01M08NZ2DN4TAT71ZCMEGE8Y91: clippy (helios)

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

Buildomat Job: 01M08NZGGYC69MCBP19PSY3DBW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T20:18:50.837Zjob assigned to worker 01M08NZN03R0TJ8CQEZVGQ6TDX [factory aws, i-01cfd12b001132e12] (queued for 47 s)
 
22026-08-17T20:18:57.048Zstarting task 0: "setup"
32026-08-17T20:18:57.053Z++ uname -s
42026-08-17T20:18:57.057Z+ kern=SunOS
52026-08-17T20:18:57.057Z+ build_user=build
62026-08-17T20:18:57.057Z+ build_uid=12345
72026-08-17T20:18:57.057Z+ work_dir=/work
82026-08-17T20:18:57.057Z+ input_dir=/input
92026-08-17T20:18:57.057Z+ [[ 0 == 12345 ]]
102026-08-17T20:18:57.057Z+ case "$kern" in
112026-08-17T20:18:57.057Z+ groupadd -g 12345 build
122026-08-17T20:18:57.057Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T20:18:59.062Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T20:18:59.226Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T20:18:59.229Z+ home_fs=zfs
162026-08-17T20:18:59.229Z+ [[ zfs == autofs ]]
172026-08-17T20:18:59.229Z+ mkdir -p /home/build
182026-08-17T20:18:59.229Z+ chown build:build /home/build /work
192026-08-17T20:19:01.230Z+ chmod 0700 /home/build /work
202026-08-17T20:19:01.233Zprocess exited: duration 4183 ms, exit code 0
 
212026-08-17T20:19:01.239Zstarting task 1: "rust-toolchain"
222026-08-17T20:19:01.242Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-17T20:19:01.242Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-17T20:19:01.242Z * rust toolchain channel = "1.97.1"
252026-08-17T20:19:01.242Z * rust toolchain profile = "default"
262026-08-17T20:19:01.245Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-17T20:19:01.245Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-17T20:19:01.245Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T20:19:01.245Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-17T20:19:01.346Zinfo: downloading installer
312026-08-17T20:19:02.915Zwarn: It looks like you have an existing rustup settings file at:
322026-08-17T20:19:02.915Zwarn: /home/build/.rustup/settings.toml
332026-08-17T20:19:02.915Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-17T20:19:02.915Zwarn: instead of the one inferred from the default host triple.
352026-08-17T20:19:02.928Zinfo: profile set to default
362026-08-17T20:19:02.928Zinfo: default host triple is x86_64-unknown-illumos
372026-08-17T20:19:02.931Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-17T20:19:03.052Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-17T20:19:03.056Zinfo: downloading 6 components
402026-08-17T20:19:17.518Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-17T20:19:17.518Z
422026-08-17T20:19:17.549Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-17T20:19:17.549Z
442026-08-17T20:19:17.549Z
452026-08-17T20:19:17.549ZRust is installed now. Great!
462026-08-17T20:19:17.549Z
472026-08-17T20:19:17.549ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-17T20:19:17.549Zenvironment variable. This has not been done automatically.
492026-08-17T20:19:17.549Z
502026-08-17T20:19:17.549ZTo configure your current shell, you need to source
512026-08-17T20:19:17.549Zthe corresponding env file under $HOME/.cargo.
522026-08-17T20:19:17.549Z
532026-08-17T20:19:17.549ZThis is usually done by running one of the following (note the leading DOT):
542026-08-17T20:19:17.549Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-17T20:19:17.549Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-17T20:19:17.549Zsource "~/.cargo/env.nu" # For nushell
572026-08-17T20:19:17.549Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-17T20:19:17.549Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-17T20:19:17.549Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-17T20:19:17.552Zwarn: no default linker (`cc`) was found in your PATH
612026-08-17T20:19:17.552Zwarn: many Rust crates require a system C toolchain to build
622026-08-17T20:19:17.639Z+ rustup --version
632026-08-17T20:19:17.648Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-17T20:19:17.650Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-17T20:19:17.669Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-17T20:19:17.671Z+ cargo --version
672026-08-17T20:19:17.686Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-17T20:19:17.689Z+ rustc --version
692026-08-17T20:19:17.708Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-17T20:19:17.711Zprocess exited: duration 16470 ms, exit code 0
 
712026-08-17T20:19:17.716Zstarting task 2: "authentication"
722026-08-17T20:19:17.733Zprocess exited: duration 16 ms, exit code 0
 
732026-08-17T20:19:17.740Zstarting task 3: "clone repository"
742026-08-17T20:19:17.744Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-17T20:19:17.747Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-17T20:19:17.773ZCloning into '/work/oxidecomputer/omicron'...
772026-08-17T20:19:35.603Z+ cd /work/oxidecomputer/omicron
782026-08-17T20:19:35.603Z+ git fetch origin 4d607a3cfa7bcdf7ebfbba8f504373204223540d
792026-08-17T20:19:35.955ZFrom https://github.com/oxidecomputer/omicron
802026-08-17T20:19:35.955Z * branch 4d607a3cfa7bcdf7ebfbba8f504373204223540d -> FETCH_HEAD
812026-08-17T20:19:35.968Z+ [[ -n move-ext-api-bundle ]]
822026-08-17T20:19:35.971Z++ git branch --show-current
832026-08-17T20:19:35.971Z+ current=main
842026-08-17T20:19:35.972Z+ [[ main != move-ext-api-bundle ]]
852026-08-17T20:19:35.972Z+ git branch -f move-ext-api-bundle 4d607a3cfa7bcdf7ebfbba8f504373204223540d
862026-08-17T20:19:35.975Z+ git checkout -f move-ext-api-bundle
872026-08-17T20:19:36.235ZSwitched to branch 'move-ext-api-bundle'
882026-08-17T20:19:36.239Z+ git reset --hard 4d607a3cfa7bcdf7ebfbba8f504373204223540d
892026-08-17T20:19:36.258ZHEAD is now at 4d607a3cf move ext API support bundle endpoints out of experimental
902026-08-17T20:19:36.262Zprocess exited: duration 18519 ms, exit code 0
 
