01KS9GJXK78ZBP0P829GBDXYP2: clippy (helios)

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

Buildomat Job: 01KS9GK9EQQ2VFHEZ4JRC91YA9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-23T04:14:15.851Zjob assigned to worker 01KS9GKCH378PDCK8K9ETDKJ9K [factory aws, i-0a8e2e41fd34a8a12] (queued for 54 s)
 
22026-05-23T04:14:22.325Zstarting task 0: "setup"
32026-05-23T04:14:22.330Z++ uname -s
42026-05-23T04:14:22.333Z+ kern=SunOS
52026-05-23T04:14:22.333Z+ build_user=build
62026-05-23T04:14:22.333Z+ build_uid=12345
72026-05-23T04:14:22.333Z+ work_dir=/work
82026-05-23T04:14:22.333Z+ input_dir=/input
92026-05-23T04:14:22.333Z+ [[ 0 == 12345 ]]
102026-05-23T04:14:22.333Z+ case "$kern" in
112026-05-23T04:14:22.333Z+ groupadd -g 12345 build
122026-05-23T04:14:22.336Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-23T04:14:24.340Z+ zfs create -o mountpoint=/work rpool/work
142026-05-23T04:14:24.399Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-23T04:14:24.401Z+ home_fs=zfs
162026-05-23T04:14:24.401Z+ [[ zfs == autofs ]]
172026-05-23T04:14:24.401Z+ mkdir -p /home/build
182026-05-23T04:14:24.402Z+ chown build:build /home/build /work
192026-05-23T04:14:26.403Z+ chmod 0700 /home/build /work
202026-05-23T04:14:26.406Zprocess exited: duration 4078 ms, exit code 0
 
212026-05-23T04:14:26.411Zstarting task 1: "rust-toolchain"
222026-05-23T04:14:26.414Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-23T04:14:26.414Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-23T04:14:26.414Z * rust toolchain channel = "1.94.0"
252026-05-23T04:14:26.414Z * rust toolchain profile = "default"
262026-05-23T04:14:26.414Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-23T04:14:26.414Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-23T04:14:26.418Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-23T04:14:26.418Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-23T04:14:26.499Zinfo: downloading installer
312026-05-23T04:14:27.784Zwarn: It looks like you have an existing rustup settings file at:
322026-05-23T04:14:27.784Zwarn: /home/build/.rustup/settings.toml
332026-05-23T04:14:27.784Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-23T04:14:27.784Zwarn: instead of the one inferred from the default host triple.
352026-05-23T04:14:27.796Zinfo: profile set to default
362026-05-23T04:14:27.796Zinfo: default host triple is x86_64-unknown-illumos
372026-05-23T04:14:27.799Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-23T04:14:27.966Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-23T04:14:27.968Zinfo: downloading 6 components
402026-05-23T04:14:41.860Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-23T04:14:41.860Z
422026-05-23T04:14:41.911Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-23T04:14:41.911Z
442026-05-23T04:14:41.911Z
452026-05-23T04:14:41.911ZRust is installed now. Great!
462026-05-23T04:14:41.911Z
472026-05-23T04:14:41.911ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-23T04:14:41.911Zenvironment variable. This has not been done automatically.
492026-05-23T04:14:41.911Z
502026-05-23T04:14:41.911ZTo configure your current shell, you need to source
512026-05-23T04:14:41.911Zthe corresponding env file under $HOME/.cargo.
522026-05-23T04:14:41.911Z
532026-05-23T04:14:41.912ZThis is usually done by running one of the following (note the leading DOT):
542026-05-23T04:14:41.914Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-23T04:14:41.915Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-23T04:14:41.915Zsource "~/.cargo/env.nu" # For nushell
572026-05-23T04:14:41.915Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-23T04:14:41.915Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-23T04:14:41.915Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-23T04:14:41.915Zwarn: no default linker (`cc`) was found in your PATH
612026-05-23T04:14:41.915Zwarn: many Rust crates require a system C toolchain to build
622026-05-23T04:14:42.011Z+ rustup --version
632026-05-23T04:14:42.019Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-23T04:14:42.022Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-23T04:14:42.042Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-23T04:14:42.045Z+ cargo --version
672026-05-23T04:14:42.058Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-23T04:14:42.061Z+ rustc --version
692026-05-23T04:14:42.082Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-23T04:14:42.085Zprocess exited: duration 15673 ms, exit code 0
 
712026-05-23T04:14:42.090Zstarting task 2: "authentication"
722026-05-23T04:14:42.106Zprocess exited: duration 15 ms, exit code 0
 
732026-05-23T04:14:42.111Zstarting task 3: "clone repository"
742026-05-23T04:14:42.115Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-23T04:14:42.117Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-23T04:14:42.158ZCloning into '/work/oxidecomputer/omicron'...
772026-05-23T04:14:52.372Z+ cd /work/oxidecomputer/omicron
782026-05-23T04:14:52.375Z+ git fetch origin e328074106e163afbb0cbfe32a793cc1bb0582d8
792026-05-23T04:14:52.641ZFrom https://github.com/oxidecomputer/omicron
802026-05-23T04:14:52.641Z * branch e328074106e163afbb0cbfe32a793cc1bb0582d8 -> FETCH_HEAD
812026-05-23T04:14:52.651Z+ [[ -n multicast-e2e ]]
822026-05-23T04:14:52.653Z++ git branch --show-current
832026-05-23T04:14:52.653Z+ current=main
842026-05-23T04:14:52.653Z+ [[ main != multicast-e2e ]]
852026-05-23T04:14:52.656Z+ git branch -f multicast-e2e e328074106e163afbb0cbfe32a793cc1bb0582d8
862026-05-23T04:14:52.658Z+ git checkout -f multicast-e2e
872026-05-23T04:14:52.889ZSwitched to branch 'multicast-e2e'
882026-05-23T04:14:52.892Z+ git reset --hard e328074106e163afbb0cbfe32a793cc1bb0582d8
892026-05-23T04:14:53.126ZHEAD is now at e32807410 [thundermuffin] bump to 473a90f8
902026-05-23T04:14:53.129Zprocess exited: duration 11016 ms, exit code 0
 
