01KTQ1VBZSXYVW0ZJB94MS3JPX: clippy (helios)

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

Buildomat Job: 01KTQ1VYD5ED1MNXM240N7ZQFW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T20:41:58.845Zjob assigned to worker 01KTQ1W41F4V6EER8C7JVS379Q [factory aws, i-09a0b35ac1f2947cd] (queued for 58 s)
 
22026-06-09T20:42:04.958Zstarting task 0: "setup"
32026-06-09T20:42:04.964Z++ uname -s
42026-06-09T20:42:04.967Z+ kern=SunOS
52026-06-09T20:42:04.967Z+ build_user=build
62026-06-09T20:42:04.967Z+ build_uid=12345
72026-06-09T20:42:04.967Z+ work_dir=/work
82026-06-09T20:42:04.967Z+ input_dir=/input
92026-06-09T20:42:04.967Z+ [[ 0 == 12345 ]]
102026-06-09T20:42:04.967Z+ case "$kern" in
112026-06-09T20:42:04.967Z+ groupadd -g 12345 build
122026-06-09T20:42:04.967Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T20:42:06.972Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T20:42:07.067Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T20:42:07.070Z+ home_fs=zfs
162026-06-09T20:42:07.070Z+ [[ zfs == autofs ]]
172026-06-09T20:42:07.070Z+ mkdir -p /home/build
182026-06-09T20:42:07.070Z+ chown build:build /home/build /work
192026-06-09T20:42:09.071Z+ chmod 0700 /home/build /work
202026-06-09T20:42:09.074Zprocess exited: duration 4114 ms, exit code 0
 
212026-06-09T20:42:09.080Zstarting task 1: "rust-toolchain"
222026-06-09T20:42:09.083Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-09T20:42:09.083Z * rust toolchain channel = "1.94.0"
242026-06-09T20:42:09.083Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-09T20:42:09.083Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-09T20:42:09.083Z * rust toolchain profile = "default"
272026-06-09T20:42:09.083Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T20:42:09.086Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T20:42:09.086Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-09T20:42:09.202Zinfo: downloading installer
312026-06-09T20:42:10.605Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T20:42:10.605Zwarn: /home/build/.rustup/settings.toml
332026-06-09T20:42:10.605Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T20:42:10.605Zwarn: instead of the one inferred from the default host triple.
352026-06-09T20:42:10.616Zinfo: profile set to default
362026-06-09T20:42:10.616Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T20:42:10.619Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-09T20:42:10.775Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-09T20:42:10.778Zinfo: downloading 6 components
402026-06-09T20:42:25.439Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-09T20:42:25.439Z
422026-06-09T20:42:25.469Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-09T20:42:25.469Z
442026-06-09T20:42:25.469Z
452026-06-09T20:42:25.469ZRust is installed now. Great!
462026-06-09T20:42:25.469Z
472026-06-09T20:42:25.472ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T20:42:25.472Zenvironment variable. This has not been done automatically.
492026-06-09T20:42:25.472Z
502026-06-09T20:42:25.472ZTo configure your current shell, you need to source
512026-06-09T20:42:25.472Zthe corresponding env file under $HOME/.cargo.
522026-06-09T20:42:25.472Z
532026-06-09T20:42:25.472ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T20:42:25.472Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T20:42:25.472Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T20:42:25.472Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T20:42:25.472Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T20:42:25.472Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T20:42:25.472Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T20:42:25.472Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T20:42:25.472Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T20:42:25.570Z+ rustup --version
632026-06-09T20:42:25.579Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T20:42:25.581Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T20:42:25.601Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-09T20:42:25.604Z+ cargo --version
672026-06-09T20:42:25.616Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-09T20:42:25.619Z+ rustc --version
692026-06-09T20:42:25.639Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-09T20:42:25.641Zprocess exited: duration 16561 ms, exit code 0
 
712026-06-09T20:42:25.647Zstarting task 2: "authentication"
722026-06-09T20:42:25.663Zprocess exited: duration 15 ms, exit code 0
 
732026-06-09T20:42:25.668Zstarting task 3: "clone repository"
742026-06-09T20:42:25.671Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-09T20:42:25.675Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-09T20:42:25.702ZCloning into '/work/oxidecomputer/omicron'...
772026-06-09T20:42:56.807Z+ cd /work/oxidecomputer/omicron
782026-06-09T20:42:56.807Z+ git fetch origin 2acb24a22511a70b19b9bac7d4ff0d36be6646ea
792026-06-09T20:42:57.122ZFrom https://github.com/oxidecomputer/omicron
802026-06-09T20:42:57.122Z * branch 2acb24a22511a70b19b9bac7d4ff0d36be6646ea -> FETCH_HEAD
812026-06-09T20:42:57.129Z+ [[ -n turin-v2-cleanup ]]
822026-06-09T20:42:57.132Z++ git branch --show-current
832026-06-09T20:42:57.132Z+ current=main
842026-06-09T20:42:57.132Z+ [[ main != turin-v2-cleanup ]]
852026-06-09T20:42:57.132Z+ git branch -f turin-v2-cleanup 2acb24a22511a70b19b9bac7d4ff0d36be6646ea
862026-06-09T20:42:57.139Z+ git checkout -f turin-v2-cleanup
872026-06-09T20:42:57.372ZSwitched to branch 'turin-v2-cleanup'
882026-06-09T20:42:57.375Z+ git reset --hard 2acb24a22511a70b19b9bac7d4ff0d36be6646ea
892026-06-09T20:42:57.390ZHEAD is now at 2acb24a22 typoed while fixing a tpo
902026-06-09T20:42:57.396Zprocess exited: duration 31722 ms, exit code 0
 
