01KVP0W5G4H46PMAYHJKGG94EZ: clippy (helios)

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

Buildomat Job: 01KVP0WH8WHG8CFXG9113VV5KF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-21T21:21:22.109Zjob assigned to worker 01KVP0WRFNEJQ5M36ZG7942DWR [factory aws, i-0c3f981bcc732fbbb] (queued for 1 m 3 s)
 
22026-06-21T21:21:28.755Zstarting task 0: "setup"
32026-06-21T21:21:28.759Z++ uname -s
42026-06-21T21:21:28.759Z+ kern=SunOS
52026-06-21T21:21:28.759Z+ build_user=build
62026-06-21T21:21:28.759Z+ build_uid=12345
72026-06-21T21:21:28.759Z+ work_dir=/work
82026-06-21T21:21:28.759Z+ input_dir=/input
92026-06-21T21:21:28.759Z+ [[ 0 == 12345 ]]
102026-06-21T21:21:28.759Z+ case "$kern" in
112026-06-21T21:21:28.759Z+ groupadd -g 12345 build
122026-06-21T21:21:28.759Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-21T21:21:30.795Z+ zfs create -o mountpoint=/work rpool/work
142026-06-21T21:21:30.868Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-21T21:21:30.873Z+ home_fs=zfs
162026-06-21T21:21:30.873Z+ [[ zfs == autofs ]]
172026-06-21T21:21:30.873Z+ mkdir -p /home/build
182026-06-21T21:21:30.874Z+ chown build:build /home/build /work
192026-06-21T21:21:32.870Z+ chmod 0700 /home/build /work
202026-06-21T21:21:32.874Zprocess exited: duration 4122 ms, exit code 0
 
212026-06-21T21:21:32.882Zstarting task 1: "rust-toolchain"
222026-06-21T21:21:32.891Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-21T21:21:32.891Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-21T21:21:32.891Z * rust toolchain channel = "1.94.0"
252026-06-21T21:21:32.891Z * rust toolchain profile = "default"
262026-06-21T21:21:32.892Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-21T21:21:32.892Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-21T21:21:32.892Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-21T21:21:32.892Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-21T21:21:33.010Zinfo: downloading installer
312026-06-21T21:21:34.421Zwarn: It looks like you have an existing rustup settings file at:
322026-06-21T21:21:34.421Zwarn: /home/build/.rustup/settings.toml
332026-06-21T21:21:34.422Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-21T21:21:34.422Zwarn: instead of the one inferred from the default host triple.
352026-06-21T21:21:34.435Zinfo: profile set to default
362026-06-21T21:21:34.435Zinfo: default host triple is x86_64-unknown-illumos
372026-06-21T21:21:34.439Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-21T21:21:34.585Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-21T21:21:34.589Zinfo: downloading 6 components
402026-06-21T21:21:50.956Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-21T21:21:50.956Z
422026-06-21T21:21:50.984Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-21T21:21:50.985Z
442026-06-21T21:21:50.985Z
452026-06-21T21:21:50.985ZRust is installed now. Great!
462026-06-21T21:21:50.985Z
472026-06-21T21:21:50.985ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-21T21:21:50.985Zenvironment variable. This has not been done automatically.
492026-06-21T21:21:50.985Z
502026-06-21T21:21:50.985ZTo configure your current shell, you need to source
512026-06-21T21:21:50.985Zthe corresponding env file under $HOME/.cargo.
522026-06-21T21:21:50.985Z
532026-06-21T21:21:50.985ZThis is usually done by running one of the following (note the leading DOT):
542026-06-21T21:21:50.989Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-21T21:21:50.989Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-21T21:21:50.989Zsource "~/.cargo/env.nu" # For nushell
572026-06-21T21:21:50.989Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-21T21:21:50.989Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-21T21:21:50.989Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-21T21:21:50.989Zwarn: no default linker (`cc`) was found in your PATH
612026-06-21T21:21:50.989Zwarn: many Rust crates require a system C toolchain to build
622026-06-21T21:21:51.069Z+ rustup --version
632026-06-21T21:21:51.078Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-21T21:21:51.081Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-21T21:21:51.101Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-21T21:21:51.106Z+ cargo --version
672026-06-21T21:21:51.115Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-21T21:21:51.119Z+ rustc --version
692026-06-21T21:21:51.138Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-21T21:21:51.143Zprocess exited: duration 18259 ms, exit code 0
 
712026-06-21T21:21:51.151Zstarting task 2: "authentication"
722026-06-21T21:21:51.167Zprocess exited: duration 16 ms, exit code 0
 
732026-06-21T21:21:51.175Zstarting task 3: "clone repository"
742026-06-21T21:21:51.178Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-21T21:21:51.181Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-21T21:21:51.210ZCloning into '/work/oxidecomputer/omicron'...
772026-06-21T21:22:02.439Z+ cd /work/oxidecomputer/omicron
782026-06-21T21:22:02.440Z+ git fetch origin 48c31edd97820d65274874e6b6831170195f9857
792026-06-21T21:22:02.703ZFrom https://github.com/oxidecomputer/omicron
802026-06-21T21:22:02.703Z * branch 48c31edd97820d65274874e6b6831170195f9857 -> FETCH_HEAD
812026-06-21T21:22:02.715Z+ [[ -n sunshowers/spr/10n-sled-agent-make-racknetworkconfig-ports-a-non-empty-uplinkports-newtype ]]
822026-06-21T21:22:02.719Z++ git branch --show-current
832026-06-21T21:22:02.719Z+ current=main
842026-06-21T21:22:02.719Z+ [[ main != sunshowers/spr/10n-sled-agent-make-racknetworkconfig-ports-a-non-empty-uplinkports-newtype ]]
852026-06-21T21:22:02.719Z+ git branch -f sunshowers/spr/10n-sled-agent-make-racknetworkconfig-ports-a-non-empty-uplinkports-newtype 48c31edd97820d65274874e6b6831170195f9857
862026-06-21T21:22:02.721Z+ git checkout -f sunshowers/spr/10n-sled-agent-make-racknetworkconfig-ports-a-non-empty-uplinkports-newtype
872026-06-21T21:22:02.971ZSwitched to branch 'sunshowers/spr/10n-sled-agent-make-racknetworkconfig-ports-a-non-empty-uplinkports-newtype'
882026-06-21T21:22:02.974Z+ git reset --hard 48c31edd97820d65274874e6b6831170195f9857
892026-06-21T21:22:03.219ZHEAD is now at 48c31edd9 also make StartSledAgentRequest a RackUuid
902026-06-21T21:22:03.222Zprocess exited: duration 12045 ms, exit code 0
 
