01KSPW1HC8WMC7QNPP3PQ90XVZ: clippy (helios)

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

Buildomat Job: 01KSPW1Z3C1QZ5VE8HBVKE3BGE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T08:44:28.156Zjob assigned to worker 01KSPW20XAW02NFM7BEYNWJJT2 [factory aws, i-0a14d8fa7bdee7006] (queued for 43 s)
 
22026-05-28T08:44:34.456Zstarting task 0: "setup"
32026-05-28T08:44:34.460Z++ uname -s
42026-05-28T08:44:34.462Z+ kern=SunOS
52026-05-28T08:44:34.463Z+ build_user=build
62026-05-28T08:44:34.463Z+ build_uid=12345
72026-05-28T08:44:34.463Z+ work_dir=/work
82026-05-28T08:44:34.463Z+ input_dir=/input
92026-05-28T08:44:34.463Z+ [[ 0 == 12345 ]]
102026-05-28T08:44:34.463Z+ case "$kern" in
112026-05-28T08:44:34.463Z+ groupadd -g 12345 build
122026-05-28T08:44:34.466Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T08:44:36.469Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T08:44:36.589Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T08:44:36.592Z+ home_fs=zfs
162026-05-28T08:44:36.592Z+ [[ zfs == autofs ]]
172026-05-28T08:44:36.592Z+ mkdir -p /home/build
182026-05-28T08:44:36.592Z+ chown build:build /home/build /work
192026-05-28T08:44:38.591Z+ chmod 0700 /home/build /work
202026-05-28T08:44:38.594Zprocess exited: duration 4131 ms, exit code 0
 
212026-05-28T08:44:38.600Zstarting task 1: "rust-toolchain"
222026-05-28T08:44:38.603Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T08:44:38.604Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T08:44:38.606Z * rust toolchain channel = "1.94.0"
252026-05-28T08:44:38.606Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-28T08:44:38.606Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T08:44:38.606Z * rust toolchain profile = "default"
282026-05-28T08:44:38.607Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T08:44:38.607Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T08:44:38.710Zinfo: downloading installer
312026-05-28T08:44:40.021Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T08:44:40.021Zwarn: /home/build/.rustup/settings.toml
332026-05-28T08:44:40.021Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T08:44:40.021Zwarn: instead of the one inferred from the default host triple.
352026-05-28T08:44:40.033Zinfo: profile set to default
362026-05-28T08:44:40.033Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T08:44:40.041Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T08:44:40.164Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T08:44:40.167Zinfo: downloading 6 components
402026-05-28T08:44:54.270Z
412026-05-28T08:44:54.270Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-28T08:44:54.308Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T08:44:54.309Z
442026-05-28T08:44:54.309Z
452026-05-28T08:44:54.309ZRust is installed now. Great!
462026-05-28T08:44:54.309Z
472026-05-28T08:44:54.309ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T08:44:54.309Zenvironment variable. This has not been done automatically.
492026-05-28T08:44:54.309Z
502026-05-28T08:44:54.312ZTo configure your current shell, you need to source
512026-05-28T08:44:54.312Zthe corresponding env file under $HOME/.cargo.
522026-05-28T08:44:54.312Z
532026-05-28T08:44:54.312ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T08:44:54.312Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T08:44:54.312Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T08:44:54.312Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T08:44:54.312Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T08:44:54.312Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T08:44:54.312Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T08:44:54.312Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T08:44:54.312Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T08:44:54.402Z+ rustup --version
632026-05-28T08:44:54.411Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T08:44:54.414Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T08:44:54.433Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T08:44:54.437Z+ cargo --version
672026-05-28T08:44:54.449Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T08:44:54.451Z+ rustc --version
692026-05-28T08:44:54.471Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T08:44:54.474Zprocess exited: duration 15874 ms, exit code 0
 
712026-05-28T08:44:54.481Zstarting task 2: "authentication"
722026-05-28T08:44:54.499Zprocess exited: duration 19 ms, exit code 0
 
732026-05-28T08:44:54.505Zstarting task 3: "clone repository"
742026-05-28T08:44:54.508Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T08:44:54.511Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T08:44:54.551ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T08:45:04.557Z+ cd /work/oxidecomputer/omicron
782026-05-28T08:45:04.557Z+ git fetch origin 93671368d047a190461d9392a97ae5d769a476f4
792026-05-28T08:45:04.843ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T08:45:04.843Z * branch 93671368d047a190461d9392a97ae5d769a476f4 -> FETCH_HEAD
812026-05-28T08:45:04.853Z+ [[ -n multicast-e2e ]]
822026-05-28T08:45:04.855Z++ git branch --show-current
832026-05-28T08:45:04.855Z+ current=main
842026-05-28T08:45:04.855Z+ [[ main != multicast-e2e ]]
852026-05-28T08:45:04.855Z+ git branch -f multicast-e2e 93671368d047a190461d9392a97ae5d769a476f4
862026-05-28T08:45:04.858Z+ git checkout -f multicast-e2e
872026-05-28T08:45:05.094ZSwitched to branch 'multicast-e2e'
882026-05-28T08:45:05.096Z+ git reset --hard 93671368d047a190461d9392a97ae5d769a476f4
892026-05-28T08:45:05.332ZHEAD is now at 93671368d [merge+match] merge main + mag update, which needs new ubuntu glibc
902026-05-28T08:45:05.334Zprocess exited: duration 10828 ms, exit code 0
 
