01KT1ZY2PPE2WCSQHMZAPK4YC4: clippy (helios)

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

Buildomat Job: 01KT1ZYQARPD8ERC3ZN69ZSVCH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-01T16:24:25.565Zjob assigned to worker 01KT1ZYTRQ9CQRPHH0NFVBSQD9 [factory aws, i-055d8a6c117d0114a] (queued for 54 s)
 
22026-06-01T16:24:31.893Zstarting task 0: "setup"
32026-06-01T16:24:31.898Z++ uname -s
42026-06-01T16:24:31.901Z+ kern=SunOS
52026-06-01T16:24:31.902Z+ build_user=build
62026-06-01T16:24:31.902Z+ build_uid=12345
72026-06-01T16:24:31.902Z+ work_dir=/work
82026-06-01T16:24:31.902Z+ input_dir=/input
92026-06-01T16:24:31.902Z+ [[ 0 == 12345 ]]
102026-06-01T16:24:31.902Z+ case "$kern" in
112026-06-01T16:24:31.902Z+ groupadd -g 12345 build
122026-06-01T16:24:31.904Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-01T16:24:33.907Z+ zfs create -o mountpoint=/work rpool/work
142026-06-01T16:24:33.997Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-01T16:24:34.000Z+ home_fs=zfs
162026-06-01T16:24:34.000Z+ [[ zfs == autofs ]]
172026-06-01T16:24:34.000Z+ mkdir -p /home/build
182026-06-01T16:24:34.000Z+ chown build:build /home/build /work
192026-06-01T16:24:36.002Z+ chmod 0700 /home/build /work
202026-06-01T16:24:36.005Zprocess exited: duration 4109 ms, exit code 0
 
212026-06-01T16:24:36.011Zstarting task 1: "rust-toolchain"
222026-06-01T16:24:36.014Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-01T16:24:36.014Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-01T16:24:36.014Z * rust toolchain channel = "1.94.0"
252026-06-01T16:24:36.014Z * rust toolchain profile = "default"
262026-06-01T16:24:36.017Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-01T16:24:36.017Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-01T16:24:36.017Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-01T16:24:36.017Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-01T16:24:36.122Zinfo: downloading installer
312026-06-01T16:24:37.415Zwarn: It looks like you have an existing rustup settings file at:
322026-06-01T16:24:37.415Zwarn: /home/build/.rustup/settings.toml
332026-06-01T16:24:37.415Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-01T16:24:37.415Zwarn: instead of the one inferred from the default host triple.
352026-06-01T16:24:37.427Zinfo: profile set to default
362026-06-01T16:24:37.427Zinfo: default host triple is x86_64-unknown-illumos
372026-06-01T16:24:37.430Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-01T16:24:37.550Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-01T16:24:37.553Zinfo: downloading 6 components
402026-06-01T16:24:52.759Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-01T16:24:52.759Z
422026-06-01T16:24:52.765Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-01T16:24:52.765Z
442026-06-01T16:24:52.765Z
452026-06-01T16:24:52.765ZRust is installed now. Great!
462026-06-01T16:24:52.765Z
472026-06-01T16:24:52.765ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-01T16:24:52.765Zenvironment variable. This has not been done automatically.
492026-06-01T16:24:52.765Z
502026-06-01T16:24:52.765ZTo configure your current shell, you need to source
512026-06-01T16:24:52.765Zthe corresponding env file under $HOME/.cargo.
522026-06-01T16:24:52.765Z
532026-06-01T16:24:52.765ZThis is usually done by running one of the following (note the leading DOT):
542026-06-01T16:24:52.765Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-01T16:24:52.765Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-01T16:24:52.765Zsource "~/.cargo/env.nu" # For nushell
572026-06-01T16:24:52.766Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-01T16:24:52.766Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-01T16:24:52.766Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-01T16:24:52.766Zwarn: no default linker (`cc`) was found in your PATH
612026-06-01T16:24:52.766Zwarn: many Rust crates require a system C toolchain to build
622026-06-01T16:24:52.766Z+ rustup --version
632026-06-01T16:24:52.766Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-01T16:24:52.766Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-01T16:24:52.766Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-01T16:24:52.766Z+ cargo --version
672026-06-01T16:24:52.766Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-01T16:24:52.766Z+ rustc --version
692026-06-01T16:24:52.766Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-01T16:24:52.766Zprocess exited: duration 15943 ms, exit code 0
 
712026-06-01T16:24:52.776Zstarting task 2: "authentication"
722026-06-01T16:24:52.791Zprocess exited: duration 17 ms, exit code 0
 
732026-06-01T16:24:52.797Zstarting task 3: "clone repository"
742026-06-01T16:24:52.801Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-01T16:24:52.804Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-01T16:24:52.851ZCloning into '/work/oxidecomputer/omicron'...
772026-06-01T16:25:03.796Z+ cd /work/oxidecomputer/omicron
782026-06-01T16:25:03.796Z+ git fetch origin 66cbaf0d1b6d69fe170c61931acad909d177129b
792026-06-01T16:25:04.107ZFrom https://github.com/oxidecomputer/omicron
802026-06-01T16:25:04.107Z * branch 66cbaf0d1b6d69fe170c61931acad909d177129b -> FETCH_HEAD
812026-06-01T16:25:04.117Z+ [[ -n ry/opte-984 ]]
822026-06-01T16:25:04.120Z++ git branch --show-current
832026-06-01T16:25:04.120Z+ current=main
842026-06-01T16:25:04.120Z+ [[ main != ry/opte-984 ]]
852026-06-01T16:25:04.120Z+ git branch -f ry/opte-984 66cbaf0d1b6d69fe170c61931acad909d177129b
862026-06-01T16:25:04.123Z+ git checkout -f ry/opte-984
872026-06-01T16:25:04.173ZSwitched to branch 'ry/opte-984'
882026-06-01T16:25:04.176Z+ git reset --hard 66cbaf0d1b6d69fe170c61931acad909d177129b
892026-06-01T16:25:04.236ZHEAD is now at 66cbaf0d1 merge main and resolve conflicts
902026-06-01T16:25:04.238Zprocess exited: duration 11439 ms, exit code 0
 