912026-05-23T04:14:53.134Zstarting task 4: "build"
922026-05-23T04:14:53.138Z+ source ./env.sh
932026-05-23T04:14:53.140Z++ OLD_SHELL_OPTS=ehxB
942026-05-23T04:14:53.140Z++ set -o xtrace
952026-05-23T04:14:53.140Z++++ dirname ./env.sh
962026-05-23T04:14:53.143Z+++ readlink -f .
972026-05-23T04:14:53.145Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-23T04:14:53.146Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-05-23T04:14:53.146Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-23T04:14:53.146Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-23T04:14:53.146Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-05-23T04:14:53.146Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-05-23T04:14:53.146Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-05-23T04:14:53.146Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-05-23T04:14:53.146Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-23T04:14:53.146Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-23T04:14:53.146Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-23T04:14:53.146Z++ case $OLD_SHELL_OPTS in
1092026-05-23T04:14:53.146Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-05-23T04:14:53.146Z+ source .github/buildomat/ci-env.sh
1112026-05-23T04:14:53.146Z++ export CARGO_TERM_COLOR=always
1122026-05-23T04:14:53.146Z++ CARGO_TERM_COLOR=always
1132026-05-23T04:14:53.146Z+ cargo --version
1142026-05-23T04:14:53.154Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-05-23T04:14:53.156Z+ rustc --version
1162026-05-23T04:14:53.176Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-05-23T04:14:53.179Z+ banner prerequisites
1182026-05-23T04:14:53.181Z
1192026-05-23T04:14:53.181Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-23T04:14:53.181Z # # # # # # # # # # # # # # #
1212026-05-23T04:14:53.181Z # # # # ##### # # ##### # # # # # #### #
1222026-05-23T04:14:53.181Z ##### ##### # ##### # # # # # # # # #
1232026-05-23T04:14:53.181Z # # # # # # # # # # # # # # #
1242026-05-23T04:14:53.181Z # # # ###### # # ###### ### # #### # #### #
1252026-05-23T04:14:53.181Z
1262026-05-23T04:14:53.182Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-23T04:14:54.570Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-23T04:14:54.639Z Startup: Caching catalogs ... Done
1292026-05-23T04:14:54.901ZPlanning: Solver setup ... Done (0.227s)
1302026-05-23T04:14:54.919ZPlanning: Running solver ... Done (0.018s)
1312026-05-23T04:14:54.925ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-23T04:14:54.935ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-23T04:14:54.951ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-23T04:14:54.964ZPlanning: Package planning ... Done (0.013s)
1352026-05-23T04:14:54.966ZPlanning: Merging actions ... Done (0.002s)
1362026-05-23T04:14:55.154ZPlanning: Checking for conflicting actions ... Done (0.188s)
1372026-05-23T04:14:55.157ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-23T04:14:55.890ZPlanning: Evaluating mediators ... Done (0.735s)
1392026-05-23T04:14:55.893ZPlanning: Planning completed in 1.23 seconds
1402026-05-23T04:14:55.899Z Packages to install: 2
1412026-05-23T04:14:55.899Z Estimated space available: 156.07 GB
1422026-05-23T04:14:55.903ZEstimated space to be consumed: 22.53 MB
1432026-05-23T04:14:55.903Z Create boot environment: No
1442026-05-23T04:14:55.903ZCreate backup boot environment: No
1452026-05-23T04:14:55.903Z Rebuild boot archive: No
1462026-05-23T04:14:55.903Z
1472026-05-23T04:14:55.903ZChanged packages:
1482026-05-23T04:14:55.903Zhelios
1492026-05-23T04:14:55.903Z developer/build-essential
1502026-05-23T04:14:55.903Z None -> 11-3.0
1512026-05-23T04:14:55.903Z library/libxmlsec1
1522026-05-23T04:14:55.903Z None -> 1.2.35-3.0
1532026-05-23T04:14:55.923Z
1542026-05-23T04:14:55.923ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-23T04:14:56.423ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1562026-05-23T04:14:56.466Z Actions: 1/268 actions (Installing new actions)
1572026-05-23T04:14:56.504Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-23T04:14:56.538ZFinalize: Updating package state database ... Done (0.034s)
1592026-05-23T04:14:56.538ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-23T04:14:56.558ZFinalize: Updating image state ... Done (0.019s)
1612026-05-23T04:14:58.879ZFinalize: Creating fast lookup database ... Done (2.298s)
1622026-05-23T04:14:58.946ZFinalize: Reading search index ... Done (0.012s)
1632026-05-23T04:14:58.951ZFinalize: Updating search index ... Done (0.000s)
1642026-05-23T04:14:59.011ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-23T04:14:59.307ZPlanning: Evaluating mediator changes ... Done
1662026-05-23T04:14:59.410ZPlanning: Checking for conflicting actions ... Done
1672026-05-23T04:14:59.413ZPlanning: Consolidating action changes ... Done
1682026-05-23T04:14:59.568ZPlanning: Evaluating mediators ... Done
1692026-05-23T04:14:59.572ZPlanning: Planning completed in 0.26 seconds
1702026-05-23T04:14:59.593Z Mediators to change: 2
1712026-05-23T04:14:59.593Z Create boot environment: No
1722026-05-23T04:14:59.593ZCreate backup boot environment: No
1732026-05-23T04:14:59.631ZFinalize: Updating package state database ... Done
1742026-05-23T04:14:59.631ZFinalize: Updating package cache ... Done
1752026-05-23T04:14:59.642ZFinalize: Updating image state ... Done
1762026-05-23T04:15:01.592ZFinalize: Creating fast lookup database ... Done
1772026-05-23T04:15:01.654ZFinalize: Reading search index ... Done
1782026-05-23T04:15:01.657ZFinalize: Updating search index ... Done
1792026-05-23T04:15:01.734ZFinalize: Updating package cache ... Done
1802026-05-23T04:15:02.016ZPlanning: Evaluating mediator changes ... Done
1812026-05-23T04:15:02.121ZPlanning: Checking for conflicting actions ... Done
1822026-05-23T04:15:02.124ZPlanning: Consolidating action changes ... Done
1832026-05-23T04:15:02.279ZPlanning: Evaluating mediators ... Done
1842026-05-23T04:15:02.282ZPlanning: Planning completed in 0.26 seconds
1852026-05-23T04:15:02.301Z Mediators to change: 1
1862026-05-23T04:15:02.301Z Create boot environment: No
1872026-05-23T04:15:02.301ZCreate backup boot environment: No
1882026-05-23T04:15:02.352ZFinalize: Updating package state database ... Done
1892026-05-23T04:15:02.352ZFinalize: Updating package cache ... Done
1902026-05-23T04:15:02.362ZFinalize: Updating image state ... Done
1912026-05-23T04:15:04.305ZFinalize: Creating fast lookup database ... Done
1922026-05-23T04:15:04.366ZFinalize: Reading search index ... Done
1932026-05-23T04:15:04.369ZFinalize: Updating search index ... Done
1942026-05-23T04:15:04.455ZFinalize: Updating package cache ... Done
1952026-05-23T04:15:04.764ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-23T04:15:04.764Zapache system 2.4 system
1972026-05-23T04:15:04.764Zclang system 15 system
1982026-05-23T04:15:04.765Zcsh system system illumos
1992026-05-23T04:15:04.765Zctags system system illumos
2002026-05-23T04:15:04.765Zfile vendor vendor darwinsys
2012026-05-23T04:15:04.765Zfile system system illumos
2022026-05-23T04:15:04.765Zgcc vendor 14 vendor
2032026-05-23T04:15:04.765Zgcc system 13 system
2042026-05-23T04:15:04.765Zgcc system 10 system
2052026-05-23T04:15:04.765Zgo system 1.25 system
2062026-05-23T04:15:04.765Zllvm system 15 system
2072026-05-23T04:15:04.765Zmariadb system 11.4 system
2082026-05-23T04:15:04.765Zmta vendor vendor dma
2092026-05-23T04:15:04.765Zopenjdk system 17 system
2102026-05-23T04:15:04.765Zopenjdk system 11 system
2112026-05-23T04:15:04.765Zopenssl vendor 3 vendor
2122026-05-23T04:15:04.765Zperl system 5.40 system
2132026-05-23T04:15:04.765Zpostgresql system 18 system
2142026-05-23T04:15:04.765Zpostgresql system 17 system
2152026-05-23T04:15:04.765Zpython vendor 3 vendor
2162026-05-23T04:15:04.765Zpython system 2 system
2172026-05-23T04:15:04.765Zpython3 vendor 3.13 vendor
2182026-05-23T04:15:04.765Zruby system 3.4 system
2192026-05-23T04:15:04.765Zruby system 3.0 system
2202026-05-23T04:15:04.765Zwords vendor vendor american-english
2212026-05-23T04:15:04.765Zwords system system australian-english
2222026-05-23T04:15:04.765Zwords system system british-english
2232026-05-23T04:15:04.765Zwords system system canadian-english
2242026-05-23T04:15:04.765Zwords system system french
2252026-05-23T04:15:04.765Zwords system system italian
2262026-05-23T04:15:04.765Zwords system system ngerman
2272026-05-23T04:15:04.765Zwords system system ogerman
2282026-05-23T04:15:04.765Zwords system system spanish
2292026-05-23T04:15:05.019ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-23T04:15:05.019Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-23T04:15:05.294ZFMRI IFO
2322026-05-23T04:15:05.294Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-23T04:15:05.295Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-23T04:15:05.295Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-23T04:15:05.295Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-23T04:15:05.295Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-23T04:15:05.295Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-23T04:15:05.295Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-23T04:15:05.295Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-23T04:15:05.295Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-23T04:15:05.540Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-23T04:15:05.811Z Updating crates.io index
2432026-05-23T04:15:05.842Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-23T04:15:06.542Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-23T04:15:06.974Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-23T04:15:07.573Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-23T04:15:08.470Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-23T04:15:08.970Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-23T04:15:10.430Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-23T04:15:11.299Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-23T04:15:11.652Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-23T04:15:12.999Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-23T04:15:13.566Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-23T04:15:13.940Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-23T04:15:14.316Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-23T04:15:15.279Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-23T04:15:15.702Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-23T04:15:15.996Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-23T04:15:16.564Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-23T04:15:16.949Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-23T04:15:17.366Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-23T04:15:17.572Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-23T04:15:17.774Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-23T04:15:18.023Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-23T04:15:18.418Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-23T04:15:18.877Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-23T04:15:19.342Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-23T04:15:19.591Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-23T04:15:19.869Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-23T04:15:21.015Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-23T04:15:21.628Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-23T04:15:22.030Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-23T04:15:22.427Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-05-23T04:15:22.758Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-05-23T04:15:23.068Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-05-23T04:15:23.359Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-23T04:15:23.625Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-05-23T04:15:23.911Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-23T04:15:24.318Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-23T04:15:24.572Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-23T04:15:24.783Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-23T04:15:36.982Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-05-23T04:15:38.744Z Downloading crates ...
2842026-05-23T04:15:38.805Z Downloaded smallvec v1.15.1
2852026-05-23T04:15:38.832Z Downloaded thiserror-impl v1.0.69
2862026-05-23T04:15:38.884Z Downloaded icu_normalizer v2.1.1
2872026-05-23T04:15:38.889Z Downloaded potential_utf v0.1.4
2882026-05-23T04:15:38.892Z Downloaded cargo-util-schemas v0.8.2
2892026-05-23T04:15:38.898Z Downloaded is_terminal_polyfill v1.70.2
2902026-05-23T04:15:38.901Z Downloaded fastrand v2.3.0
2912026-05-23T04:15:38.901Z Downloaded byteorder v1.5.0
2922026-05-23T04:15:38.905Z Downloaded sha2 v0.10.9
2932026-05-23T04:15:38.905Z Downloaded scroll v0.12.0
2942026-05-23T04:15:38.907Z Downloaded papergrid v0.11.0
2952026-05-23T04:15:38.907Z Downloaded zerofrom-derive v0.1.6
2962026-05-23T04:15:38.910Z Downloaded proc-macro2 v1.0.106
2972026-05-23T04:15:38.910Z Downloaded thiserror v2.0.18
2982026-05-23T04:15:38.912Z Downloaded icu_properties_data v2.1.2
2992026-05-23T04:15:38.918Z Downloaded proc-macro-error v1.0.4
3002026-05-23T04:15:38.920Z Downloaded zmij v1.0.21
3012026-05-23T04:15:38.923Z Downloaded clap_derive v4.6.1
3022026-05-23T04:15:38.923Z Downloaded autocfg v1.5.0
3032026-05-23T04:15:38.923Z Downloaded version_check v0.9.5
3042026-05-23T04:15:38.926Z Downloaded strsim v0.11.1
3052026-05-23T04:15:38.926Z Downloaded itoa v1.0.17
3062026-05-23T04:15:38.926Z Downloaded ordered-float v2.10.1
3072026-05-23T04:15:38.929Z Downloaded litemap v0.8.1
3082026-05-23T04:15:38.929Z Downloaded clap_lex v1.0.0
3092026-05-23T04:15:38.933Z Downloaded pest_generator v2.8.6
3102026-05-23T04:15:38.936Z Downloaded clap v4.6.1
3112026-05-23T04:15:38.941Z Downloaded unicode-linebreak v0.1.5
3122026-05-23T04:15:38.944Z Downloaded smawk v0.3.2
3132026-05-23T04:15:38.944Z Downloaded swrite v0.1.0
3142026-05-23T04:15:38.944Z Downloaded log v0.4.29
3152026-05-23T04:15:38.947Z Downloaded fnv v1.0.7
3162026-05-23T04:15:38.953Z Downloaded pretty-hex v0.4.1
3172026-05-23T04:15:38.956Z Downloaded proc-macro-error-attr v1.0.4
3182026-05-23T04:15:38.956Z Downloaded usdt-macro v0.5.0
3192026-05-23T04:15:38.956Z Downloaded cargo-platform v0.2.0
3202026-05-23T04:15:38.958Z Downloaded utf8_iter v1.0.4
3212026-05-23T04:15:38.959Z Downloaded goblin v0.8.2
3222026-05-23T04:15:38.966Z Downloaded generic-array v0.14.7
3232026-05-23T04:15:38.969Z Downloaded tabled_derive v0.7.0
3242026-05-23T04:15:38.969Z Downloaded serde-value v0.7.0
3252026-05-23T04:15:38.969Z Downloaded cpufeatures v0.2.17
3262026-05-23T04:15:38.972Z Downloaded anstyle-parse v1.0.0
3272026-05-23T04:15:38.972Z Downloaded anstyle-query v1.1.5
3282026-05-23T04:15:38.974Z Downloaded quote v1.0.45
3292026-05-23T04:15:38.977Z Downloaded anstyle v1.0.14
3302026-05-23T04:15:38.982Z Downloaded memmap v0.7.0
3312026-05-23T04:15:38.987Z Downloaded toml_datetime v0.6.11
3322026-05-23T04:15:38.987Z Downloaded serde_spanned v0.6.9
3332026-05-23T04:15:38.987Z Downloaded macaddr v1.0.1
3342026-05-23T04:15:38.989Z Downloaded unicode-xid v0.2.6
3352026-05-23T04:15:38.992Z Downloaded stable_deref_trait v1.2.1
3362026-05-23T04:15:38.995Z Downloaded camino-tempfile v1.4.1
3372026-05-23T04:15:39.001Z Downloaded usdt-attr-macro v0.5.0
3382026-05-23T04:15:39.004Z Downloaded typeid v1.0.3
3392026-05-23T04:15:39.004Z Downloaded colorchoice v1.0.4
3402026-05-23T04:15:39.007Z Downloaded terminal_size v0.4.3
3412026-05-23T04:15:39.007Z Downloaded dof v0.3.0
3422026-05-23T04:15:39.009Z Downloaded thread-id v4.2.2
3432026-05-23T04:15:39.009Z Downloaded percent-encoding v2.3.2
3442026-05-23T04:15:39.012Z Downloaded plain v0.2.3
3452026-05-23T04:15:39.012Z Downloaded block-buffer v0.10.4
3462026-05-23T04:15:39.015Z Downloaded scroll_derive v0.12.1
3472026-05-23T04:15:39.017Z Downloaded idna_adapter v1.2.1
3482026-05-23T04:15:39.017Z Downloaded errno v0.3.14
3492026-05-23T04:15:39.017Z Downloaded memchr v2.8.0
3502026-05-23T04:15:39.021Z Downloaded form_urlencoded v1.2.2
3512026-05-23T04:15:39.023Z Downloaded cargo_toml v0.21.0
3522026-05-23T04:15:39.023Z Downloaded digest v0.10.7
3532026-05-23T04:15:39.023Z Downloaded usdt v0.5.0
3542026-05-23T04:15:39.023Z Downloaded equivalent v1.0.2
3552026-05-23T04:15:39.026Z Downloaded tinystr v0.8.2
3562026-05-23T04:15:39.028Z Downloaded icu_normalizer_data v2.1.1
3572026-05-23T04:15:39.028Z Downloaded url v2.5.8
3582026-05-23T04:15:39.031Z Downloaded cargo_metadata v0.21.0
3592026-05-23T04:15:39.031Z Downloaded thiserror v1.0.69
3602026-05-23T04:15:39.034Z Downloaded zerofrom v0.1.6
3612026-05-23T04:15:39.037Z Downloaded fs-err v3.3.0
3622026-05-23T04:15:39.037Z Downloaded yoke-derive v0.8.1
3632026-05-23T04:15:39.041Z Downloaded heck v0.4.1
3642026-05-23T04:15:39.046Z Downloaded utf8parse v0.2.2
3652026-05-23T04:15:39.046Z Downloaded heck v0.5.0
3662026-05-23T04:15:39.046Z Downloaded toml_write v0.1.2
3672026-05-23T04:15:39.049Z Downloaded bytecount v0.6.9
3682026-05-23T04:15:39.049Z Downloaded serde_tokenstream v0.2.3
3692026-05-23T04:15:39.052Z Downloaded synstructure v0.13.2
3702026-05-23T04:15:39.054Z Downloaded dtrace-parser v0.2.0
3712026-05-23T04:15:39.054Z Downloaded once_cell v1.21.3
3722026-05-23T04:15:39.057Z Downloaded crypto-common v0.1.7
3732026-05-23T04:15:39.057Z Downloaded cfg-if v1.0.4
3742026-05-23T04:15:39.057Z Downloaded pest_derive v2.8.6
3752026-05-23T04:15:39.061Z Downloaded toml v0.8.23
3762026-05-23T04:15:39.064Z Downloaded zerovec-derive v0.11.2
3772026-05-23T04:15:39.066Z Downloaded displaydoc v0.2.5
3782026-05-23T04:15:39.069Z Downloaded usdt-impl v0.5.0
3792026-05-23T04:15:39.069Z Downloaded pest_meta v2.8.6
3802026-05-23T04:15:39.069Z Downloaded num-traits v0.2.19
3812026-05-23T04:15:39.071Z Downloaded anstream v1.0.0
3822026-05-23T04:15:39.074Z Downloaded serde-untagged v0.1.9
3832026-05-23T04:15:39.074Z Downloaded tempfile v3.25.0
3842026-05-23T04:15:39.076Z Downloaded semver v1.0.28
3852026-05-23T04:15:39.080Z Downloaded getrandom v0.4.1
3862026-05-23T04:15:39.082Z Downloaded erased-serde v0.4.9
3872026-05-23T04:15:39.085Z Downloaded thiserror-impl v2.0.18
3882026-05-23T04:15:39.091Z Downloaded ucd-trie v0.1.7
3892026-05-23T04:15:39.096Z Downloaded yoke v0.8.1
3902026-05-23T04:15:39.098Z Downloaded serde_core v1.0.228
3912026-05-23T04:15:39.101Z Downloaded writeable v0.6.2
3922026-05-23T04:15:39.103Z Downloaded zerocopy-derive v0.7.35
3932026-05-23T04:15:39.106Z Downloaded camino v1.2.2
3942026-05-23T04:15:39.108Z Downloaded icu_provider v2.1.1
3952026-05-23T04:15:39.108Z Downloaded textwrap v0.16.2
3962026-05-23T04:15:39.112Z Downloaded bitflags v2.11.0
3972026-05-23T04:15:39.115Z Downloaded icu_properties v2.1.2
3982026-05-23T04:15:39.121Z Downloaded indexmap v2.14.0
3992026-05-23T04:15:39.123Z Downloaded anyhow v1.0.102
4002026-05-23T04:15:39.126Z Downloaded serde_derive v1.0.228
4012026-05-23T04:15:39.128Z Downloaded serde v1.0.228
4022026-05-23T04:15:39.131Z Downloaded icu_locale_core v2.1.1
4032026-05-23T04:15:39.133Z Downloaded idna v1.1.0
4042026-05-23T04:15:39.136Z Downloaded typenum v1.19.0
4052026-05-23T04:15:39.138Z Downloaded icu_collections v2.1.1
4062026-05-23T04:15:39.141Z Downloaded unicode-ident v1.0.24
4072026-05-23T04:15:39.144Z Downloaded pest v2.8.6
4082026-05-23T04:15:39.146Z Downloaded zerotrie v0.2.3
4092026-05-23T04:15:39.149Z Downloaded toml_edit v0.22.27
4102026-05-23T04:15:39.154Z Downloaded serde_json v1.0.149
4112026-05-23T04:15:39.161Z Downloaded clap_builder v4.6.0
4122026-05-23T04:15:39.168Z Downloaded tabled v0.15.0
4132026-05-23T04:15:39.176Z Downloaded hashbrown v0.17.0
4142026-05-23T04:15:39.183Z Downloaded syn v1.0.109
4152026-05-23T04:15:39.188Z Downloaded zerovec v0.11.5
4162026-05-23T04:15:39.195Z Downloaded syn v2.0.117
4172026-05-23T04:15:39.201Z Downloaded zerocopy v0.7.35
4182026-05-23T04:15:39.209Z Downloaded winnow v0.7.14
4192026-05-23T04:15:39.214Z Downloaded unicode-width v0.2.0
4202026-05-23T04:15:39.218Z Downloaded rustix v1.1.3
4212026-05-23T04:15:39.231Z Downloaded unicode-width v0.1.14
4222026-05-23T04:15:39.256Z Downloaded libc v0.2.185
4232026-05-23T04:15:39.324Z Compiling proc-macro2 v1.0.106
4242026-05-23T04:15:39.324Z Compiling unicode-ident v1.0.24
4252026-05-23T04:15:39.324Z Compiling quote v1.0.45
4262026-05-23T04:15:39.327Z Compiling serde_core v1.0.228
4272026-05-23T04:15:39.327Z Compiling libc v0.2.185
4282026-05-23T04:15:39.327Z Compiling version_check v0.9.5
4292026-05-23T04:15:39.327Z Compiling stable_deref_trait v1.2.1
4302026-05-23T04:15:39.327Z Compiling serde v1.0.228
4312026-05-23T04:15:39.649Z Compiling memchr v2.8.0
4322026-05-23T04:15:39.666Z Compiling zmij v1.0.21
4332026-05-23T04:15:39.945Z Compiling thiserror v1.0.69
4342026-05-23T04:15:39.995Z Compiling autocfg v1.5.0
4352026-05-23T04:15:40.264Z Compiling ucd-trie v0.1.7
4362026-05-23T04:15:40.276Z Compiling itoa v1.0.17
4372026-05-23T04:15:40.352Z Compiling litemap v0.8.1
4382026-05-23T04:15:40.393Z Compiling pest v2.8.6
4392026-05-23T04:15:40.451Z Compiling writeable v0.6.2
4402026-05-23T04:15:40.507Z Compiling byteorder v1.5.0
4412026-05-23T04:15:40.551Z Compiling icu_normalizer_data v2.1.1
4422026-05-23T04:15:40.741Z Compiling rustix v1.1.3
4432026-05-23T04:15:40.759Z Compiling icu_properties_data v2.1.2
4442026-05-23T04:15:40.870Z Compiling syn v2.0.117
4452026-05-23T04:15:40.950Z Compiling errno v0.3.14
4462026-05-23T04:15:41.005Z Compiling serde_json v1.0.149
4472026-05-23T04:15:41.061Z Compiling bitflags v2.11.0
4482026-05-23T04:15:41.205Z Compiling num-traits v0.2.19
4492026-05-23T04:15:41.222Z Compiling equivalent v1.0.2
4502026-05-23T04:15:41.239Z Compiling hashbrown v0.17.0
4512026-05-23T04:15:41.312Z Compiling typeid v1.0.3
4522026-05-23T04:15:41.578Z Compiling pest_meta v2.8.6
4532026-05-23T04:15:41.578Z Compiling smallvec v1.15.1
4542026-05-23T04:15:41.738Z Compiling indexmap v2.14.0
4552026-05-23T04:15:41.805Z Compiling thread-id v4.2.2
4562026-05-23T04:15:41.871Z Compiling proc-macro-error-attr v1.0.4
4572026-05-23T04:15:41.887Z Compiling usdt-impl v0.5.0
4582026-05-23T04:15:41.952Z Compiling erased-serde v0.4.9
4592026-05-23T04:15:42.051Z Compiling syn v1.0.109
4602026-05-23T04:15:42.100Z Compiling toml_write v0.1.2
4612026-05-23T04:15:42.291Z Compiling winnow v0.7.14
4622026-05-23T04:15:42.475Z Compiling proc-macro-error v1.0.4
4632026-05-23T04:15:42.555Z Compiling camino v1.2.2
4642026-05-23T04:15:42.665Z Compiling plain v0.2.3
4652026-05-23T04:15:42.784Z Compiling thiserror v2.0.18
4662026-05-23T04:15:42.879Z Compiling log v0.4.29
4672026-05-23T04:15:43.037Z Compiling getrandom v0.4.1
4682026-05-23T04:15:43.065Z Compiling utf8_iter v1.0.4
4692026-05-23T04:15:43.121Z Compiling utf8parse v0.2.2
4702026-05-23T04:15:43.196Z Compiling percent-encoding v2.3.2
4712026-05-23T04:15:43.218Z Compiling anstyle-parse v1.0.0
4722026-05-23T04:15:43.263Z Compiling ordered-float v2.10.1
4732026-05-23T04:15:43.400Z Compiling form_urlencoded v1.2.2
4742026-05-23T04:15:43.487Z Compiling synstructure v0.13.2
4752026-05-23T04:15:43.528Z Compiling pest_generator v2.8.6
4762026-05-23T04:15:43.579Z Compiling terminal_size v0.4.3
4772026-05-23T04:15:43.779Z Compiling pretty-hex v0.4.1
4782026-05-23T04:15:43.899Z Compiling anstyle-query v1.1.5
4792026-05-23T04:15:43.925Z Compiling cfg-if v1.0.4
4802026-05-23T04:15:43.928Z Compiling anstyle v1.0.14
4812026-05-23T04:15:43.958Z Compiling colorchoice v1.0.4
4822026-05-23T04:15:44.004Z Compiling is_terminal_polyfill v1.70.2
4832026-05-23T04:15:44.094Z Compiling serde-untagged v0.1.9
4842026-05-23T04:15:44.172Z Compiling anstream v1.0.0
4852026-05-23T04:15:44.189Z Compiling semver v1.0.28
4862026-05-23T04:15:44.254Z Compiling fs-err v3.3.0
4872026-05-23T04:15:44.337Z Compiling heck v0.5.0
4882026-05-23T04:15:44.494Z Compiling strsim v0.11.1
4892026-05-23T04:15:44.512Z Compiling clap_lex v1.0.0
4902026-05-23T04:15:44.553Z Compiling fnv v1.0.7
4912026-05-23T04:15:44.645Z Compiling heck v0.4.1
4922026-05-23T04:15:44.662Z Compiling once_cell v1.21.3
4932026-05-23T04:15:44.745Z Compiling anyhow v1.0.102
4942026-05-23T04:15:44.855Z Compiling bytecount v0.6.9
4952026-05-23T04:15:44.879Z Compiling fastrand v2.3.0
4962026-05-23T04:15:44.882Z Compiling unicode-xid v0.2.6
4972026-05-23T04:15:44.913Z Compiling unicode-width v0.1.14
4982026-05-23T04:15:44.996Z Compiling clap_builder v4.6.0
4992026-05-23T04:15:45.131Z Compiling tempfile v3.25.0
5002026-05-23T04:15:45.147Z Compiling memmap v0.7.0
5012026-05-23T04:15:45.191Z Compiling papergrid v0.11.0
5022026-05-23T04:15:45.210Z Compiling serde_derive v1.0.228
5032026-05-23T04:15:45.280Z Compiling zerofrom-derive v0.1.6
5042026-05-23T04:15:45.330Z Compiling yoke-derive v0.8.1
5052026-05-23T04:15:45.508Z Compiling zerovec-derive v0.11.2
5062026-05-23T04:15:45.526Z Compiling displaydoc v0.2.5
5072026-05-23T04:15:46.277Z Compiling thiserror-impl v1.0.69
5082026-05-23T04:15:46.501Z Compiling zerocopy-derive v0.7.35
5092026-05-23T04:15:46.624Z Compiling pest_derive v2.8.6
5102026-05-23T04:15:46.642Z Compiling scroll_derive v0.12.1
5112026-05-23T04:15:46.678Z Compiling zerofrom v0.1.6
5122026-05-23T04:15:46.810Z Compiling yoke v0.8.1
5132026-05-23T04:15:47.013Z Compiling zerovec v0.11.5
5142026-05-23T04:15:47.042Z Compiling zerotrie v0.2.3
5152026-05-23T04:15:47.323Z Compiling scroll v0.12.0
5162026-05-23T04:15:47.362Z Compiling thiserror-impl v2.0.18
5172026-05-23T04:15:47.382Z Compiling zerocopy v0.7.35
5182026-05-23T04:15:47.528Z Compiling tinystr v0.8.2
5192026-05-23T04:15:47.580Z Compiling potential_utf v0.1.4
5202026-05-23T04:15:47.657Z Compiling dtrace-parser v0.2.0
5212026-05-23T04:15:47.742Z Compiling icu_locale_core v2.1.1
5222026-05-23T04:15:47.759Z Compiling icu_collections v2.1.1
5232026-05-23T04:15:47.924Z Compiling goblin v0.8.2
5242026-05-23T04:15:48.053Z Compiling tabled_derive v0.7.0
5252026-05-23T04:15:48.237Z Compiling clap_derive v4.6.1
5262026-05-23T04:15:48.406Z Compiling icu_provider v2.1.1
5272026-05-23T04:15:48.622Z Compiling serde_spanned v0.6.9
5282026-05-23T04:15:48.660Z Compiling icu_properties v2.1.2
5292026-05-23T04:15:48.687Z Compiling icu_normalizer v2.1.1
5302026-05-23T04:15:48.705Z Compiling toml_datetime v0.6.11
5312026-05-23T04:15:48.722Z Compiling dof v0.3.0
5322026-05-23T04:15:48.766Z Compiling serde_tokenstream v0.2.3
5332026-05-23T04:15:48.968Z Compiling toml_edit v0.22.27
5342026-05-23T04:15:49.112Z Compiling serde-value v0.7.0
5352026-05-23T04:15:49.201Z Compiling cargo-platform v0.2.0
5362026-05-23T04:15:49.237Z Compiling unicode-width v0.2.0
5372026-05-23T04:15:49.498Z Compiling smawk v0.3.2
5382026-05-23T04:15:49.550Z Compiling idna_adapter v1.2.1
5392026-05-23T04:15:49.573Z Compiling unicode-linebreak v0.1.5
5402026-05-23T04:15:49.645Z Compiling tabled v0.15.0
5412026-05-23T04:15:49.677Z Compiling idna v1.1.0
5422026-05-23T04:15:49.698Z Compiling usdt-attr-macro v0.5.0
5432026-05-23T04:15:49.785Z Compiling usdt-macro v0.5.0
5442026-05-23T04:15:49.821Z Compiling textwrap v0.16.2
5452026-05-23T04:15:50.056Z Compiling url v2.5.8
5462026-05-23T04:15:50.356Z Compiling clap v4.6.1
5472026-05-23T04:15:50.398Z Compiling macaddr v1.0.1
5482026-05-23T04:15:50.419Z Compiling toml v0.8.23
5492026-05-23T04:15:50.442Z Compiling camino-tempfile v1.4.1
5502026-05-23T04:15:50.850Z Compiling cargo-util-schemas v0.8.2
5512026-05-23T04:15:50.993Z Compiling cargo_toml v0.21.0
5522026-05-23T04:15:51.028Z Compiling usdt v0.5.0
5532026-05-23T04:15:51.284Z Compiling swrite v0.1.0
5542026-05-23T04:15:51.284Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-05-23T04:15:51.770Z Compiling cargo_metadata v0.21.0
5562026-05-23T04:15:52.691Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-23T04:15:54.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.37s
5582026-05-23T04:15:55.001Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5592026-05-23T04:15:55.612Z Downloading crates ...
5602026-05-23T04:15:55.706Z Downloaded adler2 v2.0.1
5612026-05-23T04:15:55.714Z Downloaded const-oid v0.9.6
5622026-05-23T04:15:55.726Z Downloaded backoff v0.4.0
5632026-05-23T04:15:55.729Z Downloaded async-stream-impl v0.3.6
5642026-05-23T04:15:55.732Z Downloaded crossbeam-epoch v0.9.18
5652026-05-23T04:15:55.737Z Downloaded atomicwrites v0.4.4
5662026-05-23T04:15:55.740Z Downloaded endian-type v0.1.2
5672026-05-23T04:15:55.740Z Downloaded crossbeam-utils v0.8.21
5682026-05-23T04:15:55.744Z Downloaded crucible-workspace-hack v0.1.0
5692026-05-23T04:15:55.744Z Downloaded crc-catalog v2.4.0
5702026-05-23T04:15:55.746Z Downloaded embedded-io v0.6.1
5712026-05-23T04:15:55.746Z Downloaded dof v0.4.0
5722026-05-23T04:15:55.750Z Downloaded crc8 v0.1.1
5732026-05-23T04:15:55.754Z Downloaded bit-set v0.5.3
5742026-05-23T04:15:55.754Z Downloaded crunchy v0.2.4
5752026-05-23T04:15:55.754Z Downloaded crossbeam-deque v0.8.6
5762026-05-23T04:15:55.754Z Downloaded ciborium-io v0.2.2
5772026-05-23T04:15:55.754Z Downloaded arrayref v0.3.9
5782026-05-23T04:15:55.757Z Downloaded diesel-dtrace v0.5.0
5792026-05-23T04:15:55.757Z Downloaded atomic-waker v1.1.2
5802026-05-23T04:15:55.757Z Downloaded aead v0.5.2
5812026-05-23T04:15:55.757Z Downloaded flagset v0.4.7
5822026-05-23T04:15:55.761Z Downloaded cfg_aliases v0.2.1
5832026-05-23T04:15:55.761Z Downloaded foldhash v0.2.0
5842026-05-23T04:15:55.761Z Downloaded bit-vec v0.6.3
5852026-05-23T04:15:55.764Z Downloaded diff v0.1.13
5862026-05-23T04:15:55.764Z Downloaded deranged v0.5.8
5872026-05-23T04:15:55.764Z Downloaded derive_builder v0.20.2
5882026-05-23T04:15:55.767Z Downloaded fallible-iterator v0.2.0
5892026-05-23T04:15:55.770Z Downloaded darling v0.20.11
5902026-05-23T04:15:55.772Z Downloaded crc v3.4.0
5912026-05-23T04:15:55.772Z Downloaded crc-any v2.5.0
5922026-05-23T04:15:55.772Z Downloaded base64 v0.22.1
5932026-05-23T04:15:55.775Z Downloaded cbc v0.1.2
5942026-05-23T04:15:55.777Z Downloaded bitflags v1.3.2
5952026-05-23T04:15:55.780Z Downloaded castaway v0.2.4
5962026-05-23T04:15:55.780Z Downloaded crossterm v0.28.1
5972026-05-23T04:15:55.784Z Downloaded crypto-bigint v0.5.5
5982026-05-23T04:15:55.787Z Downloaded crossbeam-channel v0.5.15
5992026-05-23T04:15:55.790Z Downloaded darling_core v0.23.0
6002026-05-23T04:15:55.793Z Downloaded compression-core v0.4.31
6012026-05-23T04:15:55.796Z Downloaded darling v0.21.3
6022026-05-23T04:15:55.798Z Downloaded fatfs v0.3.6
6032026-05-23T04:15:55.798Z Downloaded cobs v0.3.0
6042026-05-23T04:15:55.801Z Downloaded convert_case v0.10.0
6052026-05-23T04:15:55.801Z Downloaded cexpr v0.6.0
6062026-05-23T04:15:55.804Z Downloaded block-padding v0.3.3
6072026-05-23T04:15:55.804Z Downloaded cfg_aliases v0.1.1
6082026-05-23T04:15:55.804Z Downloaded fd-lock v4.0.4
6092026-05-23T04:15:55.807Z Downloaded curve25519-dalek-derive v0.1.1
6102026-05-23T04:15:55.807Z Downloaded data-encoding v2.10.0
6112026-05-23T04:15:55.807Z Downloaded darling_macro v0.20.11
6122026-05-23T04:15:55.812Z Downloaded bcrypt-pbkdf v0.10.0
6132026-05-23T04:15:55.812Z Downloaded bitfield-struct v0.6.2
6142026-05-23T04:15:55.812Z Downloaded bitfield-macros v0.19.4
6152026-05-23T04:15:55.812Z Downloaded bitfield v0.19.4
6162026-05-23T04:15:55.815Z Downloaded defmt v0.3.100
6172026-05-23T04:15:55.815Z Downloaded debug-ignore v1.0.5
6182026-05-23T04:15:55.815Z Downloaded fixedbitset v0.4.2
6192026-05-23T04:15:55.815Z Downloaded dirs-next v2.0.0
6202026-05-23T04:15:55.815Z Downloaded display-error-chain v0.2.2
6212026-05-23T04:15:55.818Z Downloaded darling_macro v0.21.3
6222026-05-23T04:15:55.818Z Downloaded convert_case v0.4.0
6232026-05-23T04:15:55.818Z Downloaded argon2 v0.5.3
6242026-05-23T04:15:55.818Z Downloaded base64ct v1.8.3
6252026-05-23T04:15:55.821Z Downloaded fixedbitset v0.5.7
6262026-05-23T04:15:55.821Z Downloaded critical-section v1.2.0
6272026-05-23T04:15:55.823Z Downloaded async-stream v0.3.6
6282026-05-23T04:15:55.823Z Downloaded globwalk v0.9.1
6292026-05-23T04:15:55.826Z Downloaded either v1.15.0
6302026-05-23T04:15:55.826Z Downloaded env_filter v1.0.0
6312026-05-23T04:15:55.830Z Downloaded atty v0.2.14
6322026-05-23T04:15:55.830Z Downloaded ascii-canvas v3.0.0
6332026-05-23T04:15:55.830Z Downloaded dropshot-api-manager-types v0.7.2
6342026-05-23T04:15:55.830Z Downloaded derive_builder_macro v0.20.2
6352026-05-23T04:15:55.830Z Downloaded dunce v1.0.5
6362026-05-23T04:15:55.833Z Downloaded cstr-argument v0.1.2
6372026-05-23T04:15:55.833Z Downloaded csv-core v0.1.13
6382026-05-23T04:15:55.834Z Downloaded derive_builder_core v0.20.2
6392026-05-23T04:15:55.834Z Downloaded defmt v1.0.1
6402026-05-23T04:15:55.837Z Downloaded cpufeatures v0.3.0
6412026-05-23T04:15:55.837Z Downloaded cmake v0.1.57
6422026-05-23T04:15:55.839Z Downloaded downcast-rs v2.0.2
6432026-05-23T04:15:55.839Z Downloaded enum-as-inner v0.6.1
6442026-05-23T04:15:55.839Z Downloaded array-init v0.0.4
6452026-05-23T04:15:55.841Z Downloaded buf-list v1.1.2
6462026-05-23T04:15:55.842Z Downloaded elliptic-curve v0.13.8
6472026-05-23T04:15:55.844Z Downloaded foreign-types v0.3.2
6482026-05-23T04:15:55.847Z Downloaded ghash v0.5.1
6492026-05-23T04:15:55.847Z Downloaded bb8 v0.8.6
6502026-05-23T04:15:55.847Z Downloaded document-features v0.2.12
6512026-05-23T04:15:55.850Z Downloaded dyn-clone v1.0.20
6522026-05-23T04:15:55.850Z Downloaded crossterm v0.29.0
6532026-05-23T04:15:55.853Z Downloaded fxhash v0.2.1
6542026-05-23T04:15:55.857Z Downloaded console v0.16.2
6552026-05-23T04:15:55.857Z Downloaded futures-task v0.3.32
6562026-05-23T04:15:55.857Z Downloaded der_derive v0.7.3
6572026-05-23T04:15:55.860Z Downloaded futures-sink v0.3.32
6582026-05-23T04:15:55.860Z Downloaded daft v0.1.7
6592026-05-23T04:15:55.860Z Downloaded derive_more v0.99.20
6602026-05-23T04:15:55.863Z Downloaded futures-core v0.3.32
6612026-05-23T04:15:55.863Z Downloaded diesel_table_macro_syntax v0.3.0
6622026-05-23T04:15:55.863Z Downloaded chacha20 v0.9.1
6632026-05-23T04:15:55.866Z Downloaded gethostname v0.5.0
6642026-05-23T04:15:55.866Z Downloaded bit-vec v0.8.0
6652026-05-23T04:15:55.866Z Downloaded cassowary v0.3.0
6662026-05-23T04:15:55.869Z Downloaded cargo_metadata v0.23.1
6672026-05-23T04:15:55.869Z Downloaded foreign-types-shared v0.1.1
6682026-05-23T04:15:55.869Z Downloaded git-stub v1.0.0
6692026-05-23T04:15:55.872Z Downloaded futures-macro v0.3.32
6702026-05-23T04:15:55.872Z Downloaded dtrace-parser v0.3.0
6712026-05-23T04:15:55.872Z Downloaded difflib v0.4.0
6722026-05-23T04:15:55.874Z Downloaded float-cmp v0.10.0
6732026-05-23T04:15:55.874Z Downloaded camino-tempfile-ext v0.3.3
6742026-05-23T04:15:55.875Z Downloaded blowfish v0.9.1
6752026-05-23T04:15:55.877Z Downloaded ciborium-ll v0.2.2
6762026-05-23T04:15:55.877Z Downloaded bit-set v0.8.0
6772026-05-23T04:15:55.877Z Downloaded hash32 v0.2.1
6782026-05-23T04:15:55.880Z Downloaded hash32 v0.3.1
6792026-05-23T04:15:55.880Z Downloaded float-ord v0.3.2
6802026-05-23T04:15:55.880Z Downloaded async-recursion v1.1.1
6812026-05-23T04:15:55.883Z Downloaded headers-core v0.3.0
6822026-05-23T04:15:55.883Z Downloaded cargo-platform v0.3.2
6832026-05-23T04:15:55.886Z Downloaded dsl_auto_type v0.2.0
6842026-05-23T04:15:55.886Z Downloaded darling_macro v0.23.0
6852026-05-23T04:15:55.886Z Downloaded darling v0.23.0
6862026-05-23T04:15:55.888Z Downloaded foreign-types v0.5.0
6872026-05-23T04:15:55.888Z Downloaded daft-derive v0.1.7
6882026-05-23T04:15:55.891Z Downloaded fs-err v2.11.0
6892026-05-23T04:15:55.894Z Downloaded group v0.13.0
6902026-05-23T04:15:55.894Z Downloaded glob v0.3.3
6912026-05-23T04:15:55.896Z Downloaded cipher v0.4.4
6922026-05-23T04:15:55.896Z Downloaded ahash v0.8.12
6932026-05-23T04:15:55.899Z Downloaded des v0.8.1
6942026-05-23T04:15:55.899Z Downloaded futures-io v0.3.32
6952026-05-23T04:15:55.901Z Downloaded foreign-types-shared v0.3.1
6962026-05-23T04:15:55.901Z Downloaded ecdsa v0.16.9
6972026-05-23T04:15:55.901Z Downloaded ctr v0.9.2
6982026-05-23T04:15:55.904Z Downloaded home v0.5.12
6992026-05-23T04:15:55.904Z Downloaded foreign-types-macros v0.2.3
7002026-05-23T04:15:55.904Z Downloaded compression-codecs v0.4.37
7012026-05-23T04:15:55.906Z Downloaded http-body v1.0.1
7022026-05-23T04:15:55.906Z Downloaded foldhash v0.1.5
7032026-05-23T04:15:55.909Z Downloaded fs_extra v1.3.0
7042026-05-23T04:15:55.909Z Downloaded git-stub-vcs v0.1.0
7052026-05-23T04:15:55.912Z Downloaded async-trait v0.1.89
7062026-05-23T04:15:55.914Z Downloaded illumos-nvpair-sys v0.2.0
7072026-05-23T04:15:55.914Z Downloaded cancel-safe-futures v0.1.5
7082026-05-23T04:15:55.914Z Downloaded hex-literal v0.4.1
7092026-05-23T04:15:55.917Z Downloaded console v0.15.11
7102026-05-23T04:15:55.917Z Downloaded clang-sys v1.8.1
7112026-05-23T04:15:55.920Z Downloaded bzip2 v0.6.1
7122026-05-23T04:15:55.920Z Downloaded blake2 v0.10.6
7132026-05-23T04:15:55.922Z Downloaded dirs-sys-next v0.1.2
7142026-05-23T04:15:55.922Z Downloaded derive-ex v0.1.8
7152026-05-23T04:15:55.925Z Downloaded funty v2.0.0
7162026-05-23T04:15:55.925Z Downloaded embedded-io v0.4.0
7172026-05-23T04:15:55.925Z Downloaded defmt-parser v1.0.0
7182026-05-23T04:15:55.928Z Downloaded allocator-api2 v0.2.21
7192026-05-23T04:15:55.928Z Downloaded bcs v0.1.6
7202026-05-23T04:15:55.930Z Downloaded ff v0.13.1
7212026-05-23T04:15:55.930Z Downloaded erased-serde v0.3.31
7222026-05-23T04:15:55.932Z Downloaded hostname v0.4.2
7232026-05-23T04:15:55.932Z Downloaded illumos-nvpair v0.3.0
7242026-05-23T04:15:55.935Z Downloaded hubpack_derive v0.1.1
7252026-05-23T04:15:55.935Z Downloaded chacha20 v0.10.0
7262026-05-23T04:15:55.935Z Downloaded httpdate v1.0.3
7272026-05-23T04:15:55.937Z Downloaded hex v0.4.3
7282026-05-23T04:15:55.937Z Downloaded byte-wrapper v0.1.0
7292026-05-23T04:15:55.940Z Downloaded cookie_store v0.22.1
7302026-05-23T04:15:55.940Z Downloaded ena v0.14.4
7312026-05-23T04:15:55.942Z Downloaded backon v1.6.0
7322026-05-23T04:15:55.945Z Downloaded colored v3.1.1
7332026-05-23T04:15:55.945Z Downloaded indent_write v2.2.0
7342026-05-23T04:15:55.947Z Downloaded lazy_static v1.5.0
7352026-05-23T04:15:55.947Z Downloaded keccak v0.1.6
7362026-05-23T04:15:55.947Z Downloaded hyper-tls v0.6.0
7372026-05-23T04:15:55.950Z Downloaded ed25519 v2.2.3
7382026-05-23T04:15:55.950Z Downloaded async-bb8-diesel v0.2.1
7392026-05-23T04:15:55.952Z Downloaded filetime v0.2.27
7402026-05-23T04:15:55.952Z Downloaded anstream v0.6.21
7412026-05-23T04:15:55.955Z Downloaded ident_case v1.0.1
7422026-05-23T04:15:55.955Z Downloaded http-range v0.1.5
7432026-05-23T04:15:55.955Z Downloaded inout v0.1.4
7442026-05-23T04:15:55.958Z Downloaded defmt-macros v1.0.1
7452026-05-23T04:15:55.958Z Downloaded cookie v0.18.1
7462026-05-23T04:15:55.960Z Downloaded arrayvec v0.7.6
7472026-05-23T04:15:55.960Z Downloaded find-msvc-tools v0.1.9
7482026-05-23T04:15:55.962Z Downloaded kstat-rs v0.2.4
7492026-05-23T04:15:55.962Z Downloaded globset v0.4.18
7502026-05-23T04:15:55.965Z Downloaded futures-executor v0.3.32
7512026-05-23T04:15:55.965Z Downloaded crc32fast v1.5.0
7522026-05-23T04:15:55.967Z Downloaded libscf-sys v1.1.0
7532026-05-23T04:15:55.967Z Downloaded indoc v2.0.7
7542026-05-23T04:15:55.970Z Downloaded lalrpop-util v0.19.12
7552026-05-23T04:15:55.970Z Downloaded instant v0.1.13
7562026-05-23T04:15:55.970Z Downloaded indoc v1.0.9
7572026-05-23T04:15:55.973Z Downloaded hubpack v0.1.2
7582026-05-23T04:15:55.973Z Downloaded instability v0.3.11
7592026-05-23T04:15:55.975Z Downloaded bzip2 v0.4.4
7602026-05-23T04:15:55.975Z Downloaded lzss v0.8.2
7612026-05-23T04:15:55.978Z Downloaded lru v0.12.5
7622026-05-23T04:15:55.978Z Downloaded ciborium v0.2.2
7632026-05-23T04:15:55.978Z Downloaded compact_str v0.8.1
7642026-05-23T04:15:55.980Z Downloaded hyper-staticfile v0.10.1
7652026-05-23T04:15:55.983Z Downloaded hostname v0.3.1
7662026-05-23T04:15:55.983Z Downloaded half v1.8.3
7672026-05-23T04:15:55.986Z Downloaded futures-channel v0.3.32
7682026-05-23T04:15:55.986Z Downloaded env_logger v0.11.9
7692026-05-23T04:15:55.988Z Downloaded is_ci v1.2.0
7702026-05-23T04:15:55.988Z Downloaded match_cfg v0.1.0
7712026-05-23T04:15:55.988Z Downloaded lru-slab v0.1.2
7722026-05-23T04:15:55.991Z Downloaded maplit v1.0.2
7732026-05-23T04:15:55.991Z Downloaded managed v0.8.0
7742026-05-23T04:15:55.991Z Downloaded maybe-uninit v2.0.0
7752026-05-23T04:15:55.994Z Downloaded lru-cache v0.1.2
7762026-05-23T04:15:55.994Z Downloaded ipnetwork v0.21.1
7772026-05-23T04:15:55.994Z Downloaded mime v0.3.17
7782026-05-23T04:15:55.998Z Downloaded internet-checksum v0.2.1
7792026-05-23T04:15:55.998Z Downloaded highway v1.3.0
7802026-05-23T04:15:55.998Z Downloaded futures v0.3.32
7812026-05-23T04:15:56.001Z Downloaded corncobs v0.1.4
7822026-05-23T04:15:56.001Z Downloaded http-body-util v0.1.3
7832026-05-23T04:15:56.003Z Downloaded memoffset v0.9.1
7842026-05-23T04:15:56.003Z Downloaded md5 v0.7.0
7852026-05-23T04:15:56.003Z Downloaded ingot-types v0.1.2
7862026-05-23T04:15:56.003Z Downloaded colored v2.2.0
7872026-05-23T04:15:56.006Z Downloaded nibble_vec v0.1.0
7882026-05-23T04:15:56.006Z Downloaded normalize-line-endings v0.3.0
7892026-05-23T04:15:56.009Z Downloaded num-derive v0.3.3
7902026-05-23T04:15:56.009Z Downloaded flate2 v1.1.9
7912026-05-23T04:15:56.011Z Downloaded num-derive v0.4.2
7922026-05-23T04:15:56.014Z Downloaded der v0.7.10
7932026-05-23T04:15:56.016Z Downloaded multimap v0.10.1
7942026-05-23T04:15:56.016Z Downloaded is-terminal v0.4.17
7952026-05-23T04:15:56.016Z Downloaded ingot v0.1.1
7962026-05-23T04:15:56.019Z Downloaded bytes v1.11.1
7972026-05-23T04:15:56.021Z Downloaded humantime v2.3.0
7982026-05-23T04:15:56.021Z Downloaded hmac v0.12.1
7992026-05-23T04:15:56.024Z Downloaded ipnet v2.11.0
8002026-05-23T04:15:56.024Z Downloaded getrandom v0.3.4
8012026-05-23T04:15:56.028Z Downloaded num-conv v0.2.0
8022026-05-23T04:15:56.028Z Downloaded num v0.4.3
8032026-05-23T04:15:56.031Z Downloaded jobserver v0.1.34
8042026-05-23T04:15:56.031Z Downloaded num-iter v0.1.45
8052026-05-23T04:15:56.031Z Downloaded nodrop v0.1.14
8062026-05-23T04:15:56.031Z Downloaded new_debug_unreachable v1.0.6
8072026-05-23T04:15:56.031Z Downloaded getrandom v0.2.17
8082026-05-23T04:15:56.035Z Downloaded nonempty v0.12.0
8092026-05-23T04:15:56.035Z Downloaded const_format v0.2.35
8102026-05-23T04:15:56.038Z Downloaded num_threads v0.1.7
8112026-05-23T04:15:56.038Z Downloaded libsw-core v0.3.2
8122026-05-23T04:15:56.038Z Downloaded libefi-sys v0.1.0
8132026-05-23T04:15:56.040Z Downloaded drift v0.2.0
8142026-05-23T04:15:56.044Z Downloaded openssl-macros v0.1.1
8152026-05-23T04:15:56.047Z Downloaded olpc-cjson v0.1.4
8162026-05-23T04:15:56.047Z Downloaded num_enum_derive v0.5.11
8172026-05-23T04:15:56.047Z Downloaded opaque-debug v0.3.1
8182026-05-23T04:15:56.050Z Downloaded md-5 v0.10.6
8192026-05-23T04:15:56.050Z Downloaded libsw v3.5.0
8202026-05-23T04:15:56.050Z Downloaded ingot-macros v0.1.1
8212026-05-23T04:15:56.052Z Downloaded derive-where v1.6.0
8222026-05-23T04:15:56.054Z Downloaded newtype-uuid v1.3.2
8232026-05-23T04:15:56.054Z Downloaded multer v3.1.0
8242026-05-23T04:15:56.057Z Downloaded packed_struct_codegen v0.10.1
8252026-05-23T04:15:56.057Z Downloaded oso-derive v0.27.3
8262026-05-23T04:15:56.057Z Downloaded libloading v0.8.9
8272026-05-23T04:15:56.059Z Downloaded iana-time-zone v0.1.65
8282026-05-23T04:15:56.062Z Downloaded chacha20poly1305 v0.10.1
8292026-05-23T04:15:56.062Z Downloaded mime_guess v2.0.5
8302026-05-23T04:15:56.064Z Downloaded native-tls v0.2.18
8312026-05-23T04:15:56.064Z Downloaded openssl-probe v0.1.6
8322026-05-23T04:15:56.064Z Downloaded hyper-rustls v0.27.7
8332026-05-23T04:15:56.067Z Downloaded linked-hash-map v0.5.6
8342026-05-23T04:15:56.067Z Downloaded dropshot_endpoint v0.17.0
8352026-05-23T04:15:56.084Z Downloaded pbkdf2 v0.11.0
8362026-05-23T04:15:56.087Z Downloaded ar_archive_writer v0.5.1
8372026-05-23T04:15:56.089Z Downloaded parse-size v1.1.0
8382026-05-23T04:15:56.089Z Downloaded parse-display v0.10.0
8392026-05-23T04:15:56.089Z Downloaded openssl-probe v0.2.1
8402026-05-23T04:15:56.092Z Downloaded nu-ansi-term v0.50.3
8412026-05-23T04:15:56.092Z Downloaded pbkdf2 v0.12.2
8422026-05-23T04:15:56.094Z Downloaded num-integer v0.1.46
8432026-05-23T04:15:56.094Z Downloaded nanorand v0.7.0
8442026-05-23T04:15:56.097Z Downloaded path-slash v0.1.5
8452026-05-23T04:15:56.097Z Downloaded num_enum v0.7.6
8462026-05-23T04:15:56.099Z Downloaded phf_shared v0.13.1
8472026-05-23T04:15:56.102Z Downloaded phf_shared v0.12.1
8482026-05-23T04:15:56.102Z Downloaded peg-runtime v0.8.5
8492026-05-23T04:15:56.102Z Downloaded darling_core v0.20.11
8502026-05-23T04:15:56.104Z Downloaded phf_shared v0.11.3
8512026-05-23T04:15:56.104Z Downloaded pin-utils v0.1.0
8522026-05-23T04:15:56.107Z Downloaded num-complex v0.4.6
8532026-05-23T04:15:56.107Z Downloaded cc v1.2.56
8542026-05-23T04:15:56.109Z Downloaded base64 v0.21.7
8552026-05-23T04:15:56.112Z Downloaded num_enum_derive v0.7.6
8562026-05-23T04:15:56.112Z Downloaded num_enum v0.5.11
8572026-05-23T04:15:56.114Z Downloaded litrs v1.0.0
8582026-05-23T04:15:56.117Z Downloaded num-rational v0.4.2
8592026-05-23T04:15:56.117Z Downloaded predicates-tree v1.0.13
8602026-05-23T04:15:56.119Z Downloaded precomputed-hash v0.1.1
8612026-05-23T04:15:56.119Z Downloaded owo-colors v4.3.0
8622026-05-23T04:15:56.119Z Downloaded httparse v1.10.1
8632026-05-23T04:15:56.122Z Downloaded linear-map v1.2.0
8642026-05-23T04:15:56.122Z Downloaded expectorate v1.2.0
8652026-05-23T04:15:56.125Z Downloaded heapless v0.7.17
8662026-05-23T04:15:56.127Z Downloaded proc-macro-crate v3.4.0
8672026-05-23T04:15:56.127Z Downloaded proc-macro-crate v1.3.1
8682026-05-23T04:15:56.127Z Downloaded powerfmt v0.2.0
8692026-05-23T04:15:56.129Z Downloaded darling_core v0.21.3
8702026-05-23T04:15:56.132Z Downloaded predicates-core v1.0.10
8712026-05-23T04:15:56.134Z Downloaded oxide-tokio-rt v0.1.4
8722026-05-23T04:15:56.134Z Downloaded lock_api v0.4.14
8732026-05-23T04:15:56.137Z Downloaded flume v0.11.1
8742026-05-23T04:15:56.143Z Downloaded proc-macro-error-attr2 v2.0.0
8752026-05-23T04:15:56.143Z Downloaded indexmap v1.9.3
8762026-05-23T04:15:56.145Z Downloaded heapless v0.8.0
8772026-05-23T04:15:56.145Z Downloaded parse-display-derive v0.10.0
8782026-05-23T04:15:56.145Z Downloaded progenitor-client v0.11.2
8792026-05-23T04:15:56.148Z Downloaded password-hash v0.4.2
8802026-05-23T04:15:56.148Z Downloaded packed_struct v0.10.1
8812026-05-23T04:15:56.151Z Downloaded impl-trait-for-tuples v0.2.3
8822026-05-23T04:15:56.153Z Downloaded pem v3.0.6
8832026-05-23T04:15:56.154Z Downloaded progenitor-macro v0.14.0
8842026-05-23T04:15:56.154Z Downloaded progenitor-macro v0.13.0
8852026-05-23T04:15:56.156Z Downloaded progenitor-client v0.14.0
8862026-05-23T04:15:56.156Z Downloaded progenitor-macro v0.11.2
8872026-05-23T04:15:56.156Z Downloaded ignore v0.4.25
8882026-05-23T04:15:56.159Z Downloaded radium v0.7.0
8892026-05-23T04:15:56.159Z Downloaded memmap2 v0.9.10
8902026-05-23T04:15:56.163Z Downloaded quick-error v1.2.3
8912026-05-23T04:15:56.163Z Downloaded pin-project-internal v1.1.11
8922026-05-23T04:15:56.166Z Downloaded ed25519-dalek v2.2.0
8932026-05-23T04:15:56.166Z Downloaded psl-types v2.0.11
8942026-05-23T04:15:56.166Z Downloaded phf v0.13.1
8952026-05-23T04:15:56.169Z Downloaded libbz2-rs-sys v0.2.2
8962026-05-23T04:15:56.169Z Downloaded aes v0.8.4
8972026-05-23T04:15:56.171Z Downloaded indicatif v0.18.4
8982026-05-23T04:15:56.174Z Downloaded rand_chacha v0.3.1
8992026-05-23T04:15:56.176Z Downloaded async-compression v0.4.41
9002026-05-23T04:15:56.179Z Downloaded recursive-proc-macro-impl v0.1.1
9012026-05-23T04:15:56.181Z Downloaded postgres-protocol v0.6.10
9022026-05-23T04:15:56.181Z Downloaded ppv-lite86 v0.2.21
9032026-05-23T04:15:56.185Z Downloaded poly1305 v0.8.0
9042026-05-23T04:15:56.185Z Downloaded recursive v0.1.1
9052026-05-23T04:15:56.188Z Downloaded pkg-config v0.3.32
9062026-05-23T04:15:56.188Z Downloaded polyval v0.6.2
9072026-05-23T04:15:56.188Z Downloaded pem-rfc7468 v0.7.0
9082026-05-23T04:15:56.190Z Downloaded half v2.7.1
9092026-05-23T04:15:56.190Z Downloaded derive_more-impl v2.1.1
9102026-05-23T04:15:56.194Z Downloaded rand_xorshift v0.4.0
9112026-05-23T04:15:56.197Z Downloaded omicron-zone-package v0.12.2
9122026-05-23T04:15:56.199Z Downloaded ref-cast-impl v1.0.25
9132026-05-23T04:15:56.199Z Downloaded ref-cast v1.0.25
9142026-05-23T04:15:56.202Z Downloaded paste v1.0.15
9152026-05-23T04:15:56.204Z Downloaded progenitor v0.11.2
9162026-05-23T04:15:56.204Z Downloaded proc-macro-error2 v2.0.1
9172026-05-23T04:15:56.206Z Downloaded progenitor-client v0.13.0
9182026-05-23T04:15:56.209Z Downloaded parking_lot_core v0.9.12
9192026-05-23T04:15:56.209Z Downloaded hickory-resolver v0.24.4
9202026-05-23T04:15:56.211Z Downloaded russh-cryptovec v0.7.3
9212026-05-23T04:15:56.214Z Downloaded rfc6979 v0.4.0
9222026-05-23T04:15:56.214Z Downloaded rtoolbox v0.0.3
9232026-05-23T04:15:56.214Z Downloaded parking_lot v0.12.5
9242026-05-23T04:15:56.216Z Downloaded progenitor v0.14.0
9252026-05-23T04:15:56.219Z Downloaded progenitor v0.13.0
9262026-05-23T04:15:56.219Z Downloaded psm v0.1.30
9272026-05-23T04:15:56.221Z Downloaded diesel_derives v2.3.7
9282026-05-23T04:15:56.224Z Downloaded peg-macros v0.8.5
9292026-05-23T04:15:56.227Z Downloaded pkcs1 v0.7.5
9302026-05-23T04:15:56.231Z Downloaded phf v0.12.1
9312026-05-23T04:15:56.231Z Downloaded rustc_version v0.1.7
9322026-05-23T04:15:56.231Z Downloaded rustc-hash v2.1.1
9332026-05-23T04:15:56.233Z Downloaded rustc_version v0.4.1
9342026-05-23T04:15:56.233Z Downloaded rand_core v0.9.5
9352026-05-23T04:15:56.233Z Downloaded rand_core v0.6.4
9362026-05-23T04:15:56.236Z Downloaded hickory-resolver v0.25.2
9372026-05-23T04:15:56.238Z Downloaded rand_core v0.10.0
9382026-05-23T04:15:56.241Z Downloaded postcard v1.1.3
9392026-05-23T04:15:56.241Z Downloaded pkcs5 v0.7.1
9402026-05-23T04:15:56.243Z Downloaded rand_seeder v0.4.0
9412026-05-23T04:15:56.246Z Downloaded hashbrown v0.12.3
9422026-05-23T04:15:56.248Z Downloaded postgres-types v0.2.12
9432026-05-23T04:15:56.250Z Downloaded r2d2 v0.8.10
9442026-05-23T04:15:56.250Z Downloaded pin-project-lite v0.2.17
9452026-05-23T04:15:56.254Z Downloaded scopeguard v1.2.0
9462026-05-23T04:15:56.256Z Downloaded headers v0.4.1
9472026-05-23T04:15:56.259Z Downloaded parking_lot v0.11.2
9482026-05-23T04:15:56.261Z Downloaded scrypt v0.11.0
9492026-05-23T04:15:56.264Z Downloaded jiff-static v0.2.21
9502026-05-23T04:15:56.264Z Downloaded papergrid v0.17.0
9512026-05-23T04:15:56.267Z Downloaded secrecy v0.8.0
9522026-05-23T04:15:56.270Z Downloaded same-file v1.0.6
9532026-05-23T04:15:56.270Z Downloaded salsa20 v0.10.2
9542026-05-23T04:15:56.272Z Downloaded progenitor-extras v0.2.0
9552026-05-23T04:15:56.272Z Downloaded pkcs8 v0.10.2
9562026-05-23T04:15:56.275Z Downloaded serde-big-array v0.5.1
9572026-05-23T04:15:56.275Z Downloaded dropshot-api-manager v0.7.2
9582026-05-23T04:15:56.278Z Downloaded seq-macro v0.3.6
9592026-05-23T04:15:56.281Z Downloaded secrecy v0.10.3
9602026-05-23T04:15:56.281Z Downloaded semver v0.1.20
9612026-05-23T04:15:56.284Z Downloaded scroll_derive v0.13.1
9622026-05-23T04:15:56.284Z Downloaded scheduled-thread-pool v0.2.7
9632026-05-23T04:15:56.284Z Downloaded sapling-renderdag v0.1.0
9642026-05-23T04:15:56.286Z Downloaded resolv-conf v0.7.6
9652026-05-23T04:15:56.286Z Downloaded serde_bytes v0.11.19
9662026-05-23T04:15:56.288Z Downloaded serde_repr v0.1.20
9672026-05-23T04:15:56.288Z Downloaded bumpalo v3.20.2
9682026-05-23T04:15:56.291Z Downloaded serde_spanned v1.0.4
9692026-05-23T04:15:56.293Z Downloaded quinn-udp v0.5.14
9702026-05-23T04:15:56.293Z Downloaded rand_chacha v0.9.0
9712026-05-23T04:15:56.296Z Downloaded hickory-server v0.25.2
9722026-05-23T04:15:56.298Z Downloaded prefix-trie v0.7.0
9732026-05-23T04:15:56.301Z Downloaded primeorder v0.13.6
9742026-05-23T04:15:56.301Z Downloaded serde_urlencoded v0.7.1
9752026-05-23T04:15:56.303Z Downloaded hyper-util v0.1.20
9762026-05-23T04:15:56.306Z Downloaded sha1 v0.10.6
9772026-05-23T04:15:56.308Z Downloaded serde_plain v1.0.2
9782026-05-23T04:15:56.308Z Downloaded shell-words v1.1.1
9792026-05-23T04:15:56.311Z Downloaded minimal-lexical v0.2.1
9802026-05-23T04:15:56.313Z Downloaded predicates v3.1.4
9812026-05-23T04:15:56.315Z Downloaded rustls-pemfile v2.2.0
9822026-05-23T04:15:56.315Z Downloaded rustls-pemfile v1.0.4
9832026-05-23T04:15:56.318Z Downloaded p256 v0.13.2
9842026-05-23T04:15:56.320Z Downloaded slog-bunyan v2.5.0
9852026-05-23T04:15:56.323Z Downloaded siphasher v1.0.2
9862026-05-23T04:15:56.323Z Downloaded sigpipe v0.1.3
9872026-05-23T04:15:56.323Z Downloaded password-hash v0.5.0
9882026-05-23T04:15:56.325Z Downloaded openssl-sys v0.9.114
9892026-05-23T04:15:56.328Z Downloaded parking_lot_core v0.8.6
9902026-05-23T04:15:56.330Z Downloaded signal-hook-mio v0.2.5
9912026-05-23T04:15:56.330Z Downloaded schemars_derive v0.8.22
9922026-05-23T04:15:56.335Z Downloaded rusty-fork v0.3.1
9932026-05-23T04:15:56.335Z Downloaded progenitor-impl v0.11.2
9942026-05-23T04:15:56.337Z Downloaded slog-envlogger v2.2.0
9952026-05-23T04:15:56.337Z Downloaded signature v2.2.0
9962026-05-23T04:15:56.337Z Downloaded oso v0.27.3
9972026-05-23T04:15:56.340Z Downloaded arc-swap v1.8.2
9982026-05-23T04:15:56.342Z Downloaded russh-keys v0.45.0
9992026-05-23T04:15:56.345Z Downloaded peg v0.8.5
10002026-05-23T04:15:56.347Z Downloaded derive_more v2.1.1
10012026-05-23T04:15:56.353Z Downloaded signal-hook-tokio v0.3.1
10022026-05-23T04:15:56.355Z Downloaded serde-hex v0.1.0
10032026-05-23T04:15:56.355Z Downloaded sct v0.7.1
10042026-05-23T04:15:56.358Z Downloaded scroll v0.13.0
10052026-05-23T04:15:56.360Z Downloaded rustversion v1.0.22
10062026-05-23T04:15:56.360Z Downloaded pin-project v1.1.11
10072026-05-23T04:15:56.367Z Downloaded ssh-cipher v0.2.0
10082026-05-23T04:15:56.370Z Downloaded newtype_derive v0.1.6
10092026-05-23T04:15:56.370Z Downloaded newtype-uuid-macros v0.1.0
10102026-05-23T04:15:56.372Z Downloaded newline-converter v0.3.0
10112026-05-23T04:15:56.372Z Downloaded constant_time_eq v0.4.2
10122026-05-23T04:15:56.372Z Downloaded serde_path_to_error v0.1.20
10132026-05-23T04:15:56.375Z Downloaded sqlparser_derive v0.5.0
10142026-05-23T04:15:56.375Z Downloaded signal-hook-registry v1.4.8
10152026-05-23T04:15:56.377Z Downloaded serde_derive_internals v0.29.1
10162026-05-23T04:15:56.377Z Downloaded rustls-pki-types v1.14.0
10172026-05-23T04:15:56.380Z Downloaded num-bigint v0.4.6
10182026-05-23T04:15:56.382Z Downloaded slab v0.4.12
10192026-05-23T04:15:56.385Z Downloaded simd-adler32 v0.3.8
10202026-05-23T04:15:56.385Z Downloaded ssh-encoding v0.2.0
10212026-05-23T04:15:56.387Z Downloaded miniz_oxide v0.8.9
10222026-05-23T04:15:56.390Z Downloaded aes-gcm v0.10.3
10232026-05-23T04:15:56.392Z Downloaded const_format_proc_macros v0.2.34
10242026-05-23T04:15:56.392Z Downloaded hashbrown v0.16.1
10252026-05-23T04:15:56.396Z Downloaded slog-scope v4.4.1
10262026-05-23T04:15:56.400Z Downloaded structmeta v0.3.0
10272026-05-23T04:15:56.400Z Downloaded progenitor-impl v0.14.0
10282026-05-23T04:15:56.402Z Downloaded tabwriter v1.4.1
10292026-05-23T04:15:56.402Z Downloaded sync-ptr v0.1.4
10302026-05-23T04:15:56.402Z Downloaded strum v0.27.2
10312026-05-23T04:15:56.405Z Downloaded tabled_derive v0.11.0
10322026-05-23T04:15:56.405Z Downloaded supports-color v3.0.2
10332026-05-23T04:15:56.405Z Downloaded strum v0.26.3
10342026-05-23T04:15:56.407Z Downloaded tagptr v0.2.0
10352026-05-23T04:15:56.407Z Downloaded smallvec v0.6.14
10362026-05-23T04:15:56.410Z Downloaded slog-json v2.6.1
10372026-05-23T04:15:56.410Z Downloaded slog-dtrace v0.3.0
10382026-05-23T04:15:56.412Z Downloaded shlex v1.3.0
10392026-05-23T04:15:56.412Z Downloaded sec1 v0.7.3
10402026-05-23T04:15:56.412Z Downloaded structmeta-derive v0.3.0
10412026-05-23T04:15:56.415Z Downloaded strip-ansi-escapes v0.2.1
10422026-05-23T04:15:56.415Z Downloaded oxnet v0.1.5
10432026-05-23T04:15:56.417Z Downloaded http v1.4.0
10442026-05-23T04:15:56.420Z Downloaded anstyle-parse v0.2.7
10452026-05-23T04:15:56.420Z Downloaded assert_matches v1.5.0
10462026-05-23T04:15:56.422Z Downloaded take_mut v0.2.2
10472026-05-23T04:15:56.422Z Downloaded hashbrown v0.13.2
10482026-05-23T04:15:56.425Z Downloaded thiserror-impl-no-std v2.0.2
10492026-05-23T04:15:56.428Z Downloaded serde_with_macros v3.17.0
10502026-05-23T04:15:56.428Z Downloaded sync_wrapper v1.0.2
10512026-05-23T04:15:56.430Z Downloaded subtle v2.6.1
10522026-05-23T04:15:56.430Z Downloaded rayon-core v1.13.0
10532026-05-23T04:15:56.433Z Downloaded slog-term v2.9.2
10542026-05-23T04:15:56.435Z Downloaded slog-stdlog v4.1.1
10552026-05-23T04:15:56.436Z Downloaded testing_table v0.3.0
10562026-05-23T04:15:56.436Z Downloaded ron v0.8.1
10572026-05-23T04:15:56.439Z Downloaded thread-id v5.1.0
10582026-05-23T04:15:56.441Z Downloaded time-core v0.1.8
10592026-05-23T04:15:56.441Z Downloaded rustls-platform-verifier v0.6.2
10602026-05-23T04:15:56.444Z Downloaded rcgen v0.12.1
10612026-05-23T04:15:56.446Z Downloaded spki v0.7.3
10622026-05-23T04:15:56.449Z Downloaded slog-async v2.8.0
10632026-05-23T04:15:56.449Z Downloaded sqlformat v0.3.5
10642026-05-23T04:15:56.451Z Downloaded itertools v0.10.5
10652026-05-23T04:15:56.454Z Downloaded nom v7.1.3
10662026-05-23T04:15:56.457Z Downloaded tinyvec_macros v0.1.1
10672026-05-23T04:15:56.460Z Downloaded termtree v0.5.1
10682026-05-23T04:15:56.460Z Downloaded stringprep v0.1.5
10692026-05-23T04:15:56.462Z Downloaded static_assertions v1.1.0
10702026-05-23T04:15:56.462Z Downloaded string_cache v0.8.9
10712026-05-23T04:15:56.465Z Downloaded schemars v0.8.22
10722026-05-23T04:15:56.470Z Downloaded tap v1.0.1
10732026-05-23T04:15:56.472Z Downloaded stacker v0.1.23
10742026-05-23T04:15:56.472Z Downloaded mio v1.2.0
10752026-05-23T04:15:56.476Z Downloaded smf v0.2.3
10762026-05-23T04:15:56.478Z Downloaded rand v0.8.6
10772026-05-23T04:15:56.481Z Downloaded publicsuffix v2.3.0
10782026-05-23T04:15:56.483Z Downloaded progenitor-impl v0.13.0
10792026-05-23T04:15:56.483Z Downloaded snafu-derive v0.8.9
10802026-05-23T04:15:56.486Z Downloaded pretty_assertions v1.4.1
10812026-05-23T04:15:56.486Z Downloaded base16ct v0.2.0
10822026-05-23T04:15:56.492Z Downloaded support-bundle-viewer v0.1.2
10832026-05-23T04:15:56.492Z Downloaded quinn v0.11.9
10842026-05-23T04:15:56.495Z Downloaded libxml v0.3.3
10852026-05-23T04:15:56.498Z Downloaded tokio-macros v2.7.0
10862026-05-23T04:15:56.498Z Downloaded thiserror-no-std v2.0.2
10872026-05-23T04:15:56.502Z Downloaded termios v0.3.3
10882026-05-23T04:15:56.505Z Downloaded serde_cbor v0.11.2
10892026-05-23T04:15:56.508Z Downloaded spin v0.9.8
10902026-05-23T04:15:56.511Z Downloaded prettyplease v0.2.37
10912026-05-23T04:15:56.513Z Downloaded tower-layer v0.3.3
10922026-05-23T04:15:56.513Z Downloaded itertools v0.12.1
10932026-05-23T04:15:56.517Z Downloaded hashbrown v0.15.5
10942026-05-23T04:15:56.520Z Downloaded tls_codec_derive v0.4.2
10952026-05-23T04:15:56.524Z Downloaded tls_codec v0.4.2
10962026-05-23T04:15:56.526Z Downloaded similar v2.7.0
10972026-05-23T04:15:56.527Z Downloaded h2 v0.4.13
10982026-05-23T04:15:56.530Z Downloaded try-lock v0.2.5
10992026-05-23T04:15:56.532Z Downloaded trait-variant v0.1.2
11002026-05-23T04:15:56.532Z Downloaded tokio-native-tls v0.3.1
11012026-05-23T04:15:56.535Z Downloaded time-macros v0.2.27
11022026-05-23T04:15:56.535Z Downloaded tower-service v0.3.3
11032026-05-23T04:15:56.535Z Downloaded tiny-keccak v2.0.2
11042026-05-23T04:15:56.537Z Downloaded unarray v0.1.4
11052026-05-23T04:15:56.538Z Downloaded strum_macros v0.24.3
11062026-05-23T04:15:56.540Z Downloaded schemars v0.9.0
11072026-05-23T04:15:56.546Z Downloaded topological-sort v0.2.2
11082026-05-23T04:15:56.548Z Downloaded signal-hook v0.3.18
11092026-05-23T04:15:56.551Z Downloaded strum_macros v0.27.2
11102026-05-23T04:15:56.551Z Downloaded qorb v0.4.1
11112026-05-23T04:15:56.554Z Downloaded unicode-truncate v1.1.0
11122026-05-23T04:15:56.554Z Downloaded rustls-native-certs v0.8.3
11132026-05-23T04:15:56.556Z Downloaded tokio-dtrace v0.1.1
11142026-05-23T04:15:56.556Z Downloaded ryu v1.0.23
11152026-05-23T04:15:56.559Z Downloaded rand v0.10.1
11162026-05-23T04:15:56.562Z Downloaded strum_macros v0.26.4
11172026-05-23T04:15:56.562Z Downloaded iri-string v0.7.10
11182026-05-23T04:15:56.566Z Downloaded utf-8 v0.7.6
11192026-05-23T04:15:56.568Z Downloaded typify-macro v0.6.2
11202026-05-23T04:15:56.568Z Downloaded tokio-rustls v0.25.0
11212026-05-23T04:15:56.570Z Downloaded usdt-attr-macro v0.6.0
11222026-05-23T04:15:56.570Z Downloaded unit-prefix v0.5.2
11232026-05-23T04:15:56.570Z Downloaded tokio-tungstenite v0.21.0
11242026-05-23T04:15:56.573Z Downloaded thread_local v1.1.9
11252026-05-23T04:15:56.573Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11262026-05-23T04:15:56.576Z Downloaded term v1.2.1
11272026-05-23T04:15:56.576Z Downloaded term v0.7.0
11282026-05-23T04:15:56.578Z Downloaded futures-util v0.3.32
11292026-05-23T04:15:56.584Z Downloaded universal-hash v0.5.1
11302026-05-23T04:15:56.587Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-05-23T04:15:56.587Z Downloaded usdt-macro v0.6.0
11322026-05-23T04:15:56.587Z Downloaded untrusted v0.7.1
11332026-05-23T04:15:56.590Z Downloaded tokio-tungstenite v0.23.1
11342026-05-23T04:15:56.590Z Downloaded schemars v1.2.1
11352026-05-23T04:15:56.596Z Downloaded slog v2.8.2
11362026-05-23T04:15:56.599Z Downloaded typify-macro v0.4.3
11372026-05-23T04:15:56.601Z Downloaded tui-tree-widget v0.23.1
11382026-05-23T04:15:56.601Z Downloaded iddqd v0.4.1
11392026-05-23T04:15:56.604Z Downloaded void v1.0.2
11402026-05-23T04:15:56.607Z Downloaded usdt v0.6.0
11412026-05-23T04:15:56.607Z Downloaded samael v0.0.19
11422026-05-23T04:15:56.609Z Downloaded want v0.3.1
11432026-05-23T04:15:56.612Z Downloaded waitgroup v0.1.2
11442026-05-23T04:15:56.612Z Downloaded socket2 v0.5.10
11452026-05-23T04:15:56.612Z Downloaded unicase v2.9.0
11462026-05-23T04:15:56.614Z Downloaded tokio-rustls v0.26.4
11472026-05-23T04:15:56.614Z Downloaded blake3 v1.8.3
11482026-05-23T04:15:56.619Z Downloaded rand v0.9.2
11492026-05-23T04:15:56.621Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11502026-05-23T04:15:56.624Z Downloaded tokio-rustls v0.24.1
11512026-05-23T04:15:56.624Z Downloaded num-bigint-dig v0.8.6
11522026-05-23T04:15:56.626Z Downloaded itertools v0.13.0
11532026-05-23T04:15:56.630Z Downloaded xshell-macros v0.2.7
11542026-05-23T04:15:56.633Z Downloaded xattr v1.6.1
11552026-05-23T04:15:56.633Z Downloaded untrusted v0.9.0
11562026-05-23T04:15:56.635Z Downloaded tokio-stream v0.1.18
11572026-05-23T04:15:56.638Z Downloaded test-strategy v0.4.5
11582026-05-23T04:15:56.638Z Downloaded nom v8.0.0
11592026-05-23T04:15:56.641Z Downloaded wait-timeout v0.2.1
11602026-05-23T04:15:56.644Z Downloaded vergen-lib v9.1.0
11612026-05-23T04:15:56.644Z Downloaded tinyvec v1.10.0
11622026-05-23T04:15:56.646Z Downloaded hyper v1.8.1
11632026-05-23T04:15:56.649Z Downloaded zone v0.3.1
11642026-05-23T04:15:56.651Z Downloaded zeroize_derive v1.4.3
11652026-05-23T04:15:56.651Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-05-23T04:15:56.651Z Downloaded usdt-impl v0.6.0
11672026-05-23T04:15:56.654Z Downloaded serde_yaml v0.9.34+deprecated
11682026-05-23T04:15:56.656Z Downloaded vergen-lib v0.1.6
11692026-05-23T04:15:56.656Z Downloaded rustls-webpki v0.103.9
11702026-05-23T04:15:56.658Z Downloaded itertools v0.14.0
11712026-05-23T04:15:56.661Z Downloaded whoami v1.6.1
11722026-05-23T04:15:56.664Z Downloaded vergen-gitcl v1.0.8
11732026-05-23T04:15:56.664Z Downloaded zone_cfg_derive v0.3.1
11742026-05-23T04:15:56.664Z Downloaded snafu v0.8.9
11752026-05-23T04:15:56.667Z Downloaded walkdir v2.5.0
11762026-05-23T04:15:56.669Z Downloaded aho-corasick v1.1.4
11772026-05-23T04:15:56.672Z Downloaded toml v1.0.6+spec-1.1.0
11782026-05-23T04:15:56.675Z Downloaded subprocess v0.2.15
11792026-05-23T04:15:56.677Z Downloaded vsss-rs v3.3.4
11802026-05-23T04:15:56.677Z Downloaded socket2 v0.6.3
11812026-05-23T04:15:56.680Z Downloaded russh v0.45.0
11822026-05-23T04:15:56.683Z Downloaded vergen-git2 v9.1.0
11832026-05-23T04:15:56.683Z Downloaded vergen v9.1.0
11842026-05-23T04:15:56.685Z Downloaded unicode-properties v0.1.4
11852026-05-23T04:15:56.685Z Downloaded zeroize v1.8.2
11862026-05-23T04:15:56.687Z Downloaded whoami v2.1.0
11872026-05-23T04:15:56.687Z Downloaded wyz v0.5.1
11882026-05-23T04:15:56.690Z Downloaded toml v0.7.8
11892026-05-23T04:15:56.690Z Downloaded libm v0.2.16
11902026-05-23T04:15:56.695Z Downloaded xshell v0.2.7
11912026-05-23T04:15:56.697Z Downloaded tar v0.4.45
11922026-05-23T04:15:56.700Z Downloaded tracing-core v0.1.36
11932026-05-23T04:15:56.700Z Downloaded tungstenite v0.23.0
11942026-05-23T04:15:56.702Z Downloaded rustyline v14.0.0
11952026-05-23T04:15:56.705Z Downloaded uzers v0.12.2
11962026-05-23T04:15:56.707Z Downloaded typify v0.6.2
11972026-05-23T04:15:56.709Z Downloaded tracing-attributes v0.1.31
11982026-05-23T04:15:56.710Z Downloaded hkdf v0.12.4
11992026-05-23T04:15:56.712Z Downloaded bitvec v1.0.1
12002026-05-23T04:15:56.719Z Downloaded typify v0.4.3
12012026-05-23T04:15:56.721Z Downloaded twox-hash v2.1.2
12022026-05-23T04:15:56.724Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-05-23T04:15:56.726Z Downloaded yasna v0.5.2
12042026-05-23T04:15:56.726Z Downloaded zstd v0.13.3
12052026-05-23T04:15:56.729Z Downloaded uuid v1.23.0
12062026-05-23T04:15:56.731Z Downloaded chrono v0.4.44
12072026-05-23T04:15:56.733Z Downloaded rpassword v7.4.0
12082026-05-23T04:15:56.736Z Downloaded p521 v0.13.3
12092026-05-23T04:15:56.738Z Downloaded rsa v0.9.10
12102026-05-23T04:15:56.741Z Downloaded tungstenite v0.21.0
12112026-05-23T04:15:56.743Z Downloaded steno v0.4.1
12122026-05-23T04:15:56.745Z Downloaded vte v0.14.1
12132026-05-23T04:15:56.748Z Downloaded reedline v0.40.0
12142026-05-23T04:15:56.751Z Downloaded zerocopy v0.6.6
12152026-05-23T04:15:56.754Z Downloaded aws-lc-rs v1.16.3
12162026-05-23T04:15:56.760Z Downloaded unsafe-libyaml v0.2.11
12172026-05-23T04:15:56.770Z Downloaded toml_edit v0.19.15
12182026-05-23T04:15:56.779Z Downloaded tokio-postgres v0.7.16
12192026-05-23T04:15:56.782Z Downloaded unicode-bidi v0.3.18
12202026-05-23T04:15:56.784Z Downloaded zstd-safe v7.2.4
12212026-05-23T04:15:56.784Z Downloaded ssh-key v0.6.7
12222026-05-23T04:15:56.788Z Downloaded git2 v0.20.4
12232026-05-23T04:15:56.795Z Downloaded regex v1.12.3
12242026-05-23T04:15:56.799Z Downloaded bindgen v0.71.1
12252026-05-23T04:15:56.803Z Downloaded reqwest v0.12.28
12262026-05-23T04:15:56.820Z Downloaded zopfli v0.8.3
12272026-05-23T04:15:56.825Z Downloaded unicode_categories v0.1.1
12282026-05-23T04:15:56.828Z Downloaded rayon v1.11.0
12292026-05-23T04:15:56.834Z Downloaded p384 v0.13.1
12302026-05-23T04:15:56.841Z Downloaded goblin v0.10.5
12312026-05-23T04:15:56.845Z Downloaded tower v0.5.3
12322026-05-23T04:15:56.850Z Downloaded reqwest v0.13.2
12332026-05-23T04:15:56.853Z Downloaded rustls-webpki v0.101.7
12342026-05-23T04:15:56.863Z Downloaded lalrpop v0.19.12
12352026-05-23T04:15:56.867Z Downloaded unicode-segmentation v1.12.0
12362026-05-23T04:15:56.869Z Downloaded moka v0.12.13
12372026-05-23T04:15:56.874Z Downloaded quick-xml v0.37.5
12382026-05-23T04:15:56.877Z Downloaded portable-atomic v1.13.1
12392026-05-23T04:15:56.882Z Downloaded zip v0.6.6
12402026-05-23T04:15:56.889Z Downloaded typed-path v0.9.3
12412026-05-23T04:15:56.893Z Downloaded petname v2.0.2
12422026-05-23T04:15:56.897Z Downloaded serde_with v3.17.0
12432026-05-23T04:15:56.906Z Downloaded x509-cert v0.2.5
12442026-05-23T04:15:56.909Z Downloaded salty v0.3.0
12452026-05-23T04:15:56.913Z Downloaded zerocopy-derive v0.8.40
12462026-05-23T04:15:56.918Z Downloaded curve25519-dalek v4.1.3
12472026-05-23T04:15:56.924Z Downloaded rustls-webpki v0.102.8
12482026-05-23T04:15:56.935Z Downloaded zip v4.6.1
12492026-05-23T04:15:56.938Z Downloaded tower-http v0.6.8
12502026-05-23T04:15:56.941Z Downloaded proptest v1.10.0
12512026-05-23T04:15:56.947Z Downloaded unicode-normalization v0.1.25
12522026-05-23T04:15:56.950Z Downloaded object v0.30.4
12532026-05-23T04:15:56.954Z Downloaded tokio-util v0.7.18
12542026-05-23T04:15:56.958Z Downloaded tough v0.22.0
12552026-05-23T04:15:56.964Z Downloaded openssl v0.10.78
12562026-05-23T04:15:56.970Z Downloaded nix v0.27.1
12572026-05-23T04:15:56.984Z Downloaded tabled v0.20.0
12582026-05-23T04:15:56.993Z Downloaded winnow v0.5.40
12592026-05-23T04:15:56.998Z Downloaded winnow v0.6.26
12602026-05-23T04:15:57.003Z Downloaded radix_trie v0.2.1
12612026-05-23T04:15:57.007Z Downloaded polar-core v0.27.3
12622026-05-23T04:15:57.015Z Downloaded bstr v1.12.1
12632026-05-23T04:15:57.030Z Downloaded winnow v1.0.3
12642026-05-23T04:15:57.035Z Downloaded quinn-proto v0.11.13
12652026-05-23T04:15:57.044Z Downloaded dropshot v0.17.0
12662026-05-23T04:15:57.057Z Downloaded rustls v0.21.12
12672026-05-23T04:15:57.063Z Downloaded smoltcp v0.9.1
12682026-05-23T04:15:57.068Z Downloaded zlib-rs v0.6.2
12692026-05-23T04:15:57.071Z Downloaded time v0.3.47
12702026-05-23T04:15:57.078Z Downloaded nix v0.31.2
12712026-05-23T04:15:57.088Z Downloaded vcpkg v0.2.15
12722026-05-23T04:15:57.107Z Downloaded webpki-roots v1.0.6
12732026-05-23T04:15:57.110Z Downloaded diesel v2.3.7
12742026-05-23T04:15:57.121Z Downloaded yansi v1.0.1
12752026-05-23T04:15:57.123Z Downloaded zerocopy v0.8.40
12762026-05-23T04:15:57.127Z Downloaded regress v0.10.5
12772026-05-23T04:15:57.132Z Downloaded smoltcp v0.11.0
12782026-05-23T04:15:57.139Z Downloaded hickory-proto v0.25.2
12792026-05-23T04:15:57.147Z Downloaded regress v0.11.1
12802026-05-23T04:15:57.153Z Downloaded rustix v0.38.44
12812026-05-23T04:15:57.166Z Downloaded regex-syntax v0.8.10
12822026-05-23T04:15:57.169Z Downloaded rustls v0.23.37
12832026-05-23T04:15:57.176Z Downloaded rustls v0.22.4
12842026-05-23T04:15:57.184Z Downloaded openapiv3 v2.2.0
12852026-05-23T04:15:57.190Z Downloaded regex-syntax v0.6.29
12862026-05-23T04:15:57.194Z Downloaded nix v0.28.0
12872026-05-23T04:15:57.201Z Downloaded object v0.37.3
12882026-05-23T04:15:57.206Z Downloaded hickory-proto v0.24.4
12892026-05-23T04:15:57.217Z Downloaded sqlparser v0.61.0
12902026-05-23T04:15:57.220Z Downloaded sled v0.34.7
12912026-05-23T04:15:57.240Z Downloaded ratatui v0.29.0
12922026-05-23T04:15:57.250Z Downloaded typify-impl v0.6.2
12932026-05-23T04:15:57.258Z Downloaded tracing v0.1.44
12942026-05-23T04:15:57.271Z Downloaded typify-impl v0.4.3
12952026-05-23T04:15:57.279Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-05-23T04:15:57.286Z Downloaded regex-automata v0.4.14
12972026-05-23T04:15:57.294Z Downloaded zerocopy-derive v0.6.6
12982026-05-23T04:15:57.320Z Downloaded jiff v0.2.21
12992026-05-23T04:15:57.330Z Downloaded petgraph v0.6.5
13002026-05-23T04:15:57.341Z Downloaded chrono-tz v0.10.4
13012026-05-23T04:15:57.358Z Downloaded petgraph v0.8.3
13022026-05-23T04:15:57.371Z Downloaded csv v1.4.0
13032026-05-23T04:15:57.383Z Downloaded sha3 v0.10.8
13042026-05-23T04:15:57.386Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-05-23T04:15:57.396Z Downloaded libz-sys v1.1.24
13062026-05-23T04:15:57.408Z Downloaded tokio v1.52.1
13072026-05-23T04:15:57.439Z Downloaded encoding_rs v0.8.35
13082026-05-23T04:15:57.531Z Downloaded ring v0.17.14
13092026-05-23T04:15:57.576Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-05-23T04:15:58.043Z Downloaded aws-lc-sys v0.40.0
13112026-05-23T04:15:58.291Z Compiling libc v0.2.185
13122026-05-23T04:15:58.292Z Compiling serde v1.0.228
13132026-05-23T04:15:58.294Z Compiling log v0.4.29
13142026-05-23T04:15:58.294Z Compiling find-msvc-tools v0.1.9
13152026-05-23T04:15:58.434Z Compiling shlex v1.3.0
13162026-05-23T04:15:58.456Z Compiling syn v2.0.117
13172026-05-23T04:15:58.459Z Compiling smallvec v1.15.1
13182026-05-23T04:15:58.464Z Compiling typenum v1.19.0
13192026-05-23T04:15:58.630Z Compiling generic-array v0.14.7
13202026-05-23T04:15:58.643Z Compiling subtle v2.6.1
13212026-05-23T04:15:58.692Z Compiling scopeguard v1.2.0
13222026-05-23T04:15:58.704Z Compiling const-oid v0.9.6
13232026-05-23T04:15:58.775Z Compiling lock_api v0.4.14
13242026-05-23T04:15:58.802Z Compiling portable-atomic v1.13.1
13252026-05-23T04:15:58.826Z Compiling serde_json v1.0.149
13262026-05-23T04:15:58.884Z Compiling critical-section v1.2.0
13272026-05-23T04:15:58.992Z Compiling zerocopy v0.8.40
13282026-05-23T04:15:59.005Z Compiling pin-project-lite v0.2.17
13292026-05-23T04:15:59.101Z Compiling parking_lot_core v0.9.12
13302026-05-23T04:15:59.307Z Compiling getrandom v0.2.17
13312026-05-23T04:15:59.450Z Compiling jobserver v0.1.34
13322026-05-23T04:15:59.479Z Compiling errno v0.3.14
13332026-05-23T04:15:59.522Z Compiling rand_core v0.6.4
13342026-05-23T04:15:59.606Z Compiling pkg-config v0.3.32
13352026-05-23T04:15:59.632Z Compiling signal-hook-registry v1.4.8
13362026-05-23T04:15:59.804Z Compiling cc v1.2.56
13372026-05-23T04:15:59.841Z Compiling bitflags v2.11.0
13382026-05-23T04:15:59.900Z Compiling once_cell v1.21.3
13392026-05-23T04:15:59.900Z Compiling libm v0.2.16
13402026-05-23T04:15:59.994Z Compiling futures-core v0.3.32
13412026-05-23T04:16:00.076Z Compiling parking_lot v0.12.5
13422026-05-23T04:16:00.113Z Compiling mio v1.2.0
13432026-05-23T04:16:00.149Z Compiling num-traits v0.2.19
13442026-05-23T04:16:00.162Z Compiling percent-encoding v2.3.2
13452026-05-23T04:16:00.325Z Compiling socket2 v0.6.3
13462026-05-23T04:16:00.353Z Compiling futures-sink v0.3.32
13472026-05-23T04:16:00.458Z Compiling futures-channel v0.3.32
13482026-05-23T04:16:00.473Z Compiling getrandom v0.4.1
13492026-05-23T04:16:00.502Z Compiling futures-io v0.3.32
13502026-05-23T04:16:00.602Z Compiling cpufeatures v0.2.17
13512026-05-23T04:16:00.660Z Compiling futures-task v0.3.32
13522026-05-23T04:16:00.687Z Compiling slab v0.4.12
13532026-05-23T04:16:00.706Z Compiling rand_core v0.10.0
13542026-05-23T04:16:00.757Z Compiling indexmap v2.14.0
13552026-05-23T04:16:00.834Z Compiling rustversion v1.0.22
13562026-05-23T04:16:00.872Z Compiling getrandom v0.3.4
13572026-05-23T04:16:00.886Z Compiling cmake v0.1.57
13582026-05-23T04:16:01.239Z Compiling form_urlencoded v1.2.2
13592026-05-23T04:16:01.305Z Compiling fs_extra v1.3.0
13602026-05-23T04:16:01.415Z Compiling synstructure v0.13.2
13612026-05-23T04:16:01.418Z Compiling dunce v1.0.5
13622026-05-23T04:16:01.442Z Compiling ident_case v1.0.1
13632026-05-23T04:16:01.523Z Compiling base64ct v1.8.3
13642026-05-23T04:16:01.580Z Compiling iana-time-zone v0.1.65
13652026-05-23T04:16:01.583Z Compiling aws-lc-sys v0.40.0
13662026-05-23T04:16:01.721Z Compiling rustix v1.1.3
13672026-05-23T04:16:01.790Z Compiling pem-rfc7468 v0.7.0
13682026-05-23T04:16:01.820Z Compiling flagset v0.4.7
13692026-05-23T04:16:01.855Z Compiling regex-syntax v0.8.10
13702026-05-23T04:16:01.958Z Compiling rand_core v0.9.5
13712026-05-23T04:16:02.020Z Compiling ring v0.17.14
13722026-05-23T04:16:02.023Z Compiling aws-lc-rs v1.16.3
13732026-05-23T04:16:02.107Z Compiling vcpkg v0.2.15
13742026-05-23T04:16:02.234Z Compiling uuid v1.23.0
13752026-05-23T04:16:02.321Z Compiling rustc_version v0.4.1
13762026-05-23T04:16:02.666Z Compiling tracing-core v0.1.36
13772026-05-23T04:16:02.868Z Compiling openssl-sys v0.9.114
13782026-05-23T04:16:02.956Z Compiling base64 v0.22.1
13792026-05-23T04:16:03.218Z Compiling serde_derive v1.0.228
13802026-05-23T04:16:03.232Z Compiling zeroize_derive v1.4.3
13812026-05-23T04:16:03.285Z Compiling zerofrom-derive v0.1.6
13822026-05-23T04:16:03.401Z Compiling yoke-derive v0.8.1
13832026-05-23T04:16:03.501Z Compiling zerovec-derive v0.11.2
13842026-05-23T04:16:03.884Z Compiling zeroize v1.8.2
13852026-05-23T04:16:04.253Z Compiling zerocopy-derive v0.8.40
13862026-05-23T04:16:04.577Z Compiling displaydoc v0.2.5
13872026-05-23T04:16:04.670Z Compiling crypto-common v0.1.7
13882026-05-23T04:16:04.685Z Compiling block-buffer v0.10.4
13892026-05-23T04:16:04.726Z Compiling zerofrom v0.1.6
13902026-05-23T04:16:04.820Z Compiling digest v0.10.7
13912026-05-23T04:16:04.850Z Compiling yoke v0.8.1
13922026-05-23T04:16:04.854Z Compiling tokio-macros v2.7.0
13932026-05-23T04:16:05.037Z Compiling zerovec v0.11.5
13942026-05-23T04:16:05.064Z Compiling futures-macro v0.3.32
13952026-05-23T04:16:05.318Z Compiling zerotrie v0.2.3
13962026-05-23T04:16:05.555Z Compiling tinystr v0.8.2
13972026-05-23T04:16:05.577Z Compiling potential_utf v0.1.4
13982026-05-23T04:16:05.619Z Compiling hmac v0.12.1
13992026-05-23T04:16:05.740Z Compiling icu_locale_core v2.1.1
14002026-05-23T04:16:05.754Z Compiling icu_collections v2.1.1
14012026-05-23T04:16:05.781Z Compiling block-padding v0.3.3
14022026-05-23T04:16:05.856Z Compiling futures-util v0.3.32
14032026-05-23T04:16:05.930Z Compiling inout v0.1.4
14042026-05-23T04:16:06.097Z Compiling cipher v0.4.4
14052026-05-23T04:16:06.220Z Compiling sha2 v0.10.9
14062026-05-23T04:16:06.355Z Compiling icu_provider v2.1.1
14072026-05-23T04:16:06.599Z Compiling icu_properties v2.1.2
14082026-05-23T04:16:06.648Z Compiling icu_normalizer v2.1.1
14092026-05-23T04:16:06.720Z Compiling bytes v1.11.1
14102026-05-23T04:16:06.734Z Compiling der_derive v0.7.3
14112026-05-23T04:16:07.184Z Compiling tokio v1.52.1
14122026-05-23T04:16:07.324Z Compiling http v1.4.0
14132026-05-23T04:16:07.529Z Compiling idna_adapter v1.2.1
14142026-05-23T04:16:07.670Z Compiling idna v1.1.0
14152026-05-23T04:16:07.670Z Compiling der v0.7.10
14162026-05-23T04:16:07.699Z Compiling chrono v0.4.44
14172026-05-23T04:16:08.098Z Compiling url v2.5.8
14182026-05-23T04:16:08.218Z Compiling salsa20 v0.10.2
14192026-05-23T04:16:08.317Z Compiling pbkdf2 v0.12.2
14202026-05-23T04:16:08.356Z Compiling rustls-pki-types v1.14.0
14212026-05-23T04:16:08.434Z Compiling tracing-attributes v0.1.31
14222026-05-23T04:16:08.697Z Compiling ppv-lite86 v0.2.21
14232026-05-23T04:16:08.797Z Compiling spki v0.7.3
14242026-05-23T04:16:08.857Z Compiling thiserror-impl v2.0.18
14252026-05-23T04:16:08.881Z Compiling scrypt v0.11.0
14262026-05-23T04:16:08.999Z Compiling rand_chacha v0.9.0
14272026-05-23T04:16:09.015Z Compiling http-body v1.0.1
14282026-05-23T04:16:09.053Z Compiling aes v0.8.4
14292026-05-23T04:16:09.130Z Compiling cbc v0.1.2
14302026-05-23T04:16:09.223Z Compiling httparse v1.10.1
14312026-05-23T04:16:09.274Z Compiling untrusted v0.9.0
14322026-05-23T04:16:09.427Z Compiling tinyvec_macros v0.1.1
14332026-05-23T04:16:09.500Z Compiling openssl-probe v0.2.1
14342026-05-23T04:16:09.586Z Compiling untrusted v0.7.1
14352026-05-23T04:16:09.704Z Compiling tinyvec v1.10.0
14362026-05-23T04:16:09.717Z Compiling pkcs5 v0.7.1
14372026-05-23T04:16:09.783Z Compiling tracing v0.1.44
14382026-05-23T04:16:10.046Z Compiling pest_generator v2.8.6
14392026-05-23T04:16:10.059Z Compiling rand v0.9.2
14402026-05-23T04:16:10.144Z Compiling serde_derive_internals v0.29.1
14412026-05-23T04:16:10.194Z Compiling aho-corasick v1.1.4
14422026-05-23T04:16:10.228Z Compiling thiserror v2.0.18
14432026-05-23T04:16:10.335Z Compiling atomic-waker v1.1.2
14442026-05-23T04:16:10.461Z Compiling tower-layer v0.3.3
14452026-05-23T04:16:10.626Z Compiling try-lock v0.2.5
14462026-05-23T04:16:10.740Z Compiling dyn-clone v1.0.20
14472026-05-23T04:16:10.754Z Compiling rustls v0.23.37
14482026-05-23T04:16:10.848Z Compiling tower-service v0.3.3
14492026-05-23T04:16:10.880Z Compiling schemars v0.8.22
14502026-05-23T04:16:10.919Z Compiling tokio-util v0.7.18
14512026-05-23T04:16:10.943Z Compiling pest_derive v2.8.6
14522026-05-23T04:16:11.035Z Compiling schemars_derive v0.8.22
14532026-05-23T04:16:11.092Z Compiling regex-automata v0.4.14
14542026-05-23T04:16:11.356Z Compiling want v0.3.1
14552026-05-23T04:16:11.499Z Compiling pkcs8 v0.10.2
14562026-05-23T04:16:11.802Z Compiling h2 v0.4.13
14572026-05-23T04:16:11.816Z Compiling ipnet v2.11.0
14582026-05-23T04:16:11.851Z Compiling scroll_derive v0.13.1
14592026-05-23T04:16:11.926Z Compiling darling_core v0.20.11
14602026-05-23T04:16:12.257Z Compiling foreign-types-shared v0.1.1
14612026-05-23T04:16:12.301Z Compiling pin-utils v0.1.0
14622026-05-23T04:16:12.344Z Compiling httpdate v1.0.3
14632026-05-23T04:16:12.377Z Compiling openssl v0.10.78
14642026-05-23T04:16:12.562Z Compiling tempfile v3.25.0
14652026-05-23T04:16:12.621Z Compiling foreign-types v0.3.2
14662026-05-23T04:16:12.634Z Compiling scroll v0.13.0
14672026-05-23T04:16:12.830Z Compiling unicode-normalization v0.1.25
14682026-05-23T04:16:12.926Z Compiling openssl-macros v0.1.1
14692026-05-23T04:16:13.282Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-05-23T04:16:13.309Z Compiling spin v0.9.8
14712026-05-23T04:16:13.431Z Compiling native-tls v0.2.18
14722026-05-23T04:16:13.510Z Compiling crc32fast v1.5.0
14732026-05-23T04:16:13.636Z Compiling num-conv v0.2.0
14742026-05-23T04:16:13.664Z Compiling powerfmt v0.2.0
14752026-05-23T04:16:13.766Z Compiling time-core v0.1.8
14762026-05-23T04:16:13.828Z Compiling deranged v0.5.8
14772026-05-23T04:16:13.914Z Compiling time-macros v0.2.27
14782026-05-23T04:16:14.157Z Compiling darling_macro v0.20.11
14792026-05-23T04:16:14.666Z Compiling darling v0.20.11
14802026-05-23T04:16:14.750Z Compiling goblin v0.10.5
14812026-05-23T04:16:14.818Z Compiling hyper v1.8.1
14822026-05-23T04:16:15.038Z Compiling rustls-native-certs v0.8.3
14832026-05-23T04:16:15.134Z Compiling sync_wrapper v1.0.2
14842026-05-23T04:16:15.243Z Compiling wait-timeout v0.2.1
14852026-05-23T04:16:15.330Z Compiling quick-error v1.2.3
14862026-05-23T04:16:15.442Z Compiling crossbeam-utils v0.8.21
14872026-05-23T04:16:15.511Z Compiling simd-adler32 v0.3.8
14882026-05-23T04:16:15.728Z Compiling num_threads v0.1.7
14892026-05-23T04:16:15.754Z Compiling bit-vec v0.8.0
14902026-05-23T04:16:15.783Z Compiling syn v1.0.109
14912026-05-23T04:16:15.820Z Compiling siphasher v1.0.2
14922026-05-23T04:16:15.980Z Compiling hyper-util v0.1.20
14932026-05-23T04:16:16.012Z Compiling usdt-impl v0.6.0
14942026-05-23T04:16:16.129Z Compiling bit-set v0.8.0
14952026-05-23T04:16:16.292Z Compiling time v0.3.47
14962026-05-23T04:16:16.420Z Compiling rusty-fork v0.3.1
14972026-05-23T04:16:16.542Z Compiling tower v0.5.3
14982026-05-23T04:16:16.737Z Compiling derive_builder_core v0.20.2
14992026-05-23T04:16:17.017Z Compiling dtrace-parser v0.3.0
15002026-05-23T04:16:17.119Z Compiling http-body-util v0.1.3
15012026-05-23T04:16:17.362Z Compiling webpki-roots v1.0.6
15022026-05-23T04:16:17.482Z Compiling dof v0.4.0
15032026-05-23T04:16:17.600Z Compiling signature v2.2.0
15042026-05-23T04:16:17.681Z Compiling thiserror-impl v1.0.69
15052026-05-23T04:16:17.753Z Compiling scroll_derive v0.12.1
15062026-05-23T04:16:17.776Z Compiling heapless v0.7.17
15072026-05-23T04:16:17.851Z Compiling rand_xorshift v0.4.0
15082026-05-23T04:16:18.011Z Compiling slog v2.8.2
15092026-05-23T04:16:18.014Z Compiling darling_core v0.21.3
15102026-05-23T04:16:18.193Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-05-23T04:16:18.396Z Compiling thread-id v5.1.0
15122026-05-23T04:16:18.463Z Compiling cookie v0.18.1
15132026-05-23T04:16:18.480Z Compiling unicode-properties v0.1.4
15142026-05-23T04:16:18.632Z Compiling unarray v0.1.4
15152026-05-23T04:16:18.646Z Compiling anyhow v1.0.102
15162026-05-23T04:16:18.684Z Compiling iri-string v0.7.10
15172026-05-23T04:16:18.742Z Compiling adler2 v2.0.1
15182026-05-23T04:16:18.877Z Compiling ryu v1.0.23
15192026-05-23T04:16:18.897Z Compiling unicode-bidi v0.3.18
15202026-05-23T04:16:18.944Z Compiling allocator-api2 v0.2.21
15212026-05-23T04:16:18.957Z Compiling paste v1.0.15
15222026-05-23T04:16:19.053Z Compiling zstd-safe v7.2.4
15232026-05-23T04:16:19.212Z Compiling signal-hook v0.3.18
15242026-05-23T04:16:19.263Z Compiling stringprep v0.1.5
15252026-05-23T04:16:19.293Z Compiling serde_urlencoded v0.7.1
15262026-05-23T04:16:19.455Z Compiling thiserror v1.0.69
15272026-05-23T04:16:19.559Z Compiling miniz_oxide v0.8.9
15282026-05-23T04:16:19.572Z Compiling proptest v1.10.0
15292026-05-23T04:16:20.163Z Compiling tower-http v0.6.8
15302026-05-23T04:16:20.222Z Compiling scroll v0.12.0
15312026-05-23T04:16:20.400Z Compiling derive_builder_macro v0.20.2
15322026-05-23T04:16:20.423Z Compiling tokio-native-tls v0.3.1
15332026-05-23T04:16:20.545Z Compiling darling_macro v0.21.3
15342026-05-23T04:16:20.562Z Compiling ipnetwork v0.21.1
15352026-05-23T04:16:20.591Z Compiling bstr v1.12.1
15362026-05-23T04:16:20.848Z Compiling rand_chacha v0.3.1
15372026-05-23T04:16:20.953Z Compiling toml_datetime v0.6.11
15382026-05-23T04:16:20.971Z Compiling serde_tokenstream v0.2.3
15392026-05-23T04:16:21.007Z Compiling erased-serde v0.3.31
15402026-05-23T04:16:21.210Z Compiling serde_spanned v0.6.9
15412026-05-23T04:16:21.236Z Compiling md-5 v0.10.6
15422026-05-23T04:16:21.285Z Compiling async-trait v0.1.89
15432026-05-23T04:16:21.353Z Compiling zerocopy-derive v0.7.35
15442026-05-23T04:16:21.397Z Compiling pin-project-internal v1.1.11
15452026-05-23T04:16:21.480Z Compiling curve25519-dalek v4.1.3
15462026-05-23T04:16:21.654Z Compiling vergen-lib v9.1.0
15472026-05-23T04:16:21.817Z Compiling num-integer v0.1.46
15482026-05-23T04:16:21.835Z Compiling hash32 v0.2.1
15492026-05-23T04:16:22.030Z Compiling ff v0.13.1
15502026-05-23T04:16:22.133Z Compiling memoffset v0.9.1
15512026-05-23T04:16:22.171Z Compiling encoding_rs v0.8.35
15522026-05-23T04:16:22.212Z Compiling smoltcp v0.9.1
15532026-05-23T04:16:22.295Z Compiling num-bigint-dig v0.8.6
15542026-05-23T04:16:22.324Z Compiling litrs v1.0.0
15552026-05-23T04:16:22.483Z Compiling rustix v0.38.44
15562026-05-23T04:16:22.497Z Compiling base16ct v0.2.0
15572026-05-23T04:16:22.543Z Compiling psl-types v2.0.11
15582026-05-23T04:16:22.670Z Compiling zlib-rs v0.6.2
15592026-05-23T04:16:22.674Z Compiling fallible-iterator v0.2.0
15602026-05-23T04:16:22.822Z Compiling mime v0.3.17
15612026-05-23T04:16:22.840Z Compiling cfg_aliases v0.2.1
15622026-05-23T04:16:22.915Z Compiling ref-cast v1.0.25
15632026-05-23T04:16:22.986Z Compiling postgres-protocol v0.6.10
15642026-05-23T04:16:23.075Z Compiling nix v0.31.2
15652026-05-23T04:16:23.267Z Compiling document-features v0.2.12
15662026-05-23T04:16:23.537Z Compiling publicsuffix v2.3.0
15672026-05-23T04:16:23.552Z Compiling sec1 v0.7.3
15682026-05-23T04:16:23.689Z Compiling pin-project v1.1.11
15692026-05-23T04:16:23.787Z Compiling zerocopy v0.7.35
15702026-05-23T04:16:23.817Z Compiling group v0.13.0
15712026-05-23T04:16:23.830Z Compiling num-iter v0.1.45
15722026-05-23T04:16:23.946Z Compiling newtype-uuid v1.3.2
15732026-05-23T04:16:24.273Z Compiling rand v0.8.6
15742026-05-23T04:16:24.287Z Compiling hubpack_derive v0.1.1
15752026-05-23T04:16:24.301Z Compiling darling v0.21.3
15762026-05-23T04:16:24.314Z Compiling derive_builder v0.20.2
15772026-05-23T04:16:24.431Z Compiling oxnet v0.1.5
15782026-05-23T04:16:24.473Z Compiling hyper-tls v0.6.0
15792026-05-23T04:16:24.694Z Compiling goblin v0.8.2
15802026-05-23T04:16:25.138Z Compiling phf_shared v0.13.1
15812026-05-23T04:16:25.170Z Compiling lazy_static v1.5.0
15822026-05-23T04:16:25.278Z Compiling regex v1.12.3
15832026-05-23T04:16:25.317Z Compiling anstyle-parse v0.2.7
15842026-05-23T04:16:25.391Z Compiling futures-executor v0.3.32
15852026-05-23T04:16:25.504Z Compiling hex v0.4.3
15862026-05-23T04:16:25.647Z Compiling flate2 v1.1.9
15872026-05-23T04:16:25.661Z Compiling hkdf v0.12.4
15882026-05-23T04:16:25.710Z Compiling crypto-bigint v0.5.5
15892026-05-23T04:16:25.780Z Compiling terminal_size v0.4.3
15902026-05-23T04:16:25.823Z Compiling curve25519-dalek-derive v0.1.1
15912026-05-23T04:16:25.896Z Compiling daft-derive v0.1.7
15922026-05-23T04:16:25.920Z Compiling snafu-derive v0.8.9
15932026-05-23T04:16:26.049Z Compiling ref-cast-impl v1.0.25
15942026-05-23T04:16:26.446Z Compiling strum_macros v0.27.2
15952026-05-23T04:16:26.584Z Compiling vergen v9.1.0
15962026-05-23T04:16:26.612Z Compiling fs-err v3.3.0
15972026-05-23T04:16:26.765Z Compiling cargo-platform v0.3.2
15982026-05-23T04:16:26.800Z Compiling ahash v0.8.12
15992026-05-23T04:16:27.006Z Compiling managed v0.8.0
16002026-05-23T04:16:27.037Z Compiling unicode-segmentation v1.12.0
16012026-05-23T04:16:27.227Z Compiling winnow v0.5.40
16022026-05-23T04:16:27.422Z Compiling bumpalo v3.20.2
16032026-05-23T04:16:27.675Z Compiling bitflags v1.3.2
16042026-05-23T04:16:27.756Z Compiling foldhash v0.1.5
16052026-05-23T04:16:27.791Z Compiling foldhash v0.2.0
16062026-05-23T04:16:27.806Z Compiling libbz2-rs-sys v0.2.2
16072026-05-23T04:16:27.929Z Compiling same-file v1.0.6
16082026-05-23T04:16:28.014Z Compiling object v0.37.3
16092026-05-23T04:16:28.092Z Compiling walkdir v2.5.0
16102026-05-23T04:16:28.154Z Compiling hashbrown v0.16.1
16112026-05-23T04:16:28.329Z Compiling bzip2 v0.6.1
16122026-05-23T04:16:28.391Z Compiling strum v0.27.2
16132026-05-23T04:16:28.406Z Compiling clap_builder v4.6.0
16142026-05-23T04:16:28.481Z Compiling hashbrown v0.15.5
16152026-05-23T04:16:28.521Z Compiling toml_edit v0.19.15
16162026-05-23T04:16:28.535Z Compiling snafu v0.8.9
16172026-05-23T04:16:28.747Z Compiling zopfli v0.8.3
16182026-05-23T04:16:28.930Z Compiling cargo_metadata v0.23.1
16192026-05-23T04:16:29.019Z Compiling dof v0.3.0
16202026-05-23T04:16:29.494Z Compiling elliptic-curve v0.13.8
16212026-05-23T04:16:29.562Z Compiling daft v0.1.7
16222026-05-23T04:16:29.866Z Compiling futures v0.3.32
16232026-05-23T04:16:29.892Z Compiling anstream v0.6.21
16242026-05-23T04:16:29.950Z Compiling phf v0.13.1
16252026-05-23T04:16:30.310Z Compiling signal-hook-mio v0.2.5
16262026-05-23T04:16:30.430Z Compiling cookie_store v0.22.1
16272026-05-23T04:16:30.518Z Compiling bzip2 v0.4.4
16282026-05-23T04:16:30.568Z Compiling hubpack v0.1.2
16292026-05-23T04:16:30.729Z Compiling zstd v0.13.3
16302026-05-23T04:16:30.790Z Compiling serde_with_macros v3.17.0
16312026-05-23T04:16:31.102Z Compiling postgres-types v0.2.12
16322026-05-23T04:16:31.172Z Compiling usdt-macro v0.6.0
16332026-05-23T04:16:31.421Z Compiling usdt-attr-macro v0.6.0
16342026-05-23T04:16:31.643Z Compiling globset v0.4.18
16352026-05-23T04:16:31.901Z Compiling dtrace-parser v0.2.0
16362026-05-23T04:16:31.915Z Compiling ed25519 v2.2.3
16372026-05-23T04:16:32.174Z Compiling phf_shared v0.11.3
16382026-05-23T04:16:32.198Z Compiling olpc-cjson v0.1.4
16392026-05-23T04:16:32.322Z Compiling pkcs1 v0.7.5
16402026-05-23T04:16:32.356Z Compiling serde-big-array v0.5.1
16412026-05-23T04:16:32.359Z Compiling serde_plain v1.0.2
16422026-05-23T04:16:32.503Z Compiling rfc6979 v0.4.0
16432026-05-23T04:16:32.561Z Compiling strum_macros v0.26.4
16442026-05-23T04:16:32.627Z Compiling enum-as-inner v0.6.1
16452026-05-23T04:16:32.644Z Compiling async-recursion v1.1.1
16462026-05-23T04:16:32.711Z Compiling serde_repr v0.1.20
16472026-05-23T04:16:32.800Z Compiling clap_derive v4.6.1
16482026-05-23T04:16:32.820Z Compiling pem v3.0.6
16492026-05-23T04:16:33.116Z Compiling float-cmp v0.10.0
16502026-05-23T04:16:33.142Z Compiling thread-id v4.2.2
16512026-05-23T04:16:33.228Z Compiling memmap2 v0.9.10
16522026-05-23T04:16:33.242Z Compiling env_filter v1.0.0
16532026-05-23T04:16:33.265Z Compiling either v1.15.0
16542026-05-23T04:16:33.282Z Compiling normalize-line-endings v0.3.0
16552026-05-23T04:16:33.378Z Compiling whoami v2.1.0
16562026-05-23T04:16:33.436Z Compiling fixedbitset v0.4.2
16572026-05-23T04:16:33.468Z Compiling new_debug_unreachable v1.0.6
16582026-05-23T04:16:33.541Z Compiling fixedbitset v0.5.7
16592026-05-23T04:16:33.541Z Compiling data-encoding v2.10.0
16602026-05-23T04:16:33.645Z Compiling predicates-core v1.0.10
16612026-05-23T04:16:33.741Z Compiling difflib v0.4.0
16622026-05-23T04:16:33.824Z Compiling jiff v0.2.21
16632026-05-23T04:16:33.852Z Compiling precomputed-hash v0.1.1
16642026-05-23T04:16:33.942Z Compiling static_assertions v1.1.0
16652026-05-23T04:16:34.023Z Compiling keccak v0.1.6
16662026-05-23T04:16:34.226Z Compiling typed-path v0.9.3
16672026-05-23T04:16:34.278Z Compiling toml_edit v0.22.27
16682026-05-23T04:16:34.294Z Compiling strum v0.26.3
16692026-05-23T04:16:34.429Z Compiling sha3 v0.10.8
16702026-05-23T04:16:34.591Z Compiling clap v4.6.1
16712026-05-23T04:16:34.677Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16722026-05-23T04:16:34.882Z Compiling predicates v3.1.4
16732026-05-23T04:16:34.897Z Compiling string_cache v0.8.9
16742026-05-23T04:16:35.120Z Compiling hickory-proto v0.25.2
16752026-05-23T04:16:35.458Z Compiling petgraph v0.8.3
16762026-05-23T04:16:35.541Z Compiling tokio-postgres v0.7.16
16772026-05-23T04:16:35.744Z Compiling petgraph v0.6.5
16782026-05-23T04:16:37.038Z Compiling zip v4.6.1
16792026-05-23T04:16:37.198Z Compiling itertools v0.13.0
16802026-05-23T04:16:37.397Z Compiling env_logger v0.11.9
16812026-05-23T04:16:37.496Z Compiling usdt v0.6.0
16822026-05-23T04:16:37.726Z Compiling usdt-impl v0.5.0
16832026-05-23T04:16:37.745Z Compiling ecdsa v0.16.9
16842026-05-23T04:16:37.756Z Compiling rsa v0.9.10
16852026-05-23T04:16:38.013Z Compiling ed25519-dalek v2.2.0
16862026-05-23T04:16:38.077Z Compiling serde_with v3.17.0
16872026-05-23T04:16:38.144Z Compiling crossterm v0.28.1
16882026-05-23T04:16:38.437Z Compiling zip v0.6.6
16892026-05-23T04:16:38.999Z Compiling toml v0.7.8
16902026-05-23T04:16:39.056Z Compiling iddqd v0.4.1
16912026-05-23T04:16:39.756Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-05-23T04:16:39.778Z Compiling heck v0.4.1
16932026-05-23T04:16:39.855Z Compiling similar v2.7.0
16942026-05-23T04:16:39.870Z Compiling crossbeam-epoch v0.9.18
16952026-05-23T04:16:40.005Z Compiling tokio-stream v0.1.18
16962026-05-23T04:16:40.202Z Compiling buf-list v1.1.2
16972026-05-23T04:16:40.291Z Compiling x509-cert v0.2.5
16982026-05-23T04:16:40.384Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16992026-05-23T04:16:40.466Z Compiling openapiv3 v2.2.0
17002026-05-23T04:16:40.479Z Compiling sha1 v0.10.6
17012026-05-23T04:16:40.684Z Compiling lalrpop-util v0.19.12
17022026-05-23T04:16:40.700Z Compiling peg-runtime v0.8.5
17032026-05-23T04:16:40.742Z Compiling thread_local v1.1.9
17042026-05-23T04:16:40.872Z Compiling slog-async v2.8.0
17052026-05-23T04:16:40.977Z Compiling crossbeam-channel v0.5.15
17062026-05-23T04:16:40.993Z Compiling is-terminal v0.4.17
17072026-05-23T04:16:41.056Z Compiling filetime v0.2.27
17082026-05-23T04:16:41.087Z Compiling term v1.2.1
17092026-05-23T04:16:41.197Z Compiling xattr v1.6.1
17102026-05-23T04:16:41.244Z Compiling take_mut v0.2.2
17112026-05-23T04:16:41.345Z Compiling slog-term v2.9.2
17122026-05-23T04:16:41.422Z Compiling tar v0.4.45
17132026-05-23T04:16:51.168Z Compiling rustls-webpki v0.103.9
17142026-05-23T04:16:53.987Z Compiling tokio-rustls v0.26.4
17152026-05-23T04:16:53.988Z Compiling rustls-platform-verifier v0.6.2
17162026-05-23T04:16:54.190Z Compiling hyper-rustls v0.27.7
17172026-05-23T04:16:54.387Z Compiling reqwest v0.12.28
17182026-05-23T04:16:54.388Z Compiling reqwest v0.13.2
17192026-05-23T04:16:55.662Z Compiling tough v0.22.0
17202026-05-23T04:16:58.172Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-05-23T04:16:58.419Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-05-23T04:17:01.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17232026-05-23T04:17:01.380Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17242026-05-23T04:17:01.434ZMay 23 04:17:00.499 INFO Starting download, target: Clickhouse
17252026-05-23T04:17:01.434ZMay 23 04:17:00.499 INFO Starting download, target: DendriteStub
17262026-05-23T04:17:01.434ZMay 23 04:17:00.499 INFO Starting download, target: Console
17272026-05-23T04:17:01.438ZMay 23 04:17:00.499 INFO Starting download, target: Cockroach
17282026-05-23T04:17:01.438ZMay 23 04:17:00.499 INFO Starting download, target: MaghemiteMgd
17292026-05-23T04:17:01.438ZMay 23 04:17:00.499 INFO Starting download, target: MaghemiteDdmd
17302026-05-23T04:17:01.438ZMay 23 04:17:00.499 INFO Starting download, target: TransceiverControl
17312026-05-23T04:17:01.438ZMay 23 04:17:00.499 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-23T04:17:01.438ZMay 23 04:17:00.499 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17332026-05-23T04:17:01.438ZMay 23 04:17:00.499 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-05-23T04:17:01.438ZMay 23 04:17:00.499 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-05-23T04:17:01.438ZMay 23 04:17:00.499 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-05-23T04:17:01.438ZMay 23 04:17:00.499 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-23T04:17:01.438ZMay 23 04:17:00.499 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-05-23T04:17:02.393ZMay 23 04:17:01.459 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-05-23T04:17:02.485ZMay 23 04:17:01.548 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-23T04:17:02.623ZMay 23 04:17:01.669 INFO Download complete, target: TransceiverControl
17412026-05-23T04:17:02.728ZMay 23 04:17:01.789 INFO Download complete, target: Console
17422026-05-23T04:17:03.337ZMay 23 04:17:02.386 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-05-23T04:17:03.517ZMay 23 04:17:02.580 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-05-23T04:17:03.762ZMay 23 04:17:02.826 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17452026-05-23T04:17:03.776ZMay 23 04:17:02.832 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-05-23T04:17:04.299ZMay 23 04:17:03.366 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-05-23T04:17:04.299ZMay 23 04:17:03.366 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-05-23T04:17:05.860ZMay 23 04:17:04.926 INFO Download complete, target: MaghemiteDdmd
17492026-05-23T04:17:06.221ZMay 23 04:17:05.287 INFO Download complete, target: DendriteStub
17502026-05-23T04:17:06.431ZMay 23 04:17:05.497 INFO Download complete, target: MaghemiteMgd
17512026-05-23T04:17:09.029ZMay 23 04:17:08.095 INFO Checking that binary works, target: Cockroach
17522026-05-23T04:17:09.151ZMay 23 04:17:08.217 INFO Download complete, target: Cockroach
17532026-05-23T04:17:10.178ZMay 23 04:17:09.244 INFO Checking that binary works, target: Clickhouse
17542026-05-23T04:17:10.324ZMay 23 04:17:09.391 INFO Download complete, target: Clickhouse
17552026-05-23T04:17:10.343ZAll builder prerequisites installed successfully, and PATH looks valid
17562026-05-23T04:17:10.346Z
17572026-05-23T04:17:10.346Zreal 2:17.158953746
17582026-05-23T04:17:10.346Zuser 6:59.211635733
17592026-05-23T04:17:10.347Zsys 1:23.826442274
17602026-05-23T04:17:10.347Ztrap 0.240161539
17612026-05-23T04:17:10.347Ztflt 0.788832663
17622026-05-23T04:17:10.347Zdflt 0.534429827
17632026-05-23T04:17:10.347Zkflt 0.028557973
17642026-05-23T04:17:10.347Zlock 21:50.703493593
17652026-05-23T04:17:10.347Zslp 21:19.558495715
17662026-05-23T04:17:10.347Zlat 44.477413299
17672026-05-23T04:17:10.347Zstop 1:57.146962364
17682026-05-23T04:17:10.347Z+ banner clippy
17692026-05-23T04:17:10.347Z
17702026-05-23T04:17:10.347Z #### # # ##### ##### # #
17712026-05-23T04:17:10.347Z # # # # # # # # # #
17722026-05-23T04:17:10.347Z # # # # # # # #
17732026-05-23T04:17:10.347Z # # # ##### ##### #
17742026-05-23T04:17:10.347Z # # # # # # #
17752026-05-23T04:17:10.347Z #### ###### # # # #
17762026-05-23T04:17:10.347Z
17772026-05-23T04:17:10.347Z+ export CARGO_INCREMENTAL=0
17782026-05-23T04:17:10.347Z+ CARGO_INCREMENTAL=0
17792026-05-23T04:17:10.347Z+ ptime -m cargo xtask clippy
17802026-05-23T04:17:10.919Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17812026-05-23T04:17:11.149Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17822026-05-23T04:17:12.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
17832026-05-23T04:17:13.083Z Running `target/debug/xtask clippy`
17842026-05-23T04:17:13.111Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17852026-05-23T04:17:13.769Z Downloading crates ...
17862026-05-23T04:17:13.967Z Downloaded anes v0.1.6
17872026-05-23T04:17:13.970Z Downloaded cast v0.3.0
17882026-05-23T04:17:13.973Z Downloaded partial-io v0.5.4
17892026-05-23T04:17:13.979Z Downloaded supports-unicode v2.1.0
17902026-05-23T04:17:13.982Z Downloaded serde_regex v1.1.0
17912026-05-23T04:17:13.991Z Downloaded backtrace-ext v0.2.1
17922026-05-23T04:17:13.995Z Downloaded guppy v0.17.25
17932026-05-23T04:17:13.998Z Downloaded blake2b_simd v1.0.4
17942026-05-23T04:17:13.998Z Downloaded backtrace v0.3.76
17952026-05-23T04:17:14.001Z Downloaded approx v0.5.1
17962026-05-23T04:17:14.001Z Downloaded concurrent-queue v2.5.0
17972026-05-23T04:17:14.004Z Downloaded criterion-plot v0.6.0
17982026-05-23T04:17:14.009Z Downloaded rand_distr v0.5.1
17992026-05-23T04:17:14.012Z Downloaded datatest-stable v0.3.3
18002026-05-23T04:17:14.016Z Downloaded oorandom v11.1.5
18012026-05-23T04:17:14.020Z Downloaded tokio-test v0.4.5
18022026-05-23T04:17:14.023Z Downloaded addr2line v0.25.1
18032026-05-23T04:17:14.026Z Downloaded target-lexicon v0.13.3
18042026-05-23T04:17:14.029Z Downloaded terminal_size v0.1.17
18052026-05-23T04:17:14.029Z Downloaded supports-hyperlinks v2.1.0
18062026-05-23T04:17:14.029Z Downloaded plotters-svg v0.3.7
18072026-05-23T04:17:14.029Z Downloaded linkme-impl v0.3.35
18082026-05-23T04:17:14.032Z Downloaded similar-asserts v1.7.0
18092026-05-23T04:17:14.032Z Downloaded linkme v0.3.35
18102026-05-23T04:17:14.035Z Downloaded parking v2.2.1
18112026-05-23T04:17:14.035Z Downloaded event-listener-strategy v0.5.4
18122026-05-23T04:17:14.035Z Downloaded httptest v0.16.4
18132026-05-23T04:17:14.035Z Downloaded async-object-pool v0.2.0
18142026-05-23T04:17:14.038Z Downloaded escape8259 v0.5.3
18152026-05-23T04:17:14.038Z Downloaded assert-json-diff v2.0.2
18162026-05-23T04:17:14.042Z Downloaded miette-derive v5.10.0
18172026-05-23T04:17:14.045Z Downloaded plotters-backend v0.3.7
18182026-05-23T04:17:14.051Z Downloaded pathdiff v0.2.3
18192026-05-23T04:17:14.054Z Downloaded relative-path v1.9.3
18202026-05-23T04:17:14.054Z Downloaded owo-colors v3.5.0
18212026-05-23T04:17:14.056Z Downloaded rustc-demangle v0.1.27
18222026-05-23T04:17:14.056Z Downloaded knuffel-derive v3.2.0
18232026-05-23T04:17:14.059Z Downloaded fancy-regex v0.14.0
18242026-05-23T04:17:14.059Z Downloaded constant_time_eq v0.3.1
18252026-05-23T04:17:14.062Z Downloaded guppy-workspace-hack v0.1.0
18262026-05-23T04:17:14.070Z Downloaded event-listener v5.4.1
18272026-05-23T04:17:14.073Z Downloaded termcolor v1.4.1
18282026-05-23T04:17:14.073Z Downloaded futures-timer v3.0.3
18292026-05-23T04:17:14.076Z Downloaded hickory-client v0.25.2
18302026-05-23T04:17:14.079Z Downloaded supports-color v2.1.0
18312026-05-23T04:17:14.079Z Downloaded nested v0.1.1
18322026-05-23T04:17:14.079Z Downloaded path-tree v0.8.3
18332026-05-23T04:17:14.082Z Downloaded target-triple v1.0.0
18342026-05-23T04:17:14.085Z Downloaded rust-argon2 v2.1.0
18352026-05-23T04:17:14.085Z Downloaded target-spec v3.5.7
18362026-05-23T04:17:14.088Z Downloaded async-lock v3.4.2
18372026-05-23T04:17:14.091Z Downloaded miette v5.10.0
18382026-05-23T04:17:14.094Z Downloaded assert_cmd v2.1.2
18392026-05-23T04:17:14.097Z Downloaded tinytemplate v1.2.1
18402026-05-23T04:17:14.097Z Downloaded libtest-mimic v0.8.1
18412026-05-23T04:17:14.100Z Downloaded stringmetrics v2.2.2
18422026-05-23T04:17:14.103Z Downloaded cfg-expr v0.20.6
18432026-05-23T04:17:14.105Z Downloaded chumsky v0.9.3
18442026-05-23T04:17:14.108Z Downloaded trybuild v1.0.116
18452026-05-23T04:17:14.111Z Downloaded textwrap v0.15.2
18462026-05-23T04:17:14.114Z Downloaded rstest v0.25.0
18472026-05-23T04:17:14.117Z Downloaded knuffel v3.2.0
18482026-05-23T04:17:14.120Z Downloaded rstest_macros v0.25.0
18492026-05-23T04:17:14.123Z Downloaded plotters v0.3.7
18502026-05-23T04:17:14.131Z Downloaded criterion v0.7.0
18512026-05-23T04:17:14.135Z Downloaded hashbrown v0.14.5
18522026-05-23T04:17:14.144Z Downloaded gimli v0.32.3
18532026-05-23T04:17:14.237Z Downloaded httpmock v0.8.3
18542026-05-23T04:17:16.008Z Checking cfg-if v1.0.4
18552026-05-23T04:17:16.384Z Checking libc v0.2.185
18562026-05-23T04:17:16.387Z Checking serde_core v1.0.228
18572026-05-23T04:17:16.460Z Checking memchr v2.8.0
18582026-05-23T04:17:16.501Z Checking smallvec v1.15.1
18592026-05-23T04:17:16.542Z Checking itoa v1.0.17
18602026-05-23T04:17:16.583Z Checking log v0.4.29
18612026-05-23T04:17:16.644Z Checking libm v0.2.16
18622026-05-23T04:17:16.685Z Checking zeroize v1.8.2
18632026-05-23T04:17:16.727Z Checking stable_deref_trait v1.2.1
18642026-05-23T04:17:16.727Z Checking scopeguard v1.2.0
18652026-05-23T04:17:16.804Z Checking zmij v1.0.21
18662026-05-23T04:17:16.846Z Checking errno v0.3.14
18672026-05-23T04:17:16.846Z Checking getrandom v0.2.17
18682026-05-23T04:17:16.917Z Checking lock_api v0.4.14
18692026-05-23T04:17:16.951Z Checking zerofrom v0.1.6
18702026-05-23T04:17:16.992Z Checking percent-encoding v2.3.2
18712026-05-23T04:17:17.030Z Checking litemap v0.8.1
18722026-05-23T04:17:17.033Z Checking writeable v0.6.2
18732026-05-23T04:17:17.102Z Checking yoke v0.8.1
18742026-05-23T04:17:17.141Z Checking icu_normalizer_data v2.1.1
18752026-05-23T04:17:17.180Z Checking icu_properties_data v2.1.2
18762026-05-23T04:17:17.220Z Checking form_urlencoded v1.2.2
18772026-05-23T04:17:17.259Z Checking utf8_iter v1.0.4
18782026-05-23T04:17:17.301Z Checking zerovec v0.11.5
18792026-05-23T04:17:17.301Z Checking zerotrie v0.2.3
18802026-05-23T04:17:17.374Z Checking num-traits v0.2.19
18812026-05-23T04:17:17.414Z Checking rand_core v0.10.0
18822026-05-23T04:17:17.414Z Checking subtle v2.6.1
18832026-05-23T04:17:17.488Z Checking pin-project-lite v0.2.17
18842026-05-23T04:17:17.528Z Checking rand_core v0.6.4
18852026-05-23T04:17:17.586Z Checking getrandom v0.4.1
18862026-05-23T04:17:17.627Z Checking zerocopy v0.8.40
18872026-05-23T04:17:17.668Z Checking parking_lot_core v0.9.12
18882026-05-23T04:17:17.707Z Checking portable-atomic v1.13.1
18892026-05-23T04:17:17.745Z Checking tinystr v0.8.2
18902026-05-23T04:17:17.745Z Checking potential_utf v0.1.4
18912026-05-23T04:17:17.820Z Checking critical-section v1.2.0
18922026-05-23T04:17:17.882Z Checking parking_lot v0.12.5
18932026-05-23T04:17:17.920Z Checking serde v1.0.228
18942026-05-23T04:17:17.957Z Checking serde_json v1.0.149
18952026-05-23T04:17:17.994Z Checking bitflags v2.11.0
18962026-05-23T04:17:18.003Z Checking icu_locale_core v2.1.1
18972026-05-23T04:17:18.003Z Checking icu_collections v2.1.1
18982026-05-23T04:17:18.105Z Checking signal-hook-registry v1.4.8
18992026-05-23T04:17:18.146Z Checking once_cell v1.21.3
19002026-05-23T04:17:18.189Z Checking mio v1.2.0
19012026-05-23T04:17:18.313Z Checking typenum v1.19.0
19022026-05-23T04:17:18.355Z Checking bytes v1.11.1
19032026-05-23T04:17:18.394Z Checking iana-time-zone v0.1.65
19042026-05-23T04:17:18.444Z Checking socket2 v0.6.3
19052026-05-23T04:17:18.501Z Checking uuid v1.23.0
19062026-05-23T04:17:18.555Z Checking chrono v0.4.44
19072026-05-23T04:17:18.598Z Checking icu_provider v2.1.1
19082026-05-23T04:17:18.659Z Checking semver v1.0.28
19092026-05-23T04:17:18.716Z Checking thiserror v2.0.18
19102026-05-23T04:17:18.821Z Checking tokio v1.52.1
19112026-05-23T04:17:18.872Z Checking generic-array v0.14.7
19122026-05-23T04:17:18.875Z Checking icu_normalizer v2.1.1
19132026-05-23T04:17:18.897Z Checking icu_properties v2.1.2
19142026-05-23T04:17:18.901Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19152026-05-23T04:17:18.935Z Checking futures-core v0.3.32
19162026-05-23T04:17:19.163Z Checking dyn-clone v1.0.20
19172026-05-23T04:17:19.239Z Checking equivalent v1.0.2
19182026-05-23T04:17:19.290Z Checking const-oid v0.9.6
19192026-05-23T04:17:19.324Z Checking futures-sink v0.3.32
19202026-05-23T04:17:19.362Z Checking crypto-common v0.1.7
19212026-05-23T04:17:19.366Z Checking block-buffer v0.10.4
19222026-05-23T04:17:19.436Z Checking rustix v1.1.3
19232026-05-23T04:17:19.473Z Checking byteorder v1.5.0
19242026-05-23T04:17:19.518Z Checking futures-channel v0.3.32
19252026-05-23T04:17:19.564Z Checking slab v0.4.12
19262026-05-23T04:17:19.703Z Checking futures-io v0.3.32
19272026-05-23T04:17:19.743Z Checking futures-task v0.3.32
19282026-05-23T04:17:19.781Z Checking thiserror v1.0.69
19292026-05-23T04:17:19.785Z Checking idna_adapter v1.2.1
19302026-05-23T04:17:19.855Z Checking cpufeatures v0.2.17
19312026-05-23T04:17:19.909Z Checking futures-util v0.3.32
19322026-05-23T04:17:19.914Z Checking hashbrown v0.17.0
19332026-05-23T04:17:19.983Z Checking digest v0.10.7
19342026-05-23T04:17:19.987Z Checking idna v1.1.0
19352026-05-23T04:17:19.987Z Checking getrandom v0.3.4
19362026-05-23T04:17:20.213Z Checking fnv v1.0.7
19372026-05-23T04:17:20.264Z Checking regex-syntax v0.8.10
19382026-05-23T04:17:20.291Z Checking base64 v0.22.1
19392026-05-23T04:17:20.326Z Checking url v2.5.8
19402026-05-23T04:17:20.365Z Checking http v1.4.0
19412026-05-23T04:17:20.403Z Checking ppv-lite86 v0.2.21
19422026-05-23T04:17:20.455Z Checking indexmap v2.14.0
19432026-05-23T04:17:20.564Z Checking tracing-core v0.1.36
19442026-05-23T04:17:20.724Z Checking utf8parse v0.2.2
19452026-05-23T04:17:20.800Z Checking schemars v0.8.22
19462026-05-23T04:17:20.861Z Checking anstyle v1.0.14
19472026-05-23T04:17:20.904Z Checking tracing v0.1.44
19482026-05-23T04:17:20.948Z Checking ipnet v2.11.0
19492026-05-23T04:17:21.032Z Checking colorchoice v1.0.4
19502026-05-23T04:17:21.079Z Checking base64ct v1.8.3
19512026-05-23T04:17:21.134Z Checking anstyle-query v1.1.5
19522026-05-23T04:17:21.175Z Checking unicode-ident v1.0.24
19532026-05-23T04:17:21.232Z Checking is_terminal_polyfill v1.70.2
19542026-05-23T04:17:21.270Z Checking block-padding v0.3.3
19552026-05-23T04:17:21.312Z Checking proc-macro2 v1.0.106
19562026-05-23T04:17:21.350Z Checking untrusted v0.9.0
19572026-05-23T04:17:21.353Z Checking aho-corasick v1.1.4
19582026-05-23T04:17:21.429Z Checking inout v0.1.4
19592026-05-23T04:17:21.469Z Checking anstyle-parse v1.0.0
19602026-05-23T04:17:21.506Z Checking ring v0.17.14
19612026-05-23T04:17:21.585Z Checking terminal_size v0.4.3
19622026-05-23T04:17:21.622Z Checking cipher v0.4.4
19632026-05-23T04:17:21.658Z Checking quote v1.0.45
19642026-05-23T04:17:21.662Z Checking crossbeam-utils v0.8.21
19652026-05-23T04:17:21.730Z Checking anstream v1.0.0
19662026-05-23T04:17:21.858Z Checking rustls-pki-types v1.14.0
19672026-05-23T04:17:21.861Z Checking syn v2.0.117
19682026-05-23T04:17:21.896Z Checking httparse v1.10.1
19692026-05-23T04:17:21.965Z Checking strsim v0.11.1
19702026-05-23T04:17:22.008Z Checking tokio-util v0.7.18
19712026-05-23T04:17:22.048Z Checking clap_lex v1.0.0
19722026-05-23T04:17:22.087Z Checking regex-automata v0.4.14
19732026-05-23T04:17:22.137Z Checking pem-rfc7468 v0.7.0
19742026-05-23T04:17:22.175Z Checking sha2 v0.10.9
19752026-05-23T04:17:22.209Z Checking allocator-api2 v0.2.21
19762026-05-23T04:17:22.247Z Checking clap_builder v4.6.0
19772026-05-23T04:17:22.362Z Checking rand_core v0.9.5
19782026-05-23T04:17:22.476Z Checking hmac v0.12.1
19792026-05-23T04:17:22.516Z Checking powerfmt v0.2.0
19802026-05-23T04:17:22.553Z Checking http-body v1.0.1
19812026-05-23T04:17:22.557Z Checking num_threads v0.1.7
19822026-05-23T04:17:22.640Z Checking atomic-waker v1.1.2
19832026-05-23T04:17:22.679Z Checking time-core v0.1.8
19842026-05-23T04:17:22.717Z Checking deranged v0.5.8
19852026-05-23T04:17:22.719Z Checking num-conv v0.2.0
19862026-05-23T04:17:22.719Z Checking flagset v0.4.7
19872026-05-23T04:17:22.822Z Checking try-lock v0.2.5
19882026-05-23T04:17:22.859Z Checking httpdate v1.0.3
19892026-05-23T04:17:22.899Z Checking h2 v0.4.13
19902026-05-23T04:17:22.941Z Checking der v0.7.10
19912026-05-23T04:17:22.978Z Checking want v0.3.1
19922026-05-23T04:17:23.032Z Checking rand_chacha v0.9.0
19932026-05-23T04:17:23.130Z Checking anyhow v1.0.102
19942026-05-23T04:17:23.263Z Checking ryu v1.0.23
19952026-05-23T04:17:23.357Z Checking tower-layer v0.3.3
19962026-05-23T04:17:23.431Z Checking pin-utils v0.1.0
19972026-05-23T04:17:23.481Z Checking clap v4.6.1
19982026-05-23T04:17:23.533Z Checking tower-service v0.3.3
19992026-05-23T04:17:23.536Z Checking rand v0.9.2
20002026-05-23T04:17:23.607Z Checking erased-serde v0.3.31
20012026-05-23T04:17:23.656Z Checking spin v0.9.8
20022026-05-23T04:17:23.695Z Checking time v0.3.47
20032026-05-23T04:17:23.698Z Checking mime v0.3.17
20042026-05-23T04:17:23.866Z Checking fastrand v2.3.0
20052026-05-23T04:17:23.906Z Checking spki v0.7.3
20062026-05-23T04:17:23.944Z Checking http-body-util v0.1.3
20072026-05-23T04:17:24.011Z Checking slog v2.8.2
20082026-05-23T04:17:24.064Z Checking pbkdf2 v0.12.2
20092026-05-23T04:17:24.103Z Checking aes v0.8.4
20102026-05-23T04:17:24.138Z Checking aws-lc-sys v0.40.0
20112026-05-23T04:17:24.175Z Checking untrusted v0.7.1
20122026-05-23T04:17:24.218Z Checking cbc v0.1.2
20132026-05-23T04:17:24.222Z Checking salsa20 v0.10.2
20142026-05-23T04:17:24.346Z Checking rand_chacha v0.3.1
20152026-05-23T04:17:24.346Z Checking hex v0.4.3
20162026-05-23T04:17:24.438Z Checking openssl-probe v0.2.1
20172026-05-23T04:17:24.480Z Checking pretty-hex v0.4.1
20182026-05-23T04:17:24.516Z Checking simd-adler32 v0.3.8
20192026-05-23T04:17:24.580Z Checking scrypt v0.11.0
20202026-05-23T04:17:24.618Z Checking tempfile v3.25.0
20212026-05-23T04:17:24.654Z Checking regex v1.12.3
20222026-05-23T04:17:24.657Z Checking rand v0.8.6
20232026-05-23T04:17:24.726Z Checking serde_urlencoded v0.7.1
20242026-05-23T04:17:24.729Z Checking aws-lc-rs v1.16.3
20252026-05-23T04:17:24.796Z Checking encoding_rs v0.8.35
20262026-05-23T04:17:24.837Z Checking adler2 v2.0.1
20272026-05-23T04:17:24.876Z Checking plain v0.2.3
20282026-05-23T04:17:24.958Z Checking pkcs5 v0.7.1
20292026-05-23T04:17:24.998Z Checking miniz_oxide v0.8.9
20302026-05-23T04:17:25.002Z Checking ipnetwork v0.21.1
20312026-05-23T04:17:25.069Z Checking ucd-trie v0.1.7
20322026-05-23T04:17:25.242Z Checking camino v1.2.2
20332026-05-23T04:17:25.246Z Checking pkcs8 v0.10.2
20342026-05-23T04:17:25.317Z Checking pest v2.8.6
20352026-05-23T04:17:25.320Z Checking rustls-native-certs v0.8.3
20362026-05-23T04:17:25.396Z Checking sync_wrapper v1.0.2
20372026-05-23T04:17:25.490Z Checking foldhash v0.2.0
20382026-05-23T04:17:25.528Z Checking webpki-roots v1.0.6
20392026-05-23T04:17:25.531Z Checking tower v0.5.3
20402026-05-23T04:17:25.566Z Checking futures-executor v0.3.32
20412026-05-23T04:17:25.637Z Checking hyper v1.8.1
20422026-05-23T04:17:25.640Z Checking rustls-webpki v0.103.9
20432026-05-23T04:17:25.710Z Checking hashbrown v0.16.1
20442026-05-23T04:17:25.713Z Checking either v1.15.0
20452026-05-23T04:17:25.780Z Checking iri-string v0.7.10
20462026-05-23T04:17:25.818Z Checking futures v0.3.32
20472026-05-23T04:17:25.927Z Checking crc32fast v1.5.0
20482026-05-23T04:17:25.965Z Checking openapiv3 v2.2.0
20492026-05-23T04:17:26.003Z Checking static_assertions v1.1.0
20502026-05-23T04:17:26.098Z Checking lazy_static v1.5.0
20512026-05-23T04:17:26.137Z Checking signature v2.2.0
20522026-05-23T04:17:26.140Z Checking rustls v0.23.37
20532026-05-23T04:17:26.220Z Checking strum v0.26.3
20542026-05-23T04:17:26.259Z Checking oxnet v0.1.5
20552026-05-23T04:17:26.300Z Checking hubpack v0.1.2
20562026-05-23T04:17:26.364Z Checking zlib-rs v0.6.2
20572026-05-23T04:17:26.404Z Checking winnow v0.7.14
20582026-05-23T04:17:26.490Z Checking tinyvec_macros v0.1.1
20592026-05-23T04:17:26.529Z Checking sha1 v0.10.6
20602026-05-23T04:17:26.573Z Checking hyper-util v0.1.20
20612026-05-23T04:17:26.621Z Checking tinyvec v1.10.0
20622026-05-23T04:17:26.719Z Checking num-integer v0.1.46
20632026-05-23T04:17:26.819Z Checking tower-http v0.6.8
20642026-05-23T04:17:26.961Z Checking scroll v0.13.0
20652026-05-23T04:17:26.999Z Checking data-encoding v2.10.0
20662026-05-23T04:17:27.123Z Checking psl-types v2.0.11
20672026-05-23T04:17:27.220Z Checking goblin v0.10.5
20682026-05-23T04:17:27.260Z Checking flate2 v1.1.9
20692026-05-23T04:17:27.299Z Checking cookie v0.18.1
20702026-05-23T04:17:27.302Z Checking publicsuffix v2.3.0
20712026-05-23T04:17:27.302Z Checking toml_datetime v0.6.11
20722026-05-23T04:17:27.524Z Checking serde_spanned v0.6.9
20732026-05-23T04:17:27.565Z Checking memmap2 v0.9.10
20742026-05-23T04:17:27.604Z Checking bit-vec v0.8.0
20752026-05-23T04:17:27.607Z Checking base16ct v0.2.0
20762026-05-23T04:17:27.676Z Checking cookie_store v0.22.1
20772026-05-23T04:17:27.679Z Checking dtrace-parser v0.3.0
20782026-05-23T04:17:27.755Z Checking ff v0.13.1
20792026-05-23T04:17:27.796Z Checking sec1 v0.7.3
20802026-05-23T04:17:27.833Z Checking bit-set v0.8.0
20812026-05-23T04:17:27.843Z Checking thread-id v5.1.0
20822026-05-23T04:17:27.911Z Checking wait-timeout v0.2.1
20832026-05-23T04:17:27.949Z Checking group v0.13.0
20842026-05-23T04:17:27.985Z Checking num-iter v0.1.45
20852026-05-23T04:17:28.026Z Checking bstr v1.12.1
20862026-05-23T04:17:28.064Z Checking hkdf v0.12.4
20872026-05-23T04:17:28.067Z Checking crossbeam-epoch v0.9.18
20882026-05-23T04:17:28.138Z Checking anstyle-parse v0.2.7
20892026-05-23T04:17:28.142Z Checking ahash v0.8.12
20902026-05-23T04:17:28.142Z Checking crypto-bigint v0.5.5
20912026-05-23T04:17:28.243Z Checking foreign-types-shared v0.1.1
20922026-05-23T04:17:28.318Z Checking quick-error v1.2.3
20932026-05-23T04:17:28.357Z Checking anstream v0.6.21
20942026-05-23T04:17:28.360Z Checking foreign-types v0.3.2
20952026-05-23T04:17:28.430Z Checking rand_xorshift v0.4.0
20962026-05-23T04:17:28.467Z Checking rusty-fork v0.3.1
20972026-05-23T04:17:28.470Z Checking scroll v0.12.0
20982026-05-23T04:17:28.539Z Checking openssl-sys v0.9.114
20992026-05-23T04:17:28.543Z Checking tokio-rustls v0.26.4
21002026-05-23T04:17:28.613Z Checking rustls-platform-verifier v0.6.2
21012026-05-23T04:17:28.617Z Checking unarray v0.1.4
21022026-05-23T04:17:28.685Z Checking num-bigint-dig v0.8.6
21032026-05-23T04:17:28.750Z Checking proptest v1.10.0
21042026-05-23T04:17:28.788Z Checking goblin v0.8.2
21052026-05-23T04:17:28.828Z Checking pkcs1 v0.7.5
21062026-05-23T04:17:28.864Z Checking hyper-rustls v0.27.7
21072026-05-23T04:17:29.067Z Checking x509-cert v0.2.5
21082026-05-23T04:17:29.118Z Checking reqwest v0.13.2
21092026-05-23T04:17:29.122Z Checking elliptic-curve v0.13.8
21102026-05-23T04:17:29.123Z Checking openssl v0.10.78
21112026-05-23T04:17:29.514Z Checking zerocopy v0.7.35
21122026-05-23T04:17:29.519Z Checking unicode-segmentation v1.12.0
21132026-05-23T04:17:29.592Z Checking dof v0.4.0
21142026-05-23T04:17:29.740Z Checking rsa v0.9.10
21152026-05-23T04:17:29.895Z Checking dtrace-parser v0.2.0
21162026-05-23T04:17:29.982Z Checking rfc6979 v0.4.0
21172026-05-23T04:17:30.032Z Checking memoffset v0.9.1
21182026-05-23T04:17:30.138Z Checking thread-id v4.2.2
21192026-05-23T04:17:30.177Z Checking ecdsa v0.16.9
21202026-05-23T04:17:30.181Z Checking curve25519-dalek v4.1.3
21212026-05-23T04:17:30.251Z Checking usdt-impl v0.6.0
21222026-05-23T04:17:30.254Z Checking rustix v0.38.44
21232026-05-23T04:17:30.254Z Checking env_filter v1.0.0
21242026-05-23T04:17:30.497Z Checking toml_write v0.1.2
21252026-05-23T04:17:30.553Z Checking same-file v1.0.6
21262026-05-23T04:17:30.593Z Checking usdt v0.6.0
21272026-05-23T04:17:30.596Z Checking newtype-uuid v1.3.2
21282026-05-23T04:17:30.695Z Checking keccak v0.1.6
21292026-05-23T04:17:30.734Z Checking walkdir v2.5.0
21302026-05-23T04:17:30.737Z Checking dof v0.3.0
21312026-05-23T04:17:30.807Z Checking toml_edit v0.22.27
21322026-05-23T04:17:30.858Z Checking daft v0.1.7
21332026-05-23T04:17:30.896Z Checking sha3 v0.10.8
21342026-05-23T04:17:30.963Z Checking env_logger v0.11.9
21352026-05-23T04:17:31.016Z Checking ed25519 v2.2.3
21362026-05-23T04:17:31.054Z Checking usdt-impl v0.5.0
21372026-05-23T04:17:31.108Z Checking itertools v0.13.0
21382026-05-23T04:17:31.148Z Checking serde_with v3.17.0
21392026-05-23T04:17:31.151Z Checking siphasher v1.0.2
21402026-05-23T04:17:31.219Z Checking bitflags v1.3.2
21412026-05-23T04:17:31.222Z Checking native-tls v0.2.18
21422026-05-23T04:17:31.292Z Checking ed25519-dalek v2.2.0
21432026-05-23T04:17:31.329Z Checking nix v0.31.2
21442026-05-23T04:17:31.366Z Checking toml_parser v1.0.9+spec-1.1.0
21452026-05-23T04:17:31.370Z Checking unicode-normalization v0.1.25
21462026-05-23T04:17:31.464Z Checking tokio-native-tls v0.3.1
21472026-05-23T04:17:31.553Z Checking signal-hook v0.3.18
21482026-05-23T04:17:31.654Z Checking hyper-tls v0.6.0
21492026-05-23T04:17:31.726Z Checking winnow v0.5.40
21502026-05-23T04:17:31.780Z Checking managed v0.8.0
21512026-05-23T04:17:31.824Z Checking bzip2-sys v0.1.13+1.0.8
21522026-05-23T04:17:31.862Z Checking reqwest v0.12.28
21532026-05-23T04:17:31.899Z Checking object v0.37.3
21542026-05-23T04:17:31.943Z Checking foldhash v0.1.5
21552026-05-23T04:17:31.995Z Checking bzip2 v0.4.4
21562026-05-23T04:17:32.107Z Checking hashbrown v0.15.5
21572026-05-23T04:17:32.150Z Checking signal-hook-mio v0.2.5
21582026-05-23T04:17:32.189Z Checking globset v0.4.18
21592026-05-23T04:17:32.285Z Checking ref-cast v1.0.25
21602026-05-23T04:17:32.402Z Checking zstd-sys v2.0.16+zstd.1.5.7
21612026-05-23T04:17:32.441Z Checking zip v0.6.6
21622026-05-23T04:17:32.479Z Checking pin-project v1.1.11
21632026-05-23T04:17:32.545Z Checking zstd-safe v7.2.4
21642026-05-23T04:17:32.585Z Checking libbz2-rs-sys v0.2.2
21652026-05-23T04:17:32.626Z Checking bumpalo v3.20.2
21662026-05-23T04:17:32.629Z Checking crossterm v0.28.1
21672026-05-23T04:17:32.719Z Checking similar v2.7.0
21682026-05-23T04:17:32.758Z Checking zstd v0.13.3
21692026-05-23T04:17:32.797Z Checking tokio-stream v0.1.18
21702026-05-23T04:17:32.853Z Checking zopfli v0.8.3
21712026-05-23T04:17:32.891Z Checking toml_edit v0.19.15
21722026-05-23T04:17:32.974Z Checking fs-err v3.3.0
21732026-05-23T04:17:33.013Z Checking bzip2 v0.6.1
21742026-05-23T04:17:33.136Z Checking pem v3.0.6
21752026-05-23T04:17:33.204Z Checking hash32 v0.2.1
21762026-05-23T04:17:33.208Z Checking serde-big-array v0.5.1
21772026-05-23T04:17:33.242Z Checking unicode-properties v0.1.4
21782026-05-23T04:17:33.313Z Checking unicode-bidi v0.3.18
21792026-05-23T04:17:33.351Z Checking jiff v0.2.21
21802026-05-23T04:17:33.386Z Checking predicates-core v1.0.10
21812026-05-23T04:17:33.424Z Checking heapless v0.7.17
21822026-05-23T04:17:33.427Z Checking snafu v0.8.9
21832026-05-23T04:17:33.496Z Checking olpc-cjson v0.1.4
21842026-05-23T04:17:33.542Z Checking hickory-proto v0.25.2
21852026-05-23T04:17:33.634Z Checking stringprep v0.1.5
21862026-05-23T04:17:33.671Z Checking md-5 v0.10.6
21872026-05-23T04:17:33.722Z Checking serde_plain v1.0.2
21882026-05-23T04:17:33.825Z Checking float-cmp v0.10.0
21892026-05-23T04:17:33.865Z Checking normalize-line-endings v0.3.0
21902026-05-23T04:17:33.903Z Checking difflib v0.4.0
21912026-05-23T04:17:33.906Z Checking fallible-iterator v0.2.0
21922026-05-23T04:17:33.974Z Checking toml v0.7.8
21932026-05-23T04:17:34.013Z Checking typed-path v0.9.3
21942026-05-23T04:17:34.016Z Checking smoltcp v0.9.1
21952026-05-23T04:17:34.107Z Checking predicates v3.1.4
21962026-05-23T04:17:34.207Z Checking iddqd v0.4.1
21972026-05-23T04:17:34.245Z Checking postgres-protocol v0.6.10
21982026-05-23T04:17:34.315Z Checking phf_shared v0.13.1
21992026-05-23T04:17:34.429Z Checking phf_shared v0.11.3
22002026-05-23T04:17:34.542Z Checking buf-list v1.1.2
22012026-05-23T04:17:34.585Z Checking strum v0.27.2
22022026-05-23T04:17:34.623Z Checking new_debug_unreachable v1.0.6
22032026-05-23T04:17:34.660Z Checking lalrpop-util v0.19.12
22042026-05-23T04:17:34.724Z Checking fixedbitset v0.5.7
22052026-05-23T04:17:34.727Z Checking fixedbitset v0.4.2
22062026-05-23T04:17:34.795Z Checking precomputed-hash v0.1.1
22072026-05-23T04:17:34.833Z Checking tough v0.22.0
22082026-05-23T04:17:34.871Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22092026-05-23T04:17:34.911Z Checking string_cache v0.8.9
22102026-05-23T04:17:34.949Z Checking petgraph v0.8.3
22112026-05-23T04:17:34.952Z Checking petgraph v0.6.5
22122026-05-23T04:17:35.110Z Checking postgres-types v0.2.12
22132026-05-23T04:17:35.150Z Checking phf v0.13.1
22142026-05-23T04:17:35.340Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22152026-05-23T04:17:35.454Z Checking whoami v2.1.0
22162026-05-23T04:17:35.622Z Checking zip v4.6.1
22172026-05-23T04:17:35.660Z Checking peg-runtime v0.8.5
22182026-05-23T04:17:35.699Z Checking tokio-postgres v0.7.16
22192026-05-23T04:17:35.958Z Checking is-terminal v0.4.17
22202026-05-23T04:17:36.085Z Checking crossbeam-channel v0.5.15
22212026-05-23T04:17:36.227Z Compiling structmeta-derive v0.3.0
22222026-05-23T04:17:36.266Z Compiling newtype-uuid-macros v0.1.0
22232026-05-23T04:17:36.358Z Checking thread_local v1.1.9
22242026-05-23T04:17:36.445Z Checking take_mut v0.2.2
22252026-05-23T04:17:36.561Z Checking term v1.2.1
22262026-05-23T04:17:36.601Z Checking slog-async v2.8.0
22272026-05-23T04:17:36.604Z Compiling rustls v0.22.4
22282026-05-23T04:17:36.808Z Compiling multer v3.1.0
22292026-05-23T04:17:36.846Z Checking slog-term v2.9.2
22302026-05-23T04:17:36.918Z Compiling async-stream-impl v0.3.6
22312026-05-23T04:17:36.960Z Compiling dropshot v0.17.0
22322026-05-23T04:17:36.999Z Compiling dropshot_endpoint v0.17.0
22332026-05-23T04:17:37.072Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22342026-05-23T04:17:37.115Z Checking match_cfg v0.1.0
22352026-05-23T04:17:37.192Z Checking slog-json v2.6.1
22362026-05-23T04:17:37.266Z Checking hostname v0.3.1
22372026-05-23T04:17:37.309Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22382026-05-23T04:17:37.348Z Compiling structmeta v0.3.0
22392026-05-23T04:17:37.351Z Checking debug-ignore v1.0.5
22402026-05-23T04:17:37.419Z Checking rustls-webpki v0.102.8
22412026-05-23T04:17:37.422Z Checking slog-bunyan v2.5.0
22422026-05-23T04:17:37.509Z Checking serde_path_to_error v0.1.20
22432026-05-23T04:17:37.548Z Checking serde_spanned v1.0.4
22442026-05-23T04:17:37.551Z Checking toml_datetime v1.0.0+spec-1.1.0
22452026-05-23T04:17:37.621Z Compiling derive-ex v0.1.8
22462026-05-23T04:17:37.624Z Checking compression-core v0.4.31
22472026-05-23T04:17:37.710Z Checking toml_writer v1.0.6+spec-1.1.0
22482026-05-23T04:17:37.747Z Checking async-stream v0.3.6
22492026-05-23T04:17:37.803Z Checking compression-codecs v0.4.37
22502026-05-23T04:17:37.910Z Checking waitgroup v0.1.2
22512026-05-23T04:17:37.913Z Checking rustls-pemfile v2.2.0
22522026-05-23T04:17:37.981Z Checking toml v1.0.6+spec-1.1.0
22532026-05-23T04:17:38.035Z Checking async-compression v0.4.41
22542026-05-23T04:17:38.075Z Checking hostname v0.4.2
22552026-05-23T04:17:38.079Z Checking progenitor-client v0.14.0
22562026-05-23T04:17:38.146Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-05-23T04:17:38.208Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22582026-05-23T04:17:38.285Z Compiling parse-display-derive v0.10.0
22592026-05-23T04:17:38.324Z Checking regress v0.10.5
22602026-05-23T04:17:38.371Z Checking itertools v0.14.0
22612026-05-23T04:17:38.409Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22622026-05-23T04:17:38.576Z Checking progenitor-client v0.13.0
22632026-05-23T04:17:38.736Z Checking macaddr v1.0.1
22642026-05-23T04:17:38.840Z Checking instant v0.1.13
22652026-05-23T04:17:38.843Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22662026-05-23T04:17:38.951Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
22672026-05-23T04:17:38.990Z Checking backoff v0.4.0
22682026-05-23T04:17:39.138Z Checking backon v1.6.0
22692026-05-23T04:17:39.196Z Checking humantime v2.3.0
22702026-05-23T04:17:39.321Z Compiling test-strategy v0.4.5
22712026-05-23T04:17:39.361Z Checking progenitor-extras v0.2.0
22722026-05-23T04:17:39.365Z Checking tokio-rustls v0.25.0
22732026-05-23T04:17:39.434Z Checking unicode-width v0.2.0
22742026-05-23T04:17:39.471Z Checking heck v0.5.0
22752026-05-23T04:17:39.474Z Compiling convert_case v0.4.0
22762026-05-23T04:17:39.609Z Checking half v2.7.1
22772026-05-23T04:17:39.647Z Checking ciborium-io v0.2.2
22782026-05-23T04:17:39.718Z Checking secrecy v0.10.3
22792026-05-23T04:17:39.763Z Checking indent_write v2.2.0
22802026-05-23T04:17:39.801Z Compiling crucible-workspace-hack v0.1.0
22812026-05-23T04:17:39.869Z Checking universal-hash v0.5.1
22822026-05-23T04:17:39.906Z Checking ciborium-ll v0.2.2
22832026-05-23T04:17:39.909Z Compiling derive_more v0.99.20
22842026-05-23T04:17:39.973Z Checking opaque-debug v0.3.1
22852026-05-23T04:17:40.044Z Checking parse-display v0.10.0
22862026-05-23T04:17:40.048Z Checking camino-tempfile v1.4.1
22872026-05-23T04:17:40.116Z Checking ciborium v0.2.2
22882026-05-23T04:17:40.116Z Compiling regress v0.11.1
22892026-05-23T04:17:40.236Z Checking aead v0.5.2
22902026-05-23T04:17:40.239Z Checking poly1305 v0.8.0
22912026-05-23T04:17:40.307Z Checking chacha20 v0.9.1
22922026-05-23T04:17:40.415Z Compiling unsafe-libyaml v0.2.11
22932026-05-23T04:17:40.573Z Compiling thiserror-impl-no-std v2.0.2
22942026-05-23T04:17:40.623Z Checking byte-wrapper v0.1.0
22952026-05-23T04:17:40.864Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-05-23T04:17:40.903Z Checking password-hash v0.5.0
22972026-05-23T04:17:41.168Z Compiling serde_yaml v0.9.34+deprecated
22982026-05-23T04:17:41.206Z Checking blake2 v0.10.6
22992026-05-23T04:17:41.284Z Checking chacha20poly1305 v0.10.1
23002026-05-23T04:17:41.446Z Checking swrite v0.1.0
23012026-05-23T04:17:41.483Z Checking argon2 v0.5.3
23022026-05-23T04:17:41.572Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23032026-05-23T04:17:41.682Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23042026-05-23T04:17:41.786Z Compiling typify-impl v0.6.2
23052026-05-23T04:17:41.860Z Checking thiserror-no-std v2.0.2
23062026-05-23T04:17:41.978Z Checking vsss-rs v3.3.4
23072026-05-23T04:17:42.579Z Checking crossbeam-deque v0.8.6
23082026-05-23T04:17:42.675Z Compiling rayon-core v1.13.0
23092026-05-23T04:17:42.795Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23102026-05-23T04:17:42.943Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23112026-05-23T04:17:43.102Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23122026-05-23T04:17:43.186Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23132026-05-23T04:17:43.259Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23142026-05-23T04:17:43.296Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23152026-05-23T04:17:43.370Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23162026-05-23T04:17:43.447Z Checking toml v0.8.23
23172026-05-23T04:17:43.507Z Compiling proc-macro-error v1.0.4
23182026-05-23T04:17:43.573Z Checking rayon v1.11.0
23192026-05-23T04:17:43.801Z Compiling toml_datetime v0.7.5+spec-1.1.0
23202026-05-23T04:17:43.854Z Checking glob v0.3.3
23212026-05-23T04:17:44.032Z Compiling toml_edit v0.23.10+spec-1.0.0
23222026-05-23T04:17:44.070Z Compiling heapless v0.8.0
23232026-05-23T04:17:44.105Z Compiling ingot-macros v0.1.1
23242026-05-23T04:17:44.356Z Checking tabwriter v1.4.1
23252026-05-23T04:17:44.541Z Checking hash32 v0.3.1
23262026-05-23T04:17:44.594Z Compiling proc-macro-crate v3.4.0
23272026-05-23T04:17:44.707Z Checking unicode-width v0.1.14
23282026-05-23T04:17:44.835Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23292026-05-23T04:17:44.967Z Compiling smoltcp v0.11.0
23302026-05-23T04:17:45.007Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-05-23T04:17:45.114Z Checking cobs v0.3.0
23322026-05-23T04:17:45.204Z Compiling num_enum_derive v0.7.6
23332026-05-23T04:17:45.313Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23342026-05-23T04:17:45.358Z Checking postcard v1.1.3
23352026-05-23T04:17:45.443Z Compiling proc-macro-crate v1.3.1
23362026-05-23T04:17:45.575Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23372026-05-23T04:17:45.691Z Compiling usdt-attr-macro v0.5.0
23382026-05-23T04:17:45.820Z Compiling usdt-macro v0.5.0
23392026-05-23T04:17:45.892Z Checking sigpipe v0.1.3
23402026-05-23T04:17:45.943Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23412026-05-23T04:17:46.005Z Checking memmap v0.7.0
23422026-05-23T04:17:46.174Z Compiling foreign-types-macros v0.2.3
23432026-05-23T04:17:46.280Z Compiling typify-macro v0.6.2
23442026-05-23T04:17:46.318Z Checking num_enum v0.7.6
23452026-05-23T04:17:46.467Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23462026-05-23T04:17:46.511Z Checking cpufeatures v0.3.0
23472026-05-23T04:17:46.586Z Checking foreign-types-shared v0.3.1
23482026-05-23T04:17:46.621Z Checking colored v3.1.1
23492026-05-23T04:17:46.725Z Checking chacha20 v0.10.0
23502026-05-23T04:17:46.728Z Checking usdt v0.5.0
23512026-05-23T04:17:46.798Z Compiling num_enum_derive v0.5.11
23522026-05-23T04:17:46.801Z Checking foreign-types v0.5.0
23532026-05-23T04:17:46.957Z Checking ingot-types v0.1.2
23542026-05-23T04:17:46.961Z Checking cstr-argument v0.1.2
23552026-05-23T04:17:47.029Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-05-23T04:17:47.034Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23572026-05-23T04:17:47.100Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
23582026-05-23T04:17:47.146Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-05-23T04:17:47.353Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23602026-05-23T04:17:47.373Z Checking ingot v0.1.1
23612026-05-23T04:17:47.424Z Checking rand v0.10.1
23622026-05-23T04:17:47.495Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23632026-05-23T04:17:47.531Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-05-23T04:17:47.566Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23652026-05-23T04:17:47.670Z Compiling num-derive v0.4.2
23662026-05-23T04:17:47.708Z Checking winnow v1.0.3
23672026-05-23T04:17:47.891Z Checking num_enum v0.5.11
23682026-05-23T04:17:47.936Z Compiling zone_cfg_derive v0.3.1
23692026-05-23T04:17:47.972Z Checking itertools v0.12.1
23702026-05-23T04:17:48.036Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23712026-05-23T04:17:48.074Z Compiling typify v0.6.2
23722026-05-23T04:17:48.252Z Compiling progenitor-impl v0.14.0
23732026-05-23T04:17:48.661Z Checking smf v0.2.3
23742026-05-23T04:17:48.806Z Checking whoami v1.6.1
23752026-05-23T04:17:48.925Z Checking tokio-dtrace v0.1.1
23762026-05-23T04:17:48.999Z Checking zone v0.3.1
23772026-05-23T04:17:49.034Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23782026-05-23T04:17:49.037Z Compiling derive-where v1.6.0
23792026-05-23T04:17:49.141Z Checking oxide-tokio-rt v0.1.4
23802026-05-23T04:17:49.268Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23812026-05-23T04:17:49.341Z Checking console v0.15.11
23822026-05-23T04:17:49.382Z Checking atomicwrites v0.4.4
23832026-05-23T04:17:49.424Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23842026-05-23T04:17:49.463Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23852026-05-23T04:17:49.544Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
23862026-05-23T04:17:49.632Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23872026-05-23T04:17:49.669Z Checking newline-converter v0.3.0
23882026-05-23T04:17:49.753Z Checking num-rational v0.4.2
23892026-05-23T04:17:49.799Z Checking num-complex v0.4.6
23902026-05-23T04:17:49.838Z Checking expectorate v1.2.0
23912026-05-23T04:17:49.841Z Checking float-ord v0.3.2
23922026-05-23T04:17:49.977Z Compiling owo-colors v4.3.0
23932026-05-23T04:17:50.031Z Checking bytecount v0.6.9
23942026-05-23T04:17:50.067Z Compiling cancel-safe-futures v0.1.5
23952026-05-23T04:17:50.230Z Checking num v0.4.3
23962026-05-23T04:17:50.267Z Checking libsw-core v0.3.2
23972026-05-23T04:17:50.319Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23982026-05-23T04:17:50.358Z Compiling prettyplease v0.2.37
23992026-05-23T04:17:50.428Z Checking linear-map v1.2.0
24002026-05-23T04:17:50.501Z Checking libsw v3.5.0
24012026-05-23T04:17:50.698Z Checking gethostname v0.5.0
24022026-05-23T04:17:50.735Z Compiling progenitor-impl v0.13.0
24032026-05-23T04:17:50.820Z Compiling num-derive v0.3.3
24042026-05-23T04:17:50.868Z Compiling progenitor-macro v0.14.0
24052026-05-23T04:17:51.427Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24062026-05-23T04:17:51.744Z Checking libscf-sys v1.1.0
24072026-05-23T04:17:52.496Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24082026-05-23T04:17:53.396Z Compiling progenitor-macro v0.13.0
24092026-05-23T04:17:54.500Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24102026-05-23T04:17:55.796Z Checking progenitor v0.14.0
24112026-05-23T04:17:55.965Z Checking resolv-conf v0.7.6
24122026-05-23T04:17:56.151Z Compiling slog-dtrace v0.3.0
24132026-05-23T04:17:56.187Z Checking smawk v0.3.2
24142026-05-23T04:17:56.190Z Checking unicode-linebreak v0.1.5
24152026-05-23T04:17:56.264Z Checking papergrid v0.11.0
24162026-05-23T04:17:56.350Z Compiling tabled_derive v0.7.0
24172026-05-23T04:17:56.463Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24182026-05-23T04:17:56.756Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24192026-05-23T04:17:57.181Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24202026-05-23T04:17:57.220Z Checking linked-hash-map v0.5.6
24212026-05-23T04:17:57.347Z Checking tabled v0.15.0
24222026-05-23T04:17:57.461Z Compiling minimal-lexical v0.2.1
24232026-05-23T04:17:57.560Z Checking lru-cache v0.1.2
24242026-05-23T04:17:57.713Z Compiling nom v7.1.3
24252026-05-23T04:17:57.758Z Checking hickory-proto v0.24.4
24262026-05-23T04:17:58.256Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24272026-05-23T04:17:58.414Z Checking progenitor v0.13.0
24282026-05-23T04:17:58.477Z Checking termtree v0.5.1
24292026-05-23T04:17:58.515Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24302026-05-23T04:17:58.586Z Checking textwrap v0.16.2
24312026-05-23T04:17:58.652Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24322026-05-23T04:17:58.837Z Checking csv-core v0.1.13
24332026-05-23T04:17:59.054Z Checking tagptr v0.2.0
24342026-05-23T04:17:59.090Z Checking csv v1.4.0
24352026-05-23T04:17:59.201Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24362026-05-23T04:17:59.239Z Checking moka v0.12.13
24372026-05-23T04:17:59.488Z Compiling convert_case v0.10.0
24382026-05-23T04:17:59.528Z Checking highway v1.3.0
24392026-05-23T04:17:59.565Z Checking hickory-resolver v0.24.4
24402026-05-23T04:17:59.795Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24412026-05-23T04:17:59.837Z Compiling derive_more-impl v2.1.1
24422026-05-23T04:17:59.915Z Checking hickory-resolver v0.25.2
24432026-05-23T04:17:59.953Z Compiling semver v0.1.20
24442026-05-23T04:18:00.086Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24452026-05-23T04:18:00.315Z Compiling rustc_version v0.1.7
24462026-05-23T04:18:00.378Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24472026-05-23T04:18:00.415Z Checking qorb v0.4.1
24482026-05-23T04:18:00.461Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24492026-05-23T04:18:00.582Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24502026-05-23T04:18:00.697Z Checking derive_more v2.1.1
24512026-05-23T04:18:00.737Z Checking phf_shared v0.12.1
24522026-05-23T04:18:00.817Z Compiling chrono-tz v0.10.4
24532026-05-23T04:18:01.898Z Checking crossterm v0.29.0
24542026-05-23T04:18:01.901Z Checking phf v0.12.1
24552026-05-23T04:18:01.901Z Compiling newtype_derive v0.1.6
24562026-05-23T04:18:01.901Z Compiling const_format_proc_macros v0.2.34
24572026-05-23T04:18:01.901Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24582026-05-23T04:18:01.901Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
24592026-05-23T04:18:01.901Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
24602026-05-23T04:18:01.901Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24612026-05-23T04:18:01.901Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24622026-05-23T04:18:01.901Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24632026-05-23T04:18:01.901Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24642026-05-23T04:18:01.901Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24652026-05-23T04:18:01.934Z Checking const_format v0.2.35
24662026-05-23T04:18:01.934Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24672026-05-23T04:18:02.026Z Checking fd-lock v4.0.4
24682026-05-23T04:18:02.221Z Checking bcs v0.1.6
24692026-05-23T04:18:02.224Z Checking vte v0.14.1
24702026-05-23T04:18:02.444Z Checking display-error-chain v0.2.2
24712026-05-23T04:18:02.489Z Checking strip-ansi-escapes v0.2.1
24722026-05-23T04:18:02.533Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24732026-05-23T04:18:02.636Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24742026-05-23T04:18:02.708Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24752026-05-23T04:18:02.804Z Checking nu-ansi-term v0.50.3
24762026-05-23T04:18:02.950Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
24772026-05-23T04:18:02.987Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24782026-05-23T04:18:03.056Z Checking reedline v0.40.0
24792026-05-23T04:18:03.331Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24802026-05-23T04:18:03.527Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24812026-05-23T04:18:03.621Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24822026-05-23T04:18:03.660Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24832026-05-23T04:18:03.825Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24842026-05-23T04:18:04.197Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24852026-05-23T04:18:04.269Z Compiling ar_archive_writer v0.5.1
24862026-05-23T04:18:04.381Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24872026-05-23T04:18:04.810Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24882026-05-23T04:18:04.993Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24892026-05-23T04:18:05.145Z Compiling psm v0.1.30
24902026-05-23T04:18:05.188Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24912026-05-23T04:18:05.353Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24922026-05-23T04:18:05.723Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24932026-05-23T04:18:05.764Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24942026-05-23T04:18:06.031Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24952026-05-23T04:18:06.102Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24962026-05-23T04:18:06.242Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24972026-05-23T04:18:06.281Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
24982026-05-23T04:18:06.366Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24992026-05-23T04:18:06.444Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25002026-05-23T04:18:06.639Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25012026-05-23T04:18:06.685Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25022026-05-23T04:18:06.802Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25032026-05-23T04:18:06.845Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25042026-05-23T04:18:06.883Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25052026-05-23T04:18:07.052Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25062026-05-23T04:18:07.088Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25072026-05-23T04:18:07.132Z Compiling stacker v0.1.23
25082026-05-23T04:18:07.201Z Compiling cfg_aliases v0.1.1
25092026-05-23T04:18:07.255Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25102026-05-23T04:18:07.314Z Compiling nix v0.28.0
25112026-05-23T04:18:07.477Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25122026-05-23T04:18:07.625Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25132026-05-23T04:18:07.662Z Checking steno v0.4.1
25142026-05-23T04:18:07.699Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25152026-05-23T04:18:07.702Z Checking nibble_vec v0.1.0
25162026-05-23T04:18:07.898Z Checking endian-type v0.1.2
25172026-05-23T04:18:08.068Z Checking home v0.5.12
25182026-05-23T04:18:08.213Z Checking radix_trie v0.2.1
25192026-05-23T04:18:08.604Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25202026-05-23T04:18:08.673Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25212026-05-23T04:18:08.676Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25222026-05-23T04:18:08.965Z Compiling recursive-proc-macro-impl v0.1.1
25232026-05-23T04:18:09.407Z Checking recursive v0.1.1
25242026-05-23T04:18:09.493Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25252026-05-23T04:18:09.536Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25262026-05-23T04:18:09.575Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-05-23T04:18:09.817Z Compiling peg-macros v0.8.5
25282026-05-23T04:18:09.954Z Checking winnow v0.6.26
25292026-05-23T04:18:09.993Z Checking nom v8.0.0
25302026-05-23T04:18:10.111Z Compiling sqlparser_derive v0.5.0
25312026-05-23T04:18:10.187Z Checking unicode_categories v0.1.1
25322026-05-23T04:18:10.422Z Checking rustyline v14.0.0
25332026-05-23T04:18:10.526Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25342026-05-23T04:18:10.799Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25352026-05-23T04:18:10.838Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25362026-05-23T04:18:10.926Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25372026-05-23T04:18:10.970Z Checking sqlparser v0.61.0
25382026-05-23T04:18:11.149Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
25392026-05-23T04:18:11.152Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25402026-05-23T04:18:11.220Z Checking sqlformat v0.3.5
25412026-05-23T04:18:11.314Z Checking peg v0.8.5
25422026-05-23T04:18:11.390Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25432026-05-23T04:18:11.427Z Checking filetime v0.2.27
25442026-05-23T04:18:11.430Z Checking xattr v1.6.1
25452026-05-23T04:18:11.598Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25462026-05-23T04:18:11.634Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
25472026-05-23T04:18:11.677Z Checking tar v0.4.45
25482026-05-23T04:18:12.093Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25492026-05-23T04:18:12.130Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25502026-05-23T04:18:12.242Z Checking subprocess v0.2.15
25512026-05-23T04:18:12.307Z Checking base64 v0.21.7
25522026-05-23T04:18:12.378Z Checking headers-core v0.3.0
25532026-05-23T04:18:12.429Z Checking yasna v0.5.2
25542026-05-23T04:18:12.524Z Checking headers v0.4.1
25552026-05-23T04:18:12.559Z Checking dropshot-api-manager-types v0.7.2
25562026-05-23T04:18:12.593Z Checking utf-8 v0.7.6
25572026-05-23T04:18:12.760Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25582026-05-23T04:18:12.795Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25592026-05-23T04:18:12.857Z Checking rcgen v0.12.1
25602026-05-23T04:18:12.959Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-05-23T04:18:13.014Z Compiling libefi-sys v0.1.0
25622026-05-23T04:18:13.213Z Checking tungstenite v0.21.0
25632026-05-23T04:18:13.296Z Compiling bitfield-struct v0.6.2
25642026-05-23T04:18:13.429Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25652026-05-23T04:18:13.465Z Compiling radium v0.7.0
25662026-05-23T04:18:13.537Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25672026-05-23T04:18:13.573Z Compiling maybe-uninit v2.0.0
25682026-05-23T04:18:13.656Z Checking tokio-tungstenite v0.21.0
25692026-05-23T04:18:13.723Z Checking tap v1.0.1
25702026-05-23T04:18:13.807Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25712026-05-23T04:18:13.865Z Checking wyz v0.5.1
25722026-05-23T04:18:13.959Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25732026-05-23T04:18:13.996Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25742026-05-23T04:18:14.099Z Compiling zerocopy-derive v0.6.6
25752026-05-23T04:18:14.144Z Compiling packed_struct v0.10.1
25762026-05-23T04:18:14.198Z Checking crc-catalog v2.4.0
25772026-05-23T04:18:14.232Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25782026-05-23T04:18:14.325Z Checking funty v2.0.0
25792026-05-23T04:18:14.475Z Checking crc v3.4.0
25802026-05-23T04:18:14.509Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25812026-05-23T04:18:14.677Z Checking bitvec v1.0.1
25822026-05-23T04:18:14.816Z Compiling packed_struct_codegen v0.10.1
25832026-05-23T04:18:14.962Z Checking zerocopy v0.6.6
25842026-05-23T04:18:15.333Z Compiling bitfield-macros v0.19.4
25852026-05-23T04:18:15.502Z Compiling indexmap v1.9.3
25862026-05-23T04:18:15.738Z Checking nodrop v0.1.14
25872026-05-23T04:18:15.772Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-05-23T04:18:15.832Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
25892026-05-23T04:18:15.869Z Checking array-init v0.0.4
25902026-05-23T04:18:16.001Z Checking smallvec v0.6.14
25912026-05-23T04:18:16.087Z Checking hashbrown v0.12.3
25922026-05-23T04:18:16.090Z Checking bitfield v0.19.4
25932026-05-23T04:18:16.191Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25942026-05-23T04:18:16.226Z Checking serde-hex v0.1.0
25952026-05-23T04:18:16.384Z Checking ron v0.8.1
25962026-05-23T04:18:16.423Z Checking hashbrown v0.13.2
25972026-05-23T04:18:16.872Z Checking crc-any v2.5.0
25982026-05-23T04:18:16.875Z Checking object v0.30.4
25992026-05-23T04:18:16.942Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26002026-05-23T04:18:17.086Z Compiling xshell-macros v0.2.7
26012026-05-23T04:18:17.122Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26022026-05-23T04:18:17.157Z Checking path-slash v0.1.5
26032026-05-23T04:18:17.297Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26042026-05-23T04:18:17.495Z Checking xshell v0.2.7
26052026-05-23T04:18:17.724Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26062026-05-23T04:18:17.919Z Checking half v1.8.3
26072026-05-23T04:18:18.136Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26082026-05-23T04:18:18.171Z Checking serde_cbor v0.11.2
26092026-05-23T04:18:18.174Z Compiling proc-macro-error-attr2 v2.0.0
26102026-05-23T04:18:18.582Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26112026-05-23T04:18:18.622Z Compiling proc-macro-error2 v2.0.1
26122026-05-23T04:18:18.837Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26132026-05-23T04:18:18.904Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26142026-05-23T04:18:18.969Z Compiling tabled_derive v0.11.0
26152026-05-23T04:18:19.007Z Checking papergrid v0.17.0
26162026-05-23T04:18:19.059Z Checking testing_table v0.3.0
26172026-05-23T04:18:19.142Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26182026-05-23T04:18:19.187Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26192026-05-23T04:18:19.681Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26202026-05-23T04:18:19.794Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
26212026-05-23T04:18:19.832Z Checking maplit v1.0.2
26222026-05-23T04:18:19.993Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26232026-05-23T04:18:20.027Z Compiling git-stub v1.0.0
26242026-05-23T04:18:20.160Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-05-23T04:18:20.195Z Checking tabled v0.20.0
26262026-05-23T04:18:20.232Z Checking crc8 v0.1.1
26272026-05-23T04:18:20.348Z Compiling git-stub-vcs v0.1.0
26282026-05-23T04:18:20.384Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26292026-05-23T04:18:20.746Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26302026-05-23T04:18:20.917Z Checking fxhash v0.2.1
26312026-05-23T04:18:21.003Z Checking unicase v2.9.0
26322026-05-23T04:18:21.073Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26332026-05-23T04:18:21.163Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26342026-05-23T04:18:21.198Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26352026-05-23T04:18:21.508Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26362026-05-23T04:18:21.544Z Compiling vergen-lib v0.1.6
26372026-05-23T04:18:21.547Z Compiling diesel_derives v2.3.7
26382026-05-23T04:18:21.613Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26392026-05-23T04:18:21.841Z Checking scheduled-thread-pool v0.2.7
26402026-05-23T04:18:21.886Z Compiling dsl_auto_type v0.2.0
26412026-05-23T04:18:21.923Z Compiling vergen-gitcl v1.0.8
26422026-05-23T04:18:22.023Z Compiling diesel_table_macro_syntax v0.3.0
26432026-05-23T04:18:22.060Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26442026-05-23T04:18:22.188Z Checking r2d2 v0.8.10
26452026-05-23T04:18:22.267Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-05-23T04:18:22.270Z Checking kstat-rs v0.2.4
26472026-05-23T04:18:22.401Z Checking downcast-rs v2.0.2
26482026-05-23T04:18:22.631Z Checking arc-swap v1.8.2
26492026-05-23T04:18:22.634Z Compiling parking_lot_core v0.8.6
26502026-05-23T04:18:22.849Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26512026-05-23T04:18:22.887Z Checking slog-scope v4.4.1
26522026-05-23T04:18:22.943Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26532026-05-23T04:18:23.029Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26542026-05-23T04:18:23.063Z Checking slog-stdlog v4.1.1
26552026-05-23T04:18:23.218Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26562026-05-23T04:18:23.301Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26572026-05-23T04:18:23.398Z Compiling dirs-sys-next v0.1.2
26582026-05-23T04:18:23.498Z Compiling crunchy v0.2.4
26592026-05-23T04:18:23.546Z Checking parking_lot v0.11.2
26602026-05-23T04:18:23.649Z Compiling dirs-next v2.0.0
26612026-05-23T04:18:23.709Z Checking slog-envlogger v2.2.0
26622026-05-23T04:18:23.775Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-05-23T04:18:23.812Z Compiling clang-sys v1.8.1
26642026-05-23T04:18:23.889Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26652026-05-23T04:18:23.924Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26662026-05-23T04:18:24.081Z Checking prefix-trie v0.7.0
26672026-05-23T04:18:24.227Z Compiling tiny-keccak v2.0.2
26682026-05-23T04:18:24.445Z Checking hickory-server v0.25.2
26692026-05-23T04:18:24.482Z Checking sled v0.34.7
26702026-05-23T04:18:24.624Z Compiling term v0.7.0
26712026-05-23T04:18:24.627Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-05-23T04:18:24.693Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
26732026-05-23T04:18:24.728Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-05-23T04:18:25.033Z Checking nanorand v0.7.0
26752026-05-23T04:18:25.250Z Compiling salty v0.3.0
26762026-05-23T04:18:25.286Z Compiling bit-vec v0.6.3
26772026-05-23T04:18:25.564Z Compiling bit-set v0.5.3
26782026-05-23T04:18:25.599Z Checking flume v0.11.1
26792026-05-23T04:18:25.635Z Compiling ascii-canvas v3.0.0
26802026-05-23T04:18:25.760Z Checking primeorder v0.13.6
26812026-05-23T04:18:25.807Z Compiling itertools v0.10.5
26822026-05-23T04:18:25.876Z Compiling ena v0.14.4
26832026-05-23T04:18:25.912Z Compiling libloading v0.8.9
26842026-05-23T04:18:26.042Z Compiling regex-syntax v0.6.29
26852026-05-23T04:18:26.078Z Compiling diff v0.1.13
26862026-05-23T04:18:26.127Z Compiling bindgen v0.71.1
26872026-05-23T04:18:26.632Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26882026-05-23T04:18:26.907Z Compiling cexpr v0.6.0
26892026-05-23T04:18:26.961Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26902026-05-23T04:18:27.058Z Compiling rustc-hash v2.1.1
26912026-05-23T04:18:27.095Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26922026-05-23T04:18:27.227Z Compiling libxml v0.3.3
26932026-05-23T04:18:27.324Z Compiling fs-err v2.11.0
26942026-05-23T04:18:27.477Z Compiling lalrpop v0.19.12
26952026-05-23T04:18:27.518Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
26962026-05-23T04:18:27.712Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26972026-05-23T04:18:27.757Z Checking p384 v0.13.1
26982026-05-23T04:18:27.887Z Checking diesel v2.3.7
26992026-05-23T04:18:28.129Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27002026-05-23T04:18:28.211Z Compiling strum_macros v0.24.3
27012026-05-23T04:18:28.502Z Compiling indoc v1.0.9
27022026-05-23T04:18:29.276Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
27032026-05-23T04:18:29.572Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27042026-05-23T04:18:29.796Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27052026-05-23T04:18:29.865Z Compiling typify-impl v0.4.3
27062026-05-23T04:18:29.954Z Checking quick-xml v0.37.5
27072026-05-23T04:18:29.992Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27082026-05-23T04:18:30.028Z Checking derive_builder v0.20.2
27092026-05-23T04:18:30.137Z Compiling oso-derive v0.27.3
27102026-05-23T04:18:30.185Z Compiling impl-trait-for-tuples v0.2.3
27112026-05-23T04:18:30.680Z Compiling trait-variant v0.1.2
27122026-05-23T04:18:30.790Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
27132026-05-23T04:18:30.903Z Checking parse-size v1.1.0
27142026-05-23T04:18:31.061Z Checking assert_matches v1.5.0
27152026-05-23T04:18:31.171Z Checking openssl-probe v0.1.6
27162026-05-23T04:18:31.260Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27172026-05-23T04:18:31.317Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27182026-05-23T04:18:31.772Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27192026-05-23T04:18:32.120Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27202026-05-23T04:18:32.179Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27212026-05-23T04:18:32.400Z Checking predicates-tree v1.0.13
27222026-05-23T04:18:32.551Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27232026-05-23T04:18:33.077Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27242026-05-23T04:18:33.080Z Compiling mime_guess v2.0.5
27252026-05-23T04:18:33.178Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27262026-05-23T04:18:33.499Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27272026-05-23T04:18:33.686Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27282026-05-23T04:18:33.917Z Checking bb8 v0.8.6
27292026-05-23T04:18:34.230Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-05-23T04:18:34.363Z Compiling typify-macro v0.4.3
27312026-05-23T04:18:34.466Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27322026-05-23T04:18:34.715Z Checking corncobs v0.1.4
27332026-05-23T04:18:34.757Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27342026-05-23T04:18:34.880Z Checking http-range v0.1.5
27352026-05-23T04:18:35.008Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27362026-05-23T04:18:35.215Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27372026-05-23T04:18:35.338Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27382026-05-23T04:18:35.571Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27392026-05-23T04:18:35.607Z Checking ignore v0.4.25
27402026-05-23T04:18:36.058Z Checking secrecy v0.8.0
27412026-05-23T04:18:36.136Z Compiling typify v0.4.3
27422026-05-23T04:18:36.243Z Checking atty v0.2.14
27432026-05-23T04:18:36.283Z Compiling progenitor-impl v0.11.2
27442026-05-23T04:18:36.983Z Checking globwalk v0.9.1
27452026-05-23T04:18:37.291Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27462026-05-23T04:18:37.619Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
27472026-05-23T04:18:37.836Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
27482026-05-23T04:18:38.231Z Checking progenitor-client v0.11.2
27492026-05-23T04:18:38.513Z Checking nonempty v0.12.0
27502026-05-23T04:18:38.720Z Compiling illumos-nvpair-sys v0.2.0
27512026-05-23T04:18:38.860Z Checking hyper-staticfile v0.10.1
27522026-05-23T04:18:38.920Z Compiling progenitor-macro v0.11.2
27532026-05-23T04:18:39.004Z Checking camino-tempfile-ext v0.3.3
27542026-05-23T04:18:39.192Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27552026-05-23T04:18:39.244Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27562026-05-23T04:18:39.518Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27572026-05-23T04:18:39.755Z Checking signal-hook-tokio v0.3.1
27582026-05-23T04:18:39.926Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27592026-05-23T04:18:40.247Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27602026-05-23T04:18:40.328Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27612026-05-23T04:18:40.834Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27622026-05-23T04:18:41.124Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27632026-05-23T04:18:41.244Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27642026-05-23T04:18:41.470Z Checking illumos-nvpair v0.3.0
27652026-05-23T04:18:41.564Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27662026-05-23T04:18:41.668Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27672026-05-23T04:18:41.703Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27682026-05-23T04:18:41.937Z Checking async-bb8-diesel v0.2.1
27692026-05-23T04:18:41.996Z Checking diesel-dtrace v0.5.0
27702026-05-23T04:18:42.092Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27712026-05-23T04:18:42.339Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27722026-05-23T04:18:42.378Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
27732026-05-23T04:18:42.468Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27742026-05-23T04:18:42.546Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27752026-05-23T04:18:42.834Z Checking tungstenite v0.23.0
27762026-05-23T04:18:42.897Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27772026-05-23T04:18:43.296Z Checking tokio-tungstenite v0.23.1
27782026-05-23T04:18:43.606Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27792026-05-23T04:18:43.828Z Checking progenitor v0.11.2
27802026-05-23T04:18:43.987Z Checking rand_seeder v0.4.0
27812026-05-23T04:18:44.023Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27822026-05-23T04:18:44.103Z Checking void v1.0.2
27832026-05-23T04:18:44.173Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27842026-05-23T04:18:44.251Z Checking lzss v0.8.2
27852026-05-23T04:18:44.400Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27862026-05-23T04:18:44.473Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27872026-05-23T04:18:44.589Z Checking nix v0.27.1
27882026-05-23T04:18:44.624Z Checking serde_bytes v0.11.19
27892026-05-23T04:18:44.752Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-05-23T04:18:44.844Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27912026-05-23T04:18:44.961Z Checking is_ci v1.2.0
27922026-05-23T04:18:45.103Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27932026-05-23T04:18:45.169Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
27942026-05-23T04:18:45.437Z Checking yansi v1.0.1
27952026-05-23T04:18:45.745Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27962026-05-23T04:18:45.850Z Checking pretty_assertions v1.4.1
27972026-05-23T04:18:46.021Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27982026-05-23T04:18:46.059Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27992026-05-23T04:18:47.098Z Compiling darling_core v0.23.0
28002026-05-23T04:18:47.101Z Compiling indoc v2.0.7
28012026-05-23T04:18:47.101Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28022026-05-23T04:18:47.101Z Compiling instability v0.3.11
28032026-05-23T04:18:47.101Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28042026-05-23T04:18:47.101Z Compiling libz-sys v1.1.24
28052026-05-23T04:18:47.466Z Checking castaway v0.2.4
28062026-05-23T04:18:47.614Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28072026-05-23T04:18:47.699Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28082026-05-23T04:18:47.932Z Checking compact_str v0.8.1
28092026-05-23T04:18:48.620Z Checking supports-color v3.0.2
28102026-05-23T04:18:48.673Z Compiling darling_macro v0.23.0
28112026-05-23T04:18:48.787Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-05-23T04:18:49.024Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-05-23T04:18:49.207Z Compiling darling v0.23.0
28142026-05-23T04:18:49.243Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28152026-05-23T04:18:49.278Z Checking unicode-truncate v1.1.0
28162026-05-23T04:18:49.461Z Checking console v0.16.2
28172026-05-23T04:18:49.496Z Checking lru v0.12.5
28182026-05-23T04:18:49.690Z Checking unit-prefix v0.5.2
28192026-05-23T04:18:49.807Z Checking cassowary v0.3.0
28202026-05-23T04:18:49.862Z Checking indicatif v0.18.4
28212026-05-23T04:18:50.047Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28222026-05-23T04:18:50.085Z Checking ratatui v0.29.0
28232026-05-23T04:18:50.322Z Compiling libgit2-sys v0.18.3+1.9.2
28242026-05-23T04:18:51.130Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28252026-05-23T04:18:51.166Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28262026-05-23T04:18:51.385Z Compiling vergen-git2 v9.1.0
28272026-05-23T04:18:51.476Z Checking plotters-backend v0.3.7
28282026-05-23T04:18:51.663Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28292026-05-23T04:18:51.721Z Checking plotters-svg v0.3.7
28302026-05-23T04:18:51.896Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-05-23T04:18:51.899Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28322026-05-23T04:18:52.135Z Compiling rustls v0.21.12
28332026-05-23T04:18:52.362Z Checking cast v0.3.0
28342026-05-23T04:18:52.560Z Checking criterion-plot v0.6.0
28352026-05-23T04:18:52.765Z Checking plotters v0.3.7
28362026-05-23T04:18:52.802Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
28372026-05-23T04:18:52.852Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28382026-05-23T04:18:53.084Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28392026-05-23T04:18:53.316Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28402026-05-23T04:18:53.541Z Checking colored v2.2.0
28412026-05-23T04:18:53.580Z Checking sct v0.7.1
28422026-05-23T04:18:53.753Z Checking rustls-webpki v0.101.7
28432026-05-23T04:18:53.789Z Checking tinytemplate v1.2.1
28442026-05-23T04:18:53.792Z Checking oorandom v11.1.5
28452026-05-23T04:18:53.975Z Checking shell-words v1.1.1
28462026-05-23T04:18:54.037Z Checking anes v0.1.6
28472026-05-23T04:18:54.164Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
28482026-05-23T04:18:54.252Z Checking criterion v0.7.0
28492026-05-23T04:18:55.442Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28502026-05-23T04:18:55.480Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28512026-05-23T04:18:55.516Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28522026-05-23T04:18:57.441Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28532026-05-23T04:18:57.550Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28542026-05-23T04:18:57.662Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28552026-05-23T04:18:58.502Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28562026-05-23T04:18:58.945Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28572026-05-23T04:19:00.648Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28582026-05-23T04:19:00.913Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28592026-05-23T04:19:00.916Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28602026-05-23T04:19:01.750Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28612026-05-23T04:19:02.325Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28622026-05-23T04:19:03.001Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28632026-05-23T04:19:03.105Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28642026-05-23T04:19:03.430Z Checking typeid v1.0.3
28652026-05-23T04:19:03.577Z Checking hex-literal v0.4.1
28662026-05-23T04:19:03.720Z Checking erased-serde v0.4.9
28672026-05-23T04:19:04.031Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
28682026-05-23T04:19:04.122Z Checking tokio-rustls v0.24.1
28692026-05-23T04:19:04.218Z Checking rustls-pemfile v1.0.4
28702026-05-23T04:19:04.360Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28712026-05-23T04:19:04.400Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
28722026-05-23T04:19:04.484Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28732026-05-23T04:19:04.609Z Checking twox-hash v2.1.2
28742026-05-23T04:19:04.841Z Checking ordered-float v2.10.1
28752026-05-23T04:19:04.974Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
28762026-05-23T04:19:05.152Z Checking serde-value v0.7.0
28772026-05-23T04:19:05.456Z Checking serde-untagged v0.1.9
28782026-05-23T04:19:05.699Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28792026-05-23T04:19:06.298Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-05-23T04:19:06.334Z Checking fatfs v0.3.6
28812026-05-23T04:19:06.494Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-05-23T04:19:06.535Z Compiling seq-macro v0.3.6
28832026-05-23T04:19:06.822Z Checking unicode-xid v0.2.6
28842026-05-23T04:19:06.976Z Checking cargo-util-schemas v0.8.2
28852026-05-23T04:19:07.073Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28862026-05-23T04:19:07.846Z Checking cargo-platform v0.2.0
28872026-05-23T04:19:07.885Z Compiling petname v2.0.2
28882026-05-23T04:19:08.074Z Checking cargo_metadata v0.21.0
28892026-05-23T04:19:08.571Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28902026-05-23T04:19:08.758Z Compiling samael v0.0.19
28912026-05-23T04:19:08.860Z Checking concurrent-queue v2.5.0
28922026-05-23T04:19:09.087Z Checking rtoolbox v0.0.3
28932026-05-23T04:19:09.260Z Checking parking v2.2.1
28942026-05-23T04:19:09.423Z Checking event-listener v5.4.1
28952026-05-23T04:19:09.686Z Checking rpassword v7.4.0
28962026-05-23T04:19:10.272Z Checking tui-tree-widget v0.23.1
28972026-05-23T04:19:10.504Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28982026-05-23T04:19:10.713Z Checking polyval v0.6.2
28992026-05-23T04:19:10.923Z Checking sapling-renderdag v0.1.0
29002026-05-23T04:19:11.208Z Checking sync-ptr v0.1.4
29012026-05-23T04:19:11.278Z Checking ghash v0.5.1
29022026-05-23T04:19:11.389Z Checking event-listener-strategy v0.5.4
29032026-05-23T04:19:11.437Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29042026-05-23T04:19:11.565Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29052026-05-23T04:19:11.802Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29062026-05-23T04:19:12.225Z Checking ctr v0.9.2
29072026-05-23T04:19:12.435Z Checking arrayref v0.3.9
29082026-05-23T04:19:12.548Z Checking arrayvec v0.7.6
29092026-05-23T04:19:12.778Z Checking futures-timer v3.0.3
29102026-05-23T04:19:12.998Z Checking constant_time_eq v0.4.2
29112026-05-23T04:19:13.034Z Checking aes-gcm v0.10.3
29122026-05-23T04:19:13.225Z Checking async-lock v3.4.2
29132026-05-23T04:19:13.261Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29142026-05-23T04:19:13.650Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29152026-05-23T04:19:13.959Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29162026-05-23T04:19:14.381Z Checking ssh-encoding v0.2.0
29172026-05-23T04:19:14.619Z Checking blowfish v0.9.1
29182026-05-23T04:19:14.655Z Checking ssh-cipher v0.2.0
29192026-05-23T04:19:14.816Z Checking bcrypt-pbkdf v0.10.0
29202026-05-23T04:19:14.875Z Checking async-object-pool v0.2.0
29212026-05-23T04:19:15.026Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29222026-05-23T04:19:15.029Z Checking serde_regex v1.1.0
29232026-05-23T04:19:15.281Z Checking password-hash v0.4.2
29242026-05-23T04:19:15.434Z Checking assert-json-diff v2.0.2
29252026-05-23T04:19:15.546Z Checking path-tree v0.8.3
29262026-05-23T04:19:15.648Z Checking gimli v0.32.3
29272026-05-23T04:19:15.778Z Checking stringmetrics v2.2.2
29282026-05-23T04:19:15.972Z Compiling target-lexicon v0.13.3
29292026-05-23T04:19:16.386Z Checking httpmock v0.8.3
29302026-05-23T04:19:16.569Z Checking pbkdf2 v0.11.0
29312026-05-23T04:19:16.785Z Checking ssh-key v0.6.7
29322026-05-23T04:19:17.227Z Checking addr2line v0.25.1
29332026-05-23T04:19:17.536Z Checking p521 v0.13.3
29342026-05-23T04:19:18.216Z Checking p256 v0.13.2
29352026-05-23T04:19:18.419Z Compiling git2 v0.20.4
29362026-05-23T04:19:18.514Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29372026-05-23T04:19:18.612Z Checking russh-cryptovec v0.7.3
29382026-05-23T04:19:18.791Z Compiling guppy-workspace-hack v0.1.0
29392026-05-23T04:19:18.827Z Checking md5 v0.7.0
29402026-05-23T04:19:19.023Z Checking rustc-demangle v0.1.27
29412026-05-23T04:19:19.058Z Checking russh-keys v0.45.0
29422026-05-23T04:19:19.296Z Checking backtrace v0.3.76
29432026-05-23T04:19:19.649Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29442026-05-23T04:19:19.684Z Checking num-bigint v0.4.6
29452026-05-23T04:19:19.744Z Checking des v0.8.1
29462026-05-23T04:19:19.915Z Compiling blake3 v1.8.3
29472026-05-23T04:19:19.950Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29482026-05-23T04:19:20.045Z Compiling target-spec v3.5.7
29492026-05-23T04:19:20.421Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29502026-05-23T04:19:20.605Z Checking cfg-expr v0.20.6
29512026-05-23T04:19:20.840Z Checking russh v0.45.0
29522026-05-23T04:19:21.116Z Checking backtrace-ext v0.2.1
29532026-05-23T04:19:21.192Z Checking supports-color v2.1.0
29542026-05-23T04:19:21.267Z Checking textwrap v0.15.2
29552026-05-23T04:19:21.321Z Checking supports-hyperlinks v2.1.0
29562026-05-23T04:19:21.364Z Checking supports-unicode v2.1.0
29572026-05-23T04:19:21.475Z Checking hashbrown v0.14.5
29582026-05-23T04:19:21.515Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29592026-05-23T04:19:21.549Z Checking cargo-platform v0.3.2
29602026-05-23T04:19:21.753Z Checking socket2 v0.5.10
29612026-05-23T04:19:21.788Z Checking terminal_size v0.1.17
29622026-05-23T04:19:21.830Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
29632026-05-23T04:19:21.932Z Compiling miette-derive v5.10.0
29642026-05-23T04:19:21.997Z Checking owo-colors v3.5.0
29652026-05-23T04:19:22.042Z Checking internet-checksum v0.2.1
29662026-05-23T04:19:22.202Z Checking chumsky v0.9.3
29672026-05-23T04:19:22.567Z Checking cargo_metadata v0.23.1
29682026-05-23T04:19:23.117Z Checking miette v5.10.0
29692026-05-23T04:19:23.361Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29702026-05-23T04:19:23.397Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29712026-05-23T04:19:23.553Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29722026-05-23T04:19:23.628Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29732026-05-23T04:19:23.857Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29742026-05-23T04:19:23.897Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29752026-05-23T04:19:24.141Z Compiling knuffel-derive v3.2.0
29762026-05-23T04:19:24.215Z Checking httptest v0.16.4
29772026-05-23T04:19:24.369Z Checking pathdiff v0.2.3
29782026-05-23T04:19:24.509Z Compiling polar-core v0.27.3
29792026-05-23T04:19:24.550Z Checking topological-sort v0.2.2
29802026-05-23T04:19:24.648Z Checking nested v0.1.1
29812026-05-23T04:19:24.743Z Checking omicron-zone-package v0.12.2
29822026-05-23T04:19:24.787Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29832026-05-23T04:19:24.828Z Checking guppy v0.17.25
29842026-05-23T04:19:25.089Z Checking similar-asserts v1.7.0
29852026-05-23T04:19:25.370Z Compiling target-triple v1.0.0
29862026-05-23T04:19:25.703Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29872026-05-23T04:19:25.819Z Checking knuffel v3.2.0
29882026-05-23T04:19:25.865Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29892026-05-23T04:19:25.900Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29902026-05-23T04:19:25.904Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29912026-05-23T04:19:26.504Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29922026-05-23T04:19:26.543Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29932026-05-23T04:19:26.546Z Checking hickory-client v0.25.2
29942026-05-23T04:19:26.912Z Checking tokio-test v0.4.5
29952026-05-23T04:19:27.171Z Compiling assert_cmd v2.1.2
29962026-05-23T04:19:27.209Z Checking escape8259 v0.5.3
29972026-05-23T04:19:27.388Z Checking libtest-mimic v0.8.1
29982026-05-23T04:19:27.708Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29992026-05-23T04:19:27.793Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30002026-05-23T04:19:27.831Z Checking blake2b_simd v1.0.4
30012026-05-23T04:19:27.896Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30022026-05-23T04:19:28.318Z Checking support-bundle-viewer v0.1.2
30032026-05-23T04:19:28.477Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30042026-05-23T04:19:28.604Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30052026-05-23T04:19:28.644Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30062026-05-23T04:19:28.846Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30072026-05-23T04:19:28.919Z Checking fancy-regex v0.14.0
30082026-05-23T04:19:29.095Z Checking serde_tokenstream v0.2.3
30092026-05-23T04:19:29.261Z Checking multimap v0.10.1
30102026-05-23T04:19:29.321Z Checking approx v0.5.1
30112026-05-23T04:19:29.360Z Checking uzers v0.12.2
30122026-05-23T04:19:29.478Z Compiling rstest_macros v0.25.0
30132026-05-23T04:19:29.514Z Checking termcolor v1.4.1
30142026-05-23T04:19:29.616Z Compiling linkme-impl v0.3.35
30152026-05-23T04:19:29.774Z Checking constant_time_eq v0.3.1
30162026-05-23T04:19:29.872Z Checking trybuild v1.0.116
30172026-05-23T04:19:29.919Z Checking oso v0.27.3
30182026-05-23T04:19:29.954Z Checking datatest-stable v0.3.3
30192026-05-23T04:19:29.957Z Checking rust-argon2 v2.1.0
30202026-05-23T04:19:30.273Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30212026-05-23T04:19:30.398Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30222026-05-23T04:19:30.509Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30232026-05-23T04:19:30.646Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30242026-05-23T04:19:30.681Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30252026-05-23T04:19:30.857Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30262026-05-23T04:19:30.893Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30272026-05-23T04:19:30.928Z Checking drift v0.2.0
30282026-05-23T04:19:31.100Z Checking rand_distr v0.5.1
30292026-05-23T04:19:31.138Z Compiling linkme v0.3.35
30302026-05-23T04:19:31.216Z Compiling relative-path v1.9.3
30312026-05-23T04:19:31.333Z Checking dropshot-api-manager v0.7.2
30322026-05-23T04:19:31.734Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30332026-05-23T04:19:32.538Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30342026-05-23T04:19:32.574Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30352026-05-23T04:19:32.651Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30362026-05-23T04:19:32.907Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30372026-05-23T04:19:33.204Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30382026-05-23T04:19:33.241Z Checking cargo_toml v0.21.0
30392026-05-23T04:19:33.354Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30402026-05-23T04:19:33.458Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30412026-05-23T04:19:33.905Z Checking partial-io v0.5.4
30422026-05-23T04:19:33.943Z Checking termios v0.3.3
30432026-05-23T04:19:33.946Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30442026-05-23T04:19:34.107Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30452026-05-23T04:19:34.143Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30462026-05-23T04:19:35.107Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30472026-05-23T04:19:35.216Z Checking rstest v0.25.0
30482026-05-23T04:19:38.104Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30492026-05-23T04:19:41.446Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30502026-05-23T04:19:43.423Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30512026-05-23T04:19:46.477Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30522026-05-23T04:19:51.311Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30532026-05-23T04:19:53.831Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30542026-05-23T04:19:56.572Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30552026-05-23T04:19:57.173Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30562026-05-23T04:19:58.485Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30572026-05-23T04:20:08.264Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30582026-05-23T04:20:12.189Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30592026-05-23T04:21:24.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 11s
30602026-05-23T04:21:25.449Z
30612026-05-23T04:21:25.453Zreal 4:15.099574549
30622026-05-23T04:21:25.453Zuser 21:45.715858041
30632026-05-23T04:21:25.453Zsys 5:18.131301356
30642026-05-23T04:21:25.453Ztrap 0.509977257
30652026-05-23T04:21:25.453Ztflt 0.536291832
30662026-05-23T04:21:25.453Zdflt 0.449131062
30672026-05-23T04:21:25.453Zkflt 0.005402231
30682026-05-23T04:21:25.453Zlock 59:49.512214789
30692026-05-23T04:21:25.453Zslp 59:21.051213313
30702026-05-23T04:21:25.453Zlat 1:54.945580182
30712026-05-23T04:21:25.453Zstop 11:58.611558609
30722026-05-23T04:21:25.453Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30732026-05-23T04:21:25.453Z+ ptime -m cargo doc --workspace --no-deps
30742026-05-23T04:21:26.386Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30752026-05-23T04:21:26.386Z |
30762026-05-23T04:21:26.386Z = 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)`
30772026-05-23T04:21:26.386Z = 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>
30782026-05-23T04:21:27.464Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30792026-05-23T04:21:27.716Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30802026-05-23T04:21:27.764Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30812026-05-23T04:21:27.832Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30822026-05-23T04:21:27.903Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30832026-05-23T04:21:28.002Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30842026-05-23T04:21:28.034Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30852026-05-23T04:21:28.034Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-05-23T04:21:28.087Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30872026-05-23T04:21:28.120Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30882026-05-23T04:21:28.283Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30892026-05-23T04:21:28.347Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30902026-05-23T04:21:28.372Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30912026-05-23T04:21:28.398Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30922026-05-23T04:21:28.441Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30932026-05-23T04:21:28.464Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30942026-05-23T04:21:28.512Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30952026-05-23T04:21:28.515Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30962026-05-23T04:21:28.515Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30972026-05-23T04:21:28.585Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30982026-05-23T04:21:28.742Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
30992026-05-23T04:21:28.940Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31002026-05-23T04:21:29.022Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31012026-05-23T04:21:29.065Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31022026-05-23T04:21:29.216Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31032026-05-23T04:21:29.252Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31042026-05-23T04:21:29.255Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31052026-05-23T04:21:29.443Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31062026-05-23T04:21:29.500Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31072026-05-23T04:21:29.754Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31082026-05-23T04:21:29.888Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31092026-05-23T04:21:29.986Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31102026-05-23T04:21:30.041Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31112026-05-23T04:21:30.066Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31122026-05-23T04:21:30.262Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31132026-05-23T04:21:30.299Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31142026-05-23T04:21:30.373Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31152026-05-23T04:21:30.397Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31162026-05-23T04:21:30.420Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31172026-05-23T04:21:30.503Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31182026-05-23T04:21:30.647Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31192026-05-23T04:21:30.711Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31202026-05-23T04:21:30.801Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31212026-05-23T04:21:30.828Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31222026-05-23T04:21:30.981Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31232026-05-23T04:21:31.030Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31242026-05-23T04:21:31.062Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31252026-05-23T04:21:31.178Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31262026-05-23T04:21:31.202Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31272026-05-23T04:21:31.303Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31282026-05-23T04:21:31.794Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31292026-05-23T04:21:31.856Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31302026-05-23T04:21:31.966Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31312026-05-23T04:21:32.036Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31322026-05-23T04:21:32.068Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31332026-05-23T04:21:32.172Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31342026-05-23T04:21:32.474Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31352026-05-23T04:21:32.503Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31362026-05-23T04:21:33.450Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31372026-05-23T04:21:33.484Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31382026-05-23T04:21:33.611Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31392026-05-23T04:21:33.837Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31402026-05-23T04:21:33.900Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31412026-05-23T04:21:34.048Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31422026-05-23T04:21:34.287Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31432026-05-23T04:21:34.434Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31442026-05-23T04:21:34.508Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31452026-05-23T04:21:34.821Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31462026-05-23T04:21:35.076Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31472026-05-23T04:21:35.643Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31482026-05-23T04:21:35.961Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31492026-05-23T04:21:36.395Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31502026-05-23T04:21:36.491Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31512026-05-23T04:21:36.657Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31522026-05-23T04:21:36.872Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31532026-05-23T04:21:36.943Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31542026-05-23T04:21:37.110Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31552026-05-23T04:21:37.156Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31562026-05-23T04:21:37.211Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31572026-05-23T04:21:37.333Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31582026-05-23T04:21:37.355Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31592026-05-23T04:21:37.661Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31602026-05-23T04:21:37.702Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31612026-05-23T04:21:38.047Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31622026-05-23T04:21:38.071Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31632026-05-23T04:21:38.559Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31642026-05-23T04:21:38.804Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31652026-05-23T04:21:38.836Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31662026-05-23T04:21:39.200Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31672026-05-23T04:21:39.225Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31682026-05-23T04:21:39.466Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31692026-05-23T04:21:39.517Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31702026-05-23T04:21:39.542Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31712026-05-23T04:21:39.780Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31722026-05-23T04:21:39.807Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31732026-05-23T04:21:40.261Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31742026-05-23T04:21:40.312Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31752026-05-23T04:21:40.825Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
31762026-05-23T04:21:40.864Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31772026-05-23T04:21:40.923Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31782026-05-23T04:21:40.958Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31792026-05-23T04:21:41.046Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31802026-05-23T04:21:41.646Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31812026-05-23T04:21:41.674Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31822026-05-23T04:21:41.700Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
31832026-05-23T04:21:41.818Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31842026-05-23T04:21:42.244Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31852026-05-23T04:21:42.500Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31862026-05-23T04:21:42.716Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31872026-05-23T04:21:42.940Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31882026-05-23T04:21:43.355Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31892026-05-23T04:21:43.529Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31902026-05-23T04:21:43.556Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31912026-05-23T04:21:43.647Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31922026-05-23T04:21:43.827Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31932026-05-23T04:21:43.901Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31942026-05-23T04:21:44.016Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31952026-05-23T04:21:44.109Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31962026-05-23T04:21:44.365Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31972026-05-23T04:21:44.608Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31982026-05-23T04:21:44.640Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31992026-05-23T04:21:44.751Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32002026-05-23T04:21:44.823Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
32012026-05-23T04:21:44.850Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32022026-05-23T04:21:44.933Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32032026-05-23T04:21:44.993Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32042026-05-23T04:21:45.136Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32052026-05-23T04:21:45.300Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32062026-05-23T04:21:45.380Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32072026-05-23T04:21:45.480Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32082026-05-23T04:21:45.484Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32092026-05-23T04:21:45.656Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32102026-05-23T04:21:45.726Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32112026-05-23T04:21:46.050Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32122026-05-23T04:21:46.076Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32132026-05-23T04:21:46.308Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32142026-05-23T04:21:46.422Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32152026-05-23T04:21:46.557Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32162026-05-23T04:21:46.665Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32172026-05-23T04:21:46.690Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32182026-05-23T04:21:46.842Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32192026-05-23T04:21:46.927Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32202026-05-23T04:21:46.933Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32212026-05-23T04:21:47.105Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32222026-05-23T04:21:47.139Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32232026-05-23T04:21:47.163Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32242026-05-23T04:21:47.315Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32252026-05-23T04:21:47.456Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32262026-05-23T04:21:47.480Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32272026-05-23T04:21:47.504Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282026-05-23T04:21:47.559Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32292026-05-23T04:21:47.615Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32302026-05-23T04:21:47.740Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32312026-05-23T04:21:47.767Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32322026-05-23T04:21:47.825Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32332026-05-23T04:21:48.044Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32342026-05-23T04:21:48.167Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32352026-05-23T04:21:48.285Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32362026-05-23T04:21:48.647Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32372026-05-23T04:21:48.693Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32382026-05-23T04:21:48.905Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32392026-05-23T04:21:49.116Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32402026-05-23T04:21:49.352Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32412026-05-23T04:21:49.378Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32422026-05-23T04:21:49.797Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32432026-05-23T04:21:49.921Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32442026-05-23T04:21:50.014Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32452026-05-23T04:21:50.109Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32462026-05-23T04:21:50.136Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32472026-05-23T04:21:50.286Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32482026-05-23T04:21:50.428Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32492026-05-23T04:21:50.512Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32502026-05-23T04:21:50.643Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32512026-05-23T04:21:50.668Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32522026-05-23T04:21:50.726Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32532026-05-23T04:21:50.855Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32542026-05-23T04:21:51.010Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32552026-05-23T04:21:51.056Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32562026-05-23T04:21:51.059Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32572026-05-23T04:21:51.125Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32582026-05-23T04:21:51.551Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32592026-05-23T04:21:51.613Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32602026-05-23T04:21:51.826Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32612026-05-23T04:21:52.373Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32622026-05-23T04:21:52.968Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32632026-05-23T04:21:53.007Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32642026-05-23T04:21:53.147Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32652026-05-23T04:21:53.233Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32662026-05-23T04:21:53.503Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32672026-05-23T04:21:53.800Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32682026-05-23T04:21:54.173Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32692026-05-23T04:21:54.687Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32702026-05-23T04:21:55.268Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32712026-05-23T04:21:57.742Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32722026-05-23T04:21:58.043Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32732026-05-23T04:21:59.114Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32742026-05-23T04:21:59.535Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32752026-05-23T04:21:59.692Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32762026-05-23T04:21:59.854Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32772026-05-23T04:22:00.241Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32782026-05-23T04:22:00.554Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32792026-05-23T04:22:00.579Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32802026-05-23T04:22:00.891Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32812026-05-23T04:22:01.058Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32822026-05-23T04:22:01.279Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32832026-05-23T04:22:01.355Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32842026-05-23T04:22:01.871Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32852026-05-23T04:22:03.480Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32862026-05-23T04:22:04.233Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32872026-05-23T04:22:04.289Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32882026-05-23T04:22:04.313Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32892026-05-23T04:22:04.387Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32902026-05-23T04:22:04.474Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32912026-05-23T04:22:05.030Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-05-23T04:22:05.320Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32932026-05-23T04:22:05.759Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32942026-05-23T04:22:06.186Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32952026-05-23T04:22:06.255Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32962026-05-23T04:22:06.618Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32972026-05-23T04:22:07.211Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32982026-05-23T04:22:07.459Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32992026-05-23T04:22:07.929Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33002026-05-23T04:22:09.695Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33012026-05-23T04:22:10.053Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33022026-05-23T04:22:10.333Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33032026-05-23T04:22:10.592Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33042026-05-23T04:22:10.678Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33052026-05-23T04:22:10.956Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33062026-05-23T04:22:11.501Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33072026-05-23T04:22:11.821Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33082026-05-23T04:22:12.268Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33092026-05-23T04:22:13.563Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33102026-05-23T04:22:13.844Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33112026-05-23T04:22:14.288Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33122026-05-23T04:22:14.396Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33132026-05-23T04:22:14.423Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33142026-05-23T04:22:15.577Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-05-23T04:22:15.833Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33162026-05-23T04:22:16.072Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33172026-05-23T04:22:16.454Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33182026-05-23T04:22:16.931Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33192026-05-23T04:22:17.482Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33202026-05-23T04:22:18.261Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33212026-05-23T04:22:18.558Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33222026-05-23T04:22:19.140Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33232026-05-23T04:22:19.756Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33242026-05-23T04:22:20.604Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33252026-05-23T04:22:21.300Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33262026-05-23T04:22:21.968Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33272026-05-23T04:22:22.308Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33282026-05-23T04:22:22.455Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33292026-05-23T04:22:23.490Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33302026-05-23T04:22:24.158Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33312026-05-23T04:22:24.362Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33322026-05-23T04:22:24.849Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33332026-05-23T04:22:25.257Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33342026-05-23T04:22:25.419Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33352026-05-23T04:22:25.623Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33362026-05-23T04:22:26.046Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33372026-05-23T04:22:26.155Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33382026-05-23T04:22:26.682Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33392026-05-23T04:22:27.605Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33402026-05-23T04:22:27.657Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33412026-05-23T04:22:27.902Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33422026-05-23T04:22:27.928Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33432026-05-23T04:22:27.986Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33442026-05-23T04:22:28.029Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33452026-05-23T04:22:28.544Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33462026-05-23T04:22:28.635Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33472026-05-23T04:22:28.724Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33482026-05-23T04:22:29.352Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33492026-05-23T04:22:30.590Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33502026-05-23T04:22:30.722Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33512026-05-23T04:22:31.066Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33522026-05-23T04:22:34.040Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33532026-05-23T04:22:37.256Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33542026-05-23T04:22:38.149Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33552026-05-23T04:22:39.329Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33562026-05-23T04:22:40.126Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33572026-05-23T04:22:41.390Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33582026-05-23T04:22:43.182Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33592026-05-23T04:22:44.262Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33602026-05-23T04:22:44.712Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33612026-05-23T04:22:47.025Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33622026-05-23T04:22:47.050Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33632026-05-23T04:22:48.046Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33642026-05-23T04:22:52.068Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33652026-05-23T04:22:56.775Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33662026-05-23T04:22:57.831Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33672026-05-23T04:22:59.045Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33682026-05-23T04:22:59.142Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33692026-05-23T04:23:00.501Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33702026-05-23T04:23:01.789Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33712026-05-23T04:23:03.054Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33722026-05-23T04:23:04.335Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33732026-05-23T04:23:05.664Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33742026-05-23T04:23:07.299Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33752026-05-23T04:23:08.281Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33762026-05-23T04:23:09.742Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33772026-05-23T04:23:11.003Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33782026-05-23T04:23:12.433Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33792026-05-23T04:23:13.650Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33802026-05-23T04:23:15.090Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33812026-05-23T04:23:16.477Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33822026-05-23T04:23:18.967Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33832026-05-23T04:23:19.886Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33842026-05-23T04:23:21.620Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33852026-05-23T04:23:23.233Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33862026-05-23T04:23:25.294Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33872026-05-23T04:23:26.940Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33882026-05-23T04:23:28.625Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33892026-05-23T04:23:30.357Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33902026-05-23T04:23:32.204Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33912026-05-23T04:23:36.744Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33922026-05-23T04:23:37.401Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33932026-05-23T04:23:38.716Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33942026-05-23T04:23:41.207Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33952026-05-23T04:23:41.494Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33962026-05-23T04:23:43.635Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33972026-05-23T04:23:45.804Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33982026-05-23T04:23:48.239Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33992026-05-23T04:23:50.309Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34002026-05-23T04:23:52.346Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34012026-05-23T04:23:54.352Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34022026-05-23T04:23:56.776Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34032026-05-23T04:23:58.597Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34042026-05-23T04:24:00.675Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34052026-05-23T04:24:02.787Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34062026-05-23T04:24:04.869Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34072026-05-23T04:24:06.604Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34082026-05-23T04:24:08.686Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34092026-05-23T04:24:11.186Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34102026-05-23T04:24:13.013Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34112026-05-23T04:24:15.084Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34122026-05-23T04:24:17.171Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34132026-05-23T04:24:19.370Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34142026-05-23T04:24:21.509Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34152026-05-23T04:24:23.144Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34162026-05-23T04:24:26.067Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34172026-05-23T04:24:28.458Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34182026-05-23T04:24:30.748Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34192026-05-23T04:24:33.016Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34202026-05-23T04:24:35.293Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34212026-05-23T04:24:37.581Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34222026-05-23T04:24:39.801Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34232026-05-23T04:24:42.577Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34242026-05-23T04:24:44.469Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34252026-05-23T04:24:47.087Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34262026-05-23T04:24:48.996Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34272026-05-23T04:24:51.450Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34282026-05-23T04:24:53.783Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34292026-05-23T04:24:56.296Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34302026-05-23T04:24:58.518Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34312026-05-23T04:25:00.849Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34322026-05-23T04:25:03.427Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34332026-05-23T04:25:05.801Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34342026-05-23T04:25:08.722Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34352026-05-23T04:25:10.900Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34362026-05-23T04:25:13.384Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34372026-05-23T04:25:15.778Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34382026-05-23T04:25:18.446Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34392026-05-23T04:25:20.889Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34402026-05-23T04:25:23.364Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34412026-05-23T04:25:26.237Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34422026-05-23T04:25:28.568Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34432026-05-23T04:25:36.147Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34442026-05-23T04:25:36.407Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34452026-05-23T04:25:39.710Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34462026-05-23T04:25:42.960Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34472026-05-23T04:25:46.437Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34482026-05-23T04:25:49.656Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34492026-05-23T04:25:53.125Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34502026-05-23T04:25:56.333Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34512026-05-23T04:26:01.085Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34522026-05-23T04:26:03.912Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34532026-05-23T04:26:07.550Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34542026-05-23T04:26:11.126Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34552026-05-23T04:26:14.760Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34562026-05-23T04:26:18.401Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34572026-05-23T04:26:22.228Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34582026-05-23T04:26:25.701Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34592026-05-23T04:26:29.345Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34602026-05-23T04:26:33.040Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34612026-05-23T04:26:39.217Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34622026-05-23T04:26:40.258Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34632026-05-23T04:26:43.910Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34642026-05-23T04:26:47.632Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34652026-05-23T04:26:51.231Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34662026-05-23T04:26:54.955Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34672026-05-23T04:26:58.761Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34682026-05-23T04:27:02.278Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34692026-05-23T04:27:31.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 06s
34702026-05-23T04:27:31.762Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
34712026-05-23T04:27:31.879Z
34722026-05-23T04:27:31.882Zreal 6:06.331661097
34732026-05-23T04:27:31.882Zuser 18:37.614402018
34742026-05-23T04:27:31.882Zsys 4:01.354883756
34752026-05-23T04:27:31.882Ztrap 0.286843168
34762026-05-23T04:27:31.882Ztflt 0.064116368
34772026-05-23T04:27:31.882Zdflt 0.051309209
34782026-05-23T04:27:31.882Zkflt 0.000019899
34792026-05-23T04:27:31.882Zlock 5:12:47.183201373
34802026-05-23T04:27:31.882Zslp 1:58:48.167772213
34812026-05-23T04:27:31.882Zlat 38.894353991
34822026-05-23T04:27:31.882Zstop 1:58.868421293
34832026-05-23T04:27:31.882Zprocess exited: duration 758741 ms, exit code 0
 
34842026-05-23T04:27:31.888Zfound 0 output files