912026-05-28T08:45:05.340Zstarting task 4: "build"
922026-05-28T08:45:05.343Z+ source ./env.sh
932026-05-28T08:45:05.346Z++ OLD_SHELL_OPTS=ehxB
942026-05-28T08:45:05.346Z++ set -o xtrace
952026-05-28T08:45:05.346Z++++ dirname ./env.sh
962026-05-28T08:45:05.348Z+++ readlink -f .
972026-05-28T08:45:05.351Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-28T08:45:05.351Z++ 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-05-28T08:45:05.351Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-28T08:45:05.351Z++ 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-05-28T08:45:05.351Z++ 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-05-28T08:45:05.351Z++ 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-05-28T08:45:05.351Z++ 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-05-28T08:45:05.351Z++ 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-05-28T08:45:05.351Z++ 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-05-28T08:45:05.351Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-28T08:45:05.351Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-28T08:45:05.351Z++ case $OLD_SHELL_OPTS in
1092026-05-28T08:45:05.351Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-05-28T08:45:05.351Z+ source .github/buildomat/ci-env.sh
1112026-05-28T08:45:05.351Z++ export CARGO_TERM_COLOR=always
1122026-05-28T08:45:05.351Z++ CARGO_TERM_COLOR=always
1132026-05-28T08:45:05.351Z+ cargo --version
1142026-05-28T08:45:05.360Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-05-28T08:45:05.362Z+ rustc --version
1162026-05-28T08:45:05.382Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-05-28T08:45:05.385Z+ banner prerequisites
1182026-05-28T08:45:05.387Z
1192026-05-28T08:45:05.387Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-28T08:45:05.387Z # # # # # # # # # # # # # # #
1212026-05-28T08:45:05.387Z # # # # ##### # # ##### # # # # # #### #
1222026-05-28T08:45:05.387Z ##### ##### # ##### # # # # # # # # #
1232026-05-28T08:45:05.387Z # # # # # # # # # # # # # # #
1242026-05-28T08:45:05.387Z # # # ###### # # ###### ### # #### # #### #
1252026-05-28T08:45:05.388Z
1262026-05-28T08:45:05.388Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-28T08:45:06.810Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-28T08:45:06.880Z Startup: Caching catalogs ... Done
1292026-05-28T08:45:07.142ZPlanning: Solver setup ... Done (0.227s)
1302026-05-28T08:45:07.161ZPlanning: Running solver ... Done (0.019s)
1312026-05-28T08:45:07.167ZPlanning: Finding local manifests ... Done (0.002s)
1322026-05-28T08:45:07.179ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-28T08:45:07.193ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-28T08:45:07.206ZPlanning: Package planning ... Done (0.013s)
1352026-05-28T08:45:07.209ZPlanning: Merging actions ... Done (0.001s)
1362026-05-28T08:45:07.398ZPlanning: Checking for conflicting actions ... Done (0.191s)
1372026-05-28T08:45:07.401ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-28T08:45:08.201ZPlanning: Evaluating mediators ... Done (0.801s)
1392026-05-28T08:45:08.204ZPlanning: Planning completed in 1.30 seconds
1402026-05-28T08:45:08.210Z Packages to install: 2
1412026-05-28T08:45:08.213Z Estimated space available: 156.07 GB
1422026-05-28T08:45:08.213ZEstimated space to be consumed: 22.53 MB
1432026-05-28T08:45:08.213Z Create boot environment: No
1442026-05-28T08:45:08.213ZCreate backup boot environment: No
1452026-05-28T08:45:08.213Z Rebuild boot archive: No
1462026-05-28T08:45:08.213Z
1472026-05-28T08:45:08.213ZChanged packages:
1482026-05-28T08:45:08.213Zhelios
1492026-05-28T08:45:08.213Z developer/build-essential
1502026-05-28T08:45:08.213Z None -> 11-3.0
1512026-05-28T08:45:08.214Z library/libxmlsec1
1522026-05-28T08:45:08.214Z None -> 1.2.35-3.0
1532026-05-28T08:45:08.235Z
1542026-05-28T08:45:08.235ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-28T08:45:09.512ZDownload: Completed 1.28 MB in 1.28 seconds (1.0M/s)
1562026-05-28T08:45:09.575Z Actions: 1/268 actions (Installing new actions)
1572026-05-28T08:45:09.612Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-28T08:45:09.645ZFinalize: Updating package state database ... Done (0.032s)
1592026-05-28T08:45:09.645ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-28T08:45:09.663ZFinalize: Updating image state ... Done (0.018s)
1612026-05-28T08:45:12.032ZFinalize: Creating fast lookup database ... Done (2.346s)
1622026-05-28T08:45:12.099ZFinalize: Reading search index ... Done (0.013s)
1632026-05-28T08:45:12.101ZFinalize: Updating search index ... Done (0.000s)
1642026-05-28T08:45:12.176ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-28T08:45:12.485ZPlanning: Evaluating mediator changes ... Done
1662026-05-28T08:45:12.593ZPlanning: Checking for conflicting actions ... Done
1672026-05-28T08:45:12.595ZPlanning: Consolidating action changes ... Done
1682026-05-28T08:45:12.753ZPlanning: Evaluating mediators ... Done
1692026-05-28T08:45:12.756ZPlanning: Planning completed in 0.27 seconds
1702026-05-28T08:45:12.776Z Mediators to change: 2
1712026-05-28T08:45:12.776Z Create boot environment: No
1722026-05-28T08:45:12.776ZCreate backup boot environment: No
1732026-05-28T08:45:12.835ZFinalize: Updating package state database ... Done
1742026-05-28T08:45:12.838ZFinalize: Updating package cache ... Done
1752026-05-28T08:45:12.846ZFinalize: Updating image state ... Done
1762026-05-28T08:45:14.793ZFinalize: Creating fast lookup database ... Done
1772026-05-28T08:45:14.859ZFinalize: Reading search index ... Done
1782026-05-28T08:45:14.862ZFinalize: Updating search index ... Done
1792026-05-28T08:45:14.958ZFinalize: Updating package cache ... Done
1802026-05-28T08:45:15.246ZPlanning: Evaluating mediator changes ... Done
1812026-05-28T08:45:15.354ZPlanning: Checking for conflicting actions ... Done
1822026-05-28T08:45:15.357ZPlanning: Consolidating action changes ... Done
1832026-05-28T08:45:15.510ZPlanning: Evaluating mediators ... Done
1842026-05-28T08:45:15.513ZPlanning: Planning completed in 0.26 seconds
1852026-05-28T08:45:15.533Z Mediators to change: 1
1862026-05-28T08:45:15.533Z Create boot environment: No
1872026-05-28T08:45:15.533ZCreate backup boot environment: No
1882026-05-28T08:45:15.582ZFinalize: Updating package state database ... Done
1892026-05-28T08:45:15.582ZFinalize: Updating package cache ... Done
1902026-05-28T08:45:15.593ZFinalize: Updating image state ... Done
1912026-05-28T08:45:17.554ZFinalize: Creating fast lookup database ... Done
1922026-05-28T08:45:17.618ZFinalize: Reading search index ... Done
1932026-05-28T08:45:17.622ZFinalize: Updating search index ... Done
1942026-05-28T08:45:17.699ZFinalize: Updating package cache ... Done
1952026-05-28T08:45:18.016ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-28T08:45:18.016Zapache system 2.4 system
1972026-05-28T08:45:18.016Zclang system 15 system
1982026-05-28T08:45:18.016Zcsh system system illumos
1992026-05-28T08:45:18.016Zctags system system illumos
2002026-05-28T08:45:18.016Zfile vendor vendor darwinsys
2012026-05-28T08:45:18.016Zfile system system illumos
2022026-05-28T08:45:18.016Zgcc vendor 14 vendor
2032026-05-28T08:45:18.016Zgcc system 13 system
2042026-05-28T08:45:18.016Zgcc system 10 system
2052026-05-28T08:45:18.016Zgo system 1.25 system
2062026-05-28T08:45:18.016Zllvm system 15 system
2072026-05-28T08:45:18.016Zmariadb system 11.4 system
2082026-05-28T08:45:18.016Zmta vendor vendor dma
2092026-05-28T08:45:18.016Zopenjdk system 17 system
2102026-05-28T08:45:18.016Zopenjdk system 11 system
2112026-05-28T08:45:18.016Zopenssl vendor 3 vendor
2122026-05-28T08:45:18.016Zperl system 5.40 system
2132026-05-28T08:45:18.016Zpostgresql system 18 system
2142026-05-28T08:45:18.016Zpostgresql system 17 system
2152026-05-28T08:45:18.016Zpython vendor 3 vendor
2162026-05-28T08:45:18.017Zpython system 2 system
2172026-05-28T08:45:18.017Zpython3 vendor 3.13 vendor
2182026-05-28T08:45:18.017Zruby system 3.4 system
2192026-05-28T08:45:18.017Zruby system 3.0 system
2202026-05-28T08:45:18.017Zwords vendor vendor american-english
2212026-05-28T08:45:18.017Zwords system system australian-english
2222026-05-28T08:45:18.017Zwords system system british-english
2232026-05-28T08:45:18.017Zwords system system canadian-english
2242026-05-28T08:45:18.017Zwords system system french
2252026-05-28T08:45:18.017Zwords system system italian
2262026-05-28T08:45:18.017Zwords system system ngerman
2272026-05-28T08:45:18.017Zwords system system ogerman
2282026-05-28T08:45:18.017Zwords system system spanish
2292026-05-28T08:45:18.270ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-28T08:45:18.270Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-28T08:45:18.549ZFMRI IFO
2322026-05-28T08:45:18.549Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-28T08:45:18.549Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-28T08:45:18.549Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-28T08:45:18.549Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-28T08:45:18.549Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-28T08:45:18.549Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-28T08:45:18.549Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-28T08:45:18.549Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-28T08:45:18.549Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-28T08:45:18.792Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-28T08:45:19.034Z Updating crates.io index
2432026-05-28T08:45:19.037Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-28T08:45:19.275Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-28T08:45:20.038Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-28T08:45:20.459Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-28T08:45:21.545Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-28T08:45:22.007Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-28T08:45:23.493Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-28T08:45:24.193Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-28T08:45:24.609Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-28T08:45:25.655Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-28T08:45:26.170Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-28T08:45:26.444Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-28T08:45:26.710Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-28T08:45:27.759Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-28T08:45:28.230Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-28T08:45:28.668Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-28T08:45:28.886Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-28T08:45:29.252Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-28T08:45:29.613Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-28T08:45:29.961Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-28T08:45:30.176Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-28T08:45:30.398Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-28T08:45:30.773Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-28T08:45:31.199Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-28T08:45:31.453Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-28T08:45:31.897Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-28T08:45:32.402Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-28T08:45:32.721Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-28T08:45:33.035Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-28T08:45:34.413Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-28T08:45:34.804Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-05-28T08:45:35.174Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-05-28T08:45:35.581Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-05-28T08:45:35.997Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-28T08:45:36.284Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-05-28T08:45:36.555Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-05-28T08:45:36.903Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-05-28T08:45:37.538Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-05-28T08:45:37.847Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-05-28T08:45:38.144Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-28T08:45:50.457Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-05-28T08:45:52.199Z Downloading crates ...
2852026-05-28T08:45:52.240Z Downloaded cargo-platform v0.2.0
2862026-05-28T08:45:52.248Z Downloaded camino-tempfile v1.4.1
2872026-05-28T08:45:52.251Z Downloaded camino v1.2.2
2882026-05-28T08:45:52.251Z Downloaded anstream v1.0.0
2892026-05-28T08:45:52.253Z Downloaded heck v0.4.1
2902026-05-28T08:45:52.253Z Downloaded fnv v1.0.7
2912026-05-28T08:45:52.257Z Downloaded serde_derive v1.0.228
2922026-05-28T08:45:52.257Z Downloaded potential_utf v0.1.4
2932026-05-28T08:45:52.259Z Downloaded percent-encoding v2.3.2
2942026-05-28T08:45:52.260Z Downloaded ordered-float v2.10.1
2952026-05-28T08:45:52.260Z Downloaded memmap v0.7.0
2962026-05-28T08:45:52.260Z Downloaded unicode-xid v0.2.6
2972026-05-28T08:45:52.262Z Downloaded anyhow v1.0.102
2982026-05-28T08:45:52.265Z Downloaded proc-macro-error v1.0.4
2992026-05-28T08:45:52.265Z Downloaded serde_spanned v0.6.9
3002026-05-28T08:45:52.268Z Downloaded heck v0.5.0
3012026-05-28T08:45:52.268Z Downloaded cfg-if v1.0.4
3022026-05-28T08:45:52.268Z Downloaded equivalent v1.0.2
3032026-05-28T08:45:52.268Z Downloaded toml_write v0.1.2
3042026-05-28T08:45:52.270Z Downloaded textwrap v0.16.2
3052026-05-28T08:45:52.273Z Downloaded unicode-linebreak v0.1.5
3062026-05-28T08:45:52.273Z Downloaded usdt v0.5.0
3072026-05-28T08:45:52.273Z Downloaded idna_adapter v1.2.1
3082026-05-28T08:45:52.273Z Downloaded fastrand v2.3.0
3092026-05-28T08:45:52.276Z Downloaded bytecount v0.6.9
3102026-05-28T08:45:52.276Z Downloaded plain v0.2.3
3112026-05-28T08:45:52.279Z Downloaded typeid v1.0.3
3122026-05-28T08:45:52.279Z Downloaded yoke-derive v0.8.1
3132026-05-28T08:45:52.279Z Downloaded usdt-attr-macro v0.5.0
3142026-05-28T08:45:52.282Z Downloaded serde_tokenstream v0.2.3
3152026-05-28T08:45:52.282Z Downloaded displaydoc v0.2.5
3162026-05-28T08:45:52.284Z Downloaded zerofrom v0.1.6
3172026-05-28T08:45:52.287Z Downloaded zerofrom-derive v0.1.6
3182026-05-28T08:45:52.289Z Downloaded quote v1.0.45
3192026-05-28T08:45:52.289Z Downloaded serde-untagged v0.1.9
3202026-05-28T08:45:52.292Z Downloaded utf8_iter v1.0.4
3212026-05-28T08:45:52.292Z Downloaded usdt-impl v0.5.0
3222026-05-28T08:45:52.294Z Downloaded utf8parse v0.2.2
3232026-05-28T08:45:52.295Z Downloaded version_check v0.9.5
3242026-05-28T08:45:52.295Z Downloaded usdt-macro v0.5.0
3252026-05-28T08:45:52.295Z Downloaded thread-id v4.2.2
3262026-05-28T08:45:52.297Z Downloaded thiserror-impl v1.0.69
3272026-05-28T08:45:52.297Z Downloaded toml_datetime v0.6.11
3282026-05-28T08:45:52.300Z Downloaded fs-err v3.3.0
3292026-05-28T08:45:52.300Z Downloaded byteorder v1.5.0
3302026-05-28T08:45:52.303Z Downloaded digest v0.10.7
3312026-05-28T08:45:52.305Z Downloaded zerovec-derive v0.11.2
3322026-05-28T08:45:52.305Z Downloaded macaddr v1.0.1
3332026-05-28T08:45:52.305Z Downloaded clap_lex v1.0.0
3342026-05-28T08:45:52.308Z Downloaded writeable v0.6.2
3352026-05-28T08:45:52.308Z Downloaded tinystr v0.8.2
3362026-05-28T08:45:52.310Z Downloaded scroll_derive v0.12.1
3372026-05-28T08:45:52.313Z Downloaded thiserror v2.0.18
3382026-05-28T08:45:52.315Z Downloaded zmij v1.0.21
3392026-05-28T08:45:52.315Z Downloaded toml v0.8.23
3402026-05-28T08:45:52.318Z Downloaded yoke v0.8.1
3412026-05-28T08:45:52.318Z Downloaded strsim v0.11.1
3422026-05-28T08:45:52.320Z Downloaded ucd-trie v0.1.7
3432026-05-28T08:45:52.320Z Downloaded zerocopy-derive v0.7.35
3442026-05-28T08:45:52.323Z Downloaded thiserror-impl v2.0.18
3452026-05-28T08:45:52.323Z Downloaded proc-macro-error-attr v1.0.4
3462026-05-28T08:45:52.326Z Downloaded block-buffer v0.10.4
3472026-05-28T08:45:52.326Z Downloaded generic-array v0.14.7
3482026-05-28T08:45:52.326Z Downloaded itoa v1.0.17
3492026-05-28T08:45:52.326Z Downloaded unicode-ident v1.0.24
3502026-05-28T08:45:52.328Z Downloaded crypto-common v0.1.7
3512026-05-28T08:45:52.328Z Downloaded cpufeatures v0.2.17
3522026-05-28T08:45:52.331Z Downloaded toml_edit v0.22.27
3532026-05-28T08:45:52.333Z Downloaded dtrace-parser v0.2.0
3542026-05-28T08:45:52.336Z Downloaded zerotrie v0.2.3
3552026-05-28T08:45:52.338Z Downloaded swrite v0.1.0
3562026-05-28T08:45:52.342Z Downloaded scroll v0.12.0
3572026-05-28T08:45:52.344Z Downloaded url v2.5.8
3582026-05-28T08:45:52.347Z Downloaded typenum v1.19.0
3592026-05-28T08:45:52.349Z Downloaded errno v0.3.14
3602026-05-28T08:45:52.352Z Downloaded tabled_derive v0.7.0
3612026-05-28T08:45:52.352Z Downloaded form_urlencoded v1.2.2
3622026-05-28T08:45:52.352Z Downloaded terminal_size v0.4.3
3632026-05-28T08:45:52.355Z Downloaded pretty-hex v0.4.1
3642026-05-28T08:45:52.357Z Downloaded zerovec v0.11.5
3652026-05-28T08:45:52.360Z Downloaded stable_deref_trait v1.2.1
3662026-05-28T08:45:52.362Z Downloaded smawk v0.3.2
3672026-05-28T08:45:52.362Z Downloaded is_terminal_polyfill v1.70.2
3682026-05-28T08:45:52.362Z Downloaded icu_normalizer v2.1.1
3692026-05-28T08:45:52.365Z Downloaded colorchoice v1.0.4
3702026-05-28T08:45:52.365Z Downloaded serde-value v0.7.0
3712026-05-28T08:45:52.365Z Downloaded zerocopy v0.7.35
3722026-05-28T08:45:52.373Z Downloaded synstructure v0.13.2
3732026-05-28T08:45:52.375Z Downloaded winnow v0.7.14
3742026-05-28T08:45:52.379Z Downloaded erased-serde v0.4.9
3752026-05-28T08:45:52.381Z Downloaded cargo_toml v0.21.0
3762026-05-28T08:45:52.381Z Downloaded cargo_metadata v0.21.0
3772026-05-28T08:45:52.383Z Downloaded dof v0.3.0
3782026-05-28T08:45:52.384Z Downloaded unicode-width v0.2.0
3792026-05-28T08:45:52.386Z Downloaded unicode-width v0.1.14
3802026-05-28T08:45:52.389Z Downloaded thiserror v1.0.69
3812026-05-28T08:45:52.393Z Downloaded serde_core v1.0.228
3822026-05-28T08:45:52.395Z Downloaded icu_locale_core v2.1.1
3832026-05-28T08:45:52.398Z Downloaded anstyle v1.0.14
3842026-05-28T08:45:52.398Z Downloaded anstyle-query v1.1.5
3852026-05-28T08:45:52.400Z Downloaded papergrid v0.11.0
3862026-05-28T08:45:52.403Z Downloaded cargo-util-schemas v0.8.2
3872026-05-28T08:45:52.403Z Downloaded autocfg v1.5.0
3882026-05-28T08:45:52.406Z Downloaded once_cell v1.21.3
3892026-05-28T08:45:52.408Z Downloaded smallvec v1.15.1
3902026-05-28T08:45:52.413Z Downloaded sha2 v0.10.9
3912026-05-28T08:45:52.416Z Downloaded anstyle-parse v1.0.0
3922026-05-28T08:45:52.418Z Downloaded serde v1.0.228
3932026-05-28T08:45:52.421Z Downloaded semver v1.0.28
3942026-05-28T08:45:52.423Z Downloaded clap_derive v4.6.1
3952026-05-28T08:45:52.426Z Downloaded pest_meta v2.8.6
3962026-05-28T08:45:52.428Z Downloaded litemap v0.8.1
3972026-05-28T08:45:52.428Z Downloaded log v0.4.29
3982026-05-28T08:45:52.431Z Downloaded getrandom v0.4.1
3992026-05-28T08:45:52.433Z Downloaded pest_generator v2.8.6
4002026-05-28T08:45:52.433Z Downloaded pest_derive v2.8.6
4012026-05-28T08:45:52.436Z Downloaded num-traits v0.2.19
4022026-05-28T08:45:52.436Z Downloaded icu_provider v2.1.1
4032026-05-28T08:45:52.438Z Downloaded icu_properties v2.1.2
4042026-05-28T08:45:52.438Z Downloaded bitflags v2.11.0
4052026-05-28T08:45:52.441Z Downloaded tempfile v3.25.0
4062026-05-28T08:45:52.449Z Downloaded clap v4.6.1
4072026-05-28T08:45:52.455Z Downloaded icu_normalizer_data v2.1.1
4082026-05-28T08:45:52.458Z Downloaded icu_collections v2.1.1
4092026-05-28T08:45:52.477Z Downloaded proc-macro2 v1.0.106
4102026-05-28T08:45:52.485Z Downloaded memchr v2.8.0
4112026-05-28T08:45:52.488Z Downloaded pest v2.8.6
4122026-05-28T08:45:52.491Z Downloaded indexmap v2.14.0
4132026-05-28T08:45:52.494Z Downloaded clap_builder v4.6.0
4142026-05-28T08:45:52.518Z Downloaded serde_json v1.0.149
4152026-05-28T08:45:52.521Z Downloaded icu_properties_data v2.1.2
4162026-05-28T08:45:52.527Z Downloaded idna v1.1.0
4172026-05-28T08:45:52.529Z Downloaded hashbrown v0.17.0
4182026-05-28T08:45:52.536Z Downloaded goblin v0.8.2
4192026-05-28T08:45:52.539Z Downloaded tabled v0.15.0
4202026-05-28T08:45:52.547Z Downloaded syn v1.0.109
4212026-05-28T08:45:52.561Z Downloaded syn v2.0.117
4222026-05-28T08:45:52.576Z Downloaded rustix v1.1.3
4232026-05-28T08:45:52.602Z Downloaded libc v0.2.185
4242026-05-28T08:45:52.678Z Compiling proc-macro2 v1.0.106
4252026-05-28T08:45:52.678Z Compiling unicode-ident v1.0.24
4262026-05-28T08:45:52.678Z Compiling quote v1.0.45
4272026-05-28T08:45:52.681Z Compiling serde_core v1.0.228
4282026-05-28T08:45:52.681Z Compiling libc v0.2.185
4292026-05-28T08:45:52.681Z Compiling version_check v0.9.5
4302026-05-28T08:45:52.681Z Compiling serde v1.0.228
4312026-05-28T08:45:52.681Z Compiling memchr v2.8.0
4322026-05-28T08:45:53.020Z Compiling stable_deref_trait v1.2.1
4332026-05-28T08:45:53.100Z Compiling zmij v1.0.21
4342026-05-28T08:45:53.274Z Compiling ucd-trie v0.1.7
4352026-05-28T08:45:53.307Z Compiling itoa v1.0.17
4362026-05-28T08:45:53.323Z Compiling thiserror v1.0.69
4372026-05-28T08:45:53.493Z Compiling autocfg v1.5.0
4382026-05-28T08:45:53.580Z Compiling pest v2.8.6
4392026-05-28T08:45:53.697Z Compiling litemap v0.8.1
4402026-05-28T08:45:53.738Z Compiling writeable v0.6.2
4412026-05-28T08:45:53.813Z Compiling icu_properties_data v2.1.2
4422026-05-28T08:45:53.938Z Compiling icu_normalizer_data v2.1.1
4432026-05-28T08:45:53.999Z Compiling byteorder v1.5.0
4442026-05-28T08:45:54.133Z Compiling syn v2.0.117
4452026-05-28T08:45:54.200Z Compiling rustix v1.1.3
4462026-05-28T08:45:54.267Z Compiling errno v0.3.14
4472026-05-28T08:45:54.283Z Compiling serde_json v1.0.149
4482026-05-28T08:45:54.300Z Compiling bitflags v2.11.0
4492026-05-28T08:45:54.521Z Compiling num-traits v0.2.19
4502026-05-28T08:45:54.557Z Compiling typeid v1.0.3
4512026-05-28T08:45:54.574Z Compiling equivalent v1.0.2
4522026-05-28T08:45:54.664Z Compiling pest_meta v2.8.6
4532026-05-28T08:45:54.705Z Compiling smallvec v1.15.1
4542026-05-28T08:45:54.819Z Compiling hashbrown v0.17.0
4552026-05-28T08:45:55.052Z Compiling thread-id v4.2.2
4562026-05-28T08:45:55.125Z Compiling usdt-impl v0.5.0
4572026-05-28T08:45:55.144Z Compiling proc-macro-error-attr v1.0.4
4582026-05-28T08:45:55.147Z Compiling toml_write v0.1.2
4592026-05-28T08:45:55.327Z Compiling indexmap v2.14.0
4602026-05-28T08:45:55.344Z Compiling erased-serde v0.4.9
4612026-05-28T08:45:55.362Z Compiling winnow v0.7.14
4622026-05-28T08:45:55.365Z Compiling syn v1.0.109
4632026-05-28T08:45:55.933Z Compiling proc-macro-error v1.0.4
4642026-05-28T08:45:55.968Z Compiling camino v1.2.2
4652026-05-28T08:45:56.141Z Compiling getrandom v0.4.1
4662026-05-28T08:45:56.282Z Compiling plain v0.2.3
4672026-05-28T08:45:56.300Z Compiling utf8parse v0.2.2
4682026-05-28T08:45:56.398Z Compiling thiserror v2.0.18
4692026-05-28T08:45:56.417Z Compiling utf8_iter v1.0.4
4702026-05-28T08:45:56.433Z Compiling percent-encoding v2.3.2
4712026-05-28T08:45:56.488Z Compiling log v0.4.29
4722026-05-28T08:45:56.569Z Compiling form_urlencoded v1.2.2
4732026-05-28T08:45:56.624Z Compiling anstyle-parse v1.0.0
4742026-05-28T08:45:56.660Z Compiling ordered-float v2.10.1
4752026-05-28T08:45:56.676Z Compiling synstructure v0.13.2
4762026-05-28T08:45:56.727Z Compiling pest_generator v2.8.6
4772026-05-28T08:45:56.931Z Compiling terminal_size v0.4.3
4782026-05-28T08:45:57.074Z Compiling cfg-if v1.0.4
4792026-05-28T08:45:57.153Z Compiling pretty-hex v0.4.1
4802026-05-28T08:45:57.175Z Compiling is_terminal_polyfill v1.70.2
4812026-05-28T08:45:57.251Z Compiling anstyle v1.0.14
4822026-05-28T08:45:57.270Z Compiling colorchoice v1.0.4
4832026-05-28T08:45:57.286Z Compiling anstyle-query v1.1.5
4842026-05-28T08:45:57.302Z Compiling serde-untagged v0.1.9
4852026-05-28T08:45:57.419Z Compiling anstream v1.0.0
4862026-05-28T08:45:57.435Z Compiling semver v1.0.28
4872026-05-28T08:45:57.549Z Compiling fs-err v3.3.0
4882026-05-28T08:45:57.567Z Compiling once_cell v1.21.3
4892026-05-28T08:45:57.761Z Compiling bytecount v0.6.9
4902026-05-28T08:45:57.782Z Compiling strsim v0.11.1
4912026-05-28T08:45:57.799Z Compiling heck v0.5.0
4922026-05-28T08:45:57.817Z Compiling clap_lex v1.0.0
4932026-05-28T08:45:57.834Z Compiling fnv v1.0.7
4942026-05-28T08:45:57.897Z Compiling fastrand v2.3.0
4952026-05-28T08:45:57.940Z Compiling unicode-xid v0.2.6
4962026-05-28T08:45:58.043Z Compiling unicode-width v0.1.14
4972026-05-28T08:45:58.046Z Compiling anyhow v1.0.102
4982026-05-28T08:45:58.134Z Compiling heck v0.4.1
4992026-05-28T08:45:58.161Z Compiling tempfile v3.25.0
5002026-05-28T08:45:58.325Z Compiling papergrid v0.11.0
5012026-05-28T08:45:58.362Z Compiling clap_builder v4.6.0
5022026-05-28T08:45:58.397Z Compiling serde_derive v1.0.228
5032026-05-28T08:45:58.502Z Compiling zerofrom-derive v0.1.6
5042026-05-28T08:45:58.543Z Compiling yoke-derive v0.8.1
5052026-05-28T08:45:58.594Z Compiling zerovec-derive v0.11.2
5062026-05-28T08:45:59.015Z Compiling displaydoc v0.2.5
5072026-05-28T08:45:59.697Z Compiling thiserror-impl v1.0.69
5082026-05-28T08:45:59.716Z Compiling zerocopy-derive v0.7.35
5092026-05-28T08:45:59.757Z Compiling pest_derive v2.8.6
5102026-05-28T08:45:59.775Z Compiling scroll_derive v0.12.1
5112026-05-28T08:45:59.909Z Compiling zerofrom v0.1.6
5122026-05-28T08:46:00.042Z Compiling yoke v0.8.1
5132026-05-28T08:46:00.182Z Compiling thiserror-impl v2.0.18
5142026-05-28T08:46:00.235Z Compiling zerovec v0.11.5
5152026-05-28T08:46:00.436Z Compiling zerotrie v0.2.3
5162026-05-28T08:46:00.563Z Compiling zerocopy v0.7.35
5172026-05-28T08:46:00.744Z Compiling tinystr v0.8.2
5182026-05-28T08:46:00.744Z Compiling potential_utf v0.1.4
5192026-05-28T08:46:00.918Z Compiling icu_collections v2.1.1
5202026-05-28T08:46:00.973Z Compiling icu_locale_core v2.1.1
5212026-05-28T08:46:01.049Z Compiling dtrace-parser v0.2.0
5222026-05-28T08:46:01.109Z Compiling scroll v0.12.0
5232026-05-28T08:46:01.391Z Compiling goblin v0.8.2
5242026-05-28T08:46:01.408Z Compiling tabled_derive v0.7.0
5252026-05-28T08:46:01.459Z Compiling clap_derive v4.6.1
5262026-05-28T08:46:01.627Z Compiling icu_provider v2.1.1
5272026-05-28T08:46:01.800Z Compiling toml_datetime v0.6.11
5282026-05-28T08:46:01.833Z Compiling serde_spanned v0.6.9
5292026-05-28T08:46:01.860Z Compiling icu_normalizer v2.1.1
5302026-05-28T08:46:01.886Z Compiling icu_properties v2.1.2
5312026-05-28T08:46:01.932Z Compiling dof v0.3.0
5322026-05-28T08:46:01.983Z Compiling toml_edit v0.22.27
5332026-05-28T08:46:02.075Z Compiling serde_tokenstream v0.2.3
5342026-05-28T08:46:02.343Z Compiling serde-value v0.7.0
5352026-05-28T08:46:02.397Z Compiling cargo-platform v0.2.0
5362026-05-28T08:46:02.419Z Compiling memmap v0.7.0
5372026-05-28T08:46:02.615Z Compiling unicode-linebreak v0.1.5
5382026-05-28T08:46:02.709Z Compiling smawk v0.3.2
5392026-05-28T08:46:02.744Z Compiling unicode-width v0.2.0
5402026-05-28T08:46:02.865Z Compiling idna_adapter v1.2.1
5412026-05-28T08:46:02.925Z Compiling tabled v0.15.0
5422026-05-28T08:46:02.999Z Compiling idna v1.1.0
5432026-05-28T08:46:02.999Z Compiling usdt-attr-macro v0.5.0
5442026-05-28T08:46:03.034Z Compiling usdt-macro v0.5.0
5452026-05-28T08:46:03.037Z Compiling textwrap v0.16.2
5462026-05-28T08:46:03.292Z Compiling url v2.5.8
5472026-05-28T08:46:03.536Z Compiling toml v0.8.23
5482026-05-28T08:46:03.688Z Compiling clap v4.6.1
5492026-05-28T08:46:03.719Z Compiling macaddr v1.0.1
5502026-05-28T08:46:03.952Z Compiling cargo-util-schemas v0.8.2
5512026-05-28T08:46:04.150Z Compiling cargo_toml v0.21.0
5522026-05-28T08:46:04.385Z Compiling camino-tempfile v1.4.1
5532026-05-28T08:46:04.484Z Compiling usdt v0.5.0
5542026-05-28T08:46:04.623Z Compiling swrite v0.1.0
5552026-05-28T08:46:04.663Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-05-28T08:46:04.913Z Compiling cargo_metadata v0.21.0
5572026-05-28T08:46:05.848Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-05-28T08:46:07.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.27s
5592026-05-28T08:46:08.153Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-05-28T08:46:08.751Z Downloading crates ...
5612026-05-28T08:46:08.838Z Downloaded array-init v0.0.4
5622026-05-28T08:46:08.842Z Downloaded adler2 v2.0.1
5632026-05-28T08:46:08.844Z Downloaded argon2 v0.5.3
5642026-05-28T08:46:08.848Z Downloaded arc-swap v1.8.2
5652026-05-28T08:46:08.851Z Downloaded cexpr v0.6.0
5662026-05-28T08:46:08.854Z Downloaded blowfish v0.9.1
5672026-05-28T08:46:08.856Z Downloaded bcrypt-pbkdf v0.10.0
5682026-05-28T08:46:08.856Z Downloaded ascii-canvas v3.0.0
5692026-05-28T08:46:08.859Z Downloaded arrayvec v0.7.6
5702026-05-28T08:46:08.859Z Downloaded cfg_aliases v0.1.1
5712026-05-28T08:46:08.861Z Downloaded crc-any v2.5.0
5722026-05-28T08:46:08.861Z Downloaded bitfield-struct v0.6.2
5732026-05-28T08:46:08.864Z Downloaded async-stream-impl v0.3.6
5742026-05-28T08:46:08.864Z Downloaded async-recursion v1.1.1
5752026-05-28T08:46:08.866Z Downloaded constant_time_eq v0.4.2
5762026-05-28T08:46:08.869Z Downloaded crossbeam-channel v0.5.15
5772026-05-28T08:46:08.871Z Downloaded crc-catalog v2.4.0
5782026-05-28T08:46:08.871Z Downloaded base16ct v0.2.0
5792026-05-28T08:46:08.874Z Downloaded atomic-waker v1.1.2
5802026-05-28T08:46:08.874Z Downloaded float-ord v0.3.2
5812026-05-28T08:46:08.876Z Downloaded critical-section v1.2.0
5822026-05-28T08:46:08.879Z Downloaded atty v0.2.14
5832026-05-28T08:46:08.881Z Downloaded darling_macro v0.13.4
5842026-05-28T08:46:08.881Z Downloaded crc8 v0.1.1
5852026-05-28T08:46:08.884Z Downloaded crc32fast v1.5.0
5862026-05-28T08:46:08.884Z Downloaded endian-type v0.1.2
5872026-05-28T08:46:08.886Z Downloaded crossbeam-utils v0.8.21
5882026-05-28T08:46:08.886Z Downloaded cargo-platform v0.3.2
5892026-05-28T08:46:08.889Z Downloaded ff v0.13.1
5902026-05-28T08:46:08.889Z Downloaded block-padding v0.3.3
5912026-05-28T08:46:08.891Z Downloaded async-stream v0.3.6
5922026-05-28T08:46:08.891Z Downloaded downcast-rs v2.0.2
5932026-05-28T08:46:08.894Z Downloaded bit-set v0.5.3
5942026-05-28T08:46:08.894Z Downloaded defmt-parser v1.0.0
5952026-05-28T08:46:08.896Z Downloaded crossbeam-deque v0.8.6
5962026-05-28T08:46:08.896Z Downloaded cpufeatures v0.3.0
5972026-05-28T08:46:08.896Z Downloaded atomicwrites v0.4.4
5982026-05-28T08:46:08.900Z Downloaded defmt v0.3.100
5992026-05-28T08:46:08.902Z Downloaded curve25519-dalek-derive v0.1.1
6002026-05-28T08:46:08.902Z Downloaded drift v0.2.0
6012026-05-28T08:46:08.908Z Downloaded difflib v0.4.0
6022026-05-28T08:46:08.911Z Downloaded camino-tempfile-ext v0.3.3
6032026-05-28T08:46:08.911Z Downloaded bzip2 v0.4.4
6042026-05-28T08:46:08.913Z Downloaded dsl_auto_type v0.2.0
6052026-05-28T08:46:08.916Z Downloaded env_filter v1.0.0
6062026-05-28T08:46:08.916Z Downloaded enum-as-inner v0.6.1
6072026-05-28T08:46:08.919Z Downloaded convert_case v0.4.0
6082026-05-28T08:46:08.919Z Downloaded ciborium-io v0.2.2
6092026-05-28T08:46:08.919Z Downloaded cstr-argument v0.1.2
6102026-05-28T08:46:08.919Z Downloaded bb8 v0.8.6
6112026-05-28T08:46:08.921Z Downloaded embedded-io v0.6.1
6122026-05-28T08:46:08.921Z Downloaded debug-ignore v1.0.5
6132026-05-28T08:46:08.924Z Downloaded embedded-io v0.4.0
6142026-05-28T08:46:08.924Z Downloaded ciborium-ll v0.2.2
6152026-05-28T08:46:08.927Z Downloaded dirs-next v2.0.0
6162026-05-28T08:46:08.927Z Downloaded derive_builder_macro v0.20.2
6172026-05-28T08:46:08.927Z Downloaded compression-core v0.4.31
6182026-05-28T08:46:08.929Z Downloaded crc v3.4.0
6192026-05-28T08:46:08.929Z Downloaded darling_core v0.23.0
6202026-05-28T08:46:08.932Z Downloaded crossbeam-epoch v0.9.18
6212026-05-28T08:46:08.934Z Downloaded bit-set v0.8.0
6222026-05-28T08:46:08.936Z Downloaded float-cmp v0.10.0
6232026-05-28T08:46:08.936Z Downloaded bitfield-macros v0.19.4
6242026-05-28T08:46:08.936Z Downloaded dof v0.4.0
6252026-05-28T08:46:08.939Z Downloaded dtrace-parser v0.3.0
6262026-05-28T08:46:08.939Z Downloaded cfg_aliases v0.2.1
6272026-05-28T08:46:08.939Z Downloaded foreign-types v0.3.2
6282026-05-28T08:46:08.942Z Downloaded assert_matches v1.5.0
6292026-05-28T08:46:08.942Z Downloaded arrayref v0.3.9
6302026-05-28T08:46:08.942Z Downloaded castaway v0.2.4
6312026-05-28T08:46:08.944Z Downloaded ahash v0.8.12
6322026-05-28T08:46:08.946Z Downloaded display-error-chain v0.2.2
6332026-05-28T08:46:08.946Z Downloaded dunce v1.0.5
6342026-05-28T08:46:08.947Z Downloaded darling_macro v0.20.11
6352026-05-28T08:46:08.949Z Downloaded crunchy v0.2.4
6362026-05-28T08:46:08.949Z Downloaded darling_core v0.21.3
6372026-05-28T08:46:08.952Z Downloaded foreign-types-shared v0.3.1
6382026-05-28T08:46:08.954Z Downloaded darling_macro v0.21.3
6392026-05-28T08:46:08.954Z Downloaded convert_case v0.10.0
6402026-05-28T08:46:08.954Z Downloaded base64 v0.21.7
6412026-05-28T08:46:08.957Z Downloaded dyn-clone v1.0.20
6422026-05-28T08:46:08.959Z Downloaded dirs-sys-next v0.1.2
6432026-05-28T08:46:08.959Z Downloaded aead v0.5.2
6442026-05-28T08:46:08.962Z Downloaded darling_macro v0.23.0
6452026-05-28T08:46:08.962Z Downloaded chacha20 v0.9.1
6462026-05-28T08:46:08.964Z Downloaded dropshot-api-manager-types v0.7.2
6472026-05-28T08:46:08.964Z Downloaded document-features v0.2.12
6482026-05-28T08:46:08.964Z Downloaded funty v2.0.0
6492026-05-28T08:46:08.967Z Downloaded foreign-types-shared v0.1.1
6502026-05-28T08:46:08.967Z Downloaded cmake v0.1.57
6512026-05-28T08:46:08.967Z Downloaded anstyle-parse v0.2.7
6522026-05-28T08:46:08.970Z Downloaded foreign-types-macros v0.2.3
6532026-05-28T08:46:08.970Z Downloaded futures-core v0.3.32
6542026-05-28T08:46:08.972Z Downloaded flagset v0.4.7
6552026-05-28T08:46:08.972Z Downloaded foreign-types v0.5.0
6562026-05-28T08:46:08.974Z Downloaded diesel_table_macro_syntax v0.3.0
6572026-05-28T08:46:08.975Z Downloaded futures-sink v0.3.32
6582026-05-28T08:46:08.975Z Downloaded deranged v0.5.8
6592026-05-28T08:46:08.977Z Downloaded futures-io v0.3.32
6602026-05-28T08:46:08.977Z Downloaded darling_core v0.13.4
6612026-05-28T08:46:08.980Z Downloaded gethostname v0.5.0
6622026-05-28T08:46:08.982Z Downloaded fxhash v0.2.1
6632026-05-28T08:46:08.982Z Downloaded futures-task v0.3.32
6642026-05-28T08:46:08.982Z Downloaded env_logger v0.11.9
6652026-05-28T08:46:08.985Z Downloaded der_derive v0.7.3
6662026-05-28T08:46:08.987Z Downloaded globwalk v0.9.1
6672026-05-28T08:46:08.987Z Downloaded ena v0.14.4
6682026-05-28T08:46:08.990Z Downloaded cassowary v0.3.0
6692026-05-28T08:46:08.990Z Downloaded find-msvc-tools v0.1.9
6702026-05-28T08:46:08.992Z Downloaded base64ct v1.8.3
6712026-05-28T08:46:08.995Z Downloaded git-stub v1.0.0
6722026-05-28T08:46:08.995Z Downloaded hash32 v0.3.1
6732026-05-28T08:46:08.997Z Downloaded hash32 v0.2.1
6742026-05-28T08:46:08.997Z Downloaded compression-codecs v0.4.37
6752026-05-28T08:46:09.000Z Downloaded cargo_metadata v0.23.1
6762026-05-28T08:46:09.003Z Downloaded cobs v0.3.0
6772026-05-28T08:46:09.003Z Downloaded bit-vec v0.8.0
6782026-05-28T08:46:09.003Z Downloaded bit-vec v0.6.3
6792026-05-28T08:46:09.005Z Downloaded cipher v0.4.4
6802026-05-28T08:46:09.005Z Downloaded fixedbitset v0.5.7
6812026-05-28T08:46:09.008Z Downloaded data-encoding v2.10.0
6822026-05-28T08:46:09.008Z Downloaded ctr v0.9.2
6832026-05-28T08:46:09.010Z Downloaded ghash v0.5.1
6842026-05-28T08:46:09.010Z Downloaded foldhash v0.1.5
6852026-05-28T08:46:09.013Z Downloaded hex-literal v0.4.1
6862026-05-28T08:46:09.013Z Downloaded fixedbitset v0.4.2
6872026-05-28T08:46:09.016Z Downloaded bitfield v0.19.4
6882026-05-28T08:46:09.016Z Downloaded erased-serde v0.3.31
6892026-05-28T08:46:09.018Z Downloaded crucible-workspace-hack v0.1.0
6902026-05-28T08:46:09.018Z Downloaded ed25519 v2.2.3
6912026-05-28T08:46:09.018Z Downloaded fd-lock v4.0.4
6922026-05-28T08:46:09.021Z Downloaded filetime v0.2.27
6932026-05-28T08:46:09.023Z Downloaded ecdsa v0.16.9
6942026-05-28T08:46:09.023Z Downloaded csv-core v0.1.13
6952026-05-28T08:46:09.026Z Downloaded darling v0.13.4
6962026-05-28T08:46:09.026Z Downloaded hostname v0.3.1
6972026-05-28T08:46:09.029Z Downloaded hubpack v0.1.2
6982026-05-28T08:46:09.029Z Downloaded hyper-tls v0.6.0
6992026-05-28T08:46:09.032Z Downloaded hubpack_derive v0.1.1
7002026-05-28T08:46:09.032Z Downloaded http-body v1.0.1
7012026-05-28T08:46:09.032Z Downloaded hostname v0.4.2
7022026-05-28T08:46:09.036Z Downloaded http-range v0.1.5
7032026-05-28T08:46:09.036Z Downloaded des v0.8.1
7042026-05-28T08:46:09.039Z Downloaded glob v0.3.3
7052026-05-28T08:46:09.039Z Downloaded futures-executor v0.3.32
7062026-05-28T08:46:09.039Z Downloaded defmt-macros v1.0.1
7072026-05-28T08:46:09.041Z Downloaded group v0.13.0
7082026-05-28T08:46:09.042Z Downloaded globset v0.4.18
7092026-05-28T08:46:09.044Z Downloaded ident_case v1.0.1
7102026-05-28T08:46:09.044Z Downloaded diff v0.1.13
7112026-05-28T08:46:09.047Z Downloaded inout v0.1.4
7122026-05-28T08:46:09.047Z Downloaded indoc v1.0.9
7132026-05-28T08:46:09.049Z Downloaded buf-list v1.1.2
7142026-05-28T08:46:09.052Z Downloaded illumos-nvpair-sys v0.2.0
7152026-05-28T08:46:09.052Z Downloaded illumos-nvpair v0.3.0
7162026-05-28T08:46:09.052Z Downloaded const_format_proc_macros v0.2.34
7172026-05-28T08:46:09.055Z Downloaded instability v0.3.11
7182026-05-28T08:46:09.055Z Downloaded instant v0.1.13
7192026-05-28T08:46:09.058Z Downloaded async-trait v0.1.89
7202026-05-28T08:46:09.060Z Downloaded const-oid v0.9.6
7212026-05-28T08:46:09.060Z Downloaded foldhash v0.2.0
7222026-05-28T08:46:09.062Z Downloaded colored v3.1.1
7232026-05-28T08:46:09.065Z Downloaded async-bb8-diesel v0.2.1
7242026-05-28T08:46:09.065Z Downloaded console v0.16.2
7252026-05-28T08:46:09.068Z Downloaded highway v1.3.0
7262026-05-28T08:46:09.068Z Downloaded is_ci v1.2.0
7272026-05-28T08:46:09.070Z Downloaded is-terminal v0.4.17
7282026-05-28T08:46:09.070Z Downloaded fs-err v2.11.0
7292026-05-28T08:46:09.073Z Downloaded keccak v0.1.6
7302026-05-28T08:46:09.073Z Downloaded lazy_static v1.5.0
7312026-05-28T08:46:09.073Z Downloaded hex v0.4.3
7322026-05-28T08:46:09.076Z Downloaded cookie v0.18.1
7332026-05-28T08:46:09.078Z Downloaded ciborium v0.2.2
7342026-05-28T08:46:09.078Z Downloaded cancel-safe-futures v0.1.5
7352026-05-28T08:46:09.081Z Downloaded bzip2 v0.6.1
7362026-05-28T08:46:09.083Z Downloaded bitflags v1.3.2
7372026-05-28T08:46:09.086Z Downloaded http-body-util v0.1.3
7382026-05-28T08:46:09.086Z Downloaded libscf-sys v1.1.0
7392026-05-28T08:46:09.088Z Downloaded humantime v2.3.0
7402026-05-28T08:46:09.088Z Downloaded lalrpop-util v0.19.12
7412026-05-28T08:46:09.088Z Downloaded kstat-rs v0.2.4
7422026-05-28T08:46:09.091Z Downloaded httpdate v1.0.3
7432026-05-28T08:46:09.091Z Downloaded futures-channel v0.3.32
7442026-05-28T08:46:09.093Z Downloaded getrandom v0.2.17
7452026-05-28T08:46:09.096Z Downloaded derive_builder v0.20.2
7462026-05-28T08:46:09.098Z Downloaded indent_write v2.2.0
7472026-05-28T08:46:09.098Z Downloaded lru-slab v0.1.2
7482026-05-28T08:46:09.102Z Downloaded linked-hash-map v0.5.6
7492026-05-28T08:46:09.102Z Downloaded impl-trait-for-tuples v0.2.3
7502026-05-28T08:46:09.105Z Downloaded maplit v1.0.2
7512026-05-28T08:46:09.105Z Downloaded md5 v0.7.0
7522026-05-28T08:46:09.105Z Downloaded maybe-uninit v2.0.0
7532026-05-28T08:46:09.105Z Downloaded managed v0.8.0
7542026-05-28T08:46:09.108Z Downloaded lzss v0.8.2
7552026-05-28T08:46:09.108Z Downloaded ingot-types v0.1.2
7562026-05-28T08:46:09.110Z Downloaded multimap v0.10.1
7572026-05-28T08:46:09.110Z Downloaded memoffset v0.9.1
7582026-05-28T08:46:09.110Z Downloaded match_cfg v0.1.0
7592026-05-28T08:46:09.113Z Downloaded lru v0.12.5
7602026-05-28T08:46:09.113Z Downloaded ingot v0.1.1
7612026-05-28T08:46:09.113Z Downloaded indoc v2.0.7
7622026-05-28T08:46:09.115Z Downloaded mime v0.3.17
7632026-05-28T08:46:09.118Z Downloaded clang-sys v1.8.1
7642026-05-28T08:46:09.118Z Downloaded expectorate v1.2.0
7652026-05-28T08:46:09.120Z Downloaded newline-converter v0.3.0
7662026-05-28T08:46:09.120Z Downloaded ipnetwork v0.21.1
7672026-05-28T08:46:09.123Z Downloaded nibble_vec v0.1.0
7682026-05-28T08:46:09.123Z Downloaded newtype-uuid-macros v0.1.0
7692026-05-28T08:46:09.125Z Downloaded ipnet v2.11.0
7702026-05-28T08:46:09.125Z Downloaded internet-checksum v0.2.1
7712026-05-28T08:46:09.125Z Downloaded compact_str v0.8.1
7722026-05-28T08:46:09.128Z Downloaded allocator-api2 v0.2.21
7732026-05-28T08:46:09.131Z Downloaded new_debug_unreachable v1.0.6
7742026-05-28T08:46:09.131Z Downloaded der v0.7.10
7752026-05-28T08:46:09.133Z Downloaded num v0.4.3
7762026-05-28T08:46:09.136Z Downloaded hmac v0.12.1
7772026-05-28T08:46:09.136Z Downloaded num-derive v0.4.2
7782026-05-28T08:46:09.138Z Downloaded nodrop v0.1.14
7792026-05-28T08:46:09.138Z Downloaded lru-cache v0.1.2
7802026-05-28T08:46:09.141Z Downloaded num_threads v0.1.7
7812026-05-28T08:46:09.141Z Downloaded num_enum_derive v0.5.11
7822026-05-28T08:46:09.143Z Downloaded normalize-line-endings v0.3.0
7832026-05-28T08:46:09.144Z Downloaded nonempty v0.12.0
7842026-05-28T08:46:09.144Z Downloaded libefi-sys v0.1.0
7852026-05-28T08:46:09.146Z Downloaded num-derive v0.3.3
7862026-05-28T08:46:09.146Z Downloaded elliptic-curve v0.13.8
7872026-05-28T08:46:09.150Z Downloaded num-iter v0.1.45
7882026-05-28T08:46:09.150Z Downloaded jobserver v0.1.34
7892026-05-28T08:46:09.152Z Downloaded openssl-probe v0.1.6
7902026-05-28T08:46:09.152Z Downloaded oso-derive v0.27.3
7912026-05-28T08:46:09.152Z Downloaded openssl-macros v0.1.1
7922026-05-28T08:46:09.155Z Downloaded darling v0.20.11
7932026-05-28T08:46:09.157Z Downloaded hyper-staticfile v0.10.1
7942026-05-28T08:46:09.159Z Downloaded hyper-rustls v0.27.7
7952026-05-28T08:46:09.159Z Downloaded md-5 v0.10.6
7962026-05-28T08:46:09.163Z Downloaded linear-map v1.2.0
7972026-05-28T08:46:09.163Z Downloaded opaque-debug v0.3.1
7982026-05-28T08:46:09.165Z Downloaded olpc-cjson v0.1.4
7992026-05-28T08:46:09.165Z Downloaded darling_core v0.20.11
8002026-05-28T08:46:09.168Z Downloaded packed_struct_codegen v0.10.1
8012026-05-28T08:46:09.170Z Downloaded libloading v0.8.9
8022026-05-28T08:46:09.170Z Downloaded libsw-core v0.3.2
8032026-05-28T08:46:09.173Z Downloaded half v1.8.3
8042026-05-28T08:46:09.175Z Downloaded parse-display v0.10.0
8052026-05-28T08:46:09.175Z Downloaded flume v0.11.1
8062026-05-28T08:46:09.179Z Downloaded lock_api v0.4.14
8072026-05-28T08:46:09.179Z Downloaded parse-size v1.1.0
8082026-05-28T08:46:09.183Z Downloaded ingot-macros v0.1.1
8092026-05-28T08:46:09.183Z Downloaded const_format v0.2.35
8102026-05-28T08:46:09.185Z Downloaded native-tls v0.2.18
8112026-05-28T08:46:09.185Z Downloaded nanorand v0.7.0
8122026-05-28T08:46:09.188Z Downloaded pbkdf2 v0.12.2
8132026-05-28T08:46:09.188Z Downloaded mime_guess v2.0.5
8142026-05-28T08:46:09.190Z Downloaded chacha20poly1305 v0.10.1
8152026-05-28T08:46:09.190Z Downloaded iana-time-zone v0.1.65
8162026-05-28T08:46:09.193Z Downloaded num-integer v0.1.46
8172026-05-28T08:46:09.193Z Downloaded pbkdf2 v0.11.0
8182026-05-28T08:46:09.196Z Downloaded path-slash v0.1.5
8192026-05-28T08:46:09.196Z Downloaded newtype-uuid v1.3.2
8202026-05-28T08:46:09.198Z Downloaded half v2.7.1
8212026-05-28T08:46:09.201Z Downloaded num-rational v0.4.2
8222026-05-28T08:46:09.201Z Downloaded getrandom v0.3.4
8232026-05-28T08:46:09.203Z Downloaded async-compression v0.4.41
8242026-05-28T08:46:09.206Z Downloaded num_enum_derive v0.7.6
8252026-05-28T08:46:09.209Z Downloaded phf_shared v0.13.1
8262026-05-28T08:46:09.209Z Downloaded phf_shared v0.11.3
8272026-05-28T08:46:09.211Z Downloaded openssl-probe v0.2.1
8282026-05-28T08:46:09.211Z Downloaded httparse v1.10.1
8292026-05-28T08:46:09.214Z Downloaded pin-utils v0.1.0
8302026-05-28T08:46:09.214Z Downloaded precomputed-hash v0.1.1
8312026-05-28T08:46:09.214Z Downloaded fatfs v0.3.6
8322026-05-28T08:46:09.216Z Downloaded libsw v3.5.0
8332026-05-28T08:46:09.216Z Downloaded darling v0.21.3
8342026-05-28T08:46:09.220Z Downloaded packed_struct v0.10.1
8352026-05-28T08:46:09.222Z Downloaded owo-colors v4.3.0
8362026-05-28T08:46:09.222Z Downloaded futures v0.3.32
8372026-05-28T08:46:09.242Z Downloaded oxnet v0.1.5
8382026-05-28T08:46:09.245Z Downloaded cc v1.2.56
8392026-05-28T08:46:09.247Z Downloaded num_enum v0.7.6
8402026-05-28T08:46:09.250Z Downloaded num_enum v0.5.11
8412026-05-28T08:46:09.254Z Downloaded proc-macro-error-attr2 v2.0.0
8422026-05-28T08:46:09.254Z Downloaded proc-macro-crate v3.4.0
8432026-05-28T08:46:09.256Z Downloaded proc-macro-crate v1.3.1
8442026-05-28T08:46:09.256Z Downloaded predicates-core v1.0.10
8452026-05-28T08:46:09.256Z Downloaded progenitor-macro v0.14.0
8462026-05-28T08:46:09.259Z Downloaded progenitor-macro v0.11.2
8472026-05-28T08:46:09.259Z Downloaded indexmap v1.9.3
8482026-05-28T08:46:09.261Z Downloaded ignore v0.4.25
8492026-05-28T08:46:09.261Z Downloaded progenitor-macro v0.13.0
8502026-05-28T08:46:09.264Z Downloaded pem v3.0.6
8512026-05-28T08:46:09.264Z Downloaded peg-runtime v0.8.5
8522026-05-28T08:46:09.267Z Downloaded peg-macros v0.8.5
8532026-05-28T08:46:09.267Z Downloaded peg v0.8.5
8542026-05-28T08:46:09.270Z Downloaded paste v1.0.15
8552026-05-28T08:46:09.272Z Downloaded quick-error v1.2.3
8562026-05-28T08:46:09.272Z Downloaded psl-types v2.0.11
8572026-05-28T08:46:09.272Z Downloaded progenitor-client v0.14.0
8582026-05-28T08:46:09.275Z Downloaded phf_shared v0.12.1
8592026-05-28T08:46:09.275Z Downloaded pem-rfc7468 v0.7.0
8602026-05-28T08:46:09.278Z Downloaded radium v0.7.0
8612026-05-28T08:46:09.278Z Downloaded num-complex v0.4.6
8622026-05-28T08:46:09.278Z Downloaded heapless v0.8.0
8632026-05-28T08:46:09.282Z Downloaded parse-display-derive v0.10.0
8642026-05-28T08:46:09.282Z Downloaded phf v0.12.1
8652026-05-28T08:46:09.285Z Downloaded libbz2-rs-sys v0.2.2
8662026-05-28T08:46:09.285Z Downloaded ppv-lite86 v0.2.21
8672026-05-28T08:46:09.288Z Downloaded powerfmt v0.2.0
8682026-05-28T08:46:09.288Z Downloaded polyval v0.6.2
8692026-05-28T08:46:09.288Z Downloaded pkcs8 v0.10.2
8702026-05-28T08:46:09.290Z Downloaded rand_chacha v0.3.1
8712026-05-28T08:46:09.293Z Downloaded rand_xorshift v0.4.0
8722026-05-28T08:46:09.293Z Downloaded poly1305 v0.8.0
8732026-05-28T08:46:09.295Z Downloaded pin-project-internal v1.1.11
8742026-05-28T08:46:09.295Z Downloaded pin-project-lite v0.2.17
8752026-05-28T08:46:09.298Z Downloaded indicatif v0.18.4
8762026-05-28T08:46:09.301Z Downloaded flate2 v1.1.9
8772026-05-28T08:46:09.304Z Downloaded recursive-proc-macro-impl v0.1.1
8782026-05-28T08:46:09.307Z Downloaded predicates-tree v1.0.13
8792026-05-28T08:46:09.307Z Downloaded omicron-zone-package v0.12.2
8802026-05-28T08:46:09.309Z Downloaded derive_more v2.1.1
8812026-05-28T08:46:09.315Z Downloaded ref-cast-impl v1.0.25
8822026-05-28T08:46:09.318Z Downloaded parking_lot v0.11.2
8832026-05-28T08:46:09.320Z Downloaded ref-cast v1.0.25
8842026-05-28T08:46:09.320Z Downloaded postgres-protocol v0.6.10
8852026-05-28T08:46:09.323Z Downloaded progenitor v0.14.0
8862026-05-28T08:46:09.325Z Downloaded progenitor v0.13.0
8872026-05-28T08:46:09.325Z Downloaded rfc6979 v0.4.0
8882026-05-28T08:46:09.325Z Downloaded progenitor v0.11.2
8892026-05-28T08:46:09.328Z Downloaded hickory-resolver v0.25.2
8902026-05-28T08:46:09.330Z Downloaded crossterm v0.29.0
8912026-05-28T08:46:09.334Z Downloaded russh-cryptovec v0.7.3
8922026-05-28T08:46:09.336Z Downloaded rustc-hash v2.1.1
8932026-05-28T08:46:09.336Z Downloaded psm v0.1.30
8942026-05-28T08:46:09.339Z Downloaded progenitor-extras v0.2.0
8952026-05-28T08:46:09.341Z Downloaded rand_core v0.9.5
8962026-05-28T08:46:09.341Z Downloaded progenitor-client v0.13.0
8972026-05-28T08:46:09.342Z Downloaded rand_chacha v0.9.0
8982026-05-28T08:46:09.345Z Downloaded recursive v0.1.1
8992026-05-28T08:46:09.345Z Downloaded progenitor-client v0.11.2
9002026-05-28T08:46:09.345Z Downloaded primeorder v0.13.6
9012026-05-28T08:46:09.347Z Downloaded hickory-resolver v0.24.4
9022026-05-28T08:46:09.350Z Downloaded rtoolbox v0.0.3
9032026-05-28T08:46:09.350Z Downloaded rustc_version v0.4.1
9042026-05-28T08:46:09.352Z Downloaded rustc_version v0.1.7
9052026-05-28T08:46:09.352Z Downloaded rand_core v0.10.0
9062026-05-28T08:46:09.352Z Downloaded rand_seeder v0.4.0
9072026-05-28T08:46:09.355Z Downloaded pkg-config v0.3.32
9082026-05-28T08:46:09.357Z Downloaded pkcs5 v0.7.1
9092026-05-28T08:46:09.360Z Downloaded rand_core v0.6.4
9102026-05-28T08:46:09.360Z Downloaded sapling-renderdag v0.1.0
9112026-05-28T08:46:09.360Z Downloaded same-file v1.0.6
9122026-05-28T08:46:09.363Z Downloaded predicates v3.1.4
9132026-05-28T08:46:09.367Z Downloaded oso v0.27.3
9142026-05-28T08:46:09.369Z Downloaded miniz_oxide v0.8.9
9152026-05-28T08:46:09.369Z Downloaded parking_lot v0.12.5
9162026-05-28T08:46:09.372Z Downloaded papergrid v0.17.0
9172026-05-28T08:46:09.374Z Downloaded pkcs1 v0.7.5
9182026-05-28T08:46:09.377Z Downloaded diesel_derives v2.3.7
9192026-05-28T08:46:09.379Z Downloaded scroll_derive v0.13.1
9202026-05-28T08:46:09.382Z Downloaded scopeguard v1.2.0
9212026-05-28T08:46:09.382Z Downloaded crypto-bigint v0.5.5
9222026-05-28T08:46:09.385Z Downloaded resolv-conf v0.7.6
9232026-05-28T08:46:09.388Z Downloaded scheduled-thread-pool v0.2.7
9242026-05-28T08:46:09.388Z Downloaded proc-macro-error2 v2.0.1
9252026-05-28T08:46:09.391Z Downloaded secrecy v0.10.3
9262026-05-28T08:46:09.391Z Downloaded secrecy v0.8.0
9272026-05-28T08:46:09.393Z Downloaded scrypt v0.11.0
9282026-05-28T08:46:09.393Z Downloaded parking_lot_core v0.9.12
9292026-05-28T08:46:09.396Z Downloaded postcard v1.1.3
9302026-05-28T08:46:09.396Z Downloaded ed25519-dalek v2.2.0
9312026-05-28T08:46:09.398Z Downloaded serde-big-array v0.5.1
9322026-05-28T08:46:09.401Z Downloaded serde_repr v0.1.20
9332026-05-28T08:46:09.403Z Downloaded rustls-native-certs v0.8.3
9342026-05-28T08:46:09.403Z Downloaded r2d2 v0.8.10
9352026-05-28T08:46:09.406Z Downloaded quinn-udp v0.5.14
9362026-05-28T08:46:09.406Z Downloaded aes v0.8.4
9372026-05-28T08:46:09.408Z Downloaded postgres-types v0.2.12
9382026-05-28T08:46:09.411Z Downloaded pin-project v1.1.11
9392026-05-28T08:46:09.417Z Downloaded serde_urlencoded v0.7.1
9402026-05-28T08:46:09.419Z Downloaded serde_plain v1.0.2
9412026-05-28T08:46:09.419Z Downloaded shell-words v1.1.1
9422026-05-28T08:46:09.422Z Downloaded sha1 v0.10.6
9432026-05-28T08:46:09.422Z Downloaded serde_bytes v0.11.19
9442026-05-28T08:46:09.425Z Downloaded seq-macro v0.3.6
9452026-05-28T08:46:09.425Z Downloaded sigpipe v0.1.3
9462026-05-28T08:46:09.425Z Downloaded signature v2.2.0
9472026-05-28T08:46:09.427Z Downloaded rusty-fork v0.3.1
9482026-05-28T08:46:09.427Z Downloaded signal-hook-tokio v0.3.1
9492026-05-28T08:46:09.430Z Downloaded semver v0.1.20
9502026-05-28T08:46:09.430Z Downloaded rustls-pemfile v2.2.0
9512026-05-28T08:46:09.432Z Downloaded jiff-static v0.2.21
9522026-05-28T08:46:09.435Z Downloaded derive_more-impl v2.1.1
9532026-05-28T08:46:09.437Z Downloaded signal-hook-mio v0.2.5
9542026-05-28T08:46:09.440Z Downloaded aes-gcm v0.10.3
9552026-05-28T08:46:09.442Z Downloaded siphasher v1.0.2
9562026-05-28T08:46:09.442Z Downloaded schemars_derive v0.8.22
9572026-05-28T08:46:09.445Z Downloaded rustversion v1.0.22
9582026-05-28T08:46:09.445Z Downloaded salsa20 v0.10.2
9592026-05-28T08:46:09.447Z Downloaded prefix-trie v0.7.0
9602026-05-28T08:46:09.450Z Downloaded phf v0.13.1
9612026-05-28T08:46:09.450Z Downloaded scroll v0.13.0
9622026-05-28T08:46:09.452Z Downloaded progenitor-impl v0.13.0
9632026-05-28T08:46:09.452Z Downloaded nu-ansi-term v0.50.3
9642026-05-28T08:46:09.455Z Downloaded parking_lot_core v0.8.6
9652026-05-28T08:46:09.462Z Downloaded progenitor-impl v0.14.0
9662026-05-28T08:46:09.465Z Downloaded multer v3.1.0
9672026-05-28T08:46:09.465Z Downloaded sct v0.7.1
9682026-05-28T08:46:09.465Z Downloaded slog-bunyan v2.5.0
9692026-05-28T08:46:09.465Z Downloaded serde_path_to_error v0.1.20
9702026-05-28T08:46:09.465Z Downloaded serde_spanned v1.0.4
9712026-05-28T08:46:09.465Z Downloaded serde_derive_internals v0.29.1
9722026-05-28T08:46:09.468Z Downloaded serde-hex v0.1.0
9732026-05-28T08:46:09.468Z Downloaded ssh-cipher v0.2.0
9742026-05-28T08:46:09.470Z Downloaded hickory-server v0.25.2
9752026-05-28T08:46:09.473Z Downloaded russh-keys v0.45.0
9762026-05-28T08:46:09.475Z Downloaded hashbrown v0.13.2
9772026-05-28T08:46:09.478Z Downloaded hashbrown v0.12.3
9782026-05-28T08:46:09.480Z Downloaded progenitor-impl v0.11.2
9792026-05-28T08:46:09.483Z Downloaded sec1 v0.7.3
9802026-05-28T08:46:09.483Z Downloaded minimal-lexical v0.2.1
9812026-05-28T08:46:09.485Z Downloaded rustls-pemfile v1.0.4
9822026-05-28T08:46:09.488Z Downloaded sqlparser_derive v0.5.0
9832026-05-28T08:46:09.490Z Downloaded shlex v1.3.0
9842026-05-28T08:46:09.490Z Downloaded memmap2 v0.9.10
9852026-05-28T08:46:09.493Z Downloaded bumpalo v3.20.2
9862026-05-28T08:46:09.493Z Downloaded ssh-encoding v0.2.0
9872026-05-28T08:46:09.495Z Downloaded simd-adler32 v0.3.8
9882026-05-28T08:46:09.495Z Downloaded signal-hook-registry v1.4.8
9892026-05-28T08:46:09.498Z Downloaded password-hash v0.5.0
9902026-05-28T08:46:09.498Z Downloaded password-hash v0.4.2
9912026-05-28T08:46:09.501Z Downloaded oxide-tokio-rt v0.1.4
9922026-05-28T08:46:09.501Z Downloaded strsim v0.10.0
9932026-05-28T08:46:09.503Z Downloaded strip-ansi-escapes v0.2.1
9942026-05-28T08:46:09.503Z Downloaded structmeta v0.3.0
9952026-05-28T08:46:09.503Z Downloaded crossterm v0.28.1
9962026-05-28T08:46:09.508Z Downloaded rustls-pki-types v1.14.0
9972026-05-28T08:46:09.510Z Downloaded slog-async v2.8.0
9982026-05-28T08:46:09.513Z Downloaded strum v0.27.2
9992026-05-28T08:46:09.513Z Downloaded structmeta-derive v0.3.0
10002026-05-28T08:46:09.513Z Downloaded slab v0.4.12
10012026-05-28T08:46:09.515Z Downloaded p256 v0.13.2
10022026-05-28T08:46:09.517Z Downloaded sync_wrapper v1.0.2
10032026-05-28T08:46:09.518Z Downloaded sync-ptr v0.1.4
10042026-05-28T08:46:09.520Z Downloaded slog-dtrace v0.3.0
10052026-05-28T08:46:09.520Z Downloaded prettyplease v0.2.37
10062026-05-28T08:46:09.523Z Downloaded subtle v2.6.1
10072026-05-28T08:46:09.523Z Downloaded supports-color v3.0.2
10082026-05-28T08:46:09.525Z Downloaded serde_cbor v0.11.2
10092026-05-28T08:46:09.527Z Downloaded strum v0.26.3
10102026-05-28T08:46:09.527Z Downloaded snafu-derive v0.8.9
10112026-05-28T08:46:09.527Z Downloaded hyper-util v0.1.20
10122026-05-28T08:46:09.532Z Downloaded take_mut v0.2.2
10132026-05-28T08:46:09.534Z Downloaded tagptr v0.2.0
10142026-05-28T08:46:09.534Z Downloaded tabwriter v1.4.1
10152026-05-28T08:46:09.537Z Downloaded termtree v0.5.1
10162026-05-28T08:46:09.537Z Downloaded thiserror-impl-no-std v2.0.2
10172026-05-28T08:46:09.537Z Downloaded testing_table v0.3.0
10182026-05-28T08:46:09.540Z Downloaded tabled_derive v0.11.0
10192026-05-28T08:46:09.540Z Downloaded sqlformat v0.3.5
10202026-05-28T08:46:09.542Z Downloaded spki v0.7.3
10212026-05-28T08:46:09.542Z Downloaded smf v0.2.3
10222026-05-28T08:46:09.542Z Downloaded smallvec v0.6.14
10232026-05-28T08:46:09.545Z Downloaded itertools v0.10.5
10242026-05-28T08:46:09.547Z Downloaded ron v0.8.1
10252026-05-28T08:46:09.551Z Downloaded slog-term v2.9.2
10262026-05-28T08:46:09.554Z Downloaded slog-stdlog v4.1.1
10272026-05-28T08:46:09.557Z Downloaded time-core v0.1.8
10282026-05-28T08:46:09.557Z Downloaded thread-id v5.1.0
10292026-05-28T08:46:09.557Z Downloaded slog-scope v4.4.1
10302026-05-28T08:46:09.559Z Downloaded slog-json v2.6.1
10312026-05-28T08:46:09.559Z Downloaded tinyvec_macros v0.1.1
10322026-05-28T08:46:09.559Z Downloaded string_cache v0.8.9
10332026-05-28T08:46:09.562Z Downloaded tokio-macros v2.7.0
10342026-05-28T08:46:09.562Z Downloaded slog-envlogger v2.2.0
10352026-05-28T08:46:09.565Z Downloaded stacker v0.1.23
10362026-05-28T08:46:09.565Z Downloaded rustls-platform-verifier v0.6.2
10372026-05-28T08:46:09.568Z Downloaded dropshot-api-manager v0.7.2
10382026-05-28T08:46:09.571Z Downloaded stringprep v0.1.5
10392026-05-28T08:46:09.573Z Downloaded serde_with_macros v3.17.0
10402026-05-28T08:46:09.576Z Downloaded ryu v1.0.23
10412026-05-28T08:46:09.576Z Downloaded rayon-core v1.13.0
10422026-05-28T08:46:09.578Z Downloaded strum_macros v0.26.4
10432026-05-28T08:46:09.582Z Downloaded strum_macros v0.24.3
10442026-05-28T08:46:09.585Z Downloaded mio v1.2.0
10452026-05-28T08:46:09.587Z Downloaded support-bundle-viewer v0.1.2
10462026-05-28T08:46:09.587Z Downloaded pretty_assertions v1.4.1
10472026-05-28T08:46:09.590Z Downloaded openssl-sys v0.9.115
10482026-05-28T08:46:09.592Z Downloaded http v1.4.0
10492026-05-28T08:46:09.595Z Downloaded serde_with_macros v1.5.2
10502026-05-28T08:46:09.597Z Downloaded rcgen v0.12.1
10512026-05-28T08:46:09.597Z Downloaded schemars v0.8.22
10522026-05-28T08:46:09.604Z Downloaded termios v0.3.3
10532026-05-28T08:46:09.606Z Downloaded tap v1.0.1
10542026-05-28T08:46:09.606Z Downloaded tower-service v0.3.3
10552026-05-28T08:46:09.609Z Downloaded tower-layer v0.3.3
10562026-05-28T08:46:09.609Z Downloaded headers v0.4.1
10572026-05-28T08:46:09.612Z Downloaded rand v0.8.6
10582026-05-28T08:46:09.614Z Downloaded quinn v0.11.9
10592026-05-28T08:46:09.617Z Downloaded qorb v0.4.1
10602026-05-28T08:46:09.619Z Downloaded try-lock v0.2.5
10612026-05-28T08:46:09.622Z Downloaded topological-sort v0.2.2
10622026-05-28T08:46:09.622Z Downloaded thread_local v1.1.9
10632026-05-28T08:46:09.625Z Downloaded thiserror-no-std v2.0.2
10642026-05-28T08:46:09.627Z Downloaded signal-hook v0.3.18
10652026-05-28T08:46:09.627Z Downloaded publicsuffix v2.3.0
10662026-05-28T08:46:09.630Z Downloaded tiny-keccak v2.0.2
10672026-05-28T08:46:09.633Z Downloaded trait-variant v0.1.2
10682026-05-28T08:46:09.633Z Downloaded static_assertions v1.1.0
10692026-05-28T08:46:09.633Z Downloaded num-bigint v0.4.6
10702026-05-28T08:46:09.636Z Downloaded time-macros v0.2.27
10712026-05-28T08:46:09.639Z Downloaded nom v7.1.3
10722026-05-28T08:46:09.641Z Downloaded unarray v0.1.4
10732026-05-28T08:46:09.644Z Downloaded typify-macro v0.6.2
10742026-05-28T08:46:09.644Z Downloaded tokio-native-tls v0.3.1
10752026-05-28T08:46:09.646Z Downloaded untrusted v0.9.0
10762026-05-28T08:46:09.646Z Downloaded unicode-truncate v1.1.0
10772026-05-28T08:46:09.649Z Downloaded untrusted v0.7.1
10782026-05-28T08:46:09.649Z Downloaded unit-prefix v0.5.2
10792026-05-28T08:46:09.649Z Downloaded tokio-dtrace v0.1.1
10802026-05-28T08:46:09.652Z Downloaded tls_codec_derive v0.4.2
10812026-05-28T08:46:09.652Z Downloaded universal-hash v0.5.1
10822026-05-28T08:46:09.654Z Downloaded strum_macros v0.27.2
10832026-05-28T08:46:09.654Z Downloaded tls_codec v0.4.2
10842026-05-28T08:46:09.656Z Downloaded hashbrown v0.16.1
10852026-05-28T08:46:09.659Z Downloaded usdt-attr-macro v0.6.0
10862026-05-28T08:46:09.661Z Downloaded usdt v0.6.0
10872026-05-28T08:46:09.661Z Downloaded slog v2.8.2
10882026-05-28T08:46:09.664Z Downloaded libxml v0.3.3
10892026-05-28T08:46:09.667Z Downloaded term v0.7.0
10902026-05-28T08:46:09.670Z Downloaded term v1.2.1
10912026-05-28T08:46:09.674Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10922026-05-28T08:46:09.674Z Downloaded usdt-macro v0.6.0
10932026-05-28T08:46:09.676Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10942026-05-28T08:46:09.676Z Downloaded tokio-tungstenite v0.23.1
10952026-05-28T08:46:09.676Z Downloaded aho-corasick v1.1.4
10962026-05-28T08:46:09.679Z Downloaded utf-8 v0.7.6
10972026-05-28T08:46:09.682Z Downloaded toml_writer v1.0.6+spec-1.1.0
10982026-05-28T08:46:09.682Z Downloaded itertools v0.13.0
10992026-05-28T08:46:09.689Z Downloaded spin v0.9.8
11002026-05-28T08:46:09.689Z Downloaded tui-tree-widget v0.23.1
11012026-05-28T08:46:09.689Z Downloaded rsa v0.9.10
11022026-05-28T08:46:09.692Z Downloaded serde_yaml v0.9.34+deprecated
11032026-05-28T08:46:09.694Z Downloaded waitgroup v0.1.2
11042026-05-28T08:46:09.697Z Downloaded wait-timeout v0.2.1
11052026-05-28T08:46:09.697Z Downloaded socket2 v0.6.3
11062026-05-28T08:46:09.700Z Downloaded rand v0.9.2
11072026-05-28T08:46:09.702Z Downloaded num-bigint-dig v0.8.6
11082026-05-28T08:46:09.705Z Downloaded hashbrown v0.15.5
11092026-05-28T08:46:09.707Z Downloaded void v1.0.2
11102026-05-28T08:46:09.707Z Downloaded typify-macro v0.4.3
11112026-05-28T08:46:09.710Z Downloaded want v0.3.1
11122026-05-28T08:46:09.710Z Downloaded unicase v2.9.0
11132026-05-28T08:46:09.710Z Downloaded samael v0.0.19
11142026-05-28T08:46:09.713Z Downloaded socket2 v0.5.10
11152026-05-28T08:46:09.715Z Downloaded similar v2.7.0
11162026-05-28T08:46:09.718Z Downloaded rustls-webpki v0.103.9
11172026-05-28T08:46:09.720Z Downloaded tokio-tungstenite v0.21.0
11182026-05-28T08:46:09.723Z Downloaded tokio-rustls v0.26.4
11192026-05-28T08:46:09.723Z Downloaded hyper v1.8.1
11202026-05-28T08:46:09.727Z Downloaded xshell-macros v0.2.7
11212026-05-28T08:46:09.729Z Downloaded xattr v1.6.1
11222026-05-28T08:46:09.730Z Downloaded subprocess v0.2.15
11232026-05-28T08:46:09.732Z Downloaded litrs v1.0.0
11242026-05-28T08:46:09.735Z Downloaded tokio-rustls v0.24.1
11252026-05-28T08:46:09.735Z Downloaded tokio-rustls v0.25.0
11262026-05-28T08:46:09.737Z Downloaded schemars v0.9.0
11272026-05-28T08:46:09.743Z Downloaded zeroize_derive v1.4.3
11282026-05-28T08:46:09.745Z Downloaded vergen-git2 v9.1.0
11292026-05-28T08:46:09.745Z Downloaded usdt-impl v0.6.0
11302026-05-28T08:46:09.748Z Downloaded uzers v0.12.2
11312026-05-28T08:46:09.748Z Downloaded iri-string v0.7.10
11322026-05-28T08:46:09.752Z Downloaded vergen-lib v0.1.6
11332026-05-28T08:46:09.754Z Downloaded zone v0.3.1
11342026-05-28T08:46:09.754Z Downloaded tokio-stream v0.1.18
11352026-05-28T08:46:09.757Z Downloaded test-strategy v0.4.5
11362026-05-28T08:46:09.759Z Downloaded zone_cfg_derive v0.3.1
11372026-05-28T08:46:09.759Z Downloaded tracing-attributes v0.1.31
11382026-05-28T08:46:09.762Z Downloaded snafu v0.8.9
11392026-05-28T08:46:09.765Z Downloaded vergen-lib v9.1.0
11402026-05-28T08:46:09.767Z Downloaded hkdf v0.12.4
11412026-05-28T08:46:09.767Z Downloaded heapless v0.7.17
11422026-05-28T08:46:09.770Z Downloaded rand v0.10.1
11432026-05-28T08:46:09.772Z Downloaded dropshot_endpoint v0.17.0
11442026-05-28T08:46:09.775Z Downloaded derive-where v1.6.0
11452026-05-28T08:46:09.777Z Downloaded num-conv v0.2.0
11462026-05-28T08:46:09.780Z Downloaded wyz v0.5.1
11472026-05-28T08:46:09.780Z Downloaded twox-hash v2.1.2
11482026-05-28T08:46:09.783Z Downloaded newtype_derive v0.1.6
11492026-05-28T08:46:09.783Z Downloaded ar_archive_writer v0.5.1
11502026-05-28T08:46:09.786Z Downloaded p521 v0.13.3
11512026-05-28T08:46:09.786Z Downloaded bytes v1.11.1
11522026-05-28T08:46:09.788Z Downloaded anstream v0.6.21
11532026-05-28T08:46:09.791Z Downloaded schemars v1.2.1
11542026-05-28T08:46:09.799Z Downloaded whoami v1.6.1
11552026-05-28T08:46:09.801Z Downloaded vergen-gitcl v1.0.8
11562026-05-28T08:46:09.801Z Downloaded toml_parser v1.0.9+spec-1.1.0
11572026-05-28T08:46:09.803Z Downloaded tinyvec v1.10.0
11582026-05-28T08:46:09.806Z Downloaded xshell v0.2.7
11592026-05-28T08:46:09.806Z Downloaded bcs v0.1.6
11602026-05-28T08:46:09.809Z Downloaded futures-util v0.3.32
11612026-05-28T08:46:09.814Z Downloaded toml v0.7.8
11622026-05-28T08:46:09.816Z Downloaded vsss-rs v3.3.4
11632026-05-28T08:46:09.819Z Downloaded vergen v9.1.0
11642026-05-28T08:46:09.821Z Downloaded tungstenite v0.21.0
11652026-05-28T08:46:09.824Z Downloaded zstd-safe v7.2.4
11662026-05-28T08:46:09.824Z Downloaded zstd v0.13.3
11672026-05-28T08:46:09.826Z Downloaded zeroize v1.8.2
11682026-05-28T08:46:09.826Z Downloaded toml v1.0.6+spec-1.1.0
11692026-05-28T08:46:09.829Z Downloaded unicode-bidi v0.3.18
11702026-05-28T08:46:09.831Z Downloaded walkdir v2.5.0
11712026-05-28T08:46:09.831Z Downloaded russh v0.45.0
11722026-05-28T08:46:09.834Z Downloaded unsafe-libyaml v0.2.11
11732026-05-28T08:46:09.837Z Downloaded steno v0.4.1
11742026-05-28T08:46:09.839Z Downloaded tracing-core v0.1.36
11752026-05-28T08:46:09.842Z Downloaded h2 v0.4.13
11762026-05-28T08:46:09.844Z Downloaded nom v8.0.0
11772026-05-28T08:46:09.848Z Downloaded zerocopy v0.6.6
11782026-05-28T08:46:09.851Z Downloaded typify v0.4.3
11792026-05-28T08:46:09.853Z Downloaded unicode-properties v0.1.4
11802026-05-28T08:46:09.853Z Downloaded typify v0.6.2
11812026-05-28T08:46:09.856Z Downloaded whoami v2.1.0
11822026-05-28T08:46:09.858Z Downloaded yasna v0.5.2
11832026-05-28T08:46:09.861Z Downloaded libm v0.2.16
11842026-05-28T08:46:09.865Z Downloaded itertools v0.14.0
11852026-05-28T08:46:09.869Z Downloaded uuid v1.23.0
11862026-05-28T08:46:09.873Z Downloaded tungstenite v0.23.0
11872026-05-28T08:46:09.875Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-05-28T08:46:09.877Z Downloaded rpassword v7.4.0
11892026-05-28T08:46:09.877Z Downloaded blake3 v1.8.3
11902026-05-28T08:46:09.882Z Downloaded tokio-postgres v0.7.16
11912026-05-28T08:46:09.885Z Downloaded serde_with v1.14.0
11922026-05-28T08:46:09.889Z Downloaded vte v0.14.1
11932026-05-28T08:46:09.892Z Downloaded reedline v0.40.0
11942026-05-28T08:46:09.895Z Downloaded rustyline v14.0.0
11952026-05-28T08:46:09.898Z Downloaded itertools v0.12.1
11962026-05-28T08:46:09.902Z Downloaded tar v0.4.45
11972026-05-28T08:46:09.905Z Downloaded git-stub-vcs v0.1.0
11982026-05-28T08:46:09.907Z Downloaded iddqd v0.4.2
11992026-05-28T08:46:09.911Z Downloaded aws-lc-rs v1.16.3
12002026-05-28T08:46:09.917Z Downloaded zopfli v0.8.3
12012026-05-28T08:46:09.919Z Downloaded bitvec v1.0.1
12022026-05-28T08:46:09.927Z Downloaded derive_more v0.99.20
12032026-05-28T08:46:09.930Z Downloaded ssh-key v0.6.7
12042026-05-28T08:46:09.934Z Downloaded darling v0.23.0
12052026-05-28T08:46:09.937Z Downloaded unicode_categories v0.1.1
12062026-05-28T08:46:09.940Z Downloaded p384 v0.13.1
12072026-05-28T08:46:09.943Z Downloaded colored v2.2.0
12082026-05-28T08:46:09.945Z Downloaded chrono v0.4.44
12092026-05-28T08:46:09.948Z Downloaded yansi v1.0.1
12102026-05-28T08:46:09.951Z Downloaded toml_edit v0.19.15
12112026-05-28T08:46:09.960Z Downloaded zip v0.6.6
12122026-05-28T08:46:09.963Z Downloaded git2 v0.20.4
12132026-05-28T08:46:09.967Z Downloaded bindgen v0.71.1
12142026-05-28T08:46:09.972Z Downloaded reqwest v0.13.2
12152026-05-28T08:46:09.976Z Downloaded futures-macro v0.3.32
12162026-05-28T08:46:09.979Z Downloaded fs_extra v1.3.0
12172026-05-28T08:46:09.979Z Downloaded regex v1.12.3
12182026-05-28T08:46:09.982Z Downloaded base64 v0.22.1
12192026-05-28T08:46:09.984Z Downloaded home v0.5.12
12202026-05-28T08:46:09.987Z Downloaded cookie_store v0.22.1
12212026-05-28T08:46:09.987Z Downloaded zerocopy-derive v0.8.40
12222026-05-28T08:46:09.992Z Downloaded backon v1.6.0
12232026-05-28T08:46:09.994Z Downloaded derive-ex v0.1.8
12242026-05-28T08:46:09.997Z Downloaded daft v0.1.7
12252026-05-28T08:46:09.997Z Downloaded rustls-webpki v0.101.7
12262026-05-28T08:46:10.004Z Downloaded typed-path v0.9.3
12272026-05-28T08:46:10.008Z Downloaded unicode-segmentation v1.12.0
12282026-05-28T08:46:10.010Z Downloaded lalrpop v0.19.12
12292026-05-28T08:46:10.017Z Downloaded x509-cert v0.2.5
12302026-05-28T08:46:10.021Z Downloaded proptest v1.10.0
12312026-05-28T08:46:10.026Z Downloaded reqwest v0.12.28
12322026-05-28T08:46:10.030Z Downloaded tower v0.5.3
12332026-05-28T08:46:10.035Z Downloaded salty v0.3.0
12342026-05-28T08:46:10.039Z Downloaded rayon v1.11.0
12352026-05-28T08:46:10.045Z Downloaded unicode-normalization v0.1.25
12362026-05-28T08:46:10.047Z Downloaded serde_with v3.17.0
12372026-05-28T08:46:10.057Z Downloaded rustls-webpki v0.102.8
12382026-05-28T08:46:10.066Z Downloaded zip v4.6.1
12392026-05-28T08:46:10.069Z Downloaded tough v0.22.0
12402026-05-28T08:46:10.074Z Downloaded tower-http v0.6.8
12412026-05-28T08:46:10.079Z Downloaded goblin v0.10.5
12422026-05-28T08:46:10.084Z Downloaded tokio-util v0.7.18
12432026-05-28T08:46:10.088Z Downloaded moka v0.12.13
12442026-05-28T08:46:10.093Z Downloaded petname v2.0.2
12452026-05-28T08:46:10.097Z Downloaded quick-xml v0.37.5
12462026-05-28T08:46:10.101Z Downloaded portable-atomic v1.13.1
12472026-05-28T08:46:10.105Z Downloaded quinn-proto v0.11.13
12482026-05-28T08:46:10.109Z Downloaded blake2 v0.10.6
12492026-05-28T08:46:10.112Z Downloaded backoff v0.4.0
12502026-05-28T08:46:10.114Z Downloaded fallible-iterator v0.2.0
12512026-05-28T08:46:10.114Z Downloaded diesel-dtrace v0.5.0
12522026-05-28T08:46:10.114Z Downloaded derive_builder_core v0.20.2
12532026-05-28T08:46:10.118Z Downloaded daft-derive v0.1.7
12542026-05-28T08:46:10.120Z Downloaded console v0.15.11
12552026-05-28T08:46:10.120Z Downloaded curve25519-dalek v4.1.3
12562026-05-28T08:46:10.125Z Downloaded polar-core v0.27.3
12572026-05-28T08:46:10.130Z Downloaded radix_trie v0.2.1
12582026-05-28T08:46:10.133Z Downloaded nix v0.27.1
12592026-05-28T08:46:10.140Z Downloaded chacha20 v0.10.0
12602026-05-28T08:46:10.142Z Downloaded headers-core v0.3.0
12612026-05-28T08:46:10.142Z Downloaded either v1.15.0
12622026-05-28T08:46:10.145Z Downloaded defmt v1.0.1
12632026-05-28T08:46:10.148Z Downloaded byte-wrapper v0.1.0
12642026-05-28T08:46:10.148Z Downloaded winnow v0.5.40
12652026-05-28T08:46:10.151Z Downloaded corncobs v0.1.4
12662026-05-28T08:46:10.154Z Downloaded cbc v0.1.2
12672026-05-28T08:46:10.156Z Downloaded object v0.30.4
12682026-05-28T08:46:10.163Z Downloaded dropshot v0.17.0
12692026-05-28T08:46:10.176Z Downloaded winnow v0.6.26
12702026-05-28T08:46:10.181Z Downloaded smoltcp v0.9.1
12712026-05-28T08:46:10.187Z Downloaded zlib-rs v0.6.2
12722026-05-28T08:46:10.192Z Downloaded openssl v0.10.79
12732026-05-28T08:46:10.198Z Downloaded tabled v0.20.0
12742026-05-28T08:46:10.209Z Downloaded nix v0.31.2
12752026-05-28T08:46:10.216Z Downloaded winnow v1.0.3
12762026-05-28T08:46:10.222Z Downloaded webpki-roots v1.0.6
12772026-05-28T08:46:10.225Z Downloaded rustls v0.21.12
12782026-05-28T08:46:10.231Z Downloaded zerocopy v0.8.40
12792026-05-28T08:46:10.237Z Downloaded regress v0.11.1
12802026-05-28T08:46:10.243Z Downloaded vcpkg v0.2.15
12812026-05-28T08:46:10.268Z Downloaded time v0.3.47
12822026-05-28T08:46:10.275Z Downloaded nix v0.28.0
12832026-05-28T08:46:10.282Z Downloaded hickory-proto v0.25.2
12842026-05-28T08:46:10.291Z Downloaded diesel v2.3.7
12852026-05-28T08:46:10.305Z Downloaded smoltcp v0.11.0
12862026-05-28T08:46:10.312Z Downloaded openapiv3 v2.2.0
12872026-05-28T08:46:10.320Z Downloaded regress v0.10.5
12882026-05-28T08:46:10.326Z Downloaded object v0.37.3
12892026-05-28T08:46:10.333Z Downloaded regex-syntax v0.6.29
12902026-05-28T08:46:10.338Z Downloaded sled v0.34.7
12912026-05-28T08:46:10.344Z Downloaded tracing v0.1.44
12922026-05-28T08:46:10.359Z Downloaded rustix v0.38.44
12932026-05-28T08:46:10.372Z Downloaded rustls v0.23.37
12942026-05-28T08:46:10.380Z Downloaded rustls v0.22.4
12952026-05-28T08:46:10.387Z Downloaded regex-syntax v0.8.10
12962026-05-28T08:46:10.393Z Downloaded bstr v1.12.1
12972026-05-28T08:46:10.398Z Downloaded typify-impl v0.4.3
12982026-05-28T08:46:10.408Z Downloaded sqlparser v0.61.0
12992026-05-28T08:46:10.414Z Downloaded hickory-proto v0.24.4
13002026-05-28T08:46:10.444Z Downloaded jiff v0.2.21
13012026-05-28T08:46:10.456Z Downloaded typify-impl v0.6.2
13022026-05-28T08:46:10.465Z Downloaded ratatui v0.29.0
13032026-05-28T08:46:10.477Z Downloaded csv v1.4.0
13042026-05-28T08:46:10.489Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-05-28T08:46:10.500Z Downloaded zerocopy-derive v0.6.6
13062026-05-28T08:46:10.507Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-05-28T08:46:10.519Z Downloaded sha3 v0.10.8
13082026-05-28T08:46:10.522Z Downloaded tokio v1.52.1
13092026-05-28T08:46:10.544Z Downloaded regex-automata v0.4.14
13102026-05-28T08:46:10.560Z Downloaded petgraph v0.6.5
13112026-05-28T08:46:10.571Z Downloaded chrono-tz v0.10.4
13122026-05-28T08:46:10.586Z Downloaded petgraph v0.8.3
13132026-05-28T08:46:10.600Z Downloaded libz-sys v1.1.24
13142026-05-28T08:46:10.610Z Downloaded encoding_rs v0.8.35
13152026-05-28T08:46:10.715Z Downloaded ring v0.17.14
13162026-05-28T08:46:10.766Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-05-28T08:46:11.240Z Downloaded aws-lc-sys v0.40.0
13182026-05-28T08:46:11.491Z Compiling libc v0.2.185
13192026-05-28T08:46:11.491Z Compiling serde v1.0.228
13202026-05-28T08:46:11.494Z Compiling log v0.4.29
13212026-05-28T08:46:11.494Z Compiling find-msvc-tools v0.1.9
13222026-05-28T08:46:11.641Z Compiling shlex v1.3.0
13232026-05-28T08:46:11.663Z Compiling syn v2.0.117
13242026-05-28T08:46:11.666Z Compiling smallvec v1.15.1
13252026-05-28T08:46:11.666Z Compiling typenum v1.19.0
13262026-05-28T08:46:11.822Z Compiling generic-array v0.14.7
13272026-05-28T08:46:11.835Z Compiling subtle v2.6.1
13282026-05-28T08:46:11.871Z Compiling scopeguard v1.2.0
13292026-05-28T08:46:11.893Z Compiling const-oid v0.9.6
13302026-05-28T08:46:11.958Z Compiling lock_api v0.4.14
13312026-05-28T08:46:11.973Z Compiling serde_json v1.0.149
13322026-05-28T08:46:12.015Z Compiling zerocopy v0.8.40
13332026-05-28T08:46:12.064Z Compiling portable-atomic v1.13.1
13342026-05-28T08:46:12.182Z Compiling parking_lot_core v0.9.12
13352026-05-28T08:46:12.550Z Compiling getrandom v0.2.17
13362026-05-28T08:46:12.573Z Compiling jobserver v0.1.34
13372026-05-28T08:46:12.623Z Compiling errno v0.3.14
13382026-05-28T08:46:12.640Z Compiling pin-project-lite v0.2.17
13392026-05-28T08:46:12.729Z Compiling rand_core v0.6.4
13402026-05-28T08:46:12.769Z Compiling pkg-config v0.3.32
13412026-05-28T08:46:12.782Z Compiling cc v1.2.56
13422026-05-28T08:46:12.809Z Compiling signal-hook-registry v1.4.8
13432026-05-28T08:46:13.010Z Compiling bitflags v2.11.0
13442026-05-28T08:46:13.081Z Compiling libm v0.2.16
13452026-05-28T08:46:13.081Z Compiling critical-section v1.2.0
13462026-05-28T08:46:13.194Z Compiling futures-core v0.3.32
13472026-05-28T08:46:13.244Z Compiling parking_lot v0.12.5
13482026-05-28T08:46:13.338Z Compiling mio v1.2.0
13492026-05-28T08:46:13.356Z Compiling num-traits v0.2.19
13502026-05-28T08:46:13.391Z Compiling once_cell v1.21.3
13512026-05-28T08:46:13.490Z Compiling percent-encoding v2.3.2
13522026-05-28T08:46:13.607Z Compiling socket2 v0.6.3
13532026-05-28T08:46:13.622Z Compiling futures-sink v0.3.32
13542026-05-28T08:46:13.687Z Compiling futures-io v0.3.32
13552026-05-28T08:46:13.705Z Compiling cpufeatures v0.2.17
13562026-05-28T08:46:13.725Z Compiling futures-channel v0.3.32
13572026-05-28T08:46:13.780Z Compiling getrandom v0.4.1
13582026-05-28T08:46:13.817Z Compiling futures-task v0.3.32
13592026-05-28T08:46:13.840Z Compiling slab v0.4.12
13602026-05-28T08:46:13.954Z Compiling rand_core v0.10.0
13612026-05-28T08:46:13.991Z Compiling indexmap v2.14.0
13622026-05-28T08:46:14.017Z Compiling getrandom v0.3.4
13632026-05-28T08:46:14.032Z Compiling rustversion v1.0.22
13642026-05-28T08:46:14.125Z Compiling form_urlencoded v1.2.2
13652026-05-28T08:46:14.376Z Compiling cmake v0.1.57
13662026-05-28T08:46:14.420Z Compiling fs_extra v1.3.0
13672026-05-28T08:46:14.435Z Compiling dunce v1.0.5
13682026-05-28T08:46:14.590Z Compiling synstructure v0.13.2
13692026-05-28T08:46:14.689Z Compiling ident_case v1.0.1
13702026-05-28T08:46:14.704Z Compiling base64ct v1.8.3
13712026-05-28T08:46:14.799Z Compiling aws-lc-sys v0.40.0
13722026-05-28T08:46:14.818Z Compiling iana-time-zone v0.1.65
13732026-05-28T08:46:14.955Z Compiling pem-rfc7468 v0.7.0
13742026-05-28T08:46:14.997Z Compiling rustix v1.1.3
13752026-05-28T08:46:15.013Z Compiling regex-syntax v0.8.10
13762026-05-28T08:46:15.024Z Compiling flagset v0.4.7
13772026-05-28T08:46:15.125Z Compiling rand_core v0.9.5
13782026-05-28T08:46:15.156Z Compiling ring v0.17.14
13792026-05-28T08:46:15.215Z Compiling vcpkg v0.2.15
13802026-05-28T08:46:15.256Z Compiling aws-lc-rs v1.16.3
13812026-05-28T08:46:15.401Z Compiling uuid v1.23.0
13822026-05-28T08:46:15.543Z Compiling rustc_version v0.4.1
13832026-05-28T08:46:15.883Z Compiling tracing-core v0.1.36
13842026-05-28T08:46:15.957Z Compiling openssl-sys v0.9.115
13852026-05-28T08:46:16.113Z Compiling base64 v0.22.1
13862026-05-28T08:46:16.367Z Compiling serde_derive v1.0.228
13872026-05-28T08:46:16.441Z Compiling zeroize_derive v1.4.3
13882026-05-28T08:46:16.454Z Compiling zerofrom-derive v0.1.6
13892026-05-28T08:46:16.486Z Compiling yoke-derive v0.8.1
13902026-05-28T08:46:16.743Z Compiling zerocopy-derive v0.8.40
13912026-05-28T08:46:17.082Z Compiling zeroize v1.8.2
13922026-05-28T08:46:17.372Z Compiling zerovec-derive v0.11.2
13932026-05-28T08:46:17.662Z Compiling displaydoc v0.2.5
13942026-05-28T08:46:17.865Z Compiling crypto-common v0.1.7
13952026-05-28T08:46:17.868Z Compiling zerofrom v0.1.6
13962026-05-28T08:46:18.000Z Compiling yoke v0.8.1
13972026-05-28T08:46:18.015Z Compiling block-buffer v0.10.4
13982026-05-28T08:46:18.178Z Compiling digest v0.10.7
13992026-05-28T08:46:18.192Z Compiling tokio-macros v2.7.0
14002026-05-28T08:46:18.403Z Compiling zerotrie v0.2.3
14012026-05-28T08:46:18.422Z Compiling futures-macro v0.3.32
14022026-05-28T08:46:18.529Z Compiling zerovec v0.11.5
14032026-05-28T08:46:18.701Z Compiling hmac v0.12.1
14042026-05-28T08:46:18.858Z Compiling block-padding v0.3.3
14052026-05-28T08:46:18.905Z Compiling sha2 v0.10.9
14062026-05-28T08:46:19.015Z Compiling tinystr v0.8.2
14072026-05-28T08:46:19.033Z Compiling potential_utf v0.1.4
14082026-05-28T08:46:19.194Z Compiling icu_locale_core v2.1.1
14092026-05-28T08:46:19.211Z Compiling icu_collections v2.1.1
14102026-05-28T08:46:19.214Z Compiling futures-util v0.3.32
14112026-05-28T08:46:19.693Z Compiling inout v0.1.4
14122026-05-28T08:46:19.838Z Compiling bytes v1.11.1
14132026-05-28T08:46:19.853Z Compiling icu_provider v2.1.1
14142026-05-28T08:46:19.865Z Compiling cipher v0.4.4
14152026-05-28T08:46:20.053Z Compiling der_derive v0.7.3
14162026-05-28T08:46:20.121Z Compiling icu_normalizer v2.1.1
14172026-05-28T08:46:20.140Z Compiling icu_properties v2.1.2
14182026-05-28T08:46:20.271Z Compiling chrono v0.4.44
14192026-05-28T08:46:20.438Z Compiling tokio v1.52.1
14202026-05-28T08:46:20.655Z Compiling http v1.4.0
14212026-05-28T08:46:21.003Z Compiling idna_adapter v1.2.1
14222026-05-28T08:46:21.140Z Compiling idna v1.1.0
14232026-05-28T08:46:21.188Z Compiling ppv-lite86 v0.2.21
14242026-05-28T08:46:21.225Z Compiling der v0.7.10
14252026-05-28T08:46:21.454Z Compiling url v2.5.8
14262026-05-28T08:46:21.505Z Compiling salsa20 v0.10.2
14272026-05-28T08:46:21.552Z Compiling pbkdf2 v0.12.2
14282026-05-28T08:46:21.641Z Compiling rustls-pki-types v1.14.0
14292026-05-28T08:46:21.657Z Compiling thiserror-impl v2.0.18
14302026-05-28T08:46:21.671Z Compiling tracing-attributes v0.1.31
14312026-05-28T08:46:21.771Z Compiling scrypt v0.11.0
14322026-05-28T08:46:22.017Z Compiling spki v0.7.3
14332026-05-28T08:46:22.072Z Compiling rand_chacha v0.9.0
14342026-05-28T08:46:22.220Z Compiling http-body v1.0.1
14352026-05-28T08:46:22.234Z Compiling aes v0.8.4
14362026-05-28T08:46:22.373Z Compiling cbc v0.1.2
14372026-05-28T08:46:22.505Z Compiling httparse v1.10.1
14382026-05-28T08:46:22.582Z Compiling untrusted v0.7.1
14392026-05-28T08:46:22.707Z Compiling openssl-probe v0.2.1
14402026-05-28T08:46:22.835Z Compiling untrusted v0.9.0
14412026-05-28T08:46:22.849Z Compiling tinyvec_macros v0.1.1
14422026-05-28T08:46:22.918Z Compiling tinyvec v1.10.0
14432026-05-28T08:46:22.956Z Compiling pkcs5 v0.7.1
14442026-05-28T08:46:22.969Z Compiling thiserror v2.0.18
14452026-05-28T08:46:22.984Z Compiling tracing v0.1.44
14462026-05-28T08:46:23.070Z Compiling pest_generator v2.8.6
14472026-05-28T08:46:23.250Z Compiling rand v0.9.2
14482026-05-28T08:46:23.264Z Compiling serde_derive_internals v0.29.1
14492026-05-28T08:46:23.328Z Compiling aho-corasick v1.1.4
14502026-05-28T08:46:23.432Z Compiling rustls v0.23.37
14512026-05-28T08:46:23.603Z Compiling tower-layer v0.3.3
14522026-05-28T08:46:23.764Z Compiling try-lock v0.2.5
14532026-05-28T08:46:23.766Z Compiling tower-service v0.3.3
14542026-05-28T08:46:23.869Z Compiling atomic-waker v1.1.2
14552026-05-28T08:46:23.869Z Compiling dyn-clone v1.0.20
14562026-05-28T08:46:23.994Z Compiling schemars v0.8.22
14572026-05-28T08:46:24.017Z Compiling want v0.3.1
14582026-05-28T08:46:24.036Z Compiling pest_derive v2.8.6
14592026-05-28T08:46:24.149Z Compiling schemars_derive v0.8.22
14602026-05-28T08:46:24.176Z Compiling tokio-util v0.7.18
14612026-05-28T08:46:24.205Z Compiling regex-automata v0.4.14
14622026-05-28T08:46:24.452Z Compiling pkcs8 v0.10.2
14632026-05-28T08:46:24.754Z Compiling ipnet v2.11.0
14642026-05-28T08:46:24.969Z Compiling h2 v0.4.13
14652026-05-28T08:46:24.986Z Compiling scroll_derive v0.13.1
14662026-05-28T08:46:25.185Z Compiling darling_core v0.20.11
14672026-05-28T08:46:25.241Z Compiling foreign-types-shared v0.1.1
14682026-05-28T08:46:25.327Z Compiling httpdate v1.0.3
14692026-05-28T08:46:25.364Z Compiling openssl v0.10.79
14702026-05-28T08:46:25.546Z Compiling pin-utils v0.1.0
14712026-05-28T08:46:25.618Z Compiling foreign-types v0.3.2
14722026-05-28T08:46:25.688Z Compiling tempfile v3.25.0
14732026-05-28T08:46:25.769Z Compiling scroll v0.13.0
14742026-05-28T08:46:26.029Z Compiling unicode-normalization v0.1.25
14752026-05-28T08:46:26.104Z Compiling openssl-macros v0.1.1
14762026-05-28T08:46:26.468Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-05-28T08:46:26.485Z Compiling socket2 v0.5.10
14782026-05-28T08:46:26.498Z Compiling spin v0.9.8
14792026-05-28T08:46:26.698Z Compiling crc32fast v1.5.0
14802026-05-28T08:46:26.850Z Compiling powerfmt v0.2.0
14812026-05-28T08:46:26.876Z Compiling num-conv v0.2.0
14822026-05-28T08:46:26.890Z Compiling time-core v0.1.8
14832026-05-28T08:46:26.962Z Compiling native-tls v0.2.18
14842026-05-28T08:46:27.005Z Compiling deranged v0.5.8
14852026-05-28T08:46:27.034Z Compiling time-macros v0.2.27
14862026-05-28T08:46:27.446Z Compiling darling_macro v0.20.11
14872026-05-28T08:46:27.909Z Compiling hyper v1.8.1
14882026-05-28T08:46:28.024Z Compiling darling v0.20.11
14892026-05-28T08:46:28.107Z Compiling goblin v0.10.5
14902026-05-28T08:46:28.154Z Compiling rustls-native-certs v0.8.3
14912026-05-28T08:46:28.281Z Compiling sync_wrapper v1.0.2
14922026-05-28T08:46:28.393Z Compiling wait-timeout v0.2.1
14932026-05-28T08:46:28.443Z Compiling usdt-impl v0.6.0
14942026-05-28T08:46:28.649Z Compiling simd-adler32 v0.3.8
14952026-05-28T08:46:28.662Z Compiling num_threads v0.1.7
14962026-05-28T08:46:28.761Z Compiling bit-vec v0.8.0
14972026-05-28T08:46:28.894Z Compiling unicode-segmentation v1.12.0
14982026-05-28T08:46:28.908Z Compiling syn v1.0.109
14992026-05-28T08:46:28.982Z Compiling hyper-util v0.1.20
15002026-05-28T08:46:29.203Z Compiling crossbeam-utils v0.8.21
15012026-05-28T08:46:29.269Z Compiling quick-error v1.2.3
15022026-05-28T08:46:29.377Z Compiling siphasher v1.0.2
15032026-05-28T08:46:29.509Z Compiling rusty-fork v0.3.1
15042026-05-28T08:46:29.611Z Compiling bit-set v0.8.0
15052026-05-28T08:46:29.772Z Compiling time v0.3.47
15062026-05-28T08:46:29.803Z Compiling tower v0.5.3
15072026-05-28T08:46:29.815Z Compiling derive_builder_core v0.20.2
15082026-05-28T08:46:30.269Z Compiling dtrace-parser v0.3.0
15092026-05-28T08:46:30.381Z Compiling http-body-util v0.1.3
15102026-05-28T08:46:30.628Z Compiling webpki-roots v1.0.6
15112026-05-28T08:46:30.677Z Compiling signature v2.2.0
15122026-05-28T08:46:30.693Z Compiling scroll_derive v0.12.1
15132026-05-28T08:46:30.746Z Compiling thiserror-impl v1.0.69
15142026-05-28T08:46:30.855Z Compiling dof v0.4.0
15152026-05-28T08:46:31.020Z Compiling heapless v0.7.17
15162026-05-28T08:46:31.258Z Compiling rand_xorshift v0.4.0
15172026-05-28T08:46:31.328Z Compiling slog v2.8.2
15182026-05-28T08:46:31.342Z Compiling darling_core v0.21.3
15192026-05-28T08:46:31.417Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-05-28T08:46:31.509Z Compiling thread-id v5.1.0
15212026-05-28T08:46:31.591Z Compiling cookie v0.18.1
15222026-05-28T08:46:31.683Z Compiling ryu v1.0.23
15232026-05-28T08:46:31.771Z Compiling zstd-safe v7.2.4
15242026-05-28T08:46:31.864Z Compiling unicode-bidi v0.3.18
15252026-05-28T08:46:31.967Z Compiling paste v1.0.15
15262026-05-28T08:46:31.981Z Compiling adler2 v2.0.1
15272026-05-28T08:46:32.011Z Compiling signal-hook v0.3.18
15282026-05-28T08:46:32.106Z Compiling anyhow v1.0.102
15292026-05-28T08:46:32.180Z Compiling iri-string v0.7.10
15302026-05-28T08:46:32.231Z Compiling unicode-properties v0.1.4
15312026-05-28T08:46:32.312Z Compiling unarray v0.1.4
15322026-05-28T08:46:32.384Z Compiling allocator-api2 v0.2.21
15332026-05-28T08:46:32.464Z Compiling stringprep v0.1.5
15342026-05-28T08:46:32.478Z Compiling proptest v1.10.0
15352026-05-28T08:46:32.723Z Compiling miniz_oxide v0.8.9
15362026-05-28T08:46:32.754Z Compiling thiserror v1.0.69
15372026-05-28T08:46:32.858Z Compiling serde_urlencoded v0.7.1
15382026-05-28T08:46:33.321Z Compiling tower-http v0.6.8
15392026-05-28T08:46:33.696Z Compiling scroll v0.12.0
15402026-05-28T08:46:33.721Z Compiling derive_builder_macro v0.20.2
15412026-05-28T08:46:33.735Z Compiling tokio-native-tls v0.3.1
15422026-05-28T08:46:33.887Z Compiling darling_macro v0.21.3
15432026-05-28T08:46:33.902Z Compiling heck v0.4.1
15442026-05-28T08:46:33.961Z Compiling bstr v1.12.1
15452026-05-28T08:46:34.117Z Compiling ipnetwork v0.21.1
15462026-05-28T08:46:34.160Z Compiling rand_chacha v0.3.1
15472026-05-28T08:46:34.239Z Compiling erased-serde v0.3.31
15482026-05-28T08:46:34.345Z Compiling serde_tokenstream v0.2.3
15492026-05-28T08:46:34.508Z Compiling serde_spanned v0.6.9
15502026-05-28T08:46:34.597Z Compiling toml_datetime v0.6.11
15512026-05-28T08:46:34.652Z Compiling md-5 v0.10.6
15522026-05-28T08:46:34.655Z Compiling pin-project-internal v1.1.11
15532026-05-28T08:46:34.719Z Compiling async-trait v0.1.89
15542026-05-28T08:46:34.830Z Compiling zerocopy-derive v0.7.35
15552026-05-28T08:46:34.858Z Compiling curve25519-dalek v4.1.3
15562026-05-28T08:46:34.949Z Compiling vergen-lib v9.1.0
15572026-05-28T08:46:35.125Z Compiling num-integer v0.1.46
15582026-05-28T08:46:35.188Z Compiling hash32 v0.2.1
15592026-05-28T08:46:35.382Z Compiling ff v0.13.1
15602026-05-28T08:46:35.448Z Compiling memoffset v0.9.1
15612026-05-28T08:46:35.517Z Compiling encoding_rs v0.8.35
15622026-05-28T08:46:35.652Z Compiling zlib-rs v0.6.2
15632026-05-28T08:46:35.696Z Compiling rustix v0.38.44
15642026-05-28T08:46:35.737Z Compiling litrs v1.0.0
15652026-05-28T08:46:35.750Z Compiling psl-types v2.0.11
15662026-05-28T08:46:35.874Z Compiling fallible-iterator v0.2.0
15672026-05-28T08:46:36.038Z Compiling base16ct v0.2.0
15682026-05-28T08:46:36.180Z Compiling mime v0.3.17
15692026-05-28T08:46:36.217Z Compiling num-bigint-dig v0.8.6
15702026-05-28T08:46:36.243Z Compiling cfg_aliases v0.2.1
15712026-05-28T08:46:36.318Z Compiling smoltcp v0.9.1
15722026-05-28T08:46:36.404Z Compiling ref-cast v1.0.25
15732026-05-28T08:46:36.451Z Compiling nix v0.31.2
15742026-05-28T08:46:36.667Z Compiling document-features v0.2.12
15752026-05-28T08:46:36.750Z Compiling sec1 v0.7.3
15762026-05-28T08:46:36.815Z Compiling postgres-protocol v0.6.10
15772026-05-28T08:46:37.022Z Compiling publicsuffix v2.3.0
15782026-05-28T08:46:37.123Z Compiling pin-project v1.1.11
15792026-05-28T08:46:37.190Z Compiling zerocopy v0.7.35
15802026-05-28T08:46:37.234Z Compiling group v0.13.0
15812026-05-28T08:46:37.316Z Compiling num-iter v0.1.45
15822026-05-28T08:46:37.482Z Compiling newtype-uuid v1.3.2
15832026-05-28T08:46:37.570Z Compiling hubpack_derive v0.1.1
15842026-05-28T08:46:37.753Z Compiling rand v0.8.6
15852026-05-28T08:46:37.813Z Compiling darling v0.21.3
15862026-05-28T08:46:37.850Z Compiling oxnet v0.1.5
15872026-05-28T08:46:37.897Z Compiling derive_builder v0.20.2
15882026-05-28T08:46:37.909Z Compiling snafu-derive v0.8.9
15892026-05-28T08:46:38.006Z Compiling goblin v0.8.2
15902026-05-28T08:46:38.021Z Compiling hyper-tls v0.6.0
15912026-05-28T08:46:38.602Z Compiling flate2 v1.1.9
15922026-05-28T08:46:38.915Z Compiling phf_shared v0.13.1
15932026-05-28T08:46:39.008Z Compiling lazy_static v1.5.0
15942026-05-28T08:46:39.107Z Compiling regex v1.12.3
15952026-05-28T08:46:39.153Z Compiling anstyle-parse v0.2.7
15962026-05-28T08:46:39.239Z Compiling strum_macros v0.27.2
15972026-05-28T08:46:39.275Z Compiling futures-executor v0.3.32
15982026-05-28T08:46:39.333Z Compiling hex v0.4.3
15992026-05-28T08:46:39.531Z Compiling hkdf v0.12.4
16002026-05-28T08:46:39.546Z Compiling crypto-bigint v0.5.5
16012026-05-28T08:46:39.600Z Compiling terminal_size v0.4.3
16022026-05-28T08:46:39.695Z Compiling daft-derive v0.1.7
16032026-05-28T08:46:39.739Z Compiling ref-cast-impl v1.0.25
16042026-05-28T08:46:39.810Z Compiling curve25519-dalek-derive v0.1.1
16052026-05-28T08:46:40.271Z Compiling vergen v9.1.0
16062026-05-28T08:46:40.412Z Compiling fs-err v3.3.0
16072026-05-28T08:46:40.446Z Compiling cargo-platform v0.3.2
16082026-05-28T08:46:40.460Z Compiling ahash v0.8.12
16092026-05-28T08:46:40.598Z Compiling libbz2-rs-sys v0.2.2
16102026-05-28T08:46:40.656Z Compiling foldhash v0.2.0
16112026-05-28T08:46:40.715Z Compiling foldhash v0.1.5
16122026-05-28T08:46:40.880Z Compiling bitflags v1.3.2
16132026-05-28T08:46:40.894Z Compiling same-file v1.0.6
16142026-05-28T08:46:40.956Z Compiling object v0.37.3
16152026-05-28T08:46:41.058Z Compiling bumpalo v3.20.2
16162026-05-28T08:46:41.182Z Compiling winnow v0.5.40
16172026-05-28T08:46:41.234Z Compiling managed v0.8.0
16182026-05-28T08:46:41.280Z Compiling zopfli v0.8.3
16192026-05-28T08:46:41.357Z Compiling strum v0.27.2
16202026-05-28T08:46:41.466Z Compiling bzip2 v0.6.1
16212026-05-28T08:46:41.483Z Compiling walkdir v2.5.0
16222026-05-28T08:46:41.664Z Compiling hashbrown v0.15.5
16232026-05-28T08:46:41.678Z Compiling hashbrown v0.16.1
16242026-05-28T08:46:41.792Z Compiling clap_builder v4.6.0
16252026-05-28T08:46:41.988Z Compiling cargo_metadata v0.23.1
16262026-05-28T08:46:42.230Z Compiling elliptic-curve v0.13.8
16272026-05-28T08:46:42.297Z Compiling daft v0.1.7
16282026-05-28T08:46:42.612Z Compiling toml_edit v0.19.15
16292026-05-28T08:46:42.675Z Compiling dof v0.3.0
16302026-05-28T08:46:42.742Z Compiling snafu v0.8.9
16312026-05-28T08:46:43.095Z Compiling futures v0.3.32
16322026-05-28T08:46:43.179Z Compiling anstream v0.6.21
16332026-05-28T08:46:43.391Z Compiling phf v0.13.1
16342026-05-28T08:46:43.515Z Compiling signal-hook-mio v0.2.5
16352026-05-28T08:46:43.566Z Compiling cookie_store v0.22.1
16362026-05-28T08:46:43.630Z Compiling zstd v0.13.3
16372026-05-28T08:46:43.755Z Compiling bzip2 v0.4.4
16382026-05-28T08:46:43.896Z Compiling hubpack v0.1.2
16392026-05-28T08:46:43.962Z Compiling serde_with_macros v3.17.0
16402026-05-28T08:46:44.196Z Compiling postgres-types v0.2.12
16412026-05-28T08:46:44.765Z Compiling usdt-attr-macro v0.6.0
16422026-05-28T08:46:44.820Z Compiling usdt-macro v0.6.0
16432026-05-28T08:46:45.069Z Compiling globset v0.4.18
16442026-05-28T08:46:45.239Z Compiling dtrace-parser v0.2.0
16452026-05-28T08:46:45.295Z Compiling ed25519 v2.2.3
16462026-05-28T08:46:45.328Z Compiling phf_shared v0.11.3
16472026-05-28T08:46:45.513Z Compiling olpc-cjson v0.1.4
16482026-05-28T08:46:45.545Z Compiling pkcs1 v0.7.5
16492026-05-28T08:46:45.545Z Compiling clap_derive v4.6.1
16502026-05-28T08:46:45.671Z Compiling strum_macros v0.26.4
16512026-05-28T08:46:45.746Z Compiling enum-as-inner v0.6.1
16522026-05-28T08:46:45.950Z Compiling serde-big-array v0.5.1
16532026-05-28T08:46:45.977Z Compiling serde_plain v1.0.2
16542026-05-28T08:46:46.091Z Compiling rfc6979 v0.4.0
16552026-05-28T08:46:46.169Z Compiling serde_repr v0.1.20
16562026-05-28T08:46:46.193Z Compiling async-recursion v1.1.1
16572026-05-28T08:46:46.215Z Compiling pem v3.0.6
16582026-05-28T08:46:46.246Z Compiling float-cmp v0.10.0
16592026-05-28T08:46:46.394Z Compiling thread-id v4.2.2
16602026-05-28T08:46:46.481Z Compiling memmap2 v0.9.10
16612026-05-28T08:46:46.536Z Compiling env_filter v1.0.0
16622026-05-28T08:46:46.688Z Compiling whoami v2.1.0
16632026-05-28T08:46:46.692Z Compiling keccak v0.1.6
16642026-05-28T08:46:46.825Z Compiling fixedbitset v0.4.2
16652026-05-28T08:46:46.840Z Compiling normalize-line-endings v0.3.0
16662026-05-28T08:46:46.937Z Compiling jiff v0.2.21
16672026-05-28T08:46:47.039Z Compiling data-encoding v2.10.0
16682026-05-28T08:46:47.059Z Compiling new_debug_unreachable v1.0.6
16692026-05-28T08:46:47.129Z Compiling predicates-core v1.0.10
16702026-05-28T08:46:47.309Z Compiling fixedbitset v0.5.7
16712026-05-28T08:46:47.325Z Compiling precomputed-hash v0.1.1
16722026-05-28T08:46:47.415Z Compiling typed-path v0.9.3
16732026-05-28T08:46:47.453Z Compiling static_assertions v1.1.0
16742026-05-28T08:46:47.529Z Compiling difflib v0.4.0
16752026-05-28T08:46:47.577Z Compiling petgraph v0.8.3
16762026-05-28T08:46:47.632Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16772026-05-28T08:46:47.772Z Compiling predicates v3.1.4
16782026-05-28T08:46:48.100Z Compiling strum v0.26.3
16792026-05-28T08:46:48.236Z Compiling string_cache v0.8.9
16802026-05-28T08:46:48.435Z Compiling clap v4.6.1
16812026-05-28T08:46:48.474Z Compiling hickory-proto v0.25.2
16822026-05-28T08:46:48.520Z Compiling toml_edit v0.22.27
16832026-05-28T08:46:48.681Z Compiling petgraph v0.6.5
16842026-05-28T08:46:49.143Z Compiling tokio-postgres v0.7.16
16852026-05-28T08:46:49.542Z Compiling zip v4.6.1
16862026-05-28T08:46:50.149Z Compiling sha3 v0.10.8
16872026-05-28T08:46:50.445Z Compiling env_logger v0.11.9
16882026-05-28T08:46:50.496Z Compiling usdt v0.6.0
16892026-05-28T08:46:50.612Z Compiling usdt-impl v0.5.0
16902026-05-28T08:46:50.751Z Compiling ecdsa v0.16.9
16912026-05-28T08:46:50.793Z Compiling rsa v0.9.10
16922026-05-28T08:46:51.141Z Compiling ed25519-dalek v2.2.0
16932026-05-28T08:46:51.156Z Compiling serde_with v3.17.0
16942026-05-28T08:46:51.199Z Compiling crossterm v0.28.1
16952026-05-28T08:46:51.321Z Compiling toml v0.7.8
16962026-05-28T08:46:51.801Z Compiling zip v0.6.6
16972026-05-28T08:46:52.317Z Compiling iddqd v0.4.2
16982026-05-28T08:46:52.739Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-05-28T08:46:52.819Z Compiling similar v2.7.0
17002026-05-28T08:46:52.883Z Compiling crossbeam-epoch v0.9.18
17012026-05-28T08:46:53.196Z Compiling tokio-stream v0.1.18
17022026-05-28T08:46:53.230Z Compiling buf-list v1.1.2
17032026-05-28T08:46:53.388Z Compiling x509-cert v0.2.5
17042026-05-28T08:46:53.503Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17052026-05-28T08:46:53.651Z Compiling openapiv3 v2.2.0
17062026-05-28T08:46:53.665Z Compiling sha1 v0.10.6
17072026-05-28T08:46:53.700Z Compiling peg-runtime v0.8.5
17082026-05-28T08:46:53.810Z Compiling lalrpop-util v0.19.12
17092026-05-28T08:46:53.888Z Compiling either v1.15.0
17102026-05-28T08:46:53.981Z Compiling thread_local v1.1.9
17112026-05-28T08:46:54.001Z Compiling slog-async v2.8.0
17122026-05-28T08:46:54.100Z Compiling crossbeam-channel v0.5.15
17132026-05-28T08:46:54.120Z Compiling is-terminal v0.4.17
17142026-05-28T08:46:54.216Z Compiling filetime v0.2.27
17152026-05-28T08:46:54.235Z Compiling xattr v1.6.1
17162026-05-28T08:46:54.313Z Compiling take_mut v0.2.2
17172026-05-28T08:46:54.389Z Compiling term v1.2.1
17182026-05-28T08:46:54.403Z Compiling tar v0.4.45
17192026-05-28T08:46:54.957Z Compiling slog-term v2.9.2
17202026-05-28T08:47:04.697Z Compiling rustls-webpki v0.103.9
17212026-05-28T08:47:07.503Z Compiling tokio-rustls v0.26.4
17222026-05-28T08:47:07.503Z Compiling rustls-platform-verifier v0.6.2
17232026-05-28T08:47:07.730Z Compiling hyper-rustls v0.27.7
17242026-05-28T08:47:07.922Z Compiling reqwest v0.12.28
17252026-05-28T08:47:07.929Z Compiling reqwest v0.13.2
17262026-05-28T08:47:09.160Z Compiling tough v0.22.0
17272026-05-28T08:47:11.724Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-05-28T08:47:11.937Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-05-28T08:47:14.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17302026-05-28T08:47:14.966Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17312026-05-28T08:47:15.020ZMay 28 08:47:13.717 INFO Starting download, target: Cockroach
17322026-05-28T08:47:15.020ZMay 28 08:47:13.717 INFO Starting download, target: Clickhouse
17332026-05-28T08:47:15.021ZMay 28 08:47:13.717 INFO Starting download, target: Console
17342026-05-28T08:47:15.021ZMay 28 08:47:13.717 INFO Starting download, target: DendriteStub
17352026-05-28T08:47:15.024ZMay 28 08:47:13.717 INFO Starting download, target: MaghemiteMgd
17362026-05-28T08:47:15.024ZMay 28 08:47:13.717 INFO Starting download, target: MaghemiteDdmd
17372026-05-28T08:47:15.024ZMay 28 08:47:13.717 INFO Starting download, target: TransceiverControl
17382026-05-28T08:47:15.024ZMay 28 08:47:13.717 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-05-28T08:47:15.024ZMay 28 08:47:13.718 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17402026-05-28T08:47:15.024ZMay 28 08:47:13.718 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17412026-05-28T08:47:15.024ZMay 28 08:47:13.718 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17422026-05-28T08:47:15.024ZMay 28 08:47:13.718 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17432026-05-28T08:47:15.024ZMay 28 08:47:13.718 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-05-28T08:47:15.024ZMay 28 08:47:13.718 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-05-28T08:47:15.592ZMay 28 08:47:14.284 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17462026-05-28T08:47:15.846ZMay 28 08:47:14.503 INFO Download complete, target: TransceiverControl
17472026-05-28T08:47:16.072ZMay 28 08:47:14.771 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-05-28T08:47:16.333ZMay 28 08:47:15.000 INFO Download complete, target: Console
17492026-05-28T08:47:17.339ZMay 28 08:47:16.038 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-05-28T08:47:19.221ZMay 28 08:47:17.914 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17512026-05-28T08:47:19.512ZMay 28 08:47:18.199 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17522026-05-28T08:47:19.787ZMay 28 08:47:18.461 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-05-28T08:47:20.193ZMay 28 08:47:18.887 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-05-28T08:47:20.193ZMay 28 08:47:18.887 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-05-28T08:47:21.189ZMay 28 08:47:19.881 INFO Download complete, target: MaghemiteDdmd
17562026-05-28T08:47:22.306ZMay 28 08:47:21.005 INFO Download complete, target: MaghemiteMgd
17572026-05-28T08:47:22.309ZMay 28 08:47:21.005 INFO Download complete, target: DendriteStub
17582026-05-28T08:47:24.241ZMay 28 08:47:22.940 INFO Checking that binary works, target: Clickhouse
17592026-05-28T08:47:24.359ZMay 28 08:47:23.058 INFO Download complete, target: Clickhouse
17602026-05-28T08:47:24.878ZMay 28 08:47:23.577 INFO Checking that binary works, target: Cockroach
17612026-05-28T08:47:24.998ZMay 28 08:47:23.697 INFO Download complete, target: Cockroach
17622026-05-28T08:47:25.015ZAll builder prerequisites installed successfully, and PATH looks valid
17632026-05-28T08:47:25.018Z
17642026-05-28T08:47:25.018Zreal 2:19.625858271
17652026-05-28T08:47:25.018Zuser 6:58.767745074
17662026-05-28T08:47:25.018Zsys 1:24.098475946
17672026-05-28T08:47:25.018Ztrap 0.235362612
17682026-05-28T08:47:25.018Ztflt 0.673894389
17692026-05-28T08:47:25.018Zdflt 0.636790790
17702026-05-28T08:47:25.018Zkflt 0.027845088
17712026-05-28T08:47:25.018Zlock 21:58.756842709
17722026-05-28T08:47:25.018Zslp 21:29.029860982
17732026-05-28T08:47:25.018Zlat 41.281206151
17742026-05-28T08:47:25.018Zstop 1:54.289882308
17752026-05-28T08:47:25.018Z+ banner clippy
17762026-05-28T08:47:25.021Z
17772026-05-28T08:47:25.021Z #### # # ##### ##### # #
17782026-05-28T08:47:25.021Z # # # # # # # # # #
17792026-05-28T08:47:25.021Z # # # # # # # #
17802026-05-28T08:47:25.021Z # # # ##### ##### #
17812026-05-28T08:47:25.021Z # # # # # # #
17822026-05-28T08:47:25.021Z #### ###### # # # #
17832026-05-28T08:47:25.021Z
17842026-05-28T08:47:25.021Z+ export CARGO_INCREMENTAL=0
17852026-05-28T08:47:25.021Z+ CARGO_INCREMENTAL=0
17862026-05-28T08:47:25.021Z+ ptime -m cargo xtask clippy
17872026-05-28T08:47:25.575Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17882026-05-28T08:47:25.800Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17892026-05-28T08:47:27.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17902026-05-28T08:47:27.736Z Running `target/debug/xtask clippy`
17912026-05-28T08:47:27.769Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17922026-05-28T08:47:28.416Z Downloading crates ...
17932026-05-28T08:47:28.608Z Downloaded anes v0.1.6
17942026-05-28T08:47:28.611Z Downloaded criterion-plot v0.6.0
17952026-05-28T08:47:28.614Z Downloaded event-listener v5.4.1
17962026-05-28T08:47:28.616Z Downloaded backtrace-ext v0.2.1
17972026-05-28T08:47:28.619Z Downloaded escape8259 v0.5.3
17982026-05-28T08:47:28.619Z Downloaded addr2line v0.25.1
17992026-05-28T08:47:28.619Z Downloaded miette-derive v5.10.0
18002026-05-28T08:47:28.622Z Downloaded datatest-stable v0.3.3
18012026-05-28T08:47:28.625Z Downloaded pathdiff v0.2.3
18022026-05-28T08:47:28.631Z Downloaded target-triple v1.0.0
18032026-05-28T08:47:28.633Z Downloaded tokio-test v0.4.5
18042026-05-28T08:47:28.633Z Downloaded partial-io v0.5.4
18052026-05-28T08:47:28.636Z Downloaded nested v0.1.1
18062026-05-28T08:47:28.636Z Downloaded approx v0.5.1
18072026-05-28T08:47:28.636Z Downloaded constant_time_eq v0.3.1
18082026-05-28T08:47:28.639Z Downloaded guppy-workspace-hack v0.1.0
18092026-05-28T08:47:28.643Z Downloaded plotters-svg v0.3.7
18102026-05-28T08:47:28.649Z Downloaded supports-unicode v2.1.0
18112026-05-28T08:47:28.653Z Downloaded terminal_size v0.1.17
18122026-05-28T08:47:28.653Z Downloaded assert-json-diff v2.0.2
18132026-05-28T08:47:28.656Z Downloaded supports-color v2.1.0
18142026-05-28T08:47:28.656Z Downloaded rust-argon2 v2.1.0
18152026-05-28T08:47:28.656Z Downloaded similar-asserts v1.7.0
18162026-05-28T08:47:28.659Z Downloaded linkme-impl v0.3.35
18172026-05-28T08:47:28.662Z Downloaded serde_regex v1.1.0
18182026-05-28T08:47:28.665Z Downloaded async-object-pool v0.2.0
18192026-05-28T08:47:28.667Z Downloaded parking v2.2.1
18202026-05-28T08:47:28.671Z Downloaded termcolor v1.4.1
18212026-05-28T08:47:28.673Z Downloaded cast v0.3.0
18222026-05-28T08:47:28.677Z Downloaded event-listener-strategy v0.5.4
18232026-05-28T08:47:28.687Z Downloaded assert_cmd v2.1.2
18242026-05-28T08:47:28.690Z Downloaded target-lexicon v0.13.3
18252026-05-28T08:47:28.693Z Downloaded rustc-demangle v0.1.27
18262026-05-28T08:47:28.696Z Downloaded stringmetrics v2.2.2
18272026-05-28T08:47:28.700Z Downloaded rstest_macros v0.25.0
18282026-05-28T08:47:28.700Z Downloaded path-tree v0.8.3
18292026-05-28T08:47:28.700Z Downloaded trybuild v1.0.116
18302026-05-28T08:47:28.703Z Downloaded async-lock v3.4.2
18312026-05-28T08:47:28.703Z Downloaded supports-hyperlinks v2.1.0
18322026-05-28T08:47:28.703Z Downloaded owo-colors v3.5.0
18332026-05-28T08:47:28.706Z Downloaded plotters-backend v0.3.7
18342026-05-28T08:47:28.706Z Downloaded futures-timer v3.0.3
18352026-05-28T08:47:28.708Z Downloaded oorandom v11.1.5
18362026-05-28T08:47:28.708Z Downloaded concurrent-queue v2.5.0
18372026-05-28T08:47:28.708Z Downloaded linkme v0.3.35
18382026-05-28T08:47:28.711Z Downloaded target-spec v3.5.7
18392026-05-28T08:47:28.711Z Downloaded relative-path v1.9.3
18402026-05-28T08:47:28.715Z Downloaded libtest-mimic v0.8.1
18412026-05-28T08:47:28.715Z Downloaded tinytemplate v1.2.1
18422026-05-28T08:47:28.717Z Downloaded blake2b_simd v1.0.4
18432026-05-28T08:47:28.720Z Downloaded hickory-client v0.25.2
18442026-05-28T08:47:28.723Z Downloaded textwrap v0.15.2
18452026-05-28T08:47:28.723Z Downloaded knuffel-derive v3.2.0
18462026-05-28T08:47:28.725Z Downloaded httptest v0.16.4
18472026-05-28T08:47:28.725Z Downloaded cfg-expr v0.20.6
18482026-05-28T08:47:28.728Z Downloaded backtrace v0.3.76
18492026-05-28T08:47:28.731Z Downloaded rstest v0.25.0
18502026-05-28T08:47:28.748Z Downloaded rand_distr v0.5.1
18512026-05-28T08:47:28.751Z Downloaded fancy-regex v0.14.0
18522026-05-28T08:47:28.754Z Downloaded knuffel v3.2.0
18532026-05-28T08:47:28.757Z Downloaded miette v5.10.0
18542026-05-28T08:47:28.757Z Downloaded chumsky v0.9.3
18552026-05-28T08:47:28.760Z Downloaded plotters v0.3.7
18562026-05-28T08:47:28.763Z Downloaded criterion v0.7.0
18572026-05-28T08:47:28.767Z Downloaded guppy v0.17.25
18582026-05-28T08:47:28.771Z Downloaded hashbrown v0.14.5
18592026-05-28T08:47:28.791Z Downloaded gimli v0.32.3
18602026-05-28T08:47:28.885Z Downloaded httpmock v0.8.3
18612026-05-28T08:47:30.673Z Checking cfg-if v1.0.4
18622026-05-28T08:47:31.054Z Checking libc v0.2.185
18632026-05-28T08:47:31.058Z Checking serde_core v1.0.228
18642026-05-28T08:47:31.131Z Checking memchr v2.8.0
18652026-05-28T08:47:31.171Z Checking smallvec v1.15.1
18662026-05-28T08:47:31.213Z Checking itoa v1.0.17
18672026-05-28T08:47:31.253Z Checking log v0.4.29
18682026-05-28T08:47:31.303Z Checking libm v0.2.16
18692026-05-28T08:47:31.343Z Checking zeroize v1.8.2
18702026-05-28T08:47:31.385Z Checking scopeguard v1.2.0
18712026-05-28T08:47:31.425Z Checking stable_deref_trait v1.2.1
18722026-05-28T08:47:31.466Z Checking zmij v1.0.21
18732026-05-28T08:47:31.507Z Checking errno v0.3.14
18742026-05-28T08:47:31.545Z Checking getrandom v0.2.17
18752026-05-28T08:47:31.579Z Checking lock_api v0.4.14
18762026-05-28T08:47:31.619Z Checking zerofrom v0.1.6
18772026-05-28T08:47:31.658Z Checking percent-encoding v2.3.2
18782026-05-28T08:47:31.698Z Checking litemap v0.8.1
18792026-05-28T08:47:31.701Z Checking writeable v0.6.2
18802026-05-28T08:47:31.769Z Checking yoke v0.8.1
18812026-05-28T08:47:31.810Z Checking icu_properties_data v2.1.2
18822026-05-28T08:47:31.812Z Checking icu_normalizer_data v2.1.1
18832026-05-28T08:47:31.884Z Checking form_urlencoded v1.2.2
18842026-05-28T08:47:31.923Z Checking utf8_iter v1.0.4
18852026-05-28T08:47:31.963Z Checking zerovec v0.11.5
18862026-05-28T08:47:31.963Z Checking zerotrie v0.2.3
18872026-05-28T08:47:32.036Z Checking num-traits v0.2.19
18882026-05-28T08:47:32.073Z Checking subtle v2.6.1
18892026-05-28T08:47:32.111Z Checking rand_core v0.10.0
18902026-05-28T08:47:32.152Z Checking pin-project-lite v0.2.17
18912026-05-28T08:47:32.190Z Checking rand_core v0.6.4
18922026-05-28T08:47:32.263Z Checking zerocopy v0.8.40
18932026-05-28T08:47:32.300Z Checking getrandom v0.4.1
18942026-05-28T08:47:32.341Z Checking parking_lot_core v0.9.12
18952026-05-28T08:47:32.390Z Checking portable-atomic v1.13.1
18962026-05-28T08:47:32.431Z Checking tinystr v0.8.2
18972026-05-28T08:47:32.431Z Checking potential_utf v0.1.4
18982026-05-28T08:47:32.504Z Checking signal-hook-registry v1.4.8
18992026-05-28T08:47:32.553Z Checking parking_lot v0.12.5
19002026-05-28T08:47:32.558Z Checking serde v1.0.228
19012026-05-28T08:47:32.625Z Checking serde_json v1.0.149
19022026-05-28T08:47:32.627Z Checking bitflags v2.11.0
19032026-05-28T08:47:32.714Z Checking icu_locale_core v2.1.1
19042026-05-28T08:47:32.714Z Checking icu_collections v2.1.1
19052026-05-28T08:47:32.788Z Checking critical-section v1.2.0
19062026-05-28T08:47:32.834Z Checking mio v1.2.0
19072026-05-28T08:47:32.887Z Checking typenum v1.19.0
19082026-05-28T08:47:32.930Z Checking once_cell v1.21.3
19092026-05-28T08:47:33.028Z Checking bytes v1.11.1
19102026-05-28T08:47:33.071Z Checking socket2 v0.6.3
19112026-05-28T08:47:33.139Z Checking iana-time-zone v0.1.65
19122026-05-28T08:47:33.191Z Checking uuid v1.23.0
19132026-05-28T08:47:33.280Z Checking chrono v0.4.44
19142026-05-28T08:47:33.338Z Checking semver v1.0.28
19152026-05-28T08:47:33.384Z Checking icu_provider v2.1.1
19162026-05-28T08:47:33.421Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19172026-05-28T08:47:33.458Z Checking generic-array v0.14.7
19182026-05-28T08:47:33.498Z Checking tokio v1.52.1
19192026-05-28T08:47:33.541Z Checking thiserror v2.0.18
19202026-05-28T08:47:33.582Z Checking futures-core v0.3.32
19212026-05-28T08:47:33.648Z Checking icu_normalizer v2.1.1
19222026-05-28T08:47:33.690Z Checking icu_properties v2.1.2
19232026-05-28T08:47:33.762Z Checking dyn-clone v1.0.20
19242026-05-28T08:47:33.809Z Checking equivalent v1.0.2
19252026-05-28T08:47:33.894Z Checking const-oid v0.9.6
19262026-05-28T08:47:33.932Z Checking crypto-common v0.1.7
19272026-05-28T08:47:33.935Z Checking block-buffer v0.10.4
19282026-05-28T08:47:34.003Z Checking futures-sink v0.3.32
19292026-05-28T08:47:34.093Z Checking rustix v1.1.3
19302026-05-28T08:47:34.139Z Checking byteorder v1.5.0
19312026-05-28T08:47:34.144Z Checking futures-channel v0.3.32
19322026-05-28T08:47:34.215Z Checking futures-io v0.3.32
19332026-05-28T08:47:34.359Z Checking futures-task v0.3.32
19342026-05-28T08:47:34.397Z Checking slab v0.4.12
19352026-05-28T08:47:34.400Z Checking thiserror v1.0.69
19362026-05-28T08:47:34.527Z Checking cpufeatures v0.2.17
19372026-05-28T08:47:34.530Z Checking idna_adapter v1.2.1
19382026-05-28T08:47:34.601Z Checking futures-util v0.3.32
19392026-05-28T08:47:34.604Z Checking digest v0.10.7
19402026-05-28T08:47:34.637Z Checking hashbrown v0.17.0
19412026-05-28T08:47:34.705Z Checking getrandom v0.3.4
19422026-05-28T08:47:34.740Z Checking idna v1.1.0
19432026-05-28T08:47:34.861Z Checking fnv v1.0.7
19442026-05-28T08:47:34.900Z Checking regex-syntax v0.8.10
19452026-05-28T08:47:34.939Z Checking base64 v0.22.1
19462026-05-28T08:47:34.990Z Checking http v1.4.0
19472026-05-28T08:47:35.024Z Checking url v2.5.8
19482026-05-28T08:47:35.062Z Checking ppv-lite86 v0.2.21
19492026-05-28T08:47:35.161Z Checking indexmap v2.14.0
19502026-05-28T08:47:35.207Z Checking tracing-core v0.1.36
19512026-05-28T08:47:35.387Z Checking utf8parse v0.2.2
19522026-05-28T08:47:35.484Z Checking schemars v0.8.22
19532026-05-28T08:47:35.525Z Checking anstyle v1.0.14
19542026-05-28T08:47:35.562Z Checking tracing v0.1.44
19552026-05-28T08:47:35.600Z Checking ipnet v2.11.0
19562026-05-28T08:47:35.738Z Checking is_terminal_polyfill v1.70.2
19572026-05-28T08:47:35.776Z Checking unicode-ident v1.0.24
19582026-05-28T08:47:35.813Z Checking base64ct v1.8.3
19592026-05-28T08:47:35.858Z Checking anstyle-query v1.1.5
19602026-05-28T08:47:35.897Z Checking colorchoice v1.0.4
19612026-05-28T08:47:35.933Z Checking proc-macro2 v1.0.106
19622026-05-28T08:47:35.981Z Checking block-padding v0.3.3
19632026-05-28T08:47:36.027Z Checking untrusted v0.9.0
19642026-05-28T08:47:36.074Z Checking aho-corasick v1.1.4
19652026-05-28T08:47:36.144Z Checking inout v0.1.4
19662026-05-28T08:47:36.182Z Checking ring v0.17.14
19672026-05-28T08:47:36.185Z Checking anstyle-parse v1.0.0
19682026-05-28T08:47:36.253Z Checking terminal_size v0.4.3
19692026-05-28T08:47:36.290Z Checking quote v1.0.45
19702026-05-28T08:47:36.326Z Checking cipher v0.4.4
19712026-05-28T08:47:36.396Z Checking crossbeam-utils v0.8.21
19722026-05-28T08:47:36.399Z Checking anstream v1.0.0
19732026-05-28T08:47:36.486Z Checking syn v2.0.117
19742026-05-28T08:47:36.524Z Checking rustls-pki-types v1.14.0
19752026-05-28T08:47:36.563Z Checking httparse v1.10.1
19762026-05-28T08:47:36.656Z Checking clap_lex v1.0.0
19772026-05-28T08:47:36.697Z Checking tokio-util v0.7.18
19782026-05-28T08:47:36.758Z Checking strsim v0.11.1
19792026-05-28T08:47:36.797Z Checking regex-automata v0.4.14
19802026-05-28T08:47:36.800Z Checking pem-rfc7468 v0.7.0
19812026-05-28T08:47:36.870Z Checking sha2 v0.10.9
19822026-05-28T08:47:36.872Z Checking allocator-api2 v0.2.21
19832026-05-28T08:47:36.946Z Checking clap_builder v4.6.0
19842026-05-28T08:47:36.990Z Checking rand_core v0.9.5
19852026-05-28T08:47:37.172Z Checking hmac v0.12.1
19862026-05-28T08:47:37.211Z Checking powerfmt v0.2.0
19872026-05-28T08:47:37.214Z Checking http-body v1.0.1
19882026-05-28T08:47:37.214Z Checking time-core v0.1.8
19892026-05-28T08:47:37.330Z Checking num_threads v0.1.7
19902026-05-28T08:47:37.367Z Checking num-conv v0.2.0
19912026-05-28T08:47:37.403Z Checking deranged v0.5.8
19922026-05-28T08:47:37.439Z Checking flagset v0.4.7
19932026-05-28T08:47:37.442Z Checking atomic-waker v1.1.2
19942026-05-28T08:47:37.442Z Checking try-lock v0.2.5
19952026-05-28T08:47:37.544Z Checking httpdate v1.0.3
19962026-05-28T08:47:37.592Z Checking der v0.7.10
19972026-05-28T08:47:37.630Z Checking want v0.3.1
19982026-05-28T08:47:37.668Z Checking h2 v0.4.13
19992026-05-28T08:47:37.732Z Checking rand_chacha v0.9.0
20002026-05-28T08:47:37.788Z Checking anyhow v1.0.102
20012026-05-28T08:47:37.971Z Checking pin-utils v0.1.0
20022026-05-28T08:47:38.020Z Checking ryu v1.0.23
20032026-05-28T08:47:38.073Z Checking tower-layer v0.3.3
20042026-05-28T08:47:38.194Z Checking tower-service v0.3.3
20052026-05-28T08:47:38.232Z Checking clap v4.6.1
20062026-05-28T08:47:38.269Z Checking rand v0.9.2
20072026-05-28T08:47:38.315Z Checking erased-serde v0.3.31
20082026-05-28T08:47:38.354Z Checking spin v0.9.8
20092026-05-28T08:47:38.391Z Checking time v0.3.47
20102026-05-28T08:47:38.394Z Checking socket2 v0.5.10
20112026-05-28T08:47:38.563Z Checking mime v0.3.17
20122026-05-28T08:47:38.673Z Checking fastrand v2.3.0
20132026-05-28T08:47:38.710Z Checking spki v0.7.3
20142026-05-28T08:47:38.746Z Checking slog v2.8.2
20152026-05-28T08:47:38.782Z Checking http-body-util v0.1.3
20162026-05-28T08:47:38.819Z Checking pbkdf2 v0.12.2
20172026-05-28T08:47:38.819Z Checking aes v0.8.4
20182026-05-28T08:47:38.888Z Checking aws-lc-sys v0.40.0
20192026-05-28T08:47:38.925Z Checking untrusted v0.7.1
20202026-05-28T08:47:38.991Z Checking cbc v0.1.2
20212026-05-28T08:47:39.030Z Checking salsa20 v0.10.2
20222026-05-28T08:47:39.033Z Checking rand_chacha v0.3.1
20232026-05-28T08:47:39.103Z Checking hex v0.4.3
20242026-05-28T08:47:39.149Z Checking simd-adler32 v0.3.8
20252026-05-28T08:47:39.194Z Checking openssl-probe v0.2.1
20262026-05-28T08:47:39.233Z Checking pretty-hex v0.4.1
20272026-05-28T08:47:39.302Z Checking rand v0.8.6
20282026-05-28T08:47:39.340Z Checking scrypt v0.11.0
20292026-05-28T08:47:39.378Z Checking tempfile v3.25.0
20302026-05-28T08:47:39.380Z Checking regex v1.12.3
20312026-05-28T08:47:39.448Z Checking serde_urlencoded v0.7.1
20322026-05-28T08:47:39.451Z Checking aws-lc-rs v1.16.3
20332026-05-28T08:47:39.519Z Checking encoding_rs v0.8.35
20342026-05-28T08:47:39.557Z Checking plain v0.2.3
20352026-05-28T08:47:39.600Z Checking adler2 v2.0.1
20362026-05-28T08:47:39.693Z Checking pkcs5 v0.7.1
20372026-05-28T08:47:39.732Z Checking ipnetwork v0.21.1
20382026-05-28T08:47:39.734Z Checking ucd-trie v0.1.7
20392026-05-28T08:47:39.807Z Checking miniz_oxide v0.8.9
20402026-05-28T08:47:39.845Z Checking camino v1.2.2
20412026-05-28T08:47:39.934Z Checking pest v2.8.6
20422026-05-28T08:47:39.978Z Checking rustls-native-certs v0.8.3
20432026-05-28T08:47:39.981Z Checking pkcs8 v0.10.2
20442026-05-28T08:47:40.123Z Checking sync_wrapper v1.0.2
20452026-05-28T08:47:40.162Z Checking foldhash v0.2.0
20462026-05-28T08:47:40.199Z Checking webpki-roots v1.0.6
20472026-05-28T08:47:40.237Z Checking futures-executor v0.3.32
20482026-05-28T08:47:40.274Z Checking tower v0.5.3
20492026-05-28T08:47:40.311Z Checking rustls-webpki v0.103.9
20502026-05-28T08:47:40.348Z Checking iri-string v0.7.10
20512026-05-28T08:47:40.350Z Checking hashbrown v0.16.1
20522026-05-28T08:47:40.422Z Checking hyper v1.8.1
20532026-05-28T08:47:40.424Z Checking either v1.15.0
20542026-05-28T08:47:40.559Z Checking futures v0.3.32
20552026-05-28T08:47:40.672Z Checking crc32fast v1.5.0
20562026-05-28T08:47:40.675Z Checking openapiv3 v2.2.0
20572026-05-28T08:47:40.753Z Checking static_assertions v1.1.0
20582026-05-28T08:47:40.756Z Checking rustls v0.23.37
20592026-05-28T08:47:40.850Z Checking lazy_static v1.5.0
20602026-05-28T08:47:40.888Z Checking signature v2.2.0
20612026-05-28T08:47:40.925Z Checking strum v0.26.3
20622026-05-28T08:47:40.971Z Checking oxnet v0.1.5
20632026-05-28T08:47:41.039Z Checking hubpack v0.1.2
20642026-05-28T08:47:41.077Z Checking zlib-rs v0.6.2
20652026-05-28T08:47:41.080Z Checking winnow v0.7.14
20662026-05-28T08:47:41.233Z Checking tinyvec_macros v0.1.1
20672026-05-28T08:47:41.236Z Checking sha1 v0.10.6
20682026-05-28T08:47:41.335Z Checking tinyvec v1.10.0
20692026-05-28T08:47:41.379Z Checking tower-http v0.6.8
20702026-05-28T08:47:41.431Z Checking hyper-util v0.1.20
20712026-05-28T08:47:41.469Z Checking num-integer v0.1.46
20722026-05-28T08:47:41.671Z Checking scroll v0.13.0
20732026-05-28T08:47:41.710Z Checking psl-types v2.0.11
20742026-05-28T08:47:41.747Z Checking data-encoding v2.10.0
20752026-05-28T08:47:41.858Z Checking publicsuffix v2.3.0
20762026-05-28T08:47:41.930Z Checking goblin v0.10.5
20772026-05-28T08:47:42.012Z Checking flate2 v1.1.9
20782026-05-28T08:47:42.051Z Checking cookie v0.18.1
20792026-05-28T08:47:42.053Z Checking toml_datetime v0.6.11
20802026-05-28T08:47:42.053Z Checking serde_spanned v0.6.9
20812026-05-28T08:47:42.244Z Checking memmap2 v0.9.10
20822026-05-28T08:47:42.283Z Checking base16ct v0.2.0
20832026-05-28T08:47:42.321Z Checking bit-vec v0.8.0
20842026-05-28T08:47:42.359Z Checking cookie_store v0.22.1
20852026-05-28T08:47:42.362Z Checking dtrace-parser v0.3.0
20862026-05-28T08:47:42.436Z Checking ff v0.13.1
20872026-05-28T08:47:42.439Z Checking sec1 v0.7.3
20882026-05-28T08:47:42.545Z Checking bit-set v0.8.0
20892026-05-28T08:47:42.599Z Checking wait-timeout v0.2.1
20902026-05-28T08:47:42.658Z Checking thread-id v5.1.0
20912026-05-28T08:47:42.712Z Checking group v0.13.0
20922026-05-28T08:47:42.751Z Checking num-iter v0.1.45
20932026-05-28T08:47:42.753Z Checking bstr v1.12.1
20942026-05-28T08:47:42.753Z Checking hkdf v0.12.4
20952026-05-28T08:47:42.857Z Checking crossbeam-epoch v0.9.18
20962026-05-28T08:47:42.862Z Checking anstyle-parse v0.2.7
20972026-05-28T08:47:42.929Z Checking ahash v0.8.12
20982026-05-28T08:47:42.931Z Checking crypto-bigint v0.5.5
20992026-05-28T08:47:43.002Z Checking foreign-types-shared v0.1.1
21002026-05-28T08:47:43.075Z Checking quick-error v1.2.3
21012026-05-28T08:47:43.112Z Checking anstream v0.6.21
21022026-05-28T08:47:43.158Z Checking foreign-types v0.3.2
21032026-05-28T08:47:43.161Z Checking tokio-rustls v0.26.4
21042026-05-28T08:47:43.224Z Checking rustls-platform-verifier v0.6.2
21052026-05-28T08:47:43.227Z Checking rusty-fork v0.3.1
21062026-05-28T08:47:43.297Z Checking rand_xorshift v0.4.0
21072026-05-28T08:47:43.300Z Checking scroll v0.12.0
21082026-05-28T08:47:43.369Z Checking openssl-sys v0.9.115
21092026-05-28T08:47:43.406Z Checking unarray v0.1.4
21102026-05-28T08:47:43.442Z Checking hyper-rustls v0.27.7
21112026-05-28T08:47:43.479Z Checking num-bigint-dig v0.8.6
21122026-05-28T08:47:43.482Z Checking pkcs1 v0.7.5
21132026-05-28T08:47:43.549Z Checking proptest v1.10.0
21142026-05-28T08:47:43.594Z Checking goblin v0.8.2
21152026-05-28T08:47:43.680Z Checking reqwest v0.13.2
21162026-05-28T08:47:43.755Z Checking x509-cert v0.2.5
21172026-05-28T08:47:43.793Z Checking openssl v0.10.79
21182026-05-28T08:47:43.871Z Checking elliptic-curve v0.13.8
21192026-05-28T08:47:44.214Z Checking zerocopy v0.7.35
21202026-05-28T08:47:44.284Z Checking dof v0.4.0
21212026-05-28T08:47:44.324Z Checking unicode-segmentation v1.12.0
21222026-05-28T08:47:44.437Z Checking rsa v0.9.10
21232026-05-28T08:47:44.563Z Checking dtrace-parser v0.2.0
21242026-05-28T08:47:44.671Z Checking rfc6979 v0.4.0
21252026-05-28T08:47:44.732Z Checking memoffset v0.9.1
21262026-05-28T08:47:44.820Z Checking thread-id v4.2.2
21272026-05-28T08:47:44.861Z Checking ecdsa v0.16.9
21282026-05-28T08:47:44.861Z Checking curve25519-dalek v4.1.3
21292026-05-28T08:47:44.933Z Checking rustix v0.38.44
21302026-05-28T08:47:44.936Z Checking env_filter v1.0.0
21312026-05-28T08:47:45.006Z Checking usdt-impl v0.6.0
21322026-05-28T08:47:45.147Z Checking same-file v1.0.6
21332026-05-28T08:47:45.224Z Checking keccak v0.1.6
21342026-05-28T08:47:45.299Z Checking toml_write v0.1.2
21352026-05-28T08:47:45.338Z Checking usdt v0.6.0
21362026-05-28T08:47:45.341Z Checking newtype-uuid v1.3.2
21372026-05-28T08:47:45.421Z Checking sha3 v0.10.8
21382026-05-28T08:47:45.499Z Checking toml_edit v0.22.27
21392026-05-28T08:47:45.538Z Checking walkdir v2.5.0
21402026-05-28T08:47:45.541Z Checking dof v0.3.0
21412026-05-28T08:47:45.608Z Checking daft v0.1.7
21422026-05-28T08:47:45.653Z Checking env_logger v0.11.9
21432026-05-28T08:47:45.693Z Checking ed25519 v2.2.3
21442026-05-28T08:47:45.731Z Checking serde_with v3.17.0
21452026-05-28T08:47:45.767Z Checking siphasher v1.0.2
21462026-05-28T08:47:45.805Z Checking native-tls v0.2.18
21472026-05-28T08:47:45.867Z Checking bitflags v1.3.2
21482026-05-28T08:47:45.870Z Checking nix v0.31.2
21492026-05-28T08:47:45.939Z Checking usdt-impl v0.5.0
21502026-05-28T08:47:45.942Z Checking ed25519-dalek v2.2.0
21512026-05-28T08:47:46.012Z Checking toml_parser v1.0.9+spec-1.1.0
21522026-05-28T08:47:46.015Z Checking tokio-native-tls v0.3.1
21532026-05-28T08:47:46.015Z Checking unicode-normalization v0.1.25
21542026-05-28T08:47:46.234Z Checking signal-hook v0.3.18
21552026-05-28T08:47:46.274Z Checking hyper-tls v0.6.0
21562026-05-28T08:47:46.277Z Checking managed v0.8.0
21572026-05-28T08:47:46.371Z Checking winnow v0.5.40
21582026-05-28T08:47:46.455Z Checking bzip2-sys v0.1.13+1.0.8
21592026-05-28T08:47:46.495Z Checking object v0.37.3
21602026-05-28T08:47:46.498Z Checking reqwest v0.12.28
21612026-05-28T08:47:46.566Z Checking foldhash v0.1.5
21622026-05-28T08:47:46.603Z Checking bzip2 v0.4.4
21632026-05-28T08:47:46.607Z Checking signal-hook-mio v0.2.5
21642026-05-28T08:47:46.728Z Checking hashbrown v0.15.5
21652026-05-28T08:47:46.771Z Checking globset v0.4.18
21662026-05-28T08:47:46.811Z Checking ref-cast v1.0.25
21672026-05-28T08:47:46.942Z Checking zstd-sys v2.0.16+zstd.1.5.7
21682026-05-28T08:47:46.981Z Checking zip v0.6.6
21692026-05-28T08:47:47.052Z Checking pin-project v1.1.11
21702026-05-28T08:47:47.091Z Checking zstd-safe v7.2.4
21712026-05-28T08:47:47.146Z Checking libbz2-rs-sys v0.2.2
21722026-05-28T08:47:47.185Z Checking bumpalo v3.20.2
21732026-05-28T08:47:47.222Z Checking crossterm v0.28.1
21742026-05-28T08:47:47.284Z Checking zstd v0.13.3
21752026-05-28T08:47:47.339Z Checking similar v2.7.0
21762026-05-28T08:47:47.378Z Checking tokio-stream v0.1.18
21772026-05-28T08:47:47.417Z Checking zopfli v0.8.3
21782026-05-28T08:47:47.497Z Checking fs-err v3.3.0
21792026-05-28T08:47:47.536Z Checking toml_edit v0.19.15
21802026-05-28T08:47:47.574Z Checking bzip2 v0.6.1
21812026-05-28T08:47:47.751Z Checking pem v3.0.6
21822026-05-28T08:47:47.789Z Checking hash32 v0.2.1
21832026-05-28T08:47:47.793Z Checking serde-big-array v0.5.1
21842026-05-28T08:47:47.862Z Checking unicode-properties v0.1.4
21852026-05-28T08:47:47.865Z Checking predicates-core v1.0.10
21862026-05-28T08:47:47.937Z Checking jiff v0.2.21
21872026-05-28T08:47:47.977Z Checking unicode-bidi v0.3.18
21882026-05-28T08:47:47.980Z Checking heapless v0.7.17
21892026-05-28T08:47:48.050Z Checking snafu v0.8.9
21902026-05-28T08:47:48.054Z Checking olpc-cjson v0.1.4
21912026-05-28T08:47:48.124Z Checking hickory-proto v0.25.2
21922026-05-28T08:47:48.250Z Checking md-5 v0.10.6
21932026-05-28T08:47:48.300Z Checking stringprep v0.1.5
21942026-05-28T08:47:48.338Z Checking serde_plain v1.0.2
21952026-05-28T08:47:48.420Z Checking float-cmp v0.10.0
21962026-05-28T08:47:48.460Z Checking typed-path v0.9.3
21972026-05-28T08:47:48.497Z Checking fallible-iterator v0.2.0
21982026-05-28T08:47:48.534Z Checking difflib v0.4.0
21992026-05-28T08:47:48.578Z Checking normalize-line-endings v0.3.0
22002026-05-28T08:47:48.617Z Checking toml v0.7.8
22012026-05-28T08:47:48.701Z Checking smoltcp v0.9.1
22022026-05-28T08:47:48.741Z Checking predicates v3.1.4
22032026-05-28T08:47:48.797Z Checking postgres-protocol v0.6.10
22042026-05-28T08:47:48.881Z Checking iddqd v0.4.2
22052026-05-28T08:47:48.955Z Checking phf_shared v0.11.3
22062026-05-28T08:47:49.069Z Checking phf_shared v0.13.1
22072026-05-28T08:47:49.131Z Checking buf-list v1.1.2
22082026-05-28T08:47:49.170Z Checking strum v0.27.2
22092026-05-28T08:47:49.244Z Checking tough v0.22.0
22102026-05-28T08:47:49.299Z Checking fixedbitset v0.4.2
22112026-05-28T08:47:49.302Z Checking new_debug_unreachable v1.0.6
22122026-05-28T08:47:49.373Z Checking fixedbitset v0.5.7
22132026-05-28T08:47:49.376Z Checking precomputed-hash v0.1.1
22142026-05-28T08:47:49.446Z Checking lalrpop-util v0.19.12
22152026-05-28T08:47:49.483Z Checking petgraph v0.6.5
22162026-05-28T08:47:49.524Z Checking string_cache v0.8.9
22172026-05-28T08:47:49.600Z Checking petgraph v0.8.3
22182026-05-28T08:47:49.638Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22192026-05-28T08:47:49.721Z Checking phf v0.13.1
22202026-05-28T08:47:49.806Z Checking postgres-types v0.2.12
22212026-05-28T08:47:49.902Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22222026-05-28T08:47:50.156Z Checking whoami v2.1.0
22232026-05-28T08:47:50.196Z Checking zip v4.6.1
22242026-05-28T08:47:50.234Z Checking peg-runtime v0.8.5
22252026-05-28T08:47:50.387Z Checking tokio-postgres v0.7.16
22262026-05-28T08:47:50.542Z Checking is-terminal v0.4.17
22272026-05-28T08:47:50.669Z Checking crossbeam-channel v0.5.15
22282026-05-28T08:47:50.750Z Compiling structmeta-derive v0.3.0
22292026-05-28T08:47:50.808Z Compiling newtype-uuid-macros v0.1.0
22302026-05-28T08:47:50.921Z Checking thread_local v1.1.9
22312026-05-28T08:47:51.037Z Checking term v1.2.1
22322026-05-28T08:47:51.123Z Checking take_mut v0.2.2
22332026-05-28T08:47:51.197Z Compiling rustls v0.22.4
22342026-05-28T08:47:51.261Z Checking slog-async v2.8.0
22352026-05-28T08:47:51.298Z Checking slog-term v2.9.2
22362026-05-28T08:47:51.334Z Compiling multer v3.1.0
22372026-05-28T08:47:51.452Z Compiling async-stream-impl v0.3.6
22382026-05-28T08:47:51.491Z Compiling dropshot v0.17.0
22392026-05-28T08:47:51.591Z Compiling dropshot_endpoint v0.17.0
22402026-05-28T08:47:51.594Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22412026-05-28T08:47:51.662Z Checking match_cfg v0.1.0
22422026-05-28T08:47:51.665Z Checking slog-json v2.6.1
22432026-05-28T08:47:51.768Z Checking hostname v0.3.1
22442026-05-28T08:47:51.814Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22452026-05-28T08:47:51.852Z Compiling structmeta v0.3.0
22462026-05-28T08:47:51.886Z Checking debug-ignore v1.0.5
22472026-05-28T08:47:51.922Z Checking slog-bunyan v2.5.0
22482026-05-28T08:47:52.016Z Checking rustls-webpki v0.102.8
22492026-05-28T08:47:52.068Z Checking toml_datetime v1.0.0+spec-1.1.0
22502026-05-28T08:47:52.071Z Checking serde_spanned v1.0.4
22512026-05-28T08:47:52.143Z Checking serde_path_to_error v0.1.20
22522026-05-28T08:47:52.182Z Checking compression-core v0.4.31
22532026-05-28T08:47:52.185Z Compiling derive-ex v0.1.8
22542026-05-28T08:47:52.253Z Checking toml_writer v1.0.6+spec-1.1.0
22552026-05-28T08:47:52.289Z Checking async-stream v0.3.6
22562026-05-28T08:47:52.372Z Checking compression-codecs v0.4.37
22572026-05-28T08:47:52.446Z Checking waitgroup v0.1.2
22582026-05-28T08:47:52.449Z Checking rustls-pemfile v2.2.0
22592026-05-28T08:47:52.517Z Checking toml v1.0.6+spec-1.1.0
22602026-05-28T08:47:52.566Z Checking hostname v0.4.2
22612026-05-28T08:47:52.570Z Checking async-compression v0.4.41
22622026-05-28T08:47:52.639Z Checking progenitor-client v0.14.0
22632026-05-28T08:47:52.677Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-05-28T08:47:52.727Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22652026-05-28T08:47:52.820Z Compiling parse-display-derive v0.10.0
22662026-05-28T08:47:52.904Z Checking regress v0.10.5
22672026-05-28T08:47:52.907Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22682026-05-28T08:47:52.978Z Checking itertools v0.14.0
22692026-05-28T08:47:53.162Z Checking macaddr v1.0.1
22702026-05-28T08:47:53.382Z Checking progenitor-client v0.13.0
22712026-05-28T08:47:53.385Z Checking instant v0.1.13
22722026-05-28T08:47:53.385Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22732026-05-28T08:47:53.574Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22742026-05-28T08:47:53.650Z Checking backoff v0.4.0
22752026-05-28T08:47:53.688Z Checking backon v1.6.0
22762026-05-28T08:47:53.858Z Checking humantime v2.3.0
22772026-05-28T08:47:53.896Z Checking progenitor-extras v0.2.0
22782026-05-28T08:47:53.933Z Compiling test-strategy v0.4.5
22792026-05-28T08:47:53.936Z Checking tokio-rustls v0.25.0
22802026-05-28T08:47:54.071Z Checking unicode-width v0.2.0
22812026-05-28T08:47:54.074Z Compiling convert_case v0.4.0
22822026-05-28T08:47:54.074Z Checking heck v0.5.0
22832026-05-28T08:47:54.177Z Checking half v2.7.1
22842026-05-28T08:47:54.295Z Checking ciborium-io v0.2.2
22852026-05-28T08:47:54.347Z Checking secrecy v0.10.3
22862026-05-28T08:47:54.385Z Checking indent_write v2.2.0
22872026-05-28T08:47:54.420Z Checking universal-hash v0.5.1
22882026-05-28T08:47:54.465Z Checking ciborium-ll v0.2.2
22892026-05-28T08:47:54.501Z Checking opaque-debug v0.3.1
22902026-05-28T08:47:54.537Z Compiling derive_more v0.99.20
22912026-05-28T08:47:54.572Z Checking parse-display v0.10.0
22922026-05-28T08:47:54.575Z Checking camino-tempfile v1.4.1
22932026-05-28T08:47:54.575Z Compiling regress v0.11.1
22942026-05-28T08:47:54.678Z Compiling crucible-workspace-hack v0.1.0
22952026-05-28T08:47:54.680Z Checking ciborium v0.2.2
22962026-05-28T08:47:54.749Z Checking aead v0.5.2
22972026-05-28T08:47:54.826Z Checking poly1305 v0.8.0
22982026-05-28T08:47:54.923Z Checking chacha20 v0.9.1
22992026-05-28T08:47:55.074Z Compiling unsafe-libyaml v0.2.11
23002026-05-28T08:47:55.156Z Compiling thiserror-impl-no-std v2.0.2
23012026-05-28T08:47:55.193Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23022026-05-28T08:47:55.447Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-05-28T08:47:55.635Z Compiling serde_yaml v0.9.34+deprecated
23042026-05-28T08:47:55.840Z Checking byte-wrapper v0.1.0
23052026-05-28T08:47:55.877Z Checking password-hash v0.5.0
23062026-05-28T08:47:56.082Z Checking blake2 v0.10.6
23072026-05-28T08:47:56.124Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23082026-05-28T08:47:56.162Z Compiling typify-impl v0.6.2
23092026-05-28T08:47:56.355Z Checking argon2 v0.5.3
23102026-05-28T08:47:56.393Z Checking thiserror-no-std v2.0.2
23112026-05-28T08:47:56.512Z Checking vsss-rs v3.3.4
23122026-05-28T08:47:56.732Z Checking chacha20poly1305 v0.10.1
23132026-05-28T08:47:56.893Z Checking swrite v0.1.0
23142026-05-28T08:47:57.018Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23152026-05-28T08:47:57.135Z Checking crossbeam-deque v0.8.6
23162026-05-28T08:47:57.348Z Compiling rayon-core v1.13.0
23172026-05-28T08:47:57.387Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23182026-05-28T08:47:57.614Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23192026-05-28T08:47:57.654Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23202026-05-28T08:47:57.745Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23212026-05-28T08:47:57.898Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23222026-05-28T08:47:57.934Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23232026-05-28T08:47:58.157Z Checking toml v0.8.23
23242026-05-28T08:47:58.197Z Compiling proc-macro-error v1.0.4
23252026-05-28T08:47:58.421Z Checking rayon v1.11.0
23262026-05-28T08:47:58.508Z Compiling toml_datetime v0.7.5+spec-1.1.0
23272026-05-28T08:47:58.547Z Checking glob v0.3.3
23282026-05-28T08:47:58.551Z Compiling heapless v0.8.0
23292026-05-28T08:47:58.769Z Compiling toml_edit v0.23.10+spec-1.0.0
23302026-05-28T08:47:58.807Z Compiling ingot-macros v0.1.1
23312026-05-28T08:47:58.861Z Checking tabwriter v1.4.1
23322026-05-28T08:47:59.037Z Checking hash32 v0.3.1
23332026-05-28T08:47:59.107Z Checking unicode-width v0.1.14
23342026-05-28T08:47:59.199Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-05-28T08:47:59.389Z Compiling proc-macro-crate v3.4.0
23362026-05-28T08:47:59.427Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23372026-05-28T08:47:59.463Z Compiling smoltcp v0.11.0
23382026-05-28T08:47:59.872Z Checking cobs v0.3.0
23392026-05-28T08:47:59.908Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
23402026-05-28T08:47:59.944Z Compiling proc-macro-crate v1.3.1
23412026-05-28T08:47:59.978Z Compiling num_enum_derive v0.7.6
23422026-05-28T08:48:00.055Z Checking postcard v1.1.3
23432026-05-28T08:48:00.167Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-05-28T08:48:00.378Z Compiling usdt-attr-macro v0.5.0
23452026-05-28T08:48:00.416Z Compiling usdt-macro v0.5.0
23462026-05-28T08:48:00.419Z Checking sigpipe v0.1.3
23472026-05-28T08:48:00.489Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23482026-05-28T08:48:00.560Z Checking memmap v0.7.0
23492026-05-28T08:48:00.724Z Compiling foreign-types-macros v0.2.3
23502026-05-28T08:48:00.766Z Compiling typify-macro v0.6.2
23512026-05-28T08:48:01.058Z Checking num_enum v0.7.6
23522026-05-28T08:48:01.173Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23532026-05-28T08:48:01.209Z Checking cpufeatures v0.3.0
23542026-05-28T08:48:01.212Z Checking colored v3.1.1
23552026-05-28T08:48:01.280Z Checking foreign-types-shared v0.3.1
23562026-05-28T08:48:01.342Z Checking usdt v0.5.0
23572026-05-28T08:48:01.379Z Checking chacha20 v0.10.0
23582026-05-28T08:48:01.415Z Checking foreign-types v0.5.0
23592026-05-28T08:48:01.486Z Compiling num_enum_derive v0.5.11
23602026-05-28T08:48:01.562Z Checking cstr-argument v0.1.2
23612026-05-28T08:48:01.631Z Checking ingot-types v0.1.2
23622026-05-28T08:48:01.634Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23632026-05-28T08:48:01.703Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23642026-05-28T08:48:01.706Z Compiling num-derive v0.4.2
23652026-05-28T08:48:01.772Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
23662026-05-28T08:48:02.033Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23672026-05-28T08:48:02.069Z Checking ingot v0.1.1
23682026-05-28T08:48:02.104Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23692026-05-28T08:48:02.171Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
23702026-05-28T08:48:02.230Z Checking rand v0.10.1
23712026-05-28T08:48:02.266Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-05-28T08:48:02.371Z Checking itertools v0.12.1
23732026-05-28T08:48:02.481Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23742026-05-28T08:48:02.539Z Compiling typify v0.6.2
23752026-05-28T08:48:02.681Z Compiling progenitor-impl v0.14.0
23762026-05-28T08:48:02.684Z Checking num_enum v0.5.11
23772026-05-28T08:48:02.809Z Checking winnow v1.0.3
23782026-05-28T08:48:02.913Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23792026-05-28T08:48:02.948Z Compiling zone_cfg_derive v0.3.1
23802026-05-28T08:48:03.301Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23812026-05-28T08:48:03.446Z Checking smf v0.2.3
23822026-05-28T08:48:03.560Z Checking whoami v1.6.1
23832026-05-28T08:48:03.611Z Checking zone v0.3.1
23842026-05-28T08:48:03.733Z Checking tokio-dtrace v0.1.1
23852026-05-28T08:48:03.769Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23862026-05-28T08:48:03.773Z Compiling derive-where v1.6.0
23872026-05-28T08:48:03.838Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-05-28T08:48:03.943Z Checking oxide-tokio-rt v0.1.4
23892026-05-28T08:48:03.990Z Checking console v0.15.11
23902026-05-28T08:48:03.993Z Checking atomicwrites v0.4.4
23912026-05-28T08:48:04.147Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23922026-05-28T08:48:04.190Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23932026-05-28T08:48:04.305Z Checking newline-converter v0.3.0
23942026-05-28T08:48:04.359Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23952026-05-28T08:48:04.461Z Checking expectorate v1.2.0
23962026-05-28T08:48:04.507Z Checking num-rational v0.4.2
23972026-05-28T08:48:04.543Z Checking num-complex v0.4.6
23982026-05-28T08:48:04.579Z Checking float-ord v0.3.2
23992026-05-28T08:48:04.648Z Checking itertools v0.13.0
24002026-05-28T08:48:04.711Z Checking bytecount v0.6.9
24012026-05-28T08:48:04.813Z Compiling owo-colors v4.3.0
24022026-05-28T08:48:04.850Z Compiling cancel-safe-futures v0.1.5
24032026-05-28T08:48:04.906Z Checking num v0.4.3
24042026-05-28T08:48:04.958Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24052026-05-28T08:48:05.012Z Checking libsw-core v0.3.2
24062026-05-28T08:48:05.131Z Compiling prettyplease v0.2.37
24072026-05-28T08:48:05.241Z Checking libsw v3.5.0
24082026-05-28T08:48:05.411Z Compiling progenitor-macro v0.14.0
24092026-05-28T08:48:05.414Z Checking linear-map v1.2.0
24102026-05-28T08:48:05.485Z Checking gethostname v0.5.0
24112026-05-28T08:48:05.638Z Compiling progenitor-impl v0.13.0
24122026-05-28T08:48:05.675Z Compiling num-derive v0.3.3
24132026-05-28T08:48:06.007Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24142026-05-28T08:48:06.591Z Checking libscf-sys v1.1.0
24152026-05-28T08:48:07.243Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24162026-05-28T08:48:08.306Z Compiling progenitor-macro v0.13.0
24172026-05-28T08:48:09.121Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24182026-05-28T08:48:10.365Z Checking progenitor v0.14.0
24192026-05-28T08:48:10.602Z Checking resolv-conf v0.7.6
24202026-05-28T08:48:10.861Z Compiling slog-dtrace v0.3.0
24212026-05-28T08:48:10.864Z Checking smawk v0.3.2
24222026-05-28T08:48:10.977Z Checking unicode-linebreak v0.1.5
24232026-05-28T08:48:11.013Z Checking papergrid v0.11.0
24242026-05-28T08:48:11.053Z Compiling tabled_derive v0.7.0
24252026-05-28T08:48:11.168Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24262026-05-28T08:48:11.484Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24272026-05-28T08:48:11.902Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24282026-05-28T08:48:11.939Z Compiling minimal-lexical v0.2.1
24292026-05-28T08:48:12.050Z Checking tabled v0.15.0
24302026-05-28T08:48:12.090Z Checking linked-hash-map v0.5.6
24312026-05-28T08:48:12.292Z Checking lru-cache v0.1.2
24322026-05-28T08:48:12.329Z Compiling nom v7.1.3
24332026-05-28T08:48:12.446Z Checking hickory-proto v0.24.4
24342026-05-28T08:48:12.955Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24352026-05-28T08:48:13.177Z Checking termtree v0.5.1
24362026-05-28T08:48:13.254Z Checking progenitor v0.13.0
24372026-05-28T08:48:13.291Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24382026-05-28T08:48:13.351Z Checking textwrap v0.16.2
24392026-05-28T08:48:13.427Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24402026-05-28T08:48:13.606Z Checking csv-core v0.1.13
24412026-05-28T08:48:13.714Z Checking tagptr v0.2.0
24422026-05-28T08:48:13.792Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24432026-05-28T08:48:13.829Z Checking csv v1.4.0
24442026-05-28T08:48:13.885Z Checking moka v0.12.13
24452026-05-28T08:48:14.115Z Compiling convert_case v0.10.0
24462026-05-28T08:48:14.236Z Checking highway v1.3.0
24472026-05-28T08:48:14.347Z Checking hickory-resolver v0.24.4
24482026-05-28T08:48:14.465Z Compiling derive_more-impl v2.1.1
24492026-05-28T08:48:14.501Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24502026-05-28T08:48:14.543Z Checking hickory-resolver v0.25.2
24512026-05-28T08:48:14.773Z Compiling semver v0.1.20
24522026-05-28T08:48:15.090Z Compiling rustc_version v0.1.7
24532026-05-28T08:48:15.126Z Checking qorb v0.4.1
24542026-05-28T08:48:15.162Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24552026-05-28T08:48:15.230Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24562026-05-28T08:48:15.269Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24572026-05-28T08:48:15.310Z Checking derive_more v2.1.1
24582026-05-28T08:48:15.349Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24592026-05-28T08:48:15.420Z Checking phf_shared v0.12.1
24602026-05-28T08:48:15.470Z Compiling chrono-tz v0.10.4
24612026-05-28T08:48:15.593Z Checking phf v0.12.1
24622026-05-28T08:48:15.639Z Checking crossterm v0.29.0
24632026-05-28T08:48:15.730Z Compiling newtype_derive v0.1.6
24642026-05-28T08:48:15.769Z Compiling const_format_proc_macros v0.2.34
24652026-05-28T08:48:15.806Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24662026-05-28T08:48:15.843Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
24672026-05-28T08:48:15.949Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24682026-05-28T08:48:16.196Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
24692026-05-28T08:48:16.268Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24702026-05-28T08:48:16.462Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
24712026-05-28T08:48:16.502Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24722026-05-28T08:48:16.610Z Checking const_format v0.2.35
24732026-05-28T08:48:16.686Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24742026-05-28T08:48:16.776Z Checking fd-lock v4.0.4
24752026-05-28T08:48:16.911Z Checking bcs v0.1.6
24762026-05-28T08:48:16.947Z Checking vte v0.14.1
24772026-05-28T08:48:16.984Z Checking display-error-chain v0.2.2
24782026-05-28T08:48:17.131Z Checking strip-ansi-escapes v0.2.1
24792026-05-28T08:48:17.167Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24802026-05-28T08:48:17.274Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24812026-05-28T08:48:17.309Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24822026-05-28T08:48:17.441Z Checking nu-ansi-term v0.50.3
24832026-05-28T08:48:17.544Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
24842026-05-28T08:48:17.609Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24852026-05-28T08:48:17.682Z Checking reedline v0.40.0
24862026-05-28T08:48:17.944Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
24872026-05-28T08:48:18.189Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24882026-05-28T08:48:18.249Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24892026-05-28T08:48:18.338Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24902026-05-28T08:48:18.725Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24912026-05-28T08:48:18.807Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24922026-05-28T08:48:18.915Z Compiling ar_archive_writer v0.5.1
24932026-05-28T08:48:19.296Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24942026-05-28T08:48:19.432Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24952026-05-28T08:48:19.770Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24962026-05-28T08:48:19.808Z Compiling psm v0.1.30
24972026-05-28T08:48:19.938Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24982026-05-28T08:48:20.430Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24992026-05-28T08:48:20.470Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25002026-05-28T08:48:20.509Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25012026-05-28T08:48:20.806Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25022026-05-28T08:48:20.905Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25032026-05-28T08:48:21.022Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25042026-05-28T08:48:21.059Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25052026-05-28T08:48:21.171Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25062026-05-28T08:48:21.211Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25072026-05-28T08:48:21.329Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25082026-05-28T08:48:21.374Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25092026-05-28T08:48:21.488Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25102026-05-28T08:48:21.641Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25112026-05-28T08:48:21.790Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25122026-05-28T08:48:21.828Z Compiling stacker v0.1.23
25132026-05-28T08:48:21.863Z Compiling cfg_aliases v0.1.1
25142026-05-28T08:48:21.926Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25152026-05-28T08:48:21.964Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25162026-05-28T08:48:21.998Z Compiling nix v0.28.0
25172026-05-28T08:48:22.162Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25182026-05-28T08:48:22.200Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25192026-05-28T08:48:22.372Z Checking steno v0.4.1
25202026-05-28T08:48:22.376Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25212026-05-28T08:48:22.443Z Checking nibble_vec v0.1.0
25222026-05-28T08:48:22.607Z Checking home v0.5.12
25232026-05-28T08:48:22.751Z Checking endian-type v0.1.2
25242026-05-28T08:48:22.917Z Checking radix_trie v0.2.1
25252026-05-28T08:48:23.343Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25262026-05-28T08:48:23.385Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25272026-05-28T08:48:23.421Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25282026-05-28T08:48:23.762Z Compiling recursive-proc-macro-impl v0.1.1
25292026-05-28T08:48:24.199Z Checking recursive v0.1.1
25302026-05-28T08:48:24.278Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25312026-05-28T08:48:24.332Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25322026-05-28T08:48:24.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25332026-05-28T08:48:24.609Z Compiling peg-macros v0.8.5
25342026-05-28T08:48:24.741Z Checking nom v8.0.0
25352026-05-28T08:48:24.824Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25362026-05-28T08:48:24.869Z Checking winnow v0.6.26
25372026-05-28T08:48:24.905Z Compiling sqlparser_derive v0.5.0
25382026-05-28T08:48:25.063Z Checking unicode_categories v0.1.1
25392026-05-28T08:48:25.153Z Checking rustyline v14.0.0
25402026-05-28T08:48:25.255Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
25412026-05-28T08:48:25.484Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
25422026-05-28T08:48:25.523Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25432026-05-28T08:48:25.560Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25442026-05-28T08:48:25.701Z Checking sqlparser v0.61.0
25452026-05-28T08:48:25.737Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25462026-05-28T08:48:25.871Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25472026-05-28T08:48:25.957Z Checking filetime v0.2.27
25482026-05-28T08:48:26.013Z Checking peg v0.8.5
25492026-05-28T08:48:26.049Z Checking sqlformat v0.3.5
25502026-05-28T08:48:26.118Z Checking xattr v1.6.1
25512026-05-28T08:48:26.154Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25522026-05-28T08:48:26.207Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25532026-05-28T08:48:26.281Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25542026-05-28T08:48:26.500Z Checking tar v0.4.45
25552026-05-28T08:48:26.694Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
25562026-05-28T08:48:26.838Z Checking subprocess v0.2.15
25572026-05-28T08:48:26.882Z Checking base64 v0.21.7
25582026-05-28T08:48:26.920Z Checking headers-core v0.3.0
25592026-05-28T08:48:27.051Z Checking yasna v0.5.2
25602026-05-28T08:48:27.089Z Checking headers v0.4.1
25612026-05-28T08:48:27.147Z Checking dropshot-api-manager-types v0.7.2
25622026-05-28T08:48:27.182Z Checking utf-8 v0.7.6
25632026-05-28T08:48:27.350Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25642026-05-28T08:48:27.386Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25652026-05-28T08:48:27.494Z Checking rcgen v0.12.1
25662026-05-28T08:48:27.534Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-28T08:48:27.577Z Compiling libefi-sys v0.1.0
25682026-05-28T08:48:27.839Z Checking tungstenite v0.21.0
25692026-05-28T08:48:27.928Z Compiling bitfield-struct v0.6.2
25702026-05-28T08:48:28.099Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25712026-05-28T08:48:28.202Z Compiling radium v0.7.0
25722026-05-28T08:48:28.236Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25732026-05-28T08:48:28.292Z Checking tokio-tungstenite v0.21.0
25742026-05-28T08:48:28.295Z Compiling maybe-uninit v2.0.0
25752026-05-28T08:48:28.417Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25762026-05-28T08:48:28.545Z Checking tap v1.0.1
25772026-05-28T08:48:28.602Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25782026-05-28T08:48:28.639Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25792026-05-28T08:48:28.745Z Checking wyz v0.5.1
25802026-05-28T08:48:28.814Z Compiling zerocopy-derive v0.6.6
25812026-05-28T08:48:28.872Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25822026-05-28T08:48:28.949Z Compiling packed_struct v0.10.1
25832026-05-28T08:48:28.991Z Checking funty v2.0.0
25842026-05-28T08:48:29.141Z Checking crc-catalog v2.4.0
25852026-05-28T08:48:29.271Z Checking crc v3.4.0
25862026-05-28T08:48:29.318Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25872026-05-28T08:48:29.354Z Checking bitvec v1.0.1
25882026-05-28T08:48:29.588Z Compiling packed_struct_codegen v0.10.1
25892026-05-28T08:48:29.695Z Checking zerocopy v0.6.6
25902026-05-28T08:48:30.028Z Compiling bitfield-macros v0.19.4
25912026-05-28T08:48:30.313Z Compiling indexmap v1.9.3
25922026-05-28T08:48:30.453Z Checking nodrop v0.1.14
25932026-05-28T08:48:30.503Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
25942026-05-28T08:48:30.575Z Checking array-init v0.0.4
25952026-05-28T08:48:30.619Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25962026-05-28T08:48:30.682Z Checking smallvec v0.6.14
25972026-05-28T08:48:30.754Z Checking hashbrown v0.12.3
25982026-05-28T08:48:30.789Z Checking bitfield v0.19.4
25992026-05-28T08:48:30.903Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26002026-05-28T08:48:30.906Z Checking serde-hex v0.1.0
26012026-05-28T08:48:31.082Z Checking ron v0.8.1
26022026-05-28T08:48:31.118Z Checking hashbrown v0.13.2
26032026-05-28T08:48:31.543Z Checking crc-any v2.5.0
26042026-05-28T08:48:31.579Z Checking object v0.30.4
26052026-05-28T08:48:31.623Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26062026-05-28T08:48:31.750Z Checking path-slash v0.1.5
26072026-05-28T08:48:31.787Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26082026-05-28T08:48:31.820Z Compiling xshell-macros v0.2.7
26092026-05-28T08:48:31.885Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-05-28T08:48:32.242Z Checking xshell v0.2.7
26112026-05-28T08:48:32.457Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26122026-05-28T08:48:32.565Z Checking half v1.8.3
26132026-05-28T08:48:32.652Z Compiling proc-macro-error-attr2 v2.0.0
26142026-05-28T08:48:32.825Z Checking serde_cbor v0.11.2
26152026-05-28T08:48:32.888Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26162026-05-28T08:48:33.079Z Compiling proc-macro-error2 v2.0.1
26172026-05-28T08:48:33.422Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26182026-05-28T08:48:33.458Z Compiling tabled_derive v0.11.0
26192026-05-28T08:48:33.673Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26202026-05-28T08:48:33.710Z Checking papergrid v0.17.0
26212026-05-28T08:48:33.745Z Checking testing_table v0.3.0
26222026-05-28T08:48:33.871Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26232026-05-28T08:48:33.918Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26242026-05-28T08:48:34.095Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26252026-05-28T08:48:34.409Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26262026-05-28T08:48:34.529Z Checking maplit v1.0.2
26272026-05-28T08:48:34.639Z Checking tabled v0.20.0
26282026-05-28T08:48:34.708Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26292026-05-28T08:48:34.742Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26302026-05-28T08:48:34.895Z Compiling git-stub v1.0.0
26312026-05-28T08:48:34.931Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26322026-05-28T08:48:34.966Z Checking crc8 v0.1.1
26332026-05-28T08:48:35.092Z Compiling git-stub-vcs v0.1.0
26342026-05-28T08:48:35.187Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26352026-05-28T08:48:35.484Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26362026-05-28T08:48:35.617Z Checking fxhash v0.2.1
26372026-05-28T08:48:35.771Z Checking unicase v2.9.0
26382026-05-28T08:48:35.812Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26392026-05-28T08:48:35.934Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26402026-05-28T08:48:35.968Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26412026-05-28T08:48:36.236Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26422026-05-28T08:48:36.272Z Compiling vergen-lib v0.1.6
26432026-05-28T08:48:36.308Z Compiling diesel_derives v2.3.7
26442026-05-28T08:48:36.374Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26452026-05-28T08:48:36.567Z Checking scheduled-thread-pool v0.2.7
26462026-05-28T08:48:36.602Z Compiling dsl_auto_type v0.2.0
26472026-05-28T08:48:36.657Z Compiling vergen-gitcl v1.0.8
26482026-05-28T08:48:36.714Z Compiling diesel_table_macro_syntax v0.3.0
26492026-05-28T08:48:36.748Z Checking r2d2 v0.8.10
26502026-05-28T08:48:36.784Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26512026-05-28T08:48:36.959Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-05-28T08:48:36.962Z Checking kstat-rs v0.2.4
26532026-05-28T08:48:37.108Z Checking arc-swap v1.8.2
26542026-05-28T08:48:37.320Z Checking downcast-rs v2.0.2
26552026-05-28T08:48:37.391Z Checking slog-scope v4.4.1
26562026-05-28T08:48:37.448Z Compiling parking_lot_core v0.8.6
26572026-05-28T08:48:37.561Z Checking slog-stdlog v4.1.1
26582026-05-28T08:48:37.597Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26592026-05-28T08:48:37.632Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26602026-05-28T08:48:37.740Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26612026-05-28T08:48:37.821Z Compiling itertools v0.10.5
26622026-05-28T08:48:38.070Z Checking slog-envlogger v2.2.0
26632026-05-28T08:48:38.221Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26642026-05-28T08:48:38.259Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26652026-05-28T08:48:38.420Z Compiling dirs-sys-next v0.1.2
26662026-05-28T08:48:38.458Z Compiling crunchy v0.2.4
26672026-05-28T08:48:38.546Z Checking parking_lot v0.11.2
26682026-05-28T08:48:38.732Z Compiling dirs-next v2.0.0
26692026-05-28T08:48:38.803Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26702026-05-28T08:48:38.837Z Compiling clang-sys v1.8.1
26712026-05-28T08:48:38.873Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26722026-05-28T08:48:38.907Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26732026-05-28T08:48:38.942Z Checking prefix-trie v0.7.0
26742026-05-28T08:48:39.222Z Compiling tiny-keccak v2.0.2
26752026-05-28T08:48:39.301Z Checking hickory-server v0.25.2
26762026-05-28T08:48:39.568Z Compiling term v0.7.0
26772026-05-28T08:48:39.572Z Checking sled v0.34.7
26782026-05-28T08:48:39.572Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26792026-05-28T08:48:39.675Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
26802026-05-28T08:48:39.678Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-05-28T08:48:40.012Z Checking nanorand v0.7.0
26822026-05-28T08:48:40.160Z Compiling bit-vec v0.6.3
26832026-05-28T08:48:40.248Z Compiling salty v0.3.0
26842026-05-28T08:48:40.418Z Compiling bit-set v0.5.3
26852026-05-28T08:48:40.454Z Checking flume v0.11.1
26862026-05-28T08:48:40.571Z Compiling ascii-canvas v3.0.0
26872026-05-28T08:48:40.643Z Checking primeorder v0.13.6
26882026-05-28T08:48:40.728Z Compiling ena v0.14.4
26892026-05-28T08:48:40.849Z Compiling libloading v0.8.9
26902026-05-28T08:48:40.885Z Compiling diff v0.1.13
26912026-05-28T08:48:40.920Z Compiling bindgen v0.71.1
26922026-05-28T08:48:40.970Z Compiling regex-syntax v0.6.29
26932026-05-28T08:48:41.177Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26942026-05-28T08:48:41.423Z Compiling cexpr v0.6.0
26952026-05-28T08:48:41.600Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26962026-05-28T08:48:41.740Z Compiling fs-err v2.11.0
26972026-05-28T08:48:41.787Z Compiling rustc-hash v2.1.1
26982026-05-28T08:48:41.954Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26992026-05-28T08:48:42.113Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27002026-05-28T08:48:42.151Z Compiling libxml v0.3.3
27012026-05-28T08:48:42.281Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27022026-05-28T08:48:42.418Z Compiling lalrpop v0.19.12
27032026-05-28T08:48:42.487Z Checking p384 v0.13.1
27042026-05-28T08:48:42.518Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27052026-05-28T08:48:42.594Z Checking diesel v2.3.7
27062026-05-28T08:48:42.974Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27072026-05-28T08:48:43.109Z Compiling strum_macros v0.24.3
27082026-05-28T08:48:43.354Z Checking assert_matches v1.5.0
27092026-05-28T08:48:43.464Z Compiling indoc v1.0.9
27102026-05-28T08:48:43.945Z Checking parse-size v1.1.0
27112026-05-28T08:48:44.105Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27122026-05-28T08:48:44.341Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27132026-05-28T08:48:44.797Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27142026-05-28T08:48:44.834Z Compiling typify-impl v0.4.3
27152026-05-28T08:48:44.995Z Checking quick-xml v0.37.5
27162026-05-28T08:48:45.030Z Checking derive_builder v0.20.2
27172026-05-28T08:48:45.067Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
27182026-05-28T08:48:45.103Z Compiling oso-derive v0.27.3
27192026-05-28T08:48:45.175Z Compiling trait-variant v0.1.2
27202026-05-28T08:48:45.627Z Compiling impl-trait-for-tuples v0.2.3
27212026-05-28T08:48:45.751Z Checking openssl-probe v0.1.6
27222026-05-28T08:48:45.837Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
27232026-05-28T08:48:45.893Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27242026-05-28T08:48:45.976Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27252026-05-28T08:48:46.590Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27262026-05-28T08:48:46.712Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27272026-05-28T08:48:47.210Z Checking predicates-tree v1.0.13
27282026-05-28T08:48:47.398Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27292026-05-28T08:48:47.613Z Compiling mime_guess v2.0.5
27302026-05-28T08:48:47.698Z Checking http-range v0.1.5
27312026-05-28T08:48:47.792Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27322026-05-28T08:48:48.057Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27332026-05-28T08:48:48.273Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27342026-05-28T08:48:48.480Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27352026-05-28T08:48:48.710Z Checking bb8 v0.8.6
27362026-05-28T08:48:49.023Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27372026-05-28T08:48:49.258Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27382026-05-28T08:48:49.343Z Compiling typify-macro v0.4.3
27392026-05-28T08:48:49.503Z Checking atty v0.2.14
27402026-05-28T08:48:49.639Z Checking corncobs v0.1.4
27412026-05-28T08:48:49.829Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27422026-05-28T08:48:49.913Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27432026-05-28T08:48:49.986Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27442026-05-28T08:48:50.340Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27452026-05-28T08:48:50.488Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27462026-05-28T08:48:50.567Z Checking ignore v0.4.25
27472026-05-28T08:48:51.022Z Checking secrecy v0.8.0
27482026-05-28T08:48:51.093Z Compiling typify v0.4.3
27492026-05-28T08:48:51.241Z Compiling progenitor-impl v0.11.2
27502026-05-28T08:48:51.790Z Checking globwalk v0.9.1
27512026-05-28T08:48:52.061Z Checking hyper-staticfile v0.10.1
27522026-05-28T08:48:52.214Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27532026-05-28T08:48:52.382Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27542026-05-28T08:48:52.540Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27552026-05-28T08:48:52.943Z Checking progenitor-client v0.11.2
27562026-05-28T08:48:53.154Z Checking nonempty v0.12.0
27572026-05-28T08:48:53.229Z Compiling illumos-nvpair-sys v0.2.0
27582026-05-28T08:48:53.364Z Checking camino-tempfile-ext v0.3.3
27592026-05-28T08:48:53.501Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27602026-05-28T08:48:53.601Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27612026-05-28T08:48:53.947Z Compiling progenitor-macro v0.11.2
27622026-05-28T08:48:54.300Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27632026-05-28T08:48:54.359Z Checking signal-hook-tokio v0.3.1
27642026-05-28T08:48:54.523Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27652026-05-28T08:48:54.719Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27662026-05-28T08:48:54.803Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27672026-05-28T08:48:55.206Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27682026-05-28T08:48:55.565Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27692026-05-28T08:48:55.775Z Checking illumos-nvpair v0.3.0
27702026-05-28T08:48:55.889Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27712026-05-28T08:48:55.934Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27722026-05-28T08:48:55.972Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27732026-05-28T08:48:56.252Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27742026-05-28T08:48:56.323Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
27752026-05-28T08:48:56.360Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27762026-05-28T08:48:56.459Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27772026-05-28T08:48:56.726Z Checking diesel-dtrace v0.5.0
27782026-05-28T08:48:56.895Z Checking async-bb8-diesel v0.2.1
27792026-05-28T08:48:57.006Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27802026-05-28T08:48:57.278Z Checking tungstenite v0.23.0
27812026-05-28T08:48:57.315Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27822026-05-28T08:48:57.766Z Checking tokio-tungstenite v0.23.1
27832026-05-28T08:48:58.075Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27842026-05-28T08:48:58.401Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27852026-05-28T08:48:58.495Z Checking rand_seeder v0.4.0
27862026-05-28T08:48:58.537Z Checking void v1.0.2
27872026-05-28T08:48:58.678Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27882026-05-28T08:48:58.682Z Checking lzss v0.8.2
27892026-05-28T08:48:58.769Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27902026-05-28T08:48:58.878Z Checking nix v0.27.1
27912026-05-28T08:48:58.913Z Checking progenitor v0.11.2
27922026-05-28T08:48:58.948Z Checking serde_bytes v0.11.19
27932026-05-28T08:48:59.047Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27942026-05-28T08:48:59.089Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27952026-05-28T08:48:59.160Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27962026-05-28T08:48:59.256Z Checking is_ci v1.2.0
27972026-05-28T08:48:59.393Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27982026-05-28T08:48:59.434Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27992026-05-28T08:48:59.869Z Checking yansi v1.0.1
28002026-05-28T08:48:59.932Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28012026-05-28T08:49:00.159Z Checking pretty_assertions v1.4.1
28022026-05-28T08:49:00.243Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28032026-05-28T08:49:00.334Z Compiling darling_core v0.23.0
28042026-05-28T08:49:00.512Z Compiling indoc v2.0.7
28052026-05-28T08:49:00.862Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28062026-05-28T08:49:00.996Z Compiling libz-sys v1.1.24
28072026-05-28T08:49:01.093Z Compiling instability v0.3.11
28082026-05-28T08:49:01.254Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28092026-05-28T08:49:01.452Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-05-28T08:49:01.507Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28112026-05-28T08:49:01.682Z Checking castaway v0.2.4
28122026-05-28T08:49:01.832Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28132026-05-28T08:49:02.147Z Checking compact_str v0.8.1
28142026-05-28T08:49:02.325Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28152026-05-28T08:49:02.932Z Compiling darling_macro v0.23.0
28162026-05-28T08:49:03.283Z Checking supports-color v3.0.2
28172026-05-28T08:49:03.442Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28182026-05-28T08:49:03.478Z Compiling darling v0.23.0
28192026-05-28T08:49:03.481Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28202026-05-28T08:49:03.677Z Checking unicode-truncate v1.1.0
28212026-05-28T08:49:03.742Z Checking console v0.16.2
28222026-05-28T08:49:03.866Z Checking lru v0.12.5
28232026-05-28T08:49:04.062Z Compiling libgit2-sys v0.18.3+1.9.2
28242026-05-28T08:49:04.097Z Checking cassowary v0.3.0
28252026-05-28T08:49:04.343Z Checking unit-prefix v0.5.2
28262026-05-28T08:49:04.380Z Checking ratatui v0.29.0
28272026-05-28T08:49:04.512Z Checking indicatif v0.18.4
28282026-05-28T08:49:05.240Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28292026-05-28T08:49:05.845Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28302026-05-28T08:49:05.881Z Compiling vergen-git2 v9.1.0
28312026-05-28T08:49:06.099Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28322026-05-28T08:49:06.172Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28332026-05-28T08:49:06.221Z Checking plotters-backend v0.3.7
28342026-05-28T08:49:06.402Z Compiling rustls v0.21.12
28352026-05-28T08:49:06.452Z Checking plotters-svg v0.3.7
28362026-05-28T08:49:06.709Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28372026-05-28T08:49:06.740Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28382026-05-28T08:49:06.973Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28392026-05-28T08:49:07.209Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28402026-05-28T08:49:07.443Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28412026-05-28T08:49:07.677Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28422026-05-28T08:49:07.736Z Checking sct v0.7.1
28432026-05-28T08:49:07.772Z Checking rustls-webpki v0.101.7
28442026-05-28T08:49:07.909Z Checking cast v0.3.0
28452026-05-28T08:49:08.100Z Checking criterion-plot v0.6.0
28462026-05-28T08:49:08.377Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28472026-05-28T08:49:08.611Z Checking plotters v0.3.7
28482026-05-28T08:49:09.379Z Checking colored v2.2.0
28492026-05-28T08:49:09.489Z Checking tinytemplate v1.2.1
28502026-05-28T08:49:09.613Z Checking oorandom v11.1.5
28512026-05-28T08:49:09.742Z Checking anes v0.1.6
28522026-05-28T08:49:09.779Z Checking shell-words v1.1.1
28532026-05-28T08:49:09.938Z Checking tokio-rustls v0.24.1
28542026-05-28T08:49:09.974Z Checking criterion v0.7.0
28552026-05-28T08:49:10.185Z Checking typeid v1.0.3
28562026-05-28T08:49:10.314Z Checking rustls-pemfile v1.0.4
28572026-05-28T08:49:10.482Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28582026-05-28T08:49:10.600Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28592026-05-28T08:49:10.711Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28602026-05-28T08:49:11.185Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28612026-05-28T08:49:12.674Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28622026-05-28T08:49:12.715Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28632026-05-28T08:49:13.344Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28642026-05-28T08:49:14.137Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28652026-05-28T08:49:14.189Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28662026-05-28T08:49:14.989Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28672026-05-28T08:49:15.837Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28682026-05-28T08:49:16.611Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28692026-05-28T08:49:16.713Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-05-28T08:49:17.388Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28712026-05-28T08:49:17.978Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28722026-05-28T08:49:18.039Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-05-28T08:49:18.377Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28742026-05-28T08:49:18.567Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28752026-05-28T08:49:18.983Z Checking twox-hash v2.1.2
28762026-05-28T08:49:19.019Z Checking hex-literal v0.4.1
28772026-05-28T08:49:19.156Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28782026-05-28T08:49:19.324Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28792026-05-28T08:49:19.833Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28802026-05-28T08:49:20.216Z Checking erased-serde v0.4.9
28812026-05-28T08:49:20.479Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28822026-05-28T08:49:20.607Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28832026-05-28T08:49:20.803Z Checking fatfs v0.3.6
28842026-05-28T08:49:21.147Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28852026-05-28T08:49:21.290Z Checking ordered-float v2.10.1
28862026-05-28T08:49:21.485Z Compiling seq-macro v0.3.6
28872026-05-28T08:49:21.556Z Checking serde-value v0.7.0
28882026-05-28T08:49:21.801Z Checking serde-untagged v0.1.9
28892026-05-28T08:49:22.019Z Checking unicode-xid v0.2.6
28902026-05-28T08:49:22.054Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28912026-05-28T08:49:22.164Z Checking cargo-util-schemas v0.8.2
28922026-05-28T08:49:22.495Z Checking cargo-platform v0.2.0
28932026-05-28T08:49:22.716Z Compiling petname v2.0.2
28942026-05-28T08:49:23.092Z Checking cargo_metadata v0.21.0
28952026-05-28T08:49:23.403Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28962026-05-28T08:49:23.883Z Checking concurrent-queue v2.5.0
28972026-05-28T08:49:24.029Z Compiling samael v0.0.19
28982026-05-28T08:49:24.102Z Checking rtoolbox v0.0.3
28992026-05-28T08:49:24.273Z Checking parking v2.2.1
29002026-05-28T08:49:24.434Z Checking event-listener v5.4.1
29012026-05-28T08:49:24.691Z Checking rpassword v7.4.0
29022026-05-28T08:49:25.269Z Checking tui-tree-widget v0.23.1
29032026-05-28T08:49:25.497Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29042026-05-28T08:49:25.697Z Checking polyval v0.6.2
29052026-05-28T08:49:25.902Z Checking sapling-renderdag v0.1.0
29062026-05-28T08:49:26.175Z Checking sync-ptr v0.1.4
29072026-05-28T08:49:26.212Z Checking ghash v0.5.1
29082026-05-28T08:49:26.328Z Checking event-listener-strategy v0.5.4
29092026-05-28T08:49:26.365Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29102026-05-28T08:49:26.503Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29112026-05-28T08:49:26.734Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29122026-05-28T08:49:27.148Z Checking ctr v0.9.2
29132026-05-28T08:49:27.357Z Checking arrayvec v0.7.6
29142026-05-28T08:49:27.583Z Checking arrayref v0.3.9
29152026-05-28T08:49:27.694Z Checking constant_time_eq v0.4.2
29162026-05-28T08:49:27.875Z Checking futures-timer v3.0.3
29172026-05-28T08:49:27.991Z Compiling strsim v0.10.0
29182026-05-28T08:49:28.096Z Checking aes-gcm v0.10.3
29192026-05-28T08:49:28.295Z Compiling darling_core v0.13.4
29202026-05-28T08:49:28.412Z Checking async-lock v3.4.2
29212026-05-28T08:49:28.832Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29222026-05-28T08:49:29.250Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29232026-05-28T08:49:29.962Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29242026-05-28T08:49:30.194Z Checking ssh-encoding v0.2.0
29252026-05-28T08:49:30.427Z Checking blowfish v0.9.1
29262026-05-28T08:49:30.618Z Checking bcrypt-pbkdf v0.10.0
29272026-05-28T08:49:30.657Z Checking ssh-cipher v0.2.0
29282026-05-28T08:49:30.824Z Compiling darling_macro v0.13.4
29292026-05-28T08:49:30.867Z Checking async-object-pool v0.2.0
29302026-05-28T08:49:31.016Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29312026-05-28T08:49:31.339Z Checking serde_regex v1.1.0
29322026-05-28T08:49:31.449Z Checking password-hash v0.4.2
29332026-05-28T08:49:31.538Z Checking assert-json-diff v2.0.2
29342026-05-28T08:49:31.704Z Checking path-tree v0.8.3
29352026-05-28T08:49:31.748Z Checking stringmetrics v2.2.2
29362026-05-28T08:49:31.930Z Compiling target-lexicon v0.13.3
29372026-05-28T08:49:31.966Z Checking gimli v0.32.3
29382026-05-28T08:49:32.008Z Checking httpmock v0.8.3
29392026-05-28T08:49:32.447Z Compiling git2 v0.20.4
29402026-05-28T08:49:32.564Z Checking pbkdf2 v0.11.0
29412026-05-28T08:49:32.789Z Compiling darling v0.13.4
29422026-05-28T08:49:32.919Z Checking ssh-key v0.6.7
29432026-05-28T08:49:33.639Z Checking addr2line v0.25.1
29442026-05-28T08:49:33.942Z Checking p256 v0.13.2
29452026-05-28T08:49:34.235Z Checking p521 v0.13.3
29462026-05-28T08:49:34.271Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29472026-05-28T08:49:34.556Z Checking russh-cryptovec v0.7.3
29482026-05-28T08:49:34.893Z Compiling guppy-workspace-hack v0.1.0
29492026-05-28T08:49:35.083Z Checking md5 v0.7.0
29502026-05-28T08:49:35.120Z Checking rustc-demangle v0.1.27
29512026-05-28T08:49:35.300Z Checking russh-keys v0.45.0
29522026-05-28T08:49:35.394Z Checking backtrace v0.3.76
29532026-05-28T08:49:35.438Z Compiling serde_with_macros v1.5.2
29542026-05-28T08:49:35.734Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29552026-05-28T08:49:35.896Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29562026-05-28T08:49:35.956Z Checking num-bigint v0.4.6
29572026-05-28T08:49:35.999Z Checking des v0.8.1
29582026-05-28T08:49:36.184Z Compiling blake3 v1.8.3
29592026-05-28T08:49:36.188Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29602026-05-28T08:49:36.590Z Compiling target-spec v3.5.7
29612026-05-28T08:49:36.670Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29622026-05-28T08:49:36.981Z Checking russh v0.45.0
29632026-05-28T08:49:37.247Z Compiling serde_with v1.14.0
29642026-05-28T08:49:37.513Z Checking cfg-expr v0.20.6
29652026-05-28T08:49:37.966Z Checking backtrace-ext v0.2.1
29662026-05-28T08:49:38.113Z Checking supports-color v2.1.0
29672026-05-28T08:49:38.148Z Checking textwrap v0.15.2
29682026-05-28T08:49:38.290Z Checking supports-hyperlinks v2.1.0
29692026-05-28T08:49:38.417Z Checking supports-unicode v2.1.0
29702026-05-28T08:49:38.452Z Checking hashbrown v0.14.5
29712026-05-28T08:49:38.500Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29722026-05-28T08:49:38.584Z Checking cargo-platform v0.3.2
29732026-05-28T08:49:38.771Z Checking terminal_size v0.1.17
29742026-05-28T08:49:38.808Z Compiling miette-derive v5.10.0
29752026-05-28T08:49:38.921Z Checking internet-checksum v0.2.1
29762026-05-28T08:49:38.985Z Checking owo-colors v3.5.0
29772026-05-28T08:49:39.021Z Checking chumsky v0.9.3
29782026-05-28T08:49:39.088Z Checking cargo_metadata v0.23.1
29792026-05-28T08:49:39.612Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29802026-05-28T08:49:39.881Z Compiling polar-core v0.27.3
29812026-05-28T08:49:40.036Z Checking miette v5.10.0
29822026-05-28T08:49:40.352Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29832026-05-28T08:49:40.503Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29842026-05-28T08:49:40.585Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29852026-05-28T08:49:40.939Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29862026-05-28T08:49:41.158Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29872026-05-28T08:49:41.226Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29882026-05-28T08:49:41.307Z Compiling knuffel-derive v3.2.0
29892026-05-28T08:49:41.347Z Checking httptest v0.16.4
29902026-05-28T08:49:41.537Z Checking pathdiff v0.2.3
29912026-05-28T08:49:41.686Z Checking nested v0.1.1
29922026-05-28T08:49:41.852Z Checking topological-sort v0.2.2
29932026-05-28T08:49:41.889Z Checking guppy v0.17.25
29942026-05-28T08:49:42.033Z Checking omicron-zone-package v0.12.2
29952026-05-28T08:49:42.294Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29962026-05-28T08:49:42.579Z Checking similar-asserts v1.7.0
29972026-05-28T08:49:42.776Z Compiling target-triple v1.0.0
29982026-05-28T08:49:42.930Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29992026-05-28T08:49:43.048Z Checking knuffel v3.2.0
30002026-05-28T08:49:43.100Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30012026-05-28T08:49:43.185Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30022026-05-28T08:49:43.510Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30032026-05-28T08:49:43.717Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30042026-05-28T08:49:43.775Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30052026-05-28T08:49:44.024Z Checking hickory-client v0.25.2
30062026-05-28T08:49:44.348Z Checking tokio-test v0.4.5
30072026-05-28T08:49:44.386Z Checking escape8259 v0.5.3
30082026-05-28T08:49:44.558Z Compiling assert_cmd v2.1.2
30092026-05-28T08:49:44.597Z Checking libtest-mimic v0.8.1
30102026-05-28T08:49:45.103Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30112026-05-28T08:49:45.138Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30122026-05-28T08:49:45.173Z Checking oso v0.27.3
30132026-05-28T08:49:45.209Z Checking blake2b_simd v1.0.4
30142026-05-28T08:49:45.245Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30152026-05-28T08:49:45.644Z Checking support-bundle-viewer v0.1.2
30162026-05-28T08:49:45.770Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30172026-05-28T08:49:45.883Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30182026-05-28T08:49:45.923Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30192026-05-28T08:49:46.118Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30202026-05-28T08:49:46.190Z Checking fancy-regex v0.14.0
30212026-05-28T08:49:46.329Z Checking serde_tokenstream v0.2.3
30222026-05-28T08:49:46.366Z Checking multimap v0.10.1
30232026-05-28T08:49:46.426Z Checking approx v0.5.1
30242026-05-28T08:49:46.579Z Checking uzers v0.12.2
30252026-05-28T08:49:46.615Z Compiling rstest_macros v0.25.0
30262026-05-28T08:49:46.618Z Checking termcolor v1.4.1
30272026-05-28T08:49:46.618Z Compiling linkme-impl v0.3.35
30282026-05-28T08:49:46.841Z Checking constant_time_eq v0.3.1
30292026-05-28T08:49:46.912Z Checking trybuild v1.0.116
30302026-05-28T08:49:46.980Z Checking rust-argon2 v2.1.0
30312026-05-28T08:49:47.057Z Checking datatest-stable v0.3.3
30322026-05-28T08:49:47.291Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30332026-05-28T08:49:47.452Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30342026-05-28T08:49:47.548Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30352026-05-28T08:49:47.659Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30362026-05-28T08:49:47.694Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30372026-05-28T08:49:47.894Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30382026-05-28T08:49:47.929Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30392026-05-28T08:49:48.131Z Checking drift v0.2.0
30402026-05-28T08:49:48.164Z Checking rand_distr v0.5.1
30412026-05-28T08:49:48.212Z Compiling linkme v0.3.35
30422026-05-28T08:49:48.250Z Compiling relative-path v1.9.3
30432026-05-28T08:49:48.540Z Checking dropshot-api-manager v0.7.2
30442026-05-28T08:49:48.845Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30452026-05-28T08:49:49.657Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30462026-05-28T08:49:49.696Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30472026-05-28T08:49:49.751Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30482026-05-28T08:49:50.020Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30492026-05-28T08:49:50.329Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30502026-05-28T08:49:50.445Z Checking cargo_toml v0.21.0
30512026-05-28T08:49:50.573Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30522026-05-28T08:49:50.817Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30532026-05-28T08:49:51.054Z Checking partial-io v0.5.4
30542026-05-28T08:49:51.234Z Checking termios v0.3.3
30552026-05-28T08:49:51.279Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30562026-05-28T08:49:51.397Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30572026-05-28T08:49:52.219Z Checking rstest v0.25.0
30582026-05-28T08:49:52.260Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30592026-05-28T08:49:54.081Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30602026-05-28T08:49:56.115Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30612026-05-28T08:49:56.173Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30622026-05-28T08:50:02.523Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30632026-05-28T08:50:02.872Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30642026-05-28T08:50:05.242Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30652026-05-28T08:50:10.312Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30662026-05-28T08:50:13.453Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30672026-05-28T08:50:15.469Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30682026-05-28T08:50:18.666Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30692026-05-28T08:50:19.275Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30702026-05-28T08:50:27.584Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30712026-05-28T08:50:31.219Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30722026-05-28T08:51:43.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s
30732026-05-28T08:51:43.685Z
30742026-05-28T08:51:43.685Zreal 4:18.663056223
30752026-05-28T08:51:43.685Zuser 22:19.012084211
30762026-05-28T08:51:43.685Zsys 5:21.130376698
30772026-05-28T08:51:43.685Ztrap 0.529087884
30782026-05-28T08:51:43.685Ztflt 0.532213414
30792026-05-28T08:51:43.685Zdflt 0.438817766
30802026-05-28T08:51:43.685Zkflt 0.006892401
30812026-05-28T08:51:43.685Zlock 1:01:40.589566328
30822026-05-28T08:51:43.685Zslp 1:00:54.421258970
30832026-05-28T08:51:43.688Zlat 1:57.138622665
30842026-05-28T08:51:43.688Zstop 11:49.871997361
30852026-05-28T08:51:43.689Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30862026-05-28T08:51:43.689Z+ ptime -m cargo doc --workspace --no-deps
30872026-05-28T08:51:44.595Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30882026-05-28T08:51:44.595Z |
30892026-05-28T08:51:44.595Z = 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)`
30902026-05-28T08:51:44.595Z = 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>
30912026-05-28T08:51:45.683Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30922026-05-28T08:51:45.934Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30932026-05-28T08:51:45.983Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30942026-05-28T08:51:46.050Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30952026-05-28T08:51:46.168Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30962026-05-28T08:51:46.216Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30972026-05-28T08:51:46.248Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30982026-05-28T08:51:46.274Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30992026-05-28T08:51:46.326Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31002026-05-28T08:51:46.451Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31012026-05-28T08:51:46.484Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31022026-05-28T08:51:46.524Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31032026-05-28T08:51:46.549Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31042026-05-28T08:51:46.608Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31052026-05-28T08:51:46.634Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31062026-05-28T08:51:46.656Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31072026-05-28T08:51:46.680Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31082026-05-28T08:51:46.730Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31092026-05-28T08:51:46.733Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31102026-05-28T08:51:46.777Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31112026-05-28T08:51:47.031Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31122026-05-28T08:51:47.077Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31132026-05-28T08:51:47.310Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31142026-05-28T08:51:47.337Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31152026-05-28T08:51:47.413Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31162026-05-28T08:51:47.567Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31172026-05-28T08:51:47.730Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31182026-05-28T08:51:47.790Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31192026-05-28T08:51:47.884Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31202026-05-28T08:51:47.967Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31212026-05-28T08:51:48.119Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31222026-05-28T08:51:48.145Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31232026-05-28T08:51:48.276Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31242026-05-28T08:51:48.347Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31252026-05-28T08:51:48.414Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31262026-05-28T08:51:48.437Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31272026-05-28T08:51:48.544Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31282026-05-28T08:51:48.570Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31292026-05-28T08:51:48.633Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31302026-05-28T08:51:48.798Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31312026-05-28T08:51:48.849Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31322026-05-28T08:51:48.948Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31332026-05-28T08:51:48.980Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31342026-05-28T08:51:49.178Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31352026-05-28T08:51:49.209Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31362026-05-28T08:51:49.266Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31372026-05-28T08:51:49.349Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31382026-05-28T08:51:49.446Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31392026-05-28T08:51:49.472Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31402026-05-28T08:51:49.906Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31412026-05-28T08:51:50.014Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31422026-05-28T08:51:50.130Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31432026-05-28T08:51:50.261Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31442026-05-28T08:51:50.297Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31452026-05-28T08:51:50.335Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31462026-05-28T08:51:50.615Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31472026-05-28T08:51:50.665Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31482026-05-28T08:51:51.806Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31492026-05-28T08:51:51.840Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31502026-05-28T08:51:51.865Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31512026-05-28T08:51:52.123Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31522026-05-28T08:51:52.149Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31532026-05-28T08:51:52.175Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31542026-05-28T08:51:52.432Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31552026-05-28T08:51:52.507Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31562026-05-28T08:51:52.819Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31572026-05-28T08:51:52.961Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31582026-05-28T08:51:53.258Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31592026-05-28T08:51:53.737Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31602026-05-28T08:51:54.145Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31612026-05-28T08:51:54.585Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31622026-05-28T08:51:54.822Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31632026-05-28T08:51:54.922Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31642026-05-28T08:51:54.978Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31652026-05-28T08:51:55.214Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31662026-05-28T08:51:55.371Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31672026-05-28T08:51:55.406Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31682026-05-28T08:51:55.489Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31692026-05-28T08:51:55.579Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31702026-05-28T08:51:55.605Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31712026-05-28T08:51:55.938Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31722026-05-28T08:51:55.972Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31732026-05-28T08:51:56.284Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31742026-05-28T08:51:56.313Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31752026-05-28T08:51:56.800Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31762026-05-28T08:51:57.041Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31772026-05-28T08:51:57.072Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31782026-05-28T08:51:57.420Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31792026-05-28T08:51:57.461Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31802026-05-28T08:51:57.692Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31812026-05-28T08:51:57.717Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31822026-05-28T08:51:57.743Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31832026-05-28T08:51:57.979Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31842026-05-28T08:51:58.028Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31852026-05-28T08:51:58.503Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31862026-05-28T08:51:58.528Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31872026-05-28T08:51:59.112Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31882026-05-28T08:51:59.141Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31892026-05-28T08:51:59.144Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31902026-05-28T08:51:59.191Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31912026-05-28T08:51:59.387Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31922026-05-28T08:51:59.879Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31932026-05-28T08:51:59.882Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31942026-05-28T08:51:59.945Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31952026-05-28T08:52:00.082Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31962026-05-28T08:52:00.595Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31972026-05-28T08:52:00.860Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31982026-05-28T08:52:00.992Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31992026-05-28T08:52:01.308Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32002026-05-28T08:52:01.725Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32012026-05-28T08:52:01.728Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32022026-05-28T08:52:01.791Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32032026-05-28T08:52:01.881Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32042026-05-28T08:52:02.035Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32052026-05-28T08:52:02.146Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32062026-05-28T08:52:02.214Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32072026-05-28T08:52:02.237Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32082026-05-28T08:52:02.423Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
32092026-05-28T08:52:02.909Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32102026-05-28T08:52:02.936Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32112026-05-28T08:52:02.961Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32122026-05-28T08:52:02.990Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32132026-05-28T08:52:03.157Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32142026-05-28T08:52:03.285Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32152026-05-28T08:52:03.316Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
32162026-05-28T08:52:03.319Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32172026-05-28T08:52:03.447Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32182026-05-28T08:52:03.591Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32192026-05-28T08:52:03.688Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32202026-05-28T08:52:03.712Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32212026-05-28T08:52:03.872Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32222026-05-28T08:52:03.949Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32232026-05-28T08:52:04.195Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32242026-05-28T08:52:04.266Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32252026-05-28T08:52:04.369Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32262026-05-28T08:52:04.610Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32272026-05-28T08:52:04.636Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32282026-05-28T08:52:04.875Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32292026-05-28T08:52:04.934Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32302026-05-28T08:52:04.970Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32312026-05-28T08:52:05.186Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32322026-05-28T08:52:05.213Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32332026-05-28T08:52:05.236Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32342026-05-28T08:52:05.451Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32352026-05-28T08:52:05.480Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32362026-05-28T08:52:05.611Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32372026-05-28T08:52:05.662Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32382026-05-28T08:52:05.763Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32392026-05-28T08:52:05.841Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32402026-05-28T08:52:05.871Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32412026-05-28T08:52:05.922Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32422026-05-28T08:52:05.954Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32432026-05-28T08:52:06.112Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32442026-05-28T08:52:06.170Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32452026-05-28T08:52:06.208Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32462026-05-28T08:52:06.412Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32472026-05-28T08:52:06.461Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32482026-05-28T08:52:06.651Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32492026-05-28T08:52:06.936Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32502026-05-28T08:52:07.045Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32512026-05-28T08:52:07.258Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32522026-05-28T08:52:07.474Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32532026-05-28T08:52:07.705Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32542026-05-28T08:52:07.738Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32552026-05-28T08:52:08.110Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32562026-05-28T08:52:08.234Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32572026-05-28T08:52:08.425Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32582026-05-28T08:52:08.455Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32592026-05-28T08:52:08.482Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32602026-05-28T08:52:08.701Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32612026-05-28T08:52:08.804Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32622026-05-28T08:52:08.912Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32632026-05-28T08:52:09.022Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32642026-05-28T08:52:09.107Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32652026-05-28T08:52:09.131Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32662026-05-28T08:52:09.231Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32672026-05-28T08:52:09.448Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32682026-05-28T08:52:09.451Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32692026-05-28T08:52:09.473Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32702026-05-28T08:52:09.521Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32712026-05-28T08:52:09.972Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32722026-05-28T08:52:10.100Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32732026-05-28T08:52:10.317Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32742026-05-28T08:52:10.836Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32752026-05-28T08:52:11.383Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32762026-05-28T08:52:11.450Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32772026-05-28T08:52:11.638Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32782026-05-28T08:52:11.665Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32792026-05-28T08:52:11.922Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32802026-05-28T08:52:12.213Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32812026-05-28T08:52:12.891Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32822026-05-28T08:52:13.156Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32832026-05-28T08:52:13.759Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32842026-05-28T08:52:16.188Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32852026-05-28T08:52:16.788Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32862026-05-28T08:52:17.676Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32872026-05-28T08:52:17.930Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32882026-05-28T08:52:17.965Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32892026-05-28T08:52:18.344Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32902026-05-28T08:52:18.689Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
32912026-05-28T08:52:19.051Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32922026-05-28T08:52:19.054Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32932026-05-28T08:52:19.454Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32942026-05-28T08:52:19.509Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
32952026-05-28T08:52:19.548Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32962026-05-28T08:52:19.874Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32972026-05-28T08:52:20.757Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32982026-05-28T08:52:22.019Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32992026-05-28T08:52:22.501Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33002026-05-28T08:52:22.740Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33012026-05-28T08:52:22.931Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33022026-05-28T08:52:23.019Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33032026-05-28T08:52:23.097Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33042026-05-28T08:52:23.490Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33052026-05-28T08:52:23.954Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33062026-05-28T08:52:24.149Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33072026-05-28T08:52:24.803Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33082026-05-28T08:52:25.228Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33092026-05-28T08:52:25.258Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33102026-05-28T08:52:26.124Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33112026-05-28T08:52:26.520Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33122026-05-28T08:52:27.040Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33132026-05-28T08:52:28.053Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33142026-05-28T08:52:28.372Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33152026-05-28T08:52:28.783Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33162026-05-28T08:52:29.129Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33172026-05-28T08:52:29.439Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33182026-05-28T08:52:30.039Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33192026-05-28T08:52:30.107Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33202026-05-28T08:52:30.455Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33212026-05-28T08:52:30.829Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33222026-05-28T08:52:32.062Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33232026-05-28T08:52:32.957Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-05-28T08:52:33.139Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33252026-05-28T08:52:33.415Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33262026-05-28T08:52:33.439Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33272026-05-28T08:52:34.046Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33282026-05-28T08:52:34.560Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33292026-05-28T08:52:35.008Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33302026-05-28T08:52:35.419Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33312026-05-28T08:52:35.987Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33322026-05-28T08:52:36.738Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33332026-05-28T08:52:37.222Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33342026-05-28T08:52:37.690Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33352026-05-28T08:52:38.576Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33362026-05-28T08:52:38.875Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33372026-05-28T08:52:39.533Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33382026-05-28T08:52:40.187Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33392026-05-28T08:52:40.927Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33402026-05-28T08:52:41.270Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33412026-05-28T08:52:41.746Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33422026-05-28T08:52:42.507Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33432026-05-28T08:52:42.744Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33442026-05-28T08:52:43.487Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33452026-05-28T08:52:44.070Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33462026-05-28T08:52:44.328Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33472026-05-28T08:52:44.643Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33482026-05-28T08:52:44.869Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33492026-05-28T08:52:45.341Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33502026-05-28T08:52:45.615Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33512026-05-28T08:52:45.672Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33522026-05-28T08:52:46.506Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33532026-05-28T08:52:46.533Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33542026-05-28T08:52:46.599Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33552026-05-28T08:52:46.744Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33562026-05-28T08:52:46.941Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33572026-05-28T08:52:47.222Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33582026-05-28T08:52:47.248Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33592026-05-28T08:52:47.551Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33602026-05-28T08:52:47.743Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33612026-05-28T08:52:48.803Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33622026-05-28T08:52:49.431Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33632026-05-28T08:52:49.934Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33642026-05-28T08:52:52.749Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33652026-05-28T08:52:55.948Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33662026-05-28T08:52:56.952Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33672026-05-28T08:52:58.118Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33682026-05-28T08:52:58.944Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33692026-05-28T08:53:00.237Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33702026-05-28T08:53:01.946Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33712026-05-28T08:53:03.013Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33722026-05-28T08:53:03.859Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-05-28T08:53:04.953Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33742026-05-28T08:53:06.019Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33752026-05-28T08:53:06.996Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33762026-05-28T08:53:14.698Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33772026-05-28T08:53:15.943Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33782026-05-28T08:53:17.086Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33792026-05-28T08:53:18.189Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33802026-05-28T08:53:18.448Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33812026-05-28T08:53:19.906Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33822026-05-28T08:53:21.227Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33832026-05-28T08:53:22.522Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33842026-05-28T08:53:23.844Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33852026-05-28T08:53:25.208Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33862026-05-28T08:53:26.889Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33872026-05-28T08:53:27.945Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33882026-05-28T08:53:29.146Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33892026-05-28T08:53:30.778Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33902026-05-28T08:53:32.065Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33912026-05-28T08:53:33.348Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33922026-05-28T08:53:34.819Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33932026-05-28T08:53:36.332Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33942026-05-28T08:53:38.721Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33952026-05-28T08:53:39.616Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33962026-05-28T08:53:41.378Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33972026-05-28T08:53:43.073Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33982026-05-28T08:53:44.821Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33992026-05-28T08:53:46.897Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34002026-05-28T08:53:48.386Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34012026-05-28T08:53:50.175Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34022026-05-28T08:53:52.075Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34032026-05-28T08:53:56.535Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34042026-05-28T08:53:57.424Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34052026-05-28T08:53:58.341Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34062026-05-28T08:53:59.017Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34072026-05-28T08:54:03.157Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34082026-05-28T08:54:03.441Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34092026-05-28T08:54:05.620Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34102026-05-28T08:54:08.080Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34112026-05-28T08:54:10.199Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34122026-05-28T08:54:12.590Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34132026-05-28T08:54:14.448Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34142026-05-28T08:54:16.557Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34152026-05-28T08:54:18.678Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34162026-05-28T08:54:20.770Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34172026-05-28T08:54:22.853Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34182026-05-28T08:54:24.613Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34192026-05-28T08:54:27.099Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34202026-05-28T08:54:28.813Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34212026-05-28T08:54:31.302Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34222026-05-28T08:54:33.005Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34232026-05-28T08:54:35.276Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34242026-05-28T08:54:37.430Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34252026-05-28T08:54:39.602Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34262026-05-28T08:54:41.707Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34272026-05-28T08:54:43.494Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34282026-05-28T08:54:46.481Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34292026-05-28T08:54:48.774Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34302026-05-28T08:54:51.112Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34312026-05-28T08:54:53.423Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34322026-05-28T08:54:55.688Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34332026-05-28T08:54:58.018Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34342026-05-28T08:55:00.297Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34352026-05-28T08:55:02.502Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34362026-05-28T08:55:05.358Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34372026-05-28T08:55:07.451Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34382026-05-28T08:55:09.397Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34392026-05-28T08:55:11.600Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34402026-05-28T08:55:14.037Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34412026-05-28T08:55:16.465Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34422026-05-28T08:55:18.850Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34432026-05-28T08:55:21.240Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34442026-05-28T08:55:23.804Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34452026-05-28T08:55:26.284Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34462026-05-28T08:55:28.686Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34472026-05-28T08:55:31.090Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34482026-05-28T08:55:33.495Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34492026-05-28T08:55:36.545Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34502026-05-28T08:55:38.658Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34512026-05-28T08:55:41.335Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34522026-05-28T08:55:43.844Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34532026-05-28T08:55:46.294Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34542026-05-28T08:55:48.840Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34552026-05-28T08:55:56.435Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34562026-05-28T08:55:56.954Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34572026-05-28T08:56:00.069Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34582026-05-28T08:56:03.411Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34592026-05-28T08:56:06.897Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34602026-05-28T08:56:10.125Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34612026-05-28T08:56:13.533Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34622026-05-28T08:56:18.246Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34632026-05-28T08:56:21.101Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34642026-05-28T08:56:24.896Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34652026-05-28T08:56:28.513Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34662026-05-28T08:56:32.189Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34672026-05-28T08:56:35.995Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34682026-05-28T08:56:39.580Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34692026-05-28T08:56:43.213Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34702026-05-28T08:56:46.985Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34712026-05-28T08:56:50.692Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34722026-05-28T08:56:54.378Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34732026-05-28T08:56:58.058Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34742026-05-28T08:57:01.782Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34752026-05-28T08:57:05.545Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34762026-05-28T08:57:09.165Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34772026-05-28T08:57:12.861Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34782026-05-28T08:57:16.607Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34792026-05-28T08:57:20.387Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34802026-05-28T08:57:24.161Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34812026-05-28T08:57:27.814Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34822026-05-28T08:57:57.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 13s
34832026-05-28T08:57:57.790Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
34842026-05-28T08:57:57.907Z
34852026-05-28T08:57:57.907Zreal 6:14.123982361
34862026-05-28T08:57:57.907Zuser 18:52.723405945
34872026-05-28T08:57:57.907Zsys 4:05.291131432
34882026-05-28T08:57:57.907Ztrap 0.281439656
34892026-05-28T08:57:57.907Ztflt 0.093038127
34902026-05-28T08:57:57.907Zdflt 0.017059213
34912026-05-28T08:57:57.910Zkflt 0.000036784
34922026-05-28T08:57:57.910Zlock 5:27:11.057637511
34932026-05-28T08:57:57.910Zslp 2:01:36.544641397
34942026-05-28T08:57:57.910Zlat 39.900664969
34952026-05-28T08:57:57.910Zstop 2:11.901843502
34962026-05-28T08:57:57.910Zprocess exited: duration 772563 ms, exit code 0
 
34972026-05-28T08:57:57.916Zfound 0 output files