912026-06-01T16:25:04.244Zstarting task 4: "build"
922026-06-01T16:25:04.248Z+ source ./env.sh
932026-06-01T16:25:04.250Z++ OLD_SHELL_OPTS=ehxB
942026-06-01T16:25:04.250Z++ set -o xtrace
952026-06-01T16:25:04.250Z++++ dirname ./env.sh
962026-06-01T16:25:04.253Z+++ readlink -f .
972026-06-01T16:25:04.256Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-01T16:25:04.256Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-01T16:25:04.256Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-01T16:25:04.256Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-01T16:25:04.256Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-01T16:25:04.256Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-01T16:25:04.256Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-01T16:25:04.256Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-01T16:25:04.256Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-01T16:25:04.256Z++ case $OLD_SHELL_OPTS in
1072026-06-01T16:25:04.256Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-06-01T16:25:04.256Z+ source .github/buildomat/ci-env.sh
1092026-06-01T16:25:04.256Z++ export CARGO_TERM_COLOR=always
1102026-06-01T16:25:04.256Z++ CARGO_TERM_COLOR=always
1112026-06-01T16:25:04.256Z+ cargo --version
1122026-06-01T16:25:04.264Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-06-01T16:25:04.267Z+ rustc --version
1142026-06-01T16:25:04.286Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-06-01T16:25:04.289Z+ banner prerequisites
1162026-06-01T16:25:04.292Z
1172026-06-01T16:25:04.292Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-06-01T16:25:04.292Z # # # # # # # # # # # # # # #
1192026-06-01T16:25:04.292Z # # # # ##### # # ##### # # # # # #### #
1202026-06-01T16:25:04.292Z ##### ##### # ##### # # # # # # # # #
1212026-06-01T16:25:04.292Z # # # # # # # # # # # # # # #
1222026-06-01T16:25:04.292Z # # # ###### # # ###### ### # #### # #### #
1232026-06-01T16:25:04.292Z
1242026-06-01T16:25:04.292Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-06-01T16:25:06.134Z Startup: Refreshing catalog 'helios' ... Done
1262026-06-01T16:25:06.209Z Startup: Caching catalogs ... Done
1272026-06-01T16:25:06.502ZPlanning: Solver setup ... Done (0.249s)
1282026-06-01T16:25:06.516ZPlanning: Running solver ... Done (0.019s)
1292026-06-01T16:25:06.521ZPlanning: Finding local manifests ... Done (0.003s)
1302026-06-01T16:25:06.544ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-01T16:25:06.552ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-01T16:25:06.563ZPlanning: Package planning ... Done (0.013s)
1332026-06-01T16:25:06.567ZPlanning: Merging actions ... Done (0.001s)
1342026-06-01T16:25:06.751ZPlanning: Checking for conflicting actions ... Done (0.185s)
1352026-06-01T16:25:06.754ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-06-01T16:25:07.590ZPlanning: Evaluating mediators ... Done (0.838s)
1372026-06-01T16:25:07.594ZPlanning: Planning completed in 1.36 seconds
1382026-06-01T16:25:07.599Z Packages to install: 2
1392026-06-01T16:25:07.599Z Estimated space available: 156.07 GB
1402026-06-01T16:25:07.599ZEstimated space to be consumed: 23.93 MB
1412026-06-01T16:25:07.599Z Create boot environment: No
1422026-06-01T16:25:07.603ZCreate backup boot environment: No
1432026-06-01T16:25:07.603Z Rebuild boot archive: No
1442026-06-01T16:25:07.603Z
1452026-06-01T16:25:07.603ZChanged packages:
1462026-06-01T16:25:07.603Zhelios
1472026-06-01T16:25:07.603Z developer/build-essential
1482026-06-01T16:25:07.603Z None -> 11-3.0
1492026-06-01T16:25:07.603Z library/libxmlsec1
1502026-06-01T16:25:07.603Z None -> 1.2.35-3.0
1512026-06-01T16:25:07.623Z
1522026-06-01T16:25:07.623ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-06-01T16:25:08.333ZDownload: Completed 1.28 MB in 0.71 seconds (1.8M/s)
1542026-06-01T16:25:08.412Z Actions: 1/268 actions (Installing new actions)
1552026-06-01T16:25:08.451Z Actions: Completed 268 actions in 0.04 seconds.
1562026-06-01T16:25:08.458ZFinalize: Updating package state database ... Done (0.007s)
1572026-06-01T16:25:08.460ZFinalize: Updating package cache ... Done (0.000s)
1582026-06-01T16:25:08.480ZFinalize: Updating image state ... Done (0.022s)
1592026-06-01T16:25:10.800ZFinalize: Creating fast lookup database ... Done (2.299s)
1602026-06-01T16:25:10.886ZFinalize: Reading search index ... Done (0.029s)
1612026-06-01T16:25:10.889ZFinalize: Updating search index ... Done (0.000s)
1622026-06-01T16:25:10.989ZFinalize: Updating package cache ... Done (0.000s)
1632026-06-01T16:25:11.284ZPlanning: Evaluating mediator changes ... Done
1642026-06-01T16:25:11.388ZPlanning: Checking for conflicting actions ... Done
1652026-06-01T16:25:11.392ZPlanning: Consolidating action changes ... Done
1662026-06-01T16:25:11.551ZPlanning: Evaluating mediators ... Done
1672026-06-01T16:25:11.556ZPlanning: Planning completed in 0.26 seconds
1682026-06-01T16:25:11.576Z Mediators to change: 2
1692026-06-01T16:25:11.576Z Create boot environment: No
1702026-06-01T16:25:11.581ZCreate backup boot environment: No
1712026-06-01T16:25:11.625ZFinalize: Updating package state database ... Done
1722026-06-01T16:25:11.625ZFinalize: Updating package cache ... Done
1732026-06-01T16:25:11.640ZFinalize: Updating image state ... Done
1742026-06-01T16:25:13.565ZFinalize: Creating fast lookup database ... Done
1752026-06-01T16:25:13.623ZFinalize: Reading search index ... Done
1762026-06-01T16:25:13.629ZFinalize: Updating search index ... Done
1772026-06-01T16:25:13.711ZFinalize: Updating package cache ... Done
1782026-06-01T16:25:13.993ZPlanning: Evaluating mediator changes ... Done
1792026-06-01T16:25:14.098ZPlanning: Checking for conflicting actions ... Done
1802026-06-01T16:25:14.101ZPlanning: Consolidating action changes ... Done
1812026-06-01T16:25:14.253ZPlanning: Evaluating mediators ... Done
1822026-06-01T16:25:14.259ZPlanning: Planning completed in 0.26 seconds
1832026-06-01T16:25:14.276Z Mediators to change: 1
1842026-06-01T16:25:14.276Z Create boot environment: No
1852026-06-01T16:25:14.279ZCreate backup boot environment: No
1862026-06-01T16:25:14.349ZFinalize: Updating package state database ... Done
1872026-06-01T16:25:14.349ZFinalize: Updating package cache ... Done
1882026-06-01T16:25:14.360ZFinalize: Updating image state ... Done
1892026-06-01T16:25:16.273ZFinalize: Creating fast lookup database ... Done
1902026-06-01T16:25:16.330ZFinalize: Reading search index ... Done
1912026-06-01T16:25:16.333ZFinalize: Updating search index ... Done
1922026-06-01T16:25:16.424ZFinalize: Updating package cache ... Done
1932026-06-01T16:25:16.733ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-06-01T16:25:16.733Zapache system 2.4 system
1952026-06-01T16:25:16.733Zclang system 15 system
1962026-06-01T16:25:16.733Zcsh system system illumos
1972026-06-01T16:25:16.733Zctags system system illumos
1982026-06-01T16:25:16.733Zfile vendor vendor darwinsys
1992026-06-01T16:25:16.733Zfile system system illumos
2002026-06-01T16:25:16.733Zgcc vendor 14 vendor
2012026-06-01T16:25:16.733Zgcc system 13 system
2022026-06-01T16:25:16.733Zgcc system 10 system
2032026-06-01T16:25:16.733Zgo system 1.25 system
2042026-06-01T16:25:16.733Zllvm system 15 system
2052026-06-01T16:25:16.733Zmariadb system 11.4 system
2062026-06-01T16:25:16.733Zmta vendor vendor dma
2072026-06-01T16:25:16.733Zopenjdk system 17 system
2082026-06-01T16:25:16.733Zopenjdk system 11 system
2092026-06-01T16:25:16.733Zopenssl vendor 3 vendor
2102026-06-01T16:25:16.733Zperl system 5.40 system
2112026-06-01T16:25:16.733Zpostgresql system 18 system
2122026-06-01T16:25:16.733Zpostgresql system 17 system
2132026-06-01T16:25:16.733Zpython vendor 3 vendor
2142026-06-01T16:25:16.733Zpython system 2 system
2152026-06-01T16:25:16.733Zpython3 vendor 3.13 vendor
2162026-06-01T16:25:16.733Zruby system 3.4 system
2172026-06-01T16:25:16.733Zruby system 3.0 system
2182026-06-01T16:25:16.733Zwords vendor vendor american-english
2192026-06-01T16:25:16.733Zwords system system australian-english
2202026-06-01T16:25:16.733Zwords system system british-english
2212026-06-01T16:25:16.733Zwords system system canadian-english
2222026-06-01T16:25:16.733Zwords system system french
2232026-06-01T16:25:16.733Zwords system system italian
2242026-06-01T16:25:16.733Zwords system system ngerman
2252026-06-01T16:25:16.733Zwords system system ogerman
2262026-06-01T16:25:16.733Zwords system system spanish
2272026-06-01T16:25:16.986ZPUBLISHER TYPE STATUS P LOCATION
2282026-06-01T16:25:16.986Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-06-01T16:25:17.264ZFMRI IFO
2302026-06-01T16:25:17.264Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-06-01T16:25:17.264Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-06-01T16:25:17.264Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-06-01T16:25:17.264Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-06-01T16:25:17.264Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-06-01T16:25:17.264Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-06-01T16:25:17.264Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-06-01T16:25:17.264Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-06-01T16:25:17.264Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-06-01T16:25:17.516Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-06-01T16:25:17.832Z Updating crates.io index
2412026-06-01T16:25:17.835Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-06-01T16:25:18.126Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-06-01T16:25:19.024Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-01T16:25:19.544Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-06-01T16:25:20.786Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-06-01T16:25:21.355Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-06-01T16:25:22.874Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-06-01T16:25:23.665Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-06-01T16:25:24.131Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-06-01T16:25:25.584Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-06-01T16:25:25.847Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-06-01T16:25:26.392Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532026-06-01T16:25:26.673Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-06-01T16:25:28.221Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-06-01T16:25:28.713Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2562026-06-01T16:25:28.961Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-06-01T16:25:29.428Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-06-01T16:25:29.703Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-06-01T16:25:30.194Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-06-01T16:25:30.523Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-06-01T16:25:30.791Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-06-01T16:25:31.029Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-06-01T16:25:31.462Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-06-01T16:25:31.856Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-06-01T16:25:32.265Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-06-01T16:25:32.750Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-06-01T16:25:33.056Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-06-01T16:25:33.394Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-06-01T16:25:33.712Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-06-01T16:25:34.604Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-06-01T16:25:35.458Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-06-01T16:25:35.837Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-06-01T16:25:36.098Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-06-01T16:25:36.507Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-06-01T16:25:36.850Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-06-01T16:25:37.264Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-06-01T16:25:37.699Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-06-01T16:25:38.243Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-06-01T16:25:38.505Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-06-01T16:25:38.764Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-06-01T16:25:39.142Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-06-01T16:25:50.979Z Downloading crates ...
2832026-06-01T16:25:51.033Z Downloaded anstream v1.0.0
2842026-06-01T16:25:51.036Z Downloaded is_terminal_polyfill v1.70.2
2852026-06-01T16:25:51.038Z Downloaded block-buffer v0.10.4
2862026-06-01T16:25:51.038Z Downloaded potential_utf v0.1.4
2872026-06-01T16:25:51.038Z Downloaded anyhow v1.0.102
2882026-06-01T16:25:51.041Z Downloaded usdt-attr-macro v0.5.0
2892026-06-01T16:25:51.041Z Downloaded percent-encoding v2.3.2
2902026-06-01T16:25:51.041Z Downloaded dtrace-parser v0.2.0
2912026-06-01T16:25:51.041Z Downloaded anstyle v1.0.14
2922026-06-01T16:25:51.045Z Downloaded idna_adapter v1.2.1
2932026-06-01T16:25:51.047Z Downloaded fnv v1.0.7
2942026-06-01T16:25:51.047Z Downloaded digest v0.10.7
2952026-06-01T16:25:51.050Z Downloaded ucd-trie v0.1.7
2962026-06-01T16:25:51.050Z Downloaded textwrap v0.16.2
2972026-06-01T16:25:51.054Z Downloaded cargo-platform v0.2.0
2982026-06-01T16:25:51.054Z Downloaded usdt-macro v0.5.0
2992026-06-01T16:25:51.054Z Downloaded generic-array v0.14.7
3002026-06-01T16:25:51.054Z Downloaded heck v0.5.0
3012026-06-01T16:25:51.061Z Downloaded zerocopy-derive v0.7.35
3022026-06-01T16:25:51.061Z Downloaded thread-id v4.2.2
3032026-06-01T16:25:51.061Z Downloaded errno v0.3.14
3042026-06-01T16:25:51.064Z Downloaded scroll_derive v0.12.1
3052026-06-01T16:25:51.064Z Downloaded usdt v0.5.0
3062026-06-01T16:25:51.064Z Downloaded yoke v0.8.1
3072026-06-01T16:25:51.064Z Downloaded utf8_iter v1.0.4
3082026-06-01T16:25:51.067Z Downloaded unicode-xid v0.2.6
3092026-06-01T16:25:51.067Z Downloaded plain v0.2.3
3102026-06-01T16:25:51.068Z Downloaded crypto-common v0.1.7
3112026-06-01T16:25:51.068Z Downloaded unicode-linebreak v0.1.5
3122026-06-01T16:25:51.068Z Downloaded version_check v0.9.5
3132026-06-01T16:25:51.071Z Downloaded yoke-derive v0.8.1
3142026-06-01T16:25:51.074Z Downloaded zerofrom v0.1.6
3152026-06-01T16:25:51.074Z Downloaded typeid v1.0.3
3162026-06-01T16:25:51.074Z Downloaded synstructure v0.13.2
3172026-06-01T16:25:51.074Z Downloaded utf8parse v0.2.2
3182026-06-01T16:25:51.077Z Downloaded serde_tokenstream v0.2.3
3192026-06-01T16:25:51.080Z Downloaded stable_deref_trait v1.2.1
3202026-06-01T16:25:51.080Z Downloaded zerofrom-derive v0.1.6
3212026-06-01T16:25:51.084Z Downloaded toml_write v0.1.2
3222026-06-01T16:25:51.084Z Downloaded toml_datetime v0.6.11
3232026-06-01T16:25:51.084Z Downloaded pretty-hex v0.4.1
3242026-06-01T16:25:51.092Z Downloaded dof v0.3.0
3252026-06-01T16:25:51.092Z Downloaded camino v1.2.2
3262026-06-01T16:25:51.092Z Downloaded once_cell v1.21.3
3272026-06-01T16:25:51.092Z Downloaded cargo_toml v0.21.0
3282026-06-01T16:25:51.096Z Downloaded zmij v1.0.21
3292026-06-01T16:25:51.096Z Downloaded thiserror-impl v2.0.18
3302026-06-01T16:25:51.096Z Downloaded thiserror-impl v1.0.69
3312026-06-01T16:25:51.096Z Downloaded writeable v0.6.2
3322026-06-01T16:25:51.097Z Downloaded serde-value v0.7.0
3332026-06-01T16:25:51.097Z Downloaded memmap v0.7.0
3342026-06-01T16:25:51.097Z Downloaded cpufeatures v0.2.17
3352026-06-01T16:25:51.102Z Downloaded usdt-impl v0.5.0
3362026-06-01T16:25:51.102Z Downloaded tinystr v0.8.2
3372026-06-01T16:25:51.102Z Downloaded smawk v0.3.2
3382026-06-01T16:25:51.103Z Downloaded thiserror v1.0.69
3392026-06-01T16:25:51.106Z Downloaded zerovec-derive v0.11.2
3402026-06-01T16:25:51.106Z Downloaded thiserror v2.0.18
3412026-06-01T16:25:51.109Z Downloaded toml v0.8.23
3422026-06-01T16:25:51.109Z Downloaded swrite v0.1.0
3432026-06-01T16:25:51.109Z Downloaded tabled_derive v0.7.0
3442026-06-01T16:25:51.109Z Downloaded colorchoice v1.0.4
3452026-06-01T16:25:51.112Z Downloaded itoa v1.0.17
3462026-06-01T16:25:51.112Z Downloaded proc-macro-error-attr v1.0.4
3472026-06-01T16:25:51.112Z Downloaded proc-macro-error v1.0.4
3482026-06-01T16:25:51.114Z Downloaded displaydoc v0.2.5
3492026-06-01T16:25:51.114Z Downloaded litemap v0.8.1
3502026-06-01T16:25:51.117Z Downloaded unicode-ident v1.0.24
3512026-06-01T16:25:51.117Z Downloaded equivalent v1.0.2
3522026-06-01T16:25:51.120Z Downloaded byteorder v1.5.0
3532026-06-01T16:25:51.123Z Downloaded typenum v1.19.0
3542026-06-01T16:25:51.123Z Downloaded zerotrie v0.2.3
3552026-06-01T16:25:51.126Z Downloaded clap_lex v1.0.0
3562026-06-01T16:25:51.126Z Downloaded toml_edit v0.22.27
3572026-06-01T16:25:51.128Z Downloaded anstyle-query v1.1.5
3582026-06-01T16:25:51.131Z Downloaded url v2.5.8
3592026-06-01T16:25:51.135Z Downloaded terminal_size v0.4.3
3602026-06-01T16:25:51.135Z Downloaded cfg-if v1.0.4
3612026-06-01T16:25:51.135Z Downloaded strsim v0.11.1
3622026-06-01T16:25:51.135Z Downloaded zerovec v0.11.5
3632026-06-01T16:25:51.138Z Downloaded serde_spanned v0.6.9
3642026-06-01T16:25:51.138Z Downloaded pest_generator v2.8.6
3652026-06-01T16:25:51.141Z Downloaded zerocopy v0.7.35
3662026-06-01T16:25:51.146Z Downloaded quote v1.0.45
3672026-06-01T16:25:51.150Z Downloaded heck v0.4.1
3682026-06-01T16:25:51.150Z Downloaded fastrand v2.3.0
3692026-06-01T16:25:51.153Z Downloaded winnow v0.7.14
3702026-06-01T16:25:51.156Z Downloaded ordered-float v2.10.1
3712026-06-01T16:25:51.156Z Downloaded fs-err v3.3.0
3722026-06-01T16:25:51.156Z Downloaded form_urlencoded v1.2.2
3732026-06-01T16:25:51.159Z Downloaded unicode-width v0.2.0
3742026-06-01T16:25:51.164Z Downloaded unicode-width v0.1.14
3752026-06-01T16:25:51.169Z Downloaded autocfg v1.5.0
3762026-06-01T16:25:51.173Z Downloaded camino-tempfile v1.4.1
3772026-06-01T16:25:51.177Z Downloaded anstyle-parse v1.0.0
3782026-06-01T16:25:51.180Z Downloaded cargo_metadata v0.21.0
3792026-06-01T16:25:51.180Z Downloaded erased-serde v0.4.9
3802026-06-01T16:25:51.180Z Downloaded serde-untagged v0.1.9
3812026-06-01T16:25:51.180Z Downloaded macaddr v1.0.1
3822026-06-01T16:25:51.184Z Downloaded proc-macro2 v1.0.106
3832026-06-01T16:25:51.187Z Downloaded sha2 v0.10.9
3842026-06-01T16:25:51.192Z Downloaded bytecount v0.6.9
3852026-06-01T16:25:51.201Z Downloaded tempfile v3.25.0
3862026-06-01T16:25:51.204Z Downloaded clap_derive v4.6.1
3872026-06-01T16:25:51.204Z Downloaded cargo-util-schemas v0.8.2
3882026-06-01T16:25:51.208Z Downloaded serde_derive v1.0.228
3892026-06-01T16:25:51.208Z Downloaded semver v1.0.28
3902026-06-01T16:25:51.211Z Downloaded icu_normalizer v2.1.1
3912026-06-01T16:25:51.217Z Downloaded papergrid v0.11.0
3922026-06-01T16:25:51.226Z Downloaded scroll v0.12.0
3932026-06-01T16:25:51.231Z Downloaded log v0.4.29
3942026-06-01T16:25:51.237Z Downloaded smallvec v1.15.1
3952026-06-01T16:25:51.240Z Downloaded num-traits v0.2.19
3962026-06-01T16:25:51.243Z Downloaded pest_derive v2.8.6
3972026-06-01T16:25:51.243Z Downloaded getrandom v0.4.1
3982026-06-01T16:25:51.248Z Downloaded serde_core v1.0.228
3992026-06-01T16:25:51.253Z Downloaded bitflags v2.11.0
4002026-06-01T16:25:51.256Z Downloaded clap v4.6.1
4012026-06-01T16:25:51.260Z Downloaded icu_properties v2.1.2
4022026-06-01T16:25:51.263Z Downloaded memchr v2.8.0
4032026-06-01T16:25:51.266Z Downloaded pest_meta v2.8.6
4042026-06-01T16:25:51.269Z Downloaded icu_provider v2.1.1
4052026-06-01T16:25:51.269Z Downloaded icu_locale_core v2.1.1
4062026-06-01T16:25:51.274Z Downloaded serde v1.0.228
4072026-06-01T16:25:51.277Z Downloaded icu_normalizer_data v2.1.1
4082026-06-01T16:25:51.277Z Downloaded icu_collections v2.1.1
4092026-06-01T16:25:51.300Z Downloaded indexmap v2.14.0
4102026-06-01T16:25:51.303Z Downloaded icu_properties_data v2.1.2
4112026-06-01T16:25:51.312Z Downloaded clap_builder v4.6.0
4122026-06-01T16:25:51.324Z Downloaded hashbrown v0.17.0
4132026-06-01T16:25:51.329Z Downloaded pest v2.8.6
4142026-06-01T16:25:51.332Z Downloaded idna v1.1.0
4152026-06-01T16:25:51.332Z Downloaded serde_json v1.0.149
4162026-06-01T16:25:51.336Z Downloaded goblin v0.8.2
4172026-06-01T16:25:51.345Z Downloaded syn v1.0.109
4182026-06-01T16:25:51.357Z Downloaded tabled v0.15.0
4192026-06-01T16:25:51.368Z Downloaded syn v2.0.117
4202026-06-01T16:25:51.377Z Downloaded rustix v1.1.3
4212026-06-01T16:25:51.404Z Downloaded libc v0.2.185
4222026-06-01T16:25:51.473Z Compiling proc-macro2 v1.0.106
4232026-06-01T16:25:51.473Z Compiling unicode-ident v1.0.24
4242026-06-01T16:25:51.475Z Compiling quote v1.0.45
4252026-06-01T16:25:51.475Z Compiling serde_core v1.0.228
4262026-06-01T16:25:51.475Z Compiling libc v0.2.185
4272026-06-01T16:25:51.476Z Compiling version_check v0.9.5
4282026-06-01T16:25:51.476Z Compiling stable_deref_trait v1.2.1
4292026-06-01T16:25:51.476Z Compiling memchr v2.8.0
4302026-06-01T16:25:51.813Z Compiling serde v1.0.228
4312026-06-01T16:25:51.829Z Compiling zmij v1.0.21
4322026-06-01T16:25:52.068Z Compiling ucd-trie v0.1.7
4332026-06-01T16:25:52.070Z Compiling autocfg v1.5.0
4342026-06-01T16:25:52.194Z Compiling thiserror v1.0.69
4352026-06-01T16:25:52.354Z Compiling itoa v1.0.17
4362026-06-01T16:25:52.447Z Compiling pest v2.8.6
4372026-06-01T16:25:52.497Z Compiling litemap v0.8.1
4382026-06-01T16:25:52.542Z Compiling writeable v0.6.2
4392026-06-01T16:25:52.555Z Compiling icu_properties_data v2.1.2
4402026-06-01T16:25:52.657Z Compiling icu_normalizer_data v2.1.1
4412026-06-01T16:25:52.759Z Compiling rustix v1.1.3
4422026-06-01T16:25:52.863Z Compiling byteorder v1.5.0
4432026-06-01T16:25:53.040Z Compiling syn v2.0.117
4442026-06-01T16:25:53.113Z Compiling errno v0.3.14
4452026-06-01T16:25:53.183Z Compiling serde_json v1.0.149
4462026-06-01T16:25:53.183Z Compiling bitflags v2.11.0
4472026-06-01T16:25:53.381Z Compiling num-traits v0.2.19
4482026-06-01T16:25:53.453Z Compiling hashbrown v0.17.0
4492026-06-01T16:25:53.453Z Compiling typeid v1.0.3
4502026-06-01T16:25:53.537Z Compiling pest_meta v2.8.6
4512026-06-01T16:25:53.685Z Compiling equivalent v1.0.2
4522026-06-01T16:25:53.769Z Compiling smallvec v1.15.1
4532026-06-01T16:25:53.896Z Compiling indexmap v2.14.0
4542026-06-01T16:25:53.933Z Compiling thread-id v4.2.2
4552026-06-01T16:25:53.948Z Compiling proc-macro-error-attr v1.0.4
4562026-06-01T16:25:54.012Z Compiling usdt-impl v0.5.0
4572026-06-01T16:25:54.096Z Compiling winnow v0.7.14
4582026-06-01T16:25:54.124Z Compiling erased-serde v0.4.9
4592026-06-01T16:25:54.226Z Compiling syn v1.0.109
4602026-06-01T16:25:54.410Z Compiling toml_write v0.1.2
4612026-06-01T16:25:54.611Z Compiling proc-macro-error v1.0.4
4622026-06-01T16:25:54.692Z Compiling percent-encoding v2.3.2
4632026-06-01T16:25:54.801Z Compiling utf8_iter v1.0.4
4642026-06-01T16:25:54.888Z Compiling camino v1.2.2
4652026-06-01T16:25:54.949Z Compiling thiserror v2.0.18
4662026-06-01T16:25:55.111Z Compiling log v0.4.29
4672026-06-01T16:25:55.164Z Compiling utf8parse v0.2.2
4682026-06-01T16:25:55.204Z Compiling plain v0.2.3
4692026-06-01T16:25:55.272Z Compiling getrandom v0.4.1
4702026-06-01T16:25:55.304Z Compiling anstyle-parse v1.0.0
4712026-06-01T16:25:55.367Z Compiling ordered-float v2.10.1
4722026-06-01T16:25:55.386Z Compiling form_urlencoded v1.2.2
4732026-06-01T16:25:55.515Z Compiling synstructure v0.13.2
4742026-06-01T16:25:55.532Z Compiling pest_generator v2.8.6
4752026-06-01T16:25:55.654Z Compiling terminal_size v0.4.3
4762026-06-01T16:25:55.799Z Compiling anstyle v1.0.14
4772026-06-01T16:25:55.881Z Compiling colorchoice v1.0.4
4782026-06-01T16:25:55.997Z Compiling pretty-hex v0.4.1
4792026-06-01T16:25:56.014Z Compiling anstyle-query v1.1.5
4802026-06-01T16:25:56.032Z Compiling is_terminal_polyfill v1.70.2
4812026-06-01T16:25:56.047Z Compiling cfg-if v1.0.4
4822026-06-01T16:25:56.135Z Compiling anstream v1.0.0
4832026-06-01T16:25:56.140Z Compiling serde-untagged v0.1.9
4842026-06-01T16:25:56.234Z Compiling semver v1.0.28
4852026-06-01T16:25:56.311Z Compiling fs-err v3.3.0
4862026-06-01T16:25:56.474Z Compiling heck v0.5.0
4872026-06-01T16:25:56.528Z Compiling clap_lex v1.0.0
4882026-06-01T16:25:56.546Z Compiling unicode-width v0.1.14
4892026-06-01T16:25:56.587Z Compiling fnv v1.0.7
4902026-06-01T16:25:56.611Z Compiling bytecount v0.6.9
4912026-06-01T16:25:56.693Z Compiling heck v0.4.1
4922026-06-01T16:25:56.694Z Compiling strsim v0.11.1
4932026-06-01T16:25:56.769Z Compiling anyhow v1.0.102
4942026-06-01T16:25:56.828Z Compiling unicode-xid v0.2.6
4952026-06-01T16:25:56.945Z Compiling once_cell v1.21.3
4962026-06-01T16:25:56.962Z Compiling fastrand v2.3.0
4972026-06-01T16:25:57.054Z Compiling clap_builder v4.6.0
4982026-06-01T16:25:57.070Z Compiling papergrid v0.11.0
4992026-06-01T16:25:57.165Z Compiling tempfile v3.25.0
5002026-06-01T16:25:57.251Z Compiling serde_derive v1.0.228
5012026-06-01T16:25:57.309Z Compiling zerofrom-derive v0.1.6
5022026-06-01T16:25:57.325Z Compiling yoke-derive v0.8.1
5032026-06-01T16:25:57.542Z Compiling zerovec-derive v0.11.2
5042026-06-01T16:25:57.695Z Compiling displaydoc v0.2.5
5052026-06-01T16:25:58.438Z Compiling thiserror-impl v1.0.69
5062026-06-01T16:25:58.477Z Compiling zerocopy-derive v0.7.35
5072026-06-01T16:25:58.503Z Compiling pest_derive v2.8.6
5082026-06-01T16:25:58.645Z Compiling scroll_derive v0.12.1
5092026-06-01T16:25:58.699Z Compiling zerofrom v0.1.6
5102026-06-01T16:25:58.834Z Compiling yoke v0.8.1
5112026-06-01T16:25:58.920Z Compiling thiserror-impl v2.0.18
5122026-06-01T16:25:59.029Z Compiling zerovec v0.11.5
5132026-06-01T16:25:59.295Z Compiling zerotrie v0.2.3
5142026-06-01T16:25:59.339Z Compiling zerocopy v0.7.35
5152026-06-01T16:25:59.524Z Compiling tinystr v0.8.2
5162026-06-01T16:25:59.594Z Compiling potential_utf v0.1.4
5172026-06-01T16:25:59.734Z Compiling icu_locale_core v2.1.1
5182026-06-01T16:25:59.766Z Compiling icu_collections v2.1.1
5192026-06-01T16:25:59.803Z Compiling dtrace-parser v0.2.0
5202026-06-01T16:25:59.893Z Compiling scroll v0.12.0
5212026-06-01T16:26:00.051Z Compiling tabled_derive v0.7.0
5222026-06-01T16:26:00.191Z Compiling goblin v0.8.2
5232026-06-01T16:26:00.241Z Compiling clap_derive v4.6.1
5242026-06-01T16:26:00.334Z Compiling memmap v0.7.0
5252026-06-01T16:26:00.519Z Compiling icu_provider v2.1.1
5262026-06-01T16:26:00.536Z Compiling unicode-linebreak v0.1.5
5272026-06-01T16:26:00.612Z Compiling toml_datetime v0.6.11
5282026-06-01T16:26:00.659Z Compiling serde_spanned v0.6.9
5292026-06-01T16:26:00.676Z Compiling dof v0.3.0
5302026-06-01T16:26:00.778Z Compiling icu_properties v2.1.2
5312026-06-01T16:26:00.810Z Compiling icu_normalizer v2.1.1
5322026-06-01T16:26:00.827Z Compiling toml_edit v0.22.27
5332026-06-01T16:26:00.873Z Compiling serde_tokenstream v0.2.3
5342026-06-01T16:26:01.060Z Compiling serde-value v0.7.0
5352026-06-01T16:26:01.194Z Compiling cargo-platform v0.2.0
5362026-06-01T16:26:01.336Z Compiling unicode-width v0.2.0
5372026-06-01T16:26:01.480Z Compiling smawk v0.3.2
5382026-06-01T16:26:01.539Z Compiling tabled v0.15.0
5392026-06-01T16:26:01.620Z Compiling usdt-attr-macro v0.5.0
5402026-06-01T16:26:01.638Z Compiling usdt-macro v0.5.0
5412026-06-01T16:26:01.678Z Compiling idna_adapter v1.2.1
5422026-06-01T16:26:01.825Z Compiling idna v1.1.0
5432026-06-01T16:26:01.908Z Compiling textwrap v0.16.2
5442026-06-01T16:26:02.011Z Compiling clap v4.6.1
5452026-06-01T16:26:02.098Z Compiling macaddr v1.0.1
5462026-06-01T16:26:02.252Z Compiling toml v0.8.23
5472026-06-01T16:26:02.311Z Compiling url v2.5.8
5482026-06-01T16:26:02.333Z Compiling camino-tempfile v1.4.1
5492026-06-01T16:26:02.665Z Compiling cargo_toml v0.21.0
5502026-06-01T16:26:02.926Z Compiling cargo-util-schemas v0.8.2
5512026-06-01T16:26:03.046Z Compiling swrite v0.1.0
5522026-06-01T16:26:03.149Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-01T16:26:03.183Z Compiling usdt v0.5.0
5542026-06-01T16:26:03.827Z Compiling cargo_metadata v0.21.0
5552026-06-01T16:26:04.721Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-06-01T16:26:06.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.42s
5572026-06-01T16:26:07.006Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-06-01T16:26:07.565Z Downloading crates ...
5592026-06-01T16:26:07.653Z Downloaded adler2 v2.0.1
5602026-06-01T16:26:07.672Z Downloaded bitfield-macros v0.19.4
5612026-06-01T16:26:07.675Z Downloaded arrayref v0.3.9
5622026-06-01T16:26:07.680Z Downloaded castaway v0.2.4
5632026-06-01T16:26:07.682Z Downloaded crc8 v0.1.1
5642026-06-01T16:26:07.685Z Downloaded async-stream v0.3.6
5652026-06-01T16:26:07.688Z Downloaded crc-catalog v2.4.0
5662026-06-01T16:26:07.688Z Downloaded diesel_table_macro_syntax v0.3.0
5672026-06-01T16:26:07.688Z Downloaded cexpr v0.6.0
5682026-06-01T16:26:07.691Z Downloaded camino-tempfile-ext v0.3.3
5692026-06-01T16:26:07.694Z Downloaded dsl_auto_type v0.2.0
5702026-06-01T16:26:07.694Z Downloaded crunchy v0.2.4
5712026-06-01T16:26:07.694Z Downloaded cobs v0.3.0
5722026-06-01T16:26:07.698Z Downloaded darling v0.13.4
5732026-06-01T16:26:07.698Z Downloaded atomic-waker v1.1.2
5742026-06-01T16:26:07.701Z Downloaded ciborium-io v0.2.2
5752026-06-01T16:26:07.701Z Downloaded crossbeam-deque v0.8.6
5762026-06-01T16:26:07.701Z Downloaded bit-set v0.5.3
5772026-06-01T16:26:07.701Z Downloaded base16ct v0.2.0
5782026-06-01T16:26:07.704Z Downloaded bit-vec v0.6.3
5792026-06-01T16:26:07.704Z Downloaded backoff v0.4.0
5802026-06-01T16:26:07.704Z Downloaded clang-sys v1.8.1
5812026-06-01T16:26:07.707Z Downloaded cpufeatures v0.3.0
5822026-06-01T16:26:07.707Z Downloaded bzip2 v0.6.1
5832026-06-01T16:26:07.709Z Downloaded async-recursion v1.1.1
5842026-06-01T16:26:07.712Z Downloaded anstyle-parse v0.2.7
5852026-06-01T16:26:07.712Z Downloaded cargo_metadata v0.23.1
5862026-06-01T16:26:07.715Z Downloaded daft-derive v0.1.7
5872026-06-01T16:26:07.718Z Downloaded data-encoding v2.10.0
5882026-06-01T16:26:07.718Z Downloaded env_logger v0.11.9
5892026-06-01T16:26:07.721Z Downloaded csv-core v0.1.13
5902026-06-01T16:26:07.721Z Downloaded bit-set v0.8.0
5912026-06-01T16:26:07.721Z Downloaded cfg_aliases v0.2.1
5922026-06-01T16:26:07.724Z Downloaded crc32fast v1.5.0
5932026-06-01T16:26:07.724Z Downloaded colored v2.2.0
5942026-06-01T16:26:07.727Z Downloaded env_filter v1.0.0
5952026-06-01T16:26:07.727Z Downloaded curve25519-dalek-derive v0.1.1
5962026-06-01T16:26:07.727Z Downloaded async-trait v0.1.89
5972026-06-01T16:26:07.730Z Downloaded cstr-argument v0.1.2
5982026-06-01T16:26:07.730Z Downloaded daft v0.1.7
5992026-06-01T16:26:07.733Z Downloaded cfg_aliases v0.1.1
6002026-06-01T16:26:07.733Z Downloaded atomicwrites v0.4.4
6012026-06-01T16:26:07.733Z Downloaded endian-type v0.1.2
6022026-06-01T16:26:07.736Z Downloaded darling v0.23.0
6032026-06-01T16:26:07.738Z Downloaded ed25519 v2.2.3
6042026-06-01T16:26:07.738Z Downloaded critical-section v1.2.0
6052026-06-01T16:26:07.742Z Downloaded crossbeam-epoch v0.9.18
6062026-06-01T16:26:07.744Z Downloaded block-padding v0.3.3
6072026-06-01T16:26:07.750Z Downloaded darling_macro v0.20.11
6082026-06-01T16:26:07.754Z Downloaded darling v0.20.11
6092026-06-01T16:26:07.758Z Downloaded defmt v1.0.1
6102026-06-01T16:26:07.758Z Downloaded fixedbitset v0.4.2
6112026-06-01T16:26:07.761Z Downloaded cargo-platform v0.3.2
6122026-06-01T16:26:07.761Z Downloaded atty v0.2.14
6132026-06-01T16:26:07.761Z Downloaded downcast-rs v2.0.2
6142026-06-01T16:26:07.761Z Downloaded der_derive v0.7.3
6152026-06-01T16:26:07.764Z Downloaded ascii-canvas v3.0.0
6162026-06-01T16:26:07.764Z Downloaded derive-ex v0.1.8
6172026-06-01T16:26:07.764Z Downloaded darling_macro v0.21.3
6182026-06-01T16:26:07.764Z Downloaded darling_macro v0.13.4
6192026-06-01T16:26:07.769Z Downloaded difflib v0.4.0
6202026-06-01T16:26:07.769Z Downloaded embedded-io v0.4.0
6212026-06-01T16:26:07.772Z Downloaded assert_matches v1.5.0
6222026-06-01T16:26:07.772Z Downloaded convert_case v0.4.0
6232026-06-01T16:26:07.772Z Downloaded bcrypt-pbkdf v0.10.0
6242026-06-01T16:26:07.772Z Downloaded crc v3.4.0
6252026-06-01T16:26:07.775Z Downloaded array-init v0.0.4
6262026-06-01T16:26:07.775Z Downloaded dirs-next v2.0.0
6272026-06-01T16:26:07.775Z Downloaded deranged v0.5.8
6282026-06-01T16:26:07.778Z Downloaded darling_core v0.21.3
6292026-06-01T16:26:07.781Z Downloaded cookie v0.18.1
6302026-06-01T16:26:07.781Z Downloaded bb8 v0.8.6
6312026-06-01T16:26:07.781Z Downloaded async-stream-impl v0.3.6
6322026-06-01T16:26:07.781Z Downloaded ctr v0.9.2
6332026-06-01T16:26:07.785Z Downloaded dunce v1.0.5
6342026-06-01T16:26:07.787Z Downloaded dof v0.4.0
6352026-06-01T16:26:07.787Z Downloaded cipher v0.4.4
6362026-06-01T16:26:07.787Z Downloaded bcs v0.1.6
6372026-06-01T16:26:07.790Z Downloaded bitfield v0.19.4
6382026-06-01T16:26:07.790Z Downloaded bit-vec v0.8.0
6392026-06-01T16:26:07.793Z Downloaded embedded-io v0.6.1
6402026-06-01T16:26:07.793Z Downloaded dtrace-parser v0.3.0
6412026-06-01T16:26:07.793Z Downloaded defmt v0.3.100
6422026-06-01T16:26:07.796Z Downloaded foreign-types v0.3.2
6432026-06-01T16:26:07.796Z Downloaded darling_macro v0.23.0
6442026-06-01T16:26:07.798Z Downloaded bitfield-struct v0.6.2
6452026-06-01T16:26:07.798Z Downloaded foreign-types-shared v0.3.1
6462026-06-01T16:26:07.803Z Downloaded funty v2.0.0
6472026-06-01T16:26:07.803Z Downloaded dyn-clone v1.0.20
6482026-06-01T16:26:07.807Z Downloaded debug-ignore v1.0.5
6492026-06-01T16:26:07.807Z Downloaded fxhash v0.2.1
6502026-06-01T16:26:07.807Z Downloaded futures-macro v0.3.32
6512026-06-01T16:26:07.807Z Downloaded document-features v0.2.12
6522026-06-01T16:26:07.807Z Downloaded enum-as-inner v0.6.1
6532026-06-01T16:26:07.810Z Downloaded crc-any v2.5.0
6542026-06-01T16:26:07.810Z Downloaded cmake v0.1.57
6552026-06-01T16:26:07.810Z Downloaded ciborium-ll v0.2.2
6562026-06-01T16:26:07.810Z Downloaded crucible-workspace-hack v0.1.0
6572026-06-01T16:26:07.810Z Downloaded compact_str v0.8.1
6582026-06-01T16:26:07.813Z Downloaded display-error-chain v0.2.2
6592026-06-01T16:26:07.817Z Downloaded anstream v0.6.21
6602026-06-01T16:26:07.817Z Downloaded float-cmp v0.10.0
6612026-06-01T16:26:07.820Z Downloaded corncobs v0.1.4
6622026-06-01T16:26:07.820Z Downloaded base64ct v1.8.3
6632026-06-01T16:26:07.820Z Downloaded futures-io v0.3.32
6642026-06-01T16:26:07.822Z Downloaded buf-list v1.1.2
6652026-06-01T16:26:07.822Z Downloaded futures-task v0.3.32
6662026-06-01T16:26:07.825Z Downloaded gethostname v0.5.0
6672026-06-01T16:26:07.825Z Downloaded defmt-parser v1.0.0
6682026-06-01T16:26:07.825Z Downloaded git-stub v1.0.0
6692026-06-01T16:26:07.828Z Downloaded ghash v0.5.1
6702026-06-01T16:26:07.828Z Downloaded flagset v0.4.7
6712026-06-01T16:26:07.828Z Downloaded fatfs v0.3.6
6722026-06-01T16:26:07.831Z Downloaded futures-sink v0.3.32
6732026-06-01T16:26:07.831Z Downloaded futures-core v0.3.32
6742026-06-01T16:26:07.831Z Downloaded foreign-types v0.5.0
6752026-06-01T16:26:07.836Z Downloaded cbc v0.1.2
6762026-06-01T16:26:07.836Z Downloaded dropshot-api-manager-types v0.7.2
6772026-06-01T16:26:07.838Z Downloaded cassowary v0.3.0
6782026-06-01T16:26:07.838Z Downloaded blowfish v0.9.1
6792026-06-01T16:26:07.838Z Downloaded hash32 v0.3.1
6802026-06-01T16:26:07.839Z Downloaded byte-wrapper v0.1.0
6812026-06-01T16:26:07.841Z Downloaded either v1.15.0
6822026-06-01T16:26:07.841Z Downloaded defmt-macros v1.0.1
6832026-06-01T16:26:07.844Z Downloaded find-msvc-tools v0.1.9
6842026-06-01T16:26:07.844Z Downloaded fallible-iterator v0.2.0
6852026-06-01T16:26:07.844Z Downloaded crypto-bigint v0.5.5
6862026-06-01T16:26:07.847Z Downloaded hash32 v0.2.1
6872026-06-01T16:26:07.850Z Downloaded bitflags v1.3.2
6882026-06-01T16:26:07.853Z Downloaded hex-literal v0.4.1
6892026-06-01T16:26:07.853Z Downloaded headers-core v0.3.0
6902026-06-01T16:26:07.853Z Downloaded float-ord v0.3.2
6912026-06-01T16:26:07.853Z Downloaded hex v0.4.3
6922026-06-01T16:26:07.856Z Downloaded darling_core v0.13.4
6932026-06-01T16:26:07.860Z Downloaded const_format_proc_macros v0.2.34
6942026-06-01T16:26:07.860Z Downloaded ena v0.14.4
6952026-06-01T16:26:07.860Z Downloaded chacha20 v0.10.0
6962026-06-01T16:26:07.863Z Downloaded fd-lock v4.0.4
6972026-06-01T16:26:07.863Z Downloaded foreign-types-macros v0.2.3
6982026-06-01T16:26:07.863Z Downloaded hubpack_derive v0.1.1
6992026-06-01T16:26:07.866Z Downloaded compression-codecs v0.4.37
7002026-06-01T16:26:07.866Z Downloaded httpdate v1.0.3
7012026-06-01T16:26:07.870Z Downloaded ff v0.13.1
7022026-06-01T16:26:07.871Z Downloaded erased-serde v0.3.31
7032026-06-01T16:26:07.871Z Downloaded diesel-dtrace v0.5.0
7042026-06-01T16:26:07.875Z Downloaded foreign-types-shared v0.1.1
7052026-06-01T16:26:07.875Z Downloaded backon v1.6.0
7062026-06-01T16:26:07.875Z Downloaded const-oid v0.9.6
7072026-06-01T16:26:07.878Z Downloaded console v0.16.2
7082026-06-01T16:26:07.878Z Downloaded cancel-safe-futures v0.1.5
7092026-06-01T16:26:07.878Z Downloaded indent_write v2.2.0
7102026-06-01T16:26:07.878Z Downloaded hyper-tls v0.6.0
7112026-06-01T16:26:07.881Z Downloaded hubpack v0.1.2
7122026-06-01T16:26:07.881Z Downloaded home v0.5.12
7132026-06-01T16:26:07.881Z Downloaded ecdsa v0.16.9
7142026-06-01T16:26:07.886Z Downloaded group v0.13.0
7152026-06-01T16:26:07.886Z Downloaded glob v0.3.3
7162026-06-01T16:26:07.886Z Downloaded git-stub-vcs v0.1.0
7172026-06-01T16:26:07.889Z Downloaded colored v3.1.1
7182026-06-01T16:26:07.889Z Downloaded hostname v0.4.2
7192026-06-01T16:26:07.889Z Downloaded filetime v0.2.27
7202026-06-01T16:26:07.889Z Downloaded aead v0.5.2
7212026-06-01T16:26:07.891Z Downloaded ciborium v0.2.2
7222026-06-01T16:26:07.891Z Downloaded illumos-nvpair-sys v0.2.0
7232026-06-01T16:26:07.894Z Downloaded crossbeam-utils v0.8.21
7242026-06-01T16:26:07.894Z Downloaded fixedbitset v0.5.7
7252026-06-01T16:26:07.897Z Downloaded indoc v1.0.9
7262026-06-01T16:26:07.897Z Downloaded illumos-nvpair v0.3.0
7272026-06-01T16:26:07.897Z Downloaded darling_core v0.20.11
7282026-06-01T16:26:07.900Z Downloaded async-bb8-diesel v0.2.1
7292026-06-01T16:26:07.903Z Downloaded ident_case v1.0.1
7302026-06-01T16:26:07.903Z Downloaded arrayvec v0.7.6
7312026-06-01T16:26:07.906Z Downloaded globwalk v0.9.1
7322026-06-01T16:26:07.906Z Downloaded instant v0.1.13
7332026-06-01T16:26:07.906Z Downloaded argon2 v0.5.3
7342026-06-01T16:26:07.906Z Downloaded ahash v0.8.12
7352026-06-01T16:26:07.909Z Downloaded is-terminal v0.4.17
7362026-06-01T16:26:07.909Z Downloaded internet-checksum v0.2.1
7372026-06-01T16:26:07.912Z Downloaded derive_builder_core v0.20.2
7382026-06-01T16:26:07.912Z Downloaded http-range v0.1.5
7392026-06-01T16:26:07.912Z Downloaded hostname v0.3.1
7402026-06-01T16:26:07.912Z Downloaded futures-executor v0.3.32
7412026-06-01T16:26:07.914Z Downloaded foldhash v0.2.0
7422026-06-01T16:26:07.914Z Downloaded fs_extra v1.3.0
7432026-06-01T16:26:07.918Z Downloaded convert_case v0.10.0
7442026-06-01T16:26:07.918Z Downloaded inout v0.1.4
7452026-06-01T16:26:07.919Z Downloaded base64 v0.21.7
7462026-06-01T16:26:07.921Z Downloaded kstat-rs v0.2.4
7472026-06-01T16:26:07.921Z Downloaded is_ci v1.2.0
7482026-06-01T16:26:07.921Z Downloaded keccak v0.1.6
7492026-06-01T16:26:07.924Z Downloaded compression-core v0.4.31
7502026-06-01T16:26:07.924Z Downloaded derive_builder_macro v0.20.2
7512026-06-01T16:26:07.924Z Downloaded lazy_static v1.5.0
7522026-06-01T16:26:07.927Z Downloaded dirs-sys-next v0.1.2
7532026-06-01T16:26:07.927Z Downloaded bzip2 v0.4.4
7542026-06-01T16:26:07.927Z Downloaded linked-hash-map v0.5.6
7552026-06-01T16:26:07.927Z Downloaded futures-channel v0.3.32
7562026-06-01T16:26:07.930Z Downloaded blake2 v0.10.6
7572026-06-01T16:26:07.930Z Downloaded console v0.15.11
7582026-06-01T16:26:07.934Z Downloaded constant_time_eq v0.4.2
7592026-06-01T16:26:07.934Z Downloaded foldhash v0.1.5
7602026-06-01T16:26:07.937Z Downloaded highway v1.3.0
7612026-06-01T16:26:07.937Z Downloaded chacha20 v0.9.1
7622026-06-01T16:26:07.940Z Downloaded lalrpop-util v0.19.12
7632026-06-01T16:26:07.940Z Downloaded lru v0.12.5
7642026-06-01T16:26:07.943Z Downloaded mime v0.3.17
7652026-06-01T16:26:07.943Z Downloaded maybe-uninit v2.0.0
7662026-06-01T16:26:07.943Z Downloaded elliptic-curve v0.13.8
7672026-06-01T16:26:07.946Z Downloaded lzss v0.8.2
7682026-06-01T16:26:07.949Z Downloaded http-body-util v0.1.3
7692026-06-01T16:26:07.952Z Downloaded diff v0.1.13
7702026-06-01T16:26:07.955Z Downloaded cookie_store v0.22.1
7712026-06-01T16:26:07.955Z Downloaded half v1.8.3
7722026-06-01T16:26:07.958Z Downloaded memoffset v0.9.1
7732026-06-01T16:26:07.958Z Downloaded match_cfg v0.1.0
7742026-06-01T16:26:07.958Z Downloaded fs-err v2.11.0
7752026-06-01T16:26:07.961Z Downloaded chacha20poly1305 v0.10.1
7762026-06-01T16:26:07.961Z Downloaded impl-trait-for-tuples v0.2.3
7772026-06-01T16:26:07.963Z Downloaded indoc v2.0.7
7782026-06-01T16:26:07.963Z Downloaded ipnet v2.11.0
7792026-06-01T16:26:07.966Z Downloaded hyper-staticfile v0.10.1
7802026-06-01T16:26:07.966Z Downloaded maplit v1.0.2
7812026-06-01T16:26:07.969Z Downloaded nibble_vec v0.1.0
7822026-06-01T16:26:07.969Z Downloaded new_debug_unreachable v1.0.6
7832026-06-01T16:26:07.969Z Downloaded md5 v0.7.0
7842026-06-01T16:26:07.969Z Downloaded newtype_derive v0.1.6
7852026-06-01T16:26:07.972Z Downloaded newtype-uuid-macros v0.1.0
7862026-06-01T16:26:07.972Z Downloaded lru-slab v0.1.2
7872026-06-01T16:26:07.972Z Downloaded http-body v1.0.1
7882026-06-01T16:26:07.975Z Downloaded newline-converter v0.3.0
7892026-06-01T16:26:07.975Z Downloaded normalize-line-endings v0.3.0
7902026-06-01T16:26:07.978Z Downloaded jobserver v0.1.34
7912026-06-01T16:26:07.978Z Downloaded ingot-types v0.1.2
7922026-06-01T16:26:07.978Z Downloaded derive_builder v0.20.2
7932026-06-01T16:26:07.980Z Downloaded base64 v0.22.1
7942026-06-01T16:26:07.983Z Downloaded arc-swap v1.8.2
7952026-06-01T16:26:07.986Z Downloaded libefi-sys v0.1.0
7962026-06-01T16:26:07.989Z Downloaded ingot v0.1.1
7972026-06-01T16:26:07.992Z Downloaded multimap v0.10.1
7982026-06-01T16:26:07.994Z Downloaded num-derive v0.3.3
7992026-06-01T16:26:07.994Z Downloaded num-derive v0.4.2
8002026-06-01T16:26:07.997Z Downloaded num_threads v0.1.7
8012026-06-01T16:26:07.997Z Downloaded instability v0.3.11
8022026-06-01T16:26:07.997Z Downloaded num-iter v0.1.45
8032026-06-01T16:26:08.000Z Downloaded num-conv v0.2.0
8042026-06-01T16:26:08.000Z Downloaded nonempty v0.12.0
8052026-06-01T16:26:08.000Z Downloaded num v0.4.3
8062026-06-01T16:26:08.003Z Downloaded dropshot_endpoint v0.17.0
8072026-06-01T16:26:08.003Z Downloaded getrandom v0.3.4
8082026-06-01T16:26:08.006Z Downloaded linear-map v1.2.0
8092026-06-01T16:26:08.006Z Downloaded des v0.8.1
8102026-06-01T16:26:08.009Z Downloaded getrandom v0.2.17
8112026-06-01T16:26:08.009Z Downloaded openssl-probe v0.2.1
8122026-06-01T16:26:08.014Z Downloaded opaque-debug v0.3.1
8132026-06-01T16:26:08.014Z Downloaded futures v0.3.32
8142026-06-01T16:26:08.018Z Downloaded half v2.7.1
8152026-06-01T16:26:08.018Z Downloaded iana-time-zone v0.1.65
8162026-06-01T16:26:08.021Z Downloaded flume v0.11.1
8172026-06-01T16:26:08.021Z Downloaded olpc-cjson v0.1.4
8182026-06-01T16:26:08.021Z Downloaded globset v0.4.18
8192026-06-01T16:26:08.024Z Downloaded num_enum_derive v0.5.11
8202026-06-01T16:26:08.024Z Downloaded const_format v0.2.35
8212026-06-01T16:26:08.028Z Downloaded ingot-macros v0.1.1
8222026-06-01T16:26:08.032Z Downloaded derive-where v1.6.0
8232026-06-01T16:26:08.035Z Downloaded lock_api v0.4.14
8242026-06-01T16:26:08.035Z Downloaded libloading v0.8.9
8252026-06-01T16:26:08.035Z Downloaded openssl-probe v0.1.6
8262026-06-01T16:26:08.035Z Downloaded newtype-uuid v1.3.2
8272026-06-01T16:26:08.038Z Downloaded nanorand v0.7.0
8282026-06-01T16:26:08.038Z Downloaded parse-display v0.10.0
8292026-06-01T16:26:08.038Z Downloaded openssl-macros v0.1.1
8302026-06-01T16:26:08.041Z Downloaded hyper-rustls v0.27.7
8312026-06-01T16:26:08.044Z Downloaded nu-ansi-term v0.50.3
8322026-06-01T16:26:08.048Z Downloaded oso-derive v0.27.3
8332026-06-01T16:26:08.051Z Downloaded packed_struct_codegen v0.10.1
8342026-06-01T16:26:08.051Z Downloaded httparse v1.10.1
8352026-06-01T16:26:08.056Z Downloaded num-complex v0.4.6
8362026-06-01T16:26:08.056Z Downloaded libscf-sys v1.1.0
8372026-06-01T16:26:08.056Z Downloaded num_enum v0.5.11
8382026-06-01T16:26:08.060Z Downloaded peg-runtime v0.8.5
8392026-06-01T16:26:08.060Z Downloaded num-integer v0.1.46
8402026-06-01T16:26:08.060Z Downloaded num-rational v0.4.2
8412026-06-01T16:26:08.060Z Downloaded drift v0.2.0
8422026-06-01T16:26:08.064Z Downloaded litrs v1.0.0
8432026-06-01T16:26:08.067Z Downloaded libsw-core v0.3.2
8442026-06-01T16:26:08.073Z Downloaded parse-size v1.1.0
8452026-06-01T16:26:08.079Z Downloaded pbkdf2 v0.11.0
8462026-06-01T16:26:08.094Z Downloaded pbkdf2 v0.12.2
8472026-06-01T16:26:08.097Z Downloaded num_enum_derive v0.7.6
8482026-06-01T16:26:08.097Z Downloaded oxnet v0.1.5
8492026-06-01T16:26:08.100Z Downloaded oxide-tokio-rt v0.1.4
8502026-06-01T16:26:08.100Z Downloaded nodrop v0.1.14
8512026-06-01T16:26:08.100Z Downloaded hmac v0.12.1
8522026-06-01T16:26:08.103Z Downloaded darling v0.21.3
8532026-06-01T16:26:08.106Z Downloaded phf_shared v0.12.1
8542026-06-01T16:26:08.106Z Downloaded pin-utils v0.1.0
8552026-06-01T16:26:08.106Z Downloaded phf_shared v0.11.3
8562026-06-01T16:26:08.109Z Downloaded owo-colors v4.3.0
8572026-06-01T16:26:08.109Z Downloaded multer v3.1.0
8582026-06-01T16:26:08.109Z Downloaded path-slash v0.1.5
8592026-06-01T16:26:08.112Z Downloaded paste v1.0.15
8602026-06-01T16:26:08.112Z Downloaded precomputed-hash v0.1.1
8612026-06-01T16:26:08.115Z Downloaded password-hash v0.5.0
8622026-06-01T16:26:08.115Z Downloaded predicates-tree v1.0.13
8632026-06-01T16:26:08.115Z Downloaded proc-macro-crate v3.4.0
8642026-06-01T16:26:08.115Z Downloaded ed25519-dalek v2.2.0
8652026-06-01T16:26:08.118Z Downloaded password-hash v0.4.2
8662026-06-01T16:26:08.118Z Downloaded darling_core v0.23.0
8672026-06-01T16:26:08.121Z Downloaded lru-cache v0.1.2
8682026-06-01T16:26:08.124Z Downloaded parking_lot_core v0.8.6
8692026-06-01T16:26:08.124Z Downloaded proc-macro-error-attr2 v2.0.0
8702026-06-01T16:26:08.127Z Downloaded proc-macro-crate v1.3.1
8712026-06-01T16:26:08.127Z Downloaded peg-macros v0.8.5
8722026-06-01T16:26:08.127Z Downloaded ipnetwork v0.21.1
8732026-06-01T16:26:08.127Z Downloaded md-5 v0.10.6
8742026-06-01T16:26:08.131Z Downloaded memmap2 v0.9.10
8752026-06-01T16:26:08.131Z Downloaded progenitor-client v0.11.2
8762026-06-01T16:26:08.134Z Downloaded progenitor-client v0.14.0
8772026-06-01T16:26:08.134Z Downloaded pem-rfc7468 v0.7.0
8782026-06-01T16:26:08.134Z Downloaded progenitor-client v0.10.0
8792026-06-01T16:26:08.134Z Downloaded aes-gcm v0.10.3
8802026-06-01T16:26:08.136Z Downloaded packed_struct v0.10.1
8812026-06-01T16:26:08.136Z Downloaded omicron-zone-package v0.12.2
8822026-06-01T16:26:08.139Z Downloaded libsw v3.5.0
8832026-06-01T16:26:08.139Z Downloaded mime_guess v2.0.5
8842026-06-01T16:26:08.142Z Downloaded phf v0.13.1
8852026-06-01T16:26:08.142Z Downloaded expectorate v1.2.0
8862026-06-01T16:26:08.145Z Downloaded pin-project-lite v0.2.17
8872026-06-01T16:26:08.147Z Downloaded heapless v0.8.0
8882026-06-01T16:26:08.150Z Downloaded headers v0.4.1
8892026-06-01T16:26:08.153Z Downloaded native-tls v0.2.18
8902026-06-01T16:26:08.155Z Downloaded psl-types v2.0.11
8912026-06-01T16:26:08.155Z Downloaded progenitor-macro v0.13.0
8922026-06-01T16:26:08.155Z Downloaded polyval v0.6.2
8932026-06-01T16:26:08.158Z Downloaded pkg-config v0.3.32
8942026-06-01T16:26:08.158Z Downloaded predicates-core v1.0.10
8952026-06-01T16:26:08.158Z Downloaded ppv-lite86 v0.2.21
8962026-06-01T16:26:08.161Z Downloaded postgres-protocol v0.6.10
8972026-06-01T16:26:08.161Z Downloaded quick-error v1.2.3
8982026-06-01T16:26:08.161Z Downloaded num_enum v0.7.6
8992026-06-01T16:26:08.164Z Downloaded async-compression v0.4.41
9002026-06-01T16:26:08.168Z Downloaded parking_lot v0.11.2
9012026-06-01T16:26:08.171Z Downloaded crossbeam-channel v0.5.15
9022026-06-01T16:26:08.174Z Downloaded derive_more v2.1.1
9032026-06-01T16:26:08.178Z Downloaded predicates v3.1.4
9042026-06-01T16:26:08.181Z Downloaded radium v0.7.0
9052026-06-01T16:26:08.181Z Downloaded parking_lot_core v0.9.12
9062026-06-01T16:26:08.184Z Downloaded progenitor-macro v0.14.0
9072026-06-01T16:26:08.184Z Downloaded parse-display-derive v0.10.0
9082026-06-01T16:26:08.184Z Downloaded humantime v2.3.0
9092026-06-01T16:26:08.187Z Downloaded pin-project-internal v1.1.11
9102026-06-01T16:26:08.187Z Downloaded peg v0.8.5
9112026-06-01T16:26:08.190Z Downloaded libbz2-rs-sys v0.2.2
9122026-06-01T16:26:08.192Z Downloaded rand_xorshift v0.4.0
9132026-06-01T16:26:08.192Z Downloaded progenitor v0.14.0
9142026-06-01T16:26:08.192Z Downloaded flate2 v1.1.9
9152026-06-01T16:26:08.195Z Downloaded powerfmt v0.2.0
9162026-06-01T16:26:08.198Z Downloaded progenitor v0.13.0
9172026-06-01T16:26:08.198Z Downloaded progenitor-client v0.13.0
9182026-06-01T16:26:08.198Z Downloaded pem v3.0.6
9192026-06-01T16:26:08.201Z Downloaded proc-macro-error2 v2.0.1
9202026-06-01T16:26:08.201Z Downloaded phf v0.12.1
9212026-06-01T16:26:08.205Z Downloaded indexmap v1.9.3
9222026-06-01T16:26:08.205Z Downloaded heapless v0.7.17
9232026-06-01T16:26:08.208Z Downloaded pkcs5 v0.7.1
9242026-06-01T16:26:08.210Z Downloaded psm v0.1.30
9252026-06-01T16:26:08.210Z Downloaded rfc6979 v0.4.0
9262026-06-01T16:26:08.213Z Downloaded ref-cast-impl v1.0.25
9272026-06-01T16:26:08.213Z Downloaded pkcs8 v0.10.2
9282026-06-01T16:26:08.213Z Downloaded rtoolbox v0.0.3
9292026-06-01T16:26:08.216Z Downloaded recursive v0.1.1
9302026-06-01T16:26:08.216Z Downloaded ref-cast v1.0.25
9312026-06-01T16:26:08.219Z Downloaded recursive-proc-macro-impl v0.1.1
9322026-06-01T16:26:08.219Z Downloaded pkcs1 v0.7.5
9332026-06-01T16:26:08.222Z Downloaded p256 v0.13.2
9342026-06-01T16:26:08.222Z Downloaded postcard v1.1.3
9352026-06-01T16:26:08.225Z Downloaded r2d2 v0.8.10
9362026-06-01T16:26:08.225Z Downloaded diesel_derives v2.3.7
9372026-06-01T16:26:08.228Z Downloaded rustc_version v0.4.1
9382026-06-01T16:26:08.231Z Downloaded russh-cryptovec v0.7.3
9392026-06-01T16:26:08.231Z Downloaded rand_chacha v0.3.1
9402026-06-01T16:26:08.231Z Downloaded indicatif v0.18.4
9412026-06-01T16:26:08.234Z Downloaded progenitor-macro v0.11.2
9422026-06-01T16:26:08.234Z Downloaded progenitor-extras v0.2.0
9432026-06-01T16:26:08.236Z Downloaded progenitor v0.11.2
9442026-06-01T16:26:08.236Z Downloaded primeorder v0.13.6
9452026-06-01T16:26:08.236Z Downloaded rand_chacha v0.9.0
9462026-06-01T16:26:08.239Z Downloaded poly1305 v0.8.0
9472026-06-01T16:26:08.239Z Downloaded rustc-hash v2.1.1
9482026-06-01T16:26:08.242Z Downloaded ignore v0.4.25
9492026-06-01T16:26:08.242Z Downloaded parking_lot v0.12.5
9502026-06-01T16:26:08.245Z Downloaded rand_core v0.6.4
9512026-06-01T16:26:08.245Z Downloaded managed v0.8.0
9522026-06-01T16:26:08.245Z Downloaded derive_more v0.99.20
9532026-06-01T16:26:08.247Z Downloaded cc v1.2.56
9542026-06-01T16:26:08.250Z Downloaded phf_shared v0.13.1
9552026-06-01T16:26:08.253Z Downloaded bytes v1.11.1
9562026-06-01T16:26:08.253Z Downloaded hickory-resolver v0.25.2
9572026-06-01T16:26:08.256Z Downloaded jiff-static v0.2.21
9582026-06-01T16:26:08.259Z Downloaded same-file v1.0.6
9592026-06-01T16:26:08.259Z Downloaded rustc_version v0.1.7
9602026-06-01T16:26:08.261Z Downloaded ar_archive_writer v0.5.1
9612026-06-01T16:26:08.261Z Downloaded rand_core v0.10.0
9622026-06-01T16:26:08.264Z Downloaded allocator-api2 v0.2.21
9632026-06-01T16:26:08.264Z Downloaded bumpalo v3.20.2
9642026-06-01T16:26:08.267Z Downloaded scrypt v0.11.0
9652026-06-01T16:26:08.267Z Downloaded dropshot-api-manager v0.7.2
9662026-06-01T16:26:08.270Z Downloaded scroll_derive v0.13.1
9672026-06-01T16:26:08.274Z Downloaded hickory-resolver v0.24.4
9682026-06-01T16:26:08.277Z Downloaded scopeguard v1.2.0
9692026-06-01T16:26:08.277Z Downloaded sapling-renderdag v0.1.0
9702026-06-01T16:26:08.277Z Downloaded secrecy v0.8.0
9712026-06-01T16:26:08.282Z Downloaded rand_seeder v0.4.0
9722026-06-01T16:26:08.285Z Downloaded seq-macro v0.3.6
9732026-06-01T16:26:08.288Z Downloaded serde-big-array v0.5.1
9742026-06-01T16:26:08.288Z Downloaded rand_core v0.9.5
9752026-06-01T16:26:08.291Z Downloaded aes v0.8.4
9762026-06-01T16:26:08.293Z Downloaded quinn-udp v0.5.14
9772026-06-01T16:26:08.296Z Downloaded semver v0.1.20
9782026-06-01T16:26:08.296Z Downloaded secrecy v0.10.3
9792026-06-01T16:26:08.299Z Downloaded miniz_oxide v0.8.9
9802026-06-01T16:26:08.299Z Downloaded serde_urlencoded v0.7.1
9812026-06-01T16:26:08.302Z Downloaded sha1 v0.10.6
9822026-06-01T16:26:08.302Z Downloaded serde_spanned v1.0.4
9832026-06-01T16:26:08.304Z Downloaded hashbrown v0.13.2
9842026-06-01T16:26:08.308Z Downloaded rustls-pemfile v1.0.4
9852026-06-01T16:26:08.311Z Downloaded rustls-native-certs v0.8.3
9862026-06-01T16:26:08.314Z Downloaded serde_bytes v0.11.19
9872026-06-01T16:26:08.314Z Downloaded serde_repr v0.1.20
9882026-06-01T16:26:08.317Z Downloaded serde_plain v1.0.2
9892026-06-01T16:26:08.317Z Downloaded rustls-pemfile v2.2.0
9902026-06-01T16:26:08.321Z Downloaded derive_more-impl v2.1.1
9912026-06-01T16:26:08.324Z Downloaded signal-hook-mio v0.2.5
9922026-06-01T16:26:08.324Z Downloaded salsa20 v0.10.2
9932026-06-01T16:26:08.324Z Downloaded rusty-fork v0.3.1
9942026-06-01T16:26:08.324Z Downloaded papergrid v0.17.0
9952026-06-01T16:26:08.329Z Downloaded aho-corasick v1.1.4
9962026-06-01T16:26:08.331Z Downloaded pin-project v1.1.11
9972026-06-01T16:26:08.337Z Downloaded oso v0.27.3
9982026-06-01T16:26:08.340Z Downloaded slog-bunyan v2.5.0
9992026-06-01T16:26:08.343Z Downloaded signal-hook-tokio v0.3.1
10002026-06-01T16:26:08.343Z Downloaded sct v0.7.1
10012026-06-01T16:26:08.346Z Downloaded schemars_derive v0.8.22
10022026-06-01T16:26:08.346Z Downloaded slog-envlogger v2.2.0
10032026-06-01T16:26:08.346Z Downloaded sigpipe v0.1.3
10042026-06-01T16:26:08.348Z Downloaded der v0.7.10
10052026-06-01T16:26:08.354Z Downloaded rustversion v1.0.22
10062026-06-01T16:26:08.358Z Downloaded scheduled-thread-pool v0.2.7
10072026-06-01T16:26:08.358Z Downloaded progenitor-impl v0.14.0
10082026-06-01T16:26:08.361Z Downloaded russh-keys v0.45.0
10092026-06-01T16:26:08.367Z Downloaded sec1 v0.7.3
10102026-06-01T16:26:08.370Z Downloaded postgres-types v0.2.12
10112026-06-01T16:26:08.374Z Downloaded serde_derive_internals v0.29.1
10122026-06-01T16:26:08.377Z Downloaded scroll v0.13.0
10132026-06-01T16:26:08.380Z Downloaded ssh-encoding v0.2.0
10142026-06-01T16:26:08.389Z Downloaded serde-hex v0.1.0
10152026-06-01T16:26:08.389Z Downloaded progenitor-impl v0.11.2
10162026-06-01T16:26:08.389Z Downloaded serde_with_macros v1.5.2
10172026-06-01T16:26:08.389Z Downloaded serde_path_to_error v0.1.20
10182026-06-01T16:26:08.393Z Downloaded resolv-conf v0.7.6
10192026-06-01T16:26:08.393Z Downloaded progenitor-impl v0.13.0
10202026-06-01T16:26:08.393Z Downloaded prefix-trie v0.7.0
10212026-06-01T16:26:08.395Z Downloaded sqlparser_derive v0.5.0
10222026-06-01T16:26:08.395Z Downloaded ssh-cipher v0.2.0
10232026-06-01T16:26:08.395Z Downloaded shell-words v1.1.1
10242026-06-01T16:26:08.398Z Downloaded strsim v0.10.0
10252026-06-01T16:26:08.398Z Downloaded rustls-pki-types v1.14.0
10262026-06-01T16:26:08.398Z Downloaded hashbrown v0.12.3
10272026-06-01T16:26:08.401Z Downloaded structmeta v0.3.0
10282026-06-01T16:26:08.402Z Downloaded shlex v1.3.0
10292026-06-01T16:26:08.415Z Downloaded signature v2.2.0
10302026-06-01T16:26:08.418Z Downloaded slab v0.4.12
10312026-06-01T16:26:08.418Z Downloaded strum v0.26.3
10322026-06-01T16:26:08.418Z Downloaded slog-json v2.6.1
10332026-06-01T16:26:08.420Z Downloaded strip-ansi-escapes v0.2.1
10342026-06-01T16:26:08.420Z Downloaded subtle v2.6.1
10352026-06-01T16:26:08.420Z Downloaded structmeta-derive v0.3.0
10362026-06-01T16:26:08.423Z Downloaded signal-hook-registry v1.4.8
10372026-06-01T16:26:08.426Z Downloaded smf v0.2.3
10382026-06-01T16:26:08.429Z Downloaded hyper-util v0.1.20
10392026-06-01T16:26:08.432Z Downloaded slog-term v2.9.2
10402026-06-01T16:26:08.435Z Downloaded slog-dtrace v0.3.0
10412026-06-01T16:26:08.435Z Downloaded siphasher v1.0.2
10422026-06-01T16:26:08.437Z Downloaded simd-adler32 v0.3.8
10432026-06-01T16:26:08.437Z Downloaded strum v0.27.2
10442026-06-01T16:26:08.437Z Downloaded tabled_derive v0.11.0
10452026-06-01T16:26:08.440Z Downloaded sync_wrapper v1.0.2
10462026-06-01T16:26:08.440Z Downloaded tap v1.0.1
10472026-06-01T16:26:08.443Z Downloaded slog-stdlog v4.1.1
10482026-06-01T16:26:08.443Z Downloaded slog-async v2.8.0
10492026-06-01T16:26:08.443Z Downloaded take_mut v0.2.2
10502026-06-01T16:26:08.443Z Downloaded tagptr v0.2.0
10512026-06-01T16:26:08.448Z Downloaded openssl-sys v0.9.115
10522026-06-01T16:26:08.452Z Downloaded crossterm v0.28.1
10532026-06-01T16:26:08.452Z Downloaded prettyplease v0.2.37
10542026-06-01T16:26:08.455Z Downloaded tabwriter v1.4.1
10552026-06-01T16:26:08.455Z Downloaded thiserror-impl-no-std v2.0.2
10562026-06-01T16:26:08.455Z Downloaded sqlformat v0.3.5
10572026-06-01T16:26:08.458Z Downloaded termtree v0.5.1
10582026-06-01T16:26:08.458Z Downloaded sync-ptr v0.1.4
10592026-06-01T16:26:08.458Z Downloaded supports-color v3.0.2
10602026-06-01T16:26:08.462Z Downloaded thread-id v5.1.0
10612026-06-01T16:26:08.462Z Downloaded testing_table v0.3.0
10622026-06-01T16:26:08.462Z Downloaded smallvec v0.6.14
10632026-06-01T16:26:08.462Z Downloaded snafu-derive v0.8.9
10642026-06-01T16:26:08.466Z Downloaded hashbrown v0.15.5
10652026-06-01T16:26:08.469Z Downloaded serde_with_macros v3.17.0
10662026-06-01T16:26:08.469Z Downloaded spki v0.7.3
10672026-06-01T16:26:08.469Z Downloaded rustls-platform-verifier v0.6.2
10682026-06-01T16:26:08.472Z Downloaded tinyvec_macros v0.1.1
10692026-06-01T16:26:08.472Z Downloaded time-core v0.1.8
10702026-06-01T16:26:08.474Z Downloaded stringprep v0.1.5
10712026-06-01T16:26:08.474Z Downloaded string_cache v0.8.9
10722026-06-01T16:26:08.474Z Downloaded static_assertions v1.1.0
10732026-06-01T16:26:08.479Z Downloaded hickory-server v0.25.2
10742026-06-01T16:26:08.481Z Downloaded mio v1.2.0
10752026-06-01T16:26:08.481Z Downloaded rcgen v0.12.1
10762026-06-01T16:26:08.484Z Downloaded crossterm v0.29.0
10772026-06-01T16:26:08.487Z Downloaded strum_macros v0.27.2
10782026-06-01T16:26:08.490Z Downloaded slog-scope v4.4.1
10792026-06-01T16:26:08.490Z Downloaded support-bundle-viewer v0.1.2
10802026-06-01T16:26:08.493Z Downloaded strum_macros v0.26.4
10812026-06-01T16:26:08.493Z Downloaded ryu v1.0.23
10822026-06-01T16:26:08.495Z Downloaded rayon-core v1.13.0
10832026-06-01T16:26:08.498Z Downloaded num-bigint v0.4.6
10842026-06-01T16:26:08.501Z Downloaded publicsuffix v2.3.0
10852026-06-01T16:26:08.501Z Downloaded ron v0.8.1
10862026-06-01T16:26:08.504Z Downloaded itertools v0.10.5
10872026-06-01T16:26:08.516Z Downloaded rand v0.8.6
10882026-06-01T16:26:08.520Z Downloaded tokio-macros v2.7.0
10892026-06-01T16:26:08.523Z Downloaded serde_cbor v0.11.2
10902026-06-01T16:26:08.526Z Downloaded serde_yaml v0.9.34+deprecated
10912026-06-01T16:26:08.533Z Downloaded thread_local v1.1.9
10922026-06-01T16:26:08.536Z Downloaded http v1.4.0
10932026-06-01T16:26:08.541Z Downloaded time-macros v0.2.27
10942026-06-01T16:26:08.543Z Downloaded tower-layer v0.3.3
10952026-06-01T16:26:08.543Z Downloaded topological-sort v0.2.2
10962026-06-01T16:26:08.547Z Downloaded strum_macros v0.24.3
10972026-06-01T16:26:08.547Z Downloaded termios v0.3.3
10982026-06-01T16:26:08.549Z Downloaded signal-hook v0.3.18
10992026-06-01T16:26:08.549Z Downloaded pretty_assertions v1.4.1
11002026-06-01T16:26:08.552Z Downloaded spin v0.9.8
11012026-06-01T16:26:08.555Z Downloaded itertools v0.12.1
11022026-06-01T16:26:08.558Z Downloaded similar v2.7.0
11032026-06-01T16:26:08.561Z Downloaded typify-macro v0.6.2
11042026-06-01T16:26:08.561Z Downloaded tls_codec_derive v0.4.2
11052026-06-01T16:26:08.564Z Downloaded minimal-lexical v0.2.1
11062026-06-01T16:26:08.566Z Downloaded qorb v0.4.1
11072026-06-01T16:26:08.569Z Downloaded futures-util v0.3.32
11082026-06-01T16:26:08.576Z Downloaded tokio-tungstenite v0.23.1
11092026-06-01T16:26:08.579Z Downloaded rsa v0.9.10
11102026-06-01T16:26:08.582Z Downloaded usdt-macro v0.6.0
11112026-06-01T16:26:08.582Z Downloaded usdt v0.6.0
11122026-06-01T16:26:08.582Z Downloaded untrusted v0.7.1
11132026-06-01T16:26:08.585Z Downloaded unicode-truncate v1.1.0
11142026-06-01T16:26:08.585Z Downloaded tower-service v0.3.3
11152026-06-01T16:26:08.585Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-06-01T16:26:08.588Z Downloaded tiny-keccak v2.0.2
11172026-06-01T16:26:08.588Z Downloaded rand v0.9.2
11182026-06-01T16:26:08.591Z Downloaded unarray v0.1.4
11192026-06-01T16:26:08.591Z Downloaded typify-macro v0.4.3
11202026-06-01T16:26:08.591Z Downloaded try-lock v0.2.5
11212026-06-01T16:26:08.596Z Downloaded socket2 v0.5.10
11222026-06-01T16:26:08.596Z Downloaded socket2 v0.6.3
11232026-06-01T16:26:08.596Z Downloaded usdt-attr-macro v0.6.0
11242026-06-01T16:26:08.598Z Downloaded trait-variant v0.1.2
11252026-06-01T16:26:08.599Z Downloaded quinn v0.11.9
11262026-06-01T16:26:08.601Z Downloaded thiserror-no-std v2.0.2
11272026-06-01T16:26:08.604Z Downloaded rustls-webpki v0.103.9
11282026-06-01T16:26:08.607Z Downloaded tokio-dtrace v0.1.1
11292026-06-01T16:26:08.609Z Downloaded tls_codec v0.4.2
11302026-06-01T16:26:08.610Z Downloaded libxml v0.3.3
11312026-06-01T16:26:08.612Z Downloaded wait-timeout v0.2.1
11322026-06-01T16:26:08.616Z Downloaded void v1.0.2
11332026-06-01T16:26:08.616Z Downloaded tokio-native-tls v0.3.1
11342026-06-01T16:26:08.616Z Downloaded waitgroup v0.1.2
11352026-06-01T16:26:08.616Z Downloaded universal-hash v0.5.1
11362026-06-01T16:26:08.619Z Downloaded unit-prefix v0.5.2
11372026-06-01T16:26:08.619Z Downloaded utf-8 v0.7.6
11382026-06-01T16:26:08.619Z Downloaded itertools v0.14.0
11392026-06-01T16:26:08.624Z Downloaded untrusted v0.9.0
11402026-06-01T16:26:08.626Z Downloaded schemars v1.2.1
11412026-06-01T16:26:08.632Z Downloaded tui-tree-widget v0.23.1
11422026-06-01T16:26:08.635Z Downloaded slog v2.8.2
11432026-06-01T16:26:08.638Z Downloaded schemars v0.8.22
11442026-06-01T16:26:08.641Z Downloaded tokio-tungstenite v0.21.0
11452026-06-01T16:26:08.644Z Downloaded tokio-rustls v0.25.0
11462026-06-01T16:26:08.644Z Downloaded term v1.2.1
11472026-06-01T16:26:08.647Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11482026-06-01T16:26:08.647Z Downloaded tokio-stream v0.1.18
11492026-06-01T16:26:08.651Z Downloaded iri-string v0.7.10
11502026-06-01T16:26:08.653Z Downloaded xattr v1.6.1
11512026-06-01T16:26:08.656Z Downloaded want v0.3.1
11522026-06-01T16:26:08.656Z Downloaded toml_writer v1.0.6+spec-1.1.0
11532026-06-01T16:26:08.656Z Downloaded stacker v0.1.23
11542026-06-01T16:26:08.660Z Downloaded snafu v0.8.9
11552026-06-01T16:26:08.662Z Downloaded itertools v0.13.0
11562026-06-01T16:26:08.665Z Downloaded term v0.7.0
11572026-06-01T16:26:08.668Z Downloaded num-bigint-dig v0.8.6
11582026-06-01T16:26:08.671Z Downloaded vergen-git2 v9.1.0
11592026-06-01T16:26:08.673Z Downloaded hashbrown v0.16.1
11602026-06-01T16:26:08.676Z Downloaded xshell-macros v0.2.7
11612026-06-01T16:26:08.680Z Downloaded vergen-lib v0.1.6
11622026-06-01T16:26:08.680Z Downloaded vergen-lib v9.1.0
11632026-06-01T16:26:08.680Z Downloaded unicase v2.9.0
11642026-06-01T16:26:08.683Z Downloaded nom v7.1.3
11652026-06-01T16:26:08.686Z Downloaded vsss-rs v3.3.4
11662026-06-01T16:26:08.689Z Downloaded schemars v0.9.0
11672026-06-01T16:26:08.695Z Downloaded tokio-rustls v0.24.1
11682026-06-01T16:26:08.697Z Downloaded samael v0.0.19
11692026-06-01T16:26:08.701Z Downloaded walkdir v2.5.0
11702026-06-01T16:26:08.704Z Downloaded hyper v1.8.1
11712026-06-01T16:26:08.707Z Downloaded zone v0.3.1
11722026-06-01T16:26:08.707Z Downloaded whoami v1.6.1
11732026-06-01T16:26:08.707Z Downloaded twox-hash v2.1.2
11742026-06-01T16:26:08.711Z Downloaded zone_cfg_derive v0.3.1
11752026-06-01T16:26:08.711Z Downloaded toml v0.7.8
11762026-06-01T16:26:08.715Z Downloaded vergen-gitcl v1.0.8
11772026-06-01T16:26:08.718Z Downloaded toml_parser v1.0.9+spec-1.1.0
11782026-06-01T16:26:08.718Z Downloaded toml v1.0.6+spec-1.1.0
11792026-06-01T16:26:08.721Z Downloaded test-strategy v0.4.5
11802026-06-01T16:26:08.724Z Downloaded whoami v2.1.0
11812026-06-01T16:26:08.724Z Downloaded tracing-attributes v0.1.31
11822026-06-01T16:26:08.727Z Downloaded wyz v0.5.1
11832026-06-01T16:26:08.727Z Downloaded nom v8.0.0
11842026-06-01T16:26:08.734Z Downloaded usdt-impl v0.6.0
11852026-06-01T16:26:08.741Z Downloaded zeroize_derive v1.4.3
11862026-06-01T16:26:08.743Z Downloaded bindgen v0.71.1
11872026-06-01T16:26:08.747Z Downloaded vergen v9.1.0
11882026-06-01T16:26:08.751Z Downloaded aws-lc-rs v1.16.3
11892026-06-01T16:26:08.753Z Downloaded xshell v0.2.7
11902026-06-01T16:26:08.753Z Downloaded rand v0.10.0
11912026-06-01T16:26:08.756Z Downloaded tokio-rustls v0.26.4
11922026-06-01T16:26:08.759Z Downloaded unicode-properties v0.1.4
11932026-06-01T16:26:08.759Z Downloaded tinyvec v1.10.0
11942026-06-01T16:26:08.761Z Downloaded zeroize v1.8.2
11952026-06-01T16:26:08.761Z Downloaded subprocess v0.2.15
11962026-06-01T16:26:08.764Z Downloaded libm v0.2.16
11972026-06-01T16:26:08.767Z Downloaded uzers v0.12.2
11982026-06-01T16:26:08.770Z Downloaded zstd v0.13.3
11992026-06-01T16:26:08.770Z Downloaded h2 v0.4.13
12002026-06-01T16:26:08.774Z Downloaded p521 v0.13.3
12012026-06-01T16:26:08.777Z Downloaded hkdf v0.12.4
12022026-06-01T16:26:08.779Z Downloaded blake3 v1.8.3
12032026-06-01T16:26:08.783Z Downloaded zstd-safe v7.2.4
12042026-06-01T16:26:08.786Z Downloaded russh v0.45.0
12052026-06-01T16:26:08.789Z Downloaded tar v0.4.45
12062026-06-01T16:26:08.790Z Downloaded unicode-bidi v0.3.18
12072026-06-01T16:26:08.792Z Downloaded rpassword v7.4.0
12082026-06-01T16:26:08.792Z Downloaded serde_with v1.14.0
12092026-06-01T16:26:08.798Z Downloaded steno v0.4.1
12102026-06-01T16:26:08.801Z Downloaded vte v0.14.1
12112026-06-01T16:26:08.804Z Downloaded tungstenite v0.21.0
12122026-06-01T16:26:08.807Z Downloaded typify v0.6.2
12132026-06-01T16:26:08.807Z Downloaded rustyline v14.0.0
12142026-06-01T16:26:08.810Z Downloaded typify v0.4.3
12152026-06-01T16:26:08.814Z Downloaded chrono v0.4.44
12162026-06-01T16:26:08.817Z Downloaded uuid v1.23.0
12172026-06-01T16:26:08.820Z Downloaded unsafe-libyaml v0.2.11
12182026-06-01T16:26:08.831Z Downloaded toml_edit v0.23.10+spec-1.0.0
12192026-06-01T16:26:08.835Z Downloaded tracing-core v0.1.36
12202026-06-01T16:26:08.841Z Downloaded toml_edit v0.19.15
12212026-06-01T16:26:08.850Z Downloaded zerocopy v0.6.6
12222026-06-01T16:26:08.852Z Downloaded tungstenite v0.23.0
12232026-06-01T16:26:08.855Z Downloaded yasna v0.5.2
12242026-06-01T16:26:08.858Z Downloaded iddqd v0.4.2
12252026-06-01T16:26:08.869Z Downloaded zopfli v0.8.3
12262026-06-01T16:26:08.875Z Downloaded reedline v0.40.0
12272026-06-01T16:26:08.880Z Downloaded bitvec v1.0.1
12282026-06-01T16:26:08.893Z Downloaded yansi v1.0.1
12292026-06-01T16:26:08.903Z Downloaded zip v0.6.6
12302026-06-01T16:26:08.906Z Downloaded typed-path v0.9.3
12312026-06-01T16:26:08.910Z Downloaded rayon v1.11.0
12322026-06-01T16:26:08.916Z Downloaded regex v1.12.3
12332026-06-01T16:26:08.918Z Downloaded unicode-segmentation v1.12.0
12342026-06-01T16:26:08.921Z Downloaded ssh-key v0.6.7
12352026-06-01T16:26:08.924Z Downloaded tower v0.5.3
12362026-06-01T16:26:08.929Z Downloaded reqwest v0.13.2
12372026-06-01T16:26:08.933Z Downloaded quick-xml v0.37.5
12382026-06-01T16:26:08.939Z Downloaded moka v0.12.13
12392026-06-01T16:26:08.944Z Downloaded zerocopy-derive v0.8.40
12402026-06-01T16:26:08.948Z Downloaded tokio-postgres v0.7.16
12412026-06-01T16:26:08.951Z Downloaded salty v0.3.0
12422026-06-01T16:26:08.955Z Downloaded git2 v0.20.4
12432026-06-01T16:26:08.960Z Downloaded p384 v0.13.1
12442026-06-01T16:26:08.963Z Downloaded portable-atomic v1.13.1
12452026-06-01T16:26:08.967Z Downloaded unicode_categories v0.1.1
12462026-06-01T16:26:08.970Z Downloaded reqwest v0.12.28
12472026-06-01T16:26:08.981Z Downloaded rustls-webpki v0.101.7
12482026-06-01T16:26:08.998Z Downloaded tokio-util v0.7.18
12492026-06-01T16:26:09.002Z Downloaded x509-cert v0.2.5
12502026-06-01T16:26:09.006Z Downloaded unicode-normalization v0.1.25
12512026-06-01T16:26:09.012Z Downloaded goblin v0.10.5
12522026-06-01T16:26:09.016Z Downloaded zip v4.6.1
12532026-06-01T16:26:09.019Z Downloaded tower-http v0.6.8
12542026-06-01T16:26:09.023Z Downloaded petname v2.0.2
12552026-06-01T16:26:09.026Z Downloaded object v0.30.4
12562026-06-01T16:26:09.031Z Downloaded proptest v1.10.0
12572026-06-01T16:26:09.036Z Downloaded lalrpop v0.19.12
12582026-06-01T16:26:09.042Z Downloaded nix v0.27.1
12592026-06-01T16:26:09.050Z Downloaded tough v0.22.0
12602026-06-01T16:26:09.065Z Downloaded serde_with v3.17.0
12612026-06-01T16:26:09.070Z Downloaded rustls-webpki v0.102.8
12622026-06-01T16:26:09.080Z Downloaded curve25519-dalek v4.1.3
12632026-06-01T16:26:09.085Z Downloaded quinn-proto v0.11.13
12642026-06-01T16:26:09.089Z Downloaded winnow v0.6.26
12652026-06-01T16:26:09.094Z Downloaded polar-core v0.27.3
12662026-06-01T16:26:09.099Z Downloaded winnow v0.5.40
12672026-06-01T16:26:09.105Z Downloaded bstr v1.12.1
12682026-06-01T16:26:09.109Z Downloaded radix_trie v0.2.1
12692026-06-01T16:26:09.117Z Downloaded nix v0.28.0
12702026-06-01T16:26:09.142Z Downloaded openssl v0.10.79
12712026-06-01T16:26:09.152Z Downloaded tabled v0.20.0
12722026-06-01T16:26:09.172Z Downloaded rustls v0.21.12
12732026-06-01T16:26:09.182Z Downloaded vcpkg v0.2.15
12742026-06-01T16:26:09.203Z Downloaded smoltcp v0.9.1
12752026-06-01T16:26:09.209Z Downloaded nix v0.31.2
12762026-06-01T16:26:09.215Z Downloaded webpki-roots v1.0.6
12772026-06-01T16:26:09.218Z Downloaded time v0.3.47
12782026-06-01T16:26:09.225Z Downloaded zlib-rs v0.6.2
12792026-06-01T16:26:09.228Z Downloaded object v0.37.3
12802026-06-01T16:26:09.234Z Downloaded hickory-proto v0.24.4
12812026-06-01T16:26:09.242Z Downloaded zerocopy v0.8.40
12822026-06-01T16:26:09.247Z Downloaded smoltcp v0.11.0
12832026-06-01T16:26:09.255Z Downloaded regress v0.11.1
12842026-06-01T16:26:09.259Z Downloaded rustix v0.38.44
12852026-06-01T16:26:09.272Z Downloaded hickory-proto v0.25.2
12862026-06-01T16:26:09.280Z Downloaded regress v0.10.5
12872026-06-01T16:26:09.285Z Downloaded rustls v0.22.4
12882026-06-01T16:26:09.292Z Downloaded regex-syntax v0.8.10
12892026-06-01T16:26:09.296Z Downloaded diesel v2.3.7
12902026-06-01T16:26:09.309Z Downloaded rustls v0.23.37
12912026-06-01T16:26:09.314Z Downloaded openapiv3 v2.2.0
12922026-06-01T16:26:09.321Z Downloaded sqlparser v0.61.0
12932026-06-01T16:26:09.326Z Downloaded dropshot v0.17.0
12942026-06-01T16:26:09.338Z Downloaded regex-syntax v0.6.29
12952026-06-01T16:26:09.343Z Downloaded sled v0.34.7
12962026-06-01T16:26:09.352Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-06-01T16:26:09.359Z Downloaded ratatui v0.29.0
12982026-06-01T16:26:09.386Z Downloaded zerocopy-derive v0.6.6
12992026-06-01T16:26:09.405Z Downloaded typify-impl v0.4.3
13002026-06-01T16:26:09.412Z Downloaded typify-impl v0.6.2
13012026-06-01T16:26:09.420Z Downloaded tracing v0.1.44
13022026-06-01T16:26:09.433Z Downloaded chrono-tz v0.10.4
13032026-06-01T16:26:09.459Z Downloaded regex-automata v0.4.14
13042026-06-01T16:26:09.467Z Downloaded libz-sys v1.1.24
13052026-06-01T16:26:09.486Z Downloaded sha3 v0.10.8
13062026-06-01T16:26:09.490Z Downloaded petgraph v0.6.5
13072026-06-01T16:26:09.512Z Downloaded jiff v0.2.21
13082026-06-01T16:26:09.522Z Downloaded petgraph v0.8.3
13092026-06-01T16:26:09.544Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-06-01T16:26:09.553Z Downloaded csv v1.4.0
13112026-06-01T16:26:09.565Z Downloaded tokio v1.52.1
13122026-06-01T16:26:09.608Z Downloaded ring v0.17.14
13132026-06-01T16:26:09.633Z Downloaded encoding_rs v0.8.35
13142026-06-01T16:26:09.672Z Downloaded libgit2-sys v0.18.3+1.9.2
13152026-06-01T16:26:10.142Z Downloaded aws-lc-sys v0.40.0
13162026-06-01T16:26:10.389Z Compiling libc v0.2.185
13172026-06-01T16:26:10.389Z Compiling serde v1.0.228
13182026-06-01T16:26:10.392Z Compiling log v0.4.29
13192026-06-01T16:26:10.392Z Compiling find-msvc-tools v0.1.9
13202026-06-01T16:26:10.392Z Compiling shlex v1.3.0
13212026-06-01T16:26:10.540Z Compiling syn v2.0.117
13222026-06-01T16:26:10.548Z Compiling smallvec v1.15.1
13232026-06-01T16:26:10.553Z Compiling typenum v1.19.0
13242026-06-01T16:26:10.723Z Compiling generic-array v0.14.7
13252026-06-01T16:26:10.743Z Compiling subtle v2.6.1
13262026-06-01T16:26:10.772Z Compiling scopeguard v1.2.0
13272026-06-01T16:26:10.792Z Compiling const-oid v0.9.6
13282026-06-01T16:26:10.848Z Compiling lock_api v0.4.14
13292026-06-01T16:26:10.870Z Compiling serde_json v1.0.149
13302026-06-01T16:26:10.910Z Compiling zerocopy v0.8.40
13312026-06-01T16:26:10.957Z Compiling portable-atomic v1.13.1
13322026-06-01T16:26:11.064Z Compiling parking_lot_core v0.9.12
13332026-06-01T16:26:11.310Z Compiling pin-project-lite v0.2.17
13342026-06-01T16:26:11.426Z Compiling getrandom v0.2.17
13352026-06-01T16:26:11.488Z Compiling jobserver v0.1.34
13362026-06-01T16:26:11.501Z Compiling errno v0.3.14
13372026-06-01T16:26:11.561Z Compiling pkg-config v0.3.32
13382026-06-01T16:26:11.615Z Compiling rand_core v0.6.4
13392026-06-01T16:26:11.645Z Compiling signal-hook-registry v1.4.8
13402026-06-01T16:26:11.697Z Compiling cc v1.2.56
13412026-06-01T16:26:11.901Z Compiling bitflags v2.11.0
13422026-06-01T16:26:11.917Z Compiling futures-core v0.3.32
13432026-06-01T16:26:12.067Z Compiling critical-section v1.2.0
13442026-06-01T16:26:12.070Z Compiling libm v0.2.16
13452026-06-01T16:26:12.117Z Compiling parking_lot v0.12.5
13462026-06-01T16:26:12.126Z Compiling mio v1.2.0
13472026-06-01T16:26:12.147Z Compiling num-traits v0.2.19
13482026-06-01T16:26:12.177Z Compiling once_cell v1.21.3
13492026-06-01T16:26:12.271Z Compiling percent-encoding v2.3.2
13502026-06-01T16:26:12.394Z Compiling socket2 v0.6.3
13512026-06-01T16:26:12.463Z Compiling futures-sink v0.3.32
13522026-06-01T16:26:12.488Z Compiling cpufeatures v0.2.17
13532026-06-01T16:26:12.500Z Compiling getrandom v0.4.1
13542026-06-01T16:26:12.561Z Compiling futures-channel v0.3.32
13552026-06-01T16:26:12.575Z Compiling slab v0.4.12
13562026-06-01T16:26:12.592Z Compiling futures-task v0.3.32
13572026-06-01T16:26:12.752Z Compiling futures-io v0.3.32
13582026-06-01T16:26:12.766Z Compiling rand_core v0.10.0
13592026-06-01T16:26:12.799Z Compiling indexmap v2.14.0
13602026-06-01T16:26:12.817Z Compiling getrandom v0.3.4
13612026-06-01T16:26:12.851Z Compiling rustversion v1.0.22
13622026-06-01T16:26:12.925Z Compiling cmake v0.1.57
13632026-06-01T16:26:13.131Z Compiling form_urlencoded v1.2.2
13642026-06-01T16:26:13.310Z Compiling fs_extra v1.3.0
13652026-06-01T16:26:13.336Z Compiling dunce v1.0.5
13662026-06-01T16:26:13.432Z Compiling ident_case v1.0.1
13672026-06-01T16:26:13.459Z Compiling base64ct v1.8.3
13682026-06-01T16:26:13.555Z Compiling synstructure v0.13.2
13692026-06-01T16:26:13.582Z Compiling flagset v0.4.7
13702026-06-01T16:26:13.594Z Compiling aws-lc-sys v0.40.0
13712026-06-01T16:26:13.709Z Compiling pem-rfc7468 v0.7.0
13722026-06-01T16:26:13.756Z Compiling rustix v1.1.3
13732026-06-01T16:26:13.829Z Compiling iana-time-zone v0.1.65
13742026-06-01T16:26:13.849Z Compiling regex-syntax v0.8.10
13752026-06-01T16:26:13.953Z Compiling rand_core v0.9.5
13762026-06-01T16:26:14.016Z Compiling ring v0.17.14
13772026-06-01T16:26:14.036Z Compiling vcpkg v0.2.15
13782026-06-01T16:26:14.168Z Compiling aws-lc-rs v1.16.3
13792026-06-01T16:26:14.226Z Compiling uuid v1.23.0
13802026-06-01T16:26:14.452Z Compiling rustc_version v0.4.1
13812026-06-01T16:26:14.781Z Compiling tracing-core v0.1.36
13822026-06-01T16:26:14.796Z Compiling openssl-sys v0.9.115
13832026-06-01T16:26:14.932Z Compiling base64 v0.22.1
13842026-06-01T16:26:15.269Z Compiling httparse v1.10.1
13852026-06-01T16:26:15.272Z Compiling serde_derive v1.0.228
13862026-06-01T16:26:15.332Z Compiling zeroize_derive v1.4.3
13872026-06-01T16:26:15.349Z Compiling zerofrom-derive v0.1.6
13882026-06-01T16:26:15.509Z Compiling yoke-derive v0.8.1
13892026-06-01T16:26:15.612Z Compiling zerovec-derive v0.11.2
13902026-06-01T16:26:15.965Z Compiling zeroize v1.8.2
13912026-06-01T16:26:16.196Z Compiling zerocopy-derive v0.8.40
13922026-06-01T16:26:16.703Z Compiling crypto-common v0.1.7
13932026-06-01T16:26:16.725Z Compiling block-buffer v0.10.4
13942026-06-01T16:26:16.760Z Compiling displaydoc v0.2.5
13952026-06-01T16:26:16.763Z Compiling zerofrom v0.1.6
13962026-06-01T16:26:16.843Z Compiling tokio-macros v2.7.0
13972026-06-01T16:26:16.891Z Compiling yoke v0.8.1
13982026-06-01T16:26:16.891Z Compiling digest v0.10.7
13992026-06-01T16:26:17.075Z Compiling zerovec v0.11.5
14002026-06-01T16:26:17.150Z Compiling futures-macro v0.3.32
14012026-06-01T16:26:17.491Z Compiling zerotrie v0.2.3
14022026-06-01T16:26:17.548Z Compiling tinystr v0.8.2
14032026-06-01T16:26:17.571Z Compiling potential_utf v0.1.4
14042026-06-01T16:26:17.732Z Compiling icu_locale_core v2.1.1
14052026-06-01T16:26:17.743Z Compiling icu_collections v2.1.1
14062026-06-01T16:26:17.778Z Compiling hmac v0.12.1
14072026-06-01T16:26:17.927Z Compiling block-padding v0.3.3
14082026-06-01T16:26:17.944Z Compiling futures-util v0.3.32
14092026-06-01T16:26:18.080Z Compiling inout v0.1.4
14102026-06-01T16:26:18.199Z Compiling sha2 v0.10.9
14112026-06-01T16:26:18.239Z Compiling cipher v0.4.4
14122026-06-01T16:26:18.491Z Compiling icu_provider v2.1.1
14132026-06-01T16:26:18.587Z Compiling der_derive v0.7.3
14142026-06-01T16:26:18.675Z Compiling bytes v1.11.1
14152026-06-01T16:26:18.745Z Compiling icu_normalizer v2.1.1
14162026-06-01T16:26:18.784Z Compiling icu_properties v2.1.2
14172026-06-01T16:26:19.269Z Compiling tokio v1.52.1
14182026-06-01T16:26:19.283Z Compiling http v1.4.0
14192026-06-01T16:26:19.525Z Compiling der v0.7.10
14202026-06-01T16:26:19.550Z Compiling chrono v0.4.44
14212026-06-01T16:26:19.840Z Compiling idna_adapter v1.2.1
14222026-06-01T16:26:19.975Z Compiling idna v1.1.0
14232026-06-01T16:26:20.160Z Compiling salsa20 v0.10.2
14242026-06-01T16:26:20.184Z Compiling pbkdf2 v0.12.2
14252026-06-01T16:26:20.294Z Compiling url v2.5.8
14262026-06-01T16:26:20.294Z Compiling rustls-pki-types v1.14.0
14272026-06-01T16:26:20.606Z Compiling ppv-lite86 v0.2.21
14282026-06-01T16:26:20.623Z Compiling spki v0.7.3
14292026-06-01T16:26:20.684Z Compiling tracing-attributes v0.1.31
14302026-06-01T16:26:20.746Z Compiling thiserror-impl v2.0.18
14312026-06-01T16:26:20.821Z Compiling scrypt v0.11.0
14322026-06-01T16:26:20.881Z Compiling rand_chacha v0.9.0
14332026-06-01T16:26:20.921Z Compiling http-body v1.0.1
14342026-06-01T16:26:21.063Z Compiling aes v0.8.4
14352026-06-01T16:26:21.063Z Compiling cbc v0.1.2
14362026-06-01T16:26:21.149Z Compiling tinyvec_macros v0.1.1
14372026-06-01T16:26:21.217Z Compiling untrusted v0.9.0
14382026-06-01T16:26:21.220Z Compiling openssl-probe v0.2.1
14392026-06-01T16:26:21.339Z Compiling untrusted v0.7.1
14402026-06-01T16:26:21.463Z Compiling tinyvec v1.10.0
14412026-06-01T16:26:21.592Z Compiling pkcs5 v0.7.1
14422026-06-01T16:26:21.809Z Compiling rand v0.9.2
14432026-06-01T16:26:22.028Z Compiling tracing v0.1.44
14442026-06-01T16:26:22.093Z Compiling thiserror v2.0.18
14452026-06-01T16:26:22.110Z Compiling pest_generator v2.8.6
14462026-06-01T16:26:22.160Z Compiling serde_derive_internals v0.29.1
14472026-06-01T16:26:22.190Z Compiling aho-corasick v1.1.4
14482026-06-01T16:26:22.283Z Compiling tower-service v0.3.3
14492026-06-01T16:26:22.378Z Compiling tower-layer v0.3.3
14502026-06-01T16:26:22.540Z Compiling atomic-waker v1.1.2
14512026-06-01T16:26:22.600Z Compiling try-lock v0.2.5
14522026-06-01T16:26:22.662Z Compiling dyn-clone v1.0.20
14532026-06-01T16:26:22.706Z Compiling schemars v0.8.22
14542026-06-01T16:26:22.795Z Compiling rustls v0.23.37
14552026-06-01T16:26:22.803Z Compiling pest_derive v2.8.6
14562026-06-01T16:26:22.920Z Compiling want v0.3.1
14572026-06-01T16:26:23.012Z Compiling tokio-util v0.7.18
14582026-06-01T16:26:23.077Z Compiling schemars_derive v0.8.22
14592026-06-01T16:26:23.185Z Compiling regex-automata v0.4.14
14602026-06-01T16:26:23.213Z Compiling pkcs8 v0.10.2
14612026-06-01T16:26:23.253Z Compiling ipnet v2.11.0
14622026-06-01T16:26:23.513Z Compiling scroll_derive v0.13.1
14632026-06-01T16:26:23.730Z Compiling h2 v0.4.13
14642026-06-01T16:26:23.844Z Compiling darling_core v0.20.11
14652026-06-01T16:26:24.013Z Compiling httpdate v1.0.3
14662026-06-01T16:26:24.229Z Compiling openssl v0.10.79
14672026-06-01T16:26:24.288Z Compiling foreign-types-shared v0.1.1
14682026-06-01T16:26:24.300Z Compiling pin-utils v0.1.0
14692026-06-01T16:26:24.372Z Compiling foreign-types v0.3.2
14702026-06-01T16:26:24.382Z Compiling tempfile v3.25.0
14712026-06-01T16:26:24.440Z Compiling scroll v0.13.0
14722026-06-01T16:26:24.705Z Compiling unicode-normalization v0.1.25
14732026-06-01T16:26:24.897Z Compiling openssl-macros v0.1.1
14742026-06-01T16:26:25.138Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14752026-06-01T16:26:25.148Z Compiling spin v0.9.8
14762026-06-01T16:26:25.277Z Compiling num-conv v0.2.0
14772026-06-01T16:26:25.337Z Compiling powerfmt v0.2.0
14782026-06-01T16:26:25.404Z Compiling native-tls v0.2.18
14792026-06-01T16:26:25.523Z Compiling time-core v0.1.8
14802026-06-01T16:26:25.542Z Compiling crc32fast v1.5.0
14812026-06-01T16:26:25.668Z Compiling time-macros v0.2.27
14822026-06-01T16:26:25.738Z Compiling deranged v0.5.8
14832026-06-01T16:26:26.052Z Compiling darling_macro v0.20.11
14842026-06-01T16:26:26.559Z Compiling darling v0.20.11
14852026-06-01T16:26:26.638Z Compiling hyper v1.8.1
14862026-06-01T16:26:26.737Z Compiling goblin v0.10.5
14872026-06-01T16:26:26.751Z Compiling rustls-native-certs v0.8.3
14882026-06-01T16:26:27.039Z Compiling sync_wrapper v1.0.2
14892026-06-01T16:26:27.166Z Compiling wait-timeout v0.2.1
14902026-06-01T16:26:27.196Z Compiling num_threads v0.1.7
14912026-06-01T16:26:27.292Z Compiling crossbeam-utils v0.8.21
14922026-06-01T16:26:27.408Z Compiling unicode-segmentation v1.12.0
14932026-06-01T16:26:27.573Z Compiling bit-vec v0.8.0
14942026-06-01T16:26:27.627Z Compiling usdt-impl v0.6.0
14952026-06-01T16:26:27.784Z Compiling hyper-util v0.1.20
14962026-06-01T16:26:27.803Z Compiling quick-error v1.2.3
14972026-06-01T16:26:27.828Z Compiling simd-adler32 v0.3.8
14982026-06-01T16:26:27.906Z Compiling siphasher v1.0.2
14992026-06-01T16:26:28.064Z Compiling syn v1.0.109
15002026-06-01T16:26:28.204Z Compiling rusty-fork v0.3.1
15012026-06-01T16:26:28.412Z Compiling bit-set v0.8.0
15022026-06-01T16:26:28.446Z Compiling time v0.3.47
15032026-06-01T16:26:28.510Z Compiling tower v0.5.3
15042026-06-01T16:26:28.567Z Compiling derive_builder_core v0.20.2
15052026-06-01T16:26:28.973Z Compiling dtrace-parser v0.3.0
15062026-06-01T16:26:29.030Z Compiling http-body-util v0.1.3
15072026-06-01T16:26:29.267Z Compiling webpki-roots v1.0.6
15082026-06-01T16:26:29.389Z Compiling dof v0.4.0
15092026-06-01T16:26:29.426Z Compiling signature v2.2.0
15102026-06-01T16:26:29.455Z Compiling thiserror-impl v1.0.69
15112026-06-01T16:26:29.602Z Compiling scroll_derive v0.12.1
15122026-06-01T16:26:29.705Z Compiling heapless v0.7.17
15132026-06-01T16:26:29.936Z Compiling rand_xorshift v0.4.0
15142026-06-01T16:26:29.973Z Compiling slog v2.8.2
15152026-06-01T16:26:30.096Z Compiling darling_core v0.21.3
15162026-06-01T16:26:30.154Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-06-01T16:26:30.244Z Compiling thread-id v5.1.0
15182026-06-01T16:26:30.332Z Compiling cookie v0.18.1
15192026-06-01T16:26:30.420Z Compiling iri-string v0.7.10
15202026-06-01T16:26:30.505Z Compiling unicode-properties v0.1.4
15212026-06-01T16:26:30.508Z Compiling ryu v1.0.23
15222026-06-01T16:26:30.668Z Compiling allocator-api2 v0.2.21
15232026-06-01T16:26:30.694Z Compiling paste v1.0.15
15242026-06-01T16:26:30.711Z Compiling anyhow v1.0.102
15252026-06-01T16:26:30.905Z Compiling unicode-bidi v0.3.18
15262026-06-01T16:26:30.952Z Compiling signal-hook v0.3.18
15272026-06-01T16:26:30.982Z Compiling unarray v0.1.4
15282026-06-01T16:26:31.006Z Compiling adler2 v2.0.1
15292026-06-01T16:26:31.093Z Compiling zstd-safe v7.2.4
15302026-06-01T16:26:31.136Z Compiling miniz_oxide v0.8.9
15312026-06-01T16:26:31.143Z Compiling proptest v1.10.0
15322026-06-01T16:26:31.279Z Compiling stringprep v0.1.5
15332026-06-01T16:26:31.692Z Compiling tower-http v0.6.8
15342026-06-01T16:26:31.785Z Compiling thiserror v1.0.69
15352026-06-01T16:26:31.818Z Compiling serde_urlencoded v0.7.1
15362026-06-01T16:26:32.058Z Compiling scroll v0.12.0
15372026-06-01T16:26:32.181Z Compiling derive_builder_macro v0.20.2
15382026-06-01T16:26:32.513Z Compiling tokio-native-tls v0.3.1
15392026-06-01T16:26:32.598Z Compiling darling_macro v0.21.3
15402026-06-01T16:26:32.622Z Compiling heck v0.4.1
15412026-06-01T16:26:32.678Z Compiling bstr v1.12.1
15422026-06-01T16:26:32.697Z Compiling ipnetwork v0.21.1
15432026-06-01T16:26:32.714Z Compiling rand_chacha v0.3.1
15442026-06-01T16:26:32.839Z Compiling serde_spanned v0.6.9
15452026-06-01T16:26:32.982Z Compiling serde_tokenstream v0.2.3
15462026-06-01T16:26:33.060Z Compiling erased-serde v0.3.31
15472026-06-01T16:26:33.081Z Compiling toml_datetime v0.6.11
15482026-06-01T16:26:33.292Z Compiling md-5 v0.10.6
15492026-06-01T16:26:33.308Z Compiling async-trait v0.1.89
15502026-06-01T16:26:33.334Z Compiling pin-project-internal v1.1.11
15512026-06-01T16:26:33.451Z Compiling zerocopy-derive v0.7.35
15522026-06-01T16:26:33.503Z Compiling curve25519-dalek v4.1.3
15532026-06-01T16:26:33.538Z Compiling vergen-lib v9.1.0
15542026-06-01T16:26:33.725Z Compiling num-integer v0.1.46
15552026-06-01T16:26:33.843Z Compiling hash32 v0.2.1
15562026-06-01T16:26:34.039Z Compiling ff v0.13.1
15572026-06-01T16:26:34.064Z Compiling memoffset v0.9.1
15582026-06-01T16:26:34.174Z Compiling encoding_rs v0.8.35
15592026-06-01T16:26:34.245Z Compiling zlib-rs v0.6.2
15602026-06-01T16:26:34.307Z Compiling litrs v1.0.0
15612026-06-01T16:26:34.310Z Compiling smoltcp v0.9.1
15622026-06-01T16:26:34.433Z Compiling mime v0.3.17
15632026-06-01T16:26:34.647Z Compiling num-bigint-dig v0.8.6
15642026-06-01T16:26:34.693Z Compiling cfg_aliases v0.2.1
15652026-06-01T16:26:34.766Z Compiling fallible-iterator v0.2.0
15662026-06-01T16:26:34.809Z Compiling base16ct v0.2.0
15672026-06-01T16:26:34.831Z Compiling rustix v0.38.44
15682026-06-01T16:26:34.981Z Compiling psl-types v2.0.11
15692026-06-01T16:26:35.065Z Compiling ref-cast v1.0.25
15702026-06-01T16:26:35.105Z Compiling publicsuffix v2.3.0
15712026-06-01T16:26:35.259Z Compiling postgres-protocol v0.6.10
15722026-06-01T16:26:35.274Z Compiling sec1 v0.7.3
15732026-06-01T16:26:35.424Z Compiling document-features v0.2.12
15742026-06-01T16:26:35.540Z Compiling nix v0.31.2
15752026-06-01T16:26:35.686Z Compiling pin-project v1.1.11
15762026-06-01T16:26:35.785Z Compiling zerocopy v0.7.35
15772026-06-01T16:26:35.893Z Compiling group v0.13.0
15782026-06-01T16:26:35.990Z Compiling num-iter v0.1.45
15792026-06-01T16:26:36.138Z Compiling newtype-uuid v1.3.2
15802026-06-01T16:26:36.140Z Compiling hubpack_derive v0.1.1
15812026-06-01T16:26:36.312Z Compiling darling v0.21.3
15822026-06-01T16:26:36.348Z Compiling oxnet v0.1.5
15832026-06-01T16:26:36.425Z Compiling rand v0.8.6
15842026-06-01T16:26:36.511Z Compiling snafu-derive v0.8.9
15852026-06-01T16:26:36.617Z Compiling hyper-tls v0.6.0
15862026-06-01T16:26:36.652Z Compiling derive_builder v0.20.2
15872026-06-01T16:26:36.757Z Compiling goblin v0.8.2
15882026-06-01T16:26:37.274Z Compiling flate2 v1.1.9
15892026-06-01T16:26:37.516Z Compiling phf_shared v0.13.1
15902026-06-01T16:26:37.682Z Compiling regex v1.12.3
15912026-06-01T16:26:37.718Z Compiling lazy_static v1.5.0
15922026-06-01T16:26:37.760Z Compiling anstyle-parse v0.2.7
15932026-06-01T16:26:37.763Z Compiling strum_macros v0.27.2
15942026-06-01T16:26:37.807Z Compiling futures-executor v0.3.32
15952026-06-01T16:26:37.959Z Compiling hex v0.4.3
15962026-06-01T16:26:38.063Z Compiling hkdf v0.12.4
15972026-06-01T16:26:38.109Z Compiling crypto-bigint v0.5.5
15982026-06-01T16:26:38.214Z Compiling ref-cast-impl v1.0.25
15992026-06-01T16:26:38.228Z Compiling curve25519-dalek-derive v0.1.1
16002026-06-01T16:26:38.396Z Compiling daft-derive v0.1.7
16012026-06-01T16:26:38.738Z Compiling terminal_size v0.4.3
16022026-06-01T16:26:38.863Z Compiling vergen v9.1.0
16032026-06-01T16:26:38.882Z Compiling fs-err v3.3.0
16042026-06-01T16:26:39.046Z Compiling cargo-platform v0.3.2
16052026-06-01T16:26:39.069Z Compiling ahash v0.8.12
16062026-06-01T16:26:39.106Z Compiling managed v0.8.0
16072026-06-01T16:26:39.267Z Compiling winnow v0.5.40
16082026-06-01T16:26:39.311Z Compiling foldhash v0.1.5
16092026-06-01T16:26:39.315Z Compiling same-file v1.0.6
16102026-06-01T16:26:39.474Z Compiling libbz2-rs-sys v0.2.2
16112026-06-01T16:26:39.489Z Compiling bumpalo v3.20.2
16122026-06-01T16:26:39.684Z Compiling foldhash v0.2.0
16132026-06-01T16:26:39.738Z Compiling bitflags v1.3.2
16142026-06-01T16:26:39.816Z Compiling object v0.37.3
16152026-06-01T16:26:39.903Z Compiling bzip2 v0.6.1
16162026-06-01T16:26:40.106Z Compiling hashbrown v0.16.1
16172026-06-01T16:26:40.143Z Compiling strum v0.27.2
16182026-06-01T16:26:40.194Z Compiling zopfli v0.8.3
16192026-06-01T16:26:40.197Z Compiling hashbrown v0.15.5
16202026-06-01T16:26:40.267Z Compiling walkdir v2.5.0
16212026-06-01T16:26:40.573Z Compiling toml_edit v0.19.15
16222026-06-01T16:26:40.687Z Compiling cargo_metadata v0.23.1
16232026-06-01T16:26:40.716Z Compiling clap_builder v4.6.0
16242026-06-01T16:26:40.733Z Compiling daft v0.1.7
16252026-06-01T16:26:40.931Z Compiling elliptic-curve v0.13.8
16262026-06-01T16:26:40.942Z Compiling dof v0.3.0
16272026-06-01T16:26:41.468Z Compiling snafu v0.8.9
16282026-06-01T16:26:41.655Z Compiling futures v0.3.32
16292026-06-01T16:26:41.739Z Compiling anstream v0.6.21
16302026-06-01T16:26:42.047Z Compiling phf v0.13.1
16312026-06-01T16:26:42.047Z Compiling signal-hook-mio v0.2.5
16322026-06-01T16:26:42.170Z Compiling cookie_store v0.22.1
16332026-06-01T16:26:42.202Z Compiling zstd v0.13.3
16342026-06-01T16:26:42.463Z Compiling bzip2 v0.4.4
16352026-06-01T16:26:42.463Z Compiling hubpack v0.1.2
16362026-06-01T16:26:42.665Z Compiling serde_with_macros v3.17.0
16372026-06-01T16:26:42.788Z Compiling postgres-types v0.2.12
16382026-06-01T16:26:43.246Z Compiling usdt-attr-macro v0.6.0
16392026-06-01T16:26:43.341Z Compiling usdt-macro v0.6.0
16402026-06-01T16:26:43.736Z Compiling globset v0.4.18
16412026-06-01T16:26:43.767Z Compiling dtrace-parser v0.2.0
16422026-06-01T16:26:43.885Z Compiling ed25519 v2.2.3
16432026-06-01T16:26:44.019Z Compiling phf_shared v0.11.3
16442026-06-01T16:26:44.021Z Compiling olpc-cjson v0.1.4
16452026-06-01T16:26:44.066Z Compiling pkcs1 v0.7.5
16462026-06-01T16:26:44.182Z Compiling clap_derive v4.6.1
16472026-06-01T16:26:44.202Z Compiling enum-as-inner v0.6.1
16482026-06-01T16:26:44.407Z Compiling strum_macros v0.26.4
16492026-06-01T16:26:44.482Z Compiling serde_plain v1.0.2
16502026-06-01T16:26:44.541Z Compiling serde-big-array v0.5.1
16512026-06-01T16:26:44.687Z Compiling rfc6979 v0.4.0
16522026-06-01T16:26:44.726Z Compiling async-recursion v1.1.1
16532026-06-01T16:26:44.727Z Compiling serde_repr v0.1.20
16542026-06-01T16:26:44.806Z Compiling pem v3.0.6
16552026-06-01T16:26:44.842Z Compiling float-cmp v0.10.0
16562026-06-01T16:26:44.934Z Compiling memmap2 v0.9.10
16572026-06-01T16:26:45.102Z Compiling thread-id v4.2.2
16582026-06-01T16:26:45.150Z Compiling env_filter v1.0.0
16592026-06-01T16:26:45.191Z Compiling keccak v0.1.6
16602026-06-01T16:26:45.225Z Compiling new_debug_unreachable v1.0.6
16612026-06-01T16:26:45.291Z Compiling typed-path v0.9.3
16622026-06-01T16:26:45.320Z Compiling fixedbitset v0.5.7
16632026-06-01T16:26:45.451Z Compiling normalize-line-endings v0.3.0
16642026-06-01T16:26:45.576Z Compiling static_assertions v1.1.0
16652026-06-01T16:26:45.627Z Compiling fixedbitset v0.4.2
16662026-06-01T16:26:45.655Z Compiling whoami v2.1.0
16672026-06-01T16:26:45.812Z Compiling difflib v0.4.0
16682026-06-01T16:26:45.911Z Compiling data-encoding v2.10.0
16692026-06-01T16:26:45.976Z Compiling precomputed-hash v0.1.1
16702026-06-01T16:26:45.990Z Compiling jiff v0.2.21
16712026-06-01T16:26:46.065Z Compiling either v1.15.0
16722026-06-01T16:26:46.110Z Compiling predicates-core v1.0.10
16732026-06-01T16:26:46.269Z Compiling itertools v0.13.0
16742026-06-01T16:26:46.283Z Compiling predicates v3.1.4
16752026-06-01T16:26:46.368Z Compiling hickory-proto v0.25.2
16762026-06-01T16:26:46.503Z Compiling strum v0.26.3
16772026-06-01T16:26:46.628Z Compiling string_cache v0.8.9
16782026-06-01T16:26:46.641Z Compiling clap v4.6.1
16792026-06-01T16:26:46.725Z Compiling tokio-postgres v0.7.16
16802026-06-01T16:26:46.852Z Compiling petgraph v0.6.5
16812026-06-01T16:26:46.986Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16822026-06-01T16:26:47.429Z Compiling petgraph v0.8.3
16832026-06-01T16:26:47.572Z Compiling sha3 v0.10.8
16842026-06-01T16:26:48.021Z Compiling env_logger v0.11.9
16852026-06-01T16:26:48.323Z Compiling toml_edit v0.22.27
16862026-06-01T16:26:48.377Z Compiling usdt-impl v0.5.0
16872026-06-01T16:26:48.935Z Compiling zip v4.6.1
16882026-06-01T16:26:48.960Z Compiling usdt v0.6.0
16892026-06-01T16:26:49.215Z Compiling ecdsa v0.16.9
16902026-06-01T16:26:49.335Z Compiling rsa v0.9.10
16912026-06-01T16:26:49.596Z Compiling ed25519-dalek v2.2.0
16922026-06-01T16:26:49.770Z Compiling serde_with v3.17.0
16932026-06-01T16:26:49.882Z Compiling crossterm v0.28.1
16942026-06-01T16:26:50.249Z Compiling zip v0.6.6
16952026-06-01T16:26:51.005Z Compiling toml v0.7.8
16962026-06-01T16:26:51.022Z Compiling iddqd v0.4.2
16972026-06-01T16:26:51.496Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-06-01T16:26:51.601Z Compiling similar v2.7.0
16992026-06-01T16:26:51.628Z Compiling crossbeam-epoch v0.9.18
17002026-06-01T16:26:51.650Z Compiling tokio-stream v0.1.18
17012026-06-01T16:26:51.955Z Compiling buf-list v1.1.2
17022026-06-01T16:26:52.121Z Compiling x509-cert v0.2.5
17032026-06-01T16:26:52.135Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17042026-06-01T16:26:52.235Z Compiling openapiv3 v2.2.0
17052026-06-01T16:26:52.309Z Compiling sha1 v0.10.6
17062026-06-01T16:26:52.431Z Compiling peg-runtime v0.8.5
17072026-06-01T16:26:52.465Z Compiling lalrpop-util v0.19.12
17082026-06-01T16:26:52.529Z Compiling thread_local v1.1.9
17092026-06-01T16:26:52.639Z Compiling slog-async v2.8.0
17102026-06-01T16:26:52.654Z Compiling crossbeam-channel v0.5.15
17112026-06-01T16:26:52.704Z Compiling is-terminal v0.4.17
17122026-06-01T16:26:52.774Z Compiling filetime v0.2.27
17132026-06-01T16:26:52.797Z Compiling take_mut v0.2.2
17142026-06-01T16:26:52.915Z Compiling term v1.2.1
17152026-06-01T16:26:52.942Z Compiling xattr v1.6.1
17162026-06-01T16:26:53.090Z Compiling tar v0.4.45
17172026-06-01T16:26:53.479Z Compiling slog-term v2.9.2
17182026-06-01T16:27:03.456Z Compiling rustls-webpki v0.103.9
17192026-06-01T16:27:06.308Z Compiling tokio-rustls v0.26.4
17202026-06-01T16:27:06.308Z Compiling rustls-platform-verifier v0.6.2
17212026-06-01T16:27:06.536Z Compiling hyper-rustls v0.27.7
17222026-06-01T16:27:06.724Z Compiling reqwest v0.12.28
17232026-06-01T16:27:06.785Z Compiling reqwest v0.13.2
17242026-06-01T16:27:07.948Z Compiling tough v0.22.0
17252026-06-01T16:27:10.457Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-06-01T16:27:10.718Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-06-01T16:27:13.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17282026-06-01T16:27:13.653Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-06-01T16:27:13.708ZJun 01 16:27:12.948 INFO Starting download, target: Clickhouse
17302026-06-01T16:27:13.713ZJun 01 16:27:12.948 INFO Starting download, target: Cockroach
17312026-06-01T16:27:13.713ZJun 01 16:27:12.948 INFO Starting download, target: Console
17322026-06-01T16:27:13.713ZJun 01 16:27:12.949 INFO Starting download, target: DendriteStub
17332026-06-01T16:27:13.713ZJun 01 16:27:12.949 INFO Starting download, target: MaghemiteMgd
17342026-06-01T16:27:13.713ZJun 01 16:27:12.949 INFO Starting download, target: TransceiverControl
17352026-06-01T16:27:13.713ZJun 01 16:27:12.949 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-06-01T16:27:13.713ZJun 01 16:27:12.949 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-06-01T16:27:13.713ZJun 01 16:27:12.949 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-06-01T16:27:13.713ZJun 01 16:27:12.949 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-06-01T16:27:13.713ZJun 01 16:27:12.949 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-06-01T16:27:13.713ZJun 01 16:27:12.949 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-06-01T16:27:14.142ZJun 01 16:27:13.349 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-06-01T16:27:14.352ZJun 01 16:27:13.576 INFO Download complete, target: TransceiverControl
17432026-06-01T16:27:14.734ZJun 01 16:27:13.956 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-06-01T16:27:14.984ZJun 01 16:27:14.200 INFO Download complete, target: Console
17452026-06-01T16:27:15.604ZJun 01 16:27:14.832 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-06-01T16:27:15.824ZJun 01 16:27:15.038 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-06-01T16:27:15.990ZJun 01 16:27:15.211 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-06-01T16:27:16.276ZJun 01 16:27:15.516 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-06-01T16:27:16.276ZJun 01 16:27:15.516 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-06-01T16:27:17.992ZJun 01 16:27:17.232 INFO Download complete, target: MaghemiteMgd
17512026-06-01T16:27:18.198ZJun 01 16:27:17.438 INFO Download complete, target: DendriteStub
17522026-06-01T16:27:20.971ZJun 01 16:27:20.210 INFO Checking that binary works, target: Cockroach
17532026-06-01T16:27:21.082ZJun 01 16:27:20.322 INFO Download complete, target: Cockroach
17542026-06-01T16:27:22.733ZJun 01 16:27:21.973 INFO Checking that binary works, target: Clickhouse
17552026-06-01T16:27:22.827ZJun 01 16:27:22.067 INFO Download complete, target: Clickhouse
17562026-06-01T16:27:22.844ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-01T16:27:22.847Z
17582026-06-01T16:27:22.847Zreal 2:18.550354996
17592026-06-01T16:27:22.847Zuser 6:53.904382241
17602026-06-01T16:27:22.847Zsys 1:21.440955070
17612026-06-01T16:27:22.847Ztrap 0.223864242
17622026-06-01T16:27:22.847Ztflt 0.563425180
17632026-06-01T16:27:22.847Zdflt 0.594130298
17642026-06-01T16:27:22.847Zkflt 0.025826065
17652026-06-01T16:27:22.847Zlock 21:44.382482339
17662026-06-01T16:27:22.847Zslp 21:27.327021146
17672026-06-01T16:27:22.848Zlat 42.152150642
17682026-06-01T16:27:22.848Zstop 1:53.429089815
17692026-06-01T16:27:22.848Z+ banner clippy
17702026-06-01T16:27:22.850Z
17712026-06-01T16:27:22.850Z #### # # ##### ##### # #
17722026-06-01T16:27:22.850Z # # # # # # # # # #
17732026-06-01T16:27:22.850Z # # # # # # # #
17742026-06-01T16:27:22.850Z # # # ##### ##### #
17752026-06-01T16:27:22.850Z # # # # # # #
17762026-06-01T16:27:22.851Z #### ###### # # # #
17772026-06-01T16:27:22.851Z
17782026-06-01T16:27:22.851Z+ export CARGO_INCREMENTAL=0
17792026-06-01T16:27:22.851Z+ CARGO_INCREMENTAL=0
17802026-06-01T16:27:22.851Z+ ptime -m cargo xtask clippy
17812026-06-01T16:27:23.374Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-01T16:27:23.589Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-01T16:27:25.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17842026-06-01T16:27:25.498Z Running `target/debug/xtask clippy`
17852026-06-01T16:27:25.528Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17862026-06-01T16:27:26.130Z Downloading crates ...
17872026-06-01T16:27:26.324Z Downloaded plotters-backend v0.3.7
17882026-06-01T16:27:26.341Z Downloaded cfg-expr v0.20.6
17892026-06-01T16:27:26.344Z Downloaded chumsky v0.9.3
17902026-06-01T16:27:26.344Z Downloaded cast v0.3.0
17912026-06-01T16:27:26.344Z Downloaded concurrent-queue v2.5.0
17922026-06-01T16:27:26.348Z Downloaded addr2line v0.25.1
17932026-06-01T16:27:26.355Z Downloaded supports-color v2.1.0
17942026-06-01T16:27:26.358Z Downloaded linkme v0.3.35
17952026-06-01T16:27:26.358Z Downloaded partial-io v0.5.4
17962026-06-01T16:27:26.360Z Downloaded rstest v0.25.0
17972026-06-01T16:27:26.363Z Downloaded anes v0.1.6
17982026-06-01T16:27:26.367Z Downloaded relative-path v1.9.3
17992026-06-01T16:27:26.367Z Downloaded pathdiff v0.2.3
18002026-06-01T16:27:26.369Z Downloaded similar-asserts v1.7.0
18012026-06-01T16:27:26.372Z Downloaded nested v0.1.1
18022026-06-01T16:27:26.375Z Downloaded assert-json-diff v2.0.2
18032026-06-01T16:27:26.375Z Downloaded approx v0.5.1
18042026-06-01T16:27:26.377Z Downloaded libtest-mimic v0.8.1
18052026-06-01T16:27:26.377Z Downloaded target-triple v1.0.0
18062026-06-01T16:27:26.377Z Downloaded guppy-workspace-hack v0.1.0
18072026-06-01T16:27:26.380Z Downloaded escape8259 v0.5.3
18082026-06-01T16:27:26.383Z Downloaded backtrace-ext v0.2.1
18092026-06-01T16:27:26.385Z Downloaded supports-unicode v2.1.0
18102026-06-01T16:27:26.388Z Downloaded parking v2.2.1
18112026-06-01T16:27:26.388Z Downloaded oorandom v11.1.5
18122026-06-01T16:27:26.392Z Downloaded tinytemplate v1.2.1
18132026-06-01T16:27:26.395Z Downloaded httptest v0.16.4
18142026-06-01T16:27:26.395Z Downloaded serde_regex v1.1.0
18152026-06-01T16:27:26.398Z Downloaded plotters-svg v0.3.7
18162026-06-01T16:27:26.404Z Downloaded async-lock v3.4.2
18172026-06-01T16:27:26.411Z Downloaded terminal_size v0.1.17
18182026-06-01T16:27:26.414Z Downloaded linkme-impl v0.3.35
18192026-06-01T16:27:26.419Z Downloaded miette-derive v5.10.0
18202026-06-01T16:27:26.419Z Downloaded event-listener-strategy v0.5.4
18212026-06-01T16:27:26.423Z Downloaded tokio-test v0.4.5
18222026-06-01T16:27:26.426Z Downloaded async-object-pool v0.2.0
18232026-06-01T16:27:26.429Z Downloaded rust-argon2 v2.1.0
18242026-06-01T16:27:26.429Z Downloaded constant_time_eq v0.3.1
18252026-06-01T16:27:26.434Z Downloaded supports-hyperlinks v2.1.0
18262026-06-01T16:27:26.438Z Downloaded datatest-stable v0.3.3
18272026-06-01T16:27:26.441Z Downloaded target-lexicon v0.13.3
18282026-06-01T16:27:26.451Z Downloaded path-tree v0.8.3
18292026-06-01T16:27:26.453Z Downloaded assert_cmd v2.1.2
18302026-06-01T16:27:26.453Z Downloaded knuffel-derive v3.2.0
18312026-06-01T16:27:26.456Z Downloaded stringmetrics v2.2.2
18322026-06-01T16:27:26.456Z Downloaded termcolor v1.4.1
18332026-06-01T16:27:26.456Z Downloaded target-spec v3.5.7
18342026-06-01T16:27:26.458Z Downloaded hickory-client v0.25.2
18352026-06-01T16:27:26.459Z Downloaded fancy-regex v0.14.0
18362026-06-01T16:27:26.461Z Downloaded rustc-demangle v0.1.27
18372026-06-01T16:27:26.461Z Downloaded owo-colors v3.5.0
18382026-06-01T16:27:26.465Z Downloaded futures-timer v3.0.3
18392026-06-01T16:27:26.465Z Downloaded blake2b_simd v1.0.4
18402026-06-01T16:27:26.471Z Downloaded trybuild v1.0.116
18412026-06-01T16:27:26.474Z Downloaded textwrap v0.15.2
18422026-06-01T16:27:26.478Z Downloaded knuffel v3.2.0
18432026-06-01T16:27:26.478Z Downloaded event-listener v5.4.1
18442026-06-01T16:27:26.478Z Downloaded criterion-plot v0.6.0
18452026-06-01T16:27:26.493Z Downloaded rstest_macros v0.25.0
18462026-06-01T16:27:26.498Z Downloaded rand_distr v0.5.1
18472026-06-01T16:27:26.501Z Downloaded backtrace v0.3.76
18482026-06-01T16:27:26.510Z Downloaded criterion v0.7.0
18492026-06-01T16:27:26.516Z Downloaded miette v5.10.0
18502026-06-01T16:27:26.519Z Downloaded plotters v0.3.7
18512026-06-01T16:27:26.532Z Downloaded guppy v0.17.25
18522026-06-01T16:27:26.536Z Downloaded hashbrown v0.14.5
18532026-06-01T16:27:26.594Z Downloaded gimli v0.32.3
18542026-06-01T16:27:26.652Z Downloaded httpmock v0.8.3
18552026-06-01T16:27:28.266Z Checking cfg-if v1.0.4
18562026-06-01T16:27:28.624Z Checking libc v0.2.185
18572026-06-01T16:27:28.626Z Checking serde_core v1.0.228
18582026-06-01T16:27:28.700Z Checking memchr v2.8.0
18592026-06-01T16:27:28.740Z Checking smallvec v1.15.1
18602026-06-01T16:27:28.778Z Checking itoa v1.0.17
18612026-06-01T16:27:28.817Z Checking log v0.4.29
18622026-06-01T16:27:28.862Z Checking zeroize v1.8.2
18632026-06-01T16:27:28.870Z Checking libm v0.2.16
18642026-06-01T16:27:28.939Z Checking scopeguard v1.2.0
18652026-06-01T16:27:28.977Z Checking stable_deref_trait v1.2.1
18662026-06-01T16:27:29.018Z Checking zmij v1.0.21
18672026-06-01T16:27:29.057Z Checking zerofrom v0.1.6
18682026-06-01T16:27:29.093Z Checking lock_api v0.4.14
18692026-06-01T16:27:29.127Z Checking errno v0.3.14
18702026-06-01T16:27:29.133Z Checking getrandom v0.2.17
18712026-06-01T16:27:29.195Z Checking yoke v0.8.1
18722026-06-01T16:27:29.231Z Checking percent-encoding v2.3.2
18732026-06-01T16:27:29.267Z Checking litemap v0.8.1
18742026-06-01T16:27:29.267Z Checking writeable v0.6.2
18752026-06-01T16:27:29.337Z Checking icu_normalizer_data v2.1.1
18762026-06-01T16:27:29.340Z Checking icu_properties_data v2.1.2
18772026-06-01T16:27:29.405Z Checking zerovec v0.11.5
18782026-06-01T16:27:29.408Z Checking zerotrie v0.2.3
18792026-06-01T16:27:29.474Z Checking form_urlencoded v1.2.2
18802026-06-01T16:27:29.505Z Checking utf8_iter v1.0.4
18812026-06-01T16:27:29.545Z Checking subtle v2.6.1
18822026-06-01T16:27:29.582Z Checking num-traits v0.2.19
18832026-06-01T16:27:29.622Z Checking pin-project-lite v0.2.17
18842026-06-01T16:27:29.657Z Checking rand_core v0.10.0
18852026-06-01T16:27:29.693Z Checking rand_core v0.6.4
18862026-06-01T16:27:29.695Z Checking parking_lot_core v0.9.12
18872026-06-01T16:27:29.766Z Checking zerocopy v0.8.40
18882026-06-01T16:27:29.828Z Checking portable-atomic v1.13.1
18892026-06-01T16:27:29.848Z Checking tinystr v0.8.2
18902026-06-01T16:27:29.851Z Checking potential_utf v0.1.4
18912026-06-01T16:27:29.913Z Checking getrandom v0.4.1
18922026-06-01T16:27:29.949Z Checking parking_lot v0.12.5
18932026-06-01T16:27:30.029Z Checking icu_collections v2.1.1
18942026-06-01T16:27:30.063Z Checking icu_locale_core v2.1.1
18952026-06-01T16:27:30.102Z Checking serde v1.0.228
18962026-06-01T16:27:30.106Z Checking serde_json v1.0.149
18972026-06-01T16:27:30.167Z Checking bitflags v2.11.0
18982026-06-01T16:27:30.206Z Checking signal-hook-registry v1.4.8
18992026-06-01T16:27:30.244Z Checking critical-section v1.2.0
19002026-06-01T16:27:30.350Z Checking mio v1.2.0
19012026-06-01T16:27:30.389Z Checking once_cell v1.21.3
19022026-06-01T16:27:30.433Z Checking socket2 v0.6.3
19032026-06-01T16:27:30.475Z Checking typenum v1.19.0
19042026-06-01T16:27:30.545Z Checking bytes v1.11.1
19052026-06-01T16:27:30.590Z Checking iana-time-zone v0.1.65
19062026-06-01T16:27:30.629Z Checking icu_provider v2.1.1
19072026-06-01T16:27:30.668Z Checking thiserror v2.0.18
19082026-06-01T16:27:30.711Z Checking uuid v1.23.0
19092026-06-01T16:27:30.746Z Checking chrono v0.4.44
19102026-06-01T16:27:30.788Z Checking semver v1.0.28
19112026-06-01T16:27:30.837Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19122026-06-01T16:27:30.877Z Checking icu_properties v2.1.2
19132026-06-01T16:27:31.010Z Checking icu_normalizer v2.1.1
19142026-06-01T16:27:31.047Z Checking generic-array v0.14.7
19152026-06-01T16:27:31.050Z Checking tokio v1.52.1
19162026-06-01T16:27:31.080Z Checking futures-core v0.3.32
19172026-06-01T16:27:31.198Z Checking equivalent v1.0.2
19182026-06-01T16:27:31.233Z Checking dyn-clone v1.0.20
19192026-06-01T16:27:31.307Z Checking const-oid v0.9.6
19202026-06-01T16:27:31.342Z Checking futures-sink v0.3.32
19212026-06-01T16:27:31.378Z Checking futures-task v0.3.32
19222026-06-01T16:27:31.475Z Checking futures-channel v0.3.32
19232026-06-01T16:27:31.512Z Checking crypto-common v0.1.7
19242026-06-01T16:27:31.548Z Checking block-buffer v0.10.4
19252026-06-01T16:27:31.589Z Checking slab v0.4.12
19262026-06-01T16:27:31.656Z Checking futures-io v0.3.32
19272026-06-01T16:27:31.691Z Checking rustix v1.1.3
19282026-06-01T16:27:31.728Z Checking byteorder v1.5.0
19292026-06-01T16:27:31.731Z Checking idna_adapter v1.2.1
19302026-06-01T16:27:31.796Z Checking hashbrown v0.17.0
19312026-06-01T16:27:31.799Z Checking futures-util v0.3.32
19322026-06-01T16:27:31.870Z Checking idna v1.1.0
19332026-06-01T16:27:31.983Z Checking cpufeatures v0.2.17
19342026-06-01T16:27:32.018Z Checking digest v0.10.7
19352026-06-01T16:27:32.079Z Checking thiserror v1.0.69
19362026-06-01T16:27:32.132Z Checking url v2.5.8
19372026-06-01T16:27:32.203Z Checking getrandom v0.3.4
19382026-06-01T16:27:32.238Z Checking fnv v1.0.7
19392026-06-01T16:27:32.309Z Checking indexmap v2.14.0
19402026-06-01T16:27:32.355Z Checking regex-syntax v0.8.10
19412026-06-01T16:27:32.390Z Checking http v1.4.0
19422026-06-01T16:27:32.486Z Checking ppv-lite86 v0.2.21
19432026-06-01T16:27:32.527Z Checking tracing-core v0.1.36
19442026-06-01T16:27:32.583Z Checking schemars v0.8.22
19452026-06-01T16:27:32.794Z Checking base64 v0.22.1
19462026-06-01T16:27:32.848Z Checking tracing v0.1.44
19472026-06-01T16:27:32.886Z Checking utf8parse v0.2.2
19482026-06-01T16:27:32.960Z Checking ipnet v2.11.0
19492026-06-01T16:27:33.008Z Checking anstyle v1.0.14
19502026-06-01T16:27:33.060Z Checking untrusted v0.9.0
19512026-06-01T16:27:33.097Z Checking unicode-ident v1.0.24
19522026-06-01T16:27:33.197Z Checking ring v0.17.14
19532026-06-01T16:27:33.233Z Checking proc-macro2 v1.0.106
19542026-06-01T16:27:33.236Z Checking colorchoice v1.0.4
19552026-06-01T16:27:33.302Z Checking base64ct v1.8.3
19562026-06-01T16:27:33.305Z Checking is_terminal_polyfill v1.70.2
19572026-06-01T16:27:33.391Z Checking anstyle-query v1.1.5
19582026-06-01T16:27:33.452Z Checking block-padding v0.3.3
19592026-06-01T16:27:33.510Z Checking aho-corasick v1.1.4
19602026-06-01T16:27:33.569Z Checking rustls-pki-types v1.14.0
19612026-06-01T16:27:33.590Z Checking quote v1.0.45
19622026-06-01T16:27:33.637Z Checking inout v0.1.4
19632026-06-01T16:27:33.679Z Checking httparse v1.10.1
19642026-06-01T16:27:33.717Z Checking anstyle-parse v1.0.0
19652026-06-01T16:27:33.792Z Checking syn v2.0.117
19662026-06-01T16:27:33.827Z Checking cipher v0.4.4
19672026-06-01T16:27:33.875Z Checking terminal_size v0.4.3
19682026-06-01T16:27:33.915Z Checking crossbeam-utils v0.8.21
19692026-06-01T16:27:33.918Z Checking anstream v1.0.0
19702026-06-01T16:27:34.013Z Checking clap_lex v1.0.0
19712026-06-01T16:27:34.060Z Checking allocator-api2 v0.2.21
19722026-06-01T16:27:34.160Z Checking strsim v0.11.1
19732026-06-01T16:27:34.197Z Checking pem-rfc7468 v0.7.0
19742026-06-01T16:27:34.200Z Checking regex-automata v0.4.14
19752026-06-01T16:27:34.231Z Checking http-body v1.0.1
19762026-06-01T16:27:34.295Z Checking sha2 v0.10.9
19772026-06-01T16:27:34.298Z Checking tokio-util v0.7.18
19782026-06-01T16:27:34.366Z Checking clap_builder v4.6.0
19792026-06-01T16:27:34.370Z Checking powerfmt v0.2.0
19802026-06-01T16:27:34.430Z Checking atomic-waker v1.1.2
19812026-06-01T16:27:34.433Z Checking rand_core v0.9.5
19822026-06-01T16:27:34.553Z Checking hmac v0.12.1
19832026-06-01T16:27:34.589Z Checking deranged v0.5.8
19842026-06-01T16:27:34.592Z Checking try-lock v0.2.5
19852026-06-01T16:27:34.657Z Checking httpdate v1.0.3
19862026-06-01T16:27:34.707Z Checking time-core v0.1.8
19872026-06-01T16:27:34.743Z Checking num-conv v0.2.0
19882026-06-01T16:27:34.825Z Checking num_threads v0.1.7
19892026-06-01T16:27:34.873Z Checking want v0.3.1
19902026-06-01T16:27:34.909Z Checking erased-serde v0.3.31
19912026-06-01T16:27:34.943Z Checking flagset v0.4.7
19922026-06-01T16:27:34.977Z Checking h2 v0.4.13
19932026-06-01T16:27:35.018Z Checking tower-layer v0.3.3
19942026-06-01T16:27:35.085Z Checking pin-utils v0.1.0
19952026-06-01T16:27:35.181Z Checking ryu v1.0.23
19962026-06-01T16:27:35.218Z Checking tower-service v0.3.3
19972026-06-01T16:27:35.304Z Checking slog v2.8.2
19982026-06-01T16:27:35.337Z Checking der v0.7.10
19992026-06-01T16:27:35.372Z Checking rand_chacha v0.9.0
20002026-06-01T16:27:35.505Z Checking time v0.3.47
20012026-06-01T16:27:35.575Z Checking clap v4.6.1
20022026-06-01T16:27:35.611Z Checking anyhow v1.0.102
20032026-06-01T16:27:35.616Z Checking mime v0.3.17
20042026-06-01T16:27:35.679Z Checking rand v0.9.2
20052026-06-01T16:27:35.833Z Checking spin v0.9.8
20062026-06-01T16:27:35.870Z Checking http-body-util v0.1.3
20072026-06-01T16:27:36.008Z Checking aws-lc-sys v0.40.0
20082026-06-01T16:27:36.045Z Checking untrusted v0.7.1
20092026-06-01T16:27:36.048Z Checking openssl-probe v0.2.1
20102026-06-01T16:27:36.113Z Checking fastrand v2.3.0
20112026-06-01T16:27:36.116Z Checking spki v0.7.3
20122026-06-01T16:27:36.182Z Checking serde_urlencoded v0.7.1
20132026-06-01T16:27:36.185Z Checking pbkdf2 v0.12.2
20142026-06-01T16:27:36.248Z Checking aes v0.8.4
20152026-06-01T16:27:36.315Z Checking ipnetwork v0.21.1
20162026-06-01T16:27:36.352Z Checking encoding_rs v0.8.35
20172026-06-01T16:27:36.355Z Checking regex v1.12.3
20182026-06-01T16:27:36.417Z Checking cbc v0.1.2
20192026-06-01T16:27:36.527Z Checking aws-lc-rs v1.16.3
20202026-06-01T16:27:36.563Z Checking salsa20 v0.10.2
20212026-06-01T16:27:36.597Z Checking rand_chacha v0.3.1
20222026-06-01T16:27:36.632Z Checking hex v0.4.3
20232026-06-01T16:27:36.667Z Checking pretty-hex v0.4.1
20242026-06-01T16:27:36.702Z Checking simd-adler32 v0.3.8
20252026-06-01T16:27:36.740Z Checking scrypt v0.11.0
20262026-06-01T16:27:36.809Z Checking tempfile v3.25.0
20272026-06-01T16:27:36.844Z Checking rand v0.8.6
20282026-06-01T16:27:36.878Z Checking adler2 v2.0.1
20292026-06-01T16:27:36.915Z Checking plain v0.2.3
20302026-06-01T16:27:36.918Z Checking pkcs5 v0.7.1
20312026-06-01T16:27:37.011Z Checking miniz_oxide v0.8.9
20322026-06-01T16:27:37.046Z Checking rustls-native-certs v0.8.3
20332026-06-01T16:27:37.049Z Checking sync_wrapper v1.0.2
20342026-06-01T16:27:37.203Z Checking ucd-trie v0.1.7
20352026-06-01T16:27:37.206Z Checking tower v0.5.3
20362026-06-01T16:27:37.216Z Checking pkcs8 v0.10.2
20372026-06-01T16:27:37.364Z Checking webpki-roots v1.0.6
20382026-06-01T16:27:37.364Z Checking rustls-webpki v0.103.9
20392026-06-01T16:27:37.436Z Checking camino v1.2.2
20402026-06-01T16:27:37.436Z Checking foldhash v0.2.0
20412026-06-01T16:27:37.508Z Checking pest v2.8.6
20422026-06-01T16:27:37.510Z Checking iri-string v0.7.10
20432026-06-01T16:27:37.510Z Checking futures-executor v0.3.32
20442026-06-01T16:27:37.612Z Checking hyper v1.8.1
20452026-06-01T16:27:37.615Z Checking hashbrown v0.16.1
20462026-06-01T16:27:37.680Z Checking either v1.15.0
20472026-06-01T16:27:37.715Z Checking futures v0.3.32
20482026-06-01T16:27:37.752Z Checking oxnet v0.1.5
20492026-06-01T16:27:37.822Z Checking openapiv3 v2.2.0
20502026-06-01T16:27:37.866Z Checking rustls v0.23.37
20512026-06-01T16:27:37.893Z Checking crc32fast v1.5.0
20522026-06-01T16:27:38.009Z Checking static_assertions v1.1.0
20532026-06-01T16:27:38.069Z Checking lazy_static v1.5.0
20542026-06-01T16:27:38.109Z Checking signature v2.2.0
20552026-06-01T16:27:38.173Z Checking winnow v0.7.14
20562026-06-01T16:27:38.210Z Checking hubpack v0.1.2
20572026-06-01T16:27:38.265Z Checking zlib-rs v0.6.2
20582026-06-01T16:27:38.401Z Checking strum v0.26.3
20592026-06-01T16:27:38.540Z Checking tinyvec_macros v0.1.1
20602026-06-01T16:27:38.582Z Checking hyper-util v0.1.20
20612026-06-01T16:27:38.611Z Checking psl-types v2.0.11
20622026-06-01T16:27:38.648Z Checking tinyvec v1.10.0
20632026-06-01T16:27:38.655Z Checking tower-http v0.6.8
20642026-06-01T16:27:38.751Z Checking publicsuffix v2.3.0
20652026-06-01T16:27:38.934Z Checking cookie v0.18.1
20662026-06-01T16:27:38.972Z Checking sha1 v0.10.6
20672026-06-01T16:27:39.008Z Checking num-integer v0.1.46
20682026-06-01T16:27:39.138Z Checking scroll v0.13.0
20692026-06-01T16:27:39.175Z Checking flate2 v1.1.9
20702026-06-01T16:27:39.178Z Checking data-encoding v2.10.0
20712026-06-01T16:27:39.242Z Checking cookie_store v0.22.1
20722026-06-01T16:27:39.280Z Checking toml_datetime v0.6.11
20732026-06-01T16:27:39.368Z Checking serde_spanned v0.6.9
20742026-06-01T16:27:39.404Z Checking goblin v0.10.5
20752026-06-01T16:27:39.482Z Checking memmap2 v0.9.10
20762026-06-01T16:27:39.518Z Checking bit-vec v0.8.0
20772026-06-01T16:27:39.521Z Checking base16ct v0.2.0
20782026-06-01T16:27:39.521Z Checking dtrace-parser v0.3.0
20792026-06-01T16:27:39.617Z Checking ff v0.13.1
20802026-06-01T16:27:39.664Z Checking thread-id v5.1.0
20812026-06-01T16:27:39.729Z Checking sec1 v0.7.3
20822026-06-01T16:27:39.768Z Checking bit-set v0.8.0
20832026-06-01T16:27:39.774Z Checking wait-timeout v0.2.1
20842026-06-01T16:27:39.832Z Checking foreign-types-shared v0.1.1
20852026-06-01T16:27:39.835Z Checking group v0.13.0
20862026-06-01T16:27:39.835Z Checking num-iter v0.1.45
20872026-06-01T16:27:39.933Z Checking bstr v1.12.1
20882026-06-01T16:27:39.968Z Checking hkdf v0.12.4
20892026-06-01T16:27:39.971Z Checking foreign-types v0.3.2
20902026-06-01T16:27:39.971Z Checking crossbeam-epoch v0.9.18
20912026-06-01T16:27:40.067Z Checking anstyle-parse v0.2.7
20922026-06-01T16:27:40.070Z Checking ahash v0.8.12
20932026-06-01T16:27:40.134Z Checking crypto-bigint v0.5.5
20942026-06-01T16:27:40.137Z Checking openssl-sys v0.9.115
20952026-06-01T16:27:40.204Z Checking tokio-rustls v0.26.4
20962026-06-01T16:27:40.241Z Checking rustls-platform-verifier v0.6.2
20972026-06-01T16:27:40.244Z Checking quick-error v1.2.3
20982026-06-01T16:27:40.311Z Checking anstream v0.6.21
20992026-06-01T16:27:40.346Z Checking rand_xorshift v0.4.0
21002026-06-01T16:27:40.397Z Checking rusty-fork v0.3.1
21012026-06-01T16:27:40.433Z Checking scroll v0.12.0
21022026-06-01T16:27:40.468Z Checking hyper-rustls v0.27.7
21032026-06-01T16:27:40.502Z Checking unarray v0.1.4
21042026-06-01T16:27:40.542Z Checking num-bigint-dig v0.8.6
21052026-06-01T16:27:40.573Z Checking openssl v0.10.79
21062026-06-01T16:27:40.608Z Checking pkcs1 v0.7.5
21072026-06-01T16:27:40.643Z Checking proptest v1.10.0
21082026-06-01T16:27:40.682Z Checking goblin v0.8.2
21092026-06-01T16:27:40.717Z Checking reqwest v0.13.2
21102026-06-01T16:27:40.838Z Checking x509-cert v0.2.5
21112026-06-01T16:27:41.032Z Checking elliptic-curve v0.13.8
21122026-06-01T16:27:41.357Z Checking zerocopy v0.7.35
21132026-06-01T16:27:41.395Z Checking unicode-segmentation v1.12.0
21142026-06-01T16:27:41.511Z Checking rsa v0.9.10
21152026-06-01T16:27:41.575Z Checking dtrace-parser v0.2.0
21162026-06-01T16:27:41.698Z Checking dof v0.4.0
21172026-06-01T16:27:41.735Z Checking rfc6979 v0.4.0
21182026-06-01T16:27:41.837Z Checking memoffset v0.9.1
21192026-06-01T16:27:41.873Z Checking thread-id v4.2.2
21202026-06-01T16:27:41.907Z Checking ecdsa v0.16.9
21212026-06-01T16:27:41.945Z Checking curve25519-dalek v4.1.3
21222026-06-01T16:27:41.981Z Checking rustix v0.38.44
21232026-06-01T16:27:42.018Z Checking env_filter v1.0.0
21242026-06-01T16:27:42.188Z Checking keccak v0.1.6
21252026-06-01T16:27:42.259Z Checking same-file v1.0.6
21262026-06-01T16:27:42.356Z Checking usdt-impl v0.6.0
21272026-06-01T16:27:42.391Z Checking toml_write v0.1.2
21282026-06-01T16:27:42.393Z Checking newtype-uuid v1.3.2
21292026-06-01T16:27:42.457Z Checking walkdir v2.5.0
21302026-06-01T16:27:42.564Z Checking dof v0.3.0
21312026-06-01T16:27:42.566Z Checking native-tls v0.2.18
21322026-06-01T16:27:42.633Z Checking toml_edit v0.22.27
21332026-06-01T16:27:42.667Z Checking sha3 v0.10.8
21342026-06-01T16:27:42.670Z Checking usdt v0.6.0
21352026-06-01T16:27:42.670Z Checking daft v0.1.7
21362026-06-01T16:27:42.768Z Checking env_logger v0.11.9
21372026-06-01T16:27:42.804Z Checking ed25519 v2.2.3
21382026-06-01T16:27:42.806Z Checking tokio-native-tls v0.3.1
21392026-06-01T16:27:42.871Z Checking usdt-impl v0.5.0
21402026-06-01T16:27:42.907Z Checking itertools v0.13.0
21412026-06-01T16:27:42.942Z Checking serde_with v3.17.0
21422026-06-01T16:27:42.978Z Checking bitflags v1.3.2
21432026-06-01T16:27:42.981Z Checking siphasher v1.0.2
21442026-06-01T16:27:43.046Z Checking ed25519-dalek v2.2.0
21452026-06-01T16:27:43.049Z Checking hyper-tls v0.6.0
21462026-06-01T16:27:43.114Z Checking nix v0.31.2
21472026-06-01T16:27:43.170Z Checking toml_parser v1.0.9+spec-1.1.0
21482026-06-01T16:27:43.207Z Checking unicode-normalization v0.1.25
21492026-06-01T16:27:43.240Z Checking reqwest v0.12.28
21502026-06-01T16:27:43.333Z Checking signal-hook v0.3.18
21512026-06-01T16:27:43.524Z Checking managed v0.8.0
21522026-06-01T16:27:43.562Z Checking winnow v0.5.40
21532026-06-01T16:27:43.637Z Checking bzip2-sys v0.1.13+1.0.8
21542026-06-01T16:27:43.733Z Checking object v0.37.3
21552026-06-01T16:27:43.769Z Checking foldhash v0.1.5
21562026-06-01T16:27:43.772Z Checking bzip2 v0.4.4
21572026-06-01T16:27:43.929Z Checking hashbrown v0.15.5
21582026-06-01T16:27:43.978Z Checking signal-hook-mio v0.2.5
21592026-06-01T16:27:44.014Z Checking globset v0.4.18
21602026-06-01T16:27:44.085Z Checking ref-cast v1.0.25
21612026-06-01T16:27:44.121Z Checking zstd-sys v2.0.16+zstd.1.5.7
21622026-06-01T16:27:44.187Z Checking zip v0.6.6
21632026-06-01T16:27:44.224Z Checking pin-project v1.1.11
21642026-06-01T16:27:44.259Z Checking zstd-safe v7.2.4
21652026-06-01T16:27:44.295Z Checking bumpalo v3.20.2
21662026-06-01T16:27:44.343Z Checking libbz2-rs-sys v0.2.2
21672026-06-01T16:27:44.380Z Checking crossterm v0.28.1
21682026-06-01T16:27:44.414Z Checking similar v2.7.0
21692026-06-01T16:27:44.449Z Checking zstd v0.13.3
21702026-06-01T16:27:44.518Z Checking zopfli v0.8.3
21712026-06-01T16:27:44.553Z Checking tokio-stream v0.1.18
21722026-06-01T16:27:44.661Z Checking fs-err v3.3.0
21732026-06-01T16:27:44.712Z Checking toml_edit v0.19.15
21742026-06-01T16:27:44.756Z Checking bzip2 v0.6.1
21752026-06-01T16:27:44.818Z Checking pem v3.0.6
21762026-06-01T16:27:44.863Z Checking hash32 v0.2.1
21772026-06-01T16:27:44.944Z Checking serde-big-array v0.5.1
21782026-06-01T16:27:44.980Z Checking predicates-core v1.0.10
21792026-06-01T16:27:44.983Z Checking unicode-bidi v0.3.18
21802026-06-01T16:27:45.049Z Checking jiff v0.2.21
21812026-06-01T16:27:45.053Z Checking unicode-properties v0.1.4
21822026-06-01T16:27:45.117Z Checking heapless v0.7.17
21832026-06-01T16:27:45.120Z Checking snafu v0.8.9
21842026-06-01T16:27:45.188Z Checking olpc-cjson v0.1.4
21852026-06-01T16:27:45.298Z Checking hickory-proto v0.25.2
21862026-06-01T16:27:45.335Z Checking stringprep v0.1.5
21872026-06-01T16:27:45.372Z Checking md-5 v0.10.6
21882026-06-01T16:27:45.411Z Checking serde_plain v1.0.2
21892026-06-01T16:27:45.514Z Checking float-cmp v0.10.0
21902026-06-01T16:27:45.550Z Checking fallible-iterator v0.2.0
21912026-06-01T16:27:45.552Z Checking normalize-line-endings v0.3.0
21922026-06-01T16:27:45.621Z Checking typed-path v0.9.3
21932026-06-01T16:27:45.664Z Checking difflib v0.4.0
21942026-06-01T16:27:45.703Z Checking smoltcp v0.9.1
21952026-06-01T16:27:45.751Z Checking toml v0.7.8
21962026-06-01T16:27:45.848Z Checking postgres-protocol v0.6.10
21972026-06-01T16:27:45.884Z Checking predicates v3.1.4
21982026-06-01T16:27:46.014Z Checking iddqd v0.4.2
21992026-06-01T16:27:46.087Z Checking phf_shared v0.11.3
22002026-06-01T16:27:46.178Z Checking phf_shared v0.13.1
22012026-06-01T16:27:46.215Z Checking buf-list v1.1.2
22022026-06-01T16:27:46.254Z Checking strum v0.27.2
22032026-06-01T16:27:46.310Z Checking precomputed-hash v0.1.1
22042026-06-01T16:27:46.392Z Checking lalrpop-util v0.19.12
22052026-06-01T16:27:46.395Z Checking tough v0.22.0
22062026-06-01T16:27:46.462Z Checking fixedbitset v0.5.7
22072026-06-01T16:27:46.465Z Checking new_debug_unreachable v1.0.6
22082026-06-01T16:27:46.465Z Checking fixedbitset v0.4.2
22092026-06-01T16:27:46.576Z Checking phf v0.13.1
22102026-06-01T16:27:46.613Z Checking string_cache v0.8.9
22112026-06-01T16:27:46.681Z Checking petgraph v0.8.3
22122026-06-01T16:27:46.718Z Checking petgraph v0.6.5
22132026-06-01T16:27:47.754Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-06-01T16:27:47.757Z Checking postgres-types v0.2.12
22152026-06-01T16:27:47.757Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-06-01T16:27:47.757Z Checking peg-runtime v0.8.5
22172026-06-01T16:27:47.757Z Checking whoami v2.1.0
22182026-06-01T16:27:47.757Z Checking zip v4.6.1
22192026-06-01T16:27:47.757Z Checking tokio-postgres v0.7.16
22202026-06-01T16:27:47.757Z Checking is-terminal v0.4.17
22212026-06-01T16:27:47.757Z Checking crossbeam-channel v0.5.15
22222026-06-01T16:27:47.872Z Compiling structmeta-derive v0.3.0
22232026-06-01T16:27:47.936Z Checking thread_local v1.1.9
22242026-06-01T16:27:47.972Z Checking take_mut v0.2.2
22252026-06-01T16:27:48.051Z Checking term v1.2.1
22262026-06-01T16:27:48.113Z Compiling newtype-uuid-macros v0.1.0
22272026-06-01T16:27:48.150Z Checking slog-async v2.8.0
22282026-06-01T16:27:48.251Z Compiling rustls v0.22.4
22292026-06-01T16:27:48.305Z Checking slog-term v2.9.2
22302026-06-01T16:27:48.344Z Compiling multer v3.1.0
22312026-06-01T16:27:48.498Z Compiling async-stream-impl v0.3.6
22322026-06-01T16:27:48.501Z Compiling dropshot v0.17.0
22332026-06-01T16:27:48.601Z Compiling dropshot_endpoint v0.17.0
22342026-06-01T16:27:48.646Z Checking match_cfg v0.1.0
22352026-06-01T16:27:48.707Z Checking slog-json v2.6.1
22362026-06-01T16:27:48.741Z Checking hostname v0.3.1
22372026-06-01T16:27:48.849Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22382026-06-01T16:27:48.883Z Checking debug-ignore v1.0.5
22392026-06-01T16:27:48.886Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22402026-06-01T16:27:48.949Z Checking slog-bunyan v2.5.0
22412026-06-01T16:27:48.983Z Compiling structmeta v0.3.0
22422026-06-01T16:27:49.016Z Checking progenitor-client v0.14.0
22432026-06-01T16:27:49.086Z Checking rustls-webpki v0.102.8
22442026-06-01T16:27:49.120Z Checking toml_datetime v1.0.0+spec-1.1.0
22452026-06-01T16:27:49.160Z Checking serde_path_to_error v0.1.20
22462026-06-01T16:27:49.218Z Compiling derive-ex v0.1.8
22472026-06-01T16:27:49.254Z Checking serde_spanned v1.0.4
22482026-06-01T16:27:49.286Z Checking compression-core v0.4.31
22492026-06-01T16:27:49.340Z Checking toml_writer v1.0.6+spec-1.1.0
22502026-06-01T16:27:49.376Z Checking async-stream v0.3.6
22512026-06-01T16:27:49.445Z Checking compression-codecs v0.4.37
22522026-06-01T16:27:49.482Z Checking waitgroup v0.1.2
22532026-06-01T16:27:49.548Z Checking rustls-pemfile v2.2.0
22542026-06-01T16:27:49.551Z Checking toml v1.0.6+spec-1.1.0
22552026-06-01T16:27:49.615Z Checking hostname v0.4.2
22562026-06-01T16:27:49.649Z Checking async-compression v0.4.41
22572026-06-01T16:27:49.651Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582026-06-01T16:27:49.721Z Compiling parse-display-derive v0.10.0
22592026-06-01T16:27:49.754Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22602026-06-01T16:27:49.817Z Checking regress v0.10.5
22612026-06-01T16:27:49.917Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22622026-06-01T16:27:49.920Z Checking itertools v0.14.0
22632026-06-01T16:27:50.171Z Checking macaddr v1.0.1
22642026-06-01T16:27:50.352Z Checking instant v0.1.13
22652026-06-01T16:27:50.390Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22662026-06-01T16:27:50.393Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22672026-06-01T16:27:50.470Z Checking backoff v0.4.0
22682026-06-01T16:27:50.653Z Checking backon v1.6.0
22692026-06-01T16:27:50.688Z Checking humantime v2.3.0
22702026-06-01T16:27:50.851Z Checking progenitor-extras v0.2.0
22712026-06-01T16:27:50.899Z Compiling test-strategy v0.4.5
22722026-06-01T16:27:50.902Z Checking progenitor-client v0.10.0
22732026-06-01T16:27:50.968Z Checking unicode-width v0.2.0
22742026-06-01T16:27:50.971Z Checking tokio-rustls v0.25.0
22752026-06-01T16:27:51.034Z Checking heck v0.5.0
22762026-06-01T16:27:51.093Z Compiling convert_case v0.4.0
22772026-06-01T16:27:51.179Z Checking half v2.7.1
22782026-06-01T16:27:51.182Z Checking ciborium-io v0.2.2
22792026-06-01T16:27:51.248Z Checking secrecy v0.10.3
22802026-06-01T16:27:51.315Z Compiling regress v0.11.1
22812026-06-01T16:27:51.347Z Checking indent_write v2.2.0
22822026-06-01T16:27:51.391Z Checking universal-hash v0.5.1
22832026-06-01T16:27:51.424Z Checking parse-display v0.10.0
22842026-06-01T16:27:51.458Z Checking ciborium-ll v0.2.2
22852026-06-01T16:27:51.490Z Compiling derive_more v0.99.20
22862026-06-01T16:27:51.539Z Checking opaque-debug v0.3.1
22872026-06-01T16:27:51.557Z Compiling unsafe-libyaml v0.2.11
22882026-06-01T16:27:51.627Z Checking camino-tempfile v1.4.1
22892026-06-01T16:27:51.660Z Checking ciborium v0.2.2
22902026-06-01T16:27:51.807Z Compiling crucible-workspace-hack v0.1.0
22912026-06-01T16:27:52.059Z Checking aead v0.5.2
22922026-06-01T16:27:52.099Z Compiling serde_yaml v0.9.34+deprecated
22932026-06-01T16:27:52.318Z Checking poly1305 v0.8.0
22942026-06-01T16:27:52.352Z Checking chacha20 v0.9.1
22952026-06-01T16:27:52.389Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-06-01T16:27:52.569Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972026-06-01T16:27:52.605Z Compiling thiserror-impl-no-std v2.0.2
22982026-06-01T16:27:52.790Z Checking password-hash v0.5.0
22992026-06-01T16:27:52.910Z Compiling typify-impl v0.6.2
23002026-06-01T16:27:53.112Z Checking blake2 v0.10.6
23012026-06-01T16:27:53.214Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23022026-06-01T16:27:53.375Z Checking argon2 v0.5.3
23032026-06-01T16:27:53.617Z Checking chacha20poly1305 v0.10.1
23042026-06-01T16:27:53.742Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23052026-06-01T16:27:53.777Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23062026-06-01T16:27:53.857Z Checking thiserror-no-std v2.0.2
23072026-06-01T16:27:53.976Z Checking vsss-rs v3.3.4
23082026-06-01T16:27:54.078Z Checking byte-wrapper v0.1.0
23092026-06-01T16:27:54.114Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23102026-06-01T16:27:54.171Z Checking swrite v0.1.0
23112026-06-01T16:27:54.263Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23122026-06-01T16:27:54.334Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23132026-06-01T16:27:54.373Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23142026-06-01T16:27:54.509Z Checking crossbeam-deque v0.8.6
23152026-06-01T16:27:54.594Z Compiling rayon-core v1.13.0
23162026-06-01T16:27:54.709Z Checking toml v0.8.23
23172026-06-01T16:27:55.045Z Compiling toml_datetime v0.7.5+spec-1.1.0
23182026-06-01T16:27:55.081Z Compiling proc-macro-error v1.0.4
23192026-06-01T16:27:55.116Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23202026-06-01T16:27:55.197Z Checking rayon v1.11.0
23212026-06-01T16:27:55.322Z Compiling toml_edit v0.23.10+spec-1.0.0
23222026-06-01T16:27:55.408Z Checking tabwriter v1.4.1
23232026-06-01T16:27:55.532Z Checking glob v0.3.3
23242026-06-01T16:27:55.581Z Compiling heapless v0.8.0
23252026-06-01T16:27:55.743Z Checking colored v3.1.1
23262026-06-01T16:27:55.818Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23272026-06-01T16:27:55.892Z Compiling proc-macro-crate v3.4.0
23282026-06-01T16:27:55.977Z Compiling ingot-macros v0.1.1
23292026-06-01T16:27:56.137Z Checking hash32 v0.3.1
23302026-06-01T16:27:56.291Z Compiling smoltcp v0.11.0
23312026-06-01T16:27:56.295Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-06-01T16:27:56.385Z Checking unicode-width v0.1.14
23332026-06-01T16:27:56.460Z Compiling num_enum_derive v0.7.6
23342026-06-01T16:27:56.642Z Checking cobs v0.3.0
23352026-06-01T16:27:56.679Z Compiling usdt-macro v0.5.0
23362026-06-01T16:27:56.752Z Compiling usdt-attr-macro v0.5.0
23372026-06-01T16:27:56.815Z Checking memmap v0.7.0
23382026-06-01T16:27:56.974Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-06-01T16:27:57.234Z Checking postcard v1.1.3
23402026-06-01T16:27:57.403Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23412026-06-01T16:27:57.439Z Compiling typify-macro v0.6.2
23422026-06-01T16:27:57.471Z Compiling proc-macro-crate v1.3.1
23432026-06-01T16:27:57.504Z Checking num_enum v0.7.6
23442026-06-01T16:27:57.544Z Checking usdt v0.5.0
23452026-06-01T16:27:57.578Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
23462026-06-01T16:27:57.642Z Checking sigpipe v0.1.3
23472026-06-01T16:27:57.734Z Compiling foreign-types-macros v0.2.3
23482026-06-01T16:27:57.773Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
23492026-06-01T16:27:57.806Z Checking cpufeatures v0.3.0
23502026-06-01T16:27:57.896Z Checking foreign-types-shared v0.3.1
23512026-06-01T16:27:57.930Z Checking chacha20 v0.10.0
23522026-06-01T16:27:58.016Z Compiling num_enum_derive v0.5.11
23532026-06-01T16:27:58.212Z Checking cstr-argument v0.1.2
23542026-06-01T16:27:58.246Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-06-01T16:27:58.315Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
23562026-06-01T16:27:58.360Z Compiling num-derive v0.4.2
23572026-06-01T16:27:58.394Z Checking foreign-types v0.5.0
23582026-06-01T16:27:58.496Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23592026-06-01T16:27:58.693Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-06-01T16:27:58.776Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23612026-06-01T16:27:58.808Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23622026-06-01T16:27:58.839Z Checking ingot-types v0.1.2
23632026-06-01T16:27:58.842Z Checking rand v0.10.0
23642026-06-01T16:27:58.973Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23652026-06-01T16:27:59.008Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23662026-06-01T16:27:59.077Z Checking num_enum v0.5.11
23672026-06-01T16:27:59.152Z Checking itertools v0.12.1
23682026-06-01T16:27:59.188Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23692026-06-01T16:27:59.223Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23702026-06-01T16:27:59.258Z Checking ingot v0.1.1
23712026-06-01T16:27:59.262Z Compiling typify v0.6.2
23722026-06-01T16:27:59.414Z Compiling progenitor-impl v0.14.0
23732026-06-01T16:27:59.451Z Compiling zone_cfg_derive v0.3.1
23742026-06-01T16:27:59.607Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23752026-06-01T16:27:59.807Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23762026-06-01T16:28:00.070Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23772026-06-01T16:28:00.172Z Checking zone v0.3.1
23782026-06-01T16:28:00.206Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23792026-06-01T16:28:00.245Z Checking smf v0.2.3
23802026-06-01T16:28:00.281Z Checking whoami v1.6.1
23812026-06-01T16:28:00.382Z Checking tokio-dtrace v0.1.1
23822026-06-01T16:28:00.440Z Compiling derive-where v1.6.0
23832026-06-01T16:28:00.476Z Checking console v0.15.11
23842026-06-01T16:28:00.509Z Checking atomicwrites v0.4.4
23852026-06-01T16:28:00.547Z Checking newline-converter v0.3.0
23862026-06-01T16:28:00.588Z Checking oxide-tokio-rt v0.1.4
23872026-06-01T16:28:00.656Z Checking num-rational v0.4.2
23882026-06-01T16:28:00.690Z Checking num-complex v0.4.6
23892026-06-01T16:28:00.770Z Checking expectorate v1.2.0
23902026-06-01T16:28:00.806Z Checking bytecount v0.6.9
23912026-06-01T16:28:00.861Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
23922026-06-01T16:28:00.924Z Checking float-ord v0.3.2
23932026-06-01T16:28:00.959Z Compiling prettyplease v0.2.37
23942026-06-01T16:28:00.962Z Compiling owo-colors v4.3.0
23952026-06-01T16:28:01.042Z Checking num v0.4.3
23962026-06-01T16:28:01.076Z Compiling cancel-safe-futures v0.1.5
23972026-06-01T16:28:01.143Z Checking libsw-core v0.3.2
23982026-06-01T16:28:01.227Z Checking linear-map v1.2.0
23992026-06-01T16:28:01.339Z Checking libsw v3.5.0
24002026-06-01T16:28:01.542Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24012026-06-01T16:28:01.682Z Checking gethostname v0.5.0
24022026-06-01T16:28:01.763Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24032026-06-01T16:28:01.994Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
24042026-06-01T16:28:02.022Z Compiling progenitor-macro v0.14.0
24052026-06-01T16:28:02.056Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24062026-06-01T16:28:02.853Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24072026-06-01T16:28:03.032Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
24082026-06-01T16:28:03.825Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24092026-06-01T16:28:06.040Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24102026-06-01T16:28:06.241Z Checking resolv-conf v0.7.6
24112026-06-01T16:28:06.448Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24122026-06-01T16:28:06.717Z Checking unicode-linebreak v0.1.5
24132026-06-01T16:28:06.749Z Checking smawk v0.3.2
24142026-06-01T16:28:06.860Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24152026-06-01T16:28:06.906Z Checking papergrid v0.11.0
24162026-06-01T16:28:06.951Z Checking progenitor v0.14.0
24172026-06-01T16:28:06.954Z Compiling tabled_derive v0.7.0
24182026-06-01T16:28:07.115Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24192026-06-01T16:28:07.163Z Compiling convert_case v0.10.0
24202026-06-01T16:28:07.166Z Compiling slog-dtrace v0.3.0
24212026-06-01T16:28:07.488Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24222026-06-01T16:28:07.522Z Compiling derive_more-impl v2.1.1
24232026-06-01T16:28:07.965Z Checking tabled v0.15.0
24242026-06-01T16:28:08.247Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24252026-06-01T16:28:08.378Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24262026-06-01T16:28:08.412Z Checking derive_more v2.1.1
24272026-06-01T16:28:08.486Z Checking linked-hash-map v0.5.6
24282026-06-01T16:28:08.522Z Checking crossterm v0.29.0
24292026-06-01T16:28:08.689Z Checking lru-cache v0.1.2
24302026-06-01T16:28:08.843Z Checking hickory-proto v0.24.4
24312026-06-01T16:28:09.024Z Checking fd-lock v4.0.4
24322026-06-01T16:28:09.082Z Checking vte v0.14.1
24332026-06-01T16:28:09.117Z Checking display-error-chain v0.2.2
24342026-06-01T16:28:09.170Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-06-01T16:28:09.173Z Checking termtree v0.5.1
24362026-06-01T16:28:09.258Z Checking nu-ansi-term v0.50.3
24372026-06-01T16:28:09.261Z Checking strip-ansi-escapes v0.2.1
24382026-06-01T16:28:09.331Z Checking textwrap v0.16.2
24392026-06-01T16:28:09.367Z Compiling minimal-lexical v0.2.1
24402026-06-01T16:28:09.422Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24412026-06-01T16:28:09.494Z Checking reedline v0.40.0
24422026-06-01T16:28:09.572Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24432026-06-01T16:28:09.649Z Compiling nom v7.1.3
24442026-06-01T16:28:09.711Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24452026-06-01T16:28:09.895Z Compiling ar_archive_writer v0.5.1
24462026-06-01T16:28:10.127Z Checking csv-core v0.1.13
24472026-06-01T16:28:10.320Z Compiling stacker v0.1.23
24482026-06-01T16:28:10.357Z Checking csv v1.4.0
24492026-06-01T16:28:10.606Z Compiling semver v0.1.20
24502026-06-01T16:28:10.641Z Checking hickory-resolver v0.24.4
24512026-06-01T16:28:10.673Z Checking highway v1.3.0
24522026-06-01T16:28:10.744Z Compiling cfg_aliases v0.1.1
24532026-06-01T16:28:10.779Z Compiling psm v0.1.30
24542026-06-01T16:28:10.812Z Compiling rustc_version v0.1.7
24552026-06-01T16:28:10.854Z Compiling nix v0.28.0
24562026-06-01T16:28:10.948Z Checking nibble_vec v0.1.0
24572026-06-01T16:28:10.991Z Checking endian-type v0.1.2
24582026-06-01T16:28:10.994Z Checking home v0.5.12
24592026-06-01T16:28:11.059Z Compiling newtype_derive v0.1.6
24602026-06-01T16:28:11.099Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24612026-06-01T16:28:11.147Z Checking radix_trie v0.2.1
24622026-06-01T16:28:11.180Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24632026-06-01T16:28:11.271Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24642026-06-01T16:28:11.274Z Checking phf_shared v0.12.1
24652026-06-01T16:28:11.378Z Compiling recursive-proc-macro-impl v0.1.1
24662026-06-01T16:28:11.381Z Checking qorb v0.4.1
24672026-06-01T16:28:11.475Z Compiling chrono-tz v0.10.4
24682026-06-01T16:28:11.673Z Checking phf v0.12.1
24692026-06-01T16:28:11.815Z Checking recursive v0.1.1
24702026-06-01T16:28:11.818Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24712026-06-01T16:28:11.880Z Compiling const_format_proc_macros v0.2.34
24722026-06-01T16:28:11.883Z Compiling peg-macros v0.8.5
24732026-06-01T16:28:11.941Z Checking winnow v0.6.26
24742026-06-01T16:28:11.974Z Checking nom v8.0.0
24752026-06-01T16:28:12.360Z Compiling sqlparser_derive v0.5.0
24762026-06-01T16:28:12.660Z Checking unicode_categories v0.1.1
24772026-06-01T16:28:12.712Z Checking const_format v0.2.35
24782026-06-01T16:28:12.968Z Checking rustyline v14.0.0
24792026-06-01T16:28:13.085Z Checking sqlformat v0.3.5
24802026-06-01T16:28:13.173Z Checking sqlparser v0.61.0
24812026-06-01T16:28:13.286Z Checking peg v0.8.5
24822026-06-01T16:28:13.576Z Checking bcs v0.1.6
24832026-06-01T16:28:13.719Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
24842026-06-01T16:28:13.818Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24852026-06-01T16:28:13.853Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24862026-06-01T16:28:13.956Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
24872026-06-01T16:28:14.010Z Checking steno v0.4.1
24882026-06-01T16:28:14.046Z Checking filetime v0.2.27
24892026-06-01T16:28:14.224Z Checking xattr v1.6.1
24902026-06-01T16:28:14.371Z Checking tar v0.4.45
24912026-06-01T16:28:14.524Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-06-01T16:28:14.724Z Checking subprocess v0.2.15
24932026-06-01T16:28:14.777Z Checking base64 v0.21.7
24942026-06-01T16:28:14.846Z Checking headers-core v0.3.0
24952026-06-01T16:28:15.025Z Checking headers v0.4.1
24962026-06-01T16:28:15.059Z Checking yasna v0.5.2
24972026-06-01T16:28:15.062Z Checking dropshot-api-manager-types v0.7.2
24982026-06-01T16:28:15.316Z Checking tagptr v0.2.0
24992026-06-01T16:28:15.464Z Checking rcgen v0.12.1
25002026-06-01T16:28:15.499Z Checking moka v0.12.13
25012026-06-01T16:28:15.502Z Checking utf-8 v0.7.6
25022026-06-01T16:28:15.694Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25032026-06-01T16:28:15.801Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25042026-06-01T16:28:15.866Z Compiling libefi-sys v0.1.0
25052026-06-01T16:28:15.983Z Checking tungstenite v0.21.0
25062026-06-01T16:28:16.120Z Compiling bitfield-struct v0.6.2
25072026-06-01T16:28:16.160Z Checking hickory-resolver v0.25.2
25082026-06-01T16:28:16.425Z Checking tokio-tungstenite v0.21.0
25092026-06-01T16:28:16.466Z Compiling radium v0.7.0
25102026-06-01T16:28:16.737Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112026-06-01T16:28:16.799Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25122026-06-01T16:28:16.835Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25132026-06-01T16:28:16.869Z Compiling maybe-uninit v2.0.0
25142026-06-01T16:28:16.905Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25152026-06-01T16:28:16.936Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25162026-06-01T16:28:17.005Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25172026-06-01T16:28:17.059Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182026-06-01T16:28:17.163Z Checking tap v1.0.1
25192026-06-01T16:28:17.295Z Checking wyz v0.5.1
25202026-06-01T16:28:17.359Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
25212026-06-01T16:28:17.389Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
25222026-06-01T16:28:17.425Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25232026-06-01T16:28:17.486Z Compiling zerocopy-derive v0.6.6
25242026-06-01T16:28:17.518Z Compiling packed_struct v0.10.1
25252026-06-01T16:28:17.521Z Checking crc-catalog v2.4.0
25262026-06-01T16:28:17.670Z Checking funty v2.0.0
25272026-06-01T16:28:17.844Z Checking crc v3.4.0
25282026-06-01T16:28:17.972Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25292026-06-01T16:28:18.018Z Checking bitvec v1.0.1
25302026-06-01T16:28:18.082Z Compiling packed_struct_codegen v0.10.1
25312026-06-01T16:28:18.393Z Checking zerocopy v0.6.6
25322026-06-01T16:28:18.715Z Compiling bitfield-macros v0.19.4
25332026-06-01T16:28:18.986Z Compiling indexmap v1.9.3
25342026-06-01T16:28:19.151Z Checking nodrop v0.1.14
25352026-06-01T16:28:19.194Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25362026-06-01T16:28:19.271Z Checking array-init v0.0.4
25372026-06-01T16:28:19.273Z Checking smallvec v0.6.14
25382026-06-01T16:28:19.482Z Checking bitfield v0.19.4
25392026-06-01T16:28:19.519Z Checking hashbrown v0.12.3
25402026-06-01T16:28:19.592Z Checking serde-hex v0.1.0
25412026-06-01T16:28:19.739Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25422026-06-01T16:28:19.921Z Checking ron v0.8.1
25432026-06-01T16:28:19.987Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25442026-06-01T16:28:20.263Z Checking hashbrown v0.13.2
25452026-06-01T16:28:20.298Z Checking crc-any v2.5.0
25462026-06-01T16:28:20.433Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25472026-06-01T16:28:20.467Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25482026-06-01T16:28:20.502Z Compiling xshell-macros v0.2.7
25492026-06-01T16:28:20.599Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25502026-06-01T16:28:20.651Z Checking path-slash v0.1.5
25512026-06-01T16:28:20.707Z Checking object v0.30.4
25522026-06-01T16:28:20.777Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25532026-06-01T16:28:20.894Z Checking xshell v0.2.7
25542026-06-01T16:28:21.075Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25552026-06-01T16:28:21.261Z Checking half v1.8.3
25562026-06-01T16:28:21.442Z Compiling num-derive v0.3.3
25572026-06-01T16:28:21.478Z Checking serde_cbor v0.11.2
25582026-06-01T16:28:21.511Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25592026-06-01T16:28:21.887Z Compiling proc-macro-error-attr2 v2.0.0
25602026-06-01T16:28:22.301Z Compiling proc-macro-error2 v2.0.1
25612026-06-01T16:28:22.370Z Checking libscf-sys v1.1.0
25622026-06-01T16:28:22.466Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25632026-06-01T16:28:22.521Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25642026-06-01T16:28:22.668Z Compiling tabled_derive v0.11.0
25652026-06-01T16:28:22.713Z Checking papergrid v0.17.0
25662026-06-01T16:28:22.761Z Checking testing_table v0.3.0
25672026-06-01T16:28:22.829Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25682026-06-01T16:28:22.895Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25692026-06-01T16:28:23.101Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25702026-06-01T16:28:23.401Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25712026-06-01T16:28:23.527Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25722026-06-01T16:28:23.563Z Checking maplit v1.0.2
25732026-06-01T16:28:23.796Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25742026-06-01T16:28:23.892Z Compiling git-stub v1.0.0
25752026-06-01T16:28:23.926Z Checking tabled v0.20.0
25762026-06-01T16:28:23.960Z Checking crc8 v0.1.1
25772026-06-01T16:28:24.086Z Compiling git-stub-vcs v0.1.0
25782026-06-01T16:28:24.177Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25792026-06-01T16:28:24.466Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25802026-06-01T16:28:24.512Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25812026-06-01T16:28:24.688Z Checking fxhash v0.2.1
25822026-06-01T16:28:24.797Z Checking unicase v2.9.0
25832026-06-01T16:28:24.840Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25842026-06-01T16:28:24.881Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25852026-06-01T16:28:24.981Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25862026-06-01T16:28:25.224Z Compiling vergen-lib v0.1.6
25872026-06-01T16:28:25.259Z Compiling diesel_derives v2.3.7
25882026-06-01T16:28:25.292Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25892026-06-01T16:28:25.508Z Checking scheduled-thread-pool v0.2.7
25902026-06-01T16:28:25.542Z Compiling dsl_auto_type v0.2.0
25912026-06-01T16:28:25.545Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25922026-06-01T16:28:25.606Z Compiling vergen-gitcl v1.0.8
25932026-06-01T16:28:25.677Z Compiling diesel_table_macro_syntax v0.3.0
25942026-06-01T16:28:25.710Z Checking r2d2 v0.8.10
25952026-06-01T16:28:25.909Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-06-01T16:28:25.944Z Checking kstat-rs v0.2.4
25972026-06-01T16:28:25.983Z Checking arc-swap v1.8.2
25982026-06-01T16:28:26.159Z Checking downcast-rs v2.0.2
25992026-06-01T16:28:26.267Z Checking slog-scope v4.4.1
26002026-06-01T16:28:26.297Z Compiling parking_lot_core v0.8.6
26012026-06-01T16:28:26.361Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26022026-06-01T16:28:26.423Z Checking slog-stdlog v4.1.1
26032026-06-01T16:28:26.572Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26042026-06-01T16:28:26.638Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26052026-06-01T16:28:26.716Z Checking slog-envlogger v2.2.0
26062026-06-01T16:28:26.884Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26072026-06-01T16:28:26.916Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26082026-06-01T16:28:26.919Z Compiling dirs-sys-next v0.1.2
26092026-06-01T16:28:26.980Z Compiling crunchy v0.2.4
26102026-06-01T16:28:27.105Z Checking parking_lot v0.11.2
26112026-06-01T16:28:27.154Z Compiling dirs-next v2.0.0
26122026-06-01T16:28:27.191Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26132026-06-01T16:28:27.259Z Compiling clang-sys v1.8.1
26142026-06-01T16:28:27.325Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26152026-06-01T16:28:27.328Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26162026-06-01T16:28:27.389Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
26172026-06-01T16:28:27.665Z Checking prefix-trie v0.7.0
26182026-06-01T16:28:27.699Z Compiling tiny-keccak v2.0.2
26192026-06-01T16:28:27.731Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
26202026-06-01T16:28:27.990Z Checking sled v0.34.7
26212026-06-01T16:28:27.993Z Compiling term v0.7.0
26222026-06-01T16:28:28.054Z Checking hickory-server v0.25.2
26232026-06-01T16:28:28.058Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26242026-06-01T16:28:28.058Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26252026-06-01T16:28:28.406Z Checking nanorand v0.7.0
26262026-06-01T16:28:28.440Z Compiling bit-vec v0.6.3
26272026-06-01T16:28:28.622Z Compiling salty v0.3.0
26282026-06-01T16:28:28.655Z Checking flume v0.11.1
26292026-06-01T16:28:28.686Z Compiling bit-set v0.5.3
26302026-06-01T16:28:28.870Z Compiling ascii-canvas v3.0.0
26312026-06-01T16:28:28.978Z Compiling progenitor-impl v0.13.0
26322026-06-01T16:28:29.146Z Checking primeorder v0.13.6
26332026-06-01T16:28:29.237Z Compiling itertools v0.10.5
26342026-06-01T16:28:29.322Z Compiling ena v0.14.4
26352026-06-01T16:28:29.367Z Compiling libloading v0.8.9
26362026-06-01T16:28:29.416Z Compiling diff v0.1.13
26372026-06-01T16:28:29.480Z Compiling regex-syntax v0.6.29
26382026-06-01T16:28:29.555Z Compiling bindgen v0.71.1
26392026-06-01T16:28:30.304Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26402026-06-01T16:28:30.456Z Compiling cexpr v0.6.0
26412026-06-01T16:28:30.719Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26422026-06-01T16:28:31.136Z Compiling lalrpop v0.19.12
26432026-06-01T16:28:31.377Z Checking progenitor-client v0.13.0
26442026-06-01T16:28:31.446Z Checking diesel v2.3.7
26452026-06-01T16:28:31.524Z Compiling fs-err v2.11.0
26462026-06-01T16:28:31.556Z Compiling rustc-hash v2.1.1
26472026-06-01T16:28:31.587Z Compiling progenitor-macro v0.13.0
26482026-06-01T16:28:31.640Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26492026-06-01T16:28:31.769Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26502026-06-01T16:28:31.850Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26512026-06-01T16:28:31.882Z Compiling libxml v0.3.3
26522026-06-01T16:28:32.254Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26532026-06-01T16:28:32.377Z Checking p384 v0.13.1
26542026-06-01T16:28:32.821Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26552026-06-01T16:28:33.237Z Compiling strum_macros v0.24.3
26562026-06-01T16:28:33.270Z Compiling indoc v1.0.9
26572026-06-01T16:28:33.737Z Checking assert_matches v1.5.0
26582026-06-01T16:28:33.839Z Checking parse-size v1.1.0
26592026-06-01T16:28:33.991Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26602026-06-01T16:28:34.722Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26612026-06-01T16:28:34.849Z Compiling typify-impl v0.4.3
26622026-06-01T16:28:34.939Z Checking quick-xml v0.37.5
26632026-06-01T16:28:35.217Z Checking derive_builder v0.20.2
26642026-06-01T16:28:35.356Z Compiling oso-derive v0.27.3
26652026-06-01T16:28:35.827Z Compiling trait-variant v0.1.2
26662026-06-01T16:28:35.866Z Compiling impl-trait-for-tuples v0.2.3
26672026-06-01T16:28:36.405Z Checking openssl-probe v0.1.6
26682026-06-01T16:28:36.507Z Checking progenitor v0.13.0
26692026-06-01T16:28:36.544Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26702026-06-01T16:28:36.718Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26712026-06-01T16:28:37.332Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26722026-06-01T16:28:37.368Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26732026-06-01T16:28:37.444Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26742026-06-01T16:28:38.024Z Checking predicates-tree v1.0.13
26752026-06-01T16:28:38.143Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26762026-06-01T16:28:38.397Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26772026-06-01T16:28:38.430Z Compiling mime_guess v2.0.5
26782026-06-01T16:28:38.462Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26792026-06-01T16:28:39.350Z Compiling typify-macro v0.4.3
26802026-06-01T16:28:39.432Z Checking http-range v0.1.5
26812026-06-01T16:28:40.937Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26822026-06-01T16:28:40.973Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26832026-06-01T16:28:41.048Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26842026-06-01T16:28:41.103Z Compiling typify v0.4.3
26852026-06-01T16:28:41.242Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26862026-06-01T16:28:42.761Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-06-01T16:28:42.887Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26882026-06-01T16:28:42.922Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26892026-06-01T16:28:43.019Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26902026-06-01T16:28:43.178Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-06-01T16:28:43.400Z Checking bb8 v0.8.6
26922026-06-01T16:28:43.707Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26932026-06-01T16:28:43.741Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26942026-06-01T16:28:43.934Z Checking atty v0.2.14
26952026-06-01T16:28:43.980Z Checking corncobs v0.1.4
26962026-06-01T16:28:44.136Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26972026-06-01T16:28:44.173Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26982026-06-01T16:28:44.445Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26992026-06-01T16:28:44.535Z Compiling progenitor-impl v0.11.2
27002026-06-01T16:28:44.570Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27012026-06-01T16:28:44.781Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-06-01T16:28:45.002Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27032026-06-01T16:28:45.105Z Checking ignore v0.4.25
27042026-06-01T16:28:45.529Z Checking diesel-dtrace v0.5.0
27052026-06-01T16:28:45.620Z Checking async-bb8-diesel v0.2.1
27062026-06-01T16:28:45.796Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-06-01T16:28:45.997Z Checking secrecy v0.8.0
27082026-06-01T16:28:46.352Z Checking globwalk v0.9.1
27092026-06-01T16:28:46.797Z Checking hyper-staticfile v0.10.1
27102026-06-01T16:28:47.115Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27112026-06-01T16:28:47.207Z Compiling progenitor-macro v0.11.2
27122026-06-01T16:28:47.427Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27132026-06-01T16:28:47.463Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-06-01T16:28:47.536Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27152026-06-01T16:28:47.730Z Checking progenitor-client v0.11.2
27162026-06-01T16:28:47.943Z Compiling illumos-nvpair-sys v0.2.0
27172026-06-01T16:28:48.003Z Checking nonempty v0.12.0
27182026-06-01T16:28:48.180Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27192026-06-01T16:28:48.214Z Checking camino-tempfile-ext v0.3.3
27202026-06-01T16:28:48.292Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27212026-06-01T16:28:48.443Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27222026-06-01T16:28:49.104Z Checking signal-hook-tokio v0.3.1
27232026-06-01T16:28:49.138Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27242026-06-01T16:28:49.410Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27252026-06-01T16:28:49.447Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27262026-06-01T16:28:49.728Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27272026-06-01T16:28:49.836Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27282026-06-01T16:28:50.073Z Checking illumos-nvpair v0.3.0
27292026-06-01T16:28:50.264Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27302026-06-01T16:28:50.329Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27312026-06-01T16:28:50.631Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27322026-06-01T16:28:50.693Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27332026-06-01T16:28:50.738Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27342026-06-01T16:28:50.893Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
27352026-06-01T16:28:50.937Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27362026-06-01T16:28:51.100Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27372026-06-01T16:28:51.370Z Checking tungstenite v0.23.0
27382026-06-01T16:28:51.405Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27392026-06-01T16:28:51.626Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27402026-06-01T16:28:51.835Z Checking tokio-tungstenite v0.23.1
27412026-06-01T16:28:52.078Z Checking progenitor v0.11.2
27422026-06-01T16:28:52.135Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27432026-06-01T16:28:52.249Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27442026-06-01T16:28:52.540Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27452026-06-01T16:28:52.595Z Checking rand_seeder v0.4.0
27462026-06-01T16:28:52.766Z Checking void v1.0.2
27472026-06-01T16:28:52.905Z Checking lzss v0.8.2
27482026-06-01T16:28:52.942Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27492026-06-01T16:28:52.946Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27502026-06-01T16:28:52.946Z Checking nix v0.27.1
27512026-06-01T16:28:53.135Z Checking serde_bytes v0.11.19
27522026-06-01T16:28:53.166Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27532026-06-01T16:28:53.297Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27542026-06-01T16:28:53.348Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27552026-06-01T16:28:53.541Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27562026-06-01T16:28:53.994Z Checking is_ci v1.2.0
27572026-06-01T16:28:54.123Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27582026-06-01T16:28:54.157Z Checking yansi v1.0.1
27592026-06-01T16:28:54.272Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27602026-06-01T16:28:54.450Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27612026-06-01T16:28:54.582Z Checking pretty_assertions v1.4.1
27622026-06-01T16:28:54.713Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27632026-06-01T16:28:54.746Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27642026-06-01T16:28:54.931Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27652026-06-01T16:28:55.002Z Compiling darling_core v0.23.0
27662026-06-01T16:28:56.208Z Compiling indoc v2.0.7
27672026-06-01T16:28:56.254Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27682026-06-01T16:28:56.491Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27692026-06-01T16:28:56.685Z Compiling libz-sys v1.1.24
27702026-06-01T16:28:57.088Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-06-01T16:28:57.206Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27722026-06-01T16:28:57.285Z Compiling instability v0.3.11
27732026-06-01T16:28:57.395Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27742026-06-01T16:28:57.612Z Compiling darling_macro v0.23.0
27752026-06-01T16:28:57.689Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-06-01T16:28:57.863Z Checking castaway v0.2.4
27772026-06-01T16:28:58.002Z Checking compact_str v0.8.1
27782026-06-01T16:28:58.071Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27792026-06-01T16:28:58.146Z Compiling darling v0.23.0
27802026-06-01T16:28:58.414Z Checking supports-color v3.0.2
27812026-06-01T16:28:58.577Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27822026-06-01T16:28:58.687Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27832026-06-01T16:28:58.830Z Checking unicode-truncate v1.1.0
27842026-06-01T16:28:58.909Z Checking console v0.16.2
27852026-06-01T16:28:58.984Z Checking lru v0.12.5
27862026-06-01T16:28:59.016Z Compiling libgit2-sys v0.18.3+1.9.2
27872026-06-01T16:28:59.132Z Checking cassowary v0.3.0
27882026-06-01T16:28:59.169Z Checking unit-prefix v0.5.2
27892026-06-01T16:28:59.324Z Checking indicatif v0.18.4
27902026-06-01T16:28:59.388Z Checking ratatui v0.29.0
27912026-06-01T16:28:59.494Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27922026-06-01T16:28:59.733Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27932026-06-01T16:28:59.973Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27942026-06-01T16:29:00.675Z Compiling vergen-git2 v9.1.0
27952026-06-01T16:29:00.710Z Checking plotters-backend v0.3.7
27962026-06-01T16:29:00.937Z Checking plotters-svg v0.3.7
27972026-06-01T16:29:00.980Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27982026-06-01T16:29:01.105Z Compiling rustls v0.21.12
27992026-06-01T16:29:01.204Z Checking cast v0.3.0
28002026-06-01T16:29:01.395Z Checking criterion-plot v0.6.0
28012026-06-01T16:29:01.439Z Checking plotters v0.3.7
28022026-06-01T16:29:01.576Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28032026-06-01T16:29:01.666Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28042026-06-01T16:29:01.885Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28052026-06-01T16:29:02.106Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28062026-06-01T16:29:02.186Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-06-01T16:29:02.373Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28082026-06-01T16:29:02.409Z Checking colored v2.2.0
28092026-06-01T16:29:02.552Z Checking rustls-webpki v0.101.7
28102026-06-01T16:29:02.632Z Checking sct v0.7.1
28112026-06-01T16:29:02.797Z Checking tinytemplate v1.2.1
28122026-06-01T16:29:02.921Z Checking oorandom v11.1.5
28132026-06-01T16:29:03.030Z Checking shell-words v1.1.1
28142026-06-01T16:29:03.064Z Checking anes v0.1.6
28152026-06-01T16:29:03.183Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28162026-06-01T16:29:03.268Z Checking criterion v0.7.0
28172026-06-01T16:29:04.562Z Checking typeid v1.0.3
28182026-06-01T16:29:04.604Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28192026-06-01T16:29:04.692Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28202026-06-01T16:29:05.375Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28212026-06-01T16:29:06.153Z Checking hex-literal v0.4.1
28222026-06-01T16:29:06.285Z Checking erased-serde v0.4.9
28232026-06-01T16:29:06.663Z Checking tokio-rustls v0.24.1
28242026-06-01T16:29:06.894Z Checking rustls-pemfile v1.0.4
28252026-06-01T16:29:07.064Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28262026-06-01T16:29:07.290Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28272026-06-01T16:29:07.695Z Checking twox-hash v2.1.2
28282026-06-01T16:29:07.779Z Checking ordered-float v2.10.1
28292026-06-01T16:29:08.054Z Checking serde-value v0.7.0
28302026-06-01T16:29:08.099Z Checking serde-untagged v0.1.9
28312026-06-01T16:29:08.300Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28322026-06-01T16:29:08.332Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28332026-06-01T16:29:09.026Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28342026-06-01T16:29:09.219Z Checking fatfs v0.3.6
28352026-06-01T16:29:09.347Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28362026-06-01T16:29:09.590Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28372026-06-01T16:29:09.699Z Checking unicode-xid v0.2.6
28382026-06-01T16:29:09.768Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28392026-06-01T16:29:09.837Z Compiling seq-macro v0.3.6
28402026-06-01T16:29:10.362Z Checking cargo-util-schemas v0.8.2
28412026-06-01T16:29:10.669Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28422026-06-01T16:29:11.058Z Checking cargo-platform v0.2.0
28432026-06-01T16:29:11.267Z Compiling petname v2.0.2
28442026-06-01T16:29:11.300Z Checking cargo_metadata v0.21.0
28452026-06-01T16:29:11.929Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28462026-06-01T16:29:12.088Z Checking concurrent-queue v2.5.0
28472026-06-01T16:29:12.303Z Checking rtoolbox v0.0.3
28482026-06-01T16:29:12.468Z Checking parking v2.2.1
28492026-06-01T16:29:12.620Z Checking event-listener v5.4.1
28502026-06-01T16:29:12.804Z Compiling samael v0.0.19
28512026-06-01T16:29:12.866Z Checking rpassword v7.4.0
28522026-06-01T16:29:13.006Z Checking tui-tree-widget v0.23.1
28532026-06-01T16:29:13.241Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28542026-06-01T16:29:13.309Z Checking polyval v0.6.2
28552026-06-01T16:29:13.431Z Checking sapling-renderdag v0.1.0
28562026-06-01T16:29:13.508Z Checking sync-ptr v0.1.4
28572026-06-01T16:29:13.656Z Checking ghash v0.5.1
28582026-06-01T16:29:13.707Z Checking event-listener-strategy v0.5.4
28592026-06-01T16:29:13.825Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28602026-06-01T16:29:13.869Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28612026-06-01T16:29:14.090Z Checking ctr v0.9.2
28622026-06-01T16:29:14.285Z Checking arrayref v0.3.9
28632026-06-01T16:29:14.385Z Checking futures-timer v3.0.3
28642026-06-01T16:29:14.476Z Checking constant_time_eq v0.4.2
28652026-06-01T16:29:14.588Z Checking arrayvec v0.7.6
28662026-06-01T16:29:14.639Z Checking aes-gcm v0.10.3
28672026-06-01T16:29:14.778Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28682026-06-01T16:29:14.842Z Checking async-lock v3.4.2
28692026-06-01T16:29:14.885Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-06-01T16:29:15.244Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28712026-06-01T16:29:15.825Z Checking ssh-encoding v0.2.0
28722026-06-01T16:29:16.046Z Checking blowfish v0.9.1
28732026-06-01T16:29:16.226Z Compiling strsim v0.10.0
28742026-06-01T16:29:16.460Z Compiling darling_core v0.13.4
28752026-06-01T16:29:16.579Z Checking bcrypt-pbkdf v0.10.0
28762026-06-01T16:29:16.771Z Checking ssh-cipher v0.2.0
28772026-06-01T16:29:16.970Z Checking async-object-pool v0.2.0
28782026-06-01T16:29:17.111Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28792026-06-01T16:29:17.435Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28802026-06-01T16:29:17.510Z Checking serde_regex v1.1.0
28812026-06-01T16:29:17.695Z Checking password-hash v0.4.2
28822026-06-01T16:29:17.839Z Checking assert-json-diff v2.0.2
28832026-06-01T16:29:17.939Z Checking path-tree v0.8.3
28842026-06-01T16:29:18.045Z Checking gimli v0.32.3
28852026-06-01T16:29:18.102Z Checking stringmetrics v2.2.2
28862026-06-01T16:29:18.176Z Compiling target-lexicon v0.13.3
28872026-06-01T16:29:18.281Z Checking httpmock v0.8.3
28882026-06-01T16:29:18.352Z Compiling darling_macro v0.13.4
28892026-06-01T16:29:18.750Z Checking pbkdf2 v0.11.0
28902026-06-01T16:29:18.862Z Checking ssh-key v0.6.7
28912026-06-01T16:29:19.585Z Checking p521 v0.13.3
28922026-06-01T16:29:19.618Z Checking addr2line v0.25.1
28932026-06-01T16:29:19.922Z Checking p256 v0.13.2
28942026-06-01T16:29:20.206Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28952026-06-01T16:29:20.240Z Checking russh-cryptovec v0.7.3
28962026-06-01T16:29:20.403Z Checking md5 v0.7.0
28972026-06-01T16:29:20.466Z Checking rustc-demangle v0.1.27
28982026-06-01T16:29:20.501Z Compiling guppy-workspace-hack v0.1.0
28992026-06-01T16:29:20.603Z Checking russh-keys v0.45.0
29002026-06-01T16:29:20.741Z Checking backtrace v0.3.76
29012026-06-01T16:29:20.784Z Compiling darling v0.13.4
29022026-06-01T16:29:20.900Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29032026-06-01T16:29:21.068Z Checking num-bigint v0.4.6
29042026-06-01T16:29:21.071Z Checking des v0.8.1
29052026-06-01T16:29:21.249Z Compiling blake3 v1.8.3
29062026-06-01T16:29:21.285Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-06-01T16:29:21.288Z Compiling target-spec v3.5.7
29082026-06-01T16:29:21.724Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29092026-06-01T16:29:21.861Z Checking backtrace-ext v0.2.1
29102026-06-01T16:29:22.002Z Checking cfg-expr v0.20.6
29112026-06-01T16:29:22.093Z Checking russh v0.45.0
29122026-06-01T16:29:22.145Z Compiling serde_with_macros v1.5.2
29132026-06-01T16:29:22.413Z Checking supports-color v2.1.0
29142026-06-01T16:29:22.466Z Checking textwrap v0.15.2
29152026-06-01T16:29:22.573Z Checking supports-unicode v2.1.0
29162026-06-01T16:29:22.696Z Checking supports-hyperlinks v2.1.0
29172026-06-01T16:29:22.729Z Checking hashbrown v0.14.5
29182026-06-01T16:29:22.841Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29192026-06-01T16:29:23.010Z Checking cargo-platform v0.3.2
29202026-06-01T16:29:23.094Z Checking socket2 v0.5.10
29212026-06-01T16:29:23.250Z Checking terminal_size v0.1.17
29222026-06-01T16:29:23.282Z Compiling miette-derive v5.10.0
29232026-06-01T16:29:23.373Z Checking internet-checksum v0.2.1
29242026-06-01T16:29:23.525Z Checking owo-colors v3.5.0
29252026-06-01T16:29:24.037Z Checking chumsky v0.9.3
29262026-06-01T16:29:24.087Z Checking cargo_metadata v0.23.1
29272026-06-01T16:29:24.433Z Checking miette v5.10.0
29282026-06-01T16:29:24.734Z Compiling serde_with v1.14.0
29292026-06-01T16:29:25.097Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29302026-06-01T16:29:25.239Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29312026-06-01T16:29:25.319Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29322026-06-01T16:29:25.644Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29332026-06-01T16:29:25.857Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29342026-06-01T16:29:25.890Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29352026-06-01T16:29:26.028Z Compiling knuffel-derive v3.2.0
29362026-06-01T16:29:26.088Z Checking httptest v0.16.4
29372026-06-01T16:29:26.121Z Checking pathdiff v0.2.3
29382026-06-01T16:29:26.255Z Checking topological-sort v0.2.2
29392026-06-01T16:29:26.420Z Checking nested v0.1.1
29402026-06-01T16:29:26.478Z Checking omicron-zone-package v0.12.2
29412026-06-01T16:29:26.586Z Checking guppy v0.17.25
29422026-06-01T16:29:26.740Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29432026-06-01T16:29:27.216Z Compiling git2 v0.20.4
29442026-06-01T16:29:27.378Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29452026-06-01T16:29:27.513Z Checking knuffel v3.2.0
29462026-06-01T16:29:27.546Z Checking similar-asserts v1.7.0
29472026-06-01T16:29:27.634Z Compiling target-triple v1.0.0
29482026-06-01T16:29:27.723Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-06-01T16:29:27.884Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29502026-06-01T16:29:27.990Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29512026-06-01T16:29:28.180Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29522026-06-01T16:29:28.227Z Compiling polar-core v0.27.3
29532026-06-01T16:29:28.396Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29542026-06-01T16:29:28.586Z Checking hickory-client v0.25.2
29552026-06-01T16:29:28.800Z Checking tokio-test v0.4.5
29562026-06-01T16:29:28.898Z Checking escape8259 v0.5.3
29572026-06-01T16:29:29.030Z Compiling assert_cmd v2.1.2
29582026-06-01T16:29:29.063Z Checking libtest-mimic v0.8.1
29592026-06-01T16:29:29.784Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29602026-06-01T16:29:29.919Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29612026-06-01T16:29:30.000Z Checking blake2b_simd v1.0.4
29622026-06-01T16:29:30.416Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29632026-06-01T16:29:30.565Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29642026-06-01T16:29:30.614Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29652026-06-01T16:29:30.820Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29662026-06-01T16:29:31.020Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29672026-06-01T16:29:31.248Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29682026-06-01T16:29:31.376Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29692026-06-01T16:29:31.594Z Checking fancy-regex v0.14.0
29702026-06-01T16:29:31.818Z Checking serde_tokenstream v0.2.3
29712026-06-01T16:29:31.979Z Checking approx v0.5.1
29722026-06-01T16:29:32.059Z Checking uzers v0.12.2
29732026-06-01T16:29:32.140Z Compiling rstest_macros v0.25.0
29742026-06-01T16:29:32.294Z Compiling linkme-impl v0.3.35
29752026-06-01T16:29:32.434Z Checking termcolor v1.4.1
29762026-06-01T16:29:32.599Z Checking constant_time_eq v0.3.1
29772026-06-01T16:29:32.676Z Checking trybuild v1.0.116
29782026-06-01T16:29:32.724Z Checking rust-argon2 v2.1.0
29792026-06-01T16:29:33.061Z Checking oso v0.27.3
29802026-06-01T16:29:33.233Z Checking datatest-stable v0.3.3
29812026-06-01T16:29:33.614Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29822026-06-01T16:29:33.914Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29832026-06-01T16:29:33.989Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29842026-06-01T16:29:34.025Z Checking support-bundle-viewer v0.1.2
29852026-06-01T16:29:34.299Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29862026-06-01T16:29:34.518Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29872026-06-01T16:29:34.714Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29882026-06-01T16:29:34.746Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29892026-06-01T16:29:34.891Z Checking drift v0.2.0
29902026-06-01T16:29:34.929Z Checking rand_distr v0.5.1
29912026-06-01T16:29:34.962Z Checking multimap v0.10.1
29922026-06-01T16:29:35.164Z Compiling relative-path v1.9.3
29932026-06-01T16:29:35.274Z Compiling linkme v0.3.35
29942026-06-01T16:29:35.360Z Checking dropshot-api-manager v0.7.2
29952026-06-01T16:29:36.258Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29962026-06-01T16:29:36.594Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29972026-06-01T16:29:36.638Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29982026-06-01T16:29:36.977Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29992026-06-01T16:29:37.177Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30002026-06-01T16:29:37.214Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30012026-06-01T16:29:37.217Z Checking cargo_toml v0.21.0
30022026-06-01T16:29:37.317Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30032026-06-01T16:29:37.699Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30042026-06-01T16:29:37.851Z Checking partial-io v0.5.4
30052026-06-01T16:29:37.960Z Checking termios v0.3.3
30062026-06-01T16:29:38.061Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30072026-06-01T16:29:38.182Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30082026-06-01T16:29:39.097Z Checking rstest v0.25.0
30092026-06-01T16:29:39.567Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-06-01T16:29:40.297Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30112026-06-01T16:29:44.132Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30122026-06-01T16:29:44.169Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30132026-06-01T16:29:49.448Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30142026-06-01T16:29:50.082Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30152026-06-01T16:29:51.923Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30162026-06-01T16:29:56.507Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30172026-06-01T16:30:01.645Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30182026-06-01T16:30:04.662Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30192026-06-01T16:30:05.655Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30202026-06-01T16:30:05.838Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30212026-06-01T16:30:06.168Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30222026-06-01T16:30:16.184Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30232026-06-01T16:31:25.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30242026-06-01T16:31:26.335Z
30252026-06-01T16:31:26.335Zreal 4:03.484196666
30262026-06-01T16:31:26.335Zuser 21:08.110666262
30272026-06-01T16:31:26.335Zsys 4:50.423417153
30282026-06-01T16:31:26.335Ztrap 0.499149181
30292026-06-01T16:31:26.335Ztflt 0.466353992
30302026-06-01T16:31:26.335Zdflt 0.446926731
30312026-06-01T16:31:26.335Zkflt 0.004691632
30322026-06-01T16:31:26.335Zlock 57:54.220421277
30332026-06-01T16:31:26.335Zslp 57:53.341047954
30342026-06-01T16:31:26.335Zlat 1:49.209126356
30352026-06-01T16:31:26.335Zstop 10:53.296927908
30362026-06-01T16:31:26.338Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30372026-06-01T16:31:26.338Z+ ptime -m cargo doc --workspace --no-deps
30382026-06-01T16:31:27.192Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30392026-06-01T16:31:27.192Z |
30402026-06-01T16:31:27.192Z = 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)`
30412026-06-01T16:31:27.192Z = 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>
30422026-06-01T16:31:28.182Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-06-01T16:31:28.414Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-06-01T16:31:28.458Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30452026-06-01T16:31:28.519Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-06-01T16:31:28.627Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30472026-06-01T16:31:28.670Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30482026-06-01T16:31:28.697Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30492026-06-01T16:31:28.722Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30502026-06-01T16:31:28.777Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30512026-06-01T16:31:28.893Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30522026-06-01T16:31:28.928Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30532026-06-01T16:31:28.971Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30542026-06-01T16:31:28.993Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30552026-06-01T16:31:29.055Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30562026-06-01T16:31:29.077Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30572026-06-01T16:31:29.101Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30582026-06-01T16:31:29.143Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30592026-06-01T16:31:29.165Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30602026-06-01T16:31:29.168Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30612026-06-01T16:31:29.207Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30622026-06-01T16:31:29.509Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30632026-06-01T16:31:29.750Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30642026-06-01T16:31:29.825Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30652026-06-01T16:31:29.897Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30662026-06-01T16:31:29.937Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30672026-06-01T16:31:29.970Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30682026-06-01T16:31:30.127Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30692026-06-01T16:31:30.157Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30702026-06-01T16:31:30.295Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30712026-06-01T16:31:30.338Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30722026-06-01T16:31:30.480Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30732026-06-01T16:31:30.535Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30742026-06-01T16:31:30.606Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30752026-06-01T16:31:30.749Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30762026-06-01T16:31:30.783Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30772026-06-01T16:31:30.806Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30782026-06-01T16:31:31.006Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30792026-06-01T16:31:31.072Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30802026-06-01T16:31:31.237Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30812026-06-01T16:31:31.489Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30822026-06-01T16:31:31.541Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30832026-06-01T16:31:31.615Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30842026-06-01T16:31:31.824Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30852026-06-01T16:31:31.864Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30862026-06-01T16:31:32.012Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30872026-06-01T16:31:32.039Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30882026-06-01T16:31:32.133Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30892026-06-01T16:31:32.160Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30902026-06-01T16:31:32.239Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30912026-06-01T16:31:32.318Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30922026-06-01T16:31:32.389Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30932026-06-01T16:31:32.389Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30942026-06-01T16:31:32.470Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30952026-06-01T16:31:32.546Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30962026-06-01T16:31:32.619Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30972026-06-01T16:31:32.644Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30982026-06-01T16:31:32.670Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30992026-06-01T16:31:32.673Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31002026-06-01T16:31:32.738Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31012026-06-01T16:31:32.819Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31022026-06-01T16:31:32.849Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31032026-06-01T16:31:33.213Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31042026-06-01T16:31:33.365Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31052026-06-01T16:31:33.542Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31062026-06-01T16:31:33.806Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31072026-06-01T16:31:33.833Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31082026-06-01T16:31:34.213Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31092026-06-01T16:31:34.244Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31102026-06-01T16:31:34.267Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31112026-06-01T16:31:34.314Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31122026-06-01T16:31:34.490Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31132026-06-01T16:31:34.525Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31142026-06-01T16:31:34.823Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31152026-06-01T16:31:34.870Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31162026-06-01T16:31:35.281Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31172026-06-01T16:31:35.581Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31182026-06-01T16:31:35.886Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31192026-06-01T16:31:35.960Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31202026-06-01T16:31:36.371Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31212026-06-01T16:31:36.687Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31222026-06-01T16:31:36.712Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31232026-06-01T16:31:36.901Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31242026-06-01T16:31:36.972Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31252026-06-01T16:31:37.067Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31262026-06-01T16:31:37.213Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31272026-06-01T16:31:37.397Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31282026-06-01T16:31:37.430Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31292026-06-01T16:31:37.487Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31302026-06-01T16:31:37.581Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31312026-06-01T16:31:37.785Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31322026-06-01T16:31:37.813Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31332026-06-01T16:31:37.949Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31342026-06-01T16:31:37.975Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31352026-06-01T16:31:38.018Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31362026-06-01T16:31:38.075Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31372026-06-01T16:31:38.097Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31382026-06-01T16:31:38.173Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31392026-06-01T16:31:38.200Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31402026-06-01T16:31:38.297Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31412026-06-01T16:31:38.422Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31422026-06-01T16:31:38.444Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31432026-06-01T16:31:38.466Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31442026-06-01T16:31:38.532Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31452026-06-01T16:31:38.619Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31462026-06-01T16:31:38.735Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31472026-06-01T16:31:38.767Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31482026-06-01T16:31:38.822Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31492026-06-01T16:31:38.936Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31502026-06-01T16:31:39.026Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31512026-06-01T16:31:39.245Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31522026-06-01T16:31:39.267Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31532026-06-01T16:31:39.720Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31542026-06-01T16:31:39.741Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31552026-06-01T16:31:39.866Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31562026-06-01T16:31:39.891Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31572026-06-01T16:31:40.614Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31582026-06-01T16:31:41.127Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31592026-06-01T16:31:41.323Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31602026-06-01T16:31:41.885Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31612026-06-01T16:31:41.977Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31622026-06-01T16:31:42.226Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31632026-06-01T16:31:42.252Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-06-01T16:31:42.532Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31652026-06-01T16:31:42.661Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31662026-06-01T16:31:42.844Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31672026-06-01T16:31:43.168Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31682026-06-01T16:31:43.318Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-06-01T16:31:43.556Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31702026-06-01T16:31:43.578Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31712026-06-01T16:31:44.113Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31722026-06-01T16:31:44.290Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31732026-06-01T16:31:44.791Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31742026-06-01T16:31:44.838Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31752026-06-01T16:31:45.229Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31762026-06-01T16:31:45.507Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31772026-06-01T16:31:45.509Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31782026-06-01T16:31:46.274Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31792026-06-01T16:31:46.312Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31802026-06-01T16:31:46.700Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31812026-06-01T16:31:47.489Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31822026-06-01T16:31:48.449Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31832026-06-01T16:31:48.471Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31842026-06-01T16:31:48.636Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31852026-06-01T16:31:48.989Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31862026-06-01T16:31:49.013Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31872026-06-01T16:31:49.100Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31882026-06-01T16:31:49.190Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31892026-06-01T16:31:49.489Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31902026-06-01T16:31:49.645Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31912026-06-01T16:31:49.787Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31922026-06-01T16:31:49.910Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31932026-06-01T16:31:50.122Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31942026-06-01T16:31:50.473Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31952026-06-01T16:31:50.560Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31962026-06-01T16:31:50.636Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31972026-06-01T16:31:51.480Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31982026-06-01T16:31:51.589Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31992026-06-01T16:31:54.386Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32002026-06-01T16:31:54.912Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32012026-06-01T16:31:55.565Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32022026-06-01T16:31:56.895Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32032026-06-01T16:31:56.979Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32042026-06-01T16:31:56.982Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32052026-06-01T16:31:57.571Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32062026-06-01T16:31:57.856Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32072026-06-01T16:31:58.006Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32082026-06-01T16:31:58.192Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32092026-06-01T16:31:59.476Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32102026-06-01T16:31:59.902Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32112026-06-01T16:32:00.759Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32122026-06-01T16:32:01.041Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32132026-06-01T16:32:01.261Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32142026-06-01T16:32:01.623Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32152026-06-01T16:32:01.981Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32162026-06-01T16:32:02.044Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32172026-06-01T16:32:02.207Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32182026-06-01T16:32:02.287Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32192026-06-01T16:32:02.455Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32202026-06-01T16:32:02.721Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32212026-06-01T16:32:02.995Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32222026-06-01T16:32:03.092Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32232026-06-01T16:32:03.418Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32242026-06-01T16:32:03.623Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32252026-06-01T16:32:03.665Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32262026-06-01T16:32:04.096Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32272026-06-01T16:32:04.147Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32282026-06-01T16:32:04.294Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32292026-06-01T16:32:04.787Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32302026-06-01T16:32:05.789Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32312026-06-01T16:32:06.595Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32322026-06-01T16:32:06.948Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32332026-06-01T16:32:07.880Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32342026-06-01T16:32:08.383Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32352026-06-01T16:32:09.920Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32362026-06-01T16:32:11.040Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32372026-06-01T16:32:12.479Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32382026-06-01T16:32:12.767Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32392026-06-01T16:32:13.332Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32402026-06-01T16:32:14.773Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32412026-06-01T16:32:16.407Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32422026-06-01T16:32:17.657Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32432026-06-01T16:32:18.067Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32442026-06-01T16:32:19.072Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32452026-06-01T16:32:20.622Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32462026-06-01T16:32:20.989Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32472026-06-01T16:32:21.518Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32482026-06-01T16:32:21.792Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32492026-06-01T16:32:23.855Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32502026-06-01T16:32:24.702Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32512026-06-01T16:32:27.454Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32522026-06-01T16:32:28.180Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32532026-06-01T16:32:29.351Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32542026-06-01T16:32:30.158Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32552026-06-01T16:32:30.842Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32562026-06-01T16:32:31.548Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32572026-06-01T16:32:32.262Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32582026-06-01T16:32:33.033Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32592026-06-01T16:32:33.856Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32602026-06-01T16:32:35.293Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32612026-06-01T16:32:35.446Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32622026-06-01T16:32:36.227Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32632026-06-01T16:32:36.935Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32642026-06-01T16:32:37.759Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32652026-06-01T16:32:39.237Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32662026-06-01T16:32:41.681Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32672026-06-01T16:32:42.251Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32682026-06-01T16:32:42.990Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32692026-06-01T16:32:43.947Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32702026-06-01T16:32:44.965Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32712026-06-01T16:32:45.650Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32722026-06-01T16:32:46.857Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32732026-06-01T16:32:49.366Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32742026-06-01T16:32:49.841Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32752026-06-01T16:32:50.918Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32762026-06-01T16:32:52.077Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32772026-06-01T16:32:53.203Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32782026-06-01T16:32:54.680Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32792026-06-01T16:32:57.008Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32802026-06-01T16:32:57.685Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32812026-06-01T16:33:00.731Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32822026-06-01T16:33:03.710Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32832026-06-01T16:33:07.024Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32842026-06-01T16:33:11.030Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32852026-06-01T16:33:11.592Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32862026-06-01T16:33:12.936Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32872026-06-01T16:33:13.286Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32882026-06-01T16:33:14.937Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32892026-06-01T16:33:16.511Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32902026-06-01T16:33:18.329Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32912026-06-01T16:33:20.252Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32922026-06-01T16:33:21.917Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32932026-06-01T16:33:23.501Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32942026-06-01T16:33:25.051Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32952026-06-01T16:33:27.072Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32962026-06-01T16:33:28.392Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32972026-06-01T16:33:30.072Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32982026-06-01T16:33:31.710Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32992026-06-01T16:33:33.310Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33002026-06-01T16:33:34.719Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33012026-06-01T16:33:36.580Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33022026-06-01T16:33:38.016Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33032026-06-01T16:33:39.686Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33042026-06-01T16:33:41.707Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33052026-06-01T16:33:43.247Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33062026-06-01T16:33:45.400Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33072026-06-01T16:33:47.145Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33082026-06-01T16:33:49.092Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33092026-06-01T16:33:51.049Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33102026-06-01T16:33:52.871Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33112026-06-01T16:33:55.487Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33122026-06-01T16:33:56.870Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33132026-06-01T16:33:58.997Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33142026-06-01T16:34:01.440Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33152026-06-01T16:34:03.979Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33162026-06-01T16:34:06.081Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33172026-06-01T16:34:08.279Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33182026-06-01T16:34:10.401Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33192026-06-01T16:34:12.661Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33202026-06-01T16:34:14.859Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33212026-06-01T16:34:17.478Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33222026-06-01T16:34:19.440Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33232026-06-01T16:34:21.340Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33242026-06-01T16:34:23.448Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33252026-06-01T16:34:25.770Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33262026-06-01T16:34:27.911Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33272026-06-01T16:34:30.167Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33282026-06-01T16:34:32.370Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33292026-06-01T16:34:34.593Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33302026-06-01T16:34:36.775Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33312026-06-01T16:34:39.056Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33322026-06-01T16:34:41.170Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33332026-06-01T16:34:43.419Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33342026-06-01T16:34:45.693Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33352026-06-01T16:34:47.899Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33362026-06-01T16:34:50.205Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33372026-06-01T16:34:52.409Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33382026-06-01T16:34:54.701Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33392026-06-01T16:34:56.891Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33402026-06-01T16:34:59.192Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33412026-06-01T16:35:01.406Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33422026-06-01T16:35:03.703Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33432026-06-01T16:35:06.105Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33442026-06-01T16:35:08.266Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33452026-06-01T16:35:10.711Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33462026-06-01T16:35:13.143Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33472026-06-01T16:35:15.412Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33482026-06-01T16:35:17.842Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33492026-06-01T16:35:20.056Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33502026-06-01T16:35:22.566Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33512026-06-01T16:35:24.721Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33522026-06-01T16:35:27.115Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33532026-06-01T16:35:29.960Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33542026-06-01T16:35:31.977Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33552026-06-01T16:35:34.480Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33562026-06-01T16:35:37.060Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33572026-06-01T16:35:39.503Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33582026-06-01T16:35:42.067Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33592026-06-01T16:35:44.720Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33602026-06-01T16:35:47.206Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33612026-06-01T16:35:49.756Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33622026-06-01T16:35:52.222Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33632026-06-01T16:35:54.731Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33642026-06-01T16:35:57.242Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33652026-06-01T16:36:00.173Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33662026-06-01T16:36:02.569Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33672026-06-01T16:36:05.181Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33682026-06-01T16:36:12.695Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33692026-06-01T16:36:13.010Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33702026-06-01T16:36:16.160Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33712026-06-01T16:36:19.451Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33722026-06-01T16:36:22.838Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33732026-06-01T16:36:26.001Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33742026-06-01T16:36:29.355Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33752026-06-01T16:36:34.108Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33762026-06-01T16:36:36.927Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33772026-06-01T16:36:40.517Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33782026-06-01T16:36:44.202Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33792026-06-01T16:36:47.779Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33802026-06-01T16:36:51.346Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33812026-06-01T16:36:55.047Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33822026-06-01T16:36:58.730Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33832026-06-01T16:37:02.330Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33842026-06-01T16:37:05.932Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33852026-06-01T16:37:09.496Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33862026-06-01T16:37:13.191Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33872026-06-01T16:37:16.776Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33882026-06-01T16:37:20.413Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33892026-06-01T16:37:24.040Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33902026-06-01T16:37:27.657Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33912026-06-01T16:37:31.410Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33922026-06-01T16:38:00.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 34s
33932026-06-01T16:38:00.673Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
33942026-06-01T16:38:00.775Z
33952026-06-01T16:38:00.776Zreal 6:34.355593550
33962026-06-01T16:38:00.776Zuser 17:44.825049058
33972026-06-01T16:38:00.776Zsys 3:45.178074816
33982026-06-01T16:38:00.776Ztrap 0.260837061
33992026-06-01T16:38:00.776Ztflt 0.086265818
34002026-06-01T16:38:00.776Zdflt 0.044649967
34012026-06-01T16:38:00.776Zkflt 0.000033170
34022026-06-01T16:38:00.776Zlock 6:02:22.654116906
34032026-06-01T16:38:00.776Zslp 2:12:13.760698282
34042026-06-01T16:38:00.776Zlat 34.277261565
34052026-06-01T16:38:00.779Zstop 1:40.744471334
34062026-06-01T16:38:00.779Zprocess exited: duration 776527 ms, exit code 0
 
34072026-06-01T16:38:00.785Zfound 0 output files