01KS2ZQST7GX5TBA9AT8R1F04E: clippy (helios)

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

Buildomat Job: 01KS2ZR87SY5EHRZ18H763XK0E

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T15:24:19.377Zjob assigned to worker 01KS2ZRBY9FPV8J86PXRE8EPWN [factory aws, i-027eb2a55dd273808] (queued for 47 s)
 
22026-05-20T15:24:26.582Zstarting task 0: "setup"
32026-05-20T15:24:26.588Z++ uname -s
42026-05-20T15:24:26.591Z+ kern=SunOS
52026-05-20T15:24:26.591Z+ build_user=build
62026-05-20T15:24:26.591Z+ build_uid=12345
72026-05-20T15:24:26.591Z+ work_dir=/work
82026-05-20T15:24:26.591Z+ input_dir=/input
92026-05-20T15:24:26.591Z+ [[ 0 == 12345 ]]
102026-05-20T15:24:26.591Z+ case "$kern" in
112026-05-20T15:24:26.592Z+ groupadd -g 12345 build
122026-05-20T15:24:26.592Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T15:24:28.596Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T15:24:28.676Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T15:24:28.679Z+ home_fs=zfs
162026-05-20T15:24:28.679Z+ [[ zfs == autofs ]]
172026-05-20T15:24:28.679Z+ mkdir -p /home/build
182026-05-20T15:24:28.679Z+ chown build:build /home/build /work
192026-05-20T15:24:30.680Z+ chmod 0700 /home/build /work
202026-05-20T15:24:30.683Zprocess exited: duration 4099 ms, exit code 0
 
212026-05-20T15:24:30.688Zstarting task 1: "rust-toolchain"
222026-05-20T15:24:30.692Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-20T15:24:30.692Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-20T15:24:30.692Z * rust toolchain channel = "1.94.0"
252026-05-20T15:24:30.695Z * rust toolchain profile = "default"
262026-05-20T15:24:30.695Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T15:24:30.695Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T15:24:30.695Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T15:24:30.695Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T15:24:30.850Zinfo: downloading installer
312026-05-20T15:24:32.478Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T15:24:32.478Zwarn: /home/build/.rustup/settings.toml
332026-05-20T15:24:32.478Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T15:24:32.478Zwarn: instead of the one inferred from the default host triple.
352026-05-20T15:24:32.491Zinfo: profile set to default
362026-05-20T15:24:32.491Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T15:24:32.493Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T15:24:32.622Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T15:24:32.625Zinfo: downloading 6 components
402026-05-20T15:24:46.864Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-20T15:24:46.864Z
422026-05-20T15:24:46.894Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T15:24:46.894Z
442026-05-20T15:24:46.894Z
452026-05-20T15:24:46.894ZRust is installed now. Great!
462026-05-20T15:24:46.894Z
472026-05-20T15:24:46.894ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T15:24:46.894Zenvironment variable. This has not been done automatically.
492026-05-20T15:24:46.894Z
502026-05-20T15:24:46.894ZTo configure your current shell, you need to source
512026-05-20T15:24:46.894Zthe corresponding env file under $HOME/.cargo.
522026-05-20T15:24:46.897Z
532026-05-20T15:24:46.897ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T15:24:46.897Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T15:24:46.897Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T15:24:46.897Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T15:24:46.897Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T15:24:46.897Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T15:24:46.897Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T15:24:46.897Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T15:24:46.897Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T15:24:46.982Z+ rustup --version
632026-05-20T15:24:46.991Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T15:24:46.994Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T15:24:47.013Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T15:24:47.016Z+ cargo --version
672026-05-20T15:24:47.030Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T15:24:47.033Z+ rustc --version
692026-05-20T15:24:47.052Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T15:24:47.055Zprocess exited: duration 16364 ms, exit code 0
 
712026-05-20T15:24:47.060Zstarting task 2: "authentication"
722026-05-20T15:24:47.076Zprocess exited: duration 15 ms, exit code 0
 
732026-05-20T15:24:47.081Zstarting task 3: "clone repository"
742026-05-20T15:24:47.085Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T15:24:47.087Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T15:24:47.127ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T15:24:58.438Z+ cd /work/oxidecomputer/omicron
782026-05-20T15:24:58.438Z+ git fetch origin 002f7b62d0543a658e42e9e2351f9a07a70ea552
792026-05-20T15:24:58.760ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T15:24:58.760Z * branch 002f7b62d0543a658e42e9e2351f9a07a70ea552 -> FETCH_HEAD
812026-05-20T15:24:58.769Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-20T15:24:58.772Z++ git branch --show-current
832026-05-20T15:24:58.772Z+ current=main
842026-05-20T15:24:58.772Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-20T15:24:58.772Z+ git branch -f zl/ddm-internal-dns 002f7b62d0543a658e42e9e2351f9a07a70ea552
862026-05-20T15:24:58.775Z+ git checkout -f zl/ddm-internal-dns
872026-05-20T15:24:59.008ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-20T15:24:59.011Z+ git reset --hard 002f7b62d0543a658e42e9e2351f9a07a70ea552
892026-05-20T15:24:59.245ZHEAD is now at 002f7b62d merge main + bump maghemite to 9bb5037 + oxlog patch
902026-05-20T15:24:59.248Zprocess exited: duration 12165 ms, exit code 0
 
