01KVPA0HEJCMPHNFJQ6C7WJ3Y6: clippy (helios)

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

Buildomat Job: 01KVPA0XG03GYSYJFZ5J76YFBP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T00:01:39.244Zjob assigned to worker 01KVPA14VNQ521S57534E9C1AN [factory aws, i-0fc462293ac59f34e] (queued for 1 m 39 s)
 
22026-06-22T00:01:45.879Zstarting task 0: "setup"
32026-06-22T00:01:45.882Z++ uname -s
42026-06-22T00:01:45.886Z+ kern=SunOS
52026-06-22T00:01:45.886Z+ build_user=build
62026-06-22T00:01:45.886Z+ build_uid=12345
72026-06-22T00:01:45.886Z+ work_dir=/work
82026-06-22T00:01:45.886Z+ input_dir=/input
92026-06-22T00:01:45.886Z+ [[ 0 == 12345 ]]
102026-06-22T00:01:45.886Z+ case "$kern" in
112026-06-22T00:01:45.886Z+ groupadd -g 12345 build
122026-06-22T00:01:45.889Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T00:01:47.892Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T00:01:47.959Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T00:01:47.962Z+ home_fs=zfs
162026-06-22T00:01:47.962Z+ [[ zfs == autofs ]]
172026-06-22T00:01:47.962Z+ mkdir -p /home/build
182026-06-22T00:01:47.962Z+ chown build:build /home/build /work
192026-06-22T00:01:49.963Z+ chmod 0700 /home/build /work
202026-06-22T00:01:49.967Zprocess exited: duration 4088 ms, exit code 0
 
212026-06-22T00:01:49.972Zstarting task 1: "rust-toolchain"
222026-06-22T00:01:49.976Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T00:01:49.976Z * rust toolchain channel = "1.94.0"
242026-06-22T00:01:49.976Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-22T00:01:49.977Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-22T00:01:49.977Z * rust toolchain profile = "default"
272026-06-22T00:01:49.977Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T00:01:49.980Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T00:01:49.980Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T00:01:50.056Zinfo: downloading installer
312026-06-22T00:01:51.457Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T00:01:51.457Zwarn: /home/build/.rustup/settings.toml
332026-06-22T00:01:51.457Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T00:01:51.457Zwarn: instead of the one inferred from the default host triple.
352026-06-22T00:01:51.469Zinfo: profile set to default
362026-06-22T00:01:51.470Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T00:01:51.473Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T00:01:51.607Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T00:01:51.610Zinfo: downloading 6 components
402026-06-22T00:02:06.188Z
412026-06-22T00:02:06.188Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-22T00:02:06.215Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T00:02:06.215Z
442026-06-22T00:02:06.219Z
452026-06-22T00:02:06.219ZRust is installed now. Great!
462026-06-22T00:02:06.219Z
472026-06-22T00:02:06.219ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T00:02:06.219Zenvironment variable. This has not been done automatically.
492026-06-22T00:02:06.219Z
502026-06-22T00:02:06.219ZTo configure your current shell, you need to source
512026-06-22T00:02:06.219Zthe corresponding env file under $HOME/.cargo.
522026-06-22T00:02:06.219Z
532026-06-22T00:02:06.219ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T00:02:06.219Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T00:02:06.219Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T00:02:06.219Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T00:02:06.219Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T00:02:06.219Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T00:02:06.219Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T00:02:06.219Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T00:02:06.219Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T00:02:06.318Z+ rustup --version
632026-06-22T00:02:06.330Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T00:02:06.334Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T00:02:06.349Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T00:02:06.352Z+ cargo --version
672026-06-22T00:02:06.364Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T00:02:06.368Z+ rustc --version
692026-06-22T00:02:06.387Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T00:02:06.390Zprocess exited: duration 16416 ms, exit code 0
 
712026-06-22T00:02:06.396Zstarting task 2: "authentication"
722026-06-22T00:02:06.412Zprocess exited: duration 16 ms, exit code 0
 
732026-06-22T00:02:06.419Zstarting task 3: "clone repository"
742026-06-22T00:02:06.422Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-22T00:02:06.426Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-22T00:02:06.453ZCloning into '/work/oxidecomputer/omicron'...
772026-06-22T00:02:16.428Z+ cd /work/oxidecomputer/omicron
782026-06-22T00:02:16.428Z+ git fetch origin fc23f741b02dac1cb248a822364aa93d35acc57a
792026-06-22T00:02:16.726ZFrom https://github.com/oxidecomputer/omicron
802026-06-22T00:02:16.726Z * branch fc23f741b02dac1cb248a822364aa93d35acc57a -> FETCH_HEAD
812026-06-22T00:02:16.736Z+ [[ -n sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids ]]
822026-06-22T00:02:16.739Z++ git branch --show-current
832026-06-22T00:02:16.739Z+ current=main
842026-06-22T00:02:16.739Z+ [[ main != sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids ]]
852026-06-22T00:02:16.739Z+ git branch -f sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids fc23f741b02dac1cb248a822364aa93d35acc57a
862026-06-22T00:02:16.743Z+ git checkout -f sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids
872026-06-22T00:02:16.889ZSwitched to branch 'sunshowers/spr/13n-meta-migrate-bgp-config-ids-to-typed-uuids'
882026-06-22T00:02:16.892Z+ git reset --hard fc23f741b02dac1cb248a822364aa93d35acc57a
892026-06-22T00:02:17.040ZHEAD is now at fc23f741b remove uuid dependency that's no longer needed
902026-06-22T00:02:17.043Zprocess exited: duration 10622 ms, exit code 0
 
