01KS4TZK9R0KWTXJM18HGPN9Z7: clippy (helios)

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

Buildomat Job: 01KS4TZYQACGH2D0PC18VM496S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T08:39:43.105Zjob assigned to worker 01KS4V09FRZPS8GWA6Q0ZW4DP1 [factory aws, i-09cf45a81e2f64fed] (queued for 52 s)
 
22026-05-21T08:39:49.801Zstarting task 0: "setup"
32026-05-21T08:39:49.807Z++ uname -s
42026-05-21T08:39:49.810Z+ kern=SunOS
52026-05-21T08:39:49.810Z+ build_user=build
62026-05-21T08:39:49.810Z+ build_uid=12345
72026-05-21T08:39:49.810Z+ work_dir=/work
82026-05-21T08:39:49.810Z+ input_dir=/input
92026-05-21T08:39:49.810Z+ [[ 0 == 12345 ]]
102026-05-21T08:39:49.810Z+ case "$kern" in
112026-05-21T08:39:49.810Z+ groupadd -g 12345 build
122026-05-21T08:39:49.813Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T08:39:51.816Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T08:39:51.932Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T08:39:51.935Z+ home_fs=zfs
162026-05-21T08:39:51.935Z+ [[ zfs == autofs ]]
172026-05-21T08:39:51.935Z+ mkdir -p /home/build
182026-05-21T08:39:51.935Z+ chown build:build /home/build /work
192026-05-21T08:39:53.936Z+ chmod 0700 /home/build /work
202026-05-21T08:39:53.939Zprocess exited: duration 4136 ms, exit code 0
 
212026-05-21T08:39:53.944Zstarting task 1: "rust-toolchain"
222026-05-21T08:39:53.948Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T08:39:53.948Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T08:39:53.948Z * rust toolchain channel = "1.94.0"
252026-05-21T08:39:53.948Z * rust toolchain profile = "default"
262026-05-21T08:39:53.948Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T08:39:53.948Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T08:39:53.951Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T08:39:53.951Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T08:39:54.027Zinfo: downloading installer
312026-05-21T08:39:55.320Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T08:39:55.320Zwarn: /home/build/.rustup/settings.toml
332026-05-21T08:39:55.320Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T08:39:55.320Zwarn: instead of the one inferred from the default host triple.
352026-05-21T08:39:55.334Zinfo: profile set to default
362026-05-21T08:39:55.334Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T08:39:55.337Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T08:39:55.464Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T08:39:55.467Zinfo: downloading 6 components
402026-05-21T08:40:09.353Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T08:40:09.353Z
422026-05-21T08:40:09.386Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T08:40:09.386Z
442026-05-21T08:40:09.386Z
452026-05-21T08:40:09.386ZRust is installed now. Great!
462026-05-21T08:40:09.386Z
472026-05-21T08:40:09.386ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T08:40:09.386Zenvironment variable. This has not been done automatically.
492026-05-21T08:40:09.386Z
502026-05-21T08:40:09.386ZTo configure your current shell, you need to source
512026-05-21T08:40:09.386Zthe corresponding env file under $HOME/.cargo.
522026-05-21T08:40:09.386Z
532026-05-21T08:40:09.386ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T08:40:09.389Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T08:40:09.389Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T08:40:09.389Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T08:40:09.389Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T08:40:09.389Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T08:40:09.389Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T08:40:09.389Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T08:40:09.389Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T08:40:09.485Z+ rustup --version
632026-05-21T08:40:09.494Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T08:40:09.498Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T08:40:09.518Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T08:40:09.521Z+ cargo --version
672026-05-21T08:40:09.534Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T08:40:09.537Z+ rustc --version
692026-05-21T08:40:09.558Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T08:40:09.561Zprocess exited: duration 15615 ms, exit code 0
 
712026-05-21T08:40:09.566Zstarting task 2: "authentication"
722026-05-21T08:40:09.582Zprocess exited: duration 16 ms, exit code 0
 
732026-05-21T08:40:09.589Zstarting task 3: "clone repository"
742026-05-21T08:40:09.592Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T08:40:09.595Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T08:40:09.631ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T08:40:21.132Z+ cd /work/oxidecomputer/omicron
782026-05-21T08:40:21.132Z+ git fetch origin 99582913ae28f9f8935d469a14830b7d04f7ac76
792026-05-21T08:40:21.400ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T08:40:21.400Z * branch 99582913ae28f9f8935d469a14830b7d04f7ac76 -> FETCH_HEAD
812026-05-21T08:40:21.409Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-21T08:40:21.411Z++ git branch --show-current
832026-05-21T08:40:21.411Z+ current=main
842026-05-21T08:40:21.412Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-21T08:40:21.412Z+ git branch -f zl/ddm-internal-dns 99582913ae28f9f8935d469a14830b7d04f7ac76
862026-05-21T08:40:21.414Z+ git checkout -f zl/ddm-internal-dns
872026-05-21T08:40:21.653ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-21T08:40:21.656Z+ git reset --hard 99582913ae28f9f8935d469a14830b7d04f7ac76
892026-05-21T08:40:21.681ZHEAD is now at 99582913a merge main + bump maghemite to 9bb5037 + oxlog patch
902026-05-21T08:40:21.684Zprocess exited: duration 12093 ms, exit code 0
 
