01KTM948B46YXNS3RV3QT47SPP: clippy (helios)

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

Buildomat Job: 01KTM94T16233CC5R7FXN0CXV4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T18:51:21.416Zjob assigned to worker 01KTM94VXKP5M37TRQ73TTSN8B [factory aws, i-011912ba74e482e35] (queued for 53 s)
 
22026-06-08T18:51:27.780Zstarting task 0: "setup"
32026-06-08T18:51:27.789Z++ uname -s
42026-06-08T18:51:27.789Z+ kern=SunOS
52026-06-08T18:51:27.789Z+ build_user=build
62026-06-08T18:51:27.790Z+ build_uid=12345
72026-06-08T18:51:27.790Z+ work_dir=/work
82026-06-08T18:51:27.790Z+ input_dir=/input
92026-06-08T18:51:27.790Z+ [[ 0 == 12345 ]]
102026-06-08T18:51:27.790Z+ case "$kern" in
112026-06-08T18:51:27.790Z+ groupadd -g 12345 build
122026-06-08T18:51:27.790Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T18:51:29.773Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T18:51:29.886Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T18:51:29.891Z+ home_fs=zfs
162026-06-08T18:51:29.891Z+ [[ zfs == autofs ]]
172026-06-08T18:51:29.891Z+ mkdir -p /home/build
182026-06-08T18:51:29.891Z+ chown build:build /home/build /work
192026-06-08T18:51:31.892Z+ chmod 0700 /home/build /work
202026-06-08T18:51:31.897Zprocess exited: duration 4134 ms, exit code 0
 
212026-06-08T18:51:31.905Zstarting task 1: "rust-toolchain"
222026-06-08T18:51:31.911Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-08T18:51:31.911Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-08T18:51:31.911Z * rust toolchain channel = "1.94.0"
252026-06-08T18:51:31.911Z * rust toolchain profile = "default"
262026-06-08T18:51:31.911Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-08T18:51:31.911Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-08T18:51:31.911Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T18:51:31.914Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-08T18:51:32.016Zinfo: downloading installer
312026-06-08T18:51:33.394Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T18:51:33.395Zwarn: /home/build/.rustup/settings.toml
332026-06-08T18:51:33.395Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T18:51:33.395Zwarn: instead of the one inferred from the default host triple.
352026-06-08T18:51:33.408Zinfo: profile set to default
362026-06-08T18:51:33.408Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T18:51:33.414Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-08T18:51:33.547Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-08T18:51:33.556Zinfo: downloading 6 components
402026-06-08T18:51:52.142Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-08T18:51:52.143Z
422026-06-08T18:51:52.143Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-08T18:51:52.143Z
442026-06-08T18:51:52.143Z
452026-06-08T18:51:52.143ZRust is installed now. Great!
462026-06-08T18:51:52.143Z
472026-06-08T18:51:52.143ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T18:51:52.143Zenvironment variable. This has not been done automatically.
492026-06-08T18:51:52.143Z
502026-06-08T18:51:52.143ZTo configure your current shell, you need to source
512026-06-08T18:51:52.143Zthe corresponding env file under $HOME/.cargo.
522026-06-08T18:51:52.143Z
532026-06-08T18:51:52.143ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T18:51:52.143Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T18:51:52.143Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T18:51:52.143Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T18:51:52.143Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T18:51:52.143Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T18:51:52.143Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T18:51:52.143Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T18:51:52.143Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T18:51:52.143Z+ rustup --version
632026-06-08T18:51:52.143Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T18:51:52.143Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T18:51:52.143Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-08T18:51:52.143Z+ cargo --version
672026-06-08T18:51:52.143Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-08T18:51:52.143Z+ rustc --version
692026-06-08T18:51:52.144Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-08T18:51:52.144Zprocess exited: duration 16355 ms, exit code 0
 
712026-06-08T18:51:52.269Zstarting task 2: "authentication"
722026-06-08T18:51:52.327Zprocess exited: duration 78 ms, exit code 0
 
732026-06-08T18:51:52.340Zstarting task 3: "clone repository"
742026-06-08T18:51:52.348Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-08T18:51:52.348Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-08T18:51:52.381ZCloning into '/work/oxidecomputer/omicron'...
772026-06-08T18:52:12.765Z+ cd /work/oxidecomputer/omicron
782026-06-08T18:52:12.765Z+ git fetch origin 73050fb4c40a29067033094b0daff8707dfdd61c
792026-06-08T18:52:13.036ZFrom https://github.com/oxidecomputer/omicron
802026-06-08T18:52:13.036Z * branch 73050fb4c40a29067033094b0daff8707dfdd61c -> FETCH_HEAD
812026-06-08T18:52:13.045Z+ [[ -n nsk/bgp-config-update-endpoint ]]
822026-06-08T18:52:13.049Z++ git branch --show-current
832026-06-08T18:52:13.049Z+ current=main
842026-06-08T18:52:13.050Z+ [[ main != nsk/bgp-config-update-endpoint ]]
852026-06-08T18:52:13.050Z+ git branch -f nsk/bgp-config-update-endpoint 73050fb4c40a29067033094b0daff8707dfdd61c
862026-06-08T18:52:13.053Z+ git checkout -f nsk/bgp-config-update-endpoint
872026-06-08T18:52:13.284ZSwitched to branch 'nsk/bgp-config-update-endpoint'
882026-06-08T18:52:13.289Z+ git reset --hard 73050fb4c40a29067033094b0daff8707dfdd61c
892026-06-08T18:52:13.528ZHEAD is now at 73050fb4c add bgp_config_update endpoint
902026-06-08T18:52:13.532Zprocess exited: duration 21192 ms, exit code 0
 
912026-06-08T18:52:13.538Zstarting task 4: "build"
922026-06-08T18:52:13.544Z+ source ./env.sh
932026-06-08T18:52:13.549Z++ OLD_SHELL_OPTS=ehxB
942026-06-08T18:52:13.549Z++ set -o xtrace
952026-06-08T18:52:13.549Z++++ dirname ./env.sh
962026-06-08T18:52:13.549Z+++ readlink -f .
972026-06-08T18:52:13.553Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-08T18:52:13.553Z++ 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-06-08T18:52:13.553Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-08T18:52:13.553Z++ 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-06-08T18:52:13.553Z++ 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-06-08T18:52:13.553Z++ 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-06-08T18:52:13.553Z++ 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-06-08T18:52:13.553Z++ 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-06-08T18:52:13.553Z++ 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-06-08T18:52:13.553Z++ case $OLD_SHELL_OPTS in
1072026-06-08T18:52:13.554Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-06-08T18:52:13.554Z+ source .github/buildomat/ci-env.sh
1092026-06-08T18:52:13.554Z++ export CARGO_TERM_COLOR=always
1102026-06-08T18:52:13.554Z++ CARGO_TERM_COLOR=always
1112026-06-08T18:52:13.554Z+ cargo --version
1122026-06-08T18:52:13.559Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-06-08T18:52:13.562Z+ rustc --version
1142026-06-08T18:52:13.582Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-06-08T18:52:13.586Z+ banner prerequisites
1162026-06-08T18:52:13.589Z
1172026-06-08T18:52:13.589Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-06-08T18:52:13.589Z # # # # # # # # # # # # # # #
1192026-06-08T18:52:13.589Z # # # # ##### # # ##### # # # # # #### #
1202026-06-08T18:52:13.589Z ##### ##### # ##### # # # # # # # # #
1212026-06-08T18:52:13.589Z # # # # # # # # # # # # # # #
1222026-06-08T18:52:13.589Z # # # ###### # # ###### ### # #### # #### #
1232026-06-08T18:52:13.589Z
1242026-06-08T18:52:13.589Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-06-08T18:52:15.442Z Startup: Refreshing catalog 'helios' ... Done
1262026-06-08T18:52:15.524Z Startup: Caching catalogs ... Done
1272026-06-08T18:52:15.844ZPlanning: Solver setup ... Done (0.281s)
1282026-06-08T18:52:15.864ZPlanning: Running solver ... Done (0.020s)
1292026-06-08T18:52:15.872ZPlanning: Finding local manifests ... Done (0.003s)
1302026-06-08T18:52:16.290ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-08T18:52:16.721ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-08T18:52:16.753ZPlanning: Package planning ... Done (0.014s)
1332026-06-08T18:52:16.759ZPlanning: Merging actions ... Done (0.002s)
1342026-06-08T18:52:16.928ZPlanning: Checking for conflicting actions ... Done (0.191s)
1352026-06-08T18:52:16.931ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-06-08T18:52:17.735ZPlanning: Evaluating mediators ... Done (0.807s)
1372026-06-08T18:52:17.738ZPlanning: Planning completed in 2.19 seconds
1382026-06-08T18:52:17.744Z Packages to install: 2
1392026-06-08T18:52:17.744Z Estimated space available: 156.07 GB
1402026-06-08T18:52:17.744ZEstimated space to be consumed: 25.33 MB
1412026-06-08T18:52:17.744Z Create boot environment: No
1422026-06-08T18:52:17.747ZCreate backup boot environment: No
1432026-06-08T18:52:17.747Z Rebuild boot archive: No
1442026-06-08T18:52:17.747Z
1452026-06-08T18:52:17.748ZChanged packages:
1462026-06-08T18:52:17.748Zhelios
1472026-06-08T18:52:17.748Z developer/build-essential
1482026-06-08T18:52:17.748Z None -> 11-3.0
1492026-06-08T18:52:17.748Z library/libxmlsec1
1502026-06-08T18:52:17.748Z None -> 1.2.35-3.0
1512026-06-08T18:52:17.768Z
1522026-06-08T18:52:17.768ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-06-08T18:52:18.538ZDownload: Completed 1.28 MB in 0.77 seconds (1.7M/s)
1542026-06-08T18:52:18.618Z Actions: 1/268 actions (Installing new actions)
1552026-06-08T18:52:18.657Z Actions: Completed 268 actions in 0.04 seconds.
1562026-06-08T18:52:18.666ZFinalize: Updating package state database ... Done (0.008s)
1572026-06-08T18:52:18.669ZFinalize: Updating package cache ... Done (0.000s)
1582026-06-08T18:52:18.687ZFinalize: Updating image state ... Done (0.022s)
1592026-06-08T18:52:21.061ZFinalize: Creating fast lookup database ... Done (2.352s)
1602026-06-08T18:52:21.129ZFinalize: Reading search index ... Done (0.012s)
1612026-06-08T18:52:21.136ZFinalize: Updating search index ... Done (0.000s)
1622026-06-08T18:52:21.223ZFinalize: Updating package cache ... Done (0.000s)
1632026-06-08T18:52:21.532ZPlanning: Evaluating mediator changes ... Done
1642026-06-08T18:52:21.637ZPlanning: Checking for conflicting actions ... Done
1652026-06-08T18:52:21.640ZPlanning: Consolidating action changes ... Done
1662026-06-08T18:52:21.799ZPlanning: Evaluating mediators ... Done
1672026-06-08T18:52:21.802ZPlanning: Planning completed in 0.27 seconds
1682026-06-08T18:52:21.822Z Mediators to change: 2
1692026-06-08T18:52:21.822Z Create boot environment: No
1702026-06-08T18:52:21.822ZCreate backup boot environment: No
1712026-06-08T18:52:21.882ZFinalize: Updating package state database ... Done
1722026-06-08T18:52:21.882ZFinalize: Updating package cache ... Done
1732026-06-08T18:52:21.895ZFinalize: Updating image state ... Done
1742026-06-08T18:52:23.838ZFinalize: Creating fast lookup database ... Done
1752026-06-08T18:52:23.898ZFinalize: Reading search index ... Done
1762026-06-08T18:52:23.901ZFinalize: Updating search index ... Done
1772026-06-08T18:52:23.997ZFinalize: Updating package cache ... Done
1782026-06-08T18:52:24.282ZPlanning: Evaluating mediator changes ... Done
1792026-06-08T18:52:24.389ZPlanning: Checking for conflicting actions ... Done
1802026-06-08T18:52:24.392ZPlanning: Consolidating action changes ... Done
1812026-06-08T18:52:24.551ZPlanning: Evaluating mediators ... Done
1822026-06-08T18:52:24.554ZPlanning: Planning completed in 0.27 seconds
1832026-06-08T18:52:24.573Z Mediators to change: 1
1842026-06-08T18:52:24.573Z Create boot environment: No
1852026-06-08T18:52:24.576ZCreate backup boot environment: No
1862026-06-08T18:52:24.626ZFinalize: Updating package state database ... Done
1872026-06-08T18:52:24.626ZFinalize: Updating package cache ... Done
1882026-06-08T18:52:24.638ZFinalize: Updating image state ... Done
1892026-06-08T18:52:26.576ZFinalize: Creating fast lookup database ... Done
1902026-06-08T18:52:26.641ZFinalize: Reading search index ... Done
1912026-06-08T18:52:26.644ZFinalize: Updating search index ... Done
1922026-06-08T18:52:26.719ZFinalize: Updating package cache ... Done
1932026-06-08T18:52:27.029ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-06-08T18:52:27.029Zapache system 2.4 system
1952026-06-08T18:52:27.029Zclang system 15 system
1962026-06-08T18:52:27.029Zcsh system system illumos
1972026-06-08T18:52:27.029Zctags system system illumos
1982026-06-08T18:52:27.029Zfile vendor vendor darwinsys
1992026-06-08T18:52:27.029Zfile system system illumos
2002026-06-08T18:52:27.029Zgcc vendor 14 vendor
2012026-06-08T18:52:27.029Zgcc system 13 system
2022026-06-08T18:52:27.029Zgcc system 10 system
2032026-06-08T18:52:27.029Zgo system 1.25 system
2042026-06-08T18:52:27.029Zllvm system 15 system
2052026-06-08T18:52:27.029Zmariadb system 11.4 system
2062026-06-08T18:52:27.029Zmta vendor vendor dma
2072026-06-08T18:52:27.029Zopenjdk system 17 system
2082026-06-08T18:52:27.029Zopenjdk system 11 system
2092026-06-08T18:52:27.029Zopenssl vendor 3 vendor
2102026-06-08T18:52:27.029Zperl system 5.40 system
2112026-06-08T18:52:27.029Zpostgresql system 18 system
2122026-06-08T18:52:27.030Zpostgresql system 17 system
2132026-06-08T18:52:27.030Zpython vendor 3 vendor
2142026-06-08T18:52:27.030Zpython system 2 system
2152026-06-08T18:52:27.030Zpython3 vendor 3.13 vendor
2162026-06-08T18:52:27.030Zruby system 3.4 system
2172026-06-08T18:52:27.030Zruby system 3.0 system
2182026-06-08T18:52:27.030Zwords vendor vendor american-english
2192026-06-08T18:52:27.030Zwords system system australian-english
2202026-06-08T18:52:27.030Zwords system system british-english
2212026-06-08T18:52:27.030Zwords system system canadian-english
2222026-06-08T18:52:27.030Zwords system system french
2232026-06-08T18:52:27.030Zwords system system italian
2242026-06-08T18:52:27.030Zwords system system ngerman
2252026-06-08T18:52:27.030Zwords system system ogerman
2262026-06-08T18:52:27.030Zwords system system spanish
2272026-06-08T18:52:27.283ZPUBLISHER TYPE STATUS P LOCATION
2282026-06-08T18:52:27.283Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-06-08T18:52:27.567ZFMRI IFO
2302026-06-08T18:52:27.567Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-06-08T18:52:27.567Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-06-08T18:52:27.567Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-06-08T18:52:27.567Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-06-08T18:52:27.567Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-06-08T18:52:27.567Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-06-08T18:52:27.567Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-06-08T18:52:27.567Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-06-08T18:52:27.567Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-06-08T18:52:27.815Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-06-08T18:52:28.065Z Updating crates.io index
2412026-06-08T18:52:28.068Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-06-08T18:52:28.342Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-06-08T18:52:29.191Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-08T18:52:29.658Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-06-08T18:52:31.679Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-06-08T18:52:32.149Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-06-08T18:52:34.152Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-06-08T18:52:34.933Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-06-08T18:52:35.310Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-06-08T18:52:36.067Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-06-08T18:52:36.531Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-06-08T18:52:36.970Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532026-06-08T18:52:37.293Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-06-08T18:52:38.399Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-06-08T18:52:38.881Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2562026-06-08T18:52:39.094Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-06-08T18:52:39.560Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-06-08T18:52:39.935Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-06-08T18:52:40.339Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-06-08T18:52:40.821Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-06-08T18:52:41.043Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-06-08T18:52:41.281Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-06-08T18:52:41.683Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-06-08T18:52:42.087Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-06-08T18:52:42.575Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-06-08T18:52:43.103Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-06-08T18:52:43.490Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-06-08T18:52:43.833Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-06-08T18:52:44.114Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-06-08T18:52:45.262Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-06-08T18:52:46.184Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-06-08T18:52:46.523Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-06-08T18:52:46.887Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-06-08T18:52:47.224Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-06-08T18:52:47.650Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-06-08T18:52:48.248Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-06-08T18:52:48.530Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-06-08T18:52:48.818Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-06-08T18:52:49.038Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-06-08T18:52:49.541Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-06-08T18:53:01.046Z Downloading crates ...
2822026-06-08T18:53:01.094Z Downloaded colorchoice v1.0.4
2832026-06-08T18:53:01.105Z Downloaded cfg-if v1.0.4
2842026-06-08T18:53:01.105Z Downloaded cpufeatures v0.2.17
2852026-06-08T18:53:01.115Z Downloaded dof v0.3.0
2862026-06-08T18:53:01.115Z Downloaded clap_lex v1.0.0
2872026-06-08T18:53:01.115Z Downloaded tinystr v0.8.2
2882026-06-08T18:53:01.115Z Downloaded crypto-common v0.1.7
2892026-06-08T18:53:01.115Z Downloaded toml_datetime v0.6.11
2902026-06-08T18:53:01.115Z Downloaded anstyle v1.0.13
2912026-06-08T18:53:01.123Z Downloaded clap_derive v4.5.55
2922026-06-08T18:53:01.123Z Downloaded serde-untagged v0.1.9
2932026-06-08T18:53:01.123Z Downloaded proc-macro-error-attr v1.0.4
2942026-06-08T18:53:01.123Z Downloaded heck v0.4.1
2952026-06-08T18:53:01.123Z Downloaded displaydoc v0.2.5
2962026-06-08T18:53:01.136Z Downloaded digest v0.10.7
2972026-06-08T18:53:01.136Z Downloaded ucd-trie v0.1.7
2982026-06-08T18:53:01.136Z Downloaded usdt-macro v0.5.0
2992026-06-08T18:53:01.136Z Downloaded usdt v0.5.0
3002026-06-08T18:53:01.136Z Downloaded thread-id v4.2.2
3012026-06-08T18:53:01.136Z Downloaded zerocopy-derive v0.7.35
3022026-06-08T18:53:01.136Z Downloaded cargo-platform v0.2.0
3032026-06-08T18:53:01.136Z Downloaded equivalent v1.0.2
3042026-06-08T18:53:01.144Z Downloaded utf8parse v0.2.2
3052026-06-08T18:53:01.144Z Downloaded unicode-linebreak v0.1.5
3062026-06-08T18:53:01.144Z Downloaded toml_write v0.1.2
3072026-06-08T18:53:01.144Z Downloaded serde_tokenstream v0.2.3
3082026-06-08T18:53:01.145Z Downloaded scroll_derive v0.12.1
3092026-06-08T18:53:01.145Z Downloaded clap v4.5.60
3102026-06-08T18:53:01.145Z Downloaded zerofrom v0.1.6
3112026-06-08T18:53:01.145Z Downloaded typeid v1.0.3
3122026-06-08T18:53:01.145Z Downloaded anstyle-query v1.1.5
3132026-06-08T18:53:01.145Z Downloaded yoke-derive v0.8.1
3142026-06-08T18:53:01.145Z Downloaded version_check v0.9.5
3152026-06-08T18:53:01.154Z Downloaded url v2.5.8
3162026-06-08T18:53:01.155Z Downloaded form_urlencoded v1.2.2
3172026-06-08T18:53:01.155Z Downloaded toml v0.8.23
3182026-06-08T18:53:01.155Z Downloaded utf8_iter v1.0.4
3192026-06-08T18:53:01.155Z Downloaded percent-encoding v2.3.2
3202026-06-08T18:53:01.155Z Downloaded ordered-float v2.10.1
3212026-06-08T18:53:01.155Z Downloaded cargo_toml v0.21.0
3222026-06-08T18:53:01.155Z Downloaded icu_provider v2.1.1
3232026-06-08T18:53:01.155Z Downloaded byteorder v1.5.0
3242026-06-08T18:53:01.187Z Downloaded zerofrom-derive v0.1.6
3252026-06-08T18:53:01.187Z Downloaded anstream v0.6.21
3262026-06-08T18:53:01.188Z Downloaded usdt-attr-macro v0.5.0
3272026-06-08T18:53:01.188Z Downloaded unicode-xid v0.2.6
3282026-06-08T18:53:01.188Z Downloaded thiserror v2.0.18
3292026-06-08T18:53:01.188Z Downloaded thiserror v1.0.69
3302026-06-08T18:53:01.200Z Downloaded stable_deref_trait v1.2.1
3312026-06-08T18:53:01.200Z Downloaded textwrap v0.16.2
3322026-06-08T18:53:01.200Z Downloaded camino-tempfile v1.4.1
3332026-06-08T18:53:01.200Z Downloaded proc-macro2 v1.0.106
3342026-06-08T18:53:01.200Z Downloaded memmap v0.7.0
3352026-06-08T18:53:01.200Z Downloaded usdt-impl v0.5.0
3362026-06-08T18:53:01.200Z Downloaded thiserror-impl v1.0.69
3372026-06-08T18:53:01.200Z Downloaded itoa v1.0.17
3382026-06-08T18:53:01.200Z Downloaded plain v0.2.3
3392026-06-08T18:53:01.201Z Downloaded idna_adapter v1.2.1
3402026-06-08T18:53:01.201Z Downloaded writeable v0.6.2
3412026-06-08T18:53:01.201Z Downloaded pretty-hex v0.4.1
3422026-06-08T18:53:01.205Z Downloaded thiserror-impl v2.0.18
3432026-06-08T18:53:01.205Z Downloaded serde_spanned v0.6.9
3442026-06-08T18:53:01.205Z Downloaded strsim v0.11.1
3452026-06-08T18:53:01.205Z Downloaded errno v0.3.14
3462026-06-08T18:53:01.205Z Downloaded zmij v1.0.21
3472026-06-08T18:53:01.205Z Downloaded toml_edit v0.22.27
3482026-06-08T18:53:01.205Z Downloaded smawk v0.3.2
3492026-06-08T18:53:01.205Z Downloaded zerovec-derive v0.11.2
3502026-06-08T18:53:01.205Z Downloaded yoke v0.8.1
3512026-06-08T18:53:01.205Z Downloaded block-buffer v0.10.4
3522026-06-08T18:53:01.205Z Downloaded unicode-ident v1.0.24
3532026-06-08T18:53:01.215Z Downloaded tabled_derive v0.7.0
3542026-06-08T18:53:01.215Z Downloaded typenum v1.19.0
3552026-06-08T18:53:01.215Z Downloaded macaddr v1.0.1
3562026-06-08T18:53:01.215Z Downloaded is_terminal_polyfill v1.70.2
3572026-06-08T18:53:01.215Z Downloaded potential_utf v0.1.4
3582026-06-08T18:53:01.215Z Downloaded zerotrie v0.2.3
3592026-06-08T18:53:01.215Z Downloaded quote v1.0.45
3602026-06-08T18:53:01.226Z Downloaded fnv v1.0.7
3612026-06-08T18:53:01.226Z Downloaded cargo_metadata v0.21.0
3622026-06-08T18:53:01.226Z Downloaded terminal_size v0.4.3
3632026-06-08T18:53:01.226Z Downloaded swrite v0.1.0
3642026-06-08T18:53:01.226Z Downloaded papergrid v0.11.0
3652026-06-08T18:53:01.226Z Downloaded sha2 v0.10.9
3662026-06-08T18:53:01.226Z Downloaded zerovec v0.11.5
3672026-06-08T18:53:01.251Z Downloaded erased-serde v0.4.9
3682026-06-08T18:53:01.251Z Downloaded heck v0.5.0
3692026-06-08T18:53:01.251Z Downloaded generic-array v0.14.7
3702026-06-08T18:53:01.251Z Downloaded anstyle-parse v0.2.7
3712026-06-08T18:53:01.251Z Downloaded zerocopy v0.7.35
3722026-06-08T18:53:01.268Z Downloaded pest_meta v2.8.6
3732026-06-08T18:53:01.268Z Downloaded winnow v0.7.14
3742026-06-08T18:53:01.268Z Downloaded synstructure v0.13.2
3752026-06-08T18:53:01.268Z Downloaded bytecount v0.6.9
3762026-06-08T18:53:01.268Z Downloaded fs-err v3.3.0
3772026-06-08T18:53:01.268Z Downloaded unicode-width v0.2.0
3782026-06-08T18:53:01.268Z Downloaded unicode-width v0.1.14
3792026-06-08T18:53:01.268Z Downloaded dtrace-parser v0.2.0
3802026-06-08T18:53:01.268Z Downloaded camino v1.2.2
3812026-06-08T18:53:01.268Z Downloaded scroll v0.12.0
3822026-06-08T18:53:01.269Z Downloaded serde-value v0.7.0
3832026-06-08T18:53:01.269Z Downloaded fastrand v2.3.0
3842026-06-08T18:53:01.278Z Downloaded autocfg v1.5.0
3852026-06-08T18:53:01.278Z Downloaded proc-macro-error v1.0.4
3862026-06-08T18:53:01.291Z Downloaded pest_generator v2.8.6
3872026-06-08T18:53:01.291Z Downloaded semver v1.0.28
3882026-06-08T18:53:01.291Z Downloaded once_cell v1.21.3
3892026-06-08T18:53:01.305Z Downloaded bitflags v2.11.0
3902026-06-08T18:53:01.305Z Downloaded smallvec v1.15.1
3912026-06-08T18:53:01.305Z Downloaded litemap v0.8.1
3922026-06-08T18:53:01.305Z Downloaded serde v1.0.228
3932026-06-08T18:53:01.315Z Downloaded serde_core v1.0.228
3942026-06-08T18:53:01.315Z Downloaded anyhow v1.0.102
3952026-06-08T18:53:01.329Z Downloaded num-traits v0.2.19
3962026-06-08T18:53:01.329Z Downloaded cargo-util-schemas v0.8.2
3972026-06-08T18:53:01.329Z Downloaded icu_properties v2.1.2
3982026-06-08T18:53:01.329Z Downloaded tempfile v3.25.0
3992026-06-08T18:53:01.329Z Downloaded icu_locale_core v2.1.1
4002026-06-08T18:53:01.351Z Downloaded getrandom v0.4.1
4012026-06-08T18:53:01.351Z Downloaded serde_derive v1.0.228
4022026-06-08T18:53:01.351Z Downloaded pest_derive v2.8.6
4032026-06-08T18:53:01.351Z Downloaded icu_normalizer_data v2.1.1
4042026-06-08T18:53:01.351Z Downloaded icu_normalizer v2.1.1
4052026-06-08T18:53:01.374Z Downloaded log v0.4.29
4062026-06-08T18:53:01.374Z Downloaded memchr v2.8.0
4072026-06-08T18:53:01.374Z Downloaded icu_collections v2.1.1
4082026-06-08T18:53:01.374Z Downloaded idna v1.1.0
4092026-06-08T18:53:01.382Z Downloaded clap_builder v4.5.60
4102026-06-08T18:53:01.389Z Downloaded indexmap v2.14.0
4112026-06-08T18:53:01.398Z Downloaded pest v2.8.6
4122026-06-08T18:53:01.406Z Downloaded icu_properties_data v2.1.2
4132026-06-08T18:53:01.418Z Downloaded hashbrown v0.17.0
4142026-06-08T18:53:01.440Z Downloaded serde_json v1.0.149
4152026-06-08T18:53:01.440Z Downloaded goblin v0.8.2
4162026-06-08T18:53:01.453Z Downloaded tabled v0.15.0
4172026-06-08T18:53:01.453Z Downloaded syn v1.0.109
4182026-06-08T18:53:01.464Z Downloaded syn v2.0.117
4192026-06-08T18:53:01.473Z Downloaded rustix v1.1.3
4202026-06-08T18:53:01.503Z Downloaded libc v0.2.185
4212026-06-08T18:53:01.572Z Compiling proc-macro2 v1.0.106
4222026-06-08T18:53:01.580Z Compiling quote v1.0.45
4232026-06-08T18:53:01.580Z Compiling unicode-ident v1.0.24
4242026-06-08T18:53:01.580Z Compiling serde_core v1.0.228
4252026-06-08T18:53:01.580Z Compiling libc v0.2.185
4262026-06-08T18:53:01.580Z Compiling version_check v0.9.5
4272026-06-08T18:53:01.580Z Compiling memchr v2.8.0
4282026-06-08T18:53:01.758Z Compiling serde v1.0.228
4292026-06-08T18:53:01.924Z Compiling stable_deref_trait v1.2.1
4302026-06-08T18:53:02.004Z Compiling zmij v1.0.21
4312026-06-08T18:53:02.196Z Compiling autocfg v1.5.0
4322026-06-08T18:53:02.213Z Compiling itoa v1.0.17
4332026-06-08T18:53:02.418Z Compiling ucd-trie v0.1.7
4342026-06-08T18:53:02.496Z Compiling thiserror v1.0.69
4352026-06-08T18:53:02.564Z Compiling pest v2.8.6
4362026-06-08T18:53:02.663Z Compiling writeable v0.6.2
4372026-06-08T18:53:02.723Z Compiling litemap v0.8.1
4382026-06-08T18:53:02.756Z Compiling rustix v1.1.3
4392026-06-08T18:53:02.871Z Compiling byteorder v1.5.0
4402026-06-08T18:53:02.990Z Compiling icu_normalizer_data v2.1.1
4412026-06-08T18:53:03.048Z Compiling syn v2.0.117
4422026-06-08T18:53:03.120Z Compiling icu_properties_data v2.1.2
4432026-06-08T18:53:03.203Z Compiling errno v0.3.14
4442026-06-08T18:53:03.321Z Compiling bitflags v2.11.0
4452026-06-08T18:53:03.352Z Compiling serde_json v1.0.149
4462026-06-08T18:53:03.536Z Compiling num-traits v0.2.19
4472026-06-08T18:53:03.553Z Compiling equivalent v1.0.2
4482026-06-08T18:53:03.593Z Compiling hashbrown v0.17.0
4492026-06-08T18:53:03.644Z Compiling pest_meta v2.8.6
4502026-06-08T18:53:03.730Z Compiling typeid v1.0.3
4512026-06-08T18:53:08.154Z Compiling smallvec v1.15.1
4522026-06-08T18:53:08.251Z Compiling indexmap v2.14.0
4532026-06-08T18:53:08.251Z Compiling thread-id v4.2.2
4542026-06-08T18:53:08.251Z Compiling usdt-impl v0.5.0
4552026-06-08T18:53:08.252Z Compiling proc-macro-error-attr v1.0.4
4562026-06-08T18:53:08.252Z Compiling syn v1.0.109
4572026-06-08T18:53:08.252Z Compiling erased-serde v0.4.9
4582026-06-08T18:53:08.252Z Compiling winnow v0.7.14
4592026-06-08T18:53:08.252Z Compiling toml_write v0.1.2
4602026-06-08T18:53:08.252Z Compiling proc-macro-error v1.0.4
4612026-06-08T18:53:08.252Z Compiling percent-encoding v2.3.2
4622026-06-08T18:53:08.252Z Compiling utf8parse v0.2.2
4632026-06-08T18:53:08.252Z Compiling plain v0.2.3
4642026-06-08T18:53:08.252Z Compiling getrandom v0.4.1
4652026-06-08T18:53:08.252Z Compiling camino v1.2.2
4662026-06-08T18:53:08.252Z Compiling utf8_iter v1.0.4
4672026-06-08T18:53:08.254Z Compiling thiserror v2.0.18
4682026-06-08T18:53:08.254Z Compiling log v0.4.29
4692026-06-08T18:53:08.254Z Compiling ordered-float v2.10.1
4702026-06-08T18:53:08.255Z Compiling anstyle-parse v0.2.7
4712026-06-08T18:53:08.255Z Compiling form_urlencoded v1.2.2
4722026-06-08T18:53:08.255Z Compiling synstructure v0.13.2
4732026-06-08T18:53:08.255Z Compiling pest_generator v2.8.6
4742026-06-08T18:53:08.255Z Compiling terminal_size v0.4.3
4752026-06-08T18:53:08.255Z Compiling anstyle v1.0.13
4762026-06-08T18:53:08.255Z Compiling anstyle-query v1.1.5
4772026-06-08T18:53:08.255Z Compiling is_terminal_polyfill v1.70.2
4782026-06-08T18:53:08.255Z Compiling colorchoice v1.0.4
4792026-06-08T18:53:08.255Z Compiling cfg-if v1.0.4
4802026-06-08T18:53:08.255Z Compiling pretty-hex v0.4.1
4812026-06-08T18:53:08.255Z Compiling anstream v0.6.21
4822026-06-08T18:53:08.255Z Compiling serde-untagged v0.1.9
4832026-06-08T18:53:08.255Z Compiling semver v1.0.28
4842026-06-08T18:53:08.256Z Compiling fs-err v3.3.0
4852026-06-08T18:53:08.256Z Compiling once_cell v1.21.3
4862026-06-08T18:53:08.256Z Compiling unicode-width v0.1.14
4872026-06-08T18:53:08.256Z Compiling heck v0.5.0
4882026-06-08T18:53:08.256Z Compiling anyhow v1.0.102
4892026-06-08T18:53:08.256Z Compiling fnv v1.0.7
4902026-06-08T18:53:08.256Z Compiling strsim v0.11.1
4912026-06-08T18:53:08.256Z Compiling unicode-xid v0.2.6
4922026-06-08T18:53:08.256Z Compiling bytecount v0.6.9
4932026-06-08T18:53:08.259Z Compiling clap_lex v1.0.0
4942026-06-08T18:53:08.259Z Compiling heck v0.4.1
4952026-06-08T18:53:08.260Z Compiling fastrand v2.3.0
4962026-06-08T18:53:08.260Z Compiling clap_builder v4.5.60
4972026-06-08T18:53:08.260Z Compiling papergrid v0.11.0
4982026-06-08T18:53:08.260Z Compiling serde_derive v1.0.228
4992026-06-08T18:53:08.260Z Compiling zerofrom-derive v0.1.6
5002026-06-08T18:53:08.260Z Compiling yoke-derive v0.8.1
5012026-06-08T18:53:08.260Z Compiling zerovec-derive v0.11.2
5022026-06-08T18:53:08.350Z Compiling displaydoc v0.2.5
5032026-06-08T18:53:08.589Z Compiling thiserror-impl v1.0.69
5042026-06-08T18:53:08.630Z Compiling zerocopy-derive v0.7.35
5052026-06-08T18:53:08.654Z Compiling pest_derive v2.8.6
5062026-06-08T18:53:08.673Z Compiling scroll_derive v0.12.1
5072026-06-08T18:53:08.750Z Compiling zerofrom v0.1.6
5082026-06-08T18:53:08.885Z Compiling yoke v0.8.1
5092026-06-08T18:53:09.073Z Compiling zerovec v0.11.5
5102026-06-08T18:53:09.091Z Compiling zerotrie v0.2.3
5112026-06-08T18:53:09.334Z Compiling scroll v0.12.0
5122026-06-08T18:53:09.396Z Compiling thiserror-impl v2.0.18
5132026-06-08T18:53:09.489Z Compiling zerocopy v0.7.35
5142026-06-08T18:53:09.587Z Compiling tinystr v0.8.2
5152026-06-08T18:53:09.608Z Compiling potential_utf v0.1.4
5162026-06-08T18:53:09.781Z Compiling icu_locale_core v2.1.1
5172026-06-08T18:53:09.799Z Compiling icu_collections v2.1.1
5182026-06-08T18:53:09.910Z Compiling dtrace-parser v0.2.0
5192026-06-08T18:53:10.049Z Compiling goblin v0.8.2
5202026-06-08T18:53:10.217Z Compiling tabled_derive v0.7.0
5212026-06-08T18:53:10.413Z Compiling icu_provider v2.1.1
5222026-06-08T18:53:10.655Z Compiling icu_properties v2.1.2
5232026-06-08T18:53:10.659Z Compiling icu_normalizer v2.1.1
5242026-06-08T18:53:10.719Z Compiling toml_datetime v0.6.11
5252026-06-08T18:53:10.736Z Compiling serde_spanned v0.6.9
5262026-06-08T18:53:10.757Z Compiling dof v0.3.0
5272026-06-08T18:53:10.814Z Compiling serde_tokenstream v0.2.3
5282026-06-08T18:53:10.979Z Compiling toml_edit v0.22.27
5292026-06-08T18:53:11.000Z Compiling serde-value v0.7.0
5302026-06-08T18:53:11.147Z Compiling cargo-platform v0.2.0
5312026-06-08T18:53:11.147Z Compiling clap_derive v4.5.55
5322026-06-08T18:53:11.204Z Compiling tempfile v3.25.0
5332026-06-08T18:53:11.449Z Compiling memmap v0.7.0
5342026-06-08T18:53:11.480Z Compiling smawk v0.3.2
5352026-06-08T18:53:11.608Z Compiling idna_adapter v1.2.1
5362026-06-08T18:53:11.626Z Compiling unicode-width v0.2.0
5372026-06-08T18:53:11.642Z Compiling unicode-linebreak v0.1.5
5382026-06-08T18:53:11.781Z Compiling idna v1.1.0
5392026-06-08T18:53:11.817Z Compiling usdt-attr-macro v0.5.0
5402026-06-08T18:53:11.836Z Compiling usdt-macro v0.5.0
5412026-06-08T18:53:11.949Z Compiling textwrap v0.16.2
5422026-06-08T18:53:12.244Z Compiling url v2.5.8
5432026-06-08T18:53:12.441Z Compiling toml v0.8.23
5442026-06-08T18:53:12.474Z Compiling camino-tempfile v1.4.1
5452026-06-08T18:53:12.502Z Compiling tabled v0.15.0
5462026-06-08T18:53:12.712Z Compiling macaddr v1.0.1
5472026-06-08T18:53:12.952Z Compiling cargo-util-schemas v0.8.2
5482026-06-08T18:53:13.027Z Compiling clap v4.5.60
5492026-06-08T18:53:13.076Z Compiling cargo_toml v0.21.0
5502026-06-08T18:53:13.161Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-06-08T18:53:13.423Z Compiling usdt v0.5.0
5522026-06-08T18:53:13.474Z Compiling swrite v0.1.0
5532026-06-08T18:53:13.882Z Compiling cargo_metadata v0.21.0
5542026-06-08T18:53:14.822Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-06-08T18:53:16.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.24s
5562026-06-08T18:53:17.141Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-06-08T18:53:17.721Z Downloading crates ...
5582026-06-08T18:53:17.800Z Downloaded adler2 v2.0.1
5592026-06-08T18:53:17.803Z Downloaded ascii-canvas v3.0.0
5602026-06-08T18:53:17.806Z Downloaded array-init v0.0.4
5612026-06-08T18:53:17.809Z Downloaded arrayref v0.3.9
5622026-06-08T18:53:17.809Z Downloaded arrayvec v0.7.6
5632026-06-08T18:53:17.814Z Downloaded cfg_aliases v0.2.1
5642026-06-08T18:53:17.817Z Downloaded bzip2 v0.6.1
5652026-06-08T18:53:17.820Z Downloaded cassowary v0.3.0
5662026-06-08T18:53:17.823Z Downloaded crunchy v0.2.4
5672026-06-08T18:53:17.823Z Downloaded backoff v0.4.0
5682026-06-08T18:53:17.828Z Downloaded cancel-safe-futures v0.1.5
5692026-06-08T18:53:17.831Z Downloaded darling_macro v0.20.11
5702026-06-08T18:53:17.834Z Downloaded bit-set v0.8.0
5712026-06-08T18:53:17.834Z Downloaded bb8 v0.8.6
5722026-06-08T18:53:17.834Z Downloaded difflib v0.4.0
5732026-06-08T18:53:17.838Z Downloaded aead v0.5.2
5742026-06-08T18:53:17.844Z Downloaded downcast-rs v2.0.2
5752026-06-08T18:53:17.847Z Downloaded defmt-parser v1.0.0
5762026-06-08T18:53:17.850Z Downloaded bitfield-macros v0.19.4
5772026-06-08T18:53:17.854Z Downloaded enum-as-inner v0.6.1
5782026-06-08T18:53:17.859Z Downloaded dtrace-parser v0.3.0
5792026-06-08T18:53:17.859Z Downloaded assert_matches v1.5.0
5802026-06-08T18:53:17.859Z Downloaded float-cmp v0.10.0
5812026-06-08T18:53:17.863Z Downloaded cstr-argument v0.1.2
5822026-06-08T18:53:17.863Z Downloaded compression-core v0.4.31
5832026-06-08T18:53:17.863Z Downloaded display-error-chain v0.2.2
5842026-06-08T18:53:17.863Z Downloaded defmt v0.3.100
5852026-06-08T18:53:17.863Z Downloaded crucible-workspace-hack v0.1.0
5862026-06-08T18:53:17.868Z Downloaded erased-serde v0.3.31
5872026-06-08T18:53:17.869Z Downloaded crossbeam-deque v0.8.6
5882026-06-08T18:53:17.872Z Downloaded ena v0.14.4
5892026-06-08T18:53:17.872Z Downloaded ctr v0.9.2
5902026-06-08T18:53:17.872Z Downloaded crc32fast v1.5.0
5912026-06-08T18:53:17.875Z Downloaded crc-catalog v2.4.0
5922026-06-08T18:53:17.875Z Downloaded crossbeam-epoch v0.9.18
5932026-06-08T18:53:17.875Z Downloaded cpufeatures v0.3.0
5942026-06-08T18:53:17.878Z Downloaded darling_macro v0.13.4
5952026-06-08T18:53:17.879Z Downloaded bitfield-struct v0.6.2
5962026-06-08T18:53:17.879Z Downloaded curve25519-dalek-derive v0.1.1
5972026-06-08T18:53:17.882Z Downloaded async-stream-impl v0.3.6
5982026-06-08T18:53:17.882Z Downloaded bit-set v0.5.3
5992026-06-08T18:53:17.882Z Downloaded dunce v1.0.5
6002026-06-08T18:53:17.888Z Downloaded dirs-next v2.0.0
6012026-06-08T18:53:17.888Z Downloaded data-encoding v2.10.0
6022026-06-08T18:53:17.888Z Downloaded fs-err v2.11.0
6032026-06-08T18:53:17.888Z Downloaded ed25519 v2.2.3
6042026-06-08T18:53:17.892Z Downloaded derive_builder_core v0.20.2
6052026-06-08T18:53:17.897Z Downloaded deranged v0.5.8
6062026-06-08T18:53:17.897Z Downloaded async-stream v0.3.6
6072026-06-08T18:53:17.900Z Downloaded cargo-platform v0.3.2
6082026-06-08T18:53:17.900Z Downloaded cfg_aliases v0.1.1
6092026-06-08T18:53:17.904Z Downloaded dirs-sys-next v0.1.2
6102026-06-08T18:53:17.904Z Downloaded block-padding v0.3.3
6112026-06-08T18:53:17.909Z Downloaded futures-io v0.3.32
6122026-06-08T18:53:17.909Z Downloaded base16ct v0.2.0
6132026-06-08T18:53:17.909Z Downloaded atomicwrites v0.4.4
6142026-06-08T18:53:17.913Z Downloaded convert_case v0.4.0
6152026-06-08T18:53:17.913Z Downloaded foldhash v0.1.5
6162026-06-08T18:53:17.917Z Downloaded cobs v0.3.0
6172026-06-08T18:53:17.917Z Downloaded fixedbitset v0.5.7
6182026-06-08T18:53:17.917Z Downloaded fd-lock v4.0.4
6192026-06-08T18:53:17.917Z Downloaded foreign-types-macros v0.2.3
6202026-06-08T18:53:17.921Z Downloaded dropshot-api-manager-types v0.7.2
6212026-06-08T18:53:17.922Z Downloaded crc8 v0.1.1
6222026-06-08T18:53:17.922Z Downloaded atty v0.2.14
6232026-06-08T18:53:17.922Z Downloaded diesel_table_macro_syntax v0.3.0
6242026-06-08T18:53:17.922Z Downloaded convert_case v0.10.0
6252026-06-08T18:53:17.925Z Downloaded async-recursion v1.1.1
6262026-06-08T18:53:17.925Z Downloaded flagset v0.4.7
6272026-06-08T18:53:17.925Z Downloaded fixedbitset v0.4.2
6282026-06-08T18:53:17.928Z Downloaded endian-type v0.1.2
6292026-06-08T18:53:17.929Z Downloaded embedded-io v0.4.0
6302026-06-08T18:53:17.929Z Downloaded dyn-clone v1.0.20
6312026-06-08T18:53:17.932Z Downloaded dof v0.4.0
6322026-06-08T18:53:17.933Z Downloaded document-features v0.2.12
6332026-06-08T18:53:17.933Z Downloaded float-ord v0.3.2
6342026-06-08T18:53:17.933Z Downloaded darling_macro v0.23.0
6352026-06-08T18:53:17.933Z Downloaded derive_builder_macro v0.20.2
6362026-06-08T18:53:17.936Z Downloaded darling_macro v0.21.3
6372026-06-08T18:53:17.939Z Downloaded ciborium-ll v0.2.2
6382026-06-08T18:53:17.939Z Downloaded either v1.15.0
6392026-06-08T18:53:17.941Z Downloaded defmt v1.0.1
6402026-06-08T18:53:17.941Z Downloaded crc v3.4.0
6412026-06-08T18:53:17.944Z Downloaded foreign-types-shared v0.3.1
6422026-06-08T18:53:17.944Z Downloaded bcrypt-pbkdf v0.10.0
6432026-06-08T18:53:17.944Z Downloaded darling v0.13.4
6442026-06-08T18:53:17.948Z Downloaded funty v2.0.0
6452026-06-08T18:53:17.948Z Downloaded dsl_auto_type v0.2.0
6462026-06-08T18:53:17.948Z Downloaded foreign-types-shared v0.1.1
6472026-06-08T18:53:17.952Z Downloaded foreign-types v0.5.0
6482026-06-08T18:53:17.952Z Downloaded atomic-waker v1.1.2
6492026-06-08T18:53:17.952Z Downloaded ciborium-io v0.2.2
6502026-06-08T18:53:17.955Z Downloaded env_filter v1.0.0
6512026-06-08T18:53:17.955Z Downloaded futures-macro v0.3.32
6522026-06-08T18:53:17.958Z Downloaded cmake v0.1.57
6532026-06-08T18:53:17.958Z Downloaded darling v0.20.11
6542026-06-08T18:53:17.963Z Downloaded clang-sys v1.8.1
6552026-06-08T18:53:17.963Z Downloaded csv-core v0.1.13
6562026-06-08T18:53:17.963Z Downloaded bit-vec v0.8.0
6572026-06-08T18:53:17.966Z Downloaded foreign-types v0.3.2
6582026-06-08T18:53:17.966Z Downloaded critical-section v1.2.0
6592026-06-08T18:53:17.966Z Downloaded debug-ignore v1.0.5
6602026-06-08T18:53:17.966Z Downloaded ff v0.13.1
6612026-06-08T18:53:17.967Z Downloaded fxhash v0.2.1
6622026-06-08T18:53:17.970Z Downloaded futures-task v0.3.32
6632026-06-08T18:53:17.970Z Downloaded futures-sink v0.3.32
6642026-06-08T18:53:17.970Z Downloaded cbc v0.1.2
6652026-06-08T18:53:17.970Z Downloaded bitfield v0.19.4
6662026-06-08T18:53:17.973Z Downloaded constant_time_eq v0.4.2
6672026-06-08T18:53:17.973Z Downloaded const_format_proc_macros v0.2.34
6682026-06-08T18:53:17.976Z Downloaded gethostname v0.5.0
6692026-06-08T18:53:17.976Z Downloaded filetime v0.2.27
6702026-06-08T18:53:17.976Z Downloaded ecdsa v0.16.9
6712026-06-08T18:53:17.979Z Downloaded der_derive v0.7.3
6722026-06-08T18:53:17.979Z Downloaded async-trait v0.1.89
6732026-06-08T18:53:17.984Z Downloaded find-msvc-tools v0.1.9
6742026-06-08T18:53:17.984Z Downloaded cexpr v0.6.0
6752026-06-08T18:53:17.984Z Downloaded diesel-dtrace v0.5.0
6762026-06-08T18:53:17.984Z Downloaded ghash v0.5.1
6772026-06-08T18:53:17.984Z Downloaded git-stub v1.0.0
6782026-06-08T18:53:17.987Z Downloaded chacha20 v0.9.1
6792026-06-08T18:53:17.987Z Downloaded hash32 v0.3.1
6802026-06-08T18:53:17.990Z Downloaded cipher v0.4.4
6812026-06-08T18:53:17.990Z Downloaded globwalk v0.9.1
6822026-06-08T18:53:17.990Z Downloaded castaway v0.2.4
6832026-06-08T18:53:17.990Z Downloaded hash32 v0.2.1
6842026-06-08T18:53:17.993Z Downloaded blowfish v0.9.1
6852026-06-08T18:53:17.993Z Downloaded bitflags v1.3.2
6862026-06-08T18:53:17.996Z Downloaded hex v0.4.3
6872026-06-08T18:53:17.996Z Downloaded hex-literal v0.4.1
6882026-06-08T18:53:17.996Z Downloaded bit-vec v0.6.3
6892026-06-08T18:53:17.999Z Downloaded colored v3.1.1
6902026-06-08T18:53:18.002Z Downloaded async-bb8-diesel v0.2.1
6912026-06-08T18:53:18.005Z Downloaded buf-list v1.1.2
6922026-06-08T18:53:18.007Z Downloaded foldhash v0.2.0
6932026-06-08T18:53:18.007Z Downloaded bcs v0.1.6
6942026-06-08T18:53:18.010Z Downloaded defmt-macros v1.0.1
6952026-06-08T18:53:18.015Z Downloaded compression-codecs v0.4.37
6962026-06-08T18:53:18.015Z Downloaded argon2 v0.5.3
6972026-06-08T18:53:18.018Z Downloaded embedded-io v0.6.1
6982026-06-08T18:53:18.018Z Downloaded fallible-iterator v0.2.0
6992026-06-08T18:53:18.018Z Downloaded camino-tempfile-ext v0.3.3
7002026-06-08T18:53:18.021Z Downloaded bindgen v0.71.1
7012026-06-08T18:53:18.024Z Downloaded fatfs v0.3.6
7022026-06-08T18:53:18.024Z Downloaded dropshot_endpoint v0.17.0
7032026-06-08T18:53:18.027Z Downloaded hostname v0.4.2
7042026-06-08T18:53:18.029Z Downloaded futures-executor v0.3.32
7052026-06-08T18:53:18.030Z Downloaded futures-core v0.3.32
7062026-06-08T18:53:18.030Z Downloaded derive_builder v0.20.2
7072026-06-08T18:53:18.032Z Downloaded home v0.5.12
7082026-06-08T18:53:18.035Z Downloaded daft v0.1.7
7092026-06-08T18:53:18.035Z Downloaded hubpack_derive v0.1.1
7102026-06-08T18:53:18.035Z Downloaded hubpack v0.1.2
7112026-06-08T18:53:18.041Z Downloaded http-range v0.1.5
7122026-06-08T18:53:18.041Z Downloaded httpdate v1.0.3
7132026-06-08T18:53:18.041Z Downloaded hostname v0.3.1
7142026-06-08T18:53:18.042Z Downloaded illumos-nvpair v0.3.0
7152026-06-08T18:53:18.076Z Downloaded indent_write v2.2.0
7162026-06-08T18:53:18.076Z Downloaded ident_case v1.0.1
7172026-06-08T18:53:18.076Z Downloaded hyper-tls v0.6.0
7182026-06-08T18:53:18.076Z Downloaded fs_extra v1.3.0
7192026-06-08T18:53:18.076Z Downloaded console v0.16.2
7202026-06-08T18:53:18.076Z Downloaded git-stub-vcs v0.1.0
7212026-06-08T18:53:18.076Z Downloaded illumos-nvpair-sys v0.2.0
7222026-06-08T18:53:18.076Z Downloaded ahash v0.8.12
7232026-06-08T18:53:18.076Z Downloaded glob v0.3.3
7242026-06-08T18:53:18.076Z Downloaded blake2 v0.10.6
7252026-06-08T18:53:18.076Z Downloaded elliptic-curve v0.13.8
7262026-06-08T18:53:18.076Z Downloaded const-oid v0.9.6
7272026-06-08T18:53:18.076Z Downloaded headers-core v0.3.0
7282026-06-08T18:53:18.076Z Downloaded group v0.13.0
7292026-06-08T18:53:18.076Z Downloaded globset v0.4.18
7302026-06-08T18:53:18.076Z Downloaded cookie_store v0.22.1
7312026-06-08T18:53:18.076Z Downloaded colored v2.2.0
7322026-06-08T18:53:18.078Z Downloaded instant v0.1.13
7332026-06-08T18:53:18.078Z Downloaded internet-checksum v0.2.1
7342026-06-08T18:53:18.078Z Downloaded indoc v1.0.9
7352026-06-08T18:53:18.078Z Downloaded ciborium v0.2.2
7362026-06-08T18:53:18.088Z Downloaded is_ci v1.2.0
7372026-06-08T18:53:18.088Z Downloaded allocator-api2 v0.2.21
7382026-06-08T18:53:18.088Z Downloaded crc-any v2.5.0
7392026-06-08T18:53:18.088Z Downloaded kstat-rs v0.2.4
7402026-06-08T18:53:18.089Z Downloaded is-terminal v0.4.17
7412026-06-08T18:53:18.089Z Downloaded instability v0.3.11
7422026-06-08T18:53:18.089Z Downloaded inout v0.1.4
7432026-06-08T18:53:18.089Z Downloaded env_logger v0.11.9
7442026-06-08T18:53:18.089Z Downloaded derive_more v0.99.20
7452026-06-08T18:53:18.089Z Downloaded diff v0.1.13
7462026-06-08T18:53:18.089Z Downloaded crossbeam-utils v0.8.21
7472026-06-08T18:53:18.089Z Downloaded chacha20 v0.10.0
7482026-06-08T18:53:18.093Z Downloaded lazy_static v1.5.0
7492026-06-08T18:53:18.093Z Downloaded des v0.8.1
7502026-06-08T18:53:18.093Z Downloaded cargo_metadata v0.23.1
7512026-06-08T18:53:18.093Z Downloaded lalrpop-util v0.19.12
7522026-06-08T18:53:18.093Z Downloaded darling v0.23.0
7532026-06-08T18:53:18.093Z Downloaded console v0.15.11
7542026-06-08T18:53:18.093Z Downloaded libscf-sys v1.1.0
7552026-06-08T18:53:18.093Z Downloaded keccak v0.1.6
7562026-06-08T18:53:18.093Z Downloaded byte-wrapper v0.1.0
7572026-06-08T18:53:18.105Z Downloaded backon v1.6.0
7582026-06-08T18:53:18.105Z Downloaded match_cfg v0.1.0
7592026-06-08T18:53:18.105Z Downloaded maplit v1.0.2
7602026-06-08T18:53:18.105Z Downloaded lru v0.12.5
7612026-06-08T18:53:18.110Z Downloaded linked-hash-map v0.5.6
7622026-06-08T18:53:18.110Z Downloaded bzip2 v0.4.4
7632026-06-08T18:53:18.110Z Downloaded base64ct v1.8.3
7642026-06-08T18:53:18.110Z Downloaded darling v0.21.3
7652026-06-08T18:53:18.110Z Downloaded mime v0.3.17
7662026-06-08T18:53:18.110Z Downloaded md-5 v0.10.6
7672026-06-08T18:53:18.110Z Downloaded maybe-uninit v2.0.0
7682026-06-08T18:53:18.110Z Downloaded http-body-util v0.1.3
7692026-06-08T18:53:18.111Z Downloaded getrandom v0.2.17
7702026-06-08T18:53:18.114Z Downloaded futures-channel v0.3.32
7712026-06-08T18:53:18.114Z Downloaded impl-trait-for-tuples v0.2.3
7722026-06-08T18:53:18.114Z Downloaded lru-slab v0.1.2
7732026-06-08T18:53:18.114Z Downloaded lru-cache v0.1.2
7742026-06-08T18:53:18.114Z Downloaded http-body v1.0.1
7752026-06-08T18:53:18.117Z Downloaded md5 v0.7.0
7762026-06-08T18:53:18.117Z Downloaded managed v0.8.0
7772026-06-08T18:53:18.117Z Downloaded lzss v0.8.2
7782026-06-08T18:53:18.120Z Downloaded ingot-types v0.1.2
7792026-06-08T18:53:18.120Z Downloaded ingot v0.1.1
7802026-06-08T18:53:18.120Z Downloaded corncobs v0.1.4
7812026-06-08T18:53:18.123Z Downloaded crypto-bigint v0.5.5
7822026-06-08T18:53:18.126Z Downloaded nibble_vec v0.1.0
7832026-06-08T18:53:18.126Z Downloaded newline-converter v0.3.0
7842026-06-08T18:53:18.129Z Downloaded new_debug_unreachable v1.0.6
7852026-06-08T18:53:18.129Z Downloaded ipnet v2.11.0
7862026-06-08T18:53:18.129Z Downloaded const_format v0.2.35
7872026-06-08T18:53:18.132Z Downloaded ipnetwork v0.21.1
7882026-06-08T18:53:18.132Z Downloaded half v1.8.3
7892026-06-08T18:53:18.135Z Downloaded derive-where v1.6.0
7902026-06-08T18:53:18.138Z Downloaded indoc v2.0.7
7912026-06-08T18:53:18.138Z Downloaded cookie v0.18.1
7922026-06-08T18:53:18.138Z Downloaded num v0.4.3
7932026-06-08T18:53:18.141Z Downloaded nodrop v0.1.14
7942026-06-08T18:53:18.141Z Downloaded newtype_derive v0.1.6
7952026-06-08T18:53:18.141Z Downloaded newtype-uuid-macros v0.1.0
7962026-06-08T18:53:18.144Z Downloaded multimap v0.10.1
7972026-06-08T18:53:18.144Z Downloaded num-conv v0.2.0
7982026-06-08T18:53:18.144Z Downloaded derive-ex v0.1.8
7992026-06-08T18:53:18.144Z Downloaded daft-derive v0.1.7
8002026-06-08T18:53:18.148Z Downloaded num-derive v0.4.2
8012026-06-08T18:53:18.151Z Downloaded drift v0.2.0
8022026-06-08T18:53:18.154Z Downloaded jobserver v0.1.34
8032026-06-08T18:53:18.157Z Downloaded libefi-sys v0.1.0
8042026-06-08T18:53:18.157Z Downloaded hmac v0.12.1
8052026-06-08T18:53:18.160Z Downloaded num-derive v0.3.3
8062026-06-08T18:53:18.160Z Downloaded highway v1.3.0
8072026-06-08T18:53:18.161Z Downloaded openssl-macros v0.1.1
8082026-06-08T18:53:18.164Z Downloaded opaque-debug v0.3.1
8092026-06-08T18:53:18.164Z Downloaded libloading v0.8.9
8102026-06-08T18:53:18.164Z Downloaded libsw-core v0.3.2
8112026-06-08T18:53:18.164Z Downloaded num_threads v0.1.7
8122026-06-08T18:53:18.167Z Downloaded libsw v3.5.0
8132026-06-08T18:53:18.167Z Downloaded getrandom v0.3.4
8142026-06-08T18:53:18.170Z Downloaded openssl-probe v0.2.1
8152026-06-08T18:53:18.170Z Downloaded openssl-probe v0.1.6
8162026-06-08T18:53:18.170Z Downloaded num_enum_derive v0.5.11
8172026-06-08T18:53:18.174Z Downloaded lock_api v0.4.14
8182026-06-08T18:53:18.175Z Downloaded memoffset v0.9.1
8192026-06-08T18:53:18.175Z Downloaded linear-map v1.2.0
8202026-06-08T18:53:18.177Z Downloaded oso-derive v0.27.3
8212026-06-08T18:53:18.178Z Downloaded hyper-rustls v0.27.7
8222026-06-08T18:53:18.178Z Downloaded darling_core v0.23.0
8232026-06-08T18:53:18.180Z Downloaded darling_core v0.21.3
8242026-06-08T18:53:18.183Z Downloaded hyper-staticfile v0.10.1
8252026-06-08T18:53:18.183Z Downloaded httparse v1.10.1
8262026-06-08T18:53:18.186Z Downloaded iana-time-zone v0.1.65
8272026-06-08T18:53:18.186Z Downloaded half v2.7.1
8282026-06-08T18:53:18.189Z Downloaded ingot-macros v0.1.1
8292026-06-08T18:53:18.189Z Downloaded arc-swap v1.8.2
8302026-06-08T18:53:18.191Z Downloaded packed_struct_codegen v0.10.1
8312026-06-08T18:53:18.191Z Downloaded humantime v2.3.0
8322026-06-08T18:53:18.195Z Downloaded parse-display v0.10.0
8332026-06-08T18:53:18.195Z Downloaded olpc-cjson v0.1.4
8342026-06-08T18:53:18.195Z Downloaded path-slash v0.1.5
8352026-06-08T18:53:18.198Z Downloaded darling_core v0.13.4
8362026-06-08T18:53:18.198Z Downloaded peg-runtime v0.8.5
8372026-06-08T18:53:18.201Z Downloaded cc v1.2.56
8382026-06-08T18:53:18.201Z Downloaded newtype-uuid v1.3.2
8392026-06-08T18:53:18.201Z Downloaded parse-size v1.1.0
8402026-06-08T18:53:18.204Z Downloaded mime_guess v2.0.5
8412026-06-08T18:53:18.204Z Downloaded chacha20poly1305 v0.10.1
8422026-06-08T18:53:18.204Z Downloaded bytes v1.11.1
8432026-06-08T18:53:18.207Z Downloaded pbkdf2 v0.11.0
8442026-06-08T18:53:18.209Z Downloaded native-tls v0.2.18
8452026-06-08T18:53:18.209Z Downloaded nu-ansi-term v0.50.3
8462026-06-08T18:53:18.227Z Downloaded phf_shared v0.13.1
8472026-06-08T18:53:18.230Z Downloaded pbkdf2 v0.12.2
8482026-06-08T18:53:18.230Z Downloaded num_enum_derive v0.7.5
8492026-06-08T18:53:18.230Z Downloaded flume v0.11.1
8502026-06-08T18:53:18.233Z Downloaded num_enum v0.7.5
8512026-06-08T18:53:18.237Z Downloaded num-rational v0.4.2
8522026-06-08T18:53:18.237Z Downloaded num-iter v0.1.45
8532026-06-08T18:53:18.237Z Downloaded phf_shared v0.11.3
8542026-06-08T18:53:18.237Z Downloaded num-integer v0.1.46
8552026-06-08T18:53:18.242Z Downloaded num-complex v0.4.6
8562026-06-08T18:53:18.242Z Downloaded multer v3.1.0
8572026-06-08T18:53:18.243Z Downloaded compact_str v0.8.1
8582026-06-08T18:53:18.246Z Downloaded pin-utils v0.1.0
8592026-06-08T18:53:18.246Z Downloaded oxide-tokio-rt v0.1.4
8602026-06-08T18:53:18.246Z Downloaded litrs v1.0.0
8612026-06-08T18:53:18.246Z Downloaded base64 v0.22.1
8622026-06-08T18:53:18.249Z Downloaded nanorand v0.7.0
8632026-06-08T18:53:18.252Z Downloaded oxnet v0.1.4
8642026-06-08T18:53:18.252Z Downloaded flate2 v1.1.9
8652026-06-08T18:53:18.255Z Downloaded futures v0.3.32
8662026-06-08T18:53:18.258Z Downloaded packed_struct v0.10.1
8672026-06-08T18:53:18.261Z Downloaded parking_lot_core v0.8.6
8682026-06-08T18:53:18.261Z Downloaded owo-colors v4.3.0
8692026-06-08T18:53:18.261Z Downloaded indexmap v1.9.3
8702026-06-08T18:53:18.264Z Downloaded proc-macro-crate v1.3.1
8712026-06-08T18:53:18.264Z Downloaded proc-macro-error-attr2 v2.0.0
8722026-06-08T18:53:18.267Z Downloaded proc-macro-crate v3.4.0
8732026-06-08T18:53:18.267Z Downloaded progenitor-client v0.11.2
8742026-06-08T18:53:18.267Z Downloaded predicates-tree v1.0.13
8752026-06-08T18:53:18.271Z Downloaded predicates-core v1.0.10
8762026-06-08T18:53:18.271Z Downloaded precomputed-hash v0.1.1
8772026-06-08T18:53:18.271Z Downloaded powerfmt v0.2.0
8782026-06-08T18:53:18.271Z Downloaded paste v1.0.15
8792026-06-08T18:53:18.271Z Downloaded base64 v0.21.7
8802026-06-08T18:53:18.273Z Downloaded password-hash v0.4.2
8812026-06-08T18:53:18.278Z Downloaded ar_archive_writer v0.5.1
8822026-06-08T18:53:18.278Z Downloaded password-hash v0.5.0
8832026-06-08T18:53:18.278Z Downloaded parse-display-derive v0.10.0
8842026-06-08T18:53:18.281Z Downloaded phf v0.12.1
8852026-06-08T18:53:18.281Z Downloaded progenitor-macro v0.13.0
8862026-06-08T18:53:18.281Z Downloaded progenitor-macro v0.11.2
8872026-06-08T18:53:18.281Z Downloaded progenitor-client v0.10.0
8882026-06-08T18:53:18.281Z Downloaded num_enum v0.5.11
8892026-06-08T18:53:18.284Z Downloaded progenitor-client v0.14.0
8902026-06-08T18:53:18.287Z Downloaded phf v0.13.1
8912026-06-08T18:53:18.287Z Downloaded der v0.7.10
8922026-06-08T18:53:18.290Z Downloaded ignore v0.4.25
8932026-06-08T18:53:18.290Z Downloaded headers v0.4.1
8942026-06-08T18:53:18.293Z Downloaded quick-error v1.2.3
8952026-06-08T18:53:18.296Z Downloaded progenitor-macro v0.14.0
8962026-06-08T18:53:18.296Z Downloaded phf_shared v0.12.1
8972026-06-08T18:53:18.296Z Downloaded psl-types v2.0.11
8982026-06-08T18:53:18.296Z Downloaded pem-rfc7468 v0.7.0
8992026-06-08T18:53:18.300Z Downloaded pem v3.0.6
9002026-06-08T18:53:18.300Z Downloaded rand_xorshift v0.4.0
9012026-06-08T18:53:18.300Z Downloaded radium v0.7.0
9022026-06-08T18:53:18.304Z Downloaded darling_core v0.20.11
9032026-06-08T18:53:18.304Z Downloaded normalize-line-endings v0.3.0
9042026-06-08T18:53:18.304Z Downloaded nonempty v0.12.0
9052026-06-08T18:53:18.307Z Downloaded omicron-zone-package v0.12.2
9062026-06-08T18:53:18.309Z Downloaded libbz2-rs-sys v0.2.2
9072026-06-08T18:53:18.309Z Downloaded memmap2 v0.9.10
9082026-06-08T18:53:18.311Z Downloaded crossbeam-channel v0.5.15
9092026-06-08T18:53:18.314Z Downloaded pin-project-internal v1.1.11
9102026-06-08T18:53:18.318Z Downloaded polyval v0.6.2
9112026-06-08T18:53:18.320Z Downloaded ppv-lite86 v0.2.21
9122026-06-08T18:53:18.320Z Downloaded postgres-protocol v0.6.10
9132026-06-08T18:53:18.320Z Downloaded recursive-proc-macro-impl v0.1.1
9142026-06-08T18:53:18.323Z Downloaded recursive v0.1.1
9152026-06-08T18:53:18.323Z Downloaded poly1305 v0.8.0
9162026-06-08T18:53:18.324Z Downloaded pkcs8 v0.10.2
9172026-06-08T18:53:18.326Z Downloaded pin-project-lite v0.2.17
9182026-06-08T18:53:18.329Z Downloaded bumpalo v3.20.2
9192026-06-08T18:53:18.334Z Downloaded predicates v3.1.4
9202026-06-08T18:53:18.341Z Downloaded rfc6979 v0.4.0
9212026-06-08T18:53:18.344Z Downloaded ref-cast v1.0.25
9222026-06-08T18:53:18.344Z Downloaded peg-macros v0.8.5
9232026-06-08T18:53:18.344Z Downloaded parking_lot_core v0.9.12
9242026-06-08T18:53:18.344Z Downloaded parking_lot v0.12.5
9252026-06-08T18:53:18.344Z Downloaded ref-cast-impl v1.0.25
9262026-06-08T18:53:18.344Z Downloaded derive_more-impl v2.1.1
9272026-06-08T18:53:18.348Z Downloaded progenitor-client v0.13.0
9282026-06-08T18:53:18.349Z Downloaded progenitor v0.13.0
9292026-06-08T18:53:18.351Z Downloaded progenitor v0.11.2
9302026-06-08T18:53:18.351Z Downloaded proc-macro-error2 v2.0.1
9312026-06-08T18:53:18.351Z Downloaded primeorder v0.13.6
9322026-06-08T18:53:18.354Z Downloaded crossterm v0.28.1
9332026-06-08T18:53:18.357Z Downloaded progenitor-extras v0.2.0
9342026-06-08T18:53:18.357Z Downloaded psm v0.1.30
9352026-06-08T18:53:18.361Z Downloaded heapless v0.8.0
9362026-06-08T18:53:18.365Z Downloaded heapless v0.7.17
9372026-06-08T18:53:18.365Z Downloaded expectorate v1.2.0
9382026-06-08T18:53:18.368Z Downloaded peg v0.8.5
9392026-06-08T18:53:18.371Z Downloaded r2d2 v0.8.10
9402026-06-08T18:53:18.371Z Downloaded async-compression v0.4.41
9412026-06-08T18:53:18.374Z Downloaded rustc_version v0.4.1
9422026-06-08T18:53:18.374Z Downloaded rustc_version v0.1.7
9432026-06-08T18:53:18.378Z Downloaded rustc-hash v2.1.1
9442026-06-08T18:53:18.378Z Downloaded russh-cryptovec v0.7.3
9452026-06-08T18:53:18.378Z Downloaded rand_chacha v0.3.1
9462026-06-08T18:53:18.378Z Downloaded derive_more v2.1.1
9472026-06-08T18:53:18.383Z Downloaded rand_chacha v0.9.0
9482026-06-08T18:53:18.388Z Downloaded pkcs1 v0.7.5
9492026-06-08T18:53:18.388Z Downloaded ed25519-dalek v2.2.0
9502026-06-08T18:53:18.390Z Downloaded rand_core v0.6.4
9512026-06-08T18:53:18.390Z Downloaded oso v0.27.3
9522026-06-08T18:53:18.393Z Downloaded rand_core v0.9.5
9532026-06-08T18:53:18.393Z Downloaded pkg-config v0.3.32
9542026-06-08T18:53:18.393Z Downloaded p256 v0.13.2
9552026-06-08T18:53:18.395Z Downloaded sapling-renderdag v0.1.0
9562026-06-08T18:53:18.398Z Downloaded same-file v1.0.6
9572026-06-08T18:53:18.398Z Downloaded salsa20 v0.10.2
9582026-06-08T18:53:18.398Z Downloaded rand_seeder v0.4.0
9592026-06-08T18:53:18.402Z Downloaded rand_core v0.10.0
9602026-06-08T18:53:18.402Z Downloaded pkcs5 v0.7.1
9612026-06-08T18:53:18.405Z Downloaded postgres-types v0.2.12
9622026-06-08T18:53:18.405Z Downloaded crossterm v0.29.0
9632026-06-08T18:53:18.408Z Downloaded postcard v1.1.3
9642026-06-08T18:53:18.411Z Downloaded progenitor v0.14.0
9652026-06-08T18:53:18.411Z Downloaded miniz_oxide v0.8.9
9662026-06-08T18:53:18.414Z Downloaded scrypt v0.11.0
9672026-06-08T18:53:18.414Z Downloaded scroll_derive v0.13.1
9682026-06-08T18:53:18.414Z Downloaded resolv-conf v0.7.6
9692026-06-08T18:53:18.418Z Downloaded indicatif v0.18.4
9702026-06-08T18:53:18.423Z Downloaded scopeguard v1.2.0
9712026-06-08T18:53:18.423Z Downloaded papergrid v0.17.0
9722026-06-08T18:53:18.431Z Downloaded serde-big-array v0.5.1
9732026-06-08T18:53:18.434Z Downloaded seq-macro v0.3.6
9742026-06-08T18:53:18.434Z Downloaded semver v0.1.20
9752026-06-08T18:53:18.437Z Downloaded secrecy v0.10.3
9762026-06-08T18:53:18.437Z Downloaded secrecy v0.8.0
9772026-06-08T18:53:18.437Z Downloaded rtoolbox v0.0.3
9782026-06-08T18:53:18.437Z Downloaded serde_bytes v0.11.19
9792026-06-08T18:53:18.440Z Downloaded hickory-resolver v0.24.4
9802026-06-08T18:53:18.444Z Downloaded serde_repr v0.1.20
9812026-06-08T18:53:18.447Z Downloaded serde_urlencoded v0.7.1
9822026-06-08T18:53:18.450Z Downloaded serde_plain v1.0.2
9832026-06-08T18:53:18.450Z Downloaded signature v2.2.0
9842026-06-08T18:53:18.453Z Downloaded sha1 v0.10.6
9852026-06-08T18:53:18.456Z Downloaded serde_spanned v1.0.4
9862026-06-08T18:53:18.459Z Downloaded rustls-native-certs v0.8.3
9872026-06-08T18:53:18.464Z Downloaded rusty-fork v0.3.1
9882026-06-08T18:53:18.467Z Downloaded pin-project v1.1.11
9892026-06-08T18:53:18.473Z Downloaded rustversion v1.0.22
9902026-06-08T18:53:18.477Z Downloaded signal-hook-tokio v0.3.1
9912026-06-08T18:53:18.477Z Downloaded sigpipe v0.1.3
9922026-06-08T18:53:18.477Z Downloaded signal-hook-mio v0.2.5
9932026-06-08T18:53:18.481Z Downloaded shell-words v1.1.1
9942026-06-08T18:53:18.481Z Downloaded scheduled-thread-pool v0.2.7
9952026-06-08T18:53:18.481Z Downloaded rustls-pemfile v2.2.0
9962026-06-08T18:53:18.481Z Downloaded openssl-sys v0.9.115
9972026-06-08T18:53:18.485Z Downloaded minimal-lexical v0.2.1
9982026-06-08T18:53:18.488Z Downloaded parking_lot v0.11.2
9992026-06-08T18:53:18.492Z Downloaded siphasher v1.0.2
10002026-06-08T18:53:18.493Z Downloaded schemars_derive v0.8.22
10012026-06-08T18:53:18.496Z Downloaded sec1 v0.7.3
10022026-06-08T18:53:18.496Z Downloaded slog-envlogger v2.2.0
10032026-06-08T18:53:18.496Z Downloaded slog-bunyan v2.5.0
10042026-06-08T18:53:18.496Z Downloaded sct v0.7.1
10052026-06-08T18:53:18.499Z Downloaded hashbrown v0.12.3
10062026-06-08T18:53:18.504Z Downloaded dropshot-api-manager v0.7.2
10072026-06-08T18:53:18.510Z Downloaded diesel_derives v2.3.7
10082026-06-08T18:53:18.510Z Downloaded progenitor-impl v0.14.0
10092026-06-08T18:53:18.513Z Downloaded progenitor-impl v0.13.0
10102026-06-08T18:53:18.514Z Downloaded serde-hex v0.1.0
10112026-06-08T18:53:18.514Z Downloaded progenitor-impl v0.11.2
10122026-06-08T18:53:18.514Z Downloaded prefix-trie v0.7.0
10132026-06-08T18:53:18.517Z Downloaded hickory-resolver v0.25.2
10142026-06-08T18:53:18.520Z Downloaded hashbrown v0.13.2
10152026-06-08T18:53:18.527Z Downloaded serde_derive_internals v0.29.1
10162026-06-08T18:53:18.529Z Downloaded sqlparser_derive v0.5.0
10172026-06-08T18:53:18.530Z Downloaded russh-keys v0.45.0
10182026-06-08T18:53:18.533Z Downloaded serde_with_macros v1.5.2
10192026-06-08T18:53:18.536Z Downloaded strsim v0.10.0
10202026-06-08T18:53:18.539Z Downloaded strip-ansi-escapes v0.2.1
10212026-06-08T18:53:18.539Z Downloaded ssh-cipher v0.2.0
10222026-06-08T18:53:18.542Z Downloaded rustls-pki-types v1.14.0
10232026-06-08T18:53:18.542Z Downloaded ssh-encoding v0.2.0
10242026-06-08T18:53:18.545Z Downloaded rustls-pemfile v1.0.4
10252026-06-08T18:53:18.545Z Downloaded jiff-static v0.2.21
10262026-06-08T18:53:18.554Z Downloaded http v1.4.0
10272026-06-08T18:53:18.557Z Downloaded strum v0.26.3
10282026-06-08T18:53:18.560Z Downloaded slab v0.4.12
10292026-06-08T18:53:18.560Z Downloaded simd-adler32 v0.3.8
10302026-06-08T18:53:18.563Z Downloaded shlex v1.3.0
10312026-06-08T18:53:18.563Z Downloaded sync-ptr v0.1.4
10322026-06-08T18:53:18.566Z Downloaded strum v0.27.2
10332026-06-08T18:53:18.569Z Downloaded structmeta v0.3.0
10342026-06-08T18:53:18.569Z Downloaded slog-json v2.6.1
10352026-06-08T18:53:18.572Z Downloaded structmeta-derive v0.3.0
10362026-06-08T18:53:18.575Z Downloaded sync_wrapper v1.0.2
10372026-06-08T18:53:18.577Z Downloaded slog-dtrace v0.3.0
10382026-06-08T18:53:18.577Z Downloaded subtle v2.6.1
10392026-06-08T18:53:18.580Z Downloaded aes v0.8.4
10402026-06-08T18:53:18.580Z Downloaded take_mut v0.2.2
10412026-06-08T18:53:18.583Z Downloaded supports-color v3.0.2
10422026-06-08T18:53:18.583Z Downloaded slog-stdlog v4.1.1
10432026-06-08T18:53:18.583Z Downloaded slog-async v2.8.0
10442026-06-08T18:53:18.586Z Downloaded scroll v0.13.0
10452026-06-08T18:53:18.586Z Downloaded smallvec v0.6.14
10462026-06-08T18:53:18.589Z Downloaded slog-term v2.9.2
10472026-06-08T18:53:18.589Z Downloaded snafu-derive v0.8.9
10482026-06-08T18:53:18.592Z Downloaded slog-scope v4.4.1
10492026-06-08T18:53:18.592Z Downloaded ron v0.8.1
10502026-06-08T18:53:18.594Z Downloaded tabwriter v1.4.1
10512026-06-08T18:53:18.597Z Downloaded tabled_derive v0.11.0
10522026-06-08T18:53:18.597Z Downloaded smf v0.2.3
10532026-06-08T18:53:18.598Z Downloaded serde_path_to_error v0.1.20
10542026-06-08T18:53:18.602Z Downloaded quinn-udp v0.5.14
10552026-06-08T18:53:18.605Z Downloaded aes-gcm v0.10.3
10562026-06-08T18:53:18.609Z Downloaded serde_with_macros v3.17.0
10572026-06-08T18:53:18.611Z Downloaded string_cache v0.8.9
10582026-06-08T18:53:18.614Z Downloaded signal-hook-registry v1.4.8
10592026-06-08T18:53:18.614Z Downloaded thread-id v5.1.0
10602026-06-08T18:53:18.617Z Downloaded thiserror-impl-no-std v2.0.2
10612026-06-08T18:53:18.617Z Downloaded testing_table v0.3.0
10622026-06-08T18:53:18.617Z Downloaded termtree v0.5.1
10632026-06-08T18:53:18.617Z Downloaded stacker v0.1.23
10642026-06-08T18:53:18.620Z Downloaded time-core v0.1.8
10652026-06-08T18:53:18.620Z Downloaded sqlformat v0.3.5
10662026-06-08T18:53:18.623Z Downloaded strum_macros v0.24.3
10672026-06-08T18:53:18.623Z Downloaded hickory-server v0.25.2
10682026-06-08T18:53:18.626Z Downloaded rcgen v0.12.1
10692026-06-08T18:53:18.628Z Downloaded stringprep v0.1.5
10702026-06-08T18:53:18.628Z Downloaded static_assertions v1.1.0
10712026-06-08T18:53:18.631Z Downloaded tokio-macros v2.7.0
10722026-06-08T18:53:18.631Z Downloaded rustls-platform-verifier v0.6.2
10732026-06-08T18:53:18.634Z Downloaded tinyvec_macros v0.1.1
10742026-06-08T18:53:18.634Z Downloaded ryu v1.0.23
10752026-06-08T18:53:18.637Z Downloaded strum_macros v0.26.4
10762026-06-08T18:53:18.637Z Downloaded spki v0.7.3
10772026-06-08T18:53:18.640Z Downloaded pretty_assertions v1.4.1
10782026-06-08T18:53:18.643Z Downloaded hashbrown v0.16.1
10792026-06-08T18:53:18.646Z Downloaded strum_macros v0.27.2
10802026-06-08T18:53:18.648Z Downloaded hyper-util v0.1.20
10812026-06-08T18:53:18.656Z Downloaded num-bigint v0.4.6
10822026-06-08T18:53:18.659Z Downloaded itertools v0.10.5
10832026-06-08T18:53:18.664Z Downloaded termios v0.3.3
10842026-06-08T18:53:18.667Z Downloaded tap v1.0.1
10852026-06-08T18:53:18.667Z Downloaded spin v0.9.8
10862026-06-08T18:53:18.671Z Downloaded support-bundle-viewer v0.1.2
10872026-06-08T18:53:18.671Z Downloaded mio v1.2.0
10882026-06-08T18:53:18.675Z Downloaded tower-service v0.3.3
10892026-06-08T18:53:18.677Z Downloaded tagptr v0.2.0
10902026-06-08T18:53:18.680Z Downloaded rand v0.8.6
10912026-06-08T18:53:18.683Z Downloaded nom v7.1.3
10922026-06-08T18:53:18.686Z Downloaded quinn v0.11.9
10932026-06-08T18:53:18.689Z Downloaded hashbrown v0.15.5
10942026-06-08T18:53:18.691Z Downloaded time-macros v0.2.27
10952026-06-08T18:53:18.694Z Downloaded tower-layer v0.3.3
10962026-06-08T18:53:18.694Z Downloaded tiny-keccak v2.0.2
10972026-06-08T18:53:18.694Z Downloaded thread_local v1.1.9
10982026-06-08T18:53:18.697Z Downloaded thiserror-no-std v2.0.2
10992026-06-08T18:53:18.700Z Downloaded topological-sort v0.2.2
11002026-06-08T18:53:18.700Z Downloaded signal-hook v0.3.18
11012026-06-08T18:53:18.703Z Downloaded qorb v0.4.1
11022026-06-08T18:53:18.706Z Downloaded tls_codec_derive v0.4.2
11032026-06-08T18:53:18.706Z Downloaded rayon-core v1.13.0
11042026-06-08T18:53:18.708Z Downloaded libxml v0.3.3
11052026-06-08T18:53:18.711Z Downloaded typify-macro v0.4.3
11062026-06-08T18:53:18.712Z Downloaded publicsuffix v2.3.0
11072026-06-08T18:53:18.716Z Downloaded slog v2.8.2
11082026-06-08T18:53:18.716Z Downloaded tokio-dtrace v0.1.1
11092026-06-08T18:53:18.716Z Downloaded similar v2.7.0
11102026-06-08T18:53:18.718Z Downloaded try-lock v0.2.5
11112026-06-08T18:53:18.722Z Downloaded trait-variant v0.1.2
11122026-06-08T18:53:18.722Z Downloaded tokio-native-tls v0.3.1
11132026-06-08T18:53:18.722Z Downloaded unarray v0.1.4
11142026-06-08T18:53:18.725Z Downloaded typify-macro v0.6.2
11152026-06-08T18:53:18.725Z Downloaded schemars v0.8.22
11162026-06-08T18:53:18.728Z Downloaded usdt-attr-macro v0.6.0
11172026-06-08T18:53:18.731Z Downloaded universal-hash v0.5.1
11182026-06-08T18:53:18.731Z Downloaded unit-prefix v0.5.2
11192026-06-08T18:53:18.731Z Downloaded unicode-truncate v1.1.0
11202026-06-08T18:53:18.734Z Downloaded serde_cbor v0.11.2
11212026-06-08T18:53:18.734Z Downloaded tokio-rustls v0.25.0
11222026-06-08T18:53:18.737Z Downloaded prettyplease v0.2.37
11232026-06-08T18:53:18.739Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11242026-06-08T18:53:18.739Z Downloaded schemars v0.9.0
11252026-06-08T18:53:18.746Z Downloaded toml_writer v1.0.6+spec-1.1.0
11262026-06-08T18:53:18.749Z Downloaded utf-8 v0.7.6
11272026-06-08T18:53:18.749Z Downloaded untrusted v0.9.0
11282026-06-08T18:53:18.749Z Downloaded socket2 v0.6.3
11292026-06-08T18:53:18.752Z Downloaded socket2 v0.5.10
11302026-06-08T18:53:18.753Z Downloaded untrusted v0.7.1
11312026-06-08T18:53:18.753Z Downloaded tokio-tungstenite v0.23.1
11322026-06-08T18:53:18.753Z Downloaded tokio-tungstenite v0.21.0
11332026-06-08T18:53:18.756Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-06-08T18:53:18.756Z Downloaded serde_yaml v0.9.34+deprecated
11352026-06-08T18:53:18.759Z Downloaded usdt v0.6.0
11362026-06-08T18:53:18.759Z Downloaded rsa v0.9.10
11372026-06-08T18:53:18.762Z Downloaded usdt-macro v0.6.0
11382026-06-08T18:53:18.762Z Downloaded term v1.2.1
11392026-06-08T18:53:18.765Z Downloaded void v1.0.2
11402026-06-08T18:53:18.765Z Downloaded term v0.7.0
11412026-06-08T18:53:18.768Z Downloaded itertools v0.13.0
11422026-06-08T18:53:18.771Z Downloaded itertools v0.12.1
11432026-06-08T18:53:18.775Z Downloaded tls_codec v0.4.2
11442026-06-08T18:53:18.778Z Downloaded wait-timeout v0.2.1
11452026-06-08T18:53:18.781Z Downloaded iri-string v0.7.10
11462026-06-08T18:53:18.784Z Downloaded want v0.3.1
11472026-06-08T18:53:18.787Z Downloaded waitgroup v0.1.2
11482026-06-08T18:53:18.787Z Downloaded rustls-webpki v0.103.9
11492026-06-08T18:53:18.790Z Downloaded aho-corasick v1.1.4
11502026-06-08T18:53:18.793Z Downloaded tui-tree-widget v0.23.1
11512026-06-08T18:53:18.794Z Downloaded tokio-stream v0.1.18
11522026-06-08T18:53:18.798Z Downloaded subprocess v0.2.15
11532026-06-08T18:53:18.799Z Downloaded unicase v2.9.0
11542026-06-08T18:53:18.801Z Downloaded xshell-macros v0.2.7
11552026-06-08T18:53:18.801Z Downloaded futures-util v0.3.32
11562026-06-08T18:53:18.805Z Downloaded hyper v1.8.1
11572026-06-08T18:53:18.809Z Downloaded samael v0.0.19
11582026-06-08T18:53:18.812Z Downloaded xattr v1.6.1
11592026-06-08T18:53:18.815Z Downloaded zeroize_derive v1.4.3
11602026-06-08T18:53:18.815Z Downloaded toml_parser v1.0.9+spec-1.1.0
11612026-06-08T18:53:18.818Z Downloaded tokio-rustls v0.24.1
11622026-06-08T18:53:18.818Z Downloaded vergen-git2 v9.1.0
11632026-06-08T18:53:18.821Z Downloaded blake3 v1.8.3
11642026-06-08T18:53:18.826Z Downloaded uzers v0.12.2
11652026-06-08T18:53:18.830Z Downloaded zone_cfg_derive v0.3.1
11662026-06-08T18:53:18.830Z Downloaded vergen-lib v0.1.6
11672026-06-08T18:53:18.830Z Downloaded vergen-gitcl v1.0.8
11682026-06-08T18:53:18.833Z Downloaded snafu v0.8.9
11692026-06-08T18:53:18.836Z Downloaded zone v0.3.1
11702026-06-08T18:53:18.836Z Downloaded vsss-rs v3.3.4
11712026-06-08T18:53:18.839Z Downloaded rand v0.9.2
11722026-06-08T18:53:18.841Z Downloaded tracing-attributes v0.1.31
11732026-06-08T18:53:18.841Z Downloaded test-strategy v0.4.5
11742026-06-08T18:53:18.846Z Downloaded vergen-lib v9.1.0
11752026-06-08T18:53:18.846Z Downloaded num-bigint-dig v0.8.6
11762026-06-08T18:53:18.849Z Downloaded tinyvec v1.10.0
11772026-06-08T18:53:18.849Z Downloaded whoami v1.6.1
11782026-06-08T18:53:18.852Z Downloaded itertools v0.14.0
11792026-06-08T18:53:18.856Z Downloaded twox-hash v2.1.2
11802026-06-08T18:53:18.859Z Downloaded walkdir v2.5.0
11812026-06-08T18:53:18.862Z Downloaded xshell v0.2.7
11822026-06-08T18:53:18.862Z Downloaded whoami v2.1.0
11832026-06-08T18:53:18.865Z Downloaded unicode-properties v0.1.4
11842026-06-08T18:53:18.869Z Downloaded toml v0.7.8
11852026-06-08T18:53:18.872Z Downloaded zeroize v1.8.2
11862026-06-08T18:53:18.872Z Downloaded wyz v0.5.1
11872026-06-08T18:53:18.875Z Downloaded tokio-rustls v0.26.4
11882026-06-08T18:53:18.880Z Downloaded rpassword v7.4.0
11892026-06-08T18:53:18.880Z Downloaded h2 v0.4.13
11902026-06-08T18:53:18.882Z Downloaded tar v0.4.45
11912026-06-08T18:53:18.885Z Downloaded zstd v0.13.3
11922026-06-08T18:53:18.885Z Downloaded usdt-impl v0.6.0
11932026-06-08T18:53:18.885Z Downloaded vergen v9.1.0
11942026-06-08T18:53:18.888Z Downloaded russh v0.45.0
11952026-06-08T18:53:18.894Z Downloaded rand v0.10.0
11962026-06-08T18:53:18.897Z Downloaded steno v0.4.1
11972026-06-08T18:53:18.901Z Downloaded libm v0.2.16
11982026-06-08T18:53:18.904Z Downloaded rustyline v14.0.0
11992026-06-08T18:53:18.907Z Downloaded hkdf v0.12.4
12002026-06-08T18:53:18.910Z Downloaded typify v0.6.2
12012026-06-08T18:53:18.922Z Downloaded unicode-bidi v0.3.18
12022026-06-08T18:53:18.922Z Downloaded zstd-safe v7.2.4
12032026-06-08T18:53:18.922Z Downloaded tungstenite v0.21.0
12042026-06-08T18:53:18.922Z Downloaded schemars v1.2.1
12052026-06-08T18:53:18.926Z Downloaded typify v0.4.3
12062026-06-08T18:53:18.929Z Downloaded p521 v0.13.3
12072026-06-08T18:53:18.932Z Downloaded iddqd v0.4.2
12082026-06-08T18:53:18.935Z Downloaded toml v1.0.6+spec-1.1.0
12092026-06-08T18:53:18.937Z Downloaded vte v0.14.1
12102026-06-08T18:53:18.942Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-06-08T18:53:18.945Z Downloaded yasna v0.5.2
12122026-06-08T18:53:18.953Z Downloaded tungstenite v0.23.0
12132026-06-08T18:53:18.966Z Downloaded tokio-postgres v0.7.16
12142026-06-08T18:53:18.969Z Downloaded reedline v0.40.0
12152026-06-08T18:53:18.977Z Downloaded bitvec v1.0.1
12162026-06-08T18:53:18.985Z Downloaded zopfli v0.8.3
12172026-06-08T18:53:18.988Z Downloaded serde_with v1.14.0
12182026-06-08T18:53:18.992Z Downloaded tracing-core v0.1.36
12192026-06-08T18:53:18.996Z Downloaded uuid v1.23.0
12202026-06-08T18:53:18.996Z Downloaded zerocopy v0.6.6
12212026-06-08T18:53:18.998Z Downloaded unsafe-libyaml v0.2.11
12222026-06-08T18:53:18.998Z Downloaded toml_edit v0.19.15
12232026-06-08T18:53:19.008Z Downloaded reqwest v0.13.2
12242026-06-08T18:53:19.012Z Downloaded reqwest v0.12.28
12252026-06-08T18:53:19.015Z Downloaded p384 v0.13.1
12262026-06-08T18:53:19.018Z Downloaded aws-lc-rs v1.16.3
12272026-06-08T18:53:19.024Z Downloaded git2 v0.20.4
12282026-06-08T18:53:19.027Z Downloaded ssh-key v0.6.7
12292026-06-08T18:53:19.044Z Downloaded yansi v1.0.1
12302026-06-08T18:53:19.047Z Downloaded zip v0.6.6
12312026-06-08T18:53:19.050Z Downloaded zerocopy-derive v0.8.40
12322026-06-08T18:53:19.056Z Downloaded quick-xml v0.37.5
12332026-06-08T18:53:19.062Z Downloaded portable-atomic v1.13.1
12342026-06-08T18:53:19.067Z Downloaded tower v0.5.3
12352026-06-08T18:53:19.072Z Downloaded unicode_categories v0.1.1
12362026-06-08T18:53:19.075Z Downloaded regex v1.12.3
12372026-06-08T18:53:19.078Z Downloaded lalrpop v0.19.12
12382026-06-08T18:53:19.095Z Downloaded salty v0.3.0
12392026-06-08T18:53:19.099Z Downloaded rayon v1.11.0
12402026-06-08T18:53:19.107Z Downloaded moka v0.12.13
12412026-06-08T18:53:19.112Z Downloaded curve25519-dalek v4.1.3
12422026-06-08T18:53:19.117Z Downloaded unicode-segmentation v1.12.0
12432026-06-08T18:53:19.123Z Downloaded tough v0.22.0
12442026-06-08T18:53:19.132Z Downloaded zip v4.6.1
12452026-06-08T18:53:19.135Z Downloaded rustls-webpki v0.101.7
12462026-06-08T18:53:19.143Z Downloaded goblin v0.10.5
12472026-06-08T18:53:19.147Z Downloaded serde_with v3.17.0
12482026-06-08T18:53:19.152Z Downloaded typed-path v0.9.3
12492026-06-08T18:53:19.156Z Downloaded x509-cert v0.2.5
12502026-06-08T18:53:19.160Z Downloaded object v0.30.4
12512026-06-08T18:53:19.165Z Downloaded tokio-util v0.7.18
12522026-06-08T18:53:19.169Z Downloaded rustls-webpki v0.102.8
12532026-06-08T18:53:19.182Z Downloaded radix_trie v0.2.1
12542026-06-08T18:53:19.185Z Downloaded winnow v0.6.26
12552026-06-08T18:53:19.188Z Downloaded unicode-normalization v0.1.25
12562026-06-08T18:53:19.191Z Downloaded chrono v0.4.44
12572026-06-08T18:53:19.199Z Downloaded petname v2.0.2
12582026-06-08T18:53:19.202Z Downloaded proptest v1.10.0
12592026-06-08T18:53:19.210Z Downloaded tower-http v0.6.8
12602026-06-08T18:53:19.220Z Downloaded nix v0.27.1
12612026-06-08T18:53:19.231Z Downloaded smoltcp v0.9.1
12622026-06-08T18:53:19.237Z Downloaded quinn-proto v0.11.13
12632026-06-08T18:53:19.244Z Downloaded dropshot v0.17.0
12642026-06-08T18:53:19.258Z Downloaded hickory-proto v0.24.4
12652026-06-08T18:53:19.266Z Downloaded zlib-rs v0.6.2
12662026-06-08T18:53:19.277Z Downloaded regress v0.10.5
12672026-06-08T18:53:19.287Z Downloaded hickory-proto v0.25.2
12682026-06-08T18:53:19.291Z Downloaded winnow v0.5.40
12692026-06-08T18:53:19.296Z Downloaded diesel v2.3.7
12702026-06-08T18:53:19.307Z Downloaded regex-syntax v0.8.10
12712026-06-08T18:53:19.312Z Downloaded regress v0.11.1
12722026-06-08T18:53:19.318Z Downloaded tabled v0.20.0
12732026-06-08T18:53:19.327Z Downloaded time v0.3.47
12742026-06-08T18:53:19.333Z Downloaded regex-syntax v0.6.29
12752026-06-08T18:53:19.337Z Downloaded rustix v0.38.44
12762026-06-08T18:53:19.350Z Downloaded polar-core v0.27.3
12772026-06-08T18:53:19.354Z Downloaded nix v0.31.2
12782026-06-08T18:53:19.360Z Downloaded nix v0.28.0
12792026-06-08T18:53:19.368Z Downloaded bstr v1.12.1
12802026-06-08T18:53:19.371Z Downloaded rustls v0.21.12
12812026-06-08T18:53:19.378Z Downloaded vcpkg v0.2.15
12822026-06-08T18:53:19.399Z Downloaded sled v0.34.7
12832026-06-08T18:53:19.405Z Downloaded object v0.37.3
12842026-06-08T18:53:19.416Z Downloaded webpki-roots v1.0.6
12852026-06-08T18:53:19.419Z Downloaded chrono-tz v0.10.4
12862026-06-08T18:53:19.428Z Downloaded zerocopy v0.8.40
12872026-06-08T18:53:19.431Z Downloaded typify-impl v0.4.3
12882026-06-08T18:53:19.438Z Downloaded zerocopy-derive v0.6.6
12892026-06-08T18:53:19.445Z Downloaded smoltcp v0.11.0
12902026-06-08T18:53:19.451Z Downloaded rustls v0.23.37
12912026-06-08T18:53:19.457Z Downloaded rustls v0.22.4
12922026-06-08T18:53:19.464Z Downloaded openapiv3 v2.2.0
12932026-06-08T18:53:19.471Z Downloaded openssl v0.10.79
12942026-06-08T18:53:19.492Z Downloaded csv v1.4.0
12952026-06-08T18:53:19.527Z Downloaded sqlparser v0.61.0
12962026-06-08T18:53:19.534Z Downloaded sha3 v0.10.8
12972026-06-08T18:53:19.540Z Downloaded tokio v1.52.1
12982026-06-08T18:53:19.564Z Downloaded typify-impl v0.6.2
12992026-06-08T18:53:19.573Z Downloaded tracing v0.1.44
13002026-06-08T18:53:19.587Z Downloaded ratatui v0.29.0
13012026-06-08T18:53:19.596Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-06-08T18:53:19.618Z Downloaded encoding_rs v0.8.35
13032026-06-08T18:53:19.631Z Downloaded regex-automata v0.4.14
13042026-06-08T18:53:19.640Z Downloaded petgraph v0.6.5
13052026-06-08T18:53:19.650Z Downloaded ring v0.17.14
13062026-06-08T18:53:19.673Z Downloaded jiff v0.2.21
13072026-06-08T18:53:19.708Z Downloaded petgraph v0.8.3
13082026-06-08T18:53:19.720Z Downloaded libz-sys v1.1.24
13092026-06-08T18:53:19.734Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-06-08T18:53:19.851Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-06-08T18:53:20.372Z Downloaded aws-lc-sys v0.40.0
13122026-06-08T18:53:20.620Z Compiling libc v0.2.185
13132026-06-08T18:53:20.620Z Compiling serde v1.0.228
13142026-06-08T18:53:20.623Z Compiling log v0.4.29
13152026-06-08T18:53:20.623Z Compiling find-msvc-tools v0.1.9
13162026-06-08T18:53:20.764Z Compiling shlex v1.3.0
13172026-06-08T18:53:20.771Z Compiling smallvec v1.15.1
13182026-06-08T18:53:20.779Z Compiling syn v2.0.117
13192026-06-08T18:53:20.789Z Compiling typenum v1.19.0
13202026-06-08T18:53:20.951Z Compiling generic-array v0.14.7
13212026-06-08T18:53:20.963Z Compiling subtle v2.6.1
13222026-06-08T18:53:20.983Z Compiling scopeguard v1.2.0
13232026-06-08T18:53:21.047Z Compiling const-oid v0.9.6
13242026-06-08T18:53:21.079Z Compiling lock_api v0.4.14
13252026-06-08T18:53:21.092Z Compiling serde_json v1.0.149
13262026-06-08T18:53:21.126Z Compiling zerocopy v0.8.40
13272026-06-08T18:53:21.193Z Compiling parking_lot_core v0.9.12
13282026-06-08T18:53:21.300Z Compiling portable-atomic v1.13.1
13292026-06-08T18:53:21.447Z Compiling pin-project-lite v0.2.17
13302026-06-08T18:53:21.549Z Compiling pkg-config v0.3.32
13312026-06-08T18:53:21.562Z Compiling getrandom v0.2.17
13322026-06-08T18:53:21.633Z Compiling jobserver v0.1.34
13332026-06-08T18:53:21.868Z Compiling rand_core v0.6.4
13342026-06-08T18:53:21.881Z Compiling errno v0.3.14
13352026-06-08T18:53:22.028Z Compiling cc v1.2.56
13362026-06-08T18:53:22.131Z Compiling signal-hook-registry v1.4.8
13372026-06-08T18:53:22.144Z Compiling bitflags v2.11.0
13382026-06-08T18:53:22.179Z Compiling libm v0.2.16
13392026-06-08T18:53:22.192Z Compiling futures-core v0.3.32
13402026-06-08T18:53:22.342Z Compiling critical-section v1.2.0
13412026-06-08T18:53:22.367Z Compiling parking_lot v0.12.5
13422026-06-08T18:53:22.401Z Compiling mio v1.2.0
13432026-06-08T18:53:22.450Z Compiling once_cell v1.21.3
13442026-06-08T18:53:22.453Z Compiling num-traits v0.2.19
13452026-06-08T18:53:22.571Z Compiling percent-encoding v2.3.2
13462026-06-08T18:53:22.667Z Compiling socket2 v0.6.3
13472026-06-08T18:53:22.764Z Compiling futures-sink v0.3.32
13482026-06-08T18:53:22.774Z Compiling getrandom v0.4.1
13492026-06-08T18:53:22.817Z Compiling futures-task v0.3.32
13502026-06-08T18:53:22.869Z Compiling futures-channel v0.3.32
13512026-06-08T18:53:22.884Z Compiling futures-io v0.3.32
13522026-06-08T18:53:22.994Z Compiling slab v0.4.12
13532026-06-08T18:53:23.044Z Compiling cpufeatures v0.2.17
13542026-06-08T18:53:23.088Z Compiling rand_core v0.10.0
13552026-06-08T18:53:23.183Z Compiling indexmap v2.14.0
13562026-06-08T18:53:23.189Z Compiling rustversion v1.0.22
13572026-06-08T18:53:23.189Z Compiling getrandom v0.3.4
13582026-06-08T18:53:23.189Z Compiling cmake v0.1.57
13592026-06-08T18:53:23.549Z Compiling form_urlencoded v1.2.2
13602026-06-08T18:53:23.598Z Compiling dunce v1.0.5
13612026-06-08T18:53:23.655Z Compiling fs_extra v1.3.0
13622026-06-08T18:53:23.692Z Compiling base64ct v1.8.3
13632026-06-08T18:53:23.738Z Compiling synstructure v0.13.2
13642026-06-08T18:53:23.802Z Compiling ident_case v1.0.1
13652026-06-08T18:53:23.929Z Compiling aws-lc-sys v0.40.0
13662026-06-08T18:53:23.942Z Compiling pem-rfc7468 v0.7.0
13672026-06-08T18:53:23.994Z Compiling flagset v0.4.7
13682026-06-08T18:53:24.133Z Compiling rustix v1.1.3
13692026-06-08T18:53:24.148Z Compiling regex-syntax v0.8.10
13702026-06-08T18:53:24.151Z Compiling iana-time-zone v0.1.65
13712026-06-08T18:53:24.262Z Compiling rand_core v0.9.5
13722026-06-08T18:53:24.262Z Compiling ring v0.17.14
13732026-06-08T18:53:24.373Z Compiling vcpkg v0.2.15
13742026-06-08T18:53:24.373Z Compiling aws-lc-rs v1.16.3
13752026-06-08T18:53:24.554Z Compiling uuid v1.23.0
13762026-06-08T18:53:24.692Z Compiling rustc_version v0.4.1
13772026-06-08T18:53:25.141Z Compiling tracing-core v0.1.36
13782026-06-08T18:53:25.247Z Compiling openssl-sys v0.9.115
13792026-06-08T18:53:25.268Z Compiling base64 v0.22.1
13802026-06-08T18:53:25.547Z Compiling serde_derive v1.0.228
13812026-06-08T18:53:25.603Z Compiling zeroize_derive v1.4.3
13822026-06-08T18:53:25.611Z Compiling zerofrom-derive v0.1.6
13832026-06-08T18:53:25.676Z Compiling yoke-derive v0.8.1
13842026-06-08T18:53:25.921Z Compiling zerocopy-derive v0.8.40
13852026-06-08T18:53:26.230Z Compiling zeroize v1.8.2
13862026-06-08T18:53:26.526Z Compiling zerovec-derive v0.11.2
13872026-06-08T18:53:26.837Z Compiling displaydoc v0.2.5
13882026-06-08T18:53:26.999Z Compiling crypto-common v0.1.7
13892026-06-08T18:53:27.025Z Compiling zerofrom v0.1.6
13902026-06-08T18:53:27.145Z Compiling yoke v0.8.1
13912026-06-08T18:53:27.160Z Compiling block-buffer v0.10.4
13922026-06-08T18:53:27.326Z Compiling digest v0.10.7
13932026-06-08T18:53:27.340Z Compiling tokio-macros v2.7.0
13942026-06-08T18:53:27.576Z Compiling futures-macro v0.3.32
13952026-06-08T18:53:27.590Z Compiling zerotrie v0.2.3
13962026-06-08T18:53:27.679Z Compiling zerovec v0.11.5
13972026-06-08T18:53:27.892Z Compiling hmac v0.12.1
13982026-06-08T18:53:28.046Z Compiling block-padding v0.3.3
13992026-06-08T18:53:28.063Z Compiling sha2 v0.10.9
14002026-06-08T18:53:28.190Z Compiling tinystr v0.8.2
14012026-06-08T18:53:28.207Z Compiling potential_utf v0.1.4
14022026-06-08T18:53:28.370Z Compiling icu_locale_core v2.1.1
14032026-06-08T18:53:28.373Z Compiling icu_collections v2.1.1
14042026-06-08T18:53:28.394Z Compiling futures-util v0.3.32
14052026-06-08T18:53:28.854Z Compiling inout v0.1.4
14062026-06-08T18:53:28.936Z Compiling der_derive v0.7.3
14072026-06-08T18:53:29.026Z Compiling bytes v1.11.1
14082026-06-08T18:53:29.029Z Compiling icu_provider v2.1.1
14092026-06-08T18:53:29.236Z Compiling cipher v0.4.4
14102026-06-08T18:53:29.341Z Compiling icu_normalizer v2.1.1
14112026-06-08T18:53:29.437Z Compiling icu_properties v2.1.2
14122026-06-08T18:53:29.500Z Compiling tokio v1.52.1
14132026-06-08T18:53:29.634Z Compiling http v1.4.0
14142026-06-08T18:53:29.887Z Compiling chrono v0.4.44
14152026-06-08T18:53:29.899Z Compiling der v0.7.10
14162026-06-08T18:53:30.357Z Compiling idna_adapter v1.2.1
14172026-06-08T18:53:30.495Z Compiling idna v1.1.0
14182026-06-08T18:53:30.519Z Compiling ppv-lite86 v0.2.21
14192026-06-08T18:53:30.530Z Compiling salsa20 v0.10.2
14202026-06-08T18:53:30.643Z Compiling pbkdf2 v0.12.2
14212026-06-08T18:53:30.664Z Compiling rustls-pki-types v1.14.0
14222026-06-08T18:53:30.758Z Compiling spki v0.7.3
14232026-06-08T18:53:30.832Z Compiling url v2.5.8
14242026-06-08T18:53:30.958Z Compiling tracing-attributes v0.1.31
14252026-06-08T18:53:31.081Z Compiling thiserror-impl v2.0.18
14262026-06-08T18:53:31.109Z Compiling rand_chacha v0.9.0
14272026-06-08T18:53:31.123Z Compiling scrypt v0.11.0
14282026-06-08T18:53:31.235Z Compiling http-body v1.0.1
14292026-06-08T18:53:31.368Z Compiling aes v0.8.4
14302026-06-08T18:53:31.386Z Compiling cbc v0.1.2
14312026-06-08T18:53:31.601Z Compiling tinyvec_macros v0.1.1
14322026-06-08T18:53:31.614Z Compiling untrusted v0.7.1
14332026-06-08T18:53:31.671Z Compiling httparse v1.10.1
14342026-06-08T18:53:31.782Z Compiling untrusted v0.9.0
14352026-06-08T18:53:31.815Z Compiling openssl-probe v0.2.1
14362026-06-08T18:53:31.994Z Compiling pkcs5 v0.7.1
14372026-06-08T18:53:32.099Z Compiling tinyvec v1.10.0
14382026-06-08T18:53:32.289Z Compiling tracing v0.1.44
14392026-06-08T18:53:32.444Z Compiling pest_generator v2.8.6
14402026-06-08T18:53:32.457Z Compiling rand v0.9.2
14412026-06-08T18:53:32.471Z Compiling thiserror v2.0.18
14422026-06-08T18:53:32.474Z Compiling serde_derive_internals v0.29.1
14432026-06-08T18:53:32.557Z Compiling aho-corasick v1.1.4
14442026-06-08T18:53:32.572Z Compiling dyn-clone v1.0.20
14452026-06-08T18:53:32.707Z Compiling schemars v0.8.22
14462026-06-08T18:53:32.907Z Compiling tower-service v0.3.3
14472026-06-08T18:53:33.007Z Compiling try-lock v0.2.5
14482026-06-08T18:53:33.135Z Compiling tower-layer v0.3.3
14492026-06-08T18:53:33.141Z Compiling atomic-waker v1.1.2
14502026-06-08T18:53:33.246Z Compiling tokio-util v0.7.18
14512026-06-08T18:53:33.271Z Compiling rustls v0.23.37
14522026-06-08T18:53:33.280Z Compiling pest_derive v2.8.6
14532026-06-08T18:53:33.372Z Compiling schemars_derive v0.8.22
14542026-06-08T18:53:33.433Z Compiling regex-automata v0.4.14
14552026-06-08T18:53:33.680Z Compiling want v0.3.1
14562026-06-08T18:53:33.711Z Compiling pkcs8 v0.10.2
14572026-06-08T18:53:34.017Z Compiling h2 v0.4.13
14582026-06-08T18:53:34.135Z Compiling ipnet v2.11.0
14592026-06-08T18:53:34.230Z Compiling scroll_derive v0.13.1
14602026-06-08T18:53:34.247Z Compiling darling_core v0.20.11
14612026-06-08T18:53:34.592Z Compiling httpdate v1.0.3
14622026-06-08T18:53:34.624Z Compiling pin-utils v0.1.0
14632026-06-08T18:53:34.698Z Compiling foreign-types-shared v0.1.1
14642026-06-08T18:53:34.784Z Compiling openssl v0.10.79
14652026-06-08T18:53:34.806Z Compiling foreign-types v0.3.2
14662026-06-08T18:53:34.876Z Compiling tempfile v3.25.0
14672026-06-08T18:53:35.010Z Compiling scroll v0.13.0
14682026-06-08T18:53:35.159Z Compiling unicode-normalization v0.1.25
14692026-06-08T18:53:35.272Z Compiling openssl-macros v0.1.1
14702026-06-08T18:53:35.608Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-06-08T18:53:35.654Z Compiling spin v0.9.8
14722026-06-08T18:53:35.657Z Compiling native-tls v0.2.18
14732026-06-08T18:53:35.856Z Compiling time-core v0.1.8
14742026-06-08T18:53:35.875Z Compiling num-conv v0.2.0
14752026-06-08T18:53:35.990Z Compiling powerfmt v0.2.0
14762026-06-08T18:53:36.002Z Compiling crc32fast v1.5.0
14772026-06-08T18:53:36.005Z Compiling time-macros v0.2.27
14782026-06-08T18:53:36.189Z Compiling deranged v0.5.8
14792026-06-08T18:53:36.490Z Compiling darling_macro v0.20.11
14802026-06-08T18:53:36.996Z Compiling hyper v1.8.1
14812026-06-08T18:53:37.100Z Compiling darling v0.20.11
14822026-06-08T18:53:37.185Z Compiling goblin v0.10.5
14832026-06-08T18:53:37.216Z Compiling rustls-native-certs v0.8.3
14842026-06-08T18:53:37.484Z Compiling sync_wrapper v1.0.2
14852026-06-08T18:53:37.500Z Compiling wait-timeout v0.2.1
14862026-06-08T18:53:37.589Z Compiling quick-error v1.2.3
14872026-06-08T18:53:37.697Z Compiling crossbeam-utils v0.8.21
14882026-06-08T18:53:37.765Z Compiling bit-vec v0.8.0
14892026-06-08T18:53:37.961Z Compiling usdt-impl v0.6.0
14902026-06-08T18:53:37.984Z Compiling num_threads v0.1.7
14912026-06-08T18:53:37.997Z Compiling siphasher v1.0.2
14922026-06-08T18:53:38.080Z Compiling hyper-util v0.1.20
14932026-06-08T18:53:38.160Z Compiling syn v1.0.109
14942026-06-08T18:53:38.180Z Compiling simd-adler32 v0.3.8
14952026-06-08T18:53:38.438Z Compiling time v0.3.47
14962026-06-08T18:53:38.526Z Compiling bit-set v0.8.0
14972026-06-08T18:53:38.688Z Compiling rusty-fork v0.3.1
14982026-06-08T18:53:38.876Z Compiling tower v0.5.3
14992026-06-08T18:53:38.996Z Compiling derive_builder_core v0.20.2
15002026-06-08T18:53:39.350Z Compiling dtrace-parser v0.3.0
15012026-06-08T18:53:39.521Z Compiling http-body-util v0.1.3
15022026-06-08T18:53:39.747Z Compiling webpki-roots v1.0.6
15032026-06-08T18:53:39.784Z Compiling signature v2.2.0
15042026-06-08T18:53:39.859Z Compiling scroll_derive v0.12.1
15052026-06-08T18:53:39.872Z Compiling dof v0.4.0
15062026-06-08T18:53:39.958Z Compiling thiserror-impl v1.0.69
15072026-06-08T18:53:39.999Z Compiling heapless v0.7.17
15082026-06-08T18:53:40.100Z Compiling rand_xorshift v0.4.0
15092026-06-08T18:53:40.238Z Compiling slog v2.8.2
15102026-06-08T18:53:40.253Z Compiling darling_core v0.21.3
15112026-06-08T18:53:40.423Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-06-08T18:53:40.522Z Compiling thread-id v5.1.0
15132026-06-08T18:53:40.605Z Compiling cookie v0.18.1
15142026-06-08T18:53:40.700Z Compiling paste v1.0.15
15152026-06-08T18:53:40.785Z Compiling iri-string v0.7.10
15162026-06-08T18:53:40.969Z Compiling unicode-properties v0.1.4
15172026-06-08T18:53:41.016Z Compiling adler2 v2.0.1
15182026-06-08T18:53:41.149Z Compiling unicode-bidi v0.3.18
15192026-06-08T18:53:41.174Z Compiling signal-hook v0.3.18
15202026-06-08T18:53:41.202Z Compiling anyhow v1.0.102
15212026-06-08T18:53:41.343Z Compiling ryu v1.0.23
15222026-06-08T18:53:41.409Z Compiling unarray v0.1.4
15232026-06-08T18:53:41.504Z Compiling allocator-api2 v0.2.21
15242026-06-08T18:53:41.520Z Compiling zstd-safe v7.2.4
15252026-06-08T18:53:41.670Z Compiling proptest v1.10.0
15262026-06-08T18:53:41.748Z Compiling serde_urlencoded v0.7.1
15272026-06-08T18:53:41.776Z Compiling stringprep v0.1.5
15282026-06-08T18:53:41.897Z Compiling thiserror v1.0.69
15292026-06-08T18:53:41.996Z Compiling tower-http v0.6.8
15302026-06-08T18:53:42.010Z Compiling miniz_oxide v0.8.9
15312026-06-08T18:53:42.401Z Compiling scroll v0.12.0
15322026-06-08T18:53:42.668Z Compiling derive_builder_macro v0.20.2
15332026-06-08T18:53:42.684Z Compiling tokio-native-tls v0.3.1
15342026-06-08T18:53:42.843Z Compiling darling_macro v0.21.3
15352026-06-08T18:53:42.926Z Compiling ipnetwork v0.21.1
15362026-06-08T18:53:43.064Z Compiling bstr v1.12.1
15372026-06-08T18:53:43.123Z Compiling rand_chacha v0.3.1
15382026-06-08T18:53:43.312Z Compiling erased-serde v0.3.31
15392026-06-08T18:53:43.326Z Compiling toml_datetime v0.6.11
15402026-06-08T18:53:43.361Z Compiling serde_tokenstream v0.2.3
15412026-06-08T18:53:43.596Z Compiling serde_spanned v0.6.9
15422026-06-08T18:53:43.668Z Compiling md-5 v0.10.6
15432026-06-08T18:53:43.706Z Compiling pin-project-internal v1.1.11
15442026-06-08T18:53:43.731Z Compiling zerocopy-derive v0.7.35
15452026-06-08T18:53:43.787Z Compiling async-trait v0.1.89
15462026-06-08T18:53:43.826Z Compiling curve25519-dalek v4.1.3
15472026-06-08T18:53:43.926Z Compiling vergen-lib v9.1.0
15482026-06-08T18:53:44.107Z Compiling num-integer v0.1.46
15492026-06-08T18:53:44.153Z Compiling hash32 v0.2.1
15502026-06-08T18:53:44.344Z Compiling ff v0.13.1
15512026-06-08T18:53:44.422Z Compiling memoffset v0.9.1
15522026-06-08T18:53:44.482Z Compiling encoding_rs v0.8.35
15532026-06-08T18:53:44.572Z Compiling num-bigint-dig v0.8.6
15542026-06-08T18:53:44.613Z Compiling smoltcp v0.9.1
15552026-06-08T18:53:44.760Z Compiling ref-cast v1.0.25
15562026-06-08T18:53:44.790Z Compiling rustix v0.38.44
15572026-06-08T18:53:44.793Z Compiling zlib-rs v0.6.2
15582026-06-08T18:53:44.947Z Compiling litrs v1.0.0
15592026-06-08T18:53:45.062Z Compiling mime v0.3.17
15602026-06-08T18:53:45.158Z Compiling fallible-iterator v0.2.0
15612026-06-08T18:53:45.332Z Compiling base16ct v0.2.0
15622026-06-08T18:53:45.461Z Compiling psl-types v2.0.11
15632026-06-08T18:53:45.488Z Compiling cfg_aliases v0.2.1
15642026-06-08T18:53:45.525Z Compiling sec1 v0.7.3
15652026-06-08T18:53:45.565Z Compiling nix v0.31.2
15662026-06-08T18:53:45.587Z Compiling publicsuffix v2.3.0
15672026-06-08T18:53:45.763Z Compiling document-features v0.2.12
15682026-06-08T18:53:45.796Z Compiling postgres-protocol v0.6.10
15692026-06-08T18:53:46.035Z Compiling pin-project v1.1.11
15702026-06-08T18:53:46.136Z Compiling zerocopy v0.7.35
15712026-06-08T18:53:46.166Z Compiling group v0.13.0
15722026-06-08T18:53:46.335Z Compiling num-iter v0.1.45
15732026-06-08T18:53:46.453Z Compiling newtype-uuid v1.3.2
15742026-06-08T18:53:46.689Z Compiling rand v0.8.6
15752026-06-08T18:53:46.743Z Compiling hubpack_derive v0.1.1
15762026-06-08T18:53:46.850Z Compiling darling v0.21.3
15772026-06-08T18:53:46.853Z Compiling oxnet v0.1.4
15782026-06-08T18:53:46.884Z Compiling derive_builder v0.20.2
15792026-06-08T18:53:47.032Z Compiling hyper-tls v0.6.0
15802026-06-08T18:53:47.190Z Compiling goblin v0.8.2
15812026-06-08T18:53:47.553Z Compiling phf_shared v0.13.1
15822026-06-08T18:53:47.769Z Compiling flate2 v1.1.9
15832026-06-08T18:53:47.783Z Compiling lazy_static v1.5.0
15842026-06-08T18:53:47.798Z Compiling regex v1.12.3
15852026-06-08T18:53:47.886Z Compiling futures-executor v0.3.32
15862026-06-08T18:53:47.894Z Compiling hex v0.4.3
15872026-06-08T18:53:48.037Z Compiling hkdf v0.12.4
15882026-06-08T18:53:48.139Z Compiling crypto-bigint v0.5.5
15892026-06-08T18:53:48.158Z Compiling terminal_size v0.4.3
15902026-06-08T18:53:48.183Z Compiling daft-derive v0.1.7
15912026-06-08T18:53:48.204Z Compiling curve25519-dalek-derive v0.1.1
15922026-06-08T18:53:48.228Z Compiling snafu-derive v0.8.9
15932026-06-08T18:53:48.292Z Compiling strum_macros v0.27.2
15942026-06-08T18:53:48.849Z Compiling ref-cast-impl v1.0.25
15952026-06-08T18:53:48.906Z Compiling vergen v9.1.0
15962026-06-08T18:53:49.086Z Compiling fs-err v3.3.0
15972026-06-08T18:53:49.273Z Compiling cargo-platform v0.3.2
15982026-06-08T18:53:49.381Z Compiling ahash v0.8.12
15992026-06-08T18:53:49.551Z Compiling bitflags v1.3.2
16002026-06-08T18:53:49.582Z Compiling unicode-segmentation v1.12.0
16012026-06-08T18:53:49.626Z Compiling bumpalo v3.20.2
16022026-06-08T18:53:49.878Z Compiling same-file v1.0.6
16032026-06-08T18:53:49.961Z Compiling foldhash v0.2.0
16042026-06-08T18:53:50.037Z Compiling foldhash v0.1.5
16052026-06-08T18:53:50.114Z Compiling libbz2-rs-sys v0.2.2
16062026-06-08T18:53:50.184Z Compiling winnow v0.5.40
16072026-06-08T18:53:50.209Z Compiling object v0.37.3
16082026-06-08T18:53:50.230Z Compiling managed v0.8.0
16092026-06-08T18:53:50.260Z Compiling strum v0.27.2
16102026-06-08T18:53:50.389Z Compiling hashbrown v0.15.5
16112026-06-08T18:53:50.522Z Compiling bzip2 v0.6.1
16122026-06-08T18:53:50.727Z Compiling clap_builder v4.5.60
16132026-06-08T18:53:50.730Z Compiling snafu v0.8.9
16142026-06-08T18:53:50.794Z Compiling hashbrown v0.16.1
16152026-06-08T18:53:50.939Z Compiling walkdir v2.5.0
16162026-06-08T18:53:51.087Z Compiling zopfli v0.8.3
16172026-06-08T18:53:51.256Z Compiling cargo_metadata v0.23.1
16182026-06-08T18:53:51.289Z Compiling dof v0.3.0
16192026-06-08T18:53:51.480Z Compiling toml_edit v0.19.15
16202026-06-08T18:53:51.741Z Compiling elliptic-curve v0.13.8
16212026-06-08T18:53:51.812Z Compiling daft v0.1.7
16222026-06-08T18:53:52.094Z Compiling futures v0.3.32
16232026-06-08T18:53:52.176Z Compiling phf v0.13.1
16242026-06-08T18:53:52.664Z Compiling cookie_store v0.22.1
16252026-06-08T18:53:52.710Z Compiling signal-hook-mio v0.2.5
16262026-06-08T18:53:52.806Z Compiling hubpack v0.1.2
16272026-06-08T18:53:52.827Z Compiling zstd v0.13.3
16282026-06-08T18:53:53.021Z Compiling bzip2 v0.4.4
16292026-06-08T18:53:53.085Z Compiling serde_with_macros v3.17.0
16302026-06-08T18:53:53.311Z Compiling postgres-types v0.2.12
16312026-06-08T18:53:53.790Z Compiling usdt-macro v0.6.0
16322026-06-08T18:53:53.911Z Compiling usdt-attr-macro v0.6.0
16332026-06-08T18:53:54.185Z Compiling globset v0.4.18
16342026-06-08T18:53:54.224Z Compiling dtrace-parser v0.2.0
16352026-06-08T18:53:54.432Z Compiling ed25519 v2.2.3
16362026-06-08T18:53:54.523Z Compiling phf_shared v0.11.3
16372026-06-08T18:53:54.650Z Compiling olpc-cjson v0.1.4
16382026-06-08T18:53:54.700Z Compiling pkcs1 v0.7.5
16392026-06-08T18:53:54.819Z Compiling serde-big-array v0.5.1
16402026-06-08T18:53:54.867Z Compiling serde_plain v1.0.2
16412026-06-08T18:53:54.958Z Compiling rfc6979 v0.4.0
16422026-06-08T18:53:54.969Z Compiling strum_macros v0.26.4
16432026-06-08T18:53:55.047Z Compiling enum-as-inner v0.6.1
16442026-06-08T18:53:55.061Z Compiling clap_derive v4.5.55
16452026-06-08T18:53:55.086Z Compiling serde_repr v0.1.20
16462026-06-08T18:53:55.100Z Compiling async-recursion v1.1.1
16472026-06-08T18:53:55.347Z Compiling pem v3.0.6
16482026-06-08T18:53:55.546Z Compiling float-cmp v0.10.0
16492026-06-08T18:53:55.604Z Compiling memmap2 v0.9.10
16502026-06-08T18:53:55.658Z Compiling thread-id v4.2.2
16512026-06-08T18:53:55.687Z Compiling env_filter v1.0.0
16522026-06-08T18:53:55.741Z Compiling fixedbitset v0.5.7
16532026-06-08T18:53:55.744Z Compiling precomputed-hash v0.1.1
16542026-06-08T18:53:55.815Z Compiling either v1.15.0
16552026-06-08T18:53:55.829Z Compiling keccak v0.1.6
16562026-06-08T18:53:55.980Z Compiling predicates-core v1.0.10
16572026-06-08T18:53:56.022Z Compiling jiff v0.2.21
16582026-06-08T18:53:56.055Z Compiling new_debug_unreachable v1.0.6
16592026-06-08T18:53:56.131Z Compiling typed-path v0.9.3
16602026-06-08T18:53:56.153Z Compiling normalize-line-endings v0.3.0
16612026-06-08T18:53:56.246Z Compiling fixedbitset v0.4.2
16622026-06-08T18:53:56.458Z Compiling static_assertions v1.1.0
16632026-06-08T18:53:56.534Z Compiling whoami v2.1.0
16642026-06-08T18:53:56.629Z Compiling difflib v0.4.0
16652026-06-08T18:53:56.707Z Compiling data-encoding v2.10.0
16662026-06-08T18:53:56.848Z Compiling clap v4.5.60
16672026-06-08T18:53:56.915Z Compiling predicates v3.1.4
16682026-06-08T18:53:56.933Z Compiling tokio-postgres v0.7.16
16692026-06-08T18:53:57.251Z Compiling hickory-proto v0.25.2
16702026-06-08T18:53:57.384Z Compiling strum v0.26.3
16712026-06-08T18:53:57.419Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-08T18:53:57.518Z Compiling petgraph v0.6.5
16732026-06-08T18:53:57.574Z Compiling string_cache v0.8.9
16742026-06-08T18:53:57.767Z Compiling itertools v0.13.0
16752026-06-08T18:53:57.805Z Compiling sha3 v0.10.8
16762026-06-08T18:53:58.260Z Compiling petgraph v0.8.3
16772026-06-08T18:53:58.968Z Compiling zip v4.6.1
16782026-06-08T18:53:58.983Z Compiling env_logger v0.11.9
16792026-06-08T18:53:59.135Z Compiling usdt v0.6.0
16802026-06-08T18:53:59.333Z Compiling toml_edit v0.22.27
16812026-06-08T18:53:59.393Z Compiling usdt-impl v0.5.0
16822026-06-08T18:53:59.916Z Compiling ecdsa v0.16.9
16832026-06-08T18:53:59.974Z Compiling rsa v0.9.10
16842026-06-08T18:54:00.177Z Compiling ed25519-dalek v2.2.0
16852026-06-08T18:54:00.229Z Compiling serde_with v3.17.0
16862026-06-08T18:54:00.244Z Compiling crossterm v0.28.1
16872026-06-08T18:54:00.845Z Compiling zip v0.6.6
16882026-06-08T18:54:01.429Z Compiling toml v0.7.8
16892026-06-08T18:54:01.838Z Compiling iddqd v0.4.2
16902026-06-08T18:54:02.086Z Compiling toml_parser v1.0.9+spec-1.1.0
16912026-06-08T18:54:02.109Z Compiling similar v2.7.0
16922026-06-08T18:54:02.221Z Compiling heck v0.4.1
16932026-06-08T18:54:02.330Z Compiling crossbeam-epoch v0.9.18
16942026-06-08T18:54:02.451Z Compiling tokio-stream v0.1.18
16952026-06-08T18:54:02.692Z Compiling buf-list v1.1.2
16962026-06-08T18:54:02.741Z Compiling x509-cert v0.2.5
16972026-06-08T18:54:02.926Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-06-08T18:54:02.955Z Compiling openapiv3 v2.2.0
16992026-06-08T18:54:02.993Z Compiling sha1 v0.10.6
17002026-06-08T18:54:03.143Z Compiling lalrpop-util v0.19.12
17012026-06-08T18:54:03.209Z Compiling peg-runtime v0.8.5
17022026-06-08T18:54:03.223Z Compiling thread_local v1.1.9
17032026-06-08T18:54:03.323Z Compiling slog-async v2.8.0
17042026-06-08T18:54:03.345Z Compiling crossbeam-channel v0.5.15
17052026-06-08T18:54:03.485Z Compiling filetime v0.2.27
17062026-06-08T18:54:03.510Z Compiling is-terminal v0.4.17
17072026-06-08T18:54:03.592Z Compiling term v1.2.1
17082026-06-08T18:54:03.640Z Compiling take_mut v0.2.2
17092026-06-08T18:54:03.671Z Compiling xattr v1.6.1
17102026-06-08T18:54:03.803Z Compiling tar v0.4.45
17112026-06-08T18:54:04.164Z Compiling slog-term v2.9.2
17122026-06-08T18:54:13.989Z Compiling rustls-webpki v0.103.9
17132026-06-08T18:54:16.778Z Compiling tokio-rustls v0.26.4
17142026-06-08T18:54:16.778Z Compiling rustls-platform-verifier v0.6.2
17152026-06-08T18:54:16.978Z Compiling hyper-rustls v0.27.7
17162026-06-08T18:54:17.181Z Compiling reqwest v0.12.28
17172026-06-08T18:54:17.181Z Compiling reqwest v0.13.2
17182026-06-08T18:54:18.432Z Compiling tough v0.22.0
17192026-06-08T18:54:20.964Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-06-08T18:54:21.181Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-06-08T18:54:24.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17222026-06-08T18:54:24.197Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-06-08T18:54:24.250ZJun 08 18:54:22.740 INFO Starting download, target: Cockroach
17242026-06-08T18:54:24.251ZJun 08 18:54:22.740 INFO Starting download, target: Console
17252026-06-08T18:54:24.251ZJun 08 18:54:22.740 INFO Starting download, target: Clickhouse
17262026-06-08T18:54:24.254ZJun 08 18:54:22.740 INFO Starting download, target: DendriteStub
17272026-06-08T18:54:24.254ZJun 08 18:54:22.740 INFO Starting download, target: MaghemiteMgd
17282026-06-08T18:54:24.254ZJun 08 18:54:22.740 INFO Starting download, target: TransceiverControl
17292026-06-08T18:54:24.254ZJun 08 18:54:22.740 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-06-08T18:54:24.254ZJun 08 18:54:22.740 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-06-08T18:54:24.254ZJun 08 18:54:22.740 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-06-08T18:54:24.255ZJun 08 18:54:22.740 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-06-08T18:54:24.255ZJun 08 18:54:22.740 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-06-08T18:54:24.255ZJun 08 18:54:22.740 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352026-06-08T18:54:25.151ZJun 08 18:54:23.642 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-06-08T18:54:25.394ZJun 08 18:54:23.883 INFO Download complete, target: Console
17372026-06-08T18:54:26.441ZJun 08 18:54:24.930 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17382026-06-08T18:54:27.176ZJun 08 18:54:25.598 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-06-08T18:54:27.352ZJun 08 18:54:25.832 INFO Download complete, target: TransceiverControl
17402026-06-08T18:54:28.749ZJun 08 18:54:27.236 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-06-08T18:54:28.792ZJun 08 18:54:27.276 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-06-08T18:54:29.128ZJun 08 18:54:27.618 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-06-08T18:54:29.128ZJun 08 18:54:27.618 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-06-08T18:54:31.388ZJun 08 18:54:29.878 INFO Download complete, target: MaghemiteMgd
17452026-06-08T18:54:31.388ZJun 08 18:54:29.878 INFO Download complete, target: DendriteStub
17462026-06-08T18:54:33.516ZJun 08 18:54:32.006 INFO Checking that binary works, target: Clickhouse
17472026-06-08T18:54:33.611ZJun 08 18:54:32.101 INFO Download complete, target: Clickhouse
17482026-06-08T18:54:33.973ZJun 08 18:54:32.463 INFO Checking that binary works, target: Cockroach
17492026-06-08T18:54:34.082ZJun 08 18:54:32.572 INFO Download complete, target: Cockroach
17502026-06-08T18:54:34.099ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-08T18:54:34.103Z
17522026-06-08T18:54:34.103Zreal 2:20.507324222
17532026-06-08T18:54:34.103Zuser 6:57.862467813
17542026-06-08T18:54:34.104Zsys 1:23.447780735
17552026-06-08T18:54:34.104Ztrap 0.224030668
17562026-06-08T18:54:34.104Ztflt 0.670852156
17572026-06-08T18:54:34.104Zdflt 0.617505088
17582026-06-08T18:54:34.104Zkflt 0.029437675
17592026-06-08T18:54:34.104Zlock 21:58.934085451
17602026-06-08T18:54:34.104Zslp 21:32.898569481
17612026-06-08T18:54:34.104Zlat 43.699645381
17622026-06-08T18:54:34.104Zstop 1:54.331905332
17632026-06-08T18:54:34.104Z+ banner clippy
17642026-06-08T18:54:34.104Z
17652026-06-08T18:54:34.104Z #### # # ##### ##### # #
17662026-06-08T18:54:34.104Z # # # # # # # # # #
17672026-06-08T18:54:34.104Z # # # # # # # #
17682026-06-08T18:54:34.104Z # # # ##### ##### #
17692026-06-08T18:54:34.104Z # # # # # # #
17702026-06-08T18:54:34.104Z #### ###### # # # #
17712026-06-08T18:54:34.104Z
17722026-06-08T18:54:34.104Z+ export CARGO_INCREMENTAL=0
17732026-06-08T18:54:34.104Z+ CARGO_INCREMENTAL=0
17742026-06-08T18:54:34.104Z+ ptime -m cargo xtask clippy
17752026-06-08T18:54:34.627Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-08T18:54:34.846Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-08T18:54:36.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17782026-06-08T18:54:36.787Z Running `target/debug/xtask clippy`
17792026-06-08T18:54:36.815Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17802026-06-08T18:54:37.422Z Downloading crates ...
17812026-06-08T18:54:37.611Z Downloaded async-object-pool v0.2.0
17822026-06-08T18:54:37.618Z Downloaded anes v0.1.6
17832026-06-08T18:54:37.622Z Downloaded similar-asserts v1.7.0
17842026-06-08T18:54:37.622Z Downloaded assert-json-diff v2.0.2
17852026-06-08T18:54:37.622Z Downloaded blake2b_simd v1.0.4
17862026-06-08T18:54:37.624Z Downloaded path-tree v0.8.3
17872026-06-08T18:54:37.625Z Downloaded rust-argon2 v2.1.0
17882026-06-08T18:54:37.632Z Downloaded tinytemplate v1.2.1
17892026-06-08T18:54:37.637Z Downloaded addr2line v0.25.1
17902026-06-08T18:54:37.637Z Downloaded supports-unicode v2.1.0
17912026-06-08T18:54:37.637Z Downloaded nested v0.1.1
17922026-06-08T18:54:37.637Z Downloaded chumsky v0.9.3
17932026-06-08T18:54:37.643Z Downloaded concurrent-queue v2.5.0
17942026-06-08T18:54:37.645Z Downloaded escape8259 v0.5.3
17952026-06-08T18:54:37.652Z Downloaded supports-color v2.1.0
17962026-06-08T18:54:37.655Z Downloaded parking v2.2.1
17972026-06-08T18:54:37.661Z Downloaded cfg-expr v0.20.6
17982026-06-08T18:54:37.665Z Downloaded rstest_macros v0.25.0
17992026-06-08T18:54:37.669Z Downloaded criterion v0.7.0
18002026-06-08T18:54:37.672Z Downloaded trybuild v1.0.116
18012026-06-08T18:54:37.675Z Downloaded terminal_size v0.1.17
18022026-06-08T18:54:37.675Z Downloaded stringmetrics v2.2.2
18032026-06-08T18:54:37.678Z Downloaded oorandom v11.1.5
18042026-06-08T18:54:37.678Z Downloaded knuffel v3.2.0
18052026-06-08T18:54:37.678Z Downloaded assert_cmd v2.1.2
18062026-06-08T18:54:37.681Z Downloaded constant_time_eq v0.3.1
18072026-06-08T18:54:37.687Z Downloaded datatest-stable v0.3.3
18082026-06-08T18:54:37.693Z Downloaded supports-hyperlinks v2.1.0
18092026-06-08T18:54:37.693Z Downloaded event-listener v5.4.1
18102026-06-08T18:54:37.693Z Downloaded plotters-backend v0.3.7
18112026-06-08T18:54:37.693Z Downloaded approx v0.5.1
18122026-06-08T18:54:37.693Z Downloaded libtest-mimic v0.8.1
18132026-06-08T18:54:37.696Z Downloaded partial-io v0.5.4
18142026-06-08T18:54:37.696Z Downloaded pathdiff v0.2.3
18152026-06-08T18:54:37.699Z Downloaded backtrace-ext v0.2.1
18162026-06-08T18:54:37.701Z Downloaded hickory-client v0.25.2
18172026-06-08T18:54:37.704Z Downloaded miette-derive v5.10.0
18182026-06-08T18:54:37.707Z Downloaded serde_regex v1.1.0
18192026-06-08T18:54:37.707Z Downloaded tokio-test v0.4.5
18202026-06-08T18:54:37.707Z Downloaded cast v0.3.0
18212026-06-08T18:54:37.711Z Downloaded guppy-workspace-hack v0.1.0
18222026-06-08T18:54:37.714Z Downloaded knuffel-derive v3.2.0
18232026-06-08T18:54:37.718Z Downloaded rustc-demangle v0.1.27
18242026-06-08T18:54:37.721Z Downloaded futures-timer v3.0.3
18252026-06-08T18:54:37.724Z Downloaded event-listener-strategy v0.5.4
18262026-06-08T18:54:37.727Z Downloaded linkme-impl v0.3.35
18272026-06-08T18:54:37.727Z Downloaded target-triple v1.0.0
18282026-06-08T18:54:37.727Z Downloaded criterion-plot v0.6.0
18292026-06-08T18:54:37.731Z Downloaded plotters-svg v0.3.7
18302026-06-08T18:54:37.732Z Downloaded target-spec v3.5.7
18312026-06-08T18:54:37.737Z Downloaded termcolor v1.4.1
18322026-06-08T18:54:37.740Z Downloaded owo-colors v3.5.0
18332026-06-08T18:54:37.745Z Downloaded linkme v0.3.35
18342026-06-08T18:54:37.748Z Downloaded target-lexicon v0.13.3
18352026-06-08T18:54:37.748Z Downloaded rstest v0.25.0
18362026-06-08T18:54:37.754Z Downloaded relative-path v1.9.3
18372026-06-08T18:54:37.754Z Downloaded httptest v0.16.4
18382026-06-08T18:54:37.758Z Downloaded fancy-regex v0.14.0
18392026-06-08T18:54:37.758Z Downloaded async-lock v3.4.2
18402026-06-08T18:54:37.758Z Downloaded rand_distr v0.5.1
18412026-06-08T18:54:37.762Z Downloaded textwrap v0.15.2
18422026-06-08T18:54:37.771Z Downloaded miette v5.10.0
18432026-06-08T18:54:37.774Z Downloaded hashbrown v0.14.5
18442026-06-08T18:54:37.777Z Downloaded backtrace v0.3.76
18452026-06-08T18:54:37.783Z Downloaded plotters v0.3.7
18462026-06-08T18:54:37.791Z Downloaded guppy v0.17.25
18472026-06-08T18:54:37.799Z Downloaded gimli v0.32.3
18482026-06-08T18:54:37.900Z Downloaded httpmock v0.8.3
18492026-06-08T18:54:39.556Z Checking cfg-if v1.0.4
18502026-06-08T18:54:39.909Z Checking libc v0.2.185
18512026-06-08T18:54:39.912Z Checking serde_core v1.0.228
18522026-06-08T18:54:39.984Z Checking memchr v2.8.0
18532026-06-08T18:54:40.023Z Checking smallvec v1.15.1
18542026-06-08T18:54:40.063Z Checking itoa v1.0.17
18552026-06-08T18:54:40.066Z Checking log v0.4.29
18562026-06-08T18:54:40.143Z Checking zeroize v1.8.2
18572026-06-08T18:54:40.183Z Checking libm v0.2.16
18582026-06-08T18:54:40.226Z Checking scopeguard v1.2.0
18592026-06-08T18:54:40.282Z Checking stable_deref_trait v1.2.1
18602026-06-08T18:54:40.309Z Checking zmij v1.0.21
18612026-06-08T18:54:40.347Z Checking zerofrom v0.1.6
18622026-06-08T18:54:40.383Z Checking lock_api v0.4.14
18632026-06-08T18:54:40.415Z Checking errno v0.3.14
18642026-06-08T18:54:40.418Z Checking getrandom v0.2.17
18652026-06-08T18:54:40.483Z Checking percent-encoding v2.3.2
18662026-06-08T18:54:40.519Z Checking yoke v0.8.1
18672026-06-08T18:54:40.555Z Checking litemap v0.8.1
18682026-06-08T18:54:40.588Z Checking writeable v0.6.2
18692026-06-08T18:54:40.626Z Checking icu_properties_data v2.1.2
18702026-06-08T18:54:40.626Z Checking icu_normalizer_data v2.1.1
18712026-06-08T18:54:40.694Z Checking subtle v2.6.1
18722026-06-08T18:54:41.127Z Checking zerovec v0.11.5
18732026-06-08T18:54:41.143Z Checking zerotrie v0.2.3
18742026-06-08T18:54:41.144Z Checking form_urlencoded v1.2.2
18752026-06-08T18:54:41.144Z Checking pin-project-lite v0.2.17
18762026-06-08T18:54:41.144Z Checking utf8_iter v1.0.4
18772026-06-08T18:54:41.144Z Checking num-traits v0.2.19
18782026-06-08T18:54:41.144Z Checking rand_core v0.6.4
18792026-06-08T18:54:41.145Z Checking parking_lot_core v0.9.12
18802026-06-08T18:54:41.145Z Checking zerocopy v0.8.40
18812026-06-08T18:54:41.145Z Checking rand_core v0.10.0
18822026-06-08T18:54:41.145Z Checking portable-atomic v1.13.1
18832026-06-08T18:54:41.154Z Checking signal-hook-registry v1.4.8
18842026-06-08T18:54:41.187Z Checking tinystr v0.8.2
18852026-06-08T18:54:41.220Z Checking potential_utf v0.1.4
18862026-06-08T18:54:41.223Z Checking parking_lot v0.12.5
18872026-06-08T18:54:41.339Z Checking getrandom v0.4.1
18882026-06-08T18:54:41.389Z Checking icu_locale_core v2.1.1
18892026-06-08T18:54:41.428Z Checking icu_collections v2.1.1
18902026-06-08T18:54:41.432Z Checking serde v1.0.228
18912026-06-08T18:54:41.523Z Checking serde_json v1.0.149
18922026-06-08T18:54:41.526Z Checking bitflags v2.11.0
18932026-06-08T18:54:41.590Z Checking critical-section v1.2.0
18942026-06-08T18:54:41.628Z Checking mio v1.2.0
18952026-06-08T18:54:41.723Z Checking once_cell v1.21.3
18962026-06-08T18:54:41.771Z Checking socket2 v0.6.3
18972026-06-08T18:54:41.817Z Checking typenum v1.19.0
18982026-06-08T18:54:41.923Z Checking bytes v1.11.1
18992026-06-08T18:54:41.975Z Checking iana-time-zone v0.1.65
19002026-06-08T18:54:42.018Z Checking icu_provider v2.1.1
19012026-06-08T18:54:42.060Z Checking thiserror v2.0.18
19022026-06-08T18:54:42.111Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19032026-06-08T18:54:42.147Z Checking chrono v0.4.44
19042026-06-08T18:54:42.193Z Checking uuid v1.23.0
19052026-06-08T18:54:42.229Z Checking semver v1.0.28
19062026-06-08T18:54:42.288Z Checking icu_normalizer v2.1.1
19072026-06-08T18:54:42.343Z Checking icu_properties v2.1.2
19082026-06-08T18:54:42.384Z Checking generic-array v0.14.7
19092026-06-08T18:54:42.418Z Checking tokio v1.52.1
19102026-06-08T18:54:42.511Z Checking futures-core v0.3.32
19112026-06-08T18:54:42.548Z Checking equivalent v1.0.2
19122026-06-08T18:54:42.630Z Checking dyn-clone v1.0.20
19132026-06-08T18:54:42.666Z Checking const-oid v0.9.6
19142026-06-08T18:54:42.670Z Checking futures-sink v0.3.32
19152026-06-08T18:54:42.765Z Checking slab v0.4.12
19162026-06-08T18:54:42.824Z Checking futures-channel v0.3.32
19172026-06-08T18:54:42.860Z Checking crypto-common v0.1.7
19182026-06-08T18:54:42.952Z Checking block-buffer v0.10.4
19192026-06-08T18:54:43.020Z Checking futures-task v0.3.32
19202026-06-08T18:54:43.057Z Checking futures-io v0.3.32
19212026-06-08T18:54:43.061Z Checking rustix v1.1.3
19222026-06-08T18:54:43.127Z Checking byteorder v1.5.0
19232026-06-08T18:54:43.195Z Checking hashbrown v0.17.0
19242026-06-08T18:54:43.230Z Checking idna_adapter v1.2.1
19252026-06-08T18:54:43.253Z Checking futures-util v0.3.32
19262026-06-08T18:54:43.334Z Checking idna v1.1.0
19272026-06-08T18:54:43.370Z Checking cpufeatures v0.2.17
19282026-06-08T18:54:43.404Z Checking digest v0.10.7
19292026-06-08T18:54:43.466Z Checking thiserror v1.0.69
19302026-06-08T18:54:43.592Z Checking getrandom v0.3.4
19312026-06-08T18:54:43.628Z Checking url v2.5.8
19322026-06-08T18:54:43.664Z Checking fnv v1.0.7
19332026-06-08T18:54:43.704Z Checking indexmap v2.14.0
19342026-06-08T18:54:43.771Z Checking regex-syntax v0.8.10
19352026-06-08T18:54:43.806Z Checking http v1.4.0
19362026-06-08T18:54:43.855Z Checking ppv-lite86 v0.2.21
19372026-06-08T18:54:43.944Z Checking tracing-core v0.1.36
19382026-06-08T18:54:44.086Z Checking schemars v0.8.22
19392026-06-08T18:54:44.183Z Checking base64 v0.22.1
19402026-06-08T18:54:44.275Z Checking tracing v0.1.44
19412026-06-08T18:54:44.311Z Checking ipnet v2.11.0
19422026-06-08T18:54:44.394Z Checking anstyle v1.0.13
19432026-06-08T18:54:44.450Z Checking utf8parse v0.2.2
19442026-06-08T18:54:44.514Z Checking untrusted v0.9.0
19452026-06-08T18:54:44.593Z Checking unicode-ident v1.0.24
19462026-06-08T18:54:44.615Z Checking base64ct v1.8.3
19472026-06-08T18:54:44.618Z Checking anstyle-parse v0.2.7
19482026-06-08T18:54:44.682Z Checking ring v0.17.14
19492026-06-08T18:54:44.718Z Checking proc-macro2 v1.0.106
19502026-06-08T18:54:44.754Z Checking block-padding v0.3.3
19512026-06-08T18:54:44.825Z Checking aho-corasick v1.1.4
19522026-06-08T18:54:44.878Z Checking anstyle-query v1.1.5
19532026-06-08T18:54:44.914Z Checking colorchoice v1.0.4
19542026-06-08T18:54:45.001Z Checking is_terminal_polyfill v1.70.2
19552026-06-08T18:54:45.040Z Checking inout v0.1.4
19562026-06-08T18:54:45.075Z Checking quote v1.0.45
19572026-06-08T18:54:45.113Z Checking rustls-pki-types v1.14.0
19582026-06-08T18:54:45.116Z Checking anstream v0.6.21
19592026-06-08T18:54:45.182Z Checking httparse v1.10.1
19602026-06-08T18:54:45.218Z Checking cipher v0.4.4
19612026-06-08T18:54:45.267Z Checking syn v2.0.117
19622026-06-08T18:54:45.369Z Checking terminal_size v0.4.3
19632026-06-08T18:54:45.417Z Checking crossbeam-utils v0.8.21
19642026-06-08T18:54:45.454Z Checking allocator-api2 v0.2.21
19652026-06-08T18:54:45.457Z Checking clap_lex v1.0.0
19662026-06-08T18:54:45.521Z Checking strsim v0.11.1
19672026-06-08T18:54:45.524Z Checking regex-automata v0.4.14
19682026-06-08T18:54:45.607Z Checking tokio-util v0.7.18
19692026-06-08T18:54:45.662Z Checking pem-rfc7468 v0.7.0
19702026-06-08T18:54:45.709Z Checking clap_builder v4.5.60
19712026-06-08T18:54:45.712Z Checking http-body v1.0.1
19722026-06-08T18:54:45.776Z Checking sha2 v0.10.9
19732026-06-08T18:54:45.779Z Checking atomic-waker v1.1.2
19742026-06-08T18:54:45.846Z Checking powerfmt v0.2.0
19752026-06-08T18:54:45.900Z Checking rand_core v0.9.5
19762026-06-08T18:54:45.933Z Checking hmac v0.12.1
19772026-06-08T18:54:46.023Z Checking deranged v0.5.8
19782026-06-08T18:54:46.076Z Checking num_threads v0.1.7
19792026-06-08T18:54:46.113Z Checking try-lock v0.2.5
19802026-06-08T18:54:46.116Z Checking httpdate v1.0.3
19812026-06-08T18:54:46.192Z Checking num-conv v0.2.0
19822026-06-08T18:54:46.239Z Checking time-core v0.1.8
19832026-06-08T18:54:46.242Z Checking h2 v0.4.13
19842026-06-08T18:54:46.315Z Checking want v0.3.1
19852026-06-08T18:54:46.351Z Checking pin-utils v0.1.0
19862026-06-08T18:54:46.411Z Checking tower-layer v0.3.3
19872026-06-08T18:54:46.449Z Checking ryu v1.0.23
19882026-06-08T18:54:46.484Z Checking tower-service v0.3.3
19892026-06-08T18:54:46.600Z Checking flagset v0.4.7
19902026-06-08T18:54:46.603Z Checking rand_chacha v0.9.0
19912026-06-08T18:54:46.668Z Checking erased-serde v0.3.31
19922026-06-08T18:54:46.756Z Checking der v0.7.10
19932026-06-08T18:54:46.864Z Checking mime v0.3.17
19942026-06-08T18:54:46.972Z Checking clap v4.5.60
19952026-06-08T18:54:47.008Z Checking time v0.3.47
19962026-06-08T18:54:47.067Z Checking rand v0.9.2
19972026-06-08T18:54:47.104Z Checking slog v2.8.2
19982026-06-08T18:54:47.108Z Checking spin v0.9.8
19992026-06-08T18:54:47.346Z Checking anyhow v1.0.102
20002026-06-08T18:54:47.393Z Checking http-body-util v0.1.3
20012026-06-08T18:54:47.396Z Checking aws-lc-sys v0.40.0
20022026-06-08T18:54:47.509Z Checking untrusted v0.7.1
20032026-06-08T18:54:47.545Z Checking fastrand v2.3.0
20042026-06-08T18:54:47.582Z Checking openssl-probe v0.2.1
20052026-06-08T18:54:47.586Z Checking spki v0.7.3
20062026-06-08T18:54:47.650Z Checking serde_urlencoded v0.7.1
20072026-06-08T18:54:47.653Z Checking pbkdf2 v0.12.2
20082026-06-08T18:54:47.717Z Checking aes v0.8.4
20092026-06-08T18:54:47.751Z Checking encoding_rs v0.8.35
20102026-06-08T18:54:47.805Z Checking regex v1.12.3
20112026-06-08T18:54:47.841Z Checking salsa20 v0.10.2
20122026-06-08T18:54:47.883Z Checking cbc v0.1.2
20132026-06-08T18:54:47.958Z Checking aws-lc-rs v1.16.3
20142026-06-08T18:54:48.000Z Checking rand_chacha v0.3.1
20152026-06-08T18:54:48.039Z Checking hex v0.4.3
20162026-06-08T18:54:48.113Z Checking pretty-hex v0.4.1
20172026-06-08T18:54:48.149Z Checking simd-adler32 v0.3.8
20182026-06-08T18:54:48.185Z Checking scrypt v0.11.0
20192026-06-08T18:54:48.236Z Checking rand v0.8.6
20202026-06-08T18:54:48.272Z Checking tempfile v3.25.0
20212026-06-08T18:54:48.307Z Checking ipnetwork v0.21.1
20222026-06-08T18:54:48.348Z Checking plain v0.2.3
20232026-06-08T18:54:48.351Z Checking adler2 v2.0.1
20242026-06-08T18:54:48.492Z Checking pkcs5 v0.7.1
20252026-06-08T18:54:48.541Z Checking rustls-native-certs v0.8.3
20262026-06-08T18:54:48.577Z Checking sync_wrapper v1.0.2
20272026-06-08T18:54:48.611Z Checking miniz_oxide v0.8.9
20282026-06-08T18:54:48.696Z Checking ucd-trie v0.1.7
20292026-06-08T18:54:48.732Z Checking tower v0.5.3
20302026-06-08T18:54:48.735Z Checking webpki-roots v1.0.6
20312026-06-08T18:54:48.800Z Checking camino v1.2.2
20322026-06-08T18:54:48.803Z Checking pkcs8 v0.10.2
20332026-06-08T18:54:48.868Z Checking rustls-webpki v0.103.9
20342026-06-08T18:54:48.871Z Checking pest v2.8.6
20352026-06-08T18:54:48.933Z Checking iri-string v0.7.10
20362026-06-08T18:54:48.969Z Checking hyper v1.8.1
20372026-06-08T18:54:49.004Z Checking foldhash v0.2.0
20382026-06-08T18:54:49.040Z Checking futures-executor v0.3.32
20392026-06-08T18:54:49.075Z Checking either v1.15.0
20402026-06-08T18:54:49.137Z Checking openapiv3 v2.2.0
20412026-06-08T18:54:49.188Z Checking hashbrown v0.16.1
20422026-06-08T18:54:49.223Z Checking futures v0.3.32
20432026-06-08T18:54:49.289Z Checking crc32fast v1.5.0
20442026-06-08T18:54:49.326Z Checking rustls v0.23.37
20452026-06-08T18:54:49.329Z Checking static_assertions v1.1.0
20462026-06-08T18:54:49.458Z Checking oxnet v0.1.4
20472026-06-08T18:54:49.461Z Checking lazy_static v1.5.0
20482026-06-08T18:54:49.612Z Checking signature v2.2.0
20492026-06-08T18:54:49.706Z Checking winnow v0.7.14
20502026-06-08T18:54:49.743Z Checking hubpack v0.1.2
20512026-06-08T18:54:49.777Z Checking zlib-rs v0.6.2
20522026-06-08T18:54:49.890Z Checking hyper-util v0.1.20
20532026-06-08T18:54:49.937Z Checking strum v0.26.3
20542026-06-08T18:54:49.971Z Checking tinyvec_macros v0.1.1
20552026-06-08T18:54:50.005Z Checking tower-http v0.6.8
20562026-06-08T18:54:50.066Z Checking psl-types v2.0.11
20572026-06-08T18:54:50.102Z Checking tinyvec v1.10.0
20582026-06-08T18:54:50.212Z Checking publicsuffix v2.3.0
20592026-06-08T18:54:50.304Z Checking cookie v0.18.1
20602026-06-08T18:54:50.399Z Checking sha1 v0.10.6
20612026-06-08T18:54:50.434Z Checking num-integer v0.1.46
20622026-06-08T18:54:50.468Z Checking scroll v0.13.0
20632026-06-08T18:54:50.562Z Checking data-encoding v2.10.0
20642026-06-08T18:54:50.599Z Checking cookie_store v0.22.1
20652026-06-08T18:54:50.667Z Checking flate2 v1.1.9
20662026-06-08T18:54:50.703Z Checking toml_datetime v0.6.11
20672026-06-08T18:54:50.737Z Checking goblin v0.10.5
20682026-06-08T18:54:50.862Z Checking serde_spanned v0.6.9
20692026-06-08T18:54:50.916Z Checking memmap2 v0.9.10
20702026-06-08T18:54:50.916Z Checking base16ct v0.2.0
20712026-06-08T18:54:50.986Z Checking foreign-types-shared v0.1.1
20722026-06-08T18:54:50.989Z Checking bit-vec v0.8.0
20732026-06-08T18:54:51.050Z Checking dtrace-parser v0.3.0
20742026-06-08T18:54:51.098Z Checking ff v0.13.1
20752026-06-08T18:54:51.101Z Checking foreign-types v0.3.2
20762026-06-08T18:54:51.101Z Checking sec1 v0.7.3
20772026-06-08T18:54:51.197Z Checking openssl-sys v0.9.115
20782026-06-08T18:54:51.232Z Checking thread-id v5.1.0
20792026-06-08T18:54:51.235Z Checking bit-set v0.8.0
20802026-06-08T18:54:51.299Z Checking wait-timeout v0.2.1
20812026-06-08T18:54:51.334Z Checking group v0.13.0
20822026-06-08T18:54:51.368Z Checking num-iter v0.1.45
20832026-06-08T18:54:51.404Z Checking bstr v1.12.1
20842026-06-08T18:54:51.439Z Checking hkdf v0.12.4
20852026-06-08T18:54:51.475Z Checking crossbeam-epoch v0.9.18
20862026-06-08T18:54:51.519Z Checking ahash v0.8.12
20872026-06-08T18:54:51.522Z Checking crypto-bigint v0.5.5
20882026-06-08T18:54:51.608Z Checking openssl v0.10.79
20892026-06-08T18:54:51.643Z Checking quick-error v1.2.3
20902026-06-08T18:54:51.678Z Checking tokio-rustls v0.26.4
20912026-06-08T18:54:51.724Z Checking rustls-platform-verifier v0.6.2
20922026-06-08T18:54:51.762Z Checking rand_xorshift v0.4.0
20932026-06-08T18:54:51.797Z Checking rusty-fork v0.3.1
20942026-06-08T18:54:51.832Z Checking scroll v0.12.0
20952026-06-08T18:54:51.891Z Checking unarray v0.1.4
20962026-06-08T18:54:51.929Z Checking num-bigint-dig v0.8.6
20972026-06-08T18:54:51.962Z Checking hyper-rustls v0.27.7
20982026-06-08T18:54:51.996Z Checking pkcs1 v0.7.5
20992026-06-08T18:54:52.031Z Checking proptest v1.10.0
21002026-06-08T18:54:52.081Z Checking goblin v0.8.2
21012026-06-08T18:54:52.204Z Checking reqwest v0.13.2
21022026-06-08T18:54:52.234Z Checking x509-cert v0.2.5
21032026-06-08T18:54:52.476Z Checking elliptic-curve v0.13.8
21042026-06-08T18:54:52.753Z Checking zerocopy v0.7.35
21052026-06-08T18:54:52.816Z Checking unicode-segmentation v1.12.0
21062026-06-08T18:54:52.910Z Checking rsa v0.9.10
21072026-06-08T18:54:53.059Z Checking dtrace-parser v0.2.0
21082026-06-08T18:54:53.108Z Checking dof v0.4.0
21092026-06-08T18:54:53.161Z Checking rfc6979 v0.4.0
21102026-06-08T18:54:53.264Z Checking memoffset v0.9.1
21112026-06-08T18:54:53.306Z Checking thread-id v4.2.2
21122026-06-08T18:54:53.342Z Checking ecdsa v0.16.9
21132026-06-08T18:54:53.377Z Checking curve25519-dalek v4.1.3
21142026-06-08T18:54:53.413Z Checking rustix v0.38.44
21152026-06-08T18:54:53.417Z Checking env_filter v1.0.0
21162026-06-08T18:54:53.621Z Checking toml_write v0.1.2
21172026-06-08T18:54:53.624Z Checking native-tls v0.2.18
21182026-06-08T18:54:53.710Z Checking same-file v1.0.6
21192026-06-08T18:54:53.769Z Checking usdt-impl v0.6.0
21202026-06-08T18:54:53.811Z Checking newtype-uuid v1.3.2
21212026-06-08T18:54:53.848Z Checking keccak v0.1.6
21222026-06-08T18:54:53.881Z Checking walkdir v2.5.0
21232026-06-08T18:54:53.884Z Checking tokio-native-tls v0.3.1
21242026-06-08T18:54:53.989Z Checking dof v0.3.0
21252026-06-08T18:54:54.036Z Checking daft v0.1.7
21262026-06-08T18:54:54.039Z Checking sha3 v0.10.8
21272026-06-08T18:54:54.105Z Checking toml_edit v0.22.27
21282026-06-08T18:54:54.108Z Checking usdt v0.6.0
21292026-06-08T18:54:54.108Z Checking hyper-tls v0.6.0
21302026-06-08T18:54:54.203Z Checking env_logger v0.11.9
21312026-06-08T18:54:54.238Z Checking ed25519 v2.2.3
21322026-06-08T18:54:54.292Z Checking itertools v0.13.0
21332026-06-08T18:54:54.295Z Checking usdt-impl v0.5.0
21342026-06-08T18:54:54.295Z Checking serde_with v3.17.0
21352026-06-08T18:54:54.392Z Checking siphasher v1.0.2
21362026-06-08T18:54:54.395Z Checking reqwest v0.12.28
21372026-06-08T18:54:54.459Z Checking bitflags v1.3.2
21382026-06-08T18:54:54.462Z Checking ed25519-dalek v2.2.0
21392026-06-08T18:54:54.561Z Checking nix v0.31.2
21402026-06-08T18:54:54.598Z Checking toml_parser v1.0.9+spec-1.1.0
21412026-06-08T18:54:54.656Z Checking unicode-normalization v0.1.25
21422026-06-08T18:54:54.749Z Checking signal-hook v0.3.18
21432026-06-08T18:54:54.949Z Checking winnow v0.5.40
21442026-06-08T18:54:54.986Z Checking managed v0.8.0
21452026-06-08T18:54:55.084Z Checking bzip2-sys v0.1.13+1.0.8
21462026-06-08T18:54:55.186Z Checking object v0.37.3
21472026-06-08T18:54:55.223Z Checking foldhash v0.1.5
21482026-06-08T18:54:55.226Z Checking bzip2 v0.4.4
21492026-06-08T18:54:55.289Z Checking signal-hook-mio v0.2.5
21502026-06-08T18:54:55.328Z Checking globset v0.4.18
21512026-06-08T18:54:55.382Z Checking hashbrown v0.15.5
21522026-06-08T18:54:55.420Z Checking ref-cast v1.0.25
21532026-06-08T18:54:55.457Z Checking zstd-sys v2.0.16+zstd.1.5.7
21542026-06-08T18:54:55.550Z Checking zip v0.6.6
21552026-06-08T18:54:55.600Z Checking zstd-safe v7.2.4
21562026-06-08T18:54:55.634Z Checking pin-project v1.1.11
21572026-06-08T18:54:55.669Z Checking bumpalo v3.20.2
21582026-06-08T18:54:55.742Z Checking libbz2-rs-sys v0.2.2
21592026-06-08T18:54:55.779Z Checking crossterm v0.28.1
21602026-06-08T18:54:55.819Z Checking zstd v0.13.3
21612026-06-08T18:54:55.870Z Checking similar v2.7.0
21622026-06-08T18:54:55.907Z Checking zopfli v0.8.3
21632026-06-08T18:54:55.934Z Checking tokio-stream v0.1.18
21642026-06-08T18:54:56.028Z Checking fs-err v3.3.0
21652026-06-08T18:54:56.117Z Checking toml_edit v0.19.15
21662026-06-08T18:54:56.157Z Checking bzip2 v0.6.1
21672026-06-08T18:54:56.260Z Checking pem v3.0.6
21682026-06-08T18:54:56.297Z Checking hash32 v0.2.1
21692026-06-08T18:54:56.347Z Checking serde-big-array v0.5.1
21702026-06-08T18:54:56.349Z Checking predicates-core v1.0.10
21712026-06-08T18:54:56.349Z Checking jiff v0.2.21
21722026-06-08T18:54:56.447Z Checking unicode-bidi v0.3.18
21732026-06-08T18:54:56.480Z Checking unicode-properties v0.1.4
21742026-06-08T18:54:56.522Z Checking heapless v0.7.17
21752026-06-08T18:54:56.525Z Checking snafu v0.8.9
21762026-06-08T18:54:56.590Z Checking olpc-cjson v0.1.4
21772026-06-08T18:54:56.698Z Checking hickory-proto v0.25.2
21782026-06-08T18:54:56.757Z Checking md-5 v0.10.6
21792026-06-08T18:54:56.790Z Checking stringprep v0.1.5
21802026-06-08T18:54:56.826Z Checking serde_plain v1.0.2
21812026-06-08T18:54:56.922Z Checking float-cmp v0.10.0
21822026-06-08T18:54:56.968Z Checking typed-path v0.9.3
21832026-06-08T18:54:57.004Z Checking difflib v0.4.0
21842026-06-08T18:54:57.007Z Checking normalize-line-endings v0.3.0
21852026-06-08T18:54:57.076Z Checking fallible-iterator v0.2.0
21862026-06-08T18:54:57.124Z Checking smoltcp v0.9.1
21872026-06-08T18:54:57.195Z Checking toml v0.7.8
21882026-06-08T18:54:57.240Z Checking predicates v3.1.4
21892026-06-08T18:54:57.375Z Checking postgres-protocol v0.6.10
21902026-06-08T18:54:57.528Z Checking iddqd v0.4.2
21912026-06-08T18:54:57.531Z Checking phf_shared v0.13.1
21922026-06-08T18:54:57.596Z Checking phf_shared v0.11.3
21932026-06-08T18:54:57.713Z Checking buf-list v1.1.2
21942026-06-08T18:54:57.748Z Checking strum v0.27.2
21952026-06-08T18:54:57.784Z Checking fixedbitset v0.4.2
21962026-06-08T18:54:57.788Z Checking tough v0.22.0
21972026-06-08T18:54:57.788Z Checking fixedbitset v0.5.7
21982026-06-08T18:54:57.893Z Checking precomputed-hash v0.1.1
21992026-06-08T18:54:57.928Z Checking lalrpop-util v0.19.12
22002026-06-08T18:54:57.985Z Checking new_debug_unreachable v1.0.6
22012026-06-08T18:54:58.005Z Checking petgraph v0.6.5
22022026-06-08T18:54:58.041Z Checking petgraph v0.8.3
22032026-06-08T18:54:58.077Z Checking string_cache v0.8.9
22042026-06-08T18:54:58.113Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22052026-06-08T18:54:58.274Z Checking phf v0.13.1
22062026-06-08T18:54:58.456Z Checking postgres-types v0.2.12
22072026-06-08T18:54:58.492Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22082026-06-08T18:54:58.643Z Checking zip v4.6.1
22092026-06-08T18:54:58.795Z Checking whoami v2.1.0
22102026-06-08T18:54:58.831Z Checking peg-runtime v0.8.5
22112026-06-08T18:54:59.039Z Checking tokio-postgres v0.7.16
22122026-06-08T18:54:59.120Z Checking is-terminal v0.4.17
22132026-06-08T18:54:59.240Z Checking crossbeam-channel v0.5.15
22142026-06-08T18:54:59.243Z Compiling structmeta-derive v0.3.0
22152026-06-08T18:54:59.308Z Checking thread_local v1.1.9
22162026-06-08T18:54:59.464Z Checking take_mut v0.2.2
22172026-06-08T18:54:59.501Z Checking term v1.2.1
22182026-06-08T18:54:59.597Z Compiling newtype-uuid-macros v0.1.0
22192026-06-08T18:54:59.600Z Checking slog-async v2.8.0
22202026-06-08T18:54:59.665Z Compiling rustls v0.22.4
22212026-06-08T18:54:59.750Z Checking slog-term v2.9.2
22222026-06-08T18:54:59.833Z Compiling multer v3.1.0
22232026-06-08T18:54:59.870Z Compiling async-stream-impl v0.3.6
22242026-06-08T18:54:59.951Z Compiling dropshot v0.17.0
22252026-06-08T18:55:00.035Z Compiling dropshot_endpoint v0.17.0
22262026-06-08T18:55:00.144Z Checking match_cfg v0.1.0
22272026-06-08T18:55:00.246Z Checking hostname v0.3.1
22282026-06-08T18:55:00.279Z Checking slog-json v2.6.1
22292026-06-08T18:55:00.315Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22302026-06-08T18:55:00.365Z Compiling structmeta v0.3.0
22312026-06-08T18:55:00.401Z Checking debug-ignore v1.0.5
22322026-06-08T18:55:00.404Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22332026-06-08T18:55:00.468Z Checking slog-bunyan v2.5.0
22342026-06-08T18:55:00.536Z Checking rustls-webpki v0.102.8
22352026-06-08T18:55:00.539Z Checking serde_path_to_error v0.1.20
22362026-06-08T18:55:00.604Z Compiling derive-ex v0.1.8
22372026-06-08T18:55:00.608Z Checking toml_datetime v1.0.0+spec-1.1.0
22382026-06-08T18:55:00.680Z Checking serde_spanned v1.0.4
22392026-06-08T18:55:00.720Z Checking toml_writer v1.0.6+spec-1.1.0
22402026-06-08T18:55:00.839Z Checking compression-core v0.4.31
22412026-06-08T18:55:00.874Z Checking progenitor-client v0.14.0
22422026-06-08T18:55:00.877Z Checking async-stream v0.3.6
22432026-06-08T18:55:00.943Z Checking toml v1.0.6+spec-1.1.0
22442026-06-08T18:55:01.043Z Checking compression-codecs v0.4.37
22452026-06-08T18:55:01.046Z Checking waitgroup v0.1.2
22462026-06-08T18:55:01.161Z Checking rustls-pemfile v2.2.0
22472026-06-08T18:55:01.198Z Checking hostname v0.4.2
22482026-06-08T18:55:01.201Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22492026-06-08T18:55:01.269Z Checking async-compression v0.4.41
22502026-06-08T18:55:01.327Z Compiling parse-display-derive v0.10.0
22512026-06-08T18:55:01.330Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22522026-06-08T18:55:01.395Z Checking regress v0.10.5
22532026-06-08T18:55:01.553Z Checking itertools v0.14.0
22542026-06-08T18:55:01.591Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22552026-06-08T18:55:01.626Z Checking macaddr v1.0.1
22562026-06-08T18:55:01.839Z Checking instant v0.1.13
22572026-06-08T18:55:01.872Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22582026-06-08T18:55:01.959Z Checking backoff v0.4.0
22592026-06-08T18:55:02.036Z Checking backon v1.6.0
22602026-06-08T18:55:02.136Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22612026-06-08T18:55:02.173Z Checking humantime v2.3.0
22622026-06-08T18:55:02.236Z Checking progenitor-extras v0.2.0
22632026-06-08T18:55:02.306Z Compiling test-strategy v0.4.5
22642026-06-08T18:55:02.381Z Checking progenitor-client v0.10.0
22652026-06-08T18:55:02.494Z Checking unicode-width v0.2.0
22662026-06-08T18:55:02.530Z Checking tokio-rustls v0.25.0
22672026-06-08T18:55:02.633Z Checking heck v0.5.0
22682026-06-08T18:55:02.670Z Compiling convert_case v0.4.0
22692026-06-08T18:55:02.673Z Checking half v2.7.1
22702026-06-08T18:55:02.788Z Checking ciborium-io v0.2.2
22712026-06-08T18:55:02.792Z Checking secrecy v0.10.3
22722026-06-08T18:55:02.871Z Compiling regress v0.11.1
22732026-06-08T18:55:02.910Z Checking indent_write v2.2.0
22742026-06-08T18:55:02.966Z Checking universal-hash v0.5.1
22752026-06-08T18:55:03.002Z Checking ciborium-ll v0.2.2
22762026-06-08T18:55:03.064Z Checking opaque-debug v0.3.1
22772026-06-08T18:55:03.067Z Compiling derive_more v0.99.20
22782026-06-08T18:55:03.131Z Checking parse-display v0.10.0
22792026-06-08T18:55:03.134Z Compiling unsafe-libyaml v0.2.11
22802026-06-08T18:55:03.229Z Checking ciborium v0.2.2
22812026-06-08T18:55:03.306Z Checking camino-tempfile v1.4.1
22822026-06-08T18:55:03.497Z Compiling crucible-workspace-hack v0.1.0
22832026-06-08T18:55:03.683Z Checking aead v0.5.2
22842026-06-08T18:55:03.718Z Compiling serde_yaml v0.9.34+deprecated
22852026-06-08T18:55:03.819Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22862026-06-08T18:55:03.855Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22872026-06-08T18:55:04.084Z Checking poly1305 v0.8.0
22882026-06-08T18:55:04.191Z Checking chacha20 v0.9.1
22892026-06-08T18:55:04.228Z Compiling thiserror-impl-no-std v2.0.2
22902026-06-08T18:55:04.379Z Checking swrite v0.1.0
22912026-06-08T18:55:04.418Z Checking password-hash v0.5.0
22922026-06-08T18:55:04.500Z Compiling typify-impl v0.6.2
22932026-06-08T18:55:04.677Z Checking blake2 v0.10.6
22942026-06-08T18:55:04.714Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22952026-06-08T18:55:04.952Z Checking argon2 v0.5.3
22962026-06-08T18:55:05.188Z Checking chacha20poly1305 v0.10.1
22972026-06-08T18:55:05.322Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22982026-06-08T18:55:05.360Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
22992026-06-08T18:55:05.431Z Checking thiserror-no-std v2.0.2
23002026-06-08T18:55:05.552Z Checking vsss-rs v3.3.4
23012026-06-08T18:55:05.659Z Checking byte-wrapper v0.1.0
23022026-06-08T18:55:05.697Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23032026-06-08T18:55:05.766Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23042026-06-08T18:55:05.900Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23052026-06-08T18:55:05.970Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23062026-06-08T18:55:06.011Z Checking crossbeam-deque v0.8.6
23072026-06-08T18:55:06.111Z Compiling rayon-core v1.13.0
23082026-06-08T18:55:06.219Z Checking toml v0.8.23
23092026-06-08T18:55:06.592Z Compiling proc-macro-error v1.0.4
23102026-06-08T18:55:06.661Z Compiling toml_datetime v0.7.5+spec-1.1.0
23112026-06-08T18:55:06.710Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23122026-06-08T18:55:06.764Z Checking rayon v1.11.0
23132026-06-08T18:55:06.933Z Compiling toml_edit v0.23.10+spec-1.0.0
23142026-06-08T18:55:06.968Z Checking tabwriter v1.4.1
23152026-06-08T18:55:07.148Z Checking glob v0.3.3
23162026-06-08T18:55:07.230Z Compiling heapless v0.8.0
23172026-06-08T18:55:07.363Z Checking colored v3.1.1
23182026-06-08T18:55:07.485Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23192026-06-08T18:55:07.554Z Compiling proc-macro-crate v3.4.0
23202026-06-08T18:55:07.631Z Compiling ingot-macros v0.1.1
23212026-06-08T18:55:07.793Z Checking hash32 v0.3.1
23222026-06-08T18:55:07.946Z Checking unicode-width v0.1.14
23232026-06-08T18:55:07.982Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-06-08T18:55:08.023Z Compiling smoltcp v0.11.0
23252026-06-08T18:55:08.252Z Checking cobs v0.3.0
23262026-06-08T18:55:08.285Z Compiling usdt-attr-macro v0.5.0
23272026-06-08T18:55:08.316Z Compiling usdt-macro v0.5.0
23282026-06-08T18:55:08.427Z Checking memmap v0.7.0
23292026-06-08T18:55:08.467Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23302026-06-08T18:55:08.586Z Checking postcard v1.1.3
23312026-06-08T18:55:08.729Z Compiling num_enum_derive v0.7.5
23322026-06-08T18:55:08.910Z Compiling proc-macro-crate v1.3.1
23332026-06-08T18:55:09.012Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23342026-06-08T18:55:09.059Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23352026-06-08T18:55:09.092Z Checking usdt v0.5.0
23362026-06-08T18:55:09.125Z Compiling typify-macro v0.6.2
23372026-06-08T18:55:09.280Z Checking sigpipe v0.1.3
23382026-06-08T18:55:09.316Z Compiling foreign-types-macros v0.2.3
23392026-06-08T18:55:09.348Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23402026-06-08T18:55:09.389Z Checking foreign-types-shared v0.3.1
23412026-06-08T18:55:09.511Z Checking cpufeatures v0.3.0
23422026-06-08T18:55:09.613Z Checking chacha20 v0.10.0
23432026-06-08T18:55:09.648Z Compiling num_enum_derive v0.5.11
23442026-06-08T18:55:09.808Z Checking num_enum v0.7.5
23452026-06-08T18:55:09.894Z Checking cstr-argument v0.1.2
23462026-06-08T18:55:09.927Z Checking foreign-types v0.5.0
23472026-06-08T18:55:09.959Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23482026-06-08T18:55:09.993Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23492026-06-08T18:55:10.030Z Compiling num-derive v0.4.2
23502026-06-08T18:55:10.065Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23512026-06-08T18:55:10.320Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23522026-06-08T18:55:10.405Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23532026-06-08T18:55:10.468Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23542026-06-08T18:55:10.502Z Checking ingot-types v0.1.2
23552026-06-08T18:55:10.534Z Checking rand v0.10.0
23562026-06-08T18:55:10.566Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23572026-06-08T18:55:10.662Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23582026-06-08T18:55:10.716Z Checking num_enum v0.5.11
23592026-06-08T18:55:10.772Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23602026-06-08T18:55:10.811Z Compiling zone_cfg_derive v0.3.1
23612026-06-08T18:55:10.846Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23622026-06-08T18:55:10.891Z Checking ingot v0.1.1
23632026-06-08T18:55:10.925Z Compiling typify v0.6.2
23642026-06-08T18:55:11.038Z Compiling progenitor-impl v0.14.0
23652026-06-08T18:55:11.106Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23662026-06-08T18:55:11.201Z Checking itertools v0.12.1
23672026-06-08T18:55:11.332Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23682026-06-08T18:55:11.471Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23692026-06-08T18:55:11.701Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23702026-06-08T18:55:11.819Z Checking smf v0.2.3
23712026-06-08T18:55:11.961Z Checking whoami v1.6.1
23722026-06-08T18:55:12.005Z Checking tokio-dtrace v0.1.1
23732026-06-08T18:55:12.084Z Compiling derive-where v1.6.0
23742026-06-08T18:55:12.119Z Checking console v0.15.11
23752026-06-08T18:55:12.163Z Checking atomicwrites v0.4.4
23762026-06-08T18:55:12.218Z Checking oxide-tokio-rt v0.1.4
23772026-06-08T18:55:12.285Z Checking zone v0.3.1
23782026-06-08T18:55:12.320Z Checking newline-converter v0.3.0
23792026-06-08T18:55:12.413Z Checking num-rational v0.4.2
23802026-06-08T18:55:12.447Z Checking num-complex v0.4.6
23812026-06-08T18:55:12.481Z Checking expectorate v1.2.0
23822026-06-08T18:55:12.604Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23832026-06-08T18:55:12.639Z Checking bytecount v0.6.9
23842026-06-08T18:55:12.672Z Checking float-ord v0.3.2
23852026-06-08T18:55:12.722Z Compiling prettyplease v0.2.37
23862026-06-08T18:55:12.786Z Compiling owo-colors v4.3.0
23872026-06-08T18:55:12.808Z Compiling cancel-safe-futures v0.1.5
23882026-06-08T18:55:12.839Z Checking num v0.4.3
23892026-06-08T18:55:12.941Z Compiling progenitor-impl v0.13.0
23902026-06-08T18:55:13.020Z Checking libsw-core v0.3.2
23912026-06-08T18:55:13.195Z Checking libsw v3.5.0
23922026-06-08T18:55:13.414Z Checking progenitor-client v0.13.0
23932026-06-08T18:55:13.449Z Checking linear-map v1.2.0
23942026-06-08T18:55:13.684Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23952026-06-08T18:55:13.765Z Compiling progenitor-macro v0.14.0
23962026-06-08T18:55:13.822Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23972026-06-08T18:55:13.857Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23982026-06-08T18:55:14.307Z Checking gethostname v0.5.0
23992026-06-08T18:55:14.429Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24002026-06-08T18:55:14.907Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24012026-06-08T18:55:15.555Z Compiling progenitor-macro v0.13.0
24022026-06-08T18:55:15.591Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24032026-06-08T18:55:16.609Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24042026-06-08T18:55:17.646Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-06-08T18:55:18.733Z Checking progenitor v0.14.0
24062026-06-08T18:55:19.018Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24072026-06-08T18:55:19.642Z Checking resolv-conf v0.7.6
24082026-06-08T18:55:19.784Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24092026-06-08T18:55:19.858Z Checking smawk v0.3.2
24102026-06-08T18:55:19.977Z Checking unicode-linebreak v0.1.5
24112026-06-08T18:55:20.020Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24122026-06-08T18:55:20.224Z Checking papergrid v0.11.0
24132026-06-08T18:55:20.227Z Compiling tabled_derive v0.7.0
24142026-06-08T18:55:20.353Z Compiling convert_case v0.10.0
24152026-06-08T18:55:20.504Z Checking progenitor v0.13.0
24162026-06-08T18:55:20.584Z Compiling slog-dtrace v0.3.0
24172026-06-08T18:55:20.670Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24182026-06-08T18:55:20.706Z Compiling derive_more-impl v2.1.1
24192026-06-08T18:55:21.245Z Checking tabled v0.15.0
24202026-06-08T18:55:21.507Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24212026-06-08T18:55:21.579Z Checking derive_more v2.1.1
24222026-06-08T18:55:21.582Z Checking linked-hash-map v0.5.6
24232026-06-08T18:55:21.650Z Checking hickory-proto v0.24.4
24242026-06-08T18:55:21.653Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24252026-06-08T18:55:21.715Z Checking crossterm v0.29.0
24262026-06-08T18:55:21.818Z Checking lru-cache v0.1.2
24272026-06-08T18:55:21.922Z Checking fd-lock v4.0.4
24282026-06-08T18:55:21.969Z Checking vte v0.14.1
24292026-06-08T18:55:22.077Z Checking display-error-chain v0.2.2
24302026-06-08T18:55:22.158Z Checking strip-ansi-escapes v0.2.1
24312026-06-08T18:55:22.221Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-06-08T18:55:22.256Z Checking termtree v0.5.1
24332026-06-08T18:55:22.293Z Checking nu-ansi-term v0.50.3
24342026-06-08T18:55:22.327Z Checking textwrap v0.16.2
24352026-06-08T18:55:22.385Z Compiling minimal-lexical v0.2.1
24362026-06-08T18:55:22.421Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24372026-06-08T18:55:22.490Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24382026-06-08T18:55:22.533Z Checking reedline v0.40.0
24392026-06-08T18:55:22.570Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24402026-06-08T18:55:22.674Z Compiling nom v7.1.3
24412026-06-08T18:55:22.911Z Compiling ar_archive_writer v0.5.1
24422026-06-08T18:55:23.073Z Checking csv-core v0.1.13
24432026-06-08T18:55:23.201Z Compiling stacker v0.1.23
24442026-06-08T18:55:23.283Z Checking csv v1.4.0
24452026-06-08T18:55:23.491Z Compiling cfg_aliases v0.1.1
24462026-06-08T18:55:23.494Z Checking hickory-resolver v0.24.4
24472026-06-08T18:55:23.560Z Checking highway v1.3.0
24482026-06-08T18:55:23.603Z Compiling semver v0.1.20
24492026-06-08T18:55:23.680Z Compiling nix v0.28.0
24502026-06-08T18:55:23.771Z Checking nibble_vec v0.1.0
24512026-06-08T18:55:23.806Z Compiling psm v0.1.30
24522026-06-08T18:55:23.839Z Compiling rustc_version v0.1.7
24532026-06-08T18:55:23.914Z Checking home v0.5.12
24542026-06-08T18:55:23.949Z Checking endian-type v0.1.2
24552026-06-08T18:55:24.038Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24562026-06-08T18:55:24.074Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24572026-06-08T18:55:24.139Z Checking radix_trie v0.2.1
24582026-06-08T18:55:24.142Z Compiling newtype_derive v0.1.6
24592026-06-08T18:55:24.202Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24602026-06-08T18:55:24.288Z Checking qorb v0.4.1
24612026-06-08T18:55:24.376Z Checking phf_shared v0.12.1
24622026-06-08T18:55:24.410Z Compiling recursive-proc-macro-impl v0.1.1
24632026-06-08T18:55:24.541Z Compiling chrono-tz v0.10.4
24642026-06-08T18:55:24.610Z Checking phf v0.12.1
24652026-06-08T18:55:24.818Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24662026-06-08T18:55:24.821Z Compiling const_format_proc_macros v0.2.34
24672026-06-08T18:55:24.883Z Compiling peg-macros v0.8.5
24682026-06-08T18:55:24.886Z Checking recursive v0.1.1
24692026-06-08T18:55:24.949Z Checking winnow v0.6.26
24702026-06-08T18:55:25.036Z Compiling sqlparser_derive v0.5.0
24712026-06-08T18:55:25.488Z Checking unicode_categories v0.1.1
24722026-06-08T18:55:25.708Z Checking const_format v0.2.35
24732026-06-08T18:55:25.740Z Checking rustyline v14.0.0
24742026-06-08T18:55:25.813Z Checking sqlparser v0.61.0
24752026-06-08T18:55:26.115Z Checking sqlformat v0.3.5
24762026-06-08T18:55:26.268Z Checking peg v0.8.5
24772026-06-08T18:55:26.466Z Checking bcs v0.1.6
24782026-06-08T18:55:26.501Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24792026-06-08T18:55:26.605Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24802026-06-08T18:55:26.781Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24812026-06-08T18:55:26.815Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24822026-06-08T18:55:26.819Z Checking steno v0.4.1
24832026-06-08T18:55:26.882Z Checking filetime v0.2.27
24842026-06-08T18:55:27.050Z Checking xattr v1.6.1
24852026-06-08T18:55:27.215Z Checking tar v0.4.45
24862026-06-08T18:55:27.395Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24872026-06-08T18:55:27.641Z Checking subprocess v0.2.15
24882026-06-08T18:55:27.764Z Checking base64 v0.21.7
24892026-06-08T18:55:27.956Z Checking headers-core v0.3.0
24902026-06-08T18:55:27.959Z Checking yasna v0.5.2
24912026-06-08T18:55:28.036Z Checking dropshot-api-manager-types v0.7.2
24922026-06-08T18:55:28.094Z Checking headers v0.4.1
24932026-06-08T18:55:28.230Z Checking tagptr v0.2.0
24942026-06-08T18:55:28.402Z Checking moka v0.12.13
24952026-06-08T18:55:28.404Z Checking rcgen v0.12.1
24962026-06-08T18:55:28.583Z Checking utf-8 v0.7.6
24972026-06-08T18:55:28.688Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24982026-06-08T18:55:28.745Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24992026-06-08T18:55:28.779Z Compiling libefi-sys v0.1.0
25002026-06-08T18:55:28.872Z Checking tungstenite v0.21.0
25012026-06-08T18:55:29.036Z Compiling bitfield-struct v0.6.2
25022026-06-08T18:55:29.070Z Checking hickory-resolver v0.25.2
25032026-06-08T18:55:29.328Z Checking tokio-tungstenite v0.21.0
25042026-06-08T18:55:29.415Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-06-08T18:55:29.500Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25062026-06-08T18:55:29.533Z Compiling radium v0.7.0
25072026-06-08T18:55:29.639Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25082026-06-08T18:55:29.701Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25092026-06-08T18:55:29.800Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25102026-06-08T18:55:29.833Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25112026-06-08T18:55:29.910Z Compiling maybe-uninit v2.0.0
25122026-06-08T18:55:29.970Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-06-08T18:55:30.042Z Checking tap v1.0.1
25142026-06-08T18:55:30.179Z Checking wyz v0.5.1
25152026-06-08T18:55:30.317Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25162026-06-08T18:55:30.350Z Compiling zerocopy-derive v0.6.6
25172026-06-08T18:55:30.382Z Checking crc-catalog v2.4.0
25182026-06-08T18:55:30.427Z Checking funty v2.0.0
25192026-06-08T18:55:30.461Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25202026-06-08T18:55:30.492Z Compiling packed_struct v0.10.1
25212026-06-08T18:55:30.524Z Checking crc v3.4.0
25222026-06-08T18:55:30.766Z Checking bitvec v1.0.1
25232026-06-08T18:55:30.831Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25242026-06-08T18:55:30.874Z Compiling packed_struct_codegen v0.10.1
25252026-06-08T18:55:31.231Z Checking zerocopy v0.6.6
25262026-06-08T18:55:31.586Z Compiling bitfield-macros v0.19.4
25272026-06-08T18:55:31.857Z Compiling indexmap v1.9.3
25282026-06-08T18:55:31.979Z Checking nodrop v0.1.14
25292026-06-08T18:55:32.125Z Checking array-init v0.0.4
25302026-06-08T18:55:32.128Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25312026-06-08T18:55:32.222Z Checking smallvec v0.6.14
25322026-06-08T18:55:32.344Z Checking bitfield v0.19.4
25332026-06-08T18:55:32.440Z Checking hashbrown v0.12.3
25342026-06-08T18:55:32.474Z Checking serde-hex v0.1.0
25352026-06-08T18:55:32.639Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25362026-06-08T18:55:32.678Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25372026-06-08T18:55:32.826Z Checking ron v0.8.1
25382026-06-08T18:55:32.979Z Checking hashbrown v0.13.2
25392026-06-08T18:55:33.214Z Checking crc-any v2.5.0
25402026-06-08T18:55:33.217Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25412026-06-08T18:55:33.383Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25422026-06-08T18:55:33.417Z Checking object v0.30.4
25432026-06-08T18:55:33.453Z Compiling xshell-macros v0.2.7
25442026-06-08T18:55:33.579Z Checking path-slash v0.1.5
25452026-06-08T18:55:33.714Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25462026-06-08T18:55:33.855Z Checking xshell v0.2.7
25472026-06-08T18:55:33.972Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25482026-06-08T18:55:34.230Z Checking half v1.8.3
25492026-06-08T18:55:34.389Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25502026-06-08T18:55:34.424Z Compiling num-derive v0.3.3
25512026-06-08T18:55:34.463Z Checking serde_cbor v0.11.2
25522026-06-08T18:55:34.869Z Compiling proc-macro-error-attr2 v2.0.0
25532026-06-08T18:55:35.292Z Compiling proc-macro-error2 v2.0.1
25542026-06-08T18:55:35.333Z Checking libscf-sys v1.1.0
25552026-06-08T18:55:35.366Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25562026-06-08T18:55:35.494Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25572026-06-08T18:55:35.526Z Checking papergrid v0.17.0
25582026-06-08T18:55:35.614Z Checking testing_table v0.3.0
25592026-06-08T18:55:35.647Z Compiling tabled_derive v0.11.0
25602026-06-08T18:55:35.722Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25612026-06-08T18:55:35.755Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25622026-06-08T18:55:35.940Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25632026-06-08T18:55:36.239Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25642026-06-08T18:55:36.242Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25652026-06-08T18:55:36.323Z Checking maplit v1.0.2
25662026-06-08T18:55:36.539Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25672026-06-08T18:55:36.702Z Compiling git-stub v1.0.0
25682026-06-08T18:55:36.829Z Checking crc8 v0.1.1
25692026-06-08T18:55:36.876Z Checking tabled v0.20.0
25702026-06-08T18:55:36.957Z Compiling git-stub-vcs v0.1.0
25712026-06-08T18:55:36.990Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25722026-06-08T18:55:37.275Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25732026-06-08T18:55:37.340Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25742026-06-08T18:55:37.473Z Checking fxhash v0.2.1
25752026-06-08T18:55:37.611Z Checking unicase v2.9.0
25762026-06-08T18:55:37.645Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25772026-06-08T18:55:37.677Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25782026-06-08T18:55:37.800Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25792026-06-08T18:55:38.081Z Compiling vergen-lib v0.1.6
25802026-06-08T18:55:38.114Z Compiling diesel_derives v2.3.7
25812026-06-08T18:55:38.149Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25822026-06-08T18:55:38.364Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25832026-06-08T18:55:38.394Z Checking scheduled-thread-pool v0.2.7
25842026-06-08T18:55:38.426Z Compiling dsl_auto_type v0.2.0
25852026-06-08T18:55:38.467Z Compiling vergen-gitcl v1.0.8
25862026-06-08T18:55:38.585Z Compiling diesel_table_macro_syntax v0.3.0
25872026-06-08T18:55:38.719Z Checking r2d2 v0.8.10
25882026-06-08T18:55:38.826Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25892026-06-08T18:55:38.952Z Checking kstat-rs v0.2.4
25902026-06-08T18:55:38.986Z Checking arc-swap v1.8.2
25912026-06-08T18:55:39.199Z Checking downcast-rs v2.0.2
25922026-06-08T18:55:39.202Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25932026-06-08T18:55:39.298Z Checking slog-scope v4.4.1
25942026-06-08T18:55:39.330Z Compiling parking_lot_core v0.8.6
25952026-06-08T18:55:39.463Z Checking slog-stdlog v4.1.1
25962026-06-08T18:55:39.542Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25972026-06-08T18:55:39.577Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25982026-06-08T18:55:39.643Z Checking slog-envlogger v2.2.0
25992026-06-08T18:55:39.833Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26002026-06-08T18:55:39.864Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26012026-06-08T18:55:39.897Z Compiling dirs-sys-next v0.1.2
26022026-06-08T18:55:39.929Z Compiling crunchy v0.2.4
26032026-06-08T18:55:40.043Z Checking parking_lot v0.11.2
26042026-06-08T18:55:40.078Z Compiling dirs-next v2.0.0
26052026-06-08T18:55:40.146Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26062026-06-08T18:55:40.210Z Compiling clang-sys v1.8.1
26072026-06-08T18:55:40.275Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26082026-06-08T18:55:40.278Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26092026-06-08T18:55:40.340Z Checking prefix-trie v0.7.0
26102026-06-08T18:55:40.591Z Compiling tiny-keccak v2.0.2
26112026-06-08T18:55:40.725Z Checking hickory-server v0.25.2
26122026-06-08T18:55:40.790Z Checking sled v0.34.7
26132026-06-08T18:55:40.919Z Compiling term v0.7.0
26142026-06-08T18:55:40.922Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26152026-06-08T18:55:40.985Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26162026-06-08T18:55:40.988Z Compiling typify-impl v0.4.3
26172026-06-08T18:55:41.359Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26182026-06-08T18:55:41.513Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26192026-06-08T18:55:41.669Z Checking nanorand v0.7.0
26202026-06-08T18:55:41.838Z Compiling bit-vec v0.6.3
26212026-06-08T18:55:41.904Z Compiling salty v0.3.0
26222026-06-08T18:55:42.043Z Compiling bit-set v0.5.3
26232026-06-08T18:55:42.094Z Checking flume v0.11.1
26242026-06-08T18:55:42.127Z Compiling ascii-canvas v3.0.0
26252026-06-08T18:55:42.256Z Checking primeorder v0.13.6
26262026-06-08T18:55:42.372Z Compiling itertools v0.10.5
26272026-06-08T18:55:42.405Z Compiling ena v0.14.4
26282026-06-08T18:55:42.438Z Compiling libloading v0.8.9
26292026-06-08T18:55:42.536Z Compiling regex-syntax v0.6.29
26302026-06-08T18:55:42.653Z Compiling diff v0.1.13
26312026-06-08T18:55:42.686Z Compiling bindgen v0.71.1
26322026-06-08T18:55:43.246Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26332026-06-08T18:55:43.586Z Compiling cexpr v0.6.0
26342026-06-08T18:55:43.891Z Compiling lalrpop v0.19.12
26352026-06-08T18:55:43.957Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26362026-06-08T18:55:44.277Z Compiling fs-err v2.11.0
26372026-06-08T18:55:44.416Z Checking diesel v2.3.7
26382026-06-08T18:55:44.524Z Compiling rustc-hash v2.1.1
26392026-06-08T18:55:44.693Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26402026-06-08T18:55:44.776Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26412026-06-08T18:55:44.937Z Compiling libxml v0.3.3
26422026-06-08T18:55:45.248Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26432026-06-08T18:55:45.424Z Checking p384 v0.13.1
26442026-06-08T18:55:45.588Z Compiling typify-macro v0.4.3
26452026-06-08T18:55:45.879Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26462026-06-08T18:55:46.414Z Compiling strum_macros v0.24.3
26472026-06-08T18:55:47.336Z Compiling typify v0.4.3
26482026-06-08T18:55:47.486Z Checking parse-size v1.1.0
26492026-06-08T18:55:47.529Z Checking assert_matches v1.5.0
26502026-06-08T18:55:47.621Z Compiling indoc v1.0.9
26512026-06-08T18:55:47.654Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26522026-06-08T18:55:47.870Z Compiling progenitor-impl v0.11.2
26532026-06-08T18:55:48.091Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26542026-06-08T18:55:48.319Z Checking quick-xml v0.37.5
26552026-06-08T18:55:48.530Z Checking derive_builder v0.20.2
26562026-06-08T18:55:48.540Z Compiling oso-derive v0.27.3
26572026-06-08T18:55:48.678Z Compiling impl-trait-for-tuples v0.2.3
26582026-06-08T18:55:49.100Z Compiling trait-variant v0.1.2
26592026-06-08T18:55:49.225Z Checking openssl-probe v0.1.6
26602026-06-08T18:55:49.667Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26612026-06-08T18:55:50.255Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26622026-06-08T18:55:50.391Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26632026-06-08T18:55:50.464Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26642026-06-08T18:55:50.534Z Compiling progenitor-macro v0.11.2
26652026-06-08T18:55:50.695Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26662026-06-08T18:55:50.935Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26672026-06-08T18:55:51.159Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26682026-06-08T18:55:51.480Z Checking progenitor-client v0.11.2
26692026-06-08T18:55:51.802Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26702026-06-08T18:55:52.741Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26712026-06-08T18:55:52.790Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26722026-06-08T18:55:53.274Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26732026-06-08T18:55:53.384Z Checking predicates-tree v1.0.13
26742026-06-08T18:55:53.508Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26752026-06-08T18:55:53.990Z Compiling mime_guess v2.0.5
26762026-06-08T18:55:54.047Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26772026-06-08T18:55:54.577Z Checking http-range v0.1.5
26782026-06-08T18:55:54.863Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26792026-06-08T18:55:55.287Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26802026-06-08T18:55:55.436Z Checking progenitor v0.11.2
26812026-06-08T18:55:55.611Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-06-08T18:55:55.644Z Checking bb8 v0.8.6
26832026-06-08T18:55:55.859Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26842026-06-08T18:55:55.951Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26852026-06-08T18:55:56.071Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26862026-06-08T18:55:56.185Z Checking atty v0.2.14
26872026-06-08T18:55:56.295Z Checking corncobs v0.1.4
26882026-06-08T18:55:56.467Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-06-08T18:55:56.772Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26902026-06-08T18:55:56.954Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
26912026-06-08T18:55:57.147Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26922026-06-08T18:55:57.179Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26932026-06-08T18:55:57.326Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26942026-06-08T18:55:57.369Z Checking ignore v0.4.25
26952026-06-08T18:55:57.800Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-06-08T18:55:57.847Z Checking secrecy v0.8.0
26972026-06-08T18:55:58.290Z Checking globwalk v0.9.1
26982026-06-08T18:55:58.415Z Checking hyper-staticfile v0.10.1
26992026-06-08T18:55:58.503Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27002026-06-08T18:55:58.610Z Checking async-bb8-diesel v0.2.1
27012026-06-08T18:55:58.733Z Checking diesel-dtrace v0.5.0
27022026-06-08T18:55:58.816Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27032026-06-08T18:55:58.999Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27042026-06-08T18:55:59.025Z Compiling illumos-nvpair-sys v0.2.0
27052026-06-08T18:55:59.244Z Checking nonempty v0.12.0
27062026-06-08T18:55:59.392Z Checking camino-tempfile-ext v0.3.3
27072026-06-08T18:55:59.441Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27082026-06-08T18:55:59.610Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27092026-06-08T18:55:59.669Z Checking signal-hook-tokio v0.3.1
27102026-06-08T18:55:59.830Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27112026-06-08T18:56:00.261Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27122026-06-08T18:56:00.295Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27132026-06-08T18:56:00.438Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-06-08T18:56:00.693Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27152026-06-08T18:56:00.728Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27162026-06-08T18:56:00.908Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27172026-06-08T18:56:01.044Z Checking illumos-nvpair v0.3.0
27182026-06-08T18:56:01.265Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27192026-06-08T18:56:01.404Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27202026-06-08T18:56:01.533Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27212026-06-08T18:56:01.714Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27222026-06-08T18:56:01.750Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27232026-06-08T18:56:01.835Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27242026-06-08T18:56:01.878Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27252026-06-08T18:56:01.925Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27262026-06-08T18:56:02.207Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27272026-06-08T18:56:02.363Z Checking tungstenite v0.23.0
27282026-06-08T18:56:02.518Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27292026-06-08T18:56:02.829Z Checking tokio-tungstenite v0.23.1
27302026-06-08T18:56:03.133Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27312026-06-08T18:56:03.555Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27322026-06-08T18:56:03.697Z Checking rand_seeder v0.4.0
27332026-06-08T18:56:03.879Z Checking void v1.0.2
27342026-06-08T18:56:03.929Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27352026-06-08T18:56:03.961Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27362026-06-08T18:56:03.994Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27372026-06-08T18:56:04.027Z Checking lzss v0.8.2
27382026-06-08T18:56:04.120Z Checking nix v0.27.1
27392026-06-08T18:56:04.181Z Checking serde_bytes v0.11.19
27402026-06-08T18:56:04.291Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27412026-06-08T18:56:04.388Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27422026-06-08T18:56:04.673Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27432026-06-08T18:56:05.139Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27442026-06-08T18:56:05.335Z Checking is_ci v1.2.0
27452026-06-08T18:56:05.438Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27462026-06-08T18:56:05.487Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27472026-06-08T18:56:05.776Z Checking yansi v1.0.1
27482026-06-08T18:56:06.072Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27492026-06-08T18:56:06.104Z Checking pretty_assertions v1.4.1
27502026-06-08T18:56:06.138Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27512026-06-08T18:56:06.268Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27522026-06-08T18:56:06.346Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27532026-06-08T18:56:06.622Z Compiling darling_core v0.23.0
27542026-06-08T18:56:07.451Z Compiling indoc v2.0.7
27552026-06-08T18:56:07.758Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27562026-06-08T18:56:07.904Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27572026-06-08T18:56:07.939Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-06-08T18:56:08.135Z Compiling libz-sys v1.1.24
27592026-06-08T18:56:08.442Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27602026-06-08T18:56:08.541Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-08T18:56:08.757Z Compiling instability v0.3.11
27622026-06-08T18:56:08.868Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-06-08T18:56:09.171Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27642026-06-08T18:56:09.212Z Checking castaway v0.2.4
27652026-06-08T18:56:09.256Z Compiling darling_macro v0.23.0
27662026-06-08T18:56:09.356Z Checking compact_str v0.8.1
27672026-06-08T18:56:09.761Z Checking supports-color v3.0.2
27682026-06-08T18:56:09.795Z Compiling darling v0.23.0
27692026-06-08T18:56:09.924Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27702026-06-08T18:56:10.154Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27712026-06-08T18:56:10.196Z Checking unicode-truncate v1.1.0
27722026-06-08T18:56:10.376Z Checking console v0.16.2
27732026-06-08T18:56:10.412Z Checking lru v0.12.5
27742026-06-08T18:56:10.601Z Compiling libgit2-sys v0.18.3+1.9.2
27752026-06-08T18:56:10.635Z Checking cassowary v0.3.0
27762026-06-08T18:56:10.695Z Checking unit-prefix v0.5.2
27772026-06-08T18:56:10.861Z Checking indicatif v0.18.4
27782026-06-08T18:56:10.894Z Checking ratatui v0.29.0
27792026-06-08T18:56:10.964Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27802026-06-08T18:56:11.272Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27812026-06-08T18:56:11.521Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27822026-06-08T18:56:12.240Z Compiling vergen-git2 v9.1.0
27832026-06-08T18:56:12.275Z Checking plotters-backend v0.3.7
27842026-06-08T18:56:12.510Z Checking plotters-svg v0.3.7
27852026-06-08T18:56:12.513Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27862026-06-08T18:56:12.687Z Compiling rustls v0.21.12
27872026-06-08T18:56:12.773Z Checking cast v0.3.0
27882026-06-08T18:56:12.992Z Checking criterion-plot v0.6.0
27892026-06-08T18:56:13.030Z Checking plotters v0.3.7
27902026-06-08T18:56:13.183Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27912026-06-08T18:56:13.272Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27922026-06-08T18:56:13.490Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27932026-06-08T18:56:13.719Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27942026-06-08T18:56:13.804Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27952026-06-08T18:56:13.947Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27962026-06-08T18:56:14.030Z Checking colored v2.2.0
27972026-06-08T18:56:14.125Z Checking rustls-webpki v0.101.7
27982026-06-08T18:56:14.261Z Checking sct v0.7.1
27992026-06-08T18:56:14.432Z Checking tinytemplate v1.2.1
28002026-06-08T18:56:14.493Z Checking shell-words v1.1.1
28012026-06-08T18:56:14.614Z Checking oorandom v11.1.5
28022026-06-08T18:56:14.651Z Checking anes v0.1.6
28032026-06-08T18:56:14.759Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28042026-06-08T18:56:14.859Z Checking criterion v0.7.0
28052026-06-08T18:56:16.158Z Checking typeid v1.0.3
28062026-06-08T18:56:16.202Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28072026-06-08T18:56:16.293Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28082026-06-08T18:56:17.091Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28092026-06-08T18:56:17.905Z Checking hex-literal v0.4.1
28102026-06-08T18:56:18.037Z Checking erased-serde v0.4.9
28112026-06-08T18:56:18.421Z Checking tokio-rustls v0.24.1
28122026-06-08T18:56:18.684Z Checking rustls-pemfile v1.0.4
28132026-06-08T18:56:18.842Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28142026-06-08T18:56:19.069Z Checking twox-hash v2.1.2
28152026-06-08T18:56:19.396Z Checking ordered-float v2.10.1
28162026-06-08T18:56:19.476Z Checking serde-untagged v0.1.9
28172026-06-08T18:56:19.663Z Checking serde-value v0.7.0
28182026-06-08T18:56:19.704Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28192026-06-08T18:56:19.904Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28202026-06-08T18:56:20.449Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28212026-06-08T18:56:20.644Z Checking fatfs v0.3.6
28222026-06-08T18:56:20.936Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28232026-06-08T18:56:21.105Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28242026-06-08T18:56:21.140Z Checking unicode-xid v0.2.6
28252026-06-08T18:56:21.283Z Compiling seq-macro v0.3.6
28262026-06-08T18:56:21.316Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28272026-06-08T18:56:21.831Z Checking cargo-util-schemas v0.8.2
28282026-06-08T18:56:22.303Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28292026-06-08T18:56:22.678Z Checking cargo-platform v0.2.0
28302026-06-08T18:56:22.731Z Compiling petname v2.0.2
28312026-06-08T18:56:22.766Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28322026-06-08T18:56:22.891Z Checking cargo_metadata v0.21.0
28332026-06-08T18:56:23.409Z Checking concurrent-queue v2.5.0
28342026-06-08T18:56:23.619Z Checking rtoolbox v0.0.3
28352026-06-08T18:56:23.676Z Checking parking v2.2.1
28362026-06-08T18:56:23.783Z Checking rpassword v7.4.0
28372026-06-08T18:56:23.827Z Checking event-listener v5.4.1
28382026-06-08T18:56:24.072Z Checking tui-tree-widget v0.23.1
28392026-06-08T18:56:24.291Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28402026-06-08T18:56:24.344Z Checking polyval v0.6.2
28412026-06-08T18:56:24.484Z Checking sapling-renderdag v0.1.0
28422026-06-08T18:56:24.539Z Checking sync-ptr v0.1.4
28432026-06-08T18:56:24.684Z Checking ghash v0.5.1
28442026-06-08T18:56:24.757Z Checking event-listener-strategy v0.5.4
28452026-06-08T18:56:24.839Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28462026-06-08T18:56:24.927Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28472026-06-08T18:56:25.156Z Checking ctr v0.9.2
28482026-06-08T18:56:25.355Z Checking constant_time_eq v0.4.2
28492026-06-08T18:56:25.528Z Checking futures-timer v3.0.3
28502026-06-08T18:56:25.560Z Checking arrayref v0.3.9
28512026-06-08T18:56:25.665Z Checking arrayvec v0.7.6
28522026-06-08T18:56:25.738Z Checking aes-gcm v0.10.3
28532026-06-08T18:56:25.926Z Checking async-lock v3.4.2
28542026-06-08T18:56:25.975Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28552026-06-08T18:56:26.150Z Compiling samael v0.0.19
28562026-06-08T18:56:26.337Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28572026-06-08T18:56:26.500Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28582026-06-08T18:56:26.985Z Checking ssh-encoding v0.2.0
28592026-06-08T18:56:27.210Z Checking blowfish v0.9.1
28602026-06-08T18:56:27.398Z Compiling strsim v0.10.0
28612026-06-08T18:56:27.588Z Compiling darling_core v0.13.4
28622026-06-08T18:56:27.799Z Checking bcrypt-pbkdf v0.10.0
28632026-06-08T18:56:27.951Z Checking ssh-cipher v0.2.0
28642026-06-08T18:56:28.158Z Checking async-object-pool v0.2.0
28652026-06-08T18:56:28.302Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-06-08T18:56:28.715Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28672026-06-08T18:56:29.248Z Checking serde_regex v1.1.0
28682026-06-08T18:56:29.381Z Checking password-hash v0.4.2
28692026-06-08T18:56:29.435Z Checking assert-json-diff v2.0.2
28702026-06-08T18:56:29.497Z Checking path-tree v0.8.3
28712026-06-08T18:56:29.622Z Compiling target-lexicon v0.13.3
28722026-06-08T18:56:29.752Z Checking gimli v0.32.3
28732026-06-08T18:56:29.758Z Checking stringmetrics v2.2.2
28742026-06-08T18:56:29.891Z Checking httpmock v0.8.3
28752026-06-08T18:56:30.202Z Checking pbkdf2 v0.11.0
28762026-06-08T18:56:30.403Z Compiling darling_macro v0.13.4
28772026-06-08T18:56:30.920Z Checking ssh-key v0.6.7
28782026-06-08T18:56:31.194Z Checking addr2line v0.25.1
28792026-06-08T18:56:31.535Z Checking p256 v0.13.2
28802026-06-08T18:56:31.679Z Checking p521 v0.13.3
28812026-06-08T18:56:31.791Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-06-08T18:56:32.065Z Checking russh-cryptovec v0.7.3
28832026-06-08T18:56:32.119Z Compiling guppy-workspace-hack v0.1.0
28842026-06-08T18:56:32.237Z Checking rustc-demangle v0.1.27
28852026-06-08T18:56:32.330Z Checking md5 v0.7.0
28862026-06-08T18:56:32.411Z Compiling darling v0.13.4
28872026-06-08T18:56:32.489Z Checking backtrace v0.3.76
28882026-06-08T18:56:32.568Z Checking russh-keys v0.45.0
28892026-06-08T18:56:32.793Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28902026-06-08T18:56:32.825Z Checking num-bigint v0.4.6
28912026-06-08T18:56:33.020Z Checking des v0.8.1
28922026-06-08T18:56:33.242Z Compiling blake3 v1.8.3
28932026-06-08T18:56:33.274Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28942026-06-08T18:56:33.372Z Compiling target-spec v3.5.7
28952026-06-08T18:56:33.709Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28962026-06-08T18:56:33.817Z Checking russh v0.45.0
28972026-06-08T18:56:33.913Z Checking backtrace-ext v0.2.1
28982026-06-08T18:56:34.055Z Checking cfg-expr v0.20.6
28992026-06-08T18:56:34.137Z Compiling serde_with_macros v1.5.2
29002026-06-08T18:56:34.459Z Checking supports-color v2.1.0
29012026-06-08T18:56:34.502Z Checking textwrap v0.15.2
29022026-06-08T18:56:34.627Z Checking supports-unicode v2.1.0
29032026-06-08T18:56:34.728Z Checking supports-hyperlinks v2.1.0
29042026-06-08T18:56:34.797Z Checking hashbrown v0.14.5
29052026-06-08T18:56:34.875Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29062026-06-08T18:56:35.004Z Checking cargo-platform v0.3.2
29072026-06-08T18:56:35.104Z Checking socket2 v0.5.10
29082026-06-08T18:56:35.231Z Checking terminal_size v0.1.17
29092026-06-08T18:56:35.286Z Compiling miette-derive v5.10.0
29102026-06-08T18:56:35.358Z Checking owo-colors v3.5.0
29112026-06-08T18:56:35.741Z Checking internet-checksum v0.2.1
29122026-06-08T18:56:35.897Z Checking chumsky v0.9.3
29132026-06-08T18:56:35.933Z Checking cargo_metadata v0.23.1
29142026-06-08T18:56:36.443Z Checking miette v5.10.0
29152026-06-08T18:56:36.742Z Compiling serde_with v1.14.0
29162026-06-08T18:56:37.030Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29172026-06-08T18:56:37.261Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29182026-06-08T18:56:37.293Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29192026-06-08T18:56:37.638Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29202026-06-08T18:56:37.846Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29212026-06-08T18:56:37.900Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29222026-06-08T18:56:38.034Z Compiling knuffel-derive v3.2.0
29232026-06-08T18:56:38.082Z Checking httptest v0.16.4
29242026-06-08T18:56:38.113Z Checking pathdiff v0.2.3
29252026-06-08T18:56:38.251Z Checking topological-sort v0.2.2
29262026-06-08T18:56:38.420Z Checking nested v0.1.1
29272026-06-08T18:56:38.472Z Checking omicron-zone-package v0.12.2
29282026-06-08T18:56:38.594Z Checking guppy v0.17.25
29292026-06-08T18:56:38.775Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29302026-06-08T18:56:39.387Z Compiling git2 v0.20.4
29312026-06-08T18:56:39.431Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29322026-06-08T18:56:39.619Z Checking similar-asserts v1.7.0
29332026-06-08T18:56:39.625Z Checking knuffel v3.2.0
29342026-06-08T18:56:39.693Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29352026-06-08T18:56:39.731Z Compiling target-triple v1.0.0
29362026-06-08T18:56:39.858Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29372026-06-08T18:56:40.092Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29382026-06-08T18:56:40.235Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29392026-06-08T18:56:40.441Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29402026-06-08T18:56:40.678Z Checking hickory-client v0.25.2
29412026-06-08T18:56:40.877Z Checking tokio-test v0.4.5
29422026-06-08T18:56:40.991Z Compiling assert_cmd v2.1.2
29432026-06-08T18:56:41.117Z Checking escape8259 v0.5.3
29442026-06-08T18:56:41.309Z Checking libtest-mimic v0.8.1
29452026-06-08T18:56:41.399Z Compiling polar-core v0.27.3
29462026-06-08T18:56:41.832Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29472026-06-08T18:56:41.976Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29482026-06-08T18:56:42.241Z Checking blake2b_simd v1.0.4
29492026-06-08T18:56:42.692Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29502026-06-08T18:56:42.726Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29512026-06-08T18:56:42.807Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29522026-06-08T18:56:43.113Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29532026-06-08T18:56:43.148Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29542026-06-08T18:56:43.432Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29552026-06-08T18:56:43.624Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29562026-06-08T18:56:43.836Z Checking fancy-regex v0.14.0
29572026-06-08T18:56:44.063Z Checking serde_tokenstream v0.2.3
29582026-06-08T18:56:44.226Z Checking approx v0.5.1
29592026-06-08T18:56:44.307Z Checking uzers v0.12.2
29602026-06-08T18:56:44.393Z Compiling rstest_macros v0.25.0
29612026-06-08T18:56:44.548Z Compiling linkme-impl v0.3.35
29622026-06-08T18:56:44.696Z Checking constant_time_eq v0.3.1
29632026-06-08T18:56:44.828Z Checking termcolor v1.4.1
29642026-06-08T18:56:44.937Z Checking rust-argon2 v2.1.0
29652026-06-08T18:56:45.079Z Checking trybuild v1.0.116
29662026-06-08T18:56:45.312Z Checking datatest-stable v0.3.3
29672026-06-08T18:56:45.930Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29682026-06-08T18:56:46.208Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29692026-06-08T18:56:46.283Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29702026-06-08T18:56:46.335Z Checking oso v0.27.3
29712026-06-08T18:56:46.789Z Checking support-bundle-viewer v0.1.2
29722026-06-08T18:56:47.005Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29732026-06-08T18:56:47.063Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29742026-06-08T18:56:47.096Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29752026-06-08T18:56:47.206Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29762026-06-08T18:56:47.295Z Checking drift v0.2.0
29772026-06-08T18:56:47.330Z Checking rand_distr v0.5.1
29782026-06-08T18:56:47.362Z Checking multimap v0.10.1
29792026-06-08T18:56:47.432Z Compiling relative-path v1.9.3
29802026-06-08T18:56:47.572Z Compiling linkme v0.3.35
29812026-06-08T18:56:47.689Z Checking dropshot-api-manager v0.7.2
29822026-06-08T18:56:48.628Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29832026-06-08T18:56:48.885Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29842026-06-08T18:56:49.017Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29852026-06-08T18:56:49.357Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29862026-06-08T18:56:49.521Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29872026-06-08T18:56:49.587Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29882026-06-08T18:56:49.622Z Checking cargo_toml v0.21.0
29892026-06-08T18:56:49.632Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29902026-06-08T18:56:50.036Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29912026-06-08T18:56:50.261Z Checking partial-io v0.5.4
29922026-06-08T18:56:50.305Z Checking termios v0.3.3
29932026-06-08T18:56:50.442Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29942026-06-08T18:56:50.986Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29952026-06-08T18:56:51.317Z Checking rstest v0.25.0
29962026-06-08T18:56:52.585Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29972026-06-08T18:56:52.903Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29982026-06-08T18:56:58.634Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29992026-06-08T18:56:58.707Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30002026-06-08T18:57:01.898Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30012026-06-08T18:57:02.831Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30022026-06-08T18:57:04.850Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30032026-06-08T18:57:09.465Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30042026-06-08T18:57:13.734Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30052026-06-08T18:57:17.657Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30062026-06-08T18:57:19.868Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30072026-06-08T18:57:20.748Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30082026-06-08T18:57:21.256Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30092026-06-08T18:57:29.506Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30102026-06-08T18:58:40.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 03s
30112026-06-08T18:58:41.028Z
30122026-06-08T18:58:41.028Zreal 4:06.922759507
30132026-06-08T18:58:41.028Zuser 21:17.528497583
30142026-06-08T18:58:41.028Zsys 4:57.785647959
30152026-06-08T18:58:41.028Ztrap 0.503840836
30162026-06-08T18:58:41.028Ztflt 0.466907800
30172026-06-08T18:58:41.028Zdflt 0.538561895
30182026-06-08T18:58:41.028Zkflt 0.004598927
30192026-06-08T18:58:41.028Zlock 58:30.147640629
30202026-06-08T18:58:41.028Zslp 58:37.104932596
30212026-06-08T18:58:41.029Zlat 1:52.276181787
30222026-06-08T18:58:41.032Zstop 10:55.242799337
30232026-06-08T18:58:41.032Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30242026-06-08T18:58:41.032Z+ ptime -m cargo doc --workspace --no-deps
30252026-06-08T18:58:41.920Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30262026-06-08T18:58:41.920Z |
30272026-06-08T18:58:41.920Z = 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)`
30282026-06-08T18:58:41.920Z = 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>
30292026-06-08T18:58:42.936Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-06-08T18:58:43.173Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30312026-06-08T18:58:43.218Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30322026-06-08T18:58:43.292Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30332026-06-08T18:58:43.394Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30342026-06-08T18:58:43.433Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30352026-06-08T18:58:43.458Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30362026-06-08T18:58:43.482Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30372026-06-08T18:58:43.547Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30382026-06-08T18:58:43.654Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30392026-06-08T18:58:43.698Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30402026-06-08T18:58:43.743Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30412026-06-08T18:58:43.765Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30422026-06-08T18:58:43.832Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30432026-06-08T18:58:43.854Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30442026-06-08T18:58:43.877Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30452026-06-08T18:58:43.920Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30462026-06-08T18:58:43.944Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30472026-06-08T18:58:43.947Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30482026-06-08T18:58:43.987Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30492026-06-08T18:58:44.307Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30502026-06-08T18:58:44.561Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30512026-06-08T18:58:44.661Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30522026-06-08T18:58:44.720Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30532026-06-08T18:58:44.761Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30542026-06-08T18:58:44.811Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30552026-06-08T18:58:44.956Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30562026-06-08T18:58:44.992Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30572026-06-08T18:58:45.122Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30582026-06-08T18:58:45.188Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30592026-06-08T18:58:45.325Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30602026-06-08T18:58:45.381Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30612026-06-08T18:58:45.447Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30622026-06-08T18:58:45.614Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30632026-06-08T18:58:45.635Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30642026-06-08T18:58:45.658Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30652026-06-08T18:58:45.850Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30662026-06-08T18:58:45.885Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30672026-06-08T18:58:46.081Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30682026-06-08T18:58:46.337Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30692026-06-08T18:58:46.375Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30702026-06-08T18:58:46.421Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30712026-06-08T18:58:46.664Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30722026-06-08T18:58:46.668Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30732026-06-08T18:58:46.853Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30742026-06-08T18:58:46.882Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30752026-06-08T18:58:46.958Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30762026-06-08T18:58:46.983Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30772026-06-08T18:58:47.089Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30782026-06-08T18:58:47.182Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30792026-06-08T18:58:47.230Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30802026-06-08T18:58:47.259Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30812026-06-08T18:58:47.322Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30822026-06-08T18:58:47.418Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30832026-06-08T18:58:47.470Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30842026-06-08T18:58:47.491Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30852026-06-08T18:58:47.516Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30862026-06-08T18:58:47.540Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30872026-06-08T18:58:47.620Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30882026-06-08T18:58:47.671Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30892026-06-08T18:58:47.693Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30902026-06-08T18:58:47.910Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30912026-06-08T18:58:48.242Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30922026-06-08T18:58:48.266Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30932026-06-08T18:58:48.535Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30942026-06-08T18:58:48.710Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30952026-06-08T18:58:49.039Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30962026-06-08T18:58:49.094Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30972026-06-08T18:58:49.163Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30982026-06-08T18:58:49.206Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30992026-06-08T18:58:49.423Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31002026-06-08T18:58:49.481Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31012026-06-08T18:58:49.657Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31022026-06-08T18:58:49.783Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31032026-06-08T18:58:50.305Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31042026-06-08T18:58:50.616Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31052026-06-08T18:58:50.913Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31062026-06-08T18:58:51.019Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31072026-06-08T18:58:51.240Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31082026-06-08T18:58:51.735Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31092026-06-08T18:58:51.758Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31102026-06-08T18:58:51.955Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31112026-06-08T18:58:52.096Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31122026-06-08T18:58:52.186Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31132026-06-08T18:58:52.288Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31142026-06-08T18:58:52.342Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31152026-06-08T18:58:52.529Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31162026-06-08T18:58:52.573Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31172026-06-08T18:58:52.646Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31182026-06-08T18:58:52.704Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31192026-06-08T18:58:52.881Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31202026-06-08T18:58:52.910Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31212026-06-08T18:58:52.940Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31222026-06-08T18:58:53.017Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31232026-06-08T18:58:53.114Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31242026-06-08T18:58:53.183Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31252026-06-08T18:58:53.205Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31262026-06-08T18:58:53.280Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31272026-06-08T18:58:53.412Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31282026-06-08T18:58:53.468Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31292026-06-08T18:58:53.522Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31302026-06-08T18:58:53.572Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31312026-06-08T18:58:53.595Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31322026-06-08T18:58:53.704Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31332026-06-08T18:58:53.802Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31342026-06-08T18:58:53.893Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31352026-06-08T18:58:53.916Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31362026-06-08T18:58:54.010Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31372026-06-08T18:58:54.140Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31382026-06-08T18:58:54.380Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31392026-06-08T18:58:54.403Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31402026-06-08T18:58:54.424Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31412026-06-08T18:58:54.771Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31422026-06-08T18:58:54.884Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31432026-06-08T18:58:55.033Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31442026-06-08T18:58:55.819Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31452026-06-08T18:58:55.854Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31462026-06-08T18:58:56.448Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31472026-06-08T18:58:56.636Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31482026-06-08T18:58:56.717Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31492026-06-08T18:58:56.906Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31502026-06-08T18:58:57.018Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31512026-06-08T18:58:57.345Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31522026-06-08T18:58:57.440Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31532026-06-08T18:58:57.812Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31542026-06-08T18:58:57.921Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31552026-06-08T18:58:58.365Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31562026-06-08T18:58:58.399Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-06-08T18:58:58.504Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31582026-06-08T18:58:59.093Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31592026-06-08T18:58:59.682Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31602026-06-08T18:58:59.744Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31612026-06-08T18:58:59.954Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31622026-06-08T18:59:00.147Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31632026-06-08T18:59:00.429Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31642026-06-08T18:59:01.228Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31652026-06-08T18:59:01.270Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31662026-06-08T18:59:01.675Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-06-08T18:59:02.280Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-06-08T18:59:03.280Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31692026-06-08T18:59:03.375Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31702026-06-08T18:59:03.643Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31712026-06-08T18:59:03.803Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-06-08T18:59:03.945Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31732026-06-08T18:59:04.012Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31742026-06-08T18:59:04.245Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31752026-06-08T18:59:04.329Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31762026-06-08T18:59:04.439Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31772026-06-08T18:59:05.035Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31782026-06-08T18:59:05.118Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31792026-06-08T18:59:05.335Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31802026-06-08T18:59:05.381Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31812026-06-08T18:59:05.596Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31822026-06-08T18:59:05.619Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31832026-06-08T18:59:06.049Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31842026-06-08T18:59:06.111Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-06-08T18:59:06.721Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31862026-06-08T18:59:07.721Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31872026-06-08T18:59:07.940Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31882026-06-08T18:59:10.732Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31892026-06-08T18:59:11.652Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31902026-06-08T18:59:11.974Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31912026-06-08T18:59:12.227Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31922026-06-08T18:59:12.643Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31932026-06-08T18:59:12.779Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31942026-06-08T18:59:13.365Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31952026-06-08T18:59:13.697Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31962026-06-08T18:59:13.975Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31972026-06-08T18:59:14.028Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31982026-06-08T18:59:14.032Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31992026-06-08T18:59:14.456Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32002026-06-08T18:59:14.526Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32012026-06-08T18:59:14.788Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32022026-06-08T18:59:14.907Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32032026-06-08T18:59:15.120Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32042026-06-08T18:59:15.196Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32052026-06-08T18:59:15.620Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32062026-06-08T18:59:15.713Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32072026-06-08T18:59:15.796Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32082026-06-08T18:59:16.025Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-06-08T18:59:16.429Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32102026-06-08T18:59:17.242Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32112026-06-08T18:59:17.648Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32122026-06-08T18:59:17.984Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32132026-06-08T18:59:18.268Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32142026-06-08T18:59:18.822Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32152026-06-08T18:59:20.330Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-06-08T18:59:21.324Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32172026-06-08T18:59:22.436Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32182026-06-08T18:59:22.706Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-06-08T18:59:23.629Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32202026-06-08T18:59:24.081Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32212026-06-08T18:59:25.584Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32222026-06-08T18:59:26.598Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32232026-06-08T18:59:27.271Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32242026-06-08T18:59:28.632Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32252026-06-08T18:59:29.568Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32262026-06-08T18:59:29.626Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32272026-06-08T18:59:30.427Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32282026-06-08T18:59:30.864Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32292026-06-08T18:59:32.519Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32302026-06-08T18:59:33.212Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32312026-06-08T18:59:33.393Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32322026-06-08T18:59:33.744Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32332026-06-08T18:59:36.399Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32342026-06-08T18:59:38.073Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32352026-06-08T18:59:38.613Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32362026-06-08T18:59:40.807Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32372026-06-08T18:59:41.213Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32382026-06-08T18:59:41.635Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32392026-06-08T18:59:42.052Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32402026-06-08T18:59:42.489Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32412026-06-08T18:59:42.927Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32422026-06-08T18:59:44.761Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32432026-06-08T18:59:45.223Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32442026-06-08T18:59:46.448Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32452026-06-08T18:59:46.851Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32462026-06-08T18:59:47.495Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32472026-06-08T18:59:47.865Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32482026-06-08T18:59:48.910Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32492026-06-08T18:59:51.295Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32502026-06-08T18:59:52.486Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32512026-06-08T18:59:54.750Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32522026-06-08T18:59:54.771Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32532026-06-08T18:59:55.670Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32542026-06-08T18:59:56.879Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32552026-06-08T18:59:59.261Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32562026-06-08T18:59:59.385Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32572026-06-08T19:00:00.188Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32582026-06-08T19:00:01.645Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32592026-06-08T19:00:02.868Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32602026-06-08T19:00:03.965Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32612026-06-08T19:00:05.268Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32622026-06-08T19:00:06.495Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32632026-06-08T19:00:07.973Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32642026-06-08T19:00:09.125Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32652026-06-08T19:00:11.609Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32662026-06-08T19:00:12.288Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32672026-06-08T19:00:14.129Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32682026-06-08T19:00:19.437Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32692026-06-08T19:00:19.481Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32702026-06-08T19:00:20.122Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-06-08T19:00:21.859Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32722026-06-08T19:00:25.906Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32732026-06-08T19:00:26.629Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32742026-06-08T19:00:27.838Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32752026-06-08T19:00:28.372Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32762026-06-08T19:00:29.968Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32772026-06-08T19:00:31.832Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32782026-06-08T19:00:33.834Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32792026-06-08T19:00:35.658Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32802026-06-08T19:00:37.369Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32812026-06-08T19:00:39.045Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32822026-06-08T19:00:41.122Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32832026-06-08T19:00:42.561Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32842026-06-08T19:00:44.338Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32852026-06-08T19:00:46.091Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32862026-06-08T19:00:47.806Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32872026-06-08T19:00:49.236Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32882026-06-08T19:00:51.361Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32892026-06-08T19:00:53.174Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32902026-06-08T19:00:54.912Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32912026-06-08T19:00:56.609Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-06-08T19:00:58.359Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32932026-06-08T19:01:00.374Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32942026-06-08T19:01:02.344Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32952026-06-08T19:01:04.329Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32962026-06-08T19:01:06.108Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32972026-06-08T19:01:08.247Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32982026-06-08T19:01:09.900Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32992026-06-08T19:01:13.471Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33002026-06-08T19:01:15.107Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33012026-06-08T19:01:16.735Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33022026-06-08T19:01:19.301Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33032026-06-08T19:01:21.469Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33042026-06-08T19:01:23.736Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33052026-06-08T19:01:25.929Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33062026-06-08T19:01:28.146Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33072026-06-08T19:01:30.425Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33082026-06-08T19:01:32.886Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33092026-06-08T19:01:34.722Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33102026-06-08T19:01:37.462Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33112026-06-08T19:01:39.234Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33122026-06-08T19:01:41.497Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33132026-06-08T19:01:43.705Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33142026-06-08T19:01:45.980Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33152026-06-08T19:01:48.240Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33162026-06-08T19:01:50.516Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33172026-06-08T19:01:52.737Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33182026-06-08T19:01:55.011Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33192026-06-08T19:01:57.384Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-06-08T19:01:59.622Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33212026-06-08T19:02:01.912Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33222026-06-08T19:02:04.133Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33232026-06-08T19:02:06.385Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33242026-06-08T19:02:08.676Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33252026-06-08T19:02:10.956Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33262026-06-08T19:02:13.312Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33272026-06-08T19:02:15.608Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33282026-06-08T19:02:18.128Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33292026-06-08T19:02:20.088Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33302026-06-08T19:02:22.373Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33312026-06-08T19:02:24.741Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33322026-06-08T19:02:27.191Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33332026-06-08T19:02:29.594Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33342026-06-08T19:02:31.950Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33352026-06-08T19:02:34.287Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33362026-06-08T19:02:36.688Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33372026-06-08T19:02:39.083Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33382026-06-08T19:02:41.541Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-06-08T19:02:43.924Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33402026-06-08T19:02:46.212Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33412026-06-08T19:02:49.263Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33422026-06-08T19:02:51.326Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33432026-06-08T19:02:53.985Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33442026-06-08T19:02:56.452Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33452026-06-08T19:02:59.040Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33462026-06-08T19:03:01.768Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33472026-06-08T19:03:04.287Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33482026-06-08T19:03:06.880Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33492026-06-08T19:03:09.375Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33502026-06-08T19:03:11.952Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33512026-06-08T19:03:14.587Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33522026-06-08T19:03:17.535Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33532026-06-08T19:03:19.950Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33542026-06-08T19:03:22.638Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33552026-06-08T19:03:30.072Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33562026-06-08T19:03:30.396Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33572026-06-08T19:03:33.771Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33582026-06-08T19:03:37.025Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33592026-06-08T19:03:41.747Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33602026-06-08T19:03:44.655Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33612026-06-08T19:03:48.351Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33622026-06-08T19:03:52.108Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33632026-06-08T19:03:55.682Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33642026-06-08T19:03:59.364Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33652026-06-08T19:04:03.004Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33662026-06-08T19:04:06.690Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33672026-06-08T19:04:10.402Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33682026-06-08T19:04:14.028Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33692026-06-08T19:04:17.970Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33702026-06-08T19:04:21.538Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33712026-06-08T19:04:25.304Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33722026-06-08T19:04:29.014Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33732026-06-08T19:04:32.862Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33742026-06-08T19:04:36.543Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33752026-06-08T19:04:40.228Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33762026-06-08T19:04:43.970Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33772026-06-08T19:04:47.837Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33782026-06-08T19:04:51.495Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33792026-06-08T19:05:21.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 39s
33802026-06-08T19:05:21.205Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
33812026-06-08T19:05:21.309Z
33822026-06-08T19:05:21.309Zreal 6:40.193833884
33832026-06-08T19:05:21.309Zuser 17:42.878947410
33842026-06-08T19:05:21.309Zsys 3:52.073990386
33852026-06-08T19:05:21.310Ztrap 0.259299732
33862026-06-08T19:05:21.310Ztflt 0.102138977
33872026-06-08T19:05:21.310Zdflt 0.051263926
33882026-06-08T19:05:21.313Zkflt 0.000026095
33892026-06-08T19:05:21.313Zlock 6:08:27.683650106
33902026-06-08T19:05:21.313Zslp 2:14:28.635971889
33912026-06-08T19:05:21.313Zlat 38.730931479
33922026-06-08T19:05:21.313Zstop 1:40.496439061
33932026-06-08T19:05:21.313Zprocess exited: duration 787765 ms, exit code 0
 
33942026-06-08T19:05:21.321Zfound 0 output files