912026-06-22T00:02:17.049Zstarting task 4: "build"
922026-06-22T00:02:17.053Z+ source ./env.sh
932026-06-22T00:02:17.056Z++ OLD_SHELL_OPTS=ehxB
942026-06-22T00:02:17.056Z++ set -o xtrace
952026-06-22T00:02:17.056Z++++ dirname ./env.sh
962026-06-22T00:02:17.059Z+++ readlink -f .
972026-06-22T00:02:17.059Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-22T00:02:17.059Z++ 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-22T00:02:17.060Z++ 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-22T00:02:17.060Z++ 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-22T00:02:17.060Z++ 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-22T00:02:17.060Z++ 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-22T00:02:17.060Z++ 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-22T00:02:17.060Z++ 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-22T00:02:17.060Z++ 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-22T00:02:17.060Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-22T00:02:17.060Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-22T00:02:17.060Z++ case $OLD_SHELL_OPTS in
1092026-06-22T00:02:17.060Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-22T00:02:17.060Z+ source .github/buildomat/ci-env.sh
1112026-06-22T00:02:17.060Z++ export CARGO_TERM_COLOR=always
1122026-06-22T00:02:17.060Z++ CARGO_TERM_COLOR=always
1132026-06-22T00:02:17.060Z+ cargo --version
1142026-06-22T00:02:17.069Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-06-22T00:02:17.072Z+ rustc --version
1162026-06-22T00:02:17.091Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-06-22T00:02:17.094Z+ banner prerequisites
1182026-06-22T00:02:17.097Z
1192026-06-22T00:02:17.097Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-22T00:02:17.097Z # # # # # # # # # # # # # # #
1212026-06-22T00:02:17.097Z # # # # ##### # # ##### # # # # # #### #
1222026-06-22T00:02:17.097Z ##### ##### # ##### # # # # # # # # #
1232026-06-22T00:02:17.097Z # # # # # # # # # # # # # # #
1242026-06-22T00:02:17.097Z # # # ###### # # ###### ### # #### # #### #
1252026-06-22T00:02:17.098Z
1262026-06-22T00:02:17.098Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-22T00:02:18.518Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-22T00:02:18.606Z Startup: Caching catalogs ... Done
1292026-06-22T00:02:18.954ZPlanning: Solver setup ... Done (0.307s)
1302026-06-22T00:02:18.976ZPlanning: Running solver ... Done (0.022s)
1312026-06-22T00:02:18.983ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-22T00:02:18.993ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-22T00:02:19.009ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-22T00:02:19.022ZPlanning: Package planning ... Done (0.013s)
1352026-06-22T00:02:19.025ZPlanning: Merging actions ... Done (0.001s)
1362026-06-22T00:02:19.213ZPlanning: Checking for conflicting actions ... Done (0.189s)
1372026-06-22T00:02:19.215ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-22T00:02:20.008ZPlanning: Evaluating mediators ... Done (0.794s)
1392026-06-22T00:02:20.011ZPlanning: Planning completed in 1.38 seconds
1402026-06-22T00:02:20.017Z Packages to install: 2
1412026-06-22T00:02:20.020Z Estimated space available: 156.07 GB
1422026-06-22T00:02:20.020ZEstimated space to be consumed: 26.78 MB
1432026-06-22T00:02:20.020Z Create boot environment: No
1442026-06-22T00:02:20.020ZCreate backup boot environment: No
1452026-06-22T00:02:20.020Z Rebuild boot archive: No
1462026-06-22T00:02:20.020Z
1472026-06-22T00:02:20.020ZChanged packages:
1482026-06-22T00:02:20.020Zhelios
1492026-06-22T00:02:20.020Z developer/build-essential
1502026-06-22T00:02:20.020Z None -> 11-3.0
1512026-06-22T00:02:20.020Z library/libxmlsec1
1522026-06-22T00:02:20.020Z None -> 1.2.35-3.0
1532026-06-22T00:02:20.041Z
1542026-06-22T00:02:20.042ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-22T00:02:20.680ZDownload: Completed 1.28 MB in 0.64 seconds (2.0M/s)
1562026-06-22T00:02:20.748Z Actions: 1/268 actions (Installing new actions)
1572026-06-22T00:02:20.786Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-22T00:02:20.794ZFinalize: Updating package state database ... Done (0.008s)
1592026-06-22T00:02:20.794ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-22T00:02:20.817ZFinalize: Updating image state ... Done (0.023s)
1612026-06-22T00:02:23.156ZFinalize: Creating fast lookup database ... Done (2.317s)
1622026-06-22T00:02:23.221ZFinalize: Reading search index ... Done (0.011s)
1632026-06-22T00:02:23.224ZFinalize: Updating search index ... Done (0.000s)
1642026-06-22T00:02:23.322ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-22T00:02:23.628ZPlanning: Evaluating mediator changes ... Done
1662026-06-22T00:02:23.734ZPlanning: Checking for conflicting actions ... Done
1672026-06-22T00:02:23.737ZPlanning: Consolidating action changes ... Done
1682026-06-22T00:02:23.896ZPlanning: Evaluating mediators ... Done
1692026-06-22T00:02:23.899ZPlanning: Planning completed in 0.27 seconds
1702026-06-22T00:02:23.920Z Mediators to change: 2
1712026-06-22T00:02:23.920Z Create boot environment: No
1722026-06-22T00:02:23.922ZCreate backup boot environment: No
1732026-06-22T00:02:23.959ZFinalize: Updating package state database ... Done
1742026-06-22T00:02:23.961ZFinalize: Updating package cache ... Done
1752026-06-22T00:02:23.971ZFinalize: Updating image state ... Done
1762026-06-22T00:02:25.905ZFinalize: Creating fast lookup database ... Done
1772026-06-22T00:02:25.964ZFinalize: Reading search index ... Done
1782026-06-22T00:02:25.968ZFinalize: Updating search index ... Done
1792026-06-22T00:02:26.024ZFinalize: Updating package cache ... Done
1802026-06-22T00:02:26.306ZPlanning: Evaluating mediator changes ... Done
1812026-06-22T00:02:26.412ZPlanning: Checking for conflicting actions ... Done
1822026-06-22T00:02:26.419ZPlanning: Consolidating action changes ... Done
1832026-06-22T00:02:26.571ZPlanning: Evaluating mediators ... Done
1842026-06-22T00:02:26.574ZPlanning: Planning completed in 0.27 seconds
1852026-06-22T00:02:26.594Z Mediators to change: 1
1862026-06-22T00:02:26.594Z Create boot environment: No
1872026-06-22T00:02:26.594ZCreate backup boot environment: No
1882026-06-22T00:02:26.632ZFinalize: Updating package state database ... Done
1892026-06-22T00:02:26.632ZFinalize: Updating package cache ... Done
1902026-06-22T00:02:26.645ZFinalize: Updating image state ... Done
1912026-06-22T00:02:28.593ZFinalize: Creating fast lookup database ... Done
1922026-06-22T00:02:28.659ZFinalize: Reading search index ... Done
1932026-06-22T00:02:28.662ZFinalize: Updating search index ... Done
1942026-06-22T00:02:28.714ZFinalize: Updating package cache ... Done
1952026-06-22T00:02:29.026ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-22T00:02:29.026Zapache system 2.4 system
1972026-06-22T00:02:29.026Zclang system 15 system
1982026-06-22T00:02:29.026Zcsh system system illumos
1992026-06-22T00:02:29.026Zctags system system illumos
2002026-06-22T00:02:29.026Zfile vendor vendor darwinsys
2012026-06-22T00:02:29.026Zfile system system illumos
2022026-06-22T00:02:29.026Zgcc vendor 14 vendor
2032026-06-22T00:02:29.026Zgcc system 13 system
2042026-06-22T00:02:29.026Zgcc system 10 system
2052026-06-22T00:02:29.026Zgo system 1.25 system
2062026-06-22T00:02:29.026Zllvm system 15 system
2072026-06-22T00:02:29.026Zmariadb system 11.4 system
2082026-06-22T00:02:29.026Zmta vendor vendor dma
2092026-06-22T00:02:29.026Zopenjdk system 17 system
2102026-06-22T00:02:29.026Zopenjdk system 11 system
2112026-06-22T00:02:29.026Zopenssl vendor 3 vendor
2122026-06-22T00:02:29.026Zperl system 5.40 system
2132026-06-22T00:02:29.026Zpostgresql system 18 system
2142026-06-22T00:02:29.026Zpostgresql system 17 system
2152026-06-22T00:02:29.026Zpython vendor 3 vendor
2162026-06-22T00:02:29.026Zpython system 2 system
2172026-06-22T00:02:29.026Zpython3 vendor 3.13 vendor
2182026-06-22T00:02:29.026Zruby system 3.4 system
2192026-06-22T00:02:29.026Zruby system 3.0 system
2202026-06-22T00:02:29.026Zwords vendor vendor american-english
2212026-06-22T00:02:29.026Zwords system system australian-english
2222026-06-22T00:02:29.026Zwords system system british-english
2232026-06-22T00:02:29.026Zwords system system canadian-english
2242026-06-22T00:02:29.027Zwords system system french
2252026-06-22T00:02:29.027Zwords system system italian
2262026-06-22T00:02:29.027Zwords system system ngerman
2272026-06-22T00:02:29.027Zwords system system ogerman
2282026-06-22T00:02:29.027Zwords system system spanish
2292026-06-22T00:02:29.280ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-22T00:02:29.280Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-22T00:02:29.570ZFMRI IFO
2322026-06-22T00:02:29.570Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-22T00:02:29.570Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-22T00:02:29.570Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-22T00:02:29.570Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-22T00:02:29.570Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-22T00:02:29.570Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-22T00:02:29.570Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-22T00:02:29.570Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-22T00:02:29.570Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-22T00:02:29.823Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-22T00:02:30.109Z Updating crates.io index
2432026-06-22T00:02:30.112Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-22T00:02:30.602Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-22T00:02:30.904Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-22T00:02:31.252Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-22T00:02:32.306Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-22T00:02:32.816Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-22T00:02:34.330Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-22T00:02:35.082Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-22T00:02:35.407Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-22T00:02:36.964Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-22T00:02:37.419Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-22T00:02:37.789Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-22T00:02:38.056Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-22T00:02:38.586Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-22T00:02:39.045Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-22T00:02:39.353Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-22T00:02:39.669Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-22T00:02:39.973Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-22T00:02:40.369Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-22T00:02:40.695Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-22T00:02:40.922Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-22T00:02:41.173Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-22T00:02:41.501Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-22T00:02:42.047Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-22T00:02:42.527Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-22T00:02:42.917Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-22T00:02:43.243Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-22T00:02:43.529Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-22T00:02:43.810Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-22T00:02:44.867Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-22T00:02:45.576Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-22T00:02:46.030Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-22T00:02:46.358Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-22T00:02:46.765Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-22T00:02:47.054Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-22T00:02:47.312Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-22T00:02:47.993Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-22T00:02:48.215Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-22T00:02:48.458Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-22T00:02:48.758Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-22T00:02:50.592Z Downloading crates ...
2842026-06-22T00:02:50.658Z Downloaded anstyle-query v1.1.5
2852026-06-22T00:02:50.665Z Downloaded anstyle v1.0.14
2862026-06-22T00:02:50.666Z Downloaded anstyle-parse v1.0.0
2872026-06-22T00:02:50.666Z Downloaded anstream v1.0.0
2882026-06-22T00:02:50.666Z Downloaded anyhow v1.0.102
2892026-06-22T00:02:50.666Z Downloaded fastrand v2.3.0
2902026-06-22T00:02:50.670Z Downloaded heck v0.5.0
2912026-06-22T00:02:50.670Z Downloaded equivalent v1.0.2
2922026-06-22T00:02:50.674Z Downloaded crypto-common v0.1.7
2932026-06-22T00:02:50.683Z Downloaded cfg-if v1.0.4
2942026-06-22T00:02:50.683Z Downloaded potential_utf v0.1.4
2952026-06-22T00:02:50.683Z Downloaded toml_write v0.1.2
2962026-06-22T00:02:50.683Z Downloaded block-buffer v0.10.4
2972026-06-22T00:02:50.683Z Downloaded percent-encoding v2.3.2
2982026-06-22T00:02:50.683Z Downloaded scroll_derive v0.12.1
2992026-06-22T00:02:50.686Z Downloaded memmap v0.7.0
3002026-06-22T00:02:50.686Z Downloaded url v2.5.8
3012026-06-22T00:02:50.686Z Downloaded ordered-float v2.10.1
3022026-06-22T00:02:50.691Z Downloaded swrite v0.1.0
3032026-06-22T00:02:50.693Z Downloaded proc-macro-error-attr v1.0.4
3042026-06-22T00:02:50.693Z Downloaded cpufeatures v0.2.17
3052026-06-22T00:02:50.693Z Downloaded smawk v0.3.2
3062026-06-22T00:02:50.698Z Downloaded cargo-platform v0.2.0
3072026-06-22T00:02:50.701Z Downloaded unicode-width v0.1.14
3082026-06-22T00:02:50.704Z Downloaded digest v0.10.7
3092026-06-22T00:02:50.704Z Downloaded clap_lex v1.0.0
3102026-06-22T00:02:50.707Z Downloaded plain v0.2.3
3112026-06-22T00:02:50.707Z Downloaded serde_spanned v0.6.9
3122026-06-22T00:02:50.710Z Downloaded byteorder v1.5.0
3132026-06-22T00:02:50.710Z Downloaded pretty-hex v0.4.1
3142026-06-22T00:02:50.710Z Downloaded serde-untagged v0.1.9
3152026-06-22T00:02:50.713Z Downloaded autocfg v1.5.0
3162026-06-22T00:02:50.713Z Downloaded camino-tempfile v1.4.1
3172026-06-22T00:02:50.716Z Downloaded fs-err v3.3.0
3182026-06-22T00:02:50.718Z Downloaded cargo_metadata v0.21.0
3192026-06-22T00:02:50.718Z Downloaded synstructure v0.13.2
3202026-06-22T00:02:50.721Z Downloaded cargo_toml v0.21.0
3212026-06-22T00:02:50.727Z Downloaded stable_deref_trait v1.2.1
3222026-06-22T00:02:50.732Z Downloaded tabled_derive v0.7.0
3232026-06-22T00:02:50.736Z Downloaded heck v0.4.1
3242026-06-22T00:02:50.741Z Downloaded generic-array v0.14.7
3252026-06-22T00:02:50.744Z Downloaded unicode-ident v1.0.24
3262026-06-22T00:02:50.744Z Downloaded toml_datetime v0.6.11
3272026-06-22T00:02:50.744Z Downloaded utf8parse v0.2.2
3282026-06-22T00:02:50.744Z Downloaded is_terminal_polyfill v1.70.2
3292026-06-22T00:02:50.748Z Downloaded zerovec-derive v0.11.2
3302026-06-22T00:02:50.749Z Downloaded zerofrom v0.1.6
3312026-06-22T00:02:50.749Z Downloaded terminal_size v0.4.3
3322026-06-22T00:02:50.756Z Downloaded macaddr v1.0.1
3332026-06-22T00:02:50.756Z Downloaded yoke v0.8.1
3342026-06-22T00:02:50.756Z Downloaded usdt-attr-macro v0.5.0
3352026-06-22T00:02:50.756Z Downloaded fnv v1.0.7
3362026-06-22T00:02:50.761Z Downloaded toml_edit v0.22.27
3372026-06-22T00:02:50.761Z Downloaded smallvec v1.15.1
3382026-06-22T00:02:50.761Z Downloaded quote v1.0.45
3392026-06-22T00:02:50.764Z Downloaded cargo-util-schemas v0.8.2
3402026-06-22T00:02:50.765Z Downloaded bitflags v2.11.0
3412026-06-22T00:02:50.765Z Downloaded clap_derive v4.6.1
3422026-06-22T00:02:50.765Z Downloaded camino v1.2.2
3432026-06-22T00:02:50.768Z Downloaded bytecount v0.6.9
3442026-06-22T00:02:50.769Z Downloaded pest_generator v2.8.6
3452026-06-22T00:02:50.769Z Downloaded thiserror-impl v2.0.18
3462026-06-22T00:02:50.776Z Downloaded serde-value v0.7.0
3472026-06-22T00:02:50.780Z Downloaded itoa v1.0.17
3482026-06-22T00:02:50.780Z Downloaded strsim v0.11.1
3492026-06-22T00:02:50.783Z Downloaded form_urlencoded v1.2.2
3502026-06-22T00:02:50.785Z Downloaded idna_adapter v1.2.1
3512026-06-22T00:02:50.788Z Downloaded dtrace-parser v0.2.0
3522026-06-22T00:02:50.791Z Downloaded tempfile v3.25.0
3532026-06-22T00:02:50.802Z Downloaded serde_tokenstream v0.2.3
3542026-06-22T00:02:50.805Z Downloaded proc-macro-error v1.0.4
3552026-06-22T00:02:50.813Z Downloaded serde_core v1.0.228
3562026-06-22T00:02:50.814Z Downloaded clap v4.6.1
3572026-06-22T00:02:50.818Z Downloaded usdt-impl v0.5.0
3582026-06-22T00:02:50.818Z Downloaded thiserror v2.0.18
3592026-06-22T00:02:50.819Z Downloaded semver v1.0.28
3602026-06-22T00:02:50.828Z Downloaded erased-serde v0.4.9
3612026-06-22T00:02:50.829Z Downloaded usdt-macro v0.5.0
3622026-06-22T00:02:50.829Z Downloaded dof v0.3.0
3632026-06-22T00:02:50.833Z Downloaded errno v0.3.14
3642026-06-22T00:02:50.833Z Downloaded sha2 v0.10.9
3652026-06-22T00:02:50.834Z Downloaded zerocopy v0.7.35
3662026-06-22T00:02:50.842Z Downloaded scroll v0.12.0
3672026-06-22T00:02:50.842Z Downloaded thiserror-impl v1.0.69
3682026-06-22T00:02:50.842Z Downloaded displaydoc v0.2.5
3692026-06-22T00:02:50.845Z Downloaded litemap v0.8.1
3702026-06-22T00:02:50.849Z Downloaded pest_derive v2.8.6
3712026-06-22T00:02:50.851Z Downloaded log v0.4.29
3722026-06-22T00:02:50.854Z Downloaded ucd-trie v0.1.7
3732026-06-22T00:02:50.857Z Downloaded usdt v0.5.0
3742026-06-22T00:02:50.862Z Downloaded once_cell v1.21.3
3752026-06-22T00:02:50.862Z Downloaded unicode-width v0.2.0
3762026-06-22T00:02:50.865Z Downloaded unicode-linebreak v0.1.5
3772026-06-22T00:02:50.865Z Downloaded typeid v1.0.3
3782026-06-22T00:02:50.868Z Downloaded winnow v0.7.14
3792026-06-22T00:02:50.872Z Downloaded zerotrie v0.2.3
3802026-06-22T00:02:50.875Z Downloaded version_check v0.9.5
3812026-06-22T00:02:50.877Z Downloaded proc-macro2 v1.0.106
3822026-06-22T00:02:50.877Z Downloaded zerocopy-derive v0.7.35
3832026-06-22T00:02:50.884Z Downloaded writeable v0.6.2
3842026-06-22T00:02:50.884Z Downloaded indexmap v2.14.0
3852026-06-22T00:02:50.884Z Downloaded utf8_iter v1.0.4
3862026-06-22T00:02:50.884Z Downloaded thiserror v1.0.69
3872026-06-22T00:02:50.887Z Downloaded zerofrom-derive v0.1.6
3882026-06-22T00:02:50.887Z Downloaded yoke-derive v0.8.1
3892026-06-22T00:02:50.887Z Downloaded unicode-xid v0.2.6
3902026-06-22T00:02:50.890Z Downloaded tinystr v0.8.2
3912026-06-22T00:02:50.890Z Downloaded papergrid v0.11.0
3922026-06-22T00:02:50.893Z Downloaded zerovec v0.11.5
3932026-06-22T00:02:50.897Z Downloaded getrandom v0.4.1
3942026-06-22T00:02:50.901Z Downloaded zmij v1.0.21
3952026-06-22T00:02:50.901Z Downloaded typenum v1.19.0
3962026-06-22T00:02:50.901Z Downloaded toml v0.8.23
3972026-06-22T00:02:50.903Z Downloaded colorchoice v1.0.4
3982026-06-22T00:02:50.903Z Downloaded thread-id v4.2.2
3992026-06-22T00:02:50.903Z Downloaded textwrap v0.16.2
4002026-06-22T00:02:50.906Z Downloaded serde_derive v1.0.228
4012026-06-22T00:02:50.906Z Downloaded num-traits v0.2.19
4022026-06-22T00:02:50.909Z Downloaded icu_provider v2.1.1
4032026-06-22T00:02:50.909Z Downloaded icu_properties v2.1.2
4042026-06-22T00:02:50.911Z Downloaded icu_normalizer v2.1.1
4052026-06-22T00:02:50.915Z Downloaded pest_meta v2.8.6
4062026-06-22T00:02:50.920Z Downloaded icu_collections v2.1.1
4072026-06-22T00:02:50.923Z Downloaded icu_normalizer_data v2.1.1
4082026-06-22T00:02:50.926Z Downloaded serde v1.0.228
4092026-06-22T00:02:50.928Z Downloaded memchr v2.8.0
4102026-06-22T00:02:50.937Z Downloaded icu_locale_core v2.1.1
4112026-06-22T00:02:50.966Z Downloaded pest v2.8.6
4122026-06-22T00:02:50.979Z Downloaded idna v1.1.0
4132026-06-22T00:02:50.982Z Downloaded goblin v0.8.2
4142026-06-22T00:02:50.985Z Downloaded clap_builder v4.6.0
4152026-06-22T00:02:50.988Z Downloaded serde_json v1.0.149
4162026-06-22T00:02:50.992Z Downloaded icu_properties_data v2.1.2
4172026-06-22T00:02:50.996Z Downloaded hashbrown v0.17.0
4182026-06-22T00:02:51.004Z Downloaded tabled v0.15.0
4192026-06-22T00:02:51.010Z Downloaded syn v1.0.109
4202026-06-22T00:02:51.028Z Downloaded syn v2.0.117
4212026-06-22T00:02:51.038Z Downloaded rustix v1.1.3
4222026-06-22T00:02:51.064Z Downloaded libc v0.2.185
4232026-06-22T00:02:51.137Z Compiling proc-macro2 v1.0.106
4242026-06-22T00:02:51.137Z Compiling quote v1.0.45
4252026-06-22T00:02:51.137Z Compiling unicode-ident v1.0.24
4262026-06-22T00:02:51.142Z Compiling serde_core v1.0.228
4272026-06-22T00:02:51.142Z Compiling libc v0.2.185
4282026-06-22T00:02:51.142Z Compiling version_check v0.9.5
4292026-06-22T00:02:51.143Z Compiling serde v1.0.228
4302026-06-22T00:02:51.143Z Compiling stable_deref_trait v1.2.1
4312026-06-22T00:02:51.434Z Compiling memchr v2.8.0
4322026-06-22T00:02:51.452Z Compiling zmij v1.0.21
4332026-06-22T00:02:51.729Z Compiling ucd-trie v0.1.7
4342026-06-22T00:02:51.733Z Compiling thiserror v1.0.69
4352026-06-22T00:02:51.733Z Compiling itoa v1.0.17
4362026-06-22T00:02:51.987Z Compiling autocfg v1.5.0
4372026-06-22T00:02:52.054Z Compiling pest v2.8.6
4382026-06-22T00:02:52.094Z Compiling litemap v0.8.1
4392026-06-22T00:02:52.194Z Compiling writeable v0.6.2
4402026-06-22T00:02:52.209Z Compiling rustix v1.1.3
4412026-06-22T00:02:52.303Z Compiling byteorder v1.5.0
4422026-06-22T00:02:52.409Z Compiling icu_properties_data v2.1.2
4432026-06-22T00:02:52.552Z Compiling icu_normalizer_data v2.1.1
4442026-06-22T00:02:52.588Z Compiling syn v2.0.117
4452026-06-22T00:02:52.692Z Compiling errno v0.3.14
4462026-06-22T00:02:52.750Z Compiling bitflags v2.11.0
4472026-06-22T00:02:52.841Z Compiling serde_json v1.0.149
4482026-06-22T00:02:52.968Z Compiling num-traits v0.2.19
4492026-06-22T00:02:53.024Z Compiling smallvec v1.15.1
4502026-06-22T00:02:53.060Z Compiling equivalent v1.0.2
4512026-06-22T00:02:53.148Z Compiling pest_meta v2.8.6
4522026-06-22T00:02:53.151Z Compiling typeid v1.0.3
4532026-06-22T00:02:53.245Z Compiling hashbrown v0.17.0
4542026-06-22T00:02:53.524Z Compiling thread-id v4.2.2
4552026-06-22T00:02:53.608Z Compiling usdt-impl v0.5.0
4562026-06-22T00:02:53.624Z Compiling proc-macro-error-attr v1.0.4
4572026-06-22T00:02:53.654Z Compiling toml_write v0.1.2
4582026-06-22T00:02:53.819Z Compiling indexmap v2.14.0
4592026-06-22T00:02:53.836Z Compiling erased-serde v0.4.9
4602026-06-22T00:02:53.859Z Compiling syn v1.0.109
4612026-06-22T00:02:53.895Z Compiling winnow v0.7.14
4622026-06-22T00:02:54.354Z Compiling proc-macro-error v1.0.4
4632026-06-22T00:02:54.459Z Compiling camino v1.2.2
4642026-06-22T00:02:54.544Z Compiling log v0.4.29
4652026-06-22T00:02:54.730Z Compiling utf8_iter v1.0.4
4662026-06-22T00:02:54.782Z Compiling getrandom v0.4.1
4672026-06-22T00:02:54.810Z Compiling thiserror v2.0.18
4682026-06-22T00:02:54.840Z Compiling utf8parse v0.2.2
4692026-06-22T00:02:54.886Z Compiling percent-encoding v2.3.2
4702026-06-22T00:02:54.972Z Compiling plain v0.2.3
4712026-06-22T00:02:55.095Z Compiling form_urlencoded v1.2.2
4722026-06-22T00:02:55.110Z Compiling anstyle-parse v1.0.0
4732026-06-22T00:02:55.193Z Compiling ordered-float v2.10.1
4742026-06-22T00:02:55.277Z Compiling synstructure v0.13.2
4752026-06-22T00:02:55.293Z Compiling pest_generator v2.8.6
4762026-06-22T00:02:55.423Z Compiling terminal_size v0.4.3
4772026-06-22T00:02:55.563Z Compiling is_terminal_polyfill v1.70.2
4782026-06-22T00:02:55.662Z Compiling anstyle v1.0.14
4792026-06-22T00:02:55.666Z Compiling colorchoice v1.0.4
4802026-06-22T00:02:55.702Z Compiling cfg-if v1.0.4
4812026-06-22T00:02:55.763Z Compiling anstyle-query v1.1.5
4822026-06-22T00:02:55.779Z Compiling pretty-hex v0.4.1
4832026-06-22T00:02:55.873Z Compiling anstream v1.0.0
4842026-06-22T00:02:55.873Z Compiling serde-untagged v0.1.9
4852026-06-22T00:02:55.964Z Compiling semver v1.0.28
4862026-06-22T00:02:56.006Z Compiling fs-err v3.3.0
4872026-06-22T00:02:56.129Z Compiling bytecount v0.6.9
4882026-06-22T00:02:56.174Z Compiling heck v0.4.1
4892026-06-22T00:02:56.192Z Compiling anyhow v1.0.102
4902026-06-22T00:02:56.266Z Compiling unicode-xid v0.2.6
4912026-06-22T00:02:56.282Z Compiling fastrand v2.3.0
4922026-06-22T00:02:56.298Z Compiling fnv v1.0.7
4932026-06-22T00:02:56.389Z Compiling once_cell v1.21.3
4942026-06-22T00:02:56.406Z Compiling unicode-width v0.1.14
4952026-06-22T00:02:56.410Z Compiling clap_lex v1.0.0
4962026-06-22T00:02:56.539Z Compiling strsim v0.11.1
4972026-06-22T00:02:56.611Z Compiling heck v0.5.0
4982026-06-22T00:02:56.653Z Compiling papergrid v0.11.0
4992026-06-22T00:02:56.680Z Compiling tempfile v3.25.0
5002026-06-22T00:02:56.798Z Compiling clap_builder v4.6.0
5012026-06-22T00:02:56.955Z Compiling serde_derive v1.0.228
5022026-06-22T00:02:56.987Z Compiling zerofrom-derive v0.1.6
5032026-06-22T00:02:57.054Z Compiling yoke-derive v0.8.1
5042026-06-22T00:02:57.057Z Compiling zerovec-derive v0.11.2
5052026-06-22T00:02:57.398Z Compiling displaydoc v0.2.5
5062026-06-22T00:02:58.063Z Compiling thiserror-impl v1.0.69
5072026-06-22T00:02:58.118Z Compiling zerocopy-derive v0.7.35
5082026-06-22T00:02:58.164Z Compiling pest_derive v2.8.6
5092026-06-22T00:02:58.187Z Compiling scroll_derive v0.12.1
5102026-06-22T00:02:58.354Z Compiling zerofrom v0.1.6
5112026-06-22T00:02:58.485Z Compiling yoke v0.8.1
5122026-06-22T00:02:58.579Z Compiling thiserror-impl v2.0.18
5132026-06-22T00:02:58.678Z Compiling zerovec v0.11.5
5142026-06-22T00:02:58.876Z Compiling zerotrie v0.2.3
5152026-06-22T00:02:59.033Z Compiling zerocopy v0.7.35
5162026-06-22T00:02:59.189Z Compiling tinystr v0.8.2
5172026-06-22T00:02:59.223Z Compiling potential_utf v0.1.4
5182026-06-22T00:02:59.396Z Compiling icu_locale_core v2.1.1
5192026-06-22T00:02:59.413Z Compiling icu_collections v2.1.1
5202026-06-22T00:02:59.479Z Compiling dtrace-parser v0.2.0
5212026-06-22T00:02:59.600Z Compiling scroll v0.12.0
5222026-06-22T00:02:59.830Z Compiling tabled_derive v0.7.0
5232026-06-22T00:02:59.879Z Compiling goblin v0.8.2
5242026-06-22T00:02:59.926Z Compiling clap_derive v4.6.1
5252026-06-22T00:03:00.072Z Compiling icu_provider v2.1.1
5262026-06-22T00:03:00.241Z Compiling memmap v0.7.0
5272026-06-22T00:03:00.291Z Compiling unicode-width v0.2.0
5282026-06-22T00:03:00.375Z Compiling toml_datetime v0.6.11
5292026-06-22T00:03:00.418Z Compiling serde_spanned v0.6.9
5302026-06-22T00:03:00.434Z Compiling icu_properties v2.1.2
5312026-06-22T00:03:00.437Z Compiling icu_normalizer v2.1.1
5322026-06-22T00:03:00.563Z Compiling toml_edit v0.22.27
5332026-06-22T00:03:00.579Z Compiling dof v0.3.0
5342026-06-22T00:03:00.634Z Compiling serde_tokenstream v0.2.3
5352026-06-22T00:03:00.741Z Compiling serde-value v0.7.0
5362026-06-22T00:03:00.986Z Compiling cargo-platform v0.2.0
5372026-06-22T00:03:01.004Z Compiling smawk v0.3.2
5382026-06-22T00:03:01.127Z Compiling unicode-linebreak v0.1.5
5392026-06-22T00:03:01.146Z Compiling tabled v0.15.0
5402026-06-22T00:03:01.260Z Compiling macaddr v1.0.1
5412026-06-22T00:03:01.374Z Compiling idna_adapter v1.2.1
5422026-06-22T00:03:01.490Z Compiling idna v1.1.0
5432026-06-22T00:03:01.518Z Compiling textwrap v0.16.2
5442026-06-22T00:03:01.575Z Compiling usdt-macro v0.5.0
5452026-06-22T00:03:01.692Z Compiling usdt-attr-macro v0.5.0
5462026-06-22T00:03:01.884Z Compiling url v2.5.8
5472026-06-22T00:03:01.978Z Compiling toml v0.8.23
5482026-06-22T00:03:02.190Z Compiling clap v4.6.1
5492026-06-22T00:03:02.369Z Compiling cargo-util-schemas v0.8.2
5502026-06-22T00:03:02.605Z Compiling cargo_toml v0.21.0
5512026-06-22T00:03:02.655Z Compiling camino-tempfile v1.4.1
5522026-06-22T00:03:02.899Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-22T00:03:02.962Z Compiling swrite v0.1.0
5542026-06-22T00:03:03.026Z Compiling usdt v0.5.0
5552026-06-22T00:03:03.322Z Compiling cargo_metadata v0.21.0
5562026-06-22T00:03:04.251Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-22T00:03:06.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.65s
5582026-06-22T00:03:06.579Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5592026-06-22T00:03:07.031Z Downloading crates ...
5602026-06-22T00:03:07.134Z Downloaded assert_matches v1.5.0
5612026-06-22T00:03:07.137Z Downloaded aead v0.5.2
5622026-06-22T00:03:07.137Z Downloaded async-recursion v1.1.1
5632026-06-22T00:03:07.137Z Downloaded async-stream v0.3.6
5642026-06-22T00:03:07.137Z Downloaded adler2 v2.0.1
5652026-06-22T00:03:07.140Z Downloaded async-bb8-diesel v0.2.1
5662026-06-22T00:03:07.143Z Downloaded camino-tempfile-ext v0.3.3
5672026-06-22T00:03:07.143Z Downloaded ascii-canvas v3.0.0
5682026-06-22T00:03:07.145Z Downloaded bzip2 v0.4.4
5692026-06-22T00:03:07.148Z Downloaded async-stream-impl v0.3.6
5702026-06-22T00:03:07.148Z Downloaded cobs v0.3.0
5712026-06-22T00:03:07.152Z Downloaded cfg_aliases v0.2.1
5722026-06-22T00:03:07.152Z Downloaded async-compression v0.4.41
5732026-06-22T00:03:07.155Z Downloaded bitflags v1.3.2
5742026-06-22T00:03:07.158Z Downloaded bit-vec v0.6.3
5752026-06-22T00:03:07.160Z Downloaded chacha20 v0.9.1
5762026-06-22T00:03:07.165Z Downloaded compression-core v0.4.31
5772026-06-22T00:03:07.168Z Downloaded cmake v0.1.57
5782026-06-22T00:03:07.168Z Downloaded cassowary v0.3.0
5792026-06-22T00:03:07.168Z Downloaded cfg_aliases v0.1.1
5802026-06-22T00:03:07.171Z Downloaded dunce v1.0.5
5812026-06-22T00:03:07.173Z Downloaded find-msvc-tools v0.1.9
5822026-06-22T00:03:07.173Z Downloaded bit-vec v0.8.0
5832026-06-22T00:03:07.176Z Downloaded bzip2 v0.6.1
5842026-06-22T00:03:07.179Z Downloaded bitfield-struct v0.6.2
5852026-06-22T00:03:07.179Z Downloaded dyn-clone v1.0.20
5862026-06-22T00:03:07.182Z Downloaded cargo-platform v0.3.2
5872026-06-22T00:03:07.182Z Downloaded darling_macro v0.20.11
5882026-06-22T00:03:07.182Z Downloaded cargo_metadata v0.23.1
5892026-06-22T00:03:07.184Z Downloaded bitfield-macros v0.19.4
5902026-06-22T00:03:07.184Z Downloaded crunchy v0.2.4
5912026-06-22T00:03:07.188Z Downloaded async-trait v0.1.89
5922026-06-22T00:03:07.191Z Downloaded clang-sys v1.8.1
5932026-06-22T00:03:07.194Z Downloaded diesel_table_macro_syntax v0.3.0
5942026-06-22T00:03:07.194Z Downloaded dropshot-api-manager-types v0.7.2
5952026-06-22T00:03:07.197Z Downloaded castaway v0.2.4
5962026-06-22T00:03:07.197Z Downloaded bit-set v0.8.0
5972026-06-22T00:03:07.197Z Downloaded ena v0.14.4
5982026-06-22T00:03:07.199Z Downloaded arrayref v0.3.9
5992026-06-22T00:03:07.199Z Downloaded block-padding v0.3.3
6002026-06-22T00:03:07.199Z Downloaded base16ct v0.2.0
6012026-06-22T00:03:07.202Z Downloaded ecdsa v0.16.9
6022026-06-22T00:03:07.203Z Downloaded elliptic-curve v0.13.8
6032026-06-22T00:03:07.206Z Downloaded ciborium-ll v0.2.2
6042026-06-22T00:03:07.206Z Downloaded chacha20poly1305 v0.10.1
6052026-06-22T00:03:07.206Z Downloaded atomic-waker v1.1.2
6062026-06-22T00:03:07.209Z Downloaded diesel_derives v2.3.7
6072026-06-22T00:03:07.211Z Downloaded erased-serde v0.3.31
6082026-06-22T00:03:07.212Z Downloaded derive-ex v0.1.8
6092026-06-22T00:03:07.214Z Downloaded defmt v1.0.1
6102026-06-22T00:03:07.217Z Downloaded dirs-sys-next v0.1.2
6112026-06-22T00:03:07.217Z Downloaded crossterm v0.28.1
6122026-06-22T00:03:07.247Z Downloaded embedded-io v0.6.1
6132026-06-22T00:03:07.247Z Downloaded bit-set v0.5.3
6142026-06-22T00:03:07.251Z Downloaded array-init v0.0.4
6152026-06-22T00:03:07.251Z Downloaded either v1.15.0
6162026-06-22T00:03:07.251Z Downloaded buf-list v1.1.2
6172026-06-22T00:03:07.251Z Downloaded argon2 v0.5.3
6182026-06-22T00:03:07.251Z Downloaded display-error-chain v0.2.2
6192026-06-22T00:03:07.251Z Downloaded chacha20 v0.10.0
6202026-06-22T00:03:07.251Z Downloaded derive_builder_macro v0.20.2
6212026-06-22T00:03:07.251Z Downloaded defmt v0.3.100
6222026-06-22T00:03:07.251Z Downloaded dof v0.4.0
6232026-06-22T00:03:07.252Z Downloaded defmt-parser v1.0.0
6242026-06-22T00:03:07.252Z Downloaded deranged v0.5.8
6252026-06-22T00:03:07.252Z Downloaded darling_macro v0.23.0
6262026-06-22T00:03:07.252Z Downloaded data-encoding v2.10.0
6272026-06-22T00:03:07.252Z Downloaded cpufeatures v0.3.0
6282026-06-22T00:03:07.252Z Downloaded atty v0.2.14
6292026-06-22T00:03:07.252Z Downloaded flagset v0.4.7
6302026-06-22T00:03:07.252Z Downloaded env_filter v1.0.0
6312026-06-22T00:03:07.252Z Downloaded darling_macro v0.13.4
6322026-06-22T00:03:07.252Z Downloaded curve25519-dalek-derive v0.1.1
6332026-06-22T00:03:07.252Z Downloaded ciborium-io v0.2.2
6342026-06-22T00:03:07.252Z Downloaded backon v1.6.0
6352026-06-22T00:03:07.252Z Downloaded dirs-next v2.0.0
6362026-06-22T00:03:07.252Z Downloaded compression-codecs v0.4.37
6372026-06-22T00:03:07.252Z Downloaded dsl_auto_type v0.2.0
6382026-06-22T00:03:07.252Z Downloaded crc v3.4.0
6392026-06-22T00:03:07.262Z Downloaded fd-lock v4.0.4
6402026-06-22T00:03:07.262Z Downloaded derive_builder_core v0.20.2
6412026-06-22T00:03:07.262Z Downloaded byte-wrapper v0.1.0
6422026-06-22T00:03:07.262Z Downloaded anstyle-parse v0.2.7
6432026-06-22T00:03:07.262Z Downloaded ciborium v0.2.2
6442026-06-22T00:03:07.262Z Downloaded atomicwrites v0.4.4
6452026-06-22T00:03:07.262Z Downloaded anstream v0.6.21
6462026-06-22T00:03:07.262Z Downloaded downcast-rs v2.0.2
6472026-06-22T00:03:07.262Z Downloaded convert_case v0.4.0
6482026-06-22T00:03:07.265Z Downloaded float-ord v0.3.2
6492026-06-22T00:03:07.265Z Downloaded foreign-types-shared v0.3.1
6502026-06-22T00:03:07.265Z Downloaded cstr-argument v0.1.2
6512026-06-22T00:03:07.265Z Downloaded crucible-workspace-hack v0.1.0
6522026-06-22T00:03:07.268Z Downloaded difflib v0.4.0
6532026-06-22T00:03:07.268Z Downloaded dtrace-parser v0.3.0
6542026-06-22T00:03:07.271Z Downloaded document-features v0.2.12
6552026-06-22T00:03:07.273Z Downloaded debug-ignore v1.0.5
6562026-06-22T00:03:07.273Z Downloaded darling_macro v0.21.3
6572026-06-22T00:03:07.273Z Downloaded crc8 v0.1.1
6582026-06-22T00:03:07.276Z Downloaded enum-as-inner v0.6.1
6592026-06-22T00:03:07.279Z Downloaded foreign-types v0.5.0
6602026-06-22T00:03:07.282Z Downloaded endian-type v0.1.2
6612026-06-22T00:03:07.282Z Downloaded bcrypt-pbkdf v0.10.0
6622026-06-22T00:03:07.286Z Downloaded gethostname v0.5.0
6632026-06-22T00:03:07.286Z Downloaded fxhash v0.2.1
6642026-06-22T00:03:07.286Z Downloaded foreign-types-macros v0.2.3
6652026-06-22T00:03:07.290Z Downloaded embedded-io v0.4.0
6662026-06-22T00:03:07.290Z Downloaded fixedbitset v0.4.2
6672026-06-22T00:03:07.290Z Downloaded foreign-types v0.3.2
6682026-06-22T00:03:07.299Z Downloaded crc-catalog v2.4.0
6692026-06-22T00:03:07.299Z Downloaded funty v2.0.0
6702026-06-22T00:03:07.299Z Downloaded float-cmp v0.10.0
6712026-06-22T00:03:07.303Z Downloaded git-stub v1.0.0
6722026-06-22T00:03:07.303Z Downloaded foreign-types-shared v0.1.1
6732026-06-22T00:03:07.304Z Downloaded futures-io v0.3.32
6742026-06-22T00:03:07.304Z Downloaded futures-core v0.3.32
6752026-06-22T00:03:07.304Z Downloaded ahash v0.8.12
6762026-06-22T00:03:07.304Z Downloaded crossbeam-deque v0.8.6
6772026-06-22T00:03:07.304Z Downloaded cipher v0.4.4
6782026-06-22T00:03:07.311Z Downloaded env_logger v0.11.9
6792026-06-22T00:03:07.311Z Downloaded diesel-dtrace v0.5.0
6802026-06-22T00:03:07.311Z Downloaded arrayvec v0.7.6
6812026-06-22T00:03:07.314Z Downloaded headers-core v0.3.0
6822026-06-22T00:03:07.314Z Downloaded hash32 v0.2.1
6832026-06-22T00:03:07.314Z Downloaded der_derive v0.7.3
6842026-06-22T00:03:07.314Z Downloaded defmt-macros v1.0.1
6852026-06-22T00:03:07.320Z Downloaded bb8 v0.8.6
6862026-06-22T00:03:07.320Z Downloaded globwalk v0.9.1
6872026-06-22T00:03:07.321Z Downloaded futures-task v0.3.32
6882026-06-22T00:03:07.321Z Downloaded convert_case v0.10.0
6892026-06-22T00:03:07.321Z Downloaded home v0.5.12
6902026-06-22T00:03:07.324Z Downloaded hex v0.4.3
6912026-06-22T00:03:07.324Z Downloaded futures-sink v0.3.32
6922026-06-22T00:03:07.325Z Downloaded base64ct v1.8.3
6932026-06-22T00:03:07.325Z Downloaded colored v2.2.0
6942026-06-22T00:03:07.328Z Downloaded hash32 v0.3.1
6952026-06-22T00:03:07.328Z Downloaded hubpack_derive v0.1.1
6962026-06-22T00:03:07.328Z Downloaded hubpack v0.1.2
6972026-06-22T00:03:07.328Z Downloaded hostname v0.4.2
6982026-06-22T00:03:07.331Z Downloaded hostname v0.3.1
6992026-06-22T00:03:07.331Z Downloaded hyper-tls v0.6.0
7002026-06-22T00:03:07.337Z Downloaded ghash v0.5.1
7012026-06-22T00:03:07.338Z Downloaded hex-literal v0.4.1
7022026-06-22T00:03:07.338Z Downloaded dropshot-api-manager v0.7.2
7032026-06-22T00:03:07.345Z Downloaded fallible-iterator v0.2.0
7042026-06-22T00:03:07.345Z Downloaded critical-section v1.2.0
7052026-06-22T00:03:07.345Z Downloaded daft v0.1.7
7062026-06-22T00:03:07.345Z Downloaded http-body v1.0.1
7072026-06-22T00:03:07.357Z Downloaded darling v0.13.4
7082026-06-22T00:03:07.357Z Downloaded filetime v0.2.27
7092026-06-22T00:03:07.357Z Downloaded daft-derive v0.1.7
7102026-06-22T00:03:07.357Z Downloaded constant_time_eq v0.4.2
7112026-06-22T00:03:07.366Z Downloaded ed25519 v2.2.3
7122026-06-22T00:03:07.366Z Downloaded csv-core v0.1.13
7132026-06-22T00:03:07.366Z Downloaded cexpr v0.6.0
7142026-06-22T00:03:07.366Z Downloaded cbc v0.1.2
7152026-06-22T00:03:07.366Z Downloaded cancel-safe-futures v0.1.5
7162026-06-22T00:03:07.366Z Downloaded httpdate v1.0.3
7172026-06-22T00:03:07.366Z Downloaded http-range v0.1.5
7182026-06-22T00:03:07.366Z Downloaded fs_extra v1.3.0
7192026-06-22T00:03:07.367Z Downloaded ident_case v1.0.1
7202026-06-22T00:03:07.367Z Downloaded fixedbitset v0.5.7
7212026-06-22T00:03:07.374Z Downloaded console v0.16.2
7222026-06-22T00:03:07.374Z Downloaded foldhash v0.2.0
7232026-06-22T00:03:07.375Z Downloaded blake2 v0.10.6
7242026-06-22T00:03:07.375Z Downloaded fs-err v2.11.0
7252026-06-22T00:03:07.375Z Downloaded indent_write v2.2.0
7262026-06-22T00:03:07.375Z Downloaded illumos-nvpair v0.3.0
7272026-06-22T00:03:07.375Z Downloaded illumos-nvpair-sys v0.2.0
7282026-06-22T00:03:07.375Z Downloaded glob v0.3.3
7292026-06-22T00:03:07.384Z Downloaded foldhash v0.1.5
7302026-06-22T00:03:07.385Z Downloaded const_format_proc_macros v0.2.34
7312026-06-22T00:03:07.385Z Downloaded bcs v0.1.6
7322026-06-22T00:03:07.385Z Downloaded is_ci v1.2.0
7332026-06-22T00:03:07.385Z Downloaded is-terminal v0.4.17
7342026-06-22T00:03:07.385Z Downloaded instant v0.1.13
7352026-06-22T00:03:07.385Z Downloaded indoc v1.0.9
7362026-06-22T00:03:07.394Z Downloaded internet-checksum v0.2.1
7372026-06-22T00:03:07.394Z Downloaded instability v0.3.11
7382026-06-22T00:03:07.394Z Downloaded bitfield v0.19.4
7392026-06-22T00:03:07.395Z Downloaded ctr v0.9.2
7402026-06-22T00:03:07.395Z Downloaded futures-macro v0.3.32
7412026-06-22T00:03:07.395Z Downloaded cookie_store v0.22.1
7422026-06-22T00:03:07.395Z Downloaded cookie v0.18.1
7432026-06-22T00:03:07.395Z Downloaded git-stub-vcs v0.1.0
7442026-06-22T00:03:07.403Z Downloaded blowfish v0.9.1
7452026-06-22T00:03:07.403Z Downloaded bytes v1.11.1
7462026-06-22T00:03:07.403Z Downloaded backoff v0.4.0
7472026-06-22T00:03:07.403Z Downloaded group v0.13.0
7482026-06-22T00:03:07.411Z Downloaded keccak v0.1.6
7492026-06-22T00:03:07.412Z Downloaded humantime v2.3.0
7502026-06-22T00:03:07.412Z Downloaded darling v0.21.3
7512026-06-22T00:03:07.422Z Downloaded derive_builder v0.20.2
7522026-06-22T00:03:07.422Z Downloaded des v0.8.1
7532026-06-22T00:03:07.423Z Downloaded crc32fast v1.5.0
7542026-06-22T00:03:07.423Z Downloaded futures-executor v0.3.32
7552026-06-22T00:03:07.423Z Downloaded corncobs v0.1.4
7562026-06-22T00:03:07.423Z Downloaded darling v0.23.0
7572026-06-22T00:03:07.431Z Downloaded crossbeam-utils v0.8.21
7582026-06-22T00:03:07.432Z Downloaded linked-hash-map v0.5.6
7592026-06-22T00:03:07.432Z Downloaded lazy_static v1.5.0
7602026-06-22T00:03:07.432Z Downloaded lalrpop-util v0.19.12
7612026-06-22T00:03:07.432Z Downloaded hyper-staticfile v0.10.1
7622026-06-22T00:03:07.432Z Downloaded libscf-sys v1.1.0
7632026-06-22T00:03:07.432Z Downloaded lru-slab v0.1.2
7642026-06-22T00:03:07.444Z Downloaded lru v0.12.5
7652026-06-22T00:03:07.444Z Downloaded lru-cache v0.1.2
7662026-06-22T00:03:07.450Z Downloaded crc-any v2.5.0
7672026-06-22T00:03:07.450Z Downloaded dropshot_endpoint v0.17.0
7682026-06-22T00:03:07.451Z Downloaded md-5 v0.10.6
7692026-06-22T00:03:07.451Z Downloaded maybe-uninit v2.0.0
7702026-06-22T00:03:07.451Z Downloaded match_cfg v0.1.0
7712026-06-22T00:03:07.451Z Downloaded lzss v0.8.2
7722026-06-22T00:03:07.451Z Downloaded impl-trait-for-tuples v0.2.3
7732026-06-22T00:03:07.451Z Downloaded ingot v0.1.1
7742026-06-22T00:03:07.451Z Downloaded allocator-api2 v0.2.21
7752026-06-22T00:03:07.451Z Downloaded managed v0.8.0
7762026-06-22T00:03:07.459Z Downloaded mime v0.3.17
7772026-06-22T00:03:07.459Z Downloaded md5 v0.7.0
7782026-06-22T00:03:07.459Z Downloaded ipnetwork v0.21.1
7792026-06-22T00:03:07.459Z Downloaded getrandom v0.2.17
7802026-06-22T00:03:07.459Z Downloaded ipnet v2.11.0
7812026-06-22T00:03:07.459Z Downloaded inout v0.1.4
7822026-06-22T00:03:07.459Z Downloaded new_debug_unreachable v1.0.6
7832026-06-22T00:03:07.460Z Downloaded darling_core v0.13.4
7842026-06-22T00:03:07.460Z Downloaded half v1.8.3
7852026-06-22T00:03:07.460Z Downloaded crypto-bigint v0.5.5
7862026-06-22T00:03:07.467Z Downloaded multimap v0.10.1
7872026-06-22T00:03:07.467Z Downloaded ingot-types v0.1.2
7882026-06-22T00:03:07.467Z Downloaded maplit v1.0.2
7892026-06-22T00:03:07.467Z Downloaded highway v1.3.0
7902026-06-22T00:03:07.467Z Downloaded newtype-uuid-macros v0.1.0
7912026-06-22T00:03:07.471Z Downloaded darling v0.20.11
7922026-06-22T00:03:07.471Z Downloaded jobserver v0.1.34
7932026-06-22T00:03:07.471Z Downloaded futures-channel v0.3.32
7942026-06-22T00:03:07.471Z Downloaded console v0.15.11
7952026-06-22T00:03:07.478Z Downloaded nibble_vec v0.1.0
7962026-06-22T00:03:07.478Z Downloaded num-iter v0.1.45
7972026-06-22T00:03:07.478Z Downloaded fatfs v0.3.6
7982026-06-22T00:03:07.483Z Downloaded normalize-line-endings v0.3.0
7992026-06-22T00:03:07.483Z Downloaded httparse v1.10.1
8002026-06-22T00:03:07.483Z Downloaded nodrop v0.1.14
8012026-06-22T00:03:07.483Z Downloaded ff v0.13.1
8022026-06-22T00:03:07.483Z Downloaded drift v0.2.0
8032026-06-22T00:03:07.488Z Downloaded num_threads v0.1.7
8042026-06-22T00:03:07.490Z Downloaded opaque-debug v0.3.1
8052026-06-22T00:03:07.491Z Downloaded num_enum_derive v0.5.11
8062026-06-22T00:03:07.491Z Downloaded num-derive v0.3.3
8072026-06-22T00:03:07.493Z Downloaded num-conv v0.2.0
8082026-06-22T00:03:07.493Z Downloaded num v0.4.3
8092026-06-22T00:03:07.493Z Downloaded libloading v0.8.9
8102026-06-22T00:03:07.496Z Downloaded bumpalo v3.20.2
8112026-06-22T00:03:07.499Z Downloaded olpc-cjson v0.1.4
8122026-06-22T00:03:07.499Z Downloaded libsw-core v0.3.2
8132026-06-22T00:03:07.502Z Downloaded futures v0.3.32
8142026-06-22T00:03:07.504Z Downloaded darling_core v0.21.3
8152026-06-22T00:03:07.507Z Downloaded lock_api v0.4.14
8162026-06-22T00:03:07.507Z Downloaded memoffset v0.9.1
8172026-06-22T00:03:07.510Z Downloaded linear-map v1.2.0
8182026-06-22T00:03:07.510Z Downloaded darling_core v0.20.11
8192026-06-22T00:03:07.513Z Downloaded nanorand v0.7.0
8202026-06-22T00:03:07.516Z Downloaded ingot-macros v0.1.1
8212026-06-22T00:03:07.516Z Downloaded packed_struct_codegen v0.10.1
8222026-06-22T00:03:07.516Z Downloaded openssl-probe v0.2.1
8232026-06-22T00:03:07.519Z Downloaded openssl-macros v0.1.1
8242026-06-22T00:03:07.519Z Downloaded base64 v0.22.1
8252026-06-22T00:03:07.522Z Downloaded path-slash v0.1.5
8262026-06-22T00:03:07.522Z Downloaded oso-derive v0.27.3
8272026-06-22T00:03:07.522Z Downloaded openssl-probe v0.1.6
8282026-06-22T00:03:07.522Z Downloaded derive-where v1.6.0
8292026-06-22T00:03:07.525Z Downloaded indoc v2.0.7
8302026-06-22T00:03:07.527Z Downloaded globset v0.4.18
8312026-06-22T00:03:07.530Z Downloaded half v2.7.1
8322026-06-22T00:03:07.530Z Downloaded getrandom v0.3.4
8332026-06-22T00:03:07.532Z Downloaded crossbeam-epoch v0.9.18
8342026-06-22T00:03:07.535Z Downloaded hmac v0.12.1
8352026-06-22T00:03:07.535Z Downloaded compact_str v0.8.1
8362026-06-22T00:03:07.538Z Downloaded pbkdf2 v0.11.0
8372026-06-22T00:03:07.541Z Downloaded parse-display v0.10.0
8382026-06-22T00:03:07.541Z Downloaded mime_guess v2.0.5
8392026-06-22T00:03:07.544Z Downloaded nu-ansi-term v0.50.3
8402026-06-22T00:03:07.544Z Downloaded newtype-uuid v1.3.2
8412026-06-22T00:03:07.544Z Downloaded newline-converter v0.3.0
8422026-06-22T00:03:07.547Z Downloaded native-tls v0.2.18
8432026-06-22T00:03:07.547Z Downloaded multer v3.1.0
8442026-06-22T00:03:07.551Z Downloaded ar_archive_writer v0.5.1
8452026-06-22T00:03:07.551Z Downloaded libefi-sys v0.1.0
8462026-06-22T00:03:07.554Z Downloaded derive_more v0.99.20
8472026-06-22T00:03:07.554Z Downloaded flume v0.11.1
8482026-06-22T00:03:07.557Z Downloaded num_enum_derive v0.7.6
8492026-06-22T00:03:07.559Z Downloaded num-derive v0.4.2
8502026-06-22T00:03:07.559Z Downloaded parse-size v1.1.0
8512026-06-22T00:03:07.562Z Downloaded pin-utils v0.1.0
8522026-06-22T00:03:07.562Z Downloaded phf_shared v0.13.1
8532026-06-22T00:03:07.562Z Downloaded iana-time-zone v0.1.65
8542026-06-22T00:03:07.565Z Downloaded hyper-rustls v0.27.7
8552026-06-22T00:03:07.565Z Downloaded kstat-rs v0.2.4
8562026-06-22T00:03:07.568Z Downloaded num_enum v0.7.6
8572026-06-22T00:03:07.570Z Downloaded num_enum v0.5.11
8582026-06-22T00:03:07.573Z Downloaded num-rational v0.4.2
8592026-06-22T00:03:07.576Z Downloaded num-integer v0.1.46
8602026-06-22T00:03:07.576Z Downloaded base64 v0.21.7
8612026-06-22T00:03:07.578Z Downloaded num-complex v0.4.6
8622026-06-22T00:03:07.579Z Downloaded diff v0.1.13
8632026-06-22T00:03:07.581Z Downloaded derive_more-impl v2.1.1
8642026-06-22T00:03:07.584Z Downloaded phf_shared v0.12.1
8652026-06-22T00:03:07.588Z Downloaded phf_shared v0.11.3
8662026-06-22T00:03:07.588Z Downloaded packed_struct v0.10.1
8672026-06-22T00:03:07.589Z Downloaded indexmap v1.9.3
8682026-06-22T00:03:07.591Z Downloaded predicates-tree v1.0.13
8692026-06-22T00:03:07.591Z Downloaded predicates-core v1.0.10
8702026-06-22T00:03:07.591Z Downloaded precomputed-hash v0.1.1
8712026-06-22T00:03:07.591Z Downloaded proc-macro-error-attr2 v2.0.0
8722026-06-22T00:03:07.594Z Downloaded progenitor-client v0.14.0
8732026-06-22T00:03:07.594Z Downloaded proc-macro-crate v3.4.0
8742026-06-22T00:03:07.594Z Downloaded oxnet v0.1.6
8752026-06-22T00:03:07.600Z Downloaded oxide-tokio-rt v0.1.4
8762026-06-22T00:03:07.600Z Downloaded newtype_derive v0.1.6
8772026-06-22T00:03:07.605Z Downloaded cc v1.2.56
8782026-06-22T00:03:07.605Z Downloaded memmap2 v0.9.10
8792026-06-22T00:03:07.605Z Downloaded headers v0.4.1
8802026-06-22T00:03:07.607Z Downloaded heapless v0.8.0
8812026-06-22T00:03:07.610Z Downloaded powerfmt v0.2.0
8822026-06-22T00:03:07.622Z Downloaded radium v0.7.0
8832026-06-22T00:03:07.625Z Downloaded const_format v0.2.35
8842026-06-22T00:03:07.629Z Downloaded arc-swap v1.8.2
8852026-06-22T00:03:07.632Z Downloaded progenitor-macro v0.14.0
8862026-06-22T00:03:07.632Z Downloaded proc-macro-crate v1.3.1
8872026-06-22T00:03:07.632Z Downloaded psl-types v2.0.11
8882026-06-22T00:03:07.632Z Downloaded phf v0.12.1
8892026-06-22T00:03:07.635Z Downloaded password-hash v0.5.0
8902026-06-22T00:03:07.635Z Downloaded omicron-zone-package v0.12.2
8912026-06-22T00:03:07.638Z Downloaded parse-display-derive v0.10.0
8922026-06-22T00:03:07.638Z Downloaded parking_lot_core v0.8.6
8932026-06-22T00:03:07.641Z Downloaded rand_chacha v0.3.1
8942026-06-22T00:03:07.641Z Downloaded pin-project-lite v0.2.17
8952026-06-22T00:03:07.643Z Downloaded quick-error v1.2.3
8962026-06-22T00:03:07.646Z Downloaded progenitor-macro v0.13.0
8972026-06-22T00:03:07.646Z Downloaded pbkdf2 v0.12.2
8982026-06-22T00:03:07.649Z Downloaded pem-rfc7468 v0.7.0
8992026-06-22T00:03:07.649Z Downloaded crossterm v0.29.0
9002026-06-22T00:03:07.652Z Downloaded pkcs8 v0.10.2
9012026-06-22T00:03:07.655Z Downloaded poly1305 v0.8.0
9022026-06-22T00:03:07.657Z Downloaded pkg-config v0.3.32
9032026-06-22T00:03:07.657Z Downloaded pem v3.0.6
9042026-06-22T00:03:07.657Z Downloaded litrs v1.0.0
9052026-06-22T00:03:07.660Z Downloaded indicatif v0.18.4
9062026-06-22T00:03:07.663Z Downloaded rand_xorshift v0.4.0
9072026-06-22T00:03:07.665Z Downloaded polyval v0.6.2
9082026-06-22T00:03:07.665Z Downloaded predicates v3.1.4
9092026-06-22T00:03:07.668Z Downloaded crossbeam-channel v0.5.15
9102026-06-22T00:03:07.671Z Downloaded ref-cast-impl v1.0.25
9112026-06-22T00:03:07.671Z Downloaded ref-cast v1.0.25
9122026-06-22T00:03:07.674Z Downloaded rfc6979 v0.4.0
9132026-06-22T00:03:07.674Z Downloaded recursive-proc-macro-impl v0.1.1
9142026-06-22T00:03:07.674Z Downloaded recursive v0.1.1
9152026-06-22T00:03:07.676Z Downloaded progenitor-client v0.13.0
9162026-06-22T00:03:07.676Z Downloaded ppv-lite86 v0.2.21
9172026-06-22T00:03:07.676Z Downloaded flate2 v1.1.9
9182026-06-22T00:03:07.681Z Downloaded parking_lot_core v0.9.12
9192026-06-22T00:03:07.684Z Downloaded heapless v0.7.17
9202026-06-22T00:03:07.684Z Downloaded hickory-resolver v0.24.4
9212026-06-22T00:03:07.686Z Downloaded peg-macros v0.8.5
9222026-06-22T00:03:07.690Z Downloaded progenitor v0.13.0
9232026-06-22T00:03:07.690Z Downloaded primeorder v0.13.6
9242026-06-22T00:03:07.694Z Downloaded ignore v0.4.25
9252026-06-22T00:03:07.694Z Downloaded psm v0.1.30
9262026-06-22T00:03:07.696Z Downloaded progenitor-extras v0.2.0
9272026-06-22T00:03:07.697Z Downloaded progenitor v0.14.0
9282026-06-22T00:03:07.697Z Downloaded proc-macro-error2 v2.0.1
9292026-06-22T00:03:07.699Z Downloaded rustc-hash v2.1.1
9302026-06-22T00:03:07.699Z Downloaded rtoolbox v0.0.3
9312026-06-22T00:03:07.702Z Downloaded darling_core v0.23.0
9322026-06-22T00:03:07.705Z Downloaded rustc_version v0.4.1
9332026-06-22T00:03:07.705Z Downloaded rustc_version v0.1.7
9342026-06-22T00:03:07.708Z Downloaded r2d2 v0.8.10
9352026-06-22T00:03:07.708Z Downloaded expectorate v1.2.0
9362026-06-22T00:03:07.711Z Downloaded der v0.7.10
9372026-06-22T00:03:07.713Z Downloaded derive_more v2.1.1
9382026-06-22T00:03:07.718Z Downloaded ed25519-dalek v2.2.0
9392026-06-22T00:03:07.722Z Downloaded russh-cryptovec v0.7.3
9402026-06-22T00:03:07.725Z Downloaded pkcs5 v0.7.1
9412026-06-22T00:03:07.725Z Downloaded pin-project-internal v1.1.11
9422026-06-22T00:03:07.725Z Downloaded phf v0.13.1
9432026-06-22T00:03:07.727Z Downloaded rand_core v0.10.0
9442026-06-22T00:03:07.727Z Downloaded rand_core v0.9.5
9452026-06-22T00:03:07.730Z Downloaded rand_core v0.6.4
9462026-06-22T00:03:07.730Z Downloaded paste v1.0.15
9472026-06-22T00:03:07.733Z Downloaded rand_chacha v0.9.0
9482026-06-22T00:03:07.733Z Downloaded rand_seeder v0.4.0
9492026-06-22T00:03:07.735Z Downloaded postcard v1.1.3
9502026-06-22T00:03:07.735Z Downloaded same-file v1.0.6
9512026-06-22T00:03:07.738Z Downloaded postgres-protocol v0.6.10
9522026-06-22T00:03:07.738Z Downloaded parking_lot v0.11.2
9532026-06-22T00:03:07.742Z Downloaded password-hash v0.4.2
9542026-06-22T00:03:07.742Z Downloaded salsa20 v0.10.2
9552026-06-22T00:03:07.742Z Downloaded hashbrown v0.13.2
9562026-06-22T00:03:07.745Z Downloaded postgres-types v0.2.12
9572026-06-22T00:03:07.748Z Downloaded scopeguard v1.2.0
9582026-06-22T00:03:07.748Z Downloaded libbz2-rs-sys v0.2.2
9592026-06-22T00:03:07.751Z Downloaded secrecy v0.10.3
9602026-06-22T00:03:07.751Z Downloaded miniz_oxide v0.8.9
9612026-06-22T00:03:07.753Z Downloaded sapling-renderdag v0.1.0
9622026-06-22T00:03:07.753Z Downloaded scrypt v0.11.0
9632026-06-22T00:03:07.754Z Downloaded resolv-conf v0.7.6
9642026-06-22T00:03:07.756Z Downloaded scroll_derive v0.13.1
9652026-06-22T00:03:07.756Z Downloaded p256 v0.13.2
9662026-06-22T00:03:07.759Z Downloaded jiff-static v0.2.21
9672026-06-22T00:03:07.762Z Downloaded parking_lot v0.12.5
9682026-06-22T00:03:07.762Z Downloaded hickory-resolver v0.25.2
9692026-06-22T00:03:07.764Z Downloaded scheduled-thread-pool v0.2.7
9702026-06-22T00:03:07.767Z Downloaded peg-runtime v0.8.5
9712026-06-22T00:03:07.767Z Downloaded peg v0.8.5
9722026-06-22T00:03:07.770Z Downloaded quinn-udp v0.5.14
9732026-06-22T00:03:07.770Z Downloaded owo-colors v4.3.0
9742026-06-22T00:03:07.773Z Downloaded serde_bytes v0.11.19
9752026-06-22T00:03:07.773Z Downloaded semver v0.1.20
9762026-06-22T00:03:07.776Z Downloaded secrecy v0.8.0
9772026-06-22T00:03:07.776Z Downloaded seq-macro v0.3.6
9782026-06-22T00:03:07.776Z Downloaded nonempty v0.12.0
9792026-06-22T00:03:07.779Z Downloaded serde_urlencoded v0.7.1
9802026-06-22T00:03:07.779Z Downloaded serde_plain v1.0.2
9812026-06-22T00:03:07.779Z Downloaded libsw v3.5.0
9822026-06-22T00:03:07.782Z Downloaded serde_repr v0.1.20
9832026-06-22T00:03:07.782Z Downloaded http-body-util v0.1.3
9842026-06-22T00:03:07.784Z Downloaded serde_spanned v1.0.4
9852026-06-22T00:03:07.785Z Downloaded serde-big-array v0.5.1
9862026-06-22T00:03:07.785Z Downloaded const-oid v0.9.6
9872026-06-22T00:03:07.789Z Downloaded aes-gcm v0.10.3
9882026-06-22T00:03:07.792Z Downloaded pin-project v1.1.11
9892026-06-22T00:03:07.796Z Downloaded sha1 v0.10.6
9902026-06-22T00:03:07.799Z Downloaded rustls-pemfile v1.0.4
9912026-06-22T00:03:07.799Z Downloaded pkcs1 v0.7.5
9922026-06-22T00:03:07.802Z Downloaded rustls-pemfile v2.2.0
9932026-06-22T00:03:07.805Z Downloaded aes v0.8.4
9942026-06-22T00:03:07.807Z Downloaded colored v3.1.1
9952026-06-22T00:03:07.808Z Downloaded oso v0.27.3
9962026-06-22T00:03:07.810Z Downloaded openssl-sys v0.9.115
9972026-06-22T00:03:07.813Z Downloaded siphasher v1.0.2
9982026-06-22T00:03:07.815Z Downloaded slog-bunyan v2.5.0
9992026-06-22T00:03:07.815Z Downloaded sigpipe v0.1.3
10002026-06-22T00:03:07.818Z Downloaded signature v2.2.0
10012026-06-22T00:03:07.821Z Downloaded signal-hook-tokio v0.3.1
10022026-06-22T00:03:07.821Z Downloaded signal-hook-mio v0.2.5
10032026-06-22T00:03:07.824Z Downloaded papergrid v0.17.0
10042026-06-22T00:03:07.824Z Downloaded prefix-trie v0.7.0
10052026-06-22T00:03:07.827Z Downloaded shell-words v1.1.1
10062026-06-22T00:03:07.827Z Downloaded rusty-fork v0.3.1
10072026-06-22T00:03:07.827Z Downloaded hashbrown v0.12.3
10082026-06-22T00:03:07.830Z Downloaded rustversion v1.0.22
10092026-06-22T00:03:07.834Z Downloaded slog-envlogger v2.2.0
10102026-06-22T00:03:07.841Z Downloaded sec1 v0.7.3
10112026-06-22T00:03:07.843Z Downloaded schemars_derive v0.8.22
10122026-06-22T00:03:07.846Z Downloaded hickory-server v0.25.2
10132026-06-22T00:03:07.849Z Downloaded http v1.4.0
10142026-06-22T00:03:07.852Z Downloaded progenitor-impl v0.14.0
10152026-06-22T00:03:07.856Z Downloaded serde_path_to_error v0.1.20
10162026-06-22T00:03:07.858Z Downloaded serde_derive_internals v0.29.1
10172026-06-22T00:03:07.858Z Downloaded scroll v0.13.0
10182026-06-22T00:03:07.861Z Downloaded serde_with_macros v1.5.2
10192026-06-22T00:03:07.861Z Downloaded serde-hex v0.1.0
10202026-06-22T00:03:07.864Z Downloaded russh-keys v0.45.0
10212026-06-22T00:03:07.864Z Downloaded sct v0.7.1
10222026-06-22T00:03:07.870Z Downloaded ssh-cipher v0.2.0
10232026-06-22T00:03:07.873Z Downloaded sqlparser_derive v0.5.0
10242026-06-22T00:03:07.881Z Downloaded rustls-native-certs v0.8.3
10252026-06-22T00:03:07.887Z Downloaded shlex v1.3.0
10262026-06-22T00:03:07.890Z Downloaded simd-adler32 v0.3.8
10272026-06-22T00:03:07.893Z Downloaded sync-ptr v0.1.4
10282026-06-22T00:03:07.893Z Downloaded supports-color v3.0.2
10292026-06-22T00:03:07.893Z Downloaded subtle v2.6.1
10302026-06-22T00:03:07.893Z Downloaded ssh-encoding v0.2.0
10312026-06-22T00:03:07.896Z Downloaded strum v0.27.2
10322026-06-22T00:03:07.896Z Downloaded strip-ansi-escapes v0.2.1
10332026-06-22T00:03:07.896Z Downloaded signal-hook-registry v1.4.8
10342026-06-22T00:03:07.900Z Downloaded sync_wrapper v1.0.2
10352026-06-22T00:03:07.900Z Downloaded strum v0.26.3
10362026-06-22T00:03:07.900Z Downloaded minimal-lexical v0.2.1
10372026-06-22T00:03:07.903Z Downloaded rcgen v0.12.1
10382026-06-22T00:03:07.906Z Downloaded slog-async v2.8.0
10392026-06-22T00:03:07.906Z Downloaded smf v0.2.3
10402026-06-22T00:03:07.910Z Downloaded slog-term v2.9.2
10412026-06-22T00:03:07.910Z Downloaded take_mut v0.2.2
10422026-06-22T00:03:07.911Z Downloaded slog-scope v4.4.1
10432026-06-22T00:03:07.917Z Downloaded slog-json v2.6.1
10442026-06-22T00:03:07.917Z Downloaded strsim v0.10.0
10452026-06-22T00:03:07.917Z Downloaded prettyplease v0.2.37
10462026-06-22T00:03:07.917Z Downloaded structmeta-derive v0.3.0
10472026-06-22T00:03:07.917Z Downloaded itertools v0.10.5
10482026-06-22T00:03:07.921Z Downloaded tagptr v0.2.0
10492026-06-22T00:03:07.925Z Downloaded tabwriter v1.4.1
10502026-06-22T00:03:07.925Z Downloaded tabled_derive v0.11.0
10512026-06-22T00:03:07.925Z Downloaded slog-dtrace v0.3.0
10522026-06-22T00:03:07.925Z Downloaded progenitor-impl v0.13.0
10532026-06-22T00:03:07.929Z Downloaded slog-stdlog v4.1.1
10542026-06-22T00:03:07.929Z Downloaded slab v0.4.12
10552026-06-22T00:03:07.940Z Downloaded spki v0.7.3
10562026-06-22T00:03:07.943Z Downloaded tap v1.0.1
10572026-06-22T00:03:07.945Z Downloaded termtree v0.5.1
10582026-06-22T00:03:07.945Z Downloaded thread-id v5.1.0
10592026-06-22T00:03:07.948Z Downloaded string_cache v0.8.9
10602026-06-22T00:03:07.948Z Downloaded time-core v0.1.8
10612026-06-22T00:03:07.948Z Downloaded aho-corasick v1.1.4
10622026-06-22T00:03:07.952Z Downloaded snafu-derive v0.8.9
10632026-06-22T00:03:07.955Z Downloaded static_assertions v1.1.0
10642026-06-22T00:03:07.955Z Downloaded strum_macros v0.24.3
10652026-06-22T00:03:07.958Z Downloaded rustls-platform-verifier v0.6.2
10662026-06-22T00:03:07.960Z Downloaded serde_with_macros v3.17.0
10672026-06-22T00:03:07.960Z Downloaded thiserror-impl-no-std v2.0.2
10682026-06-22T00:03:07.963Z Downloaded testing_table v0.3.0
10692026-06-22T00:03:07.963Z Downloaded support-bundle-viewer v0.1.2
10702026-06-22T00:03:07.966Z Downloaded strum_macros v0.27.2
10712026-06-22T00:03:07.966Z Downloaded rustls-pki-types v1.14.0
10722026-06-22T00:03:07.969Z Downloaded sqlformat v0.3.5
10732026-06-22T00:03:07.969Z Downloaded tinyvec_macros v0.1.1
10742026-06-22T00:03:07.969Z Downloaded hyper-util v0.1.20
10752026-06-22T00:03:07.972Z Downloaded tokio-macros v2.7.0
10762026-06-22T00:03:07.976Z Downloaded stringprep v0.1.5
10772026-06-22T00:03:07.978Z Downloaded stacker v0.1.23
10782026-06-22T00:03:07.978Z Downloaded hashbrown v0.15.5
10792026-06-22T00:03:07.981Z Downloaded ryu v1.0.23
10802026-06-22T00:03:07.984Z Downloaded smallvec v0.6.14
10812026-06-22T00:03:07.991Z Downloaded mio v1.2.0
10822026-06-22T00:03:07.994Z Downloaded strum_macros v0.26.4
10832026-06-22T00:03:07.997Z Downloaded structmeta v0.3.0
10842026-06-22T00:03:07.997Z Downloaded termios v0.3.3
10852026-06-22T00:03:08.000Z Downloaded pretty_assertions v1.4.1
10862026-06-22T00:03:08.003Z Downloaded schemars v0.8.22
10872026-06-22T00:03:08.007Z Downloaded time-macros v0.2.27
10882026-06-22T00:03:08.010Z Downloaded thread_local v1.1.9
10892026-06-22T00:03:08.013Z Downloaded ron v0.8.1
10902026-06-22T00:03:08.016Z Downloaded num-bigint v0.4.6
10912026-06-22T00:03:08.018Z Downloaded serde_cbor v0.11.2
10922026-06-22T00:03:08.022Z Downloaded nom v7.1.3
10932026-06-22T00:03:08.025Z Downloaded thiserror-no-std v2.0.2
10942026-06-22T00:03:08.029Z Downloaded try-lock v0.2.5
10952026-06-22T00:03:08.032Z Downloaded publicsuffix v2.3.0
10962026-06-22T00:03:08.032Z Downloaded tower-service v0.3.3
10972026-06-22T00:03:08.034Z Downloaded topological-sort v0.2.2
10982026-06-22T00:03:08.034Z Downloaded spin v0.9.8
10992026-06-22T00:03:08.037Z Downloaded tiny-keccak v2.0.2
11002026-06-22T00:03:08.040Z Downloaded tower-layer v0.3.3
11012026-06-22T00:03:08.040Z Downloaded tokio-dtrace v0.1.1
11022026-06-22T00:03:08.044Z Downloaded trait-variant v0.1.2
11032026-06-22T00:03:08.047Z Downloaded tls_codec v0.4.2
11042026-06-22T00:03:08.047Z Downloaded unarray v0.1.4
11052026-06-22T00:03:08.050Z Downloaded typify-macro v0.6.2
11062026-06-22T00:03:08.050Z Downloaded tls_codec_derive v0.4.2
11072026-06-22T00:03:08.052Z Downloaded tokio-native-tls v0.3.1
11082026-06-22T00:03:08.055Z Downloaded rayon-core v1.13.0
11092026-06-22T00:03:08.060Z Downloaded tokio-rustls v0.25.0
11102026-06-22T00:03:08.093Z Downloaded hashbrown v0.16.1
11112026-06-22T00:03:08.093Z Downloaded slog v2.8.2
11122026-06-22T00:03:08.093Z Downloaded untrusted v0.7.1
11132026-06-22T00:03:08.093Z Downloaded universal-hash v0.5.1
11142026-06-22T00:03:08.093Z Downloaded tokio-tungstenite v0.23.1
11152026-06-22T00:03:08.093Z Downloaded untrusted v0.9.0
11162026-06-22T00:03:08.093Z Downloaded unicode-truncate v1.1.0
11172026-06-22T00:03:08.093Z Downloaded similar v2.7.0
11182026-06-22T00:03:08.093Z Downloaded usdt v0.6.0
11192026-06-22T00:03:08.093Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11202026-06-22T00:03:08.093Z Downloaded qorb v0.4.1
11212026-06-22T00:03:08.093Z Downloaded quinn v0.11.9
11222026-06-22T00:03:08.093Z Downloaded socket2 v0.6.3
11232026-06-22T00:03:08.093Z Downloaded term v1.2.1
11242026-06-22T00:03:08.093Z Downloaded rand v0.8.6
11252026-06-22T00:03:08.093Z Downloaded rsa v0.9.10
11262026-06-22T00:03:08.096Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11272026-06-22T00:03:08.097Z Downloaded rand v0.9.2
11282026-06-22T00:03:08.097Z Downloaded utf-8 v0.7.6
11292026-06-22T00:03:08.100Z Downloaded usdt-macro v0.6.0
11302026-06-22T00:03:08.100Z Downloaded usdt-attr-macro v0.6.0
11312026-06-22T00:03:08.100Z Downloaded hyper v1.8.1
11322026-06-22T00:03:08.102Z Downloaded toml_writer v1.0.6+spec-1.1.0
11332026-06-22T00:03:08.105Z Downloaded serde_yaml v0.9.34+deprecated
11342026-06-22T00:03:08.108Z Downloaded num-bigint-dig v0.8.6
11352026-06-22T00:03:08.110Z Downloaded term v0.7.0
11362026-06-22T00:03:08.113Z Downloaded waitgroup v0.1.2
11372026-06-22T00:03:08.113Z Downloaded libxml v0.3.3
11382026-06-22T00:03:08.116Z Downloaded void v1.0.2
11392026-06-22T00:03:08.116Z Downloaded unit-prefix v0.5.2
11402026-06-22T00:03:08.116Z Downloaded iri-string v0.7.10
11412026-06-22T00:03:08.121Z Downloaded wait-timeout v0.2.1
11422026-06-22T00:03:08.124Z Downloaded subprocess v0.2.15
11432026-06-22T00:03:08.127Z Downloaded tui-tree-widget v0.23.1
11442026-06-22T00:03:08.127Z Downloaded signal-hook v0.3.18
11452026-06-22T00:03:08.129Z Downloaded want v0.3.1
11462026-06-22T00:03:08.129Z Downloaded rustls-webpki v0.103.9
11472026-06-22T00:03:08.132Z Downloaded futures-util v0.3.32
11482026-06-22T00:03:08.137Z Downloaded xattr v1.6.1
11492026-06-22T00:03:08.140Z Downloaded unicase v2.9.0
11502026-06-22T00:03:08.140Z Downloaded samael v0.0.19
11512026-06-22T00:03:08.142Z Downloaded itertools v0.13.0
11522026-06-22T00:03:08.147Z Downloaded tokio-tungstenite v0.21.0
11532026-06-22T00:03:08.149Z Downloaded xshell-macros v0.2.7
11542026-06-22T00:03:08.149Z Downloaded tokio-stream v0.1.18
11552026-06-22T00:03:08.154Z Downloaded tokio-rustls v0.26.4
11562026-06-22T00:03:08.157Z Downloaded tokio-rustls v0.24.1
11572026-06-22T00:03:08.157Z Downloaded nom v8.0.0
11582026-06-22T00:03:08.160Z Downloaded uzers v0.12.2
11592026-06-22T00:03:08.162Z Downloaded hkdf v0.12.4
11602026-06-22T00:03:08.163Z Downloaded itertools v0.12.1
11612026-06-22T00:03:08.166Z Downloaded zone_cfg_derive v0.3.1
11622026-06-22T00:03:08.169Z Downloaded zone v0.3.1
11632026-06-22T00:03:08.169Z Downloaded zeroize_derive v1.4.3
11642026-06-22T00:03:08.169Z Downloaded vergen-git2 v9.1.0
11652026-06-22T00:03:08.172Z Downloaded test-strategy v0.4.5
11662026-06-22T00:03:08.172Z Downloaded snafu v0.8.9
11672026-06-22T00:03:08.175Z Downloaded libm v0.2.16
11682026-06-22T00:03:08.181Z Downloaded vergen-gitcl v1.0.8
11692026-06-22T00:03:08.184Z Downloaded vergen-lib v9.1.0
11702026-06-22T00:03:08.184Z Downloaded socket2 v0.5.10
11712026-06-22T00:03:08.187Z Downloaded toml_parser v1.0.9+spec-1.1.0
11722026-06-22T00:03:08.187Z Downloaded vergen-lib v0.1.6
11732026-06-22T00:03:08.189Z Downloaded tinyvec v1.10.0
11742026-06-22T00:03:08.189Z Downloaded tracing-attributes v0.1.31
11752026-06-22T00:03:08.193Z Downloaded twox-hash v2.1.2
11762026-06-22T00:03:08.195Z Downloaded whoami v1.6.1
11772026-06-22T00:03:08.198Z Downloaded whoami v2.1.0
11782026-06-22T00:03:08.198Z Downloaded walkdir v2.5.0
11792026-06-22T00:03:08.198Z Downloaded wyz v0.5.1
11802026-06-22T00:03:08.202Z Downloaded h2 v0.4.13
11812026-06-22T00:03:08.207Z Downloaded rand v0.10.0
11822026-06-22T00:03:08.210Z Downloaded schemars v0.9.0
11832026-06-22T00:03:08.216Z Downloaded unicode-properties v0.1.4
11842026-06-22T00:03:08.219Z Downloaded blake3 v1.8.3
11852026-06-22T00:03:08.222Z Downloaded toml v1.0.6+spec-1.1.0
11862026-06-22T00:03:08.225Z Downloaded vergen v9.1.0
11872026-06-22T00:03:08.227Z Downloaded russh v0.45.0
11882026-06-22T00:03:08.230Z Downloaded toml v0.7.8
11892026-06-22T00:03:08.233Z Downloaded tar v0.4.45
11902026-06-22T00:03:08.236Z Downloaded zeroize v1.8.2
11912026-06-22T00:03:08.238Z Downloaded vsss-rs v3.3.4
11922026-06-22T00:03:08.243Z Downloaded zstd v0.13.3
11932026-06-22T00:03:08.246Z Downloaded itertools v0.14.0
11942026-06-22T00:03:08.255Z Downloaded unicode-bidi v0.3.18
11952026-06-22T00:03:08.259Z Downloaded rustyline v14.0.0
11962026-06-22T00:03:08.263Z Downloaded iddqd v0.4.2
11972026-06-22T00:03:08.269Z Downloaded tungstenite v0.21.0
11982026-06-22T00:03:08.275Z Downloaded p521 v0.13.3
11992026-06-22T00:03:08.278Z Downloaded rpassword v7.4.0
12002026-06-22T00:03:08.281Z Downloaded schemars v1.2.1
12012026-06-22T00:03:08.287Z Downloaded xshell v0.2.7
12022026-06-22T00:03:08.290Z Downloaded yasna v0.5.2
12032026-06-22T00:03:08.290Z Downloaded uuid v1.23.0
12042026-06-22T00:03:08.294Z Downloaded typify v0.6.2
12052026-06-22T00:03:08.297Z Downloaded usdt-impl v0.6.0
12062026-06-22T00:03:08.312Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-06-22T00:03:08.315Z Downloaded zerocopy v0.6.6
12082026-06-22T00:03:08.318Z Downloaded bitvec v1.0.1
12092026-06-22T00:03:08.325Z Downloaded zstd-safe v7.2.4
12102026-06-22T00:03:08.328Z Downloaded aws-lc-rs v1.16.3
12112026-06-22T00:03:08.333Z Downloaded zopfli v0.8.3
12122026-06-22T00:03:08.336Z Downloaded tracing-core v0.1.36
12132026-06-22T00:03:08.336Z Downloaded unsafe-libyaml v0.2.11
12142026-06-22T00:03:08.339Z Downloaded steno v0.4.1
12152026-06-22T00:03:08.342Z Downloaded serde_with v1.14.0
12162026-06-22T00:03:08.353Z Downloaded git2 v0.20.4
12172026-06-22T00:03:08.356Z Downloaded toml_edit v0.19.15
12182026-06-22T00:03:08.366Z Downloaded ssh-key v0.6.7
12192026-06-22T00:03:08.371Z Downloaded zip v0.6.6
12202026-06-22T00:03:08.374Z Downloaded tungstenite v0.23.0
12212026-06-22T00:03:08.377Z Downloaded tokio-postgres v0.7.16
12222026-06-22T00:03:08.381Z Downloaded bindgen v0.71.1
12232026-06-22T00:03:08.384Z Downloaded vte v0.14.1
12242026-06-22T00:03:08.384Z Downloaded reedline v0.40.0
12252026-06-22T00:03:08.390Z Downloaded reqwest v0.12.28
12262026-06-22T00:03:08.394Z Downloaded p384 v0.13.1
12272026-06-22T00:03:08.397Z Downloaded unicode_categories v0.1.1
12282026-06-22T00:03:08.400Z Downloaded reqwest v0.13.2
12292026-06-22T00:03:08.403Z Downloaded yansi v1.0.1
12302026-06-22T00:03:08.405Z Downloaded quick-xml v0.37.5
12312026-06-22T00:03:08.408Z Downloaded regex v1.12.3
12322026-06-22T00:03:08.417Z Downloaded bstr v1.12.1
12332026-06-22T00:03:08.422Z Downloaded portable-atomic v1.13.1
12342026-06-22T00:03:08.427Z Downloaded typed-path v0.9.3
12352026-06-22T00:03:08.431Z Downloaded chrono v0.4.44
12362026-06-22T00:03:08.435Z Downloaded goblin v0.10.5
12372026-06-22T00:03:08.440Z Downloaded zerocopy-derive v0.8.40
12382026-06-22T00:03:08.445Z Downloaded lalrpop v0.19.12
12392026-06-22T00:03:08.452Z Downloaded tower v0.5.3
12402026-06-22T00:03:08.457Z Downloaded x509-cert v0.2.5
12412026-06-22T00:03:08.461Z Downloaded unicode-segmentation v1.12.0
12422026-06-22T00:03:08.463Z Downloaded salty v0.3.0
12432026-06-22T00:03:08.468Z Downloaded moka v0.12.13
12442026-06-22T00:03:08.473Z Downloaded proptest v1.10.0
12452026-06-22T00:03:08.479Z Downloaded petname v2.0.2
12462026-06-22T00:03:08.482Z Downloaded tower-http v0.6.8
12472026-06-22T00:03:08.487Z Downloaded rustls-webpki v0.101.7
12482026-06-22T00:03:08.496Z Downloaded unicode-normalization v0.1.25
12492026-06-22T00:03:08.499Z Downloaded tokio-util v0.7.18
12502026-06-22T00:03:08.503Z Downloaded rustls-webpki v0.102.8
12512026-06-22T00:03:08.514Z Downloaded zip v4.6.1
12522026-06-22T00:03:08.516Z Downloaded rayon v1.11.0
12532026-06-22T00:03:08.523Z Downloaded object v0.30.4
12542026-06-22T00:03:08.539Z Downloaded curve25519-dalek v4.1.3
12552026-06-22T00:03:08.552Z Downloaded serde_with v3.17.0
12562026-06-22T00:03:08.559Z Downloaded nix v0.27.1
12572026-06-22T00:03:08.565Z Downloaded radix_trie v0.2.1
12582026-06-22T00:03:08.569Z Downloaded tough v0.22.0
12592026-06-22T00:03:08.574Z Downloaded quinn-proto v0.11.13
12602026-06-22T00:03:08.578Z Downloaded winnow v0.6.26
12612026-06-22T00:03:08.584Z Downloaded openssl v0.10.79
12622026-06-22T00:03:08.593Z Downloaded polar-core v0.27.3
12632026-06-22T00:03:08.603Z Downloaded winnow v0.5.40
12642026-06-22T00:03:08.608Z Downloaded regex-syntax v0.6.29
12652026-06-22T00:03:08.612Z Downloaded nix v0.28.0
12662026-06-22T00:03:08.638Z Downloaded nix v0.31.2
12672026-06-22T00:03:08.653Z Downloaded vcpkg v0.2.15
12682026-06-22T00:03:08.676Z Downloaded webpki-roots v1.0.6
12692026-06-22T00:03:08.679Z Downloaded dropshot v0.17.0
12702026-06-22T00:03:08.699Z Downloaded time v0.3.47
12712026-06-22T00:03:08.713Z Downloaded zlib-rs v0.6.2
12722026-06-22T00:03:08.716Z Downloaded rustls v0.22.4
12732026-06-22T00:03:08.723Z Downloaded regress v0.11.1
12742026-06-22T00:03:08.728Z Downloaded smoltcp v0.11.0
12752026-06-22T00:03:08.736Z Downloaded regress v0.10.5
12762026-06-22T00:03:08.740Z Downloaded zerocopy v0.8.40
12772026-06-22T00:03:08.745Z Downloaded rustls v0.23.37
12782026-06-22T00:03:08.752Z Downloaded regex-syntax v0.8.10
12792026-06-22T00:03:08.757Z Downloaded hickory-proto v0.25.2
12802026-06-22T00:03:08.765Z Downloaded diesel v2.3.7
12812026-06-22T00:03:08.776Z Downloaded openapiv3 v2.2.0
12822026-06-22T00:03:08.782Z Downloaded rustix v0.38.44
12832026-06-22T00:03:08.795Z Downloaded object v0.37.3
12842026-06-22T00:03:08.802Z Downloaded tabled v0.20.0
12852026-06-22T00:03:08.811Z Downloaded smoltcp v0.9.1
12862026-06-22T00:03:08.816Z Downloaded rustls v0.21.12
12872026-06-22T00:03:08.822Z Downloaded hickory-proto v0.24.4
12882026-06-22T00:03:08.830Z Downloaded tracing v0.1.44
12892026-06-22T00:03:08.840Z Downloaded typify-impl v0.6.2
12902026-06-22T00:03:08.847Z Downloaded ratatui v0.29.0
12912026-06-22T00:03:08.857Z Downloaded sqlparser v0.61.0
12922026-06-22T00:03:08.863Z Downloaded sled v0.34.7
12932026-06-22T00:03:08.870Z Downloaded zerocopy-derive v0.6.6
12942026-06-22T00:03:08.893Z Downloaded bzip2-sys v0.1.13+1.0.8
12952026-06-22T00:03:08.919Z Downloaded csv v1.4.0
12962026-06-22T00:03:08.930Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-06-22T00:03:08.941Z Downloaded regex-automata v0.4.14
12982026-06-22T00:03:08.949Z Downloaded tokio v1.52.1
12992026-06-22T00:03:08.973Z Downloaded petgraph v0.6.5
13002026-06-22T00:03:08.982Z Downloaded chrono-tz v0.10.4
13012026-06-22T00:03:08.996Z Downloaded jiff v0.2.21
13022026-06-22T00:03:09.007Z Downloaded encoding_rs v0.8.35
13032026-06-22T00:03:09.031Z Downloaded petgraph v0.8.3
13042026-06-22T00:03:09.042Z Downloaded libz-sys v1.1.24
13052026-06-22T00:03:09.067Z Downloaded sha3 v0.10.8
13062026-06-22T00:03:09.165Z Downloaded ring v0.17.14
13072026-06-22T00:03:09.218Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-06-22T00:03:09.732Z Downloaded aws-lc-sys v0.40.0
13092026-06-22T00:03:09.974Z Compiling libc v0.2.185
13102026-06-22T00:03:09.974Z Compiling serde v1.0.228
13112026-06-22T00:03:09.979Z Compiling log v0.4.29
13122026-06-22T00:03:09.979Z Compiling shlex v1.3.0
13132026-06-22T00:03:10.112Z Compiling find-msvc-tools v0.1.9
13142026-06-22T00:03:10.127Z Compiling syn v2.0.117
13152026-06-22T00:03:10.132Z Compiling smallvec v1.15.1
13162026-06-22T00:03:10.132Z Compiling typenum v1.19.0
13172026-06-22T00:03:10.309Z Compiling generic-array v0.14.7
13182026-06-22T00:03:10.323Z Compiling subtle v2.6.1
13192026-06-22T00:03:10.352Z Compiling scopeguard v1.2.0
13202026-06-22T00:03:10.402Z Compiling const-oid v0.9.6
13212026-06-22T00:03:10.457Z Compiling lock_api v0.4.14
13222026-06-22T00:03:10.471Z Compiling serde_json v1.0.149
13232026-06-22T00:03:10.518Z Compiling zerocopy v0.8.40
13242026-06-22T00:03:10.572Z Compiling pin-project-lite v0.2.17
13252026-06-22T00:03:10.679Z Compiling parking_lot_core v0.9.12
13262026-06-22T00:03:10.693Z Compiling portable-atomic v1.13.1
13272026-06-22T00:03:10.940Z Compiling pkg-config v0.3.32
13282026-06-22T00:03:10.957Z Compiling bitflags v2.11.0
13292026-06-22T00:03:11.045Z Compiling getrandom v0.2.17
13302026-06-22T00:03:11.105Z Compiling jobserver v0.1.34
13312026-06-22T00:03:11.151Z Compiling errno v0.3.14
13322026-06-22T00:03:11.193Z Compiling rand_core v0.6.4
13332026-06-22T00:03:11.282Z Compiling signal-hook-registry v1.4.8
13342026-06-22T00:03:11.306Z Compiling cc v1.2.56
13352026-06-22T00:03:11.509Z Compiling futures-core v0.3.32
13362026-06-22T00:03:11.537Z Compiling critical-section v1.2.0
13372026-06-22T00:03:11.573Z Compiling libm v0.2.16
13382026-06-22T00:03:11.644Z Compiling once_cell v1.21.3
13392026-06-22T00:03:11.658Z Compiling mio v1.2.0
13402026-06-22T00:03:11.728Z Compiling parking_lot v0.12.5
13412026-06-22T00:03:11.767Z Compiling num-traits v0.2.19
13422026-06-22T00:03:11.851Z Compiling percent-encoding v2.3.2
13432026-06-22T00:03:11.856Z Compiling socket2 v0.6.3
13442026-06-22T00:03:12.044Z Compiling futures-sink v0.3.32
13452026-06-22T00:03:12.090Z Compiling futures-io v0.3.32
13462026-06-22T00:03:12.110Z Compiling getrandom v0.4.1
13472026-06-22T00:03:12.122Z Compiling futures-channel v0.3.32
13482026-06-22T00:03:12.137Z Compiling futures-task v0.3.32
13492026-06-22T00:03:12.237Z Compiling slab v0.4.12
13502026-06-22T00:03:12.255Z Compiling cpufeatures v0.2.17
13512026-06-22T00:03:12.303Z Compiling rand_core v0.10.0
13522026-06-22T00:03:12.329Z Compiling indexmap v2.14.0
13532026-06-22T00:03:12.342Z Compiling getrandom v0.3.4
13542026-06-22T00:03:12.414Z Compiling rustversion v1.0.22
13552026-06-22T00:03:12.471Z Compiling cmake v0.1.57
13562026-06-22T00:03:12.793Z Compiling form_urlencoded v1.2.2
13572026-06-22T00:03:12.851Z Compiling dunce v1.0.5
13582026-06-22T00:03:12.869Z Compiling fs_extra v1.3.0
13592026-06-22T00:03:12.947Z Compiling synstructure v0.13.2
13602026-06-22T00:03:12.967Z Compiling ident_case v1.0.1
13612026-06-22T00:03:12.990Z Compiling base64ct v1.8.3
13622026-06-22T00:03:13.097Z Compiling regex-syntax v0.8.10
13632026-06-22T00:03:13.122Z Compiling aws-lc-sys v0.40.0
13642026-06-22T00:03:13.276Z Compiling pem-rfc7468 v0.7.0
13652026-06-22T00:03:13.289Z Compiling iana-time-zone v0.1.65
13662026-06-22T00:03:13.289Z Compiling flagset v0.4.7
13672026-06-22T00:03:13.418Z Compiling rustix v1.1.3
13682026-06-22T00:03:13.502Z Compiling rand_core v0.9.5
13692026-06-22T00:03:13.528Z Compiling ring v0.17.14
13702026-06-22T00:03:13.541Z Compiling vcpkg v0.2.15
13712026-06-22T00:03:13.575Z Compiling aws-lc-rs v1.16.3
13722026-06-22T00:03:13.824Z Compiling uuid v1.23.0
13732026-06-22T00:03:13.915Z Compiling rustc_version v0.4.1
13742026-06-22T00:03:14.246Z Compiling tracing-core v0.1.36
13752026-06-22T00:03:14.316Z Compiling openssl-sys v0.9.115
13762026-06-22T00:03:14.537Z Compiling base64 v0.22.1
13772026-06-22T00:03:14.738Z Compiling serde_derive v1.0.228
13782026-06-22T00:03:14.789Z Compiling zeroize_derive v1.4.3
13792026-06-22T00:03:14.842Z Compiling zerofrom-derive v0.1.6
13802026-06-22T00:03:14.861Z Compiling yoke-derive v0.8.1
13812026-06-22T00:03:15.203Z Compiling zerocopy-derive v0.8.40
13822026-06-22T00:03:15.433Z Compiling zeroize v1.8.2
13832026-06-22T00:03:15.489Z Compiling zerovec-derive v0.11.2
13842026-06-22T00:03:16.034Z Compiling displaydoc v0.2.5
13852026-06-22T00:03:16.260Z Compiling crypto-common v0.1.7
13862026-06-22T00:03:16.297Z Compiling zerofrom v0.1.6
13872026-06-22T00:03:16.410Z Compiling yoke v0.8.1
13882026-06-22T00:03:16.422Z Compiling block-buffer v0.10.4
13892026-06-22T00:03:16.611Z Compiling digest v0.10.7
13902026-06-22T00:03:16.616Z Compiling tokio-macros v2.7.0
13912026-06-22T00:03:16.669Z Compiling zerovec v0.11.5
13922026-06-22T00:03:16.830Z Compiling zerotrie v0.2.3
13932026-06-22T00:03:16.830Z Compiling futures-macro v0.3.32
13942026-06-22T00:03:17.129Z Compiling tinystr v0.8.2
13952026-06-22T00:03:17.149Z Compiling potential_utf v0.1.4
13962026-06-22T00:03:17.306Z Compiling icu_locale_core v2.1.1
13972026-06-22T00:03:17.319Z Compiling icu_collections v2.1.1
13982026-06-22T00:03:17.332Z Compiling hmac v0.12.1
13992026-06-22T00:03:17.482Z Compiling block-padding v0.3.3
14002026-06-22T00:03:17.622Z Compiling futures-util v0.3.32
14012026-06-22T00:03:17.641Z Compiling inout v0.1.4
14022026-06-22T00:03:17.781Z Compiling cipher v0.4.4
14032026-06-22T00:03:17.803Z Compiling sha2 v0.10.9
14042026-06-22T00:03:18.036Z Compiling icu_provider v2.1.1
14052026-06-22T00:03:18.159Z Compiling bytes v1.11.1
14062026-06-22T00:03:18.227Z Compiling der_derive v0.7.3
14072026-06-22T00:03:18.241Z Compiling chrono v0.4.44
14082026-06-22T00:03:18.338Z Compiling icu_normalizer v2.1.1
14092026-06-22T00:03:18.807Z Compiling tokio v1.52.1
14102026-06-22T00:03:18.928Z Compiling icu_properties v2.1.2
14112026-06-22T00:03:19.201Z Compiling http v1.4.0
14122026-06-22T00:03:19.241Z Compiling der v0.7.10
14132026-06-22T00:03:19.691Z Compiling ppv-lite86 v0.2.21
14142026-06-22T00:03:19.715Z Compiling salsa20 v0.10.2
14152026-06-22T00:03:19.854Z Compiling idna_adapter v1.2.1
14162026-06-22T00:03:19.979Z Compiling idna v1.1.0
14172026-06-22T00:03:19.997Z Compiling pbkdf2 v0.12.2
14182026-06-22T00:03:20.017Z Compiling rustls-pki-types v1.14.0
14192026-06-22T00:03:20.039Z Compiling tracing-attributes v0.1.31
14202026-06-22T00:03:20.112Z Compiling spki v0.7.3
14212026-06-22T00:03:20.137Z Compiling thiserror-impl v2.0.18
14222026-06-22T00:03:20.316Z Compiling url v2.5.8
14232026-06-22T00:03:20.449Z Compiling scrypt v0.11.0
14242026-06-22T00:03:20.453Z Compiling rand_chacha v0.9.0
14252026-06-22T00:03:20.619Z Compiling http-body v1.0.1
14262026-06-22T00:03:20.708Z Compiling aes v0.8.4
14272026-06-22T00:03:20.770Z Compiling cbc v0.1.2
14282026-06-22T00:03:20.978Z Compiling openssl-probe v0.2.1
14292026-06-22T00:03:21.115Z Compiling untrusted v0.7.1
14302026-06-22T00:03:21.130Z Compiling httparse v1.10.1
14312026-06-22T00:03:21.152Z Compiling untrusted v0.9.0
14322026-06-22T00:03:21.206Z Compiling tinyvec_macros v0.1.1
14332026-06-22T00:03:21.271Z Compiling tinyvec v1.10.0
14342026-06-22T00:03:21.320Z Compiling tracing v0.1.44
14352026-06-22T00:03:21.428Z Compiling thiserror v2.0.18
14362026-06-22T00:03:21.510Z Compiling pkcs5 v0.7.1
14372026-06-22T00:03:21.531Z Compiling pest_generator v2.8.6
14382026-06-22T00:03:21.584Z Compiling rand v0.9.2
14392026-06-22T00:03:21.614Z Compiling serde_derive_internals v0.29.1
14402026-06-22T00:03:21.749Z Compiling aho-corasick v1.1.4
14412026-06-22T00:03:21.974Z Compiling atomic-waker v1.1.2
14422026-06-22T00:03:22.100Z Compiling tower-service v0.3.3
14432026-06-22T00:03:22.197Z Compiling dyn-clone v1.0.20
14442026-06-22T00:03:22.213Z Compiling tower-layer v0.3.3
14452026-06-22T00:03:22.339Z Compiling schemars v0.8.22
14462026-06-22T00:03:22.359Z Compiling try-lock v0.2.5
14472026-06-22T00:03:22.371Z Compiling rustls v0.23.37
14482026-06-22T00:03:22.463Z Compiling want v0.3.1
14492026-06-22T00:03:22.483Z Compiling tokio-util v0.7.18
14502026-06-22T00:03:22.544Z Compiling regex-automata v0.4.14
14512026-06-22T00:03:22.556Z Compiling schemars_derive v0.8.22
14522026-06-22T00:03:22.622Z Compiling pest_derive v2.8.6
14532026-06-22T00:03:23.013Z Compiling pkcs8 v0.10.2
14542026-06-22T00:03:23.315Z Compiling h2 v0.4.13
14552026-06-22T00:03:23.338Z Compiling ipnet v2.11.0
14562026-06-22T00:03:23.397Z Compiling scroll_derive v0.13.1
14572026-06-22T00:03:23.500Z Compiling darling_core v0.20.11
14582026-06-22T00:03:23.790Z Compiling httpdate v1.0.3
14592026-06-22T00:03:23.857Z Compiling foreign-types-shared v0.1.1
14602026-06-22T00:03:23.947Z Compiling pin-utils v0.1.0
14612026-06-22T00:03:24.015Z Compiling openssl v0.10.79
14622026-06-22T00:03:24.026Z Compiling tempfile v3.25.0
14632026-06-22T00:03:24.260Z Compiling scroll v0.13.0
14642026-06-22T00:03:24.277Z Compiling foreign-types v0.3.2
14652026-06-22T00:03:24.413Z Compiling unicode-normalization v0.1.25
14662026-06-22T00:03:24.523Z Compiling openssl-macros v0.1.1
14672026-06-22T00:03:24.863Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-06-22T00:03:24.886Z Compiling socket2 v0.5.10
14692026-06-22T00:03:24.911Z Compiling spin v0.9.8
14702026-06-22T00:03:25.117Z Compiling powerfmt v0.2.0
14712026-06-22T00:03:25.247Z Compiling num-conv v0.2.0
14722026-06-22T00:03:25.282Z Compiling native-tls v0.2.18
14732026-06-22T00:03:25.322Z Compiling time-core v0.1.8
14742026-06-22T00:03:25.376Z Compiling crc32fast v1.5.0
14752026-06-22T00:03:25.469Z Compiling time-macros v0.2.27
14762026-06-22T00:03:25.498Z Compiling deranged v0.5.8
14772026-06-22T00:03:25.766Z Compiling darling_macro v0.20.11
14782026-06-22T00:03:26.228Z Compiling darling v0.20.11
14792026-06-22T00:03:26.310Z Compiling hyper v1.8.1
14802026-06-22T00:03:26.449Z Compiling goblin v0.10.5
14812026-06-22T00:03:26.508Z Compiling rustls-native-certs v0.8.3
14822026-06-22T00:03:26.600Z Compiling sync_wrapper v1.0.2
14832026-06-22T00:03:26.726Z Compiling wait-timeout v0.2.1
14842026-06-22T00:03:26.793Z Compiling siphasher v1.0.2
14852026-06-22T00:03:26.973Z Compiling crossbeam-utils v0.8.21
14862026-06-22T00:03:26.973Z Compiling bit-vec v0.8.0
14872026-06-22T00:03:27.208Z Compiling unicode-segmentation v1.12.0
14882026-06-22T00:03:27.266Z Compiling simd-adler32 v0.3.8
14892026-06-22T00:03:27.279Z Compiling usdt-impl v0.6.0
14902026-06-22T00:03:27.480Z Compiling hyper-util v0.1.20
14912026-06-22T00:03:27.507Z Compiling syn v1.0.109
14922026-06-22T00:03:27.582Z Compiling quick-error v1.2.3
14932026-06-22T00:03:27.690Z Compiling num_threads v0.1.7
14942026-06-22T00:03:27.786Z Compiling time v0.3.47
14952026-06-22T00:03:27.848Z Compiling rusty-fork v0.3.1
14962026-06-22T00:03:28.190Z Compiling bit-set v0.8.0
14972026-06-22T00:03:28.202Z Compiling tower v0.5.3
14982026-06-22T00:03:28.352Z Compiling derive_builder_core v0.20.2
14992026-06-22T00:03:28.672Z Compiling dtrace-parser v0.3.0
15002026-06-22T00:03:28.863Z Compiling http-body-util v0.1.3
15012026-06-22T00:03:29.113Z Compiling webpki-roots v1.0.6
15022026-06-22T00:03:29.235Z Compiling dof v0.4.0
15032026-06-22T00:03:29.257Z Compiling signature v2.2.0
15042026-06-22T00:03:29.266Z Compiling thiserror-impl v1.0.69
15052026-06-22T00:03:29.399Z Compiling scroll_derive v0.12.1
15062026-06-22T00:03:29.438Z Compiling heapless v0.7.17
15072026-06-22T00:03:29.451Z Compiling rand_xorshift v0.4.0
15082026-06-22T00:03:29.615Z Compiling slog v2.8.2
15092026-06-22T00:03:29.676Z Compiling darling_core v0.21.3
15102026-06-22T00:03:29.799Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-06-22T00:03:30.054Z Compiling thread-id v5.1.0
15122026-06-22T00:03:30.081Z Compiling cookie v0.18.1
15132026-06-22T00:03:30.137Z Compiling adler2 v2.0.1
15142026-06-22T00:03:30.252Z Compiling paste v1.0.15
15152026-06-22T00:03:30.267Z Compiling ryu v1.0.23
15162026-06-22T00:03:30.405Z Compiling iri-string v0.7.10
15172026-06-22T00:03:30.447Z Compiling unicode-properties v0.1.4
15182026-06-22T00:03:30.512Z Compiling allocator-api2 v0.2.21
15192026-06-22T00:03:30.525Z Compiling signal-hook v0.3.18
15202026-06-22T00:03:30.656Z Compiling unarray v0.1.4
15212026-06-22T00:03:30.689Z Compiling unicode-bidi v0.3.18
15222026-06-22T00:03:30.699Z Compiling zstd-safe v7.2.4
15232026-06-22T00:03:30.765Z Compiling anyhow v1.0.102
15242026-06-22T00:03:30.831Z Compiling proptest v1.10.0
15252026-06-22T00:03:30.952Z Compiling thiserror v1.0.69
15262026-06-22T00:03:31.068Z Compiling stringprep v0.1.5
15272026-06-22T00:03:31.206Z Compiling serde_urlencoded v0.7.1
15282026-06-22T00:03:31.320Z Compiling miniz_oxide v0.8.9
15292026-06-22T00:03:31.487Z Compiling tower-http v0.6.8
15302026-06-22T00:03:31.888Z Compiling scroll v0.12.0
15312026-06-22T00:03:31.980Z Compiling derive_builder_macro v0.20.2
15322026-06-22T00:03:32.143Z Compiling tokio-native-tls v0.3.1
15332026-06-22T00:03:32.164Z Compiling darling_macro v0.21.3
15342026-06-22T00:03:32.305Z Compiling heck v0.4.1
15352026-06-22T00:03:32.419Z Compiling ipnetwork v0.21.1
15362026-06-22T00:03:32.469Z Compiling bstr v1.12.1
15372026-06-22T00:03:32.528Z Compiling rand_chacha v0.3.1
15382026-06-22T00:03:32.613Z Compiling serde_tokenstream v0.2.3
15392026-06-22T00:03:32.626Z Compiling serde_spanned v0.6.9
15402026-06-22T00:03:32.766Z Compiling erased-serde v0.3.31
15412026-06-22T00:03:32.799Z Compiling toml_datetime v0.6.11
15422026-06-22T00:03:32.921Z Compiling md-5 v0.10.6
15432026-06-22T00:03:33.058Z Compiling async-trait v0.1.89
15442026-06-22T00:03:33.085Z Compiling zerocopy-derive v0.7.35
15452026-06-22T00:03:33.109Z Compiling pin-project-internal v1.1.11
15462026-06-22T00:03:33.252Z Compiling curve25519-dalek v4.1.3
15472026-06-22T00:03:33.320Z Compiling vergen-lib v9.1.0
15482026-06-22T00:03:33.503Z Compiling num-integer v0.1.46
15492026-06-22T00:03:33.586Z Compiling hash32 v0.2.1
15502026-06-22T00:03:33.823Z Compiling ff v0.13.1
15512026-06-22T00:03:33.847Z Compiling memoffset v0.9.1
15522026-06-22T00:03:33.957Z Compiling encoding_rs v0.8.35
15532026-06-22T00:03:33.971Z Compiling smoltcp v0.9.1
15542026-06-22T00:03:34.043Z Compiling rustix v0.38.44
15552026-06-22T00:03:34.123Z Compiling num-bigint-dig v0.8.6
15562026-06-22T00:03:34.265Z Compiling zlib-rs v0.6.2
15572026-06-22T00:03:34.303Z Compiling base16ct v0.2.0
15582026-06-22T00:03:34.313Z Compiling ref-cast v1.0.25
15592026-06-22T00:03:34.392Z Compiling litrs v1.0.0
15602026-06-22T00:03:34.481Z Compiling mime v0.3.17
15612026-06-22T00:03:34.616Z Compiling cfg_aliases v0.2.1
15622026-06-22T00:03:34.694Z Compiling psl-types v2.0.11
15632026-06-22T00:03:34.738Z Compiling fallible-iterator v0.2.0
15642026-06-22T00:03:34.820Z Compiling publicsuffix v2.3.0
15652026-06-22T00:03:34.903Z Compiling document-features v0.2.12
15662026-06-22T00:03:34.992Z Compiling nix v0.31.2
15672026-06-22T00:03:35.054Z Compiling postgres-protocol v0.6.10
15682026-06-22T00:03:35.408Z Compiling sec1 v0.7.3
15692026-06-22T00:04:31.567Z Compiling pin-project v1.1.11
15702026-06-22T00:04:31.667Z Compiling zerocopy v0.7.35
15712026-06-22T00:04:31.667Z Compiling group v0.13.0
15722026-06-22T00:04:31.667Z Compiling num-iter v0.1.45
15732026-06-22T00:04:31.667Z Compiling newtype-uuid v1.3.2
15742026-06-22T00:04:31.719Z Compiling rand v0.8.6
15752026-06-22T00:04:31.719Z Compiling oxnet v0.1.6
15762026-06-22T00:04:31.719Z Compiling darling v0.21.3
15772026-06-22T00:04:31.719Z Compiling hubpack_derive v0.1.1
15782026-06-22T00:04:31.719Z Compiling snafu-derive v0.8.9
15792026-06-22T00:04:31.719Z Compiling derive_builder v0.20.2
15802026-06-22T00:04:31.719Z Compiling hyper-tls v0.6.0
15812026-06-22T00:04:31.719Z Compiling goblin v0.8.2
15822026-06-22T00:04:31.719Z Compiling flate2 v1.1.9
15832026-06-22T00:04:31.719Z Compiling phf_shared v0.13.1
15842026-06-22T00:04:31.720Z Compiling lazy_static v1.5.0
15852026-06-22T00:04:31.720Z Compiling regex v1.12.3
15862026-06-22T00:04:31.720Z Compiling anstyle-parse v0.2.7
15872026-06-22T00:04:31.720Z Compiling strum_macros v0.27.2
15882026-06-22T00:04:31.720Z Compiling futures-executor v0.3.32
15892026-06-22T00:04:31.720Z Compiling hex v0.4.3
15902026-06-22T00:04:31.720Z Compiling hkdf v0.12.4
15912026-06-22T00:04:31.720Z Compiling crypto-bigint v0.5.5
15922026-06-22T00:04:31.720Z Compiling terminal_size v0.4.3
15932026-06-22T00:04:31.720Z Compiling curve25519-dalek-derive v0.1.1
15942026-06-22T00:04:31.720Z Compiling daft-derive v0.1.7
15952026-06-22T00:04:31.720Z Compiling ref-cast-impl v1.0.25
15962026-06-22T00:04:31.720Z Compiling vergen v9.1.0
15972026-06-22T00:04:31.720Z Compiling fs-err v3.3.0
15982026-06-22T00:04:31.720Z Compiling cargo-platform v0.3.2
15992026-06-22T00:04:31.720Z Compiling ahash v0.8.12
16002026-06-22T00:04:31.720Z Compiling object v0.37.3
16012026-06-22T00:04:31.720Z Compiling bitflags v1.3.2
16022026-06-22T00:04:31.721Z Compiling foldhash v0.1.5
16032026-06-22T00:04:31.721Z Compiling same-file v1.0.6
16042026-06-22T00:04:31.722Z Compiling bumpalo v3.20.2
16052026-06-22T00:04:31.722Z Compiling foldhash v0.2.0
16062026-06-22T00:04:31.722Z Compiling managed v0.8.0
16072026-06-22T00:04:31.722Z Compiling winnow v0.5.40
16082026-06-22T00:04:31.722Z Compiling libbz2-rs-sys v0.2.2
16092026-06-22T00:04:31.722Z Compiling strum v0.27.2
16102026-06-22T00:04:31.722Z Compiling hashbrown v0.16.1
16112026-06-22T00:04:31.722Z Compiling bzip2 v0.6.1
16122026-06-22T00:04:31.722Z Compiling zopfli v0.8.3
16132026-06-22T00:04:31.722Z Compiling clap_builder v4.6.0
16142026-06-22T00:04:31.722Z Compiling walkdir v2.5.0
16152026-06-22T00:04:31.722Z Compiling hashbrown v0.15.5
16162026-06-22T00:04:31.722Z Compiling cargo_metadata v0.23.1
16172026-06-22T00:04:31.722Z Compiling toml_edit v0.19.15
16182026-06-22T00:04:31.722Z Compiling elliptic-curve v0.13.8
16192026-06-22T00:04:31.722Z Compiling daft v0.1.7
16202026-06-22T00:04:31.722Z Compiling dof v0.3.0
16212026-06-22T00:04:31.722Z Compiling snafu v0.8.9
16222026-06-22T00:04:31.722Z Compiling futures v0.3.32
16232026-06-22T00:04:31.722Z Compiling anstream v0.6.21
16242026-06-22T00:04:31.723Z Compiling phf v0.13.1
16252026-06-22T00:04:31.723Z Compiling signal-hook-mio v0.2.5
16262026-06-22T00:04:31.723Z Compiling cookie_store v0.22.1
16272026-06-22T00:04:31.723Z Compiling hubpack v0.1.2
16282026-06-22T00:04:31.723Z Compiling zstd v0.13.3
16292026-06-22T00:04:31.723Z Compiling serde_with_macros v3.17.0
16302026-06-22T00:04:31.723Z Compiling bzip2 v0.4.4
16312026-06-22T00:04:31.723Z Compiling postgres-types v0.2.12
16322026-06-22T00:04:31.723Z Compiling usdt-attr-macro v0.6.0
16332026-06-22T00:04:31.723Z Compiling usdt-macro v0.6.0
16342026-06-22T00:04:31.723Z Compiling globset v0.4.18
16352026-06-22T00:04:31.723Z Compiling dtrace-parser v0.2.0
16362026-06-22T00:04:31.723Z Compiling ed25519 v2.2.3
16372026-06-22T00:04:31.723Z Compiling phf_shared v0.11.3
16382026-06-22T00:04:31.723Z Compiling olpc-cjson v0.1.4
16392026-06-22T00:04:31.724Z Compiling pkcs1 v0.7.5
16402026-06-22T00:04:31.724Z Compiling clap_derive v4.6.1
16412026-06-22T00:04:31.724Z Compiling enum-as-inner v0.6.1
16422026-06-22T00:04:31.724Z Compiling strum_macros v0.26.4
16432026-06-22T00:04:31.724Z Compiling serde-big-array v0.5.1
16442026-06-22T00:04:31.724Z Compiling serde_plain v1.0.2
16452026-06-22T00:04:31.724Z Compiling rfc6979 v0.4.0
16462026-06-22T00:04:31.724Z Compiling pem v3.0.6
16472026-06-22T00:04:31.725Z Compiling serde_repr v0.1.20
16482026-06-22T00:04:31.725Z Compiling async-recursion v1.1.1
16492026-06-22T00:04:31.725Z Compiling float-cmp v0.10.0
16502026-06-22T00:04:31.725Z Compiling memmap2 v0.9.10
16512026-06-22T00:04:31.725Z Compiling thread-id v4.2.2
16522026-06-22T00:04:31.725Z Compiling env_filter v1.0.0
16532026-06-22T00:04:31.725Z Compiling either v1.15.0
16542026-06-22T00:04:31.725Z Compiling precomputed-hash v0.1.1
16552026-06-22T00:04:31.725Z Compiling whoami v2.1.0
16562026-06-22T00:04:31.725Z Compiling keccak v0.1.6
16572026-06-22T00:04:31.725Z Compiling fixedbitset v0.4.2
16582026-06-22T00:04:31.725Z Compiling static_assertions v1.1.0
16592026-06-22T00:04:31.726Z Compiling data-encoding v2.10.0
16602026-06-22T00:04:31.726Z Compiling fixedbitset v0.5.7
16612026-06-22T00:04:31.726Z Compiling jiff v0.2.21
16622026-06-22T00:04:31.726Z Compiling typed-path v0.9.3
16632026-06-22T00:04:31.726Z Compiling normalize-line-endings v0.3.0
16642026-06-22T00:04:31.726Z Compiling new_debug_unreachable v1.0.6
16652026-06-22T00:04:31.726Z Compiling predicates-core v1.0.10
16662026-06-22T00:04:31.726Z Compiling difflib v0.4.0
16672026-06-22T00:04:31.726Z Compiling string_cache v0.8.9
16682026-06-22T00:04:31.726Z Compiling strum v0.26.3
16692026-06-22T00:04:31.726Z Compiling toml_edit v0.22.27
16702026-06-22T00:04:31.726Z Compiling predicates v3.1.4
16712026-06-22T00:04:31.726Z Compiling clap v4.6.1
16722026-06-22T00:04:31.727Z Compiling hickory-proto v0.25.2
16732026-06-22T00:04:31.727Z Compiling petgraph v0.8.3
16742026-06-22T00:04:31.743Z Compiling tokio-postgres v0.7.16
16752026-06-22T00:04:31.743Z Compiling petgraph v0.6.5
16762026-06-22T00:04:31.743Z Compiling sha3 v0.10.8
16772026-06-22T00:04:31.743Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-06-22T00:04:31.743Z Compiling zip v4.6.1
16792026-06-22T00:04:31.743Z Compiling itertools v0.13.0
16802026-06-22T00:04:31.744Z Compiling env_logger v0.11.9
16812026-06-22T00:04:31.744Z Compiling usdt v0.6.0
16822026-06-22T00:04:31.744Z Compiling usdt-impl v0.5.0
16832026-06-22T00:04:31.744Z Compiling ecdsa v0.16.9
16842026-06-22T00:04:31.744Z Compiling rsa v0.9.10
16852026-06-22T00:04:31.744Z Compiling ed25519-dalek v2.2.0
16862026-06-22T00:04:31.744Z Compiling crossterm v0.28.1
16872026-06-22T00:04:31.744Z Compiling serde_with v3.17.0
16882026-06-22T00:04:31.744Z Compiling zip v0.6.6
16892026-06-22T00:04:31.744Z Compiling toml v0.7.8
16902026-06-22T00:04:31.744Z Compiling iddqd v0.4.2
16912026-06-22T00:04:31.745Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-06-22T00:04:31.745Z Compiling similar v2.7.0
16932026-06-22T00:04:31.745Z Compiling crossbeam-epoch v0.9.18
16942026-06-22T00:04:31.745Z Compiling tokio-stream v0.1.18
16952026-06-22T00:04:31.745Z Compiling buf-list v1.1.2
16962026-06-22T00:04:31.745Z Compiling x509-cert v0.2.5
16972026-06-22T00:04:31.746Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-06-22T00:04:31.746Z Compiling openapiv3 v2.2.0
16992026-06-22T00:04:31.746Z Compiling sha1 v0.10.6
17002026-06-22T00:04:31.746Z Compiling lalrpop-util v0.19.12
17012026-06-22T00:04:31.746Z Compiling peg-runtime v0.8.5
17022026-06-22T00:04:31.746Z Compiling thread_local v1.1.9
17032026-06-22T00:04:31.746Z Compiling slog-async v2.8.0
17042026-06-22T00:04:31.746Z Compiling crossbeam-channel v0.5.15
17052026-06-22T00:04:31.746Z Compiling is-terminal v0.4.17
17062026-06-22T00:04:31.746Z Compiling filetime v0.2.27
17072026-06-22T00:04:31.746Z Compiling take_mut v0.2.2
17082026-06-22T00:04:31.746Z Compiling term v1.2.1
17092026-06-22T00:04:31.746Z Compiling xattr v1.6.1
17102026-06-22T00:04:31.746Z Compiling tar v0.4.45
17112026-06-22T00:04:31.746Z Compiling slog-term v2.9.2
17122026-06-22T00:04:31.746Z Compiling rustls-webpki v0.103.9
17132026-06-22T00:04:31.746Z Compiling tokio-rustls v0.26.4
17142026-06-22T00:04:31.746Z Compiling rustls-platform-verifier v0.6.2
17152026-06-22T00:04:31.746Z Compiling hyper-rustls v0.27.7
17162026-06-22T00:04:31.747Z Compiling reqwest v0.12.28
17172026-06-22T00:04:31.747Z Compiling reqwest v0.13.2
17182026-06-22T00:04:31.747Z Compiling tough v0.22.0
17192026-06-22T00:04:31.747Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-06-22T00:04:31.747Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-06-22T00:04:31.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17222026-06-22T00:04:31.747Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17232026-06-22T00:04:31.747ZJun 22 00:04:11.321 INFO Starting download, target: Cockroach
17242026-06-22T00:04:31.747ZJun 22 00:04:11.322 INFO Starting download, target: DendriteStub
17252026-06-22T00:04:31.747ZJun 22 00:04:11.322 INFO Starting download, target: Clickhouse
17262026-06-22T00:04:31.747ZJun 22 00:04:11.322 INFO Starting download, target: Console
17272026-06-22T00:04:31.747ZJun 22 00:04:11.322 INFO Starting download, target: MaghemiteMgd
17282026-06-22T00:04:31.747ZJun 22 00:04:11.322 INFO Starting download, target: MaghemiteDdmd
17292026-06-22T00:04:31.747ZJun 22 00:04:11.322 INFO Starting download, target: TransceiverControl
17302026-06-22T00:04:31.747ZJun 22 00:04:11.322 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-06-22T00:04:31.747ZJun 22 00:04:11.322 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-06-22T00:04:31.747ZJun 22 00:04:11.322 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-06-22T00:04:31.748ZJun 22 00:04:11.322 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17342026-06-22T00:04:31.748ZJun 22 00:04:11.322 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-22T00:04:31.748ZJun 22 00:04:11.322 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-22T00:04:31.748ZJun 22 00:04:11.322 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-22T00:04:31.748ZJun 22 00:04:12.241 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-06-22T00:04:31.748ZJun 22 00:04:12.473 INFO Download complete, target: Console
17392026-06-22T00:04:31.748ZJun 22 00:04:13.464 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-06-22T00:04:31.748ZJun 22 00:04:19.986 INFO Checking that binary works, target: Clickhouse
17412026-06-22T00:04:31.748ZJun 22 00:04:20.075 INFO Download complete, target: Clickhouse
17422026-06-22T00:04:31.748ZJun 22 00:04:26.452 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/cc0c307c617f2988aafdca4e3bd35ea178b64801/dendrite-stub.tar.gz), target: DendriteStub
17432026-06-22T00:04:31.748ZJun 22 00:04:26.452 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/dc84a6ce494a9d004568b67e22add2285a04d887/mg-ddm.tar.gz), target: MaghemiteDdmd
17442026-06-22T00:04:31.749ZJun 22 00:04:26.452 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/cockroach/illumos-amd64/86fdbfca060275d794a557be7289020ffd848850/cockroach.tgz), target: Cockroach
17452026-06-22T00:04:31.749ZJun 22 00:04:26.452 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/dc84a6ce494a9d004568b67e22add2285a04d887/mgd.tar.gz), target: MaghemiteMgd
17462026-06-22T00:04:31.749ZJun 22 00:04:26.452 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/4aac6125a8e6cefbb71d9f8a3d1fe6704207d476/xcvradm.gz), target: TransceiverControl
17472026-06-22T00:04:31.749ZJun 22 00:04:26.452 INFO Downloading out/downloads/cockroach.tgz (attempt 2/3), target: Cockroach
17482026-06-22T00:04:31.749ZJun 22 00:04:26.452 INFO Downloading out/downloads/xcvradm.gz (attempt 2/3), target: TransceiverControl
17492026-06-22T00:04:31.749ZJun 22 00:04:26.453 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd
17502026-06-22T00:04:31.749ZJun 22 00:04:26.453 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 2/3), target: MaghemiteDdmd
17512026-06-22T00:04:31.749ZJun 22 00:04:26.453 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub
17522026-06-22T00:04:33.901ZJun 22 00:04:32.470 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17532026-06-22T00:04:34.057ZJun 22 00:04:32.673 INFO Download complete, target: TransceiverControl
17542026-06-22T00:04:38.764ZJun 22 00:04:37.005 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17552026-06-22T00:04:39.766ZJun 22 00:04:38.452 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17562026-06-22T00:04:39.958ZJun 22 00:04:38.677 INFO Download complete, target: MaghemiteDdmd
17572026-06-22T00:04:40.866ZJun 22 00:04:39.526 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17582026-06-22T00:04:41.824ZJun 22 00:04:40.554 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-06-22T00:04:41.825ZJun 22 00:04:40.554 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-06-22T00:04:42.066ZJun 22 00:04:40.804 INFO Download complete, target: DendriteStub
17612026-06-22T00:04:43.196ZJun 22 00:04:41.932 INFO Download complete, target: MaghemiteMgd
17622026-06-22T00:04:46.351ZJun 22 00:04:45.090 INFO Checking that binary works, target: Cockroach
17632026-06-22T00:04:46.461ZJun 22 00:04:45.199 INFO Download complete, target: Cockroach
17642026-06-22T00:04:46.476ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-06-22T00:04:46.482Z
17662026-06-22T00:04:46.482Zreal 2:29.378308531
17672026-06-22T00:04:46.482Zuser 6:50.778572329
17682026-06-22T00:04:46.482Zsys 1:22.705698623
17692026-06-22T00:04:46.482Ztrap 0.220759400
17702026-06-22T00:04:46.483Ztflt 0.692700489
17712026-06-22T00:04:46.483Zdflt 0.478427180
17722026-06-22T00:04:46.483Zkflt 0.021062181
17732026-06-22T00:04:46.483Zlock 27:54.549462248
17742026-06-22T00:04:46.483Zslp 22:02.582584516
17752026-06-22T00:04:46.483Zlat 40.974810573
17762026-06-22T00:04:46.483Zstop 1:48.449564577
17772026-06-22T00:04:46.483Z+ banner clippy
17782026-06-22T00:04:46.483Z
17792026-06-22T00:04:46.483Z #### # # ##### ##### # #
17802026-06-22T00:04:46.483Z # # # # # # # # # #
17812026-06-22T00:04:46.483Z # # # # # # # #
17822026-06-22T00:04:46.483Z # # # ##### ##### #
17832026-06-22T00:04:46.483Z # # # # # # #
17842026-06-22T00:04:46.483Z #### ###### # # # #
17852026-06-22T00:04:46.483Z
17862026-06-22T00:04:46.483Z+ export CARGO_INCREMENTAL=0
17872026-06-22T00:04:46.483Z+ CARGO_INCREMENTAL=0
17882026-06-22T00:04:46.483Z+ ptime -m cargo xtask clippy
17892026-06-22T00:04:46.921Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-06-22T00:04:47.133Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-06-22T00:04:48.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
17922026-06-22T00:04:49.018Z Running `target/debug/xtask clippy`
17932026-06-22T00:04:49.042Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17942026-06-22T00:04:49.577Z Downloading crates ...
17952026-06-22T00:04:49.774Z Downloaded addr2line v0.25.1
17962026-06-22T00:04:49.778Z Downloaded approx v0.5.1
17972026-06-22T00:04:49.778Z Downloaded target-spec v3.5.7
17982026-06-22T00:04:49.778Z Downloaded plotters-backend v0.3.7
17992026-06-22T00:04:49.785Z Downloaded knuffel-derive v3.2.0
18002026-06-22T00:04:49.790Z Downloaded guppy-workspace-hack v0.1.0
18012026-06-22T00:04:49.793Z Downloaded tokio-test v0.4.5
18022026-06-22T00:04:49.793Z Downloaded oorandom v11.1.5
18032026-06-22T00:04:49.798Z Downloaded async-lock v3.4.2
18042026-06-22T00:04:49.806Z Downloaded miette-derive v5.10.0
18052026-06-22T00:04:49.808Z Downloaded partial-io v0.5.4
18062026-06-22T00:04:49.808Z Downloaded futures-timer v3.0.3
18072026-06-22T00:04:49.812Z Downloaded fancy-regex v0.14.0
18082026-06-22T00:04:49.812Z Downloaded concurrent-queue v2.5.0
18092026-06-22T00:04:49.815Z Downloaded target-triple v1.0.0
18102026-06-22T00:04:49.815Z Downloaded constant_time_eq v0.3.1
18112026-06-22T00:04:49.821Z Downloaded supports-unicode v2.1.0
18122026-06-22T00:04:49.824Z Downloaded serde_regex v1.1.0
18132026-06-22T00:04:49.824Z Downloaded parking v2.2.1
18142026-06-22T00:04:49.824Z Downloaded assert-json-diff v2.0.2
18152026-06-22T00:04:49.827Z Downloaded knuffel v3.2.0
18162026-06-22T00:04:49.830Z Downloaded nested v0.1.1
18172026-06-22T00:04:49.835Z Downloaded target-lexicon v0.13.3
18182026-06-22T00:04:49.837Z Downloaded supports-color v2.1.0
18192026-06-22T00:04:49.837Z Downloaded stringmetrics v2.2.2
18202026-06-22T00:04:49.840Z Downloaded relative-path v1.9.3
18212026-06-22T00:04:49.840Z Downloaded linkme v0.3.35
18222026-06-22T00:04:49.843Z Downloaded cfg-expr v0.20.6
18232026-06-22T00:04:49.843Z Downloaded blake2b_simd v1.0.4
18242026-06-22T00:04:49.843Z Downloaded assert_cmd v2.1.2
18252026-06-22T00:04:49.846Z Downloaded similar-asserts v1.7.0
18262026-06-22T00:04:49.846Z Downloaded backtrace-ext v0.2.1
18272026-06-22T00:04:49.846Z Downloaded linkme-impl v0.3.35
18282026-06-22T00:04:49.849Z Downloaded supports-hyperlinks v2.1.0
18292026-06-22T00:04:49.852Z Downloaded terminal_size v0.1.17
18302026-06-22T00:04:49.852Z Downloaded async-object-pool v0.2.0
18312026-06-22T00:04:49.855Z Downloaded plotters-svg v0.3.7
18322026-06-22T00:04:49.855Z Downloaded pathdiff v0.2.3
18332026-06-22T00:04:49.859Z Downloaded trybuild v1.0.116
18342026-06-22T00:04:49.859Z Downloaded termcolor v1.4.1
18352026-06-22T00:04:49.862Z Downloaded rand_distr v0.5.1
18362026-06-22T00:04:49.865Z Downloaded cast v0.3.0
18372026-06-22T00:04:49.868Z Downloaded escape8259 v0.5.3
18382026-06-22T00:04:49.871Z Downloaded event-listener-strategy v0.5.4
18392026-06-22T00:04:49.874Z Downloaded tinytemplate v1.2.1
18402026-06-22T00:04:49.874Z Downloaded criterion-plot v0.6.0
18412026-06-22T00:04:49.877Z Downloaded rstest_macros v0.25.0
18422026-06-22T00:04:49.877Z Downloaded libtest-mimic v0.8.1
18432026-06-22T00:04:49.880Z Downloaded path-tree v0.8.3
18442026-06-22T00:04:49.880Z Downloaded owo-colors v3.5.0
18452026-06-22T00:04:49.883Z Downloaded rust-argon2 v2.1.0
18462026-06-22T00:04:49.889Z Downloaded httptest v0.16.4
18472026-06-22T00:04:49.892Z Downloaded rustc-demangle v0.1.27
18482026-06-22T00:04:49.895Z Downloaded anes v0.1.6
18492026-06-22T00:04:49.897Z Downloaded rstest v0.25.0
18502026-06-22T00:04:49.900Z Downloaded event-listener v5.4.1
18512026-06-22T00:04:49.900Z Downloaded datatest-stable v0.3.3
18522026-06-22T00:04:49.904Z Downloaded hickory-client v0.25.2
18532026-06-22T00:04:49.911Z Downloaded textwrap v0.15.2
18542026-06-22T00:04:49.921Z Downloaded chumsky v0.9.3
18552026-06-22T00:04:49.926Z Downloaded miette v5.10.0
18562026-06-22T00:04:49.932Z Downloaded backtrace v0.3.76
18572026-06-22T00:04:49.936Z Downloaded plotters v0.3.7
18582026-06-22T00:04:49.945Z Downloaded hashbrown v0.14.5
18592026-06-22T00:04:49.948Z Downloaded guppy v0.17.25
18602026-06-22T00:04:49.952Z Downloaded criterion v0.7.0
18612026-06-22T00:04:49.962Z Downloaded gimli v0.32.3
18622026-06-22T00:04:50.061Z Downloaded httpmock v0.8.3
18632026-06-22T00:04:51.724Z Checking cfg-if v1.0.4
18642026-06-22T00:04:52.070Z Checking libc v0.2.185
18652026-06-22T00:04:52.073Z Checking serde_core v1.0.228
18662026-06-22T00:04:52.138Z Checking memchr v2.8.0
18672026-06-22T00:04:52.172Z Checking smallvec v1.15.1
18682026-06-22T00:04:52.215Z Checking itoa v1.0.17
18692026-06-22T00:04:52.251Z Checking log v0.4.29
18702026-06-22T00:04:52.292Z Checking zeroize v1.8.2
18712026-06-22T00:04:52.294Z Checking libm v0.2.16
18722026-06-22T00:04:52.379Z Checking scopeguard v1.2.0
18732026-06-22T00:04:52.418Z Checking stable_deref_trait v1.2.1
18742026-06-22T00:04:52.454Z Checking zmij v1.0.21
18752026-06-22T00:04:52.488Z Checking zerofrom v0.1.6
18762026-06-22T00:04:52.522Z Checking lock_api v0.4.14
18772026-06-22T00:04:52.557Z Checking errno v0.3.14
18782026-06-22T00:04:52.557Z Checking getrandom v0.2.17
18792026-06-22T00:04:52.617Z Checking percent-encoding v2.3.2
18802026-06-22T00:04:52.650Z Checking yoke v0.8.1
18812026-06-22T00:04:52.687Z Checking litemap v0.8.1
18822026-06-22T00:04:52.718Z Checking writeable v0.6.2
18832026-06-22T00:04:52.752Z Checking icu_properties_data v2.1.2
18842026-06-22T00:04:52.752Z Checking icu_normalizer_data v2.1.1
18852026-06-22T00:04:52.814Z Checking subtle v2.6.1
18862026-06-22T00:04:52.845Z Checking zerovec v0.11.5
18872026-06-22T00:04:52.876Z Checking zerotrie v0.2.3
18882026-06-22T00:04:52.910Z Checking form_urlencoded v1.2.2
18892026-06-22T00:04:52.937Z Checking utf8_iter v1.0.4
18902026-06-22T00:04:52.968Z Checking rand_core v0.6.4
18912026-06-22T00:04:53.002Z Checking pin-project-lite v0.2.17
18922026-06-22T00:04:53.035Z Checking num-traits v0.2.19
18932026-06-22T00:04:53.068Z Checking zerocopy v0.8.40
18942026-06-22T00:04:53.101Z Checking rand_core v0.10.0
18952026-06-22T00:04:53.137Z Checking parking_lot_core v0.9.12
18962026-06-22T00:04:53.180Z Checking portable-atomic v1.13.1
18972026-06-22T00:04:53.219Z Checking signal-hook-registry v1.4.8
18982026-06-22T00:04:53.264Z Checking getrandom v0.4.1
18992026-06-22T00:04:53.296Z Checking tinystr v0.8.2
19002026-06-22T00:04:53.348Z Checking potential_utf v0.1.4
19012026-06-22T00:04:53.402Z Checking parking_lot v0.12.5
19022026-06-22T00:04:53.435Z Checking critical-section v1.2.0
19032026-06-22T00:04:53.492Z Checking icu_locale_core v2.1.1
19042026-06-22T00:04:53.524Z Checking icu_collections v2.1.1
19052026-06-22T00:04:53.562Z Checking mio v1.2.0
19062026-06-22T00:04:53.565Z Checking serde v1.0.228
19072026-06-22T00:04:53.623Z Checking serde_json v1.0.149
19082026-06-22T00:04:53.655Z Checking bitflags v2.11.0
19092026-06-22T00:04:53.658Z Checking once_cell v1.21.3
19102026-06-22T00:04:53.851Z Checking typenum v1.19.0
19112026-06-22T00:04:53.894Z Checking socket2 v0.6.3
19122026-06-22T00:04:53.934Z Checking iana-time-zone v0.1.65
19132026-06-22T00:04:53.984Z Checking uuid v1.23.0
19142026-06-22T00:04:54.020Z Checking bytes v1.11.1
19152026-06-22T00:04:54.064Z Checking chrono v0.4.44
19162026-06-22T00:04:54.068Z Checking icu_provider v2.1.1
19172026-06-22T00:04:54.161Z Checking thiserror v2.0.18
19182026-06-22T00:04:54.288Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19192026-06-22T00:04:54.322Z Checking semver v1.0.28
19202026-06-22T00:04:54.325Z Checking futures-core v0.3.32
19212026-06-22T00:04:54.381Z Checking icu_properties v2.1.2
19222026-06-22T00:04:54.425Z Checking icu_normalizer v2.1.1
19232026-06-22T00:04:54.478Z Checking generic-array v0.14.7
19242026-06-22T00:04:54.514Z Checking tokio v1.52.1
19252026-06-22T00:04:54.577Z Checking dyn-clone v1.0.20
19262026-06-22T00:04:54.675Z Checking equivalent v1.0.2
19272026-06-22T00:04:54.705Z Checking const-oid v0.9.6
19282026-06-22T00:04:54.735Z Checking rustix v1.1.3
19292026-06-22T00:04:54.738Z Checking futures-sink v0.3.32
19302026-06-22T00:04:54.859Z Checking byteorder v1.5.0
19312026-06-22T00:04:54.924Z Checking futures-channel v0.3.32
19322026-06-22T00:04:54.960Z Checking crypto-common v0.1.7
19332026-06-22T00:04:55.097Z Checking block-buffer v0.10.4
19342026-06-22T00:04:55.128Z Checking futures-io v0.3.32
19352026-06-22T00:04:55.160Z Checking futures-task v0.3.32
19362026-06-22T00:04:55.220Z Checking idna_adapter v1.2.1
19372026-06-22T00:04:55.263Z Checking slab v0.4.12
19382026-06-22T00:04:55.267Z Checking cpufeatures v0.2.17
19392026-06-22T00:04:55.323Z Checking thiserror v1.0.69
19402026-06-22T00:04:55.368Z Checking idna v1.1.0
19412026-06-22T00:04:55.399Z Checking hashbrown v0.17.0
19422026-06-22T00:04:55.429Z Checking digest v0.10.7
19432026-06-22T00:04:55.461Z Checking getrandom v0.3.4
19442026-06-22T00:04:55.464Z Checking futures-util v0.3.32
19452026-06-22T00:04:55.634Z Checking fnv v1.0.7
19462026-06-22T00:04:55.637Z Checking regex-syntax v0.8.10
19472026-06-22T00:04:55.694Z Checking http v1.4.0
19482026-06-22T00:04:55.697Z Checking url v2.5.8
19492026-06-22T00:04:55.754Z Checking tracing-core v0.1.36
19502026-06-22T00:04:55.821Z Checking ppv-lite86 v0.2.21
19512026-06-22T00:04:55.891Z Checking indexmap v2.14.0
19522026-06-22T00:04:56.082Z Checking utf8parse v0.2.2
19532026-06-22T00:04:56.135Z Checking base64 v0.22.1
19542026-06-22T00:04:56.176Z Checking schemars v0.8.22
19552026-06-22T00:04:56.207Z Checking tracing v0.1.44
19562026-06-22T00:04:56.275Z Checking anstyle v1.0.14
19572026-06-22T00:04:56.396Z Checking is_terminal_polyfill v1.70.2
19582026-06-22T00:04:56.436Z Checking base64ct v1.8.3
19592026-06-22T00:04:56.468Z Checking anstyle-query v1.1.5
19602026-06-22T00:04:56.499Z Checking colorchoice v1.0.4
19612026-06-22T00:04:56.530Z Checking block-padding v0.3.3
19622026-06-22T00:04:56.583Z Checking ipnet v2.11.0
19632026-06-22T00:04:56.623Z Checking untrusted v0.9.0
19642026-06-22T00:04:56.685Z Checking inout v0.1.4
19652026-06-22T00:04:56.688Z Checking anstyle-parse v1.0.0
19662026-06-22T00:04:56.755Z Checking ring v0.17.14
19672026-06-22T00:04:56.831Z Checking terminal_size v0.4.3
19682026-06-22T00:04:56.863Z Checking aho-corasick v1.1.4
19692026-06-22T00:04:56.866Z Checking cipher v0.4.4
19702026-06-22T00:04:56.923Z Checking crossbeam-utils v0.8.21
19712026-06-22T00:04:56.967Z Checking unicode-ident v1.0.24
19722026-06-22T00:04:56.999Z Checking anstream v1.0.0
19732026-06-22T00:04:57.100Z Checking proc-macro2 v1.0.106
19742026-06-22T00:04:57.134Z Checking clap_lex v1.0.0
19752026-06-22T00:04:57.217Z Checking strsim v0.11.1
19762026-06-22T00:04:57.269Z Checking pem-rfc7468 v0.7.0
19772026-06-22T00:04:57.307Z Checking sha2 v0.10.9
19782026-06-22T00:04:57.390Z Checking rustls-pki-types v1.14.0
19792026-06-22T00:04:57.421Z Checking clap_builder v4.6.0
19802026-06-22T00:04:57.453Z Checking httparse v1.10.1
19812026-06-22T00:04:57.456Z Checking quote v1.0.45
19822026-06-22T00:04:57.554Z Checking regex-automata v0.4.14
19832026-06-22T00:04:57.604Z Checking powerfmt v0.2.0
19842026-06-22T00:04:57.681Z Checking syn v2.0.117
19852026-06-22T00:04:57.703Z Checking hmac v0.12.1
19862026-06-22T00:04:57.706Z Checking rand_core v0.9.5
19872026-06-22T00:04:57.763Z Checking time-core v0.1.8
19882026-06-22T00:04:57.766Z Checking tokio-util v0.7.18
19892026-06-22T00:04:57.825Z Checking deranged v0.5.8
19902026-06-22T00:04:57.858Z Checking num-conv v0.2.0
19912026-06-22T00:04:57.925Z Checking num_threads v0.1.7
19922026-06-22T00:04:57.958Z Checking erased-serde v0.3.31
19932026-06-22T00:04:57.998Z Checking flagset v0.4.7
19942026-06-22T00:04:58.034Z Checking http-body v1.0.1
19952026-06-22T00:04:58.145Z Checking der v0.7.10
19962026-06-22T00:04:58.190Z Checking allocator-api2 v0.2.21
19972026-06-22T00:04:58.357Z Checking slog v2.8.2
19982026-06-22T00:04:58.408Z Checking atomic-waker v1.1.2
19992026-06-22T00:04:58.491Z Checking rand_chacha v0.9.0
20002026-06-22T00:04:58.532Z Checking anyhow v1.0.102
20012026-06-22T00:04:58.636Z Checking try-lock v0.2.5
20022026-06-22T00:04:58.669Z Checking clap v4.6.1
20032026-06-22T00:04:58.720Z Checking httpdate v1.0.3
20042026-06-22T00:04:58.754Z Checking time v0.3.47
20052026-06-22T00:04:58.757Z Checking want v0.3.1
20062026-06-22T00:04:58.783Z Checking rand v0.9.2
20072026-06-22T00:04:58.844Z Checking h2 v0.4.13
20082026-06-22T00:04:58.886Z Checking spin v0.9.8
20092026-06-22T00:04:58.919Z Checking tower-service v0.3.3
20102026-06-22T00:04:58.950Z Checking ryu v1.0.23
20112026-06-22T00:04:59.032Z Checking tower-layer v0.3.3
20122026-06-22T00:04:59.088Z Checking pin-utils v0.1.0
20132026-06-22T00:04:59.120Z Checking ipnetwork v0.21.1
20142026-06-22T00:04:59.183Z Checking socket2 v0.5.10
20152026-06-22T00:04:59.215Z Checking mime v0.3.17
20162026-06-22T00:04:59.308Z Checking fastrand v2.3.0
20172026-06-22T00:04:59.358Z Checking spki v0.7.3
20182026-06-22T00:04:59.361Z Checking pbkdf2 v0.12.2
20192026-06-22T00:04:59.418Z Checking aes v0.8.4
20202026-06-22T00:04:59.450Z Checking http-body-util v0.1.3
20212026-06-22T00:04:59.510Z Checking cbc v0.1.2
20222026-06-22T00:04:59.542Z Checking salsa20 v0.10.2
20232026-06-22T00:04:59.573Z Checking rand_chacha v0.3.1
20242026-06-22T00:04:59.662Z Checking hex v0.4.3
20252026-06-22T00:04:59.696Z Checking aws-lc-sys v0.40.0
20262026-06-22T00:04:59.699Z Checking simd-adler32 v0.3.8
20272026-06-22T00:04:59.798Z Checking untrusted v0.7.1
20282026-06-22T00:04:59.833Z Checking pretty-hex v0.4.1
20292026-06-22T00:04:59.896Z Checking rand v0.8.6
20302026-06-22T00:04:59.929Z Checking scrypt v0.11.0
20312026-06-22T00:04:59.932Z Checking tempfile v3.25.0
20322026-06-22T00:04:59.932Z Checking adler2 v2.0.1
20332026-06-22T00:04:59.932Z Checking openssl-probe v0.2.1
20342026-06-22T00:05:00.047Z Checking plain v0.2.3
20352026-06-22T00:05:00.090Z Checking regex v1.12.3
20362026-06-22T00:05:00.093Z Checking pkcs5 v0.7.1
20372026-06-22T00:05:00.152Z Checking miniz_oxide v0.8.9
20382026-06-22T00:05:00.183Z Checking serde_urlencoded v0.7.1
20392026-06-22T00:05:00.214Z Checking encoding_rs v0.8.35
20402026-06-22T00:05:00.246Z Checking aws-lc-rs v1.16.3
20412026-06-22T00:05:00.399Z Checking ucd-trie v0.1.7
20422026-06-22T00:05:00.401Z Checking pkcs8 v0.10.2
20432026-06-22T00:05:00.460Z Checking camino v1.2.2
20442026-06-22T00:05:00.464Z Checking rustls-native-certs v0.8.3
20452026-06-22T00:05:00.527Z Checking oxnet v0.1.6
20462026-06-22T00:05:00.558Z Checking pest v2.8.6
20472026-06-22T00:05:00.612Z Checking futures-executor v0.3.32
20482026-06-22T00:05:00.644Z Checking sync_wrapper v1.0.2
20492026-06-22T00:05:00.761Z Checking either v1.15.0
20502026-06-22T00:05:00.795Z Checking tower v0.5.3
20512026-06-22T00:05:00.798Z Checking futures v0.3.32
20522026-06-22T00:05:00.856Z Checking webpki-roots v1.0.6
20532026-06-22T00:05:00.925Z Checking crc32fast v1.5.0
20542026-06-22T00:05:00.973Z Checking iri-string v0.7.10
20552026-06-22T00:05:00.994Z Checking foldhash v0.2.0
20562026-06-22T00:05:01.092Z Checking static_assertions v1.1.0
20572026-06-22T00:05:01.128Z Checking rustls-webpki v0.103.9
20582026-06-22T00:05:01.168Z Checking lazy_static v1.5.0
20592026-06-22T00:05:01.199Z Checking openapiv3 v2.2.0
20602026-06-22T00:05:01.231Z Checking signature v2.2.0
20612026-06-22T00:05:01.265Z Checking hashbrown v0.16.1
20622026-06-22T00:05:01.294Z Checking winnow v0.7.14
20632026-06-22T00:05:01.384Z Checking hubpack v0.1.2
20642026-06-22T00:05:01.563Z Checking hyper v1.8.1
20652026-06-22T00:05:01.596Z Checking zlib-rs v0.6.2
20662026-06-22T00:05:01.599Z Checking rustls v0.23.37
20672026-06-22T00:05:01.657Z Checking strum v0.26.3
20682026-06-22T00:05:01.787Z Checking tinyvec_macros v0.1.1
20692026-06-22T00:05:01.818Z Checking psl-types v2.0.11
20702026-06-22T00:05:01.879Z Checking tinyvec v1.10.0
20712026-06-22T00:05:01.955Z Checking publicsuffix v2.3.0
20722026-06-22T00:05:02.072Z Checking tower-http v0.6.8
20732026-06-22T00:05:02.139Z Checking cookie v0.18.1
20742026-06-22T00:05:02.211Z Checking sha1 v0.10.6
20752026-06-22T00:05:02.371Z Checking num-integer v0.1.46
20762026-06-22T00:05:02.404Z Checking scroll v0.13.0
20772026-06-22T00:05:02.407Z Checking data-encoding v2.10.0
20782026-06-22T00:05:02.471Z Checking cookie_store v0.22.1
20792026-06-22T00:05:02.504Z Checking serde_spanned v0.6.9
20802026-06-22T00:05:02.507Z Checking hyper-util v0.1.20
20812026-06-22T00:05:02.507Z Checking flate2 v1.1.9
20822026-06-22T00:05:02.616Z Checking toml_datetime v0.6.11
20832026-06-22T00:05:02.654Z Checking memmap2 v0.9.10
20842026-06-22T00:05:02.701Z Checking goblin v0.10.5
20852026-06-22T00:05:02.726Z Checking base16ct v0.2.0
20862026-06-22T00:05:02.831Z Checking bit-vec v0.8.0
20872026-06-22T00:05:02.834Z Checking dtrace-parser v0.3.0
20882026-06-22T00:05:02.902Z Checking ff v0.13.1
20892026-06-22T00:05:02.905Z Checking sec1 v0.7.3
20902026-06-22T00:05:02.905Z Checking thread-id v5.1.0
20912026-06-22T00:05:03.063Z Checking bit-set v0.8.0
20922026-06-22T00:05:03.067Z Checking wait-timeout v0.2.1
20932026-06-22T00:05:03.125Z Checking group v0.13.0
20942026-06-22T00:05:03.156Z Checking num-iter v0.1.45
20952026-06-22T00:05:03.188Z Checking bstr v1.12.1
20962026-06-22T00:05:03.235Z Checking hkdf v0.12.4
20972026-06-22T00:05:03.268Z Checking crossbeam-epoch v0.9.18
20982026-06-22T00:05:03.299Z Checking anstyle-parse v0.2.7
20992026-06-22T00:05:03.303Z Checking ahash v0.8.12
21002026-06-22T00:05:03.392Z Checking crypto-bigint v0.5.5
21012026-06-22T00:05:03.476Z Checking quick-error v1.2.3
21022026-06-22T00:05:03.510Z Checking anstream v0.6.21
21032026-06-22T00:05:03.550Z Checking rand_xorshift v0.4.0
21042026-06-22T00:05:03.592Z Checking scroll v0.12.0
21052026-06-22T00:05:03.625Z Checking rusty-fork v0.3.1
21062026-06-22T00:05:03.691Z Checking unarray v0.1.4
21072026-06-22T00:05:03.731Z Checking num-bigint-dig v0.8.6
21082026-06-22T00:05:03.812Z Checking pkcs1 v0.7.5
21092026-06-22T00:05:03.845Z Checking proptest v1.10.0
21102026-06-22T00:05:03.848Z Checking goblin v0.8.2
21112026-06-22T00:05:03.903Z Checking x509-cert v0.2.5
21122026-06-22T00:05:03.977Z Checking tokio-rustls v0.26.4
21132026-06-22T00:05:04.046Z Checking rustls-platform-verifier v0.6.2
21142026-06-22T00:05:04.212Z Checking zerocopy v0.7.35
21152026-06-22T00:05:04.245Z Checking hyper-rustls v0.27.7
21162026-06-22T00:05:04.305Z Checking elliptic-curve v0.13.8
21172026-06-22T00:05:04.481Z Checking reqwest v0.13.2
21182026-06-22T00:05:04.566Z Checking foreign-types-shared v0.1.1
21192026-06-22T00:05:04.601Z Checking unicode-segmentation v1.12.0
21202026-06-22T00:05:04.641Z Checking rsa v0.9.10
21212026-06-22T00:05:04.677Z Checking foreign-types v0.3.2
21222026-06-22T00:05:04.713Z Checking dtrace-parser v0.2.0
21232026-06-22T00:05:04.768Z Checking rfc6979 v0.4.0
21242026-06-22T00:05:04.910Z Checking memoffset v0.9.1
21252026-06-22T00:05:04.942Z Checking openssl-sys v0.9.115
21262026-06-22T00:05:04.988Z Checking thread-id v4.2.2
21272026-06-22T00:05:05.020Z Checking ecdsa v0.16.9
21282026-06-22T00:05:05.062Z Checking dof v0.4.0
21292026-06-22T00:05:05.096Z Checking curve25519-dalek v4.1.3
21302026-06-22T00:05:05.137Z Checking rustix v0.38.44
21312026-06-22T00:05:05.361Z Checking openssl v0.10.79
21322026-06-22T00:05:05.395Z Checking env_filter v1.0.0
21332026-06-22T00:05:05.398Z Checking keccak v0.1.6
21342026-06-22T00:05:05.565Z Checking toml_write v0.1.2
21352026-06-22T00:05:05.612Z Checking same-file v1.0.6
21362026-06-22T00:05:05.645Z Checking newtype-uuid v1.3.2
21372026-06-22T00:05:05.727Z Checking usdt-impl v0.6.0
21382026-06-22T00:05:05.759Z Checking toml_edit v0.22.27
21392026-06-22T00:05:05.762Z Checking walkdir v2.5.0
21402026-06-22T00:05:05.820Z Checking dof v0.3.0
21412026-06-22T00:05:05.870Z Checking daft v0.1.7
21422026-06-22T00:05:05.903Z Checking sha3 v0.10.8
21432026-06-22T00:05:05.946Z Checking env_logger v0.11.9
21442026-06-22T00:05:05.980Z Checking ed25519 v2.2.3
21452026-06-22T00:05:06.027Z Checking usdt v0.6.0
21462026-06-22T00:05:06.125Z Checking usdt-impl v0.5.0
21472026-06-22T00:05:06.128Z Checking itertools v0.13.0
21482026-06-22T00:05:06.128Z Checking serde_with v3.17.0
21492026-06-22T00:05:06.215Z Checking bitflags v1.3.2
21502026-06-22T00:05:06.218Z Checking siphasher v1.0.2
21512026-06-22T00:05:06.219Z Checking ed25519-dalek v2.2.0
21522026-06-22T00:05:06.314Z Checking nix v0.31.2
21532026-06-22T00:05:06.424Z Checking toml_parser v1.0.9+spec-1.1.0
21542026-06-22T00:05:06.427Z Checking unicode-normalization v0.1.25
21552026-06-22T00:05:06.525Z Checking signal-hook v0.3.18
21562026-06-22T00:05:06.740Z Checking winnow v0.5.40
21572026-06-22T00:05:06.800Z Checking managed v0.8.0
21582026-06-22T00:05:06.847Z Checking bzip2-sys v0.1.13+1.0.8
21592026-06-22T00:05:06.888Z Checking object v0.37.3
21602026-06-22T00:05:06.956Z Checking foldhash v0.1.5
21612026-06-22T00:05:07.006Z Checking bzip2 v0.4.4
21622026-06-22T00:05:07.115Z Checking hashbrown v0.15.5
21632026-06-22T00:05:07.191Z Checking signal-hook-mio v0.2.5
21642026-06-22T00:05:07.224Z Checking globset v0.4.18
21652026-06-22T00:05:07.320Z Checking ref-cast v1.0.25
21662026-06-22T00:05:07.398Z Checking zstd-sys v2.0.16+zstd.1.5.7
21672026-06-22T00:05:07.401Z Checking native-tls v0.2.18
21682026-06-22T00:05:07.460Z Checking zip v0.6.6
21692026-06-22T00:05:07.498Z Checking pin-project v1.1.11
21702026-06-22T00:05:07.541Z Checking zstd-safe v7.2.4
21712026-06-22T00:05:07.596Z Checking libbz2-rs-sys v0.2.2
21722026-06-22T00:05:07.629Z Checking tokio-native-tls v0.3.1
21732026-06-22T00:05:07.632Z Checking bumpalo v3.20.2
21742026-06-22T00:05:07.658Z Checking crossterm v0.28.1
21752026-06-22T00:05:07.725Z Checking zstd v0.13.3
21762026-06-22T00:05:07.802Z Checking similar v2.7.0
21772026-06-22T00:05:07.835Z Checking hyper-tls v0.6.0
21782026-06-22T00:05:07.882Z Checking zopfli v0.8.3
21792026-06-22T00:05:07.913Z Checking toml_edit v0.19.15
21802026-06-22T00:05:07.944Z Checking tokio-stream v0.1.18
21812026-06-22T00:05:08.016Z Checking bzip2 v0.6.1
21822026-06-22T00:05:08.049Z Checking reqwest v0.12.28
21832026-06-22T00:05:08.204Z Checking fs-err v3.3.0
21842026-06-22T00:05:08.207Z Checking pem v3.0.6
21852026-06-22T00:05:08.266Z Checking hash32 v0.2.1
21862026-06-22T00:05:08.341Z Checking serde-big-array v0.5.1
21872026-06-22T00:05:08.414Z Checking jiff v0.2.21
21882026-06-22T00:05:08.417Z Checking unicode-bidi v0.3.18
21892026-06-22T00:05:08.473Z Checking predicates-core v1.0.10
21902026-06-22T00:05:08.504Z Checking unicode-properties v0.1.4
21912026-06-22T00:05:08.533Z Checking heapless v0.7.17
21922026-06-22T00:05:08.617Z Checking snafu v0.8.9
21932026-06-22T00:05:08.714Z Checking olpc-cjson v0.1.4
21942026-06-22T00:05:08.757Z Checking stringprep v0.1.5
21952026-06-22T00:05:08.875Z Checking hickory-proto v0.25.2
21962026-06-22T00:05:08.879Z Checking md-5 v0.10.6
21972026-06-22T00:05:08.935Z Checking serde_plain v1.0.2
21982026-06-22T00:05:08.938Z Checking float-cmp v0.10.0
21992026-06-22T00:05:08.994Z Checking toml v0.7.8
22002026-06-22T00:05:08.998Z Checking typed-path v0.9.3
22012026-06-22T00:05:09.061Z Checking difflib v0.4.0
22022026-06-22T00:05:09.104Z Checking fallible-iterator v0.2.0
22032026-06-22T00:05:09.134Z Checking normalize-line-endings v0.3.0
22042026-06-22T00:05:09.194Z Checking smoltcp v0.9.1
22052026-06-22T00:05:09.245Z Checking iddqd v0.4.2
22062026-06-22T00:05:09.276Z Checking predicates v3.1.4
22072026-06-22T00:05:09.324Z Checking phf_shared v0.13.1
22082026-06-22T00:05:09.403Z Checking postgres-protocol v0.6.10
22092026-06-22T00:05:09.550Z Checking phf_shared v0.11.3
22102026-06-22T00:05:09.601Z Checking buf-list v1.1.2
22112026-06-22T00:05:09.717Z Checking strum v0.27.2
22122026-06-22T00:05:09.751Z Checking fixedbitset v0.5.7
22132026-06-22T00:05:09.789Z Checking lalrpop-util v0.19.12
22142026-06-22T00:05:09.821Z Checking fixedbitset v0.4.2
22152026-06-22T00:05:09.825Z Checking tough v0.22.0
22162026-06-22T00:05:09.881Z Checking precomputed-hash v0.1.1
22172026-06-22T00:05:09.973Z Checking new_debug_unreachable v1.0.6
22182026-06-22T00:05:10.008Z Checking petgraph v0.8.3
22192026-06-22T00:05:10.036Z Checking petgraph v0.6.5
22202026-06-22T00:05:10.039Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22212026-06-22T00:05:10.095Z Checking string_cache v0.8.9
22222026-06-22T00:05:10.187Z Checking postgres-types v0.2.12
22232026-06-22T00:05:10.292Z Checking phf v0.13.1
22242026-06-22T00:05:10.469Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22252026-06-22T00:05:10.526Z Checking peg-runtime v0.8.5
22262026-06-22T00:05:10.676Z Checking zip v4.6.1
22272026-06-22T00:05:10.709Z Checking whoami v2.1.0
22282026-06-22T00:05:10.864Z Checking is-terminal v0.4.17
22292026-06-22T00:05:10.928Z Checking tokio-postgres v0.7.16
22302026-06-22T00:05:10.984Z Checking crossbeam-channel v0.5.15
22312026-06-22T00:05:11.294Z Checking thread_local v1.1.9
22322026-06-22T00:05:11.331Z Compiling structmeta-derive v0.3.0
22332026-06-22T00:05:11.360Z Checking take_mut v0.2.2
22342026-06-22T00:05:11.487Z Checking term v1.2.1
22352026-06-22T00:05:11.490Z Checking slog-async v2.8.0
22362026-06-22T00:05:11.595Z Compiling newtype-uuid-macros v0.1.0
22372026-06-22T00:05:11.689Z Compiling rustls v0.22.4
22382026-06-22T00:05:11.721Z Compiling multer v3.1.0
22392026-06-22T00:05:11.752Z Checking slog-term v2.9.2
22402026-06-22T00:05:11.885Z Compiling async-stream-impl v0.3.6
22412026-06-22T00:05:11.986Z Checking match_cfg v0.1.0
22422026-06-22T00:05:12.018Z Checking slog-json v2.6.1
22432026-06-22T00:05:12.048Z Compiling dropshot v0.17.0
22442026-06-22T00:05:12.083Z Checking hostname v0.3.1
22452026-06-22T00:05:12.196Z Compiling dropshot_endpoint v0.17.0
22462026-06-22T00:05:12.199Z Checking slog-bunyan v2.5.0
22472026-06-22T00:05:12.225Z Checking debug-ignore v1.0.5
22482026-06-22T00:05:12.365Z Checking progenitor-client v0.14.0
22492026-06-22T00:05:12.398Z Checking rustls-webpki v0.102.8
22502026-06-22T00:05:12.459Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22512026-06-22T00:05:12.463Z Checking toml_datetime v1.0.0+spec-1.1.0
22522026-06-22T00:05:12.463Z Compiling structmeta v0.3.0
22532026-06-22T00:05:12.543Z Checking serde_path_to_error v0.1.20
22542026-06-22T00:05:12.578Z Checking serde_spanned v1.0.4
22552026-06-22T00:05:12.614Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22562026-06-22T00:05:12.702Z Checking compression-core v0.4.31
22572026-06-22T00:05:12.733Z Checking toml_writer v1.0.6+spec-1.1.0
22582026-06-22T00:05:12.764Z Compiling derive-ex v0.1.8
22592026-06-22T00:05:12.832Z Checking async-stream v0.3.6
22602026-06-22T00:05:12.863Z Checking compression-codecs v0.4.37
22612026-06-22T00:05:12.934Z Checking toml v1.0.6+spec-1.1.0
22622026-06-22T00:05:12.985Z Checking waitgroup v0.1.2
22632026-06-22T00:05:13.021Z Checking rustls-pemfile v2.2.0
22642026-06-22T00:05:13.053Z Checking async-compression v0.4.41
22652026-06-22T00:05:13.110Z Checking hostname v0.4.2
22662026-06-22T00:05:13.147Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672026-06-22T00:05:13.186Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-06-22T00:05:13.235Z Checking atomicwrites v0.4.4
22692026-06-22T00:05:13.278Z Compiling parse-display-derive v0.10.0
22702026-06-22T00:05:13.319Z Checking itertools v0.14.0
22712026-06-22T00:05:13.356Z Checking macaddr v1.0.1
22722026-06-22T00:05:13.390Z Checking regress v0.10.5
22732026-06-22T00:05:13.525Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22742026-06-22T00:05:13.560Z Checking instant v0.1.13
22752026-06-22T00:05:13.673Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22762026-06-22T00:05:13.931Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22772026-06-22T00:05:13.964Z Checking backoff v0.4.0
22782026-06-22T00:05:13.968Z Checking backon v1.6.0
22792026-06-22T00:05:14.157Z Checking humantime v2.3.0
22802026-06-22T00:05:14.193Z Checking progenitor-extras v0.2.0
22812026-06-22T00:05:14.270Z Checking tokio-rustls v0.25.0
22822026-06-22T00:05:14.363Z Checking unicode-width v0.2.0
22832026-06-22T00:05:14.395Z Compiling convert_case v0.4.0
22842026-06-22T00:05:14.429Z Checking heck v0.5.0
22852026-06-22T00:05:14.460Z Compiling test-strategy v0.4.5
22862026-06-22T00:05:14.463Z Checking half v2.7.1
22872026-06-22T00:05:14.580Z Checking ciborium-io v0.2.2
22882026-06-22T00:05:14.634Z Checking secrecy v0.10.3
22892026-06-22T00:05:14.689Z Compiling regress v0.11.1
22902026-06-22T00:05:14.773Z Checking indent_write v2.2.0
22912026-06-22T00:05:14.776Z Checking ciborium-ll v0.2.2
22922026-06-22T00:05:14.835Z Checking universal-hash v0.5.1
22932026-06-22T00:05:14.838Z Compiling derive_more v0.99.20
22942026-06-22T00:05:14.931Z Checking opaque-debug v0.3.1
22952026-06-22T00:05:15.029Z Checking parse-display v0.10.0
22962026-06-22T00:05:15.060Z Checking camino-tempfile v1.4.1
22972026-06-22T00:05:15.063Z Checking ciborium v0.2.2
22982026-06-22T00:05:15.199Z Compiling crucible-workspace-hack v0.1.0
22992026-06-22T00:05:15.247Z Checking aead v0.5.2
23002026-06-22T00:05:15.434Z Compiling unsafe-libyaml v0.2.11
23012026-06-22T00:05:15.540Z Checking poly1305 v0.8.0
23022026-06-22T00:05:15.571Z Checking chacha20 v0.9.1
23032026-06-22T00:05:15.790Z Compiling thiserror-impl-no-std v2.0.2
23042026-06-22T00:05:15.827Z Checking swrite v0.1.0
23052026-06-22T00:05:15.945Z Checking password-hash v0.5.0
23062026-06-22T00:05:16.022Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-06-22T00:05:16.206Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23082026-06-22T00:05:16.237Z Compiling serde_yaml v0.9.34+deprecated
23092026-06-22T00:05:16.434Z Compiling typify-impl v0.6.2
23102026-06-22T00:05:16.517Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112026-06-22T00:05:16.551Z Checking blake2 v0.10.6
23122026-06-22T00:05:16.811Z Checking argon2 v0.5.3
23132026-06-22T00:05:17.001Z Checking thiserror-no-std v2.0.2
23142026-06-22T00:05:17.115Z Checking vsss-rs v3.3.4
23152026-06-22T00:05:17.178Z Checking chacha20poly1305 v0.10.1
23162026-06-22T00:05:17.331Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23172026-06-22T00:05:17.471Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23182026-06-22T00:05:17.661Z Checking byte-wrapper v0.1.0
23192026-06-22T00:05:17.729Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23202026-06-22T00:05:17.762Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23212026-06-22T00:05:17.796Z Checking crossbeam-deque v0.8.6
23222026-06-22T00:05:17.900Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23232026-06-22T00:05:17.957Z Compiling rayon-core v1.13.0
23242026-06-22T00:05:17.988Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23252026-06-22T00:05:18.018Z Compiling toml_datetime v0.7.5+spec-1.1.0
23262026-06-22T00:05:18.250Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23272026-06-22T00:05:18.319Z Compiling toml_edit v0.23.10+spec-1.0.0
23282026-06-22T00:05:18.556Z Compiling proc-macro-error v1.0.4
23292026-06-22T00:05:18.626Z Checking rayon v1.11.0
23302026-06-22T00:05:18.891Z Compiling proc-macro-crate v3.4.0
23312026-06-22T00:05:19.290Z Checking toml v0.8.23
23322026-06-22T00:05:19.379Z Checking tabwriter v1.4.1
23332026-06-22T00:05:19.413Z Checking glob v0.3.3
23342026-06-22T00:05:19.445Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23352026-06-22T00:05:19.473Z Compiling num_enum_derive v0.7.6
23362026-06-22T00:05:19.549Z Checking colored v3.1.1
23372026-06-22T00:05:19.580Z Compiling heapless v0.8.0
23382026-06-22T00:05:19.614Z Compiling ingot-macros v0.1.1
23392026-06-22T00:05:19.645Z Checking hash32 v0.3.1
23402026-06-22T00:05:19.771Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23412026-06-22T00:05:19.800Z Compiling smoltcp v0.11.0
23422026-06-22T00:05:20.024Z Checking unicode-width v0.1.14
23432026-06-22T00:05:20.162Z Checking cobs v0.3.0
23442026-06-22T00:05:20.234Z Compiling usdt-attr-macro v0.5.0
23452026-06-22T00:05:20.301Z Compiling usdt-macro v0.5.0
23462026-06-22T00:05:20.334Z Checking memmap v0.7.0
23472026-06-22T00:05:20.482Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23482026-06-22T00:05:20.515Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23492026-06-22T00:05:20.546Z Checking num_enum v0.7.6
23502026-06-22T00:05:20.686Z Checking postcard v1.1.3
23512026-06-22T00:05:20.761Z Compiling proc-macro-crate v1.3.1
23522026-06-22T00:05:20.982Z Compiling typify-macro v0.6.2
23532026-06-22T00:05:21.012Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23542026-06-22T00:05:21.051Z Checking sigpipe v0.1.3
23552026-06-22T00:05:21.081Z Checking usdt v0.5.0
23562026-06-22T00:05:21.155Z Compiling foreign-types-macros v0.2.3
23572026-06-22T00:05:21.203Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23582026-06-22T00:05:21.238Z Checking foreign-types-shared v0.3.1
23592026-06-22T00:05:21.272Z Checking cpufeatures v0.3.0
23602026-06-22T00:05:21.354Z Compiling num_enum_derive v0.5.11
23612026-06-22T00:05:21.386Z Checking chacha20 v0.10.0
23622026-06-22T00:05:21.620Z Checking cstr-argument v0.1.2
23632026-06-22T00:05:21.758Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-06-22T00:05:21.761Z Checking foreign-types v0.5.0
23652026-06-22T00:05:21.819Z Compiling num-derive v0.4.2
23662026-06-22T00:05:21.824Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23672026-06-22T00:05:21.890Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23682026-06-22T00:05:22.143Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23692026-06-22T00:05:22.202Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23702026-06-22T00:05:22.320Z Checking rand v0.10.0
23712026-06-22T00:05:22.349Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23722026-06-22T00:05:22.352Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23732026-06-22T00:05:22.412Z Checking num_enum v0.5.11
23742026-06-22T00:05:22.503Z Checking ingot-types v0.1.2
23752026-06-22T00:05:22.536Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23762026-06-22T00:05:22.566Z Checking itertools v0.12.1
23772026-06-22T00:05:22.596Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23782026-06-22T00:05:22.681Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23792026-06-22T00:05:22.740Z Compiling typify v0.6.2
23802026-06-22T00:05:22.860Z Compiling progenitor-impl v0.14.0
23812026-06-22T00:05:22.893Z Checking ingot v0.1.1
23822026-06-22T00:05:22.918Z Compiling zone_cfg_derive v0.3.1
23832026-06-22T00:05:23.006Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23842026-06-22T00:05:23.202Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23852026-06-22T00:05:23.462Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23862026-06-22T00:05:23.617Z Checking zone v0.3.1
23872026-06-22T00:05:23.649Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23882026-06-22T00:05:23.652Z Checking smf v0.2.3
23892026-06-22T00:05:23.747Z Checking whoami v1.6.1
23902026-06-22T00:05:23.890Z Checking tokio-dtrace v0.1.1
23912026-06-22T00:05:23.922Z Compiling derive-where v1.6.0
23922026-06-22T00:05:23.950Z Checking console v0.15.11
23932026-06-22T00:05:23.953Z Checking newline-converter v0.3.0
23942026-06-22T00:05:24.007Z Checking bytecount v0.6.9
23952026-06-22T00:05:24.093Z Checking oxide-tokio-rt v0.1.4
23962026-06-22T00:05:24.125Z Compiling owo-colors v4.3.0
23972026-06-22T00:05:24.156Z Compiling cancel-safe-futures v0.1.5
23982026-06-22T00:05:24.243Z Checking expectorate v1.2.0
23992026-06-22T00:05:24.286Z Checking libsw-core v0.3.2
24002026-06-22T00:05:24.413Z Checking num-rational v0.4.2
24012026-06-22T00:05:24.483Z Checking libsw v3.5.0
24022026-06-22T00:05:24.578Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24032026-06-22T00:05:24.713Z Checking num-complex v0.4.6
24042026-06-22T00:05:24.716Z Checking linear-map v1.2.0
24052026-06-22T00:05:24.894Z Checking float-ord v0.3.2
24062026-06-22T00:05:24.933Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-06-22T00:05:25.079Z Checking gethostname v0.5.0
24082026-06-22T00:05:25.141Z Checking num v0.4.3
24092026-06-22T00:05:25.198Z Compiling prettyplease v0.2.37
24102026-06-22T00:05:25.229Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24112026-06-22T00:05:25.258Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24122026-06-22T00:05:25.290Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24132026-06-22T00:05:25.494Z Checking resolv-conf v0.7.6
24142026-06-22T00:05:25.526Z Compiling progenitor-macro v0.14.0
24152026-06-22T00:05:25.633Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24162026-06-22T00:05:25.701Z Checking smawk v0.3.2
24172026-06-22T00:05:25.804Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24182026-06-22T00:05:25.859Z Checking unicode-linebreak v0.1.5
24192026-06-22T00:05:26.099Z Checking papergrid v0.11.0
24202026-06-22T00:05:26.732Z Compiling tabled_derive v0.7.0
24212026-06-22T00:05:26.805Z Compiling convert_case v0.10.0
24222026-06-22T00:05:26.839Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24232026-06-22T00:05:26.875Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24242026-06-22T00:05:27.039Z Compiling slog-dtrace v0.3.0
24252026-06-22T00:05:27.074Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24262026-06-22T00:05:27.137Z Compiling derive_more-impl v2.1.1
24272026-06-22T00:05:27.327Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24282026-06-22T00:05:27.424Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24292026-06-22T00:05:27.724Z Checking tabled v0.15.0
24302026-06-22T00:05:27.959Z Checking derive_more v2.1.1
24312026-06-22T00:05:28.089Z Checking crossterm v0.29.0
24322026-06-22T00:05:28.356Z Checking linked-hash-map v0.5.6
24332026-06-22T00:05:28.551Z Checking lru-cache v0.1.2
24342026-06-22T00:05:28.916Z Checking hickory-proto v0.24.4
24352026-06-22T00:05:29.056Z Checking fd-lock v4.0.4
24362026-06-22T00:05:29.287Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24372026-06-22T00:05:29.799Z Checking vte v0.14.1
24382026-06-22T00:05:30.138Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24392026-06-22T00:05:30.175Z Checking display-error-chain v0.2.2
24402026-06-22T00:05:30.323Z Checking strip-ansi-escapes v0.2.1
24412026-06-22T00:05:30.439Z Checking progenitor v0.14.0
24422026-06-22T00:05:30.601Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24432026-06-22T00:05:30.802Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24442026-06-22T00:05:31.710Z Checking termtree v0.5.1
24452026-06-22T00:05:31.876Z Checking nu-ansi-term v0.50.3
24462026-06-22T00:05:31.996Z Checking hickory-resolver v0.24.4
24472026-06-22T00:05:32.052Z Checking textwrap v0.16.2
24482026-06-22T00:05:32.111Z Checking reedline v0.40.0
24492026-06-22T00:05:32.205Z Compiling minimal-lexical v0.2.1
24502026-06-22T00:05:32.289Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24512026-06-22T00:05:32.402Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24522026-06-22T00:05:32.483Z Compiling nom v7.1.3
24532026-06-22T00:05:32.763Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24542026-06-22T00:05:32.796Z Checking qorb v0.4.1
24552026-06-22T00:05:33.277Z Compiling ar_archive_writer v0.5.1
24562026-06-22T00:05:33.367Z Checking csv-core v0.1.13
24572026-06-22T00:05:33.577Z Checking csv v1.4.0
24582026-06-22T00:05:33.580Z Compiling stacker v0.1.23
24592026-06-22T00:05:33.847Z Checking highway v1.3.0
24602026-06-22T00:05:33.892Z Compiling semver v0.1.20
24612026-06-22T00:05:33.975Z Compiling cfg_aliases v0.1.1
24622026-06-22T00:05:34.071Z Checking nibble_vec v0.1.0
24632026-06-22T00:05:34.102Z Compiling nix v0.28.0
24642026-06-22T00:05:34.105Z Compiling rustc_version v0.1.7
24652026-06-22T00:05:34.165Z Compiling psm v0.1.30
24662026-06-22T00:05:34.197Z Checking endian-type v0.1.2
24672026-06-22T00:05:34.227Z Checking home v0.5.12
24682026-06-22T00:05:34.301Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24692026-06-22T00:05:34.351Z Checking radix_trie v0.2.1
24702026-06-22T00:05:34.382Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24712026-06-22T00:05:34.386Z Compiling newtype_derive v0.1.6
24722026-06-22T00:05:34.514Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24732026-06-22T00:05:34.585Z Checking phf_shared v0.12.1
24742026-06-22T00:05:34.627Z Compiling recursive-proc-macro-impl v0.1.1
24752026-06-22T00:05:34.755Z Compiling chrono-tz v0.10.4
24762026-06-22T00:05:34.881Z Checking phf v0.12.1
24772026-06-22T00:05:35.071Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24782026-06-22T00:05:35.128Z Compiling const_format_proc_macros v0.2.34
24792026-06-22T00:05:35.131Z Checking recursive v0.1.1
24802026-06-22T00:05:35.131Z Compiling peg-macros v0.8.5
24812026-06-22T00:05:35.216Z Checking winnow v0.6.26
24822026-06-22T00:05:35.306Z Checking nom v8.0.0
24832026-06-22T00:05:35.573Z Compiling sqlparser_derive v0.5.0
24842026-06-22T00:05:35.860Z Checking unicode_categories v0.1.1
24852026-06-22T00:05:35.984Z Checking const_format v0.2.35
24862026-06-22T00:05:36.026Z Checking rustyline v14.0.0
24872026-06-22T00:05:36.354Z Checking sqlparser v0.61.0
24882026-06-22T00:05:36.389Z Checking sqlformat v0.3.5
24892026-06-22T00:05:36.559Z Checking peg v0.8.5
24902026-06-22T00:05:36.729Z Checking bcs v0.1.6
24912026-06-22T00:05:36.759Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24922026-06-22T00:05:36.836Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24932026-06-22T00:05:36.867Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24942026-06-22T00:05:36.990Z Checking steno v0.4.1
24952026-06-22T00:05:37.054Z Checking filetime v0.2.27
24962026-06-22T00:05:37.142Z Checking xattr v1.6.1
24972026-06-22T00:05:37.216Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24982026-06-22T00:05:37.269Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24992026-06-22T00:05:37.300Z Checking tar v0.4.45
25002026-06-22T00:05:37.707Z Checking subprocess v0.2.15
25012026-06-22T00:05:37.849Z Checking base64 v0.21.7
25022026-06-22T00:05:38.015Z Checking headers-core v0.3.0
25032026-06-22T00:05:38.047Z Checking yasna v0.5.2
25042026-06-22T00:05:38.116Z Checking dropshot-api-manager-types v0.7.2
25052026-06-22T00:05:38.153Z Checking headers v0.4.1
25062026-06-22T00:05:38.317Z Checking tagptr v0.2.0
25072026-06-22T00:05:38.468Z Checking rcgen v0.12.1
25082026-06-22T00:05:38.498Z Checking moka v0.12.13
25092026-06-22T00:05:38.639Z Checking utf-8 v0.7.6
25102026-06-22T00:05:38.799Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25112026-06-22T00:05:38.830Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25122026-06-22T00:05:38.970Z Checking tungstenite v0.21.0
25132026-06-22T00:05:39.033Z Compiling libefi-sys v0.1.0
25142026-06-22T00:05:39.151Z Checking hickory-resolver v0.25.2
25152026-06-22T00:05:39.294Z Compiling bitfield-struct v0.6.2
25162026-06-22T00:05:39.325Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25172026-06-22T00:05:39.532Z Checking tokio-tungstenite v0.21.0
25182026-06-22T00:05:39.833Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25192026-06-22T00:05:39.877Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25202026-06-22T00:05:39.969Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25212026-06-22T00:05:40.411Z Compiling radium v0.7.0
25222026-06-22T00:05:40.517Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25232026-06-22T00:05:40.547Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25242026-06-22T00:05:40.617Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25252026-06-22T00:05:40.695Z Checking tap v1.0.1
25262026-06-22T00:05:40.752Z Compiling maybe-uninit v2.0.0
25272026-06-22T00:05:40.858Z Checking wyz v0.5.1
25282026-06-22T00:05:40.889Z Compiling zerocopy-derive v0.6.6
25292026-06-22T00:05:40.982Z Checking funty v2.0.0
25302026-06-22T00:05:41.082Z Compiling packed_struct v0.10.1
25312026-06-22T00:05:41.125Z Checking crc-catalog v2.4.0
25322026-06-22T00:05:41.250Z Checking crc v3.4.0
25332026-06-22T00:05:41.283Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25342026-06-22T00:05:41.320Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25352026-06-22T00:05:41.380Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25362026-06-22T00:05:41.416Z Checking bitvec v1.0.1
25372026-06-22T00:05:41.474Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25382026-06-22T00:05:41.537Z Compiling packed_struct_codegen v0.10.1
25392026-06-22T00:05:41.616Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25402026-06-22T00:05:41.743Z Checking zerocopy v0.6.6
25412026-06-22T00:05:42.061Z Compiling bitfield-macros v0.19.4
25422026-06-22T00:05:42.461Z Compiling indexmap v1.9.3
25432026-06-22T00:05:42.648Z Checking nodrop v0.1.14
25442026-06-22T00:05:42.759Z Checking smallvec v0.6.14
25452026-06-22T00:05:42.787Z Checking array-init v0.0.4
25462026-06-22T00:05:42.816Z Checking bitfield v0.19.4
25472026-06-22T00:05:42.979Z Checking hashbrown v0.12.3
25482026-06-22T00:05:43.108Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-06-22T00:05:43.138Z Checking serde-hex v0.1.0
25502026-06-22T00:05:43.295Z Checking ron v0.8.1
25512026-06-22T00:05:43.767Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25522026-06-22T00:05:43.797Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25532026-06-22T00:05:43.853Z Checking hashbrown v0.13.2
25542026-06-22T00:05:44.228Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25552026-06-22T00:05:44.302Z Checking crc-any v2.5.0
25562026-06-22T00:05:44.421Z Checking object v0.30.4
25572026-06-22T00:05:44.467Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25582026-06-22T00:05:44.499Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25592026-06-22T00:05:44.528Z Checking path-slash v0.1.5
25602026-06-22T00:05:44.637Z Compiling xshell-macros v0.2.7
25612026-06-22T00:05:44.667Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25622026-06-22T00:05:45.087Z Checking half v1.8.3
25632026-06-22T00:05:45.115Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25642026-06-22T00:05:45.147Z Checking xshell v0.2.7
25652026-06-22T00:05:45.320Z Checking serde_cbor v0.11.2
25662026-06-22T00:05:45.369Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25672026-06-22T00:05:45.372Z Compiling proc-macro-error-attr2 v2.0.0
25682026-06-22T00:05:45.733Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25692026-06-22T00:05:45.818Z Compiling proc-macro-error2 v2.0.1
25702026-06-22T00:05:45.952Z Compiling num-derive v0.3.3
25712026-06-22T00:05:46.165Z Checking maplit v1.0.2
25722026-06-22T00:05:46.194Z Compiling tabled_derive v0.11.0
25732026-06-22T00:05:46.273Z Checking papergrid v0.17.0
25742026-06-22T00:05:46.614Z Checking testing_table v0.3.0
25752026-06-22T00:05:46.735Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25762026-06-22T00:05:46.873Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25772026-06-22T00:05:46.903Z Checking libscf-sys v1.1.0
25782026-06-22T00:05:47.061Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25792026-06-22T00:05:47.101Z Compiling progenitor-impl v0.13.0
25802026-06-22T00:05:47.257Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25812026-06-22T00:05:47.290Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25822026-06-22T00:05:47.399Z Checking tabled v0.20.0
25832026-06-22T00:05:47.575Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25842026-06-22T00:05:47.854Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25852026-06-22T00:05:48.036Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25862026-06-22T00:05:48.201Z Checking progenitor-client v0.13.0
25872026-06-22T00:05:48.231Z Compiling git-stub v1.0.0
25882026-06-22T00:05:48.467Z Compiling git-stub-vcs v0.1.0
25892026-06-22T00:05:48.515Z Checking unicase v2.9.0
25902026-06-22T00:05:48.652Z Checking crc8 v0.1.1
25912026-06-22T00:05:48.700Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25922026-06-22T00:05:48.777Z Checking fxhash v0.2.1
25932026-06-22T00:05:48.844Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25942026-06-22T00:05:48.927Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25952026-06-22T00:05:49.070Z Compiling vergen-lib v0.1.6
25962026-06-22T00:05:49.285Z Compiling diesel_derives v2.3.7
25972026-06-22T00:05:49.391Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25982026-06-22T00:05:49.465Z Checking scheduled-thread-pool v0.2.7
25992026-06-22T00:05:49.535Z Compiling dsl_auto_type v0.2.0
26002026-06-22T00:05:49.636Z Compiling vergen-gitcl v1.0.8
26012026-06-22T00:05:49.698Z Compiling progenitor-macro v0.13.0
26022026-06-22T00:05:49.765Z Compiling diesel_table_macro_syntax v0.3.0
26032026-06-22T00:05:49.795Z Checking r2d2 v0.8.10
26042026-06-22T00:05:49.892Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26052026-06-22T00:05:49.924Z Checking downcast-rs v2.0.2
26062026-06-22T00:05:50.019Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26072026-06-22T00:05:50.022Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26082026-06-22T00:05:50.271Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26092026-06-22T00:05:50.338Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26102026-06-22T00:05:50.530Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26112026-06-22T00:05:50.562Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26122026-06-22T00:05:50.591Z Checking kstat-rs v0.2.4
26132026-06-22T00:05:50.661Z Checking arc-swap v1.8.2
26142026-06-22T00:05:50.689Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26152026-06-22T00:05:50.791Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26162026-06-22T00:05:50.814Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26172026-06-22T00:05:50.910Z Checking slog-scope v4.4.1
26182026-06-22T00:05:51.072Z Compiling dirs-sys-next v0.1.2
26192026-06-22T00:05:51.111Z Compiling parking_lot_core v0.8.6
26202026-06-22T00:05:51.348Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26212026-06-22T00:05:51.391Z Compiling crunchy v0.2.4
26222026-06-22T00:05:51.487Z Compiling dirs-next v2.0.0
26232026-06-22T00:05:51.637Z Checking slog-stdlog v4.1.1
26242026-06-22T00:05:51.667Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26252026-06-22T00:05:51.734Z Compiling clang-sys v1.8.1
26262026-06-22T00:05:51.789Z Compiling tiny-keccak v2.0.2
26272026-06-22T00:05:52.049Z Checking slog-envlogger v2.2.0
26282026-06-22T00:05:52.185Z Compiling term v0.7.0
26292026-06-22T00:05:52.244Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26302026-06-22T00:05:52.273Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26312026-06-22T00:05:52.441Z Compiling bit-vec v0.6.3
26322026-06-22T00:05:52.561Z Compiling ascii-canvas v3.0.0
26332026-06-22T00:05:52.676Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26342026-06-22T00:05:52.706Z Compiling bit-set v0.5.3
26352026-06-22T00:05:52.774Z Checking parking_lot v0.11.2
26362026-06-22T00:05:52.832Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26372026-06-22T00:05:52.887Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26382026-06-22T00:05:52.989Z Checking prefix-trie v0.7.0
26392026-06-22T00:05:52.991Z Compiling itertools v0.10.5
26402026-06-22T00:05:53.236Z Compiling ena v0.14.4
26412026-06-22T00:05:53.299Z Compiling libloading v0.8.9
26422026-06-22T00:05:53.339Z Compiling regex-syntax v0.6.29
26432026-06-22T00:05:53.370Z Compiling diff v0.1.13
26442026-06-22T00:05:53.469Z Compiling bindgen v0.71.1
26452026-06-22T00:05:53.709Z Checking hickory-server v0.25.2
26462026-06-22T00:05:54.002Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26472026-06-22T00:05:54.098Z Checking sled v0.34.7
26482026-06-22T00:05:54.591Z Compiling cexpr v0.6.0
26492026-06-22T00:05:54.652Z Checking progenitor v0.13.0
26502026-06-22T00:05:54.822Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26512026-06-22T00:05:54.968Z Compiling lalrpop v0.19.12
26522026-06-22T00:05:55.336Z Checking nanorand v0.7.0
26532026-06-22T00:05:55.378Z Compiling salty v0.3.0
26542026-06-22T00:05:55.457Z Checking diesel v2.3.7
26552026-06-22T00:05:55.486Z Compiling rustc-hash v2.1.1
26562026-06-22T00:05:55.563Z Checking flume v0.11.1
26572026-06-22T00:05:55.711Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26582026-06-22T00:05:55.838Z Checking primeorder v0.13.6
26592026-06-22T00:05:55.931Z Compiling libxml v0.3.3
26602026-06-22T00:05:56.040Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26612026-06-22T00:05:56.444Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26622026-06-22T00:05:56.993Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26632026-06-22T00:05:57.239Z Compiling strum_macros v0.24.3
26642026-06-22T00:05:57.269Z Compiling fs-err v2.11.0
26652026-06-22T00:05:57.491Z Compiling indoc v1.0.9
26662026-06-22T00:05:57.953Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26672026-06-22T00:05:58.174Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26682026-06-22T00:05:58.376Z Checking quick-xml v0.37.5
26692026-06-22T00:05:58.538Z Checking derive_builder v0.20.2
26702026-06-22T00:05:58.604Z Compiling oso-derive v0.27.3
26712026-06-22T00:05:58.679Z Compiling trait-variant v0.1.2
26722026-06-22T00:05:59.122Z Compiling impl-trait-for-tuples v0.2.3
26732026-06-22T00:05:59.258Z Checking openssl-probe v0.1.6
26742026-06-22T00:05:59.287Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26752026-06-22T00:05:59.643Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26762026-06-22T00:06:00.121Z Checking p384 v0.13.1
26772026-06-22T00:06:00.584Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26782026-06-22T00:06:00.703Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26792026-06-22T00:06:01.097Z Checking assert_matches v1.5.0
26802026-06-22T00:06:01.201Z Checking parse-size v1.1.0
26812026-06-22T00:06:01.353Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26822026-06-22T00:06:01.384Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-06-22T00:06:01.387Z Checking predicates-tree v1.0.13
26842026-06-22T00:06:01.529Z Checking bb8 v0.8.6
26852026-06-22T00:06:01.837Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26862026-06-22T00:06:01.869Z Compiling mime_guess v2.0.5
26872026-06-22T00:06:02.145Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-06-22T00:06:02.174Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26892026-06-22T00:06:02.220Z Checking http-range v0.1.5
26902026-06-22T00:06:02.456Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26912026-06-22T00:06:02.494Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26922026-06-22T00:06:02.555Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26932026-06-22T00:06:02.767Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26942026-06-22T00:06:02.797Z Checking atty v0.2.14
26952026-06-22T00:06:02.828Z Checking corncobs v0.1.4
26962026-06-22T00:06:02.865Z Checking nonempty v0.12.0
26972026-06-22T00:06:02.920Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26982026-06-22T00:06:02.981Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26992026-06-22T00:06:03.080Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27002026-06-22T00:06:03.268Z Checking ignore v0.4.25
27012026-06-22T00:06:03.298Z Checking secrecy v0.8.0
27022026-06-22T00:06:03.413Z Checking hyper-staticfile v0.10.1
27032026-06-22T00:06:03.689Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27042026-06-22T00:06:03.718Z Checking globwalk v0.9.1
27052026-06-22T00:06:03.747Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27062026-06-22T00:06:03.926Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27072026-06-22T00:06:04.050Z Compiling illumos-nvpair-sys v0.2.0
27082026-06-22T00:06:04.080Z Checking camino-tempfile-ext v0.3.3
27092026-06-22T00:06:04.200Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27102026-06-22T00:06:04.305Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27112026-06-22T00:06:04.308Z Checking signal-hook-tokio v0.3.1
27122026-06-22T00:06:04.492Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27132026-06-22T00:06:04.673Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27142026-06-22T00:06:04.756Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27152026-06-22T00:06:04.991Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27162026-06-22T00:06:05.159Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27172026-06-22T00:06:05.373Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27182026-06-22T00:06:05.474Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-06-22T00:06:05.510Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27202026-06-22T00:06:05.610Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27212026-06-22T00:06:05.918Z Checking illumos-nvpair v0.3.0
27222026-06-22T00:06:06.113Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27232026-06-22T00:06:06.552Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27242026-06-22T00:06:06.976Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27252026-06-22T00:06:07.243Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27262026-06-22T00:06:07.275Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27272026-06-22T00:06:07.329Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27282026-06-22T00:06:07.470Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27292026-06-22T00:06:07.502Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27302026-06-22T00:06:07.613Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27312026-06-22T00:06:08.192Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27322026-06-22T00:06:08.305Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27332026-06-22T00:06:08.579Z Checking tungstenite v0.23.0
27342026-06-22T00:06:08.611Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27352026-06-22T00:06:08.641Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27362026-06-22T00:06:09.036Z Checking tokio-tungstenite v0.23.1
27372026-06-22T00:06:09.067Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27382026-06-22T00:06:09.335Z Checking rand_seeder v0.4.0
27392026-06-22T00:06:09.451Z Checking async-bb8-diesel v0.2.1
27402026-06-22T00:06:09.504Z Checking diesel-dtrace v0.5.0
27412026-06-22T00:06:09.533Z Checking void v1.0.2
27422026-06-22T00:06:09.666Z Checking lzss v0.8.2
27432026-06-22T00:06:09.762Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27442026-06-22T00:06:09.791Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27452026-06-22T00:06:09.826Z Checking nix v0.27.1
27462026-06-22T00:06:09.878Z Checking serde_bytes v0.11.19
27472026-06-22T00:06:09.957Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27482026-06-22T00:06:10.055Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27492026-06-22T00:06:10.087Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27502026-06-22T00:06:10.406Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27512026-06-22T00:06:10.760Z Checking is_ci v1.2.0
27522026-06-22T00:06:10.846Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27532026-06-22T00:06:10.892Z Checking yansi v1.0.1
27542026-06-22T00:06:11.061Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27552026-06-22T00:06:11.180Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27562026-06-22T00:06:11.305Z Checking pretty_assertions v1.4.1
27572026-06-22T00:06:11.445Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27582026-06-22T00:06:11.476Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27592026-06-22T00:06:11.733Z Compiling darling_core v0.23.0
27602026-06-22T00:06:11.808Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27612026-06-22T00:06:12.307Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27622026-06-22T00:06:12.982Z Compiling indoc v2.0.7
27632026-06-22T00:06:13.014Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27642026-06-22T00:06:13.240Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-06-22T00:06:13.576Z Compiling libz-sys v1.1.24
27662026-06-22T00:06:13.871Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-06-22T00:06:14.045Z Compiling instability v0.3.11
27682026-06-22T00:06:14.124Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27692026-06-22T00:06:14.167Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-06-22T00:06:14.332Z Compiling darling_macro v0.23.0
27712026-06-22T00:06:14.437Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27722026-06-22T00:06:14.662Z Checking castaway v0.2.4
27732026-06-22T00:06:14.830Z Checking compact_str v0.8.1
27742026-06-22T00:06:14.858Z Compiling darling v0.23.0
27752026-06-22T00:06:15.236Z Checking supports-color v3.0.2
27762026-06-22T00:06:15.401Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27772026-06-22T00:06:15.629Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27782026-06-22T00:06:15.667Z Checking unicode-truncate v1.1.0
27792026-06-22T00:06:15.744Z Checking console v0.16.2
27802026-06-22T00:06:15.844Z Checking lru v0.12.5
27812026-06-22T00:06:15.875Z Compiling libgit2-sys v0.18.3+1.9.2
27822026-06-22T00:06:15.970Z Checking unit-prefix v0.5.2
27832026-06-22T00:06:16.043Z Checking cassowary v0.3.0
27842026-06-22T00:06:16.151Z Checking indicatif v0.18.4
27852026-06-22T00:06:16.267Z Checking ratatui v0.29.0
27862026-06-22T00:06:16.343Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27872026-06-22T00:06:16.556Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27882026-06-22T00:06:16.802Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27892026-06-22T00:06:17.567Z Compiling vergen-git2 v9.1.0
27902026-06-22T00:06:17.598Z Checking plotters-backend v0.3.7
27912026-06-22T00:06:17.827Z Checking plotters-svg v0.3.7
27922026-06-22T00:06:17.865Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27932026-06-22T00:06:17.997Z Checking cast v0.3.0
27942026-06-22T00:06:18.088Z Compiling rustls v0.21.12
27952026-06-22T00:06:18.181Z Checking criterion-plot v0.6.0
27962026-06-22T00:06:18.385Z Checking plotters v0.3.7
27972026-06-22T00:06:18.453Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-06-22T00:06:18.483Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27992026-06-22T00:06:18.707Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28002026-06-22T00:06:18.933Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28012026-06-22T00:06:19.147Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28022026-06-22T00:06:19.177Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28032026-06-22T00:06:19.370Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28042026-06-22T00:06:19.401Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28052026-06-22T00:06:19.451Z Checking colored v2.2.0
28062026-06-22T00:06:19.593Z Checking rustls-webpki v0.101.7
28072026-06-22T00:06:19.680Z Checking sct v0.7.1
28082026-06-22T00:06:19.844Z Checking tinytemplate v1.2.1
28092026-06-22T00:06:19.958Z Checking oorandom v11.1.5
28102026-06-22T00:06:20.098Z Checking anes v0.1.6
28112026-06-22T00:06:20.135Z Checking shell-words v1.1.1
28122026-06-22T00:06:20.318Z Checking criterion v0.7.0
28132026-06-22T00:06:20.358Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28142026-06-22T00:06:21.660Z Checking typeid v1.0.3
28152026-06-22T00:06:21.690Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28162026-06-22T00:06:21.794Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28172026-06-22T00:06:22.444Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28182026-06-22T00:06:22.563Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28192026-06-22T00:06:23.088Z Checking hex-literal v0.4.1
28202026-06-22T00:06:23.218Z Checking erased-serde v0.4.9
28212026-06-22T00:07:17.533Z Checking tokio-rustls v0.24.1
28222026-06-22T00:07:17.553Z Checking rustls-pemfile v1.0.4
28232026-06-22T00:07:17.553Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28242026-06-22T00:07:17.553Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-06-22T00:07:17.553Z Checking twox-hash v2.1.2
28262026-06-22T00:07:17.553Z Checking ordered-float v2.10.1
28272026-06-22T00:07:17.553Z Checking serde-value v0.7.0
28282026-06-22T00:07:17.553Z Checking serde-untagged v0.1.9
28292026-06-22T00:07:17.553Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28302026-06-22T00:07:17.553Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28312026-06-22T00:07:17.580Z Checking fatfs v0.3.6
28322026-06-22T00:07:17.580Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28332026-06-22T00:07:17.580Z Checking unicode-xid v0.2.6
28342026-06-22T00:07:17.580Z Compiling seq-macro v0.3.6
28352026-06-22T00:07:17.580Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-06-22T00:07:17.581Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28372026-06-22T00:07:17.581Z Checking cargo-util-schemas v0.8.2
28382026-06-22T00:07:17.581Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28392026-06-22T00:07:17.581Z Checking cargo-platform v0.2.0
28402026-06-22T00:07:17.581Z Compiling petname v2.0.2
28412026-06-22T00:07:17.581Z Checking cargo_metadata v0.21.0
28422026-06-22T00:07:17.581Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28432026-06-22T00:07:17.581Z Checking concurrent-queue v2.5.0
28442026-06-22T00:07:17.581Z Checking rtoolbox v0.0.3
28452026-06-22T00:07:17.581Z Checking parking v2.2.1
28462026-06-22T00:07:17.581Z Checking rpassword v7.4.0
28472026-06-22T00:07:17.581Z Checking event-listener v5.4.1
28482026-06-22T00:07:17.581Z Checking tui-tree-widget v0.23.1
28492026-06-22T00:07:17.581Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28502026-06-22T00:07:17.581Z Checking polyval v0.6.2
28512026-06-22T00:07:17.581Z Checking sapling-renderdag v0.1.0
28522026-06-22T00:07:17.581Z Checking sync-ptr v0.1.4
28532026-06-22T00:07:17.581Z Checking ghash v0.5.1
28542026-06-22T00:07:17.581Z Checking event-listener-strategy v0.5.4
28552026-06-22T00:07:17.581Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28562026-06-22T00:07:17.581Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28572026-06-22T00:07:17.581Z Checking ctr v0.9.2
28582026-06-22T00:07:17.581Z Checking constant_time_eq v0.4.2
28592026-06-22T00:07:17.581Z Checking arrayref v0.3.9
28602026-06-22T00:07:17.581Z Checking futures-timer v3.0.3
28612026-06-22T00:07:17.581Z Checking arrayvec v0.7.6
28622026-06-22T00:07:17.581Z Checking aes-gcm v0.10.3
28632026-06-22T00:07:17.581Z Checking async-lock v3.4.2
28642026-06-22T00:07:17.582Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28652026-06-22T00:07:17.582Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28662026-06-22T00:07:17.582Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28672026-06-22T00:07:17.582Z Checking ssh-encoding v0.2.0
28682026-06-22T00:07:17.582Z Checking blowfish v0.9.1
28692026-06-22T00:07:17.582Z Compiling strsim v0.10.0
28702026-06-22T00:07:17.582Z Compiling darling_core v0.13.4
28712026-06-22T00:07:17.582Z Checking bcrypt-pbkdf v0.10.0
28722026-06-22T00:07:17.582Z Checking ssh-cipher v0.2.0
28732026-06-22T00:07:17.582Z Checking async-object-pool v0.2.0
28742026-06-22T00:07:17.582Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28752026-06-22T00:07:17.583Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28762026-06-22T00:07:17.583Z Checking serde_regex v1.1.0
28772026-06-22T00:07:17.583Z Checking password-hash v0.4.2
28782026-06-22T00:07:17.583Z Checking assert-json-diff v2.0.2
28792026-06-22T00:07:17.583Z Checking path-tree v0.8.3
28802026-06-22T00:07:17.583Z Checking gimli v0.32.3
28812026-06-22T00:07:17.583Z Checking stringmetrics v2.2.2
28822026-06-22T00:07:17.583Z Compiling target-lexicon v0.13.3
28832026-06-22T00:07:17.583Z Checking httpmock v0.8.3
28842026-06-22T00:07:17.583Z Checking pbkdf2 v0.11.0
28852026-06-22T00:07:17.583Z Compiling darling_macro v0.13.4
28862026-06-22T00:07:17.583Z Checking ssh-key v0.6.7
28872026-06-22T00:07:17.583Z Checking addr2line v0.25.1
28882026-06-22T00:07:17.583Z Compiling samael v0.0.19
28892026-06-22T00:07:17.583Z Checking p521 v0.13.3
28902026-06-22T00:07:17.583Z Checking p256 v0.13.2
28912026-06-22T00:07:17.583Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28922026-06-22T00:07:17.583Z Checking russh-cryptovec v0.7.3
28932026-06-22T00:07:17.583Z Checking md5 v0.7.0
28942026-06-22T00:07:17.583Z Checking rustc-demangle v0.1.27
28952026-06-22T00:07:17.583Z Compiling guppy-workspace-hack v0.1.0
28962026-06-22T00:07:17.583Z Checking backtrace v0.3.76
28972026-06-22T00:07:17.583Z Checking russh-keys v0.45.0
28982026-06-22T00:07:17.583Z Compiling darling v0.13.4
28992026-06-22T00:07:17.583Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29002026-06-22T00:07:17.583Z Checking num-bigint v0.4.6
29012026-06-22T00:07:17.583Z Checking des v0.8.1
29022026-06-22T00:07:17.583Z Compiling blake3 v1.8.3
29032026-06-22T00:07:17.584Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042026-06-22T00:07:17.584Z Compiling target-spec v3.5.7
29052026-06-22T00:07:17.584Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-06-22T00:07:17.584Z Checking russh v0.45.0
29072026-06-22T00:07:17.584Z Checking cfg-expr v0.20.6
29082026-06-22T00:07:17.584Z Compiling serde_with_macros v1.5.2
29092026-06-22T00:07:17.584Z Checking backtrace-ext v0.2.1
29102026-06-22T00:07:17.585Z Checking supports-color v2.1.0
29112026-06-22T00:07:17.585Z Checking textwrap v0.15.2
29122026-06-22T00:07:17.585Z Checking supports-hyperlinks v2.1.0
29132026-06-22T00:07:17.585Z Checking supports-unicode v2.1.0
29142026-06-22T00:07:17.585Z Checking hashbrown v0.14.5
29152026-06-22T00:07:17.585Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162026-06-22T00:07:17.585Z Checking cargo-platform v0.3.2
29172026-06-22T00:07:17.585Z Checking terminal_size v0.1.17
29182026-06-22T00:07:17.585Z Compiling miette-derive v5.10.0
29192026-06-22T00:07:17.586Z Checking internet-checksum v0.2.1
29202026-06-22T00:07:17.586Z Checking owo-colors v3.5.0
29212026-06-22T00:07:17.586Z Checking cargo_metadata v0.23.1
29222026-06-22T00:07:17.586Z Checking chumsky v0.9.3
29232026-06-22T00:07:17.586Z Compiling serde_with v1.14.0
29242026-06-22T00:07:17.586Z Checking miette v5.10.0
29252026-06-22T00:07:17.586Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29262026-06-22T00:07:17.586Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29272026-06-22T00:07:17.586Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-06-22T00:07:17.586Z Compiling git2 v0.20.4
29292026-06-22T00:07:17.586Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29302026-06-22T00:07:17.586Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29312026-06-22T00:07:17.611Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29322026-06-22T00:07:17.612Z Compiling knuffel-derive v3.2.0
29332026-06-22T00:07:17.612Z Checking httptest v0.16.4
29342026-06-22T00:07:17.612Z Checking pathdiff v0.2.3
29352026-06-22T00:07:17.612Z Checking topological-sort v0.2.2
29362026-06-22T00:07:17.612Z Checking nested v0.1.1
29372026-06-22T00:07:17.612Z Checking omicron-zone-package v0.12.2
29382026-06-22T00:07:17.612Z Checking guppy v0.17.25
29392026-06-22T00:07:17.612Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29402026-06-22T00:07:17.612Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29412026-06-22T00:07:17.612Z Checking knuffel v3.2.0
29422026-06-22T00:07:17.612Z Checking similar-asserts v1.7.0
29432026-06-22T00:07:17.612Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29442026-06-22T00:07:17.612Z Compiling target-triple v1.0.0
29452026-06-22T00:07:17.612Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29462026-06-22T00:07:17.612Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29472026-06-22T00:07:17.612Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29482026-06-22T00:07:17.612Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29492026-06-22T00:07:17.612Z Checking hickory-client v0.25.2
29502026-06-22T00:07:17.612Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29512026-06-22T00:07:17.612Z Checking tokio-test v0.4.5
29522026-06-22T00:07:17.612Z Checking escape8259 v0.5.3
29532026-06-22T00:07:17.612Z Compiling assert_cmd v2.1.2
29542026-06-22T00:07:17.612Z Checking libtest-mimic v0.8.1
29552026-06-22T00:07:17.612Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29562026-06-22T00:07:17.612Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29572026-06-22T00:07:17.612Z Checking blake2b_simd v1.0.4
29582026-06-22T00:07:17.612Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29592026-06-22T00:07:17.612Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29602026-06-22T00:07:17.612Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29612026-06-22T00:07:17.612Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29622026-06-22T00:07:17.612Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29632026-06-22T00:07:17.612Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29642026-06-22T00:07:17.612Z Checking fancy-regex v0.14.0
29652026-06-22T00:07:17.613Z Checking serde_tokenstream v0.2.3
29662026-06-22T00:07:17.613Z Checking approx v0.5.1
29672026-06-22T00:07:17.613Z Checking uzers v0.12.2
29682026-06-22T00:07:17.613Z Compiling rstest_macros v0.25.0
29692026-06-22T00:07:17.613Z Checking termcolor v1.4.1
29702026-06-22T00:07:17.613Z Compiling linkme-impl v0.3.35
29712026-06-22T00:07:17.613Z Checking constant_time_eq v0.3.1
29722026-06-22T00:07:17.613Z Checking rust-argon2 v2.1.0
29732026-06-22T00:07:17.613Z Checking trybuild v1.0.116
29742026-06-22T00:07:17.613Z Checking datatest-stable v0.3.3
29752026-06-22T00:07:17.613Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29762026-06-22T00:07:17.613Z Compiling polar-core v0.27.3
29772026-06-22T00:07:17.613Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29782026-06-22T00:07:17.613Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29792026-06-22T00:07:17.613Z Checking support-bundle-viewer v0.1.2
29802026-06-22T00:07:17.613Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-06-22T00:07:17.613Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29822026-06-22T00:07:17.613Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29832026-06-22T00:07:17.613Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29842026-06-22T00:07:17.613Z Checking drift v0.2.0
29852026-06-22T00:07:17.613Z Checking rand_distr v0.5.1
29862026-06-22T00:07:17.613Z Checking multimap v0.10.1
29872026-06-22T00:07:17.613Z Compiling relative-path v1.9.3
29882026-06-22T00:07:17.613Z Compiling linkme v0.3.35
29892026-06-22T00:07:17.613Z Checking dropshot-api-manager v0.7.2
29902026-06-22T00:07:17.613Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29912026-06-22T00:07:17.613Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29922026-06-22T00:07:17.613Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29932026-06-22T00:07:17.613Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29942026-06-22T00:07:17.613Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29952026-06-22T00:07:17.613Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29962026-06-22T00:07:17.613Z Checking cargo_toml v0.21.0
29972026-06-22T00:07:17.613Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29982026-06-22T00:07:17.615Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29992026-06-22T00:07:17.615Z Checking oso v0.27.3
30002026-06-22T00:07:17.615Z Checking partial-io v0.5.4
30012026-06-22T00:07:17.615Z Checking termios v0.3.3
30022026-06-22T00:07:17.615Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30032026-06-22T00:07:17.615Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30042026-06-22T00:07:17.615Z Checking rstest v0.25.0
30052026-06-22T00:07:17.615Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30062026-06-22T00:07:17.615Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-06-22T00:07:17.615Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30082026-06-22T00:07:17.615Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30092026-06-22T00:07:17.615Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-06-22T00:07:17.615Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30112026-06-22T00:07:17.615Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30122026-06-22T00:07:17.615Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30132026-06-22T00:07:22.135Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30142026-06-22T00:07:25.279Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-06-22T00:07:25.958Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30162026-06-22T00:07:27.103Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30172026-06-22T00:07:31.945Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30182026-06-22T00:07:37.225Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30192026-06-22T00:08:50.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s
30202026-06-22T00:08:51.565Z
30212026-06-22T00:08:51.565Zreal 4:05.082899113
30222026-06-22T00:08:51.565Zuser 20:58.748963163
30232026-06-22T00:08:51.565Zsys 4:43.217182801
30242026-06-22T00:08:51.568Ztrap 0.506884035
30252026-06-22T00:08:51.568Ztflt 0.486119144
30262026-06-22T00:08:51.568Zdflt 0.429880436
30272026-06-22T00:08:51.568Zkflt 0.005083886
30282026-06-22T00:08:51.568Zlock 57:07.960019050
30292026-06-22T00:08:51.568Zslp 57:54.115306407
30302026-06-22T00:08:51.568Zlat 1:54.689949694
30312026-06-22T00:08:51.568Zstop 9:51.425702226
30322026-06-22T00:08:51.568Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30332026-06-22T00:08:51.568Z+ ptime -m cargo doc --workspace --no-deps
30342026-06-22T00:08:52.353Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30352026-06-22T00:08:52.353Z |
30362026-06-22T00:08:52.353Z = 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)`
30372026-06-22T00:08:52.353Z = 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>
30382026-06-22T00:08:53.361Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-06-22T00:08:53.591Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30402026-06-22T00:08:53.636Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30412026-06-22T00:08:53.696Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30422026-06-22T00:08:53.729Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30432026-06-22T00:08:53.781Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30442026-06-22T00:08:53.875Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30452026-06-22T00:08:53.903Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30462026-06-22T00:08:53.941Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30472026-06-22T00:08:53.972Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30482026-06-22T00:08:54.126Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30492026-06-22T00:08:54.172Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30502026-06-22T00:08:54.224Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30512026-06-22T00:08:54.244Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30522026-06-22T00:08:54.268Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30532026-06-22T00:08:54.315Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30542026-06-22T00:08:54.336Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30552026-06-22T00:08:54.359Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30562026-06-22T00:08:54.362Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30572026-06-22T00:08:54.401Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30582026-06-22T00:08:54.446Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30592026-06-22T00:08:54.507Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30602026-06-22T00:08:54.748Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30612026-06-22T00:08:55.075Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30622026-06-22T00:08:55.097Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30632026-06-22T00:08:55.176Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30642026-06-22T00:08:55.220Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30652026-06-22T00:08:55.244Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30662026-06-22T00:08:55.393Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30672026-06-22T00:08:55.475Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30682026-06-22T00:08:55.557Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30692026-06-22T00:08:55.698Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30702026-06-22T00:08:55.726Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30712026-06-22T00:08:55.810Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30722026-06-22T00:08:55.871Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30732026-06-22T00:08:55.915Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30742026-06-22T00:08:55.941Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30752026-06-22T00:08:56.059Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30762026-06-22T00:08:56.141Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30772026-06-22T00:08:56.365Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30782026-06-22T00:08:56.393Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30792026-06-22T00:08:56.669Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30802026-06-22T00:08:56.803Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30812026-06-22T00:08:56.826Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30822026-06-22T00:08:56.972Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30832026-06-22T00:08:56.998Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30842026-06-22T00:08:57.019Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30852026-06-22T00:08:57.092Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30862026-06-22T00:08:57.203Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30872026-06-22T00:08:57.258Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30882026-06-22T00:08:57.285Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30892026-06-22T00:08:57.337Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30902026-06-22T00:08:57.433Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30912026-06-22T00:08:57.487Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30922026-06-22T00:08:57.537Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30932026-06-22T00:08:57.565Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30942026-06-22T00:08:57.632Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
30952026-06-22T00:08:57.684Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30962026-06-22T00:08:57.708Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30972026-06-22T00:08:57.734Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30982026-06-22T00:08:57.764Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30992026-06-22T00:08:57.828Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31002026-06-22T00:08:58.146Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31012026-06-22T00:08:58.196Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31022026-06-22T00:08:58.322Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31032026-06-22T00:08:58.507Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31042026-06-22T00:08:58.811Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31052026-06-22T00:08:58.985Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31062026-06-22T00:08:59.278Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31072026-06-22T00:08:59.304Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31082026-06-22T00:08:59.349Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31092026-06-22T00:08:59.574Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31102026-06-22T00:08:59.598Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31112026-06-22T00:08:59.656Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31122026-06-22T00:08:59.848Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31132026-06-22T00:09:00.032Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31142026-06-22T00:09:00.130Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31152026-06-22T00:09:00.152Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31162026-06-22T00:09:00.506Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31172026-06-22T00:09:00.836Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31182026-06-22T00:09:00.952Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31192026-06-22T00:09:01.049Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31202026-06-22T00:09:01.168Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31212026-06-22T00:09:01.190Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31222026-06-22T00:09:01.211Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31232026-06-22T00:09:01.320Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31242026-06-22T00:09:01.354Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31252026-06-22T00:09:01.569Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31262026-06-22T00:09:01.592Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31272026-06-22T00:09:01.613Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31282026-06-22T00:09:01.717Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31292026-06-22T00:09:01.747Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31302026-06-22T00:09:01.798Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31312026-06-22T00:09:01.861Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31322026-06-22T00:09:01.887Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31332026-06-22T00:09:01.910Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31342026-06-22T00:09:02.051Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31352026-06-22T00:09:02.076Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31362026-06-22T00:09:02.138Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31372026-06-22T00:09:02.161Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31382026-06-22T00:09:02.183Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31392026-06-22T00:09:02.186Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31402026-06-22T00:09:02.263Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31412026-06-22T00:09:02.381Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31422026-06-22T00:09:02.402Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31432026-06-22T00:09:02.439Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31442026-06-22T00:09:02.581Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31452026-06-22T00:09:02.729Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31462026-06-22T00:09:02.732Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31472026-06-22T00:09:02.772Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31482026-06-22T00:09:03.223Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31492026-06-22T00:09:03.392Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31502026-06-22T00:09:03.505Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31512026-06-22T00:09:04.148Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31522026-06-22T00:09:04.289Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31532026-06-22T00:09:04.358Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31542026-06-22T00:09:05.026Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31552026-06-22T00:09:05.101Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31562026-06-22T00:09:05.630Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31572026-06-22T00:09:06.388Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31582026-06-22T00:09:07.018Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31592026-06-22T00:09:07.040Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31602026-06-22T00:09:07.288Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31612026-06-22T00:09:07.593Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31622026-06-22T00:09:07.704Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31632026-06-22T00:09:07.859Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31642026-06-22T00:09:07.907Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31652026-06-22T00:09:08.452Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31662026-06-22T00:09:08.606Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31672026-06-22T00:09:08.651Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31682026-06-22T00:09:08.937Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31692026-06-22T00:09:09.245Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31702026-06-22T00:09:09.366Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31712026-06-22T00:09:09.702Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31722026-06-22T00:09:09.866Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31732026-06-22T00:09:10.100Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-06-22T00:09:10.327Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31752026-06-22T00:09:10.396Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31762026-06-22T00:09:10.606Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31772026-06-22T00:10:04.220Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31782026-06-22T00:10:04.220Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31792026-06-22T00:10:04.220Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31802026-06-22T00:10:04.221Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31812026-06-22T00:10:04.228Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31822026-06-22T00:10:04.228Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31832026-06-22T00:10:04.228Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31842026-06-22T00:10:04.229Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31852026-06-22T00:10:04.229Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31862026-06-22T00:10:04.229Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31872026-06-22T00:10:04.229Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31882026-06-22T00:10:04.229Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31892026-06-22T00:10:04.229Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31902026-06-22T00:10:04.229Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31912026-06-22T00:10:04.229Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31922026-06-22T00:10:04.229Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31932026-06-22T00:10:04.229Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31942026-06-22T00:10:04.229Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31952026-06-22T00:10:04.229Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31962026-06-22T00:10:04.229Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31972026-06-22T00:10:04.229Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31982026-06-22T00:10:04.229Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31992026-06-22T00:10:04.229Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32002026-06-22T00:10:04.229Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32012026-06-22T00:10:04.229Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32022026-06-22T00:10:04.229Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32032026-06-22T00:10:04.229Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32042026-06-22T00:10:04.229Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32052026-06-22T00:10:04.229Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32062026-06-22T00:10:04.229Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32072026-06-22T00:10:04.235Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32082026-06-22T00:10:04.235Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32092026-06-22T00:10:04.235Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32102026-06-22T00:10:04.235Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32112026-06-22T00:10:04.235Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32122026-06-22T00:10:04.235Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32132026-06-22T00:10:04.235Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32142026-06-22T00:10:04.235Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32152026-06-22T00:10:04.235Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32162026-06-22T00:10:04.235Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32172026-06-22T00:10:04.236Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32182026-06-22T00:10:04.236Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32192026-06-22T00:10:04.236Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32202026-06-22T00:10:04.236Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32212026-06-22T00:10:04.236Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32222026-06-22T00:10:04.236Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32232026-06-22T00:10:04.236Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32242026-06-22T00:10:04.236Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32252026-06-22T00:10:04.236Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32262026-06-22T00:10:04.236Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32272026-06-22T00:10:04.236Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32282026-06-22T00:10:04.236Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32292026-06-22T00:10:04.236Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32302026-06-22T00:10:04.236Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32312026-06-22T00:10:04.236Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32322026-06-22T00:10:04.236Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32332026-06-22T00:10:04.236Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32342026-06-22T00:10:04.236Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32352026-06-22T00:10:04.236Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32362026-06-22T00:10:04.236Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32372026-06-22T00:10:04.236Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-06-22T00:10:04.236Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32392026-06-22T00:10:04.236Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32402026-06-22T00:10:04.237Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32412026-06-22T00:10:04.237Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32422026-06-22T00:10:04.237Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32432026-06-22T00:10:04.237Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32442026-06-22T00:10:04.237Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32452026-06-22T00:10:04.237Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32462026-06-22T00:10:04.237Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32472026-06-22T00:10:04.237Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32482026-06-22T00:10:04.237Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32492026-06-22T00:10:04.237Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32502026-06-22T00:10:04.237Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32512026-06-22T00:10:04.237Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32522026-06-22T00:10:04.237Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32532026-06-22T00:10:04.237Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32542026-06-22T00:10:04.237Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-06-22T00:10:04.237Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32562026-06-22T00:10:04.237Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32572026-06-22T00:10:05.752Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32582026-06-22T00:10:07.195Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32592026-06-22T00:10:07.909Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32602026-06-22T00:10:08.796Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32612026-06-22T00:10:09.692Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32622026-06-22T00:10:10.763Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32632026-06-22T00:10:13.508Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32642026-06-22T00:10:13.749Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32652026-06-22T00:10:14.718Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32662026-06-22T00:10:15.971Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32672026-06-22T00:10:17.589Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32682026-06-22T00:10:18.563Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32692026-06-22T00:10:19.887Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32702026-06-22T00:10:22.426Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32712026-06-22T00:10:23.327Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32722026-06-22T00:10:24.760Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32732026-06-22T00:10:26.255Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32742026-06-22T00:10:27.863Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32752026-06-22T00:10:29.636Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32762026-06-22T00:10:31.199Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32772026-06-22T00:10:32.869Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32782026-06-22T00:10:34.591Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32792026-06-22T00:10:38.713Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32802026-06-22T00:10:39.428Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32812026-06-22T00:10:40.352Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32822026-06-22T00:10:41.225Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32832026-06-22T00:10:43.116Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32842026-06-22T00:10:44.772Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32852026-06-22T00:10:46.471Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32862026-06-22T00:10:48.652Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32872026-06-22T00:10:50.409Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32882026-06-22T00:10:52.131Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32892026-06-22T00:10:54.234Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32902026-06-22T00:10:55.778Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32912026-06-22T00:10:57.559Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32922026-06-22T00:10:59.333Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32932026-06-22T00:11:01.103Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32942026-06-22T00:11:04.633Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32952026-06-22T00:11:06.389Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32962026-06-22T00:11:08.388Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32972026-06-22T00:11:09.961Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32982026-06-22T00:11:11.776Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32992026-06-22T00:11:15.851Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33002026-06-22T00:11:17.819Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33012026-06-22T00:11:19.637Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33022026-06-22T00:11:22.343Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33032026-06-22T00:11:23.861Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33042026-06-22T00:11:25.983Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33052026-06-22T00:11:26.228Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33062026-06-22T00:11:30.570Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33072026-06-22T00:11:32.887Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33082026-06-22T00:11:35.371Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33092026-06-22T00:11:37.716Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33102026-06-22T00:11:39.819Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33112026-06-22T00:11:42.083Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33122026-06-22T00:11:44.345Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33132026-06-22T00:11:47.040Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33142026-06-22T00:11:48.780Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33152026-06-22T00:11:51.286Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33162026-06-22T00:11:53.183Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33172026-06-22T00:11:55.388Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33182026-06-22T00:12:51.758Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33192026-06-22T00:12:51.758Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33202026-06-22T00:12:51.758Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33212026-06-22T00:12:51.758Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33222026-06-22T00:12:51.758Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33232026-06-22T00:12:51.759Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33242026-06-22T00:12:51.759Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33252026-06-22T00:12:51.759Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33262026-06-22T00:12:51.759Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33272026-06-22T00:12:51.759Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33282026-06-22T00:12:51.759Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33292026-06-22T00:12:51.759Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33302026-06-22T00:12:51.759Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33312026-06-22T00:12:51.759Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33322026-06-22T00:12:51.759Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33332026-06-22T00:12:51.759Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33342026-06-22T00:12:51.759Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33352026-06-22T00:12:51.759Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33362026-06-22T00:12:51.759Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33372026-06-22T00:12:51.759Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33382026-06-22T00:12:51.759Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33392026-06-22T00:12:51.759Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33402026-06-22T00:12:51.759Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33412026-06-22T00:12:52.288Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33422026-06-22T00:12:54.620Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33432026-06-22T00:12:57.546Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33442026-06-22T00:12:59.833Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-06-22T00:13:02.218Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33462026-06-22T00:13:04.757Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33472026-06-22T00:13:07.169Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33482026-06-22T00:13:09.679Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33492026-06-22T00:13:12.317Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33502026-06-22T00:13:14.833Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33512026-06-22T00:13:17.446Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33522026-06-22T00:13:20.123Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33532026-06-22T00:13:22.748Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33542026-06-22T00:13:25.318Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33552026-06-22T00:13:27.863Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33562026-06-22T00:13:30.520Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33572026-06-22T00:13:33.148Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33582026-06-22T00:13:35.768Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33592026-06-22T00:13:38.708Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33602026-06-22T00:13:41.210Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33612026-06-22T00:13:43.879Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33622026-06-22T00:13:51.682Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33632026-06-22T00:13:51.891Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33642026-06-22T00:13:55.376Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33652026-06-22T00:13:58.757Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33662026-06-22T00:14:02.078Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33672026-06-22T00:14:05.561Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33682026-06-22T00:14:08.936Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33692026-06-22T00:14:13.749Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33702026-06-22T00:14:16.600Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33712026-06-22T00:14:20.342Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33722026-06-22T00:14:24.038Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33732026-06-22T00:14:27.841Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33742026-06-22T00:14:31.552Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33752026-06-22T00:14:35.393Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33762026-06-22T00:14:39.002Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33772026-06-22T00:14:42.798Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33782026-06-22T00:14:46.508Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33792026-06-22T00:15:42.831Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33802026-06-22T00:15:42.901Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33812026-06-22T00:15:42.901Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33822026-06-22T00:15:42.901Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33832026-06-22T00:15:42.901Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33842026-06-22T00:15:42.901Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33852026-06-22T00:15:42.901Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33862026-06-22T00:15:43.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s
33872026-06-22T00:15:43.309Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
33882026-06-22T00:15:43.404Z
33892026-06-22T00:15:43.404Zreal 6:51.745065371
33902026-06-22T00:15:43.404Zuser 18:03.669462593
33912026-06-22T00:15:43.490Zsys 3:52.365823548
33922026-06-22T00:15:43.490Ztrap 0.270464080
33932026-06-22T00:15:43.490Ztflt 0.031802815
33942026-06-22T00:15:43.490Zdflt 0.016573583
33952026-06-22T00:15:43.490Zkflt 0.000040953
33962026-06-22T00:15:43.490Zlock 6:23:57.336182411
33972026-06-22T00:15:43.490Zslp 2:18:44.533053948
33982026-06-22T00:15:43.490Zlat 34.113475743
33992026-06-22T00:15:43.491Zstop 1:35.162541609
34002026-06-22T00:15:43.491Zprocess exited: duration 806341 ms, exit code 0
 
34012026-06-22T00:15:43.527Zfound 0 output files