912026-05-21T08:40:21.689Zstarting task 4: "build"
922026-05-21T08:40:21.693Z+ source ./env.sh
932026-05-21T08:40:21.696Z++ OLD_SHELL_OPTS=ehxB
942026-05-21T08:40:21.696Z++ set -o xtrace
952026-05-21T08:40:21.696Z++++ dirname ./env.sh
962026-05-21T08:40:21.698Z+++ readlink -f .
972026-05-21T08:40:21.701Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-21T08:40:21.701Z++ 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-21T08:40:21.701Z++ 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-21T08:40:21.701Z++ 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-21T08:40:21.701Z++ 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-21T08:40:21.701Z++ 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-21T08:40:21.701Z++ 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-21T08:40:21.701Z++ 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-21T08:40:21.701Z++ 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-21T08:40:21.701Z++ 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-21T08:40:21.701Z++ 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-21T08:40:21.701Z++ case $OLD_SHELL_OPTS in
1092026-05-21T08:40:21.701Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-05-21T08:40:21.701Z+ source .github/buildomat/ci-env.sh
1112026-05-21T08:40:21.701Z++ export CARGO_TERM_COLOR=always
1122026-05-21T08:40:21.701Z++ CARGO_TERM_COLOR=always
1132026-05-21T08:40:21.701Z+ cargo --version
1142026-05-21T08:40:21.709Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-05-21T08:40:21.712Z+ rustc --version
1162026-05-21T08:40:21.732Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-05-21T08:40:21.735Z+ banner prerequisites
1182026-05-21T08:40:21.737Z
1192026-05-21T08:40:21.737Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-21T08:40:21.737Z # # # # # # # # # # # # # # #
1212026-05-21T08:40:21.737Z # # # # ##### # # ##### # # # # # #### #
1222026-05-21T08:40:21.737Z ##### ##### # ##### # # # # # # # # #
1232026-05-21T08:40:21.737Z # # # # # # # # # # # # # # #
1242026-05-21T08:40:21.737Z # # # ###### # # ###### ### # #### # #### #
1252026-05-21T08:40:21.737Z
1262026-05-21T08:40:21.737Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-21T08:40:23.125Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-21T08:40:23.181Z Startup: Caching catalogs ... Done
1292026-05-21T08:40:23.398ZPlanning: Solver setup ... Done (0.186s)
1302026-05-21T08:40:23.414ZPlanning: Running solver ... Done (0.016s)
1312026-05-21T08:40:23.422ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-21T08:40:23.431ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-21T08:40:23.450ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-21T08:40:23.463ZPlanning: Package planning ... Done (0.014s)
1352026-05-21T08:40:23.465ZPlanning: Merging actions ... Done (0.001s)
1362026-05-21T08:40:23.655ZPlanning: Checking for conflicting actions ... Done (0.191s)
1372026-05-21T08:40:23.658ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-21T08:40:24.452ZPlanning: Evaluating mediators ... Done (0.795s)
1392026-05-21T08:40:24.455ZPlanning: Planning completed in 1.25 seconds
1402026-05-21T08:40:24.461Z Packages to install: 2
1412026-05-21T08:40:24.463Z Estimated space available: 156.07 GB
1422026-05-21T08:40:24.463ZEstimated space to be consumed: 19.75 MB
1432026-05-21T08:40:24.463Z Create boot environment: No
1442026-05-21T08:40:24.463ZCreate backup boot environment: No
1452026-05-21T08:40:24.463Z Rebuild boot archive: No
1462026-05-21T08:40:24.463Z
1472026-05-21T08:40:24.463ZChanged packages:
1482026-05-21T08:40:24.464Zhelios
1492026-05-21T08:40:24.464Z developer/build-essential
1502026-05-21T08:40:24.464Z None -> 11-3.0
1512026-05-21T08:40:24.464Z library/libxmlsec1
1522026-05-21T08:40:24.464Z None -> 1.2.35-3.0
1532026-05-21T08:40:24.486Z
1542026-05-21T08:40:24.486ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-21T08:40:25.800ZDownload: Completed 1.28 MB in 1.31 seconds (998k/s)
1562026-05-21T08:40:25.863Z Actions: 1/268 actions (Installing new actions)
1572026-05-21T08:40:25.900Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-21T08:40:25.906ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-21T08:40:25.906ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-21T08:40:25.923ZFinalize: Updating image state ... Done (0.016s)
1612026-05-21T08:40:28.328ZFinalize: Creating fast lookup database ... Done (2.384s)
1622026-05-21T08:40:28.400ZFinalize: Reading search index ... Done (0.012s)
1632026-05-21T08:40:28.402ZFinalize: Updating search index ... Done (0.000s)
1642026-05-21T08:40:28.490ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-21T08:40:28.788ZPlanning: Evaluating mediator changes ... Done
1662026-05-21T08:40:28.896ZPlanning: Checking for conflicting actions ... Done
1672026-05-21T08:40:28.899ZPlanning: Consolidating action changes ... Done
1682026-05-21T08:40:29.056ZPlanning: Evaluating mediators ... Done
1692026-05-21T08:40:29.058ZPlanning: Planning completed in 0.27 seconds
1702026-05-21T08:40:29.079Z Mediators to change: 2
1712026-05-21T08:40:29.079Z Create boot environment: No
1722026-05-21T08:40:29.079ZCreate backup boot environment: No
1732026-05-21T08:40:29.131ZFinalize: Updating package state database ... Done
1742026-05-21T08:40:29.134ZFinalize: Updating package cache ... Done
1752026-05-21T08:40:29.141ZFinalize: Updating image state ... Done
1762026-05-21T08:40:31.122ZFinalize: Creating fast lookup database ... Done
1772026-05-21T08:40:31.187ZFinalize: Reading search index ... Done
1782026-05-21T08:40:31.190ZFinalize: Updating search index ... Done
1792026-05-21T08:40:31.277ZFinalize: Updating package cache ... Done
1802026-05-21T08:40:31.570ZPlanning: Evaluating mediator changes ... Done
1812026-05-21T08:40:31.677ZPlanning: Checking for conflicting actions ... Done
1822026-05-21T08:40:31.680ZPlanning: Consolidating action changes ... Done
1832026-05-21T08:40:31.837ZPlanning: Evaluating mediators ... Done
1842026-05-21T08:40:31.840ZPlanning: Planning completed in 0.27 seconds
1852026-05-21T08:40:31.860Z Mediators to change: 1
1862026-05-21T08:40:31.860Z Create boot environment: No
1872026-05-21T08:40:31.863ZCreate backup boot environment: No
1882026-05-21T08:40:31.922ZFinalize: Updating package state database ... Done
1892026-05-21T08:40:31.922ZFinalize: Updating package cache ... Done
1902026-05-21T08:40:31.930ZFinalize: Updating image state ... Done
1912026-05-21T08:40:33.932ZFinalize: Creating fast lookup database ... Done
1922026-05-21T08:40:34.000ZFinalize: Reading search index ... Done
1932026-05-21T08:40:34.002ZFinalize: Updating search index ... Done
1942026-05-21T08:40:34.068ZFinalize: Updating package cache ... Done
1952026-05-21T08:40:34.391ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-21T08:40:34.391Zapache system 2.4 system
1972026-05-21T08:40:34.391Zclang system 15 system
1982026-05-21T08:40:34.391Zcsh system system illumos
1992026-05-21T08:40:34.391Zctags system system illumos
2002026-05-21T08:40:34.391Zfile vendor vendor darwinsys
2012026-05-21T08:40:34.391Zfile system system illumos
2022026-05-21T08:40:34.391Zgcc vendor 14 vendor
2032026-05-21T08:40:34.391Zgcc system 13 system
2042026-05-21T08:40:34.391Zgcc system 10 system
2052026-05-21T08:40:34.391Zgo system 1.25 system
2062026-05-21T08:40:34.391Zllvm system 15 system
2072026-05-21T08:40:34.391Zmariadb system 11.4 system
2082026-05-21T08:40:34.391Zmta vendor vendor dma
2092026-05-21T08:40:34.391Zopenjdk system 17 system
2102026-05-21T08:40:34.391Zopenjdk system 11 system
2112026-05-21T08:40:34.391Zopenssl vendor 3 vendor
2122026-05-21T08:40:34.391Zperl system 5.40 system
2132026-05-21T08:40:34.391Zpostgresql system 18 system
2142026-05-21T08:40:34.391Zpostgresql system 17 system
2152026-05-21T08:40:34.391Zpython vendor 3 vendor
2162026-05-21T08:40:34.391Zpython system 2 system
2172026-05-21T08:40:34.391Zpython3 vendor 3.13 vendor
2182026-05-21T08:40:34.391Zruby system 3.4 system
2192026-05-21T08:40:34.391Zruby system 3.0 system
2202026-05-21T08:40:34.391Zwords vendor vendor american-english
2212026-05-21T08:40:34.391Zwords system system australian-english
2222026-05-21T08:40:34.391Zwords system system british-english
2232026-05-21T08:40:34.391Zwords system system canadian-english
2242026-05-21T08:40:34.392Zwords system system french
2252026-05-21T08:40:34.392Zwords system system italian
2262026-05-21T08:40:34.392Zwords system system ngerman
2272026-05-21T08:40:34.392Zwords system system ogerman
2282026-05-21T08:40:34.392Zwords system system spanish
2292026-05-21T08:40:34.647ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-21T08:40:34.647Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-21T08:40:34.923ZFMRI IFO
2322026-05-21T08:40:34.923Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-21T08:40:34.924Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-21T08:40:34.924Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-21T08:40:34.924Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-21T08:40:34.924Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-21T08:40:34.924Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-21T08:40:34.924Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-21T08:40:34.924Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-21T08:40:34.924Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-21T08:40:35.171Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-21T08:40:35.429Z Updating crates.io index
2432026-05-21T08:40:35.432Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-21T08:40:35.704Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-21T08:40:36.486Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-21T08:40:36.930Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-21T08:40:38.029Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-21T08:40:38.497Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-21T08:40:39.890Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-21T08:40:40.598Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-21T08:40:41.059Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-21T08:40:42.017Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-21T08:40:42.412Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-21T08:40:42.871Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-21T08:40:43.164Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-21T08:40:44.202Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-21T08:40:44.651Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-21T08:40:44.935Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-21T08:40:45.170Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-21T08:40:45.456Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-21T08:40:45.813Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-21T08:40:46.103Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-21T08:40:46.338Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-21T08:40:46.563Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-21T08:40:46.976Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-21T08:40:47.317Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-21T08:40:47.890Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-21T08:40:48.202Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-21T08:40:48.484Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-21T08:40:49.582Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-21T08:40:49.834Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-21T08:40:50.673Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-21T08:40:51.083Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-05-21T08:40:51.455Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-05-21T08:40:51.711Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-05-21T08:40:52.059Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-21T08:40:52.377Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-05-21T08:40:52.663Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-21T08:40:53.141Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-21T08:40:53.396Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-21T08:40:53.633Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-21T08:41:05.909Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-05-21T08:41:06.317Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2842026-05-21T08:41:08.237Z Locking 2 packages to latest Rust 1.94.0 compatible versions
2852026-05-21T08:41:08.237Z Adding common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
2862026-05-21T08:41:08.237Z Adding dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
2872026-05-21T08:41:08.281Z Downloading crates ...
2882026-05-21T08:41:08.332Z Downloaded byteorder v1.5.0
2892026-05-21T08:41:08.338Z Downloaded anstyle-query v1.1.5
2902026-05-21T08:41:08.340Z Downloaded cargo_metadata v0.21.0
2912026-05-21T08:41:08.343Z Downloaded anstyle-parse v1.0.0
2922026-05-21T08:41:08.353Z Downloaded cfg-if v1.0.4
2932026-05-21T08:41:08.356Z Downloaded textwrap v0.16.2
2942026-05-21T08:41:08.358Z Downloaded thiserror-impl v2.0.18
2952026-05-21T08:41:08.358Z Downloaded potential_utf v0.1.4
2962026-05-21T08:41:08.361Z Downloaded toml_write v0.1.2
2972026-05-21T08:41:08.361Z Downloaded percent-encoding v2.3.2
2982026-05-21T08:41:08.361Z Downloaded crypto-common v0.1.7
2992026-05-21T08:41:08.361Z Downloaded colorchoice v1.0.4
3002026-05-21T08:41:08.364Z Downloaded block-buffer v0.10.4
3012026-05-21T08:41:08.364Z Downloaded autocfg v1.5.0
3022026-05-21T08:41:08.364Z Downloaded thread-id v4.2.2
3032026-05-21T08:41:08.367Z Downloaded ucd-trie v0.1.7
3042026-05-21T08:41:08.367Z Downloaded typeid v1.0.3
3052026-05-21T08:41:08.367Z Downloaded toml_datetime v0.6.11
3062026-05-21T08:41:08.367Z Downloaded thiserror v2.0.18
3072026-05-21T08:41:08.369Z Downloaded heck v0.4.1
3082026-05-21T08:41:08.372Z Downloaded heck v0.5.0
3092026-05-21T08:41:08.372Z Downloaded cargo_toml v0.21.0
3102026-05-21T08:41:08.374Z Downloaded idna_adapter v1.2.1
3112026-05-21T08:41:08.374Z Downloaded unicode-linebreak v0.1.5
3122026-05-21T08:41:08.374Z Downloaded clap_lex v1.0.0
3132026-05-21T08:41:08.374Z Downloaded anstyle v1.0.14
3142026-05-21T08:41:08.377Z Downloaded usdt v0.5.0
3152026-05-21T08:41:08.379Z Downloaded yoke-derive v0.8.1
3162026-05-21T08:41:08.379Z Downloaded unicode-xid v0.2.6
3172026-05-21T08:41:08.382Z Downloaded itoa v1.0.17
3182026-05-21T08:41:08.382Z Downloaded zerofrom v0.1.6
3192026-05-21T08:41:08.382Z Downloaded utf8parse v0.2.2
3202026-05-21T08:41:08.384Z Downloaded fastrand v2.3.0
3212026-05-21T08:41:08.384Z Downloaded tinystr v0.8.2
3222026-05-21T08:41:08.387Z Downloaded version_check v0.9.5
3232026-05-21T08:41:08.387Z Downloaded usdt-attr-macro v0.5.0
3242026-05-21T08:41:08.390Z Downloaded scroll v0.12.0
3252026-05-21T08:41:08.390Z Downloaded cargo-platform v0.2.0
3262026-05-21T08:41:08.390Z Downloaded anstream v1.0.0
3272026-05-21T08:41:08.392Z Downloaded utf8_iter v1.0.4
3282026-05-21T08:41:08.392Z Downloaded serde-value v0.7.0
3292026-05-21T08:41:08.395Z Downloaded ordered-float v2.10.1
3302026-05-21T08:41:08.395Z Downloaded zerofrom-derive v0.1.6
3312026-05-21T08:41:08.397Z Downloaded scroll_derive v0.12.1
3322026-05-21T08:41:08.397Z Downloaded equivalent v1.0.2
3332026-05-21T08:41:08.401Z Downloaded dof v0.3.0
3342026-05-21T08:41:08.404Z Downloaded usdt-macro v0.5.0
3352026-05-21T08:41:08.404Z Downloaded proc-macro-error-attr v1.0.4
3362026-05-21T08:41:08.404Z Downloaded thiserror v1.0.69
3372026-05-21T08:41:08.406Z Downloaded writeable v0.6.2
3382026-05-21T08:41:08.406Z Downloaded stable_deref_trait v1.2.1
3392026-05-21T08:41:08.406Z Downloaded zerovec-derive v0.11.2
3402026-05-21T08:41:08.409Z Downloaded thiserror-impl v1.0.69
3412026-05-21T08:41:08.409Z Downloaded is_terminal_polyfill v1.70.2
3422026-05-21T08:41:08.409Z Downloaded dtrace-parser v0.2.0
3432026-05-21T08:41:08.409Z Downloaded zmij v1.0.21
3442026-05-21T08:41:08.411Z Downloaded swrite v0.1.0
3452026-05-21T08:41:08.411Z Downloaded pretty-hex v0.4.1
3462026-05-21T08:41:08.414Z Downloaded form_urlencoded v1.2.2
3472026-05-21T08:41:08.417Z Downloaded usdt-impl v0.5.0
3482026-05-21T08:41:08.419Z Downloaded macaddr v1.0.1
3492026-05-21T08:41:08.422Z Downloaded zerocopy-derive v0.7.35
3502026-05-21T08:41:08.425Z Downloaded plain v0.2.3
3512026-05-21T08:41:08.427Z Downloaded yoke v0.8.1
3522026-05-21T08:41:08.427Z Downloaded cpufeatures v0.2.17
3532026-05-21T08:41:08.427Z Downloaded fnv v1.0.7
3542026-05-21T08:41:08.430Z Downloaded errno v0.3.14
3552026-05-21T08:41:08.432Z Downloaded generic-array v0.14.7
3562026-05-21T08:41:08.435Z Downloaded quote v1.0.45
3572026-05-21T08:41:08.437Z Downloaded bytecount v0.6.9
3582026-05-21T08:41:08.440Z Downloaded toml v0.8.23
3592026-05-21T08:41:08.442Z Downloaded unicode-ident v1.0.24
3602026-05-21T08:41:08.445Z Downloaded fs-err v3.3.0
3612026-05-21T08:41:08.448Z Downloaded toml_edit v0.22.27
3622026-05-21T08:41:08.451Z Downloaded typenum v1.19.0
3632026-05-21T08:41:08.453Z Downloaded strsim v0.11.1
3642026-05-21T08:41:08.456Z Downloaded terminal_size v0.4.3
3652026-05-21T08:41:08.456Z Downloaded smawk v0.3.2
3662026-05-21T08:41:08.459Z Downloaded zerotrie v0.2.3
3672026-05-21T08:41:08.459Z Downloaded erased-serde v0.4.9
3682026-05-21T08:41:08.461Z Downloaded url v2.5.8
3692026-05-21T08:41:08.464Z Downloaded tabled_derive v0.7.0
3702026-05-21T08:41:08.464Z Downloaded serde_spanned v0.6.9
3712026-05-21T08:41:08.464Z Downloaded clap v4.6.1
3722026-05-21T08:41:08.468Z Downloaded sha2 v0.10.9
3732026-05-21T08:41:08.471Z Downloaded serde-untagged v0.1.9
3742026-05-21T08:41:08.471Z Downloaded memmap v0.7.0
3752026-05-21T08:41:08.474Z Downloaded digest v0.10.7
3762026-05-21T08:41:08.474Z Downloaded zerovec v0.11.5
3772026-05-21T08:41:08.476Z Downloaded synstructure v0.13.2
3782026-05-21T08:41:08.476Z Downloaded proc-macro-error v1.0.4
3792026-05-21T08:41:08.478Z Downloaded camino-tempfile v1.4.1
3802026-05-21T08:41:08.479Z Downloaded displaydoc v0.2.5
3812026-05-21T08:41:08.483Z Downloaded zerocopy v0.7.35
3822026-05-21T08:41:08.492Z Downloaded litemap v0.8.1
3832026-05-21T08:41:08.494Z Downloaded winnow v0.7.14
3842026-05-21T08:41:08.498Z Downloaded serde_tokenstream v0.2.3
3852026-05-21T08:41:08.501Z Downloaded unicode-width v0.2.0
3862026-05-21T08:41:08.504Z Downloaded unicode-width v0.1.14
3872026-05-21T08:41:08.512Z Downloaded serde_derive v1.0.228
3882026-05-21T08:41:08.521Z Downloaded anyhow v1.0.102
3892026-05-21T08:41:08.524Z Downloaded semver v1.0.28
3902026-05-21T08:41:08.529Z Downloaded once_cell v1.21.3
3912026-05-21T08:41:08.533Z Downloaded camino v1.2.2
3922026-05-21T08:41:08.535Z Downloaded tempfile v3.25.0
3932026-05-21T08:41:08.545Z Downloaded proc-macro2 v1.0.106
3942026-05-21T08:41:08.548Z Downloaded clap_derive v4.6.1
3952026-05-21T08:41:08.551Z Downloaded smallvec v1.15.1
3962026-05-21T08:41:08.554Z Downloaded cargo-util-schemas v0.8.2
3972026-05-21T08:41:08.560Z Downloaded icu_properties v2.1.2
3982026-05-21T08:41:08.562Z Downloaded pest_derive v2.8.6
3992026-05-21T08:41:08.562Z Downloaded log v0.4.29
4002026-05-21T08:41:08.565Z Downloaded getrandom v0.4.1
4012026-05-21T08:41:08.567Z Downloaded papergrid v0.11.0
4022026-05-21T08:41:08.575Z Downloaded pest_generator v2.8.6
4032026-05-21T08:41:08.581Z Downloaded serde_core v1.0.228
4042026-05-21T08:41:08.584Z Downloaded icu_provider v2.1.1
4052026-05-21T08:41:08.584Z Downloaded bitflags v2.11.0
4062026-05-21T08:41:08.587Z Downloaded pest_meta v2.8.6
4072026-05-21T08:41:08.596Z Downloaded icu_normalizer_data v2.1.1
4082026-05-21T08:41:08.603Z Downloaded icu_locale_core v2.1.1
4092026-05-21T08:41:08.606Z Downloaded icu_collections v2.1.1
4102026-05-21T08:41:08.611Z Downloaded num-traits v0.2.19
4112026-05-21T08:41:08.614Z Downloaded serde v1.0.228
4122026-05-21T08:41:08.624Z Downloaded icu_normalizer v2.1.1
4132026-05-21T08:41:08.627Z Downloaded memchr v2.8.0
4142026-05-21T08:41:08.635Z Downloaded indexmap v2.14.0
4152026-05-21T08:41:08.637Z Downloaded clap_builder v4.6.0
4162026-05-21T08:41:08.653Z Downloaded idna v1.1.0
4172026-05-21T08:41:08.672Z Downloaded pest v2.8.6
4182026-05-21T08:41:08.677Z Downloaded hashbrown v0.17.0
4192026-05-21T08:41:08.682Z Downloaded serde_json v1.0.149
4202026-05-21T08:41:08.686Z Downloaded goblin v0.8.2
4212026-05-21T08:41:08.689Z Downloaded icu_properties_data v2.1.2
4222026-05-21T08:41:08.696Z Downloaded tabled v0.15.0
4232026-05-21T08:41:08.711Z Downloaded syn v1.0.109
4242026-05-21T08:41:08.721Z Downloaded syn v2.0.117
4252026-05-21T08:41:08.735Z Downloaded rustix v1.1.3
4262026-05-21T08:41:08.766Z Downloaded libc v0.2.185
4272026-05-21T08:41:08.836Z Compiling proc-macro2 v1.0.106
4282026-05-21T08:41:08.836Z Compiling quote v1.0.45
4292026-05-21T08:41:08.836Z Compiling unicode-ident v1.0.24
4302026-05-21T08:41:08.836Z Compiling serde_core v1.0.228
4312026-05-21T08:41:08.839Z Compiling libc v0.2.185
4322026-05-21T08:41:08.839Z Compiling version_check v0.9.5
4332026-05-21T08:41:08.839Z Compiling memchr v2.8.0
4342026-05-21T08:41:08.840Z Compiling serde v1.0.228
4352026-05-21T08:41:09.200Z Compiling stable_deref_trait v1.2.1
4362026-05-21T08:41:09.284Z Compiling zmij v1.0.21
4372026-05-21T08:41:09.473Z Compiling thiserror v1.0.69
4382026-05-21T08:41:09.490Z Compiling itoa v1.0.17
4392026-05-21T08:41:09.687Z Compiling ucd-trie v0.1.7
4402026-05-21T08:41:09.786Z Compiling autocfg v1.5.0
4412026-05-21T08:41:09.872Z Compiling pest v2.8.6
4422026-05-21T08:41:09.907Z Compiling writeable v0.6.2
4432026-05-21T08:41:09.952Z Compiling litemap v0.8.1
4442026-05-21T08:41:10.027Z Compiling rustix v1.1.3
4452026-05-21T08:41:10.140Z Compiling icu_normalizer_data v2.1.1
4462026-05-21T08:41:10.259Z Compiling byteorder v1.5.0
4472026-05-21T08:41:10.341Z Compiling icu_properties_data v2.1.2
4482026-05-21T08:41:10.404Z Compiling syn v2.0.117
4492026-05-21T08:41:10.523Z Compiling errno v0.3.14
4502026-05-21T08:41:10.562Z Compiling serde_json v1.0.149
4512026-05-21T08:41:10.688Z Compiling bitflags v2.11.0
4522026-05-21T08:41:10.834Z Compiling num-traits v0.2.19
4532026-05-21T08:41:10.885Z Compiling equivalent v1.0.2
4542026-05-21T08:41:10.925Z Compiling typeid v1.0.3
4552026-05-21T08:41:10.986Z Compiling pest_meta v2.8.6
4562026-05-21T08:41:11.032Z Compiling smallvec v1.15.1
4572026-05-21T08:41:11.201Z Compiling hashbrown v0.17.0
4582026-05-21T08:41:11.445Z Compiling thread-id v4.2.2
4592026-05-21T08:41:11.493Z Compiling usdt-impl v0.5.0
4602026-05-21T08:41:11.510Z Compiling proc-macro-error-attr v1.0.4
4612026-05-21T08:41:11.533Z Compiling syn v1.0.109
4622026-05-21T08:41:11.701Z Compiling erased-serde v0.4.9
4632026-05-21T08:41:11.718Z Compiling indexmap v2.14.0
4642026-05-21T08:41:11.849Z Compiling winnow v0.7.14
4652026-05-21T08:41:11.891Z Compiling toml_write v0.1.2
4662026-05-21T08:41:12.266Z Compiling proc-macro-error v1.0.4
4672026-05-21T08:41:12.409Z Compiling utf8_iter v1.0.4
4682026-05-21T08:41:12.525Z Compiling log v0.4.29
4692026-05-21T08:41:12.584Z Compiling getrandom v0.4.1
4702026-05-21T08:41:12.716Z Compiling percent-encoding v2.3.2
4712026-05-21T08:41:12.847Z Compiling utf8parse v0.2.2
4722026-05-21T08:41:12.847Z Compiling thiserror v2.0.18
4732026-05-21T08:41:12.943Z Compiling plain v0.2.3
4742026-05-21T08:41:12.943Z Compiling camino v1.2.2
4752026-05-21T08:41:12.943Z Compiling form_urlencoded v1.2.2
4762026-05-21T08:41:12.943Z Compiling anstyle-parse v1.0.0
4772026-05-21T08:41:13.007Z Compiling ordered-float v2.10.1
4782026-05-21T08:41:13.115Z Compiling synstructure v0.13.2
4792026-05-21T08:41:13.169Z Compiling pest_generator v2.8.6
4802026-05-21T08:41:13.394Z Compiling terminal_size v0.4.3
4812026-05-21T08:41:13.556Z Compiling colorchoice v1.0.4
4822026-05-21T08:41:13.618Z Compiling is_terminal_polyfill v1.70.2
4832026-05-21T08:41:13.657Z Compiling cfg-if v1.0.4
4842026-05-21T08:41:13.687Z Compiling pretty-hex v0.4.1
4852026-05-21T08:41:13.687Z Compiling anstyle v1.0.14
4862026-05-21T08:41:13.710Z Compiling anstyle-query v1.1.5
4872026-05-21T08:41:13.783Z Compiling serde-untagged v0.1.9
4882026-05-21T08:41:13.824Z Compiling anstream v1.0.0
4892026-05-21T08:41:13.841Z Compiling semver v1.0.28
4902026-05-21T08:41:13.894Z Compiling fs-err v3.3.0
4912026-05-21T08:41:14.038Z Compiling strsim v0.11.1
4922026-05-21T08:41:14.115Z Compiling bytecount v0.6.9
4932026-05-21T08:41:14.195Z Compiling fnv v1.0.7
4942026-05-21T08:41:14.213Z Compiling fastrand v2.3.0
4952026-05-21T08:41:14.231Z Compiling anyhow v1.0.102
4962026-05-21T08:41:14.257Z Compiling heck v0.5.0
4972026-05-21T08:41:14.305Z Compiling heck v0.4.1
4982026-05-21T08:41:14.492Z Compiling unicode-width v0.1.14
4992026-05-21T08:41:14.511Z Compiling unicode-xid v0.2.6
5002026-05-21T08:41:14.548Z Compiling once_cell v1.21.3
5012026-05-21T08:41:14.566Z Compiling clap_lex v1.0.0
5022026-05-21T08:41:14.773Z Compiling clap_builder v4.6.0
5032026-05-21T08:41:14.775Z Compiling papergrid v0.11.0
5042026-05-21T08:41:14.806Z Compiling tempfile v3.25.0
5052026-05-21T08:41:14.857Z Compiling serde_derive v1.0.228
5062026-05-21T08:41:14.874Z Compiling zerofrom-derive v0.1.6
5072026-05-21T08:41:14.925Z Compiling yoke-derive v0.8.1
5082026-05-21T08:41:15.191Z Compiling zerovec-derive v0.11.2
5092026-05-21T08:41:15.336Z Compiling displaydoc v0.2.5
5102026-05-21T08:41:16.119Z Compiling thiserror-impl v1.0.69
5112026-05-21T08:41:16.126Z Compiling zerocopy-derive v0.7.35
5122026-05-21T08:41:16.247Z Compiling pest_derive v2.8.6
5132026-05-21T08:41:16.302Z Compiling zerofrom v0.1.6
5142026-05-21T08:41:16.325Z Compiling scroll_derive v0.12.1
5152026-05-21T08:41:16.445Z Compiling yoke v0.8.1
5162026-05-21T08:41:16.648Z Compiling zerovec v0.11.5
5172026-05-21T08:41:16.685Z Compiling zerotrie v0.2.3
5182026-05-21T08:41:17.005Z Compiling thiserror-impl v2.0.18
5192026-05-21T08:41:17.022Z Compiling zerocopy v0.7.35
5202026-05-21T08:41:17.037Z Compiling scroll v0.12.0
5212026-05-21T08:41:17.170Z Compiling tinystr v0.8.2
5222026-05-21T08:41:17.317Z Compiling potential_utf v0.1.4
5232026-05-21T08:41:17.390Z Compiling icu_locale_core v2.1.1
5242026-05-21T08:41:17.495Z Compiling icu_collections v2.1.1
5252026-05-21T08:41:17.526Z Compiling dtrace-parser v0.2.0
5262026-05-21T08:41:17.594Z Compiling goblin v0.8.2
5272026-05-21T08:41:17.984Z Compiling tabled_derive v0.7.0
5282026-05-21T08:41:18.001Z Compiling clap_derive v4.6.1
5292026-05-21T08:41:18.289Z Compiling icu_provider v2.1.1
5302026-05-21T08:41:18.307Z Compiling serde_spanned v0.6.9
5312026-05-21T08:41:18.380Z Compiling toml_datetime v0.6.11
5322026-05-21T08:41:18.383Z Compiling dof v0.3.0
5332026-05-21T08:41:18.418Z Compiling serde_tokenstream v0.2.3
5342026-05-21T08:41:18.582Z Compiling icu_properties v2.1.2
5352026-05-21T08:41:18.602Z Compiling icu_normalizer v2.1.1
5362026-05-21T08:41:18.658Z Compiling toml_edit v0.22.27
5372026-05-21T08:41:18.798Z Compiling serde-value v0.7.0
5382026-05-21T08:41:18.909Z Compiling cargo-platform v0.2.0
5392026-05-21T08:41:19.227Z Compiling memmap v0.7.0
5402026-05-21T08:41:19.227Z Compiling smawk v0.3.2
5412026-05-21T08:41:19.263Z Compiling unicode-width v0.2.0
5422026-05-21T08:41:19.393Z Compiling unicode-linebreak v0.1.5
5432026-05-21T08:41:19.417Z Compiling usdt-macro v0.5.0
5442026-05-21T08:41:19.435Z Compiling usdt-attr-macro v0.5.0
5452026-05-21T08:41:19.556Z Compiling idna_adapter v1.2.1
5462026-05-21T08:41:19.649Z Compiling textwrap v0.16.2
5472026-05-21T08:41:19.712Z Compiling idna v1.1.0
5482026-05-21T08:41:19.743Z Compiling tabled v0.15.0
5492026-05-21T08:41:19.866Z Compiling clap v4.6.1
5502026-05-21T08:41:20.067Z Compiling url v2.5.8
5512026-05-21T08:41:20.147Z Compiling macaddr v1.0.1
5522026-05-21T08:41:20.165Z Compiling camino-tempfile v1.4.1
5532026-05-21T08:41:20.394Z Compiling toml v0.8.23
5542026-05-21T08:41:20.739Z Compiling swrite v0.1.0
5552026-05-21T08:41:20.844Z Compiling cargo-util-schemas v0.8.2
5562026-05-21T08:41:20.864Z Compiling cargo_toml v0.21.0
5572026-05-21T08:41:21.031Z Compiling usdt v0.5.0
5582026-05-21T08:41:21.055Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5592026-05-21T08:41:21.759Z Compiling cargo_metadata v0.21.0
5602026-05-21T08:41:22.707Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5612026-05-21T08:41:24.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.82s
5622026-05-21T08:41:25.093Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5632026-05-21T08:41:25.700Z Downloading crates ...
5642026-05-21T08:41:25.789Z Downloaded convert_case v0.4.0
5652026-05-21T08:41:25.799Z Downloaded adler2 v2.0.1
5662026-05-21T08:41:25.802Z Downloaded base64ct v1.8.3
5672026-05-21T08:41:25.807Z Downloaded curve25519-dalek-derive v0.1.1
5682026-05-21T08:41:25.809Z Downloaded backoff v0.4.0
5692026-05-21T08:41:25.812Z Downloaded anstream v0.6.21
5702026-05-21T08:41:25.812Z Downloaded cobs v0.3.0
5712026-05-21T08:41:25.814Z Downloaded async-recursion v1.1.1
5722026-05-21T08:41:25.817Z Downloaded ctr v0.9.2
5732026-05-21T08:41:25.817Z Downloaded bitfield-struct v0.6.2
5742026-05-21T08:41:25.819Z Downloaded arrayref v0.3.9
5752026-05-21T08:41:25.819Z Downloaded array-init v0.0.4
5762026-05-21T08:41:25.822Z Downloaded darling_core v0.20.11
5772026-05-21T08:41:25.825Z Downloaded base16ct v0.2.0
5782026-05-21T08:41:25.827Z Downloaded darling v0.23.0
5792026-05-21T08:41:25.830Z Downloaded darling v0.21.3
5802026-05-21T08:41:25.833Z Downloaded assert_matches v1.5.0
5812026-05-21T08:41:25.835Z Downloaded anstyle-parse v0.2.7
5822026-05-21T08:41:25.835Z Downloaded const_format v0.2.35
5832026-05-21T08:41:25.838Z Downloaded darling_macro v0.20.11
5842026-05-21T08:41:25.838Z Downloaded darling_core v0.21.3
5852026-05-21T08:41:25.841Z Downloaded downcast-rs v2.0.2
5862026-05-21T08:41:25.843Z Downloaded daft v0.1.7
5872026-05-21T08:41:25.843Z Downloaded ascii-canvas v3.0.0
5882026-05-21T08:41:25.846Z Downloaded document-features v0.2.12
5892026-05-21T08:41:25.846Z Downloaded ciborium-ll v0.2.2
5902026-05-21T08:41:25.848Z Downloaded bit-set v0.8.0
5912026-05-21T08:41:25.848Z Downloaded cstr-argument v0.1.2
5922026-05-21T08:41:25.848Z Downloaded blowfish v0.9.1
5932026-05-21T08:41:25.851Z Downloaded arrayvec v0.7.6
5942026-05-21T08:41:25.851Z Downloaded allocator-api2 v0.2.21
5952026-05-21T08:41:25.853Z Downloaded bb8 v0.8.6
5962026-05-21T08:41:25.853Z Downloaded defmt v0.3.100
5972026-05-21T08:41:25.855Z Downloaded atty v0.2.14
5982026-05-21T08:41:25.859Z Downloaded enum-as-inner v0.6.1
5992026-05-21T08:41:25.862Z Downloaded crunchy v0.2.4
6002026-05-21T08:41:25.865Z Downloaded bitfield-macros v0.19.4
6012026-05-21T08:41:25.867Z Downloaded dof v0.4.0
6022026-05-21T08:41:25.867Z Downloaded darling_macro v0.23.0
6032026-05-21T08:41:25.869Z Downloaded bit-set v0.5.3
6042026-05-21T08:41:25.869Z Downloaded derive_builder_macro v0.20.2
6052026-05-21T08:41:25.870Z Downloaded cpufeatures v0.3.0
6062026-05-21T08:41:25.872Z Downloaded crc8 v0.1.1
6072026-05-21T08:41:25.875Z Downloaded dyn-clone v1.0.20
6082026-05-21T08:41:25.875Z Downloaded dunce v1.0.5
6092026-05-21T08:41:25.875Z Downloaded daft-derive v0.1.7
6102026-05-21T08:41:25.878Z Downloaded fallible-iterator v0.2.0
6112026-05-21T08:41:25.880Z Downloaded der_derive v0.7.3
6122026-05-21T08:41:25.880Z Downloaded crc v3.4.0
6132026-05-21T08:41:25.880Z Downloaded darling v0.20.11
6142026-05-21T08:41:25.883Z Downloaded castaway v0.2.4
6152026-05-21T08:41:25.885Z Downloaded crc32fast v1.5.0
6162026-05-21T08:41:25.885Z Downloaded bcrypt-pbkdf v0.10.0
6172026-05-21T08:41:25.888Z Downloaded endian-type v0.1.2
6182026-05-21T08:41:25.888Z Downloaded atomic-waker v1.1.2
6192026-05-21T08:41:25.888Z Downloaded crc-catalog v2.4.0
6202026-05-21T08:41:25.890Z Downloaded flagset v0.4.7
6212026-05-21T08:41:25.890Z Downloaded compression-core v0.4.31
6222026-05-21T08:41:25.890Z Downloaded atomicwrites v0.4.4
6232026-05-21T08:41:25.893Z Downloaded ciborium-io v0.2.2
6242026-05-21T08:41:25.893Z Downloaded async-stream-impl v0.3.6
6252026-05-21T08:41:25.893Z Downloaded dirs-sys-next v0.1.2
6262026-05-21T08:41:25.895Z Downloaded float-cmp v0.10.0
6272026-05-21T08:41:25.895Z Downloaded debug-ignore v1.0.5
6282026-05-21T08:41:25.895Z Downloaded env_filter v1.0.0
6292026-05-21T08:41:25.898Z Downloaded camino-tempfile-ext v0.3.3
6302026-05-21T08:41:25.898Z Downloaded async-stream v0.3.6
6312026-05-21T08:41:25.900Z Downloaded defmt-parser v1.0.0
6322026-05-21T08:41:25.900Z Downloaded float-ord v0.3.2
6332026-05-21T08:41:25.900Z Downloaded diesel_table_macro_syntax v0.3.0
6342026-05-21T08:41:25.903Z Downloaded backon v1.6.0
6352026-05-21T08:41:25.903Z Downloaded ciborium v0.2.2
6362026-05-21T08:41:25.905Z Downloaded darling_macro v0.21.3
6372026-05-21T08:41:25.905Z Downloaded dirs-next v2.0.0
6382026-05-21T08:41:25.908Z Downloaded fd-lock v4.0.4
6392026-05-21T08:41:25.908Z Downloaded dtrace-parser v0.3.0
6402026-05-21T08:41:25.908Z Downloaded cargo-platform v0.1.9
6412026-05-21T08:41:25.910Z Downloaded difflib v0.4.0
6422026-05-21T08:41:25.910Z Downloaded crucible-workspace-hack v0.1.0
6432026-05-21T08:41:25.913Z Downloaded dsl_auto_type v0.2.0
6442026-05-21T08:41:25.915Z Downloaded cfg_aliases v0.1.1
6452026-05-21T08:41:25.915Z Downloaded foreign-types v0.5.0
6462026-05-21T08:41:25.915Z Downloaded block-padding v0.3.3
6472026-05-21T08:41:25.915Z Downloaded foreign-types v0.3.2
6482026-05-21T08:41:25.918Z Downloaded funty v2.0.0
6492026-05-21T08:41:25.918Z Downloaded cassowary v0.3.0
6502026-05-21T08:41:25.920Z Downloaded foreign-types-macros v0.2.3
6512026-05-21T08:41:25.923Z Downloaded futures-core v0.3.32
6522026-05-21T08:41:25.923Z Downloaded derive-ex v0.1.8
6532026-05-21T08:41:25.923Z Downloaded crossbeam-deque v0.8.6
6542026-05-21T08:41:25.925Z Downloaded foreign-types-shared v0.3.1
6552026-05-21T08:41:25.925Z Downloaded foreign-types-shared v0.1.1
6562026-05-21T08:41:25.925Z Downloaded ena v0.14.4
6572026-05-21T08:41:25.928Z Downloaded futures-io v0.3.32
6582026-05-21T08:41:25.928Z Downloaded ecdsa v0.16.9
6592026-05-21T08:41:25.930Z Downloaded gethostname v0.5.0
6602026-05-21T08:41:25.930Z Downloaded fxhash v0.2.1
6612026-05-21T08:41:25.930Z Downloaded futures-sink v0.3.32
6622026-05-21T08:41:25.933Z Downloaded embedded-io v0.4.0
6632026-05-21T08:41:25.933Z Downloaded derive_builder_core v0.20.2
6642026-05-21T08:41:25.933Z Downloaded critical-section v1.2.0
6652026-05-21T08:41:25.936Z Downloaded globwalk v0.9.1
6662026-05-21T08:41:25.936Z Downloaded deranged v0.5.8
6672026-05-21T08:41:25.938Z Downloaded corncobs v0.1.4
6682026-05-21T08:41:25.938Z Downloaded cmake v0.1.57
6692026-05-21T08:41:25.941Z Downloaded aead v0.5.2
6702026-05-21T08:41:25.941Z Downloaded cargo_metadata v0.19.2
6712026-05-21T08:41:25.941Z Downloaded futures-task v0.3.32
6722026-05-21T08:41:25.944Z Downloaded crc-any v2.5.0
6732026-05-21T08:41:25.944Z Downloaded bitflags v1.3.2
6742026-05-21T08:41:25.946Z Downloaded git-stub v1.0.0
6752026-05-21T08:41:25.946Z Downloaded ghash v0.5.1
6762026-05-21T08:41:25.946Z Downloaded hash32 v0.2.1
6772026-05-21T08:41:25.949Z Downloaded cfg_aliases v0.2.1
6782026-05-21T08:41:25.949Z Downloaded cipher v0.4.4
6792026-05-21T08:41:25.951Z Downloaded compression-codecs v0.4.37
6802026-05-21T08:41:25.951Z Downloaded fixedbitset v0.5.7
6812026-05-21T08:41:25.954Z Downloaded defmt-macros v1.0.1
6822026-05-21T08:41:25.957Z Downloaded fixedbitset v0.4.2
6832026-05-21T08:41:25.957Z Downloaded data-encoding v2.10.0
6842026-05-21T08:41:25.959Z Downloaded erased-serde v0.3.31
6852026-05-21T08:41:25.959Z Downloaded const_format_proc_macros v0.2.34
6862026-05-21T08:41:25.961Z Downloaded ff v0.13.1
6872026-05-21T08:41:25.962Z Downloaded buf-list v1.1.2
6882026-05-21T08:41:25.964Z Downloaded bit-vec v0.6.3
6892026-05-21T08:41:25.964Z Downloaded ahash v0.8.12
6902026-05-21T08:41:25.967Z Downloaded console v0.15.11
6912026-05-21T08:41:25.969Z Downloaded filetime v0.2.27
6922026-05-21T08:41:25.969Z Downloaded csv-core v0.1.13
6932026-05-21T08:41:25.971Z Downloaded defmt v1.0.1
6942026-05-21T08:41:25.974Z Downloaded hash32 v0.3.1
6952026-05-21T08:41:25.974Z Downloaded hex v0.4.3
6962026-05-21T08:41:25.977Z Downloaded headers-core v0.3.0
6972026-05-21T08:41:25.977Z Downloaded hex-literal v0.4.1
6982026-05-21T08:41:25.977Z Downloaded console v0.16.2
6992026-05-21T08:41:25.979Z Downloaded bzip2 v0.6.1
7002026-05-21T08:41:25.979Z Downloaded base64 v0.22.1
7012026-05-21T08:41:25.982Z Downloaded http-range v0.1.5
7022026-05-21T08:41:25.982Z Downloaded hostname v0.4.2
7032026-05-21T08:41:25.984Z Downloaded futures-executor v0.3.32
7042026-05-21T08:41:25.984Z Downloaded embedded-io v0.6.1
7052026-05-21T08:41:25.984Z Downloaded hostname v0.3.1
7062026-05-21T08:41:25.987Z Downloaded home v0.5.12
7072026-05-21T08:41:25.987Z Downloaded fs_extra v1.3.0
7082026-05-21T08:41:25.990Z Downloaded ident_case v1.0.1
7092026-05-21T08:41:25.990Z Downloaded derive-where v1.6.0
7102026-05-21T08:41:25.993Z Downloaded hyper-tls v0.6.0
7112026-05-21T08:41:25.993Z Downloaded group v0.13.0
7122026-05-21T08:41:25.996Z Downloaded darling_core v0.23.0
7132026-05-21T08:41:25.996Z Downloaded git-stub-vcs v0.1.0
7142026-05-21T08:41:25.998Z Downloaded cookie v0.18.1
7152026-05-21T08:41:25.999Z Downloaded cookie_store v0.22.1
7162026-05-21T08:41:26.001Z Downloaded hubpack_derive v0.1.1
7172026-05-21T08:41:26.001Z Downloaded hubpack v0.1.2
7182026-05-21T08:41:26.004Z Downloaded illumos-nvpair-sys v0.2.0
7192026-05-21T08:41:26.004Z Downloaded clang-sys v1.8.1
7202026-05-21T08:41:26.004Z Downloaded chacha20 v0.10.0
7212026-05-21T08:41:26.007Z Downloaded indoc v1.0.9
7222026-05-21T08:41:26.009Z Downloaded instability v0.3.11
7232026-05-21T08:41:26.009Z Downloaded instant v0.1.13
7242026-05-21T08:41:26.009Z Downloaded inout v0.1.4
7252026-05-21T08:41:26.011Z Downloaded illumos-nvpair v0.3.0
7262026-05-21T08:41:26.012Z Downloaded indent_write v2.2.0
7272026-05-21T08:41:26.012Z Downloaded cancel-safe-futures v0.1.5
7282026-05-21T08:41:26.014Z Downloaded keccak v0.1.6
7292026-05-21T08:41:26.017Z Downloaded blake2 v0.10.6
7302026-05-21T08:41:26.017Z Downloaded async-bb8-diesel v0.2.1
7312026-05-21T08:41:26.020Z Downloaded des v0.8.1
7322026-05-21T08:41:26.020Z Downloaded bytes v1.11.1
7332026-05-21T08:41:26.022Z Downloaded is_ci v1.2.0
7342026-05-21T08:41:26.022Z Downloaded crossbeam-epoch v0.9.18
7352026-05-21T08:41:26.025Z Downloaded colored v3.1.1
7362026-05-21T08:41:26.027Z Downloaded glob v0.3.3
7372026-05-21T08:41:26.027Z Downloaded highway v1.3.0
7382026-05-21T08:41:26.029Z Downloaded drift v0.1.4
7392026-05-21T08:41:26.033Z Downloaded lalrpop-util v0.19.12
7402026-05-21T08:41:26.036Z Downloaded kstat-rs v0.2.4
7412026-05-21T08:41:26.036Z Downloaded compact_str v0.8.1
7422026-05-21T08:41:26.039Z Downloaded futures-channel v0.3.32
7432026-05-21T08:41:26.041Z Downloaded arc-swap v1.8.2
7442026-05-21T08:41:26.041Z Downloaded lazy_static v1.5.0
7452026-05-21T08:41:26.043Z Downloaded derive_more v0.99.20
7462026-05-21T08:41:26.046Z Downloaded libscf-sys v1.1.0
7472026-05-21T08:41:26.046Z Downloaded managed v0.8.0
7482026-05-21T08:41:26.048Z Downloaded http-body-util v0.1.3
7492026-05-21T08:41:26.048Z Downloaded lru v0.12.5
7502026-05-21T08:41:26.052Z Downloaded lru-slab v0.1.2
7512026-05-21T08:41:26.052Z Downloaded linked-hash-map v0.5.6
7522026-05-21T08:41:26.052Z Downloaded match_cfg v0.1.0
7532026-05-21T08:41:26.052Z Downloaded hyper-staticfile v0.10.1
7542026-05-21T08:41:26.054Z Downloaded nibble_vec v0.1.0
7552026-05-21T08:41:26.055Z Downloaded maplit v1.0.2
7562026-05-21T08:41:26.055Z Downloaded newtype_derive v0.1.6
7572026-05-21T08:41:26.057Z Downloaded find-msvc-tools v0.1.9
7582026-05-21T08:41:26.057Z Downloaded maybe-uninit v2.0.0
7592026-05-21T08:41:26.057Z Downloaded lzss v0.8.2
7602026-05-21T08:41:26.060Z Downloaded const-oid v0.9.6
7612026-05-21T08:41:26.060Z Downloaded argon2 v0.5.3
7622026-05-21T08:41:26.062Z Downloaded colored v2.2.0
7632026-05-21T08:41:26.062Z Downloaded md5 v0.7.0
7642026-05-21T08:41:26.065Z Downloaded md-5 v0.10.6
7652026-05-21T08:41:26.065Z Downloaded globset v0.4.18
7662026-05-21T08:41:26.065Z Downloaded humantime v2.3.0
7672026-05-21T08:41:26.068Z Downloaded getrandom v0.2.17
7682026-05-21T08:41:26.068Z Downloaded lru-cache v0.1.2
7692026-05-21T08:41:26.071Z Downloaded multimap v0.10.1
7702026-05-21T08:41:26.071Z Downloaded is-terminal v0.4.17
7712026-05-21T08:41:26.071Z Downloaded ipnet v2.11.0
7722026-05-21T08:41:26.073Z Downloaded new_debug_unreachable v1.0.6
7732026-05-21T08:41:26.073Z Downloaded ipnetwork v0.21.1
7742026-05-21T08:41:26.076Z Downloaded internet-checksum v0.2.1
7752026-05-21T08:41:26.076Z Downloaded ingot-types v0.1.2
7762026-05-21T08:41:26.076Z Downloaded num v0.4.3
7772026-05-21T08:41:26.078Z Downloaded normalize-line-endings v0.3.0
7782026-05-21T08:41:26.078Z Downloaded nonempty v0.12.0
7792026-05-21T08:41:26.078Z Downloaded num-iter v0.1.45
7802026-05-21T08:41:26.078Z Downloaded nodrop v0.1.14
7812026-05-21T08:41:26.081Z Downloaded newline-converter v0.3.0
7822026-05-21T08:41:26.081Z Downloaded ingot v0.1.1
7832026-05-21T08:41:26.081Z Downloaded indoc v2.0.7
7842026-05-21T08:41:26.083Z Downloaded half v1.8.3
7852026-05-21T08:41:26.086Z Downloaded num-derive v0.4.2
7862026-05-21T08:41:26.086Z Downloaded crossbeam-utils v0.8.21
7872026-05-21T08:41:26.088Z Downloaded elliptic-curve v0.13.8
7882026-05-21T08:41:26.090Z Downloaded dropshot_endpoint v0.17.0
7892026-05-21T08:41:26.093Z Downloaded num-conv v0.2.0
7902026-05-21T08:41:26.093Z Downloaded fatfs v0.3.6
7912026-05-21T08:41:26.095Z Downloaded dropshot_endpoint v0.16.7
7922026-05-21T08:41:26.099Z Downloaded impl-trait-for-tuples v0.2.3
7932026-05-21T08:41:26.099Z Downloaded opaque-debug v0.3.1
7942026-05-21T08:41:26.102Z Downloaded hmac v0.12.1
7952026-05-21T08:41:26.102Z Downloaded jobserver v0.1.34
7962026-05-21T08:41:26.102Z Downloaded olpc-cjson v0.1.4
7972026-05-21T08:41:26.102Z Downloaded openssl-macros v0.1.1
7982026-05-21T08:41:26.104Z Downloaded num_threads v0.1.7
7992026-05-21T08:41:26.104Z Downloaded libsw v3.5.0
8002026-05-21T08:41:26.104Z Downloaded num_enum_derive v0.5.11
8012026-05-21T08:41:26.107Z Downloaded num-derive v0.3.3
8022026-05-21T08:41:26.107Z Downloaded memoffset v0.9.1
8032026-05-21T08:41:26.107Z Downloaded byte-wrapper v0.1.0
8042026-05-21T08:41:26.109Z Downloaded libloading v0.8.9
8052026-05-21T08:41:26.112Z Downloaded mime v0.3.17
8062026-05-21T08:41:26.112Z Downloaded linear-map v1.2.0
8072026-05-21T08:41:26.114Z Downloaded lock_api v0.4.14
8082026-05-21T08:41:26.114Z Downloaded oso-derive v0.27.3
8092026-05-21T08:41:26.114Z Downloaded openssl-probe v0.1.6
8102026-05-21T08:41:26.117Z Downloaded openssl-probe v0.2.1
8112026-05-21T08:41:26.117Z Downloaded libsw-core v0.3.2
8122026-05-21T08:41:26.117Z Downloaded packed_struct_codegen v0.10.1
8132026-05-21T08:41:26.119Z Downloaded crypto-bigint v0.5.5
8142026-05-21T08:41:26.122Z Downloaded libefi-sys v0.1.0
8152026-05-21T08:41:26.125Z Downloaded flume v0.11.1
8162026-05-21T08:41:26.125Z Downloaded chacha20poly1305 v0.10.1
8172026-05-21T08:41:26.127Z Downloaded httpdate v1.0.3
8182026-05-21T08:41:26.127Z Downloaded http-body v1.0.1
8192026-05-21T08:41:26.127Z Downloaded half v2.7.1
8202026-05-21T08:41:26.130Z Downloaded nanorand v0.7.0
8212026-05-21T08:41:26.132Z Downloaded native-tls v0.2.18
8222026-05-21T08:41:26.132Z Downloaded ingot-macros v0.1.1
8232026-05-21T08:41:26.134Z Downloaded newtype-uuid v1.3.2
8242026-05-21T08:41:26.135Z Downloaded multer v3.1.0
8252026-05-21T08:41:26.137Z Downloaded num-integer v0.1.46
8262026-05-21T08:41:26.137Z Downloaded iana-time-zone v0.1.65
8272026-05-21T08:41:26.140Z Downloaded parse-size v1.1.0
8282026-05-21T08:41:26.140Z Downloaded parse-display v0.10.0
8292026-05-21T08:41:26.140Z Downloaded base64 v0.21.7
8302026-05-21T08:41:26.142Z Downloaded num-complex v0.4.6
8312026-05-21T08:41:26.145Z Downloaded num-rational v0.4.2
8322026-05-21T08:41:26.145Z Downloaded async-compression v0.4.41
8332026-05-21T08:41:26.153Z Downloaded pbkdf2 v0.12.2
8342026-05-21T08:41:26.153Z Downloaded pbkdf2 v0.11.0
8352026-05-21T08:41:26.153Z Downloaded path-slash v0.1.5
8362026-05-21T08:41:26.156Z Downloaded hyper-rustls v0.27.7
8372026-05-21T08:41:26.156Z Downloaded getrandom v0.3.4
8382026-05-21T08:41:26.156Z Downloaded derive_builder v0.20.2
8392026-05-21T08:41:26.159Z Downloaded peg-runtime v0.8.5
8402026-05-21T08:41:26.159Z Downloaded num_enum_derive v0.7.6
8412026-05-21T08:41:26.161Z Downloaded phf_shared v0.12.1
8422026-05-21T08:41:26.161Z Downloaded phf_shared v0.11.3
8432026-05-21T08:41:26.162Z Downloaded num_enum v0.7.6
8442026-05-21T08:41:26.164Z Downloaded num_enum v0.5.11
8452026-05-21T08:41:26.182Z Downloaded predicates-tree v1.0.13
8462026-05-21T08:41:26.185Z Downloaded derive_more v2.1.1
8472026-05-21T08:41:26.189Z Downloaded predicates-core v1.0.10
8482026-05-21T08:41:26.192Z Downloaded precomputed-hash v0.1.1
8492026-05-21T08:41:26.192Z Downloaded oxnet v0.1.5
8502026-05-21T08:41:26.192Z Downloaded oxide-tokio-rt v0.1.4
8512026-05-21T08:41:26.195Z Downloaded owo-colors v4.3.0
8522026-05-21T08:41:26.195Z Downloaded proc-macro-error-attr2 v2.0.0
8532026-05-21T08:41:26.197Z Downloaded packed_struct v0.10.1
8542026-05-21T08:41:26.197Z Downloaded proc-macro-crate v3.4.0
8552026-05-21T08:41:26.197Z Downloaded proc-macro-crate v1.3.1
8562026-05-21T08:41:26.200Z Downloaded bumpalo v3.20.2
8572026-05-21T08:41:26.200Z Downloaded cc v1.2.56
8582026-05-21T08:41:26.203Z Downloaded ar_archive_writer v0.5.1
8592026-05-21T08:41:26.205Z Downloaded parse-display-derive v0.10.0
8602026-05-21T08:41:26.205Z Downloaded newtype-uuid-macros v0.1.0
8612026-05-21T08:41:26.205Z Downloaded indexmap v1.9.3
8622026-05-21T08:41:26.208Z Downloaded memmap2 v0.9.10
8632026-05-21T08:41:26.210Z Downloaded paste v1.0.15
8642026-05-21T08:41:26.211Z Downloaded progenitor-macro v0.10.0
8652026-05-21T08:41:26.213Z Downloaded progenitor-client v0.14.0
8662026-05-21T08:41:26.213Z Downloaded password-hash v0.4.2
8672026-05-21T08:41:26.215Z Downloaded headers v0.4.1
8682026-05-21T08:41:26.218Z Downloaded quick-error v1.2.3
8692026-05-21T08:41:26.218Z Downloaded progenitor-macro v0.14.0
8702026-05-21T08:41:26.220Z Downloaded progenitor-client v0.11.2
8712026-05-21T08:41:26.220Z Downloaded phf v0.12.1
8722026-05-21T08:41:26.221Z Downloaded peg v0.8.5
8732026-05-21T08:41:26.223Z Downloaded psl-types v2.0.11
8742026-05-21T08:41:26.223Z Downloaded heapless v0.7.17
8752026-05-21T08:41:26.225Z Downloaded progenitor-macro v0.11.2
8762026-05-21T08:41:26.228Z Downloaded pem v3.0.6
8772026-05-21T08:41:26.228Z Downloaded progenitor-macro v0.13.0
8782026-05-21T08:41:26.228Z Downloaded flate2 v1.1.9
8792026-05-21T08:41:26.231Z Downloaded pkcs8 v0.10.2
8802026-05-21T08:41:26.234Z Downloaded phf v0.13.1
8812026-05-21T08:41:26.236Z Downloaded heapless v0.8.0
8822026-05-21T08:41:26.236Z Downloaded pin-project-lite v0.2.17
8832026-05-21T08:41:26.239Z Downloaded pem-rfc7468 v0.7.0
8842026-05-21T08:41:26.241Z Downloaded postgres-protocol v0.6.10
8852026-05-21T08:41:26.244Z Downloaded omicron-zone-package v0.12.2
8862026-05-21T08:41:26.244Z Downloaded ppv-lite86 v0.2.21
8872026-05-21T08:41:26.246Z Downloaded diff v0.1.13
8882026-05-21T08:41:26.246Z Downloaded password-hash v0.5.0
8892026-05-21T08:41:26.249Z Downloaded nu-ansi-term v0.50.3
8902026-05-21T08:41:26.251Z Downloaded radium v0.7.0
8912026-05-21T08:41:26.251Z Downloaded rand_xorshift v0.4.0
8922026-05-21T08:41:26.251Z Downloaded poly1305 v0.8.0
8932026-05-21T08:41:26.255Z Downloaded rand_chacha v0.3.1
8942026-05-21T08:41:26.255Z Downloaded pkg-config v0.3.32
8952026-05-21T08:41:26.258Z Downloaded der v0.7.10
8962026-05-21T08:41:26.258Z Downloaded predicates v3.1.4
8972026-05-21T08:41:26.261Z Downloaded parking_lot_core v0.9.12
8982026-05-21T08:41:26.261Z Downloaded parking_lot v0.11.2
8992026-05-21T08:41:26.263Z Downloaded ref-cast-impl v1.0.25
9002026-05-21T08:41:26.267Z Downloaded ref-cast v1.0.25
9012026-05-21T08:41:26.267Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-05-21T08:41:26.268Z Downloaded parking_lot_core v0.8.6
9032026-05-21T08:41:26.268Z Downloaded parking_lot v0.12.5
9042026-05-21T08:41:26.270Z Downloaded httparse v1.10.1
9052026-05-21T08:41:26.272Z Downloaded progenitor-client v0.13.0
9062026-05-21T08:41:26.272Z Downloaded progenitor v0.11.2
9072026-05-21T08:41:26.272Z Downloaded progenitor v0.10.0
9082026-05-21T08:41:26.274Z Downloaded peg-macros v0.8.5
9092026-05-21T08:41:26.274Z Downloaded rfc6979 v0.4.0
9102026-05-21T08:41:26.277Z Downloaded crossbeam-channel v0.5.15
9112026-05-21T08:41:26.279Z Downloaded russh-cryptovec v0.7.3
9122026-05-21T08:41:26.279Z Downloaded recursive v0.1.1
9132026-05-21T08:41:26.279Z Downloaded rtoolbox v0.0.3
9142026-05-21T08:41:26.282Z Downloaded indicatif v0.18.4
9152026-05-21T08:41:26.284Z Downloaded expectorate v1.2.0
9162026-05-21T08:41:26.284Z Downloaded derive_more-impl v2.1.1
9172026-05-21T08:41:26.287Z Downloaded powerfmt v0.2.0
9182026-05-21T08:41:26.290Z Downloaded progenitor-client v0.10.0
9192026-05-21T08:41:26.290Z Downloaded progenitor v0.14.0
9202026-05-21T08:41:26.293Z Downloaded pkcs5 v0.7.1
9212026-05-21T08:41:26.295Z Downloaded pkcs1 v0.7.5
9222026-05-21T08:41:26.295Z Downloaded hickory-resolver v0.24.4
9232026-05-21T08:41:26.298Z Downloaded rustc_version v0.1.7
9242026-05-21T08:41:26.298Z Downloaded psm v0.1.30
9252026-05-21T08:41:26.300Z Downloaded progenitor-extras v0.2.0
9262026-05-21T08:41:26.300Z Downloaded progenitor v0.13.0
9272026-05-21T08:41:26.303Z Downloaded aes v0.8.4
9282026-05-21T08:41:26.305Z Downloaded r2d2 v0.8.10
9292026-05-21T08:41:26.305Z Downloaded postgres-types v0.2.12
9302026-05-21T08:41:26.308Z Downloaded oso v0.27.3
9312026-05-21T08:41:26.310Z Downloaded hickory-resolver v0.25.2
9322026-05-21T08:41:26.313Z Downloaded rand_seeder v0.4.0
9332026-05-21T08:41:26.313Z Downloaded polyval v0.6.2
9342026-05-21T08:41:26.315Z Downloaded ed25519-dalek v2.2.0
9352026-05-21T08:41:26.317Z Downloaded miniz_oxide v0.8.9
9362026-05-21T08:41:26.317Z Downloaded proc-macro-error2 v2.0.1
9372026-05-21T08:41:26.320Z Downloaded papergrid v0.17.0
9382026-05-21T08:41:26.322Z Downloaded same-file v1.0.6
9392026-05-21T08:41:26.325Z Downloaded salsa20 v0.10.2
9402026-05-21T08:41:26.325Z Downloaded rustc-hash v2.1.1
9412026-05-21T08:41:26.327Z Downloaded crossterm v0.29.0
9422026-05-21T08:41:26.329Z Downloaded rand_core v0.9.5
9432026-05-21T08:41:26.331Z Downloaded libbz2-rs-sys v0.2.2
9442026-05-21T08:41:26.332Z Downloaded dropshot-api-manager v0.7.1
9452026-05-21T08:41:26.334Z Downloaded pin-utils v0.1.0
9462026-05-21T08:41:26.336Z Downloaded phf_shared v0.13.1
9472026-05-21T08:41:26.336Z Downloaded p256 v0.13.2
9482026-05-21T08:41:26.339Z Downloaded scroll_derive v0.13.1
9492026-05-21T08:41:26.339Z Downloaded serde-big-array v0.5.1
9502026-05-21T08:41:26.342Z Downloaded seq-macro v0.3.6
9512026-05-21T08:41:26.342Z Downloaded scheduled-thread-pool v0.2.7
9522026-05-21T08:41:26.342Z Downloaded secrecy v0.10.3
9532026-05-21T08:41:26.342Z Downloaded sapling-renderdag v0.1.0
9542026-05-21T08:41:26.345Z Downloaded scopeguard v1.2.0
9552026-05-21T08:41:26.345Z Downloaded resolv-conf v0.7.6
9562026-05-21T08:41:26.345Z Downloaded diesel_derives v2.3.7
9572026-05-21T08:41:26.348Z Downloaded rand_core v0.10.0
9582026-05-21T08:41:26.350Z Downloaded rand_core v0.6.4
9592026-05-21T08:41:26.351Z Downloaded secrecy v0.8.0
9602026-05-21T08:41:26.353Z Downloaded scrypt v0.11.0
9612026-05-21T08:41:26.353Z Downloaded semver v0.1.20
9622026-05-21T08:41:26.353Z Downloaded jiff-static v0.2.21
9632026-05-21T08:41:26.356Z Downloaded rand_chacha v0.9.0
9642026-05-21T08:41:26.358Z Downloaded mime_guess v2.0.5
9652026-05-21T08:41:26.358Z Downloaded litrs v1.0.0
9662026-05-21T08:41:26.360Z Downloaded serde_spanned v1.0.4
9672026-05-21T08:41:26.361Z Downloaded serde_bytes v0.11.19
9682026-05-21T08:41:26.364Z Downloaded rustls-pemfile v2.2.0
9692026-05-21T08:41:26.364Z Downloaded ignore v0.4.25
9702026-05-21T08:41:26.367Z Downloaded serde_urlencoded v0.7.1
9712026-05-21T08:41:26.367Z Downloaded sha1 v0.10.6
9722026-05-21T08:41:26.367Z Downloaded postcard v1.1.3
9732026-05-21T08:41:26.369Z Downloaded futures v0.3.32
9742026-05-21T08:41:26.371Z Downloaded serde_repr v0.1.20
9752026-05-21T08:41:26.374Z Downloaded quinn-udp v0.5.14
9762026-05-21T08:41:26.374Z Downloaded serde_plain v1.0.2
9772026-05-21T08:41:26.376Z Downloaded env_logger v0.11.9
9782026-05-21T08:41:26.376Z Downloaded fs-err v2.11.0
9792026-05-21T08:41:26.380Z Downloaded convert_case v0.10.0
9802026-05-21T08:41:26.380Z Downloaded shell-words v1.1.1
9812026-05-21T08:41:26.380Z Downloaded primeorder v0.13.6
9822026-05-21T08:41:26.382Z Downloaded foldhash v0.2.0
9832026-05-21T08:41:26.382Z Downloaded foldhash v0.1.5
9842026-05-21T08:41:26.382Z Downloaded async-trait v0.1.89
9852026-05-21T08:41:26.386Z Downloaded pin-project-internal v1.1.11
9862026-05-21T08:41:26.386Z Downloaded signal-hook-mio v0.2.5
9872026-05-21T08:41:26.388Z Downloaded pin-project v1.1.11
9882026-05-21T08:41:26.392Z Downloaded signal-hook-tokio v0.3.1
9892026-05-21T08:41:26.395Z Downloaded schemars_derive v0.8.22
9902026-05-21T08:41:26.395Z Downloaded rusty-fork v0.3.1
9912026-05-21T08:41:26.397Z Downloaded rustls-pemfile v1.0.4
9922026-05-21T08:41:26.397Z Downloaded sigpipe v0.1.3
9932026-05-21T08:41:26.402Z Downloaded sec1 v0.7.3
9942026-05-21T08:41:26.402Z Downloaded slog-envlogger v2.2.0
9952026-05-21T08:41:26.402Z Downloaded scroll v0.13.0
9962026-05-21T08:41:26.405Z Downloaded rustversion v1.0.22
9972026-05-21T08:41:26.405Z Downloaded rustls-native-certs v0.8.3
9982026-05-21T08:41:26.405Z Downloaded rustc_version v0.4.1
9992026-05-21T08:41:26.405Z Downloaded progenitor-impl v0.14.0
10002026-05-21T08:41:26.407Z Downloaded bzip2 v0.4.4
10012026-05-21T08:41:26.407Z Downloaded bcs v0.1.6
10022026-05-21T08:41:26.410Z Downloaded diesel-dtrace v0.5.0
10032026-05-21T08:41:26.410Z Downloaded bit-vec v0.8.0
10042026-05-21T08:41:26.412Z Downloaded slog-bunyan v2.5.0
10052026-05-21T08:41:26.412Z Downloaded constant_time_eq v0.4.2
10062026-05-21T08:41:26.412Z Downloaded dropshot-api-manager-types v0.7.1
10072026-05-21T08:41:26.415Z Downloaded display-error-chain v0.2.2
10082026-05-21T08:41:26.415Z Downloaded chacha20 v0.9.1
10092026-05-21T08:41:26.417Z Downloaded crossterm v0.28.1
10102026-05-21T08:41:26.420Z Downloaded hashbrown v0.13.2
10112026-05-21T08:41:26.423Z Downloaded cexpr v0.6.0
10122026-05-21T08:41:26.425Z Downloaded bitfield v0.19.4
10132026-05-21T08:41:26.425Z Downloaded cbc v0.1.2
10142026-05-21T08:41:26.425Z Downloaded futures-macro v0.3.32
10152026-05-21T08:41:26.428Z Downloaded progenitor-impl v0.11.2
10162026-05-21T08:41:26.428Z Downloaded serde_derive_internals v0.29.1
10172026-05-21T08:41:26.431Z Downloaded rustls-pki-types v1.14.0
10182026-05-21T08:41:26.431Z Downloaded progenitor-impl v0.13.0
10192026-05-21T08:41:26.434Z Downloaded openssl-sys v0.9.115
10202026-05-21T08:41:26.437Z Downloaded either v1.15.0
10212026-05-21T08:41:26.437Z Downloaded serde-hex v0.1.0
10222026-05-21T08:41:26.440Z Downloaded ed25519 v2.2.3
10232026-05-21T08:41:26.442Z Downloaded ssh-cipher v0.2.0
10242026-05-21T08:41:26.442Z Downloaded sqlparser_derive v0.5.0
10252026-05-21T08:41:26.445Z Downloaded structmeta-derive v0.3.0
10262026-05-21T08:41:26.445Z Downloaded strip-ansi-escapes v0.2.1
10272026-05-21T08:41:26.445Z Downloaded structmeta v0.3.0
10282026-05-21T08:41:26.448Z Downloaded ssh-encoding v0.2.0
10292026-05-21T08:41:26.448Z Downloaded strum v0.26.3
10302026-05-21T08:41:26.450Z Downloaded serde_path_to_error v0.1.20
10312026-05-21T08:41:26.453Z Downloaded prettyplease v0.2.37
10322026-05-21T08:41:26.453Z Downloaded pretty_assertions v1.4.1
10332026-05-21T08:41:26.456Z Downloaded aho-corasick v1.1.4
10342026-05-21T08:41:26.458Z Downloaded subtle v2.6.1
10352026-05-21T08:41:26.458Z Downloaded slab v0.4.12
10362026-05-21T08:41:26.461Z Downloaded signature v2.2.0
10372026-05-21T08:41:26.461Z Downloaded signal-hook-registry v1.4.8
10382026-05-21T08:41:26.461Z Downloaded sync_wrapper v1.0.2
10392026-05-21T08:41:26.464Z Downloaded russh-keys v0.45.0
10402026-05-21T08:41:26.464Z Downloaded strum v0.27.2
10412026-05-21T08:41:26.464Z Downloaded siphasher v1.0.2
10422026-05-21T08:41:26.467Z Downloaded shlex v1.3.0
10432026-05-21T08:41:26.467Z Downloaded progenitor-impl v0.10.0
10442026-05-21T08:41:26.470Z Downloaded itertools v0.10.5
10452026-05-21T08:41:26.474Z Downloaded slog-term v2.9.2
10462026-05-21T08:41:26.474Z Downloaded smallvec v0.6.14
10472026-05-21T08:41:26.476Z Downloaded slog-scope v4.4.1
10482026-05-21T08:41:26.476Z Downloaded slog-json v2.6.1
10492026-05-21T08:41:26.476Z Downloaded take_mut v0.2.2
10502026-05-21T08:41:26.479Z Downloaded tagptr v0.2.0
10512026-05-21T08:41:26.479Z Downloaded tabwriter v1.4.1
10522026-05-21T08:41:26.479Z Downloaded tabled_derive v0.11.0
10532026-05-21T08:41:26.481Z Downloaded snafu-derive v0.8.9
10542026-05-21T08:41:26.481Z Downloaded slog-dtrace v0.3.0
10552026-05-21T08:41:26.482Z Downloaded sct v0.7.1
10562026-05-21T08:41:26.486Z Downloaded spki v0.7.3
10572026-05-21T08:41:26.488Z Downloaded smf v0.2.3
10582026-05-21T08:41:26.488Z Downloaded hashbrown v0.12.3
10592026-05-21T08:41:26.488Z Downloaded tap v1.0.1
10602026-05-21T08:41:26.491Z Downloaded testing_table v0.3.0
10612026-05-21T08:41:26.491Z Downloaded termtree v0.5.1
10622026-05-21T08:41:26.491Z Downloaded rcgen v0.12.1
10632026-05-21T08:41:26.494Z Downloaded slog-async v2.8.0
10642026-05-21T08:41:26.494Z Downloaded serde_cbor v0.11.2
10652026-05-21T08:41:26.496Z Downloaded simd-adler32 v0.3.8
10662026-05-21T08:41:26.496Z Downloaded time-core v0.1.8
10672026-05-21T08:41:26.499Z Downloaded prefix-trie v0.7.0
10682026-05-21T08:41:26.501Z Downloaded minimal-lexical v0.2.1
10692026-05-21T08:41:26.504Z Downloaded thiserror-impl-no-std v2.0.2
10702026-05-21T08:41:26.504Z Downloaded libxml v0.3.3
10712026-05-21T08:41:26.506Z Downloaded sqlformat v0.3.5
10722026-05-21T08:41:26.509Z Downloaded serde_with_macros v3.17.0
10732026-05-21T08:41:26.509Z Downloaded thread-id v5.1.0
10742026-05-21T08:41:26.512Z Downloaded strum_macros v0.24.3
10752026-05-21T08:41:26.512Z Downloaded num-bigint v0.4.6
10762026-05-21T08:41:26.514Z Downloaded stringprep v0.1.5
10772026-05-21T08:41:26.518Z Downloaded static_assertions v1.1.0
10782026-05-21T08:41:26.518Z Downloaded string_cache v0.8.9
10792026-05-21T08:41:26.518Z Downloaded http v1.4.0
10802026-05-21T08:41:26.520Z Downloaded sync-ptr v0.1.4
10812026-05-21T08:41:26.520Z Downloaded supports-color v3.0.2
10822026-05-21T08:41:26.524Z Downloaded strum_macros v0.26.4
10832026-05-21T08:41:26.524Z Downloaded tinyvec_macros v0.1.1
10842026-05-21T08:41:26.524Z Downloaded support-bundle-viewer v0.1.2
10852026-05-21T08:41:26.527Z Downloaded ryu v1.0.23
10862026-05-21T08:41:26.527Z Downloaded strum_macros v0.27.2
10872026-05-21T08:41:26.529Z Downloaded hickory-server v0.25.2
10882026-05-21T08:41:26.532Z Downloaded hyper-util v0.1.20
10892026-05-21T08:41:26.536Z Downloaded rayon-core v1.13.0
10902026-05-21T08:41:26.539Z Downloaded tokio-macros v2.7.0
10912026-05-21T08:41:26.544Z Downloaded slog-stdlog v4.1.1
10922026-05-21T08:41:26.548Z Downloaded publicsuffix v2.3.0
10932026-05-21T08:41:26.548Z Downloaded hashbrown v0.16.1
10942026-05-21T08:41:26.557Z Downloaded termios v0.3.3
10952026-05-21T08:41:26.560Z Downloaded spin v0.9.8
10962026-05-21T08:41:26.563Z Downloaded tower-service v0.3.3
10972026-05-21T08:41:26.566Z Downloaded thiserror-no-std v2.0.2
10982026-05-21T08:41:26.568Z Downloaded rustls-platform-verifier v0.6.2
10992026-05-21T08:41:26.572Z Downloaded serde_yaml v0.9.34+deprecated
11002026-05-21T08:41:26.576Z Downloaded quinn v0.11.9
11012026-05-21T08:41:26.578Z Downloaded ron v0.8.1
11022026-05-21T08:41:26.584Z Downloaded tower-layer v0.3.3
11032026-05-21T08:41:26.584Z Downloaded tiny-keccak v2.0.2
11042026-05-21T08:41:26.588Z Downloaded try-lock v0.2.5
11052026-05-21T08:41:26.588Z Downloaded trait-variant v0.1.2
11062026-05-21T08:41:26.588Z Downloaded thread_local v1.1.9
11072026-05-21T08:41:26.588Z Downloaded qorb v0.4.1
11082026-05-21T08:41:26.591Z Downloaded stacker v0.1.23
11092026-05-21T08:41:26.591Z Downloaded signal-hook v0.3.18
11102026-05-21T08:41:26.591Z Downloaded topological-sort v0.2.2
11112026-05-21T08:41:26.596Z Downloaded rand v0.8.6
11122026-05-21T08:41:26.599Z Downloaded unarray v0.1.4
11132026-05-21T08:41:26.601Z Downloaded universal-hash v0.5.1
11142026-05-21T08:41:26.601Z Downloaded schemars v0.8.22
11152026-05-21T08:41:26.608Z Downloaded typify-macro v0.4.3
11162026-05-21T08:41:26.610Z Downloaded tokio-dtrace v0.1.1
11172026-05-21T08:41:26.610Z Downloaded unit-prefix v0.5.2
11182026-05-21T08:41:26.610Z Downloaded unicode-truncate v1.1.0
11192026-05-21T08:41:26.610Z Downloaded tls_codec_derive v0.4.2
11202026-05-21T08:41:26.613Z Downloaded tls_codec v0.4.2
11212026-05-21T08:41:26.613Z Downloaded tokio-tungstenite v0.21.0
11222026-05-21T08:41:26.616Z Downloaded usdt-attr-macro v0.6.0
11232026-05-21T08:41:26.616Z Downloaded mio v1.2.0
11242026-05-21T08:41:26.619Z Downloaded tokio-native-tls v0.3.1
11252026-05-21T08:41:26.622Z Downloaded utf-8 v0.7.6
11262026-05-21T08:41:26.622Z Downloaded usdt-macro v0.6.0
11272026-05-21T08:41:26.622Z Downloaded untrusted v0.7.1
11282026-05-21T08:41:26.622Z Downloaded usdt v0.6.0
11292026-05-21T08:41:26.622Z Downloaded similar v2.7.0
11302026-05-21T08:41:26.625Z Downloaded tokio-rustls v0.25.0
11312026-05-21T08:41:26.628Z Downloaded hashbrown v0.15.5
11322026-05-21T08:41:26.632Z Downloaded rsa v0.9.10
11332026-05-21T08:41:26.634Z Downloaded aes-gcm v0.10.3
11342026-05-21T08:41:26.634Z Downloaded time-macros v0.2.27
11352026-05-21T08:41:26.638Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11362026-05-21T08:41:26.638Z Downloaded term v0.7.0
11372026-05-21T08:41:26.642Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11382026-05-21T08:41:26.642Z Downloaded void v1.0.2
11392026-05-21T08:41:26.642Z Downloaded term v1.2.1
11402026-05-21T08:41:26.645Z Downloaded nom v7.1.3
11412026-05-21T08:41:26.650Z Downloaded itertools v0.13.0
11422026-05-21T08:41:26.653Z Downloaded toml_writer v1.0.6+spec-1.1.0
11432026-05-21T08:41:26.653Z Downloaded socket2 v0.5.10
11442026-05-21T08:41:26.653Z Downloaded rustls-webpki v0.103.9
11452026-05-21T08:41:26.655Z Downloaded want v0.3.1
11462026-05-21T08:41:26.655Z Downloaded waitgroup v0.1.2
11472026-05-21T08:41:26.655Z Downloaded tui-tree-widget v0.23.1
11482026-05-21T08:41:26.661Z Downloaded subprocess v0.2.15
11492026-05-21T08:41:26.664Z Downloaded wait-timeout v0.2.1
11502026-05-21T08:41:26.664Z Downloaded samael v0.0.19
11512026-05-21T08:41:26.664Z Downloaded unicase v2.9.0
11522026-05-21T08:41:26.667Z Downloaded typify-macro v0.6.2
11532026-05-21T08:41:26.667Z Downloaded num-bigint-dig v0.8.6
11542026-05-21T08:41:26.670Z Downloaded rand v0.9.2
11552026-05-21T08:41:26.670Z Downloaded socket2 v0.6.3
11562026-05-21T08:41:26.674Z Downloaded iddqd v0.4.1
11572026-05-21T08:41:26.677Z Downloaded slog v2.8.2
11582026-05-21T08:41:26.680Z Downloaded tokio-tungstenite v0.23.1
11592026-05-21T08:41:26.682Z Downloaded snafu v0.8.9
11602026-05-21T08:41:26.686Z Downloaded untrusted v0.9.0
11612026-05-21T08:41:26.689Z Downloaded schemars v0.9.0
11622026-05-21T08:41:26.691Z Downloaded zeroize_derive v1.4.3
11632026-05-21T08:41:26.695Z Downloaded xshell-macros v0.2.7
11642026-05-21T08:41:26.695Z Downloaded xattr v1.6.1
11652026-05-21T08:41:26.695Z Downloaded vergen-lib v0.1.6
11662026-05-21T08:41:26.698Z Downloaded iri-string v0.7.10
11672026-05-21T08:41:26.701Z Downloaded tokio-rustls v0.26.4
11682026-05-21T08:41:26.701Z Downloaded uzers v0.12.2
11692026-05-21T08:41:26.704Z Downloaded usdt-impl v0.6.0
11702026-05-21T08:41:26.704Z Downloaded hkdf v0.12.4
11712026-05-21T08:41:26.707Z Downloaded h2 v0.4.13
11722026-05-21T08:41:26.710Z Downloaded toml_parser v1.0.9+spec-1.1.0
11732026-05-21T08:41:26.710Z Downloaded zone_cfg_derive v0.3.1
11742026-05-21T08:41:26.710Z Downloaded vergen-gitcl v1.0.8
11752026-05-21T08:41:26.713Z Downloaded vergen-git2 v1.0.7
11762026-05-21T08:41:26.713Z Downloaded tokio-stream v0.1.18
11772026-05-21T08:41:26.715Z Downloaded nom v8.0.0
11782026-05-21T08:41:26.719Z Downloaded libm v0.2.16
11792026-05-21T08:41:26.723Z Downloaded zone v0.3.1
11802026-05-21T08:41:26.726Z Downloaded tokio-rustls v0.24.1
11812026-05-21T08:41:26.726Z Downloaded walkdir v2.5.0
11822026-05-21T08:41:26.726Z Downloaded twox-hash v2.1.2
11832026-05-21T08:41:26.729Z Downloaded tinyvec v1.10.0
11842026-05-21T08:41:26.732Z Downloaded itertools v0.12.1
11852026-05-21T08:41:26.735Z Downloaded unicode-properties v0.1.4
11862026-05-21T08:41:26.735Z Downloaded whoami v1.6.1
11872026-05-21T08:41:26.738Z Downloaded rand v0.10.1
11882026-05-21T08:41:26.738Z Downloaded wyz v0.5.1
11892026-05-21T08:41:26.738Z Downloaded hyper v1.8.1
11902026-05-21T08:41:26.742Z Downloaded whoami v2.1.0
11912026-05-21T08:41:26.744Z Downloaded toml v1.0.6+spec-1.1.0
11922026-05-21T08:41:26.753Z Downloaded futures-util v0.3.32
11932026-05-21T08:41:26.756Z Downloaded xshell v0.2.7
11942026-05-21T08:41:26.756Z Downloaded schemars v1.2.1
11952026-05-21T08:41:26.761Z Downloaded vergen v9.0.6
11962026-05-21T08:41:26.764Z Downloaded blake3 v1.8.3
11972026-05-21T08:41:26.767Z Downloaded zeroize v1.8.2
11982026-05-21T08:41:26.770Z Downloaded vsss-rs v3.3.4
11992026-05-21T08:41:26.770Z Downloaded toml v0.7.8
12002026-05-21T08:41:26.773Z Downloaded russh v0.45.0
12012026-05-21T08:41:26.777Z Downloaded tracing-attributes v0.1.31
12022026-05-21T08:41:26.777Z Downloaded tungstenite v0.21.0
12032026-05-21T08:41:26.779Z Downloaded tracing-core v0.1.36
12042026-05-21T08:41:26.779Z Downloaded test-strategy v0.4.5
12052026-05-21T08:41:26.782Z Downloaded zstd-safe v7.2.4
12062026-05-21T08:41:26.782Z Downloaded unicode-bidi v0.3.18
12072026-05-21T08:41:26.785Z Downloaded typify v0.4.3
12082026-05-21T08:41:26.787Z Downloaded zstd v0.13.3
12092026-05-21T08:41:26.791Z Downloaded toml v0.9.12+spec-1.1.0
12102026-05-21T08:41:26.794Z Downloaded typify v0.6.2
12112026-05-21T08:41:26.799Z Downloaded uuid v1.23.0
12122026-05-21T08:41:26.805Z Downloaded unsafe-libyaml v0.2.11
12132026-05-21T08:41:26.805Z Downloaded p521 v0.13.3
12142026-05-21T08:41:26.810Z Downloaded yasna v0.5.2
12152026-05-21T08:41:26.811Z Downloaded rpassword v7.4.0
12162026-05-21T08:41:26.814Z Downloaded tar v0.4.45
12172026-05-21T08:41:26.816Z Downloaded steno v0.4.1
12182026-05-21T08:41:26.822Z Downloaded reedline v0.40.0
12192026-05-21T08:41:26.838Z Downloaded itertools v0.14.0
12202026-05-21T08:41:26.842Z Downloaded toml_edit v0.23.10+spec-1.0.0
12212026-05-21T08:41:26.850Z Downloaded rustyline v14.0.0
12222026-05-21T08:41:26.853Z Downloaded toml_edit v0.19.15
12232026-05-21T08:41:26.865Z Downloaded tungstenite v0.23.0
12242026-05-21T08:41:26.870Z Downloaded ssh-key v0.6.7
12252026-05-21T08:41:26.876Z Downloaded zopfli v0.8.3
12262026-05-21T08:41:26.878Z Downloaded vte v0.14.1
12272026-05-21T08:41:26.881Z Downloaded reqwest v0.12.28
12282026-05-21T08:41:26.884Z Downloaded reqwest v0.13.2
12292026-05-21T08:41:26.893Z Downloaded git2 v0.20.4
12302026-05-21T08:41:26.898Z Downloaded zip v0.6.6
12312026-05-21T08:41:26.901Z Downloaded zerocopy v0.6.6
12322026-05-21T08:41:26.903Z Downloaded tokio-postgres v0.7.16
12332026-05-21T08:41:26.906Z Downloaded bindgen v0.71.1
12342026-05-21T08:41:26.908Z Downloaded p384 v0.13.1
12352026-05-21T08:41:26.911Z Downloaded regex v1.12.3
12362026-05-21T08:41:26.914Z Downloaded yansi v1.0.1
12372026-05-21T08:41:26.917Z Downloaded aws-lc-rs v1.16.3
12382026-05-21T08:41:26.921Z Downloaded zerocopy-derive v0.8.40
12392026-05-21T08:41:26.926Z Downloaded unicode_categories v0.1.1
12402026-05-21T08:41:26.929Z Downloaded rayon v1.11.0
12412026-05-21T08:41:26.935Z Downloaded bitvec v1.0.1
12422026-05-21T08:41:26.943Z Downloaded tower v0.5.3
12432026-05-21T08:41:26.947Z Downloaded salty v0.3.0
12442026-05-21T08:41:26.951Z Downloaded unicode-segmentation v1.12.0
12452026-05-21T08:41:26.954Z Downloaded quick-xml v0.37.5
12462026-05-21T08:41:26.957Z Downloaded lalrpop v0.19.12
12472026-05-21T08:41:26.963Z Downloaded proptest v1.10.0
12482026-05-21T08:41:26.968Z Downloaded x509-cert v0.2.5
12492026-05-21T08:41:26.972Z Downloaded moka v0.12.13
12502026-05-21T08:41:26.976Z Downloaded portable-atomic v1.13.1
12512026-05-21T08:41:26.981Z Downloaded curve25519-dalek v4.1.3
12522026-05-21T08:41:26.985Z Downloaded goblin v0.10.5
12532026-05-21T08:41:26.990Z Downloaded chrono v0.4.44
12542026-05-21T08:41:26.994Z Downloaded unicode-normalization v0.1.25
12552026-05-21T08:41:26.997Z Downloaded rustls-webpki v0.101.7
12562026-05-21T08:41:27.004Z Downloaded zip v4.6.1
12572026-05-21T08:41:27.007Z Downloaded tough v0.22.0
12582026-05-21T08:41:27.011Z Downloaded tower-http v0.6.8
12592026-05-21T08:41:27.016Z Downloaded tokio-util v0.7.18
12602026-05-21T08:41:27.020Z Downloaded rustls-webpki v0.102.8
12612026-05-21T08:41:27.030Z Downloaded serde_with v3.17.0
12622026-05-21T08:41:27.038Z Downloaded typed-path v0.9.3
12632026-05-21T08:41:27.062Z Downloaded winnow v0.6.26
12642026-05-21T08:41:27.067Z Downloaded petname v2.0.2
12652026-05-21T08:41:27.071Z Downloaded quinn-proto v0.11.13
12662026-05-21T08:41:27.074Z Downloaded nix v0.27.1
12672026-05-21T08:41:27.086Z Downloaded winnow v0.5.40
12682026-05-21T08:41:27.095Z Downloaded object v0.30.4
12692026-05-21T08:41:27.101Z Downloaded bstr v1.12.1
12702026-05-21T08:41:27.110Z Downloaded polar-core v0.27.3
12712026-05-21T08:41:27.115Z Downloaded winnow v1.0.3
12722026-05-21T08:41:27.122Z Downloaded tabled v0.20.0
12732026-05-21T08:41:27.131Z Downloaded time v0.3.47
12742026-05-21T08:41:27.138Z Downloaded nix v0.29.0
12752026-05-21T08:41:27.144Z Downloaded rustls v0.21.12
12762026-05-21T08:41:27.150Z Downloaded radix_trie v0.2.1
12772026-05-21T08:41:27.153Z Downloaded openssl v0.10.79
12782026-05-21T08:41:27.161Z Downloaded nix v0.28.0
12792026-05-21T08:41:27.165Z Downloaded dropshot v0.17.0
12802026-05-21T08:41:27.177Z Downloaded zlib-rs v0.6.2
12812026-05-21T08:41:27.180Z Downloaded vcpkg v0.2.15
12822026-05-21T08:41:27.202Z Downloaded nix v0.31.2
12832026-05-21T08:41:27.209Z Downloaded webpki-roots v1.0.6
12842026-05-21T08:41:27.212Z Downloaded diesel v2.3.7
12852026-05-21T08:41:27.223Z Downloaded hickory-proto v0.24.4
12862026-05-21T08:41:27.231Z Downloaded openapiv3 v2.2.0
12872026-05-21T08:41:27.237Z Downloaded rustls v0.22.4
12882026-05-21T08:41:27.244Z Downloaded zerocopy v0.8.40
12892026-05-21T08:41:27.250Z Downloaded regress v0.10.5
12902026-05-21T08:41:27.255Z Downloaded regress v0.11.1
12912026-05-21T08:41:27.260Z Downloaded regex-syntax v0.8.10
12922026-05-21T08:41:27.265Z Downloaded rustls v0.23.37
12932026-05-21T08:41:27.271Z Downloaded rustix v0.38.44
12942026-05-21T08:41:27.284Z Downloaded smoltcp v0.11.0
12952026-05-21T08:41:27.290Z Downloaded sled v0.34.7
12962026-05-21T08:41:27.296Z Downloaded object v0.37.3
12972026-05-21T08:41:27.302Z Downloaded hickory-proto v0.25.2
12982026-05-21T08:41:27.311Z Downloaded regex-syntax v0.6.29
12992026-05-21T08:41:27.315Z Downloaded tracing v0.1.44
13002026-05-21T08:41:27.328Z Downloaded dropshot v0.16.7
13012026-05-21T08:41:27.340Z Downloaded smoltcp v0.9.1
13022026-05-21T08:41:27.345Z Downloaded zerocopy-derive v0.6.6
13032026-05-21T08:41:27.351Z Downloaded sqlparser v0.61.0
13042026-05-21T08:41:27.379Z Downloaded typify-impl v0.6.2
13052026-05-21T08:41:27.391Z Downloaded ratatui v0.29.0
13062026-05-21T08:41:27.403Z Downloaded typify-impl v0.4.3
13072026-05-21T08:41:27.411Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-05-21T08:41:27.418Z Downloaded csv v1.4.0
13092026-05-21T08:41:27.434Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-05-21T08:41:27.445Z Downloaded regex-automata v0.4.14
13112026-05-21T08:41:27.455Z Downloaded sha3 v0.10.8
13122026-05-21T08:41:27.457Z Downloaded chrono-tz v0.10.4
13132026-05-21T08:41:27.467Z Downloaded tokio v1.52.1
13142026-05-21T08:41:27.489Z Downloaded petgraph v0.6.5
13152026-05-21T08:41:27.500Z Downloaded jiff v0.2.21
13162026-05-21T08:41:27.518Z Downloaded petgraph v0.8.3
13172026-05-21T08:41:27.543Z Downloaded libz-sys v1.1.24
13182026-05-21T08:41:27.555Z Downloaded encoding_rs v0.8.35
13192026-05-21T08:41:27.568Z Downloaded ring v0.17.14
13202026-05-21T08:41:27.657Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-05-21T08:41:28.143Z Downloaded aws-lc-sys v0.40.0
13222026-05-21T08:41:28.393Z Compiling libc v0.2.185
13232026-05-21T08:41:28.393Z Compiling serde v1.0.228
13242026-05-21T08:41:28.396Z Compiling log v0.4.29
13252026-05-21T08:41:28.396Z Compiling find-msvc-tools v0.1.9
13262026-05-21T08:41:28.396Z Compiling shlex v1.3.0
13272026-05-21T08:41:28.396Z Compiling smallvec v1.15.1
13282026-05-21T08:41:28.540Z Compiling syn v2.0.117
13292026-05-21T08:41:28.552Z Compiling typenum v1.19.0
13302026-05-21T08:41:28.730Z Compiling generic-array v0.14.7
13312026-05-21T08:41:28.756Z Compiling subtle v2.6.1
13322026-05-21T08:41:28.769Z Compiling scopeguard v1.2.0
13332026-05-21T08:41:28.805Z Compiling const-oid v0.9.6
13342026-05-21T08:41:28.863Z Compiling lock_api v0.4.14
13352026-05-21T08:41:28.876Z Compiling serde_json v1.0.149
13362026-05-21T08:41:28.933Z Compiling zerocopy v0.8.40
13372026-05-21T08:41:28.972Z Compiling pin-project-lite v0.2.17
13382026-05-21T08:41:29.189Z Compiling parking_lot_core v0.9.12
13392026-05-21T08:41:29.228Z Compiling portable-atomic v1.13.1
13402026-05-21T08:41:29.458Z Compiling pkg-config v0.3.32
13412026-05-21T08:41:29.473Z Compiling bitflags v2.11.0
13422026-05-21T08:41:29.566Z Compiling getrandom v0.2.17
13432026-05-21T08:41:29.647Z Compiling jobserver v0.1.34
13442026-05-21T08:41:29.678Z Compiling errno v0.3.14
13452026-05-21T08:41:29.720Z Compiling rand_core v0.6.4
13462026-05-21T08:41:29.808Z Compiling signal-hook-registry v1.4.8
13472026-05-21T08:41:30.010Z Compiling cc v1.2.56
13482026-05-21T08:41:30.042Z Compiling libm v0.2.16
13492026-05-21T08:41:30.058Z Compiling futures-core v0.3.32
13502026-05-21T08:41:30.101Z Compiling critical-section v1.2.0
13512026-05-21T08:41:30.145Z Compiling parking_lot v0.12.5
13522026-05-21T08:41:30.216Z Compiling mio v1.2.0
13532026-05-21T08:41:30.219Z Compiling once_cell v1.21.3
13542026-05-21T08:41:30.321Z Compiling num-traits v0.2.19
13552026-05-21T08:41:30.367Z Compiling percent-encoding v2.3.2
13562026-05-21T08:41:30.448Z Compiling socket2 v0.6.3
13572026-05-21T08:41:30.534Z Compiling futures-sink v0.3.32
13582026-05-21T08:41:30.566Z Compiling futures-task v0.3.32
13592026-05-21T08:41:30.644Z Compiling futures-channel v0.3.32
13602026-05-21T08:41:30.691Z Compiling getrandom v0.4.1
13612026-05-21T08:41:30.710Z Compiling slab v0.4.12
13622026-05-21T08:41:30.750Z Compiling cpufeatures v0.2.17
13632026-05-21T08:41:30.834Z Compiling futures-io v0.3.32
13642026-05-21T08:41:30.888Z Compiling rand_core v0.10.0
13652026-05-21T08:41:30.903Z Compiling indexmap v2.14.0
13662026-05-21T08:41:30.916Z Compiling rustversion v1.0.22
13672026-05-21T08:41:30.995Z Compiling getrandom v0.3.4
13682026-05-21T08:41:31.068Z Compiling cmake v0.1.57
13692026-05-21T08:41:31.380Z Compiling form_urlencoded v1.2.2
13702026-05-21T08:41:31.525Z Compiling synstructure v0.13.2
13712026-05-21T08:41:31.576Z Compiling fs_extra v1.3.0
13722026-05-21T08:41:31.593Z Compiling dunce v1.0.5
13732026-05-21T08:41:31.659Z Compiling ident_case v1.0.1
13742026-05-21T08:41:31.695Z Compiling base64ct v1.8.3
13752026-05-21T08:41:31.795Z Compiling regex-syntax v0.8.10
13762026-05-21T08:41:31.867Z Compiling aws-lc-sys v0.40.0
13772026-05-21T08:41:31.985Z Compiling pem-rfc7468 v0.7.0
13782026-05-21T08:41:32.019Z Compiling rustix v1.1.3
13792026-05-21T08:41:32.021Z Compiling flagset v0.4.7
13802026-05-21T08:41:32.162Z Compiling iana-time-zone v0.1.65
13812026-05-21T08:41:32.178Z Compiling rand_core v0.9.5
13822026-05-21T08:41:32.224Z Compiling ring v0.17.14
13832026-05-21T08:41:32.313Z Compiling aws-lc-rs v1.16.3
13842026-05-21T08:41:32.376Z Compiling vcpkg v0.2.15
13852026-05-21T08:41:32.474Z Compiling uuid v1.23.0
13862026-05-21T08:41:32.618Z Compiling rustc_version v0.4.1
13872026-05-21T08:41:32.987Z Compiling tracing-core v0.1.36
13882026-05-21T08:41:33.169Z Compiling openssl-sys v0.9.115
13892026-05-21T08:41:33.239Z Compiling base64 v0.22.1
13902026-05-21T08:41:33.381Z Compiling serde_derive v1.0.228
13912026-05-21T08:41:33.551Z Compiling zeroize_derive v1.4.3
13922026-05-21T08:41:33.579Z Compiling zerofrom-derive v0.1.6
13932026-05-21T08:41:33.706Z Compiling yoke-derive v0.8.1
13942026-05-21T08:41:33.866Z Compiling zerovec-derive v0.11.2
13952026-05-21T08:41:34.237Z Compiling zeroize v1.8.2
13962026-05-21T08:41:34.339Z Compiling zerocopy-derive v0.8.40
13972026-05-21T08:41:34.916Z Compiling displaydoc v0.2.5
13982026-05-21T08:41:35.002Z Compiling crypto-common v0.1.7
13992026-05-21T08:41:35.024Z Compiling block-buffer v0.10.4
14002026-05-21T08:41:35.039Z Compiling zerofrom v0.1.6
14012026-05-21T08:41:35.149Z Compiling yoke v0.8.1
14022026-05-21T08:41:35.164Z Compiling digest v0.10.7
14032026-05-21T08:41:35.195Z Compiling tokio-macros v2.7.0
14042026-05-21T08:41:35.337Z Compiling zerovec v0.11.5
14052026-05-21T08:41:35.415Z Compiling futures-macro v0.3.32
14062026-05-21T08:41:35.676Z Compiling zerotrie v0.2.3
14072026-05-21T08:41:35.875Z Compiling tinystr v0.8.2
14082026-05-21T08:41:35.942Z Compiling potential_utf v0.1.4
14092026-05-21T08:41:35.999Z Compiling hmac v0.12.1
14102026-05-21T08:41:36.084Z Compiling icu_locale_core v2.1.1
14112026-05-21T08:41:36.110Z Compiling icu_collections v2.1.1
14122026-05-21T08:41:36.156Z Compiling block-padding v0.3.3
14132026-05-21T08:41:36.238Z Compiling futures-util v0.3.32
14142026-05-21T08:41:36.320Z Compiling inout v0.1.4
14152026-05-21T08:41:36.494Z Compiling cipher v0.4.4
14162026-05-21T08:41:36.597Z Compiling sha2 v0.10.9
14172026-05-21T08:41:36.765Z Compiling icu_provider v2.1.1
14182026-05-21T08:41:36.969Z Compiling bytes v1.11.1
14192026-05-21T08:41:36.984Z Compiling der_derive v0.7.3
14202026-05-21T08:41:36.999Z Compiling icu_properties v2.1.2
14212026-05-21T08:41:37.070Z Compiling icu_normalizer v2.1.1
14222026-05-21T08:41:37.602Z Compiling tokio v1.52.1
14232026-05-21T08:41:37.621Z Compiling http v1.4.0
14242026-05-21T08:41:37.880Z Compiling idna_adapter v1.2.1
14252026-05-21T08:41:38.022Z Compiling idna v1.1.0
14262026-05-21T08:41:38.039Z Compiling der v0.7.10
14272026-05-21T08:41:38.115Z Compiling chrono v0.4.44
14282026-05-21T08:41:38.548Z Compiling url v2.5.8
14292026-05-21T08:41:38.623Z Compiling salsa20 v0.10.2
14302026-05-21T08:41:38.699Z Compiling pbkdf2 v0.12.2
14312026-05-21T08:41:38.769Z Compiling ppv-lite86 v0.2.21
14322026-05-21T08:41:38.822Z Compiling rustls-pki-types v1.14.0
14332026-05-21T08:41:38.955Z Compiling spki v0.7.3
14342026-05-21T08:41:39.143Z Compiling tracing-attributes v0.1.31
14352026-05-21T08:41:39.186Z Compiling thiserror-impl v2.0.18
14362026-05-21T08:41:39.317Z Compiling rand_chacha v0.9.0
14372026-05-21T08:41:39.336Z Compiling scrypt v0.11.0
14382026-05-21T08:41:39.393Z Compiling http-body v1.0.1
14392026-05-21T08:41:39.557Z Compiling cbc v0.1.2
14402026-05-21T08:41:39.600Z Compiling aes v0.8.4
14412026-05-21T08:41:39.701Z Compiling untrusted v0.9.0
14422026-05-21T08:41:39.716Z Compiling tinyvec_macros v0.1.1
14432026-05-21T08:41:39.790Z Compiling httparse v1.10.1
14442026-05-21T08:41:39.830Z Compiling openssl-probe v0.2.1
14452026-05-21T08:41:40.021Z Compiling untrusted v0.7.1
14462026-05-21T08:41:40.039Z Compiling pkcs5 v0.7.1
14472026-05-21T08:41:40.194Z Compiling tinyvec v1.10.0
14482026-05-21T08:41:40.524Z Compiling tracing v0.1.44
14492026-05-21T08:41:40.546Z Compiling pest_generator v2.8.6
14502026-05-21T08:41:40.562Z Compiling rand v0.9.2
14512026-05-21T08:41:40.584Z Compiling thiserror v2.0.18
14522026-05-21T08:41:40.698Z Compiling serde_derive_internals v0.29.1
14532026-05-21T08:41:40.713Z Compiling aho-corasick v1.1.4
14542026-05-21T08:41:40.803Z Compiling dyn-clone v1.0.20
14552026-05-21T08:41:40.950Z Compiling rustls v0.23.37
14562026-05-21T08:41:41.134Z Compiling schemars v0.8.22
14572026-05-21T08:41:41.268Z Compiling atomic-waker v1.1.2
14582026-05-21T08:41:41.348Z Compiling try-lock v0.2.5
14592026-05-21T08:41:41.385Z Compiling tower-layer v0.3.3
14602026-05-21T08:41:41.403Z Compiling tower-service v0.3.3
14612026-05-21T08:41:41.464Z Compiling want v0.3.1
14622026-05-21T08:41:41.505Z Compiling tokio-util v0.7.18
14632026-05-21T08:41:41.547Z Compiling regex-automata v0.4.14
14642026-05-21T08:41:41.631Z Compiling schemars_derive v0.8.22
14652026-05-21T08:41:41.666Z Compiling pest_derive v2.8.6
14662026-05-21T08:41:41.990Z Compiling pkcs8 v0.10.2
14672026-05-21T08:41:42.311Z Compiling h2 v0.4.13
14682026-05-21T08:41:42.410Z Compiling ipnet v2.11.0
14692026-05-21T08:41:42.442Z Compiling scroll_derive v0.13.1
14702026-05-21T08:41:42.549Z Compiling darling_core v0.20.11
14712026-05-21T08:41:42.896Z Compiling pin-utils v0.1.0
14722026-05-21T08:41:42.910Z Compiling httpdate v1.0.3
14732026-05-21T08:41:42.971Z Compiling openssl v0.10.79
14742026-05-21T08:41:43.131Z Compiling foreign-types-shared v0.1.1
14752026-05-21T08:41:43.206Z Compiling tempfile v3.25.0
14762026-05-21T08:41:43.236Z Compiling scroll v0.13.0
14772026-05-21T08:41:43.254Z Compiling foreign-types v0.3.2
14782026-05-21T08:41:43.482Z Compiling unicode-normalization v0.1.25
14792026-05-21T08:41:43.581Z Compiling openssl-macros v0.1.1
14802026-05-21T08:41:43.934Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14812026-05-21T08:41:43.948Z Compiling spin v0.9.8
14822026-05-21T08:41:43.981Z Compiling num-conv v0.2.0
14832026-05-21T08:41:44.152Z Compiling native-tls v0.2.18
14842026-05-21T08:41:44.194Z Compiling time-core v0.1.8
14852026-05-21T08:41:44.348Z Compiling crc32fast v1.5.0
14862026-05-21T08:41:44.363Z Compiling powerfmt v0.2.0
14872026-05-21T08:41:44.576Z Compiling deranged v0.5.8
14882026-05-21T08:41:44.665Z Compiling time-macros v0.2.27
14892026-05-21T08:41:44.883Z Compiling darling_macro v0.20.11
14902026-05-21T08:41:45.352Z Compiling hyper v1.8.1
14912026-05-21T08:41:45.574Z Compiling darling v0.20.11
14922026-05-21T08:41:45.656Z Compiling goblin v0.10.5
14932026-05-21T08:41:45.725Z Compiling rustls-native-certs v0.8.3
14942026-05-21T08:41:45.748Z Compiling sync_wrapper v1.0.2
14952026-05-21T08:41:45.858Z Compiling wait-timeout v0.2.1
14962026-05-21T08:41:46.017Z Compiling simd-adler32 v0.3.8
14972026-05-21T08:41:46.126Z Compiling syn v1.0.109
14982026-05-21T08:41:46.262Z Compiling crossbeam-utils v0.8.21
14992026-05-21T08:41:46.342Z Compiling quick-error v1.2.3
15002026-05-21T08:41:46.433Z Compiling hyper-util v0.1.20
15012026-05-21T08:41:46.452Z Compiling num_threads v0.1.7
15022026-05-21T08:41:46.549Z Compiling siphasher v1.0.2
15032026-05-21T08:41:46.551Z Compiling usdt-impl v0.6.0
15042026-05-21T08:41:46.756Z Compiling bit-vec v0.8.0
15052026-05-21T08:41:46.812Z Compiling time v0.3.47
15062026-05-21T08:41:46.943Z Compiling bit-set v0.8.0
15072026-05-21T08:41:47.161Z Compiling rusty-fork v0.3.1
15082026-05-21T08:41:47.314Z Compiling tower v0.5.3
15092026-05-21T08:41:47.483Z Compiling derive_builder_core v0.20.2
15102026-05-21T08:41:47.793Z Compiling dtrace-parser v0.3.0
15112026-05-21T08:41:47.897Z Compiling http-body-util v0.1.3
15122026-05-21T08:41:48.151Z Compiling webpki-roots v1.0.6
15132026-05-21T08:41:48.217Z Compiling signature v2.2.0
15142026-05-21T08:41:48.278Z Compiling thiserror-impl v1.0.69
15152026-05-21T08:41:48.373Z Compiling scroll_derive v0.12.1
15162026-05-21T08:41:48.403Z Compiling dof v0.4.0
15172026-05-21T08:41:48.425Z Compiling heapless v0.7.17
15182026-05-21T08:41:48.557Z Compiling rand_xorshift v0.4.0
15192026-05-21T08:41:48.674Z Compiling slog v2.8.2
15202026-05-21T08:41:48.728Z Compiling darling_core v0.21.3
15212026-05-21T08:41:48.865Z Compiling bzip2-sys v0.1.13+1.0.8
15222026-05-21T08:41:49.096Z Compiling thread-id v5.1.0
15232026-05-21T08:41:49.184Z Compiling cookie v0.18.1
15242026-05-21T08:41:49.187Z Compiling iri-string v0.7.10
15252026-05-21T08:41:49.377Z Compiling zstd-safe v7.2.4
15262026-05-21T08:41:49.590Z Compiling unicode-bidi v0.3.18
15272026-05-21T08:41:49.614Z Compiling ryu v1.0.23
15282026-05-21T08:41:49.640Z Compiling adler2 v2.0.1
15292026-05-21T08:41:49.777Z Compiling unarray v0.1.4
15302026-05-21T08:41:49.798Z Compiling paste v1.0.15
15312026-05-21T08:41:49.895Z Compiling allocator-api2 v0.2.21
15322026-05-21T08:41:50.064Z Compiling signal-hook v0.3.18
15332026-05-21T08:41:50.079Z Compiling unicode-properties v0.1.4
15342026-05-21T08:41:50.143Z Compiling anyhow v1.0.102
15352026-05-21T08:41:50.273Z Compiling stringprep v0.1.5
15362026-05-21T08:41:50.295Z Compiling proptest v1.10.0
15372026-05-21T08:41:50.311Z Compiling serde_urlencoded v0.7.1
15382026-05-21T08:41:50.563Z Compiling tower-http v0.6.8
15392026-05-21T08:41:50.685Z Compiling miniz_oxide v0.8.9
15402026-05-21T08:41:50.726Z Compiling thiserror v1.0.69
15412026-05-21T08:41:50.980Z Compiling scroll v0.12.0
15422026-05-21T08:41:51.122Z Compiling derive_builder_macro v0.20.2
15432026-05-21T08:41:51.255Z Compiling tokio-native-tls v0.3.1
15442026-05-21T08:41:51.335Z Compiling darling_macro v0.21.3
15452026-05-21T08:41:51.430Z Compiling ipnetwork v0.21.1
15462026-05-21T08:41:51.579Z Compiling bstr v1.12.1
15472026-05-21T08:41:51.595Z Compiling rand_chacha v0.3.1
15482026-05-21T08:41:51.827Z Compiling erased-serde v0.3.31
15492026-05-21T08:41:51.843Z Compiling toml_datetime v0.6.11
15502026-05-21T08:41:51.928Z Compiling serde_spanned v0.6.9
15512026-05-21T08:41:52.082Z Compiling serde_tokenstream v0.2.3
15522026-05-21T08:41:52.111Z Compiling md-5 v0.10.6
15532026-05-21T08:41:52.245Z Compiling pin-project-internal v1.1.11
15542026-05-21T08:41:52.285Z Compiling zerocopy-derive v0.7.35
15552026-05-21T08:41:52.318Z Compiling async-trait v0.1.89
15562026-05-21T08:41:52.404Z Compiling curve25519-dalek v4.1.3
15572026-05-21T08:41:52.418Z Compiling vergen-lib v0.1.6
15582026-05-21T08:41:52.601Z Compiling num-integer v0.1.46
15592026-05-21T08:41:52.743Z Compiling hash32 v0.2.1
15602026-05-21T08:41:52.933Z Compiling ff v0.13.1
15612026-05-21T08:41:52.935Z Compiling memoffset v0.9.1
15622026-05-21T08:41:53.078Z Compiling encoding_rs v0.8.35
15632026-05-21T08:41:53.149Z Compiling rustix v0.38.44
15642026-05-21T08:41:53.163Z Compiling psl-types v2.0.11
15652026-05-21T08:41:53.305Z Compiling ref-cast v1.0.25
15662026-05-21T08:41:53.354Z Compiling zlib-rs v0.6.2
15672026-05-21T08:41:53.372Z Compiling base16ct v0.2.0
15682026-05-21T08:41:53.514Z Compiling fallible-iterator v0.2.0
15692026-05-21T08:41:53.559Z Compiling litrs v1.0.0
15702026-05-21T08:41:53.614Z Compiling mime v0.3.17
15712026-05-21T08:41:53.829Z Compiling cfg_aliases v0.2.1
15722026-05-21T08:41:53.878Z Compiling num-bigint-dig v0.8.6
15732026-05-21T08:41:53.909Z Compiling smoltcp v0.9.1
15742026-05-21T08:41:54.125Z Compiling document-features v0.2.12
15752026-05-21T08:41:54.164Z Compiling nix v0.31.2
15762026-05-21T08:41:54.340Z Compiling postgres-protocol v0.6.10
15772026-05-21T08:41:54.668Z Compiling sec1 v0.7.3
15782026-05-21T08:41:54.696Z Compiling pin-project v1.1.11
15792026-05-21T08:41:54.729Z Compiling publicsuffix v2.3.0
15802026-05-21T08:41:54.806Z Compiling zerocopy v0.7.35
15812026-05-21T08:41:54.903Z Compiling group v0.13.0
15822026-05-21T08:41:55.007Z Compiling num-iter v0.1.45
15832026-05-21T08:41:55.135Z Compiling newtype-uuid v1.3.2
15842026-05-21T08:41:55.324Z Compiling hubpack_derive v0.1.1
15852026-05-21T08:41:55.377Z Compiling darling v0.21.3
15862026-05-21T08:41:55.440Z Compiling rand v0.8.6
15872026-05-21T08:41:55.468Z Compiling oxnet v0.1.5
15882026-05-21T08:41:55.484Z Compiling derive_builder v0.20.2
15892026-05-21T08:41:55.614Z Compiling hyper-tls v0.6.0
15902026-05-21T08:41:55.720Z Compiling goblin v0.8.2
15912026-05-21T08:41:56.295Z Compiling flate2 v1.1.9
15922026-05-21T08:41:56.454Z Compiling phf_shared v0.13.1
15932026-05-21T08:41:56.543Z Compiling lazy_static v1.5.0
15942026-05-21T08:41:56.569Z Compiling regex v1.12.3
15952026-05-21T08:41:56.648Z Compiling anstyle-parse v0.2.7
15962026-05-21T08:41:56.674Z Compiling futures-executor v0.3.32
15972026-05-21T08:41:56.714Z Compiling cargo-platform v0.1.9
15982026-05-21T08:41:56.729Z Compiling hex v0.4.3
15992026-05-21T08:41:56.843Z Compiling hkdf v0.12.4
16002026-05-21T08:41:56.943Z Compiling crypto-bigint v0.5.5
16012026-05-21T08:41:56.979Z Compiling terminal_size v0.4.3
16022026-05-21T08:41:57.009Z Compiling ref-cast-impl v1.0.25
16032026-05-21T08:41:57.025Z Compiling strum_macros v0.27.2
16042026-05-21T08:41:57.028Z Compiling curve25519-dalek-derive v0.1.1
16052026-05-21T08:41:57.125Z Compiling daft-derive v0.1.7
16062026-05-21T08:41:57.572Z Compiling snafu-derive v0.8.9
16072026-05-21T08:41:57.709Z Compiling vergen v9.0.6
16082026-05-21T08:41:57.887Z Compiling fs-err v3.3.0
16092026-05-21T08:41:57.903Z Compiling ahash v0.8.12
16102026-05-21T08:41:58.088Z Compiling object v0.37.3
16112026-05-21T08:41:58.117Z Compiling winnow v0.5.40
16122026-05-21T08:41:58.372Z Compiling unicode-segmentation v1.12.0
16132026-05-21T08:41:58.779Z Compiling foldhash v0.2.0
16142026-05-21T08:41:59.015Z Compiling bitflags v1.3.2
16152026-05-21T08:41:59.075Z Compiling foldhash v0.1.5
16162026-05-21T08:41:59.112Z Compiling managed v0.8.0
16172026-05-21T08:41:59.171Z Compiling libbz2-rs-sys v0.2.2
16182026-05-21T08:41:59.258Z Compiling bumpalo v3.20.2
16192026-05-21T08:41:59.338Z Compiling same-file v1.0.6
16202026-05-21T08:41:59.366Z Compiling clap_builder v4.6.0
16212026-05-21T08:41:59.510Z Compiling toml_edit v0.19.15
16222026-05-21T08:41:59.525Z Compiling zopfli v0.8.3
16232026-05-21T08:41:59.576Z Compiling snafu v0.8.9
16242026-05-21T08:41:59.646Z Compiling bzip2 v0.6.1
16252026-05-21T08:41:59.864Z Compiling walkdir v2.5.0
16262026-05-21T08:41:59.950Z Compiling hashbrown v0.15.5
16272026-05-21T08:42:00.196Z Compiling strum v0.27.2
16282026-05-21T08:42:00.221Z Compiling hashbrown v0.16.1
16292026-05-21T08:42:00.512Z Compiling dof v0.3.0
16302026-05-21T08:42:00.539Z Compiling elliptic-curve v0.13.8
16312026-05-21T08:42:00.731Z Compiling daft v0.1.7
16322026-05-21T08:42:01.015Z Compiling cargo_metadata v0.19.2
16332026-05-21T08:42:01.050Z Compiling futures v0.3.32
16342026-05-21T08:42:01.135Z Compiling anstream v0.6.21
16352026-05-21T08:42:01.229Z Compiling phf v0.13.1
16362026-05-21T08:42:01.450Z Compiling signal-hook-mio v0.2.5
16372026-05-21T08:42:01.545Z Compiling cookie_store v0.22.1
16382026-05-21T08:42:01.943Z Compiling zstd v0.13.3
16392026-05-21T08:42:02.215Z Compiling hubpack v0.1.2
16402026-05-21T08:42:02.218Z Compiling bzip2 v0.4.4
16412026-05-21T08:42:02.246Z Compiling serde_with_macros v3.17.0
16422026-05-21T08:42:02.438Z Compiling postgres-types v0.2.12
16432026-05-21T08:42:02.468Z Compiling usdt-attr-macro v0.6.0
16442026-05-21T08:42:02.497Z Compiling usdt-macro v0.6.0
16452026-05-21T08:42:03.001Z Compiling globset v0.4.18
16462026-05-21T08:42:03.260Z Compiling dtrace-parser v0.2.0
16472026-05-21T08:42:03.286Z Compiling ed25519 v2.2.3
16482026-05-21T08:42:03.385Z Compiling phf_shared v0.11.3
16492026-05-21T08:42:03.581Z Compiling olpc-cjson v0.1.4
16502026-05-21T08:42:03.601Z Compiling pkcs1 v0.7.5
16512026-05-21T08:42:03.691Z Compiling serde-big-array v0.5.1
16522026-05-21T08:42:03.746Z Compiling serde_plain v1.0.2
16532026-05-21T08:42:03.841Z Compiling rfc6979 v0.4.0
16542026-05-21T08:42:03.856Z Compiling pem v3.0.6
16552026-05-21T08:42:03.949Z Compiling clap_derive v4.6.1
16562026-05-21T08:42:03.975Z Compiling enum-as-inner v0.6.1
16572026-05-21T08:42:04.007Z Compiling async-recursion v1.1.1
16582026-05-21T08:42:04.064Z Compiling strum_macros v0.26.4
16592026-05-21T08:42:04.245Z Compiling serde_repr v0.1.20
16602026-05-21T08:42:04.245Z Compiling float-cmp v0.10.0
16612026-05-21T08:42:04.416Z Compiling memmap2 v0.9.10
16622026-05-21T08:42:04.531Z Compiling thread-id v4.2.2
16632026-05-21T08:42:04.624Z Compiling env_filter v1.0.0
16642026-05-21T08:42:04.643Z Compiling predicates-core v1.0.10
16652026-05-21T08:42:04.723Z Compiling normalize-line-endings v0.3.0
16662026-05-21T08:42:04.801Z Compiling precomputed-hash v0.1.1
16672026-05-21T08:42:04.823Z Compiling new_debug_unreachable v1.0.6
16682026-05-21T08:42:04.838Z Compiling difflib v0.4.0
16692026-05-21T08:42:04.895Z Compiling data-encoding v2.10.0
16702026-05-21T08:42:04.909Z Compiling either v1.15.0
16712026-05-21T08:42:04.943Z Compiling fixedbitset v0.4.2
16722026-05-21T08:42:05.125Z Compiling whoami v2.1.0
16732026-05-21T08:42:05.178Z Compiling jiff v0.2.21
16742026-05-21T08:42:05.424Z Compiling typed-path v0.9.3
16752026-05-21T08:42:05.520Z Compiling fixedbitset v0.5.7
16762026-05-21T08:42:05.601Z Compiling keccak v0.1.6
16772026-05-21T08:42:05.830Z Compiling static_assertions v1.1.0
16782026-05-21T08:42:05.846Z Compiling clap v4.6.1
16792026-05-21T08:42:05.892Z Compiling strum v0.26.3
16802026-05-21T08:42:05.908Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16812026-05-21T08:42:05.932Z Compiling sha3 v0.10.8
16822026-05-21T08:42:06.027Z Compiling petgraph v0.8.3
16832026-05-21T08:42:06.406Z Compiling tokio-postgres v0.7.16
16842026-05-21T08:42:06.430Z Compiling hickory-proto v0.25.2
16852026-05-21T08:42:06.684Z Compiling petgraph v0.6.5
16862026-05-21T08:42:07.117Z Compiling itertools v0.13.0
16872026-05-21T08:42:08.040Z Compiling zip v4.6.1
16882026-05-21T08:42:08.235Z Compiling predicates v3.1.4
16892026-05-21T08:42:08.387Z Compiling toml_edit v0.22.27
16902026-05-21T08:42:08.659Z Compiling string_cache v0.8.9
16912026-05-21T08:42:08.809Z Compiling env_logger v0.11.9
16922026-05-21T08:42:08.897Z Compiling usdt-impl v0.5.0
16932026-05-21T08:42:08.900Z Compiling usdt v0.6.0
16942026-05-21T08:42:09.030Z Compiling ecdsa v0.16.9
16952026-05-21T08:42:09.172Z Compiling rsa v0.9.10
16962026-05-21T08:42:09.201Z Compiling ed25519-dalek v2.2.0
16972026-05-21T08:42:09.484Z Compiling serde_with v3.17.0
16982026-05-21T08:42:09.542Z Compiling crossterm v0.28.1
16992026-05-21T08:42:09.884Z Compiling zip v0.6.6
17002026-05-21T08:42:10.917Z Compiling iddqd v0.4.1
17012026-05-21T08:42:10.933Z Compiling toml v0.7.8
17022026-05-21T08:42:11.320Z Compiling toml_parser v1.0.9+spec-1.1.0
17032026-05-21T08:42:11.449Z Compiling heck v0.4.1
17042026-05-21T08:42:11.507Z Compiling similar v2.7.0
17052026-05-21T08:42:11.559Z Compiling crossbeam-epoch v0.9.18
17062026-05-21T08:42:11.689Z Compiling tokio-stream v0.1.18
17072026-05-21T08:42:11.903Z Compiling buf-list v1.1.2
17082026-05-21T08:42:11.972Z Compiling x509-cert v0.2.5
17092026-05-21T08:42:12.172Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17102026-05-21T08:42:12.200Z Compiling openapiv3 v2.2.0
17112026-05-21T08:42:12.200Z Compiling sha1 v0.10.6
17122026-05-21T08:42:12.412Z Compiling toml_datetime v0.7.5+spec-1.1.0
17132026-05-21T08:42:12.457Z Compiling lalrpop-util v0.19.12
17142026-05-21T08:42:12.494Z Compiling peg-runtime v0.8.5
17152026-05-21T08:42:12.612Z Compiling thread_local v1.1.9
17162026-05-21T08:42:12.660Z Compiling slog-async v2.8.0
17172026-05-21T08:42:12.718Z Compiling crossbeam-channel v0.5.15
17182026-05-21T08:42:12.784Z Compiling filetime v0.2.27
17192026-05-21T08:42:12.874Z Compiling is-terminal v0.4.17
17202026-05-21T08:42:12.970Z Compiling take_mut v0.2.2
17212026-05-21T08:42:12.986Z Compiling term v1.2.1
17222026-05-21T08:42:13.001Z Compiling xattr v1.6.1
17232026-05-21T08:42:13.173Z Compiling tar v0.4.45
17242026-05-21T08:42:13.575Z Compiling slog-term v2.9.2
17252026-05-21T08:42:22.665Z Compiling rustls-webpki v0.103.9
17262026-05-21T08:42:25.530Z Compiling tokio-rustls v0.26.4
17272026-05-21T08:42:25.530Z Compiling rustls-platform-verifier v0.6.2
17282026-05-21T08:42:25.738Z Compiling hyper-rustls v0.27.7
17292026-05-21T08:42:25.942Z Compiling reqwest v0.12.28
17302026-05-21T08:42:25.958Z Compiling reqwest v0.13.2
17312026-05-21T08:42:27.227Z Compiling tough v0.22.0
17322026-05-21T08:42:29.843Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17332026-05-21T08:42:30.067Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17342026-05-21T08:42:32.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17352026-05-21T08:42:33.115Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17362026-05-21T08:42:33.173ZMay 21 08:42:31.747 INFO Starting download, target: Clickhouse
17372026-05-21T08:42:33.173ZMay 21 08:42:31.747 INFO Starting download, target: Console
17382026-05-21T08:42:33.173ZMay 21 08:42:31.747 INFO Starting download, target: Cockroach
17392026-05-21T08:42:33.176ZMay 21 08:42:31.747 INFO Starting download, target: DendriteStub
17402026-05-21T08:42:33.176ZMay 21 08:42:31.747 INFO Starting download, target: MaghemiteMgd
17412026-05-21T08:42:33.176ZMay 21 08:42:31.747 INFO Starting download, target: MaghemiteDdmd
17422026-05-21T08:42:33.176ZMay 21 08:42:31.747 INFO Starting download, target: TransceiverControl
17432026-05-21T08:42:33.176ZMay 21 08:42:31.748 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17442026-05-21T08:42:33.176ZMay 21 08:42:31.748 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17452026-05-21T08:42:33.176ZMay 21 08:42:31.748 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17462026-05-21T08:42:33.176ZMay 21 08:42:31.748 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17472026-05-21T08:42:33.176ZMay 21 08:42:31.748 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17482026-05-21T08:42:33.176ZMay 21 08:42:31.748 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17492026-05-21T08:42:33.176ZMay 21 08:42:31.748 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17502026-05-21T08:42:33.472ZMay 21 08:42:32.046 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17512026-05-21T08:42:33.686ZMay 21 08:42:32.260 INFO Download complete, target: TransceiverControl
17522026-05-21T08:42:34.182ZMay 21 08:42:32.743 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17532026-05-21T08:42:34.406ZMay 21 08:42:32.979 INFO Download complete, target: Console
17542026-05-21T08:42:34.847ZMay 21 08:42:33.411 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17552026-05-21T08:42:34.932ZMay 21 08:42:33.506 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17562026-05-21T08:42:35.192ZMay 21 08:42:33.763 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17572026-05-21T08:42:35.250ZMay 21 08:42:33.824 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17582026-05-21T08:42:35.628ZMay 21 08:42:34.202 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-05-21T08:42:35.628ZMay 21 08:42:34.203 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-05-21T08:42:36.876ZMay 21 08:42:35.450 INFO Download complete, target: MaghemiteDdmd
17612026-05-21T08:42:37.771ZMay 21 08:42:36.346 INFO Download complete, target: DendriteStub
17622026-05-21T08:42:37.782ZMay 21 08:42:36.357 INFO Download complete, target: MaghemiteMgd
17632026-05-21T08:42:40.352ZMay 21 08:42:38.927 INFO Checking that binary works, target: Cockroach
17642026-05-21T08:42:40.474ZMay 21 08:42:39.044 INFO Download complete, target: Cockroach
17652026-05-21T08:42:41.782ZMay 21 08:42:40.356 INFO Checking that binary works, target: Clickhouse
17662026-05-21T08:42:41.908ZMay 21 08:42:40.483 INFO Download complete, target: Clickhouse
17672026-05-21T08:42:41.926ZAll builder prerequisites installed successfully, and PATH looks valid
17682026-05-21T08:42:41.929Z
17692026-05-21T08:42:41.930Zreal 2:20.187714116
17702026-05-21T08:42:41.930Zuser 7:12.010417246
17712026-05-21T08:42:41.930Zsys 1:26.663241107
17722026-05-21T08:42:41.930Ztrap 0.238339199
17732026-05-21T08:42:41.930Ztflt 0.676875122
17742026-05-21T08:42:41.930Zdflt 0.455739915
17752026-05-21T08:42:41.930Zkflt 0.026161267
17762026-05-21T08:42:41.930Zlock 22:38.581071583
17772026-05-21T08:42:41.930Zslp 21:56.272575553
17782026-05-21T08:42:41.930Zlat 46.739573195
17792026-05-21T08:42:41.930Zstop 2:04.572964465
17802026-05-21T08:42:41.930Z+ banner clippy
17812026-05-21T08:42:41.930Z
17822026-05-21T08:42:41.930Z #### # # ##### ##### # #
17832026-05-21T08:42:41.930Z # # # # # # # # # #
17842026-05-21T08:42:41.930Z # # # # # # # #
17852026-05-21T08:42:41.930Z # # # ##### ##### #
17862026-05-21T08:42:41.930Z # # # # # # #
17872026-05-21T08:42:41.930Z #### ###### # # # #
17882026-05-21T08:42:41.930Z
17892026-05-21T08:42:41.933Z+ export CARGO_INCREMENTAL=0
17902026-05-21T08:42:41.933Z+ CARGO_INCREMENTAL=0
17912026-05-21T08:42:41.933Z+ ptime -m cargo xtask clippy
17922026-05-21T08:42:42.500Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17932026-05-21T08:42:42.726Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17942026-05-21T08:42:44.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
17952026-05-21T08:42:44.691Z Running `target/debug/xtask clippy`
17962026-05-21T08:42:44.720Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17972026-05-21T08:42:45.366Z Downloading crates ...
17982026-05-21T08:42:45.578Z Downloaded hickory-client v0.25.2
17992026-05-21T08:42:45.581Z Downloaded miette-derive v5.10.0
18002026-05-21T08:42:45.586Z Downloaded constant_time_eq v0.3.1
18012026-05-21T08:42:45.588Z Downloaded supports-color v2.1.0
18022026-05-21T08:42:45.588Z Downloaded async-object-pool v0.2.0
18032026-05-21T08:42:45.594Z Downloaded concurrent-queue v2.5.0
18042026-05-21T08:42:45.594Z Downloaded target-triple v1.0.0
18052026-05-21T08:42:45.599Z Downloaded escape8259 v0.5.3
18062026-05-21T08:42:45.602Z Downloaded cargo-platform v0.3.2
18072026-05-21T08:42:45.602Z Downloaded guppy-workspace-hack v0.1.0
18082026-05-21T08:42:45.605Z Downloaded cast v0.3.0
18092026-05-21T08:42:45.608Z Downloaded supports-hyperlinks v2.1.0
18102026-05-21T08:42:45.608Z Downloaded tokio-test v0.4.5
18112026-05-21T08:42:45.611Z Downloaded parking v2.2.1
18122026-05-21T08:42:45.614Z Downloaded terminal_size v0.1.17
18132026-05-21T08:42:45.618Z Downloaded backtrace-ext v0.2.1
18142026-05-21T08:42:45.618Z Downloaded owo-colors v3.5.0
18152026-05-21T08:42:45.618Z Downloaded anes v0.1.6
18162026-05-21T08:42:45.618Z Downloaded serde_regex v1.1.0
18172026-05-21T08:42:45.621Z Downloaded pathdiff v0.2.3
18182026-05-21T08:42:45.621Z Downloaded nested v0.1.1
18192026-05-21T08:42:45.625Z Downloaded assert-json-diff v2.0.2
18202026-05-21T08:42:45.627Z Downloaded linkme-impl v0.3.35
18212026-05-21T08:42:45.634Z Downloaded approx v0.5.1
18222026-05-21T08:42:45.639Z Downloaded plotters-svg v0.3.7
18232026-05-21T08:42:45.642Z Downloaded supports-unicode v2.1.0
18242026-05-21T08:42:45.644Z Downloaded oorandom v11.1.5
18252026-05-21T08:42:45.645Z Downloaded linkme v0.3.35
18262026-05-21T08:42:45.648Z Downloaded knuffel-derive v3.2.0
18272026-05-21T08:42:45.648Z Downloaded event-listener-strategy v0.5.4
18282026-05-21T08:42:45.648Z Downloaded chumsky v0.9.3
18292026-05-21T08:42:45.652Z Downloaded termcolor v1.4.1
18302026-05-21T08:42:45.652Z Downloaded target-lexicon v0.13.3
18312026-05-21T08:42:45.655Z Downloaded rustc-demangle v0.1.27
18322026-05-21T08:42:45.655Z Downloaded rust-argon2 v2.1.0
18332026-05-21T08:42:45.655Z Downloaded cargo_metadata v0.23.1
18342026-05-21T08:42:45.660Z Downloaded stringmetrics v2.2.2
18352026-05-21T08:42:45.663Z Downloaded path-tree v0.8.3
18362026-05-21T08:42:45.663Z Downloaded partial-io v0.5.4
18372026-05-21T08:42:45.665Z Downloaded assert_cmd v2.1.2
18382026-05-21T08:42:45.668Z Downloaded similar-asserts v1.7.0
18392026-05-21T08:42:45.673Z Downloaded criterion-plot v0.6.0
18402026-05-21T08:42:45.673Z Downloaded plotters-backend v0.3.7
18412026-05-21T08:42:45.673Z Downloaded target-spec v3.5.7
18422026-05-21T08:42:45.679Z Downloaded libtest-mimic v0.8.1
18432026-05-21T08:42:45.682Z Downloaded cfg-expr v0.20.6
18442026-05-21T08:42:45.682Z Downloaded event-listener v5.4.1
18452026-05-21T08:42:45.682Z Downloaded futures-timer v3.0.3
18462026-05-21T08:42:45.687Z Downloaded datatest-stable v0.3.3
18472026-05-21T08:42:45.687Z Downloaded httptest v0.16.4
18482026-05-21T08:42:45.690Z Downloaded async-lock v3.4.2
18492026-05-21T08:42:45.690Z Downloaded tinytemplate v1.2.1
18502026-05-21T08:42:45.690Z Downloaded relative-path v1.9.3
18512026-05-21T08:42:45.690Z Downloaded addr2line v0.25.1
18522026-05-21T08:42:45.693Z Downloaded trybuild v1.0.116
18532026-05-21T08:42:45.697Z Downloaded blake2b_simd v1.0.4
18542026-05-21T08:42:45.705Z Downloaded rstest v0.25.0
18552026-05-21T08:42:45.713Z Downloaded rstest_macros v0.25.0
18562026-05-21T08:42:45.716Z Downloaded rand_distr v0.5.1
18572026-05-21T08:42:45.720Z Downloaded textwrap v0.15.2
18582026-05-21T08:42:45.720Z Downloaded knuffel v3.2.0
18592026-05-21T08:42:45.723Z Downloaded miette v5.10.0
18602026-05-21T08:42:45.725Z Downloaded fancy-regex v0.14.0
18612026-05-21T08:42:45.730Z Downloaded backtrace v0.3.76
18622026-05-21T08:42:45.737Z Downloaded criterion v0.7.0
18632026-05-21T08:42:45.742Z Downloaded hashbrown v0.14.5
18642026-05-21T08:42:45.744Z Downloaded guppy v0.17.25
18652026-05-21T08:42:45.749Z Downloaded plotters v0.3.7
18662026-05-21T08:42:45.780Z Downloaded gimli v0.32.3
18672026-05-21T08:42:45.856Z Downloaded httpmock v0.8.3
18682026-05-21T08:42:47.624Z Checking cfg-if v1.0.4
18692026-05-21T08:42:47.996Z Checking libc v0.2.185
18702026-05-21T08:42:47.999Z Checking serde_core v1.0.228
18712026-05-21T08:42:48.076Z Checking memchr v2.8.0
18722026-05-21T08:42:48.116Z Checking smallvec v1.15.1
18732026-05-21T08:42:48.157Z Checking itoa v1.0.17
18742026-05-21T08:42:48.196Z Checking log v0.4.29
18752026-05-21T08:42:48.244Z Checking libm v0.2.16
18762026-05-21T08:42:48.285Z Checking zeroize v1.8.2
18772026-05-21T08:42:48.332Z Checking stable_deref_trait v1.2.1
18782026-05-21T08:42:48.334Z Checking scopeguard v1.2.0
18792026-05-21T08:42:48.405Z Checking zmij v1.0.21
18802026-05-21T08:42:48.446Z Checking errno v0.3.14
18812026-05-21T08:42:48.446Z Checking getrandom v0.2.17
18822026-05-21T08:42:48.518Z Checking lock_api v0.4.14
18832026-05-21T08:42:48.552Z Checking zerofrom v0.1.6
18842026-05-21T08:42:48.596Z Checking percent-encoding v2.3.2
18852026-05-21T08:42:48.637Z Checking litemap v0.8.1
18862026-05-21T08:42:48.677Z Checking writeable v0.6.2
18872026-05-21T08:42:48.714Z Checking yoke v0.8.1
18882026-05-21T08:42:48.719Z Checking icu_normalizer_data v2.1.1
18892026-05-21T08:42:48.750Z Checking icu_properties_data v2.1.2
18902026-05-21T08:42:48.818Z Checking form_urlencoded v1.2.2
18912026-05-21T08:42:48.855Z Checking utf8_iter v1.0.4
18922026-05-21T08:42:48.893Z Checking subtle v2.6.1
18932026-05-21T08:42:48.896Z Checking rand_core v0.10.0
18942026-05-21T08:42:48.965Z Checking zerovec v0.11.5
18952026-05-21T08:42:48.968Z Checking zerotrie v0.2.3
18962026-05-21T08:42:49.034Z Checking num-traits v0.2.19
18972026-05-21T08:42:49.071Z Checking getrandom v0.4.1
18982026-05-21T08:42:49.105Z Checking pin-project-lite v0.2.17
18992026-05-21T08:42:49.144Z Checking parking_lot_core v0.9.12
19002026-05-21T08:42:49.181Z Checking rand_core v0.6.4
19012026-05-21T08:42:49.228Z Checking zerocopy v0.8.40
19022026-05-21T08:42:49.271Z Checking portable-atomic v1.13.1
19032026-05-21T08:42:49.273Z Checking signal-hook-registry v1.4.8
19042026-05-21T08:42:49.363Z Checking parking_lot v0.12.5
19052026-05-21T08:42:49.400Z Checking critical-section v1.2.0
19062026-05-21T08:42:49.439Z Checking tinystr v0.8.2
19072026-05-21T08:42:49.475Z Checking potential_utf v0.1.4
19082026-05-21T08:42:49.534Z Checking mio v1.2.0
19092026-05-21T08:42:49.570Z Checking serde v1.0.228
19102026-05-21T08:42:49.605Z Checking serde_json v1.0.149
19112026-05-21T08:42:49.607Z Checking bitflags v2.11.0
19122026-05-21T08:42:49.675Z Checking icu_locale_core v2.1.1
19132026-05-21T08:42:49.678Z Checking icu_collections v2.1.1
19142026-05-21T08:42:49.749Z Checking once_cell v1.21.3
19152026-05-21T08:42:49.846Z Checking iana-time-zone v0.1.65
19162026-05-21T08:42:49.887Z Checking socket2 v0.6.3
19172026-05-21T08:42:49.959Z Checking uuid v1.23.0
19182026-05-21T08:42:49.998Z Checking typenum v1.19.0
19192026-05-21T08:42:50.038Z Checking bytes v1.11.1
19202026-05-21T08:42:50.077Z Checking chrono v0.4.44
19212026-05-21T08:42:50.159Z Checking semver v1.0.28
19222026-05-21T08:42:50.259Z Checking icu_provider v2.1.1
19232026-05-21T08:42:50.318Z Checking thiserror v2.0.18
19242026-05-21T08:42:50.384Z Checking futures-core v0.3.32
19252026-05-21T08:42:50.435Z Checking dyn-clone v1.0.20
19262026-05-21T08:42:50.476Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19272026-05-21T08:42:50.519Z Checking tokio v1.52.1
19282026-05-21T08:42:50.559Z Checking equivalent v1.0.2
19292026-05-21T08:42:50.564Z Checking icu_normalizer v2.1.1
19302026-05-21T08:42:50.631Z Checking icu_properties v2.1.2
19312026-05-21T08:42:50.634Z Checking generic-array v0.14.7
19322026-05-21T08:42:50.705Z Checking const-oid v0.9.6
19332026-05-21T08:42:50.797Z Checking futures-sink v0.3.32
19342026-05-21T08:42:50.934Z Checking futures-channel v0.3.32
19352026-05-21T08:42:50.937Z Checking futures-task v0.3.32
19362026-05-21T08:42:51.009Z Checking slab v0.4.12
19372026-05-21T08:42:51.115Z Checking futures-io v0.3.32
19382026-05-21T08:42:51.118Z Checking crypto-common v0.1.7
19392026-05-21T08:42:51.203Z Checking block-buffer v0.10.4
19402026-05-21T08:42:51.206Z Checking byteorder v1.5.0
19412026-05-21T08:42:51.278Z Checking hashbrown v0.17.0
19422026-05-21T08:42:51.315Z Checking futures-util v0.3.32
19432026-05-21T08:42:51.377Z Checking rustix v1.1.3
19442026-05-21T08:42:51.448Z Checking digest v0.10.7
19452026-05-21T08:42:51.488Z Checking cpufeatures v0.2.17
19462026-05-21T08:42:51.566Z Checking idna_adapter v1.2.1
19472026-05-21T08:42:51.605Z Checking thiserror v1.0.69
19482026-05-21T08:42:51.679Z Checking getrandom v0.3.4
19492026-05-21T08:42:51.723Z Checking idna v1.1.0
19502026-05-21T08:42:51.763Z Checking fnv v1.0.7
19512026-05-21T08:42:51.803Z Checking indexmap v2.14.0
19522026-05-21T08:42:51.858Z Checking regex-syntax v0.8.10
19532026-05-21T08:42:51.895Z Checking http v1.4.0
19542026-05-21T08:42:52.003Z Checking url v2.5.8
19552026-05-21T08:42:52.126Z Checking ppv-lite86 v0.2.21
19562026-05-21T08:42:52.277Z Checking tracing-core v0.1.36
19572026-05-21T08:42:52.427Z Checking base64 v0.22.1
19582026-05-21T08:42:52.486Z Checking ipnet v2.11.0
19592026-05-21T08:42:52.524Z Checking schemars v0.8.22
19602026-05-21T08:42:52.564Z Checking unicode-ident v1.0.24
19612026-05-21T08:42:52.638Z Checking tracing v0.1.44
19622026-05-21T08:42:52.709Z Checking proc-macro2 v1.0.106
19632026-05-21T08:42:52.747Z Checking utf8parse v0.2.2
19642026-05-21T08:42:52.790Z Checking untrusted v0.9.0
19652026-05-21T08:42:52.877Z Checking anstyle v1.0.14
19662026-05-21T08:42:52.914Z Checking aho-corasick v1.1.4
19672026-05-21T08:42:52.951Z Checking ring v0.17.14
19682026-05-21T08:42:53.059Z Checking quote v1.0.45
19692026-05-21T08:42:53.098Z Checking rustls-pki-types v1.14.0
19702026-05-21T08:42:53.235Z Checking httparse v1.10.1
19712026-05-21T08:42:53.276Z Checking syn v2.0.117
19722026-05-21T08:42:53.279Z Checking is_terminal_polyfill v1.70.2
19732026-05-21T08:42:53.383Z Checking anstyle-query v1.1.5
19742026-05-21T08:42:53.434Z Checking colorchoice v1.0.4
19752026-05-21T08:42:53.472Z Checking base64ct v1.8.3
19762026-05-21T08:42:53.510Z Checking block-padding v0.3.3
19772026-05-21T08:42:53.513Z Checking crossbeam-utils v0.8.21
19782026-05-21T08:42:53.587Z Checking allocator-api2 v0.2.21
19792026-05-21T08:42:53.667Z Checking regex-automata v0.4.14
19802026-05-21T08:42:53.708Z Checking inout v0.1.4
19812026-05-21T08:42:53.760Z Checking anstyle-parse v1.0.0
19822026-05-21T08:42:53.889Z Checking cipher v0.4.4
19832026-05-21T08:42:53.932Z Checking http-body v1.0.1
19842026-05-21T08:42:53.935Z Checking tokio-util v0.7.18
19852026-05-21T08:42:53.968Z Checking terminal_size v0.4.3
19862026-05-21T08:42:54.043Z Checking atomic-waker v1.1.2
19872026-05-21T08:42:54.046Z Checking anstream v1.0.0
19882026-05-21T08:42:54.117Z Checking strsim v0.11.1
19892026-05-21T08:42:54.155Z Checking try-lock v0.2.5
19902026-05-21T08:42:54.158Z Checking httpdate v1.0.3
19912026-05-21T08:42:54.226Z Checking clap_lex v1.0.0
19922026-05-21T08:42:54.287Z Checking want v0.3.1
19932026-05-21T08:42:54.325Z Checking pem-rfc7468 v0.7.0
19942026-05-21T08:42:54.328Z Checking sha2 v0.10.9
19952026-05-21T08:42:54.397Z Checking pin-utils v0.1.0
19962026-05-21T08:42:54.434Z Checking clap_builder v4.6.0
19972026-05-21T08:42:54.471Z Checking ryu v1.0.23
19982026-05-21T08:42:54.509Z Checking tower-layer v0.3.3
19992026-05-21T08:42:54.546Z Checking tower-service v0.3.3
20002026-05-21T08:42:54.624Z Checking h2 v0.4.13
20012026-05-21T08:42:54.664Z Checking rand_core v0.9.5
20022026-05-21T08:42:54.700Z Checking hmac v0.12.1
20032026-05-21T08:42:54.703Z Checking erased-serde v0.3.31
20042026-05-21T08:42:54.703Z Checking powerfmt v0.2.0
20052026-05-21T08:42:54.870Z Checking time-core v0.1.8
20062026-05-21T08:42:54.908Z Checking mime v0.3.17
20072026-05-21T08:42:54.956Z Checking deranged v0.5.8
20082026-05-21T08:42:55.054Z Checking num-conv v0.2.0
20092026-05-21T08:42:55.115Z Checking num_threads v0.1.7
20102026-05-21T08:42:55.155Z Checking slog v2.8.2
20112026-05-21T08:42:55.205Z Checking flagset v0.4.7
20122026-05-21T08:42:55.245Z Checking rand_chacha v0.9.0
20132026-05-21T08:42:55.368Z Checking der v0.7.10
20142026-05-21T08:42:55.467Z Checking http-body-util v0.1.3
20152026-05-21T08:42:55.507Z Checking spin v0.9.8
20162026-05-21T08:42:55.601Z Checking anyhow v1.0.102
20172026-05-21T08:42:55.694Z Checking rand v0.9.2
20182026-05-21T08:42:55.733Z Checking aws-lc-sys v0.40.0
20192026-05-21T08:42:55.735Z Checking untrusted v0.7.1
20202026-05-21T08:42:55.802Z Checking clap v4.6.1
20212026-05-21T08:42:55.840Z Checking serde_urlencoded v0.7.1
20222026-05-21T08:42:55.913Z Checking ipnetwork v0.21.1
20232026-05-21T08:42:55.916Z Checking encoding_rs v0.8.35
20242026-05-21T08:42:56.046Z Checking time v0.3.47
20252026-05-21T08:42:56.082Z Checking openssl-probe v0.2.1
20262026-05-21T08:42:56.140Z Checking regex v1.12.3
20272026-05-21T08:42:56.206Z Checking fastrand v2.3.0
20282026-05-21T08:42:56.247Z Checking spki v0.7.3
20292026-05-21T08:42:56.250Z Checking pbkdf2 v0.12.2
20302026-05-21T08:42:56.314Z Checking aws-lc-rs v1.16.3
20312026-05-21T08:42:56.418Z Checking aes v0.8.4
20322026-05-21T08:42:56.421Z Checking pretty-hex v0.4.1
20332026-05-21T08:42:56.490Z Checking salsa20 v0.10.2
20342026-05-21T08:42:56.494Z Checking cbc v0.1.2
20352026-05-21T08:42:56.605Z Checking rand_chacha v0.3.1
20362026-05-21T08:42:56.658Z Checking hex v0.4.3
20372026-05-21T08:42:56.694Z Checking plain v0.2.3
20382026-05-21T08:42:56.829Z Checking scrypt v0.11.0
20392026-05-21T08:42:56.866Z Checking tempfile v3.25.0
20402026-05-21T08:42:56.869Z Checking rand v0.8.6
20412026-05-21T08:42:56.938Z Checking rustls-native-certs v0.8.3
20422026-05-21T08:42:57.002Z Checking sync_wrapper v1.0.2
20432026-05-21T08:42:57.041Z Checking foldhash v0.2.0
20442026-05-21T08:42:57.092Z Checking simd-adler32 v0.3.8
20452026-05-21T08:42:57.129Z Checking ucd-trie v0.1.7
20462026-05-21T08:42:57.165Z Checking tower v0.5.3
20472026-05-21T08:42:57.203Z Checking rustls-webpki v0.103.9
20482026-05-21T08:42:57.242Z Checking hashbrown v0.16.1
20492026-05-21T08:42:57.254Z Checking pkcs5 v0.7.1
20502026-05-21T08:42:57.328Z Checking pest v2.8.6
20512026-05-21T08:42:57.331Z Checking webpki-roots v1.0.6
20522026-05-21T08:42:57.432Z Checking hyper v1.8.1
20532026-05-21T08:42:57.471Z Checking camino v1.2.2
20542026-05-21T08:42:57.506Z Checking adler2 v2.0.1
20552026-05-21T08:42:57.589Z Checking iri-string v0.7.10
20562026-05-21T08:42:57.628Z Checking pkcs8 v0.10.2
20572026-05-21T08:42:57.667Z Checking miniz_oxide v0.8.9
20582026-05-21T08:42:57.704Z Checking rustls v0.23.37
20592026-05-21T08:42:57.763Z Checking openapiv3 v2.2.0
20602026-05-21T08:42:57.808Z Checking oxnet v0.1.5
20612026-05-21T08:42:57.845Z Checking futures-executor v0.3.32
20622026-05-21T08:42:58.029Z Checking futures v0.3.32
20632026-05-21T08:42:58.066Z Checking either v1.15.0
20642026-05-21T08:42:58.104Z Checking crc32fast v1.5.0
20652026-05-21T08:42:58.142Z Checking static_assertions v1.1.0
20662026-05-21T08:42:58.247Z Checking lazy_static v1.5.0
20672026-05-21T08:42:58.283Z Checking signature v2.2.0
20682026-05-21T08:42:58.320Z Checking winnow v0.7.14
20692026-05-21T08:42:58.369Z Checking hubpack v0.1.2
20702026-05-21T08:42:58.413Z Checking hyper-util v0.1.20
20712026-05-21T08:42:58.450Z Checking strum v0.26.3
20722026-05-21T08:42:58.485Z Checking zlib-rs v0.6.2
20732026-05-21T08:42:58.566Z Checking sha1 v0.10.6
20742026-05-21T08:42:58.604Z Checking scroll v0.13.0
20752026-05-21T08:42:58.666Z Checking tower-http v0.6.8
20762026-05-21T08:42:58.764Z Checking tinyvec_macros v0.1.1
20772026-05-21T08:42:58.864Z Checking foreign-types-shared v0.1.1
20782026-05-21T08:42:58.867Z Checking goblin v0.10.5
20792026-05-21T08:42:58.979Z Checking foreign-types v0.3.2
20802026-05-21T08:42:58.982Z Checking tinyvec v1.10.0
20812026-05-21T08:42:59.082Z Checking toml_datetime v0.6.11
20822026-05-21T08:42:59.123Z Checking serde_spanned v0.6.9
20832026-05-21T08:42:59.284Z Checking num-integer v0.1.46
20842026-05-21T08:42:59.322Z Checking openssl-sys v0.9.115
20852026-05-21T08:42:59.358Z Checking memmap2 v0.9.10
20862026-05-21T08:42:59.413Z Checking flate2 v1.1.9
20872026-05-21T08:42:59.541Z Checking data-encoding v2.10.0
20882026-05-21T08:42:59.544Z Checking dtrace-parser v0.3.0
20892026-05-21T08:42:59.615Z Checking thread-id v5.1.0
20902026-05-21T08:42:59.701Z Checking psl-types v2.0.11
20912026-05-21T08:42:59.740Z Checking bit-vec v0.8.0
20922026-05-21T08:42:59.743Z Checking openssl v0.10.79
20932026-05-21T08:42:59.743Z Checking base16ct v0.2.0
20942026-05-21T08:42:59.840Z Checking cookie v0.18.1
20952026-05-21T08:42:59.876Z Checking ff v0.13.1
20962026-05-21T08:42:59.878Z Checking publicsuffix v2.3.0
20972026-05-21T08:42:59.959Z Checking sec1 v0.7.3
20982026-05-21T08:42:59.962Z Checking bit-set v0.8.0
20992026-05-21T08:43:00.036Z Checking wait-timeout v0.2.1
21002026-05-21T08:43:00.099Z Checking group v0.13.0
21012026-05-21T08:43:00.102Z Checking cookie_store v0.22.1
21022026-05-21T08:43:00.170Z Checking num-iter v0.1.45
21032026-05-21T08:43:00.174Z Checking tokio-rustls v0.26.4
21042026-05-21T08:43:00.244Z Checking rustls-platform-verifier v0.6.2
21052026-05-21T08:43:00.247Z Checking bstr v1.12.1
21062026-05-21T08:43:00.312Z Checking hkdf v0.12.4
21072026-05-21T08:43:00.315Z Checking crossbeam-epoch v0.9.18
21082026-05-21T08:43:00.415Z Checking anstyle-parse v0.2.7
21092026-05-21T08:43:00.467Z Checking hyper-rustls v0.27.7
21102026-05-21T08:43:00.506Z Checking ahash v0.8.12
21112026-05-21T08:43:00.508Z Checking crypto-bigint v0.5.5
21122026-05-21T08:43:00.597Z Checking quick-error v1.2.3
21132026-05-21T08:43:00.600Z Checking anstream v0.6.21
21142026-05-21T08:43:00.711Z Checking rand_xorshift v0.4.0
21152026-05-21T08:43:00.713Z Checking reqwest v0.13.2
21162026-05-21T08:43:00.784Z Checking rusty-fork v0.3.1
21172026-05-21T08:43:00.786Z Checking scroll v0.12.0
21182026-05-21T08:43:00.857Z Checking unarray v0.1.4
21192026-05-21T08:43:00.895Z Checking num-bigint-dig v0.8.6
21202026-05-21T08:43:00.989Z Checking pkcs1 v0.7.5
21212026-05-21T08:43:01.026Z Checking proptest v1.10.0
21222026-05-21T08:43:01.082Z Checking goblin v0.8.2
21232026-05-21T08:43:01.235Z Checking x509-cert v0.2.5
21242026-05-21T08:43:01.275Z Checking dof v0.4.0
21252026-05-21T08:43:01.474Z Checking elliptic-curve v0.13.8
21262026-05-21T08:43:01.640Z Checking zerocopy v0.7.35
21272026-05-21T08:43:01.754Z Checking unicode-segmentation v1.12.0
21282026-05-21T08:43:01.814Z Checking rsa v0.9.10
21292026-05-21T08:43:01.864Z Checking native-tls v0.2.18
21302026-05-21T08:43:01.941Z Checking usdt-impl v0.6.0
21312026-05-21T08:43:01.945Z Checking dtrace-parser v0.2.0
21322026-05-21T08:43:02.073Z Checking tokio-native-tls v0.3.1
21332026-05-21T08:43:02.109Z Checking rfc6979 v0.4.0
21342026-05-21T08:43:02.156Z Checking thread-id v4.2.2
21352026-05-21T08:43:02.236Z Checking toml_write v0.1.2
21362026-05-21T08:43:02.273Z Checking hyper-tls v0.6.0
21372026-05-21T08:43:02.275Z Checking usdt v0.6.0
21382026-05-21T08:43:02.275Z Checking ecdsa v0.16.9
21392026-05-21T08:43:02.375Z Checking toml_parser v1.0.9+spec-1.1.0
21402026-05-21T08:43:02.378Z Checking curve25519-dalek v4.1.3
21412026-05-21T08:43:02.445Z Checking toml_edit v0.22.27
21422026-05-21T08:43:02.481Z Checking reqwest v0.12.28
21432026-05-21T08:43:02.530Z Checking memoffset v0.9.1
21442026-05-21T08:43:02.642Z Checking rustix v0.38.44
21452026-05-21T08:43:02.684Z Checking env_filter v1.0.0
21462026-05-21T08:43:02.739Z Checking keccak v0.1.6
21472026-05-21T08:43:02.858Z Checking same-file v1.0.6
21482026-05-21T08:43:02.895Z Checking newtype-uuid v1.3.2
21492026-05-21T08:43:02.940Z Checking sha3 v0.10.8
21502026-05-21T08:43:03.009Z Checking walkdir v2.5.0
21512026-05-21T08:43:03.058Z Checking dof v0.3.0
21522026-05-21T08:43:03.130Z Checking daft v0.1.7
21532026-05-21T08:43:03.185Z Checking env_logger v0.11.9
21542026-05-21T08:43:03.223Z Checking ed25519 v2.2.3
21552026-05-21T08:43:03.259Z Checking itertools v0.13.0
21562026-05-21T08:43:03.383Z Checking usdt-impl v0.5.0
21572026-05-21T08:43:03.423Z Checking serde_with v3.17.0
21582026-05-21T08:43:03.426Z Checking bitflags v1.3.2
21592026-05-21T08:43:03.456Z Checking siphasher v1.0.2
21602026-05-21T08:43:03.526Z Checking ed25519-dalek v2.2.0
21612026-05-21T08:43:03.529Z Checking unicode-normalization v0.1.25
21622026-05-21T08:43:03.597Z Checking signal-hook v0.3.18
21632026-05-21T08:43:03.600Z Checking managed v0.8.0
21642026-05-21T08:43:03.666Z Checking winnow v0.5.40
21652026-05-21T08:43:03.703Z Checking nix v0.31.2
21662026-05-21T08:43:03.787Z Checking bzip2-sys v0.1.13+1.0.8
21672026-05-21T08:43:03.823Z Checking object v0.37.3
21682026-05-21T08:43:03.859Z Checking foldhash v0.1.5
21692026-05-21T08:43:03.903Z Checking bzip2 v0.4.4
21702026-05-21T08:43:03.994Z Checking signal-hook-mio v0.2.5
21712026-05-21T08:43:04.031Z Checking hashbrown v0.15.5
21722026-05-21T08:43:04.103Z Checking globset v0.4.18
21732026-05-21T08:43:04.141Z Checking ref-cast v1.0.25
21742026-05-21T08:43:04.270Z Checking zstd-sys v2.0.16+zstd.1.5.7
21752026-05-21T08:43:04.339Z Checking zip v0.6.6
21762026-05-21T08:43:04.394Z Checking pin-project v1.1.11
21772026-05-21T08:43:04.431Z Checking zstd-safe v7.2.4
21782026-05-21T08:43:04.524Z Checking bumpalo v3.20.2
21792026-05-21T08:43:04.562Z Checking libbz2-rs-sys v0.2.2
21802026-05-21T08:43:04.626Z Checking zstd v0.13.3
21812026-05-21T08:43:04.692Z Checking crossterm v0.28.1
21822026-05-21T08:43:04.754Z Checking similar v2.7.0
21832026-05-21T08:43:04.790Z Checking zopfli v0.8.3
21842026-05-21T08:43:04.848Z Checking tokio-stream v0.1.18
21852026-05-21T08:43:04.885Z Checking toml_edit v0.19.15
21862026-05-21T08:43:04.924Z Checking fs-err v3.3.0
21872026-05-21T08:43:05.003Z Checking bzip2 v0.6.1
21882026-05-21T08:43:05.161Z Checking pem v3.0.6
21892026-05-21T08:43:05.200Z Checking hash32 v0.2.1
21902026-05-21T08:43:05.203Z Checking serde-big-array v0.5.1
21912026-05-21T08:43:05.271Z Checking unicode-bidi v0.3.18
21922026-05-21T08:43:05.273Z Checking predicates-core v1.0.10
21932026-05-21T08:43:05.351Z Checking unicode-properties v0.1.4
21942026-05-21T08:43:05.397Z Checking jiff v0.2.21
21952026-05-21T08:43:05.399Z Checking heapless v0.7.17
21962026-05-21T08:43:05.471Z Checking snafu v0.8.9
21972026-05-21T08:43:05.473Z Checking olpc-cjson v0.1.4
21982026-05-21T08:43:05.577Z Checking hickory-proto v0.25.2
21992026-05-21T08:43:05.615Z Checking stringprep v0.1.5
22002026-05-21T08:43:05.652Z Checking md-5 v0.10.6
22012026-05-21T08:43:05.779Z Checking serde_plain v1.0.2
22022026-05-21T08:43:05.820Z Checking float-cmp v0.10.0
22032026-05-21T08:43:05.861Z Checking toml_datetime v0.7.5+spec-1.1.0
22042026-05-21T08:43:05.903Z Checking difflib v0.4.0
22052026-05-21T08:43:05.964Z Checking normalize-line-endings v0.3.0
22062026-05-21T08:43:06.008Z Checking fallible-iterator v0.2.0
22072026-05-21T08:43:06.010Z Checking toml v0.7.8
22082026-05-21T08:43:06.098Z Checking typed-path v0.9.3
22092026-05-21T08:43:06.101Z Checking smoltcp v0.9.1
22102026-05-21T08:43:06.176Z Checking predicates v3.1.4
22112026-05-21T08:43:06.258Z Checking iddqd v0.4.1
22122026-05-21T08:43:06.327Z Checking postgres-protocol v0.6.10
22132026-05-21T08:43:06.399Z Checking phf_shared v0.13.1
22142026-05-21T08:43:06.524Z Checking phf_shared v0.11.3
22152026-05-21T08:43:06.638Z Checking buf-list v1.1.2
22162026-05-21T08:43:06.687Z Checking strum v0.27.2
22172026-05-21T08:43:06.726Z Checking fixedbitset v0.5.7
22182026-05-21T08:43:06.793Z Checking lalrpop-util v0.19.12
22192026-05-21T08:43:06.839Z Checking fixedbitset v0.4.2
22202026-05-21T08:43:06.878Z Checking new_debug_unreachable v1.0.6
22212026-05-21T08:43:06.933Z Checking tough v0.22.0
22222026-05-21T08:43:06.971Z Checking precomputed-hash v0.1.1
22232026-05-21T08:43:07.007Z Checking petgraph v0.8.3
22242026-05-21T08:43:07.010Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22252026-05-21T08:43:07.080Z Checking petgraph v0.6.5
22262026-05-21T08:43:07.115Z Checking string_cache v0.8.9
22272026-05-21T08:43:07.261Z Checking postgres-types v0.2.12
22282026-05-21T08:43:07.341Z Checking phf v0.13.1
22292026-05-21T08:43:07.538Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22302026-05-21T08:43:07.635Z Checking peg-runtime v0.8.5
22312026-05-21T08:43:07.799Z Checking zip v4.6.1
22322026-05-21T08:43:07.837Z Checking whoami v2.1.0
22332026-05-21T08:43:07.997Z Checking is-terminal v0.4.17
22342026-05-21T08:43:08.075Z Checking tokio-postgres v0.7.16
22352026-05-21T08:43:08.128Z Checking crossbeam-channel v0.5.15
22362026-05-21T08:43:08.441Z Compiling structmeta-derive v0.3.0
22372026-05-21T08:43:08.482Z Compiling newtype-uuid-macros v0.1.0
22382026-05-21T08:43:08.519Z Checking thread_local v1.1.9
22392026-05-21T08:43:08.567Z Checking take_mut v0.2.2
22402026-05-21T08:43:08.710Z Checking term v1.2.1
22412026-05-21T08:43:08.713Z Checking slog-async v2.8.0
22422026-05-21T08:43:08.783Z Compiling rustls v0.22.4
22432026-05-21T08:43:08.963Z Compiling multer v3.1.0
22442026-05-21T08:43:09.004Z Checking slog-term v2.9.2
22452026-05-21T08:43:09.089Z Compiling async-stream-impl v0.3.6
22462026-05-21T08:43:09.129Z Compiling dropshot v0.17.0
22472026-05-21T08:43:09.274Z Compiling dropshot_endpoint v0.17.0
22482026-05-21T08:43:09.315Z Checking match_cfg v0.1.0
22492026-05-21T08:43:09.318Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22502026-05-21T08:43:09.428Z Checking hostname v0.3.1
22512026-05-21T08:43:09.431Z Checking slog-json v2.6.1
22522026-05-21T08:43:09.505Z Checking debug-ignore v1.0.5
22532026-05-21T08:43:09.579Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22542026-05-21T08:43:09.616Z Compiling structmeta v0.3.0
22552026-05-21T08:43:09.659Z Checking serde_spanned v1.0.4
22562026-05-21T08:43:09.661Z Checking slog-bunyan v2.5.0
22572026-05-21T08:43:09.737Z Checking toml_writer v1.0.6+spec-1.1.0
22582026-05-21T08:43:09.780Z Checking rustls-webpki v0.102.8
22592026-05-21T08:43:09.820Z Checking serde_path_to_error v0.1.20
22602026-05-21T08:43:09.857Z Checking async-stream v0.3.6
22612026-05-21T08:43:09.930Z Compiling derive-ex v0.1.8
22622026-05-21T08:43:09.968Z Checking waitgroup v0.1.2
22632026-05-21T08:43:10.008Z Checking rustls-pemfile v2.2.0
22642026-05-21T08:43:10.046Z Checking toml_datetime v1.0.0+spec-1.1.0
22652026-05-21T08:43:10.104Z Checking hostname v0.4.2
22662026-05-21T08:43:10.143Z Checking compression-core v0.4.31
22672026-05-21T08:43:10.182Z Checking progenitor-client v0.14.0
22682026-05-21T08:43:10.218Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22692026-05-21T08:43:10.290Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22702026-05-21T08:43:10.292Z Checking toml v1.0.6+spec-1.1.0
22712026-05-21T08:43:10.368Z Checking compression-codecs v0.4.37
22722026-05-21T08:43:10.368Z Checking regress v0.10.5
22732026-05-21T08:43:10.454Z Compiling parse-display-derive v0.10.0
22742026-05-21T08:43:10.509Z Checking itertools v0.14.0
22752026-05-21T08:43:10.575Z Checking async-compression v0.4.41
22762026-05-21T08:43:10.869Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22772026-05-21T08:43:10.951Z Checking macaddr v1.0.1
22782026-05-21T08:43:11.127Z Checking instant v0.1.13
22792026-05-21T08:43:11.178Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22802026-05-21T08:43:11.253Z Checking progenitor-client v0.10.0
22812026-05-21T08:43:11.334Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
22822026-05-21T08:43:11.459Z Checking backoff v0.4.0
22832026-05-21T08:43:11.534Z Checking backon v1.6.0
22842026-05-21T08:43:11.668Z Checking unicode-width v0.2.0
22852026-05-21T08:43:11.707Z Compiling test-strategy v0.4.5
22862026-05-21T08:43:11.710Z Checking heck v0.5.0
22872026-05-21T08:43:11.780Z Checking progenitor-extras v0.2.0
22882026-05-21T08:43:11.819Z Checking tokio-rustls v0.25.0
22892026-05-21T08:43:11.871Z Compiling convert_case v0.4.0
22902026-05-21T08:43:11.907Z Checking half v2.7.1
22912026-05-21T08:43:11.942Z Checking ciborium-io v0.2.2
22922026-05-21T08:43:11.977Z Checking secrecy v0.10.3
22932026-05-21T08:43:12.038Z Checking indent_write v2.2.0
22942026-05-21T08:43:12.078Z Checking universal-hash v0.5.1
22952026-05-21T08:43:12.149Z Checking opaque-debug v0.3.1
22962026-05-21T08:43:12.202Z Checking ciborium-ll v0.2.2
22972026-05-21T08:43:12.205Z Checking camino-tempfile v1.4.1
22982026-05-21T08:43:12.239Z Checking parse-display v0.10.0
22992026-05-21T08:43:12.287Z Compiling regress v0.11.1
23002026-05-21T08:43:12.330Z Compiling unsafe-libyaml v0.2.11
23012026-05-21T08:43:12.365Z Compiling derive_more v0.99.20
23022026-05-21T08:43:12.434Z Checking ciborium v0.2.2
23032026-05-21T08:43:12.437Z Checking aead v0.5.2
23042026-05-21T08:43:12.506Z Compiling crucible-workspace-hack v0.1.0
23052026-05-21T08:43:12.648Z Checking poly1305 v0.8.0
23062026-05-21T08:43:12.773Z Checking chacha20 v0.9.1
23072026-05-21T08:43:12.963Z Compiling serde_yaml v0.9.34+deprecated
23082026-05-21T08:43:13.009Z Compiling thiserror-impl-no-std v2.0.2
23092026-05-21T08:43:13.185Z Checking byte-wrapper v0.1.0
23102026-05-21T08:43:13.283Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23112026-05-21T08:43:13.441Z Checking password-hash v0.5.0
23122026-05-21T08:43:13.706Z Checking blake2 v0.10.6
23132026-05-21T08:43:13.740Z Checking chacha20poly1305 v0.10.1
23142026-05-21T08:43:13.901Z Checking swrite v0.1.0
23152026-05-21T08:43:13.977Z Compiling typify-impl v0.6.2
23162026-05-21T08:43:14.027Z Checking argon2 v0.5.3
23172026-05-21T08:43:14.151Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23182026-05-21T08:43:14.294Z Checking thiserror-no-std v2.0.2
23192026-05-21T08:43:14.413Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23202026-05-21T08:43:14.416Z Checking vsss-rs v3.3.4
23212026-05-21T08:43:14.517Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23222026-05-21T08:43:14.753Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23232026-05-21T08:43:14.795Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23242026-05-21T08:43:15.114Z Checking crossbeam-deque v0.8.6
23252026-05-21T08:43:15.338Z Compiling rayon-core v1.13.0
23262026-05-21T08:43:15.623Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23272026-05-21T08:43:15.661Z Checking toml v0.8.23
23282026-05-21T08:43:15.759Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23292026-05-21T08:43:15.958Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23302026-05-21T08:43:16.028Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23312026-05-21T08:43:16.164Z Compiling proc-macro-error v1.0.4
23322026-05-21T08:43:16.292Z Checking rayon v1.11.0
23332026-05-21T08:43:16.347Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23342026-05-21T08:43:16.399Z Compiling toml_edit v0.23.10+spec-1.0.0
23352026-05-21T08:43:16.487Z Checking unicode-width v0.1.14
23362026-05-21T08:43:16.526Z Checking glob v0.3.3
23372026-05-21T08:43:16.732Z Compiling heapless v0.8.0
23382026-05-21T08:43:16.771Z Compiling ingot-macros v0.1.1
23392026-05-21T08:43:16.806Z Checking tabwriter v1.4.1
23402026-05-21T08:43:16.994Z Compiling proc-macro-crate v3.4.0
23412026-05-21T08:43:17.032Z Checking hash32 v0.3.1
23422026-05-21T08:43:17.200Z Compiling usdt-macro v0.5.0
23432026-05-21T08:43:17.300Z Compiling usdt-attr-macro v0.5.0
23442026-05-21T08:43:17.554Z Checking memmap v0.7.0
23452026-05-21T08:43:17.632Z Compiling num_enum_derive v0.7.6
23462026-05-21T08:43:17.727Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23472026-05-21T08:43:17.870Z Compiling smoltcp v0.11.0
23482026-05-21T08:43:18.085Z Checking cobs v0.3.0
23492026-05-21T08:43:18.161Z Checking usdt v0.5.0
23502026-05-21T08:43:18.296Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23512026-05-21T08:43:18.342Z Checking postcard v1.1.3
23522026-05-21T08:43:18.378Z Compiling proc-macro-crate v1.3.1
23532026-05-21T08:43:18.568Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23542026-05-21T08:43:18.630Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23552026-05-21T08:43:18.683Z Checking sigpipe v0.1.3
23562026-05-21T08:43:18.749Z Compiling typify-macro v0.6.2
23572026-05-21T08:43:18.783Z Checking num_enum v0.7.6
23582026-05-21T08:43:18.818Z Compiling foreign-types-macros v0.2.3
23592026-05-21T08:43:18.821Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23602026-05-21T08:43:18.889Z Checking colored v3.1.1
23612026-05-21T08:43:18.927Z Checking foreign-types-shared v0.3.1
23622026-05-21T08:43:19.052Z Checking cpufeatures v0.3.0
23632026-05-21T08:43:19.125Z Compiling num_enum_derive v0.5.11
23642026-05-21T08:43:19.161Z Checking chacha20 v0.10.0
23652026-05-21T08:43:19.415Z Checking cstr-argument v0.1.2
23662026-05-21T08:43:19.452Z Checking foreign-types v0.5.0
23672026-05-21T08:43:19.485Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23682026-05-21T08:43:19.564Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23692026-05-21T08:43:19.597Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
23702026-05-21T08:43:19.740Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23712026-05-21T08:43:19.777Z Checking ingot-types v0.1.2
23722026-05-21T08:43:19.863Z Checking rand v0.10.1
23732026-05-21T08:43:19.940Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23742026-05-21T08:43:19.978Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23752026-05-21T08:43:20.052Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23762026-05-21T08:43:20.121Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23772026-05-21T08:43:20.157Z Checking winnow v1.0.3
23782026-05-21T08:43:20.195Z Checking ingot v0.1.1
23792026-05-21T08:43:20.229Z Checking num_enum v0.5.11
23802026-05-21T08:43:20.270Z Compiling zone_cfg_derive v0.3.1
23812026-05-21T08:43:20.374Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23822026-05-21T08:43:20.414Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23832026-05-21T08:43:20.517Z Checking itertools v0.12.1
23842026-05-21T08:43:20.554Z Compiling typify v0.6.2
23852026-05-21T08:43:20.661Z Compiling num-derive v0.4.2
23862026-05-21T08:43:20.704Z Compiling progenitor-impl v0.14.0
23872026-05-21T08:43:20.964Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23882026-05-21T08:43:21.338Z Checking smf v0.2.3
23892026-05-21T08:43:21.612Z Checking zone v0.3.1
23902026-05-21T08:43:21.647Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23912026-05-21T08:43:21.650Z Checking whoami v1.6.1
23922026-05-21T08:43:21.716Z Checking tokio-dtrace v0.1.1
23932026-05-21T08:43:21.887Z Compiling derive-where v1.6.0
23942026-05-21T08:43:21.923Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23952026-05-21T08:43:21.925Z Checking console v0.15.11
23962026-05-21T08:43:21.990Z Checking atomicwrites v0.4.4
23972026-05-21T08:43:21.992Z Checking oxide-tokio-rt v0.1.4
23982026-05-21T08:43:21.992Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23992026-05-21T08:43:22.148Z Checking newline-converter v0.3.0
24002026-05-21T08:43:22.186Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24012026-05-21T08:43:22.223Z Checking num-rational v0.4.2
24022026-05-21T08:43:22.272Z Checking num-complex v0.4.6
24032026-05-21T08:43:22.335Z Checking expectorate v1.2.0
24042026-05-21T08:43:22.509Z Checking float-ord v0.3.2
24052026-05-21T08:43:22.555Z Compiling owo-colors v4.3.0
24062026-05-21T08:43:22.590Z Checking bytecount v0.6.9
24072026-05-21T08:43:22.684Z Checking num v0.4.3
24082026-05-21T08:43:22.727Z Compiling cancel-safe-futures v0.1.5
24092026-05-21T08:43:22.791Z Checking libsw-core v0.3.2
24102026-05-21T08:43:22.968Z Compiling prettyplease v0.2.37
24112026-05-21T08:43:23.208Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24122026-05-21T08:43:23.296Z Checking libsw v3.5.0
24132026-05-21T08:43:23.333Z Checking linear-map v1.2.0
24142026-05-21T08:43:23.368Z Compiling progenitor-impl v0.13.0
24152026-05-21T08:43:23.525Z Compiling progenitor-macro v0.14.0
24162026-05-21T08:43:23.557Z Checking gethostname v0.5.0
24172026-05-21T08:43:23.661Z Checking progenitor-client v0.13.0
24182026-05-21T08:43:23.697Z Compiling num-derive v0.3.3
24192026-05-21T08:43:24.324Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24202026-05-21T08:43:24.660Z Checking libscf-sys v1.1.0
24212026-05-21T08:43:25.357Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24222026-05-21T08:43:26.111Z Compiling progenitor-macro v0.13.0
24232026-05-21T08:43:27.580Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24242026-05-21T08:43:28.656Z Checking resolv-conf v0.7.6
24252026-05-21T08:43:28.659Z Checking progenitor v0.14.0
24262026-05-21T08:43:28.935Z Compiling slog-dtrace v0.3.0
24272026-05-21T08:43:28.935Z Checking smawk v0.3.2
24282026-05-21T08:43:29.059Z Checking unicode-linebreak v0.1.5
24292026-05-21T08:43:29.112Z Checking papergrid v0.11.0
24302026-05-21T08:43:29.246Z Compiling tabled_derive v0.7.0
24312026-05-21T08:43:29.294Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24322026-05-21T08:43:29.599Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24332026-05-21T08:43:30.033Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24342026-05-21T08:43:30.082Z Checking linked-hash-map v0.5.6
24352026-05-21T08:43:30.320Z Checking tabled v0.15.0
24362026-05-21T08:43:30.461Z Compiling minimal-lexical v0.2.1
24372026-05-21T08:43:30.756Z Compiling nom v7.1.3
24382026-05-21T08:43:30.794Z Checking lru-cache v0.1.2
24392026-05-21T08:43:30.952Z Checking hickory-proto v0.24.4
24402026-05-21T08:43:31.171Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24412026-05-21T08:43:31.282Z Checking progenitor v0.13.0
24422026-05-21T08:43:31.388Z Checking termtree v0.5.1
24432026-05-21T08:43:31.459Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24442026-05-21T08:43:31.546Z Checking textwrap v0.16.2
24452026-05-21T08:43:31.584Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24462026-05-21T08:43:31.806Z Checking csv-core v0.1.13
24472026-05-21T08:43:31.891Z Checking tagptr v0.2.0
24482026-05-21T08:43:32.029Z Checking csv v1.4.0
24492026-05-21T08:43:32.074Z Checking moka v0.12.13
24502026-05-21T08:43:32.159Z Checking humantime v2.3.0
24512026-05-21T08:43:32.429Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24522026-05-21T08:43:32.466Z Compiling convert_case v0.10.0
24532026-05-21T08:43:32.690Z Checking highway v1.3.0
24542026-05-21T08:43:32.806Z Checking hickory-resolver v0.25.2
24552026-05-21T08:43:32.842Z Compiling derive_more-impl v2.1.1
24562026-05-21T08:43:32.901Z Checking hickory-resolver v0.24.4
24572026-05-21T08:43:32.960Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24582026-05-21T08:43:32.963Z Compiling semver v0.1.20
24592026-05-21T08:43:33.127Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24602026-05-21T08:43:33.283Z Compiling rustc_version v0.1.7
24612026-05-21T08:43:33.382Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24622026-05-21T08:43:33.548Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24632026-05-21T08:43:33.584Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24642026-05-21T08:43:33.665Z Checking phf_shared v0.12.1
24652026-05-21T08:43:33.701Z Checking derive_more v2.1.1
24662026-05-21T08:43:33.704Z Checking qorb v0.4.1
24672026-05-21T08:43:33.812Z Compiling chrono-tz v0.10.4
24682026-05-21T08:43:33.847Z Checking phf v0.12.1
24692026-05-21T08:43:33.881Z Checking crossterm v0.29.0
24702026-05-21T08:43:34.020Z Compiling newtype_derive v0.1.6
24712026-05-21T08:43:34.088Z Compiling const_format_proc_macros v0.2.34
24722026-05-21T08:43:34.123Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24732026-05-21T08:43:34.158Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24742026-05-21T08:43:34.488Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24752026-05-21T08:43:34.828Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24762026-05-21T08:43:34.928Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24772026-05-21T08:43:34.965Z Checking const_format v0.2.35
24782026-05-21T08:43:34.967Z Checking fd-lock v4.0.4
24792026-05-21T08:43:35.071Z Checking bcs v0.1.6
24802026-05-21T08:43:35.188Z Checking vte v0.14.1
24812026-05-21T08:43:35.226Z Checking display-error-chain v0.2.2
24822026-05-21T08:43:35.263Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24832026-05-21T08:43:35.383Z Checking strip-ansi-escapes v0.2.1
24842026-05-21T08:43:35.386Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24852026-05-21T08:43:35.463Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24862026-05-21T08:43:35.528Z Checking nu-ansi-term v0.50.3
24872026-05-21T08:43:35.589Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
24882026-05-21T08:43:35.642Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24892026-05-21T08:43:35.776Z Checking reedline v0.40.0
24902026-05-21T08:43:35.948Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24912026-05-21T08:43:36.193Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24922026-05-21T08:43:36.426Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24932026-05-21T08:43:36.467Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24942026-05-21T08:43:36.763Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24952026-05-21T08:43:36.907Z Compiling ar_archive_writer v0.5.1
24962026-05-21T08:43:37.065Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24972026-05-21T08:43:37.447Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24982026-05-21T08:43:37.937Z Compiling psm v0.1.30
24992026-05-21T08:43:37.988Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25002026-05-21T08:43:38.124Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25012026-05-21T08:43:38.499Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25022026-05-21T08:43:38.729Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25032026-05-21T08:43:38.820Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25042026-05-21T08:43:39.021Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25052026-05-21T08:43:39.058Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25062026-05-21T08:43:39.298Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25072026-05-21T08:43:39.334Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25082026-05-21T08:43:39.496Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25092026-05-21T08:43:39.576Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25102026-05-21T08:43:39.654Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25112026-05-21T08:43:39.727Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25122026-05-21T08:43:39.763Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25132026-05-21T08:43:39.905Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25142026-05-21T08:43:40.028Z Compiling stacker v0.1.23
25152026-05-21T08:43:40.065Z Compiling cfg_aliases v0.1.1
25162026-05-21T08:43:40.103Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25172026-05-21T08:43:40.183Z Compiling nix v0.28.0
25182026-05-21T08:43:40.313Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25192026-05-21T08:43:40.351Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25202026-05-21T08:43:40.562Z Checking steno v0.4.1
25212026-05-21T08:43:40.570Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25222026-05-21T08:43:40.631Z Checking nibble_vec v0.1.0
25232026-05-21T08:43:40.791Z Checking home v0.5.12
25242026-05-21T08:43:40.930Z Checking endian-type v0.1.2
25252026-05-21T08:43:41.098Z Checking radix_trie v0.2.1
25262026-05-21T08:43:41.569Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25272026-05-21T08:43:41.623Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25282026-05-21T08:43:41.933Z Compiling recursive-proc-macro-impl v0.1.1
25292026-05-21T08:43:42.111Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25302026-05-21T08:43:42.454Z Checking recursive v0.1.1
25312026-05-21T08:43:42.550Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25322026-05-21T08:43:42.588Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25332026-05-21T08:43:42.782Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342026-05-21T08:43:42.865Z Compiling peg-macros v0.8.5
25352026-05-21T08:43:42.902Z Checking nom v8.0.0
25362026-05-21T08:43:42.939Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25372026-05-21T08:43:43.026Z Checking winnow v0.6.26
25382026-05-21T08:43:43.238Z Compiling sqlparser_derive v0.5.0
25392026-05-21T08:43:43.277Z Checking unicode_categories v0.1.1
25402026-05-21T08:43:43.380Z Checking rustyline v14.0.0
25412026-05-21T08:43:43.479Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
25422026-05-21T08:43:43.616Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
25432026-05-21T08:43:43.867Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25442026-05-21T08:43:43.960Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25452026-05-21T08:43:44.077Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25462026-05-21T08:43:44.116Z Checking sqlparser v0.61.0
25472026-05-21T08:43:44.161Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25482026-05-21T08:43:44.250Z Checking sqlformat v0.3.5
25492026-05-21T08:43:44.334Z Checking peg v0.8.5
25502026-05-21T08:43:44.445Z Checking filetime v0.2.27
25512026-05-21T08:43:44.482Z Checking xattr v1.6.1
25522026-05-21T08:43:44.619Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25532026-05-21T08:43:44.656Z Checking tar v0.4.45
25542026-05-21T08:43:44.698Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25552026-05-21T08:43:44.827Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25562026-05-21T08:43:44.960Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
25572026-05-21T08:43:45.089Z Checking subprocess v0.2.15
25582026-05-21T08:43:45.180Z Checking base64 v0.21.7
25592026-05-21T08:43:45.337Z Checking headers-core v0.3.0
25602026-05-21T08:43:45.423Z Checking yasna v0.5.2
25612026-05-21T08:43:45.467Z Checking dropshot-api-manager-types v0.7.1
25622026-05-21T08:43:45.503Z Checking headers v0.4.1
25632026-05-21T08:43:45.680Z Checking utf-8 v0.7.6
25642026-05-21T08:43:45.722Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25652026-05-21T08:43:45.858Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25662026-05-21T08:43:45.897Z Checking rcgen v0.12.1
25672026-05-21T08:43:45.934Z Compiling libefi-sys v0.1.0
25682026-05-21T08:43:46.016Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25692026-05-21T08:43:46.214Z Compiling bitfield-struct v0.6.2
25702026-05-21T08:43:46.389Z Compiling radium v0.7.0
25712026-05-21T08:43:46.501Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25722026-05-21T08:43:46.548Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25732026-05-21T08:43:46.616Z Checking tungstenite v0.21.0
25742026-05-21T08:43:46.739Z Checking tap v1.0.1
25752026-05-21T08:43:46.775Z Compiling maybe-uninit v2.0.0
25762026-05-21T08:43:46.878Z Checking wyz v0.5.1
25772026-05-21T08:43:46.915Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25782026-05-21T08:43:47.025Z Compiling zerocopy-derive v0.6.6
25792026-05-21T08:43:47.103Z Checking tokio-tungstenite v0.21.0
25802026-05-21T08:43:47.139Z Checking funty v2.0.0
25812026-05-21T08:43:47.210Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25822026-05-21T08:43:47.256Z Compiling packed_struct v0.10.1
25832026-05-21T08:43:47.480Z Checking crc-catalog v2.4.0
25842026-05-21T08:43:47.516Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25852026-05-21T08:43:47.556Z Checking bitvec v1.0.1
25862026-05-21T08:43:47.635Z Checking crc v3.4.0
25872026-05-21T08:43:47.781Z Compiling packed_struct_codegen v0.10.1
25882026-05-21T08:43:47.845Z Compiling bitfield-macros v0.19.4
25892026-05-21T08:43:47.976Z Checking zerocopy v0.6.6
25902026-05-21T08:43:48.306Z Compiling indexmap v1.9.3
25912026-05-21T08:43:48.504Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
25922026-05-21T08:43:48.540Z Checking nodrop v0.1.14
25932026-05-21T08:43:48.571Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25942026-05-21T08:43:48.609Z Checking bitfield v0.19.4
25952026-05-21T08:43:48.676Z Checking array-init v0.0.4
25962026-05-21T08:43:48.721Z Checking smallvec v0.6.14
25972026-05-21T08:43:48.836Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25982026-05-21T08:43:48.910Z Checking hashbrown v0.12.3
25992026-05-21T08:43:48.913Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26002026-05-21T08:43:48.980Z Checking ron v0.8.1
26012026-05-21T08:43:49.044Z Checking serde-hex v0.1.0
26022026-05-21T08:43:49.132Z Checking hashbrown v0.13.2
26032026-05-21T08:43:49.527Z Checking crc-any v2.5.0
26042026-05-21T08:43:49.590Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26052026-05-21T08:43:49.700Z Checking object v0.30.4
26062026-05-21T08:43:49.741Z Compiling xshell-macros v0.2.7
26072026-05-21T08:43:49.784Z Checking path-slash v0.1.5
26082026-05-21T08:43:49.921Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26092026-05-21T08:43:50.109Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-05-21T08:43:50.153Z Checking xshell v0.2.7
26112026-05-21T08:43:50.341Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26122026-05-21T08:43:50.376Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26132026-05-21T08:43:50.411Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26142026-05-21T08:43:50.758Z Checking half v1.8.3
26152026-05-21T08:43:50.996Z Checking serde_cbor v0.11.2
26162026-05-21T08:43:51.037Z Compiling proc-macro-error-attr2 v2.0.0
26172026-05-21T08:43:51.174Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26182026-05-21T08:43:51.421Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26192026-05-21T08:43:51.491Z Compiling proc-macro-error2 v2.0.1
26202026-05-21T08:43:51.628Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26212026-05-21T08:43:51.662Z Checking papergrid v0.17.0
26222026-05-21T08:43:51.844Z Compiling tabled_derive v0.11.0
26232026-05-21T08:43:51.880Z Checking testing_table v0.3.0
26242026-05-21T08:43:51.883Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26252026-05-21T08:43:52.005Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26262026-05-21T08:43:52.461Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26272026-05-21T08:43:52.756Z Compiling git-stub v1.0.0
26282026-05-21T08:43:52.789Z Checking crc8 v0.1.1
26292026-05-21T08:43:52.884Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26302026-05-21T08:43:52.923Z Checking maplit v1.0.2
26312026-05-21T08:43:53.043Z Compiling git-stub-vcs v0.1.0
26322026-05-21T08:43:53.078Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26332026-05-21T08:43:53.113Z Checking tabled v0.20.0
26342026-05-21T08:43:53.281Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26352026-05-21T08:43:53.441Z Checking fxhash v0.2.1
26362026-05-21T08:43:53.544Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26372026-05-21T08:43:53.599Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26382026-05-21T08:43:53.842Z Checking unicase v2.9.0
26392026-05-21T08:43:53.876Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26402026-05-21T08:43:54.036Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26412026-05-21T08:43:54.232Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26422026-05-21T08:43:54.314Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26432026-05-21T08:43:54.351Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26442026-05-21T08:43:54.475Z Compiling typify-impl v0.4.3
26452026-05-21T08:43:54.644Z Checking kstat-rs v0.2.4
26462026-05-21T08:43:54.700Z Compiling diesel_derives v2.3.7
26472026-05-21T08:43:54.784Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26482026-05-21T08:43:54.886Z Checking scheduled-thread-pool v0.2.7
26492026-05-21T08:43:54.980Z Compiling dsl_auto_type v0.2.0
26502026-05-21T08:43:55.060Z Checking arc-swap v1.8.2
26512026-05-21T08:43:55.292Z Compiling vergen-gitcl v1.0.8
26522026-05-21T08:43:55.328Z Compiling diesel_table_macro_syntax v0.3.0
26532026-05-21T08:43:55.527Z Compiling parking_lot_core v0.8.6
26542026-05-21T08:43:55.624Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26552026-05-21T08:43:55.695Z Checking slog-scope v4.4.1
26562026-05-21T08:43:55.859Z Checking r2d2 v0.8.10
26572026-05-21T08:43:55.896Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26582026-05-21T08:43:56.082Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26592026-05-21T08:43:56.489Z Checking downcast-rs v2.0.2
26602026-05-21T08:43:56.620Z Checking slog-stdlog v4.1.1
26612026-05-21T08:43:56.917Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26622026-05-21T08:43:57.027Z Checking parking_lot v0.11.2
26632026-05-21T08:43:57.232Z Checking slog-envlogger v2.2.0
26642026-05-21T08:43:57.293Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26652026-05-21T08:43:57.298Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26662026-05-21T08:43:57.443Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26672026-05-21T08:43:57.505Z Checking prefix-trie v0.7.0
26682026-05-21T08:43:57.712Z Checking sled v0.34.7
26692026-05-21T08:43:57.864Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
26702026-05-21T08:43:57.894Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26712026-05-21T08:43:57.901Z Checking hickory-server v0.25.2
26722026-05-21T08:43:58.099Z Checking nanorand v0.7.0
26732026-05-21T08:43:58.269Z Compiling dirs-sys-next v0.1.2
26742026-05-21T08:43:58.339Z Compiling crunchy v0.2.4
26752026-05-21T08:43:58.528Z Compiling salty v0.3.0
26762026-05-21T08:43:58.601Z Compiling dirs-next v2.0.0
26772026-05-21T08:43:58.690Z Checking flume v0.11.1
26782026-05-21T08:43:58.752Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-05-21T08:43:58.848Z Compiling clang-sys v1.8.1
26802026-05-21T08:43:58.993Z Checking primeorder v0.13.6
26812026-05-21T08:43:59.071Z Compiling typify-macro v0.4.3
26822026-05-21T08:43:59.211Z Compiling tiny-keccak v2.0.2
26832026-05-21T08:43:59.416Z Compiling term v0.7.0
26842026-05-21T08:43:59.611Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26852026-05-21T08:43:59.649Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26862026-05-21T08:44:00.051Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26872026-05-21T08:44:00.086Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26882026-05-21T08:44:00.145Z Compiling bit-vec v0.6.3
26892026-05-21T08:44:00.361Z Compiling bit-set v0.5.3
26902026-05-21T08:44:00.396Z Compiling ascii-canvas v3.0.0
26912026-05-21T08:44:00.549Z Compiling itertools v0.10.5
26922026-05-21T08:44:00.669Z Compiling ena v0.14.4
26932026-05-21T08:44:00.750Z Compiling libloading v0.8.9
26942026-05-21T08:44:00.815Z Compiling typify v0.4.3
26952026-05-21T08:44:00.914Z Compiling fs-err v2.11.0
26962026-05-21T08:44:00.958Z Compiling bindgen v0.71.1
26972026-05-21T08:44:00.994Z Compiling regex-syntax v0.6.29
26982026-05-21T08:44:01.023Z Compiling diff v0.1.13
26992026-05-21T08:44:01.099Z Checking diesel v2.3.7
27002026-05-21T08:44:01.271Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27012026-05-21T08:44:01.320Z Checking p384 v0.13.1
27022026-05-21T08:44:01.454Z Compiling cexpr v0.6.0
27032026-05-21T08:44:01.490Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27042026-05-21T08:44:01.644Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27052026-05-21T08:44:01.777Z Compiling rustc-hash v2.1.1
27062026-05-21T08:44:02.025Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27072026-05-21T08:44:02.160Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27082026-05-21T08:44:02.196Z Compiling libxml v0.3.3
27092026-05-21T08:44:02.442Z Compiling lalrpop v0.19.12
27102026-05-21T08:44:02.485Z Checking parse-size v1.1.0
27112026-05-21T08:44:02.632Z Compiling strum_macros v0.24.3
27122026-05-21T08:44:03.220Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27132026-05-21T08:44:03.461Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27142026-05-21T08:44:03.899Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27152026-05-21T08:44:04.106Z Compiling indoc v1.0.9
27162026-05-21T08:44:04.164Z Checking assert_matches v1.5.0
27172026-05-21T08:44:04.203Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27182026-05-21T08:44:04.541Z Compiling progenitor-impl v0.10.0
27192026-05-21T08:44:04.588Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27202026-05-21T08:44:04.938Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27212026-05-21T08:44:04.996Z Checking predicates-tree v1.0.13
27222026-05-21T08:44:05.045Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27232026-05-21T08:44:05.146Z Checking quick-xml v0.37.5
27242026-05-21T08:44:05.182Z Checking derive_builder v0.20.2
27252026-05-21T08:44:05.333Z Compiling oso-derive v0.27.3
27262026-05-21T08:44:05.620Z Compiling trait-variant v0.1.2
27272026-05-21T08:44:05.866Z Compiling impl-trait-for-tuples v0.2.3
27282026-05-21T08:44:06.085Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27292026-05-21T08:44:06.206Z Checking openssl-probe v0.1.6
27302026-05-21T08:44:06.352Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27312026-05-21T08:44:06.397Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27322026-05-21T08:44:07.269Z Compiling progenitor-macro v0.10.0
27332026-05-21T08:44:07.512Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27342026-05-21T08:44:08.458Z Compiling mime_guess v2.0.5
27352026-05-21T08:44:08.511Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27362026-05-21T08:44:08.860Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27372026-05-21T08:44:08.937Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27382026-05-21T08:44:09.042Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27392026-05-21T08:44:09.274Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27402026-05-21T08:44:09.277Z Checking corncobs v0.1.4
27412026-05-21T08:44:09.473Z Checking http-range v0.1.5
27422026-05-21T08:44:09.566Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27432026-05-21T08:44:09.690Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27442026-05-21T08:44:09.863Z Compiling progenitor-impl v0.11.2
27452026-05-21T08:44:10.071Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27462026-05-21T08:44:10.706Z Checking ignore v0.4.25
27472026-05-21T08:44:11.155Z Checking secrecy v0.8.0
27482026-05-21T08:44:11.316Z Checking atty v0.2.14
27492026-05-21T08:44:12.084Z Checking globwalk v0.9.1
27502026-05-21T08:44:12.291Z Checking progenitor v0.10.0
27512026-05-21T08:44:12.478Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27522026-05-21T08:44:12.617Z Compiling progenitor-macro v0.11.2
27532026-05-21T08:44:12.725Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27542026-05-21T08:44:13.148Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27552026-05-21T08:44:13.295Z Checking progenitor-client v0.11.2
27562026-05-21T08:44:13.389Z Checking bb8 v0.8.6
27572026-05-21T08:44:13.598Z Compiling illumos-nvpair-sys v0.2.0
27582026-05-21T08:44:13.783Z Checking hyper-staticfile v0.10.1
27592026-05-21T08:44:13.897Z Checking camino-tempfile-ext v0.3.3
27602026-05-21T08:44:14.127Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27612026-05-21T08:44:14.155Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27622026-05-21T08:44:14.192Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27632026-05-21T08:44:14.434Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27642026-05-21T08:44:14.473Z Checking signal-hook-tokio v0.3.1
27652026-05-21T08:44:14.648Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27662026-05-21T08:44:15.162Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27672026-05-21T08:44:15.200Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27682026-05-21T08:44:15.800Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27692026-05-21T08:44:16.045Z Checking async-bb8-diesel v0.2.1
27702026-05-21T08:44:16.222Z Checking diesel-dtrace v0.5.0
27712026-05-21T08:44:16.461Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27722026-05-21T08:44:16.473Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27732026-05-21T08:44:16.527Z Checking nonempty v0.12.0
27742026-05-21T08:44:16.779Z Checking illumos-nvpair v0.3.0
27752026-05-21T08:44:16.852Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27762026-05-21T08:44:16.931Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27772026-05-21T08:44:16.997Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27782026-05-21T08:44:17.329Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27792026-05-21T08:44:17.379Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27802026-05-21T08:44:17.424Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27812026-05-21T08:44:17.550Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27822026-05-21T08:44:17.756Z Checking progenitor v0.11.2
27832026-05-21T08:44:17.795Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27842026-05-21T08:44:17.958Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27852026-05-21T08:44:18.001Z Checking tungstenite v0.23.0
27862026-05-21T08:44:18.133Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-05-21T08:44:18.465Z Checking tokio-tungstenite v0.23.1
27882026-05-21T08:44:18.778Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27892026-05-21T08:44:19.170Z Checking rand_seeder v0.4.0
27902026-05-21T08:44:19.308Z Checking void v1.0.2
27912026-05-21T08:44:19.347Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27922026-05-21T08:44:19.378Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27932026-05-21T08:44:19.452Z Checking lzss v0.8.2
27942026-05-21T08:44:19.580Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-05-21T08:44:19.689Z Checking nix v0.27.1
27962026-05-21T08:44:19.776Z Checking serde_bytes v0.11.19
27972026-05-21T08:44:19.879Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-05-21T08:44:19.999Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27992026-05-21T08:44:20.096Z Checking is_ci v1.2.0
28002026-05-21T08:44:20.237Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28012026-05-21T08:44:20.270Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28022026-05-21T08:44:20.726Z Checking yansi v1.0.1
28032026-05-21T08:44:20.763Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28042026-05-21T08:44:20.814Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28052026-05-21T08:44:21.029Z Checking pretty_assertions v1.4.1
28062026-05-21T08:44:21.113Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28072026-05-21T08:44:21.200Z Compiling darling_core v0.23.0
28082026-05-21T08:44:21.385Z Compiling indoc v2.0.7
28092026-05-21T08:44:21.730Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28102026-05-21T08:44:21.896Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28112026-05-21T08:44:21.967Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28122026-05-21T08:44:22.206Z Compiling instability v0.3.11
28132026-05-21T08:44:22.644Z Compiling libz-sys v1.1.24
28142026-05-21T08:44:22.779Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28152026-05-21T08:44:23.082Z Checking castaway v0.2.4
28162026-05-21T08:44:23.235Z Checking compact_str v0.8.1
28172026-05-21T08:44:23.951Z Compiling darling_macro v0.23.0
28182026-05-21T08:44:24.223Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28192026-05-21T08:44:24.522Z Compiling darling v0.23.0
28202026-05-21T08:44:24.637Z Checking supports-color v3.0.2
28212026-05-21T08:44:24.675Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28222026-05-21T08:44:24.818Z Checking unicode-truncate v1.1.0
28232026-05-21T08:44:24.962Z Checking console v0.16.2
28242026-05-21T08:44:25.021Z Checking lru v0.12.5
28252026-05-21T08:44:25.219Z Checking cassowary v0.3.0
28262026-05-21T08:44:25.256Z Checking unit-prefix v0.5.2
28272026-05-21T08:44:25.383Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28282026-05-21T08:44:25.444Z Checking indicatif v0.18.4
28292026-05-21T08:44:25.481Z Compiling libgit2-sys v0.18.3+1.9.2
28302026-05-21T08:44:25.519Z Checking ratatui v0.29.0
28312026-05-21T08:44:25.651Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28322026-05-21T08:44:26.057Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28332026-05-21T08:44:26.307Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28342026-05-21T08:44:26.665Z Compiling vergen-git2 v1.0.7
28352026-05-21T08:44:26.907Z Checking plotters-backend v0.3.7
28362026-05-21T08:44:27.030Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28372026-05-21T08:44:27.157Z Checking plotters-svg v0.3.7
28382026-05-21T08:44:27.277Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28392026-05-21T08:44:27.371Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28402026-05-21T08:44:27.411Z Checking colored v2.2.0
28412026-05-21T08:44:27.534Z Checking shell-words v1.1.1
28422026-05-21T08:44:27.656Z Checking cast v0.3.0
28432026-05-21T08:44:27.702Z Compiling rustls v0.21.12
28442026-05-21T08:44:27.855Z Checking criterion-plot v0.6.0
28452026-05-21T08:44:28.030Z Checking plotters v0.3.7
28462026-05-21T08:44:28.134Z Checking typeid v1.0.3
28472026-05-21T08:44:28.168Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28482026-05-21T08:44:28.276Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28492026-05-21T08:44:28.512Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28502026-05-21T08:44:28.750Z Checking sct v0.7.1
28512026-05-21T08:44:28.838Z Checking rustls-webpki v0.101.7
28522026-05-21T08:44:28.928Z Checking tinytemplate v1.2.1
28532026-05-21T08:44:29.180Z Compiling nix v0.29.0
28542026-05-21T08:44:29.215Z Compiling dropshot v0.16.7
28552026-05-21T08:44:29.219Z Checking hex-literal v0.4.1
28562026-05-21T08:44:29.350Z Checking oorandom v11.1.5
28572026-05-21T08:44:29.487Z Checking anes v0.1.6
28582026-05-21T08:44:29.681Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28592026-05-21T08:44:29.714Z Checking criterion v0.7.0
28602026-05-21T08:44:30.683Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28612026-05-21T08:44:30.993Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28622026-05-21T08:44:31.031Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28632026-05-21T08:44:32.956Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28642026-05-21T08:44:33.127Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28652026-05-21T08:44:33.320Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28662026-05-21T08:44:34.209Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-05-21T08:44:34.441Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28682026-05-21T08:44:36.481Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28692026-05-21T08:44:36.538Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28702026-05-21T08:44:36.769Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28712026-05-21T08:44:37.645Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28722026-05-21T08:44:38.260Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28732026-05-21T08:44:38.731Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-05-21T08:44:39.038Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-05-21T08:44:39.354Z Checking erased-serde v0.4.9
28762026-05-21T08:44:39.764Z Checking toml v0.9.12+spec-1.1.0
28772026-05-21T08:44:40.027Z Checking ordered-float v2.10.1
28782026-05-21T08:44:40.311Z Compiling dropshot_endpoint v0.16.7
28792026-05-21T08:44:40.405Z Checking serde-value v0.7.0
28802026-05-21T08:44:40.610Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28812026-05-21T08:44:40.656Z Checking serde-untagged v0.1.9
28822026-05-21T08:44:40.893Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28832026-05-21T08:44:41.079Z Checking tokio-rustls v0.24.1
28842026-05-21T08:44:41.587Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28852026-05-21T08:44:42.055Z Checking rustls-pemfile v1.0.4
28862026-05-21T08:44:42.227Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28872026-05-21T08:44:42.428Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28882026-05-21T08:44:42.472Z Checking twox-hash v2.1.2
28892026-05-21T08:44:42.814Z Checking unicode-xid v0.2.6
28902026-05-21T08:44:42.848Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28912026-05-21T08:44:42.963Z Checking cargo-util-schemas v0.8.2
28922026-05-21T08:44:43.925Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28932026-05-21T08:44:44.136Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28942026-05-21T08:44:44.192Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28952026-05-21T08:44:44.389Z Checking fatfs v0.3.6
28962026-05-21T08:44:44.787Z Checking cargo-platform v0.2.0
28972026-05-21T08:44:44.885Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28982026-05-21T08:44:45.007Z Compiling petname v2.0.2
28992026-05-21T08:44:45.201Z Compiling samael v0.0.19
29002026-05-21T08:44:45.528Z Compiling seq-macro v0.3.6
29012026-05-21T08:44:46.279Z Checking cargo_metadata v0.21.0
29022026-05-21T08:44:46.304Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29032026-05-21T08:44:47.059Z Checking concurrent-queue v2.5.0
29042026-05-21T08:44:47.305Z Checking rtoolbox v0.0.3
29052026-05-21T08:44:47.483Z Checking parking v2.2.1
29062026-05-21T08:44:47.651Z Checking event-listener v5.4.1
29072026-05-21T08:44:47.924Z Checking rpassword v7.4.0
29082026-05-21T08:44:48.484Z Checking tui-tree-widget v0.23.1
29092026-05-21T08:44:48.543Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29102026-05-21T08:44:48.722Z Checking polyval v0.6.2
29112026-05-21T08:44:48.760Z Checking sapling-renderdag v0.1.0
29122026-05-21T08:44:48.946Z Checking sync-ptr v0.1.4
29132026-05-21T08:44:49.066Z Checking ghash v0.5.1
29142026-05-21T08:44:49.114Z Checking event-listener-strategy v0.5.4
29152026-05-21T08:44:49.233Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29162026-05-21T08:44:49.304Z Checking ctr v0.9.2
29172026-05-21T08:44:49.493Z Checking constant_time_eq v0.4.2
29182026-05-21T08:44:49.536Z Checking arrayvec v0.7.6
29192026-05-21T08:44:49.687Z Checking arrayref v0.3.9
29202026-05-21T08:44:49.785Z Checking futures-timer v3.0.3
29212026-05-21T08:44:49.821Z Checking aes-gcm v0.10.3
29222026-05-21T08:44:50.059Z Checking async-lock v3.4.2
29232026-05-21T08:44:50.108Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29242026-05-21T08:44:50.531Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29252026-05-21T08:44:50.719Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29262026-05-21T08:44:51.362Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29272026-05-21T08:44:51.621Z Checking ssh-encoding v0.2.0
29282026-05-21T08:44:51.867Z Checking blowfish v0.9.1
29292026-05-21T08:44:52.069Z Checking bcrypt-pbkdf v0.10.0
29302026-05-21T08:44:52.283Z Checking ssh-cipher v0.2.0
29312026-05-21T08:44:52.507Z Checking async-object-pool v0.2.0
29322026-05-21T08:44:52.664Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29332026-05-21T08:44:52.702Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29342026-05-21T08:44:53.082Z Checking serde_regex v1.1.0
29352026-05-21T08:44:53.284Z Checking password-hash v0.4.2
29362026-05-21T08:44:53.395Z Checking assert-json-diff v2.0.2
29372026-05-21T08:44:53.515Z Checking path-tree v0.8.3
29382026-05-21T08:44:53.549Z Compiling target-lexicon v0.13.3
29392026-05-21T08:44:53.604Z Checking gimli v0.32.3
29402026-05-21T08:44:53.741Z Checking stringmetrics v2.2.2
29412026-05-21T08:44:53.938Z Checking httpmock v0.8.3
29422026-05-21T08:44:54.159Z Checking pbkdf2 v0.11.0
29432026-05-21T08:44:54.373Z Checking ssh-key v0.6.7
29442026-05-21T08:44:55.001Z Compiling git2 v0.20.4
29452026-05-21T08:44:55.219Z Checking addr2line v0.25.1
29462026-05-21T08:44:55.529Z Checking p256 v0.13.2
29472026-05-21T08:44:55.822Z Checking p521 v0.13.3
29482026-05-21T08:44:56.200Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29492026-05-21T08:44:56.275Z Checking russh-cryptovec v0.7.3
29502026-05-21T08:44:56.450Z Compiling guppy-workspace-hack v0.1.0
29512026-05-21T08:44:56.483Z Checking rustc-demangle v0.1.27
29522026-05-21T08:44:56.486Z Checking md5 v0.7.0
29532026-05-21T08:44:56.753Z Checking russh-keys v0.45.0
29542026-05-21T08:44:56.756Z Checking backtrace v0.3.76
29552026-05-21T08:44:56.988Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29562026-05-21T08:44:57.135Z Checking num-bigint v0.4.6
29572026-05-21T08:44:57.177Z Checking des v0.8.1
29582026-05-21T08:44:57.408Z Compiling blake3 v1.8.3
29592026-05-21T08:44:57.474Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29602026-05-21T08:44:57.814Z Compiling target-spec v3.5.7
29612026-05-21T08:44:57.934Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29622026-05-21T08:44:58.221Z Checking russh v0.45.0
29632026-05-21T08:44:58.378Z Checking backtrace-ext v0.2.1
29642026-05-21T08:44:58.507Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29652026-05-21T08:44:58.545Z Checking cfg-expr v0.20.6
29662026-05-21T08:44:58.635Z Checking supports-color v2.1.0
29672026-05-21T08:44:58.672Z Checking textwrap v0.15.2
29682026-05-21T08:44:58.821Z Checking supports-hyperlinks v2.1.0
29692026-05-21T08:44:58.938Z Checking supports-unicode v2.1.0
29702026-05-21T08:44:58.985Z Checking hashbrown v0.14.5
29712026-05-21T08:44:59.047Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29722026-05-21T08:44:59.100Z Checking cargo-platform v0.3.2
29732026-05-21T08:44:59.299Z Checking socket2 v0.5.10
29742026-05-21T08:44:59.335Z Checking terminal_size v0.1.17
29752026-05-21T08:44:59.486Z Compiling miette-derive v5.10.0
29762026-05-21T08:44:59.530Z Checking internet-checksum v0.2.1
29772026-05-21T08:44:59.600Z Checking owo-colors v3.5.0
29782026-05-21T08:44:59.693Z Checking chumsky v0.9.3
29792026-05-21T08:45:00.212Z Checking cargo_metadata v0.23.1
29802026-05-21T08:45:00.745Z Checking miette v5.10.0
29812026-05-21T08:45:00.902Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29822026-05-21T08:45:01.036Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29832026-05-21T08:45:01.126Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29842026-05-21T08:45:01.339Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29852026-05-21T08:45:01.499Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29862026-05-21T08:45:01.580Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29872026-05-21T08:45:01.807Z Compiling polar-core v0.27.3
29882026-05-21T08:45:01.843Z Compiling knuffel-derive v3.2.0
29892026-05-21T08:45:01.930Z Checking httptest v0.16.4
29902026-05-21T08:45:02.012Z Checking pathdiff v0.2.3
29912026-05-21T08:45:02.172Z Checking topological-sort v0.2.2
29922026-05-21T08:45:02.408Z Checking nested v0.1.1
29932026-05-21T08:45:02.446Z Checking omicron-zone-package v0.12.2
29942026-05-21T08:45:02.598Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29952026-05-21T08:45:02.634Z Checking guppy v0.17.25
29962026-05-21T08:45:02.886Z Checking similar-asserts v1.7.0
29972026-05-21T08:45:03.090Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29982026-05-21T08:45:03.272Z Compiling target-triple v1.0.0
29992026-05-21T08:45:03.441Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30002026-05-21T08:45:03.593Z Checking knuffel v3.2.0
30012026-05-21T08:45:03.676Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30022026-05-21T08:45:03.711Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30032026-05-21T08:45:04.287Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30042026-05-21T08:45:04.323Z Checking hickory-client v0.25.2
30052026-05-21T08:45:04.542Z Checking tokio-test v0.4.5
30062026-05-21T08:45:04.670Z Compiling assert_cmd v2.1.2
30072026-05-21T08:45:04.800Z Checking escape8259 v0.5.3
30082026-05-21T08:45:04.976Z Checking libtest-mimic v0.8.1
30092026-05-21T08:45:05.230Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30102026-05-21T08:45:05.308Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30112026-05-21T08:45:05.380Z Checking blake2b_simd v1.0.4
30122026-05-21T08:45:05.532Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30132026-05-21T08:45:05.850Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30142026-05-21T08:45:06.093Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30152026-05-21T08:45:06.164Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30162026-05-21T08:45:06.292Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30172026-05-21T08:45:06.408Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30182026-05-21T08:45:06.652Z Checking fancy-regex v0.14.0
30192026-05-21T08:45:06.722Z Checking serde_tokenstream v0.2.3
30202026-05-21T08:45:06.888Z Checking approx v0.5.1
30212026-05-21T08:45:06.922Z Compiling rstest_macros v0.25.0
30222026-05-21T08:45:06.992Z Checking uzers v0.12.2
30232026-05-21T08:45:07.069Z Checking termcolor v1.4.1
30242026-05-21T08:45:07.103Z Compiling linkme-impl v0.3.35
30252026-05-21T08:45:07.248Z Checking constant_time_eq v0.3.1
30262026-05-21T08:45:07.330Z Checking trybuild v1.0.116
30272026-05-21T08:45:07.333Z Checking oso v0.27.3
30282026-05-21T08:45:07.397Z Checking rust-argon2 v2.1.0
30292026-05-21T08:45:07.430Z Checking datatest-stable v0.3.3
30302026-05-21T08:45:07.806Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30312026-05-21T08:45:07.873Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30322026-05-21T08:45:07.959Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30332026-05-21T08:45:08.122Z Checking support-bundle-viewer v0.1.2
30342026-05-21T08:45:08.181Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30352026-05-21T08:45:08.308Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30362026-05-21T08:45:08.408Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30372026-05-21T08:45:08.442Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30382026-05-21T08:45:08.554Z Checking drift v0.1.4
30392026-05-21T08:45:08.654Z Checking rand_distr v0.5.1
30402026-05-21T08:45:08.690Z Checking multimap v0.10.1
30412026-05-21T08:45:08.725Z Compiling linkme v0.3.35
30422026-05-21T08:45:08.913Z Compiling relative-path v1.9.3
30432026-05-21T08:45:08.951Z Checking dropshot-api-manager v0.7.1
30442026-05-21T08:45:09.324Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30452026-05-21T08:45:10.063Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30462026-05-21T08:45:10.164Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30472026-05-21T08:45:10.312Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30482026-05-21T08:45:10.629Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30492026-05-21T08:45:10.837Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30502026-05-21T08:45:10.906Z Checking cargo_toml v0.21.0
30512026-05-21T08:45:11.253Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30522026-05-21T08:45:11.417Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30532026-05-21T08:45:11.586Z Checking partial-io v0.5.4
30542026-05-21T08:45:11.809Z Checking termios v0.3.3
30552026-05-21T08:45:11.859Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30562026-05-21T08:45:11.986Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30572026-05-21T08:45:11.989Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30582026-05-21T08:45:13.127Z Checking rstest v0.25.0
30592026-05-21T08:45:14.404Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30602026-05-21T08:45:16.929Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30612026-05-21T08:45:19.051Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30622026-05-21T08:45:22.714Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30632026-05-21T08:45:25.664Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30642026-05-21T08:45:30.686Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30652026-05-21T08:45:32.976Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30662026-05-21T08:45:36.953Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30672026-05-21T08:45:37.537Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30682026-05-21T08:45:38.374Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30692026-05-21T08:45:48.829Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30702026-05-21T08:45:52.802Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30712026-05-21T08:47:09.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 24s
30722026-05-21T08:47:10.129Z
30732026-05-21T08:47:10.129Zreal 4:28.196693758
30742026-05-21T08:47:10.129Zuser 23:00.245139225
30752026-05-21T08:47:10.129Zsys 5:28.416217980
30762026-05-21T08:47:10.129Ztrap 0.541647070
30772026-05-21T08:47:10.129Ztflt 0.463826511
30782026-05-21T08:47:10.129Zdflt 0.484473037
30792026-05-21T08:47:10.129Zkflt 0.005062652
30802026-05-21T08:47:10.129Zlock 1:03:36.643864749
30812026-05-21T08:47:10.129Zslp 1:03:09.903637871
30822026-05-21T08:47:10.129Zlat 1:57.600289066
30832026-05-21T08:47:10.129Zstop 11:53.273160731
30842026-05-21T08:47:10.132Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30852026-05-21T08:47:10.132Z+ ptime -m cargo doc --workspace --no-deps
30862026-05-21T08:47:11.046Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30872026-05-21T08:47:11.046Z |
30882026-05-21T08:47:11.046Z = 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)`
30892026-05-21T08:47:11.046Z = 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>
30902026-05-21T08:47:12.103Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30912026-05-21T08:47:12.350Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30922026-05-21T08:47:12.400Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30932026-05-21T08:47:12.469Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30942026-05-21T08:47:12.590Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30952026-05-21T08:47:12.641Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30962026-05-21T08:47:12.670Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30972026-05-21T08:47:12.697Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30982026-05-21T08:47:12.751Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30992026-05-21T08:47:12.878Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31002026-05-21T08:47:12.916Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31012026-05-21T08:47:12.965Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31022026-05-21T08:47:12.994Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31032026-05-21T08:47:13.046Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31042026-05-21T08:47:13.070Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31052026-05-21T08:47:13.093Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31062026-05-21T08:47:13.119Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31072026-05-21T08:47:13.148Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31082026-05-21T08:47:13.198Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31092026-05-21T08:47:13.222Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31102026-05-21T08:47:13.483Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31112026-05-21T08:47:13.538Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31122026-05-21T08:47:13.782Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31132026-05-21T08:47:13.809Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31142026-05-21T08:47:13.871Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31152026-05-21T08:47:14.032Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31162026-05-21T08:47:14.203Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31172026-05-21T08:47:14.268Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31182026-05-21T08:47:14.414Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31192026-05-21T08:47:14.468Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31202026-05-21T08:47:14.624Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31212026-05-21T08:47:14.652Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31222026-05-21T08:47:14.779Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31232026-05-21T08:47:14.860Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31242026-05-21T08:47:14.975Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31252026-05-21T08:47:15.002Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31262026-05-21T08:47:15.029Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31272026-05-21T08:47:15.116Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31282026-05-21T08:47:15.235Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31292026-05-21T08:47:15.443Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31302026-05-21T08:47:15.500Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31312026-05-21T08:47:15.527Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31322026-05-21T08:47:15.630Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31332026-05-21T08:47:15.736Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31342026-05-21T08:47:15.883Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31352026-05-21T08:47:15.910Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31362026-05-21T08:47:15.946Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31372026-05-21T08:47:16.067Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31382026-05-21T08:47:16.118Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31392026-05-21T08:47:16.147Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31402026-05-21T08:47:16.615Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31412026-05-21T08:47:16.756Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31422026-05-21T08:47:16.870Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31432026-05-21T08:47:16.897Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31442026-05-21T08:47:16.972Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31452026-05-21T08:47:17.271Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31462026-05-21T08:47:17.411Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31472026-05-21T08:47:17.665Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31482026-05-21T08:47:18.577Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31492026-05-21T08:47:18.647Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31502026-05-21T08:47:18.826Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31512026-05-21T08:47:18.893Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31522026-05-21T08:47:19.039Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31532026-05-21T08:47:19.208Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31542026-05-21T08:47:19.282Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31552026-05-21T08:47:19.448Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31562026-05-21T08:47:19.668Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31572026-05-21T08:47:19.837Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31582026-05-21T08:47:20.454Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31592026-05-21T08:47:21.039Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31602026-05-21T08:47:21.290Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31612026-05-21T08:47:21.293Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31622026-05-21T08:47:21.648Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31632026-05-21T08:47:21.791Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31642026-05-21T08:47:21.936Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31652026-05-21T08:47:22.104Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31662026-05-21T08:47:22.130Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31672026-05-21T08:47:22.269Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31682026-05-21T08:47:22.329Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31692026-05-21T08:47:22.486Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31702026-05-21T08:47:22.576Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31712026-05-21T08:47:22.684Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31722026-05-21T08:47:22.854Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31732026-05-21T08:47:22.879Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31742026-05-21T08:47:23.107Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31752026-05-21T08:47:23.160Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31762026-05-21T08:47:23.273Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31772026-05-21T08:47:23.451Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31782026-05-21T08:47:23.590Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31792026-05-21T08:47:23.858Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31802026-05-21T08:47:24.107Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31812026-05-21T08:47:24.319Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31822026-05-21T08:47:24.428Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31832026-05-21T08:47:24.601Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31842026-05-21T08:47:25.016Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31852026-05-21T08:47:25.086Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31862026-05-21T08:47:25.227Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31872026-05-21T08:47:25.358Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31882026-05-21T08:47:25.385Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31892026-05-21T08:47:25.470Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31902026-05-21T08:47:25.788Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31912026-05-21T08:47:25.877Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31922026-05-21T08:47:25.912Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31932026-05-21T08:47:26.259Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31942026-05-21T08:47:26.330Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31952026-05-21T08:47:26.879Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31962026-05-21T08:47:27.060Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31972026-05-21T08:47:27.131Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31982026-05-21T08:47:27.179Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31992026-05-21T08:47:27.794Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32002026-05-21T08:47:27.827Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32012026-05-21T08:47:28.008Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
32022026-05-21T08:47:28.569Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32032026-05-21T08:47:28.706Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32042026-05-21T08:47:28.881Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32052026-05-21T08:47:29.016Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32062026-05-21T08:47:29.344Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32072026-05-21T08:47:29.555Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32082026-05-21T08:47:29.555Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32092026-05-21T08:47:29.555Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32102026-05-21T08:47:29.580Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32112026-05-21T08:47:29.873Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32122026-05-21T08:47:29.900Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32132026-05-21T08:47:29.946Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32142026-05-21T08:47:30.148Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32152026-05-21T08:47:30.288Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32162026-05-21T08:47:30.409Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32172026-05-21T08:47:30.659Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32182026-05-21T08:47:30.690Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32192026-05-21T08:47:30.716Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32202026-05-21T08:47:30.906Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32212026-05-21T08:47:30.990Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32222026-05-21T08:47:31.146Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32232026-05-21T08:47:31.326Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32242026-05-21T08:47:31.356Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32252026-05-21T08:47:31.389Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32262026-05-21T08:47:31.490Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32272026-05-21T08:47:31.538Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32282026-05-21T08:47:31.566Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32292026-05-21T08:47:31.594Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32302026-05-21T08:47:31.720Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32312026-05-21T08:47:31.803Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32322026-05-21T08:47:31.861Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32332026-05-21T08:47:31.927Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32342026-05-21T08:47:32.106Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32352026-05-21T08:47:32.142Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32362026-05-21T08:47:32.168Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32372026-05-21T08:47:32.401Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32382026-05-21T08:47:32.652Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32392026-05-21T08:47:33.072Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32402026-05-21T08:47:33.297Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32412026-05-21T08:47:33.520Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32422026-05-21T08:47:33.721Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32432026-05-21T08:47:33.780Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32442026-05-21T08:47:33.812Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32452026-05-21T08:47:33.971Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32462026-05-21T08:47:34.097Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32472026-05-21T08:47:34.295Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32482026-05-21T08:47:34.323Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32492026-05-21T08:47:34.833Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32502026-05-21T08:47:34.862Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32512026-05-21T08:47:35.080Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32522026-05-21T08:47:35.211Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32532026-05-21T08:47:35.309Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32542026-05-21T08:47:35.462Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32552026-05-21T08:47:35.494Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32562026-05-21T08:47:35.577Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32572026-05-21T08:47:35.693Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32582026-05-21T08:47:35.920Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32592026-05-21T08:47:36.148Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32602026-05-21T08:47:36.174Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32612026-05-21T08:47:36.177Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32622026-05-21T08:47:36.253Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32632026-05-21T08:47:36.701Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32642026-05-21T08:47:36.812Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32652026-05-21T08:47:37.048Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32662026-05-21T08:47:37.639Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32672026-05-21T08:47:37.715Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32682026-05-21T08:47:37.804Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32692026-05-21T08:47:38.006Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32702026-05-21T08:47:38.158Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32712026-05-21T08:47:38.628Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32722026-05-21T08:47:38.656Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32732026-05-21T08:47:40.331Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32742026-05-21T08:47:40.798Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32752026-05-21T08:47:41.734Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32762026-05-21T08:47:43.852Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32772026-05-21T08:47:44.337Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32782026-05-21T08:47:44.424Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32792026-05-21T08:47:44.536Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32802026-05-21T08:47:45.118Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32812026-05-21T08:47:45.348Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32822026-05-21T08:47:45.512Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32832026-05-21T08:47:46.179Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32842026-05-21T08:47:46.252Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32852026-05-21T08:47:46.492Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32862026-05-21T08:47:46.554Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32872026-05-21T08:47:46.915Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
32882026-05-21T08:47:47.781Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
32892026-05-21T08:47:48.851Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32902026-05-21T08:47:49.105Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32912026-05-21T08:47:49.320Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32922026-05-21T08:47:49.463Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32932026-05-21T08:47:49.574Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32942026-05-21T08:47:50.469Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32952026-05-21T08:47:50.669Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32962026-05-21T08:47:51.074Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32972026-05-21T08:47:51.526Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32982026-05-21T08:47:51.734Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32992026-05-21T08:47:52.140Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33002026-05-21T08:47:52.646Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33012026-05-21T08:47:53.118Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33022026-05-21T08:47:53.142Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33032026-05-21T08:47:53.166Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33042026-05-21T08:47:53.697Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33052026-05-21T08:47:54.140Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33062026-05-21T08:47:56.037Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33072026-05-21T08:47:56.410Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33082026-05-21T08:47:56.719Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33092026-05-21T08:47:57.091Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33102026-05-21T08:47:57.178Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33112026-05-21T08:47:57.955Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33122026-05-21T08:47:59.000Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33132026-05-21T08:47:59.470Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33142026-05-21T08:47:59.886Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33152026-05-21T08:48:00.213Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33162026-05-21T08:48:00.826Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33172026-05-21T08:48:01.506Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-05-21T08:48:01.608Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33192026-05-21T08:48:02.551Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33202026-05-21T08:48:02.830Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33212026-05-21T08:48:03.029Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33222026-05-21T08:48:03.709Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33232026-05-21T08:48:04.164Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33242026-05-21T08:48:04.836Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33252026-05-21T08:48:06.458Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33262026-05-21T08:48:06.990Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33272026-05-21T08:48:07.855Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33282026-05-21T08:48:08.325Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33292026-05-21T08:48:09.318Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33302026-05-21T08:48:09.479Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33312026-05-21T08:48:10.088Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33322026-05-21T08:48:10.617Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33332026-05-21T08:48:11.358Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33342026-05-21T08:48:11.385Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33352026-05-21T08:48:12.247Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33362026-05-21T08:48:12.643Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33372026-05-21T08:48:13.109Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33382026-05-21T08:48:13.519Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-05-21T08:48:13.849Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33402026-05-21T08:48:14.489Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33412026-05-21T08:48:14.751Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33422026-05-21T08:48:14.847Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33432026-05-21T08:48:15.729Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33442026-05-21T08:48:15.818Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33452026-05-21T08:48:15.847Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33462026-05-21T08:48:15.877Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33472026-05-21T08:48:15.940Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482026-05-21T08:48:16.229Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33492026-05-21T08:48:16.574Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33502026-05-21T08:48:16.775Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33512026-05-21T08:48:17.073Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33522026-05-21T08:48:17.981Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33532026-05-21T08:48:18.606Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33542026-05-21T08:48:18.718Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33552026-05-21T08:48:22.137Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33562026-05-21T08:48:25.271Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33572026-05-21T08:48:26.244Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33582026-05-21T08:48:27.382Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33592026-05-21T08:48:28.230Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33602026-05-21T08:48:29.533Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33612026-05-21T08:48:31.821Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33622026-05-21T08:48:32.894Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33632026-05-21T08:48:33.282Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33642026-05-21T08:48:34.556Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33652026-05-21T08:48:35.692Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33662026-05-21T08:48:36.655Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33672026-05-21T08:48:44.452Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33682026-05-21T08:48:45.703Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33692026-05-21T08:48:46.877Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33702026-05-21T08:48:47.687Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33712026-05-21T08:48:48.316Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33722026-05-21T08:48:49.888Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33732026-05-21T08:48:51.290Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33742026-05-21T08:48:52.657Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33752026-05-21T08:48:54.002Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33762026-05-21T08:48:55.738Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33772026-05-21T08:48:56.832Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33782026-05-21T08:48:58.215Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33792026-05-21T08:48:59.689Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33802026-05-21T08:49:00.933Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33812026-05-21T08:49:02.467Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33822026-05-21T08:49:03.776Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33832026-05-21T08:49:05.317Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33842026-05-21T08:49:06.719Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33852026-05-21T08:49:09.294Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33862026-05-21T08:49:10.233Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33872026-05-21T08:49:12.038Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33882026-05-21T08:49:13.976Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33892026-05-21T08:49:15.575Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33902026-05-21T08:49:17.435Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-05-21T08:49:19.150Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33922026-05-21T08:49:21.285Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33932026-05-21T08:49:22.843Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33942026-05-21T08:49:27.016Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33952026-05-21T08:49:28.293Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33962026-05-21T08:49:29.321Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33972026-05-21T08:49:32.325Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33982026-05-21T08:49:32.537Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33992026-05-21T08:49:34.776Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34002026-05-21T08:49:36.932Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34012026-05-21T08:49:39.485Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34022026-05-21T08:49:41.920Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34032026-05-21T08:49:43.862Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34042026-05-21T08:49:46.020Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34052026-05-21T08:49:48.221Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34062026-05-21T08:49:50.375Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34072026-05-21T08:49:52.466Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34082026-05-21T08:49:54.647Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34092026-05-21T08:49:56.521Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34102026-05-21T08:49:58.655Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34112026-05-21T08:50:01.270Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34122026-05-21T08:50:03.085Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34132026-05-21T08:50:05.334Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34142026-05-21T08:50:07.499Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34152026-05-21T08:50:09.765Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34162026-05-21T08:50:11.893Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34172026-05-21T08:50:14.095Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34182026-05-21T08:50:16.280Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34192026-05-21T08:50:18.920Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34202026-05-21T08:50:21.115Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34212026-05-21T08:50:23.525Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34222026-05-21T08:50:25.896Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34232026-05-21T08:50:28.147Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34242026-05-21T08:50:30.531Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34252026-05-21T08:50:32.818Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34262026-05-21T08:50:35.320Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34272026-05-21T08:50:37.690Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34282026-05-21T08:50:40.345Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34292026-05-21T08:50:42.739Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34302026-05-21T08:50:44.456Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34312026-05-21T08:50:47.533Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34322026-05-21T08:50:49.687Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34332026-05-21T08:50:52.215Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34342026-05-21T08:50:54.859Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34352026-05-21T08:50:57.417Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34362026-05-21T08:50:59.947Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34372026-05-21T08:51:02.623Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34382026-05-21T08:51:05.151Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34392026-05-21T08:51:07.708Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34402026-05-21T08:51:10.218Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34412026-05-21T08:51:12.731Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34422026-05-21T08:51:15.468Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34432026-05-21T08:51:17.963Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34442026-05-21T08:51:20.453Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34452026-05-21T08:51:23.080Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34462026-05-21T08:51:30.858Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34472026-05-21T08:51:31.366Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34482026-05-21T08:51:34.571Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34492026-05-21T08:51:37.985Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34502026-05-21T08:51:41.342Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34512026-05-21T08:51:44.742Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34522026-05-21T08:51:48.226Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34532026-05-21T08:51:52.981Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34542026-05-21T08:51:55.847Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34552026-05-21T08:51:59.798Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34562026-05-21T08:52:03.399Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34572026-05-21T08:52:07.151Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34582026-05-21T08:52:10.927Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34592026-05-21T08:52:14.649Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34602026-05-21T08:52:18.526Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34612026-05-21T08:52:22.365Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34622026-05-21T08:52:26.164Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34632026-05-21T08:52:29.751Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34642026-05-21T08:52:33.533Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34652026-05-21T08:52:37.348Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34662026-05-21T08:52:41.147Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34672026-05-21T08:52:44.978Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34682026-05-21T08:52:48.690Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34692026-05-21T08:52:52.479Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34702026-05-21T08:52:56.260Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34712026-05-21T08:53:00.113Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34722026-05-21T08:53:04.038Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34732026-05-21T08:53:34.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 24s
34742026-05-21T08:53:34.512Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files
34752026-05-21T08:53:34.629Z
34762026-05-21T08:53:34.632Zreal 6:24.403624402
34772026-05-21T08:53:34.632Zuser 19:29.455420924
34782026-05-21T08:53:34.632Zsys 4:09.228345142
34792026-05-21T08:53:34.632Ztrap 0.287920044
34802026-05-21T08:53:34.632Ztflt 0.056634544
34812026-05-21T08:53:34.633Zdflt 0.079553108
34822026-05-21T08:53:34.633Zkflt 0.000023530
34832026-05-21T08:53:34.633Zlock 5:29:48.191585918
34842026-05-21T08:53:34.633Zslp 2:05:00.547988005
34852026-05-21T08:53:34.633Zlat 39.366800098
34862026-05-21T08:53:34.633Zstop 2:01.056277261
34872026-05-21T08:53:34.633Zprocess exited: duration 792939 ms, exit code 0
 
34882026-05-21T08:53:34.639Zfound 0 output files