912026-06-21T21:22:03.228Zstarting task 4: "build"
922026-06-21T21:22:03.232Z+ source ./env.sh
932026-06-21T21:22:03.232Z++ OLD_SHELL_OPTS=ehxB
942026-06-21T21:22:03.232Z++ set -o xtrace
952026-06-21T21:22:03.236Z++++ dirname ./env.sh
962026-06-21T21:22:03.240Z+++ readlink -f .
972026-06-21T21:22:03.240Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-21T21:22:03.240Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-21T21:22:03.240Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-21T21:22:03.240Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-21T21:22:03.240Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-21T21:22:03.240Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-21T21:22:03.240Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-21T21:22:03.240Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-21T21:22:03.240Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-21T21:22:03.240Z++ 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-06-21T21:22:03.240Z++ 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-06-21T21:22:03.240Z++ case $OLD_SHELL_OPTS in
1092026-06-21T21:22:03.240Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-21T21:22:03.240Z+ source .github/buildomat/ci-env.sh
1112026-06-21T21:22:03.240Z++ export CARGO_TERM_COLOR=always
1122026-06-21T21:22:03.240Z++ CARGO_TERM_COLOR=always
1132026-06-21T21:22:03.240Z+ cargo --version
1142026-06-21T21:22:03.247Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-06-21T21:22:03.250Z+ rustc --version
1162026-06-21T21:22:03.270Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-06-21T21:22:03.274Z+ banner prerequisites
1182026-06-21T21:22:03.277Z
1192026-06-21T21:22:03.277Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-21T21:22:03.277Z # # # # # # # # # # # # # # #
1212026-06-21T21:22:03.277Z # # # # ##### # # ##### # # # # # #### #
1222026-06-21T21:22:03.277Z ##### ##### # ##### # # # # # # # # #
1232026-06-21T21:22:03.277Z # # # # # # # # # # # # # # #
1242026-06-21T21:22:03.277Z # # # ###### # # ###### ### # #### # #### #
1252026-06-21T21:22:03.277Z
1262026-06-21T21:22:03.277Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-21T21:22:04.707Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-21T21:22:04.794Z Startup: Caching catalogs ... Done
1292026-06-21T21:22:05.142ZPlanning: Solver setup ... Done (0.308s)
1302026-06-21T21:22:05.165ZPlanning: Running solver ... Done (0.023s)
1312026-06-21T21:22:05.174ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-21T21:22:05.185ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-21T21:22:05.199ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-21T21:22:05.213ZPlanning: Package planning ... Done (0.013s)
1352026-06-21T21:22:05.216ZPlanning: Merging actions ... Done (0.001s)
1362026-06-21T21:22:05.401ZPlanning: Checking for conflicting actions ... Done (0.186s)
1372026-06-21T21:22:05.404ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-21T21:22:06.180ZPlanning: Evaluating mediators ... Done (0.778s)
1392026-06-21T21:22:06.183ZPlanning: Planning completed in 1.37 seconds
1402026-06-21T21:22:06.189Z Packages to install: 2
1412026-06-21T21:22:06.189Z Estimated space available: 156.07 GB
1422026-06-21T21:22:06.192ZEstimated space to be consumed: 26.78 MB
1432026-06-21T21:22:06.192Z Create boot environment: No
1442026-06-21T21:22:06.192ZCreate backup boot environment: No
1452026-06-21T21:22:06.192Z Rebuild boot archive: No
1462026-06-21T21:22:06.192Z
1472026-06-21T21:22:06.192ZChanged packages:
1482026-06-21T21:22:06.192Zhelios
1492026-06-21T21:22:06.192Z developer/build-essential
1502026-06-21T21:22:06.192Z None -> 11-3.0
1512026-06-21T21:22:06.192Z library/libxmlsec1
1522026-06-21T21:22:06.192Z None -> 1.2.35-3.0
1532026-06-21T21:22:06.212Z
1542026-06-21T21:22:06.213ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-21T21:22:06.937ZDownload: Completed 1.28 MB in 0.72 seconds (1.8M/s)
1562026-06-21T21:22:07.012Z Actions: 1/268 actions (Installing new actions)
1572026-06-21T21:22:07.049Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-21T21:22:07.058ZFinalize: Updating package state database ... Done (0.009s)
1592026-06-21T21:22:07.058ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-21T21:22:07.081ZFinalize: Updating image state ... Done (0.023s)
1612026-06-21T21:22:09.418ZFinalize: Creating fast lookup database ... Done (2.314s)
1622026-06-21T21:22:09.482ZFinalize: Reading search index ... Done (0.012s)
1632026-06-21T21:22:09.485ZFinalize: Updating search index ... Done (0.000s)
1642026-06-21T21:22:09.565ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-21T21:22:09.869ZPlanning: Evaluating mediator changes ... Done
1662026-06-21T21:22:09.973ZPlanning: Checking for conflicting actions ... Done
1672026-06-21T21:22:09.977ZPlanning: Consolidating action changes ... Done
1682026-06-21T21:22:10.134ZPlanning: Evaluating mediators ... Done
1692026-06-21T21:22:10.137ZPlanning: Planning completed in 0.27 seconds
1702026-06-21T21:22:10.156Z Mediators to change: 2
1712026-06-21T21:22:10.157Z Create boot environment: No
1722026-06-21T21:22:10.160ZCreate backup boot environment: No
1732026-06-21T21:22:10.197ZFinalize: Updating package state database ... Done
1742026-06-21T21:22:10.200ZFinalize: Updating package cache ... Done
1752026-06-21T21:22:10.210ZFinalize: Updating image state ... Done
1762026-06-21T21:22:12.143ZFinalize: Creating fast lookup database ... Done
1772026-06-21T21:22:12.206ZFinalize: Reading search index ... Done
1782026-06-21T21:22:12.209ZFinalize: Updating search index ... Done
1792026-06-21T21:22:12.265ZFinalize: Updating package cache ... Done
1802026-06-21T21:22:12.549ZPlanning: Evaluating mediator changes ... Done
1812026-06-21T21:22:12.653ZPlanning: Checking for conflicting actions ... Done
1822026-06-21T21:22:12.656ZPlanning: Consolidating action changes ... Done
1832026-06-21T21:22:12.813ZPlanning: Evaluating mediators ... Done
1842026-06-21T21:22:12.816ZPlanning: Planning completed in 0.26 seconds
1852026-06-21T21:22:12.836Z Mediators to change: 1
1862026-06-21T21:22:12.836Z Create boot environment: No
1872026-06-21T21:22:12.836ZCreate backup boot environment: No
1882026-06-21T21:22:12.874ZFinalize: Updating package state database ... Done
1892026-06-21T21:22:12.874ZFinalize: Updating package cache ... Done
1902026-06-21T21:22:12.887ZFinalize: Updating image state ... Done
1912026-06-21T21:22:14.813ZFinalize: Creating fast lookup database ... Done
1922026-06-21T21:22:14.873ZFinalize: Reading search index ... Done
1932026-06-21T21:22:14.877ZFinalize: Updating search index ... Done
1942026-06-21T21:22:14.924ZFinalize: Updating package cache ... Done
1952026-06-21T21:22:15.230ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-21T21:22:15.230Zapache system 2.4 system
1972026-06-21T21:22:15.231Zclang system 15 system
1982026-06-21T21:22:15.231Zcsh system system illumos
1992026-06-21T21:22:15.231Zctags system system illumos
2002026-06-21T21:22:15.231Zfile vendor vendor darwinsys
2012026-06-21T21:22:15.231Zfile system system illumos
2022026-06-21T21:22:15.231Zgcc vendor 14 vendor
2032026-06-21T21:22:15.231Zgcc system 13 system
2042026-06-21T21:22:15.231Zgcc system 10 system
2052026-06-21T21:22:15.231Zgo system 1.25 system
2062026-06-21T21:22:15.231Zllvm system 15 system
2072026-06-21T21:22:15.231Zmariadb system 11.4 system
2082026-06-21T21:22:15.231Zmta vendor vendor dma
2092026-06-21T21:22:15.231Zopenjdk system 17 system
2102026-06-21T21:22:15.231Zopenjdk system 11 system
2112026-06-21T21:22:15.231Zopenssl vendor 3 vendor
2122026-06-21T21:22:15.231Zperl system 5.40 system
2132026-06-21T21:22:15.231Zpostgresql system 18 system
2142026-06-21T21:22:15.231Zpostgresql system 17 system
2152026-06-21T21:22:15.231Zpython vendor 3 vendor
2162026-06-21T21:22:15.231Zpython system 2 system
2172026-06-21T21:22:15.231Zpython3 vendor 3.13 vendor
2182026-06-21T21:22:15.231Zruby system 3.4 system
2192026-06-21T21:22:15.231Zruby system 3.0 system
2202026-06-21T21:22:15.231Zwords vendor vendor american-english
2212026-06-21T21:22:15.231Zwords system system australian-english
2222026-06-21T21:22:15.231Zwords system system british-english
2232026-06-21T21:22:15.231Zwords system system canadian-english
2242026-06-21T21:22:15.231Zwords system system french
2252026-06-21T21:22:15.231Zwords system system italian
2262026-06-21T21:22:15.231Zwords system system ngerman
2272026-06-21T21:22:15.231Zwords system system ogerman
2282026-06-21T21:22:15.232Zwords system system spanish
2292026-06-21T21:22:15.480ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-21T21:22:15.480Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-21T21:22:15.765ZFMRI IFO
2322026-06-21T21:22:15.765Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-21T21:22:15.765Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-21T21:22:15.765Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-21T21:22:15.765Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-21T21:22:15.765Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-21T21:22:15.765Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-21T21:22:15.765Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-21T21:22:15.765Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-21T21:22:15.765Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-21T21:22:16.010Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-21T21:22:16.247Z Updating crates.io index
2432026-06-21T21:22:16.281Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-21T21:22:16.993Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-21T21:22:17.321Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-21T21:22:18.054Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-21T21:22:18.885Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-21T21:22:19.401Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-21T21:22:20.955Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-21T21:22:21.803Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-21T21:22:22.031Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-21T21:22:23.086Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-21T21:22:23.458Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-21T21:22:23.911Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-21T21:22:24.200Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-21T21:22:24.684Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-21T21:22:25.170Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-21T21:22:25.484Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-21T21:22:25.718Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-21T21:22:26.056Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-21T21:22:26.428Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-21T21:22:26.946Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-21T21:22:27.161Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-21T21:22:27.382Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-21T21:22:27.741Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-21T21:22:28.048Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-21T21:22:28.411Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-21T21:22:28.792Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-21T21:22:29.095Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-21T21:22:29.782Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-21T21:22:30.070Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-21T21:22:31.450Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-21T21:22:31.810Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-21T21:22:32.214Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-21T21:22:32.670Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-21T21:22:33.018Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-21T21:22:33.280Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-21T21:22:33.582Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-21T21:22:33.998Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-21T21:22:34.221Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-21T21:22:34.480Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-21T21:22:34.741Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-21T21:22:36.436Z Downloading crates ...
2842026-06-21T21:22:36.499Z Downloaded clap_derive v4.6.1
2852026-06-21T21:22:36.507Z Downloaded swrite v0.1.0
2862026-06-21T21:22:36.510Z Downloaded heck v0.4.1
2872026-06-21T21:22:36.517Z Downloaded goblin v0.8.2
2882026-06-21T21:22:36.521Z Downloaded usdt-macro v0.5.0
2892026-06-21T21:22:36.524Z Downloaded textwrap v0.16.2
2902026-06-21T21:22:36.524Z Downloaded zerocopy-derive v0.7.35
2912026-06-21T21:22:36.527Z Downloaded yoke v0.8.1
2922026-06-21T21:22:36.527Z Downloaded utf8parse v0.2.2
2932026-06-21T21:22:36.530Z Downloaded cpufeatures v0.2.17
2942026-06-21T21:22:36.530Z Downloaded generic-array v0.14.7
2952026-06-21T21:22:36.530Z Downloaded bitflags v2.11.0
2962026-06-21T21:22:36.533Z Downloaded clap v4.6.1
2972026-06-21T21:22:36.538Z Downloaded zerofrom v0.1.6
2982026-06-21T21:22:36.541Z Downloaded version_check v0.9.5
2992026-06-21T21:22:36.541Z Downloaded thread-id v4.2.2
3002026-06-21T21:22:36.541Z Downloaded usdt-attr-macro v0.5.0
3012026-06-21T21:22:36.541Z Downloaded toml_datetime v0.6.11
3022026-06-21T21:22:36.544Z Downloaded anyhow v1.0.102
3032026-06-21T21:22:36.544Z Downloaded equivalent v1.0.2
3042026-06-21T21:22:36.547Z Downloaded colorchoice v1.0.4
3052026-06-21T21:22:36.547Z Downloaded zerofrom-derive v0.1.6
3062026-06-21T21:22:36.547Z Downloaded typeid v1.0.3
3072026-06-21T21:22:36.547Z Downloaded utf8_iter v1.0.4
3082026-06-21T21:22:36.550Z Downloaded toml_write v0.1.2
3092026-06-21T21:22:36.550Z Downloaded thiserror-impl v1.0.69
3102026-06-21T21:22:36.550Z Downloaded autocfg v1.5.0
3112026-06-21T21:22:36.554Z Downloaded byteorder v1.5.0
3122026-06-21T21:22:36.554Z Downloaded thiserror-impl v2.0.18
3132026-06-21T21:22:36.554Z Downloaded unicode-linebreak v0.1.5
3142026-06-21T21:22:36.554Z Downloaded dtrace-parser v0.2.0
3152026-06-21T21:22:36.554Z Downloaded displaydoc v0.2.5
3162026-06-21T21:22:36.557Z Downloaded usdt v0.5.0
3172026-06-21T21:22:36.557Z Downloaded hashbrown v0.17.0
3182026-06-21T21:22:36.561Z Downloaded percent-encoding v2.3.2
3192026-06-21T21:22:36.561Z Downloaded clap_lex v1.0.0
3202026-06-21T21:22:36.561Z Downloaded yoke-derive v0.8.1
3212026-06-21T21:22:36.564Z Downloaded heck v0.5.0
3222026-06-21T21:22:36.564Z Downloaded zmij v1.0.21
3232026-06-21T21:22:36.564Z Downloaded unicode-xid v0.2.6
3242026-06-21T21:22:36.564Z Downloaded errno v0.3.14
3252026-06-21T21:22:36.564Z Downloaded typenum v1.19.0
3262026-06-21T21:22:36.567Z Downloaded thiserror v1.0.69
3272026-06-21T21:22:36.570Z Downloaded zerovec-derive v0.11.2
3282026-06-21T21:22:36.573Z Downloaded unicode-ident v1.0.24
3292026-06-21T21:22:36.573Z Downloaded terminal_size v0.4.3
3302026-06-21T21:22:36.573Z Downloaded fastrand v2.3.0
3312026-06-21T21:22:36.576Z Downloaded writeable v0.6.2
3322026-06-21T21:22:36.576Z Downloaded ucd-trie v0.1.7
3332026-06-21T21:22:36.576Z Downloaded anstyle-query v1.1.5
3342026-06-21T21:22:36.579Z Downloaded usdt-impl v0.5.0
3352026-06-21T21:22:36.579Z Downloaded thiserror v2.0.18
3362026-06-21T21:22:36.582Z Downloaded serde-value v0.7.0
3372026-06-21T21:22:36.582Z Downloaded tinystr v0.8.2
3382026-06-21T21:22:36.585Z Downloaded fnv v1.0.7
3392026-06-21T21:22:36.585Z Downloaded tabled_derive v0.7.0
3402026-06-21T21:22:36.585Z Downloaded plain v0.2.3
3412026-06-21T21:22:36.585Z Downloaded memmap v0.7.0
3422026-06-21T21:22:36.585Z Downloaded potential_utf v0.1.4
3432026-06-21T21:22:36.588Z Downloaded crypto-common v0.1.7
3442026-06-21T21:22:36.588Z Downloaded cargo-platform v0.2.0
3452026-06-21T21:22:36.588Z Downloaded block-buffer v0.10.4
3462026-06-21T21:22:36.588Z Downloaded anstyle-parse v1.0.0
3472026-06-21T21:22:36.592Z Downloaded toml v0.8.23
3482026-06-21T21:22:36.592Z Downloaded cargo-util-schemas v0.8.2
3492026-06-21T21:22:36.592Z Downloaded dof v0.3.0
3502026-06-21T21:22:36.595Z Downloaded stable_deref_trait v1.2.1
3512026-06-21T21:22:36.595Z Downloaded cfg-if v1.0.4
3522026-06-21T21:22:36.599Z Downloaded serde_spanned v0.6.9
3532026-06-21T21:22:36.599Z Downloaded toml_edit v0.22.27
3542026-06-21T21:22:36.602Z Downloaded macaddr v1.0.1
3552026-06-21T21:22:36.602Z Downloaded url v2.5.8
3562026-06-21T21:22:36.605Z Downloaded ordered-float v2.10.1
3572026-06-21T21:22:36.605Z Downloaded is_terminal_polyfill v1.70.2
3582026-06-21T21:22:36.609Z Downloaded zerotrie v0.2.3
3592026-06-21T21:22:36.612Z Downloaded camino-tempfile v1.4.1
3602026-06-21T21:22:36.617Z Downloaded itoa v1.0.17
3612026-06-21T21:22:36.620Z Downloaded scroll_derive v0.12.1
3622026-06-21T21:22:36.625Z Downloaded pretty-hex v0.4.1
3632026-06-21T21:22:36.628Z Downloaded zerocopy v0.7.35
3642026-06-21T21:22:36.635Z Downloaded winnow v0.7.14
3652026-06-21T21:22:36.640Z Downloaded zerovec v0.11.5
3662026-06-21T21:22:36.642Z Downloaded erased-serde v0.4.9
3672026-06-21T21:22:36.645Z Downloaded unicode-width v0.2.0
3682026-06-21T21:22:36.648Z Downloaded unicode-width v0.1.14
3692026-06-21T21:22:36.651Z Downloaded idna_adapter v1.2.1
3702026-06-21T21:22:36.651Z Downloaded anstyle v1.0.14
3712026-06-21T21:22:36.651Z Downloaded smawk v0.3.2
3722026-06-21T21:22:36.654Z Downloaded strsim v0.11.1
3732026-06-21T21:22:36.654Z Downloaded synstructure v0.13.2
3742026-06-21T21:22:36.654Z Downloaded quote v1.0.45
3752026-06-21T21:22:36.654Z Downloaded form_urlencoded v1.2.2
3762026-06-21T21:22:36.657Z Downloaded anstream v1.0.0
3772026-06-21T21:22:36.660Z Downloaded serde_tokenstream v0.2.3
3782026-06-21T21:22:36.663Z Downloaded cargo_metadata v0.21.0
3792026-06-21T21:22:36.663Z Downloaded bytecount v0.6.9
3802026-06-21T21:22:36.663Z Downloaded scroll v0.12.0
3812026-06-21T21:22:36.666Z Downloaded fs-err v3.3.0
3822026-06-21T21:22:36.669Z Downloaded proc-macro-error-attr v1.0.4
3832026-06-21T21:22:36.672Z Downloaded sha2 v0.10.9
3842026-06-21T21:22:36.676Z Downloaded serde-untagged v0.1.9
3852026-06-21T21:22:36.679Z Downloaded digest v0.10.7
3862026-06-21T21:22:36.682Z Downloaded semver v1.0.28
3872026-06-21T21:22:36.682Z Downloaded once_cell v1.21.3
3882026-06-21T21:22:36.685Z Downloaded cargo_toml v0.21.0
3892026-06-21T21:22:36.688Z Downloaded camino v1.2.2
3902026-06-21T21:22:36.691Z Downloaded smallvec v1.15.1
3912026-06-21T21:22:36.691Z Downloaded tempfile v3.25.0
3922026-06-21T21:22:36.694Z Downloaded litemap v0.8.1
3932026-06-21T21:22:36.697Z Downloaded pest_generator v2.8.6
3942026-06-21T21:22:36.697Z Downloaded pest_derive v2.8.6
3952026-06-21T21:22:36.697Z Downloaded num-traits v0.2.19
3962026-06-21T21:22:36.702Z Downloaded proc-macro-error v1.0.4
3972026-06-21T21:22:36.711Z Downloaded getrandom v0.4.1
3982026-06-21T21:22:36.716Z Downloaded icu_properties v2.1.2
3992026-06-21T21:22:36.719Z Downloaded papergrid v0.11.0
4002026-06-21T21:22:36.722Z Downloaded serde_derive v1.0.228
4012026-06-21T21:22:36.725Z Downloaded icu_normalizer v2.1.1
4022026-06-21T21:22:36.725Z Downloaded serde_core v1.0.228
4032026-06-21T21:22:36.728Z Downloaded icu_locale_core v2.1.1
4042026-06-21T21:22:36.731Z Downloaded proc-macro2 v1.0.106
4052026-06-21T21:22:36.739Z Downloaded icu_provider v2.1.1
4062026-06-21T21:22:36.745Z Downloaded pest_meta v2.8.6
4072026-06-21T21:22:36.749Z Downloaded log v0.4.29
4082026-06-21T21:22:36.753Z Downloaded icu_normalizer_data v2.1.1
4092026-06-21T21:22:36.756Z Downloaded icu_collections v2.1.1
4102026-06-21T21:22:36.759Z Downloaded memchr v2.8.0
4112026-06-21T21:22:36.764Z Downloaded serde v1.0.228
4122026-06-21T21:22:36.771Z Downloaded indexmap v2.14.0
4132026-06-21T21:22:36.774Z Downloaded icu_properties_data v2.1.2
4142026-06-21T21:22:36.780Z Downloaded idna v1.1.0
4152026-06-21T21:22:36.784Z Downloaded pest v2.8.6
4162026-06-21T21:22:36.788Z Downloaded clap_builder v4.6.0
4172026-06-21T21:22:36.801Z Downloaded serde_json v1.0.149
4182026-06-21T21:22:36.809Z Downloaded tabled v0.15.0
4192026-06-21T21:22:36.827Z Downloaded syn v1.0.109
4202026-06-21T21:22:36.839Z Downloaded syn v2.0.117
4212026-06-21T21:22:36.846Z Downloaded rustix v1.1.3
4222026-06-21T21:22:36.879Z Downloaded libc v0.2.185
4232026-06-21T21:22:36.954Z Compiling proc-macro2 v1.0.106
4242026-06-21T21:22:36.957Z Compiling quote v1.0.45
4252026-06-21T21:22:36.957Z Compiling unicode-ident v1.0.24
4262026-06-21T21:22:36.957Z Compiling serde_core v1.0.228
4272026-06-21T21:22:36.957Z Compiling libc v0.2.185
4282026-06-21T21:22:36.957Z Compiling version_check v0.9.5
4292026-06-21T21:22:36.957Z Compiling stable_deref_trait v1.2.1
4302026-06-21T21:22:36.957Z Compiling memchr v2.8.0
4312026-06-21T21:22:37.263Z Compiling serde v1.0.228
4322026-06-21T21:22:37.279Z Compiling zmij v1.0.21
4332026-06-21T21:22:37.488Z Compiling itoa v1.0.17
4342026-06-21T21:22:37.533Z Compiling autocfg v1.5.0
4352026-06-21T21:22:37.635Z Compiling thiserror v1.0.69
4362026-06-21T21:22:37.803Z Compiling ucd-trie v0.1.7
4372026-06-21T21:22:37.874Z Compiling writeable v0.6.2
4382026-06-21T21:22:37.911Z Compiling litemap v0.8.1
4392026-06-21T21:22:37.976Z Compiling pest v2.8.6
4402026-06-21T21:22:38.062Z Compiling byteorder v1.5.0
4412026-06-21T21:22:38.062Z Compiling rustix v1.1.3
4422026-06-21T21:22:38.111Z Compiling icu_properties_data v2.1.2
4432026-06-21T21:22:38.317Z Compiling icu_normalizer_data v2.1.1
4442026-06-21T21:22:38.438Z Compiling errno v0.3.14
4452026-06-21T21:22:38.451Z Compiling bitflags v2.11.0
4462026-06-21T21:22:38.485Z Compiling syn v2.0.117
4472026-06-21T21:22:38.573Z Compiling serde_json v1.0.149
4482026-06-21T21:22:38.686Z Compiling num-traits v0.2.19
4492026-06-21T21:22:38.801Z Compiling hashbrown v0.17.0
4502026-06-21T21:22:38.866Z Compiling typeid v1.0.3
4512026-06-21T21:22:38.971Z Compiling equivalent v1.0.2
4522026-06-21T21:22:39.061Z Compiling pest_meta v2.8.6
4532026-06-21T21:22:39.125Z Compiling smallvec v1.15.1
4542026-06-21T21:22:39.331Z Compiling indexmap v2.14.0
4552026-06-21T21:22:39.351Z Compiling thread-id v4.2.2
4562026-06-21T21:22:39.374Z Compiling usdt-impl v0.5.0
4572026-06-21T21:22:39.425Z Compiling proc-macro-error-attr v1.0.4
4582026-06-21T21:22:39.440Z Compiling erased-serde v0.4.9
4592026-06-21T21:22:39.581Z Compiling toml_write v0.1.2
4602026-06-21T21:22:39.607Z Compiling syn v1.0.109
4612026-06-21T21:22:39.723Z Compiling winnow v0.7.14
4622026-06-21T21:22:40.012Z Compiling proc-macro-error v1.0.4
4632026-06-21T21:22:40.108Z Compiling camino v1.2.2
4642026-06-21T21:22:40.199Z Compiling thiserror v2.0.18
4652026-06-21T21:22:40.430Z Compiling getrandom v0.4.1
4662026-06-21T21:22:40.467Z Compiling plain v0.2.3
4672026-06-21T21:22:40.536Z Compiling log v0.4.29
4682026-06-21T21:22:40.582Z Compiling percent-encoding v2.3.2
4692026-06-21T21:22:40.724Z Compiling utf8parse v0.2.2
4702026-06-21T21:22:40.740Z Compiling utf8_iter v1.0.4
4712026-06-21T21:22:40.783Z Compiling form_urlencoded v1.2.2
4722026-06-21T21:22:40.829Z Compiling anstyle-parse v1.0.0
4732026-06-21T21:22:40.907Z Compiling ordered-float v2.10.1
4742026-06-21T21:22:41.031Z Compiling terminal_size v0.4.3
4752026-06-21T21:22:41.170Z Compiling synstructure v0.13.2
4762026-06-21T21:22:41.185Z Compiling pest_generator v2.8.6
4772026-06-21T21:22:41.270Z Compiling colorchoice v1.0.4
4782026-06-21T21:22:41.273Z Compiling pretty-hex v0.4.1
4792026-06-21T21:22:41.395Z Compiling anstyle-query v1.1.5
4802026-06-21T21:22:41.417Z Compiling is_terminal_polyfill v1.70.2
4812026-06-21T21:22:41.432Z Compiling cfg-if v1.0.4
4822026-06-21T21:22:41.446Z Compiling anstyle v1.0.14
4832026-06-21T21:22:41.522Z Compiling serde-untagged v0.1.9
4842026-06-21T21:22:41.645Z Compiling anstream v1.0.0
4852026-06-21T21:22:41.693Z Compiling semver v1.0.28
4862026-06-21T21:22:41.795Z Compiling fs-err v3.3.0
4872026-06-21T21:22:41.919Z Compiling bytecount v0.6.9
4882026-06-21T21:22:41.954Z Compiling fastrand v2.3.0
4892026-06-21T21:22:41.980Z Compiling unicode-xid v0.2.6
4902026-06-21T21:22:42.011Z Compiling heck v0.4.1
4912026-06-21T21:22:42.049Z Compiling heck v0.5.0
4922026-06-21T21:22:42.065Z Compiling once_cell v1.21.3
4932026-06-21T21:22:42.104Z Compiling anyhow v1.0.102
4942026-06-21T21:22:42.234Z Compiling fnv v1.0.7
4952026-06-21T21:22:42.275Z Compiling clap_lex v1.0.0
4962026-06-21T21:22:42.291Z Compiling strsim v0.11.1
4972026-06-21T21:22:42.331Z Compiling unicode-width v0.1.14
4982026-06-21T21:22:42.509Z Compiling clap_builder v4.6.0
4992026-06-21T21:22:42.529Z Compiling tempfile v3.25.0
5002026-06-21T21:22:42.597Z Compiling papergrid v0.11.0
5012026-06-21T21:22:42.639Z Compiling memmap v0.7.0
5022026-06-21T21:22:42.725Z Compiling smawk v0.3.2
5032026-06-21T21:22:42.817Z Compiling unicode-width v0.2.0
5042026-06-21T21:22:42.834Z Compiling serde_derive v1.0.228
5052026-06-21T21:22:42.859Z Compiling zerofrom-derive v0.1.6
5062026-06-21T21:22:42.891Z Compiling yoke-derive v0.8.1
5072026-06-21T21:22:43.039Z Compiling zerovec-derive v0.11.2
5082026-06-21T21:22:43.085Z Compiling displaydoc v0.2.5
5092026-06-21T21:22:43.816Z Compiling thiserror-impl v1.0.69
5102026-06-21T21:22:43.997Z Compiling zerocopy-derive v0.7.35
5112026-06-21T21:22:44.015Z Compiling pest_derive v2.8.6
5122026-06-21T21:22:44.124Z Compiling scroll_derive v0.12.1
5132026-06-21T21:22:44.216Z Compiling zerofrom v0.1.6
5142026-06-21T21:22:44.351Z Compiling yoke v0.8.1
5152026-06-21T21:22:44.437Z Compiling thiserror-impl v2.0.18
5162026-06-21T21:22:44.544Z Compiling zerovec v0.11.5
5172026-06-21T21:22:44.780Z Compiling zerotrie v0.2.3
5182026-06-21T21:22:44.846Z Compiling zerocopy v0.7.35
5192026-06-21T21:22:45.097Z Compiling tinystr v0.8.2
5202026-06-21T21:22:45.114Z Compiling potential_utf v0.1.4
5212026-06-21T21:22:45.240Z Compiling icu_collections v2.1.1
5222026-06-21T21:22:45.282Z Compiling icu_locale_core v2.1.1
5232026-06-21T21:22:45.305Z Compiling dtrace-parser v0.2.0
5242026-06-21T21:22:45.476Z Compiling scroll v0.12.0
5252026-06-21T21:22:45.498Z Compiling tabled_derive v0.7.0
5262026-06-21T21:22:45.680Z Compiling clap_derive v4.6.1
5272026-06-21T21:22:45.723Z Compiling goblin v0.8.2
5282026-06-21T21:22:45.748Z Compiling unicode-linebreak v0.1.5
5292026-06-21T21:22:45.994Z Compiling icu_provider v2.1.1
5302026-06-21T21:22:46.179Z Compiling textwrap v0.16.2
5312026-06-21T21:22:46.194Z Compiling camino-tempfile v1.4.1
5322026-06-21T21:22:46.285Z Compiling icu_properties v2.1.2
5332026-06-21T21:22:46.301Z Compiling icu_normalizer v2.1.1
5342026-06-21T21:22:46.330Z Compiling toml_datetime v0.6.11
5352026-06-21T21:22:46.417Z Compiling serde_spanned v0.6.9
5362026-06-21T21:22:46.433Z Compiling dof v0.3.0
5372026-06-21T21:22:46.570Z Compiling toml_edit v0.22.27
5382026-06-21T21:22:46.593Z Compiling serde_tokenstream v0.2.3
5392026-06-21T21:22:46.641Z Compiling serde-value v0.7.0
5402026-06-21T21:22:46.836Z Compiling cargo-platform v0.2.0
5412026-06-21T21:22:46.907Z Compiling tabled v0.15.0
5422026-06-21T21:22:47.002Z Compiling macaddr v1.0.1
5432026-06-21T21:22:47.233Z Compiling idna_adapter v1.2.1
5442026-06-21T21:22:47.369Z Compiling idna v1.1.0
5452026-06-21T21:22:47.399Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5462026-06-21T21:22:47.427Z Compiling usdt-attr-macro v0.5.0
5472026-06-21T21:22:47.431Z Compiling usdt-macro v0.5.0
5482026-06-21T21:22:47.647Z Compiling clap v4.6.1
5492026-06-21T21:22:47.736Z Compiling url v2.5.8
5502026-06-21T21:22:47.753Z Compiling swrite v0.1.0
5512026-06-21T21:22:47.973Z Compiling toml v0.8.23
5522026-06-21T21:22:48.333Z Compiling cargo-util-schemas v0.8.2
5532026-06-21T21:22:48.491Z Compiling cargo_toml v0.21.0
5542026-06-21T21:22:48.624Z Compiling usdt v0.5.0
5552026-06-21T21:22:49.219Z Compiling cargo_metadata v0.21.0
5562026-06-21T21:22:50.151Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-21T21:22:52.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.38s
5582026-06-21T21:22:52.454Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5592026-06-21T21:22:52.936Z Downloading crates ...
5602026-06-21T21:22:53.025Z Downloaded array-init v0.0.4
5612026-06-21T21:22:53.040Z Downloaded atomic-waker v1.1.2
5622026-06-21T21:22:53.043Z Downloaded adler2 v2.0.1
5632026-06-21T21:22:53.046Z Downloaded critical-section v1.2.0
5642026-06-21T21:22:53.051Z Downloaded colored v2.2.0
5652026-06-21T21:22:53.056Z Downloaded backon v1.6.0
5662026-06-21T21:22:53.059Z Downloaded crc-any v2.5.0
5672026-06-21T21:22:53.059Z Downloaded chacha20 v0.9.1
5682026-06-21T21:22:53.059Z Downloaded bit-vec v0.6.3
5692026-06-21T21:22:53.063Z Downloaded chacha20poly1305 v0.10.1
5702026-06-21T21:22:53.066Z Downloaded elliptic-curve v0.13.8
5712026-06-21T21:22:53.069Z Downloaded dunce v1.0.5
5722026-06-21T21:22:53.069Z Downloaded crc-catalog v2.4.0
5732026-06-21T21:22:53.069Z Downloaded ciborium-ll v0.2.2
5742026-06-21T21:22:53.074Z Downloaded bcrypt-pbkdf v0.10.0
5752026-06-21T21:22:53.074Z Downloaded ar_archive_writer v0.5.1
5762026-06-21T21:22:53.074Z Downloaded drift v0.2.0
5772026-06-21T21:22:53.078Z Downloaded embedded-io v0.4.0
5782026-06-21T21:22:53.083Z Downloaded dyn-clone v1.0.20
5792026-06-21T21:22:53.083Z Downloaded dropshot-api-manager-types v0.7.2
5802026-06-21T21:22:53.083Z Downloaded darling_core v0.20.11
5812026-06-21T21:22:53.086Z Downloaded ena v0.14.4
5822026-06-21T21:22:53.086Z Downloaded crc8 v0.1.1
5832026-06-21T21:22:53.086Z Downloaded castaway v0.2.4
5842026-06-21T21:22:53.090Z Downloaded base16ct v0.2.0
5852026-06-21T21:22:53.090Z Downloaded atomicwrites v0.4.4
5862026-06-21T21:22:53.090Z Downloaded either v1.15.0
5872026-06-21T21:22:53.090Z Downloaded derive_builder_macro v0.20.2
5882026-06-21T21:22:53.095Z Downloaded defmt-parser v1.0.0
5892026-06-21T21:22:53.095Z Downloaded daft v0.1.7
5902026-06-21T21:22:53.095Z Downloaded cfg_aliases v0.2.1
5912026-06-21T21:22:53.095Z Downloaded bcs v0.1.6
5922026-06-21T21:22:53.099Z Downloaded dsl_auto_type v0.2.0
5932026-06-21T21:22:53.099Z Downloaded atty v0.2.14
5942026-06-21T21:22:53.099Z Downloaded fixedbitset v0.4.2
5952026-06-21T21:22:53.099Z Downloaded erased-serde v0.3.31
5962026-06-21T21:22:53.099Z Downloaded document-features v0.2.12
5972026-06-21T21:22:53.099Z Downloaded display-error-chain v0.2.2
5982026-06-21T21:22:53.102Z Downloaded cargo-platform v0.3.2
5992026-06-21T21:22:53.102Z Downloaded bumpalo v3.20.2
6002026-06-21T21:22:53.102Z Downloaded dof v0.4.0
6012026-06-21T21:22:53.106Z Downloaded crc v3.4.0
6022026-06-21T21:22:53.106Z Downloaded env_logger v0.11.9
6032026-06-21T21:22:53.106Z Downloaded darling v0.23.0
6042026-06-21T21:22:53.109Z Downloaded clang-sys v1.8.1
6052026-06-21T21:22:53.112Z Downloaded bitfield-struct v0.6.2
6062026-06-21T21:22:53.112Z Downloaded base64ct v1.8.3
6072026-06-21T21:22:53.116Z Downloaded float-ord v0.3.2
6082026-06-21T21:22:53.116Z Downloaded diff v0.1.13
6092026-06-21T21:22:53.116Z Downloaded darling_core v0.13.4
6102026-06-21T21:22:53.121Z Downloaded ecdsa v0.16.9
6112026-06-21T21:22:53.122Z Downloaded compression-core v0.4.31
6122026-06-21T21:22:53.122Z Downloaded dtrace-parser v0.3.0
6132026-06-21T21:22:53.122Z Downloaded flagset v0.4.7
6142026-06-21T21:22:53.122Z Downloaded curve25519-dalek-derive v0.1.1
6152026-06-21T21:22:53.126Z Downloaded darling_macro v0.13.4
6162026-06-21T21:22:53.126Z Downloaded cfg_aliases v0.1.1
6172026-06-21T21:22:53.126Z Downloaded async-recursion v1.1.1
6182026-06-21T21:22:53.129Z Downloaded async-stream-impl v0.3.6
6192026-06-21T21:22:53.129Z Downloaded downcast-rs v2.0.2
6202026-06-21T21:22:53.129Z Downloaded env_filter v1.0.0
6212026-06-21T21:22:53.129Z Downloaded endian-type v0.1.2
6222026-06-21T21:22:53.129Z Downloaded defmt v0.3.100
6232026-06-21T21:22:53.132Z Downloaded crunchy v0.2.4
6242026-06-21T21:22:53.132Z Downloaded corncobs v0.1.4
6252026-06-21T21:22:53.133Z Downloaded cipher v0.4.4
6262026-06-21T21:22:53.133Z Downloaded cbc v0.1.2
6272026-06-21T21:22:53.136Z Downloaded cargo_metadata v0.23.1
6282026-06-21T21:22:53.136Z Downloaded embedded-io v0.6.1
6292026-06-21T21:22:53.139Z Downloaded darling_macro v0.23.0
6302026-06-21T21:22:53.139Z Downloaded aead v0.5.2
6312026-06-21T21:22:53.139Z Downloaded arrayref v0.3.9
6322026-06-21T21:22:53.143Z Downloaded cstr-argument v0.1.2
6332026-06-21T21:22:53.146Z Downloaded difflib v0.4.0
6342026-06-21T21:22:53.146Z Downloaded ciborium-io v0.2.2
6352026-06-21T21:22:53.149Z Downloaded float-cmp v0.10.0
6362026-06-21T21:22:53.152Z Downloaded darling_macro v0.21.3
6372026-06-21T21:22:53.155Z Downloaded cobs v0.3.0
6382026-06-21T21:22:53.155Z Downloaded funty v2.0.0
6392026-06-21T21:22:53.158Z Downloaded diesel_table_macro_syntax v0.3.0
6402026-06-21T21:22:53.158Z Downloaded fd-lock v4.0.4
6412026-06-21T21:22:53.160Z Downloaded dirs-sys-next v0.1.2
6422026-06-21T21:22:53.161Z Downloaded async-stream v0.3.6
6432026-06-21T21:22:53.163Z Downloaded crucible-workspace-hack v0.1.0
6442026-06-21T21:22:53.163Z Downloaded convert_case v0.4.0
6452026-06-21T21:22:53.163Z Downloaded block-padding v0.3.3
6462026-06-21T21:22:53.163Z Downloaded bitfield-macros v0.19.4
6472026-06-21T21:22:53.166Z Downloaded foreign-types-shared v0.1.1
6482026-06-21T21:22:53.166Z Downloaded futures-sink v0.3.32
6492026-06-21T21:22:53.166Z Downloaded bb8 v0.8.6
6502026-06-21T21:22:53.169Z Downloaded foreign-types v0.3.2
6512026-06-21T21:22:53.169Z Downloaded foreign-types v0.5.0
6522026-06-21T21:22:53.172Z Downloaded debug-ignore v1.0.5
6532026-06-21T21:22:53.172Z Downloaded git-stub v1.0.0
6542026-06-21T21:22:53.175Z Downloaded enum-as-inner v0.6.1
6552026-06-21T21:22:53.175Z Downloaded foreign-types-shared v0.3.1
6562026-06-21T21:22:53.178Z Downloaded deranged v0.5.8
6572026-06-21T21:22:53.181Z Downloaded futures-io v0.3.32
6582026-06-21T21:22:53.181Z Downloaded fallible-iterator v0.2.0
6592026-06-21T21:22:53.181Z Downloaded dirs-next v2.0.0
6602026-06-21T21:22:53.181Z Downloaded ctr v0.9.2
6612026-06-21T21:22:53.184Z Downloaded fxhash v0.2.1
6622026-06-21T21:22:53.184Z Downloaded bit-set v0.5.3
6632026-06-21T21:22:53.187Z Downloaded argon2 v0.5.3
6642026-06-21T21:22:53.187Z Downloaded futures-core v0.3.32
6652026-06-21T21:22:53.190Z Downloaded futures-macro v0.3.32
6662026-06-21T21:22:53.190Z Downloaded cexpr v0.6.0
6672026-06-21T21:22:53.190Z Downloaded blowfish v0.9.1
6682026-06-21T21:22:53.193Z Downloaded ghash v0.5.1
6692026-06-21T21:22:53.196Z Downloaded hash32 v0.2.1
6702026-06-21T21:22:53.196Z Downloaded hash32 v0.3.1
6712026-06-21T21:22:53.200Z Downloaded cassowary v0.3.0
6722026-06-21T21:22:53.200Z Downloaded foreign-types-macros v0.2.3
6732026-06-21T21:22:53.200Z Downloaded blake2 v0.10.6
6742026-06-21T21:22:53.203Z Downloaded byte-wrapper v0.1.0
6752026-06-21T21:22:53.203Z Downloaded gethostname v0.5.0
6762026-06-21T21:22:53.203Z Downloaded hex-literal v0.4.1
6772026-06-21T21:22:53.203Z Downloaded hex v0.4.3
6782026-06-21T21:22:53.206Z Downloaded convert_case v0.10.0
6792026-06-21T21:22:53.206Z Downloaded base64 v0.22.1
6802026-06-21T21:22:53.212Z Downloaded futures-task v0.3.32
6812026-06-21T21:22:53.215Z Downloaded hostname v0.4.2
6822026-06-21T21:22:53.215Z Downloaded home v0.5.12
6832026-06-21T21:22:53.215Z Downloaded derive-ex v0.1.8
6842026-06-21T21:22:53.215Z Downloaded data-encoding v2.10.0
6852026-06-21T21:22:53.215Z Downloaded find-msvc-tools v0.1.9
6862026-06-21T21:22:53.215Z Downloaded headers-core v0.3.0
6872026-06-21T21:22:53.218Z Downloaded diesel-dtrace v0.5.0
6882026-06-21T21:22:53.218Z Downloaded ed25519 v2.2.3
6892026-06-21T21:22:53.218Z Downloaded csv-core v0.1.13
6902026-06-21T21:22:53.223Z Downloaded http-body v1.0.1
6912026-06-21T21:22:53.223Z Downloaded bitfield v0.19.4
6922026-06-21T21:22:53.223Z Downloaded crossbeam-deque v0.8.6
6932026-06-21T21:22:53.223Z Downloaded ff v0.13.1
6942026-06-21T21:22:53.227Z Downloaded darling_macro v0.20.11
6952026-06-21T21:22:53.227Z Downloaded defmt-macros v1.0.1
6962026-06-21T21:22:53.227Z Downloaded fixedbitset v0.5.7
6972026-06-21T21:22:53.227Z Downloaded compression-codecs v0.4.37
6982026-06-21T21:22:53.232Z Downloaded filetime v0.2.27
6992026-06-21T21:22:53.232Z Downloaded der_derive v0.7.3
7002026-06-21T21:22:53.232Z Downloaded camino-tempfile-ext v0.3.3
7012026-06-21T21:22:53.235Z Downloaded bit-vec v0.8.0
7022026-06-21T21:22:53.235Z Downloaded foldhash v0.2.0
7032026-06-21T21:22:53.235Z Downloaded foldhash v0.1.5
7042026-06-21T21:22:53.235Z Downloaded async-trait v0.1.89
7052026-06-21T21:22:53.238Z Downloaded ascii-canvas v3.0.0
7062026-06-21T21:22:53.238Z Downloaded arrayvec v0.7.6
7072026-06-21T21:22:53.238Z Downloaded anstyle-parse v0.2.7
7082026-06-21T21:22:53.241Z Downloaded derive_builder_core v0.20.2
7092026-06-21T21:22:53.241Z Downloaded const_format_proc_macros v0.2.34
7102026-06-21T21:22:53.245Z Downloaded defmt v1.0.1
7112026-06-21T21:22:53.245Z Downloaded httpdate v1.0.3
7122026-06-21T21:22:53.247Z Downloaded bitflags v1.3.2
7132026-06-21T21:22:53.247Z Downloaded fs-err v2.11.0
7142026-06-21T21:22:53.252Z Downloaded hyper-tls v0.6.0
7152026-06-21T21:22:53.252Z Downloaded hubpack_derive v0.1.1
7162026-06-21T21:22:53.253Z Downloaded dropshot_endpoint v0.17.0
7172026-06-21T21:22:53.256Z Downloaded http-range v0.1.5
7182026-06-21T21:22:53.256Z Downloaded constant_time_eq v0.4.2
7192026-06-21T21:22:53.256Z Downloaded async-bb8-diesel v0.2.1
7202026-06-21T21:22:53.256Z Downloaded ident_case v1.0.1
7212026-06-21T21:22:53.256Z Downloaded fs_extra v1.3.0
7222026-06-21T21:22:53.260Z Downloaded illumos-nvpair-sys v0.2.0
7232026-06-21T21:22:53.260Z Downloaded indoc v1.0.9
7242026-06-21T21:22:53.260Z Downloaded git-stub-vcs v0.1.0
7252026-06-21T21:22:53.263Z Downloaded globwalk v0.9.1
7262026-06-21T21:22:53.263Z Downloaded cancel-safe-futures v0.1.5
7272026-06-21T21:22:53.263Z Downloaded globset v0.4.18
7282026-06-21T21:22:53.266Z Downloaded backoff v0.4.0
7292026-06-21T21:22:53.266Z Downloaded buf-list v1.1.2
7302026-06-21T21:22:53.269Z Downloaded bit-set v0.8.0
7312026-06-21T21:22:53.269Z Downloaded anstream v0.6.21
7322026-06-21T21:22:53.269Z Downloaded daft-derive v0.1.7
7332026-06-21T21:22:53.273Z Downloaded indent_write v2.2.0
7342026-06-21T21:22:53.273Z Downloaded illumos-nvpair v0.3.0
7352026-06-21T21:22:53.276Z Downloaded hostname v0.3.1
7362026-06-21T21:22:53.276Z Downloaded highway v1.3.0
7372026-06-21T21:22:53.276Z Downloaded group v0.13.0
7382026-06-21T21:22:53.279Z Downloaded futures-executor v0.3.32
7392026-06-21T21:22:53.279Z Downloaded inout v0.1.4
7402026-06-21T21:22:53.279Z Downloaded chacha20 v0.10.0
7412026-06-21T21:22:53.285Z Downloaded instant v0.1.13
7422026-06-21T21:22:53.292Z Downloaded derive_builder v0.20.2
7432026-06-21T21:22:53.292Z Downloaded is-terminal v0.4.17
7442026-06-21T21:22:53.292Z Downloaded internet-checksum v0.2.1
7452026-06-21T21:22:53.296Z Downloaded instability v0.3.11
7462026-06-21T21:22:53.296Z Downloaded darling v0.21.3
7472026-06-21T21:22:53.296Z Downloaded lalrpop-util v0.19.12
7482026-06-21T21:22:53.296Z Downloaded libscf-sys v1.1.0
7492026-06-21T21:22:53.296Z Downloaded console v0.16.2
7502026-06-21T21:22:53.296Z Downloaded darling v0.20.11
7512026-06-21T21:22:53.299Z Downloaded crc32fast v1.5.0
7522026-06-21T21:22:53.299Z Downloaded is_ci v1.2.0
7532026-06-21T21:22:53.300Z Downloaded cpufeatures v0.3.0
7542026-06-21T21:22:53.302Z Downloaded colored v3.1.1
7552026-06-21T21:22:53.302Z Downloaded ciborium v0.2.2
7562026-06-21T21:22:53.305Z Downloaded kstat-rs v0.2.4
7572026-06-21T21:22:53.305Z Downloaded keccak v0.1.6
7582026-06-21T21:22:53.310Z Downloaded console v0.15.11
7592026-06-21T21:22:53.310Z Downloaded bzip2 v0.4.4
7602026-06-21T21:22:53.310Z Downloaded humantime v2.3.0
7612026-06-21T21:22:53.315Z Downloaded hubpack v0.1.2
7622026-06-21T21:22:53.315Z Downloaded cookie v0.18.1
7632026-06-21T21:22:53.315Z Downloaded assert_matches v1.5.0
7642026-06-21T21:22:53.315Z Downloaded linked-hash-map v0.5.6
7652026-06-21T21:22:53.323Z Downloaded lazy_static v1.5.0
7662026-06-21T21:22:53.323Z Downloaded http-body-util v0.1.3
7672026-06-21T21:22:53.323Z Downloaded match_cfg v0.1.0
7682026-06-21T21:22:53.323Z Downloaded cmake v0.1.57
7692026-06-21T21:22:53.324Z Downloaded hyper-staticfile v0.10.1
7702026-06-21T21:22:53.329Z Downloaded bzip2 v0.6.1
7712026-06-21T21:22:53.329Z Downloaded ahash v0.8.12
7722026-06-21T21:22:53.329Z Downloaded crossbeam-utils v0.8.21
7732026-06-21T21:22:53.329Z Downloaded crossbeam-epoch v0.9.18
7742026-06-21T21:22:53.329Z Downloaded cookie_store v0.22.1
7752026-06-21T21:22:53.337Z Downloaded bindgen v0.71.1
7762026-06-21T21:22:53.337Z Downloaded memoffset v0.9.1
7772026-06-21T21:22:53.337Z Downloaded lru-cache v0.1.2
7782026-06-21T21:22:53.338Z Downloaded maybe-uninit v2.0.0
7792026-06-21T21:22:53.342Z Downloaded new_debug_unreachable v1.0.6
7802026-06-21T21:22:53.342Z Downloaded newtype-uuid-macros v0.1.0
7812026-06-21T21:22:53.342Z Downloaded multimap v0.10.1
7822026-06-21T21:22:53.342Z Downloaded newline-converter v0.3.0
7832026-06-21T21:22:53.342Z Downloaded futures-channel v0.3.32
7842026-06-21T21:22:53.342Z Downloaded des v0.8.1
7852026-06-21T21:22:53.342Z Downloaded md5 v0.7.0
7862026-06-21T21:22:53.342Z Downloaded lzss v0.8.2
7872026-06-21T21:22:53.350Z Downloaded lru-slab v0.1.2
7882026-06-21T21:22:53.350Z Downloaded half v1.8.3
7892026-06-21T21:22:53.350Z Downloaded glob v0.3.3
7902026-06-21T21:22:53.350Z Downloaded getrandom v0.2.17
7912026-06-21T21:22:53.354Z Downloaded maplit v1.0.2
7922026-06-21T21:22:53.355Z Downloaded lru v0.12.5
7932026-06-21T21:22:53.355Z Downloaded mime v0.3.17
7942026-06-21T21:22:53.355Z Downloaded md-5 v0.10.6
7952026-06-21T21:22:53.355Z Downloaded nibble_vec v0.1.0
7962026-06-21T21:22:53.355Z Downloaded ipnetwork v0.21.1
7972026-06-21T21:22:53.362Z Downloaded ingot-types v0.1.2
7982026-06-21T21:22:53.362Z Downloaded ingot v0.1.1
7992026-06-21T21:22:53.362Z Downloaded jobserver v0.1.34
8002026-06-21T21:22:53.362Z Downloaded indoc v2.0.7
8012026-06-21T21:22:53.365Z Downloaded nonempty v0.12.0
8022026-06-21T21:22:53.365Z Downloaded fatfs v0.3.6
8032026-06-21T21:22:53.365Z Downloaded nodrop v0.1.14
8042026-06-21T21:22:53.365Z Downloaded darling v0.13.4
8052026-06-21T21:22:53.365Z Downloaded normalize-line-endings v0.3.0
8062026-06-21T21:22:53.365Z Downloaded impl-trait-for-tuples v0.2.3
8072026-06-21T21:22:53.368Z Downloaded num_enum_derive v0.5.11
8082026-06-21T21:22:53.368Z Downloaded const-oid v0.9.6
8092026-06-21T21:22:53.376Z Downloaded ipnet v2.11.0
8102026-06-21T21:22:53.376Z Downloaded num v0.4.3
8112026-06-21T21:22:53.384Z Downloaded hmac v0.12.1
8122026-06-21T21:22:53.384Z Downloaded darling_core v0.23.0
8132026-06-21T21:22:53.384Z Downloaded derive-where v1.6.0
8142026-06-21T21:22:53.388Z Downloaded num-derive v0.3.3
8152026-06-21T21:22:53.388Z Downloaded num_threads v0.1.7
8162026-06-21T21:22:53.388Z Downloaded libsw v3.5.0
8172026-06-21T21:22:53.388Z Downloaded num-iter v0.1.45
8182026-06-21T21:22:53.393Z Downloaded olpc-cjson v0.1.4
8192026-06-21T21:22:53.393Z Downloaded num-derive v0.4.2
8202026-06-21T21:22:53.393Z Downloaded opaque-debug v0.3.1
8212026-06-21T21:22:53.393Z Downloaded futures v0.3.32
8222026-06-21T21:22:53.400Z Downloaded hyper-rustls v0.27.7
8232026-06-21T21:22:53.404Z Downloaded iana-time-zone v0.1.65
8242026-06-21T21:22:53.404Z Downloaded oso-derive v0.27.3
8252026-06-21T21:22:53.404Z Downloaded libsw-core v0.3.2
8262026-06-21T21:22:53.404Z Downloaded libloading v0.8.9
8272026-06-21T21:22:53.404Z Downloaded native-tls v0.2.18
8282026-06-21T21:22:53.407Z Downloaded linear-map v1.2.0
8292026-06-21T21:22:53.407Z Downloaded libefi-sys v0.1.0
8302026-06-21T21:22:53.407Z Downloaded managed v0.8.0
8312026-06-21T21:22:53.407Z Downloaded openssl-probe v0.1.6
8322026-06-21T21:22:53.407Z Downloaded openssl-macros v0.1.1
8332026-06-21T21:22:53.412Z Downloaded nanorand v0.7.0
8342026-06-21T21:22:53.412Z Downloaded newtype_derive v0.1.6
8352026-06-21T21:22:53.412Z Downloaded packed_struct_codegen v0.10.1
8362026-06-21T21:22:53.415Z Downloaded getrandom v0.3.4
8372026-06-21T21:22:53.415Z Downloaded multer v3.1.0
8382026-06-21T21:22:53.415Z Downloaded half v2.7.1
8392026-06-21T21:22:53.418Z Downloaded lock_api v0.4.14
8402026-06-21T21:22:53.418Z Downloaded parse-size v1.1.0
8412026-06-21T21:22:53.427Z Downloaded newtype-uuid v1.3.2
8422026-06-21T21:22:53.433Z Downloaded ingot-macros v0.1.1
8432026-06-21T21:22:53.438Z Downloaded derive_more v0.99.20
8442026-06-21T21:22:53.442Z Downloaded nu-ansi-term v0.50.3
8452026-06-21T21:22:53.442Z Downloaded path-slash v0.1.5
8462026-06-21T21:22:53.442Z Downloaded num-conv v0.2.0
8472026-06-21T21:22:53.442Z Downloaded num-complex v0.4.6
8482026-06-21T21:22:53.445Z Downloaded pbkdf2 v0.12.2
8492026-06-21T21:22:53.445Z Downloaded flate2 v1.1.9
8502026-06-21T21:22:53.449Z Downloaded phf_shared v0.12.1
8512026-06-21T21:22:53.454Z Downloaded peg-runtime v0.8.5
8522026-06-21T21:22:53.454Z Downloaded num-integer v0.1.46
8532026-06-21T21:22:53.454Z Downloaded compact_str v0.8.1
8542026-06-21T21:22:53.454Z Downloaded pbkdf2 v0.11.0
8552026-06-21T21:22:53.458Z Downloaded num_enum v0.5.11
8562026-06-21T21:22:53.462Z Downloaded flume v0.11.1
8572026-06-21T21:22:53.462Z Downloaded const_format v0.2.35
8582026-06-21T21:22:53.470Z Downloaded ignore v0.4.25
8592026-06-21T21:22:53.470Z Downloaded dropshot-api-manager v0.7.2
8602026-06-21T21:22:53.477Z Downloaded phf_shared v0.13.1
8612026-06-21T21:22:53.477Z Downloaded pin-utils v0.1.0
8622026-06-21T21:22:53.477Z Downloaded oxide-tokio-rt v0.1.4
8632026-06-21T21:22:53.477Z Downloaded num_enum_derive v0.7.6
8642026-06-21T21:22:53.477Z Downloaded cc v1.2.56
8652026-06-21T21:22:53.477Z Downloaded owo-colors v4.3.0
8662026-06-21T21:22:53.477Z Downloaded openssl-probe v0.2.1
8672026-06-21T21:22:53.480Z Downloaded bytes v1.11.1
8682026-06-21T21:22:53.481Z Downloaded predicates-tree v1.0.13
8692026-06-21T21:22:53.481Z Downloaded oxnet v0.1.6
8702026-06-21T21:22:53.481Z Downloaded memmap2 v0.9.10
8712026-06-21T21:22:53.481Z Downloaded allocator-api2 v0.2.21
8722026-06-21T21:22:53.484Z Downloaded num_enum v0.7.6
8732026-06-21T21:22:53.484Z Downloaded httparse v1.10.1
8742026-06-21T21:22:53.487Z Downloaded packed_struct v0.10.1
8752026-06-21T21:22:53.487Z Downloaded heapless v0.8.0
8762026-06-21T21:22:53.490Z Downloaded ed25519-dalek v2.2.0
8772026-06-21T21:22:53.493Z Downloaded predicates-core v1.0.10
8782026-06-21T21:22:53.493Z Downloaded paste v1.0.15
8792026-06-21T21:22:53.496Z Downloaded progenitor-macro v0.14.0
8802026-06-21T21:22:53.496Z Downloaded proc-macro-crate v1.3.1
8812026-06-21T21:22:53.496Z Downloaded progenitor-macro v0.13.0
8822026-06-21T21:22:53.496Z Downloaded parse-display-derive v0.10.0
8832026-06-21T21:22:53.499Z Downloaded parse-display v0.10.0
8842026-06-21T21:22:53.499Z Downloaded mime_guess v2.0.5
8852026-06-21T21:22:53.499Z Downloaded crypto-bigint v0.5.5
8862026-06-21T21:22:53.502Z Downloaded precomputed-hash v0.1.1
8872026-06-21T21:22:53.505Z Downloaded password-hash v0.4.2
8882026-06-21T21:22:53.505Z Downloaded indexmap v1.9.3
8892026-06-21T21:22:53.508Z Downloaded parking_lot_core v0.8.6
8902026-06-21T21:22:53.508Z Downloaded heapless v0.7.17
8912026-06-21T21:22:53.511Z Downloaded derive_more v2.1.1
8922026-06-21T21:22:53.528Z Downloaded rand_chacha v0.3.1
8932026-06-21T21:22:53.534Z Downloaded radium v0.7.0
8942026-06-21T21:22:53.534Z Downloaded proc-macro-error-attr2 v2.0.0
8952026-06-21T21:22:53.534Z Downloaded proc-macro-crate v3.4.0
8962026-06-21T21:22:53.534Z Downloaded powerfmt v0.2.0
8972026-06-21T21:22:53.539Z Downloaded peg-macros v0.8.5
8982026-06-21T21:22:53.539Z Downloaded peg v0.8.5
8992026-06-21T21:22:53.539Z Downloaded pem-rfc7468 v0.7.0
9002026-06-21T21:22:53.539Z Downloaded phf v0.12.1
9012026-06-21T21:22:53.543Z Downloaded omicron-zone-package v0.12.2
9022026-06-21T21:22:53.543Z Downloaded litrs v1.0.0
9032026-06-21T21:22:53.543Z Downloaded libbz2-rs-sys v0.2.2
9042026-06-21T21:22:53.548Z Downloaded crossterm v0.29.0
9052026-06-21T21:22:53.548Z Downloaded quick-error v1.2.3
9062026-06-21T21:22:53.551Z Downloaded pkcs8 v0.10.2
9072026-06-21T21:22:53.551Z Downloaded pin-project-lite v0.2.17
9082026-06-21T21:22:53.555Z Downloaded predicates v3.1.4
9092026-06-21T21:22:53.555Z Downloaded pkg-config v0.3.32
9102026-06-21T21:22:53.558Z Downloaded pin-project-internal v1.1.11
9112026-06-21T21:22:53.558Z Downloaded phf_shared v0.11.3
9122026-06-21T21:22:53.558Z Downloaded phf v0.13.1
9132026-06-21T21:22:53.558Z Downloaded async-compression v0.4.41
9142026-06-21T21:22:53.601Z Downloaded ppv-lite86 v0.2.21
9152026-06-21T21:22:53.601Z Downloaded polyval v0.6.2
9162026-06-21T21:22:53.601Z Downloaded parking_lot v0.11.2
9172026-06-21T21:22:53.601Z Downloaded base64 v0.21.7
9182026-06-21T21:22:53.601Z Downloaded poly1305 v0.8.0
9192026-06-21T21:22:53.601Z Downloaded progenitor-extras v0.2.0
9202026-06-21T21:22:53.601Z Downloaded progenitor-client v0.14.0
9212026-06-21T21:22:53.601Z Downloaded derive_more-impl v2.1.1
9222026-06-21T21:22:53.601Z Downloaded parking_lot_core v0.9.12
9232026-06-21T21:22:53.601Z Downloaded parking_lot v0.12.5
9242026-06-21T21:22:53.601Z Downloaded postgres-protocol v0.6.10
9252026-06-21T21:22:53.601Z Downloaded arc-swap v1.8.2
9262026-06-21T21:22:53.601Z Downloaded password-hash v0.5.0
9272026-06-21T21:22:53.601Z Downloaded rustc_version v0.1.7
9282026-06-21T21:22:53.601Z Downloaded recursive-proc-macro-impl v0.1.1
9292026-06-21T21:22:53.601Z Downloaded ref-cast-impl v1.0.25
9302026-06-21T21:22:53.601Z Downloaded expectorate v1.2.0
9312026-06-21T21:22:53.601Z Downloaded recursive v0.1.1
9322026-06-21T21:22:53.601Z Downloaded rand_xorshift v0.4.0
9332026-06-21T21:22:53.601Z Downloaded indicatif v0.18.4
9342026-06-21T21:22:53.601Z Downloaded num-rational v0.4.2
9352026-06-21T21:22:53.602Z Downloaded progenitor v0.14.0
9362026-06-21T21:22:53.602Z Downloaded ref-cast v1.0.25
9372026-06-21T21:22:53.602Z Downloaded progenitor-client v0.13.0
9382026-06-21T21:22:53.602Z Downloaded progenitor v0.13.0
9392026-06-21T21:22:53.602Z Downloaded proc-macro-error2 v2.0.1
9402026-06-21T21:22:53.602Z Downloaded headers v0.4.1
9412026-06-21T21:22:53.606Z Downloaded rustc-hash v2.1.1
9422026-06-21T21:22:53.606Z Downloaded russh-cryptovec v0.7.3
9432026-06-21T21:22:53.606Z Downloaded rustc_version v0.4.1
9442026-06-21T21:22:53.606Z Downloaded hickory-resolver v0.24.4
9452026-06-21T21:22:53.607Z Downloaded rtoolbox v0.0.3
9462026-06-21T21:22:53.607Z Downloaded rfc6979 v0.4.0
9472026-06-21T21:22:53.607Z Downloaded pem v3.0.6
9482026-06-21T21:22:53.611Z Downloaded psm v0.1.30
9492026-06-21T21:22:53.612Z Downloaded psl-types v2.0.11
9502026-06-21T21:22:53.612Z Downloaded pkcs5 v0.7.1
9512026-06-21T21:22:53.612Z Downloaded pkcs1 v0.7.5
9522026-06-21T21:22:53.614Z Downloaded der v0.7.10
9532026-06-21T21:22:53.615Z Downloaded r2d2 v0.8.10
9542026-06-21T21:22:53.617Z Downloaded darling_core v0.21.3
9552026-06-21T21:22:53.621Z Downloaded crossbeam-channel v0.5.15
9562026-06-21T21:22:53.621Z Downloaded rand_core v0.10.0
9572026-06-21T21:22:53.624Z Downloaded rand_core v0.6.4
9582026-06-21T21:22:53.627Z Downloaded rand_core v0.9.5
9592026-06-21T21:22:53.627Z Downloaded rand_seeder v0.4.0
9602026-06-21T21:22:53.631Z Downloaded diesel_derives v2.3.7
9612026-06-21T21:22:53.634Z Downloaded postcard v1.1.3
9622026-06-21T21:22:53.637Z Downloaded sapling-renderdag v0.1.0
9632026-06-21T21:22:53.641Z Downloaded same-file v1.0.6
9642026-06-21T21:22:53.641Z Downloaded scroll_derive v0.13.1
9652026-06-21T21:22:53.641Z Downloaded scopeguard v1.2.0
9662026-06-21T21:22:53.644Z Downloaded scheduled-thread-pool v0.2.7
9672026-06-21T21:22:53.644Z Downloaded salsa20 v0.10.2
9682026-06-21T21:22:53.655Z Downloaded papergrid v0.17.0
9692026-06-21T21:22:53.658Z Downloaded serde_bytes v0.11.19
9702026-06-21T21:22:53.658Z Downloaded resolv-conf v0.7.6
9712026-06-21T21:22:53.662Z Downloaded serde-big-array v0.5.1
9722026-06-21T21:22:53.662Z Downloaded seq-macro v0.3.6
9732026-06-21T21:22:53.665Z Downloaded secrecy v0.10.3
9742026-06-21T21:22:53.665Z Downloaded scrypt v0.11.0
9752026-06-21T21:22:53.665Z Downloaded crossterm v0.28.1
9762026-06-21T21:22:53.669Z Downloaded secrecy v0.8.0
9772026-06-21T21:22:53.669Z Downloaded hickory-resolver v0.25.2
9782026-06-21T21:22:53.672Z Downloaded aws-lc-rs v1.16.3
9792026-06-21T21:22:53.677Z Downloaded serde_urlencoded v0.7.1
9802026-06-21T21:22:53.680Z Downloaded quinn-udp v0.5.14
9812026-06-21T21:22:53.680Z Downloaded serde_spanned v1.0.4
9822026-06-21T21:22:53.680Z Downloaded serde_repr v0.1.20
9832026-06-21T21:22:53.683Z Downloaded serde_plain v1.0.2
9842026-06-21T21:22:53.683Z Downloaded jiff-static v0.2.21
9852026-06-21T21:22:53.683Z Downloaded rand_chacha v0.9.0
9862026-06-21T21:22:53.686Z Downloaded hickory-server v0.25.2
9872026-06-21T21:22:53.689Z Downloaded rustls-native-certs v0.8.3
9882026-06-21T21:22:53.696Z Downloaded postgres-types v0.2.12
9892026-06-21T21:22:53.700Z Downloaded sha1 v0.10.6
9902026-06-21T21:22:53.704Z Downloaded rustls-pemfile v1.0.4
9912026-06-21T21:22:53.707Z Downloaded shell-words v1.1.1
9922026-06-21T21:22:53.707Z Downloaded signal-hook-mio v0.2.5
9932026-06-21T21:22:53.710Z Downloaded sigpipe v0.1.3
9942026-06-21T21:22:53.710Z Downloaded siphasher v1.0.2
9952026-06-21T21:22:53.710Z Downloaded pin-project v1.1.11
9962026-06-21T21:22:53.716Z Downloaded scroll v0.13.0
9972026-06-21T21:22:53.718Z Downloaded aes v0.8.4
9982026-06-21T21:22:53.719Z Downloaded rusty-fork v0.3.1
9992026-06-21T21:22:53.723Z Downloaded rustversion v1.0.22
10002026-06-21T21:22:53.723Z Downloaded slog-envlogger v2.2.0
10012026-06-21T21:22:53.726Z Downloaded signal-hook-tokio v0.3.1
10022026-06-21T21:22:53.726Z Downloaded progenitor-impl v0.13.0
10032026-06-21T21:22:53.726Z Downloaded rustls-pemfile v2.2.0
10042026-06-21T21:22:53.726Z Downloaded signature v2.2.0
10052026-06-21T21:22:53.729Z Downloaded serde-hex v0.1.0
10062026-06-21T21:22:53.729Z Downloaded miniz_oxide v0.8.9
10072026-06-21T21:22:53.733Z Downloaded schemars_derive v0.8.22
10082026-06-21T21:22:53.733Z Downloaded semver v0.1.20
10092026-06-21T21:22:53.733Z Downloaded sct v0.7.1
10102026-06-21T21:22:53.735Z Downloaded slog-bunyan v2.5.0
10112026-06-21T21:22:53.735Z Downloaded russh-keys v0.45.0
10122026-06-21T21:22:53.739Z Downloaded primeorder v0.13.6
10132026-06-21T21:22:53.739Z Downloaded p256 v0.13.2
10142026-06-21T21:22:53.742Z Downloaded oso v0.27.3
10152026-06-21T21:22:53.745Z Downloaded serde_path_to_error v0.1.20
10162026-06-21T21:22:53.745Z Downloaded sec1 v0.7.3
10172026-06-21T21:22:53.745Z Downloaded hashbrown v0.12.3
10182026-06-21T21:22:53.748Z Downloaded serde_derive_internals v0.29.1
10192026-06-21T21:22:53.763Z Downloaded serde_with_macros v1.5.2
10202026-06-21T21:22:53.766Z Downloaded ssh-cipher v0.2.0
10212026-06-21T21:22:53.766Z Downloaded sqlparser_derive v0.5.0
10222026-06-21T21:22:53.772Z Downloaded http v1.4.0
10232026-06-21T21:22:53.776Z Downloaded prefix-trie v0.7.0
10242026-06-21T21:22:53.780Z Downloaded shlex v1.3.0
10252026-06-21T21:22:53.783Z Downloaded structmeta-derive v0.3.0
10262026-06-21T21:22:53.785Z Downloaded ssh-encoding v0.2.0
10272026-06-21T21:22:53.786Z Downloaded strum v0.27.2
10282026-06-21T21:22:53.789Z Downloaded simd-adler32 v0.3.8
10292026-06-21T21:22:53.789Z Downloaded signal-hook-registry v1.4.8
10302026-06-21T21:22:53.792Z Downloaded progenitor-impl v0.14.0
10312026-06-21T21:22:53.799Z Downloaded strip-ansi-escapes v0.2.1
10322026-06-21T21:22:53.802Z Downloaded slog-dtrace v0.3.0
10332026-06-21T21:22:53.802Z Downloaded slog-async v2.8.0
10342026-06-21T21:22:53.805Z Downloaded structmeta v0.3.0
10352026-06-21T21:22:53.805Z Downloaded rustls-pki-types v1.14.0
10362026-06-21T21:22:53.805Z Downloaded strum v0.26.3
10372026-06-21T21:22:53.808Z Downloaded strsim v0.10.0
10382026-06-21T21:22:53.808Z Downloaded hyper-util v0.1.20
10392026-06-21T21:22:53.810Z Downloaded smallvec v0.6.14
10402026-06-21T21:22:53.813Z Downloaded slog-json v2.6.1
10412026-06-21T21:22:53.813Z Downloaded openssl-sys v0.9.115
10422026-06-21T21:22:53.816Z Downloaded slog-stdlog v4.1.1
10432026-06-21T21:22:53.816Z Downloaded slog-scope v4.4.1
10442026-06-21T21:22:53.819Z Downloaded rcgen v0.12.1
10452026-06-21T21:22:53.819Z Downloaded slab v0.4.12
10462026-06-21T21:22:53.822Z Downloaded snafu-derive v0.8.9
10472026-06-21T21:22:53.822Z Downloaded tap v1.0.1
10482026-06-21T21:22:53.822Z Downloaded take_mut v0.2.2
10492026-06-21T21:22:53.825Z Downloaded hashbrown v0.13.2
10502026-06-21T21:22:53.828Z Downloaded sync_wrapper v1.0.2
10512026-06-21T21:22:53.828Z Downloaded sync-ptr v0.1.4
10522026-06-21T21:22:53.828Z Downloaded supports-color v3.0.2
10532026-06-21T21:22:53.828Z Downloaded minimal-lexical v0.2.1
10542026-06-21T21:22:53.831Z Downloaded itertools v0.10.5
10552026-06-21T21:22:53.833Z Downloaded hashbrown v0.15.5
10562026-06-21T21:22:53.836Z Downloaded sqlformat v0.3.5
10572026-06-21T21:22:53.839Z Downloaded termtree v0.5.1
10582026-06-21T21:22:53.839Z Downloaded tabled_derive v0.11.0
10592026-06-21T21:22:53.842Z Downloaded spki v0.7.3
10602026-06-21T21:22:53.842Z Downloaded serde_cbor v0.11.2
10612026-06-21T21:22:53.845Z Downloaded thread-id v5.1.0
10622026-06-21T21:22:53.845Z Downloaded time-core v0.1.8
10632026-06-21T21:22:53.845Z Downloaded testing_table v0.3.0
10642026-06-21T21:22:53.845Z Downloaded tagptr v0.2.0
10652026-06-21T21:22:53.849Z Downloaded tabwriter v1.4.1
10662026-06-21T21:22:53.849Z Downloaded serde_with_macros v3.17.0
10672026-06-21T21:22:53.852Z Downloaded aes-gcm v0.10.3
10682026-06-21T21:22:53.852Z Downloaded static_assertions v1.1.0
10692026-06-21T21:22:53.855Z Downloaded stacker v0.1.23
10702026-06-21T21:22:53.861Z Downloaded pretty_assertions v1.4.1
10712026-06-21T21:22:53.864Z Downloaded strum_macros v0.26.4
10722026-06-21T21:22:53.867Z Downloaded tokio-macros v2.7.0
10732026-06-21T21:22:53.867Z Downloaded stringprep v0.1.5
10742026-06-21T21:22:53.870Z Downloaded string_cache v0.8.9
10752026-06-21T21:22:53.873Z Downloaded rustls-platform-verifier v0.6.2
10762026-06-21T21:22:53.879Z Downloaded tinyvec_macros v0.1.1
10772026-06-21T21:22:53.882Z Downloaded rayon-core v1.13.0
10782026-06-21T21:22:53.885Z Downloaded ryu v1.0.23
10792026-06-21T21:22:53.887Z Downloaded schemars v0.8.22
10802026-06-21T21:22:53.893Z Downloaded rand v0.8.6
10812026-06-21T21:22:53.896Z Downloaded slog-term v2.9.2
10822026-06-21T21:22:53.899Z Downloaded support-bundle-viewer v0.1.2
10832026-06-21T21:22:53.899Z Downloaded subtle v2.6.1
10842026-06-21T21:22:53.902Z Downloaded strum_macros v0.24.3
10852026-06-21T21:22:53.902Z Downloaded hashbrown v0.16.1
10862026-06-21T21:22:53.907Z Downloaded ron v0.8.1
10872026-06-21T21:22:53.911Z Downloaded spin v0.9.8
10882026-06-21T21:22:53.911Z Downloaded quinn v0.11.9
10892026-06-21T21:22:53.914Z Downloaded publicsuffix v2.3.0
10902026-06-21T21:22:53.914Z Downloaded prettyplease v0.2.37
10912026-06-21T21:22:53.917Z Downloaded nom v7.1.3
10922026-06-21T21:22:53.920Z Downloaded tower-service v0.3.3
10932026-06-21T21:22:53.920Z Downloaded tls_codec_derive v0.4.2
10942026-06-21T21:22:53.920Z Downloaded time-macros v0.2.27
10952026-06-21T21:22:53.923Z Downloaded thiserror-no-std v2.0.2
10962026-06-21T21:22:53.926Z Downloaded serde_yaml v0.9.34+deprecated
10972026-06-21T21:22:53.926Z Downloaded typify-macro v0.6.2
10982026-06-21T21:22:53.929Z Downloaded thiserror-impl-no-std v2.0.2
10992026-06-21T21:22:53.929Z Downloaded termios v0.3.3
11002026-06-21T21:22:53.929Z Downloaded similar v2.7.0
11012026-06-21T21:22:53.932Z Downloaded iri-string v0.7.10
11022026-06-21T21:22:53.935Z Downloaded topological-sort v0.2.2
11032026-06-21T21:22:53.938Z Downloaded slog v2.8.2
11042026-06-21T21:22:53.941Z Downloaded tokio-native-tls v0.3.1
11052026-06-21T21:22:53.941Z Downloaded num-bigint v0.4.6
11062026-06-21T21:22:53.945Z Downloaded strum_macros v0.27.2
11072026-06-21T21:22:53.945Z Downloaded signal-hook v0.3.18
11082026-06-21T21:22:53.947Z Downloaded mio v1.2.0
11092026-06-21T21:22:53.951Z Downloaded tls_codec v0.4.2
11102026-06-21T21:22:53.951Z Downloaded tokio-rustls v0.25.0
11112026-06-21T21:22:53.953Z Downloaded tower-layer v0.3.3
11122026-06-21T21:22:53.953Z Downloaded tiny-keccak v2.0.2
11132026-06-21T21:22:53.953Z Downloaded try-lock v0.2.5
11142026-06-21T21:22:53.956Z Downloaded trait-variant v0.1.2
11152026-06-21T21:22:53.957Z Downloaded libxml v0.3.3
11162026-06-21T21:22:53.960Z Downloaded universal-hash v0.5.1
11172026-06-21T21:22:53.960Z Downloaded qorb v0.4.1
11182026-06-21T21:22:53.962Z Downloaded unit-prefix v0.5.2
11192026-06-21T21:22:53.962Z Downloaded hyper v1.8.1
11202026-06-21T21:22:53.965Z Downloaded usdt-macro v0.6.0
11212026-06-21T21:22:53.969Z Downloaded usdt v0.6.0
11222026-06-21T21:22:53.969Z Downloaded untrusted v0.9.0
11232026-06-21T21:22:53.969Z Downloaded smf v0.2.3
11242026-06-21T21:22:53.971Z Downloaded unarray v0.1.4
11252026-06-21T21:22:53.971Z Downloaded tokio-dtrace v0.1.1
11262026-06-21T21:22:53.971Z Downloaded aho-corasick v1.1.4
11272026-06-21T21:22:53.974Z Downloaded unicode-truncate v1.1.0
11282026-06-21T21:22:53.977Z Downloaded tokio-tungstenite v0.23.1
11292026-06-21T21:22:53.980Z Downloaded socket2 v0.5.10
11302026-06-21T21:22:53.983Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11312026-06-21T21:22:53.983Z Downloaded socket2 v0.6.3
11322026-06-21T21:22:53.986Z Downloaded tokio-tungstenite v0.21.0
11332026-06-21T21:22:53.986Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-06-21T21:22:53.986Z Downloaded usdt-attr-macro v0.6.0
11352026-06-21T21:22:53.989Z Downloaded itertools v0.12.1
11362026-06-21T21:22:53.992Z Downloaded utf-8 v0.7.6
11372026-06-21T21:22:53.992Z Downloaded num-bigint-dig v0.8.6
11382026-06-21T21:22:53.995Z Downloaded samael v0.0.19
11392026-06-21T21:22:53.998Z Downloaded itertools v0.13.0
11402026-06-21T21:22:54.001Z Downloaded thread_local v1.1.9
11412026-06-21T21:22:54.004Z Downloaded term v1.2.1
11422026-06-21T21:22:54.004Z Downloaded toml_writer v1.0.6+spec-1.1.0
11432026-06-21T21:22:54.007Z Downloaded wait-timeout v0.2.1
11442026-06-21T21:22:54.008Z Downloaded void v1.0.2
11452026-06-21T21:22:54.008Z Downloaded term v0.7.0
11462026-06-21T21:22:54.011Z Downloaded rand v0.9.2
11472026-06-21T21:22:54.014Z Downloaded rsa v0.9.10
11482026-06-21T21:22:54.019Z Downloaded tui-tree-widget v0.23.1
11492026-06-21T21:22:54.025Z Downloaded tokio-stream v0.1.18
11502026-06-21T21:22:54.028Z Downloaded want v0.3.1
11512026-06-21T21:22:54.031Z Downloaded tokio-rustls v0.24.1
11522026-06-21T21:22:54.031Z Downloaded snafu v0.8.9
11532026-06-21T21:22:54.033Z Downloaded waitgroup v0.1.2
11542026-06-21T21:22:54.036Z Downloaded tokio-rustls v0.26.4
11552026-06-21T21:22:54.039Z Downloaded unicase v2.9.0
11562026-06-21T21:22:54.039Z Downloaded subprocess v0.2.15
11572026-06-21T21:22:54.042Z Downloaded xattr v1.6.1
11582026-06-21T21:22:54.045Z Downloaded zeroize_derive v1.4.3
11592026-06-21T21:22:54.048Z Downloaded hkdf v0.12.4
11602026-06-21T21:22:54.051Z Downloaded schemars v0.9.0
11612026-06-21T21:22:54.056Z Downloaded schemars v1.2.1
11622026-06-21T21:22:54.064Z Downloaded zone_cfg_derive v0.3.1
11632026-06-21T21:22:54.066Z Downloaded zone v0.3.1
11642026-06-21T21:22:54.067Z Downloaded xshell-macros v0.2.7
11652026-06-21T21:22:54.067Z Downloaded vergen-gitcl v1.0.8
11662026-06-21T21:22:54.067Z Downloaded uzers v0.12.2
11672026-06-21T21:22:54.069Z Downloaded untrusted v0.7.1
11682026-06-21T21:22:54.069Z Downloaded p521 v0.13.3
11692026-06-21T21:22:54.072Z Downloaded itertools v0.14.0
11702026-06-21T21:22:54.075Z Downloaded toml_parser v1.0.9+spec-1.1.0
11712026-06-21T21:22:54.079Z Downloaded test-strategy v0.4.5
11722026-06-21T21:22:54.079Z Downloaded nom v8.0.0
11732026-06-21T21:22:54.081Z Downloaded h2 v0.4.13
11742026-06-21T21:22:54.086Z Downloaded tracing-attributes v0.1.31
11752026-06-21T21:22:54.089Z Downloaded tinyvec v1.10.0
11762026-06-21T21:22:54.089Z Downloaded vergen-lib v9.1.0
11772026-06-21T21:22:54.089Z Downloaded vergen-lib v0.1.6
11782026-06-21T21:22:54.092Z Downloaded futures-util v0.3.32
11792026-06-21T21:22:54.098Z Downloaded russh v0.45.0
11802026-06-21T21:22:54.101Z Downloaded whoami v1.6.1
11812026-06-21T21:22:54.104Z Downloaded libm v0.2.16
11822026-06-21T21:22:54.107Z Downloaded whoami v2.1.0
11832026-06-21T21:22:54.109Z Downloaded walkdir v2.5.0
11842026-06-21T21:22:54.109Z Downloaded unicode-properties v0.1.4
11852026-06-21T21:22:54.113Z Downloaded xshell v0.2.7
11862026-06-21T21:22:54.113Z Downloaded wyz v0.5.1
11872026-06-21T21:22:54.117Z Downloaded rustls-webpki v0.103.9
11882026-06-21T21:22:54.120Z Downloaded usdt-impl v0.6.0
11892026-06-21T21:22:54.120Z Downloaded toml v1.0.6+spec-1.1.0
11902026-06-21T21:22:54.125Z Downloaded vergen v9.1.0
11912026-06-21T21:22:54.128Z Downloaded steno v0.4.1
11922026-06-21T21:22:54.131Z Downloaded zeroize v1.8.2
11932026-06-21T21:22:54.131Z Downloaded toml v0.7.8
11942026-06-21T21:22:54.134Z Downloaded reedline v0.40.0
11952026-06-21T21:22:54.137Z Downloaded tar v0.4.45
11962026-06-21T21:22:54.146Z Downloaded vsss-rs v3.3.4
11972026-06-21T21:22:54.149Z Downloaded twox-hash v2.1.2
11982026-06-21T21:22:54.152Z Downloaded rpassword v7.4.0
11992026-06-21T21:22:54.154Z Downloaded zstd-safe v7.2.4
12002026-06-21T21:22:54.157Z Downloaded vergen-git2 v9.1.0
12012026-06-21T21:22:54.157Z Downloaded typify v0.6.2
12022026-06-21T21:22:54.160Z Downloaded tungstenite v0.23.0
12032026-06-21T21:22:54.160Z Downloaded tungstenite v0.21.0
12042026-06-21T21:22:54.163Z Downloaded rand v0.10.0
12052026-06-21T21:22:54.179Z Downloaded zstd v0.13.3
12062026-06-21T21:22:54.182Z Downloaded rustyline v14.0.0
12072026-06-21T21:22:54.185Z Downloaded yasna v0.5.2
12082026-06-21T21:22:54.188Z Downloaded iddqd v0.4.2
12092026-06-21T21:22:54.191Z Downloaded uuid v1.23.0
12102026-06-21T21:22:54.200Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-06-21T21:22:54.204Z Downloaded unicode-bidi v0.3.18
12122026-06-21T21:22:54.207Z Downloaded tracing-core v0.1.36
12132026-06-21T21:22:54.209Z Downloaded git2 v0.20.4
12142026-06-21T21:22:54.212Z Downloaded zerocopy v0.6.6
12152026-06-21T21:22:54.250Z Downloaded blake3 v1.8.3
12162026-06-21T21:22:54.250Z Downloaded zopfli v0.8.3
12172026-06-21T21:22:54.250Z Downloaded vte v0.14.1
12182026-06-21T21:22:54.250Z Downloaded unsafe-libyaml v0.2.11
12192026-06-21T21:22:54.251Z Downloaded bitvec v1.0.1
12202026-06-21T21:22:54.254Z Downloaded zip v0.6.6
12212026-06-21T21:22:54.257Z Downloaded toml_edit v0.19.15
12222026-06-21T21:22:54.265Z Downloaded portable-atomic v1.13.1
12232026-06-21T21:22:54.269Z Downloaded ssh-key v0.6.7
12242026-06-21T21:22:54.273Z Downloaded serde_with v1.14.0
12252026-06-21T21:22:54.276Z Downloaded typed-path v0.9.3
12262026-06-21T21:22:54.279Z Downloaded tokio-postgres v0.7.16
12272026-06-21T21:22:54.285Z Downloaded salty v0.3.0
12282026-06-21T21:22:54.288Z Downloaded yansi v1.0.1
12292026-06-21T21:22:54.291Z Downloaded regex v1.12.3
12302026-06-21T21:22:54.294Z Downloaded p384 v0.13.1
12312026-06-21T21:22:54.297Z Downloaded unicode_categories v0.1.1
12322026-06-21T21:22:54.297Z Downloaded rustls-webpki v0.101.7
12332026-06-21T21:22:54.304Z Downloaded reqwest v0.13.2
12342026-06-21T21:22:54.308Z Downloaded tower v0.5.3
12352026-06-21T21:22:54.313Z Downloaded quick-xml v0.37.5
12362026-06-21T21:22:54.316Z Downloaded x509-cert v0.2.5
12372026-06-21T21:22:54.328Z Downloaded zerocopy-derive v0.8.40
12382026-06-21T21:22:54.339Z Downloaded proptest v1.10.0
12392026-06-21T21:22:54.343Z Downloaded unicode-normalization v0.1.25
12402026-06-21T21:22:54.345Z Downloaded petname v2.0.2
12412026-06-21T21:22:54.349Z Downloaded tokio-util v0.7.18
12422026-06-21T21:22:54.352Z Downloaded chrono v0.4.44
12432026-06-21T21:22:54.357Z Downloaded reqwest v0.12.28
12442026-06-21T21:22:54.360Z Downloaded rayon v1.11.0
12452026-06-21T21:22:54.365Z Downloaded unicode-segmentation v1.12.0
12462026-06-21T21:22:54.367Z Downloaded lalrpop v0.19.12
12472026-06-21T21:22:54.373Z Downloaded goblin v0.10.5
12482026-06-21T21:22:54.377Z Downloaded tough v0.22.0
12492026-06-21T21:22:54.381Z Downloaded moka v0.12.13
12502026-06-21T21:22:54.387Z Downloaded tower-http v0.6.8
12512026-06-21T21:22:54.390Z Downloaded dropshot v0.17.0
12522026-06-21T21:22:54.404Z Downloaded zip v4.6.1
12532026-06-21T21:22:54.407Z Downloaded serde_with v3.17.0
12542026-06-21T21:22:54.411Z Downloaded curve25519-dalek v4.1.3
12552026-06-21T21:22:54.416Z Downloaded rustls-webpki v0.102.8
12562026-06-21T21:22:54.426Z Downloaded radix_trie v0.2.1
12572026-06-21T21:22:54.429Z Downloaded polar-core v0.27.3
12582026-06-21T21:22:54.435Z Downloaded nix v0.27.1
12592026-06-21T21:22:54.440Z Downloaded winnow v0.6.26
12602026-06-21T21:22:54.446Z Downloaded openssl v0.10.79
12612026-06-21T21:22:54.458Z Downloaded tabled v0.20.0
12622026-06-21T21:22:54.468Z Downloaded smoltcp v0.9.1
12632026-06-21T21:22:54.494Z Downloaded time v0.3.47
12642026-06-21T21:22:54.501Z Downloaded object v0.30.4
12652026-06-21T21:22:54.501Z Downloaded vcpkg v0.2.15
12662026-06-21T21:22:54.510Z Downloaded zlib-rs v0.6.2
12672026-06-21T21:22:54.515Z Downloaded regex-syntax v0.6.29
12682026-06-21T21:22:54.520Z Downloaded hickory-proto v0.24.4
12692026-06-21T21:22:54.527Z Downloaded winnow v0.5.40
12702026-06-21T21:22:54.530Z Downloaded openapiv3 v2.2.0
12712026-06-21T21:22:54.537Z Downloaded smoltcp v0.11.0
12722026-06-21T21:22:54.544Z Downloaded regress v0.11.1
12732026-06-21T21:22:54.549Z Downloaded regress v0.10.5
12742026-06-21T21:22:54.554Z Downloaded diesel v2.3.7
12752026-06-21T21:22:54.565Z Downloaded rustls v0.21.12
12762026-06-21T21:22:54.572Z Downloaded bstr v1.12.1
12772026-06-21T21:22:54.578Z Downloaded nix v0.28.0
12782026-06-21T21:22:54.583Z Downloaded sqlparser v0.61.0
12792026-06-21T21:22:54.589Z Downloaded quinn-proto v0.11.13
12802026-06-21T21:22:54.592Z Downloaded sled v0.34.7
12812026-06-21T21:22:54.598Z Downloaded nix v0.31.2
12822026-06-21T21:22:54.611Z Downloaded object v0.37.3
12832026-06-21T21:22:54.627Z Downloaded webpki-roots v1.0.6
12842026-06-21T21:22:54.630Z Downloaded jiff v0.2.21
12852026-06-21T21:22:54.656Z Downloaded zerocopy v0.8.40
12862026-06-21T21:22:54.661Z Downloaded hickory-proto v0.25.2
12872026-06-21T21:22:54.671Z Downloaded rustls v0.22.4
12882026-06-21T21:22:54.677Z Downloaded regex-syntax v0.8.10
12892026-06-21T21:22:54.681Z Downloaded csv v1.4.0
12902026-06-21T21:22:54.693Z Downloaded rustls v0.23.37
12912026-06-21T21:22:54.700Z Downloaded rustix v0.38.44
12922026-06-21T21:22:54.712Z Downloaded sha3 v0.10.8
12932026-06-21T21:22:54.745Z Downloaded encoding_rs v0.8.35
12942026-06-21T21:22:54.825Z Downloaded tracing v0.1.44
12952026-06-21T21:22:54.837Z Downloaded typify-impl v0.6.2
12962026-06-21T21:22:54.845Z Downloaded ratatui v0.29.0
12972026-06-21T21:22:54.889Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-06-21T21:22:54.917Z Downloaded zerocopy-derive v0.6.6
12992026-06-21T21:22:54.925Z Downloaded regex-automata v0.4.14
13002026-06-21T21:22:54.941Z Downloaded petgraph v0.6.5
13012026-06-21T21:22:54.960Z Downloaded chrono-tz v0.10.4
13022026-06-21T21:22:54.977Z Downloaded petgraph v0.8.3
13032026-06-21T21:22:55.016Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-06-21T21:22:55.049Z Downloaded tokio v1.52.1
13052026-06-21T21:22:55.071Z Downloaded libz-sys v1.1.24
13062026-06-21T21:22:55.173Z Downloaded ring v0.17.14
13072026-06-21T21:22:55.226Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-06-21T21:22:55.766Z Downloaded aws-lc-sys v0.40.0
13092026-06-21T21:22:56.017Z Compiling libc v0.2.185
13102026-06-21T21:22:56.017Z Compiling serde v1.0.228
13112026-06-21T21:22:56.020Z Compiling log v0.4.29
13122026-06-21T21:22:56.020Z Compiling find-msvc-tools v0.1.9
13132026-06-21T21:22:56.169Z Compiling shlex v1.3.0
13142026-06-21T21:22:56.172Z Compiling smallvec v1.15.1
13152026-06-21T21:22:56.178Z Compiling syn v2.0.117
13162026-06-21T21:22:56.188Z Compiling typenum v1.19.0
13172026-06-21T21:22:56.359Z Compiling generic-array v0.14.7
13182026-06-21T21:22:56.371Z Compiling subtle v2.6.1
13192026-06-21T21:22:56.396Z Compiling scopeguard v1.2.0
13202026-06-21T21:22:56.432Z Compiling const-oid v0.9.6
13212026-06-21T21:22:56.487Z Compiling lock_api v0.4.14
13222026-06-21T21:22:56.503Z Compiling serde_json v1.0.149
13232026-06-21T21:22:56.541Z Compiling zerocopy v0.8.40
13242026-06-21T21:22:56.611Z Compiling pin-project-lite v0.2.17
13252026-06-21T21:22:56.714Z Compiling portable-atomic v1.13.1
13262026-06-21T21:22:56.725Z Compiling parking_lot_core v0.9.12
13272026-06-21T21:22:56.978Z Compiling pkg-config v0.3.32
13282026-06-21T21:22:56.990Z Compiling bitflags v2.11.0
13292026-06-21T21:22:57.070Z Compiling getrandom v0.2.17
13302026-06-21T21:22:57.163Z Compiling jobserver v0.1.34
13312026-06-21T21:22:57.175Z Compiling errno v0.3.14
13322026-06-21T21:22:57.242Z Compiling rand_core v0.6.4
13332026-06-21T21:22:57.306Z Compiling signal-hook-registry v1.4.8
13342026-06-21T21:22:57.554Z Compiling cc v1.2.56
13352026-06-21T21:22:57.571Z Compiling libm v0.2.16
13362026-06-21T21:22:57.571Z Compiling critical-section v1.2.0
13372026-06-21T21:22:57.614Z Compiling futures-core v0.3.32
13382026-06-21T21:22:57.648Z Compiling parking_lot v0.12.5
13392026-06-21T21:22:57.691Z Compiling once_cell v1.21.3
13402026-06-21T21:22:57.766Z Compiling mio v1.2.0
13412026-06-21T21:22:57.779Z Compiling num-traits v0.2.19
13422026-06-21T21:22:57.886Z Compiling percent-encoding v2.3.2
13432026-06-21T21:22:57.914Z Compiling socket2 v0.6.3
13442026-06-21T21:22:58.032Z Compiling futures-sink v0.3.32
13452026-06-21T21:22:58.074Z Compiling futures-task v0.3.32
13462026-06-21T21:22:58.133Z Compiling futures-channel v0.3.32
13472026-06-21T21:22:58.137Z Compiling getrandom v0.4.1
13482026-06-21T21:22:58.236Z Compiling slab v0.4.12
13492026-06-21T21:22:58.249Z Compiling futures-io v0.3.32
13502026-06-21T21:22:58.309Z Compiling cpufeatures v0.2.17
13512026-06-21T21:22:58.356Z Compiling rand_core v0.10.0
13522026-06-21T21:22:58.383Z Compiling indexmap v2.14.0
13532026-06-21T21:22:58.399Z Compiling rustversion v1.0.22
13542026-06-21T21:22:58.411Z Compiling getrandom v0.3.4
13552026-06-21T21:22:58.514Z Compiling cmake v0.1.57
13562026-06-21T21:22:58.777Z Compiling form_urlencoded v1.2.2
13572026-06-21T21:22:58.905Z Compiling fs_extra v1.3.0
13582026-06-21T21:22:58.953Z Compiling dunce v1.0.5
13592026-06-21T21:22:59.016Z Compiling synstructure v0.13.2
13602026-06-21T21:22:59.049Z Compiling ident_case v1.0.1
13612026-06-21T21:22:59.095Z Compiling base64ct v1.8.3
13622026-06-21T21:22:59.171Z Compiling flagset v0.4.7
13632026-06-21T21:22:59.174Z Compiling aws-lc-sys v0.40.0
13642026-06-21T21:22:59.301Z Compiling regex-syntax v0.8.10
13652026-06-21T21:22:59.319Z Compiling iana-time-zone v0.1.65
13662026-06-21T21:22:59.343Z Compiling pem-rfc7468 v0.7.0
13672026-06-21T21:22:59.379Z Compiling rustix v1.1.3
13682026-06-21T21:22:59.516Z Compiling rand_core v0.9.5
13692026-06-21T21:22:59.562Z Compiling ring v0.17.14
13702026-06-21T21:22:59.606Z Compiling vcpkg v0.2.15
13712026-06-21T21:22:59.634Z Compiling aws-lc-rs v1.16.3
13722026-06-21T21:22:59.794Z Compiling uuid v1.23.0
13732026-06-21T21:22:59.915Z Compiling rustc_version v0.4.1
13742026-06-21T21:23:00.296Z Compiling tracing-core v0.1.36
13752026-06-21T21:23:00.380Z Compiling openssl-sys v0.9.115
13762026-06-21T21:23:00.562Z Compiling base64 v0.22.1
13772026-06-21T21:23:00.787Z Compiling serde_derive v1.0.228
13782026-06-21T21:23:00.841Z Compiling zeroize_derive v1.4.3
13792026-06-21T21:23:00.881Z Compiling zerofrom-derive v0.1.6
13802026-06-21T21:23:00.897Z Compiling yoke-derive v0.8.1
13812026-06-21T21:23:01.126Z Compiling zerovec-derive v0.11.2
13822026-06-21T21:23:01.485Z Compiling zeroize v1.8.2
13832026-06-21T21:23:01.690Z Compiling zerocopy-derive v0.8.40
13842026-06-21T21:23:02.063Z Compiling displaydoc v0.2.5
13852026-06-21T21:23:02.230Z Compiling crypto-common v0.1.7
13862026-06-21T21:23:02.250Z Compiling block-buffer v0.10.4
13872026-06-21T21:23:02.291Z Compiling zerofrom v0.1.6
13882026-06-21T21:23:02.373Z Compiling digest v0.10.7
13892026-06-21T21:23:02.413Z Compiling yoke v0.8.1
13902026-06-21T21:23:02.413Z Compiling tokio-macros v2.7.0
13912026-06-21T21:23:02.599Z Compiling zerovec v0.11.5
13922026-06-21T21:23:02.612Z Compiling futures-macro v0.3.32
13932026-06-21T21:23:02.790Z Compiling zerotrie v0.2.3
13942026-06-21T21:23:03.084Z Compiling tinystr v0.8.2
13952026-06-21T21:23:03.096Z Compiling potential_utf v0.1.4
13962026-06-21T21:23:03.130Z Compiling hmac v0.12.1
13972026-06-21T21:23:03.255Z Compiling icu_locale_core v2.1.1
13982026-06-21T21:23:03.277Z Compiling icu_collections v2.1.1
13992026-06-21T21:23:03.289Z Compiling block-padding v0.3.3
14002026-06-21T21:23:03.402Z Compiling futures-util v0.3.32
14012026-06-21T21:23:03.464Z Compiling inout v0.1.4
14022026-06-21T21:23:03.655Z Compiling cipher v0.4.4
14032026-06-21T21:23:03.835Z Compiling sha2 v0.10.9
14042026-06-21T21:23:03.910Z Compiling icu_provider v2.1.1
14052026-06-21T21:23:04.167Z Compiling icu_properties v2.1.2
14062026-06-21T21:23:04.217Z Compiling bytes v1.11.1
14072026-06-21T21:23:04.280Z Compiling icu_normalizer v2.1.1
14082026-06-21T21:23:04.346Z Compiling der_derive v0.7.3
14092026-06-21T21:23:04.761Z Compiling tokio v1.52.1
14102026-06-21T21:23:04.780Z Compiling http v1.4.0
14112026-06-21T21:23:05.030Z Compiling idna_adapter v1.2.1
14122026-06-21T21:23:05.165Z Compiling idna v1.1.0
14132026-06-21T21:23:05.274Z Compiling der v0.7.10
14142026-06-21T21:23:05.274Z Compiling chrono v0.4.44
14152026-06-21T21:23:05.691Z Compiling url v2.5.8
14162026-06-21T21:23:05.718Z Compiling salsa20 v0.10.2
14172026-06-21T21:23:05.813Z Compiling pbkdf2 v0.12.2
14182026-06-21T21:23:05.856Z Compiling rustls-pki-types v1.14.0
14192026-06-21T21:23:05.927Z Compiling ppv-lite86 v0.2.21
14202026-06-21T21:23:06.100Z Compiling spki v0.7.3
14212026-06-21T21:23:06.256Z Compiling tracing-attributes v0.1.31
14222026-06-21T21:23:06.301Z Compiling thiserror-impl v2.0.18
14232026-06-21T21:23:06.316Z Compiling rand_chacha v0.9.0
14242026-06-21T21:23:06.463Z Compiling scrypt v0.11.0
14252026-06-21T21:23:06.472Z Compiling http-body v1.0.1
14262026-06-21T21:23:06.621Z Compiling aes v0.8.4
14272026-06-21T21:23:06.648Z Compiling cbc v0.1.2
14282026-06-21T21:23:06.773Z Compiling tinyvec_macros v0.1.1
14292026-06-21T21:23:06.797Z Compiling httparse v1.10.1
14302026-06-21T21:23:06.842Z Compiling untrusted v0.7.1
14312026-06-21T21:23:06.968Z Compiling openssl-probe v0.2.1
14322026-06-21T21:23:06.994Z Compiling untrusted v0.9.0
14332026-06-21T21:23:07.145Z Compiling pkcs5 v0.7.1
14342026-06-21T21:23:07.177Z Compiling tinyvec v1.10.0
14352026-06-21T21:23:07.514Z Compiling pest_generator v2.8.6
14362026-06-21T21:23:07.536Z Compiling tracing v0.1.44
14372026-06-21T21:23:07.609Z Compiling thiserror v2.0.18
14382026-06-21T21:23:07.613Z Compiling rand v0.9.2
14392026-06-21T21:23:07.661Z Compiling serde_derive_internals v0.29.1
14402026-06-21T21:23:07.724Z Compiling aho-corasick v1.1.4
14412026-06-21T21:23:07.796Z Compiling schemars v0.8.22
14422026-06-21T21:23:08.029Z Compiling dyn-clone v1.0.20
14432026-06-21T21:23:08.149Z Compiling tower-layer v0.3.3
14442026-06-21T21:23:08.211Z Compiling try-lock v0.2.5
14452026-06-21T21:23:08.301Z Compiling tower-service v0.3.3
14462026-06-21T21:23:08.301Z Compiling rustls v0.23.37
14472026-06-21T21:23:08.386Z Compiling atomic-waker v1.1.2
14482026-06-21T21:23:08.398Z Compiling want v0.3.1
14492026-06-21T21:23:08.480Z Compiling tokio-util v0.7.18
14502026-06-21T21:23:08.511Z Compiling regex-automata v0.4.14
14512026-06-21T21:23:08.526Z Compiling schemars_derive v0.8.22
14522026-06-21T21:23:08.559Z Compiling pest_derive v2.8.6
14532026-06-21T21:23:08.872Z Compiling pkcs8 v0.10.2
14542026-06-21T21:23:09.176Z Compiling h2 v0.4.13
14552026-06-21T21:23:09.269Z Compiling ipnet v2.11.0
14562026-06-21T21:23:09.375Z Compiling scroll_derive v0.13.1
14572026-06-21T21:23:09.497Z Compiling darling_core v0.20.11
14582026-06-21T21:23:09.750Z Compiling pin-utils v0.1.0
14592026-06-21T21:23:09.763Z Compiling foreign-types-shared v0.1.1
14602026-06-21T21:23:09.825Z Compiling openssl v0.10.79
14612026-06-21T21:23:09.848Z Compiling httpdate v1.0.3
14622026-06-21T21:23:10.096Z Compiling tempfile v3.25.0
14632026-06-21T21:23:10.126Z Compiling foreign-types v0.3.2
14642026-06-21T21:23:10.213Z Compiling scroll v0.13.0
14652026-06-21T21:23:10.426Z Compiling unicode-normalization v0.1.25
14662026-06-21T21:23:10.474Z Compiling openssl-macros v0.1.1
14672026-06-21T21:23:10.873Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-06-21T21:23:10.885Z Compiling socket2 v0.5.10
14692026-06-21T21:23:10.897Z Compiling spin v0.9.8
14702026-06-21T21:23:11.107Z Compiling time-core v0.1.8
14712026-06-21T21:23:11.257Z Compiling num-conv v0.2.0
14722026-06-21T21:23:11.270Z Compiling native-tls v0.2.18
14732026-06-21T21:23:11.286Z Compiling crc32fast v1.5.0
14742026-06-21T21:23:11.388Z Compiling powerfmt v0.2.0
14752026-06-21T21:23:11.483Z Compiling time-macros v0.2.27
14762026-06-21T21:23:11.587Z Compiling deranged v0.5.8
14772026-06-21T21:24:07.371Z Compiling darling_macro v0.20.11
14782026-06-21T21:24:07.403Z Compiling hyper v1.8.1
14792026-06-21T21:24:07.403Z Compiling darling v0.20.11
14802026-06-21T21:24:07.403Z Compiling goblin v0.10.5
14812026-06-21T21:24:07.403Z Compiling rustls-native-certs v0.8.3
14822026-06-21T21:24:07.403Z Compiling sync_wrapper v1.0.2
14832026-06-21T21:24:07.403Z Compiling wait-timeout v0.2.1
14842026-06-21T21:24:07.403Z Compiling crossbeam-utils v0.8.21
14852026-06-21T21:24:07.403Z Compiling num_threads v0.1.7
14862026-06-21T21:24:07.403Z Compiling quick-error v1.2.3
14872026-06-21T21:24:07.403Z Compiling simd-adler32 v0.3.8
14882026-06-21T21:24:07.403Z Compiling siphasher v1.0.2
14892026-06-21T21:24:07.403Z Compiling syn v1.0.109
14902026-06-21T21:24:07.403Z Compiling hyper-util v0.1.20
14912026-06-21T21:24:07.403Z Compiling unicode-segmentation v1.12.0
14922026-06-21T21:24:07.404Z Compiling bit-vec v0.8.0
14932026-06-21T21:24:07.404Z Compiling usdt-impl v0.6.0
14942026-06-21T21:24:07.404Z Compiling bit-set v0.8.0
14952026-06-21T21:24:07.447Z Compiling rusty-fork v0.3.1
14962026-06-21T21:24:07.479Z Compiling time v0.3.47
14972026-06-21T21:24:07.479Z Compiling tower v0.5.3
14982026-06-21T21:24:07.479Z Compiling derive_builder_core v0.20.2
14992026-06-21T21:24:07.479Z Compiling dtrace-parser v0.3.0
15002026-06-21T21:24:07.479Z Compiling http-body-util v0.1.3
15012026-06-21T21:24:07.479Z Compiling webpki-roots v1.0.6
15022026-06-21T21:24:07.479Z Compiling signature v2.2.0
15032026-06-21T21:24:07.480Z Compiling thiserror-impl v1.0.69
15042026-06-21T21:24:07.480Z Compiling scroll_derive v0.12.1
15052026-06-21T21:24:07.480Z Compiling dof v0.4.0
15062026-06-21T21:24:07.480Z Compiling heapless v0.7.17
15072026-06-21T21:24:07.480Z Compiling rand_xorshift v0.4.0
15082026-06-21T21:24:07.480Z Compiling slog v2.8.2
15092026-06-21T21:24:07.480Z Compiling darling_core v0.21.3
15102026-06-21T21:24:07.480Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-06-21T21:24:07.480Z Compiling thread-id v5.1.0
15122026-06-21T21:24:07.480Z Compiling cookie v0.18.1
15132026-06-21T21:24:07.480Z Compiling unicode-properties v0.1.4
15142026-06-21T21:24:07.480Z Compiling anyhow v1.0.102
15152026-06-21T21:24:07.480Z Compiling signal-hook v0.3.18
15162026-06-21T21:24:07.480Z Compiling zstd-safe v7.2.4
15172026-06-21T21:24:07.480Z Compiling adler2 v2.0.1
15182026-06-21T21:24:07.480Z Compiling iri-string v0.7.10
15192026-06-21T21:24:07.480Z Compiling ryu v1.0.23
15202026-06-21T21:24:07.480Z Compiling paste v1.0.15
15212026-06-21T21:24:07.480Z Compiling unarray v0.1.4
15222026-06-21T21:24:07.480Z Compiling unicode-bidi v0.3.18
15232026-06-21T21:24:07.480Z Compiling allocator-api2 v0.2.21
15242026-06-21T21:24:07.480Z Compiling proptest v1.10.0
15252026-06-21T21:24:07.480Z Compiling serde_urlencoded v0.7.1
15262026-06-21T21:24:07.480Z Compiling stringprep v0.1.5
15272026-06-21T21:24:07.481Z Compiling miniz_oxide v0.8.9
15282026-06-21T21:24:07.481Z Compiling thiserror v1.0.69
15292026-06-21T21:24:07.481Z Compiling tower-http v0.6.8
15302026-06-21T21:24:07.481Z Compiling scroll v0.12.0
15312026-06-21T21:24:07.481Z Compiling derive_builder_macro v0.20.2
15322026-06-21T21:24:07.481Z Compiling tokio-native-tls v0.3.1
15332026-06-21T21:24:07.481Z Compiling darling_macro v0.21.3
15342026-06-21T21:24:07.481Z Compiling heck v0.4.1
15352026-06-21T21:24:07.481Z Compiling ipnetwork v0.21.1
15362026-06-21T21:24:07.481Z Compiling bstr v1.12.1
15372026-06-21T21:24:07.481Z Compiling rand_chacha v0.3.1
15382026-06-21T21:24:07.481Z Compiling toml_datetime v0.6.11
15392026-06-21T21:24:07.481Z Compiling serde_tokenstream v0.2.3
15402026-06-21T21:24:07.481Z Compiling serde_spanned v0.6.9
15412026-06-21T21:24:07.481Z Compiling erased-serde v0.3.31
15422026-06-21T21:24:07.481Z Compiling md-5 v0.10.6
15432026-06-21T21:24:07.481Z Compiling pin-project-internal v1.1.11
15442026-06-21T21:24:07.481Z Compiling zerocopy-derive v0.7.35
15452026-06-21T21:24:07.481Z Compiling async-trait v0.1.89
15462026-06-21T21:24:07.481Z Compiling curve25519-dalek v4.1.3
15472026-06-21T21:24:07.481Z Compiling vergen-lib v9.1.0
15482026-06-21T21:24:07.481Z Compiling num-integer v0.1.46
15492026-06-21T21:24:07.481Z Compiling hash32 v0.2.1
15502026-06-21T21:24:07.481Z Compiling ff v0.13.1
15512026-06-21T21:24:07.481Z Compiling memoffset v0.9.1
15522026-06-21T21:24:07.481Z Compiling encoding_rs v0.8.35
15532026-06-21T21:24:07.482Z Compiling ref-cast v1.0.25
15542026-06-21T21:24:07.482Z Compiling num-bigint-dig v0.8.6
15552026-06-21T21:24:07.482Z Compiling fallible-iterator v0.2.0
15562026-06-21T21:24:07.482Z Compiling smoltcp v0.9.1
15572026-06-21T21:24:07.482Z Compiling litrs v1.0.0
15582026-06-21T21:24:07.482Z Compiling zlib-rs v0.6.2
15592026-06-21T21:24:07.482Z Compiling rustix v0.38.44
15602026-06-21T21:24:07.482Z Compiling cfg_aliases v0.2.1
15612026-06-21T21:24:07.482Z Compiling base16ct v0.2.0
15622026-06-21T21:24:07.482Z Compiling psl-types v2.0.11
15632026-06-21T21:24:07.482Z Compiling mime v0.3.17
15642026-06-21T21:24:07.482Z Compiling document-features v0.2.12
15652026-06-21T21:24:07.482Z Compiling publicsuffix v2.3.0
15662026-06-21T21:24:07.482Z Compiling sec1 v0.7.3
15672026-06-21T21:24:07.482Z Compiling nix v0.31.2
15682026-06-21T21:24:07.482Z Compiling postgres-protocol v0.6.10
15692026-06-21T21:24:07.482Z Compiling pin-project v1.1.11
15702026-06-21T21:24:07.482Z Compiling group v0.13.0
15712026-06-21T21:24:07.482Z Compiling zerocopy v0.7.35
15722026-06-21T21:24:07.482Z Compiling num-iter v0.1.45
15732026-06-21T21:24:07.482Z Compiling newtype-uuid v1.3.2
15742026-06-21T21:24:07.482Z Compiling rand v0.8.6
15752026-06-21T21:24:07.482Z Compiling hubpack_derive v0.1.1
15762026-06-21T21:24:07.482Z Compiling darling v0.21.3
15772026-06-21T21:24:07.482Z Compiling derive_builder v0.20.2
15782026-06-21T21:24:07.483Z Compiling oxnet v0.1.6
15792026-06-21T21:24:07.483Z Compiling snafu-derive v0.8.9
15802026-06-21T21:24:07.483Z Compiling hyper-tls v0.6.0
15812026-06-21T21:24:07.483Z Compiling goblin v0.8.2
15822026-06-21T21:24:07.483Z Compiling phf_shared v0.13.1
15832026-06-21T21:24:07.483Z Compiling lazy_static v1.5.0
15842026-06-21T21:24:07.483Z Compiling flate2 v1.1.9
15852026-06-21T21:24:07.483Z Compiling regex v1.12.3
15862026-06-21T21:24:07.483Z Compiling anstyle-parse v0.2.7
15872026-06-21T21:24:07.483Z Compiling strum_macros v0.27.2
15882026-06-21T21:24:07.483Z Compiling futures-executor v0.3.32
15892026-06-21T21:24:07.483Z Compiling hex v0.4.3
15902026-06-21T21:24:07.483Z Compiling hkdf v0.12.4
15912026-06-21T21:24:07.483Z Compiling crypto-bigint v0.5.5
15922026-06-21T21:24:07.483Z Compiling terminal_size v0.4.3
15932026-06-21T21:24:07.483Z Compiling daft-derive v0.1.7
15942026-06-21T21:24:07.483Z Compiling curve25519-dalek-derive v0.1.1
15952026-06-21T21:24:07.483Z Compiling ref-cast-impl v1.0.25
15962026-06-21T21:24:07.498Z Compiling vergen v9.1.0
15972026-06-21T21:24:07.498Z Compiling fs-err v3.3.0
15982026-06-21T21:24:07.498Z Compiling cargo-platform v0.3.2
15992026-06-21T21:24:07.498Z Compiling ahash v0.8.12
16002026-06-21T21:24:07.498Z Compiling foldhash v0.1.5
16012026-06-21T21:24:07.498Z Compiling bitflags v1.3.2
16022026-06-21T21:24:07.498Z Compiling bumpalo v3.20.2
16032026-06-21T21:24:07.498Z Compiling object v0.37.3
16042026-06-21T21:24:07.498Z Compiling managed v0.8.0
16052026-06-21T21:24:07.498Z Compiling winnow v0.5.40
16062026-06-21T21:24:07.498Z Compiling libbz2-rs-sys v0.2.2
16072026-06-21T21:24:07.498Z Compiling same-file v1.0.6
16082026-06-21T21:24:07.498Z Compiling foldhash v0.2.0
16092026-06-21T21:24:07.498Z Compiling strum v0.27.2
16102026-06-21T21:24:07.498Z Compiling hashbrown v0.16.1
16112026-06-21T21:24:07.498Z Compiling bzip2 v0.6.1
16122026-06-21T21:24:07.498Z Compiling walkdir v2.5.0
16132026-06-21T21:24:07.498Z Compiling clap_builder v4.6.0
16142026-06-21T21:24:07.498Z Compiling zopfli v0.8.3
16152026-06-21T21:24:07.498Z Compiling hashbrown v0.15.5
16162026-06-21T21:24:07.498Z Compiling cargo_metadata v0.23.1
16172026-06-21T21:24:07.498Z Compiling toml_edit v0.19.15
16182026-06-21T21:24:07.499Z Compiling elliptic-curve v0.13.8
16192026-06-21T21:24:07.499Z Compiling daft v0.1.7
16202026-06-21T21:24:07.499Z Compiling dof v0.3.0
16212026-06-21T21:24:07.499Z Compiling snafu v0.8.9
16222026-06-21T21:24:07.499Z Compiling futures v0.3.32
16232026-06-21T21:24:07.499Z Compiling anstream v0.6.21
16242026-06-21T21:24:07.499Z Compiling phf v0.13.1
16252026-06-21T21:24:07.499Z Compiling signal-hook-mio v0.2.5
16262026-06-21T21:24:07.499Z Compiling cookie_store v0.22.1
16272026-06-21T21:24:07.499Z Compiling zstd v0.13.3
16282026-06-21T21:24:07.499Z Compiling bzip2 v0.4.4
16292026-06-21T21:24:07.499Z Compiling hubpack v0.1.2
16302026-06-21T21:24:07.499Z Compiling serde_with_macros v3.17.0
16312026-06-21T21:24:07.499Z Compiling postgres-types v0.2.12
16322026-06-21T21:24:07.499Z Compiling usdt-macro v0.6.0
16332026-06-21T21:24:07.499Z Compiling usdt-attr-macro v0.6.0
16342026-06-21T21:24:07.499Z Compiling globset v0.4.18
16352026-06-21T21:24:07.499Z Compiling dtrace-parser v0.2.0
16362026-06-21T21:24:07.499Z Compiling ed25519 v2.2.3
16372026-06-21T21:24:07.499Z Compiling phf_shared v0.11.3
16382026-06-21T21:24:07.499Z Compiling olpc-cjson v0.1.4
16392026-06-21T21:24:07.499Z Compiling pkcs1 v0.7.5
16402026-06-21T21:24:07.499Z Compiling clap_derive v4.6.1
16412026-06-21T21:24:07.499Z Compiling strum_macros v0.26.4
16422026-06-21T21:24:07.499Z Compiling enum-as-inner v0.6.1
16432026-06-21T21:24:07.500Z Compiling serde-big-array v0.5.1
16442026-06-21T21:24:07.500Z Compiling serde_plain v1.0.2
16452026-06-21T21:24:07.500Z Compiling rfc6979 v0.4.0
16462026-06-21T21:24:07.500Z Compiling pem v3.0.6
16472026-06-21T21:24:07.500Z Compiling serde_repr v0.1.20
16482026-06-21T21:24:07.500Z Compiling async-recursion v1.1.1
16492026-06-21T21:24:07.500Z Compiling float-cmp v0.10.0
16502026-06-21T21:24:07.500Z Compiling memmap2 v0.9.10
16512026-06-21T21:24:07.500Z Compiling thread-id v4.2.2
16522026-06-21T21:24:07.501Z Compiling env_filter v1.0.0
16532026-06-21T21:24:07.501Z Compiling static_assertions v1.1.0
16542026-06-21T21:24:07.501Z Compiling predicates-core v1.0.10
16552026-06-21T21:24:07.501Z Compiling new_debug_unreachable v1.0.6
16562026-06-21T21:24:07.501Z Compiling normalize-line-endings v0.3.0
16572026-06-21T21:24:07.501Z Compiling difflib v0.4.0
16582026-06-21T21:24:07.501Z Compiling keccak v0.1.6
16592026-06-21T21:24:07.501Z Compiling data-encoding v2.10.0
16602026-06-21T21:24:07.501Z Compiling fixedbitset v0.5.7
16612026-06-21T21:24:07.501Z Compiling typed-path v0.9.3
16622026-06-21T21:24:07.501Z Compiling either v1.15.0
16632026-06-21T21:24:07.501Z Compiling fixedbitset v0.4.2
16642026-06-21T21:24:07.501Z Compiling whoami v2.1.0
16652026-06-21T21:24:07.501Z Compiling precomputed-hash v0.1.1
16662026-06-21T21:24:07.501Z Compiling jiff v0.2.21
16672026-06-21T21:24:07.501Z Compiling tokio-postgres v0.7.16
16682026-06-21T21:24:07.501Z Compiling string_cache v0.8.9
16692026-06-21T21:24:07.501Z Compiling itertools v0.13.0
16702026-06-21T21:24:07.501Z Compiling petgraph v0.6.5
16712026-06-21T21:24:07.501Z Compiling clap v4.6.1
16722026-06-21T21:24:07.501Z Compiling strum v0.26.3
16732026-06-21T21:24:07.501Z Compiling hickory-proto v0.25.2
16742026-06-21T21:24:07.501Z Compiling petgraph v0.8.3
16752026-06-21T21:24:07.502Z Compiling predicates v3.1.4
16762026-06-21T21:24:07.502Z Compiling sha3 v0.10.8
16772026-06-21T21:24:07.502Z Compiling toml_edit v0.22.27
16782026-06-21T21:24:07.502Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-06-21T21:24:07.502Z Compiling env_logger v0.11.9
16802026-06-21T21:24:07.502Z Compiling usdt v0.6.0
16812026-06-21T21:24:07.502Z Compiling usdt-impl v0.5.0
16822026-06-21T21:24:07.502Z Compiling ecdsa v0.16.9
16832026-06-21T21:24:07.502Z Compiling zip v4.6.1
16842026-06-21T21:24:07.502Z Compiling rsa v0.9.10
16852026-06-21T21:24:07.502Z Compiling ed25519-dalek v2.2.0
16862026-06-21T21:24:07.502Z Compiling serde_with v3.17.0
16872026-06-21T21:24:07.502Z Compiling crossterm v0.28.1
16882026-06-21T21:24:07.502Z Compiling zip v0.6.6
16892026-06-21T21:24:07.502Z Compiling toml v0.7.8
16902026-06-21T21:24:07.502Z Compiling iddqd v0.4.2
16912026-06-21T21:24:07.502Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-06-21T21:24:07.502Z Compiling similar v2.7.0
16932026-06-21T21:24:07.502Z Compiling crossbeam-epoch v0.9.18
16942026-06-21T21:24:07.502Z Compiling tokio-stream v0.1.18
16952026-06-21T21:24:07.502Z Compiling buf-list v1.1.2
16962026-06-21T21:24:07.524Z Compiling x509-cert v0.2.5
16972026-06-21T21:24:07.524Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-06-21T21:24:07.524Z Compiling openapiv3 v2.2.0
16992026-06-21T21:24:07.524Z Compiling sha1 v0.10.6
17002026-06-21T21:24:07.524Z Compiling lalrpop-util v0.19.12
17012026-06-21T21:24:07.524Z Compiling peg-runtime v0.8.5
17022026-06-21T21:24:07.524Z Compiling thread_local v1.1.9
17032026-06-21T21:24:07.524Z Compiling slog-async v2.8.0
17042026-06-21T21:24:07.524Z Compiling crossbeam-channel v0.5.15
17052026-06-21T21:24:07.524Z Compiling is-terminal v0.4.17
17062026-06-21T21:24:07.524Z Compiling filetime v0.2.27
17072026-06-21T21:24:07.524Z Compiling take_mut v0.2.2
17082026-06-21T21:24:07.524Z Compiling xattr v1.6.1
17092026-06-21T21:24:07.524Z Compiling term v1.2.1
17102026-06-21T21:24:07.525Z Compiling tar v0.4.45
17112026-06-21T21:24:07.525Z Compiling slog-term v2.9.2
17122026-06-21T21:24:07.525Z Compiling rustls-webpki v0.103.9
17132026-06-21T21:24:07.525Z Compiling tokio-rustls v0.26.4
17142026-06-21T21:24:07.525Z Compiling rustls-platform-verifier v0.6.2
17152026-06-21T21:24:07.525Z Compiling hyper-rustls v0.27.7
17162026-06-21T21:24:07.525Z Compiling reqwest v0.12.28
17172026-06-21T21:24:07.525Z Compiling reqwest v0.13.2
17182026-06-21T21:24:07.525Z Compiling tough v0.22.0
17192026-06-21T21:24:07.525Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-06-21T21:24:07.525Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-06-21T21:24:07.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17222026-06-21T21:24:07.525Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17232026-06-21T21:24:07.525ZJun 21 21:23:58.344 INFO Starting download, target: Cockroach
17242026-06-21T21:24:07.525ZJun 21 21:23:58.344 INFO Starting download, target: Console
17252026-06-21T21:24:07.525ZJun 21 21:23:58.344 INFO Starting download, target: Clickhouse
17262026-06-21T21:24:07.525ZJun 21 21:23:58.344 INFO Starting download, target: DendriteStub
17272026-06-21T21:24:07.525ZJun 21 21:23:58.344 INFO Starting download, target: MaghemiteMgd
17282026-06-21T21:24:07.525ZJun 21 21:23:58.344 INFO Starting download, target: MaghemiteDdmd
17292026-06-21T21:24:07.525ZJun 21 21:23:58.344 INFO Starting download, target: TransceiverControl
17302026-06-21T21:24:07.525ZJun 21 21:23:58.345 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-06-21T21:24:07.525ZJun 21 21:23:58.345 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-06-21T21:24:07.525ZJun 21 21:23:58.345 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-06-21T21:24:07.525ZJun 21 21:23:58.345 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17342026-06-21T21:24:07.525ZJun 21 21:23:58.345 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-21T21:24:07.526ZJun 21 21:23:58.345 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-21T21:24:07.526ZJun 21 21:23:58.345 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-21T21:24:07.526ZJun 21 21:23:59.279 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-06-21T21:24:07.526ZJun 21 21:23:59.514 INFO Download complete, target: Console
17392026-06-21T21:24:07.526ZJun 21 21:24:00.083 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-06-21T21:24:07.743ZJun 21 21:24:06.625 INFO Checking that binary works, target: Clickhouse
17412026-06-21T21:24:07.824ZJun 21 21:24:06.713 INFO Download complete, target: Clickhouse
17422026-06-21T21:24:08.320ZJun 21 21:24:07.185 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-06-21T21:24:08.595ZJun 21 21:24:07.392 INFO Download complete, target: TransceiverControl
17442026-06-21T21:24:11.097ZJun 21 21:24:09.967 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-06-21T21:24:11.959ZJun 21 21:24:10.848 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-06-21T21:24:12.021ZJun 21 21:24:10.910 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17472026-06-21T21:24:12.289ZJun 21 21:24:11.179 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-06-21T21:24:12.290ZJun 21 21:24:11.179 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-06-21T21:24:13.566ZJun 21 21:24:12.458 INFO Download complete, target: DendriteStub
17502026-06-21T21:24:13.923ZJun 21 21:24:12.816 INFO Download complete, target: MaghemiteDdmd
17512026-06-21T21:24:14.425ZJun 21 21:24:13.318 INFO Download complete, target: MaghemiteMgd
17522026-06-21T21:24:16.958ZJun 21 21:24:15.851 INFO Checking that binary works, target: Cockroach
17532026-06-21T21:24:17.074ZJun 21 21:24:15.966 INFO Download complete, target: Cockroach
17542026-06-21T21:24:17.088ZAll builder prerequisites installed successfully, and PATH looks valid
17552026-06-21T21:24:17.093Z
17562026-06-21T21:24:17.093Zreal 2:13.810791198
17572026-06-21T21:24:17.093Zuser 6:49.428811612
17582026-06-21T21:24:17.093Zsys 1:22.989428358
17592026-06-21T21:24:17.093Ztrap 0.210980377
17602026-06-21T21:24:17.093Ztflt 0.655784722
17612026-06-21T21:24:17.093Zdflt 0.565271784
17622026-06-21T21:24:17.093Zkflt 0.021685896
17632026-06-21T21:24:17.093Zlock 24:11.131880092
17642026-06-21T21:24:17.093Zslp 21:32.462072647
17652026-06-21T21:24:17.093Zlat 38.901748726
17662026-06-21T21:24:17.093Zstop 1:40.921768531
17672026-06-21T21:24:17.094Z+ banner clippy
17682026-06-21T21:24:17.094Z
17692026-06-21T21:24:17.094Z #### # # ##### ##### # #
17702026-06-21T21:24:17.094Z # # # # # # # # # #
17712026-06-21T21:24:17.094Z # # # # # # # #
17722026-06-21T21:24:17.094Z # # # ##### ##### #
17732026-06-21T21:24:17.094Z # # # # # # #
17742026-06-21T21:24:17.094Z #### ###### # # # #
17752026-06-21T21:24:17.094Z
17762026-06-21T21:24:17.094Z+ export CARGO_INCREMENTAL=0
17772026-06-21T21:24:17.094Z+ CARGO_INCREMENTAL=0
17782026-06-21T21:24:17.094Z+ ptime -m cargo xtask clippy
17792026-06-21T21:24:17.539Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17802026-06-21T21:24:17.761Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17812026-06-21T21:24:19.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17822026-06-21T21:24:19.653Z Running `target/debug/xtask clippy`
17832026-06-21T21:24:19.677Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17842026-06-21T21:24:20.240Z Downloading crates ...
17852026-06-21T21:24:20.437Z Downloaded linkme-impl v0.3.35
17862026-06-21T21:24:20.460Z Downloaded supports-unicode v2.1.0
17872026-06-21T21:24:20.463Z Downloaded criterion-plot v0.6.0
17882026-06-21T21:24:20.465Z Downloaded backtrace-ext v0.2.1
17892026-06-21T21:24:20.465Z Downloaded concurrent-queue v2.5.0
17902026-06-21T21:24:20.469Z Downloaded stringmetrics v2.2.2
17912026-06-21T21:24:20.471Z Downloaded assert_cmd v2.1.2
17922026-06-21T21:24:20.476Z Downloaded hashbrown v0.14.5
17932026-06-21T21:24:20.480Z Downloaded plotters-svg v0.3.7
17942026-06-21T21:24:20.480Z Downloaded async-object-pool v0.2.0
17952026-06-21T21:24:20.480Z Downloaded assert-json-diff v2.0.2
17962026-06-21T21:24:20.483Z Downloaded event-listener-strategy v0.5.4
17972026-06-21T21:24:20.486Z Downloaded cast v0.3.0
17982026-06-21T21:24:20.489Z Downloaded miette-derive v5.10.0
17992026-06-21T21:24:20.492Z Downloaded anes v0.1.6
18002026-06-21T21:24:20.495Z Downloaded target-triple v1.0.0
18012026-06-21T21:24:20.502Z Downloaded libtest-mimic v0.8.1
18022026-06-21T21:24:20.504Z Downloaded parking v2.2.1
18032026-06-21T21:24:20.507Z Downloaded tokio-test v0.4.5
18042026-06-21T21:24:20.511Z Downloaded supports-color v2.1.0
18052026-06-21T21:24:20.511Z Downloaded pathdiff v0.2.3
18062026-06-21T21:24:20.511Z Downloaded plotters-backend v0.3.7
18072026-06-21T21:24:20.514Z Downloaded terminal_size v0.1.17
18082026-06-21T21:24:20.514Z Downloaded nested v0.1.1
18092026-06-21T21:24:20.517Z Downloaded constant_time_eq v0.3.1
18102026-06-21T21:24:20.522Z Downloaded guppy-workspace-hack v0.1.0
18112026-06-21T21:24:20.529Z Downloaded similar-asserts v1.7.0
18122026-06-21T21:24:20.532Z Downloaded escape8259 v0.5.3
18132026-06-21T21:24:20.534Z Downloaded serde_regex v1.1.0
18142026-06-21T21:24:20.542Z Downloaded linkme v0.3.35
18152026-06-21T21:24:20.545Z Downloaded supports-hyperlinks v2.1.0
18162026-06-21T21:24:20.548Z Downloaded target-lexicon v0.13.3
18172026-06-21T21:24:20.550Z Downloaded rust-argon2 v2.1.0
18182026-06-21T21:24:20.553Z Downloaded oorandom v11.1.5
18192026-06-21T21:24:20.556Z Downloaded relative-path v1.9.3
18202026-06-21T21:24:20.556Z Downloaded approx v0.5.1
18212026-06-21T21:24:20.556Z Downloaded tinytemplate v1.2.1
18222026-06-21T21:24:20.556Z Downloaded rustc-demangle v0.1.27
18232026-06-21T21:24:20.559Z Downloaded futures-timer v3.0.3
18242026-06-21T21:24:20.559Z Downloaded partial-io v0.5.4
18252026-06-21T21:24:20.562Z Downloaded target-spec v3.5.7
18262026-06-21T21:24:20.565Z Downloaded owo-colors v3.5.0
18272026-06-21T21:24:20.565Z Downloaded termcolor v1.4.1
18282026-06-21T21:24:20.568Z Downloaded httptest v0.16.4
18292026-06-21T21:24:20.575Z Downloaded knuffel-derive v3.2.0
18302026-06-21T21:24:20.579Z Downloaded textwrap v0.15.2
18312026-06-21T21:24:20.581Z Downloaded event-listener v5.4.1
18322026-06-21T21:24:20.588Z Downloaded path-tree v0.8.3
18332026-06-21T21:24:20.591Z Downloaded trybuild v1.0.116
18342026-06-21T21:24:20.594Z Downloaded async-lock v3.4.2
18352026-06-21T21:24:20.597Z Downloaded hickory-client v0.25.2
18362026-06-21T21:24:20.600Z Downloaded datatest-stable v0.3.3
18372026-06-21T21:24:20.602Z Downloaded cfg-expr v0.20.6
18382026-06-21T21:24:20.607Z Downloaded blake2b_simd v1.0.4
18392026-06-21T21:24:20.610Z Downloaded rstest v0.25.0
18402026-06-21T21:24:20.614Z Downloaded rstest_macros v0.25.0
18412026-06-21T21:24:20.617Z Downloaded addr2line v0.25.1
18422026-06-21T21:24:20.620Z Downloaded miette v5.10.0
18432026-06-21T21:24:20.622Z Downloaded knuffel v3.2.0
18442026-06-21T21:24:20.626Z Downloaded backtrace v0.3.76
18452026-06-21T21:24:20.629Z Downloaded fancy-regex v0.14.0
18462026-06-21T21:24:20.633Z Downloaded chumsky v0.9.3
18472026-06-21T21:24:20.641Z Downloaded rand_distr v0.5.1
18482026-06-21T21:24:20.648Z Downloaded criterion v0.7.0
18492026-06-21T21:24:20.653Z Downloaded guppy v0.17.25
18502026-06-21T21:24:20.659Z Downloaded plotters v0.3.7
18512026-06-21T21:24:20.672Z Downloaded gimli v0.32.3
18522026-06-21T21:24:20.792Z Downloaded httpmock v0.8.3
18532026-06-21T21:24:22.433Z Checking cfg-if v1.0.4
18542026-06-21T21:24:22.783Z Checking libc v0.2.185
18552026-06-21T21:24:22.786Z Checking serde_core v1.0.228
18562026-06-21T21:24:22.860Z Checking memchr v2.8.0
18572026-06-21T21:24:22.900Z Checking smallvec v1.15.1
18582026-06-21T21:24:22.939Z Checking itoa v1.0.17
18592026-06-21T21:24:22.977Z Checking log v0.4.29
18602026-06-21T21:24:23.023Z Checking libm v0.2.16
18612026-06-21T21:24:23.026Z Checking zeroize v1.8.2
18622026-06-21T21:24:23.101Z Checking scopeguard v1.2.0
18632026-06-21T21:24:23.142Z Checking stable_deref_trait v1.2.1
18642026-06-21T21:24:23.183Z Checking zmij v1.0.21
18652026-06-21T21:24:23.229Z Checking lock_api v0.4.14
18662026-06-21T21:24:23.267Z Checking errno v0.3.14
18672026-06-21T21:24:23.267Z Checking getrandom v0.2.17
18682026-06-21T21:24:23.270Z Checking zerofrom v0.1.6
18692026-06-21T21:24:23.371Z Checking percent-encoding v2.3.2
18702026-06-21T21:24:23.411Z Checking writeable v0.6.2
18712026-06-21T21:24:23.444Z Checking litemap v0.8.1
18722026-06-21T21:24:23.477Z Checking yoke v0.8.1
18732026-06-21T21:24:23.517Z Checking icu_properties_data v2.1.2
18742026-06-21T21:24:23.517Z Checking icu_normalizer_data v2.1.1
18752026-06-21T21:24:23.583Z Checking subtle v2.6.1
18762026-06-21T21:24:23.619Z Checking form_urlencoded v1.2.2
18772026-06-21T21:24:23.655Z Checking utf8_iter v1.0.4
18782026-06-21T21:24:23.660Z Checking rand_core v0.6.4
18792026-06-21T21:24:23.724Z Checking zerovec v0.11.5
18802026-06-21T21:24:23.728Z Checking num-traits v0.2.19
18812026-06-21T21:24:23.728Z Checking zerotrie v0.2.3
18822026-06-21T21:24:23.823Z Checking pin-project-lite v0.2.17
18832026-06-21T21:24:23.861Z Checking zerocopy v0.8.40
18842026-06-21T21:24:23.900Z Checking rand_core v0.10.0
18852026-06-21T21:24:23.938Z Checking parking_lot_core v0.9.12
18862026-06-21T21:24:23.985Z Checking portable-atomic v1.13.1
18872026-06-21T21:24:24.048Z Checking signal-hook-registry v1.4.8
18882026-06-21T21:24:24.094Z Checking getrandom v0.4.1
18892026-06-21T21:24:24.162Z Checking parking_lot v0.12.5
18902026-06-21T21:24:24.197Z Checking tinystr v0.8.2
18912026-06-21T21:24:24.247Z Checking potential_utf v0.1.4
18922026-06-21T21:24:24.283Z Checking serde v1.0.228
18932026-06-21T21:24:24.286Z Checking serde_json v1.0.149
18942026-06-21T21:24:24.349Z Checking bitflags v2.11.0
18952026-06-21T21:24:24.385Z Checking critical-section v1.2.0
18962026-06-21T21:24:24.422Z Checking icu_collections v2.1.1
18972026-06-21T21:24:24.425Z Checking icu_locale_core v2.1.1
18982026-06-21T21:24:24.492Z Checking mio v1.2.0
18992026-06-21T21:24:24.527Z Checking once_cell v1.21.3
19002026-06-21T21:24:24.568Z Checking typenum v1.19.0
19012026-06-21T21:24:24.707Z Checking bytes v1.11.1
19022026-06-21T21:24:24.753Z Checking socket2 v0.6.3
19032026-06-21T21:24:24.802Z Checking iana-time-zone v0.1.65
19042026-06-21T21:24:24.854Z Checking uuid v1.23.0
19052026-06-21T21:24:24.935Z Checking chrono v0.4.44
19062026-06-21T21:24:24.987Z Checking thiserror v2.0.18
19072026-06-21T21:24:25.022Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19082026-06-21T21:24:25.025Z Checking icu_provider v2.1.1
19092026-06-21T21:24:25.118Z Checking semver v1.0.28
19102026-06-21T21:24:25.152Z Checking generic-array v0.14.7
19112026-06-21T21:24:25.188Z Checking tokio v1.52.1
19122026-06-21T21:24:25.220Z Checking futures-core v0.3.32
19132026-06-21T21:24:25.298Z Checking icu_normalizer v2.1.1
19142026-06-21T21:24:25.337Z Checking icu_properties v2.1.2
19152026-06-21T21:24:25.372Z Checking dyn-clone v1.0.20
19162026-06-21T21:24:25.446Z Checking const-oid v0.9.6
19172026-06-21T21:24:25.535Z Checking equivalent v1.0.2
19182026-06-21T21:24:25.632Z Checking crypto-common v0.1.7
19192026-06-21T21:24:25.671Z Checking block-buffer v0.10.4
19202026-06-21T21:24:25.673Z Checking rustix v1.1.3
19212026-06-21T21:24:25.791Z Checking byteorder v1.5.0
19222026-06-21T21:24:25.841Z Checking futures-sink v0.3.32
19232026-06-21T21:24:25.878Z Checking slab v0.4.12
19242026-06-21T21:24:25.970Z Checking futures-channel v0.3.32
19252026-06-21T21:24:26.016Z Checking futures-io v0.3.32
19262026-06-21T21:24:26.062Z Checking futures-task v0.3.32
19272026-06-21T21:24:26.159Z Checking cpufeatures v0.2.17
19282026-06-21T21:24:26.196Z Checking digest v0.10.7
19292026-06-21T21:24:26.199Z Checking thiserror v1.0.69
19302026-06-21T21:24:26.263Z Checking idna_adapter v1.2.1
19312026-06-21T21:24:26.266Z Checking futures-util v0.3.32
19322026-06-21T21:24:26.266Z Checking hashbrown v0.17.0
19332026-06-21T21:24:26.361Z Checking getrandom v0.3.4
19342026-06-21T21:24:26.409Z Checking idna v1.1.0
19352026-06-21T21:24:26.445Z Checking fnv v1.0.7
19362026-06-21T21:24:26.531Z Checking regex-syntax v0.8.10
19372026-06-21T21:24:26.566Z Checking http v1.4.0
19382026-06-21T21:24:26.569Z Checking tracing-core v0.1.36
19392026-06-21T21:24:26.631Z Checking ppv-lite86 v0.2.21
19402026-06-21T21:24:26.677Z Checking url v2.5.8
19412026-06-21T21:24:26.810Z Checking indexmap v2.14.0
19422026-06-21T21:24:26.928Z Checking base64 v0.22.1
19432026-06-21T21:24:26.964Z Checking utf8parse v0.2.2
19442026-06-21T21:24:27.097Z Checking tracing v0.1.44
19452026-06-21T21:24:27.142Z Checking schemars v0.8.22
19462026-06-21T21:24:27.176Z Checking anstyle v1.0.14
19472026-06-21T21:24:27.211Z Checking base64ct v1.8.3
19482026-06-21T21:24:27.327Z Checking anstyle-query v1.1.5
19492026-06-21T21:24:27.386Z Checking colorchoice v1.0.4
19502026-06-21T21:24:27.389Z Checking is_terminal_polyfill v1.70.2
19512026-06-21T21:24:27.453Z Checking block-padding v0.3.3
19522026-06-21T21:24:27.488Z Checking ipnet v2.11.0
19532026-06-21T21:24:27.522Z Checking untrusted v0.9.0
19542026-06-21T21:24:27.556Z Checking anstyle-parse v1.0.0
19552026-06-21T21:24:27.613Z Checking inout v0.1.4
19562026-06-21T21:24:27.658Z Checking ring v0.17.14
19572026-06-21T21:24:27.732Z Checking terminal_size v0.4.3
19582026-06-21T21:24:27.767Z Checking aho-corasick v1.1.4
19592026-06-21T21:24:27.802Z Checking cipher v0.4.4
19602026-06-21T21:24:27.806Z Checking crossbeam-utils v0.8.21
19612026-06-21T21:24:27.871Z Checking unicode-ident v1.0.24
19622026-06-21T21:24:27.874Z Checking anstream v1.0.0
19632026-06-21T21:24:28.009Z Checking proc-macro2 v1.0.106
19642026-06-21T21:24:28.045Z Checking strsim v0.11.1
19652026-06-21T21:24:28.173Z Checking clap_lex v1.0.0
19662026-06-21T21:24:28.193Z Checking pem-rfc7468 v0.7.0
19672026-06-21T21:24:28.230Z Checking sha2 v0.10.9
19682026-06-21T21:24:28.265Z Checking rustls-pki-types v1.14.0
19692026-06-21T21:24:28.304Z Checking clap_builder v4.6.0
19702026-06-21T21:24:28.345Z Checking quote v1.0.45
19712026-06-21T21:24:28.384Z Checking httparse v1.10.1
19722026-06-21T21:24:28.387Z Checking tokio-util v0.7.18
19732026-06-21T21:24:28.456Z Checking regex-automata v0.4.14
19742026-06-21T21:24:28.524Z Checking powerfmt v0.2.0
19752026-06-21T21:24:28.559Z Checking syn v2.0.117
19762026-06-21T21:24:28.595Z Checking rand_core v0.9.5
19772026-06-21T21:24:28.628Z Checking hmac v0.12.1
19782026-06-21T21:24:28.663Z Checking num_threads v0.1.7
19792026-06-21T21:24:28.700Z Checking deranged v0.5.8
19802026-06-21T21:24:28.775Z Checking time-core v0.1.8
19812026-06-21T21:24:28.811Z Checking num-conv v0.2.0
19822026-06-21T21:24:28.814Z Checking erased-serde v0.3.31
19832026-06-21T21:24:28.947Z Checking flagset v0.4.7
19842026-06-21T21:24:28.983Z Checking http-body v1.0.1
19852026-06-21T21:24:29.037Z Checking allocator-api2 v0.2.21
19862026-06-21T21:24:29.098Z Checking der v0.7.10
19872026-06-21T21:24:29.142Z Checking atomic-waker v1.1.2
19882026-06-21T21:24:29.248Z Checking slog v2.8.2
19892026-06-21T21:24:29.284Z Checking rand_chacha v0.9.0
19902026-06-21T21:24:29.340Z Checking anyhow v1.0.102
19912026-06-21T21:24:29.507Z Checking try-lock v0.2.5
19922026-06-21T21:24:29.543Z Checking httpdate v1.0.3
19932026-06-21T21:24:29.546Z Checking clap v4.6.1
19942026-06-21T21:24:29.612Z Checking rand v0.9.2
19952026-06-21T21:24:29.648Z Checking want v0.3.1
19962026-06-21T21:24:29.650Z Checking time v0.3.47
19972026-06-21T21:24:29.714Z Checking h2 v0.4.13
19982026-06-21T21:24:29.717Z Checking spin v0.9.8
19992026-06-21T21:24:29.796Z Checking ryu v1.0.23
20002026-06-21T21:24:29.854Z Checking tower-service v0.3.3
20012026-06-21T21:24:29.953Z Checking tower-layer v0.3.3
20022026-06-21T21:24:29.991Z Checking pin-utils v0.1.0
20032026-06-21T21:24:29.994Z Checking ipnetwork v0.21.1
20042026-06-21T21:24:30.092Z Checking socket2 v0.5.10
20052026-06-21T21:24:30.144Z Checking fastrand v2.3.0
20062026-06-21T21:24:30.147Z Checking mime v0.3.17
20072026-06-21T21:24:30.281Z Checking spki v0.7.3
20082026-06-21T21:24:30.284Z Checking pbkdf2 v0.12.2
20092026-06-21T21:24:30.359Z Checking aes v0.8.4
20102026-06-21T21:24:30.362Z Checking http-body-util v0.1.3
20112026-06-21T21:24:30.427Z Checking cbc v0.1.2
20122026-06-21T21:24:30.464Z Checking salsa20 v0.10.2
20132026-06-21T21:24:30.495Z Checking rand_chacha v0.3.1
20142026-06-21T21:24:30.581Z Checking hex v0.4.3
20152026-06-21T21:24:30.625Z Checking aws-lc-sys v0.40.0
20162026-06-21T21:24:30.660Z Checking untrusted v0.7.1
20172026-06-21T21:24:30.735Z Checking pretty-hex v0.4.1
20182026-06-21T21:24:30.784Z Checking simd-adler32 v0.3.8
20192026-06-21T21:24:30.819Z Checking rand v0.8.6
20202026-06-21T21:24:30.856Z Checking scrypt v0.11.0
20212026-06-21T21:24:30.861Z Checking tempfile v3.25.0
20222026-06-21T21:24:30.861Z Checking openssl-probe v0.2.1
20232026-06-21T21:24:30.876Z Checking plain v0.2.3
20242026-06-21T21:24:31.013Z Checking adler2 v2.0.1
20252026-06-21T21:24:31.081Z Checking regex v1.12.3
20262026-06-21T21:24:31.136Z Checking serde_urlencoded v0.7.1
20272026-06-21T21:24:31.176Z Checking encoding_rs v0.8.35
20282026-06-21T21:24:31.179Z Checking aws-lc-rs v1.16.3
20292026-06-21T21:24:31.179Z Checking miniz_oxide v0.8.9
20302026-06-21T21:24:31.206Z Checking pkcs5 v0.7.1
20312026-06-21T21:24:31.343Z Checking ucd-trie v0.1.7
20322026-06-21T21:24:31.379Z Checking camino v1.2.2
20332026-06-21T21:24:31.413Z Checking rustls-native-certs v0.8.3
20342026-06-21T21:24:31.506Z Checking pest v2.8.6
20352026-06-21T21:24:31.547Z Checking pkcs8 v0.10.2
20362026-06-21T21:24:31.581Z Checking oxnet v0.1.6
20372026-06-21T21:24:31.585Z Checking futures-executor v0.3.32
20382026-06-21T21:24:31.653Z Checking sync_wrapper v1.0.2
20392026-06-21T21:24:31.751Z Checking either v1.15.0
20402026-06-21T21:24:31.787Z Checking tower v0.5.3
20412026-06-21T21:24:31.791Z Checking futures v0.3.32
20422026-06-21T21:24:31.873Z Checking webpki-roots v1.0.6
20432026-06-21T21:24:31.927Z Checking crc32fast v1.5.0
20442026-06-21T21:24:31.974Z Checking iri-string v0.7.10
20452026-06-21T21:24:32.019Z Checking foldhash v0.2.0
20462026-06-21T21:24:32.091Z Checking rustls-webpki v0.103.9
20472026-06-21T21:24:32.126Z Checking static_assertions v1.1.0
20482026-06-21T21:24:32.161Z Checking lazy_static v1.5.0
20492026-06-21T21:24:32.200Z Checking hashbrown v0.16.1
20502026-06-21T21:24:32.204Z Checking openapiv3 v2.2.0
20512026-06-21T21:24:32.267Z Checking signature v2.2.0
20522026-06-21T21:24:32.302Z Checking winnow v0.7.14
20532026-06-21T21:24:32.400Z Checking hyper v1.8.1
20542026-06-21T21:24:32.438Z Checking hubpack v0.1.2
20552026-06-21T21:24:32.534Z Checking rustls v0.23.37
20562026-06-21T21:24:32.573Z Checking zlib-rs v0.6.2
20572026-06-21T21:24:32.630Z Checking strum v0.26.3
20582026-06-21T21:24:32.757Z Checking tinyvec_macros v0.1.1
20592026-06-21T21:24:32.793Z Checking psl-types v2.0.11
20602026-06-21T21:24:32.854Z Checking tinyvec v1.10.0
20612026-06-21T21:24:32.938Z Checking publicsuffix v2.3.0
20622026-06-21T21:24:32.996Z Checking tower-http v0.6.8
20632026-06-21T21:24:33.125Z Checking cookie v0.18.1
20642026-06-21T21:24:33.189Z Checking sha1 v0.10.6
20652026-06-21T21:24:33.298Z Checking num-integer v0.1.46
20662026-06-21T21:24:33.335Z Checking hyper-util v0.1.20
20672026-06-21T21:24:33.378Z Checking scroll v0.13.0
20682026-06-21T21:24:33.381Z Checking data-encoding v2.10.0
20692026-06-21T21:24:33.465Z Checking flate2 v1.1.9
20702026-06-21T21:24:33.501Z Checking cookie_store v0.22.1
20712026-06-21T21:24:33.504Z Checking toml_datetime v0.6.11
20722026-06-21T21:24:33.568Z Checking serde_spanned v0.6.9
20732026-06-21T21:24:33.629Z Checking goblin v0.10.5
20742026-06-21T21:24:33.698Z Checking memmap2 v0.9.10
20752026-06-21T21:24:33.733Z Checking base16ct v0.2.0
20762026-06-21T21:24:33.767Z Checking bit-vec v0.8.0
20772026-06-21T21:24:33.803Z Checking dtrace-parser v0.3.0
20782026-06-21T21:24:33.856Z Checking ff v0.13.1
20792026-06-21T21:24:33.892Z Checking sec1 v0.7.3
20802026-06-21T21:24:33.895Z Checking thread-id v5.1.0
20812026-06-21T21:24:33.985Z Checking bit-set v0.8.0
20822026-06-21T21:24:34.021Z Checking wait-timeout v0.2.1
20832026-06-21T21:24:34.055Z Checking group v0.13.0
20842026-06-21T21:24:34.091Z Checking num-iter v0.1.45
20852026-06-21T21:24:34.130Z Checking bstr v1.12.1
20862026-06-21T21:24:34.165Z Checking hkdf v0.12.4
20872026-06-21T21:24:34.199Z Checking crossbeam-epoch v0.9.18
20882026-06-21T21:24:34.235Z Checking anstyle-parse v0.2.7
20892026-06-21T21:24:34.238Z Checking ahash v0.8.12
20902026-06-21T21:24:34.324Z Checking crypto-bigint v0.5.5
20912026-06-21T21:24:34.414Z Checking quick-error v1.2.3
20922026-06-21T21:24:34.450Z Checking anstream v0.6.21
20932026-06-21T21:24:34.491Z Checking rand_xorshift v0.4.0
20942026-06-21T21:24:34.545Z Checking rusty-fork v0.3.1
20952026-06-21T21:24:34.580Z Checking scroll v0.12.0
20962026-06-21T21:24:34.583Z Checking unarray v0.1.4
20972026-06-21T21:24:34.647Z Checking num-bigint-dig v0.8.6
20982026-06-21T21:24:34.682Z Checking pkcs1 v0.7.5
20992026-06-21T21:24:34.741Z Checking x509-cert v0.2.5
21002026-06-21T21:24:34.743Z Checking proptest v1.10.0
21012026-06-21T21:24:34.832Z Checking goblin v0.8.2
21022026-06-21T21:24:34.878Z Checking tokio-rustls v0.26.4
21032026-06-21T21:24:34.917Z Checking rustls-platform-verifier v0.6.2
21042026-06-21T21:24:35.084Z Checking zerocopy v0.7.35
21052026-06-21T21:24:35.137Z Checking hyper-rustls v0.27.7
21062026-06-21T21:24:35.257Z Checking elliptic-curve v0.13.8
21072026-06-21T21:24:35.376Z Checking reqwest v0.13.2
21082026-06-21T21:24:35.431Z Checking foreign-types-shared v0.1.1
21092026-06-21T21:24:35.505Z Checking unicode-segmentation v1.12.0
21102026-06-21T21:24:35.547Z Checking foreign-types v0.3.2
21112026-06-21T21:24:35.599Z Checking rsa v0.9.10
21122026-06-21T21:24:35.635Z Checking dtrace-parser v0.2.0
21132026-06-21T21:24:35.671Z Checking rfc6979 v0.4.0
21142026-06-21T21:24:35.816Z Checking memoffset v0.9.1
21152026-06-21T21:24:35.854Z Checking openssl-sys v0.9.115
21162026-06-21T21:24:35.894Z Checking thread-id v4.2.2
21172026-06-21T21:24:35.929Z Checking ecdsa v0.16.9
21182026-06-21T21:24:35.971Z Checking dof v0.4.0
21192026-06-21T21:24:36.006Z Checking curve25519-dalek v4.1.3
21202026-06-21T21:24:36.098Z Checking rustix v0.38.44
21212026-06-21T21:24:36.249Z Checking env_filter v1.0.0
21222026-06-21T21:24:36.287Z Checking openssl v0.10.79
21232026-06-21T21:24:36.321Z Checking toml_write v0.1.2
21242026-06-21T21:24:36.423Z Checking keccak v0.1.6
21252026-06-21T21:24:36.515Z Checking same-file v1.0.6
21262026-06-21T21:24:36.595Z Checking newtype-uuid v1.3.2
21272026-06-21T21:24:36.631Z Checking sha3 v0.10.8
21282026-06-21T21:24:36.666Z Checking walkdir v2.5.0
21292026-06-21T21:24:36.670Z Checking usdt-impl v0.6.0
21302026-06-21T21:24:36.748Z Checking dof v0.3.0
21312026-06-21T21:24:36.815Z Checking toml_edit v0.22.27
21322026-06-21T21:24:36.822Z Checking daft v0.1.7
21332026-06-21T21:24:36.857Z Checking env_logger v0.11.9
21342026-06-21T21:24:36.860Z Checking ed25519 v2.2.3
21352026-06-21T21:24:36.923Z Checking itertools v0.13.0
21362026-06-21T21:24:37.006Z Checking usdt v0.6.0
21372026-06-21T21:24:37.058Z Checking usdt-impl v0.5.0
21382026-06-21T21:24:37.095Z Checking serde_with v3.17.0
21392026-06-21T21:24:37.098Z Checking siphasher v1.0.2
21402026-06-21T21:24:37.098Z Checking bitflags v1.3.2
21412026-06-21T21:24:37.198Z Checking ed25519-dalek v2.2.0
21422026-06-21T21:24:37.233Z Checking nix v0.31.2
21432026-06-21T21:24:37.340Z Checking toml_parser v1.0.9+spec-1.1.0
21442026-06-21T21:24:37.376Z Checking unicode-normalization v0.1.25
21452026-06-21T21:24:37.454Z Checking signal-hook v0.3.18
21462026-06-21T21:24:37.671Z Checking winnow v0.5.40
21472026-06-21T21:24:37.709Z Checking managed v0.8.0
21482026-06-21T21:24:37.802Z Checking bzip2-sys v0.1.13+1.0.8
21492026-06-21T21:24:37.884Z Checking object v0.37.3
21502026-06-21T21:24:37.920Z Checking foldhash v0.1.5
21512026-06-21T21:24:37.923Z Checking bzip2 v0.4.4
21522026-06-21T21:24:37.987Z Checking signal-hook-mio v0.2.5
21532026-06-21T21:24:38.083Z Checking hashbrown v0.15.5
21542026-06-21T21:24:38.121Z Checking globset v0.4.18
21552026-06-21T21:24:38.156Z Checking ref-cast v1.0.25
21562026-06-21T21:24:38.281Z Checking zstd-sys v2.0.16+zstd.1.5.7
21572026-06-21T21:24:38.284Z Checking native-tls v0.2.18
21582026-06-21T21:24:38.351Z Checking zip v0.6.6
21592026-06-21T21:24:38.404Z Checking pin-project v1.1.11
21602026-06-21T21:24:38.440Z Checking zstd-safe v7.2.4
21612026-06-21T21:24:38.512Z Checking bumpalo v3.20.2
21622026-06-21T21:24:38.550Z Checking libbz2-rs-sys v0.2.2
21632026-06-21T21:24:38.553Z Checking tokio-native-tls v0.3.1
21642026-06-21T21:24:38.618Z Checking crossterm v0.28.1
21652026-06-21T21:24:38.651Z Checking zstd v0.13.3
21662026-06-21T21:24:38.694Z Checking similar v2.7.0
21672026-06-21T21:24:38.743Z Checking zopfli v0.8.3
21682026-06-21T21:24:38.780Z Checking hyper-tls v0.6.0
21692026-06-21T21:24:38.831Z Checking toml_edit v0.19.15
21702026-06-21T21:24:38.865Z Checking tokio-stream v0.1.18
21712026-06-21T21:24:38.970Z Checking bzip2 v0.6.1
21722026-06-21T21:24:39.009Z Checking reqwest v0.12.28
21732026-06-21T21:24:39.092Z Checking fs-err v3.3.0
21742026-06-21T21:24:39.128Z Checking pem v3.0.6
21752026-06-21T21:24:39.164Z Checking hash32 v0.2.1
21762026-06-21T21:24:39.270Z Checking serde-big-array v0.5.1
21772026-06-21T21:24:39.312Z Checking jiff v0.2.21
21782026-06-21T21:24:39.348Z Checking predicates-core v1.0.10
21792026-06-21T21:24:39.351Z Checking unicode-properties v0.1.4
21802026-06-21T21:24:39.415Z Checking unicode-bidi v0.3.18
21812026-06-21T21:24:39.449Z Checking heapless v0.7.17
21822026-06-21T21:24:39.500Z Checking snafu v0.8.9
21832026-06-21T21:24:39.594Z Checking olpc-cjson v0.1.4
21842026-06-21T21:24:39.740Z Checking stringprep v0.1.5
21852026-06-21T21:24:39.778Z Checking hickory-proto v0.25.2
21862026-06-21T21:24:39.781Z Checking md-5 v0.10.6
21872026-06-21T21:24:39.865Z Checking toml v0.7.8
21882026-06-21T21:24:39.902Z Checking serde_plain v1.0.2
21892026-06-21T21:24:39.905Z Checking float-cmp v0.10.0
21902026-06-21T21:24:39.969Z Checking difflib v0.4.0
21912026-06-21T21:24:39.972Z Checking typed-path v0.9.3
21922026-06-21T21:24:40.072Z Checking fallible-iterator v0.2.0
21932026-06-21T21:24:40.108Z Checking normalize-line-endings v0.3.0
21942026-06-21T21:24:40.187Z Checking smoltcp v0.9.1
21952026-06-21T21:24:40.223Z Checking iddqd v0.4.2
21962026-06-21T21:24:40.226Z Checking predicates v3.1.4
21972026-06-21T21:24:40.226Z Checking phf_shared v0.11.3
21982026-06-21T21:24:40.386Z Checking postgres-protocol v0.6.10
21992026-06-21T21:24:40.435Z Checking phf_shared v0.13.1
22002026-06-21T21:24:40.615Z Checking buf-list v1.1.2
22012026-06-21T21:24:40.661Z Checking strum v0.27.2
22022026-06-21T21:24:40.741Z Checking fixedbitset v0.5.7
22032026-06-21T21:24:40.780Z Checking tough v0.22.0
22042026-06-21T21:24:40.816Z Checking precomputed-hash v0.1.1
22052026-06-21T21:24:40.820Z Checking fixedbitset v0.4.2
22062026-06-21T21:24:40.884Z Checking lalrpop-util v0.19.12
22072026-06-21T21:24:40.934Z Checking new_debug_unreachable v1.0.6
22082026-06-21T21:24:40.971Z Checking petgraph v0.8.3
22092026-06-21T21:24:41.035Z Checking string_cache v0.8.9
22102026-06-21T21:24:41.071Z Checking petgraph v0.6.5
22112026-06-21T21:24:41.105Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22122026-06-21T21:24:41.161Z Checking postgres-types v0.2.12
22132026-06-21T21:24:41.238Z Checking phf v0.13.1
22142026-06-21T21:24:41.420Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22152026-06-21T21:24:41.505Z Checking peg-runtime v0.8.5
22162026-06-21T21:24:41.573Z Checking zip v4.6.1
22172026-06-21T21:24:41.679Z Checking whoami v2.1.0
22182026-06-21T21:24:41.828Z Checking is-terminal v0.4.17
22192026-06-21T21:24:41.899Z Checking tokio-postgres v0.7.16
22202026-06-21T21:24:41.953Z Checking crossbeam-channel v0.5.15
22212026-06-21T21:24:42.177Z Checking thread_local v1.1.9
22222026-06-21T21:24:42.321Z Compiling structmeta-derive v0.3.0
22232026-06-21T21:24:42.357Z Checking take_mut v0.2.2
22242026-06-21T21:24:42.392Z Checking term v1.2.1
22252026-06-21T21:24:42.492Z Checking slog-async v2.8.0
22262026-06-21T21:24:42.555Z Compiling newtype-uuid-macros v0.1.0
22272026-06-21T21:24:42.605Z Compiling rustls v0.22.4
22282026-06-21T21:24:42.646Z Checking slog-term v2.9.2
22292026-06-21T21:24:42.692Z Compiling multer v3.1.0
22302026-06-21T21:24:42.846Z Compiling async-stream-impl v0.3.6
22312026-06-21T21:24:42.890Z Checking match_cfg v0.1.0
22322026-06-21T21:24:42.957Z Checking slog-json v2.6.1
22332026-06-21T21:24:42.992Z Checking hostname v0.3.1
22342026-06-21T21:24:43.026Z Compiling dropshot v0.17.0
22352026-06-21T21:24:43.118Z Compiling dropshot_endpoint v0.17.0
22362026-06-21T21:24:43.153Z Checking slog-bunyan v2.5.0
22372026-06-21T21:24:43.186Z Checking debug-ignore v1.0.5
22382026-06-21T21:24:43.292Z Checking progenitor-client v0.14.0
22392026-06-21T21:24:43.327Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22402026-06-21T21:24:43.331Z Checking rustls-webpki v0.102.8
22412026-06-21T21:24:43.331Z Checking toml_datetime v1.0.0+spec-1.1.0
22422026-06-21T21:24:43.424Z Compiling structmeta v0.3.0
22432026-06-21T21:24:43.458Z Checking serde_path_to_error v0.1.20
22442026-06-21T21:24:43.543Z Checking serde_spanned v1.0.4
22452026-06-21T21:24:43.581Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22462026-06-21T21:24:43.620Z Checking toml_writer v1.0.6+spec-1.1.0
22472026-06-21T21:24:43.661Z Compiling derive-ex v0.1.8
22482026-06-21T21:24:43.700Z Checking compression-core v0.4.31
22492026-06-21T21:24:43.797Z Checking async-stream v0.3.6
22502026-06-21T21:24:43.863Z Checking compression-codecs v0.4.37
22512026-06-21T21:24:43.866Z Checking toml v1.0.6+spec-1.1.0
22522026-06-21T21:24:43.954Z Checking waitgroup v0.1.2
22532026-06-21T21:24:43.990Z Checking rustls-pemfile v2.2.0
22542026-06-21T21:24:44.059Z Checking async-compression v0.4.41
22552026-06-21T21:24:44.113Z Checking hostname v0.4.2
22562026-06-21T21:24:44.116Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-06-21T21:24:44.160Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22582026-06-21T21:24:44.220Z Checking atomicwrites v0.4.4
22592026-06-21T21:24:44.264Z Compiling parse-display-derive v0.10.0
22602026-06-21T21:24:44.329Z Checking itertools v0.14.0
22612026-06-21T21:24:44.332Z Checking macaddr v1.0.1
22622026-06-21T21:24:44.397Z Checking regress v0.10.5
22632026-06-21T21:24:44.494Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22642026-06-21T21:24:44.538Z Checking instant v0.1.13
22652026-06-21T21:24:44.654Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22662026-06-21T21:24:44.879Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22672026-06-21T21:24:44.917Z Checking backoff v0.4.0
22682026-06-21T21:24:44.956Z Checking backon v1.6.0
22692026-06-21T21:24:45.126Z Checking humantime v2.3.0
22702026-06-21T21:24:45.162Z Checking progenitor-extras v0.2.0
22712026-06-21T21:24:45.243Z Checking tokio-rustls v0.25.0
22722026-06-21T21:24:45.360Z Checking unicode-width v0.2.0
22732026-06-21T21:24:45.395Z Compiling test-strategy v0.4.5
22742026-06-21T21:24:45.430Z Compiling convert_case v0.4.0
22752026-06-21T21:24:45.433Z Checking heck v0.5.0
22762026-06-21T21:24:45.496Z Checking half v2.7.1
22772026-06-21T21:24:45.581Z Checking ciborium-io v0.2.2
22782026-06-21T21:24:45.634Z Checking secrecy v0.10.3
22792026-06-21T21:24:45.701Z Compiling regress v0.11.1
22802026-06-21T21:24:45.785Z Checking indent_write v2.2.0
22812026-06-21T21:24:45.788Z Checking ciborium-ll v0.2.2
22822026-06-21T21:24:45.863Z Checking universal-hash v0.5.1
22832026-06-21T21:24:45.866Z Compiling derive_more v0.99.20
22842026-06-21T21:24:45.945Z Checking opaque-debug v0.3.1
22852026-06-21T21:24:45.985Z Checking parse-display v0.10.0
22862026-06-21T21:24:46.019Z Checking ciborium v0.2.2
22872026-06-21T21:24:46.086Z Checking camino-tempfile v1.4.1
22882026-06-21T21:24:46.163Z Compiling crucible-workspace-hack v0.1.0
22892026-06-21T21:24:46.272Z Checking aead v0.5.2
22902026-06-21T21:24:46.416Z Compiling unsafe-libyaml v0.2.11
22912026-06-21T21:24:46.483Z Checking poly1305 v0.8.0
22922026-06-21T21:24:46.546Z Checking chacha20 v0.9.1
22932026-06-21T21:24:46.768Z Compiling thiserror-impl-no-std v2.0.2
22942026-06-21T21:24:46.773Z Checking swrite v0.1.0
22952026-06-21T21:24:46.908Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-06-21T21:24:46.945Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972026-06-21T21:24:47.184Z Compiling serde_yaml v0.9.34+deprecated
22982026-06-21T21:24:47.288Z Compiling typify-impl v0.6.2
22992026-06-21T21:24:47.326Z Checking password-hash v0.5.0
23002026-06-21T21:24:47.464Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23012026-06-21T21:24:47.582Z Checking blake2 v0.10.6
23022026-06-21T21:24:47.848Z Checking argon2 v0.5.3
23032026-06-21T21:24:47.973Z Checking thiserror-no-std v2.0.2
23042026-06-21T21:24:48.094Z Checking vsss-rs v3.3.4
23052026-06-21T21:24:48.221Z Checking chacha20poly1305 v0.10.1
23062026-06-21T21:24:48.388Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23072026-06-21T21:24:48.461Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-06-21T21:24:48.674Z Checking byte-wrapper v0.1.0
23092026-06-21T21:24:48.716Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-21T21:24:48.776Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23112026-06-21T21:24:48.827Z Checking crossbeam-deque v0.8.6
23122026-06-21T21:24:48.907Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23132026-06-21T21:24:48.943Z Compiling rayon-core v1.13.0
23142026-06-21T21:24:48.981Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23152026-06-21T21:24:49.024Z Compiling toml_datetime v0.7.5+spec-1.1.0
23162026-06-21T21:24:49.242Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23172026-06-21T21:24:49.302Z Compiling toml_edit v0.23.10+spec-1.0.0
23182026-06-21T21:24:49.539Z Compiling proc-macro-error v1.0.4
23192026-06-21T21:24:49.647Z Checking rayon v1.11.0
23202026-06-21T21:24:49.874Z Compiling proc-macro-crate v3.4.0
23212026-06-21T21:24:50.312Z Checking toml v0.8.23
23222026-06-21T21:24:50.419Z Checking tabwriter v1.4.1
23232026-06-21T21:24:50.456Z Checking glob v0.3.3
23242026-06-21T21:24:50.492Z Compiling num_enum_derive v0.7.6
23252026-06-21T21:24:50.496Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23262026-06-21T21:24:50.594Z Compiling heapless v0.8.0
23272026-06-21T21:24:50.653Z Checking colored v3.1.1
23282026-06-21T21:24:50.688Z Compiling ingot-macros v0.1.1
23292026-06-21T21:24:50.691Z Checking hash32 v0.3.1
23302026-06-21T21:24:50.879Z Checking unicode-width v0.1.14
23312026-06-21T21:24:50.884Z Compiling smoltcp v0.11.0
23322026-06-21T21:24:51.152Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-06-21T21:24:51.189Z Checking cobs v0.3.0
23342026-06-21T21:24:51.389Z Compiling usdt-macro v0.5.0
23352026-06-21T21:24:51.421Z Compiling usdt-attr-macro v0.5.0
23362026-06-21T21:24:51.458Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23372026-06-21T21:24:51.493Z Checking memmap v0.7.0
23382026-06-21T21:24:51.558Z Checking num_enum v0.7.6
23392026-06-21T21:24:51.601Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-06-21T21:24:51.700Z Checking postcard v1.1.3
23412026-06-21T21:24:51.809Z Compiling typify-macro v0.6.2
23422026-06-21T21:24:51.886Z Compiling proc-macro-crate v1.3.1
23432026-06-21T21:24:52.016Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23442026-06-21T21:24:52.096Z Checking sigpipe v0.1.3
23452026-06-21T21:24:52.206Z Compiling foreign-types-macros v0.2.3
23462026-06-21T21:24:52.241Z Checking usdt v0.5.0
23472026-06-21T21:24:52.274Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23482026-06-21T21:24:52.325Z Checking cpufeatures v0.3.0
23492026-06-21T21:24:52.430Z Checking foreign-types-shared v0.3.1
23502026-06-21T21:24:52.463Z Checking chacha20 v0.10.0
23512026-06-21T21:24:52.548Z Compiling num_enum_derive v0.5.11
23522026-06-21T21:24:52.736Z Checking cstr-argument v0.1.2
23532026-06-21T21:24:52.818Z Checking foreign-types v0.5.0
23542026-06-21T21:24:52.854Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-06-21T21:24:52.857Z Compiling num-derive v0.4.2
23562026-06-21T21:24:52.917Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23572026-06-21T21:24:52.950Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23582026-06-21T21:24:53.202Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-06-21T21:24:53.300Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-06-21T21:24:53.389Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23612026-06-21T21:24:53.423Z Checking rand v0.10.0
23622026-06-21T21:24:53.456Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23632026-06-21T21:24:53.517Z Checking ingot-types v0.1.2
23642026-06-21T21:24:53.578Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23652026-06-21T21:24:53.613Z Checking num_enum v0.5.11
23662026-06-21T21:24:53.616Z Compiling typify v0.6.2
23672026-06-21T21:24:53.727Z Checking itertools v0.12.1
23682026-06-21T21:24:53.761Z Compiling progenitor-impl v0.14.0
23692026-06-21T21:24:53.793Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23702026-06-21T21:24:53.828Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23712026-06-21T21:24:53.893Z Checking ingot v0.1.1
23722026-06-21T21:24:54.024Z Compiling zone_cfg_derive v0.3.1
23732026-06-21T21:24:54.152Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23742026-06-21T21:24:54.354Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23752026-06-21T21:24:54.625Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23762026-06-21T21:24:54.749Z Checking zone v0.3.1
23772026-06-21T21:24:54.752Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23782026-06-21T21:24:54.752Z Checking smf v0.2.3
23792026-06-21T21:24:54.850Z Checking whoami v1.6.1
23802026-06-21T21:24:54.882Z Checking tokio-dtrace v0.1.1
23812026-06-21T21:24:55.031Z Compiling derive-where v1.6.0
23822026-06-21T21:24:55.065Z Checking console v0.15.11
23832026-06-21T21:24:55.099Z Checking newline-converter v0.3.0
23842026-06-21T21:24:55.102Z Checking oxide-tokio-rt v0.1.4
23852026-06-21T21:24:55.184Z Checking bytecount v0.6.9
23862026-06-21T21:24:55.277Z Compiling owo-colors v4.3.0
23872026-06-21T21:24:55.369Z Compiling cancel-safe-futures v0.1.5
23882026-06-21T21:24:55.405Z Checking libsw-core v0.3.2
23892026-06-21T21:24:55.437Z Checking expectorate v1.2.0
23902026-06-21T21:24:55.579Z Checking libsw v3.5.0
23912026-06-21T21:24:55.615Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23922026-06-21T21:24:55.647Z Checking num-rational v0.4.2
23932026-06-21T21:24:55.953Z Checking num-complex v0.4.6
23942026-06-21T21:24:56.025Z Checking linear-map v1.2.0
23952026-06-21T21:24:56.060Z Checking float-ord v0.3.2
23962026-06-21T21:24:56.194Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23972026-06-21T21:24:56.229Z Checking gethostname v0.5.0
23982026-06-21T21:24:56.322Z Checking num v0.4.3
23992026-06-21T21:24:56.356Z Compiling prettyplease v0.2.37
24002026-06-21T21:24:56.387Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24012026-06-21T21:24:56.390Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24022026-06-21T21:24:56.486Z Compiling progenitor-macro v0.14.0
24032026-06-21T21:24:56.489Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24042026-06-21T21:24:56.621Z Checking resolv-conf v0.7.6
24052026-06-21T21:24:56.795Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24062026-06-21T21:24:56.799Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24072026-06-21T21:24:56.862Z Checking smawk v0.3.2
24082026-06-21T21:24:57.026Z Checking unicode-linebreak v0.1.5
24092026-06-21T21:24:57.269Z Checking papergrid v0.11.0
24102026-06-21T21:24:57.862Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24112026-06-21T21:24:57.896Z Compiling tabled_derive v0.7.0
24122026-06-21T21:24:57.928Z Compiling convert_case v0.10.0
24132026-06-21T21:24:57.975Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-06-21T21:24:58.097Z Compiling slog-dtrace v0.3.0
24152026-06-21T21:24:58.268Z Compiling derive_more-impl v2.1.1
24162026-06-21T21:24:58.303Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24172026-06-21T21:24:58.412Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24182026-06-21T21:24:58.583Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24192026-06-21T21:24:58.904Z Checking tabled v0.15.0
24202026-06-21T21:24:59.086Z Checking derive_more v2.1.1
24212026-06-21T21:24:59.213Z Checking crossterm v0.29.0
24222026-06-21T21:24:59.507Z Checking linked-hash-map v0.5.6
24232026-06-21T21:24:59.714Z Checking lru-cache v0.1.2
24242026-06-21T21:25:00.117Z Checking hickory-proto v0.24.4
24252026-06-21T21:25:00.252Z Checking fd-lock v4.0.4
24262026-06-21T21:25:00.285Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24272026-06-21T21:25:01.002Z Checking vte v0.14.1
24282026-06-21T21:25:01.107Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24292026-06-21T21:25:01.361Z Checking display-error-chain v0.2.2
24302026-06-21T21:25:01.427Z Checking progenitor v0.14.0
24312026-06-21T21:25:01.540Z Checking strip-ansi-escapes v0.2.1
24322026-06-21T21:25:01.621Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24332026-06-21T21:25:01.949Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24342026-06-21T21:25:02.819Z Checking termtree v0.5.1
24352026-06-21T21:25:03.008Z Checking nu-ansi-term v0.50.3
24362026-06-21T21:25:03.164Z Checking hickory-resolver v0.24.4
24372026-06-21T21:25:03.221Z Checking textwrap v0.16.2
24382026-06-21T21:25:03.290Z Compiling minimal-lexical v0.2.1
24392026-06-21T21:25:03.294Z Checking reedline v0.40.0
24402026-06-21T21:25:03.403Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24412026-06-21T21:25:03.463Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24422026-06-21T21:25:03.571Z Compiling nom v7.1.3
24432026-06-21T21:25:03.880Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-06-21T21:25:03.924Z Checking qorb v0.4.1
24452026-06-21T21:25:04.016Z Compiling ar_archive_writer v0.5.1
24462026-06-21T21:25:04.516Z Checking csv-core v0.1.13
24472026-06-21T21:25:04.612Z Compiling stacker v0.1.23
24482026-06-21T21:25:04.723Z Checking csv v1.4.0
24492026-06-21T21:25:04.903Z Compiling cfg_aliases v0.1.1
24502026-06-21T21:25:04.939Z Compiling psm v0.1.30
24512026-06-21T21:25:04.942Z Checking highway v1.3.0
24522026-06-21T21:25:05.016Z Compiling semver v0.1.20
24532026-06-21T21:25:05.147Z Compiling nix v0.28.0
24542026-06-21T21:25:05.215Z Checking nibble_vec v0.1.0
24552026-06-21T21:25:05.265Z Compiling rustc_version v0.1.7
24562026-06-21T21:25:05.361Z Checking endian-type v0.1.2
24572026-06-21T21:25:05.395Z Checking home v0.5.12
24582026-06-21T21:25:05.507Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24592026-06-21T21:25:05.542Z Compiling newtype_derive v0.1.6
24602026-06-21T21:25:05.576Z Checking radix_trie v0.2.1
24612026-06-21T21:25:05.608Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24622026-06-21T21:25:05.747Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24632026-06-21T21:25:05.789Z Checking phf_shared v0.12.1
24642026-06-21T21:25:05.871Z Compiling recursive-proc-macro-impl v0.1.1
24652026-06-21T21:25:05.963Z Compiling chrono-tz v0.10.4
24662026-06-21T21:25:05.998Z Checking phf v0.12.1
24672026-06-21T21:25:06.259Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24682026-06-21T21:25:06.292Z Compiling const_format_proc_macros v0.2.34
24692026-06-21T21:25:06.295Z Compiling peg-macros v0.8.5
24702026-06-21T21:25:06.357Z Checking recursive v0.1.1
24712026-06-21T21:25:06.412Z Checking nom v8.0.0
24722026-06-21T21:25:06.478Z Checking winnow v0.6.26
24732026-06-21T21:25:06.773Z Compiling sqlparser_derive v0.5.0
24742026-06-21T21:25:06.975Z Checking unicode_categories v0.1.1
24752026-06-21T21:25:07.166Z Checking const_format v0.2.35
24762026-06-21T21:25:07.200Z Checking rustyline v14.0.0
24772026-06-21T21:25:07.556Z Checking sqlparser v0.61.0
24782026-06-21T21:25:07.631Z Checking sqlformat v0.3.5
24792026-06-21T21:25:07.710Z Checking peg v0.8.5
24802026-06-21T21:25:07.910Z Checking bcs v0.1.6
24812026-06-21T21:25:07.945Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24822026-06-21T21:25:08.044Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24832026-06-21T21:25:08.084Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24842026-06-21T21:25:08.175Z Checking steno v0.4.1
24852026-06-21T21:25:08.264Z Checking filetime v0.2.27
24862026-06-21T21:25:08.344Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24872026-06-21T21:25:08.431Z Checking xattr v1.6.1
24882026-06-21T21:25:08.466Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-06-21T21:25:08.593Z Checking tar v0.4.45
24902026-06-21T21:25:08.664Z Checking subprocess v0.2.15
24912026-06-21T21:25:09.015Z Checking base64 v0.21.7
24922026-06-21T21:25:09.067Z Checking headers-core v0.3.0
24932026-06-21T21:25:09.208Z Checking headers v0.4.1
24942026-06-21T21:25:09.243Z Checking yasna v0.5.2
24952026-06-21T21:25:09.289Z Checking dropshot-api-manager-types v0.7.2
24962026-06-21T21:25:09.499Z Checking tagptr v0.2.0
24972026-06-21T21:25:09.662Z Checking rcgen v0.12.1
24982026-06-21T21:25:09.696Z Checking moka v0.12.13
24992026-06-21T21:25:09.730Z Checking utf-8 v0.7.6
25002026-06-21T21:25:09.895Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25012026-06-21T21:25:10.009Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25022026-06-21T21:25:10.075Z Checking tungstenite v0.21.0
25032026-06-21T21:25:10.391Z Checking hickory-resolver v0.25.2
25042026-06-21T21:25:10.500Z Compiling libefi-sys v0.1.0
25052026-06-21T21:25:10.546Z Checking tokio-tungstenite v0.21.0
25062026-06-21T21:25:10.549Z Compiling bitfield-struct v0.6.2
25072026-06-21T21:25:10.756Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25082026-06-21T21:25:10.854Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25092026-06-21T21:25:11.129Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25102026-06-21T21:25:11.252Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112026-06-21T21:25:11.624Z Compiling radium v0.7.0
25122026-06-21T21:25:11.732Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-06-21T21:25:11.838Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-06-21T21:25:11.942Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25152026-06-21T21:25:12.036Z Compiling maybe-uninit v2.0.0
25162026-06-21T21:25:12.101Z Checking tap v1.0.1
25172026-06-21T21:25:12.137Z Compiling zerocopy-derive v0.6.6
25182026-06-21T21:25:12.236Z Checking wyz v0.5.1
25192026-06-21T21:25:12.342Z Checking funty v2.0.0
25202026-06-21T21:25:12.376Z Checking crc-catalog v2.4.0
25212026-06-21T21:25:12.414Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25222026-06-21T21:25:12.449Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25232026-06-21T21:25:12.499Z Compiling packed_struct v0.10.1
25242026-06-21T21:25:12.575Z Checking crc v3.4.0
25252026-06-21T21:25:12.578Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25262026-06-21T21:25:12.687Z Checking bitvec v1.0.1
25272026-06-21T21:25:12.846Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25282026-06-21T21:25:12.902Z Compiling packed_struct_codegen v0.10.1
25292026-06-21T21:25:12.936Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-06-21T21:25:13.030Z Checking zerocopy v0.6.6
25312026-06-21T21:25:13.357Z Compiling bitfield-macros v0.19.4
25322026-06-21T21:25:13.836Z Compiling indexmap v1.9.3
25332026-06-21T21:25:13.993Z Checking nodrop v0.1.14
25342026-06-21T21:25:14.103Z Checking bitfield v0.19.4
25352026-06-21T21:25:14.136Z Checking array-init v0.0.4
25362026-06-21T21:25:14.167Z Checking smallvec v0.6.14
25372026-06-21T21:25:14.388Z Checking hashbrown v0.12.3
25382026-06-21T21:25:14.421Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25392026-06-21T21:25:14.465Z Checking serde-hex v0.1.0
25402026-06-21T21:25:14.609Z Checking ron v0.8.1
25412026-06-21T21:25:15.091Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25422026-06-21T21:25:15.173Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25432026-06-21T21:25:15.177Z Checking hashbrown v0.13.2
25442026-06-21T21:25:15.650Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25452026-06-21T21:25:15.683Z Checking crc-any v2.5.0
25462026-06-21T21:25:15.824Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25472026-06-21T21:25:15.882Z Checking object v0.30.4
25482026-06-21T21:25:15.916Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-06-21T21:25:16.028Z Checking path-slash v0.1.5
25502026-06-21T21:25:16.098Z Compiling xshell-macros v0.2.7
25512026-06-21T21:25:16.132Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25522026-06-21T21:25:16.489Z Checking half v1.8.3
25532026-06-21T21:25:16.521Z Checking xshell v0.2.7
25542026-06-21T21:25:16.554Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25552026-06-21T21:25:16.713Z Checking serde_cbor v0.11.2
25562026-06-21T21:25:16.747Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25572026-06-21T21:25:16.802Z Compiling proc-macro-error-attr2 v2.0.0
25582026-06-21T21:25:17.126Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25592026-06-21T21:25:17.225Z Compiling proc-macro-error2 v2.0.1
25602026-06-21T21:25:17.365Z Compiling num-derive v0.3.3
25612026-06-21T21:25:17.528Z Checking maplit v1.0.2
25622026-06-21T21:25:17.573Z Compiling tabled_derive v0.11.0
25632026-06-21T21:25:17.641Z Checking papergrid v0.17.0
25642026-06-21T21:25:18.020Z Checking testing_table v0.3.0
25652026-06-21T21:25:18.145Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25662026-06-21T21:25:18.180Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25672026-06-21T21:25:18.276Z Checking libscf-sys v1.1.0
25682026-06-21T21:25:18.435Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25692026-06-21T21:25:18.469Z Compiling progenitor-impl v0.13.0
25702026-06-21T21:25:18.664Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25712026-06-21T21:25:18.698Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25722026-06-21T21:25:18.775Z Checking tabled v0.20.0
25732026-06-21T21:25:19.002Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25742026-06-21T21:25:19.160Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25752026-06-21T21:25:19.460Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25762026-06-21T21:25:19.533Z Checking progenitor-client v0.13.0
25772026-06-21T21:25:19.620Z Compiling git-stub v1.0.0
25782026-06-21T21:25:19.803Z Compiling git-stub-vcs v0.1.0
25792026-06-21T21:25:19.915Z Checking unicase v2.9.0
25802026-06-21T21:25:20.032Z Checking crc8 v0.1.1
25812026-06-21T21:25:20.102Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25822026-06-21T21:25:20.106Z Checking fxhash v0.2.1
25832026-06-21T21:25:20.214Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25842026-06-21T21:25:20.251Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25852026-06-21T21:25:20.303Z Compiling vergen-lib v0.1.6
25862026-06-21T21:25:20.553Z Compiling diesel_derives v2.3.7
25872026-06-21T21:25:20.737Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25882026-06-21T21:25:20.816Z Checking scheduled-thread-pool v0.2.7
25892026-06-21T21:25:20.901Z Compiling dsl_auto_type v0.2.0
25902026-06-21T21:25:20.994Z Compiling vergen-gitcl v1.0.8
25912026-06-21T21:25:21.110Z Compiling progenitor-macro v0.13.0
25922026-06-21T21:25:21.150Z Compiling diesel_table_macro_syntax v0.3.0
25932026-06-21T21:25:21.186Z Checking r2d2 v0.8.10
25942026-06-21T21:25:21.250Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25952026-06-21T21:25:21.315Z Checking downcast-rs v2.0.2
25962026-06-21T21:25:21.396Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25972026-06-21T21:25:21.443Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25982026-06-21T21:25:21.666Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25992026-06-21T21:25:21.741Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26002026-06-21T21:25:21.867Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26012026-06-21T21:25:21.929Z Checking kstat-rs v0.2.4
26022026-06-21T21:25:21.966Z Checking arc-swap v1.8.2
26032026-06-21T21:25:21.974Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26042026-06-21T21:25:22.126Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26052026-06-21T21:25:22.158Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26062026-06-21T21:25:22.215Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26072026-06-21T21:25:22.248Z Checking slog-scope v4.4.1
26082026-06-21T21:25:22.415Z Compiling dirs-sys-next v0.1.2
26092026-06-21T21:25:22.453Z Compiling crunchy v0.2.4
26102026-06-21T21:25:22.736Z Compiling parking_lot_core v0.8.6
26112026-06-21T21:25:22.837Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26122026-06-21T21:25:22.869Z Compiling dirs-next v2.0.0
26132026-06-21T21:25:23.044Z Checking slog-stdlog v4.1.1
26142026-06-21T21:25:23.086Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26152026-06-21T21:25:23.120Z Compiling clang-sys v1.8.1
26162026-06-21T21:25:23.198Z Compiling tiny-keccak v2.0.2
26172026-06-21T21:25:23.467Z Checking slog-envlogger v2.2.0
26182026-06-21T21:25:23.573Z Compiling term v0.7.0
26192026-06-21T21:25:23.682Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26202026-06-21T21:25:23.758Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26212026-06-21T21:25:23.762Z Compiling bit-vec v0.6.3
26222026-06-21T21:25:24.001Z Compiling bit-set v0.5.3
26232026-06-21T21:25:24.042Z Compiling ascii-canvas v3.0.0
26242026-06-21T21:25:24.151Z Checking parking_lot v0.11.2
26252026-06-21T21:25:24.185Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26262026-06-21T21:25:24.248Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26272026-06-21T21:25:24.311Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26282026-06-21T21:25:24.367Z Checking prefix-trie v0.7.0
26292026-06-21T21:25:24.502Z Compiling itertools v0.10.5
26302026-06-21T21:25:24.650Z Compiling ena v0.14.4
26312026-06-21T21:25:24.716Z Compiling libloading v0.8.9
26322026-06-21T21:25:24.749Z Compiling bindgen v0.71.1
26332026-06-21T21:25:24.784Z Compiling diff v0.1.13
26342026-06-21T21:25:24.893Z Compiling regex-syntax v0.6.29
26352026-06-21T21:25:25.134Z Checking hickory-server v0.25.2
26362026-06-21T21:25:25.334Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26372026-06-21T21:25:25.613Z Checking sled v0.34.7
26382026-06-21T21:25:25.964Z Compiling cexpr v0.6.0
26392026-06-21T21:25:26.080Z Checking progenitor v0.13.0
26402026-06-21T21:25:26.259Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26412026-06-21T21:25:26.437Z Compiling lalrpop v0.19.12
26422026-06-21T21:25:26.661Z Checking nanorand v0.7.0
26432026-06-21T21:25:26.853Z Checking diesel v2.3.7
26442026-06-21T21:25:26.886Z Compiling rustc-hash v2.1.1
26452026-06-21T21:25:26.918Z Compiling salty v0.3.0
26462026-06-21T21:25:27.076Z Checking flume v0.11.1
26472026-06-21T21:25:27.251Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26482026-06-21T21:25:27.359Z Checking primeorder v0.13.6
26492026-06-21T21:25:27.384Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26502026-06-21T21:25:27.461Z Compiling libxml v0.3.3
26512026-06-21T21:25:27.951Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26522026-06-21T21:25:28.514Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26532026-06-21T21:25:28.699Z Compiling strum_macros v0.24.3
26542026-06-21T21:25:28.788Z Compiling fs-err v2.11.0
26552026-06-21T21:25:29.013Z Compiling indoc v1.0.9
26562026-06-21T21:25:29.475Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26572026-06-21T21:25:29.699Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26582026-06-21T21:25:29.902Z Checking quick-xml v0.37.5
26592026-06-21T21:25:30.063Z Checking derive_builder v0.20.2
26602026-06-21T21:25:30.097Z Compiling oso-derive v0.27.3
26612026-06-21T21:25:30.217Z Compiling impl-trait-for-tuples v0.2.3
26622026-06-21T21:25:30.688Z Compiling trait-variant v0.1.2
26632026-06-21T21:25:30.880Z Checking openssl-probe v0.1.6
26642026-06-21T21:25:31.254Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26652026-06-21T21:25:31.285Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26662026-06-21T21:25:31.801Z Checking p384 v0.13.1
26672026-06-21T21:25:32.048Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26682026-06-21T21:25:32.252Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26692026-06-21T21:25:32.635Z Checking parse-size v1.1.0
26702026-06-21T21:25:32.699Z Checking assert_matches v1.5.0
26712026-06-21T21:25:32.790Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26722026-06-21T21:25:32.823Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26732026-06-21T21:25:32.856Z Checking predicates-tree v1.0.13
26742026-06-21T21:25:33.000Z Checking bb8 v0.8.6
26752026-06-21T21:25:33.046Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26762026-06-21T21:25:33.394Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26772026-06-21T21:25:33.512Z Compiling mime_guess v2.0.5
26782026-06-21T21:25:33.621Z Checking http-range v0.1.5
26792026-06-21T21:25:33.751Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26802026-06-21T21:25:33.787Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26812026-06-21T21:25:33.885Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26822026-06-21T21:25:34.126Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-06-21T21:25:34.198Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26842026-06-21T21:25:34.233Z Checking atty v0.2.14
26852026-06-21T21:25:34.344Z Checking corncobs v0.1.4
26862026-06-21T21:25:34.378Z Checking nonempty v0.12.0
26872026-06-21T21:25:34.381Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26882026-06-21T21:25:34.518Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-06-21T21:25:34.569Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26902026-06-21T21:25:34.786Z Checking ignore v0.4.25
26912026-06-21T21:25:34.819Z Checking secrecy v0.8.0
26922026-06-21T21:25:34.851Z Checking hyper-staticfile v0.10.1
26932026-06-21T21:25:35.170Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26942026-06-21T21:25:35.225Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26952026-06-21T21:25:35.257Z Checking globwalk v0.9.1
26962026-06-21T21:25:35.477Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26972026-06-21T21:25:35.548Z Compiling illumos-nvpair-sys v0.2.0
26982026-06-21T21:25:35.596Z Checking camino-tempfile-ext v0.3.3
26992026-06-21T21:25:35.712Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27002026-06-21T21:25:35.813Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27012026-06-21T21:25:35.846Z Checking signal-hook-tokio v0.3.1
27022026-06-21T21:25:36.006Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27032026-06-21T21:25:36.223Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27042026-06-21T21:25:36.302Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27052026-06-21T21:25:36.498Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27062026-06-21T21:25:36.693Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27072026-06-21T21:25:36.731Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27082026-06-21T21:25:36.847Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27092026-06-21T21:25:37.007Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27102026-06-21T21:25:37.073Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27112026-06-21T21:25:37.620Z Checking illumos-nvpair v0.3.0
27122026-06-21T21:25:37.818Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27132026-06-21T21:25:38.252Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27142026-06-21T21:25:38.647Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27152026-06-21T21:25:38.681Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27162026-06-21T21:25:38.715Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27172026-06-21T21:25:38.916Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27182026-06-21T21:25:38.965Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27192026-06-21T21:25:39.046Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27202026-06-21T21:25:39.121Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27212026-06-21T21:25:39.678Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27222026-06-21T21:25:39.831Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27232026-06-21T21:25:39.976Z Checking tungstenite v0.23.0
27242026-06-21T21:25:40.105Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27252026-06-21T21:25:40.140Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-06-21T21:25:40.451Z Checking tokio-tungstenite v0.23.1
27272026-06-21T21:25:40.562Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27282026-06-21T21:25:40.753Z Checking rand_seeder v0.4.0
27292026-06-21T21:25:40.935Z Checking diesel-dtrace v0.5.0
27302026-06-21T21:25:40.971Z Checking async-bb8-diesel v0.2.1
27312026-06-21T21:25:41.107Z Checking void v1.0.2
27322026-06-21T21:25:41.213Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27332026-06-21T21:25:41.247Z Checking lzss v0.8.2
27342026-06-21T21:25:41.293Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27352026-06-21T21:25:41.349Z Checking nix v0.27.1
27362026-06-21T21:25:41.403Z Checking serde_bytes v0.11.19
27372026-06-21T21:25:41.463Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27382026-06-21T21:25:41.561Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27392026-06-21T21:25:41.616Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27402026-06-21T21:25:41.897Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27412026-06-21T21:25:42.300Z Checking is_ci v1.2.0
27422026-06-21T21:25:42.377Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27432026-06-21T21:25:42.437Z Checking yansi v1.0.1
27442026-06-21T21:25:42.556Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27452026-06-21T21:25:42.729Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27462026-06-21T21:25:42.840Z Checking pretty_assertions v1.4.1
27472026-06-21T21:25:43.001Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27482026-06-21T21:25:43.035Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27492026-06-21T21:25:43.298Z Compiling darling_core v0.23.0
27502026-06-21T21:25:43.333Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27512026-06-21T21:25:43.736Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27522026-06-21T21:25:44.528Z Compiling indoc v2.0.7
27532026-06-21T21:25:44.574Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27542026-06-21T21:25:44.805Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-06-21T21:25:45.017Z Compiling libz-sys v1.1.24
27562026-06-21T21:25:45.440Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-21T21:25:45.626Z Compiling instability v0.3.11
27582026-06-21T21:25:45.660Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27592026-06-21T21:25:45.771Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-06-21T21:25:45.876Z Compiling darling_macro v0.23.0
27612026-06-21T21:25:46.057Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27622026-06-21T21:25:46.283Z Checking castaway v0.2.4
27632026-06-21T21:25:46.425Z Compiling darling v0.23.0
27642026-06-21T21:25:46.451Z Checking compact_str v0.8.1
27652026-06-21T21:25:46.856Z Checking supports-color v3.0.2
27662026-06-21T21:25:47.025Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27672026-06-21T21:25:47.128Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27682026-06-21T21:25:47.258Z Checking unicode-truncate v1.1.0
27692026-06-21T21:25:47.291Z Checking console v0.16.2
27702026-06-21T21:25:47.354Z Checking lru v0.12.5
27712026-06-21T21:25:47.442Z Compiling libgit2-sys v0.18.3+1.9.2
27722026-06-21T21:25:47.526Z Checking cassowary v0.3.0
27732026-06-21T21:25:47.559Z Checking unit-prefix v0.5.2
27742026-06-21T21:25:47.750Z Checking indicatif v0.18.4
27752026-06-21T21:25:47.782Z Checking ratatui v0.29.0
27762026-06-21T21:25:47.864Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27772026-06-21T21:25:48.165Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27782026-06-21T21:25:48.414Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27792026-06-21T21:25:49.072Z Compiling vergen-git2 v9.1.0
27802026-06-21T21:25:49.139Z Checking plotters-backend v0.3.7
27812026-06-21T21:25:49.346Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27822026-06-21T21:25:49.379Z Checking plotters-svg v0.3.7
27832026-06-21T21:25:49.557Z Compiling rustls v0.21.12
27842026-06-21T21:25:49.591Z Checking cast v0.3.0
27852026-06-21T21:25:49.809Z Checking criterion-plot v0.6.0
27862026-06-21T21:25:49.896Z Checking plotters v0.3.7
27872026-06-21T21:25:50.084Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27882026-06-21T21:25:50.138Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27892026-06-21T21:25:50.393Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27902026-06-21T21:25:50.623Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27912026-06-21T21:25:50.713Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27922026-06-21T21:25:50.852Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
27932026-06-21T21:25:50.943Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27942026-06-21T21:25:51.079Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27952026-06-21T21:25:51.123Z Checking colored v2.2.0
27962026-06-21T21:25:51.171Z Checking rustls-webpki v0.101.7
27972026-06-21T21:25:51.355Z Checking sct v0.7.1
27982026-06-21T21:25:51.552Z Checking tinytemplate v1.2.1
27992026-06-21T21:25:51.555Z Checking oorandom v11.1.5
28002026-06-21T21:25:51.703Z Checking anes v0.1.6
28012026-06-21T21:25:51.743Z Checking shell-words v1.1.1
28022026-06-21T21:25:51.929Z Checking criterion v0.7.0
28032026-06-21T21:25:51.972Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-06-21T21:25:53.341Z Checking typeid v1.0.3
28052026-06-21T21:25:53.385Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28062026-06-21T21:25:53.477Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28072026-06-21T21:25:53.995Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28082026-06-21T21:25:54.129Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28092026-06-21T21:25:54.783Z Checking hex-literal v0.4.1
28102026-06-21T21:25:54.920Z Checking erased-serde v0.4.9
28112026-06-21T21:25:55.326Z Checking tokio-rustls v0.24.1
28122026-06-21T21:25:55.564Z Checking rustls-pemfile v1.0.4
28132026-06-21T21:25:55.737Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28142026-06-21T21:25:55.964Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28152026-06-21T21:25:56.372Z Checking twox-hash v2.1.2
28162026-06-21T21:25:56.704Z Checking ordered-float v2.10.1
28172026-06-21T21:25:56.986Z Checking serde-value v0.7.0
28182026-06-21T21:25:57.279Z Checking serde-untagged v0.1.9
28192026-06-21T21:25:57.409Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28202026-06-21T21:25:57.502Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28212026-06-21T21:25:57.696Z Checking fatfs v0.3.6
28222026-06-21T21:25:58.187Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28232026-06-21T21:25:58.360Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-06-21T21:25:58.404Z Compiling seq-macro v0.3.6
28252026-06-21T21:25:58.539Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28262026-06-21T21:25:58.927Z Checking unicode-xid v0.2.6
28272026-06-21T21:25:59.072Z Checking cargo-util-schemas v0.8.2
28282026-06-21T21:25:59.341Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28292026-06-21T21:25:59.543Z Checking cargo-platform v0.2.0
28302026-06-21T21:25:59.762Z Compiling petname v2.0.2
28312026-06-21T21:25:59.834Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28322026-06-21T21:25:59.985Z Checking cargo_metadata v0.21.0
28332026-06-21T21:26:00.446Z Checking concurrent-queue v2.5.0
28342026-06-21T21:26:00.667Z Checking rtoolbox v0.0.3
28352026-06-21T21:26:00.790Z Checking parking v2.2.1
28362026-06-21T21:26:00.834Z Checking rpassword v7.4.0
28372026-06-21T21:26:00.944Z Checking event-listener v5.4.1
28382026-06-21T21:26:01.196Z Checking tui-tree-widget v0.23.1
28392026-06-21T21:26:01.390Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28402026-06-21T21:26:01.423Z Checking polyval v0.6.2
28412026-06-21T21:26:01.582Z Checking sapling-renderdag v0.1.0
28422026-06-21T21:26:01.621Z Checking sync-ptr v0.1.4
28432026-06-21T21:26:01.769Z Checking ghash v0.5.1
28442026-06-21T21:26:01.856Z Checking event-listener-strategy v0.5.4
28452026-06-21T21:26:01.922Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28462026-06-21T21:26:02.026Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28472026-06-21T21:26:02.254Z Checking ctr v0.9.2
28482026-06-21T21:26:02.456Z Checking arrayvec v0.7.6
28492026-06-21T21:26:02.585Z Checking arrayref v0.3.9
28502026-06-21T21:26:02.673Z Checking constant_time_eq v0.4.2
28512026-06-21T21:26:02.705Z Checking futures-timer v3.0.3
28522026-06-21T21:27:00.199Z Checking aes-gcm v0.10.3
28532026-06-21T21:27:00.209Z Checking async-lock v3.4.2
28542026-06-21T21:27:00.209Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28552026-06-21T21:27:00.209Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28562026-06-21T21:27:00.209Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28572026-06-21T21:27:00.277Z Checking ssh-encoding v0.2.0
28582026-06-21T21:27:00.277Z Checking blowfish v0.9.1
28592026-06-21T21:27:00.277Z Compiling strsim v0.10.0
28602026-06-21T21:27:00.277Z Checking bcrypt-pbkdf v0.10.0
28612026-06-21T21:27:00.277Z Compiling darling_core v0.13.4
28622026-06-21T21:27:00.277Z Checking ssh-cipher v0.2.0
28632026-06-21T21:27:00.277Z Checking async-object-pool v0.2.0
28642026-06-21T21:27:00.277Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28652026-06-21T21:27:00.277Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28662026-06-21T21:27:00.277Z Checking serde_regex v1.1.0
28672026-06-21T21:27:00.277Z Checking password-hash v0.4.2
28682026-06-21T21:27:00.277Z Checking assert-json-diff v2.0.2
28692026-06-21T21:27:00.277Z Checking path-tree v0.8.3
28702026-06-21T21:27:00.277Z Checking gimli v0.32.3
28712026-06-21T21:27:00.277Z Checking stringmetrics v2.2.2
28722026-06-21T21:27:00.277Z Compiling target-lexicon v0.13.3
28732026-06-21T21:27:00.277Z Checking httpmock v0.8.3
28742026-06-21T21:27:00.277Z Compiling darling_macro v0.13.4
28752026-06-21T21:27:00.277Z Checking pbkdf2 v0.11.0
28762026-06-21T21:27:00.277Z Checking ssh-key v0.6.7
28772026-06-21T21:27:00.277Z Compiling samael v0.0.19
28782026-06-21T21:27:00.277Z Checking addr2line v0.25.1
28792026-06-21T21:27:00.277Z Checking p521 v0.13.3
28802026-06-21T21:27:00.277Z Checking p256 v0.13.2
28812026-06-21T21:27:00.277Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-06-21T21:27:00.277Z Checking russh-cryptovec v0.7.3
28832026-06-21T21:27:00.277Z Checking md5 v0.7.0
28842026-06-21T21:27:00.278Z Checking rustc-demangle v0.1.27
28852026-06-21T21:27:00.278Z Compiling guppy-workspace-hack v0.1.0
28862026-06-21T21:27:00.278Z Checking backtrace v0.3.76
28872026-06-21T21:27:00.278Z Checking russh-keys v0.45.0
28882026-06-21T21:27:00.278Z Compiling darling v0.13.4
28892026-06-21T21:27:00.278Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28902026-06-21T21:27:00.278Z Checking num-bigint v0.4.6
28912026-06-21T21:27:00.278Z Checking des v0.8.1
28922026-06-21T21:27:00.278Z Compiling blake3 v1.8.3
28932026-06-21T21:27:00.278Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28942026-06-21T21:27:00.278Z Compiling target-spec v3.5.7
28952026-06-21T21:27:00.278Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28962026-06-21T21:27:00.278Z Checking russh v0.45.0
28972026-06-21T21:27:00.278Z Checking cfg-expr v0.20.6
28982026-06-21T21:27:00.278Z Compiling serde_with_macros v1.5.2
28992026-06-21T21:27:00.278Z Checking backtrace-ext v0.2.1
29002026-06-21T21:27:00.278Z Checking supports-color v2.1.0
29012026-06-21T21:27:00.278Z Checking textwrap v0.15.2
29022026-06-21T21:27:00.278Z Checking supports-hyperlinks v2.1.0
29032026-06-21T21:27:00.278Z Checking supports-unicode v2.1.0
29042026-06-21T21:27:00.278Z Checking hashbrown v0.14.5
29052026-06-21T21:27:00.278Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29062026-06-21T21:27:00.278Z Checking cargo-platform v0.3.2
29072026-06-21T21:27:00.278Z Checking terminal_size v0.1.17
29082026-06-21T21:27:00.278Z Compiling miette-derive v5.10.0
29092026-06-21T21:27:00.278Z Checking owo-colors v3.5.0
29102026-06-21T21:27:00.278Z Checking internet-checksum v0.2.1
29112026-06-21T21:27:00.278Z Checking chumsky v0.9.3
29122026-06-21T21:27:00.278Z Checking cargo_metadata v0.23.1
29132026-06-21T21:27:00.278Z Checking miette v5.10.0
29142026-06-21T21:27:00.278Z Compiling serde_with v1.14.0
29152026-06-21T21:27:00.278Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29162026-06-21T21:27:00.278Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29172026-06-21T21:27:00.278Z Compiling git2 v0.20.4
29182026-06-21T21:27:00.278Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29192026-06-21T21:27:00.279Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29202026-06-21T21:27:00.279Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29212026-06-21T21:27:00.323Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29222026-06-21T21:27:00.323Z Compiling knuffel-derive v3.2.0
29232026-06-21T21:27:00.323Z Checking httptest v0.16.4
29242026-06-21T21:27:00.323Z Checking pathdiff v0.2.3
29252026-06-21T21:27:00.324Z Checking topological-sort v0.2.2
29262026-06-21T21:27:00.324Z Checking nested v0.1.1
29272026-06-21T21:27:00.324Z Checking omicron-zone-package v0.12.2
29282026-06-21T21:27:00.324Z Checking guppy v0.17.25
29292026-06-21T21:27:00.324Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29302026-06-21T21:27:00.324Z Checking knuffel v3.2.0
29312026-06-21T21:27:00.324Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29322026-06-21T21:27:00.324Z Checking similar-asserts v1.7.0
29332026-06-21T21:27:00.324Z Compiling target-triple v1.0.0
29342026-06-21T21:27:00.324Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29352026-06-21T21:27:00.324Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29362026-06-21T21:27:00.324Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29372026-06-21T21:27:00.324Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29382026-06-21T21:27:00.324Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29392026-06-21T21:27:00.324Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29402026-06-21T21:27:00.324Z Checking hickory-client v0.25.2
29412026-06-21T21:27:00.324Z Checking tokio-test v0.4.5
29422026-06-21T21:27:00.324Z Checking escape8259 v0.5.3
29432026-06-21T21:27:00.324Z Compiling assert_cmd v2.1.2
29442026-06-21T21:27:00.324Z Checking libtest-mimic v0.8.1
29452026-06-21T21:27:00.324Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29462026-06-21T21:27:00.324Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29472026-06-21T21:27:00.324Z Checking blake2b_simd v1.0.4
29482026-06-21T21:27:00.324Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29492026-06-21T21:27:00.325Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29502026-06-21T21:27:00.325Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29512026-06-21T21:27:00.325Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29522026-06-21T21:27:00.325Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29532026-06-21T21:27:00.325Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29542026-06-21T21:27:00.325Z Checking fancy-regex v0.14.0
29552026-06-21T21:27:00.325Z Checking serde_tokenstream v0.2.3
29562026-06-21T21:27:00.325Z Checking approx v0.5.1
29572026-06-21T21:27:00.325Z Checking uzers v0.12.2
29582026-06-21T21:27:00.325Z Compiling rstest_macros v0.25.0
29592026-06-21T21:27:00.325Z Checking constant_time_eq v0.3.1
29602026-06-21T21:27:00.325Z Checking termcolor v1.4.1
29612026-06-21T21:27:00.325Z Compiling linkme-impl v0.3.35
29622026-06-21T21:27:00.325Z Checking trybuild v1.0.116
29632026-06-21T21:27:00.325Z Checking rust-argon2 v2.1.0
29642026-06-21T21:27:00.325Z Compiling polar-core v0.27.3
29652026-06-21T21:27:00.325Z Checking datatest-stable v0.3.3
29662026-06-21T21:27:00.325Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29672026-06-21T21:27:00.325Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29682026-06-21T21:27:00.325Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29692026-06-21T21:27:00.325Z Checking support-bundle-viewer v0.1.2
29702026-06-21T21:27:00.325Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29712026-06-21T21:27:00.326Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29722026-06-21T21:27:00.326Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29732026-06-21T21:27:00.326Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29742026-06-21T21:27:00.326Z Checking drift v0.2.0
29752026-06-21T21:27:00.326Z Checking rand_distr v0.5.1
29762026-06-21T21:27:00.326Z Checking multimap v0.10.1
29772026-06-21T21:27:00.326Z Compiling relative-path v1.9.3
29782026-06-21T21:27:00.326Z Compiling linkme v0.3.35
29792026-06-21T21:27:00.326Z Checking dropshot-api-manager v0.7.2
29802026-06-21T21:27:00.326Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29812026-06-21T21:27:00.326Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29822026-06-21T21:27:00.326Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29832026-06-21T21:27:00.326Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29842026-06-21T21:27:00.326Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29852026-06-21T21:27:00.326Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29862026-06-21T21:27:00.326Z Checking cargo_toml v0.21.0
29872026-06-21T21:27:00.326Z Checking oso v0.27.3
29882026-06-21T21:27:00.326Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29892026-06-21T21:27:00.326Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29902026-06-21T21:27:00.326Z Checking partial-io v0.5.4
29912026-06-21T21:27:00.326Z Checking termios v0.3.3
29922026-06-21T21:27:00.326Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29932026-06-21T21:27:00.326Z Checking rstest v0.25.0
29942026-06-21T21:27:00.326Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29952026-06-21T21:27:00.327Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29962026-06-21T21:27:00.327Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29972026-06-21T21:27:00.327Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29982026-06-21T21:27:00.327Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29992026-06-21T21:27:00.327Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30002026-06-21T21:27:00.327Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30012026-06-21T21:27:00.327Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30022026-06-21T21:27:00.327Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30032026-06-21T21:27:00.327Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30042026-06-21T21:27:00.327Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30052026-06-21T21:27:00.327Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30062026-06-21T21:27:00.327Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30072026-06-21T21:27:05.366Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30082026-06-21T21:27:08.983Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30092026-06-21T21:28:22.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s
30102026-06-21T21:28:23.049Z
30112026-06-21T21:28:23.049Zreal 4:05.954055034
30122026-06-21T21:28:23.049Zuser 20:57.881447371
30132026-06-21T21:28:23.049Zsys 4:49.808742399
30142026-06-21T21:28:23.049Ztrap 0.508418231
30152026-06-21T21:28:23.049Ztflt 0.496970147
30162026-06-21T21:28:23.049Zdflt 0.424607765
30172026-06-21T21:28:23.049Zkflt 0.004933683
30182026-06-21T21:28:23.049Zlock 56:59.170359987
30192026-06-21T21:28:23.049Zslp 57:22.294663527
30202026-06-21T21:28:23.049Zlat 1:46.515953549
30212026-06-21T21:28:23.049Zstop 10:48.576183197
30222026-06-21T21:28:23.053Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30232026-06-21T21:28:23.053Z+ ptime -m cargo doc --workspace --no-deps
30242026-06-21T21:28:23.841Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30252026-06-21T21:28:23.841Z |
30262026-06-21T21:28:23.841Z = 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)`
30272026-06-21T21:28:23.841Z = 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>
30282026-06-21T21:28:24.833Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-06-21T21:28:25.059Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30302026-06-21T21:28:25.101Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30312026-06-21T21:28:25.159Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30322026-06-21T21:28:25.187Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30332026-06-21T21:28:25.242Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30342026-06-21T21:28:25.265Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30352026-06-21T21:28:25.378Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30362026-06-21T21:28:25.406Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30372026-06-21T21:28:25.431Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30382026-06-21T21:28:25.603Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30392026-06-21T21:28:25.639Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30402026-06-21T21:28:25.681Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30412026-06-21T21:28:25.700Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30422026-06-21T21:28:25.740Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30432026-06-21T21:28:25.771Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30442026-06-21T21:28:25.784Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30452026-06-21T21:28:25.802Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30462026-06-21T21:28:25.821Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30472026-06-21T21:28:25.844Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30482026-06-21T21:28:25.894Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30492026-06-21T21:28:25.954Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30502026-06-21T21:28:26.192Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30512026-06-21T21:28:26.524Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30522026-06-21T21:28:26.550Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30532026-06-21T21:28:26.628Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30542026-06-21T21:28:26.666Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30552026-06-21T21:28:26.698Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30562026-06-21T21:28:26.848Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30572026-06-21T21:28:26.895Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30582026-06-21T21:28:27.015Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30592026-06-21T21:28:27.126Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30602026-06-21T21:28:27.218Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30612026-06-21T21:28:27.254Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30622026-06-21T21:28:27.283Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30632026-06-21T21:28:27.353Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30642026-06-21T21:28:27.404Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30652026-06-21T21:28:27.470Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30662026-06-21T21:28:27.580Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30672026-06-21T21:28:27.798Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30682026-06-21T21:28:27.822Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30692026-06-21T21:28:28.137Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30702026-06-21T21:28:28.228Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30712026-06-21T21:28:28.290Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30722026-06-21T21:28:28.396Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30732026-06-21T21:28:28.417Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30742026-06-21T21:28:28.457Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30752026-06-21T21:28:28.555Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30762026-06-21T21:28:28.627Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30772026-06-21T21:28:28.734Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30782026-06-21T21:28:28.756Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30792026-06-21T21:28:28.838Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30802026-06-21T21:28:28.895Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30812026-06-21T21:28:28.982Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30822026-06-21T21:28:29.009Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30832026-06-21T21:28:29.065Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30842026-06-21T21:28:29.097Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30852026-06-21T21:28:29.120Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30862026-06-21T21:28:29.183Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30872026-06-21T21:28:29.210Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30882026-06-21T21:28:29.269Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30892026-06-21T21:28:29.299Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30902026-06-21T21:28:29.622Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30912026-06-21T21:28:29.674Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30922026-06-21T21:28:29.838Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30932026-06-21T21:28:29.972Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30942026-06-21T21:28:30.277Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30952026-06-21T21:28:30.441Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30962026-06-21T21:28:30.733Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30972026-06-21T21:28:30.757Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30982026-06-21T21:28:30.760Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30992026-06-21T21:28:31.020Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31002026-06-21T21:28:31.055Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31012026-06-21T21:28:31.106Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31022026-06-21T21:28:31.289Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31032026-06-21T21:28:31.454Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31042026-06-21T21:28:31.543Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31052026-06-21T21:28:31.575Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31062026-06-21T21:28:31.925Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31072026-06-21T21:28:32.242Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31082026-06-21T21:28:32.381Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31092026-06-21T21:28:32.462Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31102026-06-21T21:28:32.578Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31112026-06-21T21:28:32.614Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31122026-06-21T21:28:32.635Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31132026-06-21T21:28:32.732Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31142026-06-21T21:28:32.810Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31152026-06-21T21:28:32.977Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31162026-06-21T21:28:32.999Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31172026-06-21T21:28:33.018Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31182026-06-21T21:28:33.159Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31192026-06-21T21:28:33.181Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31202026-06-21T21:28:33.260Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31212026-06-21T21:28:33.278Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31222026-06-21T21:28:33.297Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31232026-06-21T21:28:33.360Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31242026-06-21T21:28:33.521Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31252026-06-21T21:28:33.540Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31262026-06-21T21:28:33.559Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31272026-06-21T21:28:33.562Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31282026-06-21T21:28:33.617Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31292026-06-21T21:28:33.639Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31302026-06-21T21:28:33.741Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31312026-06-21T21:28:33.795Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31322026-06-21T21:28:33.841Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31332026-06-21T21:28:33.912Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31342026-06-21T21:28:33.998Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31352026-06-21T21:28:34.173Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31362026-06-21T21:28:34.176Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31372026-06-21T21:28:34.209Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31382026-06-21T21:28:34.669Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31392026-06-21T21:28:34.807Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31402026-06-21T21:28:34.918Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31412026-06-21T21:28:35.588Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31422026-06-21T21:28:35.685Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31432026-06-21T21:28:35.796Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31442026-06-21T21:28:36.481Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31452026-06-21T21:28:36.520Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31462026-06-21T21:28:36.978Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31472026-06-21T21:28:37.794Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31482026-06-21T21:28:38.389Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31492026-06-21T21:28:38.422Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31502026-06-21T21:28:38.689Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31512026-06-21T21:28:39.017Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31522026-06-21T21:28:39.196Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31532026-06-21T21:28:39.260Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31542026-06-21T21:28:39.338Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31552026-06-21T21:28:39.974Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31562026-06-21T21:28:40.000Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31572026-06-21T21:28:40.123Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31582026-06-21T21:28:40.347Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31592026-06-21T21:28:40.627Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31602026-06-21T21:28:40.839Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31612026-06-21T21:28:41.202Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31622026-06-21T21:28:41.333Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31632026-06-21T21:28:41.596Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31642026-06-21T21:28:41.694Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31652026-06-21T21:28:41.787Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31662026-06-21T21:28:42.060Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31672026-06-21T21:28:42.637Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31682026-06-21T21:28:42.850Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31692026-06-21T21:28:43.368Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31702026-06-21T21:28:43.780Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31712026-06-21T21:28:44.146Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-06-21T21:28:44.391Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31732026-06-21T21:28:45.028Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31742026-06-21T21:28:45.531Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-06-21T21:28:45.584Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31762026-06-21T21:28:45.802Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31772026-06-21T21:28:46.063Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31782026-06-21T21:28:46.609Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31792026-06-21T21:28:47.226Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31802026-06-21T21:28:47.861Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-06-21T21:28:48.065Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31822026-06-21T21:28:48.333Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31832026-06-21T21:28:48.517Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31842026-06-21T21:28:48.638Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31852026-06-21T21:28:52.535Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31862026-06-21T21:28:53.284Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31872026-06-21T21:28:53.601Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31882026-06-21T21:28:53.820Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31892026-06-21T21:28:54.176Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31902026-06-21T21:28:54.599Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31912026-06-21T21:28:54.944Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31922026-06-21T21:29:51.210Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31932026-06-21T21:29:51.240Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31942026-06-21T21:29:51.240Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31952026-06-21T21:29:51.240Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31962026-06-21T21:29:51.240Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31972026-06-21T21:29:51.240Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
31982026-06-21T21:29:51.240Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31992026-06-21T21:29:51.240Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32002026-06-21T21:29:51.240Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32012026-06-21T21:29:51.240Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32022026-06-21T21:29:51.240Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32032026-06-21T21:29:51.240Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32042026-06-21T21:29:51.241Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32052026-06-21T21:29:51.284Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32062026-06-21T21:29:51.284Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32072026-06-21T21:29:51.284Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32082026-06-21T21:29:51.284Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-06-21T21:29:51.284Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32102026-06-21T21:29:51.284Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32112026-06-21T21:29:51.284Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32122026-06-21T21:29:51.284Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32132026-06-21T21:29:51.284Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32142026-06-21T21:29:51.285Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32152026-06-21T21:29:51.285Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-06-21T21:29:51.285Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32172026-06-21T21:29:51.285Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32182026-06-21T21:29:51.285Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-06-21T21:29:51.285Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32202026-06-21T21:29:51.285Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32212026-06-21T21:29:51.285Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32222026-06-21T21:29:51.285Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32232026-06-21T21:29:51.285Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32242026-06-21T21:29:51.285Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32252026-06-21T21:29:51.285Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32262026-06-21T21:29:51.285Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32272026-06-21T21:29:51.285Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282026-06-21T21:29:51.285Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32292026-06-21T21:29:51.285Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32302026-06-21T21:29:51.285Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32312026-06-21T21:29:51.285Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32322026-06-21T21:29:51.285Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32332026-06-21T21:29:51.285Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32342026-06-21T21:29:51.285Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32352026-06-21T21:29:51.285Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32362026-06-21T21:29:51.285Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32372026-06-21T21:29:51.285Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32382026-06-21T21:29:51.285Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32392026-06-21T21:29:51.285Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32402026-06-21T21:29:51.285Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32412026-06-21T21:29:51.285Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32422026-06-21T21:29:51.285Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32432026-06-21T21:29:51.285Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32442026-06-21T21:29:51.285Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32452026-06-21T21:29:51.285Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32462026-06-21T21:29:51.285Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32472026-06-21T21:29:51.285Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32482026-06-21T21:29:51.285Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32492026-06-21T21:29:51.285Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32502026-06-21T21:29:51.285Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32512026-06-21T21:29:51.286Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32522026-06-21T21:29:51.286Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32532026-06-21T21:29:51.286Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32542026-06-21T21:29:51.286Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32552026-06-21T21:29:51.286Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32562026-06-21T21:29:51.286Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32572026-06-21T21:29:51.286Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32582026-06-21T21:29:51.286Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32592026-06-21T21:29:51.401Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32602026-06-21T21:29:53.941Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32612026-06-21T21:29:54.863Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32622026-06-21T21:29:56.285Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32632026-06-21T21:29:57.777Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32642026-06-21T21:29:59.357Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32652026-06-21T21:30:01.143Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32662026-06-21T21:30:02.820Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32672026-06-21T21:30:04.361Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32682026-06-21T21:30:06.060Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32692026-06-21T21:30:10.050Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32702026-06-21T21:30:11.149Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32712026-06-21T21:30:11.906Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32722026-06-21T21:30:12.726Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32732026-06-21T21:30:14.570Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32742026-06-21T21:30:16.242Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32752026-06-21T21:30:18.101Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32762026-06-21T21:30:20.152Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32772026-06-21T21:30:21.878Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32782026-06-21T21:30:23.943Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32792026-06-21T21:30:25.440Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32802026-06-21T21:30:27.204Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32812026-06-21T21:30:28.967Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32822026-06-21T21:30:30.735Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32832026-06-21T21:30:32.547Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32842026-06-21T21:30:35.729Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32852026-06-21T21:30:37.857Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32862026-06-21T21:30:39.369Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32872026-06-21T21:30:41.492Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32882026-06-21T21:30:42.869Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32892026-06-21T21:30:47.121Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32902026-06-21T21:30:49.100Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32912026-06-21T21:30:50.929Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32922026-06-21T21:30:52.792Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32932026-06-21T21:30:55.626Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32942026-06-21T21:30:57.122Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32952026-06-21T21:30:57.989Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32962026-06-21T21:31:01.720Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32972026-06-21T21:31:04.031Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32982026-06-21T21:31:06.531Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32992026-06-21T21:31:08.840Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33002026-06-21T21:31:10.942Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33012026-06-21T21:31:13.193Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33022026-06-21T21:31:15.468Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33032026-06-21T21:31:18.160Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33042026-06-21T21:31:19.900Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33052026-06-21T21:31:22.386Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33062026-06-21T21:31:24.360Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33072026-06-21T21:31:26.627Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33082026-06-21T21:31:28.846Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33092026-06-21T21:31:31.145Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33102026-06-21T21:31:33.500Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33112026-06-21T21:31:35.723Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33122026-06-21T21:31:38.005Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33132026-06-21T21:31:40.425Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33142026-06-21T21:31:42.792Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33152026-06-21T21:34:38.984Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33162026-06-21T21:34:38.985Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33172026-06-21T21:34:38.985Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33182026-06-21T21:34:38.985Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33192026-06-21T21:34:38.985Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33202026-06-21T21:34:38.993Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33212026-06-21T21:34:38.993Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33222026-06-21T21:34:38.993Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33232026-06-21T21:34:38.993Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33242026-06-21T21:34:38.993Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33252026-06-21T21:34:38.993Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33262026-06-21T21:34:38.993Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33272026-06-21T21:34:38.993Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33282026-06-21T21:34:38.993Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33292026-06-21T21:34:38.993Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33302026-06-21T21:34:38.993Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33312026-06-21T21:34:38.993Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33322026-06-21T21:34:38.993Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33332026-06-21T21:34:38.993Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33342026-06-21T21:34:38.994Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-06-21T21:34:38.994Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33362026-06-21T21:34:38.994Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33372026-06-21T21:34:38.994Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33382026-06-21T21:34:38.994Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33392026-06-21T21:34:38.994Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33402026-06-21T21:34:38.994Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33412026-06-21T21:34:38.994Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33422026-06-21T21:34:38.994Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33432026-06-21T21:34:38.994Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33442026-06-21T21:34:38.994Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33452026-06-21T21:34:38.994Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33462026-06-21T21:34:38.994Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33472026-06-21T21:34:38.994Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33482026-06-21T21:34:38.994Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33492026-06-21T21:34:38.994Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33502026-06-21T21:34:38.994Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33512026-06-21T21:34:38.994Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33522026-06-21T21:34:38.994Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33532026-06-21T21:34:38.994Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33542026-06-21T21:34:38.994Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33552026-06-21T21:34:38.994Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33562026-06-21T21:34:38.994Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33572026-06-21T21:34:38.994Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33582026-06-21T21:34:38.994Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33592026-06-21T21:34:38.994Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33602026-06-21T21:34:38.994Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33612026-06-21T21:34:38.994Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33622026-06-21T21:34:38.994Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33632026-06-21T21:34:38.994Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33642026-06-21T21:34:38.995Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33652026-06-21T21:34:38.995Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33662026-06-21T21:34:38.995Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33672026-06-21T21:34:38.995Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33682026-06-21T21:34:38.995Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33692026-06-21T21:34:38.995Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33702026-06-21T21:34:38.995Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33712026-06-21T21:34:38.995Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33722026-06-21T21:34:38.995Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33732026-06-21T21:34:39.038Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33742026-06-21T21:34:42.655Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33752026-06-21T21:34:46.417Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33762026-06-21T21:35:16.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 53s
33772026-06-21T21:35:16.412Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
33782026-06-21T21:35:16.507Z
33792026-06-21T21:35:16.507Zreal 6:53.379499845
33802026-06-21T21:35:16.507Zuser 18:06.378273054
33812026-06-21T21:35:16.507Zsys 3:50.831307239
33822026-06-21T21:35:16.507Ztrap 0.268297021
33832026-06-21T21:35:16.507Ztflt 0.023058881
33842026-06-21T21:35:16.507Zdflt 0.012442400
33852026-06-21T21:35:16.507Zkflt 0.000066992
33862026-06-21T21:35:16.507Zlock 6:26:12.333780873
33872026-06-21T21:35:16.507Zslp 2:19:34.505313567
33882026-06-21T21:35:16.507Zlat 32.764162043
33892026-06-21T21:35:16.507Zstop 1:31.642671850
33902026-06-21T21:35:16.511Zprocess exited: duration 793273 ms, exit code 0
 
33912026-06-21T21:35:16.518Zfound 0 output files