912026-05-20T15:24:59.255Zstarting task 4: "build"
922026-05-20T15:24:59.259Z+ source ./env.sh
932026-05-20T15:24:59.261Z++ OLD_SHELL_OPTS=ehxB
942026-05-20T15:24:59.261Z++ set -o xtrace
952026-05-20T15:24:59.261Z++++ dirname ./env.sh
962026-05-20T15:24:59.275Z+++ readlink -f .
972026-05-20T15:24:59.278Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-20T15:24:59.279Z++ 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-20T15:24:59.279Z++ 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-20T15:24:59.279Z++ 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-20T15:24:59.279Z++ 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-20T15:24:59.279Z++ 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-20T15:24:59.279Z++ 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-20T15:24:59.279Z++ 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-20T15:24:59.279Z++ 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-20T15:24:59.279Z++ 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-20T15:24:59.279Z++ 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-20T15:24:59.279Z++ case $OLD_SHELL_OPTS in
1092026-05-20T15:24:59.279Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-05-20T15:24:59.279Z+ source .github/buildomat/ci-env.sh
1112026-05-20T15:24:59.279Z++ export CARGO_TERM_COLOR=always
1122026-05-20T15:24:59.279Z++ CARGO_TERM_COLOR=always
1132026-05-20T15:24:59.279Z+ cargo --version
1142026-05-20T15:24:59.288Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-05-20T15:24:59.291Z+ rustc --version
1162026-05-20T15:24:59.325Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-05-20T15:24:59.325Z+ banner prerequisites
1182026-05-20T15:24:59.325Z
1192026-05-20T15:24:59.325Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-20T15:24:59.325Z # # # # # # # # # # # # # # #
1212026-05-20T15:24:59.325Z # # # # ##### # # ##### # # # # # #### #
1222026-05-20T15:24:59.325Z ##### ##### # ##### # # # # # # # # #
1232026-05-20T15:24:59.325Z # # # # # # # # # # # # # # #
1242026-05-20T15:24:59.325Z # # # ###### # # ###### ### # #### # #### #
1252026-05-20T15:24:59.325Z
1262026-05-20T15:24:59.325Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-20T15:25:01.097Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-20T15:25:01.156Z Startup: Caching catalogs ... Done
1292026-05-20T15:25:01.365ZPlanning: Solver setup ... Done (0.176s)
1302026-05-20T15:25:01.381ZPlanning: Running solver ... Done (0.016s)
1312026-05-20T15:25:01.386ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-20T15:25:01.396ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-20T15:25:01.416ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-20T15:25:01.426ZPlanning: Package planning ... Done (0.013s)
1352026-05-20T15:25:01.429ZPlanning: Merging actions ... Done (0.001s)
1362026-05-20T15:25:01.615ZPlanning: Checking for conflicting actions ... Done (0.188s)
1372026-05-20T15:25:01.618ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-20T15:25:02.468ZPlanning: Evaluating mediators ... Done (0.851s)
1392026-05-20T15:25:02.471ZPlanning: Planning completed in 1.29 seconds
1402026-05-20T15:25:02.477Z Packages to install: 2
1412026-05-20T15:25:02.480Z Estimated space available: 156.08 GB
1422026-05-20T15:25:02.480ZEstimated space to be consumed: 19.74 MB
1432026-05-20T15:25:02.480Z Create boot environment: No
1442026-05-20T15:25:02.480ZCreate backup boot environment: No
1452026-05-20T15:25:02.480Z Rebuild boot archive: No
1462026-05-20T15:25:02.480Z
1472026-05-20T15:25:02.480ZChanged packages:
1482026-05-20T15:25:02.480Zhelios
1492026-05-20T15:25:02.480Z developer/build-essential
1502026-05-20T15:25:02.480Z None -> 11-3.0
1512026-05-20T15:25:02.480Z library/libxmlsec1
1522026-05-20T15:25:02.480Z None -> 1.2.35-3.0
1532026-05-20T15:25:02.503Z
1542026-05-20T15:25:02.503ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-20T15:25:03.087ZDownload: Completed 1.28 MB in 0.58 seconds (2.2M/s)
1562026-05-20T15:25:03.154Z Actions: 1/268 actions (Installing new actions)
1572026-05-20T15:25:03.192Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-20T15:25:03.198ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-20T15:25:03.198ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-20T15:25:03.215ZFinalize: Updating image state ... Done (0.017s)
1612026-05-20T15:25:05.734ZFinalize: Creating fast lookup database ... Done (2.498s)
1622026-05-20T15:25:05.810ZFinalize: Reading search index ... Done (0.014s)
1632026-05-20T15:25:05.813ZFinalize: Updating search index ... Done (0.000s)
1642026-05-20T15:25:05.900ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-20T15:25:06.199ZPlanning: Evaluating mediator changes ... Done
1662026-05-20T15:25:06.304ZPlanning: Checking for conflicting actions ... Done
1672026-05-20T15:25:06.307ZPlanning: Consolidating action changes ... Done
1682026-05-20T15:25:06.464ZPlanning: Evaluating mediators ... Done
1692026-05-20T15:25:06.467ZPlanning: Planning completed in 0.27 seconds
1702026-05-20T15:25:06.486Z Mediators to change: 2
1712026-05-20T15:25:06.487Z Create boot environment: No
1722026-05-20T15:25:06.489ZCreate backup boot environment: No
1732026-05-20T15:25:06.536ZFinalize: Updating package state database ... Done
1742026-05-20T15:25:06.536ZFinalize: Updating package cache ... Done
1752026-05-20T15:25:06.545ZFinalize: Updating image state ... Done
1762026-05-20T15:25:08.514ZFinalize: Creating fast lookup database ... Done
1772026-05-20T15:25:08.577ZFinalize: Reading search index ... Done
1782026-05-20T15:25:08.580ZFinalize: Updating search index ... Done
1792026-05-20T15:25:08.644ZFinalize: Updating package cache ... Done
1802026-05-20T15:25:08.929ZPlanning: Evaluating mediator changes ... Done
1812026-05-20T15:25:09.035ZPlanning: Checking for conflicting actions ... Done
1822026-05-20T15:25:09.038ZPlanning: Consolidating action changes ... Done
1832026-05-20T15:25:09.194ZPlanning: Evaluating mediators ... Done
1842026-05-20T15:25:09.197ZPlanning: Planning completed in 0.27 seconds
1852026-05-20T15:25:09.221Z Mediators to change: 1
1862026-05-20T15:25:09.221Z Create boot environment: No
1872026-05-20T15:25:09.221ZCreate backup boot environment: No
1882026-05-20T15:25:09.263ZFinalize: Updating package state database ... Done
1892026-05-20T15:25:09.266ZFinalize: Updating package cache ... Done
1902026-05-20T15:25:09.272ZFinalize: Updating image state ... Done
1912026-05-20T15:25:11.225ZFinalize: Creating fast lookup database ... Done
1922026-05-20T15:25:11.287ZFinalize: Reading search index ... Done
1932026-05-20T15:25:11.290ZFinalize: Updating search index ... Done
1942026-05-20T15:25:11.361ZFinalize: Updating package cache ... Done
1952026-05-20T15:25:11.673ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-20T15:25:11.673Zapache system 2.4 system
1972026-05-20T15:25:11.673Zclang system 15 system
1982026-05-20T15:25:11.673Zcsh system system illumos
1992026-05-20T15:25:11.673Zctags system system illumos
2002026-05-20T15:25:11.673Zfile vendor vendor darwinsys
2012026-05-20T15:25:11.673Zfile system system illumos
2022026-05-20T15:25:11.673Zgcc vendor 14 vendor
2032026-05-20T15:25:11.673Zgcc system 13 system
2042026-05-20T15:25:11.673Zgcc system 10 system
2052026-05-20T15:25:11.673Zgo system 1.25 system
2062026-05-20T15:25:11.673Zllvm system 15 system
2072026-05-20T15:25:11.673Zmariadb system 11.4 system
2082026-05-20T15:25:11.673Zmta vendor vendor dma
2092026-05-20T15:25:11.673Zopenjdk system 17 system
2102026-05-20T15:25:11.673Zopenjdk system 11 system
2112026-05-20T15:25:11.673Zopenssl vendor 3 vendor
2122026-05-20T15:25:11.673Zperl system 5.40 system
2132026-05-20T15:25:11.673Zpostgresql system 18 system
2142026-05-20T15:25:11.673Zpostgresql system 17 system
2152026-05-20T15:25:11.673Zpython vendor 3 vendor
2162026-05-20T15:25:11.673Zpython system 2 system
2172026-05-20T15:25:11.673Zpython3 vendor 3.13 vendor
2182026-05-20T15:25:11.673Zruby system 3.4 system
2192026-05-20T15:25:11.673Zruby system 3.0 system
2202026-05-20T15:25:11.673Zwords vendor vendor american-english
2212026-05-20T15:25:11.673Zwords system system australian-english
2222026-05-20T15:25:11.673Zwords system system british-english
2232026-05-20T15:25:11.673Zwords system system canadian-english
2242026-05-20T15:25:11.673Zwords system system french
2252026-05-20T15:25:11.673Zwords system system italian
2262026-05-20T15:25:11.673Zwords system system ngerman
2272026-05-20T15:25:11.673Zwords system system ogerman
2282026-05-20T15:25:11.673Zwords system system spanish
2292026-05-20T15:25:11.926ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-20T15:25:11.926Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-20T15:25:12.193ZFMRI IFO
2322026-05-20T15:25:12.193Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-20T15:25:12.193Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-20T15:25:12.193Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-20T15:25:12.193Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-20T15:25:12.193Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-20T15:25:12.193Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-20T15:25:12.193Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-20T15:25:12.193Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-20T15:25:12.193Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-20T15:25:12.437Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-20T15:25:12.722Z Updating crates.io index
2432026-05-20T15:25:12.725Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-20T15:25:13.008Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-20T15:25:13.897Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-20T15:25:14.306Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-20T15:25:15.338Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-20T15:25:16.124Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-20T15:25:17.811Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-20T15:25:18.540Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-20T15:25:19.018Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-20T15:25:20.265Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-20T15:25:20.844Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-20T15:25:21.383Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-20T15:25:21.618Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-20T15:25:22.616Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-20T15:25:23.199Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-20T15:25:23.454Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-20T15:25:23.809Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-20T15:25:24.258Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-20T15:25:24.550Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-20T15:25:24.975Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-20T15:25:25.214Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-20T15:25:25.474Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-20T15:25:25.891Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-20T15:25:26.442Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-20T15:25:26.843Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-20T15:25:27.158Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-20T15:25:27.449Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-20T15:25:27.743Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-20T15:25:29.042Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-20T15:25:29.542Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-20T15:25:30.058Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-05-20T15:25:30.509Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-05-20T15:25:30.772Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-05-20T15:25:31.111Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-20T15:25:31.462Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-05-20T15:25:31.966Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-20T15:25:32.216Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-20T15:25:32.466Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-20T15:25:32.707Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-20T15:25:44.737Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-05-20T15:25:45.217Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2842026-05-20T15:25:47.056Z Downloading crates ...
2852026-05-20T15:25:47.111Z Downloaded cargo_toml v0.21.0
2862026-05-20T15:25:47.117Z Downloaded equivalent v1.0.2
2872026-05-20T15:25:47.124Z Downloaded scroll_derive v0.12.1
2882026-05-20T15:25:47.127Z Downloaded cpufeatures v0.2.17
2892026-05-20T15:25:47.130Z Downloaded serde_core v1.0.228
2902026-05-20T15:25:47.133Z Downloaded colorchoice v1.0.4
2912026-05-20T15:25:47.133Z Downloaded errno v0.3.14
2922026-05-20T15:25:47.136Z Downloaded cargo-platform v0.2.0
2932026-05-20T15:25:47.136Z Downloaded stable_deref_trait v1.2.1
2942026-05-20T15:25:47.141Z Downloaded serde-value v0.7.0
2952026-05-20T15:25:47.144Z Downloaded cfg-if v1.0.4
2962026-05-20T15:25:47.147Z Downloaded utf8parse v0.2.2
2972026-05-20T15:25:47.147Z Downloaded thread-id v4.2.2
2982026-05-20T15:25:47.147Z Downloaded zerofrom-derive v0.1.6
2992026-05-20T15:25:47.152Z Downloaded typeid v1.0.3
3002026-05-20T15:25:47.156Z Downloaded zerovec-derive v0.11.2
3012026-05-20T15:25:47.156Z Downloaded url v2.5.8
3022026-05-20T15:25:47.156Z Downloaded yoke-derive v0.8.1
3032026-05-20T15:25:47.156Z Downloaded getrandom v0.4.1
3042026-05-20T15:25:47.159Z Downloaded usdt-macro v0.5.0
3052026-05-20T15:25:47.159Z Downloaded tabled_derive v0.7.0
3062026-05-20T15:25:47.159Z Downloaded usdt-attr-macro v0.5.0
3072026-05-20T15:25:47.159Z Downloaded unicode-linebreak v0.1.5
3082026-05-20T15:25:47.159Z Downloaded toml_write v0.1.2
3092026-05-20T15:25:47.163Z Downloaded toml_datetime v0.6.11
3102026-05-20T15:25:47.163Z Downloaded version_check v0.9.5
3112026-05-20T15:25:47.163Z Downloaded zerofrom v0.1.6
3122026-05-20T15:25:47.163Z Downloaded serde-untagged v0.1.9
3132026-05-20T15:25:47.166Z Downloaded cargo_metadata v0.21.0
3142026-05-20T15:25:47.166Z Downloaded generic-array v0.14.7
3152026-05-20T15:25:47.166Z Downloaded writeable v0.6.2
3162026-05-20T15:25:47.166Z Downloaded smawk v0.3.2
3172026-05-20T15:25:47.169Z Downloaded unicode-xid v0.2.6
3182026-05-20T15:25:47.169Z Downloaded utf8_iter v1.0.4
3192026-05-20T15:25:47.169Z Downloaded anstyle-query v1.1.5
3202026-05-20T15:25:47.172Z Downloaded plain v0.2.3
3212026-05-20T15:25:47.175Z Downloaded ordered-float v2.10.1
3222026-05-20T15:25:47.175Z Downloaded percent-encoding v2.3.2
3232026-05-20T15:25:47.180Z Downloaded usdt v0.5.0
3242026-05-20T15:25:47.183Z Downloaded zmij v1.0.21
3252026-05-20T15:25:47.183Z Downloaded yoke v0.8.1
3262026-05-20T15:25:47.183Z Downloaded thiserror-impl v1.0.69
3272026-05-20T15:25:47.186Z Downloaded heck v0.4.1
3282026-05-20T15:25:47.190Z Downloaded usdt-impl v0.5.0
3292026-05-20T15:25:47.190Z Downloaded thiserror v2.0.18
3302026-05-20T15:25:47.195Z Downloaded tinystr v0.8.2
3312026-05-20T15:25:47.195Z Downloaded thiserror-impl v2.0.18
3322026-05-20T15:25:47.195Z Downloaded terminal_size v0.4.3
3332026-05-20T15:25:47.195Z Downloaded thiserror v1.0.69
3342026-05-20T15:25:47.199Z Downloaded potential_utf v0.1.4
3352026-05-20T15:25:47.199Z Downloaded textwrap v0.16.2
3362026-05-20T15:25:47.199Z Downloaded clap_lex v1.0.0
3372026-05-20T15:25:47.238Z Downloaded zerocopy-derive v0.7.35
3382026-05-20T15:25:47.238Z Downloaded toml v0.8.23
3392026-05-20T15:25:47.238Z Downloaded unicode-ident v1.0.24
3402026-05-20T15:25:47.243Z Downloaded ucd-trie v0.1.7
3412026-05-20T15:25:47.243Z Downloaded is_terminal_polyfill v1.70.2
3422026-05-20T15:25:47.243Z Downloaded fnv v1.0.7
3432026-05-20T15:25:47.243Z Downloaded dof v0.3.0
3442026-05-20T15:25:47.243Z Downloaded crypto-common v0.1.7
3452026-05-20T15:25:47.243Z Downloaded pretty-hex v0.4.1
3462026-05-20T15:25:47.243Z Downloaded form_urlencoded v1.2.2
3472026-05-20T15:25:47.243Z Downloaded fastrand v2.3.0
3482026-05-20T15:25:47.243Z Downloaded toml_edit v0.22.27
3492026-05-20T15:25:47.243Z Downloaded heck v0.5.0
3502026-05-20T15:25:47.243Z Downloaded dtrace-parser v0.2.0
3512026-05-20T15:25:47.244Z Downloaded itoa v1.0.17
3522026-05-20T15:25:47.244Z Downloaded swrite v0.1.0
3532026-05-20T15:25:47.244Z Downloaded macaddr v1.0.1
3542026-05-20T15:25:47.244Z Downloaded zerotrie v0.2.3
3552026-05-20T15:25:47.244Z Downloaded idna_adapter v1.2.1
3562026-05-20T15:25:47.244Z Downloaded typenum v1.19.0
3572026-05-20T15:25:47.244Z Downloaded strsim v0.11.1
3582026-05-20T15:25:47.244Z Downloaded block-buffer v0.10.4
3592026-05-20T15:25:47.244Z Downloaded serde_tokenstream v0.2.3
3602026-05-20T15:25:47.244Z Downloaded zerovec v0.11.5
3612026-05-20T15:25:47.244Z Downloaded erased-serde v0.4.9
3622026-05-20T15:25:47.244Z Downloaded quote v1.0.45
3632026-05-20T15:25:47.244Z Downloaded synstructure v0.13.2
3642026-05-20T15:25:47.244Z Downloaded scroll v0.12.0
3652026-05-20T15:25:47.244Z Downloaded fs-err v3.3.0
3662026-05-20T15:25:47.244Z Downloaded zerocopy v0.7.35
3672026-05-20T15:25:47.249Z Downloaded icu_normalizer_data v2.1.1
3682026-05-20T15:25:47.254Z Downloaded winnow v0.7.14
3692026-05-20T15:25:47.256Z Downloaded memmap v0.7.0
3702026-05-20T15:25:47.257Z Downloaded digest v0.10.7
3712026-05-20T15:25:47.257Z Downloaded bytecount v0.6.9
3722026-05-20T15:25:47.257Z Downloaded unicode-width v0.2.0
3732026-05-20T15:25:47.260Z Downloaded unicode-width v0.1.14
3742026-05-20T15:25:47.263Z Downloaded sha2 v0.10.9
3752026-05-20T15:25:47.267Z Downloaded proc-macro-error-attr v1.0.4
3762026-05-20T15:25:47.267Z Downloaded proc-macro-error v1.0.4
3772026-05-20T15:25:47.270Z Downloaded displaydoc v0.2.5
3782026-05-20T15:25:47.270Z Downloaded byteorder v1.5.0
3792026-05-20T15:25:47.270Z Downloaded anstyle v1.0.14
3802026-05-20T15:25:47.270Z Downloaded autocfg v1.5.0
3812026-05-20T15:25:47.270Z Downloaded anstream v1.0.0
3822026-05-20T15:25:47.276Z Downloaded smallvec v1.15.1
3832026-05-20T15:25:47.282Z Downloaded serde v1.0.228
3842026-05-20T15:25:47.287Z Downloaded bitflags v2.11.0
3852026-05-20T15:25:47.289Z Downloaded anstyle-parse v1.0.0
3862026-05-20T15:25:47.292Z Downloaded cargo-util-schemas v0.8.2
3872026-05-20T15:25:47.292Z Downloaded serde_spanned v0.6.9
3882026-05-20T15:25:47.296Z Downloaded anyhow v1.0.102
3892026-05-20T15:25:47.296Z Downloaded litemap v0.8.1
3902026-05-20T15:25:47.299Z Downloaded pest_generator v2.8.6
3912026-05-20T15:25:47.299Z Downloaded camino-tempfile v1.4.1
3922026-05-20T15:25:47.302Z Downloaded once_cell v1.21.3
3932026-05-20T15:25:47.302Z Downloaded icu_properties v2.1.2
3942026-05-20T15:25:47.305Z Downloaded tempfile v3.25.0
3952026-05-20T15:25:47.311Z Downloaded semver v1.0.28
3962026-05-20T15:25:47.311Z Downloaded clap v4.6.1
3972026-05-20T15:25:47.313Z Downloaded icu_provider v2.1.1
3982026-05-20T15:25:47.317Z Downloaded serde_derive v1.0.228
3992026-05-20T15:25:47.317Z Downloaded proc-macro2 v1.0.106
4002026-05-20T15:25:47.320Z Downloaded camino v1.2.2
4012026-05-20T15:25:47.320Z Downloaded clap_derive v4.6.1
4022026-05-20T15:25:47.320Z Downloaded log v0.4.29
4032026-05-20T15:25:47.323Z Downloaded papergrid v0.11.0
4042026-05-20T15:25:47.327Z Downloaded pest_derive v2.8.6
4052026-05-20T15:25:47.330Z Downloaded num-traits v0.2.19
4062026-05-20T15:25:47.334Z Downloaded indexmap v2.14.0
4072026-05-20T15:25:47.338Z Downloaded pest_meta v2.8.6
4082026-05-20T15:25:47.338Z Downloaded clap_builder v4.6.0
4092026-05-20T15:25:47.341Z Downloaded icu_locale_core v2.1.1
4102026-05-20T15:25:47.348Z Downloaded memchr v2.8.0
4112026-05-20T15:25:47.360Z Downloaded icu_collections v2.1.1
4122026-05-20T15:25:47.366Z Downloaded icu_normalizer v2.1.1
4132026-05-20T15:25:47.374Z Downloaded pest v2.8.6
4142026-05-20T15:25:47.391Z Downloaded serde_json v1.0.149
4152026-05-20T15:25:47.395Z Downloaded idna v1.1.0
4162026-05-20T15:25:47.397Z Downloaded hashbrown v0.17.0
4172026-05-20T15:25:47.400Z Downloaded icu_properties_data v2.1.2
4182026-05-20T15:25:47.412Z Downloaded goblin v0.8.2
4192026-05-20T15:25:47.420Z Downloaded tabled v0.15.0
4202026-05-20T15:25:47.428Z Downloaded syn v1.0.109
4212026-05-20T15:25:47.435Z Downloaded syn v2.0.117
4222026-05-20T15:25:47.450Z Downloaded rustix v1.1.3
4232026-05-20T15:25:47.475Z Downloaded libc v0.2.185
4242026-05-20T15:25:47.543Z Compiling proc-macro2 v1.0.106
4252026-05-20T15:25:47.543Z Compiling quote v1.0.45
4262026-05-20T15:25:47.543Z Compiling unicode-ident v1.0.24
4272026-05-20T15:25:47.546Z Compiling serde_core v1.0.228
4282026-05-20T15:25:47.546Z Compiling libc v0.2.185
4292026-05-20T15:25:47.546Z Compiling version_check v0.9.5
4302026-05-20T15:25:47.546Z Compiling stable_deref_trait v1.2.1
4312026-05-20T15:25:47.546Z Compiling serde v1.0.228
4322026-05-20T15:25:47.878Z Compiling memchr v2.8.0
4332026-05-20T15:25:47.893Z Compiling zmij v1.0.21
4342026-05-20T15:25:48.103Z Compiling ucd-trie v0.1.7
4352026-05-20T15:25:48.320Z Compiling autocfg v1.5.0
4362026-05-20T15:25:48.360Z Compiling thiserror v1.0.69
4372026-05-20T15:25:48.491Z Compiling itoa v1.0.17
4382026-05-20T15:25:48.555Z Compiling pest v2.8.6
4392026-05-20T15:25:48.630Z Compiling litemap v0.8.1
4402026-05-20T15:25:48.647Z Compiling writeable v0.6.2
4412026-05-20T15:25:48.743Z Compiling byteorder v1.5.0
4422026-05-20T15:25:48.827Z Compiling icu_normalizer_data v2.1.1
4432026-05-20T15:25:48.850Z Compiling icu_properties_data v2.1.2
4442026-05-20T15:25:48.854Z Compiling rustix v1.1.3
4452026-05-20T15:25:49.076Z Compiling errno v0.3.14
4462026-05-20T15:25:49.175Z Compiling syn v2.0.117
4472026-05-20T15:25:49.228Z Compiling bitflags v2.11.0
4482026-05-20T15:25:49.266Z Compiling serde_json v1.0.149
4492026-05-20T15:25:49.463Z Compiling num-traits v0.2.19
4502026-05-20T15:25:49.499Z Compiling hashbrown v0.17.0
4512026-05-20T15:25:49.580Z Compiling smallvec v1.15.1
4522026-05-20T15:25:49.648Z Compiling pest_meta v2.8.6
4532026-05-20T15:25:49.790Z Compiling typeid v1.0.3
4542026-05-20T15:25:50.005Z Compiling equivalent v1.0.2
4552026-05-20T15:25:50.077Z Compiling indexmap v2.14.0
4562026-05-20T15:25:50.109Z Compiling thread-id v4.2.2
4572026-05-20T15:25:50.166Z Compiling usdt-impl v0.5.0
4582026-05-20T15:25:50.190Z Compiling proc-macro-error-attr v1.0.4
4592026-05-20T15:25:50.252Z Compiling erased-serde v0.4.9
4602026-05-20T15:25:50.373Z Compiling syn v1.0.109
4612026-05-20T15:25:50.488Z Compiling winnow v0.7.14
4622026-05-20T15:25:50.518Z Compiling toml_write v0.1.2
4632026-05-20T15:25:50.731Z Compiling proc-macro-error v1.0.4
4642026-05-20T15:25:50.827Z Compiling utf8_iter v1.0.4
4652026-05-20T15:25:50.934Z Compiling plain v0.2.3
4662026-05-20T15:25:50.979Z Compiling thiserror v2.0.18
4672026-05-20T15:25:51.046Z Compiling camino v1.2.2
4682026-05-20T15:25:51.264Z Compiling utf8parse v0.2.2
4692026-05-20T15:25:51.300Z Compiling log v0.4.29
4702026-05-20T15:25:51.342Z Compiling percent-encoding v2.3.2
4712026-05-20T15:25:51.398Z Compiling getrandom v0.4.1
4722026-05-20T15:25:51.466Z Compiling anstyle-parse v1.0.0
4732026-05-20T15:25:51.506Z Compiling ordered-float v2.10.1
4742026-05-20T15:25:51.580Z Compiling form_urlencoded v1.2.2
4752026-05-20T15:25:51.801Z Compiling synstructure v0.13.2
4762026-05-20T15:25:51.815Z Compiling pest_generator v2.8.6
4772026-05-20T15:25:51.851Z Compiling terminal_size v0.4.3
4782026-05-20T15:25:52.032Z Compiling cfg-if v1.0.4
4792026-05-20T15:25:52.109Z Compiling anstyle v1.0.14
4802026-05-20T15:25:52.181Z Compiling colorchoice v1.0.4
4812026-05-20T15:25:52.211Z Compiling pretty-hex v0.4.1
4822026-05-20T15:25:52.234Z Compiling anstyle-query v1.1.5
4832026-05-20T15:25:52.301Z Compiling is_terminal_polyfill v1.70.2
4842026-05-20T15:25:52.346Z Compiling serde-untagged v0.1.9
4852026-05-20T15:25:52.400Z Compiling anstream v1.0.0
4862026-05-20T15:25:52.449Z Compiling semver v1.0.28
4872026-05-20T15:25:52.570Z Compiling fs-err v3.3.0
4882026-05-20T15:25:52.612Z Compiling once_cell v1.21.3
4892026-05-20T15:25:52.721Z Compiling fnv v1.0.7
4902026-05-20T15:25:52.763Z Compiling heck v0.5.0
4912026-05-20T15:25:52.787Z Compiling fastrand v2.3.0
4922026-05-20T15:25:52.815Z Compiling unicode-xid v0.2.6
4932026-05-20T15:25:52.831Z Compiling anyhow v1.0.102
4942026-05-20T15:25:52.846Z Compiling clap_lex v1.0.0
4952026-05-20T15:25:53.011Z Compiling strsim v0.11.1
4962026-05-20T15:25:53.052Z Compiling unicode-width v0.1.14
4972026-05-20T15:25:53.080Z Compiling bytecount v0.6.9
4982026-05-20T15:25:53.145Z Compiling heck v0.4.1
4992026-05-20T15:25:53.216Z Compiling clap_builder v4.6.0
5002026-05-20T15:25:53.322Z Compiling papergrid v0.11.0
5012026-05-20T15:25:53.365Z Compiling tempfile v3.25.0
5022026-05-20T15:25:53.461Z Compiling memmap v0.7.0
5032026-05-20T15:25:53.485Z Compiling unicode-width v0.2.0
5042026-05-20T15:25:53.527Z Compiling serde_derive v1.0.228
5052026-05-20T15:25:53.639Z Compiling zerofrom-derive v0.1.6
5062026-05-20T15:25:53.740Z Compiling yoke-derive v0.8.1
5072026-05-20T15:25:53.758Z Compiling zerovec-derive v0.11.2
5082026-05-20T15:25:53.868Z Compiling displaydoc v0.2.5
5092026-05-20T15:25:54.606Z Compiling thiserror-impl v1.0.69
5102026-05-20T15:25:54.717Z Compiling zerocopy-derive v0.7.35
5112026-05-20T15:25:54.858Z Compiling pest_derive v2.8.6
5122026-05-20T15:25:54.898Z Compiling scroll_derive v0.12.1
5132026-05-20T15:25:55.026Z Compiling zerofrom v0.1.6
5142026-05-20T15:25:55.195Z Compiling yoke v0.8.1
5152026-05-20T15:25:55.348Z Compiling thiserror-impl v2.0.18
5162026-05-20T15:25:55.406Z Compiling zerovec v0.11.5
5172026-05-20T15:25:55.591Z Compiling zerotrie v0.2.3
5182026-05-20T15:25:55.681Z Compiling zerocopy v0.7.35
5192026-05-20T15:25:55.918Z Compiling tinystr v0.8.2
5202026-05-20T15:25:55.973Z Compiling potential_utf v0.1.4
5212026-05-20T15:25:56.049Z Compiling dtrace-parser v0.2.0
5222026-05-20T15:25:56.132Z Compiling icu_locale_core v2.1.1
5232026-05-20T15:25:56.132Z Compiling icu_collections v2.1.1
5242026-05-20T15:25:56.175Z Compiling scroll v0.12.0
5252026-05-20T15:25:56.211Z Compiling tabled_derive v0.7.0
5262026-05-20T15:25:56.477Z Compiling goblin v0.8.2
5272026-05-20T15:25:56.606Z Compiling clap_derive v4.6.1
5282026-05-20T15:25:56.749Z Compiling icu_provider v2.1.1
5292026-05-20T15:25:56.801Z Compiling unicode-linebreak v0.1.5
5302026-05-20T15:25:56.983Z Compiling icu_normalizer v2.1.1
5312026-05-20T15:25:57.003Z Compiling icu_properties v2.1.2
5322026-05-20T15:25:57.039Z Compiling toml_datetime v0.6.11
5332026-05-20T15:25:57.056Z Compiling serde_spanned v0.6.9
5342026-05-20T15:25:57.056Z Compiling dof v0.3.0
5352026-05-20T15:25:57.168Z Compiling serde_tokenstream v0.2.3
5362026-05-20T15:25:57.208Z Compiling serde-value v0.7.0
5372026-05-20T15:25:57.308Z Compiling toml_edit v0.22.27
5382026-05-20T15:25:57.493Z Compiling cargo-platform v0.2.0
5392026-05-20T15:25:57.527Z Compiling smawk v0.3.2
5402026-05-20T15:25:57.580Z Compiling tabled v0.15.0
5412026-05-20T15:25:57.672Z Compiling textwrap v0.16.2
5422026-05-20T15:25:57.768Z Compiling macaddr v1.0.1
5432026-05-20T15:25:58.022Z Compiling idna_adapter v1.2.1
5442026-05-20T15:25:58.111Z Compiling camino-tempfile v1.4.1
5452026-05-20T15:25:58.116Z Compiling usdt-macro v0.5.0
5462026-05-20T15:25:58.147Z Compiling idna v1.1.0
5472026-05-20T15:25:58.167Z Compiling usdt-attr-macro v0.5.0
5482026-05-20T15:25:58.390Z Compiling clap v4.6.1
5492026-05-20T15:25:58.476Z Compiling url v2.5.8
5502026-05-20T15:25:58.737Z Compiling toml v0.8.23
5512026-05-20T15:25:58.836Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-20T15:25:58.990Z Compiling swrite v0.1.0
5532026-05-20T15:25:59.105Z Compiling cargo-util-schemas v0.8.2
5542026-05-20T15:25:59.304Z Compiling cargo_toml v0.21.0
5552026-05-20T15:25:59.576Z Compiling usdt v0.5.0
5562026-05-20T15:26:00.017Z Compiling cargo_metadata v0.21.0
5572026-05-20T15:26:00.947Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-05-20T15:26:03.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.77s
5592026-05-20T15:26:03.313Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-05-20T15:26:03.907Z Downloading crates ...
5612026-05-20T15:26:04.002Z Downloaded adler2 v2.0.1
5622026-05-20T15:26:04.006Z Downloaded backoff v0.4.0
5632026-05-20T15:26:04.009Z Downloaded buf-list v1.1.2
5642026-05-20T15:26:04.011Z Downloaded anstream v0.6.21
5652026-05-20T15:26:04.014Z Downloaded bzip2 v0.6.1
5662026-05-20T15:26:04.016Z Downloaded blowfish v0.9.1
5672026-05-20T15:26:04.019Z Downloaded bb8 v0.8.6
5682026-05-20T15:26:04.022Z Downloaded crossbeam-epoch v0.9.18
5692026-05-20T15:26:04.022Z Downloaded dirs-next v2.0.0
5702026-05-20T15:26:04.025Z Downloaded critical-section v1.2.0
5712026-05-20T15:26:04.028Z Downloaded crossbeam-utils v0.8.21
5722026-05-20T15:26:04.028Z Downloaded ahash v0.8.12
5732026-05-20T15:26:04.031Z Downloaded endian-type v0.1.2
5742026-05-20T15:26:04.031Z Downloaded darling_macro v0.21.3
5752026-05-20T15:26:04.031Z Downloaded bzip2 v0.4.4
5762026-05-20T15:26:04.033Z Downloaded blake2 v0.10.6
5772026-05-20T15:26:04.033Z Downloaded dunce v1.0.5
5782026-05-20T15:26:04.036Z Downloaded byte-wrapper v0.1.0
5792026-05-20T15:26:04.036Z Downloaded diesel_table_macro_syntax v0.3.0
5802026-05-20T15:26:04.036Z Downloaded bcrypt-pbkdf v0.10.0
5812026-05-20T15:26:04.039Z Downloaded bit-vec v0.6.3
5822026-05-20T15:26:04.039Z Downloaded async-trait v0.1.89
5832026-05-20T15:26:04.042Z Downloaded debug-ignore v1.0.5
5842026-05-20T15:26:04.042Z Downloaded crc8 v0.1.1
5852026-05-20T15:26:04.044Z Downloaded csv-core v0.1.13
5862026-05-20T15:26:04.044Z Downloaded async-stream-impl v0.3.6
5872026-05-20T15:26:04.047Z Downloaded env_logger v0.11.9
5882026-05-20T15:26:04.047Z Downloaded aes-gcm v0.10.3
5892026-05-20T15:26:04.050Z Downloaded derive_builder_core v0.20.2
5902026-05-20T15:26:04.052Z Downloaded defmt-macros v1.0.1
5912026-05-20T15:26:04.053Z Downloaded crc-catalog v2.4.0
5922026-05-20T15:26:04.055Z Downloaded castaway v0.2.4
5932026-05-20T15:26:04.055Z Downloaded ciborium-io v0.2.2
5942026-05-20T15:26:04.055Z Downloaded crc-any v2.5.0
5952026-05-20T15:26:04.058Z Downloaded bitfield-macros v0.19.4
5962026-05-20T15:26:04.058Z Downloaded bitfield v0.19.4
5972026-05-20T15:26:04.058Z Downloaded atty v0.2.14
5982026-05-20T15:26:04.061Z Downloaded ed25519 v2.2.3
5992026-05-20T15:26:04.061Z Downloaded cpufeatures v0.3.0
6002026-05-20T15:26:04.064Z Downloaded derive_builder v0.20.2
6012026-05-20T15:26:04.067Z Downloaded compression-core v0.4.31
6022026-05-20T15:26:04.070Z Downloaded derive_builder_macro v0.20.2
6032026-05-20T15:26:04.070Z Downloaded cstr-argument v0.1.2
6042026-05-20T15:26:04.073Z Downloaded arrayref v0.3.9
6052026-05-20T15:26:04.073Z Downloaded bitflags v1.3.2
6062026-05-20T15:26:04.073Z Downloaded base64ct v1.8.3
6072026-05-20T15:26:04.075Z Downloaded dropshot_endpoint v0.17.0
6082026-05-20T15:26:04.078Z Downloaded defmt v0.3.100
6092026-05-20T15:26:04.078Z Downloaded bitfield-struct v0.6.2
6102026-05-20T15:26:04.081Z Downloaded crypto-bigint v0.5.5
6112026-05-20T15:26:04.084Z Downloaded float-cmp v0.10.0
6122026-05-20T15:26:04.084Z Downloaded fallible-iterator v0.2.0
6132026-05-20T15:26:04.086Z Downloaded embedded-io v0.4.0
6142026-05-20T15:26:04.086Z Downloaded cargo-platform v0.1.9
6152026-05-20T15:26:04.089Z Downloaded async-stream v0.3.6
6162026-05-20T15:26:04.089Z Downloaded der_derive v0.7.3
6172026-05-20T15:26:04.089Z Downloaded atomic-waker v1.1.2
6182026-05-20T15:26:04.092Z Downloaded darling_macro v0.20.11
6192026-05-20T15:26:04.092Z Downloaded assert_matches v1.5.0
6202026-05-20T15:26:04.092Z Downloaded darling_macro v0.23.0
6212026-05-20T15:26:04.102Z Downloaded foreign-types v0.5.0
6222026-05-20T15:26:04.102Z Downloaded bcs v0.1.6
6232026-05-20T15:26:04.102Z Downloaded display-error-chain v0.2.2
6242026-05-20T15:26:04.105Z Downloaded ascii-canvas v3.0.0
6252026-05-20T15:26:04.105Z Downloaded cobs v0.3.0
6262026-05-20T15:26:04.105Z Downloaded fd-lock v4.0.4
6272026-05-20T15:26:04.105Z Downloaded ciborium-ll v0.2.2
6282026-05-20T15:26:04.105Z Downloaded cargo_metadata v0.19.2
6292026-05-20T15:26:04.105Z Downloaded bit-vec v0.8.0
6302026-05-20T15:26:04.105Z Downloaded float-ord v0.3.2
6312026-05-20T15:26:04.105Z Downloaded env_filter v1.0.0
6322026-05-20T15:26:04.105Z Downloaded document-features v0.2.12
6332026-05-20T15:26:04.105Z Downloaded base16ct v0.2.0
6342026-05-20T15:26:04.108Z Downloaded dirs-sys-next v0.1.2
6352026-05-20T15:26:04.108Z Downloaded aes v0.8.4
6362026-05-20T15:26:04.110Z Downloaded flagset v0.4.7
6372026-05-20T15:26:04.110Z Downloaded enum-as-inner v0.6.1
6382026-05-20T15:26:04.110Z Downloaded bit-set v0.8.0
6392026-05-20T15:26:04.113Z Downloaded embedded-io v0.6.1
6402026-05-20T15:26:04.113Z Downloaded futures-macro v0.3.32
6412026-05-20T15:26:04.113Z Downloaded foreign-types v0.3.2
6422026-05-20T15:26:04.116Z Downloaded dof v0.4.0
6432026-05-20T15:26:04.116Z Downloaded array-init v0.0.4
6442026-05-20T15:26:04.116Z Downloaded convert_case v0.4.0
6452026-05-20T15:26:04.116Z Downloaded crucible-workspace-hack v0.1.0
6462026-05-20T15:26:04.119Z Downloaded block-padding v0.3.3
6472026-05-20T15:26:04.119Z Downloaded curve25519-dalek-derive v0.1.1
6482026-05-20T15:26:04.119Z Downloaded cfg_aliases v0.2.1
6492026-05-20T15:26:04.121Z Downloaded crunchy v0.2.4
6502026-05-20T15:26:04.121Z Downloaded atomicwrites v0.4.4
6512026-05-20T15:26:04.121Z Downloaded diesel-dtrace v0.5.0
6522026-05-20T15:26:04.126Z Downloaded difflib v0.4.0
6532026-05-20T15:26:04.128Z Downloaded dtrace-parser v0.3.0
6542026-05-20T15:26:04.131Z Downloaded downcast-rs v2.0.2
6552026-05-20T15:26:04.135Z Downloaded funty v2.0.0
6562026-05-20T15:26:04.168Z Downloaded futures-io v0.3.32
6572026-05-20T15:26:04.168Z Downloaded foreign-types-shared v0.1.1
6582026-05-20T15:26:04.168Z Downloaded fixedbitset v0.4.2
6592026-05-20T15:26:04.168Z Downloaded foreign-types-shared v0.3.1
6602026-05-20T15:26:04.168Z Downloaded defmt v1.0.1
6612026-05-20T15:26:04.168Z Downloaded defmt-parser v1.0.0
6622026-05-20T15:26:04.168Z Downloaded crc v3.4.0
6632026-05-20T15:26:04.168Z Downloaded futures-core v0.3.32
6642026-05-20T15:26:04.168Z Downloaded futures-task v0.3.32
6652026-05-20T15:26:04.168Z Downloaded futures-sink v0.3.32
6662026-05-20T15:26:04.168Z Downloaded convert_case v0.10.0
6672026-05-20T15:26:04.168Z Downloaded foreign-types-macros v0.2.3
6682026-05-20T15:26:04.168Z Downloaded cfg_aliases v0.1.1
6692026-05-20T15:26:04.168Z Downloaded cmake v0.1.57
6702026-05-20T15:26:04.168Z Downloaded dsl_auto_type v0.2.0
6712026-05-20T15:26:04.168Z Downloaded chacha20 v0.9.1
6722026-05-20T15:26:04.168Z Downloaded ghash v0.5.1
6732026-05-20T15:26:04.168Z Downloaded gethostname v0.5.0
6742026-05-20T15:26:04.168Z Downloaded cexpr v0.6.0
6752026-05-20T15:26:04.168Z Downloaded arrayvec v0.7.6
6762026-05-20T15:26:04.168Z Downloaded hash32 v0.2.1
6772026-05-20T15:26:04.168Z Downloaded hash32 v0.3.1
6782026-05-20T15:26:04.168Z Downloaded globwalk v0.9.1
6792026-05-20T15:26:04.168Z Downloaded fxhash v0.2.1
6802026-05-20T15:26:04.169Z Downloaded aead v0.5.2
6812026-05-20T15:26:04.169Z Downloaded argon2 v0.5.3
6822026-05-20T15:26:04.169Z Downloaded der v0.7.10
6832026-05-20T15:26:04.173Z Downloaded either v1.15.0
6842026-05-20T15:26:04.173Z Downloaded find-msvc-tools v0.1.9
6852026-05-20T15:26:04.173Z Downloaded corncobs v0.1.4
6862026-05-20T15:26:04.175Z Downloaded dropshot-api-manager-types v0.7.1
6872026-05-20T15:26:04.175Z Downloaded derive-ex v0.1.8
6882026-05-20T15:26:04.175Z Downloaded ctr v0.9.2
6892026-05-20T15:26:04.178Z Downloaded bit-set v0.5.3
6902026-05-20T15:26:04.178Z Downloaded camino-tempfile-ext v0.3.3
6912026-05-20T15:26:04.181Z Downloaded git-stub v1.0.0
6922026-05-20T15:26:04.181Z Downloaded hex-literal v0.4.1
6932026-05-20T15:26:04.181Z Downloaded data-encoding v2.10.0
6942026-05-20T15:26:04.183Z Downloaded daft v0.1.7
6952026-05-20T15:26:04.183Z Downloaded hex v0.4.3
6962026-05-20T15:26:04.186Z Downloaded ecdsa v0.16.9
6972026-05-20T15:26:04.186Z Downloaded headers-core v0.3.0
6982026-05-20T15:26:04.186Z Downloaded foldhash v0.2.0
6992026-05-20T15:26:04.189Z Downloaded compression-codecs v0.4.37
7002026-05-20T15:26:04.191Z Downloaded filetime v0.2.27
7012026-05-20T15:26:04.191Z Downloaded dyn-clone v1.0.20
7022026-05-20T15:26:04.194Z Downloaded hostname v0.4.2
7032026-05-20T15:26:04.194Z Downloaded hostname v0.3.1
7042026-05-20T15:26:04.194Z Downloaded futures-executor v0.3.32
7052026-05-20T15:26:04.196Z Downloaded foldhash v0.1.5
7062026-05-20T15:26:04.196Z Downloaded deranged v0.5.8
7072026-05-20T15:26:04.199Z Downloaded hubpack_derive v0.1.1
7082026-05-20T15:26:04.199Z Downloaded http-body v1.0.1
7092026-05-20T15:26:04.199Z Downloaded cassowary v0.3.0
7102026-05-20T15:26:04.202Z Downloaded illumos-nvpair-sys v0.2.0
7112026-05-20T15:26:04.202Z Downloaded http-range v0.1.5
7122026-05-20T15:26:04.202Z Downloaded ident_case v1.0.1
7132026-05-20T15:26:04.202Z Downloaded indent_write v2.2.0
7142026-05-20T15:26:04.204Z Downloaded illumos-nvpair v0.3.0
7152026-05-20T15:26:04.204Z Downloaded hubpack v0.1.2
7162026-05-20T15:26:04.204Z Downloaded httpdate v1.0.3
7172026-05-20T15:26:04.207Z Downloaded crossbeam-deque v0.8.6
7182026-05-20T15:26:04.207Z Downloaded hyper-tls v0.6.0
7192026-05-20T15:26:04.207Z Downloaded async-bb8-diesel v0.2.1
7202026-05-20T15:26:04.210Z Downloaded ff v0.13.1
7212026-05-20T15:26:04.210Z Downloaded dropshot-api-manager v0.7.1
7222026-05-20T15:26:04.212Z Downloaded colored v2.2.0
7232026-05-20T15:26:04.215Z Downloaded cookie v0.18.1
7242026-05-20T15:26:04.215Z Downloaded console v0.15.11
7252026-05-20T15:26:04.218Z Downloaded globset v0.4.18
7262026-05-20T15:26:04.218Z Downloaded daft-derive v0.1.7
7272026-05-20T15:26:04.220Z Downloaded group v0.13.0
7282026-05-20T15:26:04.223Z Downloaded fixedbitset v0.5.7
7292026-05-20T15:26:04.223Z Downloaded git-stub-vcs v0.1.0
7302026-05-20T15:26:04.226Z Downloaded ena v0.14.4
7312026-05-20T15:26:04.226Z Downloaded erased-serde v0.3.31
7322026-05-20T15:26:04.228Z Downloaded is-terminal v0.4.17
7332026-05-20T15:26:04.228Z Downloaded instant v0.1.13
7342026-05-20T15:26:04.228Z Downloaded indoc v1.0.9
7352026-05-20T15:26:04.231Z Downloaded backon v1.6.0
7362026-05-20T15:26:04.234Z Downloaded fs-err v2.11.0
7372026-05-20T15:26:04.234Z Downloaded instability v0.3.11
7382026-05-20T15:26:04.234Z Downloaded fs_extra v1.3.0
7392026-05-20T15:26:04.236Z Downloaded glob v0.3.3
7402026-05-20T15:26:04.236Z Downloaded ciborium v0.2.2
7412026-05-20T15:26:04.239Z Downloaded cancel-safe-futures v0.1.5
7422026-05-20T15:26:04.241Z Downloaded console v0.16.2
7432026-05-20T15:26:04.241Z Downloaded diff v0.1.13
7442026-05-20T15:26:04.244Z Downloaded colored v3.1.1
7452026-05-20T15:26:04.244Z Downloaded bumpalo v3.20.2
7462026-05-20T15:26:04.247Z Downloaded kstat-rs v0.2.4
7472026-05-20T15:26:04.247Z Downloaded keccak v0.1.6
7482026-05-20T15:26:04.249Z Downloaded constant_time_eq v0.4.2
7492026-05-20T15:26:04.249Z Downloaded is_ci v1.2.0
7502026-05-20T15:26:04.252Z Downloaded internet-checksum v0.2.1
7512026-05-20T15:26:04.252Z Downloaded const_format_proc_macros v0.2.34
7522026-05-20T15:26:04.252Z Downloaded lazy_static v1.5.0
7532026-05-20T15:26:04.255Z Downloaded cipher v0.4.4
7542026-05-20T15:26:04.255Z Downloaded des v0.8.1
7552026-05-20T15:26:04.257Z Downloaded cbc v0.1.2
7562026-05-20T15:26:04.257Z Downloaded home v0.5.12
7572026-05-20T15:26:04.257Z Downloaded async-recursion v1.1.1
7582026-05-20T15:26:04.260Z Downloaded highway v1.3.0
7592026-05-20T15:26:04.263Z Downloaded futures-channel v0.3.32
7602026-05-20T15:26:04.263Z Downloaded anstyle-parse v0.2.7
7612026-05-20T15:26:04.266Z Downloaded lalrpop-util v0.19.12
7622026-05-20T15:26:04.266Z Downloaded hyper-staticfile v0.10.1
7632026-05-20T15:26:04.266Z Downloaded clang-sys v1.8.1
7642026-05-20T15:26:04.268Z Downloaded linked-hash-map v0.5.6
7652026-05-20T15:26:04.268Z Downloaded humantime v2.3.0
7662026-05-20T15:26:04.271Z Downloaded maplit v1.0.2
7672026-05-20T15:26:04.271Z Downloaded http-body-util v0.1.3
7682026-05-20T15:26:04.271Z Downloaded derive-where v1.6.0
7692026-05-20T15:26:04.274Z Downloaded mime v0.3.17
7702026-05-20T15:26:04.274Z Downloaded impl-trait-for-tuples v0.2.3
7712026-05-20T15:26:04.277Z Downloaded getrandom v0.2.17
7722026-05-20T15:26:04.277Z Downloaded darling v0.20.11
7732026-05-20T15:26:04.280Z Downloaded match_cfg v0.1.0
7742026-05-20T15:26:04.285Z Downloaded managed v0.8.0
7752026-05-20T15:26:04.285Z Downloaded lru-cache v0.1.2
7762026-05-20T15:26:04.285Z Downloaded darling v0.21.3
7772026-05-20T15:26:04.288Z Downloaded ingot-types v0.1.2
7782026-05-20T15:26:04.288Z Downloaded ingot v0.1.1
7792026-05-20T15:26:04.288Z Downloaded inout v0.1.4
7802026-05-20T15:26:04.291Z Downloaded indoc v2.0.7
7812026-05-20T15:26:04.291Z Downloaded darling_core v0.20.11
7822026-05-20T15:26:04.294Z Downloaded new_debug_unreachable v1.0.6
7832026-05-20T15:26:04.294Z Downloaded lru v0.12.5
7842026-05-20T15:26:04.297Z Downloaded multimap v0.10.1
7852026-05-20T15:26:04.297Z Downloaded md5 v0.7.0
7862026-05-20T15:26:04.297Z Downloaded md-5 v0.10.6
7872026-05-20T15:26:04.297Z Downloaded chacha20 v0.10.0
7882026-05-20T15:26:04.300Z Downloaded ipnetwork v0.21.1
7892026-05-20T15:26:04.302Z Downloaded memoffset v0.9.1
7902026-05-20T15:26:04.302Z Downloaded half v1.8.3
7912026-05-20T15:26:04.302Z Downloaded nodrop v0.1.14
7922026-05-20T15:26:04.305Z Downloaded lzss v0.8.2
7932026-05-20T15:26:04.305Z Downloaded crc32fast v1.5.0
7942026-05-20T15:26:04.308Z Downloaded maybe-uninit v2.0.0
7952026-05-20T15:26:04.308Z Downloaded dropshot_endpoint v0.16.7
7962026-05-20T15:26:04.311Z Downloaded newline-converter v0.3.0
7972026-05-20T15:26:04.311Z Downloaded ipnet v2.11.0
7982026-05-20T15:26:04.311Z Downloaded fatfs v0.3.6
7992026-05-20T15:26:04.314Z Downloaded cookie_store v0.22.1
8002026-05-20T15:26:04.314Z Downloaded num-derive v0.3.3
8012026-05-20T15:26:04.316Z Downloaded num-derive v0.4.2
8022026-05-20T15:26:04.316Z Downloaded num-conv v0.2.0
8032026-05-20T15:26:04.316Z Downloaded normalize-line-endings v0.3.0
8042026-05-20T15:26:04.319Z Downloaded num v0.4.3
8052026-05-20T15:26:04.322Z Downloaded num_enum_derive v0.5.11
8062026-05-20T15:26:04.325Z Downloaded hmac v0.12.1
8072026-05-20T15:26:04.328Z Downloaded libloading v0.8.9
8082026-05-20T15:26:04.328Z Downloaded iana-time-zone v0.1.65
8092026-05-20T15:26:04.330Z Downloaded linear-map v1.2.0
8102026-05-20T15:26:04.330Z Downloaded httparse v1.10.1
8112026-05-20T15:26:04.333Z Downloaded libefi-sys v0.1.0
8122026-05-20T15:26:04.333Z Downloaded oso-derive v0.27.3
8132026-05-20T15:26:04.336Z Downloaded openssl-macros v0.1.1
8142026-05-20T15:26:04.336Z Downloaded opaque-debug v0.3.1
8152026-05-20T15:26:04.336Z Downloaded olpc-cjson v0.1.4
8162026-05-20T15:26:04.336Z Downloaded num_threads v0.1.7
8172026-05-20T15:26:04.339Z Downloaded lock_api v0.4.14
8182026-05-20T15:26:04.339Z Downloaded jobserver v0.1.34
8192026-05-20T15:26:04.339Z Downloaded nonempty v0.12.0
8202026-05-20T15:26:04.342Z Downloaded derive_more-impl v2.1.1
8212026-05-20T15:26:04.345Z Downloaded arc-swap v1.8.2
8222026-05-20T15:26:04.345Z Downloaded half v2.7.1
8232026-05-20T15:26:04.348Z Downloaded futures v0.3.32
8242026-05-20T15:26:04.351Z Downloaded ingot-macros v0.1.1
8252026-05-20T15:26:04.353Z Downloaded openssl-probe v0.1.6
8262026-05-20T15:26:04.353Z Downloaded newtype_derive v0.1.6
8272026-05-20T15:26:04.353Z Downloaded lru-slab v0.1.2
8282026-05-20T15:26:04.353Z Downloaded getrandom v0.3.4
8292026-05-20T15:26:04.357Z Downloaded drift v0.1.4
8302026-05-20T15:26:04.361Z Downloaded libsw-core v0.3.2
8312026-05-20T15:26:04.366Z Downloaded compact_str v0.8.1
8322026-05-20T15:26:04.368Z Downloaded flume v0.11.1
8332026-05-20T15:26:04.368Z Downloaded nibble_vec v0.1.0
8342026-05-20T15:26:04.368Z Downloaded multer v3.1.0
8352026-05-20T15:26:04.371Z Downloaded native-tls v0.2.18
8362026-05-20T15:26:04.371Z Downloaded cc v1.2.56
8372026-05-20T15:26:04.374Z Downloaded packed_struct_codegen v0.10.1
8382026-05-20T15:26:04.374Z Downloaded bytes v1.11.1
8392026-05-20T15:26:04.377Z Downloaded const_format v0.2.35
8402026-05-20T15:26:04.380Z Downloaded libsw v3.5.0
8412026-05-20T15:26:04.380Z Downloaded newtype-uuid v1.3.2
8422026-05-20T15:26:04.395Z Downloaded phf_shared v0.11.3
8432026-05-20T15:26:04.398Z Downloaded num_enum v0.5.11
8442026-05-20T15:26:04.402Z Downloaded const-oid v0.9.6
8452026-05-20T15:26:04.402Z Downloaded peg-runtime v0.8.5
8462026-05-20T15:26:04.402Z Downloaded pbkdf2 v0.12.2
8472026-05-20T15:26:04.402Z Downloaded chacha20poly1305 v0.10.1
8482026-05-20T15:26:04.405Z Downloaded phf_shared v0.13.1
8492026-05-20T15:26:04.405Z Downloaded num_enum_derive v0.7.6
8502026-05-20T15:26:04.405Z Downloaded num-rational v0.4.2
8512026-05-20T15:26:04.408Z Downloaded pbkdf2 v0.11.0
8522026-05-20T15:26:04.408Z Downloaded path-slash v0.1.5
8532026-05-20T15:26:04.408Z Downloaded parse-size v1.1.0
8542026-05-20T15:26:04.411Z Downloaded phf_shared v0.12.1
8552026-05-20T15:26:04.411Z Downloaded darling_core v0.21.3
8562026-05-20T15:26:04.414Z Downloaded mime_guess v2.0.5
8572026-05-20T15:26:04.414Z Downloaded elliptic-curve v0.13.8
8582026-05-20T15:26:04.417Z Downloaded oxide-tokio-rt v0.1.4
8592026-05-20T15:26:04.420Z Downloaded parse-display v0.10.0
8602026-05-20T15:26:04.420Z Downloaded num-iter v0.1.45
8612026-05-20T15:26:04.420Z Downloaded num-complex v0.4.6
8622026-05-20T15:26:04.420Z Downloaded precomputed-hash v0.1.1
8632026-05-20T15:26:04.423Z Downloaded darling_core v0.23.0
8642026-05-20T15:26:04.426Z Downloaded oxnet v0.1.5
8652026-05-20T15:26:04.426Z Downloaded packed_struct v0.10.1
8662026-05-20T15:26:04.429Z Downloaded flate2 v1.1.9
8672026-05-20T15:26:04.432Z Downloaded memmap2 v0.9.10
8682026-05-20T15:26:04.432Z Downloaded powerfmt v0.2.0
8692026-05-20T15:26:04.432Z Downloaded heapless v0.7.17
8702026-05-20T15:26:04.435Z Downloaded nanorand v0.7.0
8712026-05-20T15:26:04.435Z Downloaded headers v0.4.1
8722026-05-20T15:26:04.438Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-05-20T15:26:04.441Z Downloaded parking_lot_core v0.8.6
8742026-05-20T15:26:04.441Z Downloaded parse-display-derive v0.10.0
8752026-05-20T15:26:04.441Z Downloaded pin-utils v0.1.0
8762026-05-20T15:26:04.444Z Downloaded derive_more v2.1.1
8772026-05-20T15:26:04.448Z Downloaded proc-macro-crate v3.4.0
8782026-05-20T15:26:04.451Z Downloaded proc-macro-crate v1.3.1
8792026-05-20T15:26:04.451Z Downloaded peg v0.8.5
8802026-05-20T15:26:04.454Z Downloaded progenitor-macro v0.14.0
8812026-05-20T15:26:04.454Z Downloaded progenitor-client v0.11.2
8822026-05-20T15:26:04.456Z Downloaded paste v1.0.15
8832026-05-20T15:26:04.456Z Downloaded password-hash v0.5.0
8842026-05-20T15:26:04.459Z Downloaded progenitor-macro v0.13.0
8852026-05-20T15:26:04.459Z Downloaded phf v0.12.1
8862026-05-20T15:26:04.459Z Downloaded pem-rfc7468 v0.7.0
8872026-05-20T15:26:04.462Z Downloaded pem v3.0.6
8882026-05-20T15:26:04.462Z Downloaded num-integer v0.1.46
8892026-05-20T15:26:04.465Z Downloaded ar_archive_writer v0.5.1
8902026-05-20T15:26:04.465Z Downloaded polyval v0.6.2
8912026-05-20T15:26:04.467Z Downloaded num_enum v0.7.6
8922026-05-20T15:26:04.470Z Downloaded phf v0.13.1
8932026-05-20T15:26:04.470Z Downloaded password-hash v0.4.2
8942026-05-20T15:26:04.473Z Downloaded radium v0.7.0
8952026-05-20T15:26:04.473Z Downloaded progenitor-macro v0.10.0
8962026-05-20T15:26:04.473Z Downloaded pin-project-internal v1.1.11
8972026-05-20T15:26:04.476Z Downloaded progenitor-client v0.10.0
8982026-05-20T15:26:04.476Z Downloaded litrs v1.0.0
8992026-05-20T15:26:04.479Z Downloaded quick-error v1.2.3
9002026-05-20T15:26:04.479Z Downloaded poly1305 v0.8.0
9012026-05-20T15:26:04.479Z Downloaded psl-types v2.0.11
9022026-05-20T15:26:04.482Z Downloaded allocator-api2 v0.2.21
9032026-05-20T15:26:04.482Z Downloaded pin-project-lite v0.2.17
9042026-05-20T15:26:04.485Z Downloaded predicates v3.1.4
9052026-05-20T15:26:04.487Z Downloaded indicatif v0.18.4
9062026-05-20T15:26:04.490Z Downloaded indexmap v1.9.3
9072026-05-20T15:26:04.490Z Downloaded recursive-proc-macro-impl v0.1.1
9082026-05-20T15:26:04.493Z Downloaded recursive v0.1.1
9092026-05-20T15:26:04.493Z Downloaded pkg-config v0.3.32
9102026-05-20T15:26:04.493Z Downloaded omicron-zone-package v0.12.2
9112026-05-20T15:26:04.495Z Downloaded ignore v0.4.25
9122026-05-20T15:26:04.498Z Downloaded ed25519-dalek v2.2.0
9132026-05-20T15:26:04.498Z Downloaded progenitor-macro v0.11.2
9142026-05-20T15:26:04.501Z Downloaded diesel_derives v2.3.7
9152026-05-20T15:26:04.503Z Downloaded progenitor v0.13.0
9162026-05-20T15:26:04.503Z Downloaded ref-cast v1.0.25
9172026-05-20T15:26:04.506Z Downloaded hickory-resolver v0.24.4
9182026-05-20T15:26:04.509Z Downloaded parking_lot v0.11.2
9192026-05-20T15:26:04.511Z Downloaded postgres-protocol v0.6.10
9202026-05-20T15:26:04.511Z Downloaded pkcs8 v0.10.2
9212026-05-20T15:26:04.514Z Downloaded progenitor v0.11.2
9222026-05-20T15:26:04.514Z Downloaded progenitor-client v0.14.0
9232026-05-20T15:26:04.514Z Downloaded primeorder v0.13.6
9242026-05-20T15:26:04.517Z Downloaded rand_xorshift v0.4.0
9252026-05-20T15:26:04.517Z Downloaded ppv-lite86 v0.2.21
9262026-05-20T15:26:04.517Z Downloaded ref-cast-impl v1.0.25
9272026-05-20T15:26:04.520Z Downloaded async-compression v0.4.41
9282026-05-20T15:26:04.522Z Downloaded peg-macros v0.8.5
9292026-05-20T15:26:04.522Z Downloaded progenitor v0.10.0
9302026-05-20T15:26:04.525Z Downloaded psm v0.1.30
9312026-05-20T15:26:04.527Z Downloaded progenitor v0.14.0
9322026-05-20T15:26:04.527Z Downloaded proc-macro-error2 v2.0.1
9332026-05-20T15:26:04.530Z Downloaded hickory-resolver v0.25.2
9342026-05-20T15:26:04.533Z Downloaded russh-cryptovec v0.7.3
9352026-05-20T15:26:04.533Z Downloaded rtoolbox v0.0.3
9362026-05-20T15:26:04.533Z Downloaded r2d2 v0.8.10
9372026-05-20T15:26:04.536Z Downloaded parking_lot_core v0.9.12
9382026-05-20T15:26:04.536Z Downloaded progenitor-extras v0.2.0
9392026-05-20T15:26:04.538Z Downloaded progenitor-client v0.13.0
9402026-05-20T15:26:04.538Z Downloaded pkcs1 v0.7.5
9412026-05-20T15:26:04.538Z Downloaded expectorate v1.2.0
9422026-05-20T15:26:04.541Z Downloaded libbz2-rs-sys v0.2.2
9432026-05-20T15:26:04.544Z Downloaded predicates-tree v1.0.13
9442026-05-20T15:26:04.544Z Downloaded predicates-core v1.0.10
9452026-05-20T15:26:04.544Z Downloaded heapless v0.8.0
9462026-05-20T15:26:04.546Z Downloaded rustc_version v0.1.7
9472026-05-20T15:26:04.546Z Downloaded base64 v0.21.7
9482026-05-20T15:26:04.549Z Downloaded base64 v0.22.1
9492026-05-20T15:26:04.551Z Downloaded owo-colors v4.3.0
9502026-05-20T15:26:04.551Z Downloaded openssl-probe v0.2.1
9512026-05-20T15:26:04.554Z Downloaded crossbeam-channel v0.5.15
9522026-05-20T15:26:04.557Z Downloaded p256 v0.13.2
9532026-05-20T15:26:04.559Z Downloaded salsa20 v0.10.2
9542026-05-20T15:26:04.559Z Downloaded rand_seeder v0.4.0
9552026-05-20T15:26:04.559Z Downloaded rand_core v0.10.0
9562026-05-20T15:26:04.562Z Downloaded rand_core v0.9.5
9572026-05-20T15:26:04.562Z Downloaded rand_core v0.6.4
9582026-05-20T15:26:04.562Z Downloaded miniz_oxide v0.8.9
9592026-05-20T15:26:04.565Z Downloaded same-file v1.0.6
9602026-05-20T15:26:04.565Z Downloaded rand_chacha v0.9.0
9612026-05-20T15:26:04.568Z Downloaded postcard v1.1.3
9622026-05-20T15:26:04.568Z Downloaded jiff-static v0.2.21
9632026-05-20T15:26:04.570Z Downloaded rustc-hash v2.1.1
9642026-05-20T15:26:04.570Z Downloaded papergrid v0.17.0
9652026-05-20T15:26:04.573Z Downloaded oso v0.27.3
9662026-05-20T15:26:04.576Z Downloaded nu-ansi-term v0.50.3
9672026-05-20T15:26:04.579Z Downloaded sapling-renderdag v0.1.0
9682026-05-20T15:26:04.579Z Downloaded newtype-uuid-macros v0.1.0
9692026-05-20T15:26:04.579Z Downloaded scheduled-thread-pool v0.2.7
9702026-05-20T15:26:04.582Z Downloaded parking_lot v0.12.5
9712026-05-20T15:26:04.582Z Downloaded derive_more v0.99.20
9722026-05-20T15:26:04.584Z Downloaded serde_bytes v0.11.19
9732026-05-20T15:26:04.587Z Downloaded semver v0.1.20
9742026-05-20T15:26:04.587Z Downloaded scroll_derive v0.13.1
9752026-05-20T15:26:04.587Z Downloaded darling v0.23.0
9762026-05-20T15:26:04.589Z Downloaded hyper-rustls v0.27.7
9772026-05-20T15:26:04.592Z Downloaded libscf-sys v1.1.0
9782026-05-20T15:26:04.595Z Downloaded rustc_version v0.4.1
9792026-05-20T15:26:04.595Z Downloaded rfc6979 v0.4.0
9802026-05-20T15:26:04.595Z Downloaded secrecy v0.8.0
9812026-05-20T15:26:04.598Z Downloaded sha1 v0.10.6
9822026-05-20T15:26:04.598Z Downloaded serde_plain v1.0.2
9832026-05-20T15:26:04.598Z Downloaded scrypt v0.11.0
9842026-05-20T15:26:04.602Z Downloaded serde_repr v0.1.20
9852026-05-20T15:26:04.609Z Downloaded openssl-sys v0.9.115
9862026-05-20T15:26:04.613Z Downloaded rand_chacha v0.3.1
9872026-05-20T15:26:04.615Z Downloaded hashbrown v0.13.2
9882026-05-20T15:26:04.618Z Downloaded signal-hook-mio v0.2.5
9892026-05-20T15:26:04.618Z Downloaded rustls-native-certs v0.8.3
9902026-05-20T15:26:04.620Z Downloaded shell-words v1.1.1
9912026-05-20T15:26:04.621Z Downloaded serde_urlencoded v0.7.1
9922026-05-20T15:26:04.623Z Downloaded serde-big-array v0.5.1
9932026-05-20T15:26:04.623Z Downloaded secrecy v0.10.3
9942026-05-20T15:26:04.623Z Downloaded resolv-conf v0.7.6
9952026-05-20T15:26:04.626Z Downloaded prefix-trie v0.7.0
9962026-05-20T15:26:04.626Z Downloaded serde_spanned v1.0.4
9972026-05-20T15:26:04.629Z Downloaded pkcs5 v0.7.1
9982026-05-20T15:26:04.629Z Downloaded hyper-util v0.1.20
9992026-05-20T15:26:04.632Z Downloaded slog-envlogger v2.2.0
10002026-05-20T15:26:04.635Z Downloaded sigpipe v0.1.3
10012026-05-20T15:26:04.635Z Downloaded signature v2.2.0
10022026-05-20T15:26:04.638Z Downloaded signal-hook-tokio v0.3.1
10032026-05-20T15:26:04.638Z Downloaded siphasher v1.0.2
10042026-05-20T15:26:04.640Z Downloaded quinn-udp v0.5.14
10052026-05-20T15:26:04.643Z Downloaded progenitor-impl v0.13.0
10062026-05-20T15:26:04.646Z Downloaded scroll v0.13.0
10072026-05-20T15:26:04.646Z Downloaded scopeguard v1.2.0
10082026-05-20T15:26:04.649Z Downloaded slog-bunyan v2.5.0
10092026-05-20T15:26:04.652Z Downloaded serde_path_to_error v0.1.20
10102026-05-20T15:26:04.654Z Downloaded rusty-fork v0.3.1
10112026-05-20T15:26:04.657Z Downloaded postgres-types v0.2.12
10122026-05-20T15:26:04.657Z Downloaded serde-hex v0.1.0
10132026-05-20T15:26:04.660Z Downloaded pin-project v1.1.11
10142026-05-20T15:26:04.666Z Downloaded schemars_derive v0.8.22
10152026-05-20T15:26:04.669Z Downloaded serde_derive_internals v0.29.1
10162026-05-20T15:26:04.669Z Downloaded sct v0.7.1
10172026-05-20T15:26:04.672Z Downloaded seq-macro v0.3.6
10182026-05-20T15:26:04.672Z Downloaded sec1 v0.7.3
10192026-05-20T15:26:04.675Z Downloaded rustls-pemfile v2.2.0
10202026-05-20T15:26:04.678Z Downloaded hickory-server v0.25.2
10212026-05-20T15:26:04.681Z Downloaded ssh-encoding v0.2.0
10222026-05-20T15:26:04.681Z Downloaded ssh-cipher v0.2.0
10232026-05-20T15:26:04.681Z Downloaded signal-hook-registry v1.4.8
10242026-05-20T15:26:04.683Z Downloaded shlex v1.3.0
10252026-05-20T15:26:04.683Z Downloaded progenitor-impl v0.10.0
10262026-05-20T15:26:04.686Z Downloaded strip-ansi-escapes v0.2.1
10272026-05-20T15:26:04.686Z Downloaded slab v0.4.12
10282026-05-20T15:26:04.686Z Downloaded rustls-pemfile v1.0.4
10292026-05-20T15:26:04.689Z Downloaded sqlparser_derive v0.5.0
10302026-05-20T15:26:04.692Z Downloaded prettyplease v0.2.37
10312026-05-20T15:26:04.696Z Downloaded minimal-lexical v0.2.1
10322026-05-20T15:26:04.699Z Downloaded slog-json v2.6.1
10332026-05-20T15:26:04.699Z Downloaded slog-async v2.8.0
10342026-05-20T15:26:04.699Z Downloaded slog-scope v4.4.1
10352026-05-20T15:26:04.703Z Downloaded structmeta v0.3.0
10362026-05-20T15:26:04.706Z Downloaded itertools v0.10.5
10372026-05-20T15:26:04.709Z Downloaded strum v0.27.2
10382026-05-20T15:26:04.709Z Downloaded strum v0.26.3
10392026-05-20T15:26:04.712Z Downloaded structmeta-derive v0.3.0
10402026-05-20T15:26:04.712Z Downloaded hashbrown v0.12.3
10412026-05-20T15:26:04.716Z Downloaded sync-ptr v0.1.4
10422026-05-20T15:26:04.716Z Downloaded subtle v2.6.1
10432026-05-20T15:26:04.716Z Downloaded slog-dtrace v0.3.0
10442026-05-20T15:26:04.719Z Downloaded russh-keys v0.45.0
10452026-05-20T15:26:04.719Z Downloaded http v1.4.0
10462026-05-20T15:26:04.722Z Downloaded crossterm v0.28.1
10472026-05-20T15:26:04.725Z Downloaded rustls-pki-types v1.14.0
10482026-05-20T15:26:04.728Z Downloaded slog-stdlog v4.1.1
10492026-05-20T15:26:04.728Z Downloaded simd-adler32 v0.3.8
10502026-05-20T15:26:04.728Z Downloaded serde_cbor v0.11.2
10512026-05-20T15:26:04.731Z Downloaded supports-color v3.0.2
10522026-05-20T15:26:04.731Z Downloaded pretty_assertions v1.4.1
10532026-05-20T15:26:04.731Z Downloaded thread-id v5.1.0
10542026-05-20T15:26:04.734Z Downloaded sync_wrapper v1.0.2
10552026-05-20T15:26:04.734Z Downloaded rcgen v0.12.1
10562026-05-20T15:26:04.737Z Downloaded progenitor-impl v0.14.0
10572026-05-20T15:26:04.737Z Downloaded progenitor-impl v0.11.2
10582026-05-20T15:26:04.739Z Downloaded take_mut v0.2.2
10592026-05-20T15:26:04.739Z Downloaded tabled_derive v0.11.0
10602026-05-20T15:26:04.739Z Downloaded smf v0.2.3
10612026-05-20T15:26:04.742Z Downloaded tagptr v0.2.0
10622026-05-20T15:26:04.742Z Downloaded tabwriter v1.4.1
10632026-05-20T15:26:04.743Z Downloaded tap v1.0.1
10642026-05-20T15:26:04.745Z Downloaded ron v0.8.1
10652026-05-20T15:26:04.748Z Downloaded termtree v0.5.1
10662026-05-20T15:26:04.748Z Downloaded rustversion v1.0.22
10672026-05-20T15:26:04.751Z Downloaded sqlformat v0.3.5
10682026-05-20T15:26:04.751Z Downloaded static_assertions v1.1.0
10692026-05-20T15:26:04.755Z Downloaded stringprep v0.1.5
10702026-05-20T15:26:04.755Z Downloaded time-core v0.1.8
10712026-05-20T15:26:04.756Z Downloaded stacker v0.1.23
10722026-05-20T15:26:04.758Z Downloaded snafu-derive v0.8.9
10732026-05-20T15:26:04.762Z Downloaded ryu v1.0.23
10742026-05-20T15:26:04.767Z Downloaded testing_table v0.3.0
10752026-05-20T15:26:04.774Z Downloaded crossterm v0.29.0
10762026-05-20T15:26:04.778Z Downloaded strum_macros v0.26.4
10772026-05-20T15:26:04.782Z Downloaded support-bundle-viewer v0.1.2
10782026-05-20T15:26:04.782Z Downloaded strum_macros v0.24.3
10792026-05-20T15:26:04.787Z Downloaded tinyvec_macros v0.1.1
10802026-05-20T15:26:04.790Z Downloaded mio v1.2.0
10812026-05-20T15:26:04.792Z Downloaded quinn v0.11.9
10822026-05-20T15:26:04.795Z Downloaded tokio-macros v2.7.0
10832026-05-20T15:26:04.797Z Downloaded hashbrown v0.15.5
10842026-05-20T15:26:04.800Z Downloaded spki v0.7.3
10852026-05-20T15:26:04.800Z Downloaded serde_yaml v0.9.34+deprecated
10862026-05-20T15:26:04.802Z Downloaded serde_with_macros v3.17.0
10872026-05-20T15:26:04.806Z Downloaded slog-term v2.9.2
10882026-05-20T15:26:04.809Z Downloaded strum_macros v0.27.2
10892026-05-20T15:26:04.811Z Downloaded thread_local v1.1.9
10902026-05-20T15:26:04.814Z Downloaded spin v0.9.8
10912026-05-20T15:26:04.816Z Downloaded nom v7.1.3
10922026-05-20T15:26:04.819Z Downloaded aho-corasick v1.1.4
10932026-05-20T15:26:04.821Z Downloaded thiserror-no-std v2.0.2
10942026-05-20T15:26:04.824Z Downloaded string_cache v0.8.9
10952026-05-20T15:26:04.826Z Downloaded trait-variant v0.1.2
10962026-05-20T15:26:04.826Z Downloaded hashbrown v0.16.1
10972026-05-20T15:26:04.832Z Downloaded schemars v0.9.0
10982026-05-20T15:26:04.839Z Downloaded topological-sort v0.2.2
10992026-05-20T15:26:04.842Z Downloaded smallvec v0.6.14
11002026-05-20T15:26:04.845Z Downloaded itertools v0.12.1
11012026-05-20T15:26:04.849Z Downloaded try-lock v0.2.5
11022026-05-20T15:26:04.852Z Downloaded tower-service v0.3.3
11032026-05-20T15:26:04.852Z Downloaded tower-layer v0.3.3
11042026-05-20T15:26:04.852Z Downloaded thiserror-impl-no-std v2.0.2
11052026-05-20T15:26:04.856Z Downloaded termios v0.3.3
11062026-05-20T15:26:04.856Z Downloaded tokio-rustls v0.25.0
11072026-05-20T15:26:04.856Z Downloaded typify-macro v0.4.3
11082026-05-20T15:26:04.859Z Downloaded universal-hash v0.5.1
11092026-05-20T15:26:04.859Z Downloaded unit-prefix v0.5.2
11102026-05-20T15:26:04.865Z Downloaded hyper v1.8.1
11112026-05-20T15:26:04.869Z Downloaded tiny-keccak v2.0.2
11122026-05-20T15:26:04.872Z Downloaded time-macros v0.2.27
11132026-05-20T15:26:04.872Z Downloaded unarray v0.1.4
11142026-05-20T15:26:04.875Z Downloaded typify-macro v0.6.2
11152026-05-20T15:26:04.875Z Downloaded signal-hook v0.3.18
11162026-05-20T15:26:04.878Z Downloaded tokio-tungstenite v0.23.1
11172026-05-20T15:26:04.878Z Downloaded untrusted v0.7.1
11182026-05-20T15:26:04.881Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11192026-05-20T15:26:04.881Z Downloaded untrusted v0.9.0
11202026-05-20T15:26:04.881Z Downloaded tls_codec_derive v0.4.2
11212026-05-20T15:26:04.884Z Downloaded similar v2.7.0
11222026-05-20T15:26:04.887Z Downloaded usdt-attr-macro v0.6.0
11232026-05-20T15:26:04.887Z Downloaded usdt v0.6.0
11242026-05-20T15:26:04.887Z Downloaded socket2 v0.6.3
11252026-05-20T15:26:04.889Z Downloaded unicode-truncate v1.1.0
11262026-05-20T15:26:04.889Z Downloaded toml_writer v1.0.6+spec-1.1.0
11272026-05-20T15:26:04.889Z Downloaded tokio-native-tls v0.3.1
11282026-05-20T15:26:04.892Z Downloaded tokio-dtrace v0.1.1
11292026-05-20T15:26:04.892Z Downloaded rand v0.8.6
11302026-05-20T15:26:04.895Z Downloaded rayon-core v1.13.0
11312026-05-20T15:26:04.897Z Downloaded utf-8 v0.7.6
11322026-05-20T15:26:04.897Z Downloaded rustls-platform-verifier v0.6.2
11332026-05-20T15:26:04.900Z Downloaded libxml v0.3.3
11342026-05-20T15:26:04.903Z Downloaded usdt-macro v0.6.0
11352026-05-20T15:26:04.905Z Downloaded slog v2.8.2
11362026-05-20T15:26:04.905Z Downloaded term v0.7.0
11372026-05-20T15:26:04.908Z Downloaded samael v0.0.19
11382026-05-20T15:26:04.911Z Downloaded itertools v0.14.0
11392026-05-20T15:26:04.915Z Downloaded schemars v0.8.22
11402026-05-20T15:26:04.921Z Downloaded tui-tree-widget v0.23.1
11412026-05-20T15:26:04.924Z Downloaded tokio-stream v0.1.18
11422026-05-20T15:26:04.926Z Downloaded want v0.3.1
11432026-05-20T15:26:04.926Z Downloaded wait-timeout v0.2.1
11442026-05-20T15:26:04.926Z Downloaded waitgroup v0.1.2
11452026-05-20T15:26:04.929Z Downloaded void v1.0.2
11462026-05-20T15:26:04.929Z Downloaded tokio-rustls v0.26.4
11472026-05-20T15:26:04.929Z Downloaded tokio-rustls v0.24.1
11482026-05-20T15:26:04.932Z Downloaded rsa v0.9.10
11492026-05-20T15:26:04.934Z Downloaded publicsuffix v2.3.0
11502026-05-20T15:26:04.937Z Downloaded iddqd v0.4.1
11512026-05-20T15:26:04.940Z Downloaded qorb v0.4.1
11522026-05-20T15:26:04.942Z Downloaded socket2 v0.5.10
11532026-05-20T15:26:04.945Z Downloaded hkdf v0.12.4
11542026-05-20T15:26:04.945Z Downloaded nom v8.0.0
11552026-05-20T15:26:04.949Z Downloaded xattr v1.6.1
11562026-05-20T15:26:04.952Z Downloaded unicase v2.9.0
11572026-05-20T15:26:04.952Z Downloaded rand v0.9.2
11582026-05-20T15:26:04.952Z Downloaded term v1.2.1
11592026-05-20T15:26:04.955Z Downloaded tls_codec v0.4.2
11602026-05-20T15:26:04.955Z Downloaded snafu v0.8.9
11612026-05-20T15:26:04.958Z Downloaded num-bigint v0.4.6
11622026-05-20T15:26:04.961Z Downloaded itertools v0.13.0
11632026-05-20T15:26:04.965Z Downloaded tokio-tungstenite v0.21.0
11642026-05-20T15:26:04.967Z Downloaded rustls-webpki v0.103.9
11652026-05-20T15:26:04.970Z Downloaded uzers v0.12.2
11662026-05-20T15:26:04.970Z Downloaded usdt-impl v0.6.0
11672026-05-20T15:26:04.972Z Downloaded schemars v1.2.1
11682026-05-20T15:26:04.979Z Downloaded zeroize_derive v1.4.3
11692026-05-20T15:26:04.982Z Downloaded xshell-macros v0.2.7
11702026-05-20T15:26:04.982Z Downloaded vergen-git2 v1.0.7
11712026-05-20T15:26:04.982Z Downloaded toml_parser v1.0.9+spec-1.1.0
11722026-05-20T15:26:04.982Z Downloaded tinyvec v1.10.0
11732026-05-20T15:26:04.985Z Downloaded subprocess v0.2.15
11742026-05-20T15:26:04.987Z Downloaded num-bigint-dig v0.8.6
11752026-05-20T15:26:04.990Z Downloaded bitvec v1.0.1
11762026-05-20T15:26:04.995Z Downloaded whoami v2.1.0
11772026-05-20T15:26:04.998Z Downloaded whoami v1.6.1
11782026-05-20T15:26:04.998Z Downloaded vsss-rs v3.3.4
11792026-05-20T15:26:05.001Z Downloaded zone v0.3.1
11802026-05-20T15:26:05.001Z Downloaded vergen-lib v0.1.6
11812026-05-20T15:26:05.001Z Downloaded zone_cfg_derive v0.3.1
11822026-05-20T15:26:05.004Z Downloaded test-strategy v0.4.5
11832026-05-20T15:26:05.004Z Downloaded twox-hash v2.1.2
11842026-05-20T15:26:05.007Z Downloaded toml v0.7.8
11852026-05-20T15:26:05.007Z Downloaded russh v0.45.0
11862026-05-20T15:26:05.010Z Downloaded wyz v0.5.1
11872026-05-20T15:26:05.013Z Downloaded toml v1.0.6+spec-1.1.0
11882026-05-20T15:26:05.016Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11892026-05-20T15:26:05.018Z Downloaded futures-util v0.3.32
11902026-05-20T15:26:05.022Z Downloaded xshell v0.2.7
11912026-05-20T15:26:05.026Z Downloaded unicode-properties v0.1.4
11922026-05-20T15:26:05.026Z Downloaded rand v0.10.1
11932026-05-20T15:26:05.029Z Downloaded blake3 v1.8.3
11942026-05-20T15:26:05.032Z Downloaded p521 v0.13.3
11952026-05-20T15:26:05.035Z Downloaded tracing-core v0.1.36
11962026-05-20T15:26:05.037Z Downloaded zeroize v1.8.2
11972026-05-20T15:26:05.038Z Downloaded tungstenite v0.21.0
11982026-05-20T15:26:05.040Z Downloaded h2 v0.4.13
11992026-05-20T15:26:05.043Z Downloaded typify v0.4.3
12002026-05-20T15:26:05.046Z Downloaded vergen v9.0.6
12012026-05-20T15:26:05.048Z Downloaded tracing-attributes v0.1.31
12022026-05-20T15:26:05.048Z Downloaded toml v0.9.12+spec-1.1.0
12032026-05-20T15:26:05.051Z Downloaded zstd-safe v7.2.4
12042026-05-20T15:26:05.053Z Downloaded libm v0.2.16
12052026-05-20T15:26:05.056Z Downloaded tungstenite v0.23.0
12062026-05-20T15:26:05.059Z Downloaded vergen-gitcl v1.0.8
12072026-05-20T15:26:05.062Z Downloaded unsafe-libyaml v0.2.11
12082026-05-20T15:26:05.067Z Downloaded steno v0.4.1
12092026-05-20T15:26:05.072Z Downloaded toml_edit v0.23.10+spec-1.0.0
12102026-05-20T15:26:05.075Z Downloaded typify v0.6.2
12112026-05-20T15:26:05.081Z Downloaded rustyline v14.0.0
12122026-05-20T15:26:05.090Z Downloaded tar v0.4.45
12132026-05-20T15:26:05.093Z Downloaded vte v0.14.1
12142026-05-20T15:26:05.096Z Downloaded zerocopy v0.6.6
12152026-05-20T15:26:05.096Z Downloaded zstd v0.13.3
12162026-05-20T15:26:05.098Z Downloaded yasna v0.5.2
12172026-05-20T15:26:05.098Z Downloaded iri-string v0.7.10
12182026-05-20T15:26:05.103Z Downloaded walkdir v2.5.0
12192026-05-20T15:26:05.108Z Downloaded toml_edit v0.19.15
12202026-05-20T15:26:05.117Z Downloaded uuid v1.23.0
12212026-05-20T15:26:05.120Z Downloaded bindgen v0.71.1
12222026-05-20T15:26:05.123Z Downloaded p384 v0.13.1
12232026-05-20T15:26:05.126Z Downloaded unicode-bidi v0.3.18
12242026-05-20T15:26:05.129Z Downloaded rpassword v7.4.0
12252026-05-20T15:26:05.129Z Downloaded reedline v0.40.0
12262026-05-20T15:26:05.138Z Downloaded chrono v0.4.44
12272026-05-20T15:26:05.143Z Downloaded aws-lc-rs v1.16.3
12282026-05-20T15:26:05.184Z Downloaded curve25519-dalek v4.1.3
12292026-05-20T15:26:05.185Z Downloaded ssh-key v0.6.7
12302026-05-20T15:26:05.185Z Downloaded zip v0.6.6
12312026-05-20T15:26:05.185Z Downloaded tokio-postgres v0.7.16
12322026-05-20T15:26:05.185Z Downloaded unicode_categories v0.1.1
12332026-05-20T15:26:05.187Z Downloaded regex v1.12.3
12342026-05-20T15:26:05.201Z Downloaded salty v0.3.0
12352026-05-20T15:26:05.205Z Downloaded lalrpop v0.19.12
12362026-05-20T15:26:05.212Z Downloaded zopfli v0.8.3
12372026-05-20T15:26:05.214Z Downloaded unicode-segmentation v1.12.0
12382026-05-20T15:26:05.217Z Downloaded x509-cert v0.2.5
12392026-05-20T15:26:05.219Z Downloaded reqwest v0.13.2
12402026-05-20T15:26:05.222Z Downloaded git2 v0.20.4
12412026-05-20T15:26:05.230Z Downloaded tower v0.5.3
12422026-05-20T15:26:05.236Z Downloaded yansi v1.0.1
12432026-05-20T15:26:05.238Z Downloaded typed-path v0.9.3
12442026-05-20T15:26:05.244Z Downloaded quick-xml v0.37.5
12452026-05-20T15:26:05.254Z Downloaded petname v2.0.2
12462026-05-20T15:26:05.257Z Downloaded rustls-webpki v0.102.8
12472026-05-20T15:26:05.267Z Downloaded tough v0.22.0
12482026-05-20T15:26:05.272Z Downloaded tokio-util v0.7.18
12492026-05-20T15:26:05.276Z Downloaded zerocopy-derive v0.8.40
12502026-05-20T15:26:05.281Z Downloaded serde_with v3.17.0
12512026-05-20T15:26:05.288Z Downloaded moka v0.12.13
12522026-05-20T15:26:05.292Z Downloaded rustls-webpki v0.101.7
12532026-05-20T15:26:05.300Z Downloaded unicode-normalization v0.1.25
12542026-05-20T15:26:05.302Z Downloaded nix v0.27.1
12552026-05-20T15:26:05.308Z Downloaded winnow v0.6.26
12562026-05-20T15:26:05.312Z Downloaded radix_trie v0.2.1
12572026-05-20T15:26:05.315Z Downloaded winnow v0.5.40
12582026-05-20T15:26:05.320Z Downloaded polar-core v0.27.3
12592026-05-20T15:26:05.325Z Downloaded rayon v1.11.0
12602026-05-20T15:26:05.329Z Downloaded quinn-proto v0.11.13
12612026-05-20T15:26:05.333Z Downloaded portable-atomic v1.13.1
12622026-05-20T15:26:05.338Z Downloaded openssl v0.10.79
12632026-05-20T15:26:05.343Z Downloaded bstr v1.12.1
12642026-05-20T15:26:05.348Z Downloaded reqwest v0.12.28
12652026-05-20T15:26:05.352Z Downloaded winnow v1.0.3
12662026-05-20T15:26:05.357Z Downloaded tower-http v0.6.8
12672026-05-20T15:26:05.362Z Downloaded proptest v1.10.0
12682026-05-20T15:26:05.372Z Downloaded object v0.30.4
12692026-05-20T15:26:05.376Z Downloaded goblin v0.10.5
12702026-05-20T15:26:05.386Z Downloaded rustls v0.21.12
12712026-05-20T15:26:05.400Z Downloaded zip v4.6.1
12722026-05-20T15:26:05.425Z Downloaded openapiv3 v2.2.0
12732026-05-20T15:26:05.460Z Downloaded regex-syntax v0.8.10
12742026-05-20T15:26:05.464Z Downloaded rustix v0.38.44
12752026-05-20T15:26:05.494Z Downloaded tabled v0.20.0
12762026-05-20T15:26:05.504Z Downloaded time v0.3.47
12772026-05-20T15:26:05.511Z Downloaded diesel v2.3.7
12782026-05-20T15:26:05.522Z Downloaded regex-syntax v0.6.29
12792026-05-20T15:26:05.528Z Downloaded smoltcp v0.9.1
12802026-05-20T15:26:05.531Z Downloaded bzip2-sys v0.1.13+1.0.8
12812026-05-20T15:26:05.539Z Downloaded object v0.37.3
12822026-05-20T15:26:05.545Z Downloaded vcpkg v0.2.15
12832026-05-20T15:26:05.567Z Downloaded typify-impl v0.6.2
12842026-05-20T15:26:05.575Z Downloaded zlib-rs v0.6.2
12852026-05-20T15:26:05.578Z Downloaded webpki-roots v1.0.6
12862026-05-20T15:26:05.582Z Downloaded smoltcp v0.11.0
12872026-05-20T15:26:05.587Z Downloaded zerocopy v0.8.40
12882026-05-20T15:26:05.593Z Downloaded typify-impl v0.4.3
12892026-05-20T15:26:05.602Z Downloaded regress v0.11.1
12902026-05-20T15:26:05.607Z Downloaded rustls v0.23.37
12912026-05-20T15:26:05.613Z Downloaded hickory-proto v0.25.2
12922026-05-20T15:26:05.625Z Downloaded zerocopy-derive v0.6.6
12932026-05-20T15:26:05.628Z Downloaded regex-automata v0.4.14
12942026-05-20T15:26:05.637Z Downloaded regress v0.10.5
12952026-05-20T15:26:05.644Z Downloaded rustls v0.22.4
12962026-05-20T15:26:05.650Z Downloaded nix v0.31.2
12972026-05-20T15:26:05.655Z Downloaded dropshot v0.16.7
12982026-05-20T15:26:05.667Z Downloaded petgraph v0.6.5
12992026-05-20T15:26:05.681Z Downloaded chrono-tz v0.10.4
13002026-05-20T15:26:05.688Z Downloaded sqlparser v0.61.0
13012026-05-20T15:26:05.694Z Downloaded hickory-proto v0.24.4
13022026-05-20T15:26:05.702Z Downloaded dropshot v0.17.0
13032026-05-20T15:26:05.714Z Downloaded tracing v0.1.44
13042026-05-20T15:26:05.727Z Downloaded ratatui v0.29.0
13052026-05-20T15:26:05.737Z Downloaded sled v0.34.7
13062026-05-20T15:26:05.742Z Downloaded nix v0.28.0
13072026-05-20T15:26:05.749Z Downloaded nix v0.29.0
13082026-05-20T15:26:05.758Z Downloaded sha3 v0.10.8
13092026-05-20T15:26:05.764Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-05-20T15:26:05.783Z Downloaded jiff v0.2.21
13112026-05-20T15:26:05.819Z Downloaded libz-sys v1.1.24
13122026-05-20T15:26:05.832Z Downloaded petgraph v0.8.3
13132026-05-20T15:26:05.844Z Downloaded csv v1.4.0
13142026-05-20T15:26:05.857Z Downloaded tokio v1.52.1
13152026-05-20T15:26:05.900Z Downloaded encoding_rs v0.8.35
13162026-05-20T15:26:05.911Z Downloaded ring v0.17.14
13172026-05-20T15:26:05.954Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-05-20T15:26:06.434Z Downloaded aws-lc-sys v0.40.0
13192026-05-20T15:26:06.679Z Compiling libc v0.2.185
13202026-05-20T15:26:06.679Z Compiling serde v1.0.228
13212026-05-20T15:26:06.683Z Compiling log v0.4.29
13222026-05-20T15:26:06.683Z Compiling find-msvc-tools v0.1.9
13232026-05-20T15:26:06.683Z Compiling shlex v1.3.0
13242026-05-20T15:26:06.817Z Compiling smallvec v1.15.1
13252026-05-20T15:26:06.836Z Compiling syn v2.0.117
13262026-05-20T15:26:06.854Z Compiling typenum v1.19.0
13272026-05-20T15:26:07.034Z Compiling generic-array v0.14.7
13282026-05-20T15:26:07.060Z Compiling subtle v2.6.1
13292026-05-20T15:26:07.073Z Compiling scopeguard v1.2.0
13302026-05-20T15:26:07.103Z Compiling const-oid v0.9.6
13312026-05-20T15:26:07.167Z Compiling lock_api v0.4.14
13322026-05-20T15:26:07.180Z Compiling serde_json v1.0.149
13332026-05-20T15:26:07.239Z Compiling zerocopy v0.8.40
13342026-05-20T15:26:07.281Z Compiling pin-project-lite v0.2.17
13352026-05-20T15:26:07.376Z Compiling portable-atomic v1.13.1
13362026-05-20T15:26:07.392Z Compiling parking_lot_core v0.9.12
13372026-05-20T15:26:07.648Z Compiling pkg-config v0.3.32
13382026-05-20T15:26:07.707Z Compiling getrandom v0.2.17
13392026-05-20T15:26:07.741Z Compiling jobserver v0.1.34
13402026-05-20T15:26:07.842Z Compiling rand_core v0.6.4
13412026-05-20T15:26:07.857Z Compiling errno v0.3.14
13422026-05-20T15:26:08.002Z Compiling cc v1.2.56
13432026-05-20T15:26:08.122Z Compiling signal-hook-registry v1.4.8
13442026-05-20T15:26:08.135Z Compiling bitflags v2.11.0
13452026-05-20T15:26:08.217Z Compiling libm v0.2.16
13462026-05-20T15:26:08.238Z Compiling critical-section v1.2.0
13472026-05-20T15:26:08.352Z Compiling futures-core v0.3.32
13482026-05-20T15:26:08.366Z Compiling once_cell v1.21.3
13492026-05-20T15:26:08.441Z Compiling parking_lot v0.12.5
13502026-05-20T15:26:08.457Z Compiling mio v1.2.0
13512026-05-20T15:26:08.522Z Compiling num-traits v0.2.19
13522026-05-20T15:26:08.579Z Compiling percent-encoding v2.3.2
13532026-05-20T15:26:08.593Z Compiling socket2 v0.6.3
13542026-05-20T15:26:08.775Z Compiling futures-sink v0.3.32
13552026-05-20T15:26:08.821Z Compiling getrandom v0.4.1
13562026-05-20T15:26:08.875Z Compiling futures-channel v0.3.32
13572026-05-20T15:26:08.890Z Compiling futures-task v0.3.32
13582026-05-20T15:26:08.925Z Compiling slab v0.4.12
13592026-05-20T15:26:09.016Z Compiling futures-io v0.3.32
13602026-05-20T15:26:09.059Z Compiling cpufeatures v0.2.17
13612026-05-20T15:26:09.103Z Compiling rand_core v0.10.0
13622026-05-20T15:26:09.107Z Compiling indexmap v2.14.0
13632026-05-20T15:26:09.139Z Compiling getrandom v0.3.4
13642026-05-20T15:26:09.170Z Compiling rustversion v1.0.22
13652026-05-20T15:26:09.184Z Compiling cmake v0.1.57
13662026-05-20T15:26:09.566Z Compiling form_urlencoded v1.2.2
13672026-05-20T15:26:09.587Z Compiling dunce v1.0.5
13682026-05-20T15:26:09.622Z Compiling fs_extra v1.3.0
13692026-05-20T15:26:09.709Z Compiling ident_case v1.0.1
13702026-05-20T15:26:09.746Z Compiling synstructure v0.13.2
13712026-05-20T15:26:09.791Z Compiling base64ct v1.8.3
13722026-05-20T15:26:09.832Z Compiling rustix v1.1.3
13732026-05-20T15:26:09.898Z Compiling aws-lc-sys v0.40.0
13742026-05-20T15:26:10.102Z Compiling pem-rfc7468 v0.7.0
13752026-05-20T15:26:10.149Z Compiling flagset v0.4.7
13762026-05-20T15:26:10.163Z Compiling regex-syntax v0.8.10
13772026-05-20T15:26:10.208Z Compiling iana-time-zone v0.1.65
13782026-05-20T15:26:10.328Z Compiling rand_core v0.9.5
13792026-05-20T15:26:10.389Z Compiling ring v0.17.14
13802026-05-20T15:26:10.408Z Compiling aws-lc-rs v1.16.3
13812026-05-20T15:26:10.408Z Compiling vcpkg v0.2.15
13822026-05-20T15:26:10.602Z Compiling uuid v1.23.0
13832026-05-20T15:26:10.690Z Compiling rustc_version v0.4.1
13842026-05-20T15:26:11.014Z Compiling tracing-core v0.1.36
13852026-05-20T15:26:11.137Z Compiling openssl-sys v0.9.115
13862026-05-20T15:26:11.286Z Compiling base64 v0.22.1
13872026-05-20T15:26:11.501Z Compiling serde_derive v1.0.228
13882026-05-20T15:26:11.591Z Compiling zeroize_derive v1.4.3
13892026-05-20T15:26:11.646Z Compiling zerofrom-derive v0.1.6
13902026-05-20T15:26:11.674Z Compiling yoke-derive v0.8.1
13912026-05-20T15:26:11.703Z Compiling zerocopy-derive v0.8.40
13922026-05-20T15:26:12.239Z Compiling zeroize v1.8.2
13932026-05-20T15:26:12.521Z Compiling zerovec-derive v0.11.2
13942026-05-20T15:26:12.840Z Compiling displaydoc v0.2.5
13952026-05-20T15:26:12.984Z Compiling crypto-common v0.1.7
13962026-05-20T15:26:13.032Z Compiling zerofrom v0.1.6
13972026-05-20T15:26:13.127Z Compiling block-buffer v0.10.4
13982026-05-20T15:26:13.156Z Compiling yoke v0.8.1
13992026-05-20T15:26:13.297Z Compiling digest v0.10.7
14002026-05-20T15:26:13.336Z Compiling tokio-macros v2.7.0
14012026-05-20T15:26:13.542Z Compiling futures-macro v0.3.32
14022026-05-20T15:26:13.585Z Compiling zerotrie v0.2.3
14032026-05-20T15:26:13.615Z Compiling zerovec v0.11.5
14042026-05-20T15:26:13.881Z Compiling hmac v0.12.1
14052026-05-20T15:26:14.042Z Compiling block-padding v0.3.3
14062026-05-20T15:26:14.060Z Compiling tinystr v0.8.2
14072026-05-20T15:26:14.122Z Compiling potential_utf v0.1.4
14082026-05-20T15:26:14.205Z Compiling inout v0.1.4
14092026-05-20T15:26:14.265Z Compiling icu_locale_core v2.1.1
14102026-05-20T15:26:14.283Z Compiling icu_collections v2.1.1
14112026-05-20T15:26:14.334Z Compiling futures-util v0.3.32
14122026-05-20T15:26:14.369Z Compiling cipher v0.4.4
14132026-05-20T15:26:14.622Z Compiling sha2 v0.10.9
14142026-05-20T15:26:14.752Z Compiling der_derive v0.7.3
14152026-05-20T15:26:14.954Z Compiling bytes v1.11.1
14162026-05-20T15:26:15.131Z Compiling icu_provider v2.1.1
14172026-05-20T15:26:15.433Z Compiling tokio v1.52.1
14182026-05-20T15:26:15.568Z Compiling icu_properties v2.1.2
14192026-05-20T15:26:15.675Z Compiling icu_normalizer v2.1.1
14202026-05-20T15:26:15.699Z Compiling der v0.7.10
14212026-05-20T15:26:15.989Z Compiling ppv-lite86 v0.2.21
14222026-05-20T15:26:16.123Z Compiling http v1.4.0
14232026-05-20T15:26:16.212Z Compiling chrono v0.4.44
14242026-05-20T15:26:16.303Z Compiling salsa20 v0.10.2
14252026-05-20T15:26:16.489Z Compiling idna_adapter v1.2.1
14262026-05-20T15:26:16.614Z Compiling idna v1.1.0
14272026-05-20T15:26:16.629Z Compiling spki v0.7.3
14282026-05-20T15:26:16.712Z Compiling pbkdf2 v0.12.2
14292026-05-20T15:26:16.829Z Compiling rustls-pki-types v1.14.0
14302026-05-20T15:26:16.832Z Compiling thiserror-impl v2.0.18
14312026-05-20T15:26:16.901Z Compiling url v2.5.8
14322026-05-20T15:26:17.082Z Compiling tracing-attributes v0.1.31
14332026-05-20T15:26:17.260Z Compiling scrypt v0.11.0
14342026-05-20T15:26:17.274Z Compiling http-body v1.0.1
14352026-05-20T15:26:17.425Z Compiling rand_chacha v0.9.0
14362026-05-20T15:26:17.512Z Compiling cbc v0.1.2
14372026-05-20T15:26:17.623Z Compiling aes v0.8.4
14382026-05-20T15:26:17.695Z Compiling untrusted v0.9.0
14392026-05-20T15:26:17.732Z Compiling httparse v1.10.1
14402026-05-20T15:26:17.815Z Compiling openssl-probe v0.2.1
14412026-05-20T15:26:17.988Z Compiling untrusted v0.7.1
14422026-05-20T15:26:18.063Z Compiling tinyvec_macros v0.1.1
14432026-05-20T15:26:18.111Z Compiling pkcs5 v0.7.1
14442026-05-20T15:26:18.138Z Compiling tinyvec v1.10.0
14452026-05-20T15:26:18.169Z Compiling thiserror v2.0.18
14462026-05-20T15:26:18.270Z Compiling pest_generator v2.8.6
14472026-05-20T15:26:18.389Z Compiling tracing v0.1.44
14482026-05-20T15:26:18.469Z Compiling rand v0.9.2
14492026-05-20T15:26:18.595Z Compiling serde_derive_internals v0.29.1
14502026-05-20T15:26:18.657Z Compiling aho-corasick v1.1.4
14512026-05-20T15:26:18.671Z Compiling rustls v0.23.37
14522026-05-20T15:26:18.837Z Compiling atomic-waker v1.1.2
14532026-05-20T15:26:18.955Z Compiling schemars v0.8.22
14542026-05-20T15:26:18.969Z Compiling try-lock v0.2.5
14552026-05-20T15:26:19.076Z Compiling tower-service v0.3.3
14562026-05-20T15:26:19.155Z Compiling dyn-clone v1.0.20
14572026-05-20T15:26:19.173Z Compiling tower-layer v0.3.3
14582026-05-20T15:26:19.246Z Compiling tokio-util v0.7.18
14592026-05-20T15:26:19.307Z Compiling want v0.3.1
14602026-05-20T15:26:19.331Z Compiling pest_derive v2.8.6
14612026-05-20T15:26:19.470Z Compiling regex-automata v0.4.14
14622026-05-20T15:26:19.473Z Compiling schemars_derive v0.8.22
14632026-05-20T15:26:19.746Z Compiling pkcs8 v0.10.2
14642026-05-20T15:26:19.906Z Compiling h2 v0.4.13
14652026-05-20T15:26:20.253Z Compiling ipnet v2.11.0
14662026-05-20T15:26:20.326Z Compiling scroll_derive v0.13.1
14672026-05-20T15:26:20.339Z Compiling darling_core v0.20.11
14682026-05-20T15:26:20.704Z Compiling foreign-types-shared v0.1.1
14692026-05-20T15:26:20.744Z Compiling pin-utils v0.1.0
14702026-05-20T15:26:20.790Z Compiling httpdate v1.0.3
14712026-05-20T15:26:20.815Z Compiling openssl v0.10.79
14722026-05-20T15:26:21.009Z Compiling foreign-types v0.3.2
14732026-05-20T15:26:21.064Z Compiling tempfile v3.25.0
14742026-05-20T15:26:21.107Z Compiling scroll v0.13.0
14752026-05-20T15:26:21.124Z Compiling unicode-normalization v0.1.25
14762026-05-20T15:26:21.470Z Compiling openssl-macros v0.1.1
14772026-05-20T15:26:21.604Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14782026-05-20T15:26:21.841Z Compiling socket2 v0.5.10
14792026-05-20T15:26:21.856Z Compiling spin v0.9.8
14802026-05-20T15:26:21.997Z Compiling native-tls v0.2.18
14812026-05-20T15:26:22.060Z Compiling time-core v0.1.8
14822026-05-20T15:26:22.196Z Compiling powerfmt v0.2.0
14832026-05-20T15:26:22.212Z Compiling num-conv v0.2.0
14842026-05-20T15:26:22.239Z Compiling crc32fast v1.5.0
14852026-05-20T15:26:22.341Z Compiling time-macros v0.2.27
14862026-05-20T15:26:22.398Z Compiling deranged v0.5.8
14872026-05-20T15:26:22.617Z Compiling darling_macro v0.20.11
14882026-05-20T15:26:23.070Z Compiling hyper v1.8.1
14892026-05-20T15:26:23.369Z Compiling darling v0.20.11
14902026-05-20T15:26:23.383Z Compiling goblin v0.10.5
14912026-05-20T15:26:23.450Z Compiling rustls-native-certs v0.8.3
14922026-05-20T15:26:23.566Z Compiling sync_wrapper v1.0.2
14932026-05-20T15:26:23.677Z Compiling wait-timeout v0.2.1
14942026-05-20T15:26:23.737Z Compiling quick-error v1.2.3
14952026-05-20T15:26:23.831Z Compiling unicode-segmentation v1.12.0
14962026-05-20T15:26:23.867Z Compiling syn v1.0.109
14972026-05-20T15:26:23.937Z Compiling bit-vec v0.8.0
14982026-05-20T15:26:24.155Z Compiling hyper-util v0.1.20
14992026-05-20T15:26:24.165Z Compiling usdt-impl v0.6.0
15002026-05-20T15:26:24.209Z Compiling crossbeam-utils v0.8.21
15012026-05-20T15:26:24.360Z Compiling siphasher v1.0.2
15022026-05-20T15:26:24.488Z Compiling simd-adler32 v0.3.8
15032026-05-20T15:26:24.547Z Compiling num_threads v0.1.7
15042026-05-20T15:26:24.629Z Compiling time v0.3.47
15052026-05-20T15:26:24.706Z Compiling bit-set v0.8.0
15062026-05-20T15:26:24.867Z Compiling rusty-fork v0.3.1
15072026-05-20T15:26:25.036Z Compiling tower v0.5.3
15082026-05-20T15:26:25.177Z Compiling derive_builder_core v0.20.2
15092026-05-20T15:26:25.509Z Compiling dtrace-parser v0.3.0
15102026-05-20T15:26:25.676Z Compiling http-body-util v0.1.3
15112026-05-20T15:26:25.857Z Compiling webpki-roots v1.0.6
15122026-05-20T15:26:25.919Z Compiling signature v2.2.0
15132026-05-20T15:26:25.977Z Compiling scroll_derive v0.12.1
15142026-05-20T15:26:26.036Z Compiling dof v0.4.0
15152026-05-20T15:26:26.095Z Compiling thiserror-impl v1.0.69
15162026-05-20T15:26:26.199Z Compiling heapless v0.7.17
15172026-05-20T15:26:26.245Z Compiling rand_xorshift v0.4.0
15182026-05-20T15:26:26.426Z Compiling slog v2.8.2
15192026-05-20T15:26:26.483Z Compiling darling_core v0.21.3
15202026-05-20T15:26:26.611Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-05-20T15:26:26.683Z Compiling thread-id v5.1.0
15222026-05-20T15:26:26.768Z Compiling cookie v0.18.1
15232026-05-20T15:26:26.885Z Compiling allocator-api2 v0.2.21
15242026-05-20T15:26:26.948Z Compiling unicode-properties v0.1.4
15252026-05-20T15:26:27.162Z Compiling unicode-bidi v0.3.18
15262026-05-20T15:26:27.212Z Compiling adler2 v2.0.1
15272026-05-20T15:26:27.251Z Compiling zstd-safe v7.2.4
15282026-05-20T15:26:27.346Z Compiling anyhow v1.0.102
15292026-05-20T15:26:27.363Z Compiling iri-string v0.7.10
15302026-05-20T15:26:27.445Z Compiling signal-hook v0.3.18
15312026-05-20T15:26:27.614Z Compiling ryu v1.0.23
15322026-05-20T15:26:27.646Z Compiling paste v1.0.15
15332026-05-20T15:26:27.649Z Compiling unarray v0.1.4
15342026-05-20T15:26:27.765Z Compiling proptest v1.10.0
15352026-05-20T15:26:27.785Z Compiling serde_urlencoded v0.7.1
15362026-05-20T15:26:27.927Z Compiling stringprep v0.1.5
15372026-05-20T15:26:27.956Z Compiling thiserror v1.0.69
15382026-05-20T15:26:28.030Z Compiling miniz_oxide v0.8.9
15392026-05-20T15:26:28.613Z Compiling tower-http v0.6.8
15402026-05-20T15:26:28.822Z Compiling scroll v0.12.0
15412026-05-20T15:26:28.921Z Compiling derive_builder_macro v0.20.2
15422026-05-20T15:26:28.935Z Compiling tokio-native-tls v0.3.1
15432026-05-20T15:26:28.980Z Compiling darling_macro v0.21.3
15442026-05-20T15:26:29.081Z Compiling heck v0.4.1
15452026-05-20T15:26:29.094Z Compiling ipnetwork v0.21.1
15462026-05-20T15:26:29.302Z Compiling bstr v1.12.1
15472026-05-20T15:26:29.363Z Compiling rand_chacha v0.3.1
15482026-05-20T15:26:29.448Z Compiling erased-serde v0.3.31
15492026-05-20T15:26:29.478Z Compiling serde_spanned v0.6.9
15502026-05-20T15:26:29.548Z Compiling serde_tokenstream v0.2.3
15512026-05-20T15:26:29.620Z Compiling toml_datetime v0.6.11
15522026-05-20T15:26:29.860Z Compiling md-5 v0.10.6
15532026-05-20T15:26:29.882Z Compiling async-trait v0.1.89
15542026-05-20T15:26:29.930Z Compiling zerocopy-derive v0.7.35
15552026-05-20T15:26:29.943Z Compiling pin-project-internal v1.1.11
15562026-05-20T15:26:30.024Z Compiling curve25519-dalek v4.1.3
15572026-05-20T15:26:30.163Z Compiling vergen-lib v0.1.6
15582026-05-20T15:26:30.345Z Compiling num-integer v0.1.46
15592026-05-20T15:26:30.363Z Compiling hash32 v0.2.1
15602026-05-20T15:26:30.557Z Compiling ff v0.13.1
15612026-05-20T15:26:30.662Z Compiling memoffset v0.9.1
15622026-05-20T15:26:30.694Z Compiling encoding_rs v0.8.35
15632026-05-20T15:26:30.785Z Compiling litrs v1.0.0
15642026-05-20T15:26:30.859Z Compiling base16ct v0.2.0
15652026-05-20T15:26:30.886Z Compiling zlib-rs v0.6.2
15662026-05-20T15:26:31.035Z Compiling cfg_aliases v0.2.1
15672026-05-20T15:26:31.038Z Compiling ref-cast v1.0.25
15682026-05-20T15:26:31.123Z Compiling fallible-iterator v0.2.0
15692026-05-20T15:26:31.299Z Compiling rustix v0.38.44
15702026-05-20T15:26:31.407Z Compiling psl-types v2.0.11
15712026-05-20T15:26:31.498Z Compiling smoltcp v0.9.1
15722026-05-20T15:26:31.539Z Compiling num-bigint-dig v0.8.6
15732026-05-20T15:26:31.673Z Compiling mime v0.3.17
15742026-05-20T15:26:31.856Z Compiling publicsuffix v2.3.0
15752026-05-20T15:26:31.873Z Compiling postgres-protocol v0.6.10
15762026-05-20T15:26:31.987Z Compiling document-features v0.2.12
15772026-05-20T15:26:32.027Z Compiling nix v0.31.2
15782026-05-20T15:26:32.243Z Compiling pin-project v1.1.11
15792026-05-20T15:26:32.345Z Compiling sec1 v0.7.3
15802026-05-20T15:26:32.417Z Compiling zerocopy v0.7.35
15812026-05-20T15:26:32.497Z Compiling group v0.13.0
15822026-05-20T15:26:32.572Z Compiling num-iter v0.1.45
15832026-05-20T15:26:32.711Z Compiling newtype-uuid v1.3.2
15842026-05-20T15:26:32.924Z Compiling hubpack_derive v0.1.1
15852026-05-20T15:26:32.961Z Compiling rand v0.8.6
15862026-05-20T15:26:33.038Z Compiling darling v0.21.3
15872026-05-20T15:26:33.084Z Compiling derive_builder v0.20.2
15882026-05-20T15:26:33.120Z Compiling oxnet v0.1.5
15892026-05-20T15:26:33.138Z Compiling snafu-derive v0.8.9
15902026-05-20T15:26:33.206Z Compiling hyper-tls v0.6.0
15912026-05-20T15:26:33.431Z Compiling goblin v0.8.2
15922026-05-20T15:26:33.800Z Compiling flate2 v1.1.9
15932026-05-20T15:26:34.147Z Compiling phf_shared v0.13.1
15942026-05-20T15:26:34.204Z Compiling lazy_static v1.5.0
15952026-05-20T15:26:34.301Z Compiling regex v1.12.3
15962026-05-20T15:26:34.385Z Compiling anstyle-parse v0.2.7
15972026-05-20T15:26:34.400Z Compiling strum_macros v0.27.2
15982026-05-20T15:26:34.461Z Compiling futures-executor v0.3.32
15992026-05-20T15:26:34.566Z Compiling hex v0.4.3
16002026-05-20T15:26:34.721Z Compiling cargo-platform v0.1.9
16012026-05-20T15:26:34.735Z Compiling hkdf v0.12.4
16022026-05-20T15:26:34.836Z Compiling crypto-bigint v0.5.5
16032026-05-20T15:26:34.893Z Compiling daft-derive v0.1.7
16042026-05-20T15:26:34.975Z Compiling curve25519-dalek-derive v0.1.1
16052026-05-20T15:26:35.002Z Compiling ref-cast-impl v1.0.25
16062026-05-20T15:26:35.541Z Compiling terminal_size v0.4.3
16072026-05-20T15:26:35.607Z Compiling vergen v9.0.6
16082026-05-20T15:26:35.610Z Compiling fs-err v3.3.0
16092026-05-20T15:26:35.679Z Compiling ahash v0.8.12
16102026-05-20T15:26:35.796Z Compiling bitflags v1.3.2
16112026-05-20T15:26:35.810Z Compiling foldhash v0.1.5
16122026-05-20T15:26:35.875Z Compiling foldhash v0.2.0
16132026-05-20T15:26:35.890Z Compiling managed v0.8.0
16142026-05-20T15:26:35.979Z Compiling object v0.37.3
16152026-05-20T15:26:36.099Z Compiling bumpalo v3.20.2
16162026-05-20T15:26:36.113Z Compiling libbz2-rs-sys v0.2.2
16172026-05-20T15:26:36.248Z Compiling winnow v0.5.40
16182026-05-20T15:26:36.349Z Compiling same-file v1.0.6
16192026-05-20T15:26:36.399Z Compiling strum v0.27.2
16202026-05-20T15:26:36.534Z Compiling walkdir v2.5.0
16212026-05-20T15:26:36.548Z Compiling zopfli v0.8.3
16222026-05-20T15:26:36.853Z Compiling bzip2 v0.6.1
16232026-05-20T15:26:36.945Z Compiling hashbrown v0.16.1
16242026-05-20T15:26:37.008Z Compiling hashbrown v0.15.5
16252026-05-20T15:26:37.107Z Compiling clap_builder v4.6.0
16262026-05-20T15:26:37.340Z Compiling elliptic-curve v0.13.8
16272026-05-20T15:26:37.540Z Compiling dof v0.3.0
16282026-05-20T15:26:37.720Z Compiling toml_edit v0.19.15
16292026-05-20T15:26:37.723Z Compiling daft v0.1.7
16302026-05-20T15:26:37.857Z Compiling snafu v0.8.9
16312026-05-20T15:26:38.009Z Compiling cargo_metadata v0.19.2
16322026-05-20T15:26:38.213Z Compiling futures v0.3.32
16332026-05-20T15:26:38.250Z Compiling anstream v0.6.21
16342026-05-20T15:26:38.296Z Compiling phf v0.13.1
16352026-05-20T15:26:38.552Z Compiling signal-hook-mio v0.2.5
16362026-05-20T15:26:38.762Z Compiling cookie_store v0.22.1
16372026-05-20T15:26:38.814Z Compiling bzip2 v0.4.4
16382026-05-20T15:26:39.016Z Compiling zstd v0.13.3
16392026-05-20T15:26:39.293Z Compiling hubpack v0.1.2
16402026-05-20T15:26:39.335Z Compiling serde_with_macros v3.17.0
16412026-05-20T15:26:39.514Z Compiling postgres-types v0.2.12
16422026-05-20T15:26:40.058Z Compiling usdt-macro v0.6.0
16432026-05-20T15:26:40.096Z Compiling usdt-attr-macro v0.6.0
16442026-05-20T15:26:40.324Z Compiling globset v0.4.18
16452026-05-20T15:26:40.448Z Compiling dtrace-parser v0.2.0
16462026-05-20T15:26:40.541Z Compiling ed25519 v2.2.3
16472026-05-20T15:26:40.632Z Compiling phf_shared v0.11.3
16482026-05-20T15:26:40.788Z Compiling olpc-cjson v0.1.4
16492026-05-20T15:26:40.817Z Compiling pkcs1 v0.7.5
16502026-05-20T15:26:40.880Z Compiling clap_derive v4.6.1
16512026-05-20T15:26:40.949Z Compiling strum_macros v0.26.4
16522026-05-20T15:26:41.003Z Compiling enum-as-inner v0.6.1
16532026-05-20T15:26:41.199Z Compiling serde-big-array v0.5.1
16542026-05-20T15:26:41.213Z Compiling serde_plain v1.0.2
16552026-05-20T15:26:41.387Z Compiling rfc6979 v0.4.0
16562026-05-20T15:26:41.440Z Compiling pem v3.0.6
16572026-05-20T15:26:41.466Z Compiling serde_repr v0.1.20
16582026-05-20T15:26:41.512Z Compiling async-recursion v1.1.1
16592026-05-20T15:26:41.537Z Compiling float-cmp v0.10.0
16602026-05-20T15:26:41.689Z Compiling memmap2 v0.9.10
16612026-05-20T15:26:41.771Z Compiling thread-id v4.2.2
16622026-05-20T15:26:41.861Z Compiling env_filter v1.0.0
16632026-05-20T15:26:41.899Z Compiling normalize-line-endings v0.3.0
16642026-05-20T15:26:41.995Z Compiling static_assertions v1.1.0
16652026-05-20T15:26:41.995Z Compiling new_debug_unreachable v1.0.6
16662026-05-20T15:26:42.070Z Compiling keccak v0.1.6
16672026-05-20T15:26:42.085Z Compiling whoami v2.1.0
16682026-05-20T15:26:42.151Z Compiling difflib v0.4.0
16692026-05-20T15:26:42.165Z Compiling fixedbitset v0.5.7
16702026-05-20T15:26:42.458Z Compiling data-encoding v2.10.0
16712026-05-20T15:26:42.471Z Compiling precomputed-hash v0.1.1
16722026-05-20T15:26:42.560Z Compiling typed-path v0.9.3
16732026-05-20T15:26:42.671Z Compiling jiff v0.2.21
16742026-05-20T15:26:42.697Z Compiling fixedbitset v0.4.2
16752026-05-20T15:26:42.711Z Compiling predicates-core v1.0.10
16762026-05-20T15:26:42.882Z Compiling petgraph v0.6.5
16772026-05-20T15:26:42.896Z Compiling predicates v3.1.4
16782026-05-20T15:26:42.908Z Compiling hickory-proto v0.25.2
16792026-05-20T15:26:43.145Z Compiling strum v0.26.3
16802026-05-20T15:26:43.277Z Compiling clap v4.6.1
16812026-05-20T15:26:43.362Z Compiling string_cache v0.8.9
16822026-05-20T15:26:43.535Z Compiling petgraph v0.8.3
16832026-05-20T15:26:43.620Z Compiling tokio-postgres v0.7.16
16842026-05-20T15:26:43.763Z Compiling sha3 v0.10.8
16852026-05-20T15:26:44.221Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16862026-05-20T15:26:44.310Z Compiling env_logger v0.11.9
16872026-05-20T15:26:44.352Z Compiling toml_edit v0.22.27
16882026-05-20T15:26:44.657Z Compiling usdt-impl v0.5.0
16892026-05-20T15:26:45.231Z Compiling zip v4.6.1
16902026-05-20T15:26:45.480Z Compiling usdt v0.6.0
16912026-05-20T15:26:45.747Z Compiling ecdsa v0.16.9
16922026-05-20T15:26:45.781Z Compiling rsa v0.9.10
16932026-05-20T15:26:46.138Z Compiling ed25519-dalek v2.2.0
16942026-05-20T15:26:46.181Z Compiling serde_with v3.17.0
16952026-05-20T15:26:46.837Z Compiling crossterm v0.28.1
16962026-05-20T15:26:47.062Z Compiling toml v0.7.8
16972026-05-20T15:26:47.083Z Compiling zip v0.6.6
16982026-05-20T15:26:47.661Z Compiling iddqd v0.4.1
16992026-05-20T15:26:48.091Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-05-20T15:26:48.138Z Compiling similar v2.7.0
17012026-05-20T15:26:48.169Z Compiling crossbeam-epoch v0.9.18
17022026-05-20T15:26:48.282Z Compiling tokio-stream v0.1.18
17032026-05-20T15:26:48.495Z Compiling buf-list v1.1.2
17042026-05-20T15:26:48.722Z Compiling x509-cert v0.2.5
17052026-05-20T15:26:48.745Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17062026-05-20T15:26:48.771Z Compiling openapiv3 v2.2.0
17072026-05-20T15:26:48.905Z Compiling sha1 v0.10.6
17082026-05-20T15:26:49.014Z Compiling toml_datetime v0.7.5+spec-1.1.0
17092026-05-20T15:26:49.042Z Compiling peg-runtime v0.8.5
17102026-05-20T15:26:49.118Z Compiling lalrpop-util v0.19.12
17112026-05-20T15:26:49.161Z Compiling either v1.15.0
17122026-05-20T15:26:49.290Z Compiling thread_local v1.1.9
17132026-05-20T15:26:49.304Z Compiling slog-async v2.8.0
17142026-05-20T15:26:49.328Z Compiling crossbeam-channel v0.5.15
17152026-05-20T15:26:49.372Z Compiling filetime v0.2.27
17162026-05-20T15:26:49.535Z Compiling is-terminal v0.4.17
17172026-05-20T15:26:49.536Z Compiling term v1.2.1
17182026-05-20T15:26:49.612Z Compiling take_mut v0.2.2
17192026-05-20T15:26:49.650Z Compiling xattr v1.6.1
17202026-05-20T15:26:49.784Z Compiling tar v0.4.45
17212026-05-20T15:26:49.813Z Compiling slog-term v2.9.2
17222026-05-20T15:26:59.611Z Compiling rustls-webpki v0.103.9
17232026-05-20T15:27:02.421Z Compiling tokio-rustls v0.26.4
17242026-05-20T15:27:02.421Z Compiling rustls-platform-verifier v0.6.2
17252026-05-20T15:27:02.629Z Compiling hyper-rustls v0.27.7
17262026-05-20T15:27:02.830Z Compiling reqwest v0.12.28
17272026-05-20T15:27:02.847Z Compiling reqwest v0.13.2
17282026-05-20T15:27:04.079Z Compiling tough v0.22.0
17292026-05-20T15:27:06.637Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-05-20T15:27:06.854Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-05-20T15:27:09.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17322026-05-20T15:27:09.922Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-05-20T15:27:09.980ZMay 20 15:27:08.831 INFO Starting download, target: DendriteStub
17342026-05-20T15:27:09.980ZMay 20 15:27:08.831 INFO Starting download, target: Clickhouse
17352026-05-20T15:27:09.980ZMay 20 15:27:08.831 INFO Starting download, target: Cockroach
17362026-05-20T15:27:09.980ZMay 20 15:27:08.831 INFO Starting download, target: Console
17372026-05-20T15:27:09.980ZMay 20 15:27:08.831 INFO Starting download, target: MaghemiteMgd
17382026-05-20T15:27:09.983ZMay 20 15:27:08.831 INFO Starting download, target: MaghemiteDdmd
17392026-05-20T15:27:09.983ZMay 20 15:27:08.831 INFO Starting download, target: TransceiverControl
17402026-05-20T15:27:09.983ZMay 20 15:27:08.831 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-05-20T15:27:09.983ZMay 20 15:27:08.831 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-05-20T15:27:09.983ZMay 20 15:27:08.831 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17432026-05-20T15:27:09.983ZMay 20 15:27:08.831 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-05-20T15:27:09.983ZMay 20 15:27:08.831 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-05-20T15:27:09.983ZMay 20 15:27:08.831 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-05-20T15:27:09.983ZMay 20 15:27:08.831 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17472026-05-20T15:27:10.472ZMay 20 15:27:09.289 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-05-20T15:27:10.664ZMay 20 15:27:09.499 INFO Download complete, target: TransceiverControl
17492026-05-20T15:27:10.997ZMay 20 15:27:09.841 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-05-20T15:27:11.264ZMay 20 15:27:10.096 INFO Download complete, target: Console
17512026-05-20T15:27:11.849ZMay 20 15:27:10.683 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-05-20T15:27:11.997ZMay 20 15:27:10.829 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-05-20T15:27:12.025ZMay 20 15:27:10.867 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17542026-05-20T15:27:12.133ZMay 20 15:27:10.971 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17552026-05-20T15:27:12.748ZMay 20 15:27:11.599 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-05-20T15:27:12.748ZMay 20 15:27:11.599 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-05-20T15:27:14.040ZMay 20 15:27:12.890 INFO Download complete, target: MaghemiteDdmd
17582026-05-20T15:27:14.604ZMay 20 15:27:13.410 INFO Download complete, target: DendriteStub
17592026-05-20T15:27:14.680ZMay 20 15:27:13.437 INFO Download complete, target: MaghemiteMgd
17602026-05-20T15:27:17.534ZMay 20 15:27:16.368 INFO Checking that binary works, target: Cockroach
17612026-05-20T15:27:17.649ZMay 20 15:27:16.486 INFO Download complete, target: Cockroach
17622026-05-20T15:27:18.617ZMay 20 15:27:17.468 INFO Checking that binary works, target: Clickhouse
17632026-05-20T15:27:18.735ZMay 20 15:27:17.579 INFO Download complete, target: Clickhouse
17642026-05-20T15:27:18.758ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-05-20T15:27:18.764Z
17662026-05-20T15:27:18.764Zreal 2:19.416157991
17672026-05-20T15:27:18.764Zuser 6:58.874425911
17682026-05-20T15:27:18.764Zsys 1:23.571405965
17692026-05-20T15:27:18.764Ztrap 0.234957303
17702026-05-20T15:27:18.764Ztflt 1.098305706
17712026-05-20T15:27:18.764Zdflt 0.840017395
17722026-05-20T15:27:18.764Zkflt 0.034914900
17732026-05-20T15:27:18.765Zlock 21:49.872054369
17742026-05-20T15:27:18.765Zslp 21:30.019615118
17752026-05-20T15:27:18.765Zlat 43.527978421
17762026-05-20T15:27:18.765Zstop 1:53.886720178
17772026-05-20T15:27:18.765Z+ banner clippy
17782026-05-20T15:27:18.765Z
17792026-05-20T15:27:18.765Z #### # # ##### ##### # #
17802026-05-20T15:27:18.765Z # # # # # # # # # #
17812026-05-20T15:27:18.765Z # # # # # # # #
17822026-05-20T15:27:18.765Z # # # ##### ##### #
17832026-05-20T15:27:18.765Z # # # # # # #
17842026-05-20T15:27:18.765Z #### ###### # # # #
17852026-05-20T15:27:18.765Z
17862026-05-20T15:27:18.766Z+ export CARGO_INCREMENTAL=0
17872026-05-20T15:27:18.766Z+ CARGO_INCREMENTAL=0
17882026-05-20T15:27:18.766Z+ ptime -m cargo xtask clippy
17892026-05-20T15:27:19.299Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-05-20T15:27:19.541Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-05-20T15:27:21.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
17922026-05-20T15:27:21.484Z Running `target/debug/xtask clippy`
17932026-05-20T15:27:21.513Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17942026-05-20T15:27:22.148Z Downloading crates ...
17952026-05-20T15:27:22.342Z Downloaded anes v0.1.6
17962026-05-20T15:27:22.351Z Downloaded addr2line v0.25.1
17972026-05-20T15:27:22.351Z Downloaded assert-json-diff v2.0.2
17982026-05-20T15:27:22.351Z Downloaded plotters-backend v0.3.7
17992026-05-20T15:27:22.357Z Downloaded constant_time_eq v0.3.1
18002026-05-20T15:27:22.357Z Downloaded path-tree v0.8.3
18012026-05-20T15:27:22.357Z Downloaded rustc-demangle v0.1.27
18022026-05-20T15:27:22.363Z Downloaded parking v2.2.1
18032026-05-20T15:27:22.366Z Downloaded termcolor v1.4.1
18042026-05-20T15:27:22.366Z Downloaded partial-io v0.5.4
18052026-05-20T15:27:22.371Z Downloaded owo-colors v3.5.0
18062026-05-20T15:27:22.371Z Downloaded supports-hyperlinks v2.1.0
18072026-05-20T15:27:22.371Z Downloaded target-triple v1.0.0
18082026-05-20T15:27:22.371Z Downloaded backtrace-ext v0.2.1
18092026-05-20T15:27:22.375Z Downloaded plotters-svg v0.3.7
18102026-05-20T15:27:22.378Z Downloaded similar-asserts v1.7.0
18112026-05-20T15:27:22.386Z Downloaded serde_regex v1.1.0
18122026-05-20T15:27:22.399Z Downloaded terminal_size v0.1.17
18132026-05-20T15:27:22.403Z Downloaded cargo_metadata v0.23.1
18142026-05-20T15:27:22.403Z Downloaded nested v0.1.1
18152026-05-20T15:27:22.406Z Downloaded approx v0.5.1
18162026-05-20T15:27:22.410Z Downloaded linkme-impl v0.3.35
18172026-05-20T15:27:22.413Z Downloaded pathdiff v0.2.3
18182026-05-20T15:27:22.420Z Downloaded textwrap v0.15.2
18192026-05-20T15:27:22.420Z Downloaded supports-color v2.1.0
18202026-05-20T15:27:22.420Z Downloaded escape8259 v0.5.3
18212026-05-20T15:27:22.420Z Downloaded async-lock v3.4.2
18222026-05-20T15:27:22.420Z Downloaded relative-path v1.9.3
18232026-05-20T15:27:22.420Z Downloaded knuffel-derive v3.2.0
18242026-05-20T15:27:22.423Z Downloaded supports-unicode v2.1.0
18252026-05-20T15:27:22.427Z Downloaded async-object-pool v0.2.0
18262026-05-20T15:27:22.430Z Downloaded cargo-platform v0.3.2
18272026-05-20T15:27:22.436Z Downloaded tokio-test v0.4.5
18282026-05-20T15:27:22.436Z Downloaded guppy-workspace-hack v0.1.0
18292026-05-20T15:27:22.442Z Downloaded miette-derive v5.10.0
18302026-05-20T15:27:22.449Z Downloaded target-spec v3.5.7
18312026-05-20T15:27:22.449Z Downloaded futures-timer v3.0.3
18322026-05-20T15:27:22.449Z Downloaded assert_cmd v2.1.2
18332026-05-20T15:27:22.449Z Downloaded linkme v0.3.35
18342026-05-20T15:27:22.460Z Downloaded stringmetrics v2.2.2
18352026-05-20T15:27:22.460Z Downloaded oorandom v11.1.5
18362026-05-20T15:27:22.460Z Downloaded httptest v0.16.4
18372026-05-20T15:27:22.460Z Downloaded backtrace v0.3.76
18382026-05-20T15:27:22.460Z Downloaded rust-argon2 v2.1.0
18392026-05-20T15:27:22.460Z Downloaded rand_distr v0.5.1
18402026-05-20T15:27:22.460Z Downloaded event-listener-strategy v0.5.4
18412026-05-20T15:27:22.460Z Downloaded criterion-plot v0.6.0
18422026-05-20T15:27:22.473Z Downloaded target-lexicon v0.13.3
18432026-05-20T15:27:22.473Z Downloaded tinytemplate v1.2.1
18442026-05-20T15:27:22.473Z Downloaded cast v0.3.0
18452026-05-20T15:27:22.473Z Downloaded blake2b_simd v1.0.4
18462026-05-20T15:27:22.480Z Downloaded libtest-mimic v0.8.1
18472026-05-20T15:27:22.480Z Downloaded concurrent-queue v2.5.0
18482026-05-20T15:27:22.480Z Downloaded event-listener v5.4.1
18492026-05-20T15:27:22.484Z Downloaded datatest-stable v0.3.3
18502026-05-20T15:27:22.494Z Downloaded rstest_macros v0.25.0
18512026-05-20T15:27:22.497Z Downloaded rstest v0.25.0
18522026-05-20T15:27:22.497Z Downloaded hickory-client v0.25.2
18532026-05-20T15:27:22.497Z Downloaded cfg-expr v0.20.6
18542026-05-20T15:27:22.497Z Downloaded guppy v0.17.25
18552026-05-20T15:27:22.503Z Downloaded trybuild v1.0.116
18562026-05-20T15:27:22.503Z Downloaded knuffel v3.2.0
18572026-05-20T15:27:22.503Z Downloaded chumsky v0.9.3
18582026-05-20T15:27:22.509Z Downloaded miette v5.10.0
18592026-05-20T15:27:22.512Z Downloaded fancy-regex v0.14.0
18602026-05-20T15:27:22.516Z Downloaded plotters v0.3.7
18612026-05-20T15:27:22.522Z Downloaded criterion v0.7.0
18622026-05-20T15:27:22.525Z Downloaded hashbrown v0.14.5
18632026-05-20T15:27:22.546Z Downloaded gimli v0.32.3
18642026-05-20T15:27:22.635Z Downloaded httpmock v0.8.3
18652026-05-20T15:27:24.391Z Checking cfg-if v1.0.4
18662026-05-20T15:27:24.764Z Checking libc v0.2.185
18672026-05-20T15:27:24.772Z Checking serde_core v1.0.228
18682026-05-20T15:27:24.834Z Checking memchr v2.8.0
18692026-05-20T15:27:24.872Z Checking smallvec v1.15.1
18702026-05-20T15:27:24.911Z Checking itoa v1.0.17
18712026-05-20T15:27:24.947Z Checking log v0.4.29
18722026-05-20T15:27:24.989Z Checking libm v0.2.16
18732026-05-20T15:27:25.028Z Checking zeroize v1.8.2
18742026-05-20T15:27:25.085Z Checking stable_deref_trait v1.2.1
18752026-05-20T15:27:25.113Z Checking scopeguard v1.2.0
18762026-05-20T15:27:25.149Z Checking zmij v1.0.21
18772026-05-20T15:27:25.190Z Checking errno v0.3.14
18782026-05-20T15:27:25.194Z Checking getrandom v0.2.17
18792026-05-20T15:27:25.255Z Checking lock_api v0.4.14
18802026-05-20T15:27:25.287Z Checking zerofrom v0.1.6
18812026-05-20T15:27:25.329Z Checking percent-encoding v2.3.2
18822026-05-20T15:27:25.366Z Checking writeable v0.6.2
18832026-05-20T15:27:25.401Z Checking litemap v0.8.1
18842026-05-20T15:27:25.437Z Checking yoke v0.8.1
18852026-05-20T15:27:25.534Z Checking icu_properties_data v2.1.2
18862026-05-20T15:27:25.539Z Checking icu_normalizer_data v2.1.1
18872026-05-20T15:27:25.547Z Checking form_urlencoded v1.2.2
18882026-05-20T15:27:25.580Z Checking utf8_iter v1.0.4
18892026-05-20T15:27:25.614Z Checking subtle v2.6.1
18902026-05-20T15:27:25.649Z Checking rand_core v0.10.0
18912026-05-20T15:27:25.654Z Checking zerovec v0.11.5
18922026-05-20T15:27:25.654Z Checking zerotrie v0.2.3
18932026-05-20T15:27:25.746Z Checking num-traits v0.2.19
18942026-05-20T15:27:25.784Z Checking pin-project-lite v0.2.17
18952026-05-20T15:27:25.818Z Checking getrandom v0.4.1
18962026-05-20T15:27:25.856Z Checking parking_lot_core v0.9.12
18972026-05-20T15:27:25.892Z Checking rand_core v0.6.4
18982026-05-20T15:27:25.929Z Checking zerocopy v0.8.40
18992026-05-20T15:27:25.972Z Checking portable-atomic v1.13.1
19002026-05-20T15:27:26.011Z Checking signal-hook-registry v1.4.8
19012026-05-20T15:27:26.071Z Checking parking_lot v0.12.5
19022026-05-20T15:27:26.106Z Checking critical-section v1.2.0
19032026-05-20T15:27:26.141Z Checking tinystr v0.8.2
19042026-05-20T15:27:26.198Z Checking potential_utf v0.1.4
19052026-05-20T15:27:26.238Z Checking mio v1.2.0
19062026-05-20T15:27:26.273Z Checking serde v1.0.228
19072026-05-20T15:27:26.308Z Checking serde_json v1.0.149
19082026-05-20T15:27:26.315Z Checking bitflags v2.11.0
19092026-05-20T15:27:26.375Z Checking icu_collections v2.1.1
19102026-05-20T15:27:26.380Z Checking icu_locale_core v2.1.1
19112026-05-20T15:27:26.441Z Checking once_cell v1.21.3
19122026-05-20T15:27:26.550Z Checking iana-time-zone v0.1.65
19132026-05-20T15:27:26.646Z Checking socket2 v0.6.3
19142026-05-20T15:27:26.669Z Checking uuid v1.23.0
19152026-05-20T15:27:26.711Z Checking typenum v1.19.0
19162026-05-20T15:27:26.726Z Checking bytes v1.11.1
19172026-05-20T15:27:26.753Z Checking chrono v0.4.44
19182026-05-20T15:27:26.856Z Checking semver v1.0.28
19192026-05-20T15:27:26.965Z Checking icu_provider v2.1.1
19202026-05-20T15:27:27.028Z Checking thiserror v2.0.18
19212026-05-20T15:27:27.063Z Checking futures-core v0.3.32
19222026-05-20T15:27:27.122Z Checking dyn-clone v1.0.20
19232026-05-20T15:27:27.149Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19242026-05-20T15:27:27.211Z Checking tokio v1.52.1
19252026-05-20T15:27:27.239Z Checking equivalent v1.0.2
19262026-05-20T15:27:27.242Z Checking icu_normalizer v2.1.1
19272026-05-20T15:27:27.322Z Checking icu_properties v2.1.2
19282026-05-20T15:27:27.363Z Checking generic-array v0.14.7
19292026-05-20T15:27:27.389Z Checking const-oid v0.9.6
19302026-05-20T15:27:27.470Z Checking futures-sink v0.3.32
19312026-05-20T15:27:27.602Z Checking futures-channel v0.3.32
19322026-05-20T15:27:27.628Z Checking slab v0.4.12
19332026-05-20T15:27:27.680Z Checking futures-task v0.3.32
19342026-05-20T15:27:27.808Z Checking futures-io v0.3.32
19352026-05-20T15:27:27.823Z Checking crypto-common v0.1.7
19362026-05-20T15:27:27.823Z Checking block-buffer v0.10.4
19372026-05-20T15:27:27.906Z Checking byteorder v1.5.0
19382026-05-20T15:27:27.958Z Checking futures-util v0.3.32
19392026-05-20T15:27:28.015Z Checking hashbrown v0.17.0
19402026-05-20T15:27:28.051Z Checking rustix v1.1.3
19412026-05-20T15:27:28.102Z Checking digest v0.10.7
19422026-05-20T15:27:28.135Z Checking cpufeatures v0.2.17
19432026-05-20T15:27:28.169Z Checking idna_adapter v1.2.1
19442026-05-20T15:27:28.234Z Checking thiserror v1.0.69
19452026-05-20T15:27:28.317Z Checking idna v1.1.0
19462026-05-20T15:27:28.352Z Checking getrandom v0.3.4
19472026-05-20T15:27:28.386Z Checking fnv v1.0.7
19482026-05-20T15:27:28.522Z Checking indexmap v2.14.0
19492026-05-20T15:27:28.544Z Checking regex-syntax v0.8.10
19502026-05-20T15:27:28.550Z Checking http v1.4.0
19512026-05-20T15:27:28.612Z Checking url v2.5.8
19522026-05-20T15:27:28.722Z Checking ppv-lite86 v0.2.21
19532026-05-20T15:27:28.950Z Checking tracing-core v0.1.36
19542026-05-20T15:27:29.041Z Checking base64 v0.22.1
19552026-05-20T15:27:29.088Z Checking schemars v0.8.22
19562026-05-20T15:27:29.113Z Checking ipnet v2.11.0
19572026-05-20T15:27:29.156Z Checking unicode-ident v1.0.24
19582026-05-20T15:27:29.286Z Checking tracing v0.1.44
19592026-05-20T15:27:29.297Z Checking proc-macro2 v1.0.106
19602026-05-20T15:27:29.333Z Checking utf8parse v0.2.2
19612026-05-20T15:27:29.399Z Checking untrusted v0.9.0
19622026-05-20T15:27:29.464Z Checking anstyle v1.0.14
19632026-05-20T15:27:29.487Z Checking aho-corasick v1.1.4
19642026-05-20T15:27:29.538Z Checking ring v0.17.14
19652026-05-20T15:27:29.632Z Checking quote v1.0.45
19662026-05-20T15:27:29.672Z Checking rustls-pki-types v1.14.0
19672026-05-20T15:27:29.748Z Checking httparse v1.10.1
19682026-05-20T15:27:29.829Z Checking syn v2.0.117
19692026-05-20T15:27:29.864Z Checking colorchoice v1.0.4
19702026-05-20T15:27:29.911Z Checking anstyle-query v1.1.5
19712026-05-20T15:27:29.974Z Checking base64ct v1.8.3
19722026-05-20T15:27:30.013Z Checking is_terminal_polyfill v1.70.2
19732026-05-20T15:27:30.035Z Checking block-padding v0.3.3
19742026-05-20T15:27:30.076Z Checking crossbeam-utils v0.8.21
19752026-05-20T15:27:30.161Z Checking allocator-api2 v0.2.21
19762026-05-20T15:27:30.197Z Checking inout v0.1.4
19772026-05-20T15:27:30.228Z Checking regex-automata v0.4.14
19782026-05-20T15:27:30.269Z Checking anstyle-parse v1.0.0
19792026-05-20T15:27:30.360Z Checking cipher v0.4.4
19802026-05-20T15:27:30.430Z Checking http-body v1.0.1
19812026-05-20T15:27:30.467Z Checking terminal_size v0.4.3
19822026-05-20T15:27:30.482Z Checking tokio-util v0.7.18
19832026-05-20T15:27:30.508Z Checking atomic-waker v1.1.2
19842026-05-20T15:27:30.578Z Checking anstream v1.0.0
19852026-05-20T15:27:30.603Z Checking try-lock v0.2.5
19862026-05-20T15:27:30.610Z Checking clap_lex v1.0.0
19872026-05-20T15:27:30.668Z Checking httpdate v1.0.3
19882026-05-20T15:27:30.673Z Checking strsim v0.11.1
19892026-05-20T15:27:30.734Z Checking want v0.3.1
19902026-05-20T15:27:30.782Z Checking pem-rfc7468 v0.7.0
19912026-05-20T15:27:30.817Z Checking sha2 v0.10.9
19922026-05-20T15:27:30.852Z Checking pin-utils v0.1.0
19932026-05-20T15:27:30.903Z Checking clap_builder v4.6.0
19942026-05-20T15:27:30.909Z Checking tower-service v0.3.3
19952026-05-20T15:27:30.951Z Checking ryu v1.0.23
19962026-05-20T15:27:30.988Z Checking tower-layer v0.3.3
19972026-05-20T15:27:31.081Z Checking rand_core v0.9.5
19982026-05-20T15:27:31.179Z Checking hmac v0.12.1
19992026-05-20T15:27:31.194Z Checking erased-serde v0.3.31
20002026-05-20T15:27:31.195Z Checking h2 v0.4.13
20012026-05-20T15:27:31.251Z Checking powerfmt v0.2.0
20022026-05-20T15:27:31.263Z Checking socket2 v0.5.10
20032026-05-20T15:27:31.287Z Checking num_threads v0.1.7
20042026-05-20T15:27:31.395Z Checking deranged v0.5.8
20052026-05-20T15:27:31.435Z Checking flagset v0.4.7
20062026-05-20T15:27:31.517Z Checking time-core v0.1.8
20072026-05-20T15:27:31.557Z Checking slog v2.8.2
20082026-05-20T15:27:31.585Z Checking num-conv v0.2.0
20092026-05-20T15:27:31.688Z Checking mime v0.3.17
20102026-05-20T15:27:31.729Z Checking der v0.7.10
20112026-05-20T15:27:31.845Z Checking rand_chacha v0.9.0
20122026-05-20T15:27:31.892Z Checking http-body-util v0.1.3
20132026-05-20T15:27:32.070Z Checking spin v0.9.8
20142026-05-20T15:27:32.108Z Checking anyhow v1.0.102
20152026-05-20T15:27:32.113Z Checking rand v0.9.2
20162026-05-20T15:27:32.175Z Checking clap v4.6.1
20172026-05-20T15:27:32.179Z Checking aws-lc-sys v0.40.0
20182026-05-20T15:27:32.280Z Checking untrusted v0.7.1
20192026-05-20T15:27:32.316Z Checking serde_urlencoded v0.7.1
20202026-05-20T15:27:32.351Z Checking ipnetwork v0.21.1
20212026-05-20T15:27:32.387Z Checking time v0.3.47
20222026-05-20T15:27:32.425Z Checking encoding_rs v0.8.35
20232026-05-20T15:27:32.497Z Checking openssl-probe v0.2.1
20242026-05-20T15:27:32.552Z Checking regex v1.12.3
20252026-05-20T15:27:32.599Z Checking fastrand v2.3.0
20262026-05-20T15:27:32.653Z Checking spki v0.7.3
20272026-05-20T15:27:32.657Z Checking pbkdf2 v0.12.2
20282026-05-20T15:27:32.745Z Checking aws-lc-rs v1.16.3
20292026-05-20T15:27:32.810Z Checking aes v0.8.4
20302026-05-20T15:27:32.848Z Checking pretty-hex v0.4.1
20312026-05-20T15:27:32.879Z Checking cbc v0.1.2
20322026-05-20T15:27:32.883Z Checking salsa20 v0.10.2
20332026-05-20T15:27:32.992Z Checking rand_chacha v0.3.1
20342026-05-20T15:27:33.041Z Checking hex v0.4.3
20352026-05-20T15:27:33.071Z Checking plain v0.2.3
20362026-05-20T15:27:33.209Z Checking scrypt v0.11.0
20372026-05-20T15:27:33.247Z Checking rand v0.8.6
20382026-05-20T15:27:33.247Z Checking tempfile v3.25.0
20392026-05-20T15:27:33.378Z Checking rustls-native-certs v0.8.3
20402026-05-20T15:27:33.415Z Checking sync_wrapper v1.0.2
20412026-05-20T15:27:33.419Z Checking ucd-trie v0.1.7
20422026-05-20T15:27:33.556Z Checking simd-adler32 v0.3.8
20432026-05-20T15:27:33.574Z Checking foldhash v0.2.0
20442026-05-20T15:27:33.583Z Checking tower v0.5.3
20452026-05-20T15:27:33.599Z Checking pkcs5 v0.7.1
20462026-05-20T15:27:33.636Z Checking rustls-webpki v0.103.9
20472026-05-20T15:27:33.699Z Checking pest v2.8.6
20482026-05-20T15:27:33.741Z Checking webpki-roots v1.0.6
20492026-05-20T15:27:33.773Z Checking hashbrown v0.16.1
20502026-05-20T15:27:33.830Z Checking camino v1.2.2
20512026-05-20T15:27:33.879Z Checking adler2 v2.0.1
20522026-05-20T15:27:33.915Z Checking hyper v1.8.1
20532026-05-20T15:27:33.949Z Checking iri-string v0.7.10
20542026-05-20T15:27:34.022Z Checking miniz_oxide v0.8.9
20552026-05-20T15:27:34.030Z Checking pkcs8 v0.10.2
20562026-05-20T15:27:34.105Z Checking openapiv3 v2.2.0
20572026-05-20T15:27:34.142Z Checking rustls v0.23.37
20582026-05-20T15:27:34.253Z Checking oxnet v0.1.5
20592026-05-20T15:27:34.296Z Checking futures-executor v0.3.32
20602026-05-20T15:27:34.405Z Checking either v1.15.0
20612026-05-20T15:27:34.474Z Checking futures v0.3.32
20622026-05-20T15:27:34.516Z Checking crc32fast v1.5.0
20632026-05-20T15:27:34.587Z Checking static_assertions v1.1.0
20642026-05-20T15:27:34.624Z Checking lazy_static v1.5.0
20652026-05-20T15:27:34.681Z Checking signature v2.2.0
20662026-05-20T15:27:34.717Z Checking winnow v0.7.14
20672026-05-20T15:27:34.750Z Checking hubpack v0.1.2
20682026-05-20T15:27:34.782Z Checking strum v0.26.3
20692026-05-20T15:27:34.839Z Checking zlib-rs v0.6.2
20702026-05-20T15:27:34.894Z Checking hyper-util v0.1.20
20712026-05-20T15:27:34.925Z Checking sha1 v0.10.6
20722026-05-20T15:27:34.955Z Checking scroll v0.13.0
20732026-05-20T15:27:34.990Z Checking tower-http v0.6.8
20742026-05-20T15:27:35.114Z Checking tinyvec_macros v0.1.1
20752026-05-20T15:27:35.209Z Checking foreign-types-shared v0.1.1
20762026-05-20T15:27:35.216Z Checking goblin v0.10.5
20772026-05-20T15:27:35.289Z Checking tinyvec v1.10.0
20782026-05-20T15:27:35.328Z Checking foreign-types v0.3.2
20792026-05-20T15:27:35.405Z Checking serde_spanned v0.6.9
20802026-05-20T15:27:35.442Z Checking toml_datetime v0.6.11
20812026-05-20T15:27:35.570Z Checking num-integer v0.1.46
20822026-05-20T15:27:35.618Z Checking openssl-sys v0.9.115
20832026-05-20T15:27:35.653Z Checking memmap2 v0.9.10
20842026-05-20T15:27:35.751Z Checking flate2 v1.1.9
20852026-05-20T15:27:35.810Z Checking data-encoding v2.10.0
20862026-05-20T15:27:35.847Z Checking dtrace-parser v0.3.0
20872026-05-20T15:27:35.927Z Checking thread-id v5.1.0
20882026-05-20T15:27:36.035Z Checking openssl v0.10.79
20892026-05-20T15:27:36.043Z Checking psl-types v2.0.11
20902026-05-20T15:27:36.104Z Checking bit-vec v0.8.0
20912026-05-20T15:27:36.108Z Checking base16ct v0.2.0
20922026-05-20T15:27:36.108Z Checking cookie v0.18.1
20932026-05-20T15:27:36.200Z Checking ff v0.13.1
20942026-05-20T15:27:36.235Z Checking publicsuffix v2.3.0
20952026-05-20T15:27:36.338Z Checking sec1 v0.7.3
20962026-05-20T15:27:36.345Z Checking bit-set v0.8.0
20972026-05-20T15:27:36.362Z Checking wait-timeout v0.2.1
20982026-05-20T15:27:36.418Z Checking group v0.13.0
20992026-05-20T15:27:36.422Z Checking cookie_store v0.22.1
21002026-05-20T15:27:36.489Z Checking tokio-rustls v0.26.4
21012026-05-20T15:27:36.522Z Checking rustls-platform-verifier v0.6.2
21022026-05-20T15:27:36.527Z Checking num-iter v0.1.45
21032026-05-20T15:27:36.527Z Checking bstr v1.12.1
21042026-05-20T15:27:36.619Z Checking hkdf v0.12.4
21052026-05-20T15:27:36.690Z Checking crossbeam-epoch v0.9.18
21062026-05-20T15:27:36.694Z Checking anstyle-parse v0.2.7
21072026-05-20T15:27:36.758Z Checking hyper-rustls v0.27.7
21082026-05-20T15:27:36.822Z Checking ahash v0.8.12
21092026-05-20T15:27:36.860Z Checking crypto-bigint v0.5.5
21102026-05-20T15:27:36.903Z Checking quick-error v1.2.3
21112026-05-20T15:27:36.942Z Checking anstream v0.6.21
21122026-05-20T15:27:36.993Z Checking reqwest v0.13.2
21132026-05-20T15:27:37.032Z Checking rand_xorshift v0.4.0
21142026-05-20T15:27:37.037Z Checking scroll v0.12.0
21152026-05-20T15:27:37.098Z Checking rusty-fork v0.3.1
21162026-05-20T15:27:37.168Z Checking unarray v0.1.4
21172026-05-20T15:27:37.205Z Checking num-bigint-dig v0.8.6
21182026-05-20T15:27:37.301Z Checking pkcs1 v0.7.5
21192026-05-20T15:27:37.667Z Checking proptest v1.10.0
21202026-05-20T15:27:37.684Z Checking goblin v0.8.2
21212026-05-20T15:27:37.684Z Checking x509-cert v0.2.5
21222026-05-20T15:27:37.684Z Checking dof v0.4.0
21232026-05-20T15:27:37.769Z Checking elliptic-curve v0.13.8
21242026-05-20T15:27:37.883Z Checking zerocopy v0.7.35
21252026-05-20T15:27:38.060Z Checking unicode-segmentation v1.12.0
21262026-05-20T15:27:38.074Z Checking native-tls v0.2.18
21272026-05-20T15:27:38.112Z Checking rsa v0.9.10
21282026-05-20T15:27:38.217Z Checking dtrace-parser v0.2.0
21292026-05-20T15:27:38.255Z Checking usdt-impl v0.6.0
21302026-05-20T15:27:38.292Z Checking tokio-native-tls v0.3.1
21312026-05-20T15:27:38.374Z Checking rfc6979 v0.4.0
21322026-05-20T15:27:38.423Z Checking thread-id v4.2.2
21332026-05-20T15:27:38.472Z Checking toml_write v0.1.2
21342026-05-20T15:27:38.480Z Checking hyper-tls v0.6.0
21352026-05-20T15:27:38.541Z Checking toml_parser v1.0.9+spec-1.1.0
21362026-05-20T15:27:38.547Z Checking ecdsa v0.16.9
21372026-05-20T15:27:38.634Z Checking usdt v0.6.0
21382026-05-20T15:27:38.732Z Checking curve25519-dalek v4.1.3
21392026-05-20T15:27:38.839Z Checking toml_edit v0.22.27
21402026-05-20T15:27:38.839Z Checking reqwest v0.12.28
21412026-05-20T15:27:38.856Z Checking memoffset v0.9.1
21422026-05-20T15:27:38.894Z Checking rustix v0.38.44
21432026-05-20T15:27:38.929Z Checking env_filter v1.0.0
21442026-05-20T15:27:38.964Z Checking same-file v1.0.6
21452026-05-20T15:27:39.106Z Checking keccak v0.1.6
21462026-05-20T15:27:39.140Z Checking walkdir v2.5.0
21472026-05-20T15:27:39.143Z Checking newtype-uuid v1.3.2
21482026-05-20T15:27:39.278Z Checking dof v0.3.0
21492026-05-20T15:27:39.317Z Checking sha3 v0.10.8
21502026-05-20T15:27:39.346Z Checking env_logger v0.11.9
21512026-05-20T15:27:39.425Z Checking daft v0.1.7
21522026-05-20T15:27:39.456Z Checking ed25519 v2.2.3
21532026-05-20T15:27:39.542Z Checking serde_with v3.17.0
21542026-05-20T15:27:39.577Z Checking siphasher v1.0.2
21552026-05-20T15:27:39.581Z Checking bitflags v1.3.2
21562026-05-20T15:27:39.647Z Checking usdt-impl v0.5.0
21572026-05-20T15:27:39.681Z Checking ed25519-dalek v2.2.0
21582026-05-20T15:27:39.684Z Checking unicode-normalization v0.1.25
21592026-05-20T15:27:39.745Z Checking signal-hook v0.3.18
21602026-05-20T15:27:39.748Z Checking managed v0.8.0
21612026-05-20T15:27:39.811Z Checking winnow v0.5.40
21622026-05-20T15:27:39.815Z Checking nix v0.31.2
21632026-05-20T15:27:40.158Z Checking bzip2-sys v0.1.13+1.0.8
21642026-05-20T15:27:40.206Z Checking object v0.37.3
21652026-05-20T15:27:40.206Z Checking foldhash v0.1.5
21662026-05-20T15:27:40.206Z Checking signal-hook-mio v0.2.5
21672026-05-20T15:27:40.206Z Checking bzip2 v0.4.4
21682026-05-20T15:27:40.206Z Checking globset v0.4.18
21692026-05-20T15:27:40.206Z Checking hashbrown v0.15.5
21702026-05-20T15:27:40.206Z Checking ref-cast v1.0.25
21712026-05-20T15:27:40.263Z Checking zstd-sys v2.0.16+zstd.1.5.7
21722026-05-20T15:27:40.320Z Checking zip v0.6.6
21732026-05-20T15:27:40.402Z Checking zstd-safe v7.2.4
21742026-05-20T15:27:40.431Z Checking pin-project v1.1.11
21752026-05-20T15:27:40.555Z Checking libbz2-rs-sys v0.2.2
21762026-05-20T15:27:40.592Z Checking bumpalo v3.20.2
21772026-05-20T15:27:40.650Z Checking zstd v0.13.3
21782026-05-20T15:27:40.687Z Checking crossterm v0.28.1
21792026-05-20T15:27:40.817Z Checking zopfli v0.8.3
21802026-05-20T15:27:40.852Z Checking similar v2.7.0
21812026-05-20T15:27:40.892Z Checking tokio-stream v0.1.18
21822026-05-20T15:27:40.955Z Checking toml_edit v0.19.15
21832026-05-20T15:27:40.958Z Checking fs-err v3.3.0
21842026-05-20T15:27:41.024Z Checking bzip2 v0.6.1
21852026-05-20T15:27:41.390Z Checking pem v3.0.6
21862026-05-20T15:27:41.414Z Checking hash32 v0.2.1
21872026-05-20T15:27:41.414Z Checking serde-big-array v0.5.1
21882026-05-20T15:27:41.414Z Checking unicode-bidi v0.3.18
21892026-05-20T15:27:41.414Z Checking unicode-properties v0.1.4
21902026-05-20T15:27:41.414Z Checking jiff v0.2.21
21912026-05-20T15:27:41.414Z Checking predicates-core v1.0.10
21922026-05-20T15:27:41.446Z Checking heapless v0.7.17
21932026-05-20T15:27:41.456Z Checking snafu v0.8.9
21942026-05-20T15:27:41.753Z Checking olpc-cjson v0.1.4
21952026-05-20T15:27:41.757Z Checking hickory-proto v0.25.2
21962026-05-20T15:27:41.764Z Checking stringprep v0.1.5
21972026-05-20T15:27:41.764Z Checking md-5 v0.10.6
21982026-05-20T15:27:41.765Z Checking serde_plain v1.0.2
21992026-05-20T15:27:41.803Z Checking float-cmp v0.10.0
22002026-05-20T15:27:41.982Z Checking toml_datetime v0.7.5+spec-1.1.0
22012026-05-20T15:27:41.987Z Checking typed-path v0.9.3
22022026-05-20T15:27:41.987Z Checking normalize-line-endings v0.3.0
22032026-05-20T15:27:41.987Z Checking fallible-iterator v0.2.0
22042026-05-20T15:27:42.004Z Checking toml v0.7.8
22052026-05-20T15:27:42.049Z Checking difflib v0.4.0
22062026-05-20T15:27:42.104Z Checking smoltcp v0.9.1
22072026-05-20T15:27:42.262Z Checking predicates v3.1.4
22082026-05-20T15:27:42.270Z Checking postgres-protocol v0.6.10
22092026-05-20T15:27:42.329Z Checking iddqd v0.4.1
22102026-05-20T15:27:42.363Z Checking phf_shared v0.11.3
22112026-05-20T15:27:42.537Z Checking phf_shared v0.13.1
22122026-05-20T15:27:42.588Z Checking buf-list v1.1.2
22132026-05-20T15:27:42.652Z Checking strum v0.27.2
22142026-05-20T15:27:42.756Z Checking tough v0.22.0
22152026-05-20T15:27:42.756Z Checking new_debug_unreachable v1.0.6
22162026-05-20T15:27:42.777Z Checking fixedbitset v0.5.7
22172026-05-20T15:27:42.783Z Checking lalrpop-util v0.19.12
22182026-05-20T15:27:42.843Z Checking precomputed-hash v0.1.1
22192026-05-20T15:27:42.852Z Checking fixedbitset v0.4.2
22202026-05-20T15:27:42.958Z Checking string_cache v0.8.9
22212026-05-20T15:27:43.001Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22222026-05-20T15:27:43.010Z Checking petgraph v0.8.3
22232026-05-20T15:27:43.067Z Checking petgraph v0.6.5
22242026-05-20T15:27:43.155Z Checking phf v0.13.1
22252026-05-20T15:27:43.260Z Checking postgres-types v0.2.12
22262026-05-20T15:27:43.334Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22272026-05-20T15:27:43.605Z Checking peg-runtime v0.8.5
22282026-05-20T15:27:43.646Z Checking whoami v2.1.0
22292026-05-20T15:27:43.655Z Checking zip v4.6.1
22302026-05-20T15:27:43.874Z Checking tokio-postgres v0.7.16
22312026-05-20T15:27:43.907Z Checking is-terminal v0.4.17
22322026-05-20T15:27:44.032Z Checking crossbeam-channel v0.5.15
22332026-05-20T15:27:44.277Z Compiling structmeta-derive v0.3.0
22342026-05-20T15:27:44.329Z Compiling newtype-uuid-macros v0.1.0
22352026-05-20T15:27:44.389Z Checking thread_local v1.1.9
22362026-05-20T15:27:44.424Z Checking take_mut v0.2.2
22372026-05-20T15:27:44.562Z Checking term v1.2.1
22382026-05-20T15:27:44.668Z Checking slog-async v2.8.0
22392026-05-20T15:27:47.672Z Compiling rustls v0.22.4
22402026-05-20T15:27:47.672Z Compiling multer v3.1.0
22412026-05-20T15:27:47.672Z Compiling async-stream-impl v0.3.6
22422026-05-20T15:27:47.672Z Checking slog-term v2.9.2
22432026-05-20T15:27:47.672Z Compiling dropshot v0.17.0
22442026-05-20T15:27:47.672Z Compiling dropshot_endpoint v0.17.0
22452026-05-20T15:27:47.672Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22462026-05-20T15:27:47.672Z Checking match_cfg v0.1.0
22472026-05-20T15:27:47.672Z Checking slog-json v2.6.1
22482026-05-20T15:27:47.672Z Checking hostname v0.3.1
22492026-05-20T15:27:47.672Z Checking debug-ignore v1.0.5
22502026-05-20T15:27:47.672Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22512026-05-20T15:27:47.672Z Compiling structmeta v0.3.0
22522026-05-20T15:27:47.672Z Checking serde_spanned v1.0.4
22532026-05-20T15:27:47.672Z Checking toml_writer v1.0.6+spec-1.1.0
22542026-05-20T15:27:47.672Z Checking slog-bunyan v2.5.0
22552026-05-20T15:27:47.672Z Checking rustls-webpki v0.102.8
22562026-05-20T15:27:47.672Z Checking serde_path_to_error v0.1.20
22572026-05-20T15:27:47.672Z Checking async-stream v0.3.6
22582026-05-20T15:27:47.672Z Compiling derive-ex v0.1.8
22592026-05-20T15:27:47.672Z Checking waitgroup v0.1.2
22602026-05-20T15:27:47.672Z Checking rustls-pemfile v2.2.0
22612026-05-20T15:27:47.672Z Checking toml_datetime v1.0.0+spec-1.1.0
22622026-05-20T15:27:47.672Z Checking hostname v0.4.2
22632026-05-20T15:27:47.672Z Checking compression-core v0.4.31
22642026-05-20T15:27:47.672Z Checking progenitor-client v0.14.0
22652026-05-20T15:27:47.672Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662026-05-20T15:27:47.673Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22672026-05-20T15:27:47.673Z Checking compression-codecs v0.4.37
22682026-05-20T15:27:47.673Z Checking toml v1.0.6+spec-1.1.0
22692026-05-20T15:27:47.673Z Checking regress v0.10.5
22702026-05-20T15:27:47.673Z Compiling parse-display-derive v0.10.0
22712026-05-20T15:27:47.673Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22722026-05-20T15:27:47.673Z Checking async-compression v0.4.41
22732026-05-20T15:27:47.673Z Checking itertools v0.14.0
22742026-05-20T15:27:47.703Z Checking macaddr v1.0.1
22752026-05-20T15:27:47.703Z Checking instant v0.1.13
22762026-05-20T15:27:47.703Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22772026-05-20T15:27:47.703Z Checking progenitor-client v0.10.0
22782026-05-20T15:27:47.703Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
22792026-05-20T15:27:47.703Z Checking backoff v0.4.0
22802026-05-20T15:27:47.703Z Checking backon v1.6.0
22812026-05-20T15:27:47.703Z Checking unicode-width v0.2.0
22822026-05-20T15:27:47.703Z Checking progenitor-extras v0.2.0
22832026-05-20T15:27:47.703Z Compiling test-strategy v0.4.5
22842026-05-20T15:27:47.703Z Checking heck v0.5.0
22852026-05-20T15:27:47.703Z Checking tokio-rustls v0.25.0
22862026-05-20T15:27:47.704Z Compiling convert_case v0.4.0
22872026-05-20T15:27:47.704Z Checking half v2.7.1
22882026-05-20T15:27:47.704Z Checking ciborium-io v0.2.2
22892026-05-20T15:27:47.704Z Checking secrecy v0.10.3
22902026-05-20T15:27:47.720Z Checking indent_write v2.2.0
22912026-05-20T15:27:47.788Z Checking universal-hash v0.5.1
22922026-05-20T15:27:47.840Z Checking opaque-debug v0.3.1
22932026-05-20T15:27:47.882Z Checking camino-tempfile v1.4.1
22942026-05-20T15:27:47.916Z Checking ciborium-ll v0.2.2
22952026-05-20T15:27:47.951Z Checking parse-display v0.10.0
22962026-05-20T15:27:47.953Z Compiling regress v0.11.1
22972026-05-20T15:27:48.019Z Compiling unsafe-libyaml v0.2.11
22982026-05-20T15:27:48.023Z Compiling derive_more v0.99.20
22992026-05-20T15:27:48.088Z Checking aead v0.5.2
23002026-05-20T15:27:48.121Z Checking ciborium v0.2.2
23012026-05-20T15:27:48.155Z Compiling crucible-workspace-hack v0.1.0
23022026-05-20T15:27:48.262Z Checking poly1305 v0.8.0
23032026-05-20T15:27:48.411Z Checking chacha20 v0.9.1
23042026-05-20T15:27:48.589Z Compiling serde_yaml v0.9.34+deprecated
23052026-05-20T15:27:48.672Z Compiling thiserror-impl-no-std v2.0.2
23062026-05-20T15:27:48.797Z Checking byte-wrapper v0.1.0
23072026-05-20T15:27:48.935Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23082026-05-20T15:27:49.045Z Checking password-hash v0.5.0
23092026-05-20T15:27:49.305Z Checking blake2 v0.10.6
23102026-05-20T15:27:49.345Z Checking chacha20poly1305 v0.10.1
23112026-05-20T15:27:49.505Z Checking swrite v0.1.0
23122026-05-20T15:27:49.580Z Compiling typify-impl v0.6.2
23132026-05-20T15:27:49.629Z Checking argon2 v0.5.3
23142026-05-20T15:27:49.692Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23152026-05-20T15:27:49.877Z Checking thiserror-no-std v2.0.2
23162026-05-20T15:27:49.997Z Checking vsss-rs v3.3.4
23172026-05-20T15:27:50.032Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23182026-05-20T15:27:50.072Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23192026-05-20T15:27:50.340Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23202026-05-20T15:27:50.374Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23212026-05-20T15:27:50.692Z Checking crossbeam-deque v0.8.6
23222026-05-20T15:27:50.905Z Compiling rayon-core v1.13.0
23232026-05-20T15:27:51.155Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23242026-05-20T15:27:51.244Z Checking toml v0.8.23
23252026-05-20T15:27:51.360Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23262026-05-20T15:27:51.479Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23272026-05-20T15:27:51.549Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23282026-05-20T15:27:51.628Z Compiling proc-macro-error v1.0.4
23292026-05-20T15:27:51.805Z Checking rayon v1.11.0
23302026-05-20T15:27:51.854Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-05-20T15:27:51.908Z Compiling toml_edit v0.23.10+spec-1.0.0
23322026-05-20T15:27:51.973Z Checking glob v0.3.3
23332026-05-20T15:27:52.023Z Checking unicode-width v0.1.14
23342026-05-20T15:27:52.204Z Compiling heapless v0.8.0
23352026-05-20T15:27:52.243Z Compiling ingot-macros v0.1.1
23362026-05-20T15:27:52.309Z Checking tabwriter v1.4.1
23372026-05-20T15:27:52.491Z Compiling proc-macro-crate v3.4.0
23382026-05-20T15:27:52.564Z Checking hash32 v0.3.1
23392026-05-20T15:27:52.728Z Compiling usdt-attr-macro v0.5.0
23402026-05-20T15:27:52.732Z Compiling usdt-macro v0.5.0
23412026-05-20T15:27:53.046Z Checking memmap v0.7.0
23422026-05-20T15:27:53.090Z Compiling num_enum_derive v0.7.6
23432026-05-20T15:27:53.213Z Compiling smoltcp v0.11.0
23442026-05-20T15:27:53.329Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23452026-05-20T15:27:53.569Z Checking usdt v0.5.0
23462026-05-20T15:27:53.663Z Checking cobs v0.3.0
23472026-05-20T15:27:53.704Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23482026-05-20T15:27:53.794Z Compiling proc-macro-crate v1.3.1
23492026-05-20T15:27:53.837Z Checking postcard v1.1.3
23502026-05-20T15:27:53.992Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23512026-05-20T15:27:54.032Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23522026-05-20T15:27:54.155Z Checking num_enum v0.7.6
23532026-05-20T15:27:54.159Z Compiling typify-macro v0.6.2
23542026-05-20T15:27:54.159Z Checking sigpipe v0.1.3
23552026-05-20T15:27:54.257Z Compiling foreign-types-macros v0.2.3
23562026-05-20T15:27:54.260Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23572026-05-20T15:27:54.320Z Checking cpufeatures v0.3.0
23582026-05-20T15:27:54.354Z Checking colored v3.1.1
23592026-05-20T15:27:54.423Z Checking foreign-types-shared v0.3.1
23602026-05-20T15:27:54.544Z Checking chacha20 v0.10.0
23612026-05-20T15:27:54.579Z Compiling num_enum_derive v0.5.11
23622026-05-20T15:27:54.792Z Checking cstr-argument v0.1.2
23632026-05-20T15:27:54.893Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-05-20T15:27:54.922Z Checking foreign-types v0.5.0
23652026-05-20T15:27:54.955Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23662026-05-20T15:27:55.029Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
23672026-05-20T15:27:55.103Z Checking ingot-types v0.1.2
23682026-05-20T15:27:55.136Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23692026-05-20T15:27:55.288Z Checking rand v0.10.1
23702026-05-20T15:27:55.339Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23712026-05-20T15:27:55.373Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23722026-05-20T15:27:55.432Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23732026-05-20T15:27:55.488Z Checking ingot v0.1.1
23742026-05-20T15:27:55.522Z Checking itertools v0.12.1
23752026-05-20T15:27:55.557Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23762026-05-20T15:27:55.634Z Checking winnow v1.0.3
23772026-05-20T15:27:55.670Z Checking num_enum v0.5.11
23782026-05-20T15:27:55.800Z Compiling zone_cfg_derive v0.3.1
23792026-05-20T15:27:55.835Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23802026-05-20T15:27:55.929Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23812026-05-20T15:27:55.964Z Compiling typify v0.6.2
23822026-05-20T15:27:56.104Z Compiling progenitor-impl v0.14.0
23832026-05-20T15:27:56.140Z Compiling num-derive v0.4.2
23842026-05-20T15:27:56.463Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23852026-05-20T15:27:56.557Z Checking zone v0.3.1
23862026-05-20T15:27:56.833Z Checking smf v0.2.3
23872026-05-20T15:27:56.937Z Checking whoami v1.6.1
23882026-05-20T15:27:57.149Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23892026-05-20T15:27:57.185Z Checking tokio-dtrace v0.1.1
23902026-05-20T15:27:57.188Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23912026-05-20T15:27:57.251Z Compiling derive-where v1.6.0
23922026-05-20T15:27:57.255Z Checking console v0.15.11
23932026-05-20T15:27:57.400Z Checking atomicwrites v0.4.4
23942026-05-20T15:27:57.404Z Checking oxide-tokio-rt v0.1.4
23952026-05-20T15:27:57.469Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23962026-05-20T15:27:57.563Z Checking newline-converter v0.3.0
23972026-05-20T15:27:57.598Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23982026-05-20T15:27:57.632Z Checking num-rational v0.4.2
23992026-05-20T15:27:57.665Z Checking num-complex v0.4.6
24002026-05-20T15:27:57.705Z Checking expectorate v1.2.0
24012026-05-20T15:27:57.866Z Checking float-ord v0.3.2
24022026-05-20T15:27:57.871Z Checking itertools v0.13.0
24032026-05-20T15:27:57.941Z Compiling owo-colors v4.3.0
24042026-05-20T15:27:58.006Z Checking bytecount v0.6.9
24052026-05-20T15:27:58.041Z Checking num v0.4.3
24062026-05-20T15:27:58.144Z Compiling cancel-safe-futures v0.1.5
24072026-05-20T15:27:58.454Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24082026-05-20T15:27:58.497Z Checking libsw-core v0.3.2
24092026-05-20T15:27:58.617Z Compiling prettyplease v0.2.37
24102026-05-20T15:27:58.674Z Checking libsw v3.5.0
24112026-05-20T15:27:58.802Z Compiling progenitor-macro v0.14.0
24122026-05-20T15:27:58.928Z Checking linear-map v1.2.0
24132026-05-20T15:27:58.996Z Compiling progenitor-impl v0.13.0
24142026-05-20T15:27:59.126Z Checking gethostname v0.5.0
24152026-05-20T15:27:59.160Z Checking progenitor-client v0.13.0
24162026-05-20T15:27:59.249Z Compiling num-derive v0.3.3
24172026-05-20T15:27:59.517Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24182026-05-20T15:28:00.169Z Checking libscf-sys v1.1.0
24192026-05-20T15:28:00.822Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24202026-05-20T15:28:01.621Z Compiling progenitor-macro v0.13.0
24212026-05-20T15:28:02.749Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24222026-05-20T15:28:03.783Z Checking progenitor v0.14.0
24232026-05-20T15:28:03.956Z Checking resolv-conf v0.7.6
24242026-05-20T15:28:04.298Z Compiling slog-dtrace v0.3.0
24252026-05-20T15:28:04.313Z Checking unicode-linebreak v0.1.5
24262026-05-20T15:28:04.313Z Checking smawk v0.3.2
24272026-05-20T15:28:04.313Z Checking papergrid v0.11.0
24282026-05-20T15:28:04.435Z Compiling tabled_derive v0.7.0
24292026-05-20T15:28:04.471Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24302026-05-20T15:28:04.752Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24312026-05-20T15:28:05.183Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24322026-05-20T15:28:05.218Z Checking linked-hash-map v0.5.6
24332026-05-20T15:28:05.427Z Compiling minimal-lexical v0.2.1
24342026-05-20T15:28:05.461Z Checking tabled v0.15.0
24352026-05-20T15:28:05.717Z Compiling nom v7.1.3
24362026-05-20T15:28:05.721Z Checking lru-cache v0.1.2
24372026-05-20T15:28:05.904Z Checking hickory-proto v0.24.4
24382026-05-20T15:28:06.267Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24392026-05-20T15:28:06.481Z Checking termtree v0.5.1
24402026-05-20T15:28:06.601Z Checking progenitor v0.13.0
24412026-05-20T15:28:06.641Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24422026-05-20T15:28:06.676Z Checking textwrap v0.16.2
24432026-05-20T15:28:06.769Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24442026-05-20T15:28:06.929Z Checking csv-core v0.1.13
24452026-05-20T15:28:07.076Z Checking tagptr v0.2.0
24462026-05-20T15:28:07.124Z Checking humantime v2.3.0
24472026-05-20T15:28:07.162Z Checking csv v1.4.0
24482026-05-20T15:28:07.253Z Checking moka v0.12.13
24492026-05-20T15:28:07.347Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24502026-05-20T15:28:07.568Z Compiling convert_case v0.10.0
24512026-05-20T15:28:07.604Z Checking highway v1.3.0
24522026-05-20T15:28:07.815Z Checking hickory-resolver v0.24.4
24532026-05-20T15:28:07.871Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24542026-05-20T15:28:07.919Z Compiling derive_more-impl v2.1.1
24552026-05-20T15:28:07.954Z Checking hickory-resolver v0.25.2
24562026-05-20T15:28:08.258Z Compiling semver v0.1.20
24572026-05-20T15:28:08.303Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24582026-05-20T15:28:08.503Z Compiling rustc_version v0.1.7
24592026-05-20T15:28:08.538Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24602026-05-20T15:28:08.571Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24612026-05-20T15:28:08.605Z Checking qorb v0.4.1
24622026-05-20T15:28:08.682Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24632026-05-20T15:28:08.760Z Checking phf_shared v0.12.1
24642026-05-20T15:28:08.764Z Checking derive_more v2.1.1
24652026-05-20T15:28:08.899Z Compiling chrono-tz v0.10.4
24662026-05-20T15:28:08.933Z Checking phf v0.12.1
24672026-05-20T15:28:08.973Z Checking crossterm v0.29.0
24682026-05-20T15:28:09.086Z Compiling newtype_derive v0.1.6
24692026-05-20T15:28:09.120Z Compiling const_format_proc_macros v0.2.34
24702026-05-20T15:28:09.198Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24712026-05-20T15:28:09.233Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24722026-05-20T15:28:09.547Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24732026-05-20T15:28:09.787Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24742026-05-20T15:28:09.879Z Checking fd-lock v4.0.4
24752026-05-20T15:28:09.973Z Checking const_format v0.2.35
24762026-05-20T15:28:10.023Z Checking bcs v0.1.6
24772026-05-20T15:28:10.059Z Checking vte v0.14.1
24782026-05-20T15:28:10.063Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24792026-05-20T15:28:10.231Z Checking display-error-chain v0.2.2
24802026-05-20T15:28:10.267Z Checking strip-ansi-escapes v0.2.1
24812026-05-20T15:28:10.335Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24822026-05-20T15:28:10.402Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24832026-05-20T15:28:10.434Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24842026-05-20T15:28:10.473Z Checking nu-ansi-term v0.50.3
24852026-05-20T15:28:10.567Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
24862026-05-20T15:28:10.639Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24872026-05-20T15:28:10.716Z Checking reedline v0.40.0
24882026-05-20T15:28:10.922Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24892026-05-20T15:28:11.179Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24902026-05-20T15:28:11.421Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24912026-05-20T15:28:11.476Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24922026-05-20T15:28:11.761Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24932026-05-20T15:28:11.908Z Compiling ar_archive_writer v0.5.1
24942026-05-20T15:28:12.005Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24952026-05-20T15:28:12.416Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24962026-05-20T15:28:12.844Z Compiling psm v0.1.30
24972026-05-20T15:28:12.931Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24982026-05-20T15:28:13.163Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24992026-05-20T15:28:13.373Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25002026-05-20T15:28:13.749Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25012026-05-20T15:28:13.788Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25022026-05-20T15:28:13.822Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25032026-05-20T15:28:14.075Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25042026-05-20T15:28:14.118Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25052026-05-20T15:28:14.194Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25062026-05-20T15:28:14.273Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25072026-05-20T15:28:14.431Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25082026-05-20T15:28:14.434Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25092026-05-20T15:28:14.553Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25102026-05-20T15:28:14.666Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25112026-05-20T15:28:14.699Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25122026-05-20T15:28:14.829Z Compiling stacker v0.1.23
25132026-05-20T15:28:14.876Z Compiling cfg_aliases v0.1.1
25142026-05-20T15:28:14.911Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25152026-05-20T15:28:14.982Z Compiling nix v0.28.0
25162026-05-20T15:28:15.114Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25172026-05-20T15:28:15.150Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25182026-05-20T15:28:15.357Z Checking steno v0.4.1
25192026-05-20T15:28:15.393Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25202026-05-20T15:28:15.396Z Checking nibble_vec v0.1.0
25212026-05-20T15:28:15.554Z Checking home v0.5.12
25222026-05-20T15:28:15.694Z Checking endian-type v0.1.2
25232026-05-20T15:28:15.861Z Checking radix_trie v0.2.1
25242026-05-20T15:28:16.335Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25252026-05-20T15:28:16.446Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25262026-05-20T15:28:16.733Z Compiling recursive-proc-macro-impl v0.1.1
25272026-05-20T15:28:17.007Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25282026-05-20T15:28:17.214Z Checking recursive v0.1.1
25292026-05-20T15:28:17.247Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25302026-05-20T15:28:17.340Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25312026-05-20T15:28:17.454Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322026-05-20T15:28:17.620Z Compiling peg-macros v0.8.5
25332026-05-20T15:28:17.705Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25342026-05-20T15:28:17.708Z Checking nom v8.0.0
25352026-05-20T15:28:17.770Z Checking winnow v0.6.26
25362026-05-20T15:28:17.974Z Compiling sqlparser_derive v0.5.0
25372026-05-20T15:28:18.009Z Checking unicode_categories v0.1.1
25382026-05-20T15:28:18.043Z Checking rustyline v14.0.0
25392026-05-20T15:28:18.250Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
25402026-05-20T15:28:18.380Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
25412026-05-20T15:28:18.625Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25422026-05-20T15:28:18.698Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25432026-05-20T15:28:18.776Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25442026-05-20T15:28:18.779Z Checking sqlparser v0.61.0
25452026-05-20T15:28:18.846Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25462026-05-20T15:28:18.940Z Checking sqlformat v0.3.5
25472026-05-20T15:28:19.029Z Checking peg v0.8.5
25482026-05-20T15:28:19.136Z Checking filetime v0.2.27
25492026-05-20T15:28:19.244Z Checking xattr v1.6.1
25502026-05-20T15:28:19.301Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25512026-05-20T15:28:19.381Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25522026-05-20T15:28:19.416Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25532026-05-20T15:28:19.505Z Checking tar v0.4.45
25542026-05-20T15:28:19.660Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
25552026-05-20T15:28:19.819Z Checking subprocess v0.2.15
25562026-05-20T15:28:19.918Z Checking base64 v0.21.7
25572026-05-20T15:28:20.018Z Checking headers-core v0.3.0
25582026-05-20T15:28:20.133Z Checking yasna v0.5.2
25592026-05-20T15:28:20.169Z Checking headers v0.4.1
25602026-05-20T15:28:20.201Z Checking dropshot-api-manager-types v0.7.1
25612026-05-20T15:28:20.234Z Checking utf-8 v0.7.6
25622026-05-20T15:28:20.398Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25632026-05-20T15:28:20.431Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25642026-05-20T15:28:20.548Z Checking rcgen v0.12.1
25652026-05-20T15:28:20.583Z Compiling libefi-sys v0.1.0
25662026-05-20T15:28:20.646Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-20T15:28:21.197Z Compiling bitfield-struct v0.6.2
25682026-05-20T15:28:21.207Z Compiling radium v0.7.0
25692026-05-20T15:28:21.207Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25702026-05-20T15:28:21.207Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25712026-05-20T15:28:21.215Z Checking tungstenite v0.21.0
25722026-05-20T15:28:21.305Z Compiling maybe-uninit v2.0.0
25732026-05-20T15:28:21.324Z Checking tap v1.0.1
25742026-05-20T15:28:21.461Z Checking wyz v0.5.1
25752026-05-20T15:28:21.508Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25762026-05-20T15:28:21.561Z Compiling zerocopy-derive v0.6.6
25772026-05-20T15:28:21.664Z Checking tokio-tungstenite v0.21.0
25782026-05-20T15:28:21.699Z Checking crc-catalog v2.4.0
25792026-05-20T15:28:21.702Z Compiling packed_struct v0.10.1
25802026-05-20T15:28:21.773Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25812026-05-20T15:28:21.821Z Checking funty v2.0.0
25822026-05-20T15:28:22.011Z Checking crc v3.4.0
25832026-05-20T15:28:22.095Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25842026-05-20T15:28:22.225Z Compiling packed_struct_codegen v0.10.1
25852026-05-20T15:28:22.228Z Checking bitvec v1.0.1
25862026-05-20T15:28:22.228Z Compiling bitfield-macros v0.19.4
25872026-05-20T15:28:22.480Z Checking zerocopy v0.6.6
25882026-05-20T15:28:22.812Z Compiling indexmap v1.9.3
25892026-05-20T15:28:22.998Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25902026-05-20T15:28:23.032Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
25912026-05-20T15:28:23.063Z Checking nodrop v0.1.14
25922026-05-20T15:28:23.148Z Checking bitfield v0.19.4
25932026-05-20T15:28:23.182Z Checking smallvec v0.6.14
25942026-05-20T15:28:23.185Z Checking array-init v0.0.4
25952026-05-20T15:28:23.290Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25962026-05-20T15:28:23.333Z Checking hashbrown v0.12.3
25972026-05-20T15:28:23.400Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25982026-05-20T15:28:23.444Z Checking ron v0.8.1
25992026-05-20T15:28:23.538Z Checking serde-hex v0.1.0
26002026-05-20T15:28:23.591Z Checking hashbrown v0.13.2
26012026-05-20T15:28:24.001Z Checking crc-any v2.5.0
26022026-05-20T15:28:24.050Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26032026-05-20T15:28:24.117Z Checking object v0.30.4
26042026-05-20T15:28:24.209Z Compiling xshell-macros v0.2.7
26052026-05-20T15:28:24.244Z Checking path-slash v0.1.5
26062026-05-20T15:28:24.376Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26072026-05-20T15:28:24.611Z Checking xshell v0.2.7
26082026-05-20T15:28:24.696Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26092026-05-20T15:28:24.788Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-05-20T15:28:24.830Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26112026-05-20T15:28:24.863Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26122026-05-20T15:28:25.209Z Checking half v1.8.3
26132026-05-20T15:28:25.441Z Checking serde_cbor v0.11.2
26142026-05-20T15:28:25.474Z Compiling proc-macro-error-attr2 v2.0.0
26152026-05-20T15:28:25.608Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26162026-05-20T15:28:25.848Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26172026-05-20T15:28:25.913Z Compiling proc-macro-error2 v2.0.1
26182026-05-20T15:28:26.049Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26192026-05-20T15:28:26.080Z Checking papergrid v0.17.0
26202026-05-20T15:28:26.221Z Checking testing_table v0.3.0
26212026-05-20T15:28:26.257Z Compiling tabled_derive v0.11.0
26222026-05-20T15:28:26.289Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26232026-05-20T15:28:26.343Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26242026-05-20T15:28:26.829Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26252026-05-20T15:28:27.128Z Compiling git-stub v1.0.0
26262026-05-20T15:28:27.160Z Checking maplit v1.0.2
26272026-05-20T15:28:27.163Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26282026-05-20T15:28:27.279Z Checking crc8 v0.1.1
26292026-05-20T15:28:27.411Z Compiling git-stub-vcs v0.1.0
26302026-05-20T15:28:27.444Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26312026-05-20T15:28:27.477Z Checking tabled v0.20.0
26322026-05-20T15:28:27.773Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26332026-05-20T15:28:27.809Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26342026-05-20T15:28:27.841Z Checking fxhash v0.2.1
26352026-05-20T15:28:27.995Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26362026-05-20T15:28:28.108Z Checking unicase v2.9.0
26372026-05-20T15:28:28.218Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26382026-05-20T15:28:28.299Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26392026-05-20T15:28:28.614Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26402026-05-20T15:28:28.654Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26412026-05-20T15:28:28.705Z Compiling typify-impl v0.4.3
26422026-05-20T15:28:28.785Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26432026-05-20T15:28:28.924Z Checking kstat-rs v0.2.4
26442026-05-20T15:28:29.146Z Compiling diesel_derives v2.3.7
26452026-05-20T15:28:29.179Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26462026-05-20T15:28:29.182Z Checking scheduled-thread-pool v0.2.7
26472026-05-20T15:28:29.390Z Compiling dsl_auto_type v0.2.0
26482026-05-20T15:28:29.432Z Compiling vergen-gitcl v1.0.8
26492026-05-20T15:28:29.559Z Checking arc-swap v1.8.2
26502026-05-20T15:28:29.652Z Compiling diesel_table_macro_syntax v0.3.0
26512026-05-20T15:28:29.818Z Compiling parking_lot_core v0.8.6
26522026-05-20T15:28:29.898Z Checking slog-scope v4.4.1
26532026-05-20T15:28:29.994Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26542026-05-20T15:28:30.156Z Checking r2d2 v0.8.10
26552026-05-20T15:28:30.202Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26562026-05-20T15:28:30.377Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26572026-05-20T15:28:30.731Z Checking downcast-rs v2.0.2
26582026-05-20T15:28:31.127Z Checking slog-stdlog v4.1.1
26592026-05-20T15:28:31.229Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26602026-05-20T15:28:31.282Z Checking slog-envlogger v2.2.0
26612026-05-20T15:28:31.374Z Checking parking_lot v0.11.2
26622026-05-20T15:28:31.464Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26632026-05-20T15:28:31.554Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26642026-05-20T15:28:31.601Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26652026-05-20T15:28:31.687Z Checking prefix-trie v0.7.0
26662026-05-20T15:28:31.823Z Compiling itertools v0.10.5
26672026-05-20T15:28:32.053Z Checking sled v0.34.7
26682026-05-20T15:28:32.087Z Checking hickory-server v0.25.2
26692026-05-20T15:28:32.161Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
26702026-05-20T15:28:32.365Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26712026-05-20T15:28:32.569Z Checking nanorand v0.7.0
26722026-05-20T15:28:32.808Z Compiling dirs-sys-next v0.1.2
26732026-05-20T15:28:32.842Z Compiling salty v0.3.0
26742026-05-20T15:28:32.930Z Compiling crunchy v0.2.4
26752026-05-20T15:28:33.141Z Compiling dirs-next v2.0.0
26762026-05-20T15:28:33.184Z Checking flume v0.11.1
26772026-05-20T15:28:33.216Z Compiling typify-macro v0.4.3
26782026-05-20T15:28:33.293Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-05-20T15:28:33.296Z Compiling clang-sys v1.8.1
26802026-05-20T15:28:33.398Z Checking primeorder v0.13.6
26812026-05-20T15:28:33.452Z Compiling tiny-keccak v2.0.2
26822026-05-20T15:28:33.823Z Compiling term v0.7.0
26832026-05-20T15:28:33.960Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26842026-05-20T15:28:34.201Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26852026-05-20T15:28:34.432Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26862026-05-20T15:28:34.466Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26872026-05-20T15:28:34.530Z Compiling bit-vec v0.6.3
26882026-05-20T15:28:34.738Z Compiling bit-set v0.5.3
26892026-05-20T15:28:34.785Z Compiling ascii-canvas v3.0.0
26902026-05-20T15:28:34.924Z Compiling ena v0.14.4
26912026-05-20T15:28:34.956Z Compiling typify v0.4.3
26922026-05-20T15:28:35.103Z Compiling libloading v0.8.9
26932026-05-20T15:28:35.135Z Compiling fs-err v2.11.0
26942026-05-20T15:28:35.180Z Compiling regex-syntax v0.6.29
26952026-05-20T15:28:35.212Z Compiling bindgen v0.71.1
26962026-05-20T15:28:35.252Z Compiling diff v0.1.13
26972026-05-20T15:28:35.404Z Checking diesel v2.3.7
26982026-05-20T15:28:35.528Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26992026-05-20T15:28:35.560Z Checking p384 v0.13.1
27002026-05-20T15:28:35.596Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27012026-05-20T15:28:35.599Z Compiling cexpr v0.6.0
27022026-05-20T15:28:35.707Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27032026-05-20T15:28:36.008Z Compiling rustc-hash v2.1.1
27042026-05-20T15:28:36.169Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27052026-05-20T15:28:36.277Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27062026-05-20T15:28:36.324Z Compiling libxml v0.3.3
27072026-05-20T15:28:36.502Z Compiling lalrpop v0.19.12
27082026-05-20T15:28:36.544Z Checking parse-size v1.1.0
27092026-05-20T15:28:36.675Z Compiling strum_macros v0.24.3
27102026-05-20T15:28:36.707Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27112026-05-20T15:28:37.439Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27122026-05-20T15:28:37.667Z Checking assert_matches v1.5.0
27132026-05-20T15:28:37.773Z Compiling indoc v1.0.9
27142026-05-20T15:28:37.984Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27152026-05-20T15:28:38.144Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27162026-05-20T15:28:38.246Z Compiling progenitor-impl v0.10.0
27172026-05-20T15:28:38.600Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27182026-05-20T15:28:38.717Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27192026-05-20T15:28:38.935Z Checking predicates-tree v1.0.13
27202026-05-20T15:28:38.969Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27212026-05-20T15:28:39.070Z Checking quick-xml v0.37.5
27222026-05-20T15:28:39.102Z Checking derive_builder v0.20.2
27232026-05-20T15:28:39.243Z Compiling oso-derive v0.27.3
27242026-05-20T15:28:39.588Z Compiling trait-variant v0.1.2
27252026-05-20T15:28:39.756Z Compiling impl-trait-for-tuples v0.2.3
27262026-05-20T15:28:39.965Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27272026-05-20T15:28:40.154Z Checking openssl-probe v0.1.6
27282026-05-20T15:28:40.232Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27292026-05-20T15:28:40.296Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27302026-05-20T15:28:40.843Z Compiling progenitor-macro v0.10.0
27312026-05-20T15:28:41.313Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27322026-05-20T15:28:42.290Z Compiling mime_guess v2.0.5
27332026-05-20T15:28:42.323Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27342026-05-20T15:28:42.612Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27352026-05-20T15:28:42.752Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27362026-05-20T15:28:42.881Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27372026-05-20T15:28:43.090Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27382026-05-20T15:28:43.123Z Checking corncobs v0.1.4
27392026-05-20T15:28:43.290Z Checking http-range v0.1.5
27402026-05-20T15:28:43.383Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27412026-05-20T15:28:43.506Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27422026-05-20T15:28:43.680Z Compiling progenitor-impl v0.11.2
27432026-05-20T15:28:43.889Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27442026-05-20T15:28:44.533Z Checking ignore v0.4.25
27452026-05-20T15:28:44.972Z Checking secrecy v0.8.0
27462026-05-20T15:28:45.134Z Checking atty v0.2.14
27472026-05-20T15:28:45.778Z Checking progenitor v0.10.0
27482026-05-20T15:28:45.882Z Checking globwalk v0.9.1
27492026-05-20T15:28:45.954Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27502026-05-20T15:28:46.393Z Compiling progenitor-macro v0.11.2
27512026-05-20T15:28:46.461Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27522026-05-20T15:28:46.878Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27532026-05-20T15:28:46.990Z Checking progenitor-client v0.11.2
27542026-05-20T15:28:47.114Z Checking bb8 v0.8.6
27552026-05-20T15:28:47.272Z Compiling illumos-nvpair-sys v0.2.0
27562026-05-20T15:28:47.476Z Checking hyper-staticfile v0.10.1
27572026-05-20T15:28:47.510Z Checking camino-tempfile-ext v0.3.3
27582026-05-20T15:28:47.583Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27592026-05-20T15:28:47.773Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27602026-05-20T15:28:47.805Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27612026-05-20T15:28:47.903Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27622026-05-20T15:28:48.032Z Checking signal-hook-tokio v0.3.1
27632026-05-20T15:28:48.197Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27642026-05-20T15:28:48.679Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27652026-05-20T15:28:48.713Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27662026-05-20T15:28:49.197Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27672026-05-20T15:28:49.512Z Checking async-bb8-diesel v0.2.1
27682026-05-20T15:28:49.606Z Checking diesel-dtrace v0.5.0
27692026-05-20T15:28:49.888Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27702026-05-20T15:28:49.922Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27712026-05-20T15:28:49.955Z Checking nonempty v0.12.0
27722026-05-20T15:28:50.151Z Checking illumos-nvpair v0.3.0
27732026-05-20T15:28:50.237Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27742026-05-20T15:28:50.340Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27752026-05-20T15:28:50.411Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762026-05-20T15:28:50.686Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27772026-05-20T15:28:50.718Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27782026-05-20T15:28:50.760Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27792026-05-20T15:28:50.890Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27802026-05-20T15:28:51.143Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27812026-05-20T15:28:51.320Z Checking progenitor v0.11.2
27822026-05-20T15:28:51.353Z Checking tungstenite v0.23.0
27832026-05-20T15:28:51.434Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27842026-05-20T15:28:51.493Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27852026-05-20T15:28:51.808Z Checking tokio-tungstenite v0.23.1
27862026-05-20T15:28:52.154Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27872026-05-20T15:28:52.537Z Checking rand_seeder v0.4.0
27882026-05-20T15:28:52.595Z Checking void v1.0.2
27892026-05-20T15:28:52.670Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27902026-05-20T15:28:52.721Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27912026-05-20T15:28:52.753Z Checking lzss v0.8.2
27922026-05-20T15:28:52.918Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27932026-05-20T15:28:52.977Z Checking nix v0.27.1
27942026-05-20T15:28:53.083Z Checking serde_bytes v0.11.19
27952026-05-20T15:28:53.192Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27962026-05-20T15:28:53.295Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27972026-05-20T15:28:53.402Z Checking is_ci v1.2.0
27982026-05-20T15:28:53.533Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
27992026-05-20T15:28:53.564Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28002026-05-20T15:28:53.866Z Checking yansi v1.0.1
28012026-05-20T15:28:53.938Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28022026-05-20T15:28:54.167Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28032026-05-20T15:28:54.238Z Checking pretty_assertions v1.4.1
28042026-05-20T15:28:54.422Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28052026-05-20T15:28:54.466Z Compiling darling_core v0.23.0
28062026-05-20T15:28:54.691Z Compiling indoc v2.0.7
28072026-05-20T15:28:54.959Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28082026-05-20T15:28:55.184Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28092026-05-20T15:28:55.220Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28102026-05-20T15:28:55.448Z Compiling instability v0.3.11
28112026-05-20T15:28:55.845Z Compiling libz-sys v1.1.24
28122026-05-20T15:28:56.022Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28132026-05-20T15:28:56.260Z Checking castaway v0.2.4
28142026-05-20T15:28:56.409Z Checking compact_str v0.8.1
28152026-05-20T15:28:57.067Z Compiling darling_macro v0.23.0
28162026-05-20T15:28:57.541Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28172026-05-20T15:28:57.601Z Compiling darling v0.23.0
28182026-05-20T15:28:57.701Z Checking supports-color v3.0.2
28192026-05-20T15:28:57.803Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28202026-05-20T15:28:57.864Z Checking unicode-truncate v1.1.0
28212026-05-20T15:28:58.029Z Checking console v0.16.2
28222026-05-20T15:28:58.077Z Checking lru v0.12.5
28232026-05-20T15:28:58.257Z Checking cassowary v0.3.0
28242026-05-20T15:28:58.379Z Checking unit-prefix v0.5.2
28252026-05-20T15:28:58.478Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28262026-05-20T15:28:58.510Z Checking ratatui v0.29.0
28272026-05-20T15:28:58.543Z Checking indicatif v0.18.4
28282026-05-20T15:28:58.546Z Compiling libgit2-sys v0.18.3+1.9.2
28292026-05-20T15:28:58.723Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28302026-05-20T15:28:59.129Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28312026-05-20T15:28:59.357Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28322026-05-20T15:28:59.679Z Compiling vergen-git2 v1.0.7
28332026-05-20T15:28:59.851Z Checking plotters-backend v0.3.7
28342026-05-20T15:28:59.951Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-05-20T15:29:00.088Z Checking plotters-svg v0.3.7
28362026-05-20T15:29:00.184Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28372026-05-20T15:29:00.261Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-05-20T15:29:00.331Z Checking colored v2.2.0
28392026-05-20T15:29:00.409Z Checking shell-words v1.1.1
28402026-05-20T15:29:00.563Z Compiling rustls v0.21.12
28412026-05-20T15:29:00.566Z Checking cast v0.3.0
28422026-05-20T15:29:00.780Z Checking criterion-plot v0.6.0
28432026-05-20T15:29:00.904Z Checking plotters v0.3.7
28442026-05-20T15:29:00.981Z Checking typeid v1.0.3
28452026-05-20T15:29:01.057Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28462026-05-20T15:29:01.116Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28472026-05-20T15:29:01.346Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28482026-05-20T15:29:01.571Z Checking sct v0.7.1
28492026-05-20T15:29:01.662Z Checking rustls-webpki v0.101.7
28502026-05-20T15:29:01.737Z Checking tinytemplate v1.2.1
28512026-05-20T15:29:02.017Z Compiling nix v0.29.0
28522026-05-20T15:29:02.066Z Compiling dropshot v0.16.7
28532026-05-20T15:29:02.100Z Checking hex-literal v0.4.1
28542026-05-20T15:29:02.231Z Checking anes v0.1.6
28552026-05-20T15:29:02.297Z Checking oorandom v11.1.5
28562026-05-20T15:29:02.465Z Checking criterion v0.7.0
28572026-05-20T15:29:02.530Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28582026-05-20T15:29:03.300Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28592026-05-20T15:29:03.739Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28602026-05-20T15:29:03.881Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28612026-05-20T15:29:05.418Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28622026-05-20T15:29:05.723Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28632026-05-20T15:29:06.026Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28642026-05-20T15:29:06.793Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28652026-05-20T15:29:06.873Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28662026-05-20T15:29:08.737Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28672026-05-20T15:29:08.973Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28682026-05-20T15:29:09.305Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28692026-05-20T15:29:10.123Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-05-20T15:29:10.650Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28712026-05-20T15:29:10.823Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28722026-05-20T15:29:11.437Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-05-20T15:29:11.687Z Checking erased-serde v0.4.9
28742026-05-20T15:29:12.087Z Checking toml v0.9.12+spec-1.1.0
28752026-05-20T15:29:12.405Z Checking ordered-float v2.10.1
28762026-05-20T15:29:12.674Z Compiling dropshot_endpoint v0.16.7
28772026-05-20T15:29:12.707Z Checking serde-value v0.7.0
28782026-05-20T15:29:12.842Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28792026-05-20T15:29:12.951Z Checking serde-untagged v0.1.9
28802026-05-20T15:29:13.179Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28812026-05-20T15:29:13.361Z Checking tokio-rustls v0.24.1
28822026-05-20T15:29:13.855Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28832026-05-20T15:29:14.017Z Checking rustls-pemfile v1.0.4
28842026-05-20T15:29:14.186Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28852026-05-20T15:29:14.412Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28862026-05-20T15:29:14.667Z Checking twox-hash v2.1.2
28872026-05-20T15:29:14.817Z Checking unicode-xid v0.2.6
28882026-05-20T15:29:14.962Z Checking cargo-util-schemas v0.8.2
28892026-05-20T15:29:15.051Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28902026-05-20T15:29:15.905Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28912026-05-20T15:29:16.277Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28922026-05-20T15:29:16.345Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28932026-05-20T15:29:16.537Z Checking fatfs v0.3.6
28942026-05-20T15:29:16.749Z Checking cargo-platform v0.2.0
28952026-05-20T15:29:16.970Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28962026-05-20T15:29:17.029Z Compiling petname v2.0.2
28972026-05-20T15:29:17.551Z Compiling seq-macro v0.3.6
28982026-05-20T15:29:18.239Z Checking cargo_metadata v0.21.0
28992026-05-20T15:29:18.311Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29002026-05-20T15:29:18.791Z Compiling samael v0.0.19
29012026-05-20T15:29:19.014Z Checking concurrent-queue v2.5.0
29022026-05-20T15:29:19.231Z Checking rtoolbox v0.0.3
29032026-05-20T15:29:19.398Z Checking parking v2.2.1
29042026-05-20T15:29:19.557Z Checking event-listener v5.4.1
29052026-05-20T15:29:19.819Z Checking rpassword v7.4.0
29062026-05-20T15:29:20.385Z Checking tui-tree-widget v0.23.1
29072026-05-20T15:29:20.472Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29082026-05-20T15:29:20.602Z Checking polyval v0.6.2
29092026-05-20T15:29:20.667Z Checking sapling-renderdag v0.1.0
29102026-05-20T15:29:20.800Z Checking sync-ptr v0.1.4
29112026-05-20T15:29:20.938Z Checking ghash v0.5.1
29122026-05-20T15:29:20.971Z Checking event-listener-strategy v0.5.4
29132026-05-20T15:29:21.168Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29142026-05-20T15:29:21.171Z Checking ctr v0.9.2
29152026-05-20T15:29:21.322Z Checking futures-timer v3.0.3
29162026-05-20T15:29:21.354Z Checking arrayref v0.3.9
29172026-05-20T15:29:21.460Z Checking arrayvec v0.7.6
29182026-05-20T15:29:21.534Z Checking constant_time_eq v0.4.2
29192026-05-20T15:29:21.675Z Checking aes-gcm v0.10.3
29202026-05-20T15:29:21.750Z Checking async-lock v3.4.2
29212026-05-20T15:29:21.860Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29222026-05-20T15:29:22.184Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29232026-05-20T15:29:23.004Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29242026-05-20T15:29:23.826Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29252026-05-20T15:29:24.859Z Checking ssh-encoding v0.2.0
29262026-05-20T15:29:24.904Z Checking blowfish v0.9.1
29272026-05-20T15:29:25.059Z Checking async-object-pool v0.2.0
29282026-05-20T15:29:25.094Z Checking bcrypt-pbkdf v0.10.0
29292026-05-20T15:29:25.094Z Checking ssh-cipher v0.2.0
29302026-05-20T15:29:25.208Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29312026-05-20T15:29:25.302Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29322026-05-20T15:29:25.335Z Checking serde_regex v1.1.0
29332026-05-20T15:29:25.526Z Checking password-hash v0.4.2
29342026-05-20T15:29:25.599Z Checking assert-json-diff v2.0.2
29352026-05-20T15:29:25.778Z Checking path-tree v0.8.3
29362026-05-20T15:29:25.810Z Checking gimli v0.32.3
29372026-05-20T15:29:25.962Z Checking stringmetrics v2.2.2
29382026-05-20T15:29:26.001Z Compiling target-lexicon v0.13.3
29392026-05-20T15:29:26.153Z Checking httpmock v0.8.3
29402026-05-20T15:29:26.411Z Compiling git2 v0.20.4
29412026-05-20T15:29:26.598Z Checking pbkdf2 v0.11.0
29422026-05-20T15:29:26.807Z Checking ssh-key v0.6.7
29432026-05-20T15:29:27.425Z Checking addr2line v0.25.1
29442026-05-20T15:29:27.737Z Checking p256 v0.13.2
29452026-05-20T15:29:28.026Z Checking p521 v0.13.3
29462026-05-20T15:29:28.100Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29472026-05-20T15:29:28.381Z Checking russh-cryptovec v0.7.3
29482026-05-20T15:29:28.417Z Checking md5 v0.7.0
29492026-05-20T15:29:28.556Z Checking rustc-demangle v0.1.27
29502026-05-20T15:29:28.664Z Compiling guppy-workspace-hack v0.1.0
29512026-05-20T15:29:28.820Z Checking backtrace v0.3.76
29522026-05-20T15:29:28.925Z Checking russh-keys v0.45.0
29532026-05-20T15:29:29.253Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29542026-05-20T15:29:29.436Z Checking num-bigint v0.4.6
29552026-05-20T15:29:29.487Z Checking des v0.8.1
29562026-05-20T15:29:29.648Z Compiling blake3 v1.8.3
29572026-05-20T15:29:29.679Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29582026-05-20T15:29:29.773Z Compiling target-spec v3.5.7
29592026-05-20T15:29:29.806Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29602026-05-20T15:29:30.180Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29612026-05-20T15:29:30.330Z Checking cfg-expr v0.20.6
29622026-05-20T15:29:30.411Z Checking russh v0.45.0
29632026-05-20T15:29:30.535Z Checking backtrace-ext v0.2.1
29642026-05-20T15:29:30.749Z Checking supports-color v2.1.0
29652026-05-20T15:29:30.781Z Checking textwrap v0.15.2
29662026-05-20T15:29:30.813Z Checking supports-hyperlinks v2.1.0
29672026-05-20T15:29:30.915Z Checking supports-unicode v2.1.0
29682026-05-20T15:29:30.963Z Checking hashbrown v0.14.5
29692026-05-20T15:29:31.018Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29702026-05-20T15:29:31.063Z Checking cargo-platform v0.3.2
29712026-05-20T15:29:31.254Z Checking terminal_size v0.1.17
29722026-05-20T15:29:31.288Z Compiling miette-derive v5.10.0
29732026-05-20T15:29:31.397Z Checking owo-colors v3.5.0
29742026-05-20T15:29:31.482Z Checking internet-checksum v0.2.1
29752026-05-20T15:29:31.640Z Checking chumsky v0.9.3
29762026-05-20T15:29:31.960Z Checking cargo_metadata v0.23.1
29772026-05-20T15:29:32.504Z Checking miette v5.10.0
29782026-05-20T15:29:32.855Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29792026-05-20T15:29:32.953Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29802026-05-20T15:29:33.043Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29812026-05-20T15:29:33.097Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29822026-05-20T15:29:33.337Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29832026-05-20T15:29:33.403Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29842026-05-20T15:29:33.646Z Compiling knuffel-derive v3.2.0
29852026-05-20T15:29:33.796Z Checking httptest v0.16.4
29862026-05-20T15:29:33.861Z Compiling polar-core v0.27.3
29872026-05-20T15:29:33.916Z Checking pathdiff v0.2.3
29882026-05-20T15:29:34.063Z Checking nested v0.1.1
29892026-05-20T15:29:34.229Z Checking topological-sort v0.2.2
29902026-05-20T15:29:34.232Z Checking guppy v0.17.25
29912026-05-20T15:29:34.294Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29922026-05-20T15:29:34.402Z Checking omicron-zone-package v0.12.2
29932026-05-20T15:29:34.576Z Checking similar-asserts v1.7.0
29942026-05-20T15:29:34.765Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29952026-05-20T15:29:34.938Z Compiling target-triple v1.0.0
29962026-05-20T15:29:35.186Z Checking knuffel v3.2.0
29972026-05-20T15:29:35.284Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29982026-05-20T15:29:35.330Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29992026-05-20T15:29:35.365Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30002026-05-20T15:29:35.963Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30012026-05-20T15:29:35.967Z Checking hickory-client v0.25.2
30022026-05-20T15:29:36.197Z Checking tokio-test v0.4.5
30032026-05-20T15:29:36.329Z Checking escape8259 v0.5.3
30042026-05-20T15:29:36.447Z Compiling assert_cmd v2.1.2
30052026-05-20T15:29:36.503Z Checking libtest-mimic v0.8.1
30062026-05-20T15:29:36.862Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30072026-05-20T15:29:36.934Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30082026-05-20T15:29:37.004Z Checking blake2b_simd v1.0.4
30092026-05-20T15:29:37.248Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30102026-05-20T15:29:37.444Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30112026-05-20T15:29:37.700Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30122026-05-20T15:29:37.778Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30132026-05-20T15:29:37.888Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30142026-05-20T15:29:38.017Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30152026-05-20T15:29:38.253Z Checking fancy-regex v0.14.0
30162026-05-20T15:29:38.320Z Checking serde_tokenstream v0.2.3
30172026-05-20T15:29:38.492Z Checking approx v0.5.1
30182026-05-20T15:29:38.587Z Compiling rstest_macros v0.25.0
30192026-05-20T15:29:38.661Z Checking uzers v0.12.2
30202026-05-20T15:29:38.693Z Checking constant_time_eq v0.3.1
30212026-05-20T15:29:38.831Z Compiling linkme-impl v0.3.35
30222026-05-20T15:29:38.903Z Checking termcolor v1.4.1
30232026-05-20T15:29:39.046Z Checking rust-argon2 v2.1.0
30242026-05-20T15:29:39.087Z Checking oso v0.27.3
30252026-05-20T15:29:39.150Z Checking trybuild v1.0.116
30262026-05-20T15:29:39.242Z Checking datatest-stable v0.3.3
30272026-05-20T15:29:39.654Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30282026-05-20T15:29:39.687Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30292026-05-20T15:29:39.862Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30302026-05-20T15:29:39.956Z Checking support-bundle-viewer v0.1.2
30312026-05-20T15:29:40.013Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30322026-05-20T15:29:40.082Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30332026-05-20T15:29:40.239Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30342026-05-20T15:29:40.272Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30352026-05-20T15:29:40.316Z Checking drift v0.1.4
30362026-05-20T15:29:40.474Z Checking rand_distr v0.5.1
30372026-05-20T15:29:40.511Z Checking multimap v0.10.1
30382026-05-20T15:29:40.552Z Compiling relative-path v1.9.3
30392026-05-20T15:29:40.664Z Compiling linkme v0.3.35
30402026-05-20T15:29:40.723Z Checking dropshot-api-manager v0.7.1
30412026-05-20T15:29:41.175Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30422026-05-20T15:29:41.803Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30432026-05-20T15:29:42.006Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30442026-05-20T15:29:42.122Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30452026-05-20T15:29:42.378Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30462026-05-20T15:29:42.587Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30472026-05-20T15:29:42.622Z Checking cargo_toml v0.21.0
30482026-05-20T15:29:42.708Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30492026-05-20T15:29:42.930Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30502026-05-20T15:29:43.143Z Checking partial-io v0.5.4
30512026-05-20T15:29:43.294Z Checking termios v0.3.3
30522026-05-20T15:29:43.366Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30532026-05-20T15:29:43.463Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30542026-05-20T15:29:43.527Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30552026-05-20T15:29:44.486Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30562026-05-20T15:29:44.489Z Checking rstest v0.25.0
30572026-05-20T15:29:48.057Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30582026-05-20T15:29:49.197Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30592026-05-20T15:29:53.224Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30602026-05-20T15:29:56.031Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30612026-05-20T15:30:00.383Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30622026-05-20T15:30:03.255Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30632026-05-20T15:30:06.233Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30642026-05-20T15:30:06.701Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30652026-05-20T15:30:06.747Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30662026-05-20T15:30:18.024Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30672026-05-20T15:30:21.461Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30682026-05-20T15:31:34.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s
30692026-05-20T15:31:35.488Z
30702026-05-20T15:31:35.488Zreal 4:16.733447377
30712026-05-20T15:31:35.488Zuser 22:01.983371961
30722026-05-20T15:31:35.488Zsys 5:12.609346787
30732026-05-20T15:31:35.488Ztrap 0.530770175
30742026-05-20T15:31:35.488Ztflt 1.068776763
30752026-05-20T15:31:35.488Zdflt 0.698195141
30762026-05-20T15:31:35.488Zkflt 0.028724019
30772026-05-20T15:31:35.488Zlock 1:00:58.039510320
30782026-05-20T15:31:35.488Zslp 1:00:51.358379566
30792026-05-20T15:31:35.488Zlat 1:57.961606031
30802026-05-20T15:31:35.488Zstop 11:08.842754532
30812026-05-20T15:31:35.491Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30822026-05-20T15:31:35.492Z+ ptime -m cargo doc --workspace --no-deps
30832026-05-20T15:31:36.391Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30842026-05-20T15:31:36.391Z |
30852026-05-20T15:31:36.391Z = 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)`
30862026-05-20T15:31:36.391Z = 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>
30872026-05-20T15:31:37.454Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30882026-05-20T15:31:37.701Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30892026-05-20T15:31:37.747Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30902026-05-20T15:31:37.813Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30912026-05-20T15:31:37.929Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30922026-05-20T15:31:37.980Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30932026-05-20T15:31:38.007Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30942026-05-20T15:31:38.060Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30952026-05-20T15:31:38.084Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30962026-05-20T15:31:38.266Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30972026-05-20T15:31:38.289Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30982026-05-20T15:31:38.312Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30992026-05-20T15:31:38.371Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31002026-05-20T15:31:38.393Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31012026-05-20T15:31:38.415Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31022026-05-20T15:31:38.437Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31032026-05-20T15:31:38.468Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31042026-05-20T15:31:38.518Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31052026-05-20T15:31:38.521Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31062026-05-20T15:31:38.565Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31072026-05-20T15:31:38.822Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31082026-05-20T15:31:38.873Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31092026-05-20T15:31:39.007Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31102026-05-20T15:31:39.182Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31112026-05-20T15:31:39.208Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31122026-05-20T15:31:39.252Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31132026-05-20T15:31:39.356Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31142026-05-20T15:31:39.525Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31152026-05-20T15:31:39.586Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31162026-05-20T15:31:39.728Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31172026-05-20T15:31:39.851Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31182026-05-20T15:31:39.963Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31192026-05-20T15:31:40.005Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31202026-05-20T15:31:40.083Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31212026-05-20T15:31:40.162Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31222026-05-20T15:31:40.296Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31232026-05-20T15:31:40.423Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31242026-05-20T15:31:40.449Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31252026-05-20T15:31:40.449Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31262026-05-20T15:31:40.554Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31272026-05-20T15:31:40.698Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31282026-05-20T15:31:40.722Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31292026-05-20T15:31:40.854Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31302026-05-20T15:31:40.886Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31312026-05-20T15:31:41.085Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31322026-05-20T15:31:41.130Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31332026-05-20T15:31:41.139Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31342026-05-20T15:31:41.279Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31352026-05-20T15:31:41.302Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31362026-05-20T15:31:41.323Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31372026-05-20T15:31:41.348Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31382026-05-20T15:31:41.874Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31392026-05-20T15:31:41.913Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31402026-05-20T15:31:42.040Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31412026-05-20T15:31:42.080Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31422026-05-20T15:31:42.116Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31432026-05-20T15:31:42.431Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31442026-05-20T15:31:42.587Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31452026-05-20T15:31:43.354Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31462026-05-20T15:31:43.622Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31472026-05-20T15:31:43.646Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31482026-05-20T15:31:43.850Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31492026-05-20T15:31:43.987Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31502026-05-20T15:31:44.264Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31512026-05-20T15:31:44.289Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31522026-05-20T15:31:44.405Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31532026-05-20T15:31:44.732Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31542026-05-20T15:31:44.809Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31552026-05-20T15:31:45.393Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31562026-05-20T15:31:45.996Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31572026-05-20T15:31:46.119Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31582026-05-20T15:31:46.231Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31592026-05-20T15:31:46.493Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31602026-05-20T15:31:46.697Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31612026-05-20T15:31:46.773Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31622026-05-20T15:31:46.893Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31632026-05-20T15:31:46.917Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31642026-05-20T15:31:47.145Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31652026-05-20T15:31:47.203Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31662026-05-20T15:31:47.262Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31672026-05-20T15:31:47.439Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31682026-05-20T15:31:47.550Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31692026-05-20T15:31:47.698Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31702026-05-20T15:31:47.819Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31712026-05-20T15:31:48.004Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31722026-05-20T15:31:48.060Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31732026-05-20T15:31:48.280Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31742026-05-20T15:31:48.346Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31752026-05-20T15:31:48.401Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31762026-05-20T15:31:48.654Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31772026-05-20T15:31:48.846Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31782026-05-20T15:31:49.351Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31792026-05-20T15:31:49.453Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31802026-05-20T15:31:49.743Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31812026-05-20T15:31:49.769Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31822026-05-20T15:31:49.793Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31832026-05-20T15:31:50.010Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31842026-05-20T15:31:50.106Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31852026-05-20T15:31:50.109Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31862026-05-20T15:31:50.220Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31872026-05-20T15:31:50.403Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31882026-05-20T15:31:50.451Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31892026-05-20T15:31:50.701Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31902026-05-20T15:31:50.726Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31912026-05-20T15:31:50.792Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31922026-05-20T15:31:50.975Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31932026-05-20T15:31:51.504Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31942026-05-20T15:31:51.637Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31952026-05-20T15:31:51.989Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31962026-05-20T15:31:52.333Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31972026-05-20T15:31:52.359Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31982026-05-20T15:31:52.612Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31992026-05-20T15:31:53.053Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
32002026-05-20T15:31:53.229Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32012026-05-20T15:31:53.483Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32022026-05-20T15:31:53.567Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32032026-05-20T15:31:53.787Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32042026-05-20T15:31:53.915Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32052026-05-20T15:31:53.947Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32062026-05-20T15:31:54.263Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32072026-05-20T15:31:54.362Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32082026-05-20T15:31:54.443Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32092026-05-20T15:31:54.492Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32102026-05-20T15:31:54.672Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32112026-05-20T15:31:54.923Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32122026-05-20T15:31:55.077Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32132026-05-20T15:31:55.240Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32142026-05-20T15:31:55.271Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32152026-05-20T15:31:55.342Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32162026-05-20T15:31:55.521Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32172026-05-20T15:31:55.640Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32182026-05-20T15:31:55.770Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32192026-05-20T15:31:55.839Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32202026-05-20T15:31:55.884Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32212026-05-20T15:31:56.003Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32222026-05-20T15:31:56.086Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32232026-05-20T15:31:56.109Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32242026-05-20T15:31:56.206Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32252026-05-20T15:31:56.319Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32262026-05-20T15:31:56.390Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32272026-05-20T15:31:56.510Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32282026-05-20T15:31:56.554Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32292026-05-20T15:31:56.584Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32302026-05-20T15:31:56.640Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32312026-05-20T15:31:56.825Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32322026-05-20T15:31:56.853Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32332026-05-20T15:31:56.909Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32342026-05-20T15:31:57.121Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32352026-05-20T15:31:57.365Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32362026-05-20T15:31:57.774Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32372026-05-20T15:31:57.989Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32382026-05-20T15:31:58.150Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32392026-05-20T15:31:58.203Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32402026-05-20T15:31:58.439Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32412026-05-20T15:31:58.463Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32422026-05-20T15:31:58.714Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32432026-05-20T15:31:58.940Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32442026-05-20T15:31:59.065Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32452026-05-20T15:31:59.214Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32462026-05-20T15:31:59.271Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32472026-05-20T15:31:59.476Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32482026-05-20T15:31:59.817Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32492026-05-20T15:32:00.035Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32502026-05-20T15:32:00.038Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32512026-05-20T15:32:00.121Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32522026-05-20T15:32:00.239Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32532026-05-20T15:32:00.263Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32542026-05-20T15:32:00.287Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32552026-05-20T15:32:00.430Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32562026-05-20T15:32:00.487Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32572026-05-20T15:32:00.626Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32582026-05-20T15:32:00.670Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32592026-05-20T15:32:00.715Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32602026-05-20T15:32:01.206Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32612026-05-20T15:32:01.239Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32622026-05-20T15:32:01.454Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32632026-05-20T15:32:02.008Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32642026-05-20T15:32:02.077Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32652026-05-20T15:32:02.172Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32662026-05-20T15:32:02.344Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32672026-05-20T15:32:02.656Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32682026-05-20T15:32:02.889Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32692026-05-20T15:32:02.951Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32702026-05-20T15:32:04.531Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32712026-05-20T15:32:04.951Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32722026-05-20T15:32:05.577Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32732026-05-20T15:32:07.888Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32742026-05-20T15:32:07.947Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32752026-05-20T15:32:08.458Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32762026-05-20T15:32:09.040Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32772026-05-20T15:32:09.272Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32782026-05-20T15:32:09.583Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32792026-05-20T15:32:09.691Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32802026-05-20T15:32:09.760Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32812026-05-20T15:32:10.249Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32822026-05-20T15:32:10.316Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32832026-05-20T15:32:10.409Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
32842026-05-20T15:32:10.550Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32852026-05-20T15:32:11.250Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
32862026-05-20T15:32:13.222Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32872026-05-20T15:32:13.245Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32882026-05-20T15:32:13.308Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32892026-05-20T15:32:13.446Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32902026-05-20T15:32:13.555Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32912026-05-20T15:32:14.308Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32922026-05-20T15:32:14.944Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32932026-05-20T15:32:14.986Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32942026-05-20T15:32:14.989Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32952026-05-20T15:32:15.848Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32962026-05-20T15:32:16.041Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32972026-05-20T15:32:16.758Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32982026-05-20T15:32:17.134Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32992026-05-20T15:32:17.187Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33002026-05-20T15:32:17.211Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33012026-05-20T15:32:18.085Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33022026-05-20T15:32:19.720Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33032026-05-20T15:32:21.190Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33042026-05-20T15:32:21.194Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33052026-05-20T15:32:21.194Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33062026-05-20T15:32:21.194Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33072026-05-20T15:32:21.194Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33082026-05-20T15:32:22.324Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33092026-05-20T15:32:22.837Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33102026-05-20T15:32:23.930Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33112026-05-20T15:32:24.229Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33122026-05-20T15:32:24.368Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-05-20T15:32:24.406Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33142026-05-20T15:32:24.815Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33152026-05-20T15:32:25.552Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33162026-05-20T15:32:25.843Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33172026-05-20T15:32:26.424Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33182026-05-20T15:32:26.910Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33192026-05-20T15:32:27.523Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33202026-05-20T15:32:27.922Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33212026-05-20T15:32:28.554Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33222026-05-20T15:32:29.024Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33232026-05-20T15:32:30.649Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33242026-05-20T15:32:31.457Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33252026-05-20T15:32:31.802Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33262026-05-20T15:32:32.261Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33272026-05-20T15:32:32.668Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33282026-05-20T15:32:33.476Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33292026-05-20T15:32:34.078Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33302026-05-20T15:32:34.399Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33312026-05-20T15:32:35.386Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33322026-05-20T15:32:35.421Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33332026-05-20T15:32:35.679Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33342026-05-20T15:32:36.225Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33352026-05-20T15:32:36.269Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33362026-05-20T15:32:36.973Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33372026-05-20T15:32:36.996Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33382026-05-20T15:32:37.181Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33392026-05-20T15:32:37.903Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33402026-05-20T15:32:38.125Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33412026-05-20T15:32:38.149Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33422026-05-20T15:32:38.533Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33432026-05-20T15:32:38.596Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33442026-05-20T15:32:38.812Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33452026-05-20T15:32:38.883Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33462026-05-20T15:32:39.378Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33472026-05-20T15:32:39.667Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33482026-05-20T15:32:40.151Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33492026-05-20T15:32:40.654Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33502026-05-20T15:32:40.889Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33512026-05-20T15:32:44.764Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33522026-05-20T15:32:47.860Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33532026-05-20T15:32:48.814Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33542026-05-20T15:32:49.977Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33552026-05-20T15:32:50.779Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33562026-05-20T15:32:52.535Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33572026-05-20T15:32:53.797Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33582026-05-20T15:32:54.537Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33592026-05-20T15:32:55.899Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33602026-05-20T15:32:56.827Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33612026-05-20T15:32:57.927Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33622026-05-20T15:32:58.870Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33632026-05-20T15:33:06.542Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33642026-05-20T15:33:07.751Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33652026-05-20T15:33:08.845Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33662026-05-20T15:33:09.764Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33672026-05-20T15:33:10.347Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33682026-05-20T15:33:11.623Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33692026-05-20T15:33:12.925Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33702026-05-20T15:33:14.093Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33712026-05-20T15:33:15.525Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33722026-05-20T15:33:16.962Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33732026-05-20T15:33:18.615Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33742026-05-20T15:33:19.696Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33752026-05-20T15:33:20.907Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33762026-05-20T15:33:22.507Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33772026-05-20T15:33:23.784Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33782026-05-20T15:33:25.051Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33792026-05-20T15:33:26.544Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33802026-05-20T15:33:28.095Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33812026-05-20T15:33:30.511Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33822026-05-20T15:33:31.473Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33832026-05-20T15:33:33.142Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33842026-05-20T15:33:34.942Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33852026-05-20T15:33:36.635Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33862026-05-20T15:33:38.689Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33872026-05-20T15:33:40.250Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33882026-05-20T15:33:42.039Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33892026-05-20T15:33:43.930Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33902026-05-20T15:33:48.197Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33912026-05-20T15:33:48.969Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33922026-05-20T15:33:50.119Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33932026-05-20T15:33:53.067Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33942026-05-20T15:33:53.392Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33952026-05-20T15:33:55.518Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33962026-05-20T15:33:57.675Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33972026-05-20T15:34:00.217Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33982026-05-20T15:34:02.595Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33992026-05-20T15:34:04.452Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34002026-05-20T15:34:06.589Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34012026-05-20T15:34:11.734Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34022026-05-20T15:34:11.740Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34032026-05-20T15:34:12.988Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34042026-05-20T15:34:14.774Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34052026-05-20T15:34:17.214Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34062026-05-20T15:34:19.254Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34072026-05-20T15:34:21.018Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34082026-05-20T15:34:23.159Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34092026-05-20T15:34:25.396Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34102026-05-20T15:34:27.583Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34112026-05-20T15:34:29.643Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34122026-05-20T15:34:31.872Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34132026-05-20T15:34:34.065Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34142026-05-20T15:34:36.195Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34152026-05-20T15:34:38.339Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34162026-05-20T15:34:39.550Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34172026-05-20T15:34:43.060Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34182026-05-20T15:34:45.403Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34192026-05-20T15:34:47.726Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34202026-05-20T15:34:50.032Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34212026-05-20T15:34:52.285Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34222026-05-20T15:34:54.583Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34232026-05-20T15:34:56.927Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34242026-05-20T15:34:59.683Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34252026-05-20T15:35:01.731Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34262026-05-20T15:35:04.232Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34272026-05-20T15:35:06.458Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34282026-05-20T15:35:08.811Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34292026-05-20T15:35:11.194Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34302026-05-20T15:35:13.761Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34312026-05-20T15:35:16.220Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34322026-05-20T15:35:18.698Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34332026-05-20T15:35:21.413Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34342026-05-20T15:35:23.681Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34352026-05-20T15:35:26.295Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34362026-05-20T15:35:28.924Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34372026-05-20T15:35:31.344Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34382026-05-20T15:35:33.758Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34392026-05-20T15:35:36.425Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34402026-05-20T15:35:38.966Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34412026-05-20T15:35:41.474Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34422026-05-20T15:35:44.022Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34432026-05-20T15:35:51.522Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34442026-05-20T15:35:52.012Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34452026-05-20T15:35:55.160Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34462026-05-20T15:35:58.472Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34472026-05-20T15:36:01.810Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34482026-05-20T15:36:06.654Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34492026-05-20T15:36:09.476Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34502026-05-20T15:36:13.328Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34512026-05-20T15:36:16.907Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34522026-05-20T15:36:20.635Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34532026-05-20T15:36:24.220Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34542026-05-20T15:36:27.963Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34552026-05-20T15:36:31.720Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34562026-05-20T15:36:35.336Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34572026-05-20T15:36:39.105Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34582026-05-20T15:36:42.833Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34592026-05-20T15:36:46.608Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34602026-05-20T15:36:50.331Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34612026-05-20T15:36:54.117Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34622026-05-20T15:36:57.820Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34632026-05-20T15:37:01.567Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34642026-05-20T15:37:05.427Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34652026-05-20T15:37:09.057Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34662026-05-20T15:37:12.763Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34672026-05-20T15:37:16.696Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34682026-05-20T15:37:20.276Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34692026-05-20T15:37:24.032Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34702026-05-20T15:37:53.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 18s
34712026-05-20T15:37:53.823Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files
34722026-05-20T15:37:53.937Z
34732026-05-20T15:37:53.937Zreal 6:18.352164092
34742026-05-20T15:37:53.937Zuser 19:01.579681882
34752026-05-20T15:37:53.937Zsys 4:03.311727225
34762026-05-20T15:37:53.937Ztrap 0.281411814
34772026-05-20T15:37:53.938Ztflt 0.069731884
34782026-05-20T15:37:53.938Zdflt 0.042546779
34792026-05-20T15:37:53.938Zkflt 0.000083590
34802026-05-20T15:37:53.938Zlock 5:26:24.263523278
34812026-05-20T15:37:53.938Zslp 2:03:26.071344467
34822026-05-20T15:37:53.938Zlat 38.732949812
34832026-05-20T15:37:53.941Zstop 1:54.410099652
34842026-05-20T15:37:53.941Zprocess exited: duration 774675 ms, exit code 0
 
34852026-05-20T15:37:53.947Zfound 0 output files