912026-06-09T20:42:57.403Zstarting task 4: "build"
922026-06-09T20:42:57.411Z+ source ./env.sh
932026-06-09T20:42:57.411Z++ OLD_SHELL_OPTS=ehxB
942026-06-09T20:42:57.411Z++ set -o xtrace
952026-06-09T20:42:57.411Z++++ dirname ./env.sh
962026-06-09T20:42:57.411Z+++ readlink -f .
972026-06-09T20:42:57.416Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-09T20:42:57.416Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-09T20:42:57.416Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-09T20:42:57.416Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-09T20:42:57.416Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-09T20:42:57.416Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-09T20:42:57.416Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-09T20:42:57.416Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-09T20:42:57.416Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-09T20:42:57.416Z++ case $OLD_SHELL_OPTS in
1072026-06-09T20:42:57.416Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-06-09T20:42:57.416Z+ source .github/buildomat/ci-env.sh
1092026-06-09T20:42:57.416Z++ export CARGO_TERM_COLOR=always
1102026-06-09T20:42:57.416Z++ CARGO_TERM_COLOR=always
1112026-06-09T20:42:57.417Z+ cargo --version
1122026-06-09T20:42:57.423Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-06-09T20:42:57.427Z+ rustc --version
1142026-06-09T20:42:57.450Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-06-09T20:42:57.454Z+ banner prerequisites
1162026-06-09T20:42:57.454Z
1172026-06-09T20:42:57.454Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-06-09T20:42:57.454Z # # # # # # # # # # # # # # #
1192026-06-09T20:42:57.454Z # # # # ##### # # ##### # # # # # #### #
1202026-06-09T20:42:57.454Z ##### ##### # ##### # # # # # # # # #
1212026-06-09T20:42:57.454Z # # # # # # # # # # # # # # #
1222026-06-09T20:42:57.454Z # # # ###### # # ###### ### # #### # #### #
1232026-06-09T20:42:57.454Z
1242026-06-09T20:42:57.454Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-06-09T20:42:59.361Z Startup: Refreshing catalog 'helios' ... Done
1262026-06-09T20:42:59.443Z Startup: Caching catalogs ... Done
1272026-06-09T20:42:59.772ZPlanning: Solver setup ... Done (0.279s)
1282026-06-09T20:42:59.784ZPlanning: Running solver ... Done (0.021s)
1292026-06-09T20:42:59.789ZPlanning: Finding local manifests ... Done (0.003s)
1302026-06-09T20:42:59.799ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-09T20:42:59.819ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-09T20:42:59.829ZPlanning: Package planning ... Done (0.013s)
1332026-06-09T20:42:59.831ZPlanning: Merging actions ... Done (0.001s)
1342026-06-09T20:43:00.015ZPlanning: Checking for conflicting actions ... Done (0.184s)
1352026-06-09T20:43:00.018ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-06-09T20:43:00.815ZPlanning: Evaluating mediators ... Done (0.799s)
1372026-06-09T20:43:00.818ZPlanning: Planning completed in 1.35 seconds
1382026-06-09T20:43:00.824Z Packages to install: 2
1392026-06-09T20:43:00.828Z Estimated space available: 156.07 GB
1402026-06-09T20:43:00.828ZEstimated space to be consumed: 25.34 MB
1412026-06-09T20:43:00.828Z Create boot environment: No
1422026-06-09T20:43:00.828ZCreate backup boot environment: No
1432026-06-09T20:43:00.828Z Rebuild boot archive: No
1442026-06-09T20:43:00.828Z
1452026-06-09T20:43:00.828ZChanged packages:
1462026-06-09T20:43:00.828Zhelios
1472026-06-09T20:43:00.828Z developer/build-essential
1482026-06-09T20:43:00.828Z None -> 11-3.0
1492026-06-09T20:43:00.828Z library/libxmlsec1
1502026-06-09T20:43:00.828Z None -> 1.2.35-3.0
1512026-06-09T20:43:00.848Z
1522026-06-09T20:43:00.849ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-06-09T20:43:01.455ZDownload: Completed 1.28 MB in 0.61 seconds (2.1M/s)
1542026-06-09T20:43:01.522Z Actions: 1/268 actions (Installing new actions)
1552026-06-09T20:43:01.560Z Actions: Completed 268 actions in 0.04 seconds.
1562026-06-09T20:43:01.567ZFinalize: Updating package state database ... Done (0.008s)
1572026-06-09T20:43:01.573ZFinalize: Updating package cache ... Done (0.000s)
1582026-06-09T20:43:01.590ZFinalize: Updating image state ... Done (0.022s)
1592026-06-09T20:43:03.967ZFinalize: Creating fast lookup database ... Done (2.354s)
1602026-06-09T20:43:04.034ZFinalize: Reading search index ... Done (0.011s)
1612026-06-09T20:43:04.037ZFinalize: Updating search index ... Done (0.000s)
1622026-06-09T20:43:04.120ZFinalize: Updating package cache ... Done (0.000s)
1632026-06-09T20:43:04.418ZPlanning: Evaluating mediator changes ... Done
1642026-06-09T20:43:04.522ZPlanning: Checking for conflicting actions ... Done
1652026-06-09T20:43:04.525ZPlanning: Consolidating action changes ... Done
1662026-06-09T20:43:04.681ZPlanning: Evaluating mediators ... Done
1672026-06-09T20:43:04.684ZPlanning: Planning completed in 0.26 seconds
1682026-06-09T20:43:04.705Z Mediators to change: 2
1692026-06-09T20:43:04.705Z Create boot environment: No
1702026-06-09T20:43:04.705ZCreate backup boot environment: No
1712026-06-09T20:43:04.771ZFinalize: Updating package state database ... Done
1722026-06-09T20:43:04.771ZFinalize: Updating package cache ... Done
1732026-06-09T20:43:04.783ZFinalize: Updating image state ... Done
1742026-06-09T20:43:06.720ZFinalize: Creating fast lookup database ... Done
1752026-06-09T20:43:06.776ZFinalize: Reading search index ... Done
1762026-06-09T20:43:06.779ZFinalize: Updating search index ... Done
1772026-06-09T20:43:06.852ZFinalize: Updating package cache ... Done
1782026-06-09T20:43:07.136ZPlanning: Evaluating mediator changes ... Done
1792026-06-09T20:43:07.238ZPlanning: Checking for conflicting actions ... Done
1802026-06-09T20:43:07.241ZPlanning: Consolidating action changes ... Done
1812026-06-09T20:43:07.397ZPlanning: Evaluating mediators ... Done
1822026-06-09T20:43:07.400ZPlanning: Planning completed in 0.26 seconds
1832026-06-09T20:43:07.420Z Mediators to change: 1
1842026-06-09T20:43:07.420Z Create boot environment: No
1852026-06-09T20:43:07.423ZCreate backup boot environment: No
1862026-06-09T20:43:07.473ZFinalize: Updating package state database ... Done
1872026-06-09T20:43:07.473ZFinalize: Updating package cache ... Done
1882026-06-09T20:43:07.485ZFinalize: Updating image state ... Done
1892026-06-09T20:43:09.406ZFinalize: Creating fast lookup database ... Done
1902026-06-09T20:43:09.464ZFinalize: Reading search index ... Done
1912026-06-09T20:43:09.468ZFinalize: Updating search index ... Done
1922026-06-09T20:43:09.539ZFinalize: Updating package cache ... Done
1932026-06-09T20:43:09.848ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-06-09T20:43:09.848Zapache system 2.4 system
1952026-06-09T20:43:09.848Zclang system 15 system
1962026-06-09T20:43:09.848Zcsh system system illumos
1972026-06-09T20:43:09.848Zctags system system illumos
1982026-06-09T20:43:09.848Zfile vendor vendor darwinsys
1992026-06-09T20:43:09.848Zfile system system illumos
2002026-06-09T20:43:09.848Zgcc vendor 14 vendor
2012026-06-09T20:43:09.848Zgcc system 13 system
2022026-06-09T20:43:09.848Zgcc system 10 system
2032026-06-09T20:43:09.848Zgo system 1.25 system
2042026-06-09T20:43:09.848Zllvm system 15 system
2052026-06-09T20:43:09.848Zmariadb system 11.4 system
2062026-06-09T20:43:09.848Zmta vendor vendor dma
2072026-06-09T20:43:09.848Zopenjdk system 17 system
2082026-06-09T20:43:09.848Zopenjdk system 11 system
2092026-06-09T20:43:09.848Zopenssl vendor 3 vendor
2102026-06-09T20:43:09.848Zperl system 5.40 system
2112026-06-09T20:43:09.848Zpostgresql system 18 system
2122026-06-09T20:43:09.848Zpostgresql system 17 system
2132026-06-09T20:43:09.849Zpython vendor 3 vendor
2142026-06-09T20:43:09.849Zpython system 2 system
2152026-06-09T20:43:09.849Zpython3 vendor 3.13 vendor
2162026-06-09T20:43:09.849Zruby system 3.4 system
2172026-06-09T20:43:09.849Zruby system 3.0 system
2182026-06-09T20:43:09.849Zwords vendor vendor american-english
2192026-06-09T20:43:09.849Zwords system system australian-english
2202026-06-09T20:43:09.849Zwords system system british-english
2212026-06-09T20:43:09.849Zwords system system canadian-english
2222026-06-09T20:43:09.849Zwords system system french
2232026-06-09T20:43:09.849Zwords system system italian
2242026-06-09T20:43:09.849Zwords system system ngerman
2252026-06-09T20:43:09.849Zwords system system ogerman
2262026-06-09T20:43:09.849Zwords system system spanish
2272026-06-09T20:43:10.101ZPUBLISHER TYPE STATUS P LOCATION
2282026-06-09T20:43:10.101Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-06-09T20:43:10.389ZFMRI IFO
2302026-06-09T20:43:10.389Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-06-09T20:43:10.389Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-06-09T20:43:10.389Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-06-09T20:43:10.389Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-06-09T20:43:10.389Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-06-09T20:43:10.389Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-06-09T20:43:10.389Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-06-09T20:43:10.389Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-06-09T20:43:10.389Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-06-09T20:43:10.641Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-06-09T20:43:10.958Z Updating crates.io index
2412026-06-09T20:43:11.003Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-06-09T20:43:11.883Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-06-09T20:43:12.491Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-09T20:43:13.223Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-06-09T20:43:14.083Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-06-09T20:43:14.673Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-06-09T20:43:16.211Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-06-09T20:43:17.549Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-06-09T20:43:17.907Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-06-09T20:43:19.409Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-06-09T20:43:20.079Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-06-09T20:43:20.504Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532026-06-09T20:43:20.822Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-06-09T20:43:21.970Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-06-09T20:43:22.730Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2562026-06-09T20:43:23.123Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-06-09T20:43:23.605Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-06-09T20:43:24.052Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-06-09T20:43:24.497Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-06-09T20:43:24.946Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-06-09T20:43:25.209Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-06-09T20:43:25.494Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-06-09T20:43:26.002Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-06-09T20:43:26.710Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-06-09T20:43:27.107Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-06-09T20:43:27.728Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-06-09T20:43:28.160Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-06-09T20:43:28.443Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-06-09T20:43:29.849Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-06-09T20:43:30.571Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-06-09T20:43:31.021Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-06-09T20:43:31.470Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-06-09T20:43:31.773Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-06-09T20:43:32.272Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-06-09T20:43:32.570Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-06-09T20:43:32.888Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-06-09T20:43:33.274Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-06-09T20:43:33.799Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-06-09T20:43:34.120Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-06-09T20:43:34.398Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-06-09T20:43:34.745Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-06-09T20:43:46.420Z Downloading crates ...
2832026-06-09T20:43:46.470Z Downloaded clap_lex v1.0.0
2842026-06-09T20:43:46.484Z Downloaded byteorder v1.5.0
2852026-06-09T20:43:46.487Z Downloaded clap_derive v4.6.1
2862026-06-09T20:43:46.487Z Downloaded bitflags v2.11.0
2872026-06-09T20:43:46.490Z Downloaded toml_write v0.1.2
2882026-06-09T20:43:46.490Z Downloaded cargo_metadata v0.21.0
2892026-06-09T20:43:46.492Z Downloaded anstream v1.0.0
2902026-06-09T20:43:46.493Z Downloaded log v0.4.29
2912026-06-09T20:43:46.496Z Downloaded cargo-util-schemas v0.8.2
2922026-06-09T20:43:46.499Z Downloaded displaydoc v0.2.5
2932026-06-09T20:43:46.501Z Downloaded scroll_derive v0.12.1
2942026-06-09T20:43:46.501Z Downloaded heck v0.5.0
2952026-06-09T20:43:46.501Z Downloaded crypto-common v0.1.7
2962026-06-09T20:43:46.504Z Downloaded cpufeatures v0.2.17
2972026-06-09T20:43:46.504Z Downloaded utf8_iter v1.0.4
2982026-06-09T20:43:46.507Z Downloaded serde_core v1.0.228
2992026-06-09T20:43:46.510Z Downloaded dof v0.3.0
3002026-06-09T20:43:46.510Z Downloaded autocfg v1.5.0
3012026-06-09T20:43:46.512Z Downloaded digest v0.10.7
3022026-06-09T20:43:46.515Z Downloaded ordered-float v2.10.1
3032026-06-09T20:43:46.515Z Downloaded fs-err v3.3.0
3042026-06-09T20:43:46.518Z Downloaded unicode-xid v0.2.6
3052026-06-09T20:43:46.520Z Downloaded serde_derive v1.0.228
3062026-06-09T20:43:46.521Z Downloaded usdt-attr-macro v0.5.0
3072026-06-09T20:43:46.521Z Downloaded tempfile v3.25.0
3082026-06-09T20:43:46.523Z Downloaded zerofrom-derive v0.1.6
3092026-06-09T20:43:46.523Z Downloaded form_urlencoded v1.2.2
3102026-06-09T20:43:46.523Z Downloaded unicode-linebreak v0.1.5
3112026-06-09T20:43:46.526Z Downloaded toml_datetime v0.6.11
3122026-06-09T20:43:46.526Z Downloaded cargo-platform v0.2.0
3132026-06-09T20:43:46.529Z Downloaded percent-encoding v2.3.2
3142026-06-09T20:43:46.533Z Downloaded yoke-derive v0.8.1
3152026-06-09T20:43:46.540Z Downloaded pretty-hex v0.4.1
3162026-06-09T20:43:46.540Z Downloaded is_terminal_polyfill v1.70.2
3172026-06-09T20:43:46.542Z Downloaded generic-array v0.14.7
3182026-06-09T20:43:46.543Z Downloaded usdt v0.5.0
3192026-06-09T20:43:46.543Z Downloaded typeid v1.0.3
3202026-06-09T20:43:46.543Z Downloaded errno v0.3.14
3212026-06-09T20:43:46.543Z Downloaded version_check v0.9.5
3222026-06-09T20:43:46.543Z Downloaded utf8parse v0.2.2
3232026-06-09T20:43:46.543Z Downloaded cfg-if v1.0.4
3242026-06-09T20:43:46.543Z Downloaded colorchoice v1.0.4
3252026-06-09T20:43:46.543Z Downloaded zerofrom v0.1.6
3262026-06-09T20:43:46.546Z Downloaded thread-id v4.2.2
3272026-06-09T20:43:46.546Z Downloaded fnv v1.0.7
3282026-06-09T20:43:46.546Z Downloaded usdt-macro v0.5.0
3292026-06-09T20:43:46.548Z Downloaded proc-macro-error-attr v1.0.4
3302026-06-09T20:43:46.549Z Downloaded zmij v1.0.21
3312026-06-09T20:43:46.551Z Downloaded usdt-impl v0.5.0
3322026-06-09T20:43:46.551Z Downloaded thiserror v1.0.69
3332026-06-09T20:43:46.554Z Downloaded tinystr v0.8.2
3342026-06-09T20:43:46.554Z Downloaded itoa v1.0.17
3352026-06-09T20:43:46.557Z Downloaded yoke v0.8.1
3362026-06-09T20:43:46.557Z Downloaded thiserror v2.0.18
3372026-06-09T20:43:46.559Z Downloaded thiserror-impl v2.0.18
3382026-06-09T20:43:46.559Z Downloaded fastrand v2.3.0
3392026-06-09T20:43:46.562Z Downloaded writeable v0.6.2
3402026-06-09T20:43:46.562Z Downloaded stable_deref_trait v1.2.1
3412026-06-09T20:43:46.562Z Downloaded equivalent v1.0.2
3422026-06-09T20:43:46.562Z Downloaded zerovec-derive v0.11.2
3432026-06-09T20:43:46.565Z Downloaded thiserror-impl v1.0.69
3442026-06-09T20:43:46.565Z Downloaded ucd-trie v0.1.7
3452026-06-09T20:43:46.567Z Downloaded toml v0.8.23
3462026-06-09T20:43:46.571Z Downloaded heck v0.4.1
3472026-06-09T20:43:46.574Z Downloaded zerocopy-derive v0.7.35
3482026-06-09T20:43:46.578Z Downloaded terminal_size v0.4.3
3492026-06-09T20:43:46.584Z Downloaded unicode-ident v1.0.24
3502026-06-09T20:43:46.587Z Downloaded strsim v0.11.1
3512026-06-09T20:43:46.587Z Downloaded serde-value v0.7.0
3522026-06-09T20:43:46.590Z Downloaded potential_utf v0.1.4
3532026-06-09T20:43:46.590Z Downloaded smawk v0.3.2
3542026-06-09T20:43:46.590Z Downloaded anstyle-query v1.1.5
3552026-06-09T20:43:46.590Z Downloaded dtrace-parser v0.2.0
3562026-06-09T20:43:46.590Z Downloaded zerotrie v0.2.3
3572026-06-09T20:43:46.592Z Downloaded macaddr v1.0.1
3582026-06-09T20:43:46.595Z Downloaded tabled_derive v0.7.0
3592026-06-09T20:43:46.595Z Downloaded plain v0.2.3
3602026-06-09T20:43:46.597Z Downloaded textwrap v0.16.2
3612026-06-09T20:43:46.600Z Downloaded memmap v0.7.0
3622026-06-09T20:43:46.600Z Downloaded zerocopy v0.7.35
3632026-06-09T20:43:46.607Z Downloaded unicode-width v0.1.14
3642026-06-09T20:43:46.611Z Downloaded toml_edit v0.22.27
3652026-06-09T20:43:46.614Z Downloaded anstyle-parse v1.0.0
3662026-06-09T20:43:46.614Z Downloaded synstructure v0.13.2
3672026-06-09T20:43:46.617Z Downloaded quote v1.0.45
3682026-06-09T20:43:46.617Z Downloaded swrite v0.1.0
3692026-06-09T20:43:46.617Z Downloaded scroll v0.12.0
3702026-06-09T20:43:46.617Z Downloaded idna_adapter v1.2.1
3712026-06-09T20:43:46.620Z Downloaded url v2.5.8
3722026-06-09T20:43:46.620Z Downloaded zerovec v0.11.5
3732026-06-09T20:43:46.622Z Downloaded winnow v0.7.14
3742026-06-09T20:43:46.627Z Downloaded typenum v1.19.0
3752026-06-09T20:43:46.630Z Downloaded erased-serde v0.4.9
3762026-06-09T20:43:46.632Z Downloaded block-buffer v0.10.4
3772026-06-09T20:43:46.632Z Downloaded unicode-width v0.2.0
3782026-06-09T20:43:46.635Z Downloaded serde_spanned v0.6.9
3792026-06-09T20:43:46.635Z Downloaded proc-macro-error v1.0.4
3802026-06-09T20:43:46.638Z Downloaded bytecount v0.6.9
3812026-06-09T20:43:46.638Z Downloaded camino-tempfile v1.4.1
3822026-06-09T20:43:46.638Z Downloaded serde-untagged v0.1.9
3832026-06-09T20:43:46.643Z Downloaded cargo_toml v0.21.0
3842026-06-09T20:43:46.645Z Downloaded anstyle v1.0.14
3852026-06-09T20:43:46.650Z Downloaded sha2 v0.10.9
3862026-06-09T20:43:46.654Z Downloaded papergrid v0.11.0
3872026-06-09T20:43:46.657Z Downloaded once_cell v1.21.3
3882026-06-09T20:43:46.657Z Downloaded anyhow v1.0.102
3892026-06-09T20:43:46.657Z Downloaded serde_tokenstream v0.2.3
3902026-06-09T20:43:46.660Z Downloaded litemap v0.8.1
3912026-06-09T20:43:46.664Z Downloaded pest_generator v2.8.6
3922026-06-09T20:43:46.670Z Downloaded semver v1.0.28
3932026-06-09T20:43:46.673Z Downloaded smallvec v1.15.1
3942026-06-09T20:43:46.679Z Downloaded proc-macro2 v1.0.106
3952026-06-09T20:43:46.682Z Downloaded pest_derive v2.8.6
3962026-06-09T20:43:46.682Z Downloaded clap v4.6.1
3972026-06-09T20:43:46.687Z Downloaded getrandom v0.4.1
3982026-06-09T20:43:46.694Z Downloaded icu_properties v2.1.2
3992026-06-09T20:43:46.696Z Downloaded num-traits v0.2.19
4002026-06-09T20:43:46.699Z Downloaded icu_provider v2.1.1
4012026-06-09T20:43:46.705Z Downloaded camino v1.2.2
4022026-06-09T20:43:46.712Z Downloaded icu_locale_core v2.1.1
4032026-06-09T20:43:46.715Z Downloaded icu_normalizer_data v2.1.1
4042026-06-09T20:43:46.717Z Downloaded icu_normalizer v2.1.1
4052026-06-09T20:43:46.722Z Downloaded icu_collections v2.1.1
4062026-06-09T20:43:46.725Z Downloaded pest_meta v2.8.6
4072026-06-09T20:43:46.748Z Downloaded serde v1.0.228
4082026-06-09T20:43:46.752Z Downloaded pest v2.8.6
4092026-06-09T20:43:46.757Z Downloaded memchr v2.8.0
4102026-06-09T20:43:46.787Z Downloaded indexmap v2.14.0
4112026-06-09T20:43:46.787Z Downloaded idna v1.1.0
4122026-06-09T20:43:46.787Z Downloaded hashbrown v0.17.0
4132026-06-09T20:43:46.787Z Downloaded serde_json v1.0.149
4142026-06-09T20:43:46.790Z Downloaded icu_properties_data v2.1.2
4152026-06-09T20:43:46.794Z Downloaded clap_builder v4.6.0
4162026-06-09T20:43:46.813Z Downloaded tabled v0.15.0
4172026-06-09T20:43:46.821Z Downloaded goblin v0.8.2
4182026-06-09T20:43:46.824Z Downloaded syn v1.0.109
4192026-06-09T20:43:46.845Z Downloaded syn v2.0.117
4202026-06-09T20:43:46.857Z Downloaded rustix v1.1.3
4212026-06-09T20:43:46.870Z Downloaded libc v0.2.185
4222026-06-09T20:43:46.937Z Compiling proc-macro2 v1.0.106
4232026-06-09T20:43:46.941Z Compiling quote v1.0.45
4242026-06-09T20:43:46.941Z Compiling unicode-ident v1.0.24
4252026-06-09T20:43:46.941Z Compiling serde_core v1.0.228
4262026-06-09T20:43:46.941Z Compiling libc v0.2.185
4272026-06-09T20:43:46.941Z Compiling version_check v0.9.5
4282026-06-09T20:43:46.941Z Compiling stable_deref_trait v1.2.1
4292026-06-09T20:43:46.941Z Compiling memchr v2.8.0
4302026-06-09T20:43:47.221Z Compiling serde v1.0.228
4312026-06-09T20:43:47.315Z Compiling zmij v1.0.21
4322026-06-09T20:43:47.520Z Compiling itoa v1.0.17
4332026-06-09T20:43:47.595Z Compiling thiserror v1.0.69
4342026-06-09T20:43:47.697Z Compiling ucd-trie v0.1.7
4352026-06-09T20:43:47.791Z Compiling autocfg v1.5.0
4362026-06-09T20:43:47.860Z Compiling pest v2.8.6
4372026-06-09T20:43:47.906Z Compiling writeable v0.6.2
4382026-06-09T20:43:47.957Z Compiling litemap v0.8.1
4392026-06-09T20:43:48.066Z Compiling icu_properties_data v2.1.2
4402026-06-09T20:43:48.100Z Compiling icu_normalizer_data v2.1.1
4412026-06-09T20:43:48.150Z Compiling byteorder v1.5.0
4422026-06-09T20:43:48.283Z Compiling rustix v1.1.3
4432026-06-09T20:43:48.423Z Compiling syn v2.0.117
4442026-06-09T20:43:48.460Z Compiling errno v0.3.14
4452026-06-09T20:43:48.492Z Compiling serde_json v1.0.149
4462026-06-09T20:43:48.594Z Compiling bitflags v2.11.0
4472026-06-09T20:43:48.752Z Compiling num-traits v0.2.19
4482026-06-09T20:43:48.783Z Compiling typeid v1.0.3
4492026-06-09T20:43:48.810Z Compiling equivalent v1.0.2
4502026-06-09T20:43:48.899Z Compiling pest_meta v2.8.6
4512026-06-09T20:43:48.932Z Compiling smallvec v1.15.1
4522026-06-09T20:43:49.042Z Compiling hashbrown v0.17.0
4532026-06-09T20:43:49.297Z Compiling thread-id v4.2.2
4542026-06-09T20:43:49.360Z Compiling proc-macro-error-attr v1.0.4
4552026-06-09T20:43:49.384Z Compiling usdt-impl v0.5.0
4562026-06-09T20:43:49.387Z Compiling syn v1.0.109
4572026-06-09T20:43:49.585Z Compiling indexmap v2.14.0
4582026-06-09T20:43:49.602Z Compiling erased-serde v0.4.9
4592026-06-09T20:43:49.664Z Compiling toml_write v0.1.2
4602026-06-09T20:43:49.829Z Compiling winnow v0.7.14
4612026-06-09T20:43:50.150Z Compiling proc-macro-error v1.0.4
4622026-06-09T20:43:50.225Z Compiling utf8parse v0.2.2
4632026-06-09T20:43:50.346Z Compiling log v0.4.29
4642026-06-09T20:43:50.363Z Compiling camino v1.2.2
4652026-06-09T20:43:50.538Z Compiling plain v0.2.3
4662026-06-09T20:43:50.584Z Compiling getrandom v0.4.1
4672026-06-09T20:43:50.617Z Compiling percent-encoding v2.3.2
4682026-06-09T20:43:50.657Z Compiling thiserror v2.0.18
4692026-06-09T20:43:50.689Z Compiling utf8_iter v1.0.4
4702026-06-09T20:43:50.812Z Compiling form_urlencoded v1.2.2
4712026-06-09T20:43:50.871Z Compiling ordered-float v2.10.1
4722026-06-09T20:43:50.964Z Compiling anstyle-parse v1.0.0
4732026-06-09T20:43:51.025Z Compiling synstructure v0.13.2
4742026-06-09T20:43:51.028Z Compiling pest_generator v2.8.6
4752026-06-09T20:43:51.223Z Compiling terminal_size v0.4.3
4762026-06-09T20:43:51.373Z Compiling pretty-hex v0.4.1
4772026-06-09T20:43:51.519Z Compiling anstyle v1.0.14
4782026-06-09T20:43:51.535Z Compiling colorchoice v1.0.4
4792026-06-09T20:43:51.553Z Compiling cfg-if v1.0.4
4802026-06-09T20:43:51.576Z Compiling is_terminal_polyfill v1.70.2
4812026-06-09T20:43:51.625Z Compiling anstyle-query v1.1.5
4822026-06-09T20:43:51.675Z Compiling serde-untagged v0.1.9
4832026-06-09T20:43:51.736Z Compiling anstream v1.0.0
4842026-06-09T20:43:51.768Z Compiling semver v1.0.28
4852026-06-09T20:43:51.810Z Compiling fs-err v3.3.0
4862026-06-09T20:43:51.912Z Compiling bytecount v0.6.9
4872026-06-09T20:43:52.001Z Compiling unicode-xid v0.2.6
4882026-06-09T20:43:52.053Z Compiling clap_lex v1.0.0
4892026-06-09T20:43:52.071Z Compiling strsim v0.11.1
4902026-06-09T20:43:52.103Z Compiling fastrand v2.3.0
4912026-06-09T20:43:52.120Z Compiling anyhow v1.0.102
4922026-06-09T20:43:52.137Z Compiling heck v0.4.1
4932026-06-09T20:43:52.366Z Compiling once_cell v1.21.3
4942026-06-09T20:43:52.369Z Compiling fnv v1.0.7
4952026-06-09T20:43:52.409Z Compiling heck v0.5.0
4962026-06-09T20:43:52.426Z Compiling unicode-width v0.1.14
4972026-06-09T20:43:52.584Z Compiling tempfile v3.25.0
4982026-06-09T20:43:52.588Z Compiling clap_builder v4.6.0
4992026-06-09T20:43:52.650Z Compiling papergrid v0.11.0
5002026-06-09T20:43:52.721Z Compiling memmap v0.7.0
5012026-06-09T20:43:52.738Z Compiling serde_derive v1.0.228
5022026-06-09T20:43:52.807Z Compiling zerofrom-derive v0.1.6
5032026-06-09T20:43:52.905Z Compiling yoke-derive v0.8.1
5042026-06-09T20:43:52.964Z Compiling zerovec-derive v0.11.2
5052026-06-09T20:43:53.194Z Compiling displaydoc v0.2.5
5062026-06-09T20:43:53.939Z Compiling thiserror-impl v1.0.69
5072026-06-09T20:43:54.045Z Compiling zerocopy-derive v0.7.35
5082026-06-09T20:43:54.061Z Compiling pest_derive v2.8.6
5092026-06-09T20:43:54.078Z Compiling scroll_derive v0.12.1
5102026-06-09T20:43:54.184Z Compiling zerofrom v0.1.6
5112026-06-09T20:43:54.320Z Compiling yoke v0.8.1
5122026-06-09T20:43:54.480Z Compiling thiserror-impl v2.0.18
5132026-06-09T20:43:54.577Z Compiling zerovec v0.11.5
5142026-06-09T20:43:54.791Z Compiling zerotrie v0.2.3
5152026-06-09T20:43:54.973Z Compiling zerocopy v0.7.35
5162026-06-09T20:43:55.096Z Compiling tinystr v0.8.2
5172026-06-09T20:43:55.115Z Compiling potential_utf v0.1.4
5182026-06-09T20:43:55.291Z Compiling icu_locale_core v2.1.1
5192026-06-09T20:43:55.312Z Compiling icu_collections v2.1.1
5202026-06-09T20:43:55.370Z Compiling dtrace-parser v0.2.0
5212026-06-09T20:43:55.542Z Compiling scroll v0.12.0
5222026-06-09T20:43:55.634Z Compiling tabled_derive v0.7.0
5232026-06-09T20:43:55.652Z Compiling clap_derive v4.6.1
5242026-06-09T20:43:55.820Z Compiling goblin v0.8.2
5252026-06-09T20:43:55.956Z Compiling icu_provider v2.1.1
5262026-06-09T20:43:56.134Z Compiling toml_datetime v0.6.11
5272026-06-09T20:43:56.190Z Compiling serde_spanned v0.6.9
5282026-06-09T20:43:56.214Z Compiling icu_normalizer v2.1.1
5292026-06-09T20:43:56.266Z Compiling icu_properties v2.1.2
5302026-06-09T20:43:56.327Z Compiling dof v0.3.0
5312026-06-09T20:43:56.346Z Compiling toml_edit v0.22.27
5322026-06-09T20:43:56.406Z Compiling serde_tokenstream v0.2.3
5332026-06-09T20:43:56.554Z Compiling serde-value v0.7.0
5342026-06-09T20:43:56.737Z Compiling cargo-platform v0.2.0
5352026-06-09T20:43:56.757Z Compiling smawk v0.3.2
5362026-06-09T20:43:56.912Z Compiling unicode-width v0.2.0
5372026-06-09T20:43:56.929Z Compiling unicode-linebreak v0.1.5
5382026-06-09T20:43:57.018Z Compiling tabled v0.15.0
5392026-06-09T20:43:57.178Z Compiling idna_adapter v1.2.1
5402026-06-09T20:43:57.194Z Compiling textwrap v0.16.2
5412026-06-09T20:43:57.328Z Compiling idna v1.1.0
5422026-06-09T20:43:57.361Z Compiling usdt-macro v0.5.0
5432026-06-09T20:43:57.378Z Compiling usdt-attr-macro v0.5.0
5442026-06-09T20:43:57.424Z Compiling clap v4.6.1
5452026-06-09T20:43:57.513Z Compiling macaddr v1.0.1
5462026-06-09T20:43:57.664Z Compiling url v2.5.8
5472026-06-09T20:43:57.744Z Compiling toml v0.8.23
5482026-06-09T20:43:57.993Z Compiling camino-tempfile v1.4.1
5492026-06-09T20:43:58.226Z Compiling cargo-util-schemas v0.8.2
5502026-06-09T20:43:58.262Z Compiling cargo_toml v0.21.0
5512026-06-09T20:43:58.731Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-06-09T20:43:58.751Z Compiling usdt v0.5.0
5532026-06-09T20:43:59.001Z Compiling swrite v0.1.0
5542026-06-09T20:43:59.172Z Compiling cargo_metadata v0.21.0
5552026-06-09T20:44:00.138Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-06-09T20:44:02.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.72s
5572026-06-09T20:44:02.440Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-06-09T20:44:03.002Z Downloading crates ...
5592026-06-09T20:44:03.098Z Downloaded allocator-api2 v0.2.21
5602026-06-09T20:44:03.101Z Downloaded bcrypt-pbkdf v0.10.0
5612026-06-09T20:44:03.101Z Downloaded adler2 v2.0.1
5622026-06-09T20:44:03.104Z Downloaded bit-vec v0.6.3
5632026-06-09T20:44:03.107Z Downloaded cassowary v0.3.0
5642026-06-09T20:44:03.123Z Downloaded anstream v0.6.21
5652026-06-09T20:44:03.126Z Downloaded atomicwrites v0.4.4
5662026-06-09T20:44:03.128Z Downloaded cancel-safe-futures v0.1.5
5672026-06-09T20:44:03.134Z Downloaded constant_time_eq v0.4.2
5682026-06-09T20:44:03.137Z Downloaded daft v0.1.7
5692026-06-09T20:44:03.137Z Downloaded crossbeam-epoch v0.9.18
5702026-06-09T20:44:03.140Z Downloaded bit-set v0.5.3
5712026-06-09T20:44:03.140Z Downloaded cc v1.2.56
5722026-06-09T20:44:03.142Z Downloaded async-trait v0.1.89
5732026-06-09T20:44:03.145Z Downloaded bcs v0.1.6
5742026-06-09T20:44:03.145Z Downloaded crossbeam-utils v0.8.21
5752026-06-09T20:44:03.148Z Downloaded crc-any v2.5.0
5762026-06-09T20:44:03.151Z Downloaded downcast-rs v2.0.2
5772026-06-09T20:44:03.153Z Downloaded bitvec v1.0.1
5782026-06-09T20:44:03.160Z Downloaded find-msvc-tools v0.1.9
5792026-06-09T20:44:03.163Z Downloaded cfg_aliases v0.2.1
5802026-06-09T20:44:03.163Z Downloaded crossterm v0.28.1
5812026-06-09T20:44:03.166Z Downloaded der_derive v0.7.3
5822026-06-09T20:44:03.171Z Downloaded crossbeam-deque v0.8.6
5832026-06-09T20:44:03.171Z Downloaded arc-swap v1.8.2
5842026-06-09T20:44:03.176Z Downloaded bb8 v0.8.6
5852026-06-09T20:44:03.176Z Downloaded atty v0.2.14
5862026-06-09T20:44:03.176Z Downloaded ascii-canvas v3.0.0
5872026-06-09T20:44:03.176Z Downloaded cfg_aliases v0.1.1
5882026-06-09T20:44:03.176Z Downloaded bit-set v0.8.0
5892026-06-09T20:44:03.179Z Downloaded atomic-waker v1.1.2
5902026-06-09T20:44:03.179Z Downloaded dsl_auto_type v0.2.0
5912026-06-09T20:44:03.179Z Downloaded async-stream-impl v0.3.6
5922026-06-09T20:44:03.179Z Downloaded anstyle-parse v0.2.7
5932026-06-09T20:44:03.179Z Downloaded bitfield-macros v0.19.4
5942026-06-09T20:44:03.184Z Downloaded convert_case v0.4.0
5952026-06-09T20:44:03.187Z Downloaded async-recursion v1.1.1
5962026-06-09T20:44:03.189Z Downloaded diesel_table_macro_syntax v0.3.0
5972026-06-09T20:44:03.189Z Downloaded cargo-platform v0.3.2
5982026-06-09T20:44:03.189Z Downloaded block-padding v0.3.3
5992026-06-09T20:44:03.192Z Downloaded ciborium-ll v0.2.2
6002026-06-09T20:44:03.192Z Downloaded async-stream v0.3.6
6012026-06-09T20:44:03.195Z Downloaded ed25519 v2.2.3
6022026-06-09T20:44:03.195Z Downloaded derive-ex v0.1.8
6032026-06-09T20:44:03.196Z Downloaded bitfield-struct v0.6.2
6042026-06-09T20:44:03.196Z Downloaded ciborium-io v0.2.2
6052026-06-09T20:44:03.199Z Downloaded cargo_metadata v0.23.1
6062026-06-09T20:44:03.202Z Downloaded float-ord v0.3.2
6072026-06-09T20:44:03.205Z Downloaded crc8 v0.1.1
6082026-06-09T20:44:03.205Z Downloaded derive_more v0.99.20
6092026-06-09T20:44:03.209Z Downloaded cpufeatures v0.3.0
6102026-06-09T20:44:03.212Z Downloaded dirs-next v2.0.0
6112026-06-09T20:44:03.212Z Downloaded darling_macro v0.21.3
6122026-06-09T20:44:03.216Z Downloaded aead v0.5.2
6132026-06-09T20:44:03.220Z Downloaded dyn-clone v1.0.20
6142026-06-09T20:44:03.223Z Downloaded castaway v0.2.4
6152026-06-09T20:44:03.224Z Downloaded cobs v0.3.0
6162026-06-09T20:44:03.224Z Downloaded base16ct v0.2.0
6172026-06-09T20:44:03.224Z Downloaded dunce v1.0.5
6182026-06-09T20:44:03.224Z Downloaded darling_core v0.13.4
6192026-06-09T20:44:03.227Z Downloaded foreign-types v0.3.2
6202026-06-09T20:44:03.227Z Downloaded assert_matches v1.5.0
6212026-06-09T20:44:03.229Z Downloaded embedded-io v0.6.1
6222026-06-09T20:44:03.232Z Downloaded crc-catalog v2.4.0
6232026-06-09T20:44:03.235Z Downloaded compression-core v0.4.31
6242026-06-09T20:44:03.238Z Downloaded dropshot-api-manager-types v0.7.2
6252026-06-09T20:44:03.241Z Downloaded array-init v0.0.4
6262026-06-09T20:44:03.241Z Downloaded dtrace-parser v0.3.0
6272026-06-09T20:44:03.244Z Downloaded difflib v0.4.0
6282026-06-09T20:44:03.244Z Downloaded curve25519-dalek-derive v0.1.1
6292026-06-09T20:44:03.244Z Downloaded cstr-argument v0.1.2
6302026-06-09T20:44:03.248Z Downloaded foreign-types-shared v0.1.1
6312026-06-09T20:44:03.248Z Downloaded foreign-types-macros v0.2.3
6322026-06-09T20:44:03.252Z Downloaded futures-core v0.3.32
6332026-06-09T20:44:03.252Z Downloaded darling_macro v0.13.4
6342026-06-09T20:44:03.252Z Downloaded debug-ignore v1.0.5
6352026-06-09T20:44:03.252Z Downloaded backoff v0.4.0
6362026-06-09T20:44:03.255Z Downloaded foreign-types-shared v0.3.1
6372026-06-09T20:44:03.255Z Downloaded arrayvec v0.7.6
6382026-06-09T20:44:03.258Z Downloaded arrayref v0.3.9
6392026-06-09T20:44:03.258Z Downloaded cbc v0.1.2
6402026-06-09T20:44:03.262Z Downloaded const_format_proc_macros v0.2.34
6412026-06-09T20:44:03.262Z Downloaded defmt v0.3.100
6422026-06-09T20:44:03.262Z Downloaded chacha20 v0.9.1
6432026-06-09T20:44:03.262Z Downloaded camino-tempfile-ext v0.3.3
6442026-06-09T20:44:03.264Z Downloaded cmake v0.1.57
6452026-06-09T20:44:03.267Z Downloaded float-cmp v0.10.0
6462026-06-09T20:44:03.270Z Downloaded argon2 v0.5.3
6472026-06-09T20:44:03.270Z Downloaded display-error-chain v0.2.2
6482026-06-09T20:44:03.272Z Downloaded dirs-sys-next v0.1.2
6492026-06-09T20:44:03.272Z Downloaded defmt-parser v1.0.0
6502026-06-09T20:44:03.275Z Downloaded base64ct v1.8.3
6512026-06-09T20:44:03.275Z Downloaded flagset v0.4.7
6522026-06-09T20:44:03.277Z Downloaded futures-task v0.3.32
6532026-06-09T20:44:03.280Z Downloaded fd-lock v4.0.4
6542026-06-09T20:44:03.280Z Downloaded ghash v0.5.1
6552026-06-09T20:44:03.283Z Downloaded darling_macro v0.20.11
6562026-06-09T20:44:03.283Z Downloaded enum-as-inner v0.6.1
6572026-06-09T20:44:03.283Z Downloaded darling_macro v0.23.0
6582026-06-09T20:44:03.286Z Downloaded fxhash v0.2.1
6592026-06-09T20:44:03.289Z Downloaded globwalk v0.9.1
6602026-06-09T20:44:03.289Z Downloaded hash32 v0.2.1
6612026-06-09T20:44:03.289Z Downloaded embedded-io v0.4.0
6622026-06-09T20:44:03.291Z Downloaded derive_builder_macro v0.20.2
6632026-06-09T20:44:03.294Z Downloaded hex v0.4.3
6642026-06-09T20:44:03.297Z Downloaded bitfield v0.19.4
6652026-06-09T20:44:03.297Z Downloaded blowfish v0.9.1
6662026-06-09T20:44:03.297Z Downloaded crucible-workspace-hack v0.1.0
6672026-06-09T20:44:03.300Z Downloaded foreign-types v0.5.0
6682026-06-09T20:44:03.300Z Downloaded corncobs v0.1.4
6692026-06-09T20:44:03.300Z Downloaded ar_archive_writer v0.5.1
6702026-06-09T20:44:03.303Z Downloaded futures-sink v0.3.32
6712026-06-09T20:44:03.303Z Downloaded crunchy v0.2.4
6722026-06-09T20:44:03.303Z Downloaded cexpr v0.6.0
6732026-06-09T20:44:03.307Z Downloaded compression-codecs v0.4.37
6742026-06-09T20:44:03.307Z Downloaded bit-vec v0.8.0
6752026-06-09T20:44:03.310Z Downloaded defmt v1.0.1
6762026-06-09T20:44:03.310Z Downloaded futures-macro v0.3.32
6772026-06-09T20:44:03.312Z Downloaded futures-io v0.3.32
6782026-06-09T20:44:03.312Z Downloaded funty v2.0.0
6792026-06-09T20:44:03.313Z Downloaded fixedbitset v0.4.2
6802026-06-09T20:44:03.315Z Downloaded foldhash v0.1.5
6812026-06-09T20:44:03.315Z Downloaded byte-wrapper v0.1.0
6822026-06-09T20:44:03.318Z Downloaded defmt-macros v1.0.1
6832026-06-09T20:44:03.318Z Downloaded ecdsa v0.16.9
6842026-06-09T20:44:03.321Z Downloaded dof v0.4.0
6852026-06-09T20:44:03.321Z Downloaded diesel-dtrace v0.5.0
6862026-06-09T20:44:03.321Z Downloaded foldhash v0.2.0
6872026-06-09T20:44:03.324Z Downloaded ena v0.14.4
6882026-06-09T20:44:03.324Z Downloaded data-encoding v2.10.0
6892026-06-09T20:44:03.324Z Downloaded darling_core v0.21.3
6902026-06-09T20:44:03.328Z Downloaded flate2 v1.1.9
6912026-06-09T20:44:03.331Z Downloaded bzip2 v0.6.1
6922026-06-09T20:44:03.331Z Downloaded endian-type v0.1.2
6932026-06-09T20:44:03.331Z Downloaded daft-derive v0.1.7
6942026-06-09T20:44:03.335Z Downloaded chacha20 v0.10.0
6952026-06-09T20:44:03.337Z Downloaded headers-core v0.3.0
6962026-06-09T20:44:03.337Z Downloaded git-stub v1.0.0
6972026-06-09T20:44:03.337Z Downloaded fs-err v2.11.0
6982026-06-09T20:44:03.340Z Downloaded convert_case v0.10.0
6992026-06-09T20:44:03.340Z Downloaded hex-literal v0.4.1
7002026-06-09T20:44:03.340Z Downloaded console v0.15.11
7012026-06-09T20:44:03.344Z Downloaded colored v3.1.1
7022026-06-09T20:44:03.344Z Downloaded gethostname v0.5.0
7032026-06-09T20:44:03.347Z Downloaded home v0.5.12
7042026-06-09T20:44:03.347Z Downloaded futures-executor v0.3.32
7052026-06-09T20:44:03.347Z Downloaded hash32 v0.3.1
7062026-06-09T20:44:03.349Z Downloaded async-bb8-diesel v0.2.1
7072026-06-09T20:44:03.349Z Downloaded ctr v0.9.2
7082026-06-09T20:44:03.352Z Downloaded group v0.13.0
7092026-06-09T20:44:03.352Z Downloaded httpdate v1.0.3
7102026-06-09T20:44:03.355Z Downloaded http-body v1.0.1
7112026-06-09T20:44:03.355Z Downloaded deranged v0.5.8
7122026-06-09T20:44:03.355Z Downloaded darling_core v0.20.11
7132026-06-09T20:44:03.358Z Downloaded illumos-nvpair-sys v0.2.0
7142026-06-09T20:44:03.361Z Downloaded ident_case v1.0.1
7152026-06-09T20:44:03.361Z Downloaded hyper-tls v0.6.0
7162026-06-09T20:44:03.361Z Downloaded hubpack_derive v0.1.1
7172026-06-09T20:44:03.364Z Downloaded fixedbitset v0.5.7
7182026-06-09T20:44:03.364Z Downloaded document-features v0.2.12
7192026-06-09T20:44:03.366Z Downloaded bzip2 v0.4.4
7202026-06-09T20:44:03.366Z Downloaded crc v3.4.0
7212026-06-09T20:44:03.369Z Downloaded ff v0.13.1
7222026-06-09T20:44:03.369Z Downloaded env_logger v0.11.9
7232026-06-09T20:44:03.372Z Downloaded backon v1.6.0
7242026-06-09T20:44:03.372Z Downloaded env_filter v1.0.0
7252026-06-09T20:44:03.374Z Downloaded cookie v0.18.1
7262026-06-09T20:44:03.374Z Downloaded const-oid v0.9.6
7272026-06-09T20:44:03.377Z Downloaded console v0.16.2
7282026-06-09T20:44:03.377Z Downloaded erased-serde v0.3.31
7292026-06-09T20:44:03.381Z Downloaded either v1.15.0
7302026-06-09T20:44:03.384Z Downloaded indoc v1.0.9
7312026-06-09T20:44:03.384Z Downloaded hubpack v0.1.2
7322026-06-09T20:44:03.384Z Downloaded colored v2.2.0
7332026-06-09T20:44:03.388Z Downloaded indent_write v2.2.0
7342026-06-09T20:44:03.388Z Downloaded derive_builder_core v0.20.2
7352026-06-09T20:44:03.388Z Downloaded is-terminal v0.4.17
7362026-06-09T20:44:03.390Z Downloaded futures-channel v0.3.32
7372026-06-09T20:44:03.390Z Downloaded crossbeam-channel v0.5.15
7382026-06-09T20:44:03.393Z Downloaded diff v0.1.13
7392026-06-09T20:44:03.396Z Downloaded http-range v0.1.5
7402026-06-09T20:44:03.396Z Downloaded instant v0.1.13
7412026-06-09T20:44:03.398Z Downloaded fs_extra v1.3.0
7422026-06-09T20:44:03.398Z Downloaded ciborium v0.2.2
7432026-06-09T20:44:03.401Z Downloaded des v0.8.1
7442026-06-09T20:44:03.401Z Downloaded cookie_store v0.22.1
7452026-06-09T20:44:03.404Z Downloaded keccak v0.1.6
7462026-06-09T20:44:03.404Z Downloaded glob v0.3.3
7472026-06-09T20:44:03.407Z Downloaded illumos-nvpair v0.3.0
7482026-06-09T20:44:03.407Z Downloaded http-body-util v0.1.3
7492026-06-09T20:44:03.408Z Downloaded git-stub-vcs v0.1.0
7502026-06-09T20:44:03.411Z Downloaded ahash v0.8.12
7512026-06-09T20:44:03.411Z Downloaded highway v1.3.0
7522026-06-09T20:44:03.411Z Downloaded globset v0.4.18
7532026-06-09T20:44:03.414Z Downloaded blake2 v0.10.6
7542026-06-09T20:44:03.417Z Downloaded bitflags v1.3.2
7552026-06-09T20:44:03.417Z Downloaded kstat-rs v0.2.4
7562026-06-09T20:44:03.419Z Downloaded hostname v0.4.2
7572026-06-09T20:44:03.419Z Downloaded buf-list v1.1.2
7582026-06-09T20:44:03.422Z Downloaded lalrpop-util v0.19.12
7592026-06-09T20:44:03.422Z Downloaded inout v0.1.4
7602026-06-09T20:44:03.425Z Downloaded is_ci v1.2.0
7612026-06-09T20:44:03.425Z Downloaded internet-checksum v0.2.1
7622026-06-09T20:44:03.425Z Downloaded instability v0.3.11
7632026-06-09T20:44:03.428Z Downloaded cipher v0.4.4
7642026-06-09T20:44:03.428Z Downloaded lru-cache v0.1.2
7652026-06-09T20:44:03.428Z Downloaded lru v0.12.5
7662026-06-09T20:44:03.430Z Downloaded md-5 v0.10.6
7672026-06-09T20:44:03.430Z Downloaded clang-sys v1.8.1
7682026-06-09T20:44:03.433Z Downloaded impl-trait-for-tuples v0.2.3
7692026-06-09T20:44:03.436Z Downloaded ed25519-dalek v2.2.0
7702026-06-09T20:44:03.439Z Downloaded csv-core v0.1.13
7712026-06-09T20:44:03.439Z Downloaded crc32fast v1.5.0
7722026-06-09T20:44:03.439Z Downloaded darling v0.23.0
7732026-06-09T20:44:03.442Z Downloaded filetime v0.2.27
7742026-06-09T20:44:03.445Z Downloaded fallible-iterator v0.2.0
7752026-06-09T20:44:03.445Z Downloaded darling v0.13.4
7762026-06-09T20:44:03.448Z Downloaded crypto-bigint v0.5.5
7772026-06-09T20:44:03.451Z Downloaded ingot-types v0.1.2
7782026-06-09T20:44:03.454Z Downloaded lazy_static v1.5.0
7792026-06-09T20:44:03.454Z Downloaded managed v0.8.0
7802026-06-09T20:44:03.454Z Downloaded bytes v1.11.1
7812026-06-09T20:44:03.458Z Downloaded newline-converter v0.3.0
7822026-06-09T20:44:03.460Z Downloaded derive_builder v0.20.2
7832026-06-09T20:44:03.463Z Downloaded derive-where v1.6.0
7842026-06-09T20:44:03.466Z Downloaded lru-slab v0.1.2
7852026-06-09T20:44:03.466Z Downloaded critical-section v1.2.0
7862026-06-09T20:44:03.468Z Downloaded humantime v2.3.0
7872026-06-09T20:44:03.470Z Downloaded maybe-uninit v2.0.0
7882026-06-09T20:44:03.470Z Downloaded nodrop v0.1.14
7892026-06-09T20:44:03.473Z Downloaded newtype_derive v0.1.6
7902026-06-09T20:44:03.473Z Downloaded normalize-line-endings v0.3.0
7912026-06-09T20:44:03.473Z Downloaded maplit v1.0.2
7922026-06-09T20:44:03.473Z Downloaded libscf-sys v1.1.0
7932026-06-09T20:44:03.473Z Downloaded memoffset v0.9.1
7942026-06-09T20:44:03.476Z Downloaded new_debug_unreachable v1.0.6
7952026-06-09T20:44:03.476Z Downloaded multimap v0.10.1
7962026-06-09T20:44:03.476Z Downloaded mime v0.3.17
7972026-06-09T20:44:03.480Z Downloaded ipnetwork v0.21.1
7982026-06-09T20:44:03.480Z Downloaded getrandom v0.2.17
7992026-06-09T20:44:03.483Z Downloaded getrandom v0.3.4
8002026-06-09T20:44:03.483Z Downloaded nibble_vec v0.1.0
8012026-06-09T20:44:03.485Z Downloaded match_cfg v0.1.0
8022026-06-09T20:44:03.485Z Downloaded half v2.7.1
8032026-06-09T20:44:03.488Z Downloaded iana-time-zone v0.1.65
8042026-06-09T20:44:03.488Z Downloaded linear-map v1.2.0
8052026-06-09T20:44:03.491Z Downloaded libsw-core v0.3.2
8062026-06-09T20:44:03.491Z Downloaded libefi-sys v0.1.0
8072026-06-09T20:44:03.493Z Downloaded hyper-staticfile v0.10.1
8082026-06-09T20:44:03.493Z Downloaded num-derive v0.3.3
8092026-06-09T20:44:03.496Z Downloaded num-derive v0.4.2
8102026-06-09T20:44:03.496Z Downloaded olpc-cjson v0.1.4
8112026-06-09T20:44:03.499Z Downloaded num_threads v0.1.7
8122026-06-09T20:44:03.499Z Downloaded indoc v2.0.7
8132026-06-09T20:44:03.501Z Downloaded hmac v0.12.1
8142026-06-09T20:44:03.501Z Downloaded openssl-macros v0.1.1
8152026-06-09T20:44:03.506Z Downloaded jobserver v0.1.34
8162026-06-09T20:44:03.506Z Downloaded num-conv v0.2.0
8172026-06-09T20:44:03.506Z Downloaded num v0.4.3
8182026-06-09T20:44:03.506Z Downloaded lock_api v0.4.14
8192026-06-09T20:44:03.506Z Downloaded darling v0.21.3
8202026-06-09T20:44:03.527Z Downloaded num-iter v0.1.45
8212026-06-09T20:44:03.530Z Downloaded httparse v1.10.1
8222026-06-09T20:44:03.530Z Downloaded flume v0.11.1
8232026-06-09T20:44:03.533Z Downloaded fatfs v0.3.6
8242026-06-09T20:44:03.536Z Downloaded elliptic-curve v0.13.8
8252026-06-09T20:44:03.536Z Downloaded dropshot_endpoint v0.17.0
8262026-06-09T20:44:03.539Z Downloaded openssl-probe v0.2.1
8272026-06-09T20:44:03.542Z Downloaded num_enum_derive v0.5.11
8282026-06-09T20:44:03.542Z Downloaded libsw v3.5.0
8292026-06-09T20:44:03.542Z Downloaded bumpalo v3.20.2
8302026-06-09T20:44:03.544Z Downloaded newtype-uuid-macros v0.1.0
8312026-06-09T20:44:03.545Z Downloaded newtype-uuid v1.3.2
8322026-06-09T20:44:03.549Z Downloaded multer v3.1.0
8332026-06-09T20:44:03.549Z Downloaded libloading v0.8.9
8342026-06-09T20:44:03.552Z Downloaded pbkdf2 v0.11.0
8352026-06-09T20:44:03.552Z Downloaded pbkdf2 v0.12.2
8362026-06-09T20:44:03.559Z Downloaded packed_struct_codegen v0.10.1
8372026-06-09T20:44:03.559Z Downloaded oso-derive v0.27.3
8382026-06-09T20:44:03.559Z Downloaded opaque-debug v0.3.1
8392026-06-09T20:44:03.559Z Downloaded drift v0.2.0
8402026-06-09T20:44:03.562Z Downloaded path-slash v0.1.5
8412026-06-09T20:44:03.564Z Downloaded parse-size v1.1.0
8422026-06-09T20:44:03.567Z Downloaded num-integer v0.1.46
8432026-06-09T20:44:03.567Z Downloaded num-complex v0.4.6
8442026-06-09T20:44:03.568Z Downloaded nu-ansi-term v0.50.3
8452026-06-09T20:44:03.568Z Downloaded parse-display v0.10.0
8462026-06-09T20:44:03.571Z Downloaded futures v0.3.32
8472026-06-09T20:44:03.574Z Downloaded nonempty v0.12.0
8482026-06-09T20:44:03.574Z Downloaded openssl-probe v0.1.6
8492026-06-09T20:44:03.574Z Downloaded num_enum v0.7.6
8502026-06-09T20:44:03.577Z Downloaded num_enum v0.5.11
8512026-06-09T20:44:03.581Z Downloaded pin-utils v0.1.0
8522026-06-09T20:44:03.584Z Downloaded phf_shared v0.13.1
8532026-06-09T20:44:03.584Z Downloaded phf_shared v0.12.1
8542026-06-09T20:44:03.584Z Downloaded litrs v1.0.0
8552026-06-09T20:44:03.589Z Downloaded base64 v0.22.1
8562026-06-09T20:44:03.589Z Downloaded phf_shared v0.11.3
8572026-06-09T20:44:03.592Z Downloaded ipnet v2.11.0
8582026-06-09T20:44:03.592Z Downloaded ingot-macros v0.1.1
8592026-06-09T20:44:03.592Z Downloaded hyper-rustls v0.27.7
8602026-06-09T20:44:03.594Z Downloaded heapless v0.8.0
8612026-06-09T20:44:03.595Z Downloaded indexmap v1.9.3
8622026-06-09T20:44:03.597Z Downloaded nanorand v0.7.0
8632026-06-09T20:44:03.601Z Downloaded num_enum_derive v0.7.6
8642026-06-09T20:44:03.601Z Downloaded linked-hash-map v0.5.6
8652026-06-09T20:44:03.602Z Downloaded oxide-tokio-rt v0.1.4
8662026-06-09T20:44:03.606Z Downloaded diesel_derives v2.3.7
8672026-06-09T20:44:03.608Z Downloaded owo-colors v4.3.0
8682026-06-09T20:44:03.609Z Downloaded packed_struct v0.10.1
8692026-06-09T20:44:03.609Z Downloaded base64 v0.21.7
8702026-06-09T20:44:03.611Z Downloaded darling v0.20.11
8712026-06-09T20:44:03.656Z Downloaded derive_more v2.1.1
8722026-06-09T20:44:03.657Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-06-09T20:44:03.657Z Downloaded peg-macros v0.8.5
8742026-06-09T20:44:03.657Z Downloaded mime_guess v2.0.5
8752026-06-09T20:44:03.657Z Downloaded memmap2 v0.9.10
8762026-06-09T20:44:03.657Z Downloaded progenitor-client v0.11.2
8772026-06-09T20:44:03.657Z Downloaded predicates-tree v1.0.13
8782026-06-09T20:44:03.657Z Downloaded progenitor-client v0.14.0
8792026-06-09T20:44:03.657Z Downloaded progenitor-macro v0.14.0
8802026-06-09T20:44:03.658Z Downloaded native-tls v0.2.18
8812026-06-09T20:44:03.658Z Downloaded proc-macro-crate v3.4.0
8822026-06-09T20:44:03.658Z Downloaded peg v0.8.5
8832026-06-09T20:44:03.658Z Downloaded predicates-core v1.0.10
8842026-06-09T20:44:03.658Z Downloaded async-compression v0.4.41
8852026-06-09T20:44:03.659Z Downloaded powerfmt v0.2.0
8862026-06-09T20:44:03.659Z Downloaded peg-runtime v0.8.5
8872026-06-09T20:44:03.659Z Downloaded paste v1.0.15
8882026-06-09T20:44:03.659Z Downloaded proc-macro-crate v1.3.1
8892026-06-09T20:44:03.659Z Downloaded libbz2-rs-sys v0.2.2
8902026-06-09T20:44:03.660Z Downloaded headers v0.4.1
8912026-06-09T20:44:03.664Z Downloaded pem v3.0.6
8922026-06-09T20:44:03.664Z Downloaded psl-types v2.0.11
8932026-06-09T20:44:03.664Z Downloaded password-hash v0.4.2
8942026-06-09T20:44:03.664Z Downloaded parse-display-derive v0.10.0
8952026-06-09T20:44:03.664Z Downloaded password-hash v0.5.0
8962026-06-09T20:44:03.664Z Downloaded darling_core v0.23.0
8972026-06-09T20:44:03.664Z Downloaded compact_str v0.8.1
8982026-06-09T20:44:03.664Z Downloaded indicatif v0.18.4
8992026-06-09T20:44:03.664Z Downloaded chacha20poly1305 v0.10.1
9002026-06-09T20:44:03.667Z Downloaded md5 v0.7.0
9012026-06-09T20:44:03.667Z Downloaded aes-gcm v0.10.3
9022026-06-09T20:44:03.670Z Downloaded postgres-protocol v0.6.10
9032026-06-09T20:44:03.670Z Downloaded lzss v0.8.2
9042026-06-09T20:44:03.673Z Downloaded hickory-resolver v0.24.4
9052026-06-09T20:44:03.676Z Downloaded progenitor-macro v0.13.0
9062026-06-09T20:44:03.676Z Downloaded progenitor-macro v0.11.2
9072026-06-09T20:44:03.676Z Downloaded precomputed-hash v0.1.1
9082026-06-09T20:44:03.676Z Downloaded num-rational v0.4.2
9092026-06-09T20:44:03.679Z Downloaded ingot v0.1.1
9102026-06-09T20:44:03.679Z Downloaded rand_xorshift v0.4.0
9112026-06-09T20:44:03.679Z Downloaded recursive v0.1.1
9122026-06-09T20:44:03.679Z Downloaded primeorder v0.13.6
9132026-06-09T20:44:03.683Z Downloaded const_format v0.2.35
9142026-06-09T20:44:03.686Z Downloaded hostname v0.3.1
9152026-06-09T20:44:03.686Z Downloaded half v1.8.3
9162026-06-09T20:44:03.690Z Downloaded pem-rfc7468 v0.7.0
9172026-06-09T20:44:03.693Z Downloaded progenitor-client v0.10.0
9182026-06-09T20:44:03.694Z Downloaded parking_lot_core v0.8.6
9192026-06-09T20:44:03.698Z Downloaded quick-error v1.2.3
9202026-06-09T20:44:03.698Z Downloaded progenitor-extras v0.2.0
9212026-06-09T20:44:03.698Z Downloaded omicron-zone-package v0.12.2
9222026-06-09T20:44:03.698Z Downloaded rfc6979 v0.4.0
9232026-06-09T20:44:03.704Z Downloaded der v0.7.10
9242026-06-09T20:44:03.715Z Downloaded russh-cryptovec v0.7.3
9252026-06-09T20:44:03.715Z Downloaded phf v0.13.1
9262026-06-09T20:44:03.715Z Downloaded parking_lot_core v0.9.12
9272026-06-09T20:44:03.715Z Downloaded derive_more-impl v2.1.1
9282026-06-09T20:44:03.721Z Downloaded progenitor-client v0.13.0
9292026-06-09T20:44:03.721Z Downloaded progenitor v0.14.0
9302026-06-09T20:44:03.721Z Downloaded progenitor v0.13.0
9312026-06-09T20:44:03.721Z Downloaded parking_lot v0.11.2
9322026-06-09T20:44:03.721Z Downloaded ref-cast-impl v1.0.25
9332026-06-09T20:44:03.721Z Downloaded rustc_version v0.1.7
9342026-06-09T20:44:03.721Z Downloaded pkcs1 v0.7.5
9352026-06-09T20:44:03.721Z Downloaded ppv-lite86 v0.2.21
9362026-06-09T20:44:03.721Z Downloaded oxnet v0.1.5
9372026-06-09T20:44:03.724Z Downloaded psm v0.1.30
9382026-06-09T20:44:03.724Z Downloaded pin-project-internal v1.1.11
9392026-06-09T20:44:03.730Z Downloaded polyval v0.6.2
9402026-06-09T20:44:03.730Z Downloaded rand_core v0.9.5
9412026-06-09T20:44:03.730Z Downloaded pkg-config v0.3.32
9422026-06-09T20:44:03.730Z Downloaded rustc-hash v2.1.1
9432026-06-09T20:44:03.733Z Downloaded radium v0.7.0
9442026-06-09T20:44:03.733Z Downloaded poly1305 v0.8.0
9452026-06-09T20:44:03.733Z Downloaded rand_core v0.6.4
9462026-06-09T20:44:03.736Z Downloaded rustc_version v0.4.1
9472026-06-09T20:44:03.736Z Downloaded postgres-types v0.2.12
9482026-06-09T20:44:03.742Z Downloaded p256 v0.13.2
9492026-06-09T20:44:03.742Z Downloaded ref-cast v1.0.25
9502026-06-09T20:44:03.746Z Downloaded postcard v1.1.3
9512026-06-09T20:44:03.746Z Downloaded recursive-proc-macro-impl v0.1.1
9522026-06-09T20:44:03.746Z Downloaded miniz_oxide v0.8.9
9532026-06-09T20:44:03.746Z Downloaded rand_chacha v0.9.0
9542026-06-09T20:44:03.751Z Downloaded parking_lot v0.12.5
9552026-06-09T20:44:03.751Z Downloaded heapless v0.7.17
9562026-06-09T20:44:03.751Z Downloaded hickory-resolver v0.25.2
9572026-06-09T20:44:03.754Z Downloaded ignore v0.4.25
9582026-06-09T20:44:03.754Z Downloaded rand_chacha v0.3.1
9592026-06-09T20:44:03.757Z Downloaded phf v0.12.1
9602026-06-09T20:44:03.757Z Downloaded pin-project-lite v0.2.17
9612026-06-09T20:44:03.761Z Downloaded scopeguard v1.2.0
9622026-06-09T20:44:03.761Z Downloaded sapling-renderdag v0.1.0
9632026-06-09T20:44:03.764Z Downloaded predicates v3.1.4
9642026-06-09T20:44:03.767Z Downloaded proc-macro-error2 v2.0.1
9652026-06-09T20:44:03.770Z Downloaded rtoolbox v0.0.3
9662026-06-09T20:44:03.774Z Downloaded http v1.4.0
9672026-06-09T20:44:03.782Z Downloaded expectorate v1.2.0
9682026-06-09T20:44:03.787Z Downloaded scrypt v0.11.0
9692026-06-09T20:44:03.791Z Downloaded pkcs5 v0.7.1
9702026-06-09T20:44:03.791Z Downloaded openssl-sys v0.9.115
9712026-06-09T20:44:03.794Z Downloaded scroll_derive v0.13.1
9722026-06-09T20:44:03.797Z Downloaded scheduled-thread-pool v0.2.7
9732026-06-09T20:44:03.797Z Downloaded salsa20 v0.10.2
9742026-06-09T20:44:03.800Z Downloaded hashbrown v0.13.2
9752026-06-09T20:44:03.803Z Downloaded same-file v1.0.6
9762026-06-09T20:44:03.803Z Downloaded serde-big-array v0.5.1
9772026-06-09T20:44:03.806Z Downloaded serde_urlencoded v0.7.1
9782026-06-09T20:44:03.809Z Downloaded serde_plain v1.0.2
9792026-06-09T20:44:03.809Z Downloaded resolv-conf v0.7.6
9802026-06-09T20:44:03.812Z Downloaded seq-macro v0.3.6
9812026-06-09T20:44:03.825Z Downloaded rustls-native-certs v0.8.3
9822026-06-09T20:44:03.828Z Downloaded rand_seeder v0.4.0
9832026-06-09T20:44:03.831Z Downloaded rustls-pemfile v1.0.4
9842026-06-09T20:44:03.831Z Downloaded serde_spanned v1.0.4
9852026-06-09T20:44:03.834Z Downloaded rand_core v0.10.0
9862026-06-09T20:44:03.834Z Downloaded progenitor v0.11.2
9872026-06-09T20:44:03.834Z Downloaded pkcs8 v0.10.2
9882026-06-09T20:44:03.837Z Downloaded sha1 v0.10.6
9892026-06-09T20:44:03.837Z Downloaded oso v0.27.3
9902026-06-09T20:44:03.842Z Downloaded semver v0.1.20
9912026-06-09T20:44:03.845Z Downloaded secrecy v0.10.3
9922026-06-09T20:44:03.846Z Downloaded serde_repr v0.1.20
9932026-06-09T20:44:03.848Z Downloaded serde_bytes v0.11.19
9942026-06-09T20:44:03.851Z Downloaded progenitor-impl v0.14.0
9952026-06-09T20:44:03.851Z Downloaded progenitor-impl v0.11.2
9962026-06-09T20:44:03.856Z Downloaded signature v2.2.0
9972026-06-09T20:44:03.872Z Downloaded siphasher v1.0.2
9982026-06-09T20:44:03.875Z Downloaded shell-words v1.1.1
9992026-06-09T20:44:03.875Z Downloaded slog-bunyan v2.5.0
10002026-06-09T20:44:03.881Z Downloaded scroll v0.13.0
10012026-06-09T20:44:03.884Z Downloaded aes v0.8.4
10022026-06-09T20:44:03.887Z Downloaded minimal-lexical v0.2.1
10032026-06-09T20:44:03.895Z Downloaded serde-hex v0.1.0
10042026-06-09T20:44:03.898Z Downloaded serde_path_to_error v0.1.20
10052026-06-09T20:44:03.898Z Downloaded rustls-pemfile v2.2.0
10062026-06-09T20:44:03.903Z Downloaded signal-hook-tokio v0.3.1
10072026-06-09T20:44:03.903Z Downloaded slog-envlogger v2.2.0
10082026-06-09T20:44:03.906Z Downloaded sigpipe v0.1.3
10092026-06-09T20:44:03.915Z Downloaded jiff-static v0.2.21
10102026-06-09T20:44:03.918Z Downloaded serde_derive_internals v0.29.1
10112026-06-09T20:44:03.918Z Downloaded rusty-fork v0.3.1
10122026-06-09T20:44:03.922Z Downloaded quinn-udp v0.5.14
10132026-06-09T20:44:03.925Z Downloaded strip-ansi-escapes v0.2.1
10142026-06-09T20:44:03.926Z Downloaded schemars_derive v0.8.22
10152026-06-09T20:44:03.928Z Downloaded r2d2 v0.8.10
10162026-06-09T20:44:03.932Z Downloaded aws-lc-rs v1.16.3
10172026-06-09T20:44:03.939Z Downloaded progenitor-impl v0.13.0
10182026-06-09T20:44:03.942Z Downloaded signal-hook-mio v0.2.5
10192026-06-09T20:44:03.942Z Downloaded strum v0.26.3
10202026-06-09T20:44:03.945Z Downloaded structmeta v0.3.0
10212026-06-09T20:44:03.945Z Downloaded pin-project v1.1.11
10222026-06-09T20:44:03.950Z Downloaded ssh-encoding v0.2.0
10232026-06-09T20:44:03.953Z Downloaded sqlparser_derive v0.5.0
10242026-06-09T20:44:03.954Z Downloaded slog-stdlog v4.1.1
10252026-06-09T20:44:03.954Z Downloaded slog-dtrace v0.3.0
10262026-06-09T20:44:03.957Z Downloaded secrecy v0.8.0
10272026-06-09T20:44:03.957Z Downloaded smallvec v0.6.14
10282026-06-09T20:44:03.960Z Downloaded slog-term v2.9.2
10292026-06-09T20:44:03.960Z Downloaded subtle v2.6.1
10302026-06-09T20:44:03.963Z Downloaded hashbrown v0.12.3
10312026-06-09T20:44:03.963Z Downloaded strum v0.27.2
10322026-06-09T20:44:03.966Z Downloaded structmeta-derive v0.3.0
10332026-06-09T20:44:03.966Z Downloaded hickory-server v0.25.2
10342026-06-09T20:44:03.969Z Downloaded spki v0.7.3
10352026-06-09T20:44:03.971Z Downloaded shlex v1.3.0
10362026-06-09T20:44:03.975Z Downloaded serde_with_macros v1.5.2
10372026-06-09T20:44:03.975Z Downloaded russh-keys v0.45.0
10382026-06-09T20:44:03.975Z Downloaded sct v0.7.1
10392026-06-09T20:44:03.978Z Downloaded tap v1.0.1
10402026-06-09T20:44:03.978Z Downloaded strsim v0.10.0
10412026-06-09T20:44:03.978Z Downloaded prettyplease v0.2.37
10422026-06-09T20:44:03.982Z Downloaded aho-corasick v1.1.4
10432026-06-09T20:44:03.984Z Downloaded rcgen v0.12.1
10442026-06-09T20:44:03.988Z Downloaded rayon-core v1.13.0
10452026-06-09T20:44:03.991Z Downloaded prefix-trie v0.7.0
10462026-06-09T20:44:03.991Z Downloaded hashbrown v0.16.1
10472026-06-09T20:44:03.993Z Downloaded serde_cbor v0.11.2
10482026-06-09T20:44:03.996Z Downloaded sync-ptr v0.1.4
10492026-06-09T20:44:03.997Z Downloaded termtree v0.5.1
10502026-06-09T20:44:04.000Z Downloaded tagptr v0.2.0
10512026-06-09T20:44:04.000Z Downloaded sync_wrapper v1.0.2
10522026-06-09T20:44:04.000Z Downloaded tabwriter v1.4.1
10532026-06-09T20:44:04.003Z Downloaded testing_table v0.3.0
10542026-06-09T20:44:04.004Z Downloaded stacker v0.1.23
10552026-06-09T20:44:04.004Z Downloaded serde_with_macros v3.17.0
10562026-06-09T20:44:04.007Z Downloaded ryu v1.0.23
10572026-06-09T20:44:04.007Z Downloaded mio v1.2.0
10582026-06-09T20:44:04.011Z Downloaded thiserror-impl-no-std v2.0.2
10592026-06-09T20:44:04.011Z Downloaded smf v0.2.3
10602026-06-09T20:44:04.014Z Downloaded slog-json v2.6.1
10612026-06-09T20:44:04.014Z Downloaded tabled_derive v0.11.0
10622026-06-09T20:44:04.017Z Downloaded strum_macros v0.24.3
10632026-06-09T20:44:04.017Z Downloaded hashbrown v0.15.5
10642026-06-09T20:44:04.020Z Downloaded snafu-derive v0.8.9
10652026-06-09T20:44:04.020Z Downloaded libxml v0.3.3
10662026-06-09T20:44:04.025Z Downloaded supports-color v3.0.2
10672026-06-09T20:44:04.028Z Downloaded string_cache v0.8.9
10682026-06-09T20:44:04.028Z Downloaded static_assertions v1.1.0
10692026-06-09T20:44:04.028Z Downloaded papergrid v0.17.0
10702026-06-09T20:44:04.031Z Downloaded thread-id v5.1.0
10712026-06-09T20:44:04.034Z Downloaded slog-async v2.8.0
10722026-06-09T20:44:04.034Z Downloaded strum_macros v0.26.4
10732026-06-09T20:44:04.037Z Downloaded ssh-cipher v0.2.0
10742026-06-09T20:44:04.037Z Downloaded slab v0.4.12
10752026-06-09T20:44:04.037Z Downloaded simd-adler32 v0.3.8
10762026-06-09T20:44:04.042Z Downloaded sqlformat v0.3.5
10772026-06-09T20:44:04.043Z Downloaded signal-hook-registry v1.4.8
10782026-06-09T20:44:04.043Z Downloaded rustversion v1.0.22
10792026-06-09T20:44:04.046Z Downloaded time-core v0.1.8
10802026-06-09T20:44:04.046Z Downloaded ron v0.8.1
10812026-06-09T20:44:04.049Z Downloaded tokio-macros v2.7.0
10822026-06-09T20:44:04.049Z Downloaded spin v0.9.8
10832026-06-09T20:44:04.052Z Downloaded pretty_assertions v1.4.1
10842026-06-09T20:44:04.052Z Downloaded num-bigint v0.4.6
10852026-06-09T20:44:04.055Z Downloaded support-bundle-viewer v0.1.2
10862026-06-09T20:44:04.055Z Downloaded rustls-platform-verifier v0.6.2
10872026-06-09T20:44:04.058Z Downloaded itertools v0.10.5
10882026-06-09T20:44:04.061Z Downloaded stringprep v0.1.5
10892026-06-09T20:44:04.066Z Downloaded rustls-pki-types v1.14.0
10902026-06-09T20:44:04.066Z Downloaded slog-scope v4.4.1
10912026-06-09T20:44:04.069Z Downloaded tinyvec_macros v0.1.1
10922026-06-09T20:44:04.069Z Downloaded sec1 v0.7.3
10932026-06-09T20:44:04.069Z Downloaded hyper-util v0.1.20
10942026-06-09T20:44:04.077Z Downloaded dropshot-api-manager v0.7.2
10952026-06-09T20:44:04.081Z Downloaded signal-hook v0.3.18
10962026-06-09T20:44:04.084Z Downloaded crossterm v0.29.0
10972026-06-09T20:44:04.087Z Downloaded topological-sort v0.2.2
10982026-06-09T20:44:04.087Z Downloaded take_mut v0.2.2
10992026-06-09T20:44:04.090Z Downloaded tower-service v0.3.3
11002026-06-09T20:44:04.090Z Downloaded itertools v0.13.0
11012026-06-09T20:44:04.093Z Downloaded thiserror-no-std v2.0.2
11022026-06-09T20:44:04.096Z Downloaded futures-util v0.3.32
11032026-06-09T20:44:04.103Z Downloaded trait-variant v0.1.2
11042026-06-09T20:44:04.106Z Downloaded tower-layer v0.3.3
11052026-06-09T20:44:04.106Z Downloaded thread_local v1.1.9
11062026-06-09T20:44:04.109Z Downloaded publicsuffix v2.3.0
11072026-06-09T20:44:04.115Z Downloaded tls_codec_derive v0.4.2
11082026-06-09T20:44:04.119Z Downloaded term v0.7.0
11092026-06-09T20:44:04.122Z Downloaded tokio-native-tls v0.3.1
11102026-06-09T20:44:04.122Z Downloaded schemars v0.8.22
11112026-06-09T20:44:04.130Z Downloaded try-lock v0.2.5
11122026-06-09T20:44:04.133Z Downloaded tokio-rustls v0.25.0
11132026-06-09T20:44:04.133Z Downloaded rustls-webpki v0.103.9
11142026-06-09T20:44:04.136Z Downloaded termios v0.3.3
11152026-06-09T20:44:04.139Z Downloaded universal-hash v0.5.1
11162026-06-09T20:44:04.139Z Downloaded typify-macro v0.6.2
11172026-06-09T20:44:04.139Z Downloaded strum_macros v0.27.2
11182026-06-09T20:44:04.142Z Downloaded usdt-macro v0.6.0
11192026-06-09T20:44:04.142Z Downloaded usdt-attr-macro v0.6.0
11202026-06-09T20:44:04.142Z Downloaded untrusted v0.7.1
11212026-06-09T20:44:04.145Z Downloaded nom v7.1.3
11222026-06-09T20:44:04.148Z Downloaded untrusted v0.9.0
11232026-06-09T20:44:04.148Z Downloaded blake3 v1.8.3
11242026-06-09T20:44:04.153Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11252026-06-09T20:44:04.156Z Downloaded toml_writer v1.0.6+spec-1.1.0
11262026-06-09T20:44:04.156Z Downloaded samael v0.0.19
11272026-06-09T20:44:04.159Z Downloaded tokio-dtrace v0.1.1
11282026-06-09T20:44:04.162Z Downloaded tiny-keccak v2.0.2
11292026-06-09T20:44:04.163Z Downloaded void v1.0.2
11302026-06-09T20:44:04.166Z Downloaded typify-macro v0.4.3
11312026-06-09T20:44:04.166Z Downloaded time-macros v0.2.27
11322026-06-09T20:44:04.169Z Downloaded unit-prefix v0.5.2
11332026-06-09T20:44:04.169Z Downloaded unicode-truncate v1.1.0
11342026-06-09T20:44:04.169Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11352026-06-09T20:44:04.172Z Downloaded slog v2.8.2
11362026-06-09T20:44:04.172Z Downloaded itertools v0.14.0
11372026-06-09T20:44:04.179Z Downloaded waitgroup v0.1.2
11382026-06-09T20:44:04.182Z Downloaded tui-tree-widget v0.23.1
11392026-06-09T20:44:04.186Z Downloaded utf-8 v0.7.6
11402026-06-09T20:44:04.189Z Downloaded wait-timeout v0.2.1
11412026-06-09T20:44:04.192Z Downloaded rand v0.10.0
11422026-06-09T20:44:04.196Z Downloaded quinn v0.11.9
11432026-06-09T20:44:04.199Z Downloaded usdt-impl v0.6.0
11442026-06-09T20:44:04.199Z Downloaded usdt v0.6.0
11452026-06-09T20:44:04.202Z Downloaded qorb v0.4.1
11462026-06-09T20:44:04.205Z Downloaded serde_yaml v0.9.34+deprecated
11472026-06-09T20:44:04.208Z Downloaded socket2 v0.6.3
11482026-06-09T20:44:04.211Z Downloaded tokio-rustls v0.26.4
11492026-06-09T20:44:04.217Z Downloaded tokio-tungstenite v0.23.1
11502026-06-09T20:44:04.220Z Downloaded tokio-tungstenite v0.21.0
11512026-06-09T20:44:04.223Z Downloaded term v1.2.1
11522026-06-09T20:44:04.226Z Downloaded uzers v0.12.2
11532026-06-09T20:44:04.226Z Downloaded rsa v0.9.10
11542026-06-09T20:44:04.230Z Downloaded tokio-rustls v0.24.1
11552026-06-09T20:44:04.232Z Downloaded p521 v0.13.3
11562026-06-09T20:44:04.235Z Downloaded tokio-stream v0.1.18
11572026-06-09T20:44:04.239Z Downloaded vergen-lib v9.1.0
11582026-06-09T20:44:04.239Z Downloaded rand v0.8.6
11592026-06-09T20:44:04.242Z Downloaded zeroize_derive v1.4.3
11602026-06-09T20:44:04.242Z Downloaded unarray v0.1.4
11612026-06-09T20:44:04.245Z Downloaded toml_parser v1.0.9+spec-1.1.0
11622026-06-09T20:44:04.248Z Downloaded vergen-lib v0.1.6
11632026-06-09T20:44:04.248Z Downloaded xshell-macros v0.2.7
11642026-06-09T20:44:04.248Z Downloaded test-strategy v0.4.5
11652026-06-09T20:44:04.253Z Downloaded want v0.3.1
11662026-06-09T20:44:04.257Z Downloaded walkdir v2.5.0
11672026-06-09T20:44:04.259Z Downloaded russh v0.45.0
11682026-06-09T20:44:04.264Z Downloaded twox-hash v2.1.2
11692026-06-09T20:44:04.267Z Downloaded unicase v2.9.0
11702026-06-09T20:44:04.267Z Downloaded tls_codec v0.4.2
11712026-06-09T20:44:04.269Z Downloaded whoami v1.6.1
11722026-06-09T20:44:04.270Z Downloaded tinyvec v1.10.0
11732026-06-09T20:44:04.274Z Downloaded itertools v0.12.1
11742026-06-09T20:44:04.286Z Downloaded vergen-git2 v9.1.0
11752026-06-09T20:44:04.290Z Downloaded subprocess v0.2.15
11762026-06-09T20:44:04.290Z Downloaded vergen-gitcl v1.0.8
11772026-06-09T20:44:04.294Z Downloaded rustyline v14.0.0
11782026-06-09T20:44:04.294Z Downloaded zone_cfg_derive v0.3.1
11792026-06-09T20:44:04.294Z Downloaded zone v0.3.1
11802026-06-09T20:44:04.297Z Downloaded serde_with v1.14.0
11812026-06-09T20:44:04.302Z Downloaded similar v2.7.0
11822026-06-09T20:44:04.305Z Downloaded socket2 v0.5.10
11832026-06-09T20:44:04.305Z Downloaded snafu v0.8.9
11842026-06-09T20:44:04.308Z Downloaded zeroize v1.8.2
11852026-06-09T20:44:04.308Z Downloaded xshell v0.2.7
11862026-06-09T20:44:04.313Z Downloaded vergen v9.1.0
11872026-06-09T20:44:04.315Z Downloaded toml v1.0.6+spec-1.1.0
11882026-06-09T20:44:04.319Z Downloaded tracing-attributes v0.1.31
11892026-06-09T20:44:04.321Z Downloaded whoami v2.1.0
11902026-06-09T20:44:04.322Z Downloaded hyper v1.8.1
11912026-06-09T20:44:04.326Z Downloaded schemars v1.2.1
11922026-06-09T20:44:04.334Z Downloaded zstd-safe v7.2.4
11932026-06-09T20:44:04.338Z Downloaded zstd v0.13.3
11942026-06-09T20:44:04.338Z Downloaded xattr v1.6.1
11952026-06-09T20:44:04.341Z Downloaded unicode-properties v0.1.4
11962026-06-09T20:44:04.341Z Downloaded tar v0.4.45
11972026-06-09T20:44:04.344Z Downloaded wyz v0.5.1
11982026-06-09T20:44:04.344Z Downloaded tungstenite v0.23.0
11992026-06-09T20:44:04.347Z Downloaded hkdf v0.12.4
12002026-06-09T20:44:04.347Z Downloaded nom v8.0.0
12012026-06-09T20:44:04.350Z Downloaded iri-string v0.7.10
12022026-06-09T20:44:04.353Z Downloaded rpassword v7.4.0
12032026-06-09T20:44:04.356Z Downloaded iddqd v0.4.2
12042026-06-09T20:44:04.360Z Downloaded typify v0.6.2
12052026-06-09T20:44:04.364Z Downloaded num-bigint-dig v0.8.6
12062026-06-09T20:44:04.368Z Downloaded schemars v0.9.0
12072026-06-09T20:44:04.373Z Downloaded toml_edit v0.23.10+spec-1.0.0
12082026-06-09T20:44:04.380Z Downloaded toml v0.7.8
12092026-06-09T20:44:04.383Z Downloaded libm v0.2.16
12102026-06-09T20:44:04.387Z Downloaded bindgen v0.71.1
12112026-06-09T20:44:04.394Z Downloaded rand v0.9.2
12122026-06-09T20:44:04.397Z Downloaded unicode-bidi v0.3.18
12132026-06-09T20:44:04.401Z Downloaded p384 v0.13.1
12142026-06-09T20:44:04.404Z Downloaded tungstenite v0.21.0
12152026-06-09T20:44:04.407Z Downloaded tracing-core v0.1.36
12162026-06-09T20:44:04.407Z Downloaded zerocopy v0.6.6
12172026-06-09T20:44:04.410Z Downloaded yasna v0.5.2
12182026-06-09T20:44:04.410Z Downloaded ssh-key v0.6.7
12192026-06-09T20:44:04.413Z Downloaded typify v0.4.3
12202026-06-09T20:44:04.416Z Downloaded toml_edit v0.19.15
12212026-06-09T20:44:04.425Z Downloaded unsafe-libyaml v0.2.11
12222026-06-09T20:44:04.428Z Downloaded steno v0.4.1
12232026-06-09T20:44:04.431Z Downloaded reqwest v0.12.28
12242026-06-09T20:44:04.434Z Downloaded vsss-rs v3.3.4
12252026-06-09T20:44:04.437Z Downloaded chrono v0.4.44
12262026-06-09T20:44:04.441Z Downloaded uuid v1.23.0
12272026-06-09T20:44:04.455Z Downloaded reqwest v0.13.2
12282026-06-09T20:44:04.458Z Downloaded vte v0.14.1
12292026-06-09T20:44:04.462Z Downloaded yansi v1.0.1
12302026-06-09T20:44:04.465Z Downloaded goblin v0.10.5
12312026-06-09T20:44:04.470Z Downloaded zip v0.6.6
12322026-06-09T20:44:04.473Z Downloaded lalrpop v0.19.12
12332026-06-09T20:44:04.481Z Downloaded h2 v0.4.13
12342026-06-09T20:44:04.486Z Downloaded rayon v1.11.0
12352026-06-09T20:44:04.504Z Downloaded zopfli v0.8.3
12362026-06-09T20:44:04.518Z Downloaded x509-cert v0.2.5
12372026-06-09T20:44:04.523Z Downloaded typed-path v0.9.3
12382026-06-09T20:44:04.528Z Downloaded moka v0.12.13
12392026-06-09T20:44:04.533Z Downloaded zerocopy-derive v0.8.40
12402026-06-09T20:44:04.538Z Downloaded unicode-segmentation v1.12.0
12412026-06-09T20:44:04.571Z Downloaded tower-http v0.6.8
12422026-06-09T20:44:04.575Z Downloaded tower v0.5.3
12432026-06-09T20:44:04.580Z Downloaded reedline v0.40.0
12442026-06-09T20:44:04.584Z Downloaded tough v0.22.0
12452026-06-09T20:44:04.589Z Downloaded unicode-normalization v0.1.25
12462026-06-09T20:44:04.593Z Downloaded object v0.30.4
12472026-06-09T20:44:04.596Z Downloaded zip v4.6.1
12482026-06-09T20:44:04.599Z Downloaded regex v1.12.3
12492026-06-09T20:44:04.602Z Downloaded git2 v0.20.4
12502026-06-09T20:44:04.607Z Downloaded unicode_categories v0.1.1
12512026-06-09T20:44:04.610Z Downloaded portable-atomic v1.13.1
12522026-06-09T20:44:04.639Z Downloaded nix v0.27.1
12532026-06-09T20:44:04.643Z Downloaded bstr v1.12.1
12542026-06-09T20:44:04.658Z Downloaded rustls-webpki v0.101.7
12552026-06-09T20:44:04.667Z Downloaded quick-xml v0.37.5
12562026-06-09T20:44:04.678Z Downloaded salty v0.3.0
12572026-06-09T20:44:04.681Z Downloaded tabled v0.20.0
12582026-06-09T20:44:04.690Z Downloaded smoltcp v0.9.1
12592026-06-09T20:44:04.697Z Downloaded nix v0.28.0
12602026-06-09T20:44:04.723Z Downloaded nix v0.31.2
12612026-06-09T20:44:04.729Z Downloaded zlib-rs v0.6.2
12622026-06-09T20:44:04.754Z Downloaded regress v0.10.5
12632026-06-09T20:44:04.754Z Downloaded tokio-util v0.7.18
12642026-06-09T20:44:04.754Z Downloaded object v0.37.3
12652026-06-09T20:44:04.760Z Downloaded regress v0.11.1
12662026-06-09T20:44:04.760Z Downloaded vcpkg v0.2.15
12672026-06-09T20:44:04.776Z Downloaded zerocopy v0.8.40
12682026-06-09T20:44:04.781Z Downloaded petname v2.0.2
12692026-06-09T20:44:04.784Z Downloaded openapiv3 v2.2.0
12702026-06-09T20:44:04.790Z Downloaded serde_with v3.17.0
12712026-06-09T20:44:04.797Z Downloaded rustls v0.23.37
12722026-06-09T20:44:04.804Z Downloaded rustls-webpki v0.102.8
12732026-06-09T20:44:04.817Z Downloaded rustix v0.38.44
12742026-06-09T20:44:04.828Z Downloaded rustls v0.22.4
12752026-06-09T20:44:04.835Z Downloaded winnow v0.5.40
12762026-06-09T20:44:04.839Z Downloaded regex-syntax v0.8.10
12772026-06-09T20:44:04.843Z Downloaded winnow v0.6.26
12782026-06-09T20:44:04.848Z Downloaded proptest v1.10.0
12792026-06-09T20:44:04.853Z Downloaded curve25519-dalek v4.1.3
12802026-06-09T20:44:04.863Z Downloaded radix_trie v0.2.1
12812026-06-09T20:44:04.872Z Downloaded quinn-proto v0.11.13
12822026-06-09T20:44:04.877Z Downloaded bzip2-sys v0.1.13+1.0.8
12832026-06-09T20:44:04.883Z Downloaded regex-automata v0.4.14
12842026-06-09T20:44:04.894Z Downloaded tokio-postgres v0.7.16
12852026-06-09T20:44:04.898Z Downloaded zerocopy-derive v0.6.6
12862026-06-09T20:44:04.910Z Downloaded jiff v0.2.21
12872026-06-09T20:44:04.921Z Downloaded chrono-tz v0.10.4
12882026-06-09T20:44:04.930Z Downloaded polar-core v0.27.3
12892026-06-09T20:44:04.935Z Downloaded openssl v0.10.79
12902026-06-09T20:44:04.956Z Downloaded rustls v0.21.12
12912026-06-09T20:44:04.965Z Downloaded time v0.3.47
12922026-06-09T20:44:05.032Z Downloaded hickory-proto v0.24.4
12932026-06-09T20:44:05.039Z Downloaded dropshot v0.17.0
12942026-06-09T20:44:05.051Z Downloaded webpki-roots v1.0.6
12952026-06-09T20:44:05.055Z Downloaded regex-syntax v0.6.29
12962026-06-09T20:44:05.062Z Downloaded smoltcp v0.11.0
12972026-06-09T20:44:05.093Z Downloaded diesel v2.3.7
12982026-06-09T20:44:05.146Z Downloaded hickory-proto v0.25.2
12992026-06-09T20:44:05.271Z Downloaded sqlparser v0.61.0
13002026-06-09T20:44:05.317Z Downloaded tracing v0.1.44
13012026-06-09T20:44:05.330Z Downloaded typify-impl v0.6.2
13022026-06-09T20:44:05.337Z Downloaded sled v0.34.7
13032026-06-09T20:44:05.344Z Downloaded typify-impl v0.4.3
13042026-06-09T20:44:05.351Z Downloaded ratatui v0.29.0
13052026-06-09T20:44:05.485Z Downloaded petgraph v0.6.5
13062026-06-09T20:44:05.549Z Downloaded petgraph v0.8.3
13072026-06-09T20:44:05.590Z Downloaded aws-lc-sys v0.40.0
13082026-06-09T20:44:05.737Z Downloaded libz-sys v1.1.24
13092026-06-09T20:44:05.750Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-06-09T20:44:05.761Z Downloaded sha3 v0.10.8
13112026-06-09T20:44:05.764Z Downloaded csv v1.4.0
13122026-06-09T20:44:05.791Z Downloaded tokio v1.52.1
13132026-06-09T20:44:05.889Z Downloaded encoding_rs v0.8.35
13142026-06-09T20:44:05.925Z Downloaded ring v0.17.14
13152026-06-09T20:44:05.951Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-06-09T20:44:06.090Z Compiling libc v0.2.185
13172026-06-09T20:44:06.090Z Compiling serde v1.0.228
13182026-06-09T20:44:06.093Z Compiling log v0.4.29
13192026-06-09T20:44:06.093Z Compiling find-msvc-tools v0.1.9
13202026-06-09T20:44:06.250Z Compiling shlex v1.3.0
13212026-06-09T20:44:06.250Z Compiling smallvec v1.15.1
13222026-06-09T20:44:06.260Z Compiling syn v2.0.117
13232026-06-09T20:44:06.272Z Compiling typenum v1.19.0
13242026-06-09T20:44:06.426Z Compiling generic-array v0.14.7
13252026-06-09T20:44:06.453Z Compiling subtle v2.6.1
13262026-06-09T20:44:06.456Z Compiling scopeguard v1.2.0
13272026-06-09T20:44:06.507Z Compiling const-oid v0.9.6
13282026-06-09T20:44:06.563Z Compiling lock_api v0.4.14
13292026-06-09T20:44:06.579Z Compiling serde_json v1.0.149
13302026-06-09T20:44:06.643Z Compiling zerocopy v0.8.40
13312026-06-09T20:44:06.667Z Compiling pin-project-lite v0.2.17
13322026-06-09T20:44:06.771Z Compiling parking_lot_core v0.9.12
13332026-06-09T20:44:06.795Z Compiling portable-atomic v1.13.1
13342026-06-09T20:44:07.031Z Compiling pkg-config v0.3.32
13352026-06-09T20:44:07.083Z Compiling getrandom v0.2.17
13362026-06-09T20:44:07.115Z Compiling jobserver v0.1.34
13372026-06-09T20:44:07.233Z Compiling rand_core v0.6.4
13382026-06-09T20:44:07.240Z Compiling errno v0.3.14
13392026-06-09T20:44:07.389Z Compiling cc v1.2.56
13402026-06-09T20:44:07.489Z Compiling signal-hook-registry v1.4.8
13412026-06-09T20:44:07.503Z Compiling bitflags v2.11.0
13422026-06-09T20:44:07.564Z Compiling libm v0.2.16
13432026-06-09T20:44:07.598Z Compiling futures-core v0.3.32
13442026-06-09T20:44:07.726Z Compiling critical-section v1.2.0
13452026-06-09T20:44:07.748Z Compiling parking_lot v0.12.5
13462026-06-09T20:44:07.762Z Compiling mio v1.2.0
13472026-06-09T20:44:07.789Z Compiling num-traits v0.2.19
13482026-06-09T20:44:07.833Z Compiling once_cell v1.21.3
13492026-06-09T20:44:07.894Z Compiling percent-encoding v2.3.2
13502026-06-09T20:44:08.042Z Compiling socket2 v0.6.3
13512026-06-09T20:44:08.082Z Compiling futures-sink v0.3.32
13522026-06-09T20:44:08.113Z Compiling getrandom v0.4.1
13532026-06-09T20:44:08.139Z Compiling futures-io v0.3.32
13542026-06-09T20:44:08.184Z Compiling futures-channel v0.3.32
13552026-06-09T20:44:08.298Z Compiling cpufeatures v0.2.17
13562026-06-09T20:44:08.307Z Compiling slab v0.4.12
13572026-06-09T20:44:08.311Z Compiling futures-task v0.3.32
13582026-06-09T20:44:08.415Z Compiling rand_core v0.10.0
13592026-06-09T20:44:08.440Z Compiling indexmap v2.14.0
13602026-06-09T20:44:08.471Z Compiling rustversion v1.0.22
13612026-06-09T20:44:08.471Z Compiling getrandom v0.3.4
13622026-06-09T20:44:08.471Z Compiling cmake v0.1.57
13632026-06-09T20:44:08.872Z Compiling form_urlencoded v1.2.2
13642026-06-09T20:44:08.886Z Compiling fs_extra v1.3.0
13652026-06-09T20:44:08.929Z Compiling dunce v1.0.5
13662026-06-09T20:44:08.986Z Compiling synstructure v0.13.2
13672026-06-09T20:44:09.050Z Compiling ident_case v1.0.1
13682026-06-09T20:44:09.079Z Compiling base64ct v1.8.3
13692026-06-09T20:44:09.158Z Compiling aws-lc-sys v0.40.0
13702026-06-09T20:44:09.176Z Compiling iana-time-zone v0.1.65
13712026-06-09T20:44:09.366Z Compiling pem-rfc7468 v0.7.0
13722026-06-09T20:44:09.381Z Compiling regex-syntax v0.8.10
13732026-06-09T20:44:09.422Z Compiling rustix v1.1.3
13742026-06-09T20:44:09.451Z Compiling flagset v0.4.7
13752026-06-09T20:44:09.641Z Compiling rand_core v0.9.5
13762026-06-09T20:44:09.679Z Compiling ring v0.17.14
13772026-06-09T20:44:09.692Z Compiling vcpkg v0.2.15
13782026-06-09T20:44:09.726Z Compiling aws-lc-rs v1.16.3
13792026-06-09T20:44:09.921Z Compiling uuid v1.23.0
13802026-06-09T20:44:10.019Z Compiling rustc_version v0.4.1
13812026-06-09T20:44:10.359Z Compiling tracing-core v0.1.36
13822026-06-09T20:44:10.456Z Compiling openssl-sys v0.9.115
13832026-06-09T20:44:10.649Z Compiling base64 v0.22.1
13842026-06-09T20:44:10.768Z Compiling serde_derive v1.0.228
13852026-06-09T20:44:10.907Z Compiling zeroize_derive v1.4.3
13862026-06-09T20:44:10.975Z Compiling zerofrom-derive v0.1.6
13872026-06-09T20:44:10.992Z Compiling yoke-derive v0.8.1
13882026-06-09T20:44:11.256Z Compiling zerovec-derive v0.11.2
13892026-06-09T20:44:11.558Z Compiling zeroize v1.8.2
13902026-06-09T20:44:11.858Z Compiling zerocopy-derive v0.8.40
13912026-06-09T20:44:12.159Z Compiling displaydoc v0.2.5
13922026-06-09T20:44:12.335Z Compiling crypto-common v0.1.7
13932026-06-09T20:44:12.386Z Compiling zerofrom v0.1.6
13942026-06-09T20:44:12.386Z Compiling block-buffer v0.10.4
13952026-06-09T20:44:12.487Z Compiling yoke v0.8.1
13962026-06-09T20:44:12.513Z Compiling tokio-macros v2.7.0
13972026-06-09T20:44:12.562Z Compiling digest v0.10.7
13982026-06-09T20:44:12.672Z Compiling zerovec v0.11.5
13992026-06-09T20:44:12.807Z Compiling futures-macro v0.3.32
14002026-06-09T20:44:12.909Z Compiling zerotrie v0.2.3
14012026-06-09T20:44:13.172Z Compiling tinystr v0.8.2
14022026-06-09T20:44:13.202Z Compiling potential_utf v0.1.4
14032026-06-09T20:44:13.218Z Compiling hmac v0.12.1
14042026-06-09T20:44:13.365Z Compiling icu_locale_core v2.1.1
14052026-06-09T20:44:13.365Z Compiling icu_collections v2.1.1
14062026-06-09T20:44:13.371Z Compiling block-padding v0.3.3
14072026-06-09T20:44:13.541Z Compiling inout v0.1.4
14082026-06-09T20:44:13.578Z Compiling futures-util v0.3.32
14092026-06-09T20:44:13.707Z Compiling cipher v0.4.4
14102026-06-09T20:44:13.825Z Compiling sha2 v0.10.9
14112026-06-09T20:44:13.962Z Compiling icu_provider v2.1.1
14122026-06-09T20:44:14.227Z Compiling bytes v1.11.1
14132026-06-09T20:44:14.241Z Compiling icu_normalizer v2.1.1
14142026-06-09T20:44:14.256Z Compiling icu_properties v2.1.2
14152026-06-09T20:44:14.353Z Compiling der_derive v0.7.3
14162026-06-09T20:44:14.821Z Compiling tokio v1.52.1
14172026-06-09T20:44:14.886Z Compiling http v1.4.0
14182026-06-09T20:44:15.287Z Compiling idna_adapter v1.2.1
14192026-06-09T20:44:15.360Z Compiling idna v1.1.0
14202026-06-09T20:44:15.391Z Compiling der v0.7.10
14212026-06-09T20:44:15.397Z Compiling chrono v0.4.44
14222026-06-09T20:44:15.807Z Compiling url v2.5.8
14232026-06-09T20:44:15.891Z Compiling salsa20 v0.10.2
14242026-06-09T20:44:16.013Z Compiling pbkdf2 v0.12.2
14252026-06-09T20:44:16.071Z Compiling rustls-pki-types v1.14.0
14262026-06-09T20:44:16.138Z Compiling ppv-lite86 v0.2.21
14272026-06-09T20:44:16.305Z Compiling spki v0.7.3
14282026-06-09T20:44:16.445Z Compiling tracing-attributes v0.1.31
14292026-06-09T20:44:16.465Z Compiling thiserror-impl v2.0.18
14302026-06-09T20:44:16.507Z Compiling rand_chacha v0.9.0
14312026-06-09T20:44:16.562Z Compiling scrypt v0.11.0
14322026-06-09T20:44:16.574Z Compiling http-body v1.0.1
14332026-06-09T20:44:16.788Z Compiling cbc v0.1.2
14342026-06-09T20:44:16.808Z Compiling aes v0.8.4
14352026-06-09T20:44:16.868Z Compiling openssl-probe v0.2.1
14362026-06-09T20:44:16.882Z Compiling httparse v1.10.1
14372026-06-09T20:44:17.044Z Compiling untrusted v0.9.0
14382026-06-09T20:44:17.168Z Compiling untrusted v0.7.1
14392026-06-09T20:44:17.181Z Compiling tinyvec_macros v0.1.1
14402026-06-09T20:44:17.249Z Compiling tinyvec v1.10.0
14412026-06-09T20:44:17.290Z Compiling pkcs5 v0.7.1
14422026-06-09T20:44:17.585Z Compiling pest_generator v2.8.6
14432026-06-09T20:44:17.721Z Compiling tracing v0.1.44
14442026-06-09T20:44:17.757Z Compiling rand v0.9.2
14452026-06-09T20:44:17.771Z Compiling thiserror v2.0.18
14462026-06-09T20:44:17.802Z Compiling serde_derive_internals v0.29.1
14472026-06-09T20:44:17.874Z Compiling aho-corasick v1.1.4
14482026-06-09T20:44:17.982Z Compiling tower-service v0.3.3
14492026-06-09T20:44:18.080Z Compiling atomic-waker v1.1.2
14502026-06-09T20:44:18.207Z Compiling dyn-clone v1.0.20
14512026-06-09T20:44:18.267Z Compiling rustls v0.23.37
14522026-06-09T20:44:18.352Z Compiling schemars v0.8.22
14532026-06-09T20:44:18.439Z Compiling try-lock v0.2.5
14542026-06-09T20:44:18.522Z Compiling tokio-util v0.7.18
14552026-06-09T20:44:18.541Z Compiling tower-layer v0.3.3
14562026-06-09T20:44:18.571Z Compiling want v0.3.1
14572026-06-09T20:44:18.678Z Compiling schemars_derive v0.8.22
14582026-06-09T20:44:18.700Z Compiling regex-automata v0.4.14
14592026-06-09T20:44:18.730Z Compiling pest_derive v2.8.6
14602026-06-09T20:44:19.001Z Compiling pkcs8 v0.10.2
14612026-06-09T20:44:19.309Z Compiling h2 v0.4.13
14622026-06-09T20:44:19.447Z Compiling ipnet v2.11.0
14632026-06-09T20:44:19.555Z Compiling scroll_derive v0.13.1
14642026-06-09T20:44:19.569Z Compiling darling_core v0.20.11
14652026-06-09T20:44:19.924Z Compiling pin-utils v0.1.0
14662026-06-09T20:44:19.992Z Compiling httpdate v1.0.3
14672026-06-09T20:44:20.005Z Compiling openssl v0.10.79
14682026-06-09T20:44:20.216Z Compiling foreign-types-shared v0.1.1
14692026-06-09T20:44:20.254Z Compiling tempfile v3.25.0
14702026-06-09T20:44:20.307Z Compiling foreign-types v0.3.2
14712026-06-09T20:44:20.354Z Compiling scroll v0.13.0
14722026-06-09T20:44:20.464Z Compiling unicode-normalization v0.1.25
14732026-06-09T20:44:20.621Z Compiling openssl-macros v0.1.1
14742026-06-09T20:44:20.916Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14752026-06-09T20:44:21.020Z Compiling spin v0.9.8
14762026-06-09T20:44:21.037Z Compiling powerfmt v0.2.0
14772026-06-09T20:44:21.227Z Compiling native-tls v0.2.18
14782026-06-09T20:44:21.257Z Compiling time-core v0.1.8
14792026-06-09T20:44:21.301Z Compiling crc32fast v1.5.0
14802026-06-09T20:44:21.382Z Compiling num-conv v0.2.0
14812026-06-09T20:44:21.513Z Compiling time-macros v0.2.27
14822026-06-09T20:44:21.617Z Compiling deranged v0.5.8
14832026-06-09T20:44:21.816Z Compiling darling_macro v0.20.11
14842026-06-09T20:44:22.285Z Compiling hyper v1.8.1
14852026-06-09T20:44:22.593Z Compiling darling v0.20.11
14862026-06-09T20:44:22.639Z Compiling goblin v0.10.5
14872026-06-09T20:44:22.680Z Compiling rustls-native-certs v0.8.3
14882026-06-09T20:44:22.736Z Compiling sync_wrapper v1.0.2
14892026-06-09T20:44:22.847Z Compiling wait-timeout v0.2.1
14902026-06-09T20:44:22.934Z Compiling siphasher v1.0.2
14912026-06-09T20:44:23.113Z Compiling num_threads v0.1.7
14922026-06-09T20:44:23.144Z Compiling crossbeam-utils v0.8.21
14932026-06-09T20:44:23.221Z Compiling usdt-impl v0.6.0
14942026-06-09T20:44:23.256Z Compiling syn v1.0.109
14952026-06-09T20:44:23.391Z Compiling hyper-util v0.1.20
14962026-06-09T20:44:23.404Z Compiling quick-error v1.2.3
14972026-06-09T20:44:23.528Z Compiling bit-vec v0.8.0
14982026-06-09T20:44:23.558Z Compiling unicode-segmentation v1.12.0
14992026-06-09T20:44:23.767Z Compiling simd-adler32 v0.3.8
15002026-06-09T20:44:23.809Z Compiling bit-set v0.8.0
15012026-06-09T20:44:23.997Z Compiling rusty-fork v0.3.1
15022026-06-09T20:44:24.077Z Compiling time v0.3.47
15032026-06-09T20:44:24.263Z Compiling tower v0.5.3
15042026-06-09T20:44:24.325Z Compiling derive_builder_core v0.20.2
15052026-06-09T20:44:24.770Z Compiling dtrace-parser v0.3.0
15062026-06-09T20:44:24.785Z Compiling http-body-util v0.1.3
15072026-06-09T20:44:25.033Z Compiling webpki-roots v1.0.6
15082026-06-09T20:44:25.161Z Compiling signature v2.2.0
15092026-06-09T20:44:25.165Z Compiling thiserror-impl v1.0.69
15102026-06-09T20:44:25.241Z Compiling scroll_derive v0.12.1
15112026-06-09T20:44:25.341Z Compiling dof v0.4.0
15122026-06-09T20:44:25.527Z Compiling heapless v0.7.17
15132026-06-09T20:44:25.657Z Compiling rand_xorshift v0.4.0
15142026-06-09T20:44:25.766Z Compiling slog v2.8.2
15152026-06-09T20:44:25.820Z Compiling darling_core v0.21.3
15162026-06-09T20:44:25.896Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-06-09T20:44:25.954Z Compiling thread-id v5.1.0
15182026-06-09T20:44:26.039Z Compiling cookie v0.18.1
15192026-06-09T20:44:26.168Z Compiling iri-string v0.7.10
15202026-06-09T20:44:26.221Z Compiling ryu v1.0.23
15212026-06-09T20:44:26.406Z Compiling unicode-bidi v0.3.18
15222026-06-09T20:44:26.425Z Compiling paste v1.0.15
15232026-06-09T20:44:26.504Z Compiling anyhow v1.0.102
15242026-06-09T20:44:26.692Z Compiling adler2 v2.0.1
15252026-06-09T20:44:26.801Z Compiling signal-hook v0.3.18
15262026-06-09T20:44:26.806Z Compiling unicode-properties v0.1.4
15272026-06-09T20:44:26.827Z Compiling unarray v0.1.4
15282026-06-09T20:44:26.929Z Compiling zstd-safe v7.2.4
15292026-06-09T20:44:26.944Z Compiling allocator-api2 v0.2.21
15302026-06-09T20:44:27.044Z Compiling stringprep v0.1.5
15312026-06-09T20:44:27.050Z Compiling proptest v1.10.0
15322026-06-09T20:44:27.262Z Compiling miniz_oxide v0.8.9
15332026-06-09T20:44:27.345Z Compiling tower-http v0.6.8
15342026-06-09T20:44:27.467Z Compiling thiserror v1.0.69
15352026-06-09T20:44:27.572Z Compiling serde_urlencoded v0.7.1
15362026-06-09T20:44:27.842Z Compiling scroll v0.12.0
15372026-06-09T20:44:27.949Z Compiling derive_builder_macro v0.20.2
15382026-06-09T20:44:28.087Z Compiling tokio-native-tls v0.3.1
15392026-06-09T20:44:28.311Z Compiling darling_macro v0.21.3
15402026-06-09T20:44:28.328Z Compiling heck v0.4.1
15412026-06-09T20:44:28.374Z Compiling ipnetwork v0.21.1
15422026-06-09T20:44:28.460Z Compiling bstr v1.12.1
15432026-06-09T20:44:28.545Z Compiling rand_chacha v0.3.1
15442026-06-09T20:44:28.586Z Compiling serde_tokenstream v0.2.3
15452026-06-09T20:44:28.762Z Compiling erased-serde v0.3.31
15462026-06-09T20:44:28.796Z Compiling serde_spanned v0.6.9
15472026-06-09T20:44:28.904Z Compiling toml_datetime v0.6.11
15482026-06-09T20:44:28.934Z Compiling md-5 v0.10.6
15492026-06-09T20:44:29.083Z Compiling async-trait v0.1.89
15502026-06-09T20:44:29.116Z Compiling pin-project-internal v1.1.11
15512026-06-09T20:44:29.141Z Compiling zerocopy-derive v0.7.35
15522026-06-09T20:44:29.241Z Compiling curve25519-dalek v4.1.3
15532026-06-09T20:44:29.374Z Compiling vergen-lib v9.1.0
15542026-06-09T20:44:29.585Z Compiling num-integer v0.1.46
15552026-06-09T20:44:29.697Z Compiling hash32 v0.2.1
15562026-06-09T20:44:29.828Z Compiling ff v0.13.1
15572026-06-09T20:44:29.909Z Compiling memoffset v0.9.1
15582026-06-09T20:44:29.969Z Compiling encoding_rs v0.8.35
15592026-06-09T20:44:30.007Z Compiling smoltcp v0.9.1
15602026-06-09T20:44:30.111Z Compiling ref-cast v1.0.25
15612026-06-09T20:44:30.159Z Compiling mime v0.3.17
15622026-06-09T20:44:30.257Z Compiling fallible-iterator v0.2.0
15632026-06-09T20:44:30.347Z Compiling base16ct v0.2.0
15642026-06-09T20:44:30.421Z Compiling litrs v1.0.0
15652026-06-09T20:44:30.425Z Compiling cfg_aliases v0.2.1
15662026-06-09T20:44:30.512Z Compiling zlib-rs v0.6.2
15672026-06-09T20:44:30.532Z Compiling rustix v0.38.44
15682026-06-09T20:44:30.572Z Compiling psl-types v2.0.11
15692026-06-09T20:44:30.710Z Compiling num-bigint-dig v0.8.6
15702026-06-09T20:44:30.915Z Compiling publicsuffix v2.3.0
15712026-06-09T20:44:30.949Z Compiling document-features v0.2.12
15722026-06-09T20:44:30.968Z Compiling postgres-protocol v0.6.10
15732026-06-09T20:44:31.084Z Compiling nix v0.31.2
15742026-06-09T20:44:31.455Z Compiling sec1 v0.7.3
15752026-06-09T20:44:31.525Z Compiling pin-project v1.1.11
15762026-06-09T20:44:31.556Z Compiling zerocopy v0.7.35
15772026-06-09T20:44:31.628Z Compiling group v0.13.0
15782026-06-09T20:44:31.637Z Compiling num-iter v0.1.45
15792026-06-09T20:44:31.820Z Compiling newtype-uuid v1.3.2
15802026-06-09T20:44:32.078Z Compiling hubpack_derive v0.1.1
15812026-06-09T20:44:32.092Z Compiling darling v0.21.3
15822026-06-09T20:44:32.148Z Compiling rand v0.8.6
15832026-06-09T20:44:32.174Z Compiling oxnet v0.1.5
15842026-06-09T20:44:32.196Z Compiling snafu-derive v0.8.9
15852026-06-09T20:44:32.302Z Compiling derive_builder v0.20.2
15862026-06-09T20:44:32.431Z Compiling hyper-tls v0.6.0
15872026-06-09T20:44:32.514Z Compiling goblin v0.8.2
15882026-06-09T20:44:33.318Z Compiling phf_shared v0.13.1
15892026-06-09T20:44:33.340Z Compiling lazy_static v1.5.0
15902026-06-09T20:44:33.436Z Compiling flate2 v1.1.9
15912026-06-09T20:44:33.491Z Compiling regex v1.12.3
15922026-06-09T20:44:33.512Z Compiling anstyle-parse v0.2.7
15932026-06-09T20:44:33.707Z Compiling strum_macros v0.27.2
15942026-06-09T20:44:33.715Z Compiling futures-executor v0.3.32
15952026-06-09T20:44:33.830Z Compiling hex v0.4.3
15962026-06-09T20:44:33.918Z Compiling hkdf v0.12.4
15972026-06-09T20:44:33.964Z Compiling crypto-bigint v0.5.5
15982026-06-09T20:44:34.068Z Compiling terminal_size v0.4.3
15992026-06-09T20:44:34.085Z Compiling ref-cast-impl v1.0.25
16002026-06-09T20:44:34.103Z Compiling curve25519-dalek-derive v0.1.1
16012026-06-09T20:44:34.208Z Compiling daft-derive v0.1.7
16022026-06-09T20:44:34.660Z Compiling vergen v9.1.0
16032026-06-09T20:44:34.796Z Compiling fs-err v3.3.0
16042026-06-09T20:44:34.850Z Compiling cargo-platform v0.3.2
16052026-06-09T20:44:34.979Z Compiling ahash v0.8.12
16062026-06-09T20:44:34.986Z Compiling same-file v1.0.6
16072026-06-09T20:44:35.131Z Compiling winnow v0.5.40
16082026-06-09T20:44:35.154Z Compiling object v0.37.3
16092026-06-09T20:44:35.175Z Compiling bitflags v1.3.2
16102026-06-09T20:44:35.255Z Compiling managed v0.8.0
16112026-06-09T20:44:35.434Z Compiling foldhash v0.1.5
16122026-06-09T20:44:35.483Z Compiling libbz2-rs-sys v0.2.2
16132026-06-09T20:44:35.611Z Compiling bumpalo v3.20.2
16142026-06-09T20:44:35.696Z Compiling foldhash v0.2.0
16152026-06-09T20:44:35.870Z Compiling hashbrown v0.16.1
16162026-06-09T20:44:35.917Z Compiling bzip2 v0.6.1
16172026-06-09T20:44:35.994Z Compiling zopfli v0.8.3
16182026-06-09T20:44:36.121Z Compiling strum v0.27.2
16192026-06-09T20:44:36.136Z Compiling clap_builder v4.6.0
16202026-06-09T20:44:36.193Z Compiling hashbrown v0.15.5
16212026-06-09T20:44:36.450Z Compiling toml_edit v0.19.15
16222026-06-09T20:44:36.637Z Compiling walkdir v2.5.0
16232026-06-09T20:44:36.659Z Compiling cargo_metadata v0.23.1
16242026-06-09T20:44:36.811Z Compiling daft v0.1.7
16252026-06-09T20:44:36.951Z Compiling elliptic-curve v0.13.8
16262026-06-09T20:44:37.083Z Compiling dof v0.3.0
16272026-06-09T20:44:37.468Z Compiling snafu v0.8.9
16282026-06-09T20:44:37.837Z Compiling futures v0.3.32
16292026-06-09T20:44:37.843Z Compiling anstream v0.6.21
16302026-06-09T20:44:37.872Z Compiling phf v0.13.1
16312026-06-09T20:44:38.006Z Compiling signal-hook-mio v0.2.5
16322026-06-09T20:44:38.125Z Compiling cookie_store v0.22.1
16332026-06-09T20:44:38.150Z Compiling zstd v0.13.3
16342026-06-09T20:44:38.442Z Compiling hubpack v0.1.2
16352026-06-09T20:44:38.464Z Compiling bzip2 v0.4.4
16362026-06-09T20:44:38.612Z Compiling serde_with_macros v3.17.0
16372026-06-09T20:44:38.736Z Compiling postgres-types v0.2.12
16382026-06-09T20:44:39.059Z Compiling usdt-attr-macro v0.6.0
16392026-06-09T20:44:39.108Z Compiling usdt-macro v0.6.0
16402026-06-09T20:44:39.280Z Compiling globset v0.4.18
16412026-06-09T20:44:39.795Z Compiling dtrace-parser v0.2.0
16422026-06-09T20:44:39.863Z Compiling ed25519 v2.2.3
16432026-06-09T20:44:39.891Z Compiling phf_shared v0.11.3
16442026-06-09T20:44:39.912Z Compiling olpc-cjson v0.1.4
16452026-06-09T20:44:40.040Z Compiling pkcs1 v0.7.5
16462026-06-09T20:44:40.093Z Compiling clap_derive v4.6.1
16472026-06-09T20:44:40.103Z Compiling enum-as-inner v0.6.1
16482026-06-09T20:44:40.103Z Compiling strum_macros v0.26.4
16492026-06-09T20:44:40.450Z Compiling serde-big-array v0.5.1
16502026-06-09T20:44:40.528Z Compiling serde_plain v1.0.2
16512026-06-09T20:44:40.610Z Compiling rfc6979 v0.4.0
16522026-06-09T20:44:40.610Z Compiling pem v3.0.6
16532026-06-09T20:44:40.730Z Compiling serde_repr v0.1.20
16542026-06-09T20:44:40.730Z Compiling async-recursion v1.1.1
16552026-06-09T20:44:40.780Z Compiling float-cmp v0.10.0
16562026-06-09T20:44:40.986Z Compiling memmap2 v0.9.10
16572026-06-09T20:44:41.062Z Compiling thread-id v4.2.2
16582026-06-09T20:44:41.062Z Compiling env_filter v1.0.0
16592026-06-09T20:44:41.143Z Compiling difflib v0.4.0
16602026-06-09T20:44:41.254Z Compiling new_debug_unreachable v1.0.6
16612026-06-09T20:44:41.328Z Compiling data-encoding v2.10.0
16622026-06-09T20:44:41.343Z Compiling typed-path v0.9.3
16632026-06-09T20:44:41.365Z Compiling keccak v0.1.6
16642026-06-09T20:44:41.709Z Compiling fixedbitset v0.5.7
16652026-06-09T20:44:41.833Z Compiling jiff v0.2.21
16662026-06-09T20:44:41.849Z Compiling precomputed-hash v0.1.1
16672026-06-09T20:44:41.943Z Compiling predicates-core v1.0.10
16682026-06-09T20:44:41.994Z Compiling normalize-line-endings v0.3.0
16692026-06-09T20:44:42.028Z Compiling whoami v2.1.0
16702026-06-09T20:44:42.114Z Compiling static_assertions v1.1.0
16712026-06-09T20:44:42.153Z Compiling fixedbitset v0.4.2
16722026-06-09T20:44:42.203Z Compiling either v1.15.0
16732026-06-09T20:44:42.253Z Compiling toml_edit v0.22.27
16742026-06-09T20:44:42.359Z Compiling petgraph v0.6.5
16752026-06-09T20:44:42.414Z Compiling itertools v0.13.0
16762026-06-09T20:44:42.434Z Compiling tokio-postgres v0.7.16
16772026-06-09T20:44:42.542Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-06-09T20:44:43.616Z Compiling predicates v3.1.4
16792026-06-09T20:44:43.664Z Compiling string_cache v0.8.9
16802026-06-09T20:44:43.801Z Compiling petgraph v0.8.3
16812026-06-09T20:44:43.960Z Compiling clap v4.6.1
16822026-06-09T20:44:44.003Z Compiling strum v0.26.3
16832026-06-09T20:44:44.105Z Compiling hickory-proto v0.25.2
16842026-06-09T20:44:44.249Z Compiling sha3 v0.10.8
16852026-06-09T20:44:44.541Z Compiling zip v4.6.1
16862026-06-09T20:44:44.770Z Compiling env_logger v0.11.9
16872026-06-09T20:44:44.937Z Compiling usdt v0.6.0
16882026-06-09T20:44:45.139Z Compiling usdt-impl v0.5.0
16892026-06-09T20:44:45.193Z Compiling ecdsa v0.16.9
16902026-06-09T20:44:45.362Z Compiling rsa v0.9.10
16912026-06-09T20:44:45.543Z Compiling ed25519-dalek v2.2.0
16922026-06-09T20:44:45.596Z Compiling serde_with v3.17.0
16932026-06-09T20:44:45.739Z Compiling crossterm v0.28.1
16942026-06-09T20:44:46.063Z Compiling zip v0.6.6
16952026-06-09T20:44:46.580Z Compiling toml v0.7.8
16962026-06-09T20:44:46.637Z Compiling iddqd v0.4.2
16972026-06-09T20:44:47.306Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-06-09T20:44:47.408Z Compiling similar v2.7.0
16992026-06-09T20:44:47.458Z Compiling crossbeam-epoch v0.9.18
17002026-06-09T20:44:47.958Z Compiling tokio-stream v0.1.18
17012026-06-09T20:44:47.993Z Compiling buf-list v1.1.2
17022026-06-09T20:44:47.993Z Compiling x509-cert v0.2.5
17032026-06-09T20:44:48.331Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17042026-06-09T20:44:48.341Z Compiling openapiv3 v2.2.0
17052026-06-09T20:44:48.341Z Compiling sha1 v0.10.6
17062026-06-09T20:44:48.485Z Compiling peg-runtime v0.8.5
17072026-06-09T20:44:48.503Z Compiling lalrpop-util v0.19.12
17082026-06-09T20:44:48.696Z Compiling thread_local v1.1.9
17092026-06-09T20:44:48.703Z Compiling slog-async v2.8.0
17102026-06-09T20:44:48.769Z Compiling crossbeam-channel v0.5.15
17112026-06-09T20:44:48.829Z Compiling filetime v0.2.27
17122026-06-09T20:44:48.946Z Compiling is-terminal v0.4.17
17132026-06-09T20:44:49.008Z Compiling xattr v1.6.1
17142026-06-09T20:44:49.023Z Compiling take_mut v0.2.2
17152026-06-09T20:44:49.039Z Compiling term v1.2.1
17162026-06-09T20:44:49.134Z Compiling tar v0.4.45
17172026-06-09T20:44:49.524Z Compiling slog-term v2.9.2
17182026-06-09T20:44:58.704Z Compiling rustls-webpki v0.103.9
17192026-06-09T20:45:01.491Z Compiling tokio-rustls v0.26.4
17202026-06-09T20:45:01.491Z Compiling rustls-platform-verifier v0.6.2
17212026-06-09T20:45:01.689Z Compiling hyper-rustls v0.27.7
17222026-06-09T20:45:01.892Z Compiling reqwest v0.12.28
17232026-06-09T20:45:01.905Z Compiling reqwest v0.13.2
17242026-06-09T20:45:03.160Z Compiling tough v0.22.0
17252026-06-09T20:45:05.684Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-06-09T20:45:06.750Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-06-09T20:45:08.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17282026-06-09T20:45:12.095Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-06-09T20:45:12.144ZJun 09 20:45:07.702 INFO Starting download, target: Clickhouse
17302026-06-09T20:45:12.144ZJun 09 20:45:07.703 INFO Starting download, target: Console
17312026-06-09T20:45:12.144ZJun 09 20:45:07.703 INFO Starting download, target: Cockroach
17322026-06-09T20:45:12.144ZJun 09 20:45:07.703 INFO Starting download, target: DendriteStub
17332026-06-09T20:45:12.144ZJun 09 20:45:07.703 INFO Starting download, target: MaghemiteMgd
17342026-06-09T20:45:12.145ZJun 09 20:45:07.703 INFO Starting download, target: TransceiverControl
17352026-06-09T20:45:12.145ZJun 09 20:45:07.703 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-06-09T20:45:12.145ZJun 09 20:45:07.703 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-06-09T20:45:12.145ZJun 09 20:45:07.703 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-06-09T20:45:12.145ZJun 09 20:45:07.703 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-06-09T20:45:12.145ZJun 09 20:45:07.703 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-06-09T20:45:12.145ZJun 09 20:45:07.703 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-06-09T20:45:12.207ZJun 09 20:45:08.780 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-06-09T20:45:12.207ZJun 09 20:45:09.021 INFO Download complete, target: Console
17432026-06-09T20:45:12.207ZJun 09 20:45:10.212 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-06-09T20:45:18.362ZJun 09 20:45:17.064 INFO Checking that binary works, target: Clickhouse
17452026-06-09T20:45:18.412ZJun 09 20:45:17.148 INFO Download complete, target: Clickhouse
17462026-06-09T20:45:34.046ZJun 09 20:45:32.739 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17472026-06-09T20:45:34.220ZJun 09 20:45:32.947 INFO Download complete, target: TransceiverControl
17482026-06-09T20:45:35.522ZJun 09 20:45:34.256 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-06-09T20:45:36.030ZJun 09 20:45:34.762 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17502026-06-09T20:45:36.681ZJun 09 20:45:35.426 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-06-09T20:45:36.681ZJun 09 20:45:35.426 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-06-09T20:45:37.776ZJun 09 20:45:36.521 INFO Download complete, target: MaghemiteMgd
17532026-06-09T20:45:38.368ZJun 09 20:45:37.113 INFO Download complete, target: DendriteStub
17542026-06-09T20:45:41.397ZJun 09 20:45:40.138 INFO Checking that binary works, target: Cockroach
17552026-06-09T20:45:41.504ZJun 09 20:45:40.249 INFO Download complete, target: Cockroach
17562026-06-09T20:45:41.519ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-09T20:45:41.522Z
17582026-06-09T20:45:41.522Zreal 2:44.063807326
17592026-06-09T20:45:41.522Zuser 6:55.415867751
17602026-06-09T20:45:41.522Zsys 1:23.451377786
17612026-06-09T20:45:41.522Ztrap 0.211241382
17622026-06-09T20:45:41.522Ztflt 0.660184594
17632026-06-09T20:45:41.522Zdflt 0.640669766
17642026-06-09T20:45:41.522Zkflt 0.022266356
17652026-06-09T20:45:41.522Zlock 26:41.153319721
17662026-06-09T20:45:41.522Zslp 22:18.075419306
17672026-06-09T20:45:41.522Zlat 41.236258609
17682026-06-09T20:45:41.522Zstop 1:53.010889340
17692026-06-09T20:45:41.522Z+ banner clippy
17702026-06-09T20:45:41.522Z
17712026-06-09T20:45:41.522Z #### # # ##### ##### # #
17722026-06-09T20:45:41.522Z # # # # # # # # # #
17732026-06-09T20:45:41.522Z # # # # # # # #
17742026-06-09T20:45:41.522Z # # # ##### ##### #
17752026-06-09T20:45:41.522Z # # # # # # #
17762026-06-09T20:45:41.522Z #### ###### # # # #
17772026-06-09T20:45:41.522Z
17782026-06-09T20:45:41.522Z+ export CARGO_INCREMENTAL=0
17792026-06-09T20:45:41.522Z+ CARGO_INCREMENTAL=0
17802026-06-09T20:45:41.522Z+ ptime -m cargo xtask clippy
17812026-06-09T20:45:42.079Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-09T20:45:42.298Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-09T20:45:44.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17842026-06-09T20:45:44.201Z Running `target/debug/xtask clippy`
17852026-06-09T20:45:44.231Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17862026-06-09T20:45:44.841Z Downloading crates ...
17872026-06-09T20:45:45.050Z Downloaded addr2line v0.25.1
17882026-06-09T20:45:45.064Z Downloaded libtest-mimic v0.8.1
17892026-06-09T20:45:45.068Z Downloaded blake2b_simd v1.0.4
17902026-06-09T20:45:45.071Z Downloaded terminal_size v0.1.17
17912026-06-09T20:45:45.074Z Downloaded supports-color v2.1.0
17922026-06-09T20:45:45.074Z Downloaded event-listener-strategy v0.5.4
17932026-06-09T20:45:45.077Z Downloaded similar-asserts v1.7.0
17942026-06-09T20:45:45.085Z Downloaded escape8259 v0.5.3
17952026-06-09T20:45:45.088Z Downloaded linkme-impl v0.3.35
17962026-06-09T20:45:45.091Z Downloaded parking v2.2.1
17972026-06-09T20:45:45.091Z Downloaded guppy-workspace-hack v0.1.0
17982026-06-09T20:45:45.095Z Downloaded constant_time_eq v0.3.1
17992026-06-09T20:45:45.099Z Downloaded pathdiff v0.2.3
18002026-06-09T20:45:45.103Z Downloaded miette-derive v5.10.0
18012026-06-09T20:45:45.105Z Downloaded target-triple v1.0.0
18022026-06-09T20:45:45.110Z Downloaded tokio-test v0.4.5
18032026-06-09T20:45:45.110Z Downloaded approx v0.5.1
18042026-06-09T20:45:45.114Z Downloaded futures-timer v3.0.3
18052026-06-09T20:45:45.114Z Downloaded cast v0.3.0
18062026-06-09T20:45:45.114Z Downloaded anes v0.1.6
18072026-06-09T20:45:45.114Z Downloaded assert_cmd v2.1.2
18082026-06-09T20:45:45.117Z Downloaded relative-path v1.9.3
18092026-06-09T20:45:45.117Z Downloaded criterion-plot v0.6.0
18102026-06-09T20:45:45.118Z Downloaded tinytemplate v1.2.1
18112026-06-09T20:45:45.125Z Downloaded stringmetrics v2.2.2
18122026-06-09T20:45:45.125Z Downloaded plotters-svg v0.3.7
18132026-06-09T20:45:45.125Z Downloaded nested v0.1.1
18142026-06-09T20:45:45.134Z Downloaded supports-unicode v2.1.0
18152026-06-09T20:45:45.134Z Downloaded termcolor v1.4.1
18162026-06-09T20:45:45.134Z Downloaded plotters-backend v0.3.7
18172026-06-09T20:45:45.139Z Downloaded rustc-demangle v0.1.27
18182026-06-09T20:45:45.139Z Downloaded fancy-regex v0.14.0
18192026-06-09T20:45:45.140Z Downloaded target-spec v3.5.7
18202026-06-09T20:45:45.140Z Downloaded path-tree v0.8.3
18212026-06-09T20:45:45.144Z Downloaded assert-json-diff v2.0.2
18222026-06-09T20:45:45.147Z Downloaded supports-hyperlinks v2.1.0
18232026-06-09T20:45:45.147Z Downloaded async-object-pool v0.2.0
18242026-06-09T20:45:45.147Z Downloaded rust-argon2 v2.1.0
18252026-06-09T20:45:45.147Z Downloaded linkme v0.3.35
18262026-06-09T20:45:45.151Z Downloaded hickory-client v0.25.2
18272026-06-09T20:45:45.151Z Downloaded async-lock v3.4.2
18282026-06-09T20:45:45.151Z Downloaded serde_regex v1.1.0
18292026-06-09T20:45:45.156Z Downloaded backtrace-ext v0.2.1
18302026-06-09T20:45:45.156Z Downloaded oorandom v11.1.5
18312026-06-09T20:45:45.159Z Downloaded datatest-stable v0.3.3
18322026-06-09T20:45:45.159Z Downloaded target-lexicon v0.13.3
18332026-06-09T20:45:45.159Z Downloaded cfg-expr v0.20.6
18342026-06-09T20:45:45.162Z Downloaded knuffel-derive v3.2.0
18352026-06-09T20:45:45.165Z Downloaded httptest v0.16.4
18362026-06-09T20:45:45.169Z Downloaded owo-colors v3.5.0
18372026-06-09T20:45:45.169Z Downloaded partial-io v0.5.4
18382026-06-09T20:45:45.173Z Downloaded event-listener v5.4.1
18392026-06-09T20:45:45.177Z Downloaded concurrent-queue v2.5.0
18402026-06-09T20:45:45.177Z Downloaded chumsky v0.9.3
18412026-06-09T20:45:45.188Z Downloaded textwrap v0.15.2
18422026-06-09T20:45:45.191Z Downloaded trybuild v1.0.116
18432026-06-09T20:45:45.194Z Downloaded rstest_macros v0.25.0
18442026-06-09T20:45:45.197Z Downloaded rstest v0.25.0
18452026-06-09T20:45:45.200Z Downloaded knuffel v3.2.0
18462026-06-09T20:45:45.205Z Downloaded rand_distr v0.5.1
18472026-06-09T20:45:45.217Z Downloaded miette v5.10.0
18482026-06-09T20:45:45.220Z Downloaded backtrace v0.3.76
18492026-06-09T20:45:45.226Z Downloaded criterion v0.7.0
18502026-06-09T20:45:45.232Z Downloaded hashbrown v0.14.5
18512026-06-09T20:45:45.235Z Downloaded plotters v0.3.7
18522026-06-09T20:45:45.238Z Downloaded guppy v0.17.25
18532026-06-09T20:45:45.254Z Downloaded gimli v0.32.3
18542026-06-09T20:45:45.355Z Downloaded httpmock v0.8.3
18552026-06-09T20:45:47.025Z Checking cfg-if v1.0.4
18562026-06-09T20:45:47.381Z Checking libc v0.2.185
18572026-06-09T20:45:47.384Z Checking serde_core v1.0.228
18582026-06-09T20:45:47.463Z Checking memchr v2.8.0
18592026-06-09T20:45:47.491Z Checking smallvec v1.15.1
18602026-06-09T20:45:47.530Z Checking itoa v1.0.17
18612026-06-09T20:45:47.565Z Checking log v0.4.29
18622026-06-09T20:45:47.611Z Checking libm v0.2.16
18632026-06-09T20:45:47.651Z Checking zeroize v1.8.2
18642026-06-09T20:45:47.697Z Checking scopeguard v1.2.0
18652026-06-09T20:45:47.733Z Checking stable_deref_trait v1.2.1
18662026-06-09T20:45:47.772Z Checking zmij v1.0.21
18672026-06-09T20:45:47.828Z Checking lock_api v0.4.14
18682026-06-09T20:45:47.866Z Checking errno v0.3.14
18692026-06-09T20:45:47.866Z Checking getrandom v0.2.17
18702026-06-09T20:45:47.869Z Checking zerofrom v0.1.6
18712026-06-09T20:45:47.937Z Checking percent-encoding v2.3.2
18722026-06-09T20:45:48.008Z Checking writeable v0.6.2
18732026-06-09T20:45:48.012Z Checking litemap v0.8.1
18742026-06-09T20:45:48.074Z Checking yoke v0.8.1
18752026-06-09T20:45:48.115Z Checking icu_properties_data v2.1.2
18762026-06-09T20:45:48.115Z Checking icu_normalizer_data v2.1.1
18772026-06-09T20:45:48.178Z Checking form_urlencoded v1.2.2
18782026-06-09T20:45:48.215Z Checking utf8_iter v1.0.4
18792026-06-09T20:45:48.251Z Checking subtle v2.6.1
18802026-06-09T20:45:48.289Z Checking zerovec v0.11.5
18812026-06-09T20:45:48.289Z Checking zerotrie v0.2.3
18822026-06-09T20:45:48.356Z Checking num-traits v0.2.19
18832026-06-09T20:45:48.391Z Checking rand_core v0.10.0
18842026-06-09T20:45:48.391Z Checking pin-project-lite v0.2.17
18852026-06-09T20:45:48.461Z Checking rand_core v0.6.4
18862026-06-09T20:45:48.461Z Checking parking_lot_core v0.9.12
18872026-06-09T20:45:48.547Z Checking zerocopy v0.8.40
18882026-06-09T20:45:48.583Z Checking getrandom v0.4.1
18892026-06-09T20:45:48.626Z Checking portable-atomic v1.13.1
18902026-06-09T20:45:48.670Z Checking parking_lot v0.12.5
18912026-06-09T20:45:48.709Z Checking signal-hook-registry v1.4.8
18922026-06-09T20:45:48.756Z Checking critical-section v1.2.0
18932026-06-09T20:45:48.791Z Checking tinystr v0.8.2
18942026-06-09T20:45:48.840Z Checking serde v1.0.228
18952026-06-09T20:45:48.882Z Checking serde_json v1.0.149
18962026-06-09T20:45:48.885Z Checking bitflags v2.11.0
18972026-06-09T20:45:48.951Z Checking potential_utf v0.1.4
18982026-06-09T20:45:48.990Z Checking icu_locale_core v2.1.1
18992026-06-09T20:45:48.990Z Checking mio v1.2.0
19002026-06-09T20:45:49.057Z Checking once_cell v1.21.3
19012026-06-09T20:45:49.106Z Checking icu_collections v2.1.1
19022026-06-09T20:45:49.151Z Checking socket2 v0.6.3
19032026-06-09T20:45:49.260Z Checking bytes v1.11.1
19042026-06-09T20:45:49.304Z Checking typenum v1.19.0
19052026-06-09T20:45:49.341Z Checking iana-time-zone v0.1.65
19062026-06-09T20:45:49.424Z Checking uuid v1.23.0
19072026-06-09T20:45:49.463Z Checking thiserror v2.0.18
19082026-06-09T20:45:49.498Z Checking chrono v0.4.44
19092026-06-09T20:45:49.554Z Checking icu_provider v2.1.1
19102026-06-09T20:45:49.594Z Checking semver v1.0.28
19112026-06-09T20:45:49.646Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19122026-06-09T20:45:49.727Z Checking tokio v1.52.1
19132026-06-09T20:45:49.763Z Checking futures-core v0.3.32
19142026-06-09T20:45:49.814Z Checking icu_normalizer v2.1.1
19152026-06-09T20:45:49.849Z Checking icu_properties v2.1.2
19162026-06-09T20:45:49.886Z Checking generic-array v0.14.7
19172026-06-09T20:45:49.964Z Checking dyn-clone v1.0.20
19182026-06-09T20:45:50.003Z Checking equivalent v1.0.2
19192026-06-09T20:45:50.088Z Checking const-oid v0.9.6
19202026-06-09T20:45:50.125Z Checking futures-sink v0.3.32
19212026-06-09T20:45:50.161Z Checking futures-task v0.3.32
19222026-06-09T20:45:50.252Z Checking futures-channel v0.3.32
19232026-06-09T20:45:50.328Z Checking slab v0.4.12
19242026-06-09T20:45:50.363Z Checking crypto-common v0.1.7
19252026-06-09T20:45:50.366Z Checking block-buffer v0.10.4
19262026-06-09T20:45:50.470Z Checking futures-io v0.3.32
19272026-06-09T20:45:50.543Z Checking rustix v1.1.3
19282026-06-09T20:45:50.547Z Checking byteorder v1.5.0
19292026-06-09T20:45:50.579Z Checking hashbrown v0.17.0
19302026-06-09T20:45:50.614Z Checking futures-util v0.3.32
19312026-06-09T20:45:50.674Z Checking idna_adapter v1.2.1
19322026-06-09T20:45:50.772Z Checking cpufeatures v0.2.17
19332026-06-09T20:45:50.806Z Checking digest v0.10.7
19342026-06-09T20:45:50.841Z Checking idna v1.1.0
19352026-06-09T20:45:50.877Z Checking thiserror v1.0.69
19362026-06-09T20:45:51.008Z Checking getrandom v0.3.4
19372026-06-09T20:45:51.045Z Checking fnv v1.0.7
19382026-06-09T20:45:51.080Z Checking indexmap v2.14.0
19392026-06-09T20:45:51.121Z Checking url v2.5.8
19402026-06-09T20:45:51.170Z Checking regex-syntax v0.8.10
19412026-06-09T20:45:51.207Z Checking http v1.4.0
19422026-06-09T20:45:51.275Z Checking ppv-lite86 v0.2.21
19432026-06-09T20:45:51.378Z Checking tracing-core v0.1.36
19442026-06-09T20:45:51.589Z Checking schemars v0.8.22
19452026-06-09T20:45:51.625Z Checking base64 v0.22.1
19462026-06-09T20:45:51.668Z Checking utf8parse v0.2.2
19472026-06-09T20:45:51.711Z Checking tracing v0.1.44
19482026-06-09T20:45:51.801Z Checking ipnet v2.11.0
19492026-06-09T20:45:51.840Z Checking anstyle v1.0.14
19502026-06-09T20:45:51.889Z Checking unicode-ident v1.0.24
19512026-06-09T20:45:51.962Z Checking untrusted v0.9.0
19522026-06-09T20:45:52.031Z Checking proc-macro2 v1.0.106
19532026-06-09T20:45:52.066Z Checking anstyle-query v1.1.5
19542026-06-09T20:45:52.105Z Checking ring v0.17.14
19552026-06-09T20:45:52.108Z Checking is_terminal_polyfill v1.70.2
19562026-06-09T20:45:52.188Z Checking base64ct v1.8.3
19572026-06-09T20:45:52.259Z Checking colorchoice v1.0.4
19582026-06-09T20:45:52.298Z Checking block-padding v0.3.3
19592026-06-09T20:45:52.365Z Checking quote v1.0.45
19602026-06-09T20:45:52.401Z Checking aho-corasick v1.1.4
19612026-06-09T20:45:52.453Z Checking rustls-pki-types v1.14.0
19622026-06-09T20:45:52.489Z Checking inout v0.1.4
19632026-06-09T20:45:52.522Z Checking httparse v1.10.1
19642026-06-09T20:45:52.562Z Checking syn v2.0.117
19652026-06-09T20:45:52.566Z Checking anstyle-parse v1.0.0
19662026-06-09T20:45:52.652Z Checking cipher v0.4.4
19672026-06-09T20:45:52.754Z Checking terminal_size v0.4.3
19682026-06-09T20:45:52.791Z Checking crossbeam-utils v0.8.21
19692026-06-09T20:45:52.796Z Checking anstream v1.0.0
19702026-06-09T20:45:52.887Z Checking clap_lex v1.0.0
19712026-06-09T20:45:52.922Z Checking allocator-api2 v0.2.21
19722026-06-09T20:45:52.958Z Checking tokio-util v0.7.18
19732026-06-09T20:45:53.044Z Checking strsim v0.11.1
19742026-06-09T20:45:53.080Z Checking pem-rfc7468 v0.7.0
19752026-06-09T20:45:53.115Z Checking regex-automata v0.4.14
19762026-06-09T20:45:53.120Z Checking http-body v1.0.1
19772026-06-09T20:45:53.182Z Checking sha2 v0.10.9
19782026-06-09T20:45:53.228Z Checking clap_builder v4.6.0
19792026-06-09T20:45:53.231Z Checking atomic-waker v1.1.2
19802026-06-09T20:45:53.295Z Checking powerfmt v0.2.0
19812026-06-09T20:45:53.332Z Checking rand_core v0.9.5
19822026-06-09T20:45:53.389Z Checking hmac v0.12.1
19832026-06-09T20:45:53.479Z Checking deranged v0.5.8
19842026-06-09T20:45:53.488Z Checking num_threads v0.1.7
19852026-06-09T20:45:53.544Z Checking httpdate v1.0.3
19862026-06-09T20:45:53.578Z Checking time-core v0.1.8
19872026-06-09T20:45:53.615Z Checking num-conv v0.2.0
19882026-06-09T20:45:53.649Z Checking try-lock v0.2.5
19892026-06-09T20:45:53.715Z Checking h2 v0.4.13
19902026-06-09T20:45:53.750Z Checking erased-serde v0.3.31
19912026-06-09T20:45:53.785Z Checking want v0.3.1
19922026-06-09T20:45:53.788Z Checking ryu v1.0.23
19932026-06-09T20:45:53.933Z Checking tower-service v0.3.3
19942026-06-09T20:45:53.982Z Checking pin-utils v0.1.0
19952026-06-09T20:45:54.051Z Checking tower-layer v0.3.3
19962026-06-09T20:45:54.086Z Checking flagset v0.4.7
19972026-06-09T20:45:54.146Z Checking slog v2.8.2
19982026-06-09T20:45:54.226Z Checking rand_chacha v0.9.0
19992026-06-09T20:45:54.263Z Checking der v0.7.10
20002026-06-09T20:45:54.420Z Checking time v0.3.47
20012026-06-09T20:45:54.455Z Checking anyhow v1.0.102
20022026-06-09T20:45:54.458Z Checking mime v0.3.17
20032026-06-09T20:45:54.577Z Checking clap v4.6.1
20042026-06-09T20:45:54.633Z Checking rand v0.9.2
20052026-06-09T20:45:54.679Z Checking spin v0.9.8
20062026-06-09T20:45:54.715Z Checking http-body-util v0.1.3
20072026-06-09T20:45:54.820Z Checking aws-lc-sys v0.40.0
20082026-06-09T20:45:54.890Z Checking untrusted v0.7.1
20092026-06-09T20:45:54.942Z Checking ipnetwork v0.21.1
20102026-06-09T20:45:54.980Z Checking fastrand v2.3.0
20112026-06-09T20:45:55.022Z Checking openssl-probe v0.2.1
20122026-06-09T20:45:55.061Z Checking spki v0.7.3
20132026-06-09T20:45:55.130Z Checking serde_urlencoded v0.7.1
20142026-06-09T20:45:55.166Z Checking pbkdf2 v0.12.2
20152026-06-09T20:45:55.201Z Checking aes v0.8.4
20162026-06-09T20:45:55.204Z Checking encoding_rs v0.8.35
20172026-06-09T20:45:55.267Z Checking regex v1.12.3
20182026-06-09T20:45:55.305Z Checking salsa20 v0.10.2
20192026-06-09T20:45:55.356Z Checking cbc v0.1.2
20202026-06-09T20:45:55.360Z Checking aws-lc-rs v1.16.3
20212026-06-09T20:45:55.468Z Checking rand_chacha v0.3.1
20222026-06-09T20:45:55.518Z Checking hex v0.4.3
20232026-06-09T20:45:55.573Z Checking simd-adler32 v0.3.8
20242026-06-09T20:45:55.585Z Checking pretty-hex v0.4.1
20252026-06-09T20:45:55.611Z Checking scrypt v0.11.0
20262026-06-09T20:45:55.736Z Checking rand v0.8.6
20272026-06-09T20:45:55.780Z Checking tempfile v3.25.0
20282026-06-09T20:45:55.837Z Checking adler2 v2.0.1
20292026-06-09T20:45:55.840Z Checking plain v0.2.3
20302026-06-09T20:45:55.906Z Checking pkcs5 v0.7.1
20312026-06-09T20:45:55.978Z Checking miniz_oxide v0.8.9
20322026-06-09T20:45:56.015Z Checking rustls-native-certs v0.8.3
20332026-06-09T20:45:56.020Z Checking sync_wrapper v1.0.2
20342026-06-09T20:45:56.179Z Checking ucd-trie v0.1.7
20352026-06-09T20:45:56.183Z Checking pkcs8 v0.10.2
20362026-06-09T20:45:56.183Z Checking tower v0.5.3
20372026-06-09T20:45:56.278Z Checking webpki-roots v1.0.6
20382026-06-09T20:45:56.284Z Checking rustls-webpki v0.103.9
20392026-06-09T20:45:56.284Z Checking camino v1.2.2
20402026-06-09T20:45:56.377Z Checking iri-string v0.7.10
20412026-06-09T20:45:56.381Z Checking pest v2.8.6
20422026-06-09T20:45:56.442Z Checking hyper v1.8.1
20432026-06-09T20:45:56.446Z Checking foldhash v0.2.0
20442026-06-09T20:45:56.446Z Checking oxnet v0.1.5
20452026-06-09T20:45:56.611Z Checking futures-executor v0.3.32
20462026-06-09T20:45:56.649Z Checking either v1.15.0
20472026-06-09T20:45:56.688Z Checking hashbrown v0.16.1
20482026-06-09T20:45:56.748Z Checking rustls v0.23.37
20492026-06-09T20:45:56.781Z Checking openapiv3 v2.2.0
20502026-06-09T20:45:56.784Z Checking futures v0.3.32
20512026-06-09T20:45:56.863Z Checking crc32fast v1.5.0
20522026-06-09T20:45:56.938Z Checking static_assertions v1.1.0
20532026-06-09T20:45:57.032Z Checking lazy_static v1.5.0
20542026-06-09T20:45:57.067Z Checking signature v2.2.0
20552026-06-09T20:45:57.153Z Checking winnow v0.7.14
20562026-06-09T20:45:57.216Z Checking hubpack v0.1.2
20572026-06-09T20:45:57.251Z Checking zlib-rs v0.6.2
20582026-06-09T20:45:57.390Z Checking hyper-util v0.1.20
20592026-06-09T20:45:57.428Z Checking strum v0.26.3
20602026-06-09T20:45:57.431Z Checking tower-http v0.6.8
20612026-06-09T20:45:57.508Z Checking psl-types v2.0.11
20622026-06-09T20:45:57.566Z Checking tinyvec_macros v0.1.1
20632026-06-09T20:45:57.651Z Checking publicsuffix v2.3.0
20642026-06-09T20:45:57.688Z Checking tinyvec v1.10.0
20652026-06-09T20:45:57.754Z Checking cookie v0.18.1
20662026-06-09T20:45:57.844Z Checking sha1 v0.10.6
20672026-06-09T20:45:58.013Z Checking num-integer v0.1.46
20682026-06-09T20:45:58.051Z Checking scroll v0.13.0
20692026-06-09T20:45:58.055Z Checking data-encoding v2.10.0
20702026-06-09T20:45:58.132Z Checking cookie_store v0.22.1
20712026-06-09T20:45:58.167Z Checking flate2 v1.1.9
20722026-06-09T20:45:58.269Z Checking toml_datetime v0.6.11
20732026-06-09T20:45:58.321Z Checking goblin v0.10.5
20742026-06-09T20:45:58.360Z Checking serde_spanned v0.6.9
20752026-06-09T20:45:58.385Z Checking memmap2 v0.9.10
20762026-06-09T20:45:58.475Z Checking base16ct v0.2.0
20772026-06-09T20:45:58.514Z Checking bit-vec v0.8.0
20782026-06-09T20:45:58.524Z Checking dtrace-parser v0.3.0
20792026-06-09T20:45:58.524Z Checking ff v0.13.1
20802026-06-09T20:45:58.613Z Checking wait-timeout v0.2.1
20812026-06-09T20:45:58.647Z Checking sec1 v0.7.3
20822026-06-09T20:45:58.739Z Checking thread-id v5.1.0
20832026-06-09T20:45:58.739Z Checking bit-set v0.8.0
20842026-06-09T20:45:58.739Z Checking foreign-types-shared v0.1.1
20852026-06-09T20:45:58.797Z Checking group v0.13.0
20862026-06-09T20:45:58.800Z Checking num-iter v0.1.45
20872026-06-09T20:45:58.864Z Checking bstr v1.12.1
20882026-06-09T20:45:58.899Z Checking hkdf v0.12.4
20892026-06-09T20:45:58.903Z Checking foreign-types v0.3.2
20902026-06-09T20:45:58.965Z Checking crossbeam-epoch v0.9.18
20912026-06-09T20:45:58.969Z Checking anstyle-parse v0.2.7
20922026-06-09T20:45:58.969Z Checking ahash v0.8.12
20932026-06-09T20:45:59.061Z Checking crypto-bigint v0.5.5
20942026-06-09T20:45:59.065Z Checking openssl-sys v0.9.115
20952026-06-09T20:45:59.124Z Checking tokio-rustls v0.26.4
20962026-06-09T20:45:59.171Z Checking rustls-platform-verifier v0.6.2
20972026-06-09T20:45:59.206Z Checking quick-error v1.2.3
20982026-06-09T20:45:59.246Z Checking anstream v0.6.21
20992026-06-09T20:45:59.279Z Checking rand_xorshift v0.4.0
21002026-06-09T20:45:59.335Z Checking rusty-fork v0.3.1
21012026-06-09T20:45:59.351Z Checking scroll v0.12.0
21022026-06-09T20:45:59.417Z Checking hyper-rustls v0.27.7
21032026-06-09T20:45:59.449Z Checking unarray v0.1.4
21042026-06-09T20:45:59.475Z Checking num-bigint-dig v0.8.6
21052026-06-09T20:45:59.512Z Checking openssl v0.10.79
21062026-06-09T20:45:59.546Z Checking pkcs1 v0.7.5
21072026-06-09T20:45:59.582Z Checking proptest v1.10.0
21082026-06-09T20:45:59.623Z Checking goblin v0.8.2
21092026-06-09T20:45:59.652Z Checking reqwest v0.13.2
21102026-06-09T20:45:59.783Z Checking x509-cert v0.2.5
21112026-06-09T20:45:59.977Z Checking elliptic-curve v0.13.8
21122026-06-09T20:46:00.301Z Checking zerocopy v0.7.35
21132026-06-09T20:46:00.347Z Checking unicode-segmentation v1.12.0
21142026-06-09T20:46:00.456Z Checking rsa v0.9.10
21152026-06-09T20:46:00.541Z Checking dtrace-parser v0.2.0
21162026-06-09T20:46:00.634Z Checking dof v0.4.0
21172026-06-09T20:46:00.661Z Checking rfc6979 v0.4.0
21182026-06-09T20:46:00.805Z Checking memoffset v0.9.1
21192026-06-09T20:46:00.823Z Checking thread-id v4.2.2
21202026-06-09T20:46:00.869Z Checking ecdsa v0.16.9
21212026-06-09T20:46:00.926Z Checking curve25519-dalek v4.1.3
21222026-06-09T20:46:00.945Z Checking rustix v0.38.44
21232026-06-09T20:46:00.968Z Checking env_filter v1.0.0
21242026-06-09T20:46:01.151Z Checking same-file v1.0.6
21252026-06-09T20:46:01.232Z Checking keccak v0.1.6
21262026-06-09T20:46:01.265Z Checking usdt-impl v0.6.0
21272026-06-09T20:46:01.303Z Checking toml_write v0.1.2
21282026-06-09T20:46:01.362Z Checking newtype-uuid v1.3.2
21292026-06-09T20:46:01.422Z Checking sha3 v0.10.8
21302026-06-09T20:46:01.494Z Checking toml_edit v0.22.27
21312026-06-09T20:46:01.526Z Checking dof v0.3.0
21322026-06-09T20:46:01.533Z Checking native-tls v0.2.18
21332026-06-09T20:46:01.595Z Checking usdt v0.6.0
21342026-06-09T20:46:01.600Z Checking daft v0.1.7
21352026-06-09T20:46:01.661Z Checking walkdir v2.5.0
21362026-06-09T20:46:01.697Z Checking env_logger v0.11.9
21372026-06-09T20:46:01.763Z Checking ed25519 v2.2.3
21382026-06-09T20:46:01.771Z Checking tokio-native-tls v0.3.1
21392026-06-09T20:46:01.827Z Checking itertools v0.13.0
21402026-06-09T20:46:01.869Z Checking usdt-impl v0.5.0
21412026-06-09T20:46:01.879Z Checking serde_with v3.17.0
21422026-06-09T20:46:01.929Z Checking siphasher v1.0.2
21432026-06-09T20:46:01.942Z Checking bitflags v1.3.2
21442026-06-09T20:46:02.070Z Checking hyper-tls v0.6.0
21452026-06-09T20:46:02.090Z Checking ed25519-dalek v2.2.0
21462026-06-09T20:46:02.090Z Checking nix v0.31.2
21472026-06-09T20:46:02.117Z Checking toml_parser v1.0.9+spec-1.1.0
21482026-06-09T20:46:02.197Z Checking unicode-normalization v0.1.25
21492026-06-09T20:46:02.207Z Checking reqwest v0.12.28
21502026-06-09T20:46:02.285Z Checking signal-hook v0.3.18
21512026-06-09T20:46:02.505Z Checking winnow v0.5.40
21522026-06-09T20:46:02.522Z Checking managed v0.8.0
21532026-06-09T20:46:02.592Z Checking bzip2-sys v0.1.13+1.0.8
21542026-06-09T20:46:02.601Z Checking object v0.37.3
21552026-06-09T20:46:02.717Z Checking foldhash v0.1.5
21562026-06-09T20:46:02.744Z Checking bzip2 v0.4.4
21572026-06-09T20:46:02.873Z Checking hashbrown v0.15.5
21582026-06-09T20:46:02.881Z Checking signal-hook-mio v0.2.5
21592026-06-09T20:46:02.952Z Checking globset v0.4.18
21602026-06-09T20:46:03.039Z Checking ref-cast v1.0.25
21612026-06-09T20:46:03.088Z Checking zstd-sys v2.0.16+zstd.1.5.7
21622026-06-09T20:46:03.148Z Checking zip v0.6.6
21632026-06-09T20:46:03.184Z Checking pin-project v1.1.11
21642026-06-09T20:46:03.215Z Checking zstd-safe v7.2.4
21652026-06-09T20:46:03.227Z Checking bumpalo v3.20.2
21662026-06-09T20:46:03.311Z Checking libbz2-rs-sys v0.2.2
21672026-06-09T20:46:03.361Z Checking crossterm v0.28.1
21682026-06-09T20:46:03.365Z Checking similar v2.7.0
21692026-06-09T20:46:03.430Z Checking zstd v0.13.3
21702026-06-09T20:46:03.470Z Checking zopfli v0.8.3
21712026-06-09T20:46:03.510Z Checking tokio-stream v0.1.18
21722026-06-09T20:46:03.635Z Checking fs-err v3.3.0
21732026-06-09T20:46:03.639Z Checking toml_edit v0.19.15
21742026-06-09T20:46:03.717Z Checking bzip2 v0.6.1
21752026-06-09T20:46:03.787Z Checking pem v3.0.6
21762026-06-09T20:46:03.828Z Checking hash32 v0.2.1
21772026-06-09T20:46:03.919Z Checking serde-big-array v0.5.1
21782026-06-09T20:46:03.931Z Checking jiff v0.2.21
21792026-06-09T20:46:04.008Z Checking unicode-properties v0.1.4
21802026-06-09T20:46:04.034Z Checking unicode-bidi v0.3.18
21812026-06-09T20:46:04.034Z Checking predicates-core v1.0.10
21822026-06-09T20:46:04.086Z Checking heapless v0.7.17
21832026-06-09T20:46:04.093Z Checking snafu v0.8.9
21842026-06-09T20:46:04.187Z Checking olpc-cjson v0.1.4
21852026-06-09T20:46:04.192Z Checking hickory-proto v0.25.2
21862026-06-09T20:46:04.328Z Checking stringprep v0.1.5
21872026-06-09T20:46:04.365Z Checking md-5 v0.10.6
21882026-06-09T20:46:04.496Z Checking serde_plain v1.0.2
21892026-06-09T20:46:04.509Z Checking float-cmp v0.10.0
21902026-06-09T20:46:04.547Z Checking fallible-iterator v0.2.0
21912026-06-09T20:46:04.553Z Checking typed-path v0.9.3
21922026-06-09T20:46:04.612Z Checking difflib v0.4.0
21932026-06-09T20:46:04.676Z Checking normalize-line-endings v0.3.0
21942026-06-09T20:46:04.707Z Checking toml v0.7.8
21952026-06-09T20:46:04.788Z Checking smoltcp v0.9.1
21962026-06-09T20:46:04.816Z Checking predicates v3.1.4
21972026-06-09T20:46:04.851Z Checking postgres-protocol v0.6.10
21982026-06-09T20:46:04.933Z Checking iddqd v0.4.2
21992026-06-09T20:46:05.034Z Checking phf_shared v0.11.3
22002026-06-09T20:46:05.135Z Checking phf_shared v0.13.1
22012026-06-09T20:46:05.194Z Checking buf-list v1.1.2
22022026-06-09T20:46:05.232Z Checking strum v0.27.2
22032026-06-09T20:46:05.354Z Checking tough v0.22.0
22042026-06-09T20:46:05.392Z Checking lalrpop-util v0.19.12
22052026-06-09T20:46:05.404Z Checking fixedbitset v0.5.7
22062026-06-09T20:46:05.404Z Checking new_debug_unreachable v1.0.6
22072026-06-09T20:46:05.487Z Checking fixedbitset v0.4.2
22082026-06-09T20:46:05.549Z Checking precomputed-hash v0.1.1
22092026-06-09T20:46:05.583Z Checking phf v0.13.1
22102026-06-09T20:46:05.648Z Checking petgraph v0.8.3
22112026-06-09T20:46:05.684Z Checking petgraph v0.6.5
22122026-06-09T20:46:05.727Z Checking string_cache v0.8.9
22132026-06-09T20:46:05.774Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-06-09T20:46:05.873Z Checking postgres-types v0.2.12
22152026-06-09T20:46:05.913Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-06-09T20:46:06.192Z Checking zip v4.6.1
22172026-06-09T20:46:06.233Z Checking whoami v2.1.0
22182026-06-09T20:46:06.239Z Checking peg-runtime v0.8.5
22192026-06-09T20:46:06.475Z Checking tokio-postgres v0.7.16
22202026-06-09T20:46:06.566Z Checking is-terminal v0.4.17
22212026-06-09T20:46:06.688Z Checking crossbeam-channel v0.5.15
22222026-06-09T20:46:06.798Z Compiling structmeta-derive v0.3.0
22232026-06-09T20:46:06.997Z Checking thread_local v1.1.9
22242026-06-09T20:46:07.031Z Checking take_mut v0.2.2
22252026-06-09T20:46:07.035Z Checking term v1.2.1
22262026-06-09T20:46:07.172Z Compiling newtype-uuid-macros v0.1.0
22272026-06-09T20:46:07.207Z Checking slog-async v2.8.0
22282026-06-09T20:46:07.241Z Compiling rustls v0.22.4
22292026-06-09T20:46:07.320Z Checking slog-term v2.9.2
22302026-06-09T20:46:07.373Z Compiling multer v3.1.0
22312026-06-09T20:46:07.407Z Compiling async-stream-impl v0.3.6
22322026-06-09T20:46:07.494Z Compiling dropshot v0.17.0
22332026-06-09T20:46:07.618Z Compiling dropshot_endpoint v0.17.0
22342026-06-09T20:46:07.662Z Checking match_cfg v0.1.0
22352026-06-09T20:46:07.745Z Checking slog-json v2.6.1
22362026-06-09T20:46:07.845Z Checking hostname v0.3.1
22372026-06-09T20:46:07.862Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22382026-06-09T20:46:07.892Z Compiling structmeta v0.3.0
22392026-06-09T20:46:07.928Z Checking debug-ignore v1.0.5
22402026-06-09T20:46:07.963Z Checking slog-bunyan v2.5.0
22412026-06-09T20:46:07.969Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22422026-06-09T20:46:08.033Z Checking progenitor-client v0.14.0
22432026-06-09T20:46:08.066Z Checking rustls-webpki v0.102.8
22442026-06-09T20:46:08.132Z Checking serde_spanned v1.0.4
22452026-06-09T20:46:08.144Z Compiling derive-ex v0.1.8
22462026-06-09T20:46:08.215Z Checking toml_datetime v1.0.0+spec-1.1.0
22472026-06-09T20:46:08.242Z Checking serde_path_to_error v0.1.20
22482026-06-09T20:46:08.281Z Checking toml_writer v1.0.6+spec-1.1.0
22492026-06-09T20:46:08.314Z Checking compression-core v0.4.31
22502026-06-09T20:46:08.438Z Checking async-stream v0.3.6
22512026-06-09T20:46:08.469Z Checking compression-codecs v0.4.37
22522026-06-09T20:46:08.568Z Checking toml v1.0.6+spec-1.1.0
22532026-06-09T20:46:08.573Z Checking waitgroup v0.1.2
22542026-06-09T20:46:08.635Z Checking rustls-pemfile v2.2.0
22552026-06-09T20:46:08.709Z Checking hostname v0.4.2
22562026-06-09T20:46:08.745Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-06-09T20:46:08.751Z Checking async-compression v0.4.41
22582026-06-09T20:46:08.823Z Compiling parse-display-derive v0.10.0
22592026-06-09T20:46:08.845Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22602026-06-09T20:46:08.883Z Checking regress v0.10.5
22612026-06-09T20:46:09.017Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22622026-06-09T20:46:09.059Z Checking itertools v0.14.0
22632026-06-09T20:46:09.174Z Checking macaddr v1.0.1
22642026-06-09T20:46:09.361Z Checking instant v0.1.13
22652026-06-09T20:46:09.394Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22662026-06-09T20:46:09.452Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22672026-06-09T20:46:09.481Z Checking backoff v0.4.0
22682026-06-09T20:46:09.679Z Checking backon v1.6.0
22692026-06-09T20:46:09.697Z Checking humantime v2.3.0
22702026-06-09T20:46:09.865Z Checking progenitor-extras v0.2.0
22712026-06-09T20:46:09.871Z Compiling test-strategy v0.4.5
22722026-06-09T20:46:09.919Z Checking progenitor-client v0.10.0
22732026-06-09T20:46:09.949Z Checking unicode-width v0.2.0
22742026-06-09T20:46:09.989Z Checking tokio-rustls v0.25.0
22752026-06-09T20:46:10.114Z Checking heck v0.5.0
22762026-06-09T20:46:10.161Z Compiling convert_case v0.4.0
22772026-06-09T20:46:10.166Z Checking half v2.7.1
22782026-06-09T20:46:10.257Z Checking ciborium-io v0.2.2
22792026-06-09T20:46:10.276Z Checking secrecy v0.10.3
22802026-06-09T20:46:10.319Z Compiling regress v0.11.1
22812026-06-09T20:46:10.360Z Checking indent_write v2.2.0
22822026-06-09T20:46:10.415Z Checking universal-hash v0.5.1
22832026-06-09T20:46:10.448Z Checking ciborium-ll v0.2.2
22842026-06-09T20:46:10.514Z Checking opaque-debug v0.3.1
22852026-06-09T20:46:10.530Z Checking parse-display v0.10.0
22862026-06-09T20:46:10.541Z Compiling derive_more v0.99.20
22872026-06-09T20:46:10.576Z Compiling unsafe-libyaml v0.2.11
22882026-06-09T20:46:10.670Z Checking ciborium v0.2.2
22892026-06-09T20:46:10.709Z Checking camino-tempfile v1.4.1
22902026-06-09T20:46:10.897Z Compiling crucible-workspace-hack v0.1.0
22912026-06-09T20:46:11.145Z Checking aead v0.5.2
22922026-06-09T20:46:11.178Z Compiling serde_yaml v0.9.34+deprecated
22932026-06-09T20:46:11.376Z Checking poly1305 v0.8.0
22942026-06-09T20:46:11.409Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22952026-06-09T20:46:11.421Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22962026-06-09T20:46:11.662Z Checking chacha20 v0.9.1
22972026-06-09T20:46:11.781Z Compiling thiserror-impl-no-std v2.0.2
22982026-06-09T20:46:11.820Z Checking swrite v0.1.0
22992026-06-09T20:46:11.906Z Compiling typify-impl v0.6.2
23002026-06-09T20:46:11.963Z Checking password-hash v0.5.0
23012026-06-09T20:46:12.164Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23022026-06-09T20:46:12.242Z Checking blake2 v0.10.6
23032026-06-09T20:46:12.512Z Checking argon2 v0.5.3
23042026-06-09T20:46:12.712Z Checking chacha20poly1305 v0.10.1
23052026-06-09T20:46:12.884Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23062026-06-09T20:46:12.906Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23072026-06-09T20:46:13.053Z Checking thiserror-no-std v2.0.2
23082026-06-09T20:46:13.134Z Checking byte-wrapper v0.1.0
23092026-06-09T20:46:13.175Z Checking vsss-rs v3.3.4
23102026-06-09T20:46:13.230Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23112026-06-09T20:46:13.313Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23122026-06-09T20:46:13.375Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23132026-06-09T20:46:13.492Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23142026-06-09T20:46:13.560Z Checking crossbeam-deque v0.8.6
23152026-06-09T20:46:13.595Z Compiling rayon-core v1.13.0
23162026-06-09T20:46:13.774Z Checking toml v0.8.23
23172026-06-09T20:46:14.109Z Compiling toml_datetime v0.7.5+spec-1.1.0
23182026-06-09T20:46:14.150Z Compiling proc-macro-error v1.0.4
23192026-06-09T20:46:14.198Z Checking rayon v1.11.0
23202026-06-09T20:46:14.293Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23212026-06-09T20:46:14.385Z Compiling toml_edit v0.23.10+spec-1.0.0
23222026-06-09T20:46:14.474Z Checking tabwriter v1.4.1
23232026-06-09T20:46:14.655Z Checking glob v0.3.3
23242026-06-09T20:46:14.713Z Checking colored v3.1.1
23252026-06-09T20:46:14.867Z Compiling heapless v0.8.0
23262026-06-09T20:46:14.938Z Compiling ingot-macros v0.1.1
23272026-06-09T20:46:14.953Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23282026-06-09T20:46:15.079Z Compiling proc-macro-crate v3.4.0
23292026-06-09T20:46:15.380Z Checking hash32 v0.3.1
23302026-06-09T20:46:15.453Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-06-09T20:46:15.459Z Compiling smoltcp v0.11.0
23322026-06-09T20:46:15.537Z Checking unicode-width v0.1.14
23332026-06-09T20:46:15.674Z Compiling num_enum_derive v0.7.6
23342026-06-09T20:46:15.753Z Checking cobs v0.3.0
23352026-06-09T20:46:15.809Z Compiling usdt-attr-macro v0.5.0
23362026-06-09T20:46:15.909Z Compiling usdt-macro v0.5.0
23372026-06-09T20:46:15.939Z Checking memmap v0.7.0
23382026-06-09T20:46:16.046Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-06-09T20:46:16.305Z Checking postcard v1.1.3
23402026-06-09T20:46:16.378Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23412026-06-09T20:46:16.497Z Compiling typify-macro v0.6.2
23422026-06-09T20:46:16.610Z Compiling proc-macro-crate v1.3.1
23432026-06-09T20:46:16.644Z Checking usdt v0.5.0
23442026-06-09T20:46:16.649Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23452026-06-09T20:46:16.755Z Checking num_enum v0.7.6
23462026-06-09T20:46:16.843Z Checking sigpipe v0.1.3
23472026-06-09T20:46:16.927Z Compiling foreign-types-macros v0.2.3
23482026-06-09T20:46:16.963Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23492026-06-09T20:46:16.993Z Checking cpufeatures v0.3.0
23502026-06-09T20:46:17.101Z Checking foreign-types-shared v0.3.1
23512026-06-09T20:46:17.136Z Compiling num_enum_derive v0.5.11
23522026-06-09T20:46:17.232Z Checking chacha20 v0.10.0
23532026-06-09T20:46:17.393Z Checking cstr-argument v0.1.2
23542026-06-09T20:46:17.456Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-06-09T20:46:17.488Z Compiling num-derive v0.4.2
23562026-06-09T20:46:17.540Z Checking foreign-types v0.5.0
23572026-06-09T20:46:17.573Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23582026-06-09T20:46:17.650Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23592026-06-09T20:46:17.766Z Checking ingot-types v0.1.2
23602026-06-09T20:46:17.904Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-06-09T20:46:17.939Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23622026-06-09T20:46:18.045Z Checking rand v0.10.0
23632026-06-09T20:46:18.084Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23642026-06-09T20:46:18.138Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23652026-06-09T20:46:18.173Z Checking ingot v0.1.1
23662026-06-09T20:46:18.205Z Compiling typify v0.6.2
23672026-06-09T20:46:18.274Z Checking num_enum v0.5.11
23682026-06-09T20:46:18.351Z Compiling progenitor-impl v0.14.0
23692026-06-09T20:46:18.359Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-06-09T20:46:18.404Z Checking itertools v0.12.1
23712026-06-09T20:46:18.483Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23722026-06-09T20:46:18.520Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23732026-06-09T20:46:18.729Z Compiling zone_cfg_derive v0.3.1
23742026-06-09T20:46:18.859Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23752026-06-09T20:46:19.057Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23762026-06-09T20:46:19.319Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23772026-06-09T20:46:19.387Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23782026-06-09T20:46:19.392Z Checking smf v0.2.3
23792026-06-09T20:46:19.453Z Checking zone v0.3.1
23802026-06-09T20:46:19.498Z Checking whoami v1.6.1
23812026-06-09T20:46:19.540Z Checking tokio-dtrace v0.1.1
23822026-06-09T20:46:19.631Z Compiling derive-where v1.6.0
23832026-06-09T20:46:19.673Z Checking console v0.15.11
23842026-06-09T20:46:19.708Z Checking atomicwrites v0.4.4
23852026-06-09T20:46:19.759Z Checking oxide-tokio-rt v0.1.4
23862026-06-09T20:46:19.805Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23872026-06-09T20:46:19.839Z Checking newline-converter v0.3.0
23882026-06-09T20:46:19.870Z Checking num-rational v0.4.2
23892026-06-09T20:46:19.934Z Checking num-complex v0.4.6
23902026-06-09T20:46:20.086Z Checking bytecount v0.6.9
23912026-06-09T20:46:20.086Z Checking expectorate v1.2.0
23922026-06-09T20:46:20.109Z Checking float-ord v0.3.2
23932026-06-09T20:46:20.160Z Compiling prettyplease v0.2.37
23942026-06-09T20:46:20.193Z Compiling owo-colors v4.3.0
23952026-06-09T20:46:20.245Z Compiling cancel-safe-futures v0.1.5
23962026-06-09T20:46:20.292Z Checking num v0.4.3
23972026-06-09T20:46:20.424Z Checking libsw-core v0.3.2
23982026-06-09T20:46:20.469Z Checking linear-map v1.2.0
23992026-06-09T20:46:20.624Z Checking libsw v3.5.0
24002026-06-09T20:46:20.828Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24012026-06-09T20:46:20.862Z Checking gethostname v0.5.0
24022026-06-09T20:46:20.929Z Compiling progenitor-macro v0.14.0
24032026-06-09T20:46:20.967Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24042026-06-09T20:46:21.032Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24052026-06-09T20:46:21.198Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24062026-06-09T20:46:22.041Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24072026-06-09T20:46:22.127Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-09T20:46:22.804Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24092026-06-09T20:46:25.053Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24102026-06-09T20:46:25.488Z Checking resolv-conf v0.7.6
24112026-06-09T20:46:25.700Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24122026-06-09T20:46:25.881Z Checking progenitor v0.14.0
24132026-06-09T20:46:25.958Z Checking smawk v0.3.2
24142026-06-09T20:46:25.968Z Checking unicode-linebreak v0.1.5
24152026-06-09T20:46:26.074Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24162026-06-09T20:46:26.108Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24172026-06-09T20:46:26.147Z Checking papergrid v0.11.0
24182026-06-09T20:46:26.198Z Compiling tabled_derive v0.7.0
24192026-06-09T20:46:26.397Z Compiling convert_case v0.10.0
24202026-06-09T20:46:26.496Z Compiling slog-dtrace v0.3.0
24212026-06-09T20:46:26.751Z Compiling derive_more-impl v2.1.1
24222026-06-09T20:46:26.785Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24232026-06-09T20:46:27.201Z Checking tabled v0.15.0
24242026-06-09T20:46:27.814Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24252026-06-09T20:46:27.825Z Checking derive_more v2.1.1
24262026-06-09T20:46:27.825Z Checking crossterm v0.29.0
24272026-06-09T20:46:27.825Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24282026-06-09T20:46:27.825Z Checking linked-hash-map v0.5.6
24292026-06-09T20:46:28.002Z Checking lru-cache v0.1.2
24302026-06-09T20:46:28.047Z Checking hickory-proto v0.24.4
24312026-06-09T20:46:28.157Z Checking fd-lock v4.0.4
24322026-06-09T20:46:28.310Z Checking vte v0.14.1
24332026-06-09T20:46:28.331Z Checking display-error-chain v0.2.2
24342026-06-09T20:46:28.376Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-06-09T20:46:28.440Z Checking nu-ansi-term v0.50.3
24362026-06-09T20:46:28.557Z Checking termtree v0.5.1
24372026-06-09T20:46:28.585Z Checking strip-ansi-escapes v0.2.1
24382026-06-09T20:46:28.585Z Checking textwrap v0.16.2
24392026-06-09T20:46:28.612Z Compiling minimal-lexical v0.2.1
24402026-06-09T20:46:28.651Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24412026-06-09T20:46:28.676Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24422026-06-09T20:46:28.723Z Checking reedline v0.40.0
24432026-06-09T20:46:28.793Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-06-09T20:46:28.896Z Compiling nom v7.1.3
24452026-06-09T20:46:29.140Z Compiling ar_archive_writer v0.5.1
24462026-06-09T20:46:29.247Z Checking csv-core v0.1.13
24472026-06-09T20:46:29.400Z Compiling stacker v0.1.23
24482026-06-09T20:46:29.455Z Checking csv v1.4.0
24492026-06-09T20:46:29.689Z Compiling semver v0.1.20
24502026-06-09T20:46:29.821Z Checking hickory-resolver v0.24.4
24512026-06-09T20:46:29.863Z Checking highway v1.3.0
24522026-06-09T20:46:29.887Z Compiling cfg_aliases v0.1.1
24532026-06-09T20:46:29.925Z Compiling rustc_version v0.1.7
24542026-06-09T20:46:29.989Z Compiling nix v0.28.0
24552026-06-09T20:46:30.024Z Compiling psm v0.1.30
24562026-06-09T20:46:30.099Z Checking nibble_vec v0.1.0
24572026-06-09T20:46:30.135Z Checking home v0.5.12
24582026-06-09T20:46:30.176Z Checking endian-type v0.1.2
24592026-06-09T20:46:34.607Z Compiling newtype_derive v0.1.6
24602026-06-09T20:46:34.781Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24612026-06-09T20:46:34.785Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24622026-06-09T20:46:34.785Z Checking radix_trie v0.2.1
24632026-06-09T20:46:34.785Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24642026-06-09T20:46:34.785Z Checking phf_shared v0.12.1
24652026-06-09T20:46:34.785Z Compiling recursive-proc-macro-impl v0.1.1
24662026-06-09T20:46:34.785Z Checking qorb v0.4.1
24672026-06-09T20:46:34.785Z Compiling chrono-tz v0.10.4
24682026-06-09T20:46:34.785Z Checking phf v0.12.1
24692026-06-09T20:46:34.785Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24702026-06-09T20:46:34.785Z Compiling const_format_proc_macros v0.2.34
24712026-06-09T20:46:34.785Z Checking recursive v0.1.1
24722026-06-09T20:46:34.785Z Compiling peg-macros v0.8.5
24732026-06-09T20:46:34.785Z Checking nom v8.0.0
24742026-06-09T20:46:34.785Z Checking winnow v0.6.26
24752026-06-09T20:46:34.785Z Compiling sqlparser_derive v0.5.0
24762026-06-09T20:46:34.785Z Checking unicode_categories v0.1.1
24772026-06-09T20:46:34.785Z Checking rustyline v14.0.0
24782026-06-09T20:46:34.785Z Checking sqlparser v0.61.0
24792026-06-09T20:46:34.785Z Checking sqlformat v0.3.5
24802026-06-09T20:46:34.785Z Checking peg v0.8.5
24812026-06-09T20:46:34.785Z Checking const_format v0.2.35
24822026-06-09T20:46:34.785Z Checking bcs v0.1.6
24832026-06-09T20:46:34.785Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24842026-06-09T20:46:34.787Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24852026-06-09T20:46:34.787Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24862026-06-09T20:46:34.787Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24872026-06-09T20:46:34.787Z Checking steno v0.4.1
24882026-06-09T20:46:34.787Z Checking filetime v0.2.27
24892026-06-09T20:46:34.787Z Checking xattr v1.6.1
24902026-06-09T20:46:34.787Z Checking tar v0.4.45
24912026-06-09T20:46:34.787Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-06-09T20:46:34.787Z Checking subprocess v0.2.15
24932026-06-09T20:46:34.787Z Checking base64 v0.21.7
24942026-06-09T20:46:34.788Z Checking headers-core v0.3.0
24952026-06-09T20:46:34.788Z Checking yasna v0.5.2
24962026-06-09T20:46:34.788Z Checking dropshot-api-manager-types v0.7.2
24972026-06-09T20:46:34.788Z Checking headers v0.4.1
24982026-06-09T20:46:34.788Z Checking tagptr v0.2.0
24992026-06-09T20:46:34.831Z Checking moka v0.12.13
25002026-06-09T20:46:34.831Z Checking rcgen v0.12.1
25012026-06-09T20:46:34.845Z Checking utf-8 v0.7.6
25022026-06-09T20:46:35.003Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25032026-06-09T20:46:35.059Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25042026-06-09T20:46:35.177Z Compiling libefi-sys v0.1.0
25052026-06-09T20:46:35.205Z Checking tungstenite v0.21.0
25062026-06-09T20:46:35.359Z Checking hickory-resolver v0.25.2
25072026-06-09T20:46:35.443Z Compiling bitfield-struct v0.6.2
25082026-06-09T20:46:35.754Z Checking tokio-tungstenite v0.21.0
25092026-06-09T20:46:35.763Z Compiling radium v0.7.0
25102026-06-09T20:46:35.950Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112026-06-09T20:46:36.018Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25122026-06-09T20:46:36.084Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25132026-06-09T20:46:36.115Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25142026-06-09T20:46:36.147Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25152026-06-09T20:46:36.179Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25162026-06-09T20:46:36.258Z Checking tap v1.0.1
25172026-06-09T20:46:36.388Z Compiling maybe-uninit v2.0.0
25182026-06-09T20:46:36.421Z Checking wyz v0.5.1
25192026-06-09T20:46:36.424Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25202026-06-09T20:46:36.493Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25212026-06-09T20:46:36.601Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25222026-06-09T20:46:36.733Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25232026-06-09T20:46:36.764Z Compiling zerocopy-derive v0.6.6
25242026-06-09T20:46:36.799Z Checking funty v2.0.0
25252026-06-09T20:46:36.865Z Checking crc-catalog v2.4.0
25262026-06-09T20:46:36.992Z Compiling packed_struct v0.10.1
25272026-06-09T20:46:37.154Z Checking bitvec v1.0.1
25282026-06-09T20:46:37.159Z Checking crc v3.4.0
25292026-06-09T20:46:37.401Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25302026-06-09T20:46:37.436Z Compiling packed_struct_codegen v0.10.1
25312026-06-09T20:46:37.681Z Checking zerocopy v0.6.6
25322026-06-09T20:46:38.054Z Compiling bitfield-macros v0.19.4
25332026-06-09T20:46:38.395Z Compiling indexmap v1.9.3
25342026-06-09T20:46:38.524Z Checking nodrop v0.1.14
25352026-06-09T20:46:38.557Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25362026-06-09T20:46:38.654Z Checking array-init v0.0.4
25372026-06-09T20:46:38.695Z Checking smallvec v0.6.14
25382026-06-09T20:46:38.767Z Checking bitfield v0.19.4
25392026-06-09T20:46:38.915Z Checking hashbrown v0.12.3
25402026-06-09T20:46:38.975Z Checking serde-hex v0.1.0
25412026-06-09T20:46:39.058Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25422026-06-09T20:46:39.179Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-06-09T20:46:39.243Z Checking ron v0.8.1
25442026-06-09T20:46:39.458Z Checking hashbrown v0.13.2
25452026-06-09T20:46:39.630Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25462026-06-09T20:46:39.696Z Checking crc-any v2.5.0
25472026-06-09T20:46:39.788Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25482026-06-09T20:46:39.852Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25492026-06-09T20:46:39.903Z Checking path-slash v0.1.5
25502026-06-09T20:46:39.934Z Checking object v0.30.4
25512026-06-09T20:46:39.978Z Compiling xshell-macros v0.2.7
25522026-06-09T20:46:40.031Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25532026-06-09T20:46:40.380Z Checking xshell v0.2.7
25542026-06-09T20:46:40.483Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25552026-06-09T20:46:40.708Z Checking half v1.8.3
25562026-06-09T20:46:40.751Z Compiling num-derive v0.3.3
25572026-06-09T20:46:40.887Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25582026-06-09T20:46:40.936Z Checking serde_cbor v0.11.2
25592026-06-09T20:46:41.346Z Compiling proc-macro-error-attr2 v2.0.0
25602026-06-09T20:46:41.660Z Checking libscf-sys v1.1.0
25612026-06-09T20:46:41.775Z Compiling proc-macro-error2 v2.0.1
25622026-06-09T20:46:41.823Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25632026-06-09T20:46:41.863Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25642026-06-09T20:46:42.064Z Checking papergrid v0.17.0
25652026-06-09T20:46:42.111Z Checking testing_table v0.3.0
25662026-06-09T20:46:42.146Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25672026-06-09T20:46:42.215Z Compiling tabled_derive v0.11.0
25682026-06-09T20:46:42.243Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25692026-06-09T20:46:42.363Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25702026-06-09T20:46:42.670Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25712026-06-09T20:46:42.760Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25722026-06-09T20:46:42.879Z Checking maplit v1.0.2
25732026-06-09T20:46:43.048Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25742026-06-09T20:46:43.201Z Compiling git-stub v1.0.0
25752026-06-09T20:46:43.238Z Checking crc8 v0.1.1
25762026-06-09T20:46:43.374Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25772026-06-09T20:46:43.416Z Checking tabled v0.20.0
25782026-06-09T20:46:43.503Z Compiling git-stub-vcs v0.1.0
25792026-06-09T20:46:43.759Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25802026-06-09T20:46:43.889Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25812026-06-09T20:46:43.977Z Checking fxhash v0.2.1
25822026-06-09T20:46:44.001Z Checking unicase v2.9.0
25832026-06-09T20:46:44.122Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25842026-06-09T20:46:44.156Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25852026-06-09T20:46:44.189Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25862026-06-09T20:46:44.547Z Compiling vergen-lib v0.1.6
25872026-06-09T20:46:44.581Z Compiling diesel_derives v2.3.7
25882026-06-09T20:46:44.642Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25892026-06-09T20:46:44.741Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25902026-06-09T20:46:44.847Z Checking scheduled-thread-pool v0.2.7
25912026-06-09T20:46:44.879Z Compiling dsl_auto_type v0.2.0
25922026-06-09T20:46:44.922Z Compiling vergen-gitcl v1.0.8
25932026-06-09T20:46:45.021Z Compiling diesel_table_macro_syntax v0.3.0
25942026-06-09T20:46:45.129Z Checking r2d2 v0.8.10
25952026-06-09T20:46:45.260Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-06-09T20:46:45.345Z Checking kstat-rs v0.2.4
25972026-06-09T20:46:45.506Z Checking arc-swap v1.8.2
25982026-06-09T20:46:45.603Z Checking downcast-rs v2.0.2
25992026-06-09T20:46:45.606Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26002026-06-09T20:46:45.723Z Compiling parking_lot_core v0.8.6
26012026-06-09T20:46:45.756Z Checking slog-scope v4.4.1
26022026-06-09T20:46:45.922Z Checking slog-stdlog v4.1.1
26032026-06-09T20:46:45.971Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26042026-06-09T20:46:46.005Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26052026-06-09T20:46:46.075Z Checking slog-envlogger v2.2.0
26062026-06-09T20:46:46.261Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26072026-06-09T20:46:46.264Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26082026-06-09T20:46:46.328Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26092026-06-09T20:46:46.364Z Compiling dirs-sys-next v0.1.2
26102026-06-09T20:46:46.443Z Compiling crunchy v0.2.4
26112026-06-09T20:46:46.486Z Checking parking_lot v0.11.2
26122026-06-09T20:46:46.574Z Compiling dirs-next v2.0.0
26132026-06-09T20:46:46.677Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26142026-06-09T20:46:46.708Z Compiling clang-sys v1.8.1
26152026-06-09T20:46:46.741Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26162026-06-09T20:46:46.745Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26172026-06-09T20:46:46.840Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26182026-06-09T20:46:47.107Z Checking prefix-trie v0.7.0
26192026-06-09T20:46:47.145Z Compiling tiny-keccak v2.0.2
26202026-06-09T20:46:47.145Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26212026-06-09T20:46:47.453Z Checking sled v0.34.7
26222026-06-09T20:46:47.487Z Compiling term v0.7.0
26232026-06-09T20:46:47.553Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26242026-06-09T20:46:47.584Z Checking hickory-server v0.25.2
26252026-06-09T20:46:47.633Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26262026-06-09T20:46:47.764Z Checking nanorand v0.7.0
26272026-06-09T20:46:47.914Z Compiling bit-vec v0.6.3
26282026-06-09T20:46:48.007Z Compiling salty v0.3.0
26292026-06-09T20:46:48.114Z Compiling bit-set v0.5.3
26302026-06-09T20:46:48.210Z Checking flume v0.11.1
26312026-06-09T20:46:48.306Z Compiling ascii-canvas v3.0.0
26322026-06-09T20:46:48.435Z Compiling progenitor-impl v0.13.0
26332026-06-09T20:46:48.572Z Checking primeorder v0.13.6
26342026-06-09T20:46:48.725Z Compiling itertools v0.10.5
26352026-06-09T20:46:48.784Z Compiling ena v0.14.4
26362026-06-09T20:46:48.827Z Compiling libloading v0.8.9
26372026-06-09T20:46:48.860Z Compiling diff v0.1.13
26382026-06-09T20:46:48.937Z Compiling regex-syntax v0.6.29
26392026-06-09T20:46:49.021Z Compiling bindgen v0.71.1
26402026-06-09T20:46:49.804Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26412026-06-09T20:46:49.916Z Compiling cexpr v0.6.0
26422026-06-09T20:46:50.217Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26432026-06-09T20:46:50.591Z Compiling lalrpop v0.19.12
26442026-06-09T20:46:50.787Z Checking diesel v2.3.7
26452026-06-09T20:46:50.881Z Checking progenitor-client v0.13.0
26462026-06-09T20:46:51.023Z Compiling fs-err v2.11.0
26472026-06-09T20:46:51.054Z Compiling progenitor-macro v0.13.0
26482026-06-09T20:46:51.058Z Compiling rustc-hash v2.1.1
26492026-06-09T20:46:51.134Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26502026-06-09T20:46:51.170Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26512026-06-09T20:46:51.347Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26522026-06-09T20:46:51.395Z Compiling libxml v0.3.3
26532026-06-09T20:46:51.769Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26542026-06-09T20:46:51.950Z Checking p384 v0.13.1
26552026-06-09T20:46:52.408Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26562026-06-09T20:46:52.744Z Compiling strum_macros v0.24.3
26572026-06-09T20:46:52.810Z Checking assert_matches v1.5.0
26582026-06-09T20:46:52.911Z Compiling indoc v1.0.9
26592026-06-09T20:46:53.375Z Checking parse-size v1.1.0
26602026-06-09T20:46:53.526Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26612026-06-09T20:46:54.258Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26622026-06-09T20:46:54.384Z Compiling typify-impl v0.4.3
26632026-06-09T20:46:54.480Z Checking quick-xml v0.37.5
26642026-06-09T20:46:54.711Z Checking derive_builder v0.20.2
26652026-06-09T20:46:54.865Z Compiling oso-derive v0.27.3
26662026-06-09T20:46:55.372Z Compiling impl-trait-for-tuples v0.2.3
26672026-06-09T20:46:55.380Z Compiling trait-variant v0.1.2
26682026-06-09T20:46:55.936Z Checking openssl-probe v0.1.6
26692026-06-09T20:46:56.008Z Checking progenitor v0.13.0
26702026-06-09T20:46:56.088Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26712026-06-09T20:46:56.228Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26722026-06-09T20:46:56.833Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-06-09T20:46:56.879Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26742026-06-09T20:46:56.961Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26752026-06-09T20:46:57.554Z Checking predicates-tree v1.0.13
26762026-06-09T20:46:57.654Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26772026-06-09T20:46:57.915Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26782026-06-09T20:46:57.947Z Compiling mime_guess v2.0.5
26792026-06-09T20:46:57.980Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26802026-06-09T20:46:58.848Z Compiling typify-macro v0.4.3
26812026-06-09T20:46:58.954Z Checking http-range v0.1.5
26822026-06-09T20:47:00.315Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26832026-06-09T20:47:00.503Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26842026-06-09T20:47:00.542Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26852026-06-09T20:47:00.594Z Compiling typify v0.4.3
26862026-06-09T20:47:00.736Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26872026-06-09T20:47:02.291Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26882026-06-09T20:47:02.365Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-06-09T20:47:02.525Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26902026-06-09T20:47:02.529Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26912026-06-09T20:47:02.775Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-09T20:47:03.002Z Checking bb8 v0.8.6
26932026-06-09T20:47:03.239Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26942026-06-09T20:47:03.312Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26952026-06-09T20:47:03.466Z Checking atty v0.2.14
26962026-06-09T20:47:03.525Z Checking corncobs v0.1.4
26972026-06-09T20:47:03.637Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26982026-06-09T20:47:03.704Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26992026-06-09T20:47:03.993Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-06-09T20:47:04.029Z Compiling progenitor-impl v0.11.2
27012026-06-09T20:47:04.167Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27022026-06-09T20:47:04.342Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-06-09T20:47:04.571Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27042026-06-09T20:47:04.635Z Checking ignore v0.4.25
27052026-06-09T20:47:05.076Z Checking async-bb8-diesel v0.2.1
27062026-06-09T20:47:05.184Z Checking diesel-dtrace v0.5.0
27072026-06-09T20:47:05.454Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-06-09T20:47:05.454Z Checking secrecy v0.8.0
27092026-06-09T20:47:06.041Z Checking globwalk v0.9.1
27102026-06-09T20:47:06.413Z Checking hyper-staticfile v0.10.1
27112026-06-09T20:47:06.765Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27122026-06-09T20:47:06.773Z Compiling progenitor-macro v0.11.2
27132026-06-09T20:47:07.147Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27142026-06-09T20:47:07.277Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-06-09T20:47:07.404Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27162026-06-09T20:47:07.549Z Checking progenitor-client v0.11.2
27172026-06-09T20:47:07.671Z Compiling illumos-nvpair-sys v0.2.0
27182026-06-09T20:47:07.827Z Checking nonempty v0.12.0
27192026-06-09T20:47:07.941Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27202026-06-09T20:47:07.998Z Checking camino-tempfile-ext v0.3.3
27212026-06-09T20:47:08.029Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27222026-06-09T20:47:08.230Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27232026-06-09T20:47:08.841Z Checking signal-hook-tokio v0.3.1
27242026-06-09T20:47:08.900Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27252026-06-09T20:47:09.170Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27262026-06-09T20:47:09.218Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27272026-06-09T20:47:09.511Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27282026-06-09T20:47:09.616Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27292026-06-09T20:47:09.940Z Checking illumos-nvpair v0.3.0
27302026-06-09T20:47:10.038Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27312026-06-09T20:47:10.135Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27322026-06-09T20:47:10.416Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27332026-06-09T20:47:10.480Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27342026-06-09T20:47:10.572Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27352026-06-09T20:47:10.683Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27362026-06-09T20:47:10.726Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27372026-06-09T20:47:10.941Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27382026-06-09T20:47:11.159Z Checking tungstenite v0.23.0
27392026-06-09T20:47:11.227Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27402026-06-09T20:47:11.325Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27412026-06-09T20:47:11.626Z Checking tokio-tungstenite v0.23.1
27422026-06-09T20:47:11.763Z Checking progenitor v0.11.2
27432026-06-09T20:47:11.953Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27442026-06-09T20:47:11.989Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27452026-06-09T20:47:12.373Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27462026-06-09T20:47:12.430Z Checking rand_seeder v0.4.0
27472026-06-09T20:47:12.610Z Checking void v1.0.2
27482026-06-09T20:47:12.645Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27492026-06-09T20:47:12.741Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27502026-06-09T20:47:12.775Z Checking lzss v0.8.2
27512026-06-09T20:47:12.779Z Checking nix v0.27.1
27522026-06-09T20:47:12.841Z Checking serde_bytes v0.11.19
27532026-06-09T20:47:13.007Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27542026-06-09T20:47:13.039Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-06-09T20:47:13.074Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27562026-06-09T20:47:13.889Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27572026-06-09T20:47:13.900Z Checking is_ci v1.2.0
27582026-06-09T20:47:13.900Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27592026-06-09T20:47:14.052Z Checking yansi v1.0.1
27602026-06-09T20:47:14.105Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27612026-06-09T20:47:14.138Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27622026-06-09T20:47:14.335Z Checking pretty_assertions v1.4.1
27632026-06-09T20:47:14.414Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27642026-06-09T20:47:14.502Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27652026-06-09T20:47:14.752Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27662026-06-09T20:47:14.787Z Compiling darling_core v0.23.0
27672026-06-09T20:47:15.995Z Compiling indoc v2.0.7
27682026-06-09T20:47:16.047Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27692026-06-09T20:47:16.276Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-06-09T20:47:16.486Z Compiling libz-sys v1.1.24
27712026-06-09T20:47:16.896Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27722026-06-09T20:47:17.043Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27732026-06-09T20:47:17.095Z Compiling instability v0.3.11
27742026-06-09T20:47:17.206Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-06-09T20:47:17.399Z Compiling darling_macro v0.23.0
27762026-06-09T20:47:17.509Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-06-09T20:47:17.706Z Checking castaway v0.2.4
27782026-06-09T20:47:17.850Z Checking compact_str v0.8.1
27792026-06-09T20:47:17.884Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27802026-06-09T20:47:17.915Z Compiling darling v0.23.0
27812026-06-09T20:47:18.251Z Checking supports-color v3.0.2
27822026-06-09T20:47:18.417Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27832026-06-09T20:47:18.500Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27842026-06-09T20:47:18.642Z Checking unicode-truncate v1.1.0
27852026-06-09T20:47:18.729Z Checking console v0.16.2
27862026-06-09T20:47:18.769Z Checking lru v0.12.5
27872026-06-09T20:47:18.822Z Compiling libgit2-sys v0.18.3+1.9.2
27882026-06-09T20:47:18.912Z Checking unit-prefix v0.5.2
27892026-06-09T20:47:18.955Z Checking cassowary v0.3.0
27902026-06-09T20:47:19.090Z Checking indicatif v0.18.4
27912026-06-09T20:47:19.208Z Checking ratatui v0.29.0
27922026-06-09T20:47:19.320Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27932026-06-09T20:47:19.488Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27942026-06-09T20:47:19.731Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27952026-06-09T20:47:20.531Z Compiling vergen-git2 v9.1.0
27962026-06-09T20:47:20.566Z Checking plotters-backend v0.3.7
27972026-06-09T20:47:20.798Z Checking plotters-svg v0.3.7
27982026-06-09T20:47:20.843Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27992026-06-09T20:47:20.974Z Compiling rustls v0.21.12
28002026-06-09T20:47:21.071Z Checking cast v0.3.0
28012026-06-09T20:47:21.267Z Checking criterion-plot v0.6.0
28022026-06-09T20:47:21.311Z Checking plotters v0.3.7
28032026-06-09T20:47:21.355Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-06-09T20:47:21.542Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28052026-06-09T20:47:21.772Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28062026-06-09T20:47:22.048Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28072026-06-09T20:47:22.100Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-06-09T20:47:22.273Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28092026-06-09T20:47:22.329Z Checking colored v2.2.0
28102026-06-09T20:47:22.397Z Checking sct v0.7.1
28112026-06-09T20:47:22.567Z Checking rustls-webpki v0.101.7
28122026-06-09T20:47:22.570Z Checking tinytemplate v1.2.1
28132026-06-09T20:47:22.848Z Checking oorandom v11.1.5
28142026-06-09T20:47:22.937Z Checking shell-words v1.1.1
28152026-06-09T20:47:22.974Z Checking anes v0.1.6
28162026-06-09T20:47:23.093Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28172026-06-09T20:47:23.181Z Checking criterion v0.7.0
28182026-06-09T20:47:24.455Z Checking typeid v1.0.3
28192026-06-09T20:47:24.489Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28202026-06-09T20:47:24.593Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28212026-06-09T20:47:25.274Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28222026-06-09T20:47:26.062Z Checking hex-literal v0.4.1
28232026-06-09T20:47:26.198Z Checking erased-serde v0.4.9
28242026-06-09T20:47:26.583Z Checking tokio-rustls v0.24.1
28252026-06-09T20:47:26.824Z Checking rustls-pemfile v1.0.4
28262026-06-09T20:47:27.016Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28272026-06-09T20:47:27.248Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28282026-06-09T20:47:27.658Z Checking twox-hash v2.1.2
28292026-06-09T20:47:27.923Z Checking ordered-float v2.10.1
28302026-06-09T20:47:28.037Z Checking serde-untagged v0.1.9
28312026-06-09T20:47:28.193Z Checking serde-value v0.7.0
28322026-06-09T20:47:28.264Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28332026-06-09T20:47:28.441Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28342026-06-09T20:47:28.999Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28352026-06-09T20:47:29.194Z Checking fatfs v0.3.6
28362026-06-09T20:47:29.456Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28372026-06-09T20:47:29.557Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-09T20:47:29.694Z Checking unicode-xid v0.2.6
28392026-06-09T20:47:29.740Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28402026-06-09T20:47:29.840Z Compiling seq-macro v0.3.6
28412026-06-09T20:47:30.373Z Checking cargo-util-schemas v0.8.2
28422026-06-09T20:47:30.804Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-06-09T20:47:31.039Z Checking cargo-platform v0.2.0
28442026-06-09T20:47:31.255Z Compiling petname v2.0.2
28452026-06-09T20:47:31.286Z Checking cargo_metadata v0.21.0
28462026-06-09T20:47:31.929Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28472026-06-09T20:47:32.082Z Checking concurrent-queue v2.5.0
28482026-06-09T20:47:32.305Z Checking rtoolbox v0.0.3
28492026-06-09T20:47:32.474Z Checking parking v2.2.1
28502026-06-09T20:47:32.628Z Checking event-listener v5.4.1
28512026-06-09T20:47:32.705Z Checking rpassword v7.4.0
28522026-06-09T20:47:32.835Z Compiling samael v0.0.19
28532026-06-09T20:47:32.903Z Checking tui-tree-widget v0.23.1
28542026-06-09T20:47:33.115Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28552026-06-09T20:47:33.270Z Checking polyval v0.6.2
28562026-06-09T20:47:33.309Z Checking sapling-renderdag v0.1.0
28572026-06-09T20:47:33.468Z Checking sync-ptr v0.1.4
28582026-06-09T20:47:33.581Z Checking ghash v0.5.1
28592026-06-09T20:47:33.620Z Checking event-listener-strategy v0.5.4
28602026-06-09T20:47:33.733Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28612026-06-09T20:47:33.786Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28622026-06-09T20:47:34.008Z Checking ctr v0.9.2
28632026-06-09T20:47:34.209Z Checking constant_time_eq v0.4.2
28642026-06-09T20:47:34.377Z Checking futures-timer v3.0.3
28652026-06-09T20:47:34.413Z Checking arrayvec v0.7.6
28662026-06-09T20:47:34.587Z Checking arrayref v0.3.9
28672026-06-09T20:47:34.625Z Checking aes-gcm v0.10.3
28682026-06-09T20:47:34.734Z Checking async-lock v3.4.2
28692026-06-09T20:47:34.806Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-06-09T20:47:34.956Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-06-09T20:47:35.137Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28722026-06-09T20:47:35.759Z Checking ssh-encoding v0.2.0
28732026-06-09T20:47:35.980Z Checking blowfish v0.9.1
28742026-06-09T20:47:36.165Z Compiling strsim v0.10.0
28752026-06-09T20:47:36.334Z Checking bcrypt-pbkdf v0.10.0
28762026-06-09T20:47:36.519Z Compiling darling_core v0.13.4
28772026-06-09T20:47:36.551Z Checking ssh-cipher v0.2.0
28782026-06-09T20:47:36.756Z Checking async-object-pool v0.2.0
28792026-06-09T20:47:36.903Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-06-09T20:47:37.324Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28812026-06-09T20:47:37.671Z Checking serde_regex v1.1.0
28822026-06-09T20:47:37.859Z Checking password-hash v0.4.2
28832026-06-09T20:47:37.893Z Checking assert-json-diff v2.0.2
28842026-06-09T20:47:37.985Z Checking path-tree v0.8.3
28852026-06-09T20:47:38.092Z Checking stringmetrics v2.2.2
28862026-06-09T20:47:38.124Z Checking gimli v0.32.3
28872026-06-09T20:47:38.200Z Compiling target-lexicon v0.13.3
28882026-06-09T20:47:38.274Z Checking httpmock v0.8.3
28892026-06-09T20:47:38.423Z Compiling darling_macro v0.13.4
28902026-06-09T20:47:38.769Z Checking pbkdf2 v0.11.0
28912026-06-09T20:47:38.920Z Checking ssh-key v0.6.7
28922026-06-09T20:47:39.642Z Checking p521 v0.13.3
28932026-06-09T20:47:39.673Z Checking addr2line v0.25.1
28942026-06-09T20:47:39.971Z Checking p256 v0.13.2
28952026-06-09T20:47:40.254Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28962026-06-09T20:47:40.289Z Checking russh-cryptovec v0.7.3
28972026-06-09T20:47:40.449Z Checking md5 v0.7.0
28982026-06-09T20:47:40.483Z Checking rustc-demangle v0.1.27
28992026-06-09T20:47:40.525Z Compiling guppy-workspace-hack v0.1.0
29002026-06-09T20:47:40.657Z Checking russh-keys v0.45.0
29012026-06-09T20:47:40.735Z Checking backtrace v0.3.76
29022026-06-09T20:47:40.812Z Compiling darling v0.13.4
29032026-06-09T20:47:40.933Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29042026-06-09T20:47:41.066Z Checking num-bigint v0.4.6
29052026-06-09T20:47:41.109Z Checking des v0.8.1
29062026-06-09T20:47:41.296Z Compiling blake3 v1.8.3
29072026-06-09T20:47:41.329Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-06-09T20:47:41.332Z Compiling target-spec v3.5.7
29092026-06-09T20:47:41.780Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29102026-06-09T20:47:41.947Z Checking cfg-expr v0.20.6
29112026-06-09T20:47:42.042Z Checking russh v0.45.0
29122026-06-09T20:47:42.209Z Checking backtrace-ext v0.2.1
29132026-06-09T20:47:42.357Z Compiling serde_with_macros v1.5.2
29142026-06-09T20:47:42.450Z Checking supports-color v2.1.0
29152026-06-09T20:47:42.494Z Checking textwrap v0.15.2
29162026-06-09T20:47:42.612Z Checking supports-hyperlinks v2.1.0
29172026-06-09T20:47:42.733Z Checking supports-unicode v2.1.0
29182026-06-09T20:47:42.764Z Checking hashbrown v0.14.5
29192026-06-09T20:47:42.879Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29202026-06-09T20:47:43.108Z Checking cargo-platform v0.3.2
29212026-06-09T20:47:43.220Z Checking terminal_size v0.1.17
29222026-06-09T20:47:43.266Z Checking socket2 v0.5.10
29232026-06-09T20:47:43.320Z Compiling miette-derive v5.10.0
29242026-06-09T20:47:43.357Z Checking internet-checksum v0.2.1
29252026-06-09T20:47:43.510Z Checking owo-colors v3.5.0
29262026-06-09T20:47:43.964Z Checking cargo_metadata v0.23.1
29272026-06-09T20:47:44.068Z Checking chumsky v0.9.3
29282026-06-09T20:47:44.459Z Checking miette v5.10.0
29292026-06-09T20:47:44.719Z Compiling serde_with v1.14.0
29302026-06-09T20:47:45.124Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29312026-06-09T20:47:45.279Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29322026-06-09T20:47:45.354Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29332026-06-09T20:47:45.728Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29342026-06-09T20:47:45.859Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29352026-06-09T20:47:45.898Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29362026-06-09T20:47:46.075Z Compiling knuffel-derive v3.2.0
29372026-06-09T20:47:46.119Z Checking httptest v0.16.4
29382026-06-09T20:47:46.154Z Checking pathdiff v0.2.3
29392026-06-09T20:47:46.290Z Compiling git2 v0.20.4
29402026-06-09T20:47:46.293Z Checking nested v0.1.1
29412026-06-09T20:47:46.495Z Checking topological-sort v0.2.2
29422026-06-09T20:47:46.528Z Checking guppy v0.17.25
29432026-06-09T20:47:46.668Z Checking omicron-zone-package v0.12.2
29442026-06-09T20:47:46.762Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29452026-06-09T20:47:47.521Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29462026-06-09T20:47:47.591Z Checking similar-asserts v1.7.0
29472026-06-09T20:47:47.625Z Checking knuffel v3.2.0
29482026-06-09T20:47:47.773Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-06-09T20:47:47.807Z Compiling target-triple v1.0.0
29502026-06-09T20:47:47.941Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29512026-06-09T20:47:48.037Z Compiling polar-core v0.27.3
29522026-06-09T20:47:48.161Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29532026-06-09T20:47:48.270Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29542026-06-09T20:47:48.443Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29552026-06-09T20:47:48.736Z Checking hickory-client v0.25.2
29562026-06-09T20:47:49.040Z Checking tokio-test v0.4.5
29572026-06-09T20:47:49.275Z Checking escape8259 v0.5.3
29582026-06-09T20:47:49.306Z Compiling assert_cmd v2.1.2
29592026-06-09T20:47:49.437Z Checking libtest-mimic v0.8.1
29602026-06-09T20:47:49.656Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29612026-06-09T20:47:49.763Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29622026-06-09T20:47:49.843Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29632026-06-09T20:47:49.926Z Checking blake2b_simd v1.0.4
29642026-06-09T20:47:50.313Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29652026-06-09T20:47:50.538Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29662026-06-09T20:47:50.719Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29672026-06-09T20:47:50.943Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29682026-06-09T20:47:51.181Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29692026-06-09T20:47:51.267Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29702026-06-09T20:47:51.492Z Checking fancy-regex v0.14.0
29712026-06-09T20:47:51.756Z Checking serde_tokenstream v0.2.3
29722026-06-09T20:47:51.890Z Checking approx v0.5.1
29732026-06-09T20:47:52.041Z Compiling rstest_macros v0.25.0
29742026-06-09T20:47:52.079Z Checking uzers v0.12.2
29752026-06-09T20:47:52.322Z Checking termcolor v1.4.1
29762026-06-09T20:47:52.354Z Compiling linkme-impl v0.3.35
29772026-06-09T20:47:52.565Z Checking constant_time_eq v0.3.1
29782026-06-09T20:47:52.702Z Checking rust-argon2 v2.1.0
29792026-06-09T20:47:52.744Z Checking trybuild v1.0.116
29802026-06-09T20:47:52.949Z Checking oso v0.27.3
29812026-06-09T20:47:53.089Z Checking datatest-stable v0.3.3
29822026-06-09T20:47:53.566Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29832026-06-09T20:47:53.851Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29842026-06-09T20:47:53.885Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29852026-06-09T20:47:53.924Z Checking support-bundle-viewer v0.1.2
29862026-06-09T20:47:54.191Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29872026-06-09T20:47:54.416Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29882026-06-09T20:47:54.618Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29892026-06-09T20:47:54.651Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29902026-06-09T20:47:54.853Z Checking drift v0.2.0
29912026-06-09T20:47:54.885Z Checking rand_distr v0.5.1
29922026-06-09T20:47:55.145Z Checking multimap v0.10.1
29932026-06-09T20:47:55.236Z Compiling linkme v0.3.35
29942026-06-09T20:47:55.327Z Compiling relative-path v1.9.3
29952026-06-09T20:47:55.356Z Checking dropshot-api-manager v0.7.2
29962026-06-09T20:47:56.189Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-06-09T20:47:56.577Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29982026-06-09T20:47:56.671Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29992026-06-09T20:47:57.051Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30002026-06-09T20:47:57.177Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30012026-06-09T20:47:57.289Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30022026-06-09T20:47:57.323Z Checking cargo_toml v0.21.0
30032026-06-09T20:47:57.364Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30042026-06-09T20:47:57.711Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30052026-06-09T20:47:57.952Z Checking partial-io v0.5.4
30062026-06-09T20:47:58.025Z Checking termios v0.3.3
30072026-06-09T20:47:58.153Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30082026-06-09T20:47:58.217Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30092026-06-09T20:47:59.198Z Checking rstest v0.25.0
30102026-06-09T20:47:59.916Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-06-09T20:48:01.432Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30122026-06-09T20:48:03.734Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30132026-06-09T20:48:04.483Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30142026-06-09T20:48:09.837Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30152026-06-09T20:48:10.470Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30162026-06-09T20:48:12.613Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30172026-06-09T20:48:16.734Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30182026-06-09T20:48:21.851Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30192026-06-09T20:48:25.013Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30202026-06-09T20:48:25.945Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30212026-06-09T20:48:26.211Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30222026-06-09T20:48:27.685Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30232026-06-09T20:48:36.739Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30242026-06-09T20:49:45.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s
30252026-06-09T20:49:46.545Z
30262026-06-09T20:49:46.546Zreal 4:04.948602777
30272026-06-09T20:49:46.546Zuser 21:16.096967520
30282026-06-09T20:49:46.549Zsys 4:55.203892655
30292026-06-09T20:49:46.549Ztrap 0.502496293
30302026-06-09T20:49:46.549Ztflt 0.438833207
30312026-06-09T20:49:46.549Zdflt 0.405520127
30322026-06-09T20:49:46.549Zkflt 0.004377659
30332026-06-09T20:49:46.549Zlock 58:17.126107803
30342026-06-09T20:49:46.549Zslp 58:23.100369830
30352026-06-09T20:49:46.549Zlat 1:51.552531886
30362026-06-09T20:49:46.549Zstop 10:57.293146030
30372026-06-09T20:49:46.549Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30382026-06-09T20:49:46.549Z+ ptime -m cargo doc --workspace --no-deps
30392026-06-09T20:49:47.356Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30402026-06-09T20:49:47.356Z |
30412026-06-09T20:49:47.356Z = 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)`
30422026-06-09T20:49:47.356Z = 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>
30432026-06-09T20:49:48.352Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-06-09T20:49:48.584Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-06-09T20:49:48.628Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30462026-06-09T20:49:48.689Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30472026-06-09T20:49:48.756Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30482026-06-09T20:49:48.844Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30492026-06-09T20:49:48.873Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-06-09T20:49:48.873Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30512026-06-09T20:49:48.921Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-06-09T20:49:48.948Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30532026-06-09T20:49:49.098Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30542026-06-09T20:49:49.157Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30552026-06-09T20:49:49.180Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30562026-06-09T20:49:49.201Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30572026-06-09T20:49:49.252Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30582026-06-09T20:49:49.276Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30592026-06-09T20:49:49.317Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30602026-06-09T20:49:49.342Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30612026-06-09T20:49:49.345Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30622026-06-09T20:49:49.387Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30632026-06-09T20:49:49.557Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30642026-06-09T20:49:49.740Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30652026-06-09T20:49:49.860Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30662026-06-09T20:49:50.044Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30672026-06-09T20:49:50.091Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30682026-06-09T20:49:50.165Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30692026-06-09T20:49:50.192Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30702026-06-09T20:49:50.292Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30712026-06-09T20:49:50.353Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30722026-06-09T20:49:50.457Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30732026-06-09T20:49:50.552Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30742026-06-09T20:49:50.690Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30752026-06-09T20:49:50.738Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30762026-06-09T20:49:50.801Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30772026-06-09T20:49:50.960Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30782026-06-09T20:49:50.987Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30792026-06-09T20:49:51.011Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30802026-06-09T20:49:51.191Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30812026-06-09T20:49:51.239Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30822026-06-09T20:49:51.423Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30832026-06-09T20:49:51.678Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30842026-06-09T20:49:51.740Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30852026-06-09T20:49:51.768Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30862026-06-09T20:49:51.951Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30872026-06-09T20:49:52.040Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30882026-06-09T20:49:52.043Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30892026-06-09T20:49:52.224Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30902026-06-09T20:49:52.281Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30912026-06-09T20:49:52.307Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30922026-06-09T20:49:52.352Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30932026-06-09T20:49:52.456Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30942026-06-09T20:49:52.538Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30952026-06-09T20:49:52.583Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30962026-06-09T20:49:52.610Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30972026-06-09T20:49:52.690Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30982026-06-09T20:49:52.767Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30992026-06-09T20:49:52.790Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31002026-06-09T20:49:52.882Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31012026-06-09T20:49:52.930Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31022026-06-09T20:49:52.959Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31032026-06-09T20:49:52.980Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31042026-06-09T20:49:53.003Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31052026-06-09T20:49:53.082Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31062026-06-09T20:49:53.339Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31072026-06-09T20:49:53.449Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31082026-06-09T20:49:53.667Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31092026-06-09T20:49:53.729Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31102026-06-09T20:49:54.096Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31112026-06-09T20:49:54.219Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31122026-06-09T20:49:54.501Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31132026-06-09T20:49:54.504Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31142026-06-09T20:49:54.554Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31152026-06-09T20:49:54.749Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31162026-06-09T20:49:54.788Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31172026-06-09T20:49:54.811Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31182026-06-09T20:49:55.285Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31192026-06-09T20:49:55.609Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31202026-06-09T20:49:55.914Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31212026-06-09T20:49:56.229Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31222026-06-09T20:49:56.376Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31232026-06-09T20:49:57.041Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31242026-06-09T20:49:57.079Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31252026-06-09T20:49:57.165Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31262026-06-09T20:49:57.291Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31272026-06-09T20:49:57.368Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31282026-06-09T20:49:57.524Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31292026-06-09T20:49:57.708Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31302026-06-09T20:49:57.779Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31312026-06-09T20:49:57.804Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31322026-06-09T20:49:57.827Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-06-09T20:49:57.978Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31342026-06-09T20:49:58.081Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31352026-06-09T20:49:58.103Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31362026-06-09T20:49:58.287Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31372026-06-09T20:49:58.313Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31382026-06-09T20:49:58.405Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31392026-06-09T20:49:58.426Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31402026-06-09T20:49:58.475Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31412026-06-09T20:49:58.624Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31422026-06-09T20:49:58.703Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31432026-06-09T20:49:58.724Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31442026-06-09T20:49:58.776Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31452026-06-09T20:49:58.815Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31462026-06-09T20:49:58.898Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31472026-06-09T20:49:59.019Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31482026-06-09T20:49:59.085Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31492026-06-09T20:49:59.108Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31502026-06-09T20:49:59.223Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31512026-06-09T20:49:59.353Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31522026-06-09T20:49:59.658Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31532026-06-09T20:49:59.678Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31542026-06-09T20:50:00.115Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31552026-06-09T20:50:00.167Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31562026-06-09T20:50:00.298Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31572026-06-09T20:50:00.415Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31582026-06-09T20:50:00.885Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31592026-06-09T20:50:01.077Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31602026-06-09T20:50:01.499Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31612026-06-09T20:50:01.915Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31622026-06-09T20:50:02.214Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-06-09T20:50:02.592Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31642026-06-09T20:50:02.841Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31652026-06-09T20:50:02.894Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31662026-06-09T20:50:03.138Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31672026-06-09T20:50:03.603Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31682026-06-09T20:50:03.733Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31692026-06-09T20:50:03.984Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31702026-06-09T20:50:04.168Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31712026-06-09T20:50:04.469Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31722026-06-09T20:50:04.492Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31732026-06-09T20:50:04.559Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31742026-06-09T20:50:04.986Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31752026-06-09T20:50:05.550Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31762026-06-09T20:50:05.702Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31772026-06-09T20:50:05.938Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31782026-06-09T20:50:06.474Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31792026-06-09T20:50:06.617Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31802026-06-09T20:50:07.022Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31812026-06-09T20:50:07.228Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31822026-06-09T20:50:07.976Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31832026-06-09T20:50:08.625Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31842026-06-09T20:50:08.732Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31852026-06-09T20:50:08.997Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31862026-06-09T20:50:09.187Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31872026-06-09T20:50:09.277Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31882026-06-09T20:50:09.572Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31892026-06-09T20:50:09.597Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31902026-06-09T20:50:09.621Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31912026-06-09T20:50:09.668Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31922026-06-09T20:50:09.945Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31932026-06-09T20:50:10.217Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31942026-06-09T20:50:10.784Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31952026-06-09T20:50:10.825Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31962026-06-09T20:50:10.984Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31972026-06-09T20:50:11.008Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31982026-06-09T20:50:11.928Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31992026-06-09T20:50:12.531Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32002026-06-09T20:50:12.976Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32012026-06-09T20:50:13.200Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32022026-06-09T20:50:14.869Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32032026-06-09T20:50:15.582Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32042026-06-09T20:50:17.273Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32052026-06-09T20:50:17.310Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32062026-06-09T20:50:17.826Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32072026-06-09T20:50:17.880Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32082026-06-09T20:50:18.070Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32092026-06-09T20:50:18.530Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32102026-06-09T20:50:18.766Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32112026-06-09T20:50:18.802Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32122026-06-09T20:50:18.942Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32132026-06-09T20:50:18.987Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32142026-06-09T20:50:19.609Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32152026-06-09T20:50:19.663Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32162026-06-09T20:50:19.666Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32172026-06-09T20:50:20.166Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32182026-06-09T20:50:20.296Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32192026-06-09T20:50:20.751Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32202026-06-09T20:50:20.773Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32212026-06-09T20:50:21.123Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32222026-06-09T20:50:21.373Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32232026-06-09T20:50:21.475Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32242026-06-09T20:50:21.819Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32252026-06-09T20:50:22.455Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32262026-06-09T20:50:23.188Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32272026-06-09T20:50:23.872Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32282026-06-09T20:50:23.972Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32292026-06-09T20:50:25.491Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32302026-06-09T20:50:26.512Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32312026-06-09T20:50:27.676Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32322026-06-09T20:50:28.035Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32332026-06-09T20:50:28.064Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32342026-06-09T20:50:29.660Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32352026-06-09T20:50:30.793Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32362026-06-09T20:50:32.187Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32372026-06-09T20:50:32.530Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32382026-06-09T20:50:33.175Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32392026-06-09T20:50:34.493Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32402026-06-09T20:50:34.511Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32412026-06-09T20:50:35.982Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32422026-06-09T20:50:36.339Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32432026-06-09T20:50:36.673Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32442026-06-09T20:50:38.513Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32452026-06-09T20:50:38.542Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32462026-06-09T20:50:38.741Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32472026-06-09T20:50:40.813Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32482026-06-09T20:50:42.443Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32492026-06-09T20:50:44.315Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32502026-06-09T20:50:45.353Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32512026-06-09T20:50:46.581Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32522026-06-09T20:50:47.172Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32532026-06-09T20:50:47.749Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32542026-06-09T20:50:48.075Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32552026-06-09T20:50:48.432Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32562026-06-09T20:50:49.296Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32572026-06-09T20:50:50.492Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32582026-06-09T20:50:51.516Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32592026-06-09T20:50:51.961Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32602026-06-09T20:50:52.483Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32612026-06-09T20:50:53.886Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32622026-06-09T20:50:54.371Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32632026-06-09T20:50:54.946Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32642026-06-09T20:50:55.422Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32652026-06-09T20:50:58.029Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32662026-06-09T20:51:03.171Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32672026-06-09T20:51:03.171Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32682026-06-09T20:51:03.448Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32692026-06-09T20:51:03.706Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32702026-06-09T20:51:04.625Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32712026-06-09T20:51:05.624Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32722026-06-09T20:51:07.159Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32732026-06-09T20:51:08.098Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32742026-06-09T20:51:09.368Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32752026-06-09T20:51:10.638Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32762026-06-09T20:51:11.814Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32772026-06-09T20:51:13.285Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32782026-06-09T20:51:15.574Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32792026-06-09T20:51:16.219Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32802026-06-09T20:51:17.952Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32812026-06-09T20:51:19.384Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32822026-06-09T20:51:22.481Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32832026-06-09T20:51:23.954Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32842026-06-09T20:51:30.021Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32852026-06-09T20:51:30.449Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32862026-06-09T20:51:31.815Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32872026-06-09T20:51:32.004Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32882026-06-09T20:51:33.607Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32892026-06-09T20:51:35.399Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32902026-06-09T20:51:36.965Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32912026-06-09T20:51:39.137Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32922026-06-09T20:51:40.796Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32932026-06-09T20:51:42.401Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32942026-06-09T20:51:44.398Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32952026-06-09T20:51:45.793Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32962026-06-09T20:51:47.479Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32972026-06-09T20:51:49.134Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32982026-06-09T20:51:50.768Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32992026-06-09T20:51:52.474Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33002026-06-09T20:51:53.820Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33012026-06-09T20:51:55.838Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33022026-06-09T20:51:57.563Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33032026-06-09T20:51:59.373Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33042026-06-09T20:52:01.103Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33052026-06-09T20:52:02.905Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33062026-06-09T20:52:04.698Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33072026-06-09T20:52:06.459Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33082026-06-09T20:52:08.514Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33092026-06-09T20:52:10.474Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33102026-06-09T20:52:12.216Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33112026-06-09T20:52:15.428Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33122026-06-09T20:52:16.123Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33132026-06-09T20:52:18.202Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33142026-06-09T20:52:21.280Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33152026-06-09T20:52:22.900Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33162026-06-09T20:52:25.442Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33172026-06-09T20:52:27.518Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33182026-06-09T20:52:29.732Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33192026-06-09T20:52:31.901Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33202026-06-09T20:52:34.137Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33212026-06-09T20:52:36.576Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33222026-06-09T20:52:38.877Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33232026-06-09T20:52:40.621Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33242026-06-09T20:52:42.783Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33252026-06-09T20:52:45.044Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33262026-06-09T20:52:47.306Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33272026-06-09T20:52:49.554Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33282026-06-09T20:52:51.756Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33292026-06-09T20:52:54.002Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33302026-06-09T20:52:56.182Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33312026-06-09T20:52:58.528Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33322026-06-09T20:53:00.734Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33332026-06-09T20:53:03.006Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33342026-06-09T20:53:05.297Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33352026-06-09T20:53:07.570Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33362026-06-09T20:53:09.843Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33372026-06-09T20:53:12.158Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33382026-06-09T20:53:14.397Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33392026-06-09T20:53:16.652Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33402026-06-09T20:53:19.139Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33412026-06-09T20:53:21.340Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33422026-06-09T20:53:23.733Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33432026-06-09T20:53:26.085Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33442026-06-09T20:53:28.521Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33452026-06-09T20:53:30.804Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33462026-06-09T20:53:33.163Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33472026-06-09T20:53:36.094Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33482026-06-09T20:53:38.104Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33492026-06-09T20:53:40.596Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33502026-06-09T20:53:43.104Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33512026-06-09T20:53:45.527Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33522026-06-09T20:53:47.907Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33532026-06-09T20:53:50.509Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33542026-06-09T20:53:52.869Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33552026-06-09T20:53:55.229Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33562026-06-09T20:53:57.756Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33572026-06-09T20:54:00.364Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33582026-06-09T20:54:02.822Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33592026-06-09T20:54:05.503Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33602026-06-09T20:54:08.176Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33612026-06-09T20:54:10.667Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33622026-06-09T20:54:13.222Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33632026-06-09T20:54:15.670Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33642026-06-09T20:54:18.258Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33652026-06-09T20:54:21.178Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33662026-06-09T20:54:23.549Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33672026-06-09T20:54:26.264Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33682026-06-09T20:54:28.821Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33692026-06-09T20:54:36.326Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33702026-06-09T20:54:36.616Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33712026-06-09T20:54:40.052Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33722026-06-09T20:54:43.285Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33732026-06-09T20:54:46.699Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33742026-06-09T20:54:49.931Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33752026-06-09T20:54:53.265Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33762026-06-09T20:54:58.062Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33772026-06-09T20:55:00.911Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33782026-06-09T20:55:04.630Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33792026-06-09T20:55:08.173Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33802026-06-09T20:55:11.834Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33812026-06-09T20:55:15.467Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33822026-06-09T20:55:19.153Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33832026-06-09T20:55:22.872Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33842026-06-09T20:55:26.704Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33852026-06-09T20:55:30.240Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33862026-06-09T20:55:33.929Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33872026-06-09T20:55:37.612Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33882026-06-09T20:55:41.252Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33892026-06-09T20:55:44.960Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33902026-06-09T20:55:48.628Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33912026-06-09T20:55:52.277Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33922026-06-09T20:55:56.013Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33932026-06-09T20:56:25.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 39s
33942026-06-09T20:56:25.741Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
33952026-06-09T20:56:25.846Z
33962026-06-09T20:56:25.849Zreal 6:39.278834459
33972026-06-09T20:56:25.849Zuser 17:39.299438549
33982026-06-09T20:56:25.849Zsys 3:48.530028998
33992026-06-09T20:56:25.849Ztrap 0.259660584
34002026-06-09T20:56:25.849Ztflt 0.074553166
34012026-06-09T20:56:25.849Zdflt 0.053130445
34022026-06-09T20:56:25.849Zkflt 0.000028430
34032026-06-09T20:56:25.849Zlock 6:08:28.625280798
34042026-06-09T20:56:25.849Zslp 2:14:14.157892086
34052026-06-09T20:56:25.849Zlat 40.157936899
34062026-06-09T20:56:25.849Zstop 1:43.450237331
34072026-06-09T20:56:25.849Zprocess exited: duration 808436 ms, exit code 0
 
34082026-06-09T20:56:25.856Zfound 0 output files