912026-08-17T20:19:36.270Zstarting task 4: "build"
922026-08-17T20:19:36.274Z+ source ./env.sh
932026-08-17T20:19:36.274Z++ OLD_SHELL_OPTS=ehxB
942026-08-17T20:19:36.274Z++ set -o xtrace
952026-08-17T20:19:36.278Z++++ dirname ./env.sh
962026-08-17T20:19:36.278Z+++ readlink -f .
972026-08-17T20:19:36.281Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-17T20:19:36.281Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-17T20:19:36.281Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-17T20:19:36.281Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-17T20:19:36.281Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-17T20:19:36.281Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-17T20:19:36.281Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-17T20:19:36.281Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-17T20:19:36.281Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-17T20:19:36.282Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-17T20:19:36.282Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-17T20:19:36.282Z++ case $OLD_SHELL_OPTS in
1092026-08-17T20:19:36.282Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-17T20:19:36.282Z+ source .github/buildomat/ci-env.sh
1112026-08-17T20:19:36.282Z++ export CARGO_TERM_COLOR=always
1122026-08-17T20:19:36.282Z++ CARGO_TERM_COLOR=always
1132026-08-17T20:19:36.282Z+++ uname -s
1142026-08-17T20:19:36.285Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-17T20:19:36.285Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-17T20:19:36.285Z+ cargo --version
1172026-08-17T20:19:36.292Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-17T20:19:36.296Z+ rustc --version
1192026-08-17T20:19:36.314Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-17T20:19:36.317Z+ banner prerequisites
1212026-08-17T20:19:36.320Z
1222026-08-17T20:19:36.320Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-17T20:19:36.320Z # # # # # # # # # # # # # # #
1242026-08-17T20:19:36.320Z # # # # ##### # # ##### # # # # # #### #
1252026-08-17T20:19:36.320Z ##### ##### # ##### # # # # # # # # #
1262026-08-17T20:19:36.320Z # # # # # # # # # # # # # # #
1272026-08-17T20:19:36.320Z # # # ###### # # ###### ### # #### # #### #
1282026-08-17T20:19:36.321Z
1292026-08-17T20:19:36.321Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-17T20:19:38.125Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-17T20:19:38.445Z Startup: Caching catalogs ... Done
1322026-08-17T20:19:40.216ZPlanning: Solver setup ... Done (1.671s)
1332026-08-17T20:19:40.270ZPlanning: Running solver ... Done (0.053s)
1342026-08-17T20:19:40.307ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-17T20:19:40.320ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-17T20:19:40.342ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-17T20:19:40.355ZPlanning: Package planning ... Done (0.013s)
1382026-08-17T20:19:40.358ZPlanning: Merging actions ... Done (0.001s)
1392026-08-17T20:19:40.514ZPlanning: Checking for conflicting actions ... Done (0.158s)
1402026-08-17T20:19:40.517ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-17T20:19:41.318ZPlanning: Evaluating mediators ... Done (0.802s)
1422026-08-17T20:19:41.321ZPlanning: Planning completed in 2.84 seconds
1432026-08-17T20:19:41.327Z Packages to install: 2
1442026-08-17T20:19:41.330Z Estimated space available: 156.01 GB
1452026-08-17T20:19:41.330ZEstimated space to be consumed: 69.36 MB
1462026-08-17T20:19:41.330Z Create boot environment: No
1472026-08-17T20:19:41.330ZCreate backup boot environment: No
1482026-08-17T20:19:41.330Z Rebuild boot archive: No
1492026-08-17T20:19:41.330Z
1502026-08-17T20:19:41.330ZChanged packages:
1512026-08-17T20:19:41.330Zhelios
1522026-08-17T20:19:41.330Z developer/build-essential
1532026-08-17T20:19:41.330Z None -> 11-3.0
1542026-08-17T20:19:41.330Z library/libxmlsec1
1552026-08-17T20:19:41.330Z None -> 1.2.35-3.0
1562026-08-17T20:19:41.351Z
1572026-08-17T20:19:41.351ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-17T20:19:41.419ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1592026-08-17T20:19:41.488Z Actions: 1/268 actions (Installing new actions)
1602026-08-17T20:19:41.527Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-17T20:19:41.555ZFinalize: Updating package state database ... Done (0.029s)
1622026-08-17T20:19:41.558ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-17T20:19:41.635ZFinalize: Updating image state ... Done (0.079s)
1642026-08-17T20:19:44.098ZFinalize: Creating fast lookup database ... Done (2.417s)
1652026-08-17T20:19:44.164ZFinalize: Reading search index ... Done (0.012s)
1662026-08-17T20:19:44.168ZFinalize: Updating search index ... Done (0.000s)
1672026-08-17T20:19:44.258ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-17T20:19:44.620ZPlanning: Evaluating mediator changes ... Done
1692026-08-17T20:19:44.728ZPlanning: Checking for conflicting actions ... Done
1702026-08-17T20:19:44.731ZPlanning: Consolidating action changes ... Done
1712026-08-17T20:19:44.886ZPlanning: Evaluating mediators ... Done
1722026-08-17T20:19:44.889ZPlanning: Planning completed in 0.27 seconds
1732026-08-17T20:19:44.908Z Mediators to change: 2
1742026-08-17T20:19:44.908Z Create boot environment: No
1752026-08-17T20:19:44.908ZCreate backup boot environment: No
1762026-08-17T20:19:44.976ZFinalize: Updating package state database ... Done
1772026-08-17T20:19:44.976ZFinalize: Updating package cache ... Done
1782026-08-17T20:19:45.035ZFinalize: Updating image state ... Done
1792026-08-17T20:19:46.993ZFinalize: Creating fast lookup database ... Done
1802026-08-17T20:19:47.055ZFinalize: Reading search index ... Done
1812026-08-17T20:19:47.058ZFinalize: Updating search index ... Done
1822026-08-17T20:19:47.153ZFinalize: Updating package cache ... Done
1832026-08-17T20:19:47.436ZPlanning: Evaluating mediator changes ... Done
1842026-08-17T20:19:47.542ZPlanning: Checking for conflicting actions ... Done
1852026-08-17T20:19:47.545ZPlanning: Consolidating action changes ... Done
1862026-08-17T20:19:47.701ZPlanning: Evaluating mediators ... Done
1872026-08-17T20:19:47.704ZPlanning: Planning completed in 0.27 seconds
1882026-08-17T20:19:47.724Z Mediators to change: 1
1892026-08-17T20:19:47.724Z Create boot environment: No
1902026-08-17T20:19:47.727ZCreate backup boot environment: No
1912026-08-17T20:19:47.797ZFinalize: Updating package state database ... Done
1922026-08-17T20:19:47.798ZFinalize: Updating package cache ... Done
1932026-08-17T20:19:47.843ZFinalize: Updating image state ... Done
1942026-08-17T20:19:49.781ZFinalize: Creating fast lookup database ... Done
1952026-08-17T20:19:49.844ZFinalize: Reading search index ... Done
1962026-08-17T20:19:49.847ZFinalize: Updating search index ... Done
1972026-08-17T20:19:49.936ZFinalize: Updating package cache ... Done
1982026-08-17T20:19:50.250ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-17T20:19:50.250Zapache system 2.4 system
2002026-08-17T20:19:50.250Zclang system 15 system
2012026-08-17T20:19:50.250Zcsh system system illumos
2022026-08-17T20:19:50.250Zctags system system illumos
2032026-08-17T20:19:50.250Zfile vendor vendor darwinsys
2042026-08-17T20:19:50.250Zfile system system illumos
2052026-08-17T20:19:50.250Zgcc vendor 14 vendor
2062026-08-17T20:19:50.250Zgcc system 13 system
2072026-08-17T20:19:50.250Zgcc system 10 system
2082026-08-17T20:19:50.250Zgo system 1.25 system
2092026-08-17T20:19:50.250Zllvm system 15 system
2102026-08-17T20:19:50.251Zmariadb system 11.4 system
2112026-08-17T20:19:50.251Zmta vendor vendor dma
2122026-08-17T20:19:50.251Zopenjdk system 17 system
2132026-08-17T20:19:50.251Zopenjdk system 11 system
2142026-08-17T20:19:50.251Zopenssl vendor 3 vendor
2152026-08-17T20:19:50.251Zperl system 5.40 system
2162026-08-17T20:19:50.251Zpostgresql system 18 system
2172026-08-17T20:19:50.251Zpostgresql system 17 system
2182026-08-17T20:19:50.251Zpython vendor 3 vendor
2192026-08-17T20:19:50.251Zpython system 2 system
2202026-08-17T20:19:50.251Zpython3 vendor 3.13 vendor
2212026-08-17T20:19:50.251Zruby system 3.4 system
2222026-08-17T20:19:50.251Zruby system 3.0 system
2232026-08-17T20:19:50.251Zwords vendor vendor american-english
2242026-08-17T20:19:50.251Zwords system system australian-english
2252026-08-17T20:19:50.251Zwords system system british-english
2262026-08-17T20:19:50.251Zwords system system canadian-english
2272026-08-17T20:19:50.251Zwords system system french
2282026-08-17T20:19:50.251Zwords system system italian
2292026-08-17T20:19:50.251Zwords system system ngerman
2302026-08-17T20:19:50.251Zwords system system ogerman
2312026-08-17T20:19:50.251Zwords system system spanish
2322026-08-17T20:19:50.501ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-17T20:19:50.501Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-17T20:19:50.947ZFMRI IFO
2352026-08-17T20:19:50.947Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-17T20:19:50.947Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-17T20:19:50.947Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-17T20:19:50.947Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-17T20:19:50.947Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-17T20:19:50.947Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-17T20:19:50.947Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-17T20:19:50.947Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-17T20:19:50.948Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-17T20:19:51.264Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-17T20:19:51.613Z Updating crates.io index
2462026-08-17T20:19:51.616Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-17T20:19:51.904Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-17T20:19:52.268Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-17T20:19:53.243Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-17T20:19:53.777Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-17T20:19:55.364Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-17T20:19:56.274Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-17T20:19:56.575Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-17T20:19:56.965Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-17T20:19:58.631Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-17T20:19:59.257Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-17T20:19:59.616Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-17T20:19:59.959Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-17T20:20:00.235Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-17T20:20:00.525Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-17T20:20:00.852Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-17T20:20:01.149Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-17T20:20:01.497Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-08-17T20:20:01.981Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-17T20:20:02.480Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-17T20:20:02.867Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-17T20:20:03.418Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-17T20:20:03.736Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-17T20:20:04.306Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-17T20:20:04.624Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-17T20:20:04.934Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-17T20:20:05.416Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-17T20:20:05.735Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-17T20:20:06.166Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-17T20:20:06.567Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-17T20:20:06.866Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-17T20:20:07.230Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-17T20:20:07.729Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-17T20:20:08.368Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-17T20:20:08.672Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-17T20:20:08.979Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-17T20:20:09.300Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-17T20:20:09.638Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-17T20:20:09.931Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-17T20:20:10.239Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-17T20:20:10.546Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-17T20:20:10.796Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-17T20:20:13.948Z Downloading crates ...
2892026-08-17T20:20:13.992Z Downloaded anstyle-query v1.1.5
2902026-08-17T20:20:14.014Z Downloaded equivalent v1.0.2
2912026-08-17T20:20:14.018Z Downloaded generic-array v0.14.7
2922026-08-17T20:20:14.018Z Downloaded fastrand v2.3.0
2932026-08-17T20:20:14.022Z Downloaded byteorder v1.5.0
2942026-08-17T20:20:14.025Z Downloaded utf8parse v0.2.2
2952026-08-17T20:20:14.029Z Downloaded cpufeatures v0.2.17
2962026-08-17T20:20:14.032Z Downloaded errno v0.3.14
2972026-08-17T20:20:14.036Z Downloaded heck v0.4.1
2982026-08-17T20:20:14.040Z Downloaded dtrace-parser v0.2.0
2992026-08-17T20:20:14.040Z Downloaded zerocopy v0.7.35
3002026-08-17T20:20:14.047Z Downloaded zmij v1.0.21
3012026-08-17T20:20:14.050Z Downloaded colorchoice v1.0.4
3022026-08-17T20:20:14.050Z Downloaded is_terminal_polyfill v1.70.2
3032026-08-17T20:20:14.050Z Downloaded macaddr v1.0.1
3042026-08-17T20:20:14.050Z Downloaded strsim v0.11.1
3052026-08-17T20:20:14.055Z Downloaded clap_lex v1.0.0
3062026-08-17T20:20:14.059Z Downloaded heck v0.5.0
3072026-08-17T20:20:14.059Z Downloaded toml_datetime v0.6.11
3082026-08-17T20:20:14.059Z Downloaded usdt-attr-macro v0.5.0
3092026-08-17T20:20:14.059Z Downloaded fnv v1.0.7
3102026-08-17T20:20:14.059Z Downloaded pretty-hex v0.4.1
3112026-08-17T20:20:14.062Z Downloaded scroll_derive v0.12.1
3122026-08-17T20:20:14.062Z Downloaded cargo_toml v0.21.0
3132026-08-17T20:20:14.065Z Downloaded swrite v0.1.0
3142026-08-17T20:20:14.065Z Downloaded bitflags v2.11.0
3152026-08-17T20:20:14.069Z Downloaded tabled_derive v0.7.0
3162026-08-17T20:20:14.072Z Downloaded memmap v0.7.0
3172026-08-17T20:20:14.072Z Downloaded usdt v0.5.0
3182026-08-17T20:20:14.076Z Downloaded version_check v0.9.5
3192026-08-17T20:20:14.079Z Downloaded toml_write v0.1.2
3202026-08-17T20:20:14.080Z Downloaded dof v0.3.0
3212026-08-17T20:20:14.083Z Downloaded itoa v1.0.17
3222026-08-17T20:20:14.085Z Downloaded proc-macro-error-attr v1.0.4
3232026-08-17T20:20:14.088Z Downloaded smawk v0.3.2
3242026-08-17T20:20:14.091Z Downloaded thread-id v4.2.2
3252026-08-17T20:20:14.094Z Downloaded plain v0.2.3
3262026-08-17T20:20:14.099Z Downloaded unicode-linebreak v0.1.5
3272026-08-17T20:20:14.099Z Downloaded usdt-macro v0.5.0
3282026-08-17T20:20:14.102Z Downloaded terminal_size v0.4.3
3292026-08-17T20:20:14.102Z Downloaded serde_spanned v0.6.9
3302026-08-17T20:20:14.106Z Downloaded anstyle v1.0.14
3312026-08-17T20:20:14.109Z Downloaded bytecount v0.6.9
3322026-08-17T20:20:14.109Z Downloaded cfg-if v1.0.4
3332026-08-17T20:20:14.109Z Downloaded anstream v1.0.0
3342026-08-17T20:20:14.113Z Downloaded autocfg v1.5.0
3352026-08-17T20:20:14.117Z Downloaded crypto-common v0.1.7
3362026-08-17T20:20:14.120Z Downloaded fs-err v3.3.0
3372026-08-17T20:20:14.123Z Downloaded cargo-platform v0.3.2
3382026-08-17T20:20:14.126Z Downloaded cargo_metadata v0.23.1
3392026-08-17T20:20:14.131Z Downloaded clap_derive v4.6.1
3402026-08-17T20:20:14.134Z Downloaded digest v0.10.7
3412026-08-17T20:20:14.134Z Downloaded once_cell v1.21.3
3422026-08-17T20:20:14.134Z Downloaded quote v1.0.45
3432026-08-17T20:20:14.137Z Downloaded block-buffer v0.10.4
3442026-08-17T20:20:14.145Z Downloaded thiserror v2.0.18
3452026-08-17T20:20:14.148Z Downloaded camino-tempfile v1.4.1
3462026-08-17T20:20:14.148Z Downloaded usdt-impl v0.5.0
3472026-08-17T20:20:14.149Z Downloaded thiserror-impl v1.0.69
3482026-08-17T20:20:14.149Z Downloaded proc-macro-error v1.0.4
3492026-08-17T20:20:14.152Z Downloaded scroll v0.12.0
3502026-08-17T20:20:14.155Z Downloaded tempfile v3.25.0
3512026-08-17T20:20:14.158Z Downloaded serde_tokenstream v0.2.3
3522026-08-17T20:20:14.161Z Downloaded sha2 v0.10.9
3532026-08-17T20:20:14.161Z Downloaded anstyle-parse v1.0.0
3542026-08-17T20:20:14.165Z Downloaded camino v1.2.2
3552026-08-17T20:20:14.168Z Downloaded ucd-trie v0.1.7
3562026-08-17T20:20:14.168Z Downloaded anyhow v1.0.102
3572026-08-17T20:20:14.171Z Downloaded pest_derive v2.8.6
3582026-08-17T20:20:14.174Z Downloaded pest_generator v2.8.6
3592026-08-17T20:20:14.177Z Downloaded thiserror v1.0.69
3602026-08-17T20:20:14.182Z Downloaded semver v1.0.28
3612026-08-17T20:20:14.185Z Downloaded toml v0.8.23
3622026-08-17T20:20:14.188Z Downloaded thiserror-impl v2.0.18
3632026-08-17T20:20:14.188Z Downloaded zerocopy-derive v0.7.35
3642026-08-17T20:20:14.194Z Downloaded log v0.4.29
3652026-08-17T20:20:14.197Z Downloaded getrandom v0.4.1
3662026-08-17T20:20:14.199Z Downloaded papergrid v0.11.0
3672026-08-17T20:20:14.202Z Downloaded textwrap v0.16.2
3682026-08-17T20:20:14.202Z Downloaded clap v4.6.1
3692026-08-17T20:20:14.206Z Downloaded unicode-ident v1.0.24
3702026-08-17T20:20:14.213Z Downloaded serde_derive v1.0.228
3712026-08-17T20:20:14.243Z Downloaded serde_core v1.0.228
3722026-08-17T20:20:14.247Z Downloaded toml_edit v0.22.27
3732026-08-17T20:20:14.247Z Downloaded proc-macro2 v1.0.106
3742026-08-17T20:20:14.247Z Downloaded serde v1.0.228
3752026-08-17T20:20:14.247Z Downloaded pest_meta v2.8.6
3762026-08-17T20:20:14.250Z Downloaded typenum v1.20.1
3772026-08-17T20:20:14.257Z Downloaded indexmap v2.14.0
3782026-08-17T20:20:14.261Z Downloaded memchr v2.8.0
3792026-08-17T20:20:14.293Z Downloaded pest v2.8.6
3802026-08-17T20:20:14.297Z Downloaded hashbrown v0.17.0
3812026-08-17T20:20:14.300Z Downloaded serde_json v1.0.151
3822026-08-17T20:20:14.303Z Downloaded clap_builder v4.6.0
3832026-08-17T20:20:14.323Z Downloaded goblin v0.8.2
3842026-08-17T20:20:14.330Z Downloaded winnow v0.7.14
3852026-08-17T20:20:14.335Z Downloaded tabled v0.15.0
3862026-08-17T20:20:14.347Z Downloaded syn v1.0.109
3872026-08-17T20:20:14.357Z Downloaded unicode-width v0.1.14
3882026-08-17T20:20:14.367Z Downloaded unicode-width v0.2.0
3892026-08-17T20:20:14.370Z Downloaded syn v2.0.117
3902026-08-17T20:20:14.381Z Downloaded rustix v1.1.3
3912026-08-17T20:20:14.408Z Downloaded libc v0.2.185
3922026-08-17T20:20:14.473Z Compiling proc-macro2 v1.0.106
3932026-08-17T20:20:14.473Z Compiling quote v1.0.45
3942026-08-17T20:20:14.477Z Compiling unicode-ident v1.0.24
3952026-08-17T20:20:14.477Z Compiling serde_core v1.0.228
3962026-08-17T20:20:14.477Z Compiling libc v0.2.185
3972026-08-17T20:20:14.477Z Compiling version_check v0.9.5
3982026-08-17T20:20:14.477Z Compiling memchr v2.8.0
3992026-08-17T20:20:14.653Z Compiling serde v1.0.228
4002026-08-17T20:20:14.815Z Compiling zmij v1.0.21
4012026-08-17T20:20:15.080Z Compiling thiserror v1.0.69
4022026-08-17T20:20:15.096Z Compiling itoa v1.0.17
4032026-08-17T20:20:15.280Z Compiling ucd-trie v0.1.7
4042026-08-17T20:20:15.470Z Compiling pest v2.8.6
4052026-08-17T20:20:15.498Z Compiling byteorder v1.5.0
4062026-08-17T20:20:15.548Z Compiling rustix v1.1.3
4072026-08-17T20:20:15.564Z Compiling errno v0.3.14
4082026-08-17T20:20:15.660Z Compiling serde_json v1.0.151
4092026-08-17T20:20:15.714Z Compiling bitflags v2.11.0
4102026-08-17T20:20:15.941Z Compiling syn v2.0.117
4112026-08-17T20:20:15.985Z Compiling thread-id v4.2.2
4122026-08-17T20:20:16.002Z Compiling proc-macro-error-attr v1.0.4
4132026-08-17T20:20:16.066Z Compiling usdt-impl v0.5.0
4142026-08-17T20:20:16.119Z Compiling camino v1.2.2
4152026-08-17T20:20:16.186Z Compiling syn v1.0.109
4162026-08-17T20:20:16.441Z Compiling proc-macro-error v1.0.4
4172026-08-17T20:20:16.472Z Compiling log v0.4.29
4182026-08-17T20:20:16.489Z Compiling pest_meta v2.8.6
4192026-08-17T20:20:16.665Z Compiling utf8parse v0.2.2
4202026-08-17T20:20:16.682Z Compiling hashbrown v0.17.0
4212026-08-17T20:20:16.699Z Compiling getrandom v0.4.1
4222026-08-17T20:20:16.779Z Compiling equivalent v1.0.2
4232026-08-17T20:20:16.982Z Compiling plain v0.2.3
4242026-08-17T20:20:17.122Z Compiling terminal_size v0.4.3
4252026-08-17T20:20:17.194Z Compiling indexmap v2.14.0
4262026-08-17T20:20:17.232Z Compiling anstyle-parse v1.0.0
4272026-08-17T20:20:17.754Z Compiling colorchoice v1.0.4
4282026-08-17T20:20:17.815Z Compiling thiserror v2.0.18
4292026-08-17T20:20:17.873Z Compiling is_terminal_polyfill v1.70.2
4302026-08-17T20:20:17.876Z Compiling winnow v0.7.14
4312026-08-17T20:20:17.910Z Compiling cfg-if v1.0.4
4322026-08-17T20:20:17.976Z Compiling anstyle v1.0.14
4332026-08-17T20:20:17.994Z Compiling toml_write v0.1.2
4342026-08-17T20:20:18.061Z Compiling anstyle-query v1.1.5
4352026-08-17T20:20:18.093Z Compiling pretty-hex v0.4.1
4362026-08-17T20:20:18.140Z Compiling autocfg v1.5.0
4372026-08-17T20:20:18.188Z Compiling pest_generator v2.8.6
4382026-08-17T20:20:18.205Z Compiling anstream v1.0.0
4392026-08-17T20:20:18.558Z Compiling strsim v0.11.1
4402026-08-17T20:20:18.566Z Compiling anyhow v1.0.102
4412026-08-17T20:20:18.566Z Compiling fs-err v3.3.0
4422026-08-17T20:20:18.713Z Compiling once_cell v1.21.3
4432026-08-17T20:20:18.766Z Compiling bytecount v0.6.9
4442026-08-17T20:20:18.840Z Compiling heck v0.5.0
4452026-08-17T20:20:18.848Z Compiling heck v0.4.1
4462026-08-17T20:20:18.870Z Compiling fastrand v2.3.0
4472026-08-17T20:20:18.921Z Compiling clap_lex v1.0.0
4482026-08-17T20:20:18.949Z Compiling unicode-width v0.1.14
4492026-08-17T20:20:19.098Z Compiling fnv v1.0.7
4502026-08-17T20:20:19.128Z Compiling tempfile v3.25.0
4512026-08-17T20:20:19.144Z Compiling clap_builder v4.6.0
4522026-08-17T20:20:19.200Z Compiling papergrid v0.11.0
4532026-08-17T20:20:19.251Z Compiling tabled_derive v0.7.0
4542026-08-17T20:20:19.327Z Compiling semver v1.0.28
4552026-08-17T20:20:19.381Z Compiling cargo-platform v0.3.2
4562026-08-17T20:20:19.406Z Compiling memmap v0.7.0
4572026-08-17T20:20:19.488Z Compiling unicode-width v0.2.0
4582026-08-17T20:20:19.583Z Compiling smawk v0.3.2
4592026-08-17T20:20:19.646Z Compiling unicode-linebreak v0.1.5
4602026-08-17T20:20:19.753Z Compiling camino-tempfile v1.4.1
4612026-08-17T20:20:19.786Z Compiling serde_derive v1.0.228
4622026-08-17T20:20:19.865Z Compiling thiserror-impl v1.0.69
4632026-08-17T20:20:20.022Z Compiling zerocopy-derive v0.7.35
4642026-08-17T20:20:20.040Z Compiling pest_derive v2.8.6
4652026-08-17T20:20:20.045Z Compiling scroll_derive v0.12.1
4662026-08-17T20:20:20.133Z Compiling thiserror-impl v2.0.18
4672026-08-17T20:20:20.500Z Compiling clap_derive v4.6.1
4682026-08-17T20:20:20.619Z Compiling tabled v0.15.0
4692026-08-17T20:20:20.701Z Compiling scroll v0.12.0
4702026-08-17T20:20:20.887Z Compiling zerocopy v0.7.35
4712026-08-17T20:20:20.980Z Compiling goblin v0.8.2
4722026-08-17T20:20:21.268Z Compiling dtrace-parser v0.2.0
4732026-08-17T20:20:21.455Z Compiling textwrap v0.16.2
4742026-08-17T20:20:21.599Z Compiling swrite v0.1.0
4752026-08-17T20:20:22.235Z Compiling clap v4.6.1
4762026-08-17T20:20:22.834Z Compiling dof v0.3.0
4772026-08-17T20:20:22.834Z Compiling serde_tokenstream v0.2.3
4782026-08-17T20:20:22.852Z Compiling toml_datetime v0.6.11
4792026-08-17T20:20:22.865Z Compiling serde_spanned v0.6.9
4802026-08-17T20:20:22.868Z Compiling cargo_metadata v0.23.1
4812026-08-17T20:20:22.914Z Compiling macaddr v1.0.1
4822026-08-17T20:20:22.914Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-17T20:20:23.025Z Compiling toml_edit v0.22.27
4842026-08-17T20:20:23.580Z Compiling usdt-macro v0.5.0
4852026-08-17T20:20:23.598Z Compiling usdt-attr-macro v0.5.0
4862026-08-17T20:20:24.221Z Compiling usdt v0.5.0
4872026-08-17T20:20:24.338Z Compiling toml v0.8.23
4882026-08-17T20:20:24.660Z Compiling cargo_toml v0.21.0
4892026-08-17T20:20:25.936Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-17T20:20:27.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.87s
4912026-08-17T20:20:28.182Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-17T20:20:28.685Z Downloading crates ...
4932026-08-17T20:20:28.742Z Downloaded allocator-api2 v0.2.21
4942026-08-17T20:20:28.746Z Downloaded ar_archive_writer v0.5.1
4952026-08-17T20:20:28.746Z Downloaded adler2 v2.0.1
4962026-08-17T20:20:28.750Z Downloaded bb8 v0.8.6
4972026-08-17T20:20:28.754Z Downloaded ahash v0.8.12
4982026-08-17T20:20:28.757Z Downloaded async-recursion v1.1.1
4992026-08-17T20:20:28.760Z Downloaded fd-lock v4.0.4
5002026-08-17T20:20:28.763Z Downloaded foreign-types v0.5.0
5012026-08-17T20:20:28.763Z Downloaded argon2 v0.5.3
5022026-08-17T20:20:28.763Z Downloaded form_urlencoded v1.2.2
5032026-08-17T20:20:28.767Z Downloaded backoff v0.4.0
5042026-08-17T20:20:28.770Z Downloaded bit-set v0.8.0
5052026-08-17T20:20:28.770Z Downloaded fixedbitset v0.4.2
5062026-08-17T20:20:28.770Z Downloaded foreign-types-shared v0.3.1
5072026-08-17T20:20:28.770Z Downloaded ghash v0.6.0
5082026-08-17T20:20:28.775Z Downloaded ascii-canvas v3.0.0
5092026-08-17T20:20:28.775Z Downloaded bit-set v0.5.3
5102026-08-17T20:20:28.775Z Downloaded flagset v0.4.7
5112026-08-17T20:20:28.779Z Downloaded atomicwrites v0.4.4
5122026-08-17T20:20:28.780Z Downloaded float-ord v0.3.2
5132026-08-17T20:20:28.780Z Downloaded foreign-types-macros v0.2.3
5142026-08-17T20:20:28.780Z Downloaded array-init v0.0.4
5152026-08-17T20:20:28.780Z Downloaded bcrypt-pbkdf v0.11.0
5162026-08-17T20:20:28.780Z Downloaded http-body v1.0.1
5172026-08-17T20:20:28.785Z Downloaded base64ct v1.8.3
5182026-08-17T20:20:28.785Z Downloaded bit-vec v0.6.3
5192026-08-17T20:20:28.785Z Downloaded foreign-types-shared v0.1.1
5202026-08-17T20:20:28.785Z Downloaded convert_case v0.4.0
5212026-08-17T20:20:28.785Z Downloaded futures-task v0.3.32
5222026-08-17T20:20:28.790Z Downloaded foldhash v0.1.5
5232026-08-17T20:20:28.790Z Downloaded anstream v0.6.21
5242026-08-17T20:20:28.790Z Downloaded anstyle-parse v0.2.7
5252026-08-17T20:20:28.790Z Downloaded bitfield v0.19.4
5262026-08-17T20:20:28.790Z Downloaded argon2 v0.6.0-rc.8
5272026-08-17T20:20:28.790Z Downloaded arrayref v0.3.9
5282026-08-17T20:20:28.790Z Downloaded env_logger v0.11.9
5292026-08-17T20:20:28.797Z Downloaded filetime v0.2.27
5302026-08-17T20:20:28.797Z Downloaded futures-sink v0.3.32
5312026-08-17T20:20:28.797Z Downloaded fxhash v0.2.1
5322026-08-17T20:20:28.797Z Downloaded gethostname v0.5.0
5332026-08-17T20:20:28.797Z Downloaded futures-core v0.3.32
5342026-08-17T20:20:28.797Z Downloaded foreign-types v0.3.2
5352026-08-17T20:20:28.797Z Downloaded futures-io v0.3.32
5362026-08-17T20:20:28.797Z Downloaded enum-as-inner v0.6.1
5372026-08-17T20:20:28.797Z Downloaded block-padding v0.4.2
5382026-08-17T20:20:28.804Z Downloaded env_filter v1.0.0
5392026-08-17T20:20:28.805Z Downloaded float-cmp v0.10.0
5402026-08-17T20:20:28.805Z Downloaded async-stream-impl v0.3.6
5412026-08-17T20:20:28.805Z Downloaded futures-macro v0.3.32
5422026-08-17T20:20:28.805Z Downloaded foldhash v0.2.0
5432026-08-17T20:20:28.805Z Downloaded globwalk v0.9.1
5442026-08-17T20:20:28.808Z Downloaded ff v0.13.1
5452026-08-17T20:20:28.808Z Downloaded erased-serde v0.3.31
5462026-08-17T20:20:28.808Z Downloaded ff v0.14.0
5472026-08-17T20:20:28.808Z Downloaded base16ct v1.0.0
5482026-08-17T20:20:28.808Z Downloaded fs-err v2.11.0
5492026-08-17T20:20:28.812Z Downloaded endian-type v0.1.2
5502026-08-17T20:20:28.812Z Downloaded funty v2.0.0
5512026-08-17T20:20:28.812Z Downloaded bitflags v1.3.2
5522026-08-17T20:20:28.812Z Downloaded aead v0.6.1
5532026-08-17T20:20:28.812Z Downloaded http-range v0.1.5
5542026-08-17T20:20:28.815Z Downloaded hostname v0.4.2
5552026-08-17T20:20:28.818Z Downloaded hash32 v0.3.1
5562026-08-17T20:20:28.821Z Downloaded async-stream v0.3.6
5572026-08-17T20:20:28.821Z Downloaded cobs v0.3.0
5582026-08-17T20:20:28.821Z Downloaded atomic-waker v1.1.2
5592026-08-17T20:20:28.828Z Downloaded hex v0.4.3
5602026-08-17T20:20:28.828Z Downloaded find-msvc-tools v0.1.9
5612026-08-17T20:20:28.832Z Downloaded bitfield-macros v0.19.4
5622026-08-17T20:20:28.832Z Downloaded ciborium-io v0.2.2
5632026-08-17T20:20:28.832Z Downloaded enum_dispatch v0.3.13
5642026-08-17T20:20:28.832Z Downloaded aead v0.5.2
5652026-08-17T20:20:28.832Z Downloaded bitfield-struct v0.6.2
5662026-08-17T20:20:28.832Z Downloaded git-stub v1.0.0
5672026-08-17T20:20:28.837Z Downloaded base16ct v0.2.0
5682026-08-17T20:20:28.837Z Downloaded ciborium-ll v0.2.2
5692026-08-17T20:20:28.837Z Downloaded compression-core v0.4.31
5702026-08-17T20:20:28.837Z Downloaded headers-core v0.3.0
5712026-08-17T20:20:28.840Z Downloaded hex-literal v1.1.0
5722026-08-17T20:20:28.840Z Downloaded hash32 v0.2.1
5732026-08-17T20:20:28.844Z Downloaded cfg_aliases v0.2.1
5742026-08-17T20:20:28.848Z Downloaded hybrid-array v0.4.13
5752026-08-17T20:20:28.848Z Downloaded fallible-iterator v0.2.0
5762026-08-17T20:20:28.848Z Downloaded futures-channel v0.3.32
5772026-08-17T20:20:28.851Z Downloaded cfg_aliases v0.1.1
5782026-08-17T20:20:28.851Z Downloaded futures v0.3.32
5792026-08-17T20:20:28.854Z Downloaded hostname v0.3.1
5802026-08-17T20:20:28.854Z Downloaded hyper-tls v0.6.0
5812026-08-17T20:20:28.854Z Downloaded hubpack_derive v0.1.1
5822026-08-17T20:20:28.854Z Downloaded block-buffer v0.12.1
5832026-08-17T20:20:28.858Z Downloaded num-conv v0.2.0
5842026-08-17T20:20:28.861Z Downloaded home v0.5.12
5852026-08-17T20:20:28.862Z Downloaded nonempty v0.12.0
5862026-08-17T20:20:28.865Z Downloaded num_enum_derive v0.5.11
5872026-08-17T20:20:28.865Z Downloaded parse-display v0.10.0
5882026-08-17T20:20:28.865Z Downloaded bit-vec v0.8.0
5892026-08-17T20:20:28.865Z Downloaded chacha20 v0.9.1
5902026-08-17T20:20:28.868Z Downloaded openssl-probe v0.2.1
5912026-08-17T20:20:28.868Z Downloaded blowfish v0.10.0
5922026-08-17T20:20:28.868Z Downloaded cassowary v0.3.0
5932026-08-17T20:20:28.868Z Downloaded httpdate v1.0.3
5942026-08-17T20:20:28.868Z Downloaded compression-codecs v0.4.37
5952026-08-17T20:20:28.873Z Downloaded fixedbitset v0.5.7
5962026-08-17T20:20:28.873Z Downloaded futures-executor v0.3.32
5972026-08-17T20:20:28.873Z Downloaded http-body-util v0.1.3
5982026-08-17T20:20:28.873Z Downloaded const_format_proc_macros v0.2.34
5992026-08-17T20:20:28.876Z Downloaded arrayvec v0.7.6
6002026-08-17T20:20:28.880Z Downloaded hubpack v0.1.2
6012026-08-17T20:20:28.880Z Downloaded blake2 v0.10.6
6022026-08-17T20:20:28.880Z Downloaded powerfmt v0.2.0
6032026-08-17T20:20:28.880Z Downloaded bcs v0.1.6
6042026-08-17T20:20:28.883Z Downloaded cipher v0.4.4
6052026-08-17T20:20:28.883Z Downloaded progenitor-macro v0.13.0
6062026-08-17T20:20:28.886Z Downloaded proc-macro-crate v1.3.1
6072026-08-17T20:20:28.886Z Downloaded progenitor-client v0.14.0
6082026-08-17T20:20:28.889Z Downloaded rand_pcg v0.10.2
6092026-08-17T20:20:28.889Z Downloaded ref-cast-impl v1.0.25
6102026-08-17T20:20:28.889Z Downloaded fs_extra v1.3.0
6112026-08-17T20:20:28.893Z Downloaded glob v0.3.3
6122026-08-17T20:20:28.896Z Downloaded predicates-core v1.0.10
6132026-08-17T20:20:28.896Z Downloaded predicates-tree v1.0.13
6142026-08-17T20:20:28.896Z Downloaded quick-error v1.2.3
6152026-08-17T20:20:28.900Z Downloaded group v0.13.0
6162026-08-17T20:20:28.904Z Downloaded same-file v1.0.6
6172026-08-17T20:20:28.904Z Downloaded highway v1.3.0
6182026-08-17T20:20:28.904Z Downloaded rustc_version v0.1.7
6192026-08-17T20:20:28.907Z Downloaded assert_matches v1.5.0
6202026-08-17T20:20:28.907Z Downloaded castaway v0.2.4
6212026-08-17T20:20:28.907Z Downloaded cexpr v0.6.0
6222026-08-17T20:20:28.907Z Downloaded cmov v0.5.4
6232026-08-17T20:20:28.910Z Downloaded async-trait v0.1.89
6242026-08-17T20:20:28.913Z Downloaded atty v0.2.14
6252026-08-17T20:20:28.913Z Downloaded constant_time_eq v0.4.2
6262026-08-17T20:20:28.913Z Downloaded cipher v0.5.2
6272026-08-17T20:20:28.916Z Downloaded scroll_derive v0.13.1
6282026-08-17T20:20:28.919Z Downloaded semver v0.1.20
6292026-08-17T20:20:28.919Z Downloaded bs58 v0.5.1
6302026-08-17T20:20:28.919Z Downloaded camino-tempfile-ext v0.3.3
6312026-08-17T20:20:28.919Z Downloaded cmake v0.1.57
6322026-08-17T20:20:28.922Z Downloaded serde_bytes v0.11.19
6332026-08-17T20:20:28.922Z Downloaded sha1 v0.11.0
6342026-08-17T20:20:28.922Z Downloaded slog-bunyan v2.5.0
6352026-08-17T20:20:28.925Z Downloaded byte-wrapper v0.1.0
6362026-08-17T20:20:28.929Z Downloaded git-stub-vcs v0.1.0
6372026-08-17T20:20:28.932Z Downloaded num-rational v0.4.2
6382026-08-17T20:20:28.932Z Downloaded signature v3.0.0
6392026-08-17T20:20:28.932Z Downloaded buf-list v1.1.2
6402026-08-17T20:20:28.935Z Downloaded group v0.14.0
6412026-08-17T20:20:28.938Z Downloaded clang-sys v1.8.1
6422026-08-17T20:20:28.942Z Downloaded colored v3.1.1
6432026-08-17T20:20:28.942Z Downloaded strum v0.26.3
6442026-08-17T20:20:28.947Z Downloaded time-core v0.1.8
6452026-08-17T20:20:28.947Z Downloaded async-bb8-diesel v0.2.1
6462026-08-17T20:20:28.947Z Downloaded cbc v0.2.1
6472026-08-17T20:20:28.947Z Downloaded phf v0.12.1
6482026-08-17T20:20:28.949Z Downloaded hmac v0.12.1
6492026-08-17T20:20:28.950Z Downloaded hyper-rustls v0.27.7
6502026-08-17T20:20:28.950Z Downloaded hyper-staticfile v0.10.1
6512026-08-17T20:20:28.950Z Downloaded pbkdf2 v0.13.0
6522026-08-17T20:20:28.953Z Downloaded phf_shared v0.13.1
6532026-08-17T20:20:28.953Z Downloaded ref-cast v1.0.25
6542026-08-17T20:20:28.959Z Downloaded progenitor v0.13.0
6552026-08-17T20:20:28.959Z Downloaded rand_seeder v0.4.0
6562026-08-17T20:20:28.959Z Downloaded tap v1.0.1
6572026-08-17T20:20:28.959Z Downloaded thiserror-impl-no-std v2.0.2
6582026-08-17T20:20:28.962Z Downloaded tokio-macros v2.7.0
6592026-08-17T20:20:28.965Z Downloaded pem v3.0.6
6602026-08-17T20:20:28.965Z Downloaded pem-rfc7468 v0.7.0
6612026-08-17T20:20:28.965Z Downloaded phf_shared v0.12.1
6622026-08-17T20:20:28.965Z Downloaded getrandom v0.2.17
6632026-08-17T20:20:28.968Z Downloaded polyval v0.7.1
6642026-08-17T20:20:28.968Z Downloaded rpassword v7.5.4
6652026-08-17T20:20:28.971Z Downloaded rustls-native-certs v0.8.3
6662026-08-17T20:20:28.973Z Downloaded globset v0.4.18
6672026-08-17T20:20:28.973Z Downloaded unit-prefix v0.5.2
6682026-08-17T20:20:28.973Z Downloaded universal-hash v0.5.1
6692026-08-17T20:20:28.978Z Downloaded want v0.3.1
6702026-08-17T20:20:28.978Z Downloaded wait-timeout v0.2.1
6712026-08-17T20:20:28.981Z Downloaded universal-hash v0.6.1
6722026-08-17T20:20:28.982Z Downloaded yoke-derive v0.8.1
6732026-08-17T20:20:28.982Z Downloaded flume v0.11.1
6742026-08-17T20:20:28.985Z Downloaded fatfs v0.3.6
6752026-08-17T20:20:28.985Z Downloaded half v1.8.3
6762026-08-17T20:20:28.987Z Downloaded blake2 v0.11.0-rc.6
6772026-08-17T20:20:28.988Z Downloaded colored v2.2.0
6782026-08-17T20:20:28.991Z Downloaded console v0.16.2
6792026-08-17T20:20:28.991Z Downloaded scroll v0.13.0
6802026-08-17T20:20:28.991Z Downloaded getrandom v0.3.4
6812026-08-17T20:20:28.994Z Downloaded bzip2 v0.6.1
6822026-08-17T20:20:28.994Z Downloaded ciborium v0.2.2
6832026-08-17T20:20:28.994Z Downloaded console v0.15.11
6842026-08-17T20:20:28.997Z Downloaded slab v0.4.12
6852026-08-17T20:20:28.997Z Downloaded crc-catalog v2.4.0
6862026-08-17T20:20:28.997Z Downloaded cancel-safe-futures v0.1.5
6872026-08-17T20:20:28.999Z Downloaded backon v1.6.0
6882026-08-17T20:20:29.003Z Downloaded bzip2 v0.4.4
6892026-08-17T20:20:29.006Z Downloaded humantime v2.3.0
6902026-08-17T20:20:29.010Z Downloaded static_assertions v1.1.0
6912026-08-17T20:20:29.010Z Downloaded darling_macro v0.21.3
6922026-08-17T20:20:29.010Z Downloaded slog-scope v4.4.1
6932026-08-17T20:20:29.014Z Downloaded sqlformat v0.3.5
6942026-08-17T20:20:29.014Z Downloaded display-error-chain v0.2.2
6952026-08-17T20:20:29.014Z Downloaded ssh-encoding v0.3.0
6962026-08-17T20:20:29.014Z Downloaded cstr-argument v0.1.2
6972026-08-17T20:20:29.014Z Downloaded document-features v0.2.12
6982026-08-17T20:20:29.014Z Downloaded dunce v1.0.5
6992026-08-17T20:20:29.017Z Downloaded debug-ignore v1.0.5
7002026-08-17T20:20:29.017Z Downloaded generic-array v1.4.3
7012026-08-17T20:20:29.017Z Downloaded parking_lot_core v0.9.12
7022026-08-17T20:20:29.020Z Downloaded httparse v1.10.1
7032026-08-17T20:20:29.020Z Downloaded owo-colors v4.3.0
7042026-08-17T20:20:29.020Z Downloaded strum_macros v0.26.4
7052026-08-17T20:20:29.023Z Downloaded const-oid v0.9.6
7062026-08-17T20:20:29.023Z Downloaded pkcs8 v0.11.0
7072026-08-17T20:20:29.026Z Downloaded strum_macros v0.27.2
7082026-08-17T20:20:29.026Z Downloaded tls_codec_derive v0.4.2
7092026-08-17T20:20:29.026Z Downloaded tokio-test v0.4.5
7102026-08-17T20:20:29.027Z Downloaded topological-sort v0.2.2
7112026-08-17T20:20:29.032Z Downloaded indent_write v2.2.0
7122026-08-17T20:20:29.032Z Downloaded illumos-nvpair v0.3.0
7132026-08-17T20:20:29.035Z Downloaded inout v0.2.2
7142026-08-17T20:20:29.035Z Downloaded poly1305 v0.9.0
7152026-08-17T20:20:29.038Z Downloaded unicase v2.9.0
7162026-08-17T20:20:29.042Z Downloaded vergen-git2 v9.1.0
7172026-08-17T20:20:29.044Z Downloaded convert_case v0.10.0
7182026-08-17T20:20:29.047Z Downloaded kem v0.3.0
7192026-08-17T20:20:29.047Z Downloaded rustversion v1.0.22
7202026-08-17T20:20:29.050Z Downloaded lru-cache v0.1.2
7212026-08-17T20:20:29.053Z Downloaded lru-slab v0.1.2
7222026-08-17T20:20:29.053Z Downloaded flate2 v1.1.9
7232026-08-17T20:20:29.055Z Downloaded lzss v0.8.2
7242026-08-17T20:20:29.055Z Downloaded managed v0.8.0
7252026-08-17T20:20:29.056Z Downloaded chacha20 v0.10.0
7262026-08-17T20:20:29.059Z Downloaded serde_cbor v0.11.2
7272026-08-17T20:20:29.062Z Downloaded sha2 v0.11.0
7282026-08-17T20:20:29.062Z Downloaded new_debug_unreachable v1.0.6
7292026-08-17T20:20:29.062Z Downloaded normalize-line-endings v0.3.0
7302026-08-17T20:20:29.062Z Downloaded num_threads v0.1.7
7312026-08-17T20:20:29.066Z Downloaded newline-converter v0.3.0
7322026-08-17T20:20:29.069Z Downloaded num-iter v0.1.45
7332026-08-17T20:20:29.069Z Downloaded phf_shared v0.11.3
7342026-08-17T20:20:29.072Z Downloaded openssl-probe v0.1.6
7352026-08-17T20:20:29.075Z Downloaded smf v0.2.3
7362026-08-17T20:20:29.075Z Downloaded packed_struct_codegen v0.10.1
7372026-08-17T20:20:29.075Z Downloaded daft v0.1.7
7382026-08-17T20:20:29.075Z Downloaded base64 v0.22.1
7392026-08-17T20:20:29.079Z Downloaded const-oid v0.10.2
7402026-08-17T20:20:29.079Z Downloaded smallvec v1.15.1
7412026-08-17T20:20:29.082Z Downloaded darling_macro v0.23.0
7422026-08-17T20:20:29.082Z Downloaded data-encoding v2.10.0
7432026-08-17T20:20:29.082Z Downloaded half v2.7.1
7442026-08-17T20:20:29.082Z Downloaded hmac v0.13.0
7452026-08-17T20:20:29.086Z Downloaded derive_builder_core v0.20.2
7462026-08-17T20:20:29.089Z Downloaded digest v0.11.3
7472026-08-17T20:20:29.089Z Downloaded peg-runtime v0.8.5
7482026-08-17T20:20:29.089Z Downloaded displaydoc v0.2.5
7492026-08-17T20:20:29.093Z Downloaded ed25519 v2.2.3
7502026-08-17T20:20:29.093Z Downloaded ed25519 v3.0.0
7512026-08-17T20:20:29.093Z Downloaded psl-types v2.0.11
7522026-08-17T20:20:29.098Z Downloaded oxide-update-engine-types v0.1.2
7532026-08-17T20:20:29.098Z Downloaded arc-swap v1.8.2
7542026-08-17T20:20:29.105Z Downloaded internet-checksum v0.2.1
7552026-08-17T20:20:29.108Z Downloaded ipnet v2.11.0
7562026-08-17T20:20:29.108Z Downloaded rfc6979 v0.6.0
7572026-08-17T20:20:29.111Z Downloaded secrecy v0.10.3
7582026-08-17T20:20:29.113Z Downloaded headers v0.4.1
7592026-08-17T20:20:29.121Z Downloaded whoami v1.6.1
7602026-08-17T20:20:29.124Z Downloaded keccak v0.2.0
7612026-08-17T20:20:29.127Z Downloaded linear-map v1.2.0
7622026-08-17T20:20:29.127Z Downloaded linked-hash-map v0.5.6
7632026-08-17T20:20:29.127Z Downloaded slog-envlogger v2.2.0
7642026-08-17T20:20:29.130Z Downloaded signal-hook-mio v0.2.5
7652026-08-17T20:20:29.130Z Downloaded whoami v2.1.0
7662026-08-17T20:20:29.130Z Downloaded zerocopy v0.6.6
7672026-08-17T20:20:29.130Z Downloaded libsw v3.5.0
7682026-08-17T20:20:29.130Z Downloaded structmeta v0.3.0
7692026-08-17T20:20:29.135Z Downloaded signal-hook v0.3.18
7702026-08-17T20:20:29.137Z Downloaded aes v0.9.1
7712026-08-17T20:20:29.138Z Downloaded compact_str v0.8.1
7722026-08-17T20:20:29.138Z Downloaded sigpipe v0.1.3
7732026-08-17T20:20:29.141Z Downloaded tagptr v0.2.0
7742026-08-17T20:20:29.141Z Downloaded oxide-tokio-rt v0.1.4
7752026-08-17T20:20:29.141Z Downloaded heapless v0.7.17
7762026-08-17T20:20:29.145Z Downloaded cookie v0.18.1
7772026-08-17T20:20:29.145Z Downloaded nu-ansi-term v0.50.3
7782026-08-17T20:20:29.145Z Downloaded bytes v1.11.1
7792026-08-17T20:20:29.149Z Downloaded chacha20poly1305 v0.10.1
7802026-08-17T20:20:29.149Z Downloaded const_format v0.2.35
7812026-08-17T20:20:29.149Z Downloaded num_enum_derive v0.7.6
7822026-08-17T20:20:29.153Z Downloaded thread-id v5.1.0
7832026-08-17T20:20:29.153Z Downloaded spin v0.9.8
7842026-08-17T20:20:29.153Z Downloaded tower-layer v0.3.3
7852026-08-17T20:20:29.153Z Downloaded pkg-config v0.3.32
7862026-08-17T20:20:29.158Z Downloaded heapless v0.8.0
7872026-08-17T20:20:29.162Z Downloaded proc-macro-error2 v2.0.1
7882026-08-17T20:20:29.165Z Downloaded usdt-attr-macro v0.6.0
7892026-08-17T20:20:29.165Z Downloaded zone v0.3.1
7902026-08-17T20:20:29.168Z Downloaded usdt v0.6.0
7912026-08-17T20:20:29.168Z Downloaded primeorder v0.13.6
7922026-08-17T20:20:29.168Z Downloaded progenitor v0.14.0
7932026-08-17T20:20:29.168Z Downloaded async-compression v0.4.41
7942026-08-17T20:20:29.172Z Downloaded toml v0.7.8
7952026-08-17T20:20:29.176Z Downloaded rand_core v0.6.4
7962026-08-17T20:20:29.178Z Downloaded rand_core v0.9.5
7972026-08-17T20:20:29.178Z Downloaded rand_core v0.10.0
7982026-08-17T20:20:29.181Z Downloaded wnaf v0.14.0
7992026-08-17T20:20:29.181Z Downloaded schemars_derive v0.8.22
8002026-08-17T20:20:29.181Z Downloaded zerofrom-derive v0.1.6
8012026-08-17T20:20:29.185Z Downloaded zerofrom v0.1.6
8022026-08-17T20:20:29.189Z Downloaded curve25519-dalek-derive v0.1.1
8032026-08-17T20:20:29.193Z Downloaded derive_builder_macro v0.20.2
8042026-08-17T20:20:29.193Z Downloaded dirs-next v2.0.0
8052026-08-17T20:20:29.193Z Downloaded serde_derive_internals v0.29.1
8062026-08-17T20:20:29.193Z Downloaded p384 v0.14.0
8072026-08-17T20:20:29.193Z Downloaded papergrid v0.18.0
8082026-08-17T20:20:29.196Z Downloaded dirs-sys-next v0.1.2
8092026-08-17T20:20:29.196Z Downloaded ident_case v1.0.1
8102026-08-17T20:20:29.196Z Downloaded hickory-resolver v0.24.4
8112026-08-17T20:20:29.201Z Downloaded vergen v9.1.0
8122026-08-17T20:20:29.201Z Downloaded slog-json v2.6.1
8132026-08-17T20:20:29.205Z Downloaded typify v0.6.2
8142026-08-17T20:20:29.208Z Downloaded simd-adler32 v0.3.8
8152026-08-17T20:20:29.208Z Downloaded spki v0.8.0
8162026-08-17T20:20:29.208Z Downloaded unsafe-libyaml v0.2.11
8172026-08-17T20:20:29.213Z Downloaded zopfli v0.8.3
8182026-08-17T20:20:29.213Z Downloaded base64 v0.21.7
8192026-08-17T20:20:29.235Z Downloaded serdect v0.4.3
8202026-08-17T20:20:29.235Z Downloaded native-tls v0.2.18
8212026-08-17T20:20:29.236Z Downloaded stacker v0.1.23
8222026-08-17T20:20:29.236Z Downloaded hickory-resolver v0.25.2
8232026-08-17T20:20:29.236Z Downloaded thiserror-no-std v2.0.2
8242026-08-17T20:20:29.236Z Downloaded darling v0.21.3
8252026-08-17T20:20:29.236Z Downloaded termios v0.3.3
8262026-08-17T20:20:29.236Z Downloaded tokio-tungstenite v0.23.1
8272026-08-17T20:20:29.236Z Downloaded illumos-nvpair-sys v0.2.0
8282026-08-17T20:20:29.236Z Downloaded oxide-update-engine v0.1.2
8292026-08-17T20:20:29.236Z Downloaded parking_lot v0.11.2
8302026-08-17T20:20:29.236Z Downloaded serde_yaml v0.9.34+deprecated
8312026-08-17T20:20:29.236Z Downloaded parking_lot v0.12.5
8322026-08-17T20:20:29.236Z Downloaded pkcs1 v0.7.5
8332026-08-17T20:20:29.236Z Downloaded vergen-lib v0.1.6
8342026-08-17T20:20:29.236Z Downloaded xattr v1.6.1
8352026-08-17T20:20:29.240Z Downloaded kstat-rs v0.2.5
8362026-08-17T20:20:29.241Z Downloaded vergen-gitcl v1.0.8
8372026-08-17T20:20:29.241Z Downloaded parse-size v1.1.0
8382026-08-17T20:20:29.241Z Downloaded md5 v0.8.0
8392026-08-17T20:20:29.241Z Downloaded olpc-cjson v0.1.4
8402026-08-17T20:20:29.241Z Downloaded libscf-sys v1.2.0
8412026-08-17T20:20:29.241Z Downloaded nibble_vec v0.1.0
8422026-08-17T20:20:29.244Z Downloaded nodrop v0.1.14
8432026-08-17T20:20:29.244Z Downloaded num v0.4.3
8442026-08-17T20:20:29.247Z Downloaded indexmap v1.9.3
8452026-08-17T20:20:29.255Z Downloaded tar v0.4.46
8462026-08-17T20:20:29.258Z Downloaded icu_properties v2.1.2
8472026-08-17T20:20:29.258Z Downloaded rustls-pemfile v2.2.0
8482026-08-17T20:20:29.258Z Downloaded xshell v0.2.7
8492026-08-17T20:20:29.262Z Downloaded corncobs v0.1.4
8502026-08-17T20:20:29.262Z Downloaded ctr v0.10.1
8512026-08-17T20:20:29.263Z Downloaded potential_utf v0.1.4
8522026-08-17T20:20:29.263Z Downloaded percent-encoding v2.3.2
8532026-08-17T20:20:29.263Z Downloaded expectorate v1.2.0
8542026-08-17T20:20:29.265Z Downloaded hashbrown v0.12.3
8552026-08-17T20:20:29.266Z Downloaded defmt-macros v1.0.1
8562026-08-17T20:20:29.266Z Downloaded publicsuffix v2.3.0
8572026-08-17T20:20:29.271Z Downloaded serde_path_to_error v0.1.20
8582026-08-17T20:20:29.271Z Downloaded serde_with_macros v3.21.0
8592026-08-17T20:20:29.271Z Downloaded snafu-derive v0.8.9
8602026-08-17T20:20:29.271Z Downloaded hashbrown v0.13.2
8612026-08-17T20:20:29.274Z Downloaded zip v0.6.6
8622026-08-17T20:20:29.274Z Downloaded der_derive v0.7.3
8632026-08-17T20:20:29.274Z Downloaded rustls-webpki v0.103.13
8642026-08-17T20:20:29.277Z Downloaded schemars v0.9.0
8652026-08-17T20:20:29.282Z Downloaded ssh-cipher v0.3.0
8662026-08-17T20:20:29.291Z Downloaded indoc v2.0.7
8672026-08-17T20:20:29.291Z Downloaded ecdsa v0.16.9
8682026-08-17T20:20:29.291Z Downloaded ingot v0.2.1
8692026-08-17T20:20:29.291Z Downloaded tls_codec v0.4.2
8702026-08-17T20:20:29.291Z Downloaded either v1.15.0
8712026-08-17T20:20:29.295Z Downloaded recursive-proc-macro-impl v0.1.1
8722026-08-17T20:20:29.295Z Downloaded strsim v0.10.0
8732026-08-17T20:20:29.295Z Downloaded strum_macros v0.24.3
8742026-08-17T20:20:29.295Z Downloaded strip-ansi-escapes v0.2.1
8752026-08-17T20:20:29.295Z Downloaded bumpalo v3.20.2
8762026-08-17T20:20:29.295Z Downloaded darling_core v0.21.3
8772026-08-17T20:20:29.295Z Downloaded seq-macro v0.3.6
8782026-08-17T20:20:29.295Z Downloaded serde-big-array v0.5.1
8792026-08-17T20:20:29.298Z Downloaded mime_guess v2.0.5
8802026-08-17T20:20:29.301Z Downloaded signal-hook-tokio v0.3.1
8812026-08-17T20:20:29.301Z Downloaded signature v2.2.0
8822026-08-17T20:20:29.301Z Downloaded sync_wrapper v1.0.2
8832026-08-17T20:20:29.305Z Downloaded libsw-core v0.3.2
8842026-08-17T20:20:29.307Z Downloaded typify-macro v0.6.2
8852026-08-17T20:20:29.308Z Downloaded testing_table v0.3.0
8862026-08-17T20:20:29.308Z Downloaded unicode-truncate v1.1.0
8872026-08-17T20:20:29.314Z Downloaded http v1.4.2
8882026-08-17T20:20:29.314Z Downloaded prefix-trie v0.7.0
8892026-08-17T20:20:29.321Z Downloaded crossbeam-utils v0.8.21
8902026-08-17T20:20:29.324Z Downloaded darling v0.23.0
8912026-08-17T20:20:29.327Z Downloaded cookie_store v0.22.1
8922026-08-17T20:20:29.327Z Downloaded oxide-update-engine-display v0.1.2
8932026-08-17T20:20:29.327Z Downloaded poly1305 v0.8.0
8942026-08-17T20:20:29.331Z Downloaded psm v0.1.30
8952026-08-17T20:20:29.331Z Downloaded r2d2 v0.8.10
8962026-08-17T20:20:29.331Z Downloaded unicode-xid v0.2.6
8972026-08-17T20:20:29.331Z Downloaded utf8_iter v1.0.4
8982026-08-17T20:20:29.333Z Downloaded crunchy v0.2.4
8992026-08-17T20:20:29.333Z Downloaded crc v3.4.0
9002026-08-17T20:20:29.333Z Downloaded rand v0.8.6
9012026-08-17T20:20:29.333Z Downloaded qorb v0.4.1
9022026-08-17T20:20:29.336Z Downloaded yansi v1.0.1
9032026-08-17T20:20:29.339Z Downloaded rsa v0.9.10
9042026-08-17T20:20:29.342Z Downloaded crypto-bigint v0.5.5
9052026-08-17T20:20:29.345Z Downloaded hashbrown v0.15.5
9062026-08-17T20:20:29.348Z Downloaded rand_chacha v0.9.0
9072026-08-17T20:20:29.348Z Downloaded diesel_table_macro_syntax v0.3.0
9082026-08-17T20:20:29.348Z Downloaded dof v0.4.0
9092026-08-17T20:20:29.348Z Downloaded dropshot-api-manager-types v0.8.0
9102026-08-17T20:20:29.351Z Downloaded lazy_static v1.5.0
9112026-08-17T20:20:29.351Z Downloaded hickory-server v0.25.2
9122026-08-17T20:20:29.356Z Downloaded instability v0.3.11
9132026-08-17T20:20:29.356Z Downloaded serde_with_macros v1.5.2
9142026-08-17T20:20:29.356Z Downloaded dyn-clone v1.0.20
9152026-08-17T20:20:29.356Z Downloaded serde_with v1.14.0
9162026-08-17T20:20:29.359Z Downloaded cc v1.2.56
9172026-08-17T20:20:29.359Z Downloaded ipnetwork v0.21.1
9182026-08-17T20:20:29.362Z Downloaded subprocess v0.2.15
9192026-08-17T20:20:29.362Z Downloaded paste v1.0.15
9202026-08-17T20:20:29.364Z Downloaded tinystr v0.8.2
9212026-08-17T20:20:29.364Z Downloaded tokio-native-tls v0.3.1
9222026-08-17T20:20:29.367Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9232026-08-17T20:20:29.367Z Downloaded inout v0.1.4
9242026-08-17T20:20:29.367Z Downloaded lru v0.12.5
9252026-08-17T20:20:29.367Z Downloaded mime v0.3.17
9262026-08-17T20:20:29.370Z Downloaded multimap v0.10.1
9272026-08-17T20:20:29.370Z Downloaded tracing-core v0.1.36
9282026-08-17T20:20:29.373Z Downloaded tungstenite v0.21.0
9292026-08-17T20:20:29.373Z Downloaded md-5 v0.10.6
9302026-08-17T20:20:29.376Z Downloaded postcard v1.1.3
9312026-08-17T20:20:29.379Z Downloaded slog-term v2.9.2
9322026-08-17T20:20:29.382Z Downloaded spki v0.7.3
9332026-08-17T20:20:29.387Z Downloaded proc-macro-crate v3.4.0
9342026-08-17T20:20:29.391Z Downloaded ed25519-dalek v2.2.0
9352026-08-17T20:20:29.391Z Downloaded steno v0.4.1
9362026-08-17T20:20:29.395Z Downloaded icu_collections v2.1.1
9372026-08-17T20:20:29.395Z Downloaded rand_xorshift v0.4.0
9382026-08-17T20:20:29.398Z Downloaded rustc-hash v2.1.1
9392026-08-17T20:20:29.398Z Downloaded tower v0.5.3
9402026-08-17T20:20:29.402Z Downloaded writeable v0.6.2
9412026-08-17T20:20:29.405Z Downloaded proc-macro-error-attr2 v2.0.0
9422026-08-17T20:20:29.405Z Downloaded rand_chacha v0.3.1
9432026-08-17T20:20:29.405Z Downloaded zerotrie v0.2.3
9442026-08-17T20:20:29.409Z Downloaded daft-derive v0.1.7
9452026-08-17T20:20:29.409Z Downloaded serde_spanned v1.1.1
9462026-08-17T20:20:29.411Z Downloaded darling_core v0.13.4
9472026-08-17T20:20:29.414Z Downloaded csv-core v0.1.13
9482026-08-17T20:20:29.417Z Downloaded critical-section v1.2.0
9492026-08-17T20:20:29.417Z Downloaded zerovec-derive v0.11.2
9502026-08-17T20:20:29.417Z Downloaded serde_repr v0.1.20
9512026-08-17T20:20:29.420Z Downloaded waitgroup v0.1.2
9522026-08-17T20:20:29.421Z Downloaded sqlparser_derive v0.5.0
9532026-08-17T20:20:29.421Z Downloaded tabwriter v1.4.1
9542026-08-17T20:20:29.423Z Downloaded crossbeam-channel v0.5.15
9552026-08-17T20:20:29.423Z Downloaded defmt v1.0.1
9562026-08-17T20:20:29.426Z Downloaded deranged v0.5.8
9572026-08-17T20:20:29.431Z Downloaded salsa20 v0.11.0
9582026-08-17T20:20:29.434Z Downloaded take_mut v0.2.2
9592026-08-17T20:20:29.437Z Downloaded impl-trait-for-tuples v0.2.3
9602026-08-17T20:20:29.442Z Downloaded ingot-types v0.2.0
9612026-08-17T20:20:29.442Z Downloaded parse-display-derive v0.10.0
9622026-08-17T20:20:29.447Z Downloaded trait-variant v0.1.2
9632026-08-17T20:20:29.452Z Downloaded crc8 v0.1.1
9642026-08-17T20:20:29.452Z Downloaded darling_macro v0.13.4
9652026-08-17T20:20:29.452Z Downloaded term v0.7.0
9662026-08-17T20:20:29.452Z Downloaded tracing-attributes v0.1.31
9672026-08-17T20:20:29.452Z Downloaded phf v0.13.1
9682026-08-17T20:20:29.455Z Downloaded ppv-lite86 v0.2.21
9692026-08-17T20:20:29.458Z Downloaded idna_adapter v1.2.1
9702026-08-17T20:20:29.460Z Downloaded derive_more-impl v2.1.1
9712026-08-17T20:20:29.463Z Downloaded libbz2-rs-sys v0.2.2
9722026-08-17T20:20:29.463Z Downloaded ron v0.8.1
9732026-08-17T20:20:29.466Z Downloaded progenitor-impl v0.13.0
9742026-08-17T20:20:29.469Z Downloaded samael v0.0.19
9752026-08-17T20:20:29.472Z Downloaded derive_more v0.99.20
9762026-08-17T20:20:29.477Z Downloaded peg v0.8.5
9772026-08-17T20:20:29.477Z Downloaded port-file v0.1.0
9782026-08-17T20:20:29.480Z Downloaded try-lock v0.2.5
9792026-08-17T20:20:29.480Z Downloaded downcast-rs v2.0.2
9802026-08-17T20:20:29.480Z Downloaded digest-io v0.1.0
9812026-08-17T20:20:29.480Z Downloaded icu_normalizer v2.1.1
9822026-08-17T20:20:29.480Z Downloaded lalrpop-util v0.19.12
9832026-08-17T20:20:29.480Z Downloaded oso-derive v0.27.3
9842026-08-17T20:20:29.480Z Downloaded precomputed-hash v0.1.1
9852026-08-17T20:20:29.480Z Downloaded sec1 v0.7.3
9862026-08-17T20:20:29.484Z Downloaded serde_plain v1.0.2
9872026-08-17T20:20:29.488Z Downloaded rusty-fork v0.3.1
9882026-08-17T20:20:29.488Z Downloaded path-slash v0.1.5
9892026-08-17T20:20:29.491Z Downloaded similar v2.7.0
9902026-08-17T20:20:29.491Z Downloaded stringprep v0.1.5
9912026-08-17T20:20:29.494Z Downloaded radium v0.7.0
9922026-08-17T20:20:29.497Z Downloaded miniz_oxide v0.8.9
9932026-08-17T20:20:29.497Z Downloaded toml_edit v0.19.15
9942026-08-17T20:20:29.505Z Downloaded unicode_categories v0.1.1
9952026-08-17T20:20:29.508Z Downloaded diesel_derives v2.3.7
9962026-08-17T20:20:29.513Z Downloaded hashbrown v0.16.1
9972026-08-17T20:20:29.515Z Downloaded num-complex v0.4.6
9982026-08-17T20:20:29.515Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9992026-08-17T20:20:29.515Z Downloaded usdt-impl v0.6.0
10002026-08-17T20:20:29.515Z Downloaded nom v8.0.0
10012026-08-17T20:20:29.518Z Downloaded ecdsa v0.17.0
10022026-08-17T20:20:29.518Z Downloaded iana-time-zone v0.1.65
10032026-08-17T20:20:29.521Z Downloaded ingot-macros v0.2.0
10042026-08-17T20:20:29.521Z Downloaded russh-util v0.52.0
10052026-08-17T20:20:29.521Z Downloaded sapling-renderdag v0.1.0
10062026-08-17T20:20:29.521Z Downloaded subtle v2.6.1
10072026-08-17T20:20:29.524Z Downloaded vergen-lib v9.1.0
10082026-08-17T20:20:29.524Z Downloaded yoke v0.8.1
10092026-08-17T20:20:29.524Z Downloaded serde_urlencoded v0.7.1
10102026-08-17T20:20:29.524Z Downloaded stable_deref_trait v1.2.1
10112026-08-17T20:20:29.527Z Downloaded zstd v0.13.3
10122026-08-17T20:20:29.527Z Downloaded rand v0.9.2
10132026-08-17T20:20:29.530Z Downloaded socket2 v0.6.3
10142026-08-17T20:20:29.530Z Downloaded uuid v1.23.4
10152026-08-17T20:20:29.532Z Downloaded vte v0.14.1
10162026-08-17T20:20:29.536Z Downloaded futures-util v0.3.32
10172026-08-17T20:20:29.542Z Downloaded schemars v1.2.1
10182026-08-17T20:20:29.549Z Downloaded libloading v0.8.9
10192026-08-17T20:20:29.552Z Downloaded reedline v0.40.0
10202026-08-17T20:20:29.555Z Downloaded pretty_assertions v1.4.1
10212026-08-17T20:20:29.555Z Downloaded num-integer v0.1.46
10222026-08-17T20:20:29.559Z Downloaded num_enum v0.7.6
10232026-08-17T20:20:29.562Z Downloaded libefi-sys v0.1.0
10242026-08-17T20:20:29.562Z Downloaded zone_cfg_derive v0.3.1
10252026-08-17T20:20:29.562Z Downloaded prettyplease v0.2.37
10262026-08-17T20:20:29.562Z Downloaded unicode-segmentation v1.12.0
10272026-08-17T20:20:29.565Z Downloaded crypto-common v0.2.2
10282026-08-17T20:20:29.565Z Downloaded defmt-parser v1.0.0
10292026-08-17T20:20:29.565Z Downloaded pin-project-internal v1.1.11
10302026-08-17T20:20:29.568Z Downloaded slog-stdlog v4.1.1
10312026-08-17T20:20:29.568Z Downloaded pkcs8 v0.10.2
10322026-08-17T20:20:29.571Z Downloaded dsl_auto_type v0.2.0
10332026-08-17T20:20:29.571Z Downloaded dtrace-parser v0.3.0
10342026-08-17T20:20:29.571Z Downloaded is_ci v1.2.0
10352026-08-17T20:20:29.574Z Downloaded minimal-lexical v0.2.1
10362026-08-17T20:20:29.577Z Downloaded omicron-zone-package v0.12.3
10372026-08-17T20:20:29.580Z Downloaded resolv-conf v0.7.6
10382026-08-17T20:20:29.580Z Downloaded signal-hook-registry v1.4.8
10392026-08-17T20:20:29.580Z Downloaded slog-dtrace v0.3.0
10402026-08-17T20:20:29.580Z Downloaded time-macros v0.2.27
10412026-08-17T20:20:29.583Z Downloaded support-bundle-viewer v0.1.2
10422026-08-17T20:20:29.583Z Downloaded progenitor-client v0.13.0
10432026-08-17T20:20:29.583Z Downloaded ryu v1.0.23
10442026-08-17T20:20:29.587Z Downloaded tokio-stream v0.1.18
10452026-08-17T20:20:29.590Z Downloaded scrypt v0.12.0
10462026-08-17T20:20:29.593Z Downloaded serde-hex v0.1.0
10472026-08-17T20:20:29.593Z Downloaded pin-project v1.1.11
10482026-08-17T20:20:29.597Z Downloaded rfc6979 v0.4.0
10492026-08-17T20:20:29.601Z Downloaded tiny-keccak v2.0.2
10502026-08-17T20:20:29.601Z Downloaded unicode-properties v0.1.4
10512026-08-17T20:20:29.601Z Downloaded hkdf v0.13.0
10522026-08-17T20:20:29.604Z Downloaded tokio-util v0.7.18
10532026-08-17T20:20:29.604Z Downloaded tower-http v0.6.8
10542026-08-17T20:20:29.608Z Downloaded jiff-core v0.1.0
10552026-08-17T20:20:29.611Z Downloaded crossbeam-deque v0.8.6
10562026-08-17T20:20:29.611Z Downloaded rustyline v14.0.0
10572026-08-17T20:20:29.614Z Downloaded shell-words v1.1.1
10582026-08-17T20:20:29.617Z Downloaded toml_writer v1.1.1+spec-1.1.0
10592026-08-17T20:20:29.617Z Downloaded darling v0.20.11
10602026-08-17T20:20:29.620Z Downloaded crc32fast v1.5.0
10612026-08-17T20:20:29.620Z Downloaded tinyvec_macros v0.1.1
10622026-08-17T20:20:29.620Z Downloaded hkdf v0.12.4
10632026-08-17T20:20:29.620Z Downloaded structmeta-derive v0.3.0
10642026-08-17T20:20:29.623Z Downloaded vsss-rs v3.3.4
10652026-08-17T20:20:29.623Z Downloaded reqwest v0.12.28
10662026-08-17T20:20:29.626Z Downloaded aes-gcm v0.11.0
10672026-08-17T20:20:29.628Z Downloaded cpubits v0.1.1
10682026-08-17T20:20:29.628Z Downloaded sponge-cursor v0.1.0
10692026-08-17T20:20:29.628Z Downloaded walkdir v2.5.0
10702026-08-17T20:20:29.628Z Downloaded void v1.0.2
10712026-08-17T20:20:29.631Z Downloaded indoc v1.0.9
10722026-08-17T20:20:29.631Z Downloaded opaque-debug v0.3.1
10732026-08-17T20:20:29.635Z Downloaded aho-corasick v1.1.4
10742026-08-17T20:20:29.640Z Downloaded delegate v0.13.5
10752026-08-17T20:20:29.640Z Downloaded difflib v0.4.0
10762026-08-17T20:20:29.644Z Downloaded rustls-platform-verifier v0.6.2
10772026-08-17T20:20:29.647Z Downloaded hyper v1.10.1
10782026-08-17T20:20:29.651Z Downloaded nanorand v0.7.0
10792026-08-17T20:20:29.651Z Downloaded jobserver v0.1.34
10802026-08-17T20:20:29.654Z Downloaded module-lattice v0.2.3
10812026-08-17T20:20:29.654Z Downloaded darling_core v0.23.0
10822026-08-17T20:20:29.654Z Downloaded icu_locale_core v2.1.1
10832026-08-17T20:20:29.658Z Downloaded h2 v0.4.15
10842026-08-17T20:20:29.661Z Downloaded tokio-postgres v0.7.16
10852026-08-17T20:20:29.664Z Downloaded predicates v3.1.4
10862026-08-17T20:20:29.667Z Downloaded crossterm v0.28.1
10872026-08-17T20:20:29.670Z Downloaded packed_struct v0.10.1
10882026-08-17T20:20:29.670Z Downloaded postgres-protocol v0.6.10
10892026-08-17T20:20:29.670Z Downloaded scheduled-thread-pool v0.2.7
10902026-08-17T20:20:29.670Z Downloaded secrecy v0.8.0
10912026-08-17T20:20:29.673Z Downloaded sync-ptr v0.1.4
10922026-08-17T20:20:29.673Z Downloaded tower-service v0.3.3
10932026-08-17T20:20:29.673Z Downloaded untrusted v0.7.1
10942026-08-17T20:20:29.673Z Downloaded multer v3.1.0
10952026-08-17T20:20:29.673Z Downloaded thread_local v1.1.9
10962026-08-17T20:20:29.676Z Downloaded p256 v0.14.0
10972026-08-17T20:20:29.679Z Downloaded drift v0.2.0
10982026-08-17T20:20:29.685Z Downloaded slog-async v2.8.0
10992026-08-17T20:20:29.688Z Downloaded synstructure v0.13.2
11002026-08-17T20:20:29.688Z Downloaded toml_parser v1.1.2+spec-1.1.0
11012026-08-17T20:20:29.688Z Downloaded tough v0.22.0
11022026-08-17T20:20:29.692Z Downloaded darling_macro v0.20.11
11032026-08-17T20:20:29.694Z Downloaded itertools v0.13.0
11042026-08-17T20:20:29.697Z Downloaded embedded-io v0.4.0
11052026-08-17T20:20:29.697Z Downloaded keccak v0.1.6
11062026-08-17T20:20:29.697Z Downloaded is-terminal v0.4.17
11072026-08-17T20:20:29.701Z Downloaded jiff-static v0.2.34
11082026-08-17T20:20:29.701Z Downloaded sha1 v0.10.6
11092026-08-17T20:20:29.701Z Downloaded ctutils v0.4.2
11102026-08-17T20:20:29.701Z Downloaded uzers v0.12.2
11112026-08-17T20:20:29.704Z Downloaded itertools v0.10.5
11122026-08-17T20:20:29.707Z Downloaded lock_api v0.4.14
11132026-08-17T20:20:29.707Z Downloaded openssl-macros v0.1.1
11142026-08-17T20:20:29.707Z Downloaded recursive v0.1.1
11152026-08-17T20:20:29.707Z Downloaded siphasher v1.0.2
11162026-08-17T20:20:29.707Z Downloaded ena v0.14.4
11172026-08-17T20:20:29.710Z Downloaded password-hash v0.5.0
11182026-08-17T20:20:29.710Z Downloaded parking_lot_core v0.8.6
11192026-08-17T20:20:29.710Z Downloaded zeroize_derive v1.5.0
11202026-08-17T20:20:29.712Z Downloaded zerocopy-derive v0.8.40
11212026-08-17T20:20:29.715Z Downloaded derive_more v2.1.1
11222026-08-17T20:20:29.720Z Downloaded der v0.8.0
11232026-08-17T20:20:29.723Z Downloaded crucible-workspace-hack v0.1.0
11242026-08-17T20:20:29.726Z Downloaded memmap2 v0.9.10
11252026-08-17T20:20:29.726Z Downloaded litemap v0.8.1
11262026-08-17T20:20:29.726Z Downloaded maplit v1.0.2
11272026-08-17T20:20:29.726Z Downloaded memoffset v0.9.1
11282026-08-17T20:20:29.729Z Downloaded strum v0.27.2
11292026-08-17T20:20:29.729Z Downloaded p521 v0.14.0
11302026-08-17T20:20:29.729Z Downloaded socket2 v0.5.10
11312026-08-17T20:20:29.732Z Downloaded progenitor-macro v0.14.0
11322026-08-17T20:20:29.732Z Downloaded scopeguard v1.2.0
11332026-08-17T20:20:29.732Z Downloaded peg-macros v0.8.5
11342026-08-17T20:20:29.733Z Downloaded pkcs1 v0.8.0-rc.4
11352026-08-17T20:20:29.735Z Downloaded rustls-pki-types v1.14.0
11362026-08-17T20:20:29.736Z Downloaded postgres-types v0.2.12
11372026-08-17T20:20:29.738Z Downloaded primefield v0.14.0
11382026-08-17T20:20:29.738Z Downloaded xshell-macros v0.2.7
11392026-08-17T20:20:29.738Z Downloaded cpufeatures v0.3.0
11402026-08-17T20:20:29.738Z Downloaded smallvec v0.6.14
11412026-08-17T20:20:29.738Z Downloaded rtoolbox v0.0.3
11422026-08-17T20:20:29.741Z Downloaded sec1 v0.8.1
11432026-08-17T20:20:29.746Z Downloaded unicode-normalization v0.1.25
11442026-08-17T20:20:29.749Z Downloaded openssl-sys v0.9.117
11452026-08-17T20:20:29.752Z Downloaded darling_core v0.20.11
11462026-08-17T20:20:29.754Z Downloaded term v1.2.1
11472026-08-17T20:20:29.757Z Downloaded unicode-bidi v0.3.18
11482026-08-17T20:20:29.757Z Downloaded twox-hash v2.1.2
11492026-08-17T20:20:29.760Z Downloaded zstd-safe v7.2.4
11502026-08-17T20:20:29.760Z Downloaded darling v0.13.4
11512026-08-17T20:20:29.760Z Downloaded utf-8 v0.7.6
11522026-08-17T20:20:29.763Z Downloaded embedded-io v0.6.1
11532026-08-17T20:20:29.763Z Downloaded num-derive v0.4.2
11542026-08-17T20:20:29.763Z Downloaded russh-cryptovec v0.62.0
11552026-08-17T20:20:29.770Z Downloaded crc-any v2.5.0
11562026-08-17T20:20:29.773Z Downloaded string_cache v0.8.9
11572026-08-17T20:20:29.773Z Downloaded newtype-uuid v1.3.2
11582026-08-17T20:20:29.773Z Downloaded pem-rfc7468 v1.0.0
11592026-08-17T20:20:29.777Z Downloaded tui-tree-widget v0.23.1
11602026-08-17T20:20:29.780Z Downloaded diesel-dtrace v0.5.0
11612026-08-17T20:20:29.780Z Downloaded maybe-uninit v2.0.0
11622026-08-17T20:20:29.783Z Downloaded match_cfg v0.1.0
11632026-08-17T20:20:29.783Z Downloaded password-hash v0.6.1
11642026-08-17T20:20:29.783Z Downloaded newtype_derive v0.1.6
11652026-08-17T20:20:29.783Z Downloaded usdt-macro v0.6.0
11662026-08-17T20:20:29.786Z Downloaded supports-color v3.0.2
11672026-08-17T20:20:29.786Z Downloaded icu_provider v2.1.1
11682026-08-17T20:20:29.789Z Downloaded oxnet v0.1.6
11692026-08-17T20:20:29.789Z Downloaded oso v0.27.3
11702026-08-17T20:20:29.789Z Downloaded bitvec v1.0.1
11712026-08-17T20:20:29.796Z Downloaded num-traits v0.2.19
11722026-08-17T20:20:29.799Z Downloaded ed25519-dalek v3.0.0
11732026-08-17T20:20:29.802Z Downloaded untrusted v0.9.0
11742026-08-17T20:20:29.802Z Downloaded newtype-uuid-macros v0.1.0
11752026-08-17T20:20:29.802Z Downloaded rustc_version v0.4.1
11762026-08-17T20:20:29.802Z Downloaded pin-project-lite v0.2.17
11772026-08-17T20:20:29.805Z Downloaded defmt v0.3.100
11782026-08-17T20:20:29.808Z Downloaded termtree v0.5.1
11792026-08-17T20:20:29.811Z Downloaded unarray v0.1.4
11802026-08-17T20:20:29.813Z Downloaded tokio-rustls v0.26.4
11812026-08-17T20:20:29.813Z Downloaded instant v0.1.13
11822026-08-17T20:20:29.817Z Downloaded dropshot-api-manager v0.8.0
11832026-08-17T20:20:29.819Z Downloaded tinyvec v1.10.0
11842026-08-17T20:20:29.822Z Downloaded num_enum v0.5.11
11852026-08-17T20:20:29.825Z Downloaded tokio-tungstenite v0.21.0
11862026-08-17T20:20:29.828Z Downloaded diff v0.1.13
11872026-08-17T20:20:29.831Z Downloaded crossterm v0.29.0
11882026-08-17T20:20:29.834Z Downloaded nom v7.1.3
11892026-08-17T20:20:29.837Z Downloaded progenitor-extras v0.2.0
11902026-08-17T20:20:29.837Z Downloaded aws-lc-rs v1.16.3
11912026-08-17T20:20:29.842Z Downloaded litrs v1.0.0
11922026-08-17T20:20:29.845Z Downloaded des v0.9.0
11932026-08-17T20:20:29.845Z Downloaded phc v0.6.1
11942026-08-17T20:20:29.848Z Downloaded derive_builder v0.20.2
11952026-08-17T20:20:29.848Z Downloaded wyz v0.5.1
11962026-08-17T20:20:29.854Z Downloaded snafu v0.8.9
11972026-08-17T20:20:29.857Z Downloaded icu_properties_data v2.1.2
11982026-08-17T20:20:29.862Z Downloaded rcgen v0.12.1
11992026-08-17T20:20:29.865Z Downloaded zeroize v1.9.0
12002026-08-17T20:20:29.865Z Downloaded zip v4.6.1
12012026-08-17T20:20:29.881Z Downloaded x509-cert v0.2.5
12022026-08-17T20:20:29.882Z Downloaded blake3 v1.8.5
12032026-08-17T20:20:29.887Z Downloaded primeorder v0.14.0
12042026-08-17T20:20:29.888Z Downloaded tokio-dtrace v0.1.1
12052026-08-17T20:20:29.888Z Downloaded tungstenite v0.23.0
12062026-08-17T20:20:29.891Z Downloaded der v0.7.10
12072026-08-17T20:20:29.894Z Downloaded shlex v1.3.0
12082026-08-17T20:20:29.896Z Downloaded toml v1.1.2+spec-1.1.0
12092026-08-17T20:20:29.899Z Downloaded url v2.5.8
12102026-08-17T20:20:29.899Z Downloaded derive-ex v0.1.8
12112026-08-17T20:20:29.902Z Downloaded num-bigint v0.4.6
12122026-08-17T20:20:29.905Z Downloaded rsa v0.10.0-rc.18
12132026-08-17T20:20:29.908Z Downloaded progenitor-impl v0.14.0
12142026-08-17T20:20:29.908Z Downloaded test-strategy v0.4.5
12152026-08-17T20:20:29.910Z Downloaded ml-kem v0.3.2
12162026-08-17T20:20:29.914Z Downloaded quinn-udp v0.5.14
12172026-08-17T20:20:29.914Z Downloaded yasna v0.5.2
12182026-08-17T20:20:29.914Z Downloaded rand v0.10.1
12192026-08-17T20:20:29.921Z Downloaded crossbeam-epoch v0.9.18
12202026-08-17T20:20:29.924Z Downloaded derive-where v1.6.0
12212026-08-17T20:20:29.924Z Downloaded elliptic-curve v0.14.1
12222026-08-17T20:20:29.924Z Downloaded bindgen v0.71.1
12232026-08-17T20:20:29.930Z Downloaded portable-atomic v1.13.1
12242026-08-17T20:20:29.933Z Downloaded toml_edit v0.23.10+spec-1.0.0
12252026-08-17T20:20:29.937Z Downloaded hyper-util v0.1.20
12262026-08-17T20:20:29.940Z Downloaded slog v2.8.2
12272026-08-17T20:20:29.940Z Downloaded git2 v0.20.4
12282026-08-17T20:20:29.943Z Downloaded num-bigint-dig v0.8.6
12292026-08-17T20:20:29.947Z Downloaded tabled v0.21.0
12302026-08-17T20:20:29.954Z Downloaded pkcs5 v0.8.1
12312026-08-17T20:20:29.957Z Downloaded icu_normalizer_data v2.1.1
12322026-08-17T20:20:29.961Z Downloaded ignore v0.4.25
12332026-08-17T20:20:29.961Z Downloaded reqwest v0.13.2
12342026-08-17T20:20:29.964Z Downloaded libxml v0.3.3
12352026-08-17T20:20:29.967Z Downloaded schemars v0.8.22
12362026-08-17T20:20:29.973Z Downloaded dropshot_endpoint v0.17.1
12372026-08-17T20:20:29.976Z Downloaded goblin v0.10.5
12382026-08-17T20:20:29.979Z Downloaded rayon v1.11.0
12392026-08-17T20:20:29.982Z Downloaded time v0.3.47
12402026-08-17T20:20:29.989Z Downloaded zerovec v0.11.5
12412026-08-17T20:20:29.992Z Downloaded quinn v0.11.11
12422026-08-17T20:20:29.995Z Downloaded indicatif v0.18.4
12432026-08-17T20:20:29.997Z Downloaded rayon-core v1.13.0
12442026-08-17T20:20:29.998Z Downloaded radix_trie v0.2.1
12452026-08-17T20:20:30.001Z Downloaded elliptic-curve v0.13.8
12462026-08-17T20:20:30.007Z Downloaded chrono v0.4.45
12472026-08-17T20:20:30.011Z Downloaded scuffle v0.1.0
12482026-08-17T20:20:30.014Z Downloaded libm v0.2.16
12492026-08-17T20:20:30.018Z Downloaded iri-string v0.7.10
12502026-08-17T20:20:30.022Z Downloaded idna v1.1.0
12512026-08-17T20:20:30.025Z Downloaded moka v0.12.13
12522026-08-17T20:20:30.034Z Downloaded sha3 v0.12.0
12532026-08-17T20:20:30.036Z Downloaded vcpkg v0.2.15
12542026-08-17T20:20:30.057Z Downloaded quinn-proto v0.11.16
12552026-08-17T20:20:30.060Z Downloaded salty v0.3.0
12562026-08-17T20:20:30.064Z Downloaded winnow v1.0.3
12572026-08-17T20:20:30.076Z Downloaded winnow v0.5.40
12582026-08-17T20:20:30.098Z Downloaded quick-xml v0.37.5
12592026-08-17T20:20:30.101Z Downloaded itertools v0.15.0
12602026-08-17T20:20:30.105Z Downloaded itertools v0.14.0
12612026-08-17T20:20:30.111Z Downloaded ssh-key v0.7.0-rc.11
12622026-08-17T20:20:30.116Z Downloaded rawzip v0.4.4
12632026-08-17T20:20:30.118Z Downloaded mio v1.2.0
12642026-08-17T20:20:30.121Z Downloaded typed-path v0.9.3
12652026-08-17T20:20:30.138Z Downloaded internal-russh-num-bigint v0.5.0
12662026-08-17T20:20:30.159Z Downloaded iddqd v0.4.2
12672026-08-17T20:20:30.159Z Downloaded lalrpop v0.19.12
12682026-08-17T20:20:30.159Z Downloaded itertools v0.12.1
12692026-08-17T20:20:30.164Z Downloaded regex-syntax v0.6.29
12702026-08-17T20:20:30.170Z Downloaded russh v0.62.4
12712026-08-17T20:20:30.173Z Downloaded winnow v0.6.26
12722026-08-17T20:20:30.177Z Downloaded petname v2.0.2
12732026-08-17T20:20:30.180Z Downloaded regex v1.12.3
12742026-08-17T20:20:30.190Z Downloaded object v0.37.3
12752026-08-17T20:20:30.198Z Downloaded p384 v0.13.1
12762026-08-17T20:20:30.201Z Downloaded hickory-proto v0.24.4
12772026-08-17T20:20:30.209Z Downloaded openapiv3 v2.2.0
12782026-08-17T20:20:30.215Z Downloaded bstr v1.12.1
12792026-08-17T20:20:30.219Z Downloaded proptest v1.11.0
12802026-08-17T20:20:30.224Z Downloaded zlib-rs v0.6.2
12812026-08-17T20:20:30.227Z Downloaded hickory-proto v0.25.2
12822026-08-17T20:20:30.235Z Downloaded nix v0.27.1
12832026-08-17T20:20:30.241Z Downloaded serde_with v3.21.0
12842026-08-17T20:20:30.247Z Downloaded crypto-primes v0.7.2
12852026-08-17T20:20:30.253Z Downloaded zerocopy v0.8.40
12862026-08-17T20:20:30.258Z Downloaded regress v0.11.1
12872026-08-17T20:20:30.293Z Downloaded openssl v0.10.80
12882026-08-17T20:20:30.299Z Downloaded smoltcp v0.9.1
12892026-08-17T20:20:30.305Z Downloaded regex-syntax v0.8.10
12902026-08-17T20:20:30.309Z Downloaded rustls v0.23.41
12912026-08-17T20:20:30.315Z Downloaded crypto-bigint v0.7.5
12922026-08-17T20:20:30.324Z Downloaded polar-core v0.27.3
12932026-08-17T20:20:30.329Z Downloaded object v0.30.4
12942026-08-17T20:20:30.333Z Downloaded curve25519-dalek v5.0.0
12952026-08-17T20:20:30.338Z Downloaded nix v0.28.0
12962026-08-17T20:20:30.344Z Downloaded nix v0.31.2
12972026-08-17T20:20:30.350Z Downloaded regress v0.10.5
12982026-08-17T20:20:30.355Z Downloaded rustix v0.38.44
12992026-08-17T20:20:30.368Z Downloaded curve25519-dalek v4.1.3
13002026-08-17T20:20:30.373Z Downloaded smoltcp v0.11.0
13012026-08-17T20:20:30.379Z Downloaded diesel v2.3.7
13022026-08-17T20:20:30.390Z Downloaded sqlparser v0.61.0
13032026-08-17T20:20:30.395Z Downloaded regex-automata v0.4.14
13042026-08-17T20:20:30.413Z Downloaded jiff v0.2.34
13052026-08-17T20:20:30.423Z Downloaded typify-impl v0.6.2
13062026-08-17T20:20:30.430Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-08-17T20:20:30.440Z Downloaded dropshot v0.17.1
13082026-08-17T20:20:30.452Z Downloaded csv v1.4.0
13092026-08-17T20:20:30.464Z Downloaded tracing v0.1.44
13102026-08-17T20:20:30.474Z Downloaded encoding_rs v0.8.35
13112026-08-17T20:20:30.486Z Downloaded sled v0.34.7
13122026-08-17T20:20:30.501Z Downloaded zerocopy-derive v0.6.6
13132026-08-17T20:20:30.507Z Downloaded bzip2-sys v0.1.13+1.0.8
13142026-08-17T20:20:30.541Z Downloaded sha3 v0.11.0
13152026-08-17T20:20:30.573Z Downloaded petgraph v0.6.5
13162026-08-17T20:20:30.586Z Downloaded ratatui v0.29.0
13172026-08-17T20:20:30.606Z Downloaded chrono-tz v0.10.4
13182026-08-17T20:20:30.655Z Downloaded petgraph v0.8.3
13192026-08-17T20:20:30.669Z Downloaded tokio v1.52.1
13202026-08-17T20:20:30.692Z Downloaded libz-sys v1.1.24
13212026-08-17T20:20:30.705Z Downloaded sha3 v0.10.8
13222026-08-17T20:20:30.792Z Downloaded ring v0.17.14
13232026-08-17T20:20:30.837Z Downloaded libgit2-sys v0.18.3+1.9.2
13242026-08-17T20:20:31.312Z Downloaded aws-lc-sys v0.40.0
13252026-08-17T20:20:31.577Z Compiling libc v0.2.185
13262026-08-17T20:20:31.577Z Compiling serde_core v1.0.228
13272026-08-17T20:20:31.580Z Compiling serde v1.0.228
13282026-08-17T20:20:31.580Z Compiling log v0.4.29
13292026-08-17T20:20:31.580Z Compiling smallvec v1.15.1
13302026-08-17T20:20:31.580Z Compiling find-msvc-tools v0.1.9
13312026-08-17T20:20:31.580Z Compiling shlex v1.3.0
13322026-08-17T20:20:31.718Z Compiling syn v2.0.117
13332026-08-17T20:20:31.929Z Compiling subtle v2.6.1
13342026-08-17T20:20:31.970Z Compiling scopeguard v1.2.0
13352026-08-17T20:20:31.970Z Compiling typenum v1.20.1
13362026-08-17T20:20:31.997Z Compiling stable_deref_trait v1.2.1
13372026-08-17T20:20:32.040Z Compiling zerocopy v0.8.40
13382026-08-17T20:20:32.083Z Compiling lock_api v0.4.14
13392026-08-17T20:20:32.095Z Compiling portable-atomic v1.13.1
13402026-08-17T20:20:32.098Z Compiling serde_json v1.0.151
13412026-08-17T20:20:32.303Z Compiling critical-section v1.2.0
13422026-08-17T20:20:32.319Z Compiling libm v0.2.16
13432026-08-17T20:20:32.404Z Compiling num-traits v0.2.19
13442026-08-17T20:20:32.454Z Compiling pkg-config v0.3.32
13452026-08-17T20:20:32.592Z Compiling errno v0.3.14
13462026-08-17T20:20:32.606Z Compiling jobserver v0.1.34
13472026-08-17T20:20:32.632Z Compiling getrandom v0.2.17
13482026-08-17T20:20:32.754Z Compiling rand_core v0.6.4
13492026-08-17T20:20:32.848Z Compiling cc v1.2.56
13502026-08-17T20:20:32.989Z Compiling generic-array v0.14.7
13512026-08-17T20:20:33.036Z Compiling once_cell v1.21.3
13522026-08-17T20:20:33.108Z Compiling pin-project-lite v0.2.17
13532026-08-17T20:20:33.120Z Compiling getrandom v0.4.1
13542026-08-17T20:20:33.169Z Compiling parking_lot_core v0.9.12
13552026-08-17T20:20:33.199Z Compiling const-oid v0.9.6
13562026-08-17T20:20:33.285Z Compiling rand_core v0.10.0
13572026-08-17T20:20:33.447Z Compiling signal-hook-registry v1.4.8
13582026-08-17T20:20:33.713Z Compiling litemap v0.8.1
13592026-08-17T20:20:33.805Z Compiling bitflags v2.11.0
13602026-08-17T20:20:33.899Z Compiling futures-core v0.3.32
13612026-08-17T20:20:33.916Z Compiling writeable v0.6.2
13622026-08-17T20:20:33.927Z Compiling percent-encoding v2.3.2
13632026-08-17T20:20:34.045Z Compiling semver v1.0.28
13642026-08-17T20:20:34.061Z Compiling parking_lot v0.12.5
13652026-08-17T20:20:34.083Z Compiling mio v1.2.0
13662026-08-17T20:20:34.114Z Compiling icu_normalizer_data v2.1.1
13672026-08-17T20:20:34.128Z Compiling icu_properties_data v2.1.2
13682026-08-17T20:20:34.355Z Compiling socket2 v0.6.3
13692026-08-17T20:20:34.361Z Compiling getrandom v0.3.4
13702026-08-17T20:20:34.397Z Compiling futures-sink v0.3.32
13712026-08-17T20:20:34.415Z Compiling indexmap v2.14.0
13722026-08-17T20:20:34.465Z Compiling synstructure v0.13.2
13732026-08-17T20:20:34.517Z Compiling futures-channel v0.3.32
13742026-08-17T20:20:34.525Z Compiling rustix v1.1.3
13752026-08-17T20:20:34.719Z Compiling futures-task v0.3.32
13762026-08-17T20:20:34.734Z Compiling utf8_iter v1.0.4
13772026-08-17T20:20:34.858Z Compiling slab v0.4.12
13782026-08-17T20:20:34.972Z Compiling futures-io v0.3.32
13792026-08-17T20:20:35.024Z Compiling form_urlencoded v1.2.2
13802026-08-17T20:20:35.119Z Compiling rustversion v1.0.22
13812026-08-17T20:20:35.135Z Compiling iana-time-zone v0.1.65
13822026-08-17T20:20:35.135Z Compiling base64ct v1.8.3
13832026-08-17T20:20:35.161Z Compiling cmake v0.1.57
13842026-08-17T20:20:35.195Z Compiling ident_case v1.0.1
13852026-08-17T20:20:35.260Z Compiling regex-syntax v0.8.10
13862026-08-17T20:20:35.318Z Compiling dunce v1.0.5
13872026-08-17T20:20:35.333Z Compiling fs_extra v1.3.0
13882026-08-17T20:20:35.422Z Compiling pem-rfc7468 v0.7.0
13892026-08-17T20:20:35.436Z Compiling flagset v0.4.7
13902026-08-17T20:20:35.558Z Compiling rand_core v0.9.5
13912026-08-17T20:20:35.576Z Compiling uuid v1.23.4
13922026-08-17T20:20:35.615Z Compiling aws-lc-sys v0.40.0
13932026-08-17T20:20:35.737Z Compiling base64 v0.22.1
13942026-08-17T20:20:35.840Z Compiling vcpkg v0.2.15
13952026-08-17T20:20:36.064Z Compiling syn v1.0.109
13962026-08-17T20:20:36.088Z Compiling serde_derive_internals v0.29.1
13972026-08-17T20:20:36.232Z Compiling serde_derive v1.0.228
13982026-08-17T20:20:36.285Z Compiling zeroize_derive v1.5.0
13992026-08-17T20:20:36.346Z Compiling zerofrom-derive v0.1.6
14002026-08-17T20:20:36.371Z Compiling zerocopy-derive v0.8.40
14012026-08-17T20:20:36.567Z Compiling yoke-derive v0.8.1
14022026-08-17T20:20:36.937Z Compiling zeroize v1.9.0
14032026-08-17T20:20:36.979Z Compiling zerovec-derive v0.11.2
14042026-08-17T20:20:37.154Z Compiling displaydoc v0.2.5
14052026-08-17T20:20:37.748Z Compiling zerofrom v0.1.6
14062026-08-17T20:20:37.763Z Compiling tokio-macros v2.7.0
14072026-08-17T20:20:37.876Z Compiling yoke v0.8.1
14082026-08-17T20:20:37.910Z Compiling futures-macro v0.3.32
14092026-08-17T20:20:38.066Z Compiling zerotrie v0.2.3
14102026-08-17T20:20:38.108Z Compiling zerovec v0.11.5
14112026-08-17T20:20:38.241Z Compiling block-buffer v0.10.4
14122026-08-17T20:20:38.376Z Compiling crypto-common v0.1.7
14132026-08-17T20:20:38.416Z Compiling thiserror-impl v2.0.18
14142026-08-17T20:20:38.511Z Compiling digest v0.10.7
14152026-08-17T20:20:38.526Z Compiling der_derive v0.7.3
14162026-08-17T20:20:38.623Z Compiling tinystr v0.8.2
14172026-08-17T20:20:38.728Z Compiling potential_utf v0.1.4
14182026-08-17T20:20:38.763Z Compiling futures-util v0.3.32
14192026-08-17T20:20:38.826Z Compiling icu_locale_core v2.1.1
14202026-08-17T20:20:38.890Z Compiling icu_collections v2.1.1
14212026-08-17T20:20:39.358Z Compiling openssl-sys v0.9.117
14222026-08-17T20:20:39.487Z Compiling icu_provider v2.1.1
14232026-08-17T20:20:39.671Z Compiling bytes v1.11.1
14242026-08-17T20:20:39.717Z Compiling icu_normalizer v2.1.1
14252026-08-17T20:20:39.740Z Compiling icu_properties v2.1.2
14262026-08-17T20:20:39.781Z Compiling chrono v0.4.45
14272026-08-17T20:20:39.871Z Compiling thiserror v2.0.18
14282026-08-17T20:20:40.021Z Compiling der v0.7.10
14292026-08-17T20:20:40.301Z Compiling tokio v1.52.1
14302026-08-17T20:20:40.338Z Compiling http v1.4.2
14312026-08-17T20:20:40.852Z Compiling ppv-lite86 v0.2.21
14322026-08-17T20:20:40.886Z Compiling idna_adapter v1.2.1
14332026-08-17T20:20:41.025Z Compiling idna v1.1.0
14342026-08-17T20:20:41.064Z Compiling spki v0.7.3
14352026-08-17T20:20:41.175Z Compiling rand_chacha v0.9.0
14362026-08-17T20:20:41.239Z Compiling tracing-attributes v0.1.31
14372026-08-17T20:20:41.255Z Compiling rustc_version v0.4.1
14382026-08-17T20:20:41.255Z Compiling tracing-core v0.1.36
14392026-08-17T20:20:41.282Z Compiling aws-lc-rs v1.16.3
14402026-08-17T20:20:41.447Z Compiling url v2.5.8
14412026-08-17T20:20:41.577Z Compiling schemars v0.8.22
14422026-08-17T20:20:41.667Z Compiling dyn-clone v1.0.20
14432026-08-17T20:20:41.770Z Compiling cpufeatures v0.2.17
14442026-08-17T20:20:41.811Z Compiling rand v0.9.2
14452026-08-17T20:20:41.843Z Compiling pkcs8 v0.10.2
14462026-08-17T20:20:41.869Z Compiling http-body v1.0.1
14472026-08-17T20:20:42.081Z Compiling rustls-pki-types v1.14.0
14482026-08-17T20:20:42.096Z Compiling schemars_derive v0.8.22
14492026-08-17T20:20:42.228Z Compiling spin v0.9.8
14502026-08-17T20:20:42.431Z Compiling crc32fast v1.5.0
14512026-08-17T20:20:42.513Z Compiling httparse v1.10.1
14522026-08-17T20:20:42.516Z Compiling tracing v0.1.44
14532026-08-17T20:20:42.542Z Compiling tinyvec_macros v0.1.1
14542026-08-17T20:20:42.609Z Compiling openssl-probe v0.2.1
14552026-08-17T20:20:42.686Z Compiling cmov v0.5.4
14562026-08-17T20:20:43.793Z Compiling tinyvec v1.10.0
14572026-08-17T20:20:43.797Z Compiling tempfile v3.25.0
14582026-08-17T20:20:43.797Z Compiling ctutils v0.4.2
14592026-08-17T20:20:43.797Z Compiling pest_generator v2.8.6
14602026-08-17T20:20:43.797Z Compiling sha2 v0.10.9
14612026-08-17T20:20:43.797Z Compiling aho-corasick v1.1.4
14622026-08-17T20:20:43.797Z Compiling radium v0.7.0
14632026-08-17T20:20:43.797Z Compiling try-lock v0.2.5
14642026-08-17T20:20:43.797Z Compiling tower-layer v0.3.3
14652026-08-17T20:20:43.797Z Compiling atomic-waker v1.1.2
14662026-08-17T20:20:43.797Z Compiling untrusted v0.7.1
14672026-08-17T20:20:43.797Z Compiling tower-service v0.3.3
14682026-08-17T20:20:43.797Z Compiling pest_derive v2.8.6
14692026-08-17T20:20:43.797Z Compiling want v0.3.1
14702026-08-17T20:20:43.945Z Compiling regex-automata v0.4.14
14712026-08-17T20:20:44.200Z Compiling tokio-util v0.7.18
14722026-08-17T20:20:44.390Z Compiling hybrid-array v0.4.13
14732026-08-17T20:20:44.846Z Compiling ipnet v2.11.0
14742026-08-17T20:20:44.945Z Compiling h2 v0.4.15
14752026-08-17T20:20:45.186Z Compiling scroll_derive v0.13.1
14762026-08-17T20:20:45.221Z Compiling darling_core v0.20.11
14772026-08-17T20:20:45.391Z Compiling tap v1.0.1
14782026-08-17T20:20:45.504Z Compiling maybe-uninit v2.0.0
14792026-08-17T20:20:45.590Z Compiling foreign-types-shared v0.1.1
14802026-08-17T20:20:45.678Z Compiling rustls v0.23.41
14812026-08-17T20:20:45.767Z Compiling simd-adler32 v0.3.8
14822026-08-17T20:20:45.847Z Compiling openssl v0.10.80
14832026-08-17T20:20:45.936Z Compiling untrusted v0.9.0
14842026-08-17T20:20:45.974Z Compiling httpdate v1.0.3
14852026-08-17T20:20:46.008Z Compiling scroll v0.13.0
14862026-08-17T20:20:46.096Z Compiling foreign-types v0.3.2
14872026-08-17T20:20:46.111Z Compiling wyz v0.5.1
14882026-08-17T20:20:46.198Z Compiling unicode-normalization v0.1.25
14892026-08-17T20:20:46.296Z Compiling rand_chacha v0.3.1
14902026-08-17T20:20:46.362Z Compiling hex v0.4.3
14912026-08-17T20:20:46.629Z Compiling signature v2.2.0
14922026-08-17T20:20:46.644Z Compiling openssl-macros v0.1.1
14932026-08-17T20:20:46.657Z Compiling thiserror-impl v1.0.69
14942026-08-17T20:20:46.804Z Compiling terminal_size v0.4.3
14952026-08-17T20:20:46.942Z Compiling bzip2-sys v0.1.13+1.0.8
14962026-08-17T20:20:47.024Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-08-17T20:20:47.047Z Compiling num-integer v0.1.46
14982026-08-17T20:20:47.213Z Compiling wait-timeout v0.2.1
14992026-08-17T20:20:47.361Z Compiling ahash v0.8.12
15002026-08-17T20:20:47.399Z Compiling num-bigint-dig v0.8.6
15012026-08-17T20:20:47.468Z Compiling packed_struct v0.10.1
15022026-08-17T20:20:47.483Z Compiling darling_macro v0.20.11
15032026-08-17T20:20:47.561Z Compiling quick-error v1.2.3
15042026-08-17T20:20:47.577Z Compiling funty v2.0.0
15052026-08-17T20:20:47.665Z Compiling adler2 v2.0.1
15062026-08-17T20:20:47.699Z Compiling powerfmt v0.2.0
15072026-08-17T20:20:47.794Z Compiling num-conv v0.2.0
15082026-08-17T20:20:47.871Z Compiling bit-vec v0.8.0
15092026-08-17T20:20:47.897Z Compiling time-core v0.1.8
15102026-08-17T20:20:47.924Z Compiling native-tls v0.2.18
15112026-08-17T20:20:47.960Z Compiling darling v0.20.11
15122026-08-17T20:20:47.995Z Compiling hyper v1.10.1
15132026-08-17T20:20:48.035Z Compiling time-macros v0.2.27
15142026-08-17T20:20:48.050Z Compiling bit-set v0.8.0
15152026-08-17T20:20:48.096Z Compiling clap_builder v4.6.0
15162026-08-17T20:20:48.133Z Compiling bitvec v1.0.1
15172026-08-17T20:20:48.146Z Compiling thiserror v1.0.69
15182026-08-17T20:20:48.206Z Compiling deranged v0.5.8
15192026-08-17T20:20:48.245Z Compiling miniz_oxide v0.8.9
15202026-08-17T20:20:48.849Z Compiling rusty-fork v0.3.1
15212026-08-17T20:20:49.053Z Compiling hyper-util v0.1.20
15222026-08-17T20:20:49.153Z Compiling num-iter v0.1.45
15232026-08-17T20:20:49.532Z Compiling rand v0.8.6
15242026-08-17T20:20:49.546Z Compiling goblin v0.10.5
15252026-08-17T20:20:50.020Z Compiling packed_struct_codegen v0.10.1
15262026-08-17T20:20:50.369Z Compiling lazy_static v1.5.0
15272026-08-17T20:20:50.464Z Compiling serde_spanned v0.6.9
15282026-08-17T20:20:50.610Z Compiling toml_datetime v0.6.11
15292026-08-17T20:20:50.773Z Compiling hmac v0.12.1
15302026-08-17T20:20:50.870Z Compiling zerocopy-derive v0.6.6
15312026-08-17T20:20:50.923Z Compiling clap_derive v4.6.1
15322026-08-17T20:20:51.060Z Compiling bitfield-macros v0.19.4
15332026-08-17T20:20:51.079Z Compiling anstyle-parse v0.2.7
15342026-08-17T20:20:51.264Z Compiling rand_xorshift v0.4.0
15352026-08-17T20:20:51.429Z Compiling sync_wrapper v1.0.2
15362026-08-17T20:20:51.534Z Compiling indexmap v1.9.3
15372026-08-17T20:20:51.685Z Compiling zlib-rs v0.6.2
15382026-08-17T20:20:51.719Z Compiling num_threads v0.1.7
15392026-08-17T20:20:51.749Z Compiling crossbeam-utils v0.8.21
15402026-08-17T20:20:51.817Z Compiling unarray v0.1.4
15412026-08-17T20:20:51.925Z Compiling paste v1.0.15
15422026-08-17T20:20:52.024Z Compiling crc-catalog v2.4.0
15432026-08-17T20:20:52.116Z Compiling siphasher v1.0.2
15442026-08-17T20:20:52.183Z Compiling nodrop v0.1.14
15452026-08-17T20:20:52.238Z Compiling usdt-impl v0.6.0
15462026-08-17T20:20:52.277Z Compiling array-init v0.0.4
15472026-08-17T20:20:52.300Z Compiling dof v0.4.0
15482026-08-17T20:20:52.505Z Compiling crc v3.4.0
15492026-08-17T20:20:52.627Z Compiling clap v4.6.1
15502026-08-17T20:20:52.644Z Compiling proptest v1.11.0
15512026-08-17T20:20:52.695Z Compiling time v0.3.47
15522026-08-17T20:20:52.711Z Compiling bitfield v0.19.4
15532026-08-17T20:20:53.017Z Compiling zerocopy v0.6.6
15542026-08-17T20:20:53.329Z Compiling tower v0.5.3
15552026-08-17T20:20:53.719Z Compiling anstream v0.6.21
15562026-08-17T20:20:54.007Z Compiling smallvec v0.6.14
15572026-08-17T20:20:54.296Z Compiling derive_builder_core v0.20.2
15582026-08-17T20:20:54.435Z Compiling dtrace-parser v0.3.0
15592026-08-17T20:20:54.846Z Compiling flate2 v1.1.9
15602026-08-17T20:20:55.042Z Compiling ipnetwork v0.21.1
15612026-08-17T20:20:55.162Z Compiling pkcs1 v0.7.5
15622026-08-17T20:20:55.165Z Compiling http-body-util v0.1.3
15632026-08-17T20:20:55.254Z Compiling heapless v0.7.17
15642026-08-17T20:20:55.404Z Compiling scroll_derive v0.12.1
15652026-08-17T20:20:55.427Z Compiling structmeta-derive v0.3.0
15662026-08-17T20:20:55.493Z Compiling slog v2.8.2
15672026-08-17T20:20:55.561Z Compiling darling_core v0.23.0
15682026-08-17T20:20:55.576Z Compiling thread-id v5.1.0
15692026-08-17T20:20:55.659Z Compiling cookie v0.18.1
15702026-08-17T20:20:55.674Z Compiling env_filter v1.0.0
15712026-08-17T20:20:55.840Z Compiling zstd-safe v7.2.4
15722026-08-17T20:20:55.974Z Compiling signal-hook v0.3.18
15732026-08-17T20:20:56.037Z Compiling allocator-api2 v0.2.21
15742026-08-17T20:20:56.066Z Compiling base64 v0.21.7
15752026-08-17T20:20:56.145Z Compiling winnow v0.5.40
15762026-08-17T20:20:56.364Z Compiling unicode-properties v0.1.4
15772026-08-17T20:20:56.382Z Compiling hashbrown v0.12.3
15782026-08-17T20:20:56.493Z Compiling unicode-bidi v0.3.18
15792026-08-17T20:20:56.574Z Compiling anyhow v1.0.102
15802026-08-17T20:20:56.838Z Compiling iri-string v0.7.10
15812026-08-17T20:20:56.869Z Compiling ryu v1.0.23
15822026-08-17T20:20:57.007Z Compiling serde_urlencoded v0.7.1
15832026-08-17T20:20:57.253Z Compiling stringprep v0.1.5
15842026-08-17T20:20:57.548Z Compiling toml_edit v0.19.15
15852026-08-17T20:20:57.632Z Compiling structmeta v0.3.0
15862026-08-17T20:20:57.679Z Compiling ron v0.8.1
15872026-08-17T20:20:57.860Z Compiling scroll v0.12.0
15882026-08-17T20:20:58.038Z Compiling darling_macro v0.23.0
15892026-08-17T20:20:58.127Z Compiling tower-http v0.6.8
15902026-08-17T20:20:58.380Z Compiling env_logger v0.11.9
15912026-08-17T20:20:58.665Z Compiling rsa v0.9.10
15922026-08-17T20:20:58.679Z Compiling oxnet v0.1.6
15932026-08-17T20:20:58.720Z Compiling derive_builder_macro v0.20.2
15942026-08-17T20:20:59.092Z Compiling newtype-uuid v1.3.2
15952026-08-17T20:20:59.107Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15962026-08-17T20:20:59.184Z Compiling hashbrown v0.13.2
15972026-08-17T20:20:59.234Z Compiling bzip2 v0.4.4
15982026-08-17T20:20:59.419Z Compiling serde-hex v0.1.0
15992026-08-17T20:20:59.437Z Compiling tokio-native-tls v0.3.1
16002026-08-17T20:20:59.605Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16012026-08-17T20:21:00.206Z Compiling camino v1.2.2
16022026-08-17T20:21:00.221Z Compiling bstr v1.12.1
16032026-08-17T20:21:00.330Z Compiling block-padding v0.4.2
16042026-08-17T20:21:00.495Z Compiling crypto-common v0.2.2
16052026-08-17T20:21:00.579Z Compiling block-buffer v0.12.1
16062026-08-17T20:21:00.777Z Compiling rustls-native-certs v0.8.3
16072026-08-17T20:21:00.861Z Compiling curve25519-dalek v4.1.3
16082026-08-17T20:21:01.075Z Compiling x509-cert v0.2.5
16092026-08-17T20:21:01.194Z Compiling erased-serde v0.3.31
16102026-08-17T20:21:01.212Z Compiling serde_tokenstream v0.2.3
16112026-08-17T20:21:01.530Z Compiling md-5 v0.10.6
16122026-08-17T20:21:01.682Z Compiling zerocopy-derive v0.7.35
16132026-08-17T20:21:01.702Z Compiling async-trait v0.1.89
16142026-08-17T20:21:01.719Z Compiling pin-project-internal v1.1.11
16152026-08-17T20:21:02.244Z Compiling daft-derive v0.1.7
16162026-08-17T20:21:02.536Z Compiling vergen-lib v9.1.0
16172026-08-17T20:21:02.673Z Compiling hash32 v0.2.1
16182026-08-17T20:21:02.690Z Compiling memoffset v0.9.1
16192026-08-17T20:21:02.711Z Compiling encoding_rs v0.8.35
16202026-08-17T20:21:02.793Z Compiling cfg_aliases v0.2.1
16212026-08-17T20:21:02.862Z Compiling crc-any v2.5.0
16222026-08-17T20:21:02.877Z Compiling mime v0.3.17
16232026-08-17T20:21:02.879Z Compiling smoltcp v0.9.1
16242026-08-17T20:21:02.949Z Compiling fallible-iterator v0.2.0
16252026-08-17T20:21:03.089Z Compiling psl-types v2.0.11
16262026-08-17T20:21:03.128Z Compiling rustix v0.38.44
16272026-08-17T20:21:03.209Z Compiling litrs v1.0.0
16282026-08-17T20:21:03.223Z Compiling ref-cast v1.0.25
16292026-08-17T20:21:03.265Z Compiling postgres-protocol v0.6.10
16302026-08-17T20:21:03.546Z Compiling publicsuffix v2.3.0
16312026-08-17T20:21:03.559Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16322026-08-17T20:21:03.572Z Compiling daft v0.1.7
16332026-08-17T20:21:03.695Z Compiling document-features v0.2.12
16342026-08-17T20:21:03.710Z Compiling nix v0.31.2
16352026-08-17T20:21:03.797Z Compiling pin-project v1.1.11
16362026-08-17T20:21:03.866Z Compiling zerocopy v0.7.35
16372026-08-17T20:21:04.129Z Compiling inout v0.2.2
16382026-08-17T20:21:04.157Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16392026-08-17T20:21:04.225Z Compiling object v0.30.4
16402026-08-17T20:21:04.255Z Compiling hyper-tls v0.6.0
16412026-08-17T20:21:04.270Z Compiling zip v0.6.6
16422026-08-17T20:21:04.298Z Compiling derive_builder v0.20.2
16432026-08-17T20:21:04.400Z Compiling toml v0.7.8
16442026-08-17T20:21:04.434Z Compiling darling v0.23.0
16452026-08-17T20:21:04.511Z Compiling goblin v0.8.2
16462026-08-17T20:21:04.823Z Compiling derive-ex v0.1.8
16472026-08-17T20:21:05.016Z Compiling phf_shared v0.13.1
16482026-08-17T20:21:05.031Z Compiling regex v1.12.3
16492026-08-17T20:21:05.254Z Compiling hubpack_derive v0.1.1
16502026-08-17T20:21:05.300Z Compiling futures-executor v0.3.32
16512026-08-17T20:21:05.445Z Compiling strum_macros v0.27.2
16522026-08-17T20:21:05.558Z Compiling ref-cast-impl v1.0.25
16532026-08-17T20:21:05.700Z Compiling curve25519-dalek-derive v0.1.1
16542026-08-17T20:21:06.103Z Compiling snafu-derive v0.8.9
16552026-08-17T20:21:06.339Z Compiling vergen v9.1.0
16562026-08-17T20:21:06.487Z Compiling cargo-platform v0.3.2
16572026-08-17T20:21:06.516Z Compiling ff v0.13.1
16582026-08-17T20:21:06.654Z Compiling fs-err v3.3.0
16592026-08-17T20:21:06.753Z Compiling unicode-segmentation v1.12.0
16602026-08-17T20:21:06.839Z Compiling path-slash v0.1.5
16612026-08-17T20:21:06.970Z Compiling object v0.37.3
16622026-08-17T20:21:07.089Z Compiling same-file v1.0.6
16632026-08-17T20:21:07.133Z Compiling foldhash v0.2.0
16642026-08-17T20:21:07.227Z Compiling bumpalo v3.20.2
16652026-08-17T20:21:07.251Z Compiling base16ct v0.2.0
16662026-08-17T20:21:07.351Z Compiling bitflags v1.3.2
16672026-08-17T20:21:07.366Z Compiling libbz2-rs-sys v0.2.2
16682026-08-17T20:21:07.423Z Compiling either v1.15.0
16692026-08-17T20:21:07.438Z Compiling managed v0.8.0
16702026-08-17T20:21:07.479Z Compiling foldhash v0.1.5
16712026-08-17T20:21:07.626Z Compiling jiff-core v0.1.0
16722026-08-17T20:21:07.643Z Compiling hashbrown v0.15.5
16732026-08-17T20:21:07.973Z Compiling bzip2 v0.6.1
16742026-08-17T20:21:08.009Z Compiling snafu v0.8.9
16752026-08-17T20:21:08.024Z Compiling zopfli v0.8.3
16762026-08-17T20:21:08.176Z Compiling sec1 v0.7.3
16772026-08-17T20:21:08.201Z Compiling strum v0.27.2
16782026-08-17T20:21:08.331Z Compiling hashbrown v0.16.1
16792026-08-17T20:21:08.347Z Compiling jiff v0.2.34
16802026-08-17T20:21:08.441Z Compiling walkdir v2.5.0
16812026-08-17T20:21:08.474Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16822026-08-17T20:21:08.671Z Compiling dof v0.3.0
16832026-08-17T20:21:08.740Z Compiling cargo_metadata v0.23.1
16842026-08-17T20:21:08.781Z Compiling group v0.13.0
16852026-08-17T20:21:08.942Z Compiling test-strategy v0.4.5
16862026-08-17T20:21:09.481Z Compiling hubpack v0.1.2
16872026-08-17T20:21:09.701Z Compiling futures v0.3.32
16882026-08-17T20:21:09.785Z Compiling phf v0.13.1
16892026-08-17T20:21:10.024Z Compiling signal-hook-mio v0.2.5
16902026-08-17T20:21:10.107Z Compiling cookie_store v0.22.1
16912026-08-17T20:21:10.138Z Compiling zstd v0.13.3
16922026-08-17T20:21:10.265Z Compiling serde_with_macros v3.21.0
16932026-08-17T20:21:10.384Z Compiling reqwest v0.12.28
16942026-08-17T20:21:10.436Z Compiling cipher v0.5.2
16952026-08-17T20:21:10.781Z Compiling postgres-types v0.2.12
16962026-08-17T20:21:11.330Z Compiling usdt-macro v0.6.0
16972026-08-17T20:21:11.385Z Compiling usdt-attr-macro v0.6.0
16982026-08-17T20:21:11.922Z Compiling globset v0.4.18
16992026-08-17T20:21:11.935Z Compiling phf_shared v0.11.3
17002026-08-17T20:21:11.951Z Compiling hkdf v0.12.4
17012026-08-17T20:21:12.064Z Compiling dtrace-parser v0.2.0
17022026-08-17T20:21:12.114Z Compiling ed25519 v2.2.3
17032026-08-17T20:21:12.117Z Compiling byte-wrapper v0.1.0
17042026-08-17T20:21:12.173Z Compiling olpc-cjson v0.1.4
17052026-08-17T20:21:12.333Z Compiling serde_plain v1.0.2
17062026-08-17T20:21:12.452Z Compiling serde-big-array v0.5.1
17072026-08-17T20:21:12.528Z Compiling crypto-bigint v0.5.5
17082026-08-17T20:21:12.580Z Compiling enum-as-inner v0.6.1
17092026-08-17T20:21:12.593Z Compiling strum_macros v0.26.4
17102026-08-17T20:21:12.607Z Compiling serde_repr v0.1.20
17112026-08-17T20:21:12.796Z Compiling async-recursion v1.1.1
17122026-08-17T20:21:13.002Z Compiling pem v3.0.6
17132026-08-17T20:21:13.078Z Compiling float-cmp v0.10.0
17142026-08-17T20:21:13.128Z Compiling memmap2 v0.9.10
17152026-08-17T20:21:13.224Z Compiling thread-id v4.2.2
17162026-08-17T20:21:13.309Z Compiling const-oid v0.10.2
17172026-08-17T20:21:13.323Z Compiling fixedbitset v0.4.2
17182026-08-17T20:21:13.338Z Compiling whoami v2.1.0
17192026-08-17T20:21:13.452Z Compiling predicates-core v1.0.10
17202026-08-17T20:21:13.512Z Compiling typed-path v0.9.3
17212026-08-17T20:21:13.532Z Compiling normalize-line-endings v0.3.0
17222026-08-17T20:21:13.627Z Compiling keccak v0.1.6
17232026-08-17T20:21:13.630Z Compiling winnow v1.0.3
17242026-08-17T20:21:13.703Z Compiling difflib v0.4.0
17252026-08-17T20:21:14.122Z Compiling cpufeatures v0.3.0
17262026-08-17T20:21:14.202Z Compiling static_assertions v1.1.0
17272026-08-17T20:21:14.246Z Compiling precomputed-hash v0.1.1
17282026-08-17T20:21:14.276Z Compiling fixedbitset v0.5.7
17292026-08-17T20:21:14.325Z Compiling data-encoding v2.10.0
17302026-08-17T20:21:14.339Z Compiling new_debug_unreachable v1.0.6
17312026-08-17T20:21:14.353Z Compiling strum v0.26.3
17322026-08-17T20:21:14.409Z Compiling string_cache v0.8.9
17332026-08-17T20:21:14.479Z Compiling toml_edit v0.22.27
17342026-08-17T20:21:14.576Z Compiling toml_parser v1.1.2+spec-1.1.0
17352026-08-17T20:21:14.626Z Compiling hickory-proto v0.25.2
17362026-08-17T20:21:14.640Z Compiling petgraph v0.8.3
17372026-08-17T20:21:14.691Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17382026-08-17T20:21:14.705Z Compiling chacha20 v0.10.0
17392026-08-17T20:21:15.008Z Compiling predicates v3.1.4
17402026-08-17T20:21:15.131Z Compiling sha3 v0.10.8
17412026-08-17T20:21:15.217Z Compiling tokio-postgres v0.7.16
17422026-08-17T20:21:15.585Z Compiling petgraph v0.6.5
17432026-08-17T20:21:15.653Z Compiling elliptic-curve v0.13.8
17442026-08-17T20:21:16.084Z Compiling digest v0.11.3
17452026-08-17T20:21:16.288Z Compiling usdt-impl v0.5.0
17462026-08-17T20:21:16.613Z Compiling usdt v0.6.0
17472026-08-17T20:21:16.856Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17482026-08-17T20:21:16.875Z Compiling ed25519-dalek v2.2.0
17492026-08-17T20:21:17.058Z Compiling crossterm v0.28.1
17502026-08-17T20:21:17.257Z Compiling serde_with v3.21.0
17512026-08-17T20:21:17.433Z Compiling zip v4.6.1
17522026-08-17T20:21:17.924Z Compiling iddqd v0.4.2
17532026-08-17T20:21:18.369Z Compiling itertools v0.13.0
17542026-08-17T20:21:18.707Z Compiling itertools v0.15.0
17552026-08-17T20:21:19.007Z Compiling heck v0.4.1
17562026-08-17T20:21:19.031Z Compiling similar v2.7.0
17572026-08-17T20:21:19.197Z Compiling crossbeam-epoch v0.9.18
17582026-08-17T20:21:19.225Z Compiling tokio-stream v0.1.18
17592026-08-17T20:21:19.291Z Compiling buf-list v1.1.2
17602026-08-17T20:21:19.510Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-17T20:21:19.557Z Compiling openapiv3 v2.2.0
17622026-08-17T20:21:19.588Z Compiling peg-runtime v0.8.5
17632026-08-17T20:21:19.660Z Compiling lalrpop-util v0.19.12
17642026-08-17T20:21:19.799Z Compiling thread_local v1.1.9
17652026-08-17T20:21:19.851Z Compiling slog-async v2.8.0
17662026-08-17T20:21:19.865Z Compiling crossbeam-channel v0.5.15
17672026-08-17T20:21:19.877Z Compiling filetime v0.2.27
17682026-08-17T20:21:20.028Z Compiling is-terminal v0.4.17
17692026-08-17T20:21:20.118Z Compiling term v1.2.1
17702026-08-17T20:21:20.124Z Compiling xattr v1.6.1
17712026-08-17T20:21:20.131Z Compiling take_mut v0.2.2
17722026-08-17T20:21:20.163Z Compiling camino-tempfile v1.4.1
17732026-08-17T20:21:20.253Z Compiling tar v0.4.46
17742026-08-17T20:21:20.322Z Compiling slog-term v2.9.2
17752026-08-17T20:21:26.567Z Compiling rustls-webpki v0.103.13
17762026-08-17T20:21:29.246Z Compiling tokio-rustls v0.26.4
17772026-08-17T20:21:29.246Z Compiling rustls-platform-verifier v0.6.2
17782026-08-17T20:21:29.251Z Compiling tough v0.22.0
17792026-08-17T20:21:29.440Z Compiling hyper-rustls v0.27.7
17802026-08-17T20:21:29.636Z Compiling reqwest v0.13.2
17812026-08-17T20:21:31.837Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-17T20:21:32.047Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-17T20:21:34.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17842026-08-17T20:21:35.085Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-17T20:21:35.140ZAug 17 20:21:33.333 INFO Starting download, target: Clickhouse
17862026-08-17T20:21:35.140ZAug 17 20:21:33.333 INFO Starting download, target: Console
17872026-08-17T20:21:35.140ZAug 17 20:21:33.333 INFO Starting download, target: Cockroach
17882026-08-17T20:21:35.140ZAug 17 20:21:33.333 INFO Starting download, target: DendriteStub
17892026-08-17T20:21:35.140ZAug 17 20:21:33.333 INFO Starting download, target: MaghemiteMgd
17902026-08-17T20:21:35.140ZAug 17 20:21:33.333 INFO Starting download, target: MaghemiteDdmd
17912026-08-17T20:21:35.144ZAug 17 20:21:33.333 INFO Starting download, target: TransceiverControl
17922026-08-17T20:21:35.144ZAug 17 20:21:33.333 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17932026-08-17T20:21:35.144ZAug 17 20:21:33.333 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17942026-08-17T20:21:35.144ZAug 17 20:21:33.333 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-08-17T20:21:35.144ZAug 17 20:21:33.333 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17962026-08-17T20:21:35.144ZAug 17 20:21:33.333 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17972026-08-17T20:21:35.144ZAug 17 20:21:33.333 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17982026-08-17T20:21:35.144ZAug 17 20:21:33.333 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17992026-08-17T20:21:36.920ZAug 17 20:21:35.067 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18002026-08-17T20:21:37.122ZAug 17 20:21:35.272 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18012026-08-17T20:21:37.328ZAug 17 20:21:35.505 INFO Download complete, target: TransceiverControl
18022026-08-17T20:21:37.385ZAug 17 20:21:35.538 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-08-17T20:21:37.628ZAug 17 20:21:35.787 INFO Download complete, target: Console
18042026-08-17T20:21:39.121ZAug 17 20:21:37.296 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18052026-08-17T20:21:39.158ZAug 17 20:21:37.309 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-08-17T20:21:39.427ZAug 17 20:21:37.606 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-17T20:21:39.657ZAug 17 20:21:37.850 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082026-08-17T20:21:39.657ZAug 17 20:21:37.850 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092026-08-17T20:21:41.058ZAug 17 20:21:39.251 INFO Download complete, target: MaghemiteDdmd
18102026-08-17T20:21:41.552ZAug 17 20:21:39.745 INFO Download complete, target: DendriteStub
18112026-08-17T20:21:41.941ZAug 17 20:21:40.132 INFO Download complete, target: MaghemiteMgd
18122026-08-17T20:21:43.593ZAug 17 20:21:41.786 INFO Checking that binary works, target: Clickhouse
18132026-08-17T20:21:43.730ZAug 17 20:21:41.923 INFO Download complete, target: Clickhouse
18142026-08-17T20:21:44.316ZAug 17 20:21:42.509 INFO Checking that binary works, target: Cockroach
18152026-08-17T20:21:44.424ZAug 17 20:21:42.618 INFO Download complete, target: Cockroach
18162026-08-17T20:21:44.439ZAll builder prerequisites installed successfully, and PATH looks valid
18172026-08-17T20:21:44.442Z
18182026-08-17T20:21:44.442Zreal 2:08.118931231
18192026-08-17T20:21:44.442Zuser 7:09.142801360
18202026-08-17T20:21:44.442Zsys 1:24.505059687
18212026-08-17T20:21:44.442Ztrap 0.239412597
18222026-08-17T20:21:44.442Ztflt 0.646209647
18232026-08-17T20:21:44.442Zdflt 0.822032698
18242026-08-17T20:21:44.442Zkflt 0.023601254
18252026-08-17T20:21:44.443Zlock 26:54.082148231
18262026-08-17T20:21:44.443Zslp 21:33.221576390
18272026-08-17T20:21:44.443Zlat 44.263031066
18282026-08-17T20:21:44.443Zstop 2:36.693027322
18292026-08-17T20:21:44.443Z+ banner clippy
18302026-08-17T20:21:44.443Z
18312026-08-17T20:21:44.443Z #### # # ##### ##### # #
18322026-08-17T20:21:44.443Z # # # # # # # # # #
18332026-08-17T20:21:44.443Z # # # # # # # #
18342026-08-17T20:21:44.443Z # # # ##### ##### #
18352026-08-17T20:21:44.443Z # # # # # # #
18362026-08-17T20:21:44.443Z #### ###### # # # #
18372026-08-17T20:21:44.443Z
18382026-08-17T20:21:44.443Z+ export CARGO_INCREMENTAL=0
18392026-08-17T20:21:44.443Z+ CARGO_INCREMENTAL=0
18402026-08-17T20:21:44.443Z+ ptime -m cargo xtask clippy
18412026-08-17T20:21:44.909Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18422026-08-17T20:21:45.190Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18432026-08-17T20:21:47.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18442026-08-17T20:21:47.077Z Running `target/debug/xtask clippy`
18452026-08-17T20:21:47.104Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18462026-08-17T20:21:47.665Z Downloading crates ...
18472026-08-17T20:21:47.835Z Downloaded async-lock v3.4.2
18482026-08-17T20:21:47.838Z Downloaded cast v0.3.0
18492026-08-17T20:21:47.838Z Downloaded addr2line v0.25.1
18502026-08-17T20:21:47.838Z Downloaded async-object-pool v0.2.0
18512026-08-17T20:21:47.838Z Downloaded approx v0.5.1
18522026-08-17T20:21:47.842Z Downloaded assert_cmd v2.1.2
18532026-08-17T20:21:47.842Z Downloaded backtrace-ext v0.2.1
18542026-08-17T20:21:47.843Z Downloaded assert-json-diff v2.0.2
18552026-08-17T20:21:47.843Z Downloaded constant_time_eq v0.3.1
18562026-08-17T20:21:47.843Z Downloaded anes v0.1.6
18572026-08-17T20:21:47.846Z Downloaded concurrent-queue v2.5.0
18582026-08-17T20:21:47.846Z Downloaded criterion-plot v0.6.0
18592026-08-17T20:21:47.846Z Downloaded event-listener-strategy v0.5.4
18602026-08-17T20:21:47.849Z Downloaded cfg-expr v0.20.6
18612026-08-17T20:21:47.849Z Downloaded guppy-workspace-hack v0.1.0
18622026-08-17T20:21:47.849Z Downloaded blake2b_simd v1.0.4
18632026-08-17T20:21:47.849Z Downloaded escape8259 v0.5.3
18642026-08-17T20:21:47.849Z Downloaded datatest-stable v0.3.3
18652026-08-17T20:21:47.853Z Downloaded futures-timer v3.0.3
18662026-08-17T20:21:47.853Z Downloaded chumsky v0.9.3
18672026-08-17T20:21:47.856Z Downloaded event-listener v5.4.1
18682026-08-17T20:21:47.856Z Downloaded hex-literal v0.4.1
18692026-08-17T20:21:47.856Z Downloaded backtrace v0.3.76
18702026-08-17T20:21:47.859Z Downloaded hickory-client v0.25.2
18712026-08-17T20:21:47.859Z Downloaded nested v0.1.1
18722026-08-17T20:21:47.863Z Downloaded linkme-impl v0.3.35
18732026-08-17T20:21:47.863Z Downloaded miette-derive v5.10.0
18742026-08-17T20:21:47.863Z Downloaded httptest v0.16.4
18752026-08-17T20:21:47.863Z Downloaded libtest-mimic v0.8.1
18762026-08-17T20:21:47.866Z Downloaded linkme v0.3.35
18772026-08-17T20:21:47.866Z Downloaded fancy-regex v0.14.0
18782026-08-17T20:21:47.866Z Downloaded knuffel-derive v3.2.0
18792026-08-17T20:21:47.869Z Downloaded parking v2.2.1
18802026-08-17T20:21:47.870Z Downloaded pathdiff v0.2.3
18812026-08-17T20:21:47.870Z Downloaded plotters-svg v0.3.7
18822026-08-17T20:21:47.870Z Downloaded oorandom v11.1.5
18832026-08-17T20:21:47.870Z Downloaded owo-colors v3.5.0
18842026-08-17T20:21:47.873Z Downloaded plotters-backend v0.3.7
18852026-08-17T20:21:47.873Z Downloaded criterion v0.7.0
18862026-08-17T20:21:47.878Z Downloaded partial-io v0.5.4
18872026-08-17T20:21:47.878Z Downloaded path-tree v0.8.3
18882026-08-17T20:21:47.878Z Downloaded knuffel v3.2.0
18892026-08-17T20:21:47.881Z Downloaded relative-path v1.9.3
18902026-08-17T20:21:47.881Z Downloaded serde_regex v1.1.0
18912026-08-17T20:21:47.881Z Downloaded similar-asserts v1.7.0
18922026-08-17T20:21:47.881Z Downloaded rust-argon2 v2.1.0
18932026-08-17T20:21:47.882Z Downloaded rustc-demangle v0.1.27
18942026-08-17T20:21:47.882Z Downloaded target-triple v1.0.0
18952026-08-17T20:21:47.882Z Downloaded supports-color v2.1.0
18962026-08-17T20:21:47.886Z Downloaded supports-hyperlinks v2.1.0
18972026-08-17T20:21:47.889Z Downloaded supports-unicode v2.1.0
18982026-08-17T20:21:47.889Z Downloaded terminal_size v0.1.17
18992026-08-17T20:21:47.896Z Downloaded miette v5.10.0
19002026-08-17T20:21:47.899Z Downloaded stringmetrics v2.2.2
19012026-08-17T20:21:47.899Z Downloaded rstest v0.25.0
19022026-08-17T20:21:47.903Z Downloaded termcolor v1.4.1
19032026-08-17T20:21:47.906Z Downloaded tinytemplate v1.2.1
19042026-08-17T20:21:47.906Z Downloaded target-spec v3.5.7
19052026-08-17T20:21:47.906Z Downloaded target-lexicon v0.13.3
19062026-08-17T20:21:47.910Z Downloaded guppy v0.17.25
19072026-08-17T20:21:47.913Z Downloaded hashbrown v0.14.5
19082026-08-17T20:21:47.916Z Downloaded rstest_macros v0.25.0
19092026-08-17T20:21:47.916Z Downloaded rand_distr v0.5.1
19102026-08-17T20:21:47.919Z Downloaded trybuild v1.0.116
19112026-08-17T20:21:47.923Z Downloaded textwrap v0.15.2
19122026-08-17T20:21:47.937Z Downloaded plotters v0.3.7
19132026-08-17T20:21:47.945Z Downloaded gimli v0.32.3
19142026-08-17T20:21:48.061Z Downloaded httpmock v0.8.3
19152026-08-17T20:21:49.838Z Checking cfg-if v1.0.4
19162026-08-17T20:21:50.212Z Checking libc v0.2.185
19172026-08-17T20:21:50.215Z Checking serde_core v1.0.228
19182026-08-17T20:21:50.284Z Checking memchr v2.8.0
19192026-08-17T20:21:50.325Z Checking smallvec v1.15.1
19202026-08-17T20:21:50.359Z Checking zeroize v1.9.0
19212026-08-17T20:21:50.395Z Checking rand_core v0.10.0
19222026-08-17T20:21:50.435Z Checking itoa v1.0.17
19232026-08-17T20:21:50.468Z Checking subtle v2.6.1
19242026-08-17T20:21:50.531Z Checking log v0.4.29
19252026-08-17T20:21:50.570Z Checking libm v0.2.16
19262026-08-17T20:21:50.616Z Checking getrandom v0.4.1
19272026-08-17T20:21:50.616Z Checking errno v0.3.14
19282026-08-17T20:21:50.692Z Checking typenum v1.20.1
19292026-08-17T20:21:50.696Z Checking scopeguard v1.2.0
19302026-08-17T20:21:50.773Z Checking zmij v1.0.21
19312026-08-17T20:21:50.811Z Checking stable_deref_trait v1.2.1
19322026-08-17T20:21:50.849Z Checking lock_api v0.4.14
19332026-08-17T20:21:50.888Z Checking zerofrom v0.1.6
19342026-08-17T20:21:50.928Z Checking percent-encoding v2.3.2
19352026-08-17T20:21:50.966Z Checking writeable v0.6.2
19362026-08-17T20:21:51.011Z Checking litemap v0.8.1
19372026-08-17T20:21:51.048Z Checking yoke v0.8.1
19382026-08-17T20:21:51.088Z Checking icu_normalizer_data v2.1.1
19392026-08-17T20:21:51.125Z Checking icu_properties_data v2.1.2
19402026-08-17T20:21:51.162Z Checking form_urlencoded v1.2.2
19412026-08-17T20:21:51.199Z Checking utf8_iter v1.0.4
19422026-08-17T20:21:51.237Z Checking pin-project-lite v0.2.17
19432026-08-17T20:21:51.276Z Checking zerovec v0.11.5
19442026-08-17T20:21:51.278Z Checking zerotrie v0.2.3
19452026-08-17T20:21:51.346Z Checking num-traits v0.2.19
19462026-08-17T20:21:51.384Z Checking zerocopy v0.8.40
19472026-08-17T20:21:51.424Z Checking parking_lot_core v0.9.12
19482026-08-17T20:21:51.427Z Checking portable-atomic v1.13.1
19492026-08-17T20:21:51.508Z Checking critical-section v1.2.0
19502026-08-17T20:21:51.555Z Checking signal-hook-registry v1.4.8
19512026-08-17T20:21:51.640Z Checking mio v1.2.0
19522026-08-17T20:21:51.676Z Checking parking_lot v0.12.5
19532026-08-17T20:21:51.748Z Checking iana-time-zone v0.1.65
19542026-08-17T20:21:51.787Z Checking tinystr v0.8.2
19552026-08-17T20:21:51.820Z Checking serde v1.0.228
19562026-08-17T20:21:51.882Z Checking serde_json v1.0.151
19572026-08-17T20:21:51.885Z Checking bitflags v2.11.0
19582026-08-17T20:21:51.885Z Checking potential_utf v0.1.4
19592026-08-17T20:21:51.984Z Checking once_cell v1.21.3
19602026-08-17T20:21:52.022Z Checking icu_locale_core v2.1.1
19612026-08-17T20:21:52.064Z Checking icu_collections v2.1.1
19622026-08-17T20:21:52.104Z Checking socket2 v0.6.3
19632026-08-17T20:21:52.146Z Checking uuid v1.23.4
19642026-08-17T20:21:52.197Z Checking semver v1.0.28
19652026-08-17T20:21:52.238Z Checking bytes v1.11.1
19662026-08-17T20:21:52.364Z Checking chrono v0.4.45
19672026-08-17T20:21:52.409Z Checking thiserror v2.0.18
19682026-08-17T20:21:52.465Z Checking dyn-clone v1.0.20
19692026-08-17T20:21:52.514Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19702026-08-17T20:21:52.556Z Checking futures-core v0.3.32
19712026-08-17T20:21:52.558Z Checking equivalent v1.0.2
19722026-08-17T20:21:52.625Z Checking rustix v1.1.3
19732026-08-17T20:21:52.628Z Checking icu_provider v2.1.1
19742026-08-17T20:21:52.696Z Checking tokio v1.52.1
19752026-08-17T20:21:52.699Z Checking getrandom v0.2.17
19762026-08-17T20:21:52.766Z Checking cmov v0.5.4
19772026-08-17T20:21:52.856Z Checking byteorder v1.5.0
19782026-08-17T20:21:52.894Z Checking icu_normalizer v2.1.1
19792026-08-17T20:21:52.929Z Checking icu_properties v2.1.2
19802026-08-17T20:21:52.987Z Checking rand_core v0.6.4
19812026-08-17T20:21:53.092Z Checking ctutils v0.4.2
19822026-08-17T20:21:53.188Z Checking futures-sink v0.3.32
19832026-08-17T20:21:53.232Z Checking getrandom v0.3.4
19842026-08-17T20:21:53.235Z Checking futures-io v0.3.32
19852026-08-17T20:21:53.314Z Checking futures-channel v0.3.32
19862026-08-17T20:21:53.351Z Checking hybrid-array v0.4.13
19872026-08-17T20:21:53.404Z Checking futures-task v0.3.32
19882026-08-17T20:21:53.407Z Checking slab v0.4.12
19892026-08-17T20:21:53.497Z Checking generic-array v0.14.7
19902026-08-17T20:21:53.533Z Checking hashbrown v0.17.0
19912026-08-17T20:21:53.570Z Checking thiserror v1.0.69
19922026-08-17T20:21:53.622Z Checking futures-util v0.3.32
19932026-08-17T20:21:53.693Z Checking regex-syntax v0.8.10
19942026-08-17T20:21:53.786Z Checking idna_adapter v1.2.1
19952026-08-17T20:21:53.936Z Checking idna v1.1.0
19962026-08-17T20:21:53.972Z Checking fnv v1.0.7
19972026-08-17T20:21:54.026Z Checking indexmap v2.14.0
19982026-08-17T20:21:54.089Z Checking const-oid v0.9.6
19992026-08-17T20:21:54.127Z Checking crypto-common v0.2.2
20002026-08-17T20:21:54.130Z Checking ppv-lite86 v0.2.21
20012026-08-17T20:21:54.204Z Checking url v2.5.8
20022026-08-17T20:21:54.506Z Checking base64ct v1.8.3
20032026-08-17T20:21:54.594Z Checking crypto-common v0.1.7
20042026-08-17T20:21:54.659Z Checking schemars v0.8.22
20052026-08-17T20:21:54.741Z Checking block-buffer v0.12.1
20062026-08-17T20:21:54.744Z Checking block-buffer v0.10.4
20072026-08-17T20:21:54.744Z Checking base64 v0.22.1
20082026-08-17T20:21:54.842Z Checking utf8parse v0.2.2
20092026-08-17T20:21:54.928Z Checking anstyle v1.0.14
20102026-08-17T20:21:54.969Z Checking http v1.4.2
20112026-08-17T20:21:54.969Z Checking digest v0.10.7
20122026-08-17T20:21:55.037Z Checking tracing-core v0.1.36
20132026-08-17T20:21:55.040Z Checking anstyle-query v1.1.5
20142026-08-17T20:21:55.129Z Checking colorchoice v1.0.4
20152026-08-17T20:21:55.186Z Checking is_terminal_polyfill v1.70.2
20162026-08-17T20:21:55.222Z Checking rand_core v0.9.5
20172026-08-17T20:21:55.258Z Checking const-oid v0.10.2
20182026-08-17T20:21:55.303Z Checking anstyle-parse v1.0.0
20192026-08-17T20:21:55.343Z Checking terminal_size v0.4.3
20202026-08-17T20:21:55.379Z Checking tracing v0.1.44
20212026-08-17T20:21:55.422Z Checking rand_chacha v0.9.0
20222026-08-17T20:21:55.460Z Checking ipnet v2.11.0
20232026-08-17T20:21:55.495Z Checking anstream v1.0.0
20242026-08-17T20:21:55.498Z Checking aho-corasick v1.1.4
20252026-08-17T20:21:55.566Z Checking clap_lex v1.0.0
20262026-08-17T20:21:55.569Z Checking strsim v0.11.1
20272026-08-17T20:21:55.635Z Checking crossbeam-utils v0.8.21
20282026-08-17T20:21:55.671Z Checking rand v0.9.2
20292026-08-17T20:21:55.720Z Checking unicode-ident v1.0.24
20302026-08-17T20:21:55.757Z Checking erased-serde v0.3.31
20312026-08-17T20:21:55.760Z Checking powerfmt v0.2.0
20322026-08-17T20:21:55.826Z Checking clap_builder v4.6.0
20332026-08-17T20:21:55.862Z Checking proc-macro2 v1.0.106
20342026-08-17T20:21:55.919Z Checking tokio-util v0.7.18
20352026-08-17T20:21:55.967Z Checking deranged v0.5.8
20362026-08-17T20:21:56.010Z Checking digest v0.11.3
20372026-08-17T20:21:56.165Z Checking slog v2.8.2
20382026-08-17T20:21:56.202Z Checking fastrand v2.3.0
20392026-08-17T20:21:56.241Z Checking quote v1.0.45
20402026-08-17T20:21:56.243Z Checking regex-automata v0.4.14
20412026-08-17T20:21:56.273Z Checking cpufeatures v0.3.0
20422026-08-17T20:21:56.402Z Checking allocator-api2 v0.2.21
20432026-08-17T20:21:56.439Z Checking num_threads v0.1.7
20442026-08-17T20:21:56.442Z Checking num-conv v0.2.0
20452026-08-17T20:21:56.508Z Checking time-core v0.1.8
20462026-08-17T20:21:56.545Z Checking syn v2.0.117
20472026-08-17T20:21:56.583Z Checking httparse v1.10.1
20482026-08-17T20:21:56.619Z Checking anyhow v1.0.102
20492026-08-17T20:21:56.672Z Checking cpufeatures v0.2.17
20502026-08-17T20:21:56.711Z Checking tempfile v3.25.0
20512026-08-17T20:21:56.769Z Checking ipnetwork v0.21.1
20522026-08-17T20:21:56.811Z Checking aws-lc-sys v0.40.0
20532026-08-17T20:21:56.848Z Checking rustls-pki-types v1.14.0
20542026-08-17T20:21:56.903Z Checking time v0.3.47
20552026-08-17T20:21:56.940Z Checking untrusted v0.7.1
20562026-08-17T20:21:57.009Z Checking http-body v1.0.1
20572026-08-17T20:21:57.072Z Checking clap v4.6.1
20582026-08-17T20:21:57.109Z Checking atomic-waker v1.1.2
20592026-08-17T20:21:57.159Z Checking hex v0.4.3
20602026-08-17T20:21:57.198Z Checking httpdate v1.0.3
20612026-08-17T20:21:57.201Z Checking try-lock v0.2.5
20622026-08-17T20:21:57.265Z Checking h2 v0.4.15
20632026-08-17T20:21:57.328Z Checking aws-lc-rs v1.16.3
20642026-08-17T20:21:57.364Z Checking want v0.3.1
20652026-08-17T20:21:57.400Z Checking ryu v1.0.23
20662026-08-17T20:21:57.405Z Checking tower-layer v0.3.3
20672026-08-17T20:21:57.509Z Checking tower-service v0.3.3
20682026-08-17T20:21:57.562Z Checking untrusted v0.9.0
20692026-08-17T20:21:57.605Z Checking pem-rfc7468 v0.7.0
20702026-08-17T20:21:57.642Z Checking spin v0.9.8
20712026-08-17T20:21:57.699Z Checking flagset v0.4.7
20722026-08-17T20:21:57.789Z Checking simd-adler32 v0.3.8
20732026-08-17T20:21:57.847Z Checking mime v0.3.17
20742026-08-17T20:21:57.852Z Checking der v0.7.10
20752026-08-17T20:21:57.982Z Checking block-padding v0.4.2
20762026-08-17T20:21:58.046Z Checking adler2 v2.0.1
20772026-08-17T20:21:58.100Z Checking pretty-hex v0.4.1
20782026-08-17T20:21:58.117Z Checking http-body-util v0.1.3
20792026-08-17T20:21:58.153Z Checking inout v0.2.2
20802026-08-17T20:21:58.194Z Checking miniz_oxide v0.8.9
20812026-08-17T20:21:58.203Z Checking rustls-webpki v0.103.13
20822026-08-17T20:21:58.218Z Checking oxnet v0.1.6
20832026-08-17T20:21:58.358Z Checking camino v1.2.2
20842026-08-17T20:21:58.361Z Checking plain v0.2.3
20852026-08-17T20:21:58.543Z Checking ucd-trie v0.1.7
20862026-08-17T20:21:58.591Z Checking openssl-probe v0.2.1
20872026-08-17T20:21:58.636Z Checking cipher v0.5.2
20882026-08-17T20:21:58.657Z Checking regex v1.12.3
20892026-08-17T20:21:58.695Z Checking serde_urlencoded v0.7.1
20902026-08-17T20:21:58.698Z Checking rustls v0.23.41
20912026-08-17T20:21:58.698Z Checking pest v2.8.6
20922026-08-17T20:21:58.764Z Checking rand_chacha v0.3.1
20932026-08-17T20:21:58.832Z Checking encoding_rs v0.8.35
20942026-08-17T20:21:58.878Z Checking spki v0.7.3
20952026-08-17T20:21:58.921Z Checking futures-executor v0.3.32
20962026-08-17T20:21:58.957Z Checking crc32fast v1.5.0
20972026-08-17T20:21:59.030Z Checking rand v0.8.6
20982026-08-17T20:21:59.070Z Checking either v1.15.0
20992026-08-17T20:21:59.107Z Checking futures v0.3.32
21002026-08-17T20:21:59.142Z Checking sync_wrapper v1.0.2
21012026-08-17T20:21:59.210Z Checking pkcs8 v0.10.2
21022026-08-17T20:21:59.272Z Checking tower v0.5.3
21032026-08-17T20:21:59.317Z Checking foldhash v0.2.0
21042026-08-17T20:21:59.394Z Checking static_assertions v1.1.0
21052026-08-17T20:21:59.491Z Checking iri-string v0.7.10
21062026-08-17T20:21:59.494Z Checking hashbrown v0.16.1
21072026-08-17T20:21:59.567Z Checking openapiv3 v2.2.0
21082026-08-17T20:21:59.683Z Checking zlib-rs v0.6.2
21092026-08-17T20:21:59.799Z Checking bit-vec v0.8.0
21102026-08-17T20:21:59.802Z Checking sha2 v0.10.9
21112026-08-17T20:22:00.021Z Checking bit-set v0.8.0
21122026-08-17T20:22:00.059Z Checking hubpack v0.1.2
21132026-08-17T20:22:00.063Z Checking hyper v1.10.1
21142026-08-17T20:22:00.128Z Checking wait-timeout v0.2.1
21152026-08-17T20:22:00.194Z Checking rustls-native-certs v0.8.3
21162026-08-17T20:22:00.252Z Checking lazy_static v1.5.0
21172026-08-17T20:22:00.289Z Checking quick-error v1.2.3
21182026-08-17T20:22:00.349Z Checking psl-types v2.0.11
21192026-08-17T20:22:00.386Z Checking tinyvec_macros v0.1.1
21202026-08-17T20:22:00.422Z Checking rusty-fork v0.3.1
21212026-08-17T20:22:00.479Z Checking tinyvec v1.10.0
21222026-08-17T20:22:00.516Z Checking publicsuffix v2.3.0
21232026-08-17T20:22:00.520Z Checking tower-http v0.6.8
21242026-08-17T20:22:00.586Z Checking flate2 v1.1.9
21252026-08-17T20:22:00.621Z Checking cookie v0.18.1
21262026-08-17T20:22:00.701Z Checking rand_xorshift v0.4.0
21272026-08-17T20:22:00.810Z Checking strum v0.26.3
21282026-08-17T20:22:00.852Z Checking unarray v0.1.4
21292026-08-17T20:22:00.889Z Checking cookie_store v0.22.1
21302026-08-17T20:22:00.892Z Checking signature v2.2.0
21312026-08-17T20:22:00.923Z Checking num-integer v0.1.46
21322026-08-17T20:22:00.991Z Checking scroll v0.13.0
21332026-08-17T20:22:01.024Z Checking tokio-rustls v0.26.4
21342026-08-17T20:22:01.027Z Checking rustls-platform-verifier v0.6.2
21352026-08-17T20:22:01.027Z Checking proptest v1.11.0
21362026-08-17T20:22:01.125Z Checking memmap2 v0.9.10
21372026-08-17T20:22:01.129Z Checking hyper-util v0.1.20
21382026-08-17T20:22:01.203Z Checking dtrace-parser v0.3.0
21392026-08-17T20:22:01.232Z Checking anstyle-parse v0.2.7
21402026-08-17T20:22:01.235Z Checking goblin v0.10.5
21412026-08-17T20:22:01.301Z Checking ahash v0.8.12
21422026-08-17T20:22:01.301Z Checking toml_datetime v0.6.11
21432026-08-17T20:22:01.369Z Checking serde_spanned v0.6.9
21442026-08-17T20:22:01.438Z Checking thread-id v5.1.0
21452026-08-17T20:22:01.475Z Checking base64 v0.21.7
21462026-08-17T20:22:01.515Z Checking data-encoding v2.10.0
21472026-08-17T20:22:01.518Z Checking anstream v0.6.21
21482026-08-17T20:22:01.586Z Checking bstr v1.12.1
21492026-08-17T20:22:01.589Z Checking hmac v0.12.1
21502026-08-17T20:22:01.724Z Checking x509-cert v0.2.5
21512026-08-17T20:22:01.774Z Checking crossbeam-epoch v0.9.18
21522026-08-17T20:22:01.778Z Checking memoffset v0.9.1
21532026-08-17T20:22:01.843Z Checking num-iter v0.1.45
21542026-08-17T20:22:01.913Z Checking scroll v0.12.0
21552026-08-17T20:22:01.980Z Checking zerocopy v0.7.35
21562026-08-17T20:22:02.019Z Checking rustix v0.38.44
21572026-08-17T20:22:02.023Z Checking env_filter v1.0.0
21582026-08-17T20:22:02.161Z Checking goblin v0.8.2
21592026-08-17T20:22:02.217Z Checking tap v1.0.1
21602026-08-17T20:22:02.348Z Checking unicode-segmentation v1.12.0
21612026-08-17T20:22:02.388Z Checking wyz v0.5.1
21622026-08-17T20:22:02.433Z Checking hyper-rustls v0.27.7
21632026-08-17T20:22:02.489Z Checking env_logger v0.11.9
21642026-08-17T20:22:02.587Z Checking num-bigint-dig v0.8.6
21652026-08-17T20:22:02.666Z Checking reqwest v0.13.2
21662026-08-17T20:22:02.704Z Checking nix v0.31.2
21672026-08-17T20:22:02.707Z Checking dtrace-parser v0.2.0
21682026-08-17T20:22:02.823Z Checking pkcs1 v0.7.5
21692026-08-17T20:22:02.862Z Checking newtype-uuid v1.3.2
21702026-08-17T20:22:02.994Z Checking ff v0.13.1
21712026-08-17T20:22:03.075Z Checking radium v0.7.0
21722026-08-17T20:22:03.091Z Checking daft v0.1.7
21732026-08-17T20:22:03.150Z Checking thread-id v4.2.2
21742026-08-17T20:22:03.251Z Checking funty v2.0.0
21752026-08-17T20:22:03.288Z Checking winnow v1.0.3
21762026-08-17T20:22:03.361Z Checking same-file v1.0.6
21772026-08-17T20:22:03.409Z Checking crc-catalog v2.4.0
21782026-08-17T20:22:03.509Z Checking base16ct v0.2.0
21792026-08-17T20:22:03.545Z Checking crc v3.4.0
21802026-08-17T20:22:03.550Z Checking walkdir v2.5.0
21812026-08-17T20:22:03.616Z Checking dof v0.4.0
21822026-08-17T20:22:03.620Z Checking bitvec v1.0.1
21832026-08-17T20:22:03.683Z Checking sec1 v0.7.3
21842026-08-17T20:22:03.739Z Checking rsa v0.9.10
21852026-08-17T20:22:03.776Z Checking group v0.13.0
21862026-08-17T20:22:03.910Z Checking hkdf v0.12.4
21872026-08-17T20:22:03.915Z Checking unicode-normalization v0.1.25
21882026-08-17T20:22:03.979Z Checking serde_with v3.21.0
21892026-08-17T20:22:04.053Z Checking dof v0.3.0
21902026-08-17T20:22:04.103Z Checking crypto-bigint v0.5.5
21912026-08-17T20:22:04.140Z Checking zerocopy v0.6.6
21922026-08-17T20:22:04.231Z Checking maybe-uninit v2.0.0
21932026-08-17T20:22:04.269Z Checking usdt-impl v0.6.0
21942026-08-17T20:22:04.327Z Checking keccak v0.1.6
21952026-08-17T20:22:04.364Z Checking usdt-impl v0.5.0
21962026-08-17T20:22:04.367Z Checking foreign-types-shared v0.1.1
21972026-08-17T20:22:04.452Z Checking winnow v0.5.40
21982026-08-17T20:22:04.509Z Checking foldhash v0.1.5
21992026-08-17T20:22:04.547Z Checking nodrop v0.1.14
22002026-08-17T20:22:04.581Z Checking usdt v0.6.0
22012026-08-17T20:22:04.659Z Checking array-init v0.0.4
22022026-08-17T20:22:04.695Z Checking hashbrown v0.15.5
22032026-08-17T20:22:04.698Z Checking sha3 v0.10.8
22042026-08-17T20:22:04.772Z Checking foreign-types v0.3.2
22052026-08-17T20:22:04.869Z Checking smallvec v0.6.14
22062026-08-17T20:22:04.923Z Checking bitfield v0.19.4
22072026-08-17T20:22:04.970Z Checking packed_struct v0.10.1
22082026-08-17T20:22:04.973Z Checking bzip2-sys v0.1.13+1.0.8
22092026-08-17T20:22:05.038Z Checking elliptic-curve v0.13.8
22102026-08-17T20:22:05.078Z Checking openssl-sys v0.9.117
22112026-08-17T20:22:05.123Z Checking bitflags v1.3.2
22122026-08-17T20:22:05.205Z Checking hashbrown v0.12.3
22132026-08-17T20:22:05.208Z Checking siphasher v1.0.2
22142026-08-17T20:22:05.274Z Checking bzip2 v0.4.4
22152026-08-17T20:22:05.366Z Checking serde-hex v0.1.0
22162026-08-17T20:22:05.403Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22172026-08-17T20:22:05.461Z Checking toml_parser v1.1.2+spec-1.1.0
22182026-08-17T20:22:05.464Z Checking openssl v0.10.80
22192026-08-17T20:22:05.500Z Checking ron v0.8.1
22202026-08-17T20:22:05.578Z Checking hashbrown v0.13.2
22212026-08-17T20:22:05.615Z Checking toml_edit v0.19.15
22222026-08-17T20:22:05.672Z Checking indexmap v1.9.3
22232026-08-17T20:22:05.818Z Checking itertools v0.13.0
22242026-08-17T20:22:06.018Z Checking itertools v0.15.0
22252026-08-17T20:22:06.055Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22262026-08-17T20:22:06.058Z Checking signal-hook v0.3.18
22272026-08-17T20:22:06.122Z Checking crc-any v2.5.0
22282026-08-17T20:22:06.302Z Checking managed v0.8.0
22292026-08-17T20:22:06.339Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22302026-08-17T20:22:06.517Z Checking object v0.30.4
22312026-08-17T20:22:06.554Z Checking zip v0.6.6
22322026-08-17T20:22:06.668Z Checking toml v0.7.8
22332026-08-17T20:22:06.871Z Checking globset v0.4.18
22342026-08-17T20:22:06.908Z Checking chacha20 v0.10.0
22352026-08-17T20:22:06.911Z Checking curve25519-dalek v4.1.3
22362026-08-17T20:22:07.002Z Checking object v0.37.3
22372026-08-17T20:22:07.116Z Checking winnow v0.7.14
22382026-08-17T20:22:07.153Z Checking toml_write v0.1.2
22392026-08-17T20:22:07.188Z Checking path-slash v0.1.5
22402026-08-17T20:22:07.316Z Checking signal-hook-mio v0.2.5
22412026-08-17T20:22:07.353Z Checking ed25519 v2.2.3
22422026-08-17T20:22:07.450Z Checking ref-cast v1.0.25
22432026-08-17T20:22:07.523Z Checking native-tls v0.2.18
22442026-08-17T20:22:07.565Z Checking pin-project v1.1.11
22452026-08-17T20:22:07.605Z Checking jiff-core v0.1.0
22462026-08-17T20:22:07.689Z Checking pem v3.0.6
22472026-08-17T20:22:07.727Z Checking ed25519-dalek v2.2.0
22482026-08-17T20:22:07.730Z Checking tokio-native-tls v0.3.1
22492026-08-17T20:22:07.872Z Checking zstd-sys v2.0.16+zstd.1.5.7
22502026-08-17T20:22:07.940Z Checking fixedbitset v0.5.7
22512026-08-17T20:22:07.982Z Checking hyper-tls v0.6.0
22522026-08-17T20:22:08.018Z Checking zstd-safe v7.2.4
22532026-08-17T20:22:08.159Z Checking petgraph v0.8.3
22542026-08-17T20:22:08.196Z Checking snafu v0.8.9
22552026-08-17T20:22:08.231Z Checking crossterm v0.28.1
22562026-08-17T20:22:08.300Z Checking jiff v0.2.34
22572026-08-17T20:22:08.337Z Checking toml_edit v0.22.27
22582026-08-17T20:22:08.461Z Checking similar v2.7.0
22592026-08-17T20:22:08.592Z Checking fs-err v3.3.0
22602026-08-17T20:22:08.869Z Checking hash32 v0.2.1
22612026-08-17T20:22:08.920Z Checking serde_plain v1.0.2
22622026-08-17T20:22:08.975Z Checking serde-big-array v0.5.1
22632026-08-17T20:22:09.052Z Checking bumpalo v3.20.2
22642026-08-17T20:22:09.089Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22652026-08-17T20:22:09.092Z Checking libbz2-rs-sys v0.2.2
22662026-08-17T20:22:09.157Z Checking unicode-properties v0.1.4
22672026-08-17T20:22:09.277Z Checking typed-path v0.9.3
22682026-08-17T20:22:09.317Z Checking predicates-core v1.0.10
22692026-08-17T20:22:09.364Z Checking unicode-bidi v0.3.18
22702026-08-17T20:22:09.459Z Checking zopfli v0.8.3
22712026-08-17T20:22:09.495Z Checking heapless v0.7.17
22722026-08-17T20:22:09.537Z Checking bzip2 v0.6.1
22732026-08-17T20:22:09.684Z Checking stringprep v0.1.5
22742026-08-17T20:22:09.723Z Checking zstd v0.13.3
22752026-08-17T20:22:09.770Z Checking reqwest v0.12.28
22762026-08-17T20:22:09.809Z Checking hickory-proto v0.25.2
22772026-08-17T20:22:09.863Z Checking byte-wrapper v0.1.0
22782026-08-17T20:22:09.917Z Checking md-5 v0.10.6
22792026-08-17T20:22:09.953Z Checking float-cmp v0.10.0
22802026-08-17T20:22:10.050Z Checking difflib v0.4.0
22812026-08-17T20:22:10.094Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22822026-08-17T20:22:10.097Z Checking fallible-iterator v0.2.0
22832026-08-17T20:22:10.097Z Checking normalize-line-endings v0.3.0
22842026-08-17T20:22:10.194Z Checking smoltcp v0.9.1
22852026-08-17T20:22:10.230Z Checking zip v4.6.1
22862026-08-17T20:22:10.267Z Checking iddqd v0.4.2
22872026-08-17T20:22:10.270Z Checking predicates v3.1.4
22882026-08-17T20:22:10.447Z Checking postgres-protocol v0.6.10
22892026-08-17T20:22:10.450Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22902026-08-17T20:22:10.527Z Checking phf_shared v0.13.1
22912026-08-17T20:22:10.617Z Checking phf_shared v0.11.3
22922026-08-17T20:22:10.753Z Checking olpc-cjson v0.1.4
22932026-08-17T20:22:10.801Z Checking tokio-stream v0.1.18
22942026-08-17T20:22:10.804Z Checking strum v0.27.2
22952026-08-17T20:22:10.872Z Checking new_debug_unreachable v1.0.6
22962026-08-17T20:22:10.874Z Checking fixedbitset v0.4.2
22972026-08-17T20:22:10.940Z Checking lalrpop-util v0.19.12
22982026-08-17T20:22:10.977Z Checking precomputed-hash v0.1.1
22992026-08-17T20:22:10.980Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23002026-08-17T20:22:11.069Z Checking tough v0.22.0
23012026-08-17T20:22:11.106Z Checking petgraph v0.6.5
23022026-08-17T20:22:11.109Z Checking string_cache v0.8.9
23032026-08-17T20:22:11.174Z Checking postgres-types v0.2.12
23042026-08-17T20:22:11.211Z Checking phf v0.13.1
23052026-08-17T20:22:11.214Z Checking buf-list v1.1.2
23062026-08-17T20:22:11.327Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23072026-08-17T20:22:11.389Z Checking peg-runtime v0.8.5
23082026-08-17T20:22:11.457Z Checking whoami v2.1.0
23092026-08-17T20:22:11.560Z Checking is-terminal v0.4.17
23102026-08-17T20:22:11.616Z Checking crossbeam-channel v0.5.15
23112026-08-17T20:22:11.655Z Checking thread_local v1.1.9
23122026-08-17T20:22:11.693Z Checking take_mut v0.2.2
23132026-08-17T20:22:11.696Z Checking tokio-postgres v0.7.16
23142026-08-17T20:22:11.823Z Checking term v1.2.1
23152026-08-17T20:22:11.863Z Compiling newtype-uuid-macros v0.1.0
23162026-08-17T20:22:11.973Z Checking slog-async v2.8.0
23172026-08-17T20:22:12.073Z Checking slog-term v2.9.2
23182026-08-17T20:22:12.174Z Checking match_cfg v0.1.0
23192026-08-17T20:22:12.274Z Checking hostname v0.3.1
23202026-08-17T20:22:12.357Z Checking slog-json v2.6.1
23212026-08-17T20:22:12.395Z Compiling multer v3.1.0
23222026-08-17T20:22:12.430Z Compiling async-stream-impl v0.3.6
23232026-08-17T20:22:12.544Z Checking slog-bunyan v2.5.0
23242026-08-17T20:22:12.602Z Compiling dropshot v0.17.1
23252026-08-17T20:22:12.639Z Checking debug-ignore v1.0.5
23262026-08-17T20:22:12.707Z Compiling dropshot_endpoint v0.17.1
23272026-08-17T20:22:12.752Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23282026-08-17T20:22:12.788Z Checking serde_path_to_error v0.1.20
23292026-08-17T20:22:12.897Z Checking progenitor-client v0.14.0
23302026-08-17T20:22:13.017Z Checking sha1 v0.11.0
23312026-08-17T20:22:13.054Z Checking toml_datetime v1.1.1+spec-1.1.0
23322026-08-17T20:22:13.089Z Checking serde_spanned v1.1.1
23332026-08-17T20:22:13.120Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23342026-08-17T20:22:13.158Z Checking toml_writer v1.1.1+spec-1.1.0
23352026-08-17T20:22:13.205Z Checking compression-core v0.4.31
23362026-08-17T20:22:13.242Z Checking async-stream v0.3.6
23372026-08-17T20:22:13.308Z Checking waitgroup v0.1.2
23382026-08-17T20:22:13.375Z Checking toml v1.1.2+spec-1.1.0
23392026-08-17T20:22:13.378Z Checking compression-codecs v0.4.37
23402026-08-17T20:22:13.446Z Checking rustls-pemfile v2.2.0
23412026-08-17T20:22:13.460Z Checking hostname v0.4.2
23422026-08-17T20:22:13.522Z Checking atomicwrites v0.4.4
23432026-08-17T20:22:13.633Z Compiling parse-display-derive v0.10.0
23442026-08-17T20:22:13.645Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23452026-08-17T20:22:13.645Z Checking async-compression v0.4.41
23462026-08-17T20:22:13.661Z Checking macaddr v1.0.1
23472026-08-17T20:22:13.675Z Checking regress v0.10.5
23482026-08-17T20:22:13.737Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23492026-08-17T20:22:13.741Z Checking instant v0.1.13
23502026-08-17T20:22:13.863Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23512026-08-17T20:22:13.907Z Checking itertools v0.14.0
23522026-08-17T20:22:13.912Z Checking backoff v0.4.0
23532026-08-17T20:22:13.993Z Checking backon v1.6.0
23542026-08-17T20:22:14.122Z Checking humantime v2.3.0
23552026-08-17T20:22:14.160Z Checking unicode-width v0.2.0
23562026-08-17T20:22:14.165Z Compiling convert_case v0.4.0
23572026-08-17T20:22:14.232Z Checking progenitor-extras v0.2.0
23582026-08-17T20:22:14.325Z Checking half v2.7.1
23592026-08-17T20:22:14.437Z Checking ciborium-io v0.2.2
23602026-08-17T20:22:14.477Z Checking heck v0.5.0
23612026-08-17T20:22:14.559Z Checking secrecy v0.10.3
23622026-08-17T20:22:14.589Z Compiling derive_more v0.99.20
23632026-08-17T20:22:14.625Z Checking camino-tempfile v1.4.1
23642026-08-17T20:22:14.636Z Checking ciborium-ll v0.2.2
23652026-08-17T20:22:14.692Z Checking indent_write v2.2.0
23662026-08-17T20:22:14.809Z Compiling regress v0.11.1
23672026-08-17T20:22:14.846Z Compiling crucible-workspace-hack v0.1.0
23682026-08-17T20:22:14.857Z Checking ciborium v0.2.2
23692026-08-17T20:22:14.977Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-08-17T20:22:15.136Z Checking inout v0.1.4
23712026-08-17T20:22:15.195Z Checking universal-hash v0.5.1
23722026-08-17T20:22:15.229Z Checking parse-display v0.10.0
23732026-08-17T20:22:15.298Z Checking cipher v0.4.4
23742026-08-17T20:22:15.331Z Compiling thiserror-impl-no-std v2.0.2
23752026-08-17T20:22:15.340Z Checking opaque-debug v0.3.1
23762026-08-17T20:22:15.402Z Checking blake2 v0.10.6
23772026-08-17T20:22:15.470Z Checking poly1305 v0.8.0
23782026-08-17T20:22:15.513Z Checking chacha20 v0.9.1
23792026-08-17T20:22:15.668Z Checking password-hash v0.5.0
23802026-08-17T20:22:15.759Z Checking aead v0.5.2
23812026-08-17T20:22:15.800Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23822026-08-17T20:22:15.931Z Checking chacha20poly1305 v0.10.1
23832026-08-17T20:22:15.970Z Checking argon2 v0.5.3
23842026-08-17T20:22:16.083Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23852026-08-17T20:22:16.226Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23862026-08-17T20:22:16.334Z Compiling unsafe-libyaml v0.2.11
23872026-08-17T20:22:16.408Z Compiling typify-impl v0.6.2
23882026-08-17T20:22:16.500Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23892026-08-17T20:22:16.535Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23902026-08-17T20:22:16.572Z Checking thiserror-no-std v2.0.2
23912026-08-17T20:22:16.688Z Checking vsss-rs v3.3.4
23922026-08-17T20:22:17.099Z Compiling serde_yaml v0.9.34+deprecated
23932026-08-17T20:22:17.196Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-08-17T20:22:17.806Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23952026-08-17T20:22:17.921Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-08-17T20:22:18.016Z Checking swrite v0.1.0
23972026-08-17T20:22:18.123Z Checking crossbeam-deque v0.8.6
23982026-08-17T20:22:18.158Z Compiling rayon-core v1.13.0
23992026-08-17T20:22:18.194Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24002026-08-17T20:22:18.197Z Compiling num-derive v0.4.2
24012026-08-17T20:22:18.319Z Compiling toml_datetime v0.7.5+spec-1.1.0
24022026-08-17T20:22:18.356Z Compiling proc-macro-error v1.0.4
24032026-08-17T20:22:18.521Z Compiling toml_edit v0.23.10+spec-1.0.0
24042026-08-17T20:22:18.591Z Checking tabwriter v1.4.1
24052026-08-17T20:22:18.686Z Checking glob v0.3.3
24062026-08-17T20:22:18.763Z Compiling heapless v0.8.0
24072026-08-17T20:22:18.810Z Checking rayon v1.11.0
24082026-08-17T20:22:18.891Z Checking hash32 v0.3.1
24092026-08-17T20:22:18.966Z Compiling ingot-macros v0.2.0
24102026-08-17T20:22:19.043Z Compiling smoltcp v0.11.0
24112026-08-17T20:22:19.079Z Compiling proc-macro-crate v3.4.0
24122026-08-17T20:22:19.359Z Checking colored v3.1.1
24132026-08-17T20:22:19.397Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24142026-08-17T20:22:19.648Z Compiling num_enum_derive v0.7.6
24152026-08-17T20:22:19.713Z Checking toml v0.8.23
24162026-08-17T20:22:19.745Z Checking cobs v0.3.0
24172026-08-17T20:22:19.918Z Compiling usdt-macro v0.5.0
24182026-08-17T20:22:20.005Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24192026-08-17T20:22:20.041Z Compiling usdt-attr-macro v0.5.0
24202026-08-17T20:22:20.074Z Checking memmap v0.7.0
24212026-08-17T20:22:20.231Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24222026-08-17T20:22:20.488Z Checking postcard v1.1.3
24232026-08-17T20:22:20.671Z Checking rand v0.10.1
24242026-08-17T20:22:20.745Z Checking num_enum v0.7.6
24252026-08-17T20:22:20.836Z Compiling proc-macro-crate v1.3.1
24262026-08-17T20:22:20.885Z Checking usdt v0.5.0
24272026-08-17T20:22:20.920Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24282026-08-17T20:22:20.953Z Compiling typify-macro v0.6.2
24292026-08-17T20:22:21.084Z Checking sigpipe v0.1.3
24302026-08-17T20:22:21.154Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24312026-08-17T20:22:21.192Z Compiling foreign-types-macros v0.2.3
24322026-08-17T20:22:21.226Z Checking foreign-types-shared v0.3.1
24332026-08-17T20:22:21.276Z Compiling num_enum_derive v0.5.11
24342026-08-17T20:22:21.485Z Checking cstr-argument v0.1.2
24352026-08-17T20:22:21.522Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24362026-08-17T20:22:21.588Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24372026-08-17T20:22:21.635Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24382026-08-17T20:22:21.797Z Checking ingot-types v0.2.0
24392026-08-17T20:22:21.832Z Checking foreign-types v0.5.0
24402026-08-17T20:22:21.912Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24412026-08-17T20:22:21.947Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24422026-08-17T20:22:21.981Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24432026-08-17T20:22:22.058Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24442026-08-17T20:22:22.101Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24452026-08-17T20:22:22.136Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24462026-08-17T20:22:22.202Z Checking ingot v0.2.1
24472026-08-17T20:22:22.243Z Compiling zone_cfg_derive v0.3.1
24482026-08-17T20:22:22.279Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24492026-08-17T20:22:22.335Z Checking num_enum v0.5.11
24502026-08-17T20:22:22.472Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24512026-08-17T20:22:22.476Z Checking itertools v0.12.1
24522026-08-17T20:22:22.540Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24532026-08-17T20:22:22.710Z Compiling typify v0.6.2
24542026-08-17T20:22:22.844Z Compiling progenitor-impl v0.14.0
24552026-08-17T20:22:22.914Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24562026-08-17T20:22:22.979Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24572026-08-17T20:22:23.013Z Checking smf v0.2.3
24582026-08-17T20:22:23.122Z Checking whoami v1.6.1
24592026-08-17T20:22:23.217Z Compiling derive-where v1.6.0
24602026-08-17T20:22:23.261Z Checking tokio-dtrace v0.1.1
24612026-08-17T20:22:23.318Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24622026-08-17T20:22:23.484Z Checking oxide-tokio-rt v0.1.4
24632026-08-17T20:22:23.528Z Checking zone v0.3.1
24642026-08-17T20:22:23.685Z Checking console v0.15.11
24652026-08-17T20:22:23.818Z Checking newline-converter v0.3.0
24662026-08-17T20:22:23.853Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24672026-08-17T20:22:23.908Z Checking bytecount v0.6.9
24682026-08-17T20:22:23.954Z Checking unicode-width v0.1.14
24692026-08-17T20:22:23.989Z Checking expectorate v1.2.0
24702026-08-17T20:22:24.038Z Checking num-rational v0.4.2
24712026-08-17T20:22:24.141Z Checking num-complex v0.4.6
24722026-08-17T20:22:24.228Z Checking float-ord v0.3.2
24732026-08-17T20:22:24.336Z Compiling cancel-safe-futures v0.1.5
24742026-08-17T20:22:24.370Z Checking linear-map v1.2.0
24752026-08-17T20:22:24.497Z Checking num v0.4.3
24762026-08-17T20:22:24.533Z Checking oxide-update-engine-types v0.1.2
24772026-08-17T20:22:24.565Z Checking gethostname v0.5.0
24782026-08-17T20:22:24.634Z Compiling prettyplease v0.2.37
24792026-08-17T20:22:24.700Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24802026-08-17T20:22:24.903Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24812026-08-17T20:22:25.005Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24822026-08-17T20:22:25.104Z Checking resolv-conf v0.7.6
24832026-08-17T20:22:25.146Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24842026-08-17T20:22:25.216Z Compiling owo-colors v4.3.0
24852026-08-17T20:22:25.310Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24862026-08-17T20:22:25.410Z Checking smawk v0.3.2
24872026-08-17T20:22:25.435Z Compiling progenitor-macro v0.14.0
24882026-08-17T20:22:25.439Z Checking oxide-update-engine v0.1.2
24892026-08-17T20:22:25.536Z Checking unicode-linebreak v0.1.5
24902026-08-17T20:22:25.825Z Checking papergrid v0.11.0
24912026-08-17T20:22:25.952Z Compiling tabled_derive v0.7.0
24922026-08-17T20:22:26.111Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24932026-08-17T20:22:26.309Z Compiling convert_case v0.10.0
24942026-08-17T20:22:26.358Z Compiling slog-dtrace v0.3.0
24952026-08-17T20:22:26.640Z Compiling derive_more-impl v2.1.1
24962026-08-17T20:22:26.675Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-08-17T20:22:26.746Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24982026-08-17T20:22:26.932Z Checking tabled v0.15.0
24992026-08-17T20:22:27.186Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-08-17T20:22:27.508Z Checking derive_more v2.1.1
25012026-08-17T20:22:27.609Z Checking crossterm v0.29.0
25022026-08-17T20:22:27.644Z Checking linked-hash-map v0.5.6
25032026-08-17T20:22:27.853Z Checking lru-cache v0.1.2
25042026-08-17T20:22:28.169Z Checking hickory-proto v0.24.4
25052026-08-17T20:22:28.204Z Checking fd-lock v4.0.4
25062026-08-17T20:22:28.744Z Checking vte v0.14.1
25072026-08-17T20:22:29.095Z Checking strip-ansi-escapes v0.2.1
25082026-08-17T20:22:29.241Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-08-17T20:22:29.369Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25102026-08-17T20:22:29.407Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25112026-08-17T20:22:30.403Z Checking nu-ansi-term v0.50.3
25122026-08-17T20:22:30.447Z Checking progenitor v0.14.0
25132026-08-17T20:22:30.614Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25142026-08-17T20:22:30.649Z Checking termtree v0.5.1
25152026-08-17T20:22:30.799Z Checking reedline v0.40.0
25162026-08-17T20:22:30.880Z Checking hickory-resolver v0.24.4
25172026-08-17T20:22:30.939Z Checking textwrap v0.16.2
25182026-08-17T20:22:31.186Z Compiling minimal-lexical v0.2.1
25192026-08-17T20:22:31.621Z Compiling nom v7.1.3
25202026-08-17T20:22:31.658Z Checking qorb v0.4.1
25212026-08-17T20:22:31.821Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25222026-08-17T20:22:31.973Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-08-17T20:22:32.096Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25242026-08-17T20:22:32.528Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-08-17T20:22:32.869Z Compiling unicode-xid v0.2.6
25262026-08-17T20:22:32.980Z Checking display-error-chain v0.2.2
25272026-08-17T20:22:33.017Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-08-17T20:22:33.085Z Compiling ar_archive_writer v0.5.1
25292026-08-17T20:22:33.118Z Checking csv-core v0.1.13
25302026-08-17T20:22:33.152Z Compiling stacker v0.1.23
25312026-08-17T20:22:33.324Z Checking csv v1.4.0
25322026-08-17T20:22:33.409Z Compiling semver v0.1.20
25332026-08-17T20:22:33.444Z Compiling cfg_aliases v0.1.1
25342026-08-17T20:22:33.547Z Checking highway v1.3.0
25352026-08-17T20:22:33.647Z Compiling rustc_version v0.1.7
25362026-08-17T20:22:33.683Z Compiling nix v0.28.0
25372026-08-17T20:22:33.718Z Checking nibble_vec v0.1.0
25382026-08-17T20:22:33.796Z Checking endian-type v0.1.2
25392026-08-17T20:22:33.799Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-08-17T20:22:33.872Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25412026-08-17T20:22:33.906Z Compiling newtype_derive v0.1.6
25422026-08-17T20:22:33.940Z Compiling psm v0.1.30
25432026-08-17T20:22:33.972Z Checking radix_trie v0.2.1
25442026-08-17T20:22:34.091Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25452026-08-17T20:22:34.126Z Checking phf_shared v0.12.1
25462026-08-17T20:22:34.206Z Compiling recursive-proc-macro-impl v0.1.1
25472026-08-17T20:22:34.292Z Compiling chrono-tz v0.10.4
25482026-08-17T20:22:34.370Z Checking phf v0.12.1
25492026-08-17T20:22:34.640Z Compiling const_format_proc_macros v0.2.34
25502026-08-17T20:22:34.643Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-08-17T20:22:34.673Z Compiling peg-macros v0.8.5
25522026-08-17T20:22:34.740Z Checking winnow v0.6.26
25532026-08-17T20:22:34.773Z Compiling sqlparser_derive v0.5.0
25542026-08-17T20:22:34.889Z Checking recursive v0.1.1
25552026-08-17T20:22:35.012Z Checking home v0.5.12
25562026-08-17T20:22:35.147Z Checking unicode_categories v0.1.1
25572026-08-17T20:22:35.471Z Checking const_format v0.2.35
25582026-08-17T20:22:35.540Z Checking rustyline v14.0.0
25592026-08-17T20:22:35.573Z Checking sqlparser v0.61.0
25602026-08-17T20:22:35.763Z Checking bcs v0.1.6
25612026-08-17T20:22:35.959Z Checking sqlformat v0.3.5
25622026-08-17T20:22:36.024Z Checking nom v8.0.0
25632026-08-17T20:22:36.062Z Checking peg v0.8.5
25642026-08-17T20:22:36.156Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-08-17T20:22:36.380Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25662026-08-17T20:22:36.424Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25672026-08-17T20:22:36.524Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-08-17T20:22:36.558Z Checking steno v0.4.1
25692026-08-17T20:22:36.888Z Checking sha1 v0.10.6
25702026-08-17T20:22:37.086Z Checking filetime v0.2.27
25712026-08-17T20:22:37.249Z Checking xattr v1.6.1
25722026-08-17T20:22:37.410Z Checking tar v0.4.46
25732026-08-17T20:22:37.494Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25742026-08-17T20:22:37.578Z Checking subprocess v0.2.15
25752026-08-17T20:22:37.693Z Checking headers-core v0.3.0
25762026-08-17T20:22:37.797Z Checking yasna v0.5.2
25772026-08-17T20:22:37.834Z Checking port-file v0.1.0
25782026-08-17T20:22:37.837Z Checking headers v0.4.1
25792026-08-17T20:22:37.897Z Checking tagptr v0.2.0
25802026-08-17T20:22:37.999Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25812026-08-17T20:22:38.033Z Checking dropshot-api-manager-types v0.8.0
25822026-08-17T20:22:38.067Z Checking moka v0.12.13
25832026-08-17T20:22:38.191Z Checking rcgen v0.12.1
25842026-08-17T20:22:38.231Z Checking utf-8 v0.7.6
25852026-08-17T20:22:38.393Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25862026-08-17T20:22:38.528Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25872026-08-17T20:22:38.570Z Checking tungstenite v0.21.0
25882026-08-17T20:22:38.731Z Checking hickory-resolver v0.25.2
25892026-08-17T20:22:38.986Z Compiling libefi-sys v0.1.0
25902026-08-17T20:22:39.020Z Checking tokio-tungstenite v0.21.0
25912026-08-17T20:22:39.244Z Compiling bitfield-struct v0.6.2
25922026-08-17T20:22:39.328Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25932026-08-17T20:22:39.462Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-08-17T20:22:39.605Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25952026-08-17T20:22:39.709Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25962026-08-17T20:22:39.827Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25972026-08-17T20:22:39.895Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25982026-08-17T20:22:39.974Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25992026-08-17T20:22:40.010Z Compiling xshell-macros v0.2.7
26002026-08-17T20:22:40.040Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26012026-08-17T20:22:40.157Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26022026-08-17T20:22:40.258Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26032026-08-17T20:22:40.404Z Checking xshell v0.2.7
26042026-08-17T20:22:40.437Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26052026-08-17T20:22:40.616Z Checking half v1.8.3
26062026-08-17T20:22:40.686Z Checking libscf-sys v1.2.0
26072026-08-17T20:22:40.808Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26082026-08-17T20:22:40.843Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26092026-08-17T20:22:40.884Z Checking serde_cbor v0.11.2
26102026-08-17T20:22:41.094Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26112026-08-17T20:22:41.250Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26122026-08-17T20:22:41.326Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26132026-08-17T20:22:41.444Z Checking papergrid v0.18.0
26142026-08-17T20:22:41.479Z Checking maplit v1.0.2
26152026-08-17T20:22:41.554Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26162026-08-17T20:22:41.589Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26172026-08-17T20:22:41.591Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26182026-08-17T20:22:42.046Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26192026-08-17T20:22:42.165Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26202026-08-17T20:22:42.238Z Checking tabled v0.21.0
26212026-08-17T20:22:42.297Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26222026-08-17T20:22:42.373Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26232026-08-17T20:22:42.435Z Checking crc8 v0.1.1
26242026-08-17T20:22:42.558Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26252026-08-17T20:22:42.593Z Checking unicase v2.9.0
26262026-08-17T20:22:42.776Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26272026-08-17T20:22:42.836Z Checking fxhash v0.2.1
26282026-08-17T20:22:43.001Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26292026-08-17T20:22:43.469Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26302026-08-17T20:22:43.543Z Checking sha2 v0.11.0
26312026-08-17T20:22:43.918Z Compiling darling_core v0.21.3
26322026-08-17T20:22:44.083Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26332026-08-17T20:22:44.161Z Compiling vergen-lib v0.1.6
26342026-08-17T20:22:44.244Z Compiling diesel_derives v2.3.7
26352026-08-17T20:22:44.402Z Checking scheduled-thread-pool v0.2.7
26362026-08-17T20:22:44.438Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26372026-08-17T20:22:44.472Z Compiling vergen-gitcl v1.0.8
26382026-08-17T20:22:44.550Z Compiling diesel_table_macro_syntax v0.3.0
26392026-08-17T20:22:44.584Z Checking r2d2 v0.8.10
26402026-08-17T20:22:44.776Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26412026-08-17T20:22:44.810Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26422026-08-17T20:22:45.111Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26432026-08-17T20:22:45.189Z Checking downcast-rs v2.0.2
26442026-08-17T20:22:45.240Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26452026-08-17T20:22:45.351Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26462026-08-17T20:22:45.411Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26472026-08-17T20:22:45.886Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26482026-08-17T20:22:46.106Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26492026-08-17T20:22:46.292Z Checking kstat-rs v0.2.5
26502026-08-17T20:22:46.326Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26512026-08-17T20:22:46.492Z Compiling darling_macro v0.21.3
26522026-08-17T20:22:46.528Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26532026-08-17T20:22:46.779Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26542026-08-17T20:22:46.821Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26552026-08-17T20:22:47.027Z Compiling darling v0.21.3
26562026-08-17T20:22:47.142Z Compiling dsl_auto_type v0.2.0
26572026-08-17T20:22:47.243Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26582026-08-17T20:22:47.582Z Compiling dirs-sys-next v0.1.2
26592026-08-17T20:22:47.850Z Compiling crunchy v0.2.4
26602026-08-17T20:22:47.895Z Compiling parking_lot_core v0.8.6
26612026-08-17T20:22:48.051Z Compiling dirs-next v2.0.0
26622026-08-17T20:22:48.200Z Compiling clang-sys v1.8.1
26632026-08-17T20:22:48.233Z Compiling git-stub v1.0.0
26642026-08-17T20:22:48.236Z Compiling tiny-keccak v2.0.2
26652026-08-17T20:22:48.515Z Compiling git-stub-vcs v0.1.0
26662026-08-17T20:22:48.585Z Compiling term v0.7.0
26672026-08-17T20:22:48.655Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26682026-08-17T20:22:48.687Z Compiling bit-vec v0.6.3
26692026-08-17T20:22:48.891Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26702026-08-17T20:22:48.929Z Compiling bit-set v0.5.3
26712026-08-17T20:22:48.997Z Compiling ascii-canvas v3.0.0
26722026-08-17T20:22:49.145Z Checking parking_lot v0.11.2
26732026-08-17T20:22:49.264Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26742026-08-17T20:22:49.315Z Checking prefix-trie v0.7.0
26752026-08-17T20:22:49.361Z Compiling itertools v0.10.5
26762026-08-17T20:22:49.394Z Compiling ena v0.14.4
26772026-08-17T20:22:49.547Z Compiling libloading v0.8.9
26782026-08-17T20:22:49.630Z Compiling regex-syntax v0.6.29
26792026-08-17T20:22:49.664Z Compiling salty v0.3.0
26802026-08-17T20:22:49.667Z Compiling bindgen v0.71.1
26812026-08-17T20:22:49.773Z Compiling diff v0.1.13
26822026-08-17T20:22:50.059Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26832026-08-17T20:22:50.158Z Checking hickory-server v0.25.2
26842026-08-17T20:22:50.375Z Checking sled v0.34.7
26852026-08-17T20:22:50.494Z Compiling cexpr v0.6.0
26862026-08-17T20:22:50.808Z Checking nanorand v0.7.0
26872026-08-17T20:22:51.038Z Compiling lalrpop v0.19.12
26882026-08-17T20:22:51.226Z Compiling rustc-hash v2.1.1
26892026-08-17T20:22:51.386Z Checking flume v0.11.1
26902026-08-17T20:22:51.432Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-17T20:22:51.730Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26922026-08-17T20:22:51.943Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26932026-08-17T20:22:51.982Z Compiling libxml v0.3.3
26942026-08-17T20:22:52.030Z Checking assert_matches v1.5.0
26952026-08-17T20:22:52.275Z Compiling strum_macros v0.24.3
26962026-08-17T20:22:52.599Z Compiling indoc v1.0.9
26972026-08-17T20:22:53.000Z Checking diesel v2.3.7
26982026-08-17T20:22:53.066Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26992026-08-17T20:22:53.517Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27002026-08-17T20:22:53.554Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27012026-08-17T20:22:53.584Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27022026-08-17T20:22:53.616Z Checking rfc6979 v0.4.0
27032026-08-17T20:22:53.762Z Checking quick-xml v0.37.5
27042026-08-17T20:22:53.765Z Checking derive_builder v0.20.2
27052026-08-17T20:22:53.935Z Compiling oso-derive v0.27.3
27062026-08-17T20:22:53.969Z Compiling trait-variant v0.1.2
27072026-08-17T20:22:54.482Z Compiling impl-trait-for-tuples v0.2.3
27082026-08-17T20:22:54.541Z Checking openssl-probe v0.1.6
27092026-08-17T20:22:54.645Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27102026-08-17T20:22:54.729Z Checking ecdsa v0.16.9
27112026-08-17T20:22:55.100Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27122026-08-17T20:22:55.455Z Checking primeorder v0.13.6
27132026-08-17T20:22:55.771Z Checking p384 v0.13.1
27142026-08-17T20:22:55.915Z Checking predicates-tree v1.0.13
27152026-08-17T20:22:56.045Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27162026-08-17T20:22:56.079Z Compiling progenitor-impl v0.13.0
27172026-08-17T20:22:56.224Z Checking progenitor-client v0.13.0
27182026-08-17T20:22:56.498Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27192026-08-17T20:22:56.688Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27202026-08-17T20:22:56.767Z Checking bb8 v0.8.6
27212026-08-17T20:22:57.104Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27222026-08-17T20:22:57.136Z Compiling mime_guess v2.0.5
27232026-08-17T20:22:57.231Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27242026-08-17T20:22:57.296Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27252026-08-17T20:22:57.445Z Checking ignore v0.4.25
27262026-08-17T20:22:57.507Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27272026-08-17T20:22:57.677Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-08-17T20:22:57.711Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27292026-08-17T20:22:57.878Z Checking http-range v0.1.5
27302026-08-17T20:22:57.912Z Checking corncobs v0.1.4
27312026-08-17T20:22:57.992Z Checking globwalk v0.9.1
27322026-08-17T20:22:58.069Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27332026-08-17T20:22:58.111Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27342026-08-17T20:22:58.197Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27352026-08-17T20:22:58.396Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27362026-08-17T20:22:58.564Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27372026-08-17T20:22:58.701Z Compiling progenitor-macro v0.13.0
27382026-08-17T20:22:58.767Z Checking digest-io v0.1.0
27392026-08-17T20:22:58.922Z Checking secrecy v0.8.0
27402026-08-17T20:22:59.074Z Checking nonempty v0.12.0
27412026-08-17T20:22:59.226Z Checking rawzip v0.4.4
27422026-08-17T20:22:59.698Z Checking camino-tempfile-ext v0.3.3
27432026-08-17T20:22:59.925Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27442026-08-17T20:23:00.079Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27452026-08-17T20:23:00.215Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27462026-08-17T20:23:00.483Z Checking hyper-staticfile v0.10.1
27472026-08-17T20:23:00.824Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27482026-08-17T20:23:01.156Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27492026-08-17T20:23:01.423Z Checking signal-hook-tokio v0.3.1
27502026-08-17T20:23:01.530Z Compiling illumos-nvpair-sys v0.2.0
27512026-08-17T20:23:01.581Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27522026-08-17T20:23:01.775Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27532026-08-17T20:23:01.819Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27542026-08-17T20:23:02.233Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27552026-08-17T20:23:02.267Z Checking scuffle v0.1.0
27562026-08-17T20:23:02.660Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27572026-08-17T20:23:02.834Z Checking illumos-nvpair v0.3.0
27582026-08-17T20:23:03.011Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27592026-08-17T20:23:03.044Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27602026-08-17T20:23:03.139Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27612026-08-17T20:23:03.375Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27622026-08-17T20:23:03.443Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27632026-08-17T20:23:03.647Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27642026-08-17T20:23:03.706Z Checking progenitor v0.13.0
27652026-08-17T20:23:03.881Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27662026-08-17T20:23:04.020Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27672026-08-17T20:23:04.083Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27682026-08-17T20:23:04.145Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27692026-08-17T20:23:04.551Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27702026-08-17T20:23:04.656Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27712026-08-17T20:23:05.063Z Checking tungstenite v0.23.0
27722026-08-17T20:23:05.523Z Checking rand_seeder v0.4.0
27732026-08-17T20:23:05.564Z Checking tokio-tungstenite v0.23.1
27742026-08-17T20:23:05.715Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27752026-08-17T20:23:05.895Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27762026-08-17T20:23:06.117Z Checking void v1.0.2
27772026-08-17T20:23:06.201Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27782026-08-17T20:23:06.263Z Checking lzss v0.8.2
27792026-08-17T20:23:06.409Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27802026-08-17T20:23:06.487Z Checking nix v0.27.1
27812026-08-17T20:23:06.633Z Checking serde_bytes v0.11.19
27822026-08-17T20:23:06.777Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27832026-08-17T20:23:06.841Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27842026-08-17T20:23:07.027Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27852026-08-17T20:23:07.157Z Checking async-bb8-diesel v0.2.1
27862026-08-17T20:23:07.539Z Checking diesel-dtrace v0.5.0
27872026-08-17T20:23:07.577Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27882026-08-17T20:23:07.577Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27892026-08-17T20:23:07.811Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27902026-08-17T20:23:08.418Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27912026-08-17T20:23:09.466Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27922026-08-17T20:23:09.565Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27932026-08-17T20:23:09.815Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27942026-08-17T20:23:10.582Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27952026-08-17T20:23:10.620Z Checking yansi v1.0.1
27962026-08-17T20:23:10.925Z Checking is_ci v1.2.0
27972026-08-17T20:23:11.060Z Checking cpubits v0.1.1
27982026-08-17T20:23:11.167Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27992026-08-17T20:23:11.200Z Checking pretty_assertions v1.4.1
28002026-08-17T20:23:11.235Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28012026-08-17T20:23:11.363Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28022026-08-17T20:23:11.443Z Checking pem-rfc7468 v1.0.0
28032026-08-17T20:23:11.709Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28042026-08-17T20:23:11.915Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28052026-08-17T20:23:12.140Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28062026-08-17T20:23:12.886Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28072026-08-17T20:23:12.937Z Checking hmac v0.13.0
28082026-08-17T20:23:13.098Z Checking universal-hash v0.6.1
28092026-08-17T20:23:13.132Z Compiling libz-sys v1.1.24
28102026-08-17T20:23:13.167Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28112026-08-17T20:23:13.258Z Compiling instability v0.3.11
28122026-08-17T20:23:13.466Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28132026-08-17T20:23:13.611Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-08-17T20:23:13.643Z Checking castaway v0.2.4
28152026-08-17T20:23:13.674Z Compiling indoc v2.0.7
28162026-08-17T20:23:13.789Z Checking compact_str v0.8.1
28172026-08-17T20:23:14.188Z Checking polyval v0.7.1
28182026-08-17T20:23:14.400Z Checking der v0.8.0
28192026-08-17T20:23:14.653Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28202026-08-17T20:23:14.881Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28212026-08-17T20:23:14.916Z Checking unicode-truncate v1.1.0
28222026-08-17T20:23:15.091Z Checking lru v0.12.5
28232026-08-17T20:23:15.125Z Compiling libgit2-sys v0.18.3+1.9.2
28242026-08-17T20:23:15.208Z Checking arc-swap v1.8.2
28252026-08-17T20:23:15.242Z Checking cassowary v0.3.0
28262026-08-17T20:23:15.367Z Checking ghash v0.6.0
28272026-08-17T20:23:15.441Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28282026-08-17T20:23:15.475Z Checking slog-scope v4.4.1
28292026-08-17T20:23:15.508Z Checking ratatui v0.29.0
28302026-08-17T20:23:15.640Z Checking pbkdf2 v0.13.0
28312026-08-17T20:23:15.674Z Checking crypto-bigint v0.7.5
28322026-08-17T20:23:15.816Z Checking aes v0.9.1
28332026-08-17T20:23:16.245Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28342026-08-17T20:23:16.882Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28352026-08-17T20:23:17.128Z Checking ctr v0.10.1
28362026-08-17T20:23:17.334Z Checking aead v0.6.1
28372026-08-17T20:23:17.492Z Checking cargo-platform v0.3.2
28382026-08-17T20:23:17.525Z Checking aes-gcm v0.11.0
28392026-08-17T20:23:17.700Z Checking cargo_metadata v0.23.1
28402026-08-17T20:23:17.733Z Checking slog-stdlog v4.1.1
28412026-08-17T20:23:17.887Z Checking spki v0.8.0
28422026-08-17T20:23:17.948Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28432026-08-17T20:23:18.084Z Checking supports-color v3.0.2
28442026-08-17T20:23:18.242Z Checking console v0.16.2
28452026-08-17T20:23:18.474Z Checking colored v2.2.0
28462026-08-17T20:23:18.575Z Checking salsa20 v0.11.0
28472026-08-17T20:23:18.704Z Compiling vergen-git2 v9.1.0
28482026-08-17T20:23:18.746Z Checking plotters-backend v0.3.7
28492026-08-17T20:23:18.920Z Checking unit-prefix v0.5.2
28502026-08-17T20:23:18.974Z Checking plotters-svg v0.3.7
28512026-08-17T20:23:19.077Z Checking indicatif v0.18.4
28522026-08-17T20:23:19.185Z Checking scrypt v0.12.0
28532026-08-17T20:23:19.350Z Checking slog-envlogger v2.2.0
28542026-08-17T20:23:19.384Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28552026-08-17T20:23:19.483Z Checking cbc v0.2.1
28562026-08-17T20:23:19.531Z Checking libsw-core v0.3.2
28572026-08-17T20:23:19.599Z Checking cast v0.3.0
28582026-08-17T20:23:19.650Z Checking pkcs5 v0.8.1
28592026-08-17T20:23:19.707Z Checking libsw v3.5.0
28602026-08-17T20:23:19.777Z Checking criterion-plot v0.6.0
28612026-08-17T20:23:19.935Z Checking plotters v0.3.7
28622026-08-17T20:23:19.973Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28632026-08-17T20:23:20.045Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28642026-08-17T20:23:20.266Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28652026-08-17T20:23:20.486Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28662026-08-17T20:23:20.695Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28672026-08-17T20:23:20.728Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28682026-08-17T20:23:20.915Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28692026-08-17T20:23:20.949Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28702026-08-17T20:23:20.982Z Checking tinytemplate v1.2.1
28712026-08-17T20:23:21.137Z Checking anes v0.1.6
28722026-08-17T20:23:21.223Z Checking oorandom v11.1.5
28732026-08-17T20:23:21.343Z Checking shell-words v1.1.1
28742026-08-17T20:23:21.377Z Checking criterion v0.7.0
28752026-08-17T20:23:21.545Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28762026-08-17T20:23:21.840Z Checking pkcs8 v0.11.0
28772026-08-17T20:23:22.071Z Checking oxide-update-engine-display v0.1.2
28782026-08-17T20:23:22.453Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28792026-08-17T20:23:22.599Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28802026-08-17T20:23:23.021Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-08-17T20:23:23.401Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28822026-08-17T20:23:23.838Z Checking tokio-test v0.4.5
28832026-08-17T20:23:24.071Z Checking ff v0.14.0
28842026-08-17T20:23:24.240Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28852026-08-17T20:23:24.458Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28862026-08-17T20:23:24.855Z Checking twox-hash v2.1.2
28872026-08-17T20:23:25.177Z Compiling petname v2.0.2
28882026-08-17T20:23:25.682Z Checking atty v0.2.14
28892026-08-17T20:23:25.812Z Checking arrayvec v0.7.6
28902026-08-17T20:23:26.038Z Checking constant_time_eq v0.4.2
28912026-08-17T20:23:26.209Z Checking arrayref v0.3.9
28922026-08-17T20:23:26.518Z Checking group v0.14.0
28932026-08-17T20:23:26.705Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28942026-08-17T20:23:26.904Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28952026-08-17T20:23:27.035Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28962026-08-17T20:23:27.647Z Checking fatfs v0.3.6
28972026-08-17T20:23:27.993Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28982026-08-17T20:23:28.036Z Checking signature v3.0.0
28992026-08-17T20:23:28.137Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29002026-08-17T20:23:28.170Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29012026-08-17T20:23:28.215Z Checking base16ct v1.0.0
29022026-08-17T20:23:28.377Z Compiling seq-macro v0.3.6
29032026-08-17T20:23:28.977Z Checking sec1 v0.8.1
29042026-08-17T20:23:29.457Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29052026-08-17T20:23:29.497Z Checking hkdf v0.13.0
29062026-08-17T20:23:29.620Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29072026-08-17T20:23:29.663Z Checking concurrent-queue v2.5.0
29082026-08-17T20:23:29.818Z Checking sapling-renderdag v0.1.0
29092026-08-17T20:23:29.880Z Checking sync-ptr v0.1.4
29102026-08-17T20:23:30.028Z Checking parking v2.2.1
29112026-08-17T20:23:30.087Z Checking elliptic-curve v0.14.1
29122026-08-17T20:23:30.181Z Checking event-listener v5.4.1
29132026-08-17T20:23:30.428Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29142026-08-17T20:23:30.511Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29152026-08-17T20:23:30.549Z Checking rtoolbox v0.0.3
29162026-08-17T20:23:30.710Z Checking rpassword v7.5.4
29172026-08-17T20:23:30.790Z Checking event-listener-strategy v0.5.4
29182026-08-17T20:23:30.903Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29192026-08-17T20:23:30.953Z Checking wnaf v0.14.0
29202026-08-17T20:23:31.144Z Checking primefield v0.14.0
29212026-08-17T20:23:31.384Z Checking rfc6979 v0.6.0
29222026-08-17T20:23:31.557Z Checking tui-tree-widget v0.23.1
29232026-08-17T20:23:31.779Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29242026-08-17T20:23:31.833Z Compiling samael v0.0.19
29252026-08-17T20:23:31.888Z Compiling blake3 v1.8.5
29262026-08-17T20:23:32.271Z Checking futures-timer v3.0.3
29272026-08-17T20:23:32.803Z Checking ecdsa v0.17.0
29282026-08-17T20:23:32.988Z Checking primeorder v0.14.0
29292026-08-17T20:23:33.232Z Checking async-lock v3.4.2
29302026-08-17T20:23:33.369Z Compiling curve25519-dalek v5.0.0
29312026-08-17T20:23:33.628Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29322026-08-17T20:23:33.662Z Checking async-object-pool v0.2.0
29332026-08-17T20:23:34.151Z Checking ssh-encoding v0.3.0
29342026-08-17T20:23:34.402Z Checking serde_regex v1.1.0
29352026-08-17T20:23:34.588Z Checking assert-json-diff v2.0.2
29362026-08-17T20:23:34.787Z Checking path-tree v0.8.3
29372026-08-17T20:23:35.005Z Checking keccak v0.2.0
29382026-08-17T20:23:35.197Z Checking stringmetrics v2.2.2
29392026-08-17T20:23:35.380Z Compiling strsim v0.10.0
29402026-08-17T20:23:35.732Z Checking topological-sort v0.2.2
29412026-08-17T20:23:35.810Z Compiling darling_core v0.13.4
29422026-08-17T20:23:35.899Z Checking omicron-zone-package v0.12.3
29432026-08-17T20:23:36.338Z Checking httpmock v0.8.3
29442026-08-17T20:23:36.913Z Checking ed25519 v3.0.0
29452026-08-17T20:23:37.142Z Checking pkcs1 v0.8.0-rc.4
29462026-08-17T20:23:37.377Z Checking crypto-primes v0.7.2
29472026-08-17T20:23:37.667Z Checking poly1305 v0.9.0
29482026-08-17T20:23:37.700Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29492026-08-17T20:23:37.963Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29502026-08-17T20:23:38.134Z Checking blowfish v0.10.0
29512026-08-17T20:23:38.320Z Checking blake2 v0.11.0-rc.6
29522026-08-17T20:23:38.353Z Compiling target-lexicon v0.13.3
29532026-08-17T20:23:38.563Z Checking gimli v0.32.3
29542026-08-17T20:23:38.611Z Checking argon2 v0.6.0-rc.8
29552026-08-17T20:23:38.645Z Checking rsa v0.10.0-rc.18
29562026-08-17T20:23:38.915Z Checking bcrypt-pbkdf v0.11.0
29572026-08-17T20:23:38.951Z Checking ssh-cipher v0.3.0
29582026-08-17T20:23:39.102Z Compiling darling_macro v0.13.4
29592026-08-17T20:23:39.163Z Checking ed25519-dalek v3.0.0
29602026-08-17T20:23:39.196Z Checking sha3 v0.11.0
29612026-08-17T20:23:39.407Z Checking p384 v0.14.0
29622026-08-17T20:23:39.566Z Checking p256 v0.14.0
29632026-08-17T20:23:39.607Z Checking p521 v0.14.0
29642026-08-17T20:23:40.119Z Checking addr2line v0.25.1
29652026-08-17T20:23:40.324Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29662026-08-17T20:23:40.408Z Checking kem v0.3.0
29672026-08-17T20:23:40.552Z Checking module-lattice v0.2.3
29682026-08-17T20:23:40.587Z Checking socket2 v0.5.10
29692026-08-17T20:23:40.816Z Checking hex-literal v0.4.1
29702026-08-17T20:23:40.876Z Checking rustc-demangle v0.1.27
29712026-08-17T20:23:40.944Z Compiling guppy-workspace-hack v0.1.0
29722026-08-17T20:23:41.132Z Checking sponge-cursor v0.1.0
29732026-08-17T20:23:41.210Z Checking backtrace v0.3.76
29742026-08-17T20:23:41.292Z Checking sha3 v0.12.0
29752026-08-17T20:23:41.397Z Checking ml-kem v0.3.2
29762026-08-17T20:23:41.516Z Compiling darling v0.13.4
29772026-08-17T20:23:41.633Z Checking russh-cryptovec v0.62.0
29782026-08-17T20:23:41.800Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29792026-08-17T20:23:41.833Z Checking internal-russh-num-bigint v0.5.0
29802026-08-17T20:23:42.017Z Checking num-bigint v0.4.6
29812026-08-17T20:23:42.185Z Checking russh-util v0.52.0
29822026-08-17T20:23:42.337Z Checking generic-array v1.4.3
29832026-08-17T20:23:42.616Z Checking ssh-key v0.7.0-rc.11
29842026-08-17T20:23:42.694Z Compiling git2 v0.20.4
29852026-08-17T20:23:42.759Z Compiling enum_dispatch v0.3.13
29862026-08-17T20:23:42.917Z Compiling delegate v0.13.5
29872026-08-17T20:23:42.961Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29882026-08-17T20:23:43.404Z Checking hex-literal v1.1.0
29892026-08-17T20:23:43.519Z Checking md5 v0.8.0
29902026-08-17T20:23:43.552Z Compiling target-spec v3.5.7
29912026-08-17T20:23:43.717Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29922026-08-17T20:23:43.892Z Checking russh v0.62.4
29932026-08-17T20:23:43.960Z Checking cfg-expr v0.20.6
29942026-08-17T20:23:43.993Z Compiling serde_with_macros v1.5.2
29952026-08-17T20:23:44.368Z Checking backtrace-ext v0.2.1
29962026-08-17T20:23:44.506Z Checking supports-color v2.1.0
29972026-08-17T20:23:44.539Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29982026-08-17T20:23:44.671Z Checking textwrap v0.15.2
29992026-08-17T20:23:44.911Z Checking supports-hyperlinks v2.1.0
30002026-08-17T20:23:45.057Z Checking supports-unicode v2.1.0
30012026-08-17T20:23:45.208Z Checking hashbrown v0.14.5
30022026-08-17T20:23:45.473Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30032026-08-17T20:23:45.687Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30042026-08-17T20:23:45.742Z Checking terminal_size v0.1.17
30052026-08-17T20:23:45.745Z Compiling miette-derive v5.10.0
30062026-08-17T20:23:45.884Z Checking internet-checksum v0.2.1
30072026-08-17T20:23:45.938Z Checking owo-colors v3.5.0
30082026-08-17T20:23:46.013Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30092026-08-17T20:23:46.048Z Checking chumsky v0.9.3
30102026-08-17T20:23:46.496Z Compiling serde_with v1.14.0
30112026-08-17T20:23:46.928Z Checking miette v5.10.0
30122026-08-17T20:23:47.361Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30132026-08-17T20:23:47.430Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30142026-08-17T20:23:47.562Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30152026-08-17T20:23:47.650Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30162026-08-17T20:23:47.986Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30172026-08-17T20:23:48.056Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30182026-08-17T20:23:48.209Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30192026-08-17T20:23:48.246Z Compiling knuffel-derive v3.2.0
30202026-08-17T20:23:48.364Z Checking httptest v0.16.4
30212026-08-17T20:23:48.427Z Checking pathdiff v0.2.3
30222026-08-17T20:23:48.568Z Checking nested v0.1.1
30232026-08-17T20:23:48.706Z Compiling polar-core v0.27.3
30242026-08-17T20:23:48.738Z Checking guppy v0.17.25
30252026-08-17T20:23:48.774Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30262026-08-17T20:23:49.062Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30272026-08-17T20:23:49.341Z Checking similar-asserts v1.7.0
30282026-08-17T20:23:49.525Z Compiling target-triple v1.0.0
30292026-08-17T20:23:49.757Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30302026-08-17T20:23:49.792Z Checking knuffel v3.2.0
30312026-08-17T20:23:49.877Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30322026-08-17T20:23:50.425Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30332026-08-17T20:23:50.459Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30342026-08-17T20:23:50.490Z Checking hickory-client v0.25.2
30352026-08-17T20:23:50.825Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30362026-08-17T20:23:51.006Z Compiling fs-err v2.11.0
30372026-08-17T20:23:51.128Z Compiling assert_cmd v2.1.2
30382026-08-17T20:23:51.233Z Checking escape8259 v0.5.3
30392026-08-17T20:23:51.397Z Checking libtest-mimic v0.8.1
30402026-08-17T20:23:51.575Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30412026-08-17T20:23:51.805Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30422026-08-17T20:23:51.942Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30432026-08-17T20:23:51.995Z Checking blake2b_simd v1.0.4
30442026-08-17T20:23:52.410Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30452026-08-17T20:23:52.668Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30462026-08-17T20:23:52.865Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30472026-08-17T20:23:53.076Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30482026-08-17T20:23:53.109Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30492026-08-17T20:23:53.297Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30502026-08-17T20:23:53.491Z Checking fancy-regex v0.14.0
30512026-08-17T20:23:53.523Z Checking serde_tokenstream v0.2.3
30522026-08-17T20:23:53.676Z Checking oso v0.27.3
30532026-08-17T20:23:53.876Z Checking approx v0.5.1
30542026-08-17T20:23:53.957Z Compiling rstest_macros v0.25.0
30552026-08-17T20:23:54.038Z Checking uzers v0.12.2
30562026-08-17T20:23:54.255Z Checking constant_time_eq v0.3.1
30572026-08-17T20:23:54.288Z Checking termcolor v1.4.1
30582026-08-17T20:23:54.326Z Compiling linkme-impl v0.3.35
30592026-08-17T20:23:54.383Z Checking rust-argon2 v2.1.0
30602026-08-17T20:23:54.527Z Checking trybuild v1.0.116
30612026-08-17T20:23:54.706Z Checking datatest-stable v0.3.3
30622026-08-17T20:23:54.908Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30632026-08-17T20:23:54.940Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30642026-08-17T20:23:55.180Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30652026-08-17T20:23:55.218Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30662026-08-17T20:23:55.265Z Checking support-bundle-viewer v0.1.2
30672026-08-17T20:23:55.391Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30682026-08-17T20:23:55.544Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30692026-08-17T20:23:55.613Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30702026-08-17T20:23:55.762Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30712026-08-17T20:23:55.866Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30722026-08-17T20:23:55.986Z Checking drift v0.2.0
30732026-08-17T20:23:56.084Z Checking rand_distr v0.5.1
30742026-08-17T20:23:56.243Z Checking multimap v0.10.1
30752026-08-17T20:23:56.383Z Checking parse-size v1.1.0
30762026-08-17T20:23:56.417Z Compiling relative-path v1.9.3
30772026-08-17T20:23:56.451Z Compiling linkme v0.3.35
30782026-08-17T20:23:56.557Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30792026-08-17T20:23:56.809Z Checking dropshot-api-manager v0.8.0
30802026-08-17T20:23:57.422Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30812026-08-17T20:23:57.990Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30822026-08-17T20:23:58.196Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30832026-08-17T20:23:58.378Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30842026-08-17T20:23:58.603Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30852026-08-17T20:23:58.747Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30862026-08-17T20:23:58.791Z Checking cargo_toml v0.21.0
30872026-08-17T20:23:59.175Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30882026-08-17T20:23:59.231Z Checking partial-io v0.5.4
30892026-08-17T20:23:59.426Z Checking termios v0.3.3
30902026-08-17T20:23:59.471Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30912026-08-17T20:23:59.641Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30922026-08-17T20:24:00.313Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30932026-08-17T20:24:00.349Z Checking rstest v0.25.0
30942026-08-17T20:24:03.827Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30952026-08-17T20:24:04.326Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30962026-08-17T20:24:08.104Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30972026-08-17T20:24:11.557Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30982026-08-17T20:24:12.234Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30992026-08-17T20:24:15.303Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31002026-08-17T20:24:20.111Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31012026-08-17T20:24:22.695Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31022026-08-17T20:24:24.700Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31032026-08-17T20:24:26.714Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31042026-08-17T20:24:29.568Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31052026-08-17T20:24:30.362Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31062026-08-17T20:24:31.759Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31072026-08-17T20:24:35.505Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31082026-08-17T20:24:40.210Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31092026-08-17T20:24:59.877Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31102026-08-17T20:25:55.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s
31112026-08-17T20:25:55.796Z
31122026-08-17T20:25:55.796Zreal 4:11.350013563
31132026-08-17T20:25:55.796Zuser 21:35.279697123
31142026-08-17T20:25:55.796Zsys 5:01.924919498
31152026-08-17T20:25:55.796Ztrap 0.527477737
31162026-08-17T20:25:55.796Ztflt 0.422264272
31172026-08-17T20:25:55.796Zdflt 0.435526442
31182026-08-17T20:25:55.796Zkflt 0.004541740
31192026-08-17T20:25:55.796Zlock 1:05:15.328690562
31202026-08-17T20:25:55.796Zslp 58:41.478921957
31212026-08-17T20:25:55.797Zlat 1:51.805096157
31222026-08-17T20:25:55.797Zstop 13:29.750661498
31232026-08-17T20:25:55.804Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31242026-08-17T20:25:55.804Z+ ptime -m cargo doc --workspace --no-deps
31252026-08-17T20:25:56.641Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31262026-08-17T20:25:56.641Z |
31272026-08-17T20:25:56.642Z = 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)`
31282026-08-17T20:25:56.642Z = 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>
31292026-08-17T20:25:57.837Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31302026-08-17T20:25:58.078Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31312026-08-17T20:25:58.123Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31322026-08-17T20:25:58.185Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31332026-08-17T20:25:58.246Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31342026-08-17T20:25:58.349Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31352026-08-17T20:25:58.377Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31362026-08-17T20:25:58.401Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31372026-08-17T20:25:58.466Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31382026-08-17T20:25:58.522Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-08-17T20:25:58.659Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31402026-08-17T20:25:58.684Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31412026-08-17T20:25:58.684Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31422026-08-17T20:25:58.742Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31432026-08-17T20:25:58.768Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31442026-08-17T20:25:58.794Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31452026-08-17T20:25:58.819Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31462026-08-17T20:25:58.868Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31472026-08-17T20:25:58.883Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31482026-08-17T20:25:58.907Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31492026-08-17T20:25:59.204Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31502026-08-17T20:25:59.336Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31512026-08-17T20:25:59.360Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31522026-08-17T20:25:59.415Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31532026-08-17T20:25:59.482Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31542026-08-17T20:25:59.606Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31552026-08-17T20:25:59.652Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31562026-08-17T20:25:59.769Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31572026-08-17T20:25:59.903Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31582026-08-17T20:25:59.942Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31592026-08-17T20:26:00.041Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31602026-08-17T20:26:00.122Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31612026-08-17T20:26:00.229Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31622026-08-17T20:26:00.292Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31632026-08-17T20:26:04.103Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31642026-08-17T20:26:04.103Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31652026-08-17T20:26:04.103Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31662026-08-17T20:26:04.103Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31672026-08-17T20:26:04.103Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31682026-08-17T20:26:04.103Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31692026-08-17T20:26:04.103Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31702026-08-17T20:26:04.103Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31712026-08-17T20:26:04.103Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31722026-08-17T20:26:04.103Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31732026-08-17T20:26:04.103Z Checking scuffle v0.1.0
31742026-08-17T20:26:04.103Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31752026-08-17T20:26:04.104Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31762026-08-17T20:26:04.104Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31772026-08-17T20:26:04.104Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31782026-08-17T20:26:04.104Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31792026-08-17T20:26:04.104Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31802026-08-17T20:26:04.104Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31812026-08-17T20:26:04.104Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31822026-08-17T20:26:04.104Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31832026-08-17T20:26:04.104Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31842026-08-17T20:26:04.145Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31852026-08-17T20:26:04.145Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31862026-08-17T20:26:04.145Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31872026-08-17T20:26:04.145Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31882026-08-17T20:26:04.145Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31892026-08-17T20:26:04.145Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31902026-08-17T20:26:04.145Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31912026-08-17T20:26:04.145Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31922026-08-17T20:26:04.145Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31932026-08-17T20:26:04.145Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31942026-08-17T20:26:04.145Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31952026-08-17T20:26:04.145Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31962026-08-17T20:26:04.145Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31972026-08-17T20:26:04.145Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31982026-08-17T20:26:04.530Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31992026-08-17T20:26:04.805Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32002026-08-17T20:26:04.965Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32012026-08-17T20:26:05.098Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32022026-08-17T20:26:05.236Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32032026-08-17T20:26:05.260Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32042026-08-17T20:26:05.284Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32052026-08-17T20:26:05.360Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32062026-08-17T20:26:05.392Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32072026-08-17T20:26:05.484Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32082026-08-17T20:26:05.591Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32092026-08-17T20:26:05.614Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32102026-08-17T20:26:05.617Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32112026-08-17T20:26:05.681Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32122026-08-17T20:26:05.789Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32132026-08-17T20:26:05.956Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32142026-08-17T20:26:05.959Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32152026-08-17T20:26:05.977Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32162026-08-17T20:26:06.041Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32172026-08-17T20:26:06.041Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32182026-08-17T20:26:06.086Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32192026-08-17T20:26:06.221Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32202026-08-17T20:26:06.295Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32212026-08-17T20:26:06.317Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32222026-08-17T20:26:06.362Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32232026-08-17T20:26:06.386Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32242026-08-17T20:26:06.537Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32252026-08-17T20:26:06.558Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32262026-08-17T20:26:06.601Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32272026-08-17T20:26:06.629Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32282026-08-17T20:26:06.653Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32292026-08-17T20:26:06.727Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32302026-08-17T20:26:06.772Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32312026-08-17T20:26:06.853Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32322026-08-17T20:26:06.930Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32332026-08-17T20:26:06.971Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32342026-08-17T20:26:07.238Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32352026-08-17T20:26:07.242Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32362026-08-17T20:26:07.283Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32372026-08-17T20:26:07.784Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32382026-08-17T20:26:07.978Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32392026-08-17T20:26:08.290Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32402026-08-17T20:26:09.068Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32412026-08-17T20:26:09.262Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32422026-08-17T20:26:09.334Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32432026-08-17T20:26:09.385Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32442026-08-17T20:26:09.641Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32452026-08-17T20:26:10.634Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32462026-08-17T20:26:11.032Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32472026-08-17T20:26:11.484Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32482026-08-17T20:26:11.670Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32492026-08-17T20:26:11.943Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32502026-08-17T20:26:11.969Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32512026-08-17T20:26:12.066Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32522026-08-17T20:26:12.408Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32532026-08-17T20:26:13.040Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32542026-08-17T20:26:13.115Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32552026-08-17T20:26:13.150Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32562026-08-17T20:26:13.399Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32572026-08-17T20:26:13.477Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32582026-08-17T20:26:13.853Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32592026-08-17T20:26:14.292Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32602026-08-17T20:26:14.402Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32612026-08-17T20:26:14.718Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32622026-08-17T20:26:14.744Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32632026-08-17T20:26:15.179Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32642026-08-17T20:26:15.564Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32652026-08-17T20:26:15.664Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32662026-08-17T20:26:16.050Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32672026-08-17T20:26:16.691Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32682026-08-17T20:26:17.170Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32692026-08-17T20:26:17.213Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32702026-08-17T20:26:17.608Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32712026-08-17T20:26:17.903Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32722026-08-17T20:26:18.299Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32732026-08-17T20:26:18.324Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32742026-08-17T20:26:18.658Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32752026-08-17T20:26:18.844Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32762026-08-17T20:26:18.908Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32772026-08-17T20:26:19.269Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32782026-08-17T20:26:19.446Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32792026-08-17T20:26:20.658Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32802026-08-17T20:26:20.687Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32812026-08-17T20:26:20.900Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32822026-08-17T20:26:21.341Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32832026-08-17T20:26:24.725Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32842026-08-17T20:26:24.934Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32852026-08-17T20:26:26.483Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32862026-08-17T20:26:26.651Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32872026-08-17T20:26:27.730Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32882026-08-17T20:26:27.819Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32892026-08-17T20:26:28.531Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32902026-08-17T20:26:29.442Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32912026-08-17T20:26:29.608Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32922026-08-17T20:26:29.990Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32932026-08-17T20:26:31.373Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32942026-08-17T20:26:31.733Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32952026-08-17T20:26:31.830Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32962026-08-17T20:26:32.214Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32972026-08-17T20:26:32.218Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32982026-08-17T20:26:32.685Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32992026-08-17T20:26:32.712Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33002026-08-17T20:26:32.922Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33012026-08-17T20:26:33.412Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33022026-08-17T20:26:33.471Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33032026-08-17T20:26:33.511Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33042026-08-17T20:26:33.913Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33052026-08-17T20:26:34.713Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33062026-08-17T20:26:34.862Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33072026-08-17T20:26:34.904Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33082026-08-17T20:26:35.039Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33092026-08-17T20:26:35.155Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33102026-08-17T20:26:35.483Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33112026-08-17T20:26:35.616Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33122026-08-17T20:26:35.778Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33132026-08-17T20:26:36.809Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33142026-08-17T20:26:37.677Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33152026-08-17T20:26:38.267Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33162026-08-17T20:26:40.514Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33172026-08-17T20:26:42.112Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33182026-08-17T20:26:42.547Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33192026-08-17T20:26:43.139Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33202026-08-17T20:26:45.342Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33212026-08-17T20:26:46.225Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33222026-08-17T20:26:47.443Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33232026-08-17T20:26:48.088Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33242026-08-17T20:26:48.958Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33252026-08-17T20:26:50.656Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33262026-08-17T20:26:51.418Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33272026-08-17T20:26:52.560Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33282026-08-17T20:26:53.129Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33292026-08-17T20:26:54.009Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33302026-08-17T20:26:54.545Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33312026-08-17T20:26:56.700Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33322026-08-17T20:27:00.122Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33332026-08-17T20:27:00.931Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33342026-08-17T20:27:01.953Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33352026-08-17T20:27:02.622Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33362026-08-17T20:27:03.505Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33372026-08-17T20:27:04.290Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33382026-08-17T20:27:05.063Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33392026-08-17T20:27:07.374Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33402026-08-17T20:27:07.734Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33412026-08-17T20:27:07.951Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33422026-08-17T20:27:08.417Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33432026-08-17T20:27:09.309Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33442026-08-17T20:27:10.170Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33452026-08-17T20:27:11.013Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33462026-08-17T20:27:14.880Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33472026-08-17T20:27:15.795Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33482026-08-17T20:27:17.055Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33492026-08-17T20:27:17.580Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33502026-08-17T20:27:18.636Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33512026-08-17T20:27:19.679Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33522026-08-17T20:27:22.376Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33532026-08-17T20:27:23.738Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33542026-08-17T20:27:24.590Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33552026-08-17T20:27:25.653Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33562026-08-17T20:27:26.638Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33572026-08-17T20:27:30.216Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33582026-08-17T20:27:30.753Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33592026-08-17T20:27:31.383Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33602026-08-17T20:27:32.907Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33612026-08-17T20:27:34.511Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33622026-08-17T20:27:36.152Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33632026-08-17T20:27:37.667Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33642026-08-17T20:27:39.356Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33652026-08-17T20:27:40.930Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33662026-08-17T20:27:42.675Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33672026-08-17T20:27:47.392Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33682026-08-17T20:27:47.415Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33692026-08-17T20:27:49.122Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33702026-08-17T20:27:49.500Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33712026-08-17T20:27:51.197Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33722026-08-17T20:27:52.890Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33732026-08-17T20:27:54.741Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33742026-08-17T20:27:56.730Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33752026-08-17T20:27:58.490Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33762026-08-17T20:28:00.196Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33772026-08-17T20:28:02.207Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33782026-08-17T20:28:03.757Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33792026-08-17T20:28:05.495Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33802026-08-17T20:28:07.261Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33812026-08-17T20:28:09.019Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33822026-08-17T20:28:10.759Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33832026-08-17T20:28:12.512Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33842026-08-17T20:28:14.107Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33852026-08-17T20:28:17.605Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33862026-08-17T20:28:19.417Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33872026-08-17T20:28:21.210Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-08-17T20:28:23.185Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33892026-08-17T20:28:26.572Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33902026-08-17T20:28:28.747Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33912026-08-17T20:28:30.435Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33922026-08-17T20:28:32.800Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33932026-08-17T20:28:34.804Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33942026-08-17T20:28:37.929Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33952026-08-17T20:28:38.840Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33962026-08-17T20:28:39.614Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33972026-08-17T20:28:43.538Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33982026-08-17T20:28:45.739Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33992026-08-17T20:28:47.918Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34002026-08-17T20:28:49.892Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34012026-08-17T20:28:53.301Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34022026-08-17T20:28:55.080Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34032026-08-17T20:28:57.273Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34042026-08-17T20:28:59.727Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34052026-08-17T20:29:02.827Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34062026-08-17T20:29:05.076Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34072026-08-17T20:29:07.005Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34082026-08-17T20:29:09.342Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34092026-08-17T20:29:12.044Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34102026-08-17T20:29:14.532Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34112026-08-17T20:29:16.947Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34122026-08-17T20:29:19.387Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34132026-08-17T20:29:21.953Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34142026-08-17T20:29:24.240Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34152026-08-17T20:29:26.836Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34162026-08-17T20:29:29.385Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34172026-08-17T20:29:31.799Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34182026-08-17T20:29:34.295Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34192026-08-17T20:29:36.781Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34202026-08-17T20:29:39.306Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34212026-08-17T20:29:41.786Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34222026-08-17T20:29:44.431Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34232026-08-17T20:29:46.886Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34242026-08-17T20:29:49.403Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34252026-08-17T20:29:52.004Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34262026-08-17T20:29:54.532Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34272026-08-17T20:29:57.004Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34282026-08-17T20:29:59.564Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34292026-08-17T20:30:02.140Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34302026-08-17T20:30:04.790Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34312026-08-17T20:30:07.306Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34322026-08-17T20:30:09.886Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34332026-08-17T20:30:12.317Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34342026-08-17T20:30:15.023Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34352026-08-17T20:30:17.486Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34362026-08-17T20:30:20.169Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34372026-08-17T20:30:22.811Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34382026-08-17T20:30:25.968Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34392026-08-17T20:30:28.041Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34402026-08-17T20:30:30.767Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34412026-08-17T20:30:33.489Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34422026-08-17T20:30:36.142Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34432026-08-17T20:30:38.772Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34442026-08-17T20:30:41.460Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34452026-08-17T20:30:43.935Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34462026-08-17T20:30:46.737Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34472026-08-17T20:30:49.349Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34482026-08-17T20:30:52.360Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34492026-08-17T20:30:59.490Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34502026-08-17T20:30:59.527Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34512026-08-17T20:31:00.245Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522026-08-17T20:31:02.987Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34532026-08-17T20:31:05.706Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34542026-08-17T20:31:08.479Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34552026-08-17T20:31:11.650Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34562026-08-17T20:31:14.083Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34572026-08-17T20:31:21.962Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34582026-08-17T20:31:22.337Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34592026-08-17T20:31:25.692Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34602026-08-17T20:31:29.082Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34612026-08-17T20:31:33.989Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34622026-08-17T20:31:37.042Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34632026-08-17T20:31:40.795Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34642026-08-17T20:31:44.559Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34652026-08-17T20:31:48.378Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34662026-08-17T20:31:52.248Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34672026-08-17T20:31:56.083Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34682026-08-17T20:31:59.968Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34692026-08-17T20:32:03.719Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34702026-08-17T20:32:07.643Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34712026-08-17T20:32:11.444Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34722026-08-17T20:32:15.289Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34732026-08-17T20:32:19.103Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34742026-08-17T20:32:22.924Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34752026-08-17T20:32:26.816Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34762026-08-17T20:32:30.594Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34772026-08-17T20:32:34.530Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34782026-08-17T20:32:38.299Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34792026-08-17T20:32:42.173Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34802026-08-17T20:32:46.009Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34812026-08-17T20:33:16.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 20s
34822026-08-17T20:33:16.711Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files
34832026-08-17T20:33:16.821Z
34842026-08-17T20:33:16.821Zreal 7:20.933612732
34852026-08-17T20:33:16.821Zuser 19:59.443711342
34862026-08-17T20:33:16.821Zsys 4:15.578668893
34872026-08-17T20:33:16.821Ztrap 0.285634847
34882026-08-17T20:33:16.821Ztflt 0.007874690
34892026-08-17T20:33:16.821Zdflt 0.159298409
34902026-08-17T20:33:16.821Zkflt 0.000030210
34912026-08-17T20:33:16.821Zlock 7:00:30.798674073
34922026-08-17T20:33:16.824Zslp 2:28:01.720498920
34932026-08-17T20:33:16.824Zlat 32.356030507
34942026-08-17T20:33:16.824Zstop 2:05.375883676
34952026-08-17T20:33:16.824Zprocess exited: duration 820548 ms, exit code 0
 
34962026-08-17T20:33:16.832Zfound 0 output files