01KVRC9Z04J1BAB0V7XR9B8KCQ: clippy (helios)

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

Buildomat Job: 01KVRCF8E5VP6SCWWX9Q2KDQES

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:22:16.287Zjob assigned to worker 01KVRCFV1Q39VN0TSBD984MJB1 [factory aws, i-08591ee88d92d1c82] (queued for 1 m 0 s)
 
22026-06-22T19:22:22.454Zstarting task 0: "setup"
32026-06-22T19:22:22.459Z++ uname -s
42026-06-22T19:22:22.462Z+ kern=SunOS
52026-06-22T19:22:22.462Z+ build_user=build
62026-06-22T19:22:22.462Z+ build_uid=12345
72026-06-22T19:22:22.462Z+ work_dir=/work
82026-06-22T19:22:22.462Z+ input_dir=/input
92026-06-22T19:22:22.462Z+ [[ 0 == 12345 ]]
102026-06-22T19:22:22.462Z+ case "$kern" in
112026-06-22T19:22:22.462Z+ groupadd -g 12345 build
122026-06-22T19:22:22.462Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:22:24.466Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:22:24.529Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:22:24.532Z+ home_fs=zfs
162026-06-22T19:22:24.532Z+ [[ zfs == autofs ]]
172026-06-22T19:22:24.532Z+ mkdir -p /home/build
182026-06-22T19:22:24.532Z+ chown build:build /home/build /work
192026-06-22T19:22:26.534Z+ chmod 0700 /home/build /work
202026-06-22T19:22:26.538Zprocess exited: duration 4082 ms, exit code 0
 
212026-06-22T19:22:26.552Zstarting task 1: "rust-toolchain"
222026-06-22T19:22:26.563Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:22:26.563Z * rust toolchain channel = "1.94.0"
242026-06-22T19:22:26.563Z * rust toolchain profile = "default"
252026-06-22T19:22:26.563Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-22T19:22:26.563Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:22:26.563Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:22:26.563Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:22:26.563Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:22:26.646Zinfo: downloading installer
312026-06-22T19:22:28.337Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:22:28.337Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:22:28.337Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:22:28.337Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:22:28.349Zinfo: profile set to default
362026-06-22T19:22:28.350Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:22:28.354Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:22:28.501Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:22:28.505Zinfo: downloading 6 components
402026-06-22T19:22:43.813Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T19:22:43.813Z
422026-06-22T19:22:43.823Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:22:43.823Z
442026-06-22T19:22:43.823Z
452026-06-22T19:22:43.823ZRust is installed now. Great!
462026-06-22T19:22:43.823Z
472026-06-22T19:22:43.823ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:22:43.823Zenvironment variable. This has not been done automatically.
492026-06-22T19:22:43.823Z
502026-06-22T19:22:43.823ZTo configure your current shell, you need to source
512026-06-22T19:22:43.823Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:22:43.823Z
532026-06-22T19:22:43.823ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:22:43.823Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:22:43.823Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:22:43.823Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:22:43.823Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:22:43.824Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:22:43.824Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:22:43.824Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:22:43.824Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:22:43.907Z+ rustup --version
632026-06-22T19:22:43.924Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:22:43.946Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:22:43.955Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:22:43.955Z+ cargo --version
672026-06-22T19:22:43.964Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:22:43.964Z+ rustc --version
692026-06-22T19:22:43.974Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:22:43.980Zprocess exited: duration 17426 ms, exit code 0
 
712026-06-22T19:22:44.013Zstarting task 2: "authentication"
722026-06-22T19:22:44.030ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:23:59.418Zprocess exited: duration 75431 ms, exit code 0
 
742026-06-22T19:23:59.424Zstarting task 3: "clone repository"
752026-06-22T19:23:59.430Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:23:59.433Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:23:59.460ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:24:09.732Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:24:09.732Z+ git fetch origin 771b95972e0100f9ed18917c477d12a1b6b19350
802026-06-22T19:24:09.736ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:24:09.736Z * branch 771b95972e0100f9ed18917c477d12a1b6b19350 -> FETCH_HEAD
822026-06-22T19:24:09.736Z+ [[ -n '' ]]
832026-06-22T19:24:09.736Z+ git reset --hard 771b95972e0100f9ed18917c477d12a1b6b19350
842026-06-22T19:24:09.858ZHEAD is now at 771b95972 [spr] initial version
852026-06-22T19:24:09.862Zprocess exited: duration 10437 ms, exit code 0
 
862026-06-22T19:24:09.868Zstarting task 4: "build"
872026-06-22T19:24:09.872Z+ source ./env.sh
882026-06-22T19:24:09.874Z++ OLD_SHELL_OPTS=ehxB
892026-06-22T19:24:09.874Z++ set -o xtrace
902026-06-22T19:24:09.874Z++++ dirname ./env.sh
912026-06-22T19:24:09.874Z+++ readlink -f .
922026-06-22T19:24:09.877Z++ OMICRON_WS=/work/oxidecomputer/omicron
932026-06-22T19:24:09.877Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-06-22T19:24:09.877Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-06-22T19:24:09.877Z++ 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
962026-06-22T19:24:09.877Z++ 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
972026-06-22T19:24:09.877Z++ 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
982026-06-22T19:24:09.877Z++ 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
992026-06-22T19:24:09.877Z++ 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
1002026-06-22T19:24:09.877Z++ 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
1012026-06-22T19:24:09.877Z++ 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
1022026-06-22T19:24:09.877Z++ 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
1032026-06-22T19:24:09.877Z++ case $OLD_SHELL_OPTS in
1042026-06-22T19:24:09.877Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052026-06-22T19:24:09.877Z+ source .github/buildomat/ci-env.sh
1062026-06-22T19:24:09.877Z++ export CARGO_TERM_COLOR=always
1072026-06-22T19:24:09.877Z++ CARGO_TERM_COLOR=always
1082026-06-22T19:24:09.877Z+ cargo --version
1092026-06-22T19:24:09.891Zcargo 1.94.0 (85eff7c80 2026-01-15)
1102026-06-22T19:24:09.895Z+ rustc --version
1112026-06-22T19:24:09.908Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1122026-06-22T19:24:09.911Z+ banner prerequisites
1132026-06-22T19:24:09.914Z
1142026-06-22T19:24:09.914Z ##### ##### ###### ##### ###### #### # # # #### #
1152026-06-22T19:24:09.914Z # # # # # # # # # # # # # # #
1162026-06-22T19:24:09.914Z # # # # ##### # # ##### # # # # # #### #
1172026-06-22T19:24:09.914Z ##### ##### # ##### # # # # # # # # #
1182026-06-22T19:24:09.914Z # # # # # # # # # # # # # # #
1192026-06-22T19:24:09.914Z # # # ###### # # ###### ### # #### # #### #
1202026-06-22T19:24:09.914Z
1212026-06-22T19:24:09.914Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1222026-06-22T19:24:11.356Z Startup: Refreshing catalog 'helios' ... Done
1232026-06-22T19:24:11.443Z Startup: Caching catalogs ... Done
1242026-06-22T19:24:11.864ZPlanning: Solver setup ... Done (0.378s)
1252026-06-22T19:24:11.888ZPlanning: Running solver ... Done (0.024s)
1262026-06-22T19:24:11.899ZPlanning: Finding local manifests ... Done (0.003s)
1272026-06-22T19:24:11.920ZPlanning: Fetching manifests: 0/2 0% complete
1282026-06-22T19:24:11.953ZPlanning: Fetching manifests: 2/2 100% complete
1292026-06-22T19:24:11.962ZPlanning: Package planning ... Done (0.013s)
1302026-06-22T19:24:11.966ZPlanning: Merging actions ... Done (0.002s)
1312026-06-22T19:24:12.133ZPlanning: Checking for conflicting actions ... Done (0.167s)
1322026-06-22T19:24:12.138ZPlanning: Consolidating action changes ... Done (0.001s)
1332026-06-22T19:24:12.889ZPlanning: Evaluating mediators ... Done (0.760s)
1342026-06-22T19:24:12.894ZPlanning: Planning completed in 1.43 seconds
1352026-06-22T19:24:12.899Z Packages to install: 2
1362026-06-22T19:24:12.899Z Estimated space available: 156.07 GB
1372026-06-22T19:24:12.904ZEstimated space to be consumed: 28.17 MB
1382026-06-22T19:24:12.904Z Create boot environment: No
1392026-06-22T19:24:12.904ZCreate backup boot environment: No
1402026-06-22T19:24:12.904Z Rebuild boot archive: No
1412026-06-22T19:24:12.904Z
1422026-06-22T19:24:12.904ZChanged packages:
1432026-06-22T19:24:12.904Zhelios
1442026-06-22T19:24:12.904Z developer/build-essential
1452026-06-22T19:24:12.904Z None -> 11-3.0
1462026-06-22T19:24:12.904Z library/libxmlsec1
1472026-06-22T19:24:12.904Z None -> 1.2.35-3.0
1482026-06-22T19:24:12.929Z
1492026-06-22T19:24:12.929ZDownload: 0/214 items 0.0/1.3MB 0% complete
1502026-06-22T19:24:14.189ZDownload: Completed 1.28 MB in 1.27 seconds (1.0M/s)
1512026-06-22T19:24:14.267Z Actions: 1/268 actions (Installing new actions)
1522026-06-22T19:24:14.305Z Actions: Completed 268 actions in 0.04 seconds.
1532026-06-22T19:24:14.315ZFinalize: Updating package state database ... Done (0.009s)
1542026-06-22T19:24:14.315ZFinalize: Updating package cache ... Done (0.000s)
1552026-06-22T19:24:14.341ZFinalize: Updating image state ... Done (0.027s)
1562026-06-22T19:24:16.745ZFinalize: Creating fast lookup database ... Done (2.378s)
1572026-06-22T19:24:16.812ZFinalize: Reading search index ... Done (0.011s)
1582026-06-22T19:24:16.814ZFinalize: Updating search index ... Done (0.000s)
1592026-06-22T19:24:16.899ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-22T19:24:17.214ZPlanning: Evaluating mediator changes ... Done
1612026-06-22T19:24:17.322ZPlanning: Checking for conflicting actions ... Done
1622026-06-22T19:24:17.327ZPlanning: Consolidating action changes ... Done
1632026-06-22T19:24:17.485ZPlanning: Evaluating mediators ... Done
1642026-06-22T19:24:17.499ZPlanning: Planning completed in 0.27 seconds
1652026-06-22T19:24:17.507Z Mediators to change: 2
1662026-06-22T19:24:17.507Z Create boot environment: No
1672026-06-22T19:24:17.507ZCreate backup boot environment: No
1682026-06-22T19:24:17.544ZFinalize: Updating package state database ... Done
1692026-06-22T19:24:17.544ZFinalize: Updating package cache ... Done
1702026-06-22T19:24:17.558ZFinalize: Updating image state ... Done
1712026-06-22T19:24:19.532ZFinalize: Creating fast lookup database ... Done
1722026-06-22T19:24:19.601ZFinalize: Reading search index ... Done
1732026-06-22T19:24:19.605ZFinalize: Updating search index ... Done
1742026-06-22T19:24:19.653ZFinalize: Updating package cache ... Done
1752026-06-22T19:24:19.944ZPlanning: Evaluating mediator changes ... Done
1762026-06-22T19:24:20.047ZPlanning: Checking for conflicting actions ... Done
1772026-06-22T19:24:20.050ZPlanning: Consolidating action changes ... Done
1782026-06-22T19:24:20.209ZPlanning: Evaluating mediators ... Done
1792026-06-22T19:24:20.211ZPlanning: Planning completed in 0.27 seconds
1802026-06-22T19:24:20.229Z Mediators to change: 1
1812026-06-22T19:24:20.229Z Create boot environment: No
1822026-06-22T19:24:20.232ZCreate backup boot environment: No
1832026-06-22T19:24:20.284ZFinalize: Updating package state database ... Done
1842026-06-22T19:24:20.284ZFinalize: Updating package cache ... Done
1852026-06-22T19:24:20.296ZFinalize: Updating image state ... Done
1862026-06-22T19:24:22.231ZFinalize: Creating fast lookup database ... Done
1872026-06-22T19:24:22.293ZFinalize: Reading search index ... Done
1882026-06-22T19:24:22.296ZFinalize: Updating search index ... Done
1892026-06-22T19:24:22.401ZFinalize: Updating package cache ... Done
1902026-06-22T19:24:22.719ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912026-06-22T19:24:22.719Zapache system 2.4 system
1922026-06-22T19:24:22.719Zclang system 15 system
1932026-06-22T19:24:22.719Zcsh system system illumos
1942026-06-22T19:24:22.719Zctags system system illumos
1952026-06-22T19:24:22.720Zfile vendor vendor darwinsys
1962026-06-22T19:24:22.720Zfile system system illumos
1972026-06-22T19:24:22.720Zgcc vendor 14 vendor
1982026-06-22T19:24:22.720Zgcc system 13 system
1992026-06-22T19:24:22.720Zgcc system 10 system
2002026-06-22T19:24:22.720Zgo system 1.25 system
2012026-06-22T19:24:22.720Zllvm system 15 system
2022026-06-22T19:24:22.720Zmariadb system 11.4 system
2032026-06-22T19:24:22.720Zmta vendor vendor dma
2042026-06-22T19:24:22.720Zopenjdk system 17 system
2052026-06-22T19:24:22.720Zopenjdk system 11 system
2062026-06-22T19:24:22.720Zopenssl vendor 3 vendor
2072026-06-22T19:24:22.720Zperl system 5.40 system
2082026-06-22T19:24:22.720Zpostgresql system 18 system
2092026-06-22T19:24:22.720Zpostgresql system 17 system
2102026-06-22T19:24:22.720Zpython vendor 3 vendor
2112026-06-22T19:24:22.720Zpython system 2 system
2122026-06-22T19:24:22.720Zpython3 vendor 3.13 vendor
2132026-06-22T19:24:22.720Zruby system 3.4 system
2142026-06-22T19:24:22.720Zruby system 3.0 system
2152026-06-22T19:24:22.720Zwords vendor vendor american-english
2162026-06-22T19:24:22.720Zwords system system australian-english
2172026-06-22T19:24:22.720Zwords system system british-english
2182026-06-22T19:24:22.720Zwords system system canadian-english
2192026-06-22T19:24:22.720Zwords system system french
2202026-06-22T19:24:22.720Zwords system system italian
2212026-06-22T19:24:22.720Zwords system system ngerman
2222026-06-22T19:24:22.720Zwords system system ogerman
2232026-06-22T19:24:22.720Zwords system system spanish
2242026-06-22T19:24:22.978ZPUBLISHER TYPE STATUS P LOCATION
2252026-06-22T19:24:22.978Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2262026-06-22T19:24:23.279ZFMRI IFO
2272026-06-22T19:24:23.279Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2282026-06-22T19:24:23.279Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2292026-06-22T19:24:23.279Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2302026-06-22T19:24:23.279Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2312026-06-22T19:24:23.279Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2322026-06-22T19:24:23.279Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2332026-06-22T19:24:23.279Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2342026-06-22T19:24:23.279Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2352026-06-22T19:24:23.279Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2362026-06-22T19:24:23.532Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2372026-06-22T19:24:23.770Z Updating crates.io index
2382026-06-22T19:24:23.776Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2392026-06-22T19:24:24.107Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-22T19:24:25.082Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2412026-06-22T19:24:25.405Z Updating git repository `https://github.com/oxidecomputer/propolis`
2422026-06-22T19:24:26.494Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2432026-06-22T19:24:26.970Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442026-06-22T19:24:28.561Z Updating git repository `https://github.com/oxidecomputer/opte`
2452026-06-22T19:24:29.286Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462026-06-22T19:24:29.629Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2472026-06-22T19:24:30.777Z Updating git repository `https://github.com/oxidecomputer/clickward`
2482026-06-22T19:24:31.106Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2492026-06-22T19:24:31.448Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2502026-06-22T19:24:31.760Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2512026-06-22T19:24:32.215Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2522026-06-22T19:24:32.703Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2532026-06-22T19:24:32.965Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2542026-06-22T19:24:33.268Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2552026-06-22T19:24:33.965Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2562026-06-22T19:24:33.967Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2572026-06-22T19:24:34.106Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2582026-06-22T19:24:34.310Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2592026-06-22T19:24:34.554Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-06-22T19:24:34.910Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-06-22T19:24:35.242Z Updating git repository `https://github.com/oxidecomputer/erebor`
2622026-06-22T19:24:35.572Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2632026-06-22T19:24:35.963Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2642026-06-22T19:24:36.235Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2652026-06-22T19:24:36.515Z Updating git repository `https://github.com/oxidecomputer/ispf`
2662026-06-22T19:24:36.803Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672026-06-22T19:24:38.038Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2682026-06-22T19:24:38.842Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-06-22T19:24:38.847Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2702026-06-22T19:24:39.101Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712026-06-22T19:24:39.831Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2722026-06-22T19:24:40.252Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2732026-06-22T19:24:40.258Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2742026-06-22T19:24:40.658Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2752026-06-22T19:24:40.895Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2762026-06-22T19:24:41.156Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2772026-06-22T19:24:41.384Z Updating git repository `https://github.com/illumos/smf-rs`
2782026-06-22T19:24:43.108Z Downloading crates ...
2792026-06-22T19:24:43.182Z Downloaded anstream v1.0.0
2802026-06-22T19:24:43.198Z Downloaded thiserror v2.0.18
2812026-06-22T19:24:43.198Z Downloaded anyhow v1.0.102
2822026-06-22T19:24:43.198Z Downloaded yoke-derive v0.8.1
2832026-06-22T19:24:43.198Z Downloaded utf8parse v0.2.2
2842026-06-22T19:24:43.198Z Downloaded percent-encoding v2.3.2
2852026-06-22T19:24:43.222Z Downloaded itoa v1.0.17
2862026-06-22T19:24:43.222Z Downloaded smawk v0.3.2
2872026-06-22T19:24:43.222Z Downloaded plain v0.2.3
2882026-06-22T19:24:43.222Z Downloaded usdt-impl v0.5.0
2892026-06-22T19:24:43.222Z Downloaded pretty-hex v0.4.1
2902026-06-22T19:24:43.222Z Downloaded writeable v0.6.2
2912026-06-22T19:24:43.222Z Downloaded thread-id v4.2.2
2922026-06-22T19:24:43.222Z Downloaded displaydoc v0.2.5
2932026-06-22T19:24:43.222Z Downloaded unicode-linebreak v0.1.5
2942026-06-22T19:24:43.222Z Downloaded zerofrom v0.1.6
2952026-06-22T19:24:43.222Z Downloaded typenum v1.19.0
2962026-06-22T19:24:43.238Z Downloaded zerovec v0.11.5
2972026-06-22T19:24:43.238Z Downloaded clap_lex v1.0.0
2982026-06-22T19:24:43.238Z Downloaded bytecount v0.6.9
2992026-06-22T19:24:43.238Z Downloaded fs-err v3.3.0
3002026-06-22T19:24:43.238Z Downloaded usdt-macro v0.5.0
3012026-06-22T19:24:43.238Z Downloaded textwrap v0.16.2
3022026-06-22T19:24:43.238Z Downloaded once_cell v1.21.3
3032026-06-22T19:24:43.238Z Downloaded memmap v0.7.0
3042026-06-22T19:24:43.238Z Downloaded clap_derive v4.6.1
3052026-06-22T19:24:43.238Z Downloaded typeid v1.0.3
3062026-06-22T19:24:43.238Z Downloaded ucd-trie v0.1.7
3072026-06-22T19:24:43.238Z Downloaded macaddr v1.0.1
3082026-06-22T19:24:43.238Z Downloaded yoke v0.8.1
3092026-06-22T19:24:43.253Z Downloaded zerofrom-derive v0.1.6
3102026-06-22T19:24:43.253Z Downloaded tinystr v0.8.2
3112026-06-22T19:24:43.253Z Downloaded serde_core v1.0.228
3122026-06-22T19:24:43.253Z Downloaded generic-array v0.14.7
3132026-06-22T19:24:43.253Z Downloaded is_terminal_polyfill v1.70.2
3142026-06-22T19:24:43.253Z Downloaded log v0.4.29
3152026-06-22T19:24:43.253Z Downloaded toml_write v0.1.2
3162026-06-22T19:24:43.253Z Downloaded url v2.5.8
3172026-06-22T19:24:43.253Z Downloaded zerocopy-derive v0.7.35
3182026-06-22T19:24:43.265Z Downloaded heck v0.4.1
3192026-06-22T19:24:43.265Z Downloaded erased-serde v0.4.9
3202026-06-22T19:24:43.265Z Downloaded version_check v0.9.5
3212026-06-22T19:24:43.265Z Downloaded zerotrie v0.2.3
3222026-06-22T19:24:43.265Z Downloaded zmij v1.0.21
3232026-06-22T19:24:43.265Z Downloaded toml_datetime v0.6.11
3242026-06-22T19:24:43.265Z Downloaded potential_utf v0.1.4
3252026-06-22T19:24:43.265Z Downloaded heck v0.5.0
3262026-06-22T19:24:43.265Z Downloaded form_urlencoded v1.2.2
3272026-06-22T19:24:43.265Z Downloaded errno v0.3.14
3282026-06-22T19:24:43.265Z Downloaded unicode-xid v0.2.6
3292026-06-22T19:24:43.265Z Downloaded camino v1.2.2
3302026-06-22T19:24:43.265Z Downloaded toml v0.8.23
3312026-06-22T19:24:43.265Z Downloaded utf8_iter v1.0.4
3322026-06-22T19:24:43.265Z Downloaded usdt-attr-macro v0.5.0
3332026-06-22T19:24:43.265Z Downloaded idna_adapter v1.2.1
3342026-06-22T19:24:43.265Z Downloaded thiserror-impl v1.0.69
3352026-06-22T19:24:43.270Z Downloaded camino-tempfile v1.4.1
3362026-06-22T19:24:43.270Z Downloaded ordered-float v2.10.1
3372026-06-22T19:24:43.270Z Downloaded scroll_derive v0.12.1
3382026-06-22T19:24:43.270Z Downloaded cfg-if v1.0.4
3392026-06-22T19:24:43.270Z Downloaded fastrand v2.3.0
3402026-06-22T19:24:43.276Z Downloaded colorchoice v1.0.4
3412026-06-22T19:24:43.276Z Downloaded strsim v0.11.1
3422026-06-22T19:24:43.276Z Downloaded block-buffer v0.10.4
3432026-06-22T19:24:43.276Z Downloaded usdt v0.5.0
3442026-06-22T19:24:43.279Z Downloaded thiserror-impl v2.0.18
3452026-06-22T19:24:43.279Z Downloaded cargo-platform v0.2.0
3462026-06-22T19:24:43.279Z Downloaded zerovec-derive v0.11.2
3472026-06-22T19:24:43.279Z Downloaded thiserror v1.0.69
3482026-06-22T19:24:43.699Z Downloaded unicode-width v0.2.0
3492026-06-22T19:24:43.708Z Downloaded icu_properties v2.1.2
3502026-06-22T19:24:43.708Z Downloaded cargo_metadata v0.21.0
3512026-06-22T19:24:43.708Z Downloaded icu_locale_core v2.1.1
3522026-06-22T19:24:43.708Z Downloaded unicode-ident v1.0.24
3532026-06-22T19:24:43.708Z Downloaded tabled_derive v0.7.0
3542026-06-22T19:24:43.708Z Downloaded dtrace-parser v0.2.0
3552026-06-22T19:24:43.708Z Downloaded dof v0.3.0
3562026-06-22T19:24:43.708Z Downloaded equivalent v1.0.2
3572026-06-22T19:24:43.708Z Downloaded anstyle-query v1.1.5
3582026-06-22T19:24:43.708Z Downloaded serde_spanned v0.6.9
3592026-06-22T19:24:43.708Z Downloaded winnow v0.7.14
3602026-06-22T19:24:43.708Z Downloaded zerocopy v0.7.35
3612026-06-22T19:24:43.708Z Downloaded serde_tokenstream v0.2.3
3622026-06-22T19:24:43.708Z Downloaded terminal_size v0.4.3
3632026-06-22T19:24:43.708Z Downloaded proc-macro-error-attr v1.0.4
3642026-06-22T19:24:43.708Z Downloaded icu_provider v2.1.1
3652026-06-22T19:24:43.708Z Downloaded fnv v1.0.7
3662026-06-22T19:24:43.708Z Downloaded toml_edit v0.22.27
3672026-06-22T19:24:43.708Z Downloaded unicode-width v0.1.14
3682026-06-22T19:24:43.708Z Downloaded swrite v0.1.0
3692026-06-22T19:24:43.708Z Downloaded anstyle-parse v1.0.0
3702026-06-22T19:24:43.708Z Downloaded digest v0.10.7
3712026-06-22T19:24:43.708Z Downloaded cpufeatures v0.2.17
3722026-06-22T19:24:43.709Z Downloaded cargo_toml v0.21.0
3732026-06-22T19:24:43.709Z Downloaded stable_deref_trait v1.2.1
3742026-06-22T19:24:43.709Z Downloaded crypto-common v0.1.7
3752026-06-22T19:24:43.709Z Downloaded serde-untagged v0.1.9
3762026-06-22T19:24:43.709Z Downloaded serde-value v0.7.0
3772026-06-22T19:24:43.709Z Downloaded byteorder v1.5.0
3782026-06-22T19:24:43.709Z Downloaded quote v1.0.45
3792026-06-22T19:24:43.709Z Downloaded autocfg v1.5.0
3802026-06-22T19:24:43.709Z Downloaded sha2 v0.10.9
3812026-06-22T19:24:43.709Z Downloaded bitflags v2.11.0
3822026-06-22T19:24:43.709Z Downloaded synstructure v0.13.2
3832026-06-22T19:24:43.709Z Downloaded scroll v0.12.0
3842026-06-22T19:24:43.709Z Downloaded anstyle v1.0.14
3852026-06-22T19:24:43.709Z Downloaded litemap v0.8.1
3862026-06-22T19:24:43.709Z Downloaded pest_generator v2.8.6
3872026-06-22T19:24:43.709Z Downloaded tempfile v3.25.0
3882026-06-22T19:24:43.709Z Downloaded smallvec v1.15.1
3892026-06-22T19:24:43.709Z Downloaded indexmap v2.14.0
3902026-06-22T19:24:43.709Z Downloaded semver v1.0.28
3912026-06-22T19:24:43.709Z Downloaded cargo-util-schemas v0.8.2
3922026-06-22T19:24:43.709Z Downloaded icu_normalizer v2.1.1
3932026-06-22T19:24:43.709Z Downloaded getrandom v0.4.1
3942026-06-22T19:24:43.709Z Downloaded proc-macro2 v1.0.106
3952026-06-22T19:24:43.709Z Downloaded clap v4.6.1
3962026-06-22T19:24:43.709Z Downloaded num-traits v0.2.19
3972026-06-22T19:24:43.709Z Downloaded idna v1.1.0
3982026-06-22T19:24:43.709Z Downloaded serde_derive v1.0.228
3992026-06-22T19:24:43.709Z Downloaded papergrid v0.11.0
4002026-06-22T19:24:43.709Z Downloaded proc-macro-error v1.0.4
4012026-06-22T19:24:43.709Z Downloaded pest_meta v2.8.6
4022026-06-22T19:24:43.709Z Downloaded pest_derive v2.8.6
4032026-06-22T19:24:43.709Z Downloaded serde v1.0.228
4042026-06-22T19:24:43.710Z Downloaded icu_collections v2.1.1
4052026-06-22T19:24:43.710Z Downloaded icu_normalizer_data v2.1.1
4062026-06-22T19:24:43.710Z Downloaded memchr v2.8.0
4072026-06-22T19:24:43.710Z Downloaded pest v2.8.6
4082026-06-22T19:24:43.710Z Downloaded goblin v0.8.2
4092026-06-22T19:24:43.710Z Downloaded hashbrown v0.17.0
4102026-06-22T19:24:43.710Z Downloaded serde_json v1.0.149
4112026-06-22T19:24:43.710Z Downloaded icu_properties_data v2.1.2
4122026-06-22T19:24:43.710Z Downloaded clap_builder v4.6.0
4132026-06-22T19:24:43.710Z Downloaded tabled v0.15.0
4142026-06-22T19:24:43.710Z Downloaded syn v1.0.109
4152026-06-22T19:24:43.710Z Downloaded syn v2.0.117
4162026-06-22T19:24:43.710Z Downloaded rustix v1.1.3
4172026-06-22T19:24:43.710Z Downloaded libc v0.2.185
4182026-06-22T19:24:43.710Z Compiling proc-macro2 v1.0.106
4192026-06-22T19:24:43.710Z Compiling unicode-ident v1.0.24
4202026-06-22T19:24:43.710Z Compiling quote v1.0.45
4212026-06-22T19:24:43.710Z Compiling serde_core v1.0.228
4222026-06-22T19:24:43.710Z Compiling libc v0.2.185
4232026-06-22T19:24:43.710Z Compiling version_check v0.9.5
4242026-06-22T19:24:43.710Z Compiling memchr v2.8.0
4252026-06-22T19:24:43.710Z Compiling stable_deref_trait v1.2.1
4262026-06-22T19:24:43.952Z Compiling serde v1.0.228
4272026-06-22T19:24:43.968Z Compiling zmij v1.0.21
4282026-06-22T19:24:44.133Z Compiling thiserror v1.0.69
4292026-06-22T19:24:44.226Z Compiling autocfg v1.5.0
4302026-06-22T19:24:44.408Z Compiling ucd-trie v0.1.7
4312026-06-22T19:24:44.486Z Compiling itoa v1.0.17
4322026-06-22T19:24:44.564Z Compiling pest v2.8.6
4332026-06-22T19:24:45.053Z Compiling writeable v0.6.2
4342026-06-22T19:24:45.057Z Compiling litemap v0.8.1
4352026-06-22T19:24:45.057Z Compiling icu_properties_data v2.1.2
4362026-06-22T19:24:45.057Z Compiling icu_normalizer_data v2.1.1
4372026-06-22T19:24:45.057Z Compiling rustix v1.1.3
4382026-06-22T19:24:45.057Z Compiling byteorder v1.5.0
4392026-06-22T19:24:45.126Z Compiling syn v2.0.117
4402026-06-22T19:24:45.176Z Compiling errno v0.3.14
4412026-06-22T19:24:45.206Z Compiling bitflags v2.11.0
4422026-06-22T19:24:45.236Z Compiling serde_json v1.0.149
4432026-06-22T19:24:45.465Z Compiling num-traits v0.2.19
4442026-06-22T19:24:45.482Z Compiling hashbrown v0.17.0
4452026-06-22T19:24:45.525Z Compiling typeid v1.0.3
4462026-06-22T19:24:45.659Z Compiling pest_meta v2.8.6
4472026-06-22T19:24:45.780Z Compiling equivalent v1.0.2
4482026-06-22T19:24:45.869Z Compiling smallvec v1.15.1
4492026-06-22T19:24:46.004Z Compiling indexmap v2.14.0
4502026-06-22T19:24:46.080Z Compiling thread-id v4.2.2
4512026-06-22T19:24:46.094Z Compiling usdt-impl v0.5.0
4522026-06-22T19:24:46.148Z Compiling proc-macro-error-attr v1.0.4
4532026-06-22T19:24:46.199Z Compiling winnow v0.7.14
4542026-06-22T19:24:46.689Z Compiling erased-serde v0.4.9
4552026-06-22T19:24:46.692Z Compiling syn v1.0.109
4562026-06-22T19:24:46.692Z Compiling toml_write v0.1.2
4572026-06-22T19:24:46.814Z Compiling proc-macro-error v1.0.4
4582026-06-22T19:24:46.842Z Compiling getrandom v0.4.1
4592026-06-22T19:24:46.998Z Compiling utf8_iter v1.0.4
4602026-06-22T19:24:47.175Z Compiling plain v0.2.3
4612026-06-22T19:24:47.186Z Compiling utf8parse v0.2.2
4622026-06-22T19:24:47.285Z Compiling log v0.4.29
4632026-06-22T19:24:47.297Z Compiling percent-encoding v2.3.2
4642026-06-22T19:24:47.297Z Compiling camino v1.2.2
4652026-06-22T19:24:47.303Z Compiling thiserror v2.0.18
4662026-06-22T19:24:47.346Z Compiling anstyle-parse v1.0.0
4672026-06-22T19:24:47.471Z Compiling form_urlencoded v1.2.2
4682026-06-22T19:24:47.551Z Compiling ordered-float v2.10.1
4692026-06-22T19:24:48.101Z Compiling synstructure v0.13.2
4702026-06-22T19:24:48.108Z Compiling pest_generator v2.8.6
4712026-06-22T19:24:48.108Z Compiling terminal_size v0.4.3
4722026-06-22T19:24:48.108Z Compiling is_terminal_polyfill v1.70.2
4732026-06-22T19:24:48.108Z Compiling anstyle v1.0.14
4742026-06-22T19:24:48.162Z Compiling pretty-hex v0.4.1
4752026-06-22T19:24:48.206Z Compiling cfg-if v1.0.4
4762026-06-22T19:24:48.239Z Compiling colorchoice v1.0.4
4772026-06-22T19:24:48.283Z Compiling anstyle-query v1.1.5
4782026-06-22T19:24:48.318Z Compiling serde-untagged v0.1.9
4792026-06-22T19:24:48.393Z Compiling anstream v1.0.0
4802026-06-22T19:24:48.422Z Compiling semver v1.0.28
4812026-06-22T19:24:48.470Z Compiling fs-err v3.3.0
4822026-06-22T19:24:48.558Z Compiling unicode-width v0.1.14
4832026-06-22T19:24:48.662Z Compiling bytecount v0.6.9
4842026-06-22T19:24:48.715Z Compiling once_cell v1.21.3
4852026-06-22T19:24:48.734Z Compiling heck v0.4.1
4862026-06-22T19:24:48.762Z Compiling fastrand v2.3.0
4872026-06-22T19:24:48.796Z Compiling fnv v1.0.7
4882026-06-22T19:24:48.904Z Compiling strsim v0.11.1
4892026-06-22T19:24:48.917Z Compiling unicode-xid v0.2.6
4902026-06-22T19:24:48.954Z Compiling anyhow v1.0.102
4912026-06-22T19:24:49.018Z Compiling clap_lex v1.0.0
4922026-06-22T19:24:49.044Z Compiling heck v0.5.0
4932026-06-22T19:24:49.150Z Compiling tempfile v3.25.0
4942026-06-22T19:24:49.659Z Compiling clap_builder v4.6.0
4952026-06-22T19:24:49.659Z Compiling papergrid v0.11.0
4962026-06-22T19:24:49.662Z Compiling memmap v0.7.0
4972026-06-22T19:24:49.662Z Compiling serde_derive v1.0.228
4982026-06-22T19:24:49.662Z Compiling zerofrom-derive v0.1.6
4992026-06-22T19:24:49.662Z Compiling yoke-derive v0.8.1
5002026-06-22T19:24:49.662Z Compiling zerovec-derive v0.11.2
5012026-06-22T19:24:49.745Z Compiling displaydoc v0.2.5
5022026-06-22T19:24:50.479Z Compiling thiserror-impl v1.0.69
5032026-06-22T19:24:50.655Z Compiling zerocopy-derive v0.7.35
5042026-06-22T19:24:51.073Z Compiling pest_derive v2.8.6
5052026-06-22T19:24:51.078Z Compiling scroll_derive v0.12.1
5062026-06-22T19:24:51.078Z Compiling zerofrom v0.1.6
5072026-06-22T19:24:51.078Z Compiling yoke v0.8.1
5082026-06-22T19:24:51.114Z Compiling thiserror-impl v2.0.18
5092026-06-22T19:24:51.204Z Compiling zerovec v0.11.5
5102026-06-22T19:24:51.341Z Compiling zerotrie v0.2.3
5112026-06-22T19:24:51.519Z Compiling zerocopy v0.7.35
5122026-06-22T19:24:51.642Z Compiling scroll v0.12.0
5132026-06-22T19:24:51.719Z Compiling tinystr v0.8.2
5142026-06-22T19:24:51.844Z Compiling potential_utf v0.1.4
5152026-06-22T19:24:51.913Z Compiling icu_locale_core v2.1.1
5162026-06-22T19:24:51.945Z Compiling dtrace-parser v0.2.0
5172026-06-22T19:24:52.024Z Compiling icu_collections v2.1.1
5182026-06-22T19:24:52.080Z Compiling goblin v0.8.2
5192026-06-22T19:24:52.234Z Compiling tabled_derive v0.7.0
5202026-06-22T19:24:52.870Z Compiling clap_derive v4.6.1
5212026-06-22T19:24:52.870Z Compiling icu_provider v2.1.1
5222026-06-22T19:24:52.870Z Compiling smawk v0.3.2
5232026-06-22T19:24:52.870Z Compiling icu_properties v2.1.2
5242026-06-22T19:24:52.874Z Compiling icu_normalizer v2.1.1
5252026-06-22T19:24:52.887Z Compiling serde_spanned v0.6.9
5262026-06-22T19:24:52.891Z Compiling toml_datetime v0.6.11
5272026-06-22T19:24:52.921Z Compiling dof v0.3.0
5282026-06-22T19:24:53.460Z Compiling serde_tokenstream v0.2.3
5292026-06-22T19:24:53.871Z Compiling toml_edit v0.22.27
5302026-06-22T19:24:53.871Z Compiling serde-value v0.7.0
5312026-06-22T19:24:53.871Z Compiling cargo-platform v0.2.0
5322026-06-22T19:24:53.871Z Compiling unicode-width v0.2.0
5332026-06-22T19:24:54.282Z Compiling unicode-linebreak v0.1.5
5342026-06-22T19:24:54.282Z Compiling idna_adapter v1.2.1
5352026-06-22T19:24:54.282Z Compiling tabled v0.15.0
5362026-06-22T19:24:54.282Z Compiling idna v1.1.0
5372026-06-22T19:24:54.282Z Compiling usdt-macro v0.5.0
5382026-06-22T19:24:54.286Z Compiling usdt-attr-macro v0.5.0
5392026-06-22T19:24:54.286Z Compiling textwrap v0.16.2
5402026-06-22T19:24:54.335Z Compiling url v2.5.8
5412026-06-22T19:24:54.478Z Compiling clap v4.6.1
5422026-06-22T19:24:54.515Z Compiling macaddr v1.0.1
5432026-06-22T19:24:54.613Z Compiling toml v0.8.23
5442026-06-22T19:24:54.932Z Compiling cargo-util-schemas v0.8.2
5452026-06-22T19:24:55.082Z Compiling usdt v0.5.0
5462026-06-22T19:24:55.114Z Compiling cargo_toml v0.21.0
5472026-06-22T19:24:55.326Z Compiling camino-tempfile v1.4.1
5482026-06-22T19:24:55.357Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-06-22T19:24:55.466Z Compiling swrite v0.1.0
5502026-06-22T19:24:55.884Z Compiling cargo_metadata v0.21.0
5512026-06-22T19:24:56.803Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5522026-06-22T19:24:58.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.52s
5532026-06-22T19:24:59.132Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5542026-06-22T19:24:59.647Z Downloading crates ...
5552026-06-22T19:24:59.725Z Downloaded adler2 v2.0.1
5562026-06-22T19:24:59.732Z Downloaded aead v0.5.2
5572026-06-22T19:24:59.732Z Downloaded assert_matches v1.5.0
5582026-06-22T19:24:59.733Z Downloaded cassowary v0.3.0
5592026-06-22T19:24:59.733Z Downloaded const-oid v0.9.6
5602026-06-22T19:24:59.733Z Downloaded darling_macro v0.21.3
5612026-06-22T19:24:59.733Z Downloaded chacha20poly1305 v0.10.1
5622026-06-22T19:24:59.733Z Downloaded bzip2 v0.6.1
5632026-06-22T19:24:59.757Z Downloaded drift v0.2.0
5642026-06-22T19:24:59.757Z Downloaded base64ct v1.8.3
5652026-06-22T19:24:59.800Z Downloaded darling_core v0.13.4
5662026-06-22T19:24:59.800Z Downloaded data-encoding v2.10.0
5672026-06-22T19:24:59.800Z Downloaded darling v0.20.11
5682026-06-22T19:24:59.800Z Downloaded crossbeam-epoch v0.9.18
5692026-06-22T19:24:59.800Z Downloaded darling_macro v0.23.0
5702026-06-22T19:24:59.800Z Downloaded compression-core v0.4.31
5712026-06-22T19:24:59.800Z Downloaded bit-set v0.5.3
5722026-06-22T19:24:59.800Z Downloaded ciborium-io v0.2.2
5732026-06-22T19:24:59.800Z Downloaded async-stream-impl v0.3.6
5742026-06-22T19:24:59.800Z Downloaded chacha20 v0.9.1
5752026-06-22T19:24:59.800Z Downloaded daft-derive v0.1.7
5762026-06-22T19:24:59.800Z Downloaded ciborium-ll v0.2.2
5772026-06-22T19:24:59.800Z Downloaded base64 v0.21.7
5782026-06-22T19:24:59.821Z Downloaded atomicwrites v0.4.4
5792026-06-22T19:24:59.821Z Downloaded env_logger v0.11.9
5802026-06-22T19:24:59.821Z Downloaded bcs v0.1.6
5812026-06-22T19:24:59.821Z Downloaded arrayref v0.3.9
5822026-06-22T19:24:59.821Z Downloaded bitfield v0.19.4
5832026-06-22T19:24:59.821Z Downloaded ascii-canvas v3.0.0
5842026-06-22T19:24:59.821Z Downloaded const_format_proc_macros v0.2.34
5852026-06-22T19:24:59.821Z Downloaded crossterm v0.28.1
5862026-06-22T19:24:59.821Z Downloaded enum-as-inner v0.6.1
5872026-06-22T19:24:59.821Z Downloaded crc-any v2.5.0
5882026-06-22T19:24:59.821Z Downloaded cmake v0.1.57
5892026-06-22T19:24:59.821Z Downloaded endian-type v0.1.2
5902026-06-22T19:24:59.821Z Downloaded darling_core v0.23.0
5912026-06-22T19:24:59.821Z Downloaded debug-ignore v1.0.5
5922026-06-22T19:24:59.822Z Downloaded bitfield-macros v0.19.4
5932026-06-22T19:24:59.822Z Downloaded ctr v0.9.2
5942026-06-22T19:24:59.822Z Downloaded crunchy v0.2.4
5952026-06-22T19:24:59.822Z Downloaded darling v0.21.3
5962026-06-22T19:24:59.822Z Downloaded cobs v0.3.0
5972026-06-22T19:24:59.822Z Downloaded darling v0.23.0
5982026-06-22T19:24:59.822Z Downloaded futures-sink v0.3.32
5992026-06-22T19:24:59.822Z Downloaded float-cmp v0.10.0
6002026-06-22T19:24:59.822Z Downloaded dirs-sys-next v0.1.2
6012026-06-22T19:24:59.822Z Downloaded defmt v0.3.100
6022026-06-22T19:24:59.822Z Downloaded darling_macro v0.13.4
6032026-06-22T19:24:59.822Z Downloaded cstr-argument v0.1.2
6042026-06-22T19:24:59.822Z Downloaded anstyle-parse v0.2.7
6052026-06-22T19:24:59.822Z Downloaded dsl_auto_type v0.2.0
6062026-06-22T19:24:59.822Z Downloaded ahash v0.8.12
6072026-06-22T19:24:59.822Z Downloaded crucible-workspace-hack v0.1.0
6082026-06-22T19:24:59.822Z Downloaded cfg_aliases v0.2.1
6092026-06-22T19:24:59.822Z Downloaded base16ct v0.2.0
6102026-06-22T19:24:59.822Z Downloaded crc8 v0.1.1
6112026-06-22T19:24:59.822Z Downloaded array-init v0.0.4
6122026-06-22T19:24:59.822Z Downloaded console v0.16.2
6132026-06-22T19:24:59.822Z Downloaded cbc v0.1.2
6142026-06-22T19:24:59.822Z Downloaded base64 v0.22.1
6152026-06-22T19:24:59.822Z Downloaded derive_builder_macro v0.20.2
6162026-06-22T19:24:59.822Z Downloaded document-features v0.2.12
6172026-06-22T19:24:59.822Z Downloaded darling_macro v0.20.11
6182026-06-22T19:24:59.822Z Downloaded async-recursion v1.1.1
6192026-06-22T19:24:59.882Z Downloaded bitfield-struct v0.6.2
6202026-06-22T19:24:59.882Z Downloaded async-stream v0.3.6
6212026-06-22T19:24:59.882Z Downloaded arrayvec v0.7.6
6222026-06-22T19:24:59.882Z Downloaded bcrypt-pbkdf v0.10.0
6232026-06-22T19:24:59.882Z Downloaded foreign-types-shared v0.3.1
6242026-06-22T19:24:59.882Z Downloaded env_filter v1.0.0
6252026-06-22T19:24:59.882Z Downloaded embedded-io v0.4.0
6262026-06-22T19:24:59.882Z Downloaded cpufeatures v0.3.0
6272026-06-22T19:24:59.882Z Downloaded display-error-chain v0.2.2
6282026-06-22T19:24:59.882Z Downloaded float-ord v0.3.2
6292026-06-22T19:24:59.882Z Downloaded ff v0.13.1
6302026-06-22T19:24:59.882Z Downloaded erased-serde v0.3.31
6312026-06-22T19:24:59.882Z Downloaded difflib v0.4.0
6322026-06-22T19:24:59.882Z Downloaded bb8 v0.8.6
6332026-06-22T19:24:59.906Z Downloaded darling_core v0.21.3
6342026-06-22T19:24:59.906Z Downloaded dunce v1.0.5
6352026-06-22T19:24:59.906Z Downloaded darling v0.13.4
6362026-06-22T19:24:59.907Z Downloaded fd-lock v4.0.4
6372026-06-22T19:24:59.907Z Downloaded dropshot-api-manager-types v0.7.2
6382026-06-22T19:24:59.907Z Downloaded dof v0.4.0
6392026-06-22T19:24:59.907Z Downloaded bit-set v0.8.0
6402026-06-22T19:24:59.907Z Downloaded critical-section v1.2.0
6412026-06-22T19:24:59.907Z Downloaded block-padding v0.3.3
6422026-06-22T19:24:59.907Z Downloaded curve25519-dalek-derive v0.1.1
6432026-06-22T19:24:59.907Z Downloaded crc-catalog v2.4.0
6442026-06-22T19:24:59.907Z Downloaded dtrace-parser v0.3.0
6452026-06-22T19:24:59.907Z Downloaded camino-tempfile-ext v0.3.3
6462026-06-22T19:24:59.907Z Downloaded atty v0.2.14
6472026-06-22T19:24:59.907Z Downloaded futures-io v0.3.32
6482026-06-22T19:24:59.907Z Downloaded crc v3.4.0
6492026-06-22T19:24:59.907Z Downloaded defmt-parser v1.0.0
6502026-06-22T19:24:59.907Z Downloaded flagset v0.4.7
6512026-06-22T19:24:59.907Z Downloaded find-msvc-tools v0.1.9
6522026-06-22T19:24:59.907Z Downloaded convert_case v0.4.0
6532026-06-22T19:24:59.907Z Downloaded foreign-types v0.3.2
6542026-06-22T19:24:59.907Z Downloaded foreign-types v0.5.0
6552026-06-22T19:24:59.907Z Downloaded deranged v0.5.8
6562026-06-22T19:24:59.907Z Downloaded crossbeam-deque v0.8.6
6572026-06-22T19:24:59.907Z Downloaded castaway v0.2.4
6582026-06-22T19:24:59.907Z Downloaded atomic-waker v1.1.2
6592026-06-22T19:24:59.907Z Downloaded cargo-platform v0.3.2
6602026-06-22T19:24:59.907Z Downloaded diesel_table_macro_syntax v0.3.0
6612026-06-22T19:24:59.907Z Downloaded foreign-types-shared v0.1.1
6622026-06-22T19:24:59.907Z Downloaded fixedbitset v0.4.2
6632026-06-22T19:24:59.907Z Downloaded dyn-clone v1.0.20
6642026-06-22T19:24:59.907Z Downloaded futures-task v0.3.32
6652026-06-22T19:24:59.907Z Downloaded buf-list v1.1.2
6662026-06-22T19:24:59.954Z Downloaded futures-core v0.3.32
6672026-06-22T19:24:59.954Z Downloaded bit-vec v0.8.0
6682026-06-22T19:24:59.954Z Downloaded embedded-io v0.6.1
6692026-06-22T19:24:59.954Z Downloaded cfg_aliases v0.1.1
6702026-06-22T19:24:59.954Z Downloaded cargo_metadata v0.23.1
6712026-06-22T19:24:59.955Z Downloaded downcast-rs v2.0.2
6722026-06-22T19:24:59.955Z Downloaded darling_core v0.20.11
6732026-06-22T19:24:59.955Z Downloaded gethostname v0.5.0
6742026-06-22T19:24:59.955Z Downloaded funty v2.0.0
6752026-06-22T19:24:59.955Z Downloaded ena v0.14.4
6762026-06-22T19:24:59.955Z Downloaded daft v0.1.7
6772026-06-22T19:24:59.955Z Downloaded futures-macro v0.3.32
6782026-06-22T19:24:59.955Z Downloaded fallible-iterator v0.2.0
6792026-06-22T19:24:59.955Z Downloaded der_derive v0.7.3
6802026-06-22T19:24:59.955Z Downloaded git-stub v1.0.0
6812026-06-22T19:24:59.955Z Downloaded fs_extra v1.3.0
6822026-06-22T19:24:59.955Z Downloaded either v1.15.0
6832026-06-22T19:24:59.955Z Downloaded foreign-types-macros v0.2.3
6842026-06-22T19:24:59.955Z Downloaded dirs-next v2.0.0
6852026-06-22T19:24:59.955Z Downloaded defmt-macros v1.0.1
6862026-06-22T19:24:59.955Z Downloaded globwalk v0.9.1
6872026-06-22T19:24:59.955Z Downloaded home v0.5.12
6882026-06-22T19:24:59.955Z Downloaded derive-ex v0.1.8
6892026-06-22T19:24:59.955Z Downloaded csv-core v0.1.13
6902026-06-22T19:24:59.986Z Downloaded hex-literal v0.4.1
6912026-06-22T19:24:59.986Z Downloaded hash32 v0.3.1
6922026-06-22T19:24:59.986Z Downloaded headers-core v0.3.0
6932026-06-22T19:24:59.986Z Downloaded hubpack_derive v0.1.1
6942026-06-22T19:24:59.986Z Downloaded httpdate v1.0.3
6952026-06-22T19:24:59.986Z Downloaded compression-codecs v0.4.37
6962026-06-22T19:24:59.986Z Downloaded hostname v0.3.1
6972026-06-22T19:24:59.987Z Downloaded bitflags v1.3.2
6982026-06-22T19:24:59.987Z Downloaded foldhash v0.2.0
6992026-06-22T19:24:59.987Z Downloaded diesel-dtrace v0.5.0
7002026-06-22T19:24:59.987Z Downloaded cipher v0.4.4
7012026-06-22T19:24:59.987Z Downloaded fxhash v0.2.1
7022026-06-22T19:24:59.987Z Downloaded defmt v1.0.1
7032026-06-22T19:24:59.987Z Downloaded corncobs v0.1.4
7042026-06-22T19:24:59.987Z Downloaded foldhash v0.1.5
7052026-06-22T19:24:59.987Z Downloaded blowfish v0.9.1
7062026-06-22T19:24:59.987Z Downloaded illumos-nvpair v0.3.0
7072026-06-22T19:24:59.987Z Downloaded hyper-tls v0.6.0
7082026-06-22T19:24:59.987Z Downloaded fixedbitset v0.5.7
7092026-06-22T19:24:59.988Z Downloaded filetime v0.2.27
7102026-06-22T19:24:59.988Z Downloaded http-body v1.0.1
7112026-06-22T19:24:59.988Z Downloaded hash32 v0.2.1
7122026-06-22T19:24:59.988Z Downloaded ecdsa v0.16.9
7132026-06-22T19:24:59.988Z Downloaded hostname v0.4.2
7142026-06-22T19:24:59.988Z Downloaded illumos-nvpair-sys v0.2.0
7152026-06-22T19:24:59.988Z Downloaded ident_case v1.0.1
7162026-06-22T19:24:59.988Z Downloaded convert_case v0.10.0
7172026-06-22T19:24:59.988Z Downloaded argon2 v0.5.3
7182026-06-22T19:24:59.988Z Downloaded async-trait v0.1.89
7192026-06-22T19:24:59.988Z Downloaded instability v0.3.11
7202026-06-22T19:24:59.989Z Downloaded hubpack v0.1.2
7212026-06-22T19:24:59.989Z Downloaded cookie_store v0.22.1
7222026-06-22T19:24:59.989Z Downloaded is_ci v1.2.0
7232026-06-22T19:24:59.989Z Downloaded inout v0.1.4
7242026-06-22T19:24:59.989Z Downloaded is-terminal v0.4.17
7252026-06-22T19:24:59.989Z Downloaded byte-wrapper v0.1.0
7262026-06-22T19:24:59.989Z Downloaded git-stub-vcs v0.1.0
7272026-06-22T19:25:00.007Z Downloaded constant_time_eq v0.4.2
7282026-06-22T19:25:00.007Z Downloaded fs-err v2.11.0
7292026-06-22T19:25:00.007Z Downloaded des v0.8.1
7302026-06-22T19:25:00.007Z Downloaded derive_builder_core v0.20.2
7312026-06-22T19:25:00.007Z Downloaded crc32fast v1.5.0
7322026-06-22T19:25:00.007Z Downloaded indoc v1.0.9
7332026-06-22T19:25:00.008Z Downloaded ghash v0.5.1
7342026-06-22T19:25:00.008Z Downloaded indent_write v2.2.0
7352026-06-22T19:25:00.008Z Downloaded elliptic-curve v0.13.8
7362026-06-22T19:25:00.008Z Downloaded group v0.13.0
7372026-06-22T19:25:00.008Z Downloaded futures-executor v0.3.32
7382026-06-22T19:25:00.008Z Downloaded crossbeam-utils v0.8.21
7392026-06-22T19:25:00.008Z Downloaded globset v0.4.18
7402026-06-22T19:25:00.008Z Downloaded hex v0.4.3
7412026-06-22T19:25:00.008Z Downloaded ed25519-dalek v2.2.0
7422026-06-22T19:25:00.008Z Downloaded glob v0.3.3
7432026-06-22T19:25:00.008Z Downloaded internet-checksum v0.2.1
7442026-06-22T19:25:00.008Z Downloaded kstat-rs v0.2.4
7452026-06-22T19:25:00.008Z Downloaded instant v0.1.13
7462026-06-22T19:25:00.008Z Downloaded derive_builder v0.20.2
7472026-06-22T19:25:00.072Z Downloaded keccak v0.1.6
7482026-06-22T19:25:00.072Z Downloaded lazy_static v1.5.0
7492026-06-22T19:25:00.072Z Downloaded ed25519 v2.2.3
7502026-06-22T19:25:00.072Z Downloaded indoc v2.0.7
7512026-06-22T19:25:00.072Z Downloaded bit-vec v0.6.3
7522026-06-22T19:25:00.072Z Downloaded chacha20 v0.10.0
7532026-06-22T19:25:00.072Z Downloaded ingot-types v0.1.2
7542026-06-22T19:25:00.072Z Downloaded console v0.15.11
7552026-06-22T19:25:00.072Z Downloaded ciborium v0.2.2
7562026-06-22T19:25:00.118Z Downloaded maplit v1.0.2
7572026-06-22T19:25:00.118Z Downloaded md-5 v0.10.6
7582026-06-22T19:25:00.118Z Downloaded match_cfg v0.1.0
7592026-06-22T19:25:00.118Z Downloaded lru-cache v0.1.2
7602026-06-22T19:25:00.118Z Downloaded memoffset v0.9.1
7612026-06-22T19:25:00.118Z Downloaded md5 v0.7.0
7622026-06-22T19:25:00.118Z Downloaded maybe-uninit v2.0.0
7632026-06-22T19:25:00.118Z Downloaded managed v0.8.0
7642026-06-22T19:25:00.118Z Downloaded colored v2.2.0
7652026-06-22T19:25:00.118Z Downloaded lalrpop-util v0.19.12
7662026-06-22T19:25:00.118Z Downloaded http-range v0.1.5
7672026-06-22T19:25:00.118Z Downloaded http-body-util v0.1.3
7682026-06-22T19:25:00.118Z Downloaded anstream v0.6.21
7692026-06-22T19:25:00.118Z Downloaded highway v1.3.0
7702026-06-22T19:25:00.118Z Downloaded libscf-sys v1.1.0
7712026-06-22T19:25:00.118Z Downloaded lru v0.12.5
7722026-06-22T19:25:00.119Z Downloaded ipnet v2.11.0
7732026-06-22T19:25:00.119Z Downloaded fatfs v0.3.6
7742026-06-22T19:25:00.119Z Downloaded derive_more v0.99.20
7752026-06-22T19:25:00.119Z Downloaded derive-where v1.6.0
7762026-06-22T19:25:00.119Z Downloaded clang-sys v1.8.1
7772026-06-22T19:25:00.119Z Downloaded cexpr v0.6.0
7782026-06-22T19:25:00.119Z Downloaded bzip2 v0.4.4
7792026-06-22T19:25:00.119Z Downloaded blake2 v0.10.6
7802026-06-22T19:25:00.119Z Downloaded diff v0.1.13
7812026-06-22T19:25:00.119Z Downloaded humantime v2.3.0
7822026-06-22T19:25:00.119Z Downloaded lzss v0.8.2
7832026-06-22T19:25:00.119Z Downloaded linked-hash-map v0.5.6
7842026-06-22T19:25:00.119Z Downloaded async-bb8-diesel v0.2.1
7852026-06-22T19:25:00.119Z Downloaded crossterm v0.29.0
7862026-06-22T19:25:00.119Z Downloaded hyper-staticfile v0.10.1
7872026-06-22T19:25:00.119Z Downloaded cookie v0.18.1
7882026-06-22T19:25:00.119Z Downloaded newtype_derive v0.1.6
7892026-06-22T19:25:00.119Z Downloaded lru-slab v0.1.2
7902026-06-22T19:25:00.119Z Downloaded nibble_vec v0.1.0
7912026-06-22T19:25:00.119Z Downloaded newline-converter v0.3.0
7922026-06-22T19:25:00.119Z Downloaded new_debug_unreachable v1.0.6
7932026-06-22T19:25:00.119Z Downloaded cancel-safe-futures v0.1.5
7942026-06-22T19:25:00.119Z Downloaded newtype-uuid-macros v0.1.0
7952026-06-22T19:25:00.119Z Downloaded backon v1.6.0
7962026-06-22T19:25:00.119Z Downloaded nonempty v0.12.0
7972026-06-22T19:25:00.119Z Downloaded libloading v0.8.9
7982026-06-22T19:25:00.119Z Downloaded ingot v0.1.1
7992026-06-22T19:25:00.119Z Downloaded impl-trait-for-tuples v0.2.3
8002026-06-22T19:25:00.120Z Downloaded futures-channel v0.3.32
8012026-06-22T19:25:00.120Z Downloaded num-derive v0.4.2
8022026-06-22T19:25:00.120Z Downloaded num_enum_derive v0.5.11
8032026-06-22T19:25:00.120Z Downloaded normalize-line-endings v0.3.0
8042026-06-22T19:25:00.120Z Downloaded num-iter v0.1.45
8052026-06-22T19:25:00.120Z Downloaded ipnetwork v0.21.1
8062026-06-22T19:25:00.120Z Downloaded dropshot_endpoint v0.17.0
8072026-06-22T19:25:00.120Z Downloaded num-conv v0.2.0
8082026-06-22T19:25:00.120Z Downloaded lock_api v0.4.14
8092026-06-22T19:25:00.191Z Downloaded getrandom v0.3.4
8102026-06-22T19:25:00.191Z Downloaded num-derive v0.3.3
8112026-06-22T19:25:00.191Z Downloaded num v0.4.3
8122026-06-22T19:25:00.191Z Downloaded backoff v0.4.0
8132026-06-22T19:25:00.191Z Downloaded jobserver v0.1.34
8142026-06-22T19:25:00.191Z Downloaded linear-map v1.2.0
8152026-06-22T19:25:00.191Z Downloaded libsw v3.5.0
8162026-06-22T19:25:00.191Z Downloaded mime_guess v2.0.5
8172026-06-22T19:25:00.191Z Downloaded mime v0.3.17
8182026-06-22T19:25:00.191Z Downloaded olpc-cjson v0.1.4
8192026-06-22T19:25:00.192Z Downloaded openssl-probe v0.1.6
8202026-06-22T19:25:00.192Z Downloaded half v1.8.3
8212026-06-22T19:25:00.192Z Downloaded hmac v0.12.1
8222026-06-22T19:25:00.192Z Downloaded openssl-probe v0.2.1
8232026-06-22T19:25:00.192Z Downloaded openssl-macros v0.1.1
8242026-06-22T19:25:00.192Z Downloaded libsw-core v0.3.2
8252026-06-22T19:25:00.192Z Downloaded oso-derive v0.27.3
8262026-06-22T19:25:00.192Z Downloaded httparse v1.10.1
8272026-06-22T19:25:00.192Z Downloaded allocator-api2 v0.2.21
8282026-06-22T19:25:00.192Z Downloaded crossbeam-channel v0.5.15
8292026-06-22T19:25:00.192Z Downloaded nodrop v0.1.14
8302026-06-22T19:25:00.232Z Downloaded native-tls v0.2.18
8312026-06-22T19:25:00.232Z Downloaded pbkdf2 v0.11.0
8322026-06-22T19:25:00.232Z Downloaded parse-display v0.10.0
8332026-06-22T19:25:00.232Z Downloaded pbkdf2 v0.12.2
8342026-06-22T19:25:00.232Z Downloaded path-slash v0.1.5
8352026-06-22T19:25:00.232Z Downloaded peg-runtime v0.8.5
8362026-06-22T19:25:00.232Z Downloaded nanorand v0.7.0
8372026-06-22T19:25:00.232Z Downloaded multimap v0.10.1
8382026-06-22T19:25:00.232Z Downloaded multer v3.1.0
8392026-06-22T19:25:00.232Z Downloaded hyper-rustls v0.27.7
8402026-06-22T19:25:00.232Z Downloaded newtype-uuid v1.3.2
8412026-06-22T19:25:00.232Z Downloaded num_threads v0.1.7
8422026-06-22T19:25:00.232Z Downloaded parse-size v1.1.0
8432026-06-22T19:25:00.232Z Downloaded num_enum v0.7.6
8442026-06-22T19:25:00.232Z Downloaded futures v0.3.32
8452026-06-22T19:25:00.233Z Downloaded num-rational v0.4.2
8462026-06-22T19:25:00.233Z Downloaded libefi-sys v0.1.0
8472026-06-22T19:25:00.233Z Downloaded ingot-macros v0.1.1
8482026-06-22T19:25:00.233Z Downloaded half v2.7.1
8492026-06-22T19:25:00.233Z Downloaded indexmap v1.9.3
8502026-06-22T19:25:00.233Z Downloaded iana-time-zone v0.1.65
8512026-06-22T19:25:00.233Z Downloaded num-complex v0.4.6
8522026-06-22T19:25:00.233Z Downloaded getrandom v0.2.17
8532026-06-22T19:25:00.233Z Downloaded precomputed-hash v0.1.1
8542026-06-22T19:25:00.233Z Downloaded powerfmt v0.2.0
8552026-06-22T19:25:00.233Z Downloaded phf_shared v0.11.3
8562026-06-22T19:25:00.233Z Downloaded pin-utils v0.1.0
8572026-06-22T19:25:00.234Z Downloaded phf_shared v0.12.1
8582026-06-22T19:25:00.234Z Downloaded flate2 v1.1.9
8592026-06-22T19:25:00.234Z Downloaded heapless v0.8.0
8602026-06-22T19:25:00.234Z Downloaded proc-macro-crate v3.4.0
8612026-06-22T19:25:00.234Z Downloaded heapless v0.7.17
8622026-06-22T19:25:00.234Z Downloaded derive_more-impl v2.1.1
8632026-06-22T19:25:00.234Z Downloaded const_format v0.2.35
8642026-06-22T19:25:00.255Z Downloaded pem-rfc7468 v0.7.0
8652026-06-22T19:25:00.255Z Downloaded opaque-debug v0.3.1
8662026-06-22T19:25:00.255Z Downloaded litrs v1.0.0
8672026-06-22T19:25:00.255Z Downloaded packed_struct v0.10.1
8682026-06-22T19:25:00.255Z Downloaded predicates-tree v1.0.13
8692026-06-22T19:25:00.255Z Downloaded psl-types v2.0.11
8702026-06-22T19:25:00.255Z Downloaded progenitor-client v0.14.0
8712026-06-22T19:25:00.255Z Downloaded peg-macros v0.8.5
8722026-06-22T19:25:00.255Z Downloaded crypto-bigint v0.5.5
8732026-06-22T19:25:00.255Z Downloaded quick-error v1.2.3
8742026-06-22T19:25:00.255Z Downloaded phf v0.12.1
8752026-06-22T19:25:00.255Z Downloaded pem v3.0.6
8762026-06-22T19:25:00.255Z Downloaded nu-ansi-term v0.50.3
8772026-06-22T19:25:00.255Z Downloaded proc-macro-error-attr2 v2.0.0
8782026-06-22T19:25:00.255Z Downloaded flume v0.11.1
8792026-06-22T19:25:00.255Z Downloaded memmap2 v0.9.10
8802026-06-22T19:25:00.255Z Downloaded pin-project-internal v1.1.11
8812026-06-22T19:25:00.255Z Downloaded predicates-core v1.0.10
8822026-06-22T19:25:00.255Z Downloaded der v0.7.10
8832026-06-22T19:25:00.255Z Downloaded phf_shared v0.13.1
8842026-06-22T19:25:00.255Z Downloaded compact_str v0.8.1
8852026-06-22T19:25:00.255Z Downloaded ignore v0.4.25
8862026-06-22T19:25:00.255Z Downloaded bumpalo v3.20.2
8872026-06-22T19:25:00.255Z Downloaded headers v0.4.1
8882026-06-22T19:25:00.255Z Downloaded rand_chacha v0.3.1
8892026-06-22T19:25:00.255Z Downloaded parking_lot_core v0.8.6
8902026-06-22T19:25:00.256Z Downloaded paste v1.0.15
8912026-06-22T19:25:00.256Z Downloaded password-hash v0.4.2
8922026-06-22T19:25:00.256Z Downloaded parse-display-derive v0.10.0
8932026-06-22T19:25:00.256Z Downloaded polyval v0.6.2
8942026-06-22T19:25:00.721Z Downloaded indicatif v0.18.4
8952026-06-22T19:25:00.721Z Downloaded omicron-zone-package v0.12.2
8962026-06-22T19:25:00.721Z Downloaded expectorate v1.2.0
8972026-06-22T19:25:00.721Z Downloaded hickory-resolver v0.25.2
8982026-06-22T19:25:00.721Z Downloaded diesel_derives v2.3.7
8992026-06-22T19:25:00.721Z Downloaded proc-macro-error2 v2.0.1
9002026-06-22T19:25:00.721Z Downloaded progenitor v0.13.0
9012026-06-22T19:25:00.721Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-06-22T19:25:00.721Z Downloaded recursive v0.1.1
9032026-06-22T19:25:00.721Z Downloaded derive_more v2.1.1
9042026-06-22T19:25:00.781Z Downloaded radium v0.7.0
9052026-06-22T19:25:00.781Z Downloaded progenitor-macro v0.14.0
9062026-06-22T19:25:00.781Z Downloaded progenitor-extras v0.2.0
9072026-06-22T19:25:00.781Z Downloaded pkcs8 v0.10.2
9082026-06-22T19:25:00.781Z Downloaded pin-project-lite v0.2.17
9092026-06-22T19:25:00.781Z Downloaded phf v0.13.1
9102026-06-22T19:25:00.781Z Downloaded peg v0.8.5
9112026-06-22T19:25:00.781Z Downloaded psm v0.1.30
9122026-06-22T19:25:00.781Z Downloaded pkcs5 v0.7.1
9132026-06-22T19:25:00.781Z Downloaded cc v1.2.56
9142026-06-22T19:25:00.781Z Downloaded pkcs1 v0.7.5
9152026-06-22T19:25:00.781Z Downloaded parking_lot_core v0.9.12
9162026-06-22T19:25:00.781Z Downloaded libbz2-rs-sys v0.2.2
9172026-06-22T19:25:00.781Z Downloaded ar_archive_writer v0.5.1
9182026-06-22T19:25:00.781Z Downloaded poly1305 v0.8.0
9192026-06-22T19:25:00.781Z Downloaded arc-swap v1.8.2
9202026-06-22T19:25:00.781Z Downloaded ref-cast-impl v1.0.25
9212026-06-22T19:25:00.781Z Downloaded ref-cast v1.0.25
9222026-06-22T19:25:00.781Z Downloaded rand_xorshift v0.4.0
9232026-06-22T19:25:00.781Z Downloaded predicates v3.1.4
9242026-06-22T19:25:00.781Z Downloaded russh-cryptovec v0.7.3
9252026-06-22T19:25:00.781Z Downloaded rustc_version v0.4.1
9262026-06-22T19:25:00.781Z Downloaded ppv-lite86 v0.2.21
9272026-06-22T19:25:00.781Z Downloaded rtoolbox v0.0.3
9282026-06-22T19:25:00.781Z Downloaded rand_core v0.6.4
9292026-06-22T19:25:00.782Z Downloaded num-integer v0.1.46
9302026-06-22T19:25:00.782Z Downloaded colored v3.1.1
9312026-06-22T19:25:00.782Z Downloaded proc-macro-crate v1.3.1
9322026-06-22T19:25:00.782Z Downloaded packed_struct_codegen v0.10.1
9332026-06-22T19:25:00.782Z Downloaded owo-colors v4.3.0
9342026-06-22T19:25:00.782Z Downloaded num_enum_derive v0.7.6
9352026-06-22T19:25:00.782Z Downloaded num_enum v0.5.11
9362026-06-22T19:25:00.782Z Downloaded progenitor-client v0.13.0
9372026-06-22T19:25:00.782Z Downloaded hickory-resolver v0.24.4
9382026-06-22T19:25:00.782Z Downloaded rfc6979 v0.4.0
9392026-06-22T19:25:00.782Z Downloaded progenitor v0.14.0
9402026-06-22T19:25:00.782Z Downloaded primeorder v0.13.6
9412026-06-22T19:25:00.782Z Downloaded p256 v0.13.2
9422026-06-22T19:25:00.782Z Downloaded oxnet v0.1.6
9432026-06-22T19:25:00.782Z Downloaded oxide-tokio-rt v0.1.4
9442026-06-22T19:25:00.782Z Downloaded parking_lot v0.11.2
9452026-06-22T19:25:00.782Z Downloaded progenitor-macro v0.13.0
9462026-06-22T19:25:00.782Z Downloaded password-hash v0.5.0
9472026-06-22T19:25:00.782Z Downloaded rustc_version v0.1.7
9482026-06-22T19:25:00.782Z Downloaded salsa20 v0.10.2
9492026-06-22T19:25:00.782Z Downloaded rustc-hash v2.1.1
9502026-06-22T19:25:00.782Z Downloaded same-file v1.0.6
9512026-06-22T19:25:00.782Z Downloaded hyper-util v0.1.20
9522026-06-22T19:25:00.782Z Downloaded hashbrown v0.13.2
9532026-06-22T19:25:00.782Z Downloaded pin-project v1.1.11
9542026-06-22T19:25:00.782Z Downloaded pkg-config v0.3.32
9552026-06-22T19:25:00.782Z Downloaded r2d2 v0.8.10
9562026-06-22T19:25:00.782Z Downloaded serde_bytes v0.11.19
9572026-06-22T19:25:00.782Z Downloaded seq-macro v0.3.6
9582026-06-22T19:25:00.782Z Downloaded serde-big-array v0.5.1
9592026-06-22T19:25:00.782Z Downloaded scheduled-thread-pool v0.2.7
9602026-06-22T19:25:00.782Z Downloaded semver v0.1.20
9612026-06-22T19:25:00.782Z Downloaded scroll_derive v0.13.1
9622026-06-22T19:25:00.782Z Downloaded rand_seeder v0.4.0
9632026-06-22T19:25:00.782Z Downloaded rand_core v0.10.0
9642026-06-22T19:25:00.782Z Downloaded rand_core v0.9.5
9652026-06-22T19:25:00.783Z Downloaded bytes v1.11.1
9662026-06-22T19:25:00.783Z Downloaded quinn-udp v0.5.14
9672026-06-22T19:25:00.783Z Downloaded async-compression v0.4.41
9682026-06-22T19:25:00.783Z Downloaded rand_chacha v0.9.0
9692026-06-22T19:25:00.783Z Downloaded serde_plain v1.0.2
9702026-06-22T19:25:00.783Z Downloaded postgres-protocol v0.6.10
9712026-06-22T19:25:00.783Z Downloaded scrypt v0.11.0
9722026-06-22T19:25:00.783Z Downloaded secrecy v0.8.0
9732026-06-22T19:25:00.783Z Downloaded resolv-conf v0.7.6
9742026-06-22T19:25:00.783Z Downloaded postgres-types v0.2.12
9752026-06-22T19:25:00.783Z Downloaded oso v0.27.3
9762026-06-22T19:25:00.783Z Downloaded prefix-trie v0.7.0
9772026-06-22T19:25:00.783Z Downloaded serde_spanned v1.0.4
9782026-06-22T19:25:00.783Z Downloaded shell-words v1.1.1
9792026-06-22T19:25:00.783Z Downloaded serde_urlencoded v0.7.1
9802026-06-22T19:25:00.783Z Downloaded serde_repr v0.1.20
9812026-06-22T19:25:00.783Z Downloaded miniz_oxide v0.8.9
9822026-06-22T19:25:00.783Z Downloaded dropshot-api-manager v0.7.2
9832026-06-22T19:25:00.783Z Downloaded sapling-renderdag v0.1.0
9842026-06-22T19:25:00.783Z Downloaded parking_lot v0.12.5
9852026-06-22T19:25:00.783Z Downloaded siphasher v1.0.2
9862026-06-22T19:25:00.783Z Downloaded signal-hook-mio v0.2.5
9872026-06-22T19:25:00.783Z Downloaded signal-hook-tokio v0.3.1
9882026-06-22T19:25:00.783Z Downloaded signature v2.2.0
9892026-06-22T19:25:00.783Z Downloaded rustls-pemfile v1.0.4
9902026-06-22T19:25:00.783Z Downloaded secrecy v0.10.3
9912026-06-22T19:25:00.783Z Downloaded scroll v0.13.0
9922026-06-22T19:25:00.783Z Downloaded schemars_derive v0.8.22
9932026-06-22T19:25:00.783Z Downloaded rustls-native-certs v0.8.3
9942026-06-22T19:25:00.783Z Downloaded serde-hex v0.1.0
9952026-06-22T19:25:00.783Z Downloaded rusty-fork v0.3.1
9962026-06-22T19:25:00.783Z Downloaded rustls-pemfile v2.2.0
9972026-06-22T19:25:00.783Z Downloaded hashbrown v0.12.3
9982026-06-22T19:25:00.783Z Downloaded slog-envlogger v2.2.0
9992026-06-22T19:25:00.783Z Downloaded scopeguard v1.2.0
10002026-06-22T19:25:00.783Z Downloaded russh-keys v0.45.0
10012026-06-22T19:25:00.783Z Downloaded rustversion v1.0.22
10022026-06-22T19:25:00.783Z Downloaded serde_with_macros v1.5.2
10032026-06-22T19:25:00.783Z Downloaded serde_path_to_error v0.1.20
10042026-06-22T19:25:00.849Z Downloaded serde_derive_internals v0.29.1
10052026-06-22T19:25:00.849Z Downloaded jiff-static v0.2.21
10062026-06-22T19:25:00.849Z Downloaded minimal-lexical v0.2.1
10072026-06-22T19:25:00.849Z Downloaded postcard v1.1.3
10082026-06-22T19:25:00.849Z Downloaded hickory-server v0.25.2
10092026-06-22T19:25:00.849Z Downloaded pretty_assertions v1.4.1
10102026-06-22T19:25:00.849Z Downloaded rustls-pki-types v1.14.0
10112026-06-22T19:25:00.849Z Downloaded sec1 v0.7.3
10122026-06-22T19:25:00.849Z Downloaded sct v0.7.1
10132026-06-22T19:25:00.849Z Downloaded sha1 v0.10.6
10142026-06-22T19:25:00.849Z Downloaded slab v0.4.12
10152026-06-22T19:25:00.849Z Downloaded simd-adler32 v0.3.8
10162026-06-22T19:25:00.849Z Downloaded ssh-cipher v0.2.0
10172026-06-22T19:25:00.849Z Downloaded ssh-encoding v0.2.0
10182026-06-22T19:25:00.849Z Downloaded sqlparser_derive v0.5.0
10192026-06-22T19:25:00.849Z Downloaded structmeta-derive v0.3.0
10202026-06-22T19:25:00.849Z Downloaded structmeta v0.3.0
10212026-06-22T19:25:00.849Z Downloaded strip-ansi-escapes v0.2.1
10222026-06-22T19:25:00.849Z Downloaded strsim v0.10.0
10232026-06-22T19:25:00.849Z Downloaded papergrid v0.17.0
10242026-06-22T19:25:00.849Z Downloaded shlex v1.3.0
10252026-06-22T19:25:00.849Z Downloaded progenitor-impl v0.14.0
10262026-06-22T19:25:00.849Z Downloaded ron v0.8.1
10272026-06-22T19:25:00.849Z Downloaded strum v0.26.3
10282026-06-22T19:25:00.849Z Downloaded sync-ptr v0.1.4
10292026-06-22T19:25:00.849Z Downloaded slog-stdlog v4.1.1
10302026-06-22T19:25:00.849Z Downloaded strum v0.27.2
10312026-06-22T19:25:00.850Z Downloaded slog-scope v4.4.1
10322026-06-22T19:25:00.850Z Downloaded sigpipe v0.1.3
10332026-06-22T19:25:00.850Z Downloaded signal-hook-registry v1.4.8
10342026-06-22T19:25:00.850Z Downloaded serde_cbor v0.11.2
10352026-06-22T19:25:00.850Z Downloaded snafu-derive v0.8.9
10362026-06-22T19:25:00.850Z Downloaded tap v1.0.1
10372026-06-22T19:25:00.850Z Downloaded take_mut v0.2.2
10382026-06-22T19:25:00.850Z Downloaded tabwriter v1.4.1
10392026-06-22T19:25:00.850Z Downloaded slog-json v2.6.1
10402026-06-22T19:25:00.850Z Downloaded slog-bunyan v2.5.0
10412026-06-22T19:25:00.850Z Downloaded sync_wrapper v1.0.2
10422026-06-22T19:25:00.850Z Downloaded subtle v2.6.1
10432026-06-22T19:25:00.850Z Downloaded spki v0.7.3
10442026-06-22T19:25:00.850Z Downloaded slog-dtrace v0.3.0
10452026-06-22T19:25:00.850Z Downloaded supports-color v3.0.2
10462026-06-22T19:25:00.850Z Downloaded slog-async v2.8.0
10472026-06-22T19:25:00.850Z Downloaded tagptr v0.2.0
10482026-06-22T19:25:00.850Z Downloaded rcgen v0.12.1
10492026-06-22T19:25:00.850Z Downloaded rayon-core v1.13.0
10502026-06-22T19:25:00.850Z Downloaded testing_table v0.3.0
10512026-06-22T19:25:00.850Z Downloaded rustls-platform-verifier v0.6.2
10522026-06-22T19:25:00.850Z Downloaded termtree v0.5.1
10532026-06-22T19:25:00.850Z Downloaded slog-term v2.9.2
10542026-06-22T19:25:00.850Z Downloaded http v1.4.0
10552026-06-22T19:25:00.850Z Downloaded smf v0.2.3
10562026-06-22T19:25:00.850Z Downloaded smallvec v0.6.14
10572026-06-22T19:25:00.850Z Downloaded aes v0.8.4
10582026-06-22T19:25:00.850Z Downloaded stacker v0.1.23
10592026-06-22T19:25:00.850Z Downloaded openssl-sys v0.9.115
10602026-06-22T19:25:00.850Z Downloaded schemars v0.8.22
10612026-06-22T19:25:00.850Z Downloaded thread-id v5.1.0
10622026-06-22T19:25:00.850Z Downloaded sqlformat v0.3.5
10632026-06-22T19:25:00.850Z Downloaded tinyvec_macros v0.1.1
10642026-06-22T19:25:00.850Z Downloaded support-bundle-viewer v0.1.2
10652026-06-22T19:25:00.850Z Downloaded publicsuffix v2.3.0
10662026-06-22T19:25:00.850Z Downloaded aho-corasick v1.1.4
10672026-06-22T19:25:00.851Z Downloaded progenitor-impl v0.13.0
10682026-06-22T19:25:00.851Z Downloaded string_cache v0.8.9
10692026-06-22T19:25:00.851Z Downloaded quinn v0.11.9
10702026-06-22T19:25:00.851Z Downloaded rand v0.8.6
10712026-06-22T19:25:00.851Z Downloaded hashbrown v0.16.1
10722026-06-22T19:25:00.851Z Downloaded stringprep v0.1.5
10732026-06-22T19:25:00.851Z Downloaded tokio-macros v2.7.0
10742026-06-22T19:25:00.851Z Downloaded tabled_derive v0.11.0
10752026-06-22T19:25:00.851Z Downloaded time-core v0.1.8
10762026-06-22T19:25:00.851Z Downloaded libxml v0.3.3
10772026-06-22T19:25:00.851Z Downloaded spin v0.9.8
10782026-06-22T19:25:00.851Z Downloaded serde_yaml v0.9.34+deprecated
10792026-06-22T19:25:00.851Z Downloaded strum_macros v0.27.2
10802026-06-22T19:25:00.851Z Downloaded iri-string v0.7.10
10812026-06-22T19:25:00.851Z Downloaded mio v1.2.0
10822026-06-22T19:25:00.851Z Downloaded itertools v0.10.5
10832026-06-22T19:25:00.851Z Downloaded strum_macros v0.26.4
10842026-06-22T19:25:00.851Z Downloaded tower-layer v0.3.3
10852026-06-22T19:25:00.851Z Downloaded serde_with_macros v3.17.0
10862026-06-22T19:25:00.851Z Downloaded prettyplease v0.2.37
10872026-06-22T19:25:00.851Z Downloaded tower-service v0.3.3
10882026-06-22T19:25:00.851Z Downloaded static_assertions v1.1.0
10892026-06-22T19:25:00.851Z Downloaded aes-gcm v0.10.3
10902026-06-22T19:25:00.851Z Downloaded ryu v1.0.23
10912026-06-22T19:25:00.851Z Downloaded try-lock v0.2.5
10922026-06-22T19:25:00.851Z Downloaded thiserror-no-std v2.0.2
10932026-06-22T19:25:00.851Z Downloaded slog v2.8.2
10942026-06-22T19:25:00.851Z Downloaded nom v7.1.3
10952026-06-22T19:25:00.851Z Downloaded similar v2.7.0
10962026-06-22T19:25:00.851Z Downloaded tls_codec_derive v0.4.2
10972026-06-22T19:25:00.851Z Downloaded tokio-native-tls v0.3.1
10982026-06-22T19:25:00.851Z Downloaded topological-sort v0.2.2
10992026-06-22T19:25:00.851Z Downloaded trait-variant v0.1.2
11002026-06-22T19:25:00.851Z Downloaded tls_codec v0.4.2
11012026-06-22T19:25:00.851Z Downloaded termios v0.3.3
11022026-06-22T19:25:00.851Z Downloaded rand v0.9.2
11032026-06-22T19:25:00.852Z Downloaded thiserror-impl-no-std v2.0.2
11042026-06-22T19:25:00.880Z Downloaded unarray v0.1.4
11052026-06-22T19:25:00.880Z Downloaded time-macros v0.2.27
11062026-06-22T19:25:00.880Z Downloaded utf-8 v0.7.6
11072026-06-22T19:25:00.880Z Downloaded socket2 v0.6.3
11082026-06-22T19:25:00.880Z Downloaded rand v0.10.0
11092026-06-22T19:25:00.880Z Downloaded usdt-attr-macro v0.6.0
11102026-06-22T19:25:00.880Z Downloaded untrusted v0.7.1
11112026-06-22T19:25:00.880Z Downloaded unit-prefix v0.5.2
11122026-06-22T19:25:00.880Z Downloaded tiny-keccak v2.0.2
11132026-06-22T19:25:00.880Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11142026-06-22T19:25:00.880Z Downloaded tokio-tungstenite v0.23.1
11152026-06-22T19:25:00.880Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-06-22T19:25:00.880Z Downloaded universal-hash v0.5.1
11172026-06-22T19:25:00.880Z Downloaded unicode-truncate v1.1.0
11182026-06-22T19:25:00.881Z Downloaded tokio-tungstenite v0.21.0
11192026-06-22T19:25:00.881Z Downloaded strum_macros v0.24.3
11202026-06-22T19:25:00.881Z Downloaded usdt v0.6.0
11212026-06-22T19:25:00.881Z Downloaded untrusted v0.9.0
11222026-06-22T19:25:00.881Z Downloaded itertools v0.14.0
11232026-06-22T19:25:00.881Z Downloaded usdt-macro v0.6.0
11242026-06-22T19:25:00.881Z Downloaded signal-hook v0.3.18
11252026-06-22T19:25:00.881Z Downloaded tokio-rustls v0.25.0
11262026-06-22T19:25:00.882Z Downloaded want v0.3.1
11272026-06-22T19:25:00.882Z Downloaded num-bigint v0.4.6
11282026-06-22T19:25:00.882Z Downloaded waitgroup v0.1.2
11292026-06-22T19:25:00.882Z Downloaded tui-tree-widget v0.23.1
11302026-06-22T19:25:00.882Z Downloaded schemars v1.2.1
11312026-06-22T19:25:00.882Z Downloaded void v1.0.2
11322026-06-22T19:25:00.882Z Downloaded unicase v2.9.0
11332026-06-22T19:25:00.882Z Downloaded tokio-rustls v0.24.1
11342026-06-22T19:25:00.882Z Downloaded tokio-dtrace v0.1.1
11352026-06-22T19:25:00.882Z Downloaded wait-timeout v0.2.1
11362026-06-22T19:25:00.882Z Downloaded tokio-stream v0.1.18
11372026-06-22T19:25:00.883Z Downloaded schemars v0.9.0
11382026-06-22T19:25:00.883Z Downloaded term v1.2.1
11392026-06-22T19:25:00.883Z Downloaded zeroize_derive v1.4.3
11402026-06-22T19:25:00.883Z Downloaded term v0.7.0
11412026-06-22T19:25:00.883Z Downloaded socket2 v0.5.10
11422026-06-22T19:25:00.883Z Downloaded russh v0.45.0
11432026-06-22T19:25:00.883Z Downloaded blake3 v1.8.3
11442026-06-22T19:25:00.883Z Downloaded zone v0.3.1
11452026-06-22T19:25:00.883Z Downloaded thread_local v1.1.9
11462026-06-22T19:25:00.883Z Downloaded xshell-macros v0.2.7
11472026-06-22T19:25:00.883Z Downloaded xattr v1.6.1
11482026-06-22T19:25:00.883Z Downloaded qorb v0.4.1
11492026-06-22T19:25:00.883Z Downloaded test-strategy v0.4.5
11502026-06-22T19:25:00.883Z Downloaded vergen-git2 v9.1.0
11512026-06-22T19:25:00.883Z Downloaded vsss-rs v3.3.4
11522026-06-22T19:25:00.884Z Downloaded rsa v0.9.10
11532026-06-22T19:25:00.884Z Downloaded typify-macro v0.6.2
11542026-06-22T19:25:00.884Z Downloaded tinyvec v1.10.0
11552026-06-22T19:25:00.884Z Downloaded zone_cfg_derive v0.3.1
11562026-06-22T19:25:00.884Z Downloaded whoami v2.1.0
11572026-06-22T19:25:00.884Z Downloaded twox-hash v2.1.2
11582026-06-22T19:25:00.884Z Downloaded subprocess v0.2.15
11592026-06-22T19:25:00.884Z Downloaded wyz v0.5.1
11602026-06-22T19:25:00.884Z Downloaded libm v0.2.16
11612026-06-22T19:25:00.884Z Downloaded rustls-webpki v0.103.9
11622026-06-22T19:25:00.884Z Downloaded xshell v0.2.7
11632026-06-22T19:25:00.884Z Downloaded num-bigint-dig v0.8.6
11642026-06-22T19:25:00.884Z Downloaded samael v0.0.19
11652026-06-22T19:25:00.884Z Downloaded zeroize v1.8.2
11662026-06-22T19:25:00.884Z Downloaded unicode-properties v0.1.4
11672026-06-22T19:25:00.884Z Downloaded toml_writer v1.0.6+spec-1.1.0
11682026-06-22T19:25:00.884Z Downloaded toml_parser v1.0.9+spec-1.1.0
11692026-06-22T19:25:00.884Z Downloaded hkdf v0.12.4
11702026-06-22T19:25:00.884Z Downloaded iddqd v0.4.2
11712026-06-22T19:25:00.884Z Downloaded toml v0.7.8
11722026-06-22T19:25:00.884Z Downloaded usdt-impl v0.6.0
11732026-06-22T19:25:00.884Z Downloaded toml v1.0.6+spec-1.1.0
11742026-06-22T19:25:00.884Z Downloaded snafu v0.8.9
11752026-06-22T19:25:00.884Z Downloaded hashbrown v0.15.5
11762026-06-22T19:25:00.884Z Downloaded vergen-lib v9.1.0
11772026-06-22T19:25:00.884Z Downloaded vergen-gitcl v1.0.8
11782026-06-22T19:25:00.884Z Downloaded uzers v0.12.2
11792026-06-22T19:25:00.885Z Downloaded whoami v1.6.1
11802026-06-22T19:25:00.885Z Downloaded tracing-attributes v0.1.31
11812026-06-22T19:25:00.885Z Downloaded walkdir v2.5.0
11822026-06-22T19:25:00.885Z Downloaded rustyline v14.0.0
11832026-06-22T19:25:00.902Z Downloaded zstd-safe v7.2.4
11842026-06-22T19:25:00.902Z Downloaded hyper v1.8.1
11852026-06-22T19:25:00.902Z Downloaded vergen v9.1.0
11862026-06-22T19:25:00.902Z Downloaded tungstenite v0.21.0
11872026-06-22T19:25:00.902Z Downloaded tungstenite v0.23.0
11882026-06-22T19:25:00.902Z Downloaded tokio-rustls v0.26.4
11892026-06-22T19:25:00.902Z Downloaded futures-util v0.3.32
11902026-06-22T19:25:00.902Z Downloaded itertools v0.12.1
11912026-06-22T19:25:00.902Z Downloaded itertools v0.13.0
11922026-06-22T19:25:00.912Z Downloaded h2 v0.4.13
11932026-06-22T19:25:00.912Z Downloaded zstd v0.13.3
11942026-06-22T19:25:00.971Z Downloaded vergen-lib v0.1.6
11952026-06-22T19:25:00.971Z Downloaded tar v0.4.45
11962026-06-22T19:25:00.971Z Downloaded tokio-postgres v0.7.16
11972026-06-22T19:25:00.971Z Downloaded tracing-core v0.1.36
11982026-06-22T19:25:01.007Z Downloaded unicode-bidi v0.3.18
11992026-06-22T19:25:01.007Z Downloaded zerocopy v0.6.6
12002026-06-22T19:25:01.007Z Downloaded yasna v0.5.2
12012026-06-22T19:25:01.007Z Downloaded serde_with v1.14.0
12022026-06-22T19:25:01.007Z Downloaded unsafe-libyaml v0.2.11
12032026-06-22T19:25:01.007Z Downloaded nom v8.0.0
12042026-06-22T19:25:01.007Z Downloaded zopfli v0.8.3
12052026-06-22T19:25:01.007Z Downloaded uuid v1.23.0
12062026-06-22T19:25:01.007Z Downloaded vte v0.14.1
12072026-06-22T19:25:01.007Z Downloaded yansi v1.0.1
12082026-06-22T19:25:01.007Z Downloaded unicode_categories v0.1.1
12092026-06-22T19:25:01.007Z Downloaded aws-lc-rs v1.16.3
12102026-06-22T19:25:01.449Z Downloaded typify v0.6.2
12112026-06-22T19:25:01.449Z Downloaded zip v0.6.6
12122026-06-22T19:25:01.449Z Downloaded steno v0.4.1
12132026-06-22T19:25:01.449Z Downloaded rpassword v7.4.0
12142026-06-22T19:25:01.449Z Downloaded typed-path v0.9.3
12152026-06-22T19:25:01.449Z Downloaded ssh-key v0.6.7
12162026-06-22T19:25:01.449Z Downloaded toml_edit v0.19.15
12172026-06-22T19:25:01.481Z Downloaded reedline v0.40.0
12182026-06-22T19:25:01.481Z Downloaded reqwest v0.13.2
12192026-06-22T19:25:01.481Z Downloaded zerocopy-derive v0.8.40
12202026-06-22T19:25:01.481Z Downloaded rayon v1.11.0
12212026-06-22T19:25:01.481Z Downloaded unicode-segmentation v1.12.0
12222026-06-22T19:25:01.481Z Downloaded bitvec v1.0.1
12232026-06-22T19:25:01.481Z Downloaded tower v0.5.3
12242026-06-22T19:25:01.481Z Downloaded salty v0.3.0
12252026-06-22T19:25:01.481Z Downloaded p521 v0.13.3
12262026-06-22T19:25:01.481Z Downloaded toml_edit v0.23.10+spec-1.0.0
12272026-06-22T19:25:01.481Z Downloaded reqwest v0.12.28
12282026-06-22T19:25:01.481Z Downloaded rustls-webpki v0.101.7
12292026-06-22T19:25:01.481Z Downloaded p384 v0.13.1
12302026-06-22T19:25:01.481Z Downloaded curve25519-dalek v4.1.3
12312026-06-22T19:25:01.482Z Downloaded portable-atomic v1.13.1
12322026-06-22T19:25:01.482Z Downloaded tough v0.22.0
12332026-06-22T19:25:01.482Z Downloaded tokio-util v0.7.18
12342026-06-22T19:25:01.482Z Downloaded x509-cert v0.2.5
12352026-06-22T19:25:01.482Z Downloaded proptest v1.10.0
12362026-06-22T19:25:01.482Z Downloaded quick-xml v0.37.5
12372026-06-22T19:25:01.482Z Downloaded regex v1.12.3
12382026-06-22T19:25:01.482Z Downloaded moka v0.12.13
12392026-06-22T19:25:01.482Z Downloaded chrono v0.4.44
12402026-06-22T19:25:01.482Z Downloaded nix v0.27.1
12412026-06-22T19:25:01.482Z Downloaded zip v4.6.1
12422026-06-22T19:25:01.482Z Downloaded unicode-normalization v0.1.25
12432026-06-22T19:25:01.482Z Downloaded radix_trie v0.2.1
12442026-06-22T19:25:01.482Z Downloaded goblin v0.10.5
12452026-06-22T19:25:01.482Z Downloaded lalrpop v0.19.12
12462026-06-22T19:25:01.482Z Downloaded serde_with v3.17.0
12472026-06-22T19:25:01.482Z Downloaded git2 v0.20.4
12482026-06-22T19:25:01.482Z Downloaded bindgen v0.71.1
12492026-06-22T19:25:01.482Z Downloaded object v0.30.4
12502026-06-22T19:25:01.482Z Downloaded winnow v0.5.40
12512026-06-22T19:25:01.482Z Downloaded tower-http v0.6.8
12522026-06-22T19:25:01.482Z Downloaded petname v2.0.2
12532026-06-22T19:25:01.483Z Downloaded rustls-webpki v0.102.8
12542026-06-22T19:25:01.483Z Downloaded quinn-proto v0.11.13
12552026-06-22T19:25:01.483Z Downloaded nix v0.28.0
12562026-06-22T19:25:01.483Z Downloaded winnow v0.6.26
12572026-06-22T19:25:01.483Z Downloaded bstr v1.12.1
12582026-06-22T19:25:01.483Z Downloaded dropshot v0.17.0
12592026-06-22T19:25:01.483Z Downloaded rustls v0.21.12
12602026-06-22T19:25:01.483Z Downloaded regex-syntax v0.6.29
12612026-06-22T19:25:01.483Z Downloaded polar-core v0.27.3
12622026-06-22T19:25:01.483Z Downloaded object v0.37.3
12632026-06-22T19:25:01.483Z Downloaded time v0.3.47
12642026-06-22T19:25:01.483Z Downloaded vcpkg v0.2.15
12652026-06-22T19:25:01.483Z Downloaded zlib-rs v0.6.2
12662026-06-22T19:25:01.483Z Downloaded nix v0.31.2
12672026-06-22T19:25:01.483Z Downloaded openapiv3 v2.2.0
12682026-06-22T19:25:01.483Z Downloaded zerocopy v0.8.40
12692026-06-22T19:25:01.483Z Downloaded smoltcp v0.9.1
12702026-06-22T19:25:01.483Z Downloaded diesel v2.3.7
12712026-06-22T19:25:01.483Z Downloaded rustls v0.23.37
12722026-06-22T19:25:01.483Z Downloaded hickory-proto v0.24.4
12732026-06-22T19:25:01.483Z Downloaded webpki-roots v1.0.6
12742026-06-22T19:25:01.483Z Downloaded regex-syntax v0.8.10
12752026-06-22T19:25:01.483Z Downloaded rustix v0.38.44
12762026-06-22T19:25:01.483Z Downloaded smoltcp v0.11.0
12772026-06-22T19:25:01.484Z Downloaded regress v0.10.5
12782026-06-22T19:25:01.484Z Downloaded rustls v0.22.4
12792026-06-22T19:25:01.484Z Downloaded openssl v0.10.79
12802026-06-22T19:25:01.484Z Downloaded regress v0.11.1
12812026-06-22T19:25:01.484Z Downloaded hickory-proto v0.25.2
12822026-06-22T19:25:01.484Z Downloaded tabled v0.20.0
12832026-06-22T19:25:01.947Z Downloaded tracing v0.1.44
12842026-06-22T19:25:01.947Z Downloaded ratatui v0.29.0
12852026-06-22T19:25:02.385Z Downloaded zerocopy-derive v0.6.6
12862026-06-22T19:25:02.385Z Downloaded sqlparser v0.61.0
12872026-06-22T19:25:02.385Z Downloaded sled v0.34.7
12882026-06-22T19:25:02.385Z Downloaded typify-impl v0.6.2
12892026-06-22T19:25:02.385Z Downloaded jiff v0.2.21
12902026-06-22T19:25:02.385Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-06-22T19:25:02.385Z Downloaded csv v1.4.0
12922026-06-22T19:25:02.385Z Downloaded libz-sys v1.1.24
12932026-06-22T19:25:02.385Z Downloaded regex-automata v0.4.14
12942026-06-22T19:25:02.385Z Downloaded sha3 v0.10.8
12952026-06-22T19:25:02.385Z Downloaded petgraph v0.6.5
12962026-06-22T19:25:02.385Z Downloaded chrono-tz v0.10.4
12972026-06-22T19:25:02.386Z Downloaded petgraph v0.8.3
12982026-06-22T19:25:02.386Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12992026-06-22T19:25:02.386Z Downloaded tokio v1.52.1
13002026-06-22T19:25:02.386Z Downloaded encoding_rs v0.8.35
13012026-06-22T19:25:02.386Z Downloaded ring v0.17.14
13022026-06-22T19:25:02.386Z Downloaded libgit2-sys v0.18.3+1.9.2
13032026-06-22T19:25:02.847Z Downloaded aws-lc-sys v0.40.0
13042026-06-22T19:25:03.309Z Compiling libc v0.2.185
13052026-06-22T19:25:03.309Z Compiling serde v1.0.228
13062026-06-22T19:25:03.309Z Compiling log v0.4.29
13072026-06-22T19:25:03.309Z Compiling find-msvc-tools v0.1.9
13082026-06-22T19:25:03.309Z Compiling shlex v1.3.0
13092026-06-22T19:25:03.309Z Compiling smallvec v1.15.1
13102026-06-22T19:25:03.309Z Compiling syn v2.0.117
13112026-06-22T19:25:03.309Z Compiling typenum v1.19.0
13122026-06-22T19:25:03.357Z Compiling generic-array v0.14.7
13132026-06-22T19:25:03.357Z Compiling subtle v2.6.1
13142026-06-22T19:25:03.357Z Compiling scopeguard v1.2.0
13152026-06-22T19:25:03.357Z Compiling const-oid v0.9.6
13162026-06-22T19:25:03.357Z Compiling lock_api v0.4.14
13172026-06-22T19:25:03.357Z Compiling serde_json v1.0.149
13182026-06-22T19:25:03.358Z Compiling zerocopy v0.8.40
13192026-06-22T19:25:03.358Z Compiling portable-atomic v1.13.1
13202026-06-22T19:25:03.375Z Compiling parking_lot_core v0.9.12
13212026-06-22T19:25:03.583Z Compiling pin-project-lite v0.2.17
13222026-06-22T19:25:03.644Z Compiling getrandom v0.2.17
13232026-06-22T19:25:03.681Z Compiling jobserver v0.1.34
13242026-06-22T19:25:03.694Z Compiling errno v0.3.14
13252026-06-22T19:25:03.781Z Compiling rand_core v0.6.4
13262026-06-22T19:25:03.811Z Compiling pkg-config v0.3.32
13272026-06-22T19:25:03.845Z Compiling signal-hook-registry v1.4.8
13282026-06-22T19:25:04.058Z Compiling cc v1.2.56
13292026-06-22T19:25:04.084Z Compiling bitflags v2.11.0
13302026-06-22T19:25:04.099Z Compiling futures-core v0.3.32
13312026-06-22T19:25:04.117Z Compiling critical-section v1.2.0
13322026-06-22T19:25:04.223Z Compiling libm v0.2.16
13332026-06-22T19:25:04.258Z Compiling parking_lot v0.12.5
13342026-06-22T19:25:04.303Z Compiling once_cell v1.21.3
13352026-06-22T19:25:04.395Z Compiling mio v1.2.0
13362026-06-22T19:25:04.420Z Compiling num-traits v0.2.19
13372026-06-22T19:25:04.528Z Compiling percent-encoding v2.3.2
13382026-06-22T19:25:04.554Z Compiling socket2 v0.6.3
13392026-06-22T19:25:04.685Z Compiling futures-sink v0.3.32
13402026-06-22T19:25:04.704Z Compiling getrandom v0.4.1
13412026-06-22T19:25:04.749Z Compiling futures-io v0.3.32
13422026-06-22T19:25:04.774Z Compiling futures-channel v0.3.32
13432026-06-22T19:25:04.839Z Compiling cpufeatures v0.2.17
13442026-06-22T19:25:04.896Z Compiling slab v0.4.12
13452026-06-22T19:25:04.935Z Compiling futures-task v0.3.32
13462026-06-22T19:25:04.965Z Compiling rand_core v0.10.0
13472026-06-22T19:25:05.032Z Compiling indexmap v2.14.0
13482026-06-22T19:25:05.088Z Compiling rustversion v1.0.22
13492026-06-22T19:25:05.097Z Compiling getrandom v0.3.4
13502026-06-22T19:25:05.124Z Compiling cmake v0.1.57
13512026-06-22T19:25:05.341Z Compiling form_urlencoded v1.2.2
13522026-06-22T19:25:05.521Z Compiling fs_extra v1.3.0
13532026-06-22T19:25:05.556Z Compiling dunce v1.0.5
13542026-06-22T19:25:05.686Z Compiling base64ct v1.8.3
13552026-06-22T19:25:05.815Z Compiling ident_case v1.0.1
13562026-06-22T19:25:05.815Z Compiling synstructure v0.13.2
13572026-06-22T19:25:05.839Z Compiling aws-lc-sys v0.40.0
13582026-06-22T19:25:05.839Z Compiling rustix v1.1.3
13592026-06-22T19:25:05.959Z Compiling pem-rfc7468 v0.7.0
13602026-06-22T19:25:06.036Z Compiling regex-syntax v0.8.10
13612026-06-22T19:25:06.069Z Compiling flagset v0.4.7
13622026-06-22T19:25:06.142Z Compiling iana-time-zone v0.1.65
13632026-06-22T19:25:06.207Z Compiling rand_core v0.9.5
13642026-06-22T19:25:06.259Z Compiling ring v0.17.14
13652026-06-22T19:25:06.322Z Compiling aws-lc-rs v1.16.3
13662026-06-22T19:25:06.735Z Compiling vcpkg v0.2.15
13672026-06-22T19:25:06.738Z Compiling uuid v1.23.0
13682026-06-22T19:25:06.738Z Compiling rustc_version v0.4.1
13692026-06-22T19:25:06.944Z Compiling tracing-core v0.1.36
13702026-06-22T19:25:07.075Z Compiling openssl-sys v0.9.115
13712026-06-22T19:25:07.167Z Compiling base64 v0.22.1
13722026-06-22T19:25:07.514Z Compiling serde_derive v1.0.228
13732026-06-22T19:25:07.626Z Compiling zeroize_derive v1.4.3
13742026-06-22T19:25:07.626Z Compiling zerofrom-derive v0.1.6
13752026-06-22T19:25:07.626Z Compiling yoke-derive v0.8.1
13762026-06-22T19:25:07.683Z Compiling zerocopy-derive v0.8.40
13772026-06-22T19:25:08.177Z Compiling zeroize v1.8.2
13782026-06-22T19:25:08.437Z Compiling zerovec-derive v0.11.2
13792026-06-22T19:25:09.182Z Compiling displaydoc v0.2.5
13802026-06-22T19:25:09.229Z Compiling crypto-common v0.1.7
13812026-06-22T19:25:09.229Z Compiling zerofrom v0.1.6
13822026-06-22T19:25:09.229Z Compiling yoke v0.8.1
13832026-06-22T19:25:09.229Z Compiling block-buffer v0.10.4
13842026-06-22T19:25:09.266Z Compiling digest v0.10.7
13852026-06-22T19:25:09.303Z Compiling tokio-macros v2.7.0
13862026-06-22T19:25:09.501Z Compiling futures-macro v0.3.32
13872026-06-22T19:25:09.934Z Compiling zerotrie v0.2.3
13882026-06-22T19:25:09.967Z Compiling zerovec v0.11.5
13892026-06-22T19:25:09.967Z Compiling hmac v0.12.1
13902026-06-22T19:25:10.403Z Compiling block-padding v0.3.3
13912026-06-22T19:25:10.403Z Compiling sha2 v0.10.9
13922026-06-22T19:25:10.436Z Compiling tinystr v0.8.2
13932026-06-22T19:25:10.437Z Compiling potential_utf v0.1.4
13942026-06-22T19:25:10.437Z Compiling icu_locale_core v2.1.1
13952026-06-22T19:25:10.437Z Compiling icu_collections v2.1.1
13962026-06-22T19:25:10.437Z Compiling futures-util v0.3.32
13972026-06-22T19:25:10.757Z Compiling inout v0.1.4
13982026-06-22T19:25:10.897Z Compiling bytes v1.11.1
13992026-06-22T19:25:10.933Z Compiling icu_provider v2.1.1
14002026-06-22T19:25:10.970Z Compiling cipher v0.4.4
14012026-06-22T19:25:11.140Z Compiling der_derive v0.7.3
14022026-06-22T19:25:11.230Z Compiling icu_properties v2.1.2
14032026-06-22T19:25:11.715Z Compiling icu_normalizer v2.1.1
14042026-06-22T19:25:11.738Z Compiling chrono v0.4.44
14052026-06-22T19:25:11.738Z Compiling tokio v1.52.1
14062026-06-22T19:25:11.795Z Compiling http v1.4.0
14072026-06-22T19:25:12.113Z Compiling idna_adapter v1.2.1
14082026-06-22T19:25:12.177Z Compiling ppv-lite86 v0.2.21
14092026-06-22T19:25:12.231Z Compiling idna v1.1.0
14102026-06-22T19:25:12.280Z Compiling der v0.7.10
14112026-06-22T19:25:12.534Z Compiling salsa20 v0.10.2
14122026-06-22T19:25:12.640Z Compiling url v2.5.8
14132026-06-22T19:25:12.648Z Compiling pbkdf2 v0.12.2
14142026-06-22T19:25:12.712Z Compiling rustls-pki-types v1.14.0
14152026-06-22T19:25:12.732Z Compiling tracing-attributes v0.1.31
14162026-06-22T19:25:13.169Z Compiling thiserror-impl v2.0.18
14172026-06-22T19:25:13.601Z Compiling scrypt v0.11.0
14182026-06-22T19:25:13.601Z Compiling spki v0.7.3
14192026-06-22T19:25:13.601Z Compiling rand_chacha v0.9.0
14202026-06-22T19:25:13.630Z Compiling http-body v1.0.1
14212026-06-22T19:25:13.630Z Compiling cbc v0.1.2
14222026-06-22T19:25:13.630Z Compiling aes v0.8.4
14232026-06-22T19:25:13.630Z Compiling tinyvec_macros v0.1.1
14242026-06-22T19:25:13.630Z Compiling httparse v1.10.1
14252026-06-22T19:25:13.630Z Compiling untrusted v0.9.0
14262026-06-22T19:25:13.731Z Compiling untrusted v0.7.1
14272026-06-22T19:25:14.264Z Compiling openssl-probe v0.2.1
14282026-06-22T19:25:14.282Z Compiling pkcs5 v0.7.1
14292026-06-22T19:25:14.282Z Compiling tracing v0.1.44
14302026-06-22T19:25:14.283Z Compiling tinyvec v1.10.0
14312026-06-22T19:25:14.283Z Compiling thiserror v2.0.18
14322026-06-22T19:25:14.283Z Compiling pest_generator v2.8.6
14332026-06-22T19:25:14.283Z Compiling rand v0.9.2
14342026-06-22T19:25:14.368Z Compiling serde_derive_internals v0.29.1
14352026-06-22T19:25:14.424Z Compiling aho-corasick v1.1.4
14362026-06-22T19:25:14.546Z Compiling atomic-waker v1.1.2
14372026-06-22T19:25:14.667Z Compiling try-lock v0.2.5
14382026-06-22T19:25:14.785Z Compiling tower-layer v0.3.3
14392026-06-22T19:25:14.901Z Compiling schemars v0.8.22
14402026-06-22T19:25:14.946Z Compiling rustls v0.23.37
14412026-06-22T19:25:15.051Z Compiling dyn-clone v1.0.20
14422026-06-22T19:25:15.082Z Compiling tower-service v0.3.3
14432026-06-22T19:25:15.120Z Compiling pest_derive v2.8.6
14442026-06-22T19:25:15.154Z Compiling want v0.3.1
14452026-06-22T19:25:15.572Z Compiling pkcs8 v0.10.2
14462026-06-22T19:25:15.577Z Compiling tokio-util v0.7.18
14472026-06-22T19:25:15.577Z Compiling schemars_derive v0.8.22
14482026-06-22T19:25:15.577Z Compiling regex-automata v0.4.14
14492026-06-22T19:25:15.596Z Compiling ipnet v2.11.0
14502026-06-22T19:25:15.801Z Compiling scroll_derive v0.13.1
14512026-06-22T19:25:16.072Z Compiling h2 v0.4.13
14522026-06-22T19:25:16.072Z Compiling darling_core v0.20.11
14532026-06-22T19:25:16.213Z Compiling openssl v0.10.79
14542026-06-22T19:25:16.454Z Compiling foreign-types-shared v0.1.1
14552026-06-22T19:25:16.527Z Compiling httpdate v1.0.3
14562026-06-22T19:25:16.563Z Compiling pin-utils v0.1.0
14572026-06-22T19:25:17.013Z Compiling scroll v0.13.0
14582026-06-22T19:25:17.023Z Compiling tempfile v3.25.0
14592026-06-22T19:25:17.023Z Compiling foreign-types v0.3.2
14602026-06-22T19:25:17.023Z Compiling unicode-normalization v0.1.25
14612026-06-22T19:25:17.155Z Compiling openssl-macros v0.1.1
14622026-06-22T19:25:17.816Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14632026-06-22T19:25:17.834Z Compiling socket2 v0.5.10
14642026-06-22T19:25:17.913Z Compiling spin v0.9.8
14652026-06-22T19:25:17.913Z Compiling powerfmt v0.2.0
14662026-06-22T19:25:17.913Z Compiling num-conv v0.2.0
14672026-06-22T19:25:17.913Z Compiling time-core v0.1.8
14682026-06-22T19:25:17.938Z Compiling crc32fast v1.5.0
14692026-06-22T19:25:18.010Z Compiling native-tls v0.2.18
14702026-06-22T19:25:18.044Z Compiling time-macros v0.2.27
14712026-06-22T19:25:18.472Z Compiling deranged v0.5.8
14722026-06-22T19:25:18.490Z Compiling darling_macro v0.20.11
14732026-06-22T19:25:18.835Z Compiling darling v0.20.11
14742026-06-22T19:25:18.901Z Compiling goblin v0.10.5
14752026-06-22T19:25:19.009Z Compiling hyper v1.8.1
14762026-06-22T19:25:19.032Z Compiling rustls-native-certs v0.8.3
14772026-06-22T19:25:19.317Z Compiling sync_wrapper v1.0.2
14782026-06-22T19:25:19.418Z Compiling wait-timeout v0.2.1
14792026-06-22T19:25:19.970Z Compiling bit-vec v0.8.0
14802026-06-22T19:25:19.983Z Compiling num_threads v0.1.7
14812026-06-22T19:25:19.983Z Compiling unicode-segmentation v1.12.0
14822026-06-22T19:25:19.983Z Compiling simd-adler32 v0.3.8
14832026-06-22T19:25:19.983Z Compiling syn v1.0.109
14842026-06-22T19:25:20.028Z Compiling quick-error v1.2.3
14852026-06-22T19:25:20.125Z Compiling hyper-util v0.1.20
14862026-06-22T19:25:20.139Z Compiling siphasher v1.0.2
14872026-06-22T19:25:20.265Z Compiling crossbeam-utils v0.8.21
14882026-06-22T19:25:20.708Z Compiling usdt-impl v0.6.0
14892026-06-22T19:25:20.711Z Compiling rusty-fork v0.3.1
14902026-06-22T19:25:20.711Z Compiling time v0.3.47
14912026-06-22T19:25:21.253Z Compiling bit-set v0.8.0
14922026-06-22T19:25:21.730Z Compiling tower v0.5.3
14932026-06-22T19:25:21.730Z Compiling derive_builder_core v0.20.2
14942026-06-22T19:25:21.791Z Compiling dtrace-parser v0.3.0
14952026-06-22T19:25:21.791Z Compiling http-body-util v0.1.3
14962026-06-22T19:25:21.792Z Compiling dof v0.4.0
14972026-06-22T19:25:21.842Z Compiling webpki-roots v1.0.6
14982026-06-22T19:25:22.262Z Compiling signature v2.2.0
14992026-06-22T19:25:22.268Z Compiling scroll_derive v0.12.1
15002026-06-22T19:25:22.269Z Compiling thiserror-impl v1.0.69
15012026-06-22T19:25:22.269Z Compiling heapless v0.7.17
15022026-06-22T19:25:22.269Z Compiling rand_xorshift v0.4.0
15032026-06-22T19:25:22.329Z Compiling slog v2.8.2
15042026-06-22T19:25:22.347Z Compiling darling_core v0.21.3
15052026-06-22T19:25:22.552Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-06-22T19:25:22.609Z Compiling thread-id v5.1.0
15072026-06-22T19:25:23.121Z Compiling cookie v0.18.1
15082026-06-22T19:25:23.139Z Compiling adler2 v2.0.1
15092026-06-22T19:25:23.139Z Compiling zstd-safe v7.2.4
15102026-06-22T19:25:23.139Z Compiling iri-string v0.7.10
15112026-06-22T19:25:23.139Z Compiling allocator-api2 v0.2.21
15122026-06-22T19:25:23.139Z Compiling unicode-bidi v0.3.18
15132026-06-22T19:25:23.139Z Compiling signal-hook v0.3.18
15142026-06-22T19:25:23.224Z Compiling unicode-properties v0.1.4
15152026-06-22T19:25:23.298Z Compiling unarray v0.1.4
15162026-06-22T19:25:23.317Z Compiling ryu v1.0.23
15172026-06-22T19:25:23.413Z Compiling anyhow v1.0.102
15182026-06-22T19:25:23.441Z Compiling paste v1.0.15
15192026-06-22T19:25:23.473Z Compiling serde_urlencoded v0.7.1
15202026-06-22T19:25:23.532Z Compiling stringprep v0.1.5
15212026-06-22T19:25:23.726Z Compiling proptest v1.10.0
15222026-06-22T19:25:23.750Z Compiling thiserror v1.0.69
15232026-06-22T19:25:23.902Z Compiling miniz_oxide v0.8.9
15242026-06-22T19:25:24.349Z Compiling tower-http v0.6.8
15252026-06-22T19:25:24.481Z Compiling scroll v0.12.0
15262026-06-22T19:25:24.566Z Compiling derive_builder_macro v0.20.2
15272026-06-22T19:25:24.644Z Compiling tokio-native-tls v0.3.1
15282026-06-22T19:25:24.776Z Compiling heck v0.4.1
15292026-06-22T19:25:24.809Z Compiling bstr v1.12.1
15302026-06-22T19:25:24.829Z Compiling darling_macro v0.21.3
15312026-06-22T19:25:24.996Z Compiling ipnetwork v0.21.1
15322026-06-22T19:25:25.018Z Compiling rand_chacha v0.3.1
15332026-06-22T19:25:25.635Z Compiling serde_spanned v0.6.9
15342026-06-22T19:25:25.647Z Compiling erased-serde v0.3.31
15352026-06-22T19:25:25.647Z Compiling toml_datetime v0.6.11
15362026-06-22T19:25:25.647Z Compiling serde_tokenstream v0.2.3
15372026-06-22T19:25:25.647Z Compiling md-5 v0.10.6
15382026-06-22T19:25:25.647Z Compiling pin-project-internal v1.1.11
15392026-06-22T19:25:25.647Z Compiling zerocopy-derive v0.7.35
15402026-06-22T19:25:25.695Z Compiling async-trait v0.1.89
15412026-06-22T19:25:25.807Z Compiling curve25519-dalek v4.1.3
15422026-06-22T19:25:26.240Z Compiling vergen-lib v9.1.0
15432026-06-22T19:25:26.258Z Compiling num-integer v0.1.46
15442026-06-22T19:25:26.259Z Compiling hash32 v0.2.1
15452026-06-22T19:25:26.723Z Compiling ff v0.13.1
15462026-06-22T19:25:26.751Z Compiling memoffset v0.9.1
15472026-06-22T19:25:26.751Z Compiling encoding_rs v0.8.35
15482026-06-22T19:25:26.752Z Compiling base16ct v0.2.0
15492026-06-22T19:25:26.752Z Compiling litrs v1.0.0
15502026-06-22T19:25:26.752Z Compiling ref-cast v1.0.25
15512026-06-22T19:25:26.752Z Compiling zlib-rs v0.6.2
15522026-06-22T19:25:26.752Z Compiling mime v0.3.17
15532026-06-22T19:25:27.370Z Compiling rustix v0.38.44
15542026-06-22T19:25:27.394Z Compiling num-bigint-dig v0.8.6
15552026-06-22T19:25:27.395Z Compiling cfg_aliases v0.2.1
15562026-06-22T19:25:27.395Z Compiling smoltcp v0.9.1
15572026-06-22T19:25:27.395Z Compiling fallible-iterator v0.2.0
15582026-06-22T19:25:27.395Z Compiling psl-types v2.0.11
15592026-06-22T19:25:27.661Z Compiling publicsuffix v2.3.0
15602026-06-22T19:25:27.749Z Compiling postgres-protocol v0.6.10
15612026-06-22T19:25:27.749Z Compiling nix v0.31.2
15622026-06-22T19:25:27.750Z Compiling document-features v0.2.12
15632026-06-22T19:25:28.023Z Compiling pin-project v1.1.11
15642026-06-22T19:25:28.049Z Compiling sec1 v0.7.3
15652026-06-22T19:25:28.104Z Compiling zerocopy v0.7.35
15662026-06-22T19:25:28.165Z Compiling group v0.13.0
15672026-06-22T19:25:28.320Z Compiling num-iter v0.1.45
15682026-06-22T19:25:28.531Z Compiling newtype-uuid v1.3.2
15692026-06-22T19:25:28.624Z Compiling hubpack_derive v0.1.1
15702026-06-22T19:25:28.641Z Compiling darling v0.21.3
15712026-06-22T19:25:28.832Z Compiling rand v0.8.6
15722026-06-22T19:25:28.923Z Compiling oxnet v0.1.6
15732026-06-22T19:25:28.923Z Compiling derive_builder v0.20.2
15742026-06-22T19:25:28.923Z Compiling snafu-derive v0.8.9
15752026-06-22T19:25:29.040Z Compiling hyper-tls v0.6.0
15762026-06-22T19:25:29.505Z Compiling goblin v0.8.2
15772026-06-22T19:25:30.083Z Compiling flate2 v1.1.9
15782026-06-22T19:25:30.125Z Compiling phf_shared v0.13.1
15792026-06-22T19:25:30.125Z Compiling lazy_static v1.5.0
15802026-06-22T19:25:30.125Z Compiling regex v1.12.3
15812026-06-22T19:25:30.125Z Compiling anstyle-parse v0.2.7
15822026-06-22T19:25:30.125Z Compiling strum_macros v0.27.2
15832026-06-22T19:25:30.204Z Compiling futures-executor v0.3.32
15842026-06-22T19:25:30.698Z Compiling hex v0.4.3
15852026-06-22T19:25:30.729Z Compiling hkdf v0.12.4
15862026-06-22T19:25:30.729Z Compiling crypto-bigint v0.5.5
15872026-06-22T19:25:30.729Z Compiling ref-cast-impl v1.0.25
15882026-06-22T19:25:30.729Z Compiling daft-derive v0.1.7
15892026-06-22T19:25:30.752Z Compiling curve25519-dalek-derive v0.1.1
15902026-06-22T19:25:31.094Z Compiling terminal_size v0.4.3
15912026-06-22T19:25:31.213Z Compiling vergen v9.1.0
15922026-06-22T19:25:31.325Z Compiling fs-err v3.3.0
15932026-06-22T19:25:31.359Z Compiling cargo-platform v0.3.2
15942026-06-22T19:25:31.391Z Compiling ahash v0.8.12
15952026-06-22T19:25:31.509Z Compiling same-file v1.0.6
15962026-06-22T19:25:31.596Z Compiling managed v0.8.0
15972026-06-22T19:25:31.647Z Compiling winnow v0.5.40
15982026-06-22T19:25:31.673Z Compiling foldhash v0.1.5
15992026-06-22T19:25:31.794Z Compiling object v0.37.3
16002026-06-22T19:25:31.822Z Compiling bitflags v1.3.2
16012026-06-22T19:25:31.906Z Compiling foldhash v0.2.0
16022026-06-22T19:25:32.009Z Compiling libbz2-rs-sys v0.2.2
16032026-06-22T19:25:32.085Z Compiling bumpalo v3.20.2
16042026-06-22T19:25:32.181Z Compiling hashbrown v0.16.1
16052026-06-22T19:25:32.340Z Compiling zopfli v0.8.3
16062026-06-22T19:25:32.563Z Compiling bzip2 v0.6.1
16072026-06-22T19:25:33.041Z Compiling strum v0.27.2
16082026-06-22T19:25:33.067Z Compiling hashbrown v0.15.5
16092026-06-22T19:25:33.067Z Compiling clap_builder v4.6.0
16102026-06-22T19:25:33.067Z Compiling walkdir v2.5.0
16112026-06-22T19:25:33.067Z Compiling toml_edit v0.19.15
16122026-06-22T19:25:33.130Z Compiling cargo_metadata v0.23.1
16132026-06-22T19:25:33.301Z Compiling elliptic-curve v0.13.8
16142026-06-22T19:25:33.533Z Compiling daft v0.1.7
16152026-06-22T19:25:33.700Z Compiling dof v0.3.0
16162026-06-22T19:25:33.906Z Compiling snafu v0.8.9
16172026-06-22T19:25:34.268Z Compiling futures v0.3.32
16182026-06-22T19:25:34.334Z Compiling anstream v0.6.21
16192026-06-22T19:25:34.457Z Compiling phf v0.13.1
16202026-06-22T19:25:34.610Z Compiling signal-hook-mio v0.2.5
16212026-06-22T19:25:34.643Z Compiling cookie_store v0.22.1
16222026-06-22T19:25:34.717Z Compiling bzip2 v0.4.4
16232026-06-22T19:25:34.924Z Compiling zstd v0.13.3
16242026-06-22T19:25:35.052Z Compiling hubpack v0.1.2
16252026-06-22T19:25:35.186Z Compiling serde_with_macros v3.17.0
16262026-06-22T19:25:35.283Z Compiling postgres-types v0.2.12
16272026-06-22T19:25:36.031Z Compiling usdt-macro v0.6.0
16282026-06-22T19:25:36.036Z Compiling usdt-attr-macro v0.6.0
16292026-06-22T19:25:36.036Z Compiling globset v0.4.18
16302026-06-22T19:25:36.240Z Compiling dtrace-parser v0.2.0
16312026-06-22T19:25:36.291Z Compiling ed25519 v2.2.3
16322026-06-22T19:25:36.359Z Compiling phf_shared v0.11.3
16332026-06-22T19:25:36.434Z Compiling olpc-cjson v0.1.4
16342026-06-22T19:25:36.493Z Compiling pkcs1 v0.7.5
16352026-06-22T19:25:36.493Z Compiling clap_derive v4.6.1
16362026-06-22T19:25:36.938Z Compiling strum_macros v0.26.4
16372026-06-22T19:25:36.942Z Compiling enum-as-inner v0.6.1
16382026-06-22T19:25:36.942Z Compiling serde_plain v1.0.2
16392026-06-22T19:25:36.970Z Compiling serde-big-array v0.5.1
16402026-06-22T19:25:37.076Z Compiling rfc6979 v0.4.0
16412026-06-22T19:25:37.498Z Compiling pem v3.0.6
16422026-06-22T19:25:37.501Z Compiling serde_repr v0.1.20
16432026-06-22T19:25:37.501Z Compiling async-recursion v1.1.1
16442026-06-22T19:25:37.501Z Compiling float-cmp v0.10.0
16452026-06-22T19:25:37.501Z Compiling thread-id v4.2.2
16462026-06-22T19:25:37.501Z Compiling memmap2 v0.9.10
16472026-06-22T19:25:37.897Z Compiling env_filter v1.0.0
16482026-06-22T19:25:37.897Z Compiling jiff v0.2.21
16492026-06-22T19:25:37.897Z Compiling fixedbitset v0.4.2
16502026-06-22T19:25:37.897Z Compiling static_assertions v1.1.0
16512026-06-22T19:25:37.897Z Compiling new_debug_unreachable v1.0.6
16522026-06-22T19:25:37.897Z Compiling precomputed-hash v0.1.1
16532026-06-22T19:25:37.946Z Compiling typed-path v0.9.3
16542026-06-22T19:25:37.975Z Compiling keccak v0.1.6
16552026-06-22T19:25:37.975Z Compiling difflib v0.4.0
16562026-06-22T19:25:38.306Z Compiling whoami v2.1.0
16572026-06-22T19:25:38.749Z Compiling either v1.15.0
16582026-06-22T19:25:38.764Z Compiling normalize-line-endings v0.3.0
16592026-06-22T19:25:38.764Z Compiling fixedbitset v0.5.7
16602026-06-22T19:25:38.764Z Compiling predicates-core v1.0.10
16612026-06-22T19:25:38.764Z Compiling data-encoding v2.10.0
16622026-06-22T19:25:38.765Z Compiling itertools v0.13.0
16632026-06-22T19:25:38.793Z Compiling petgraph v0.8.3
16642026-06-22T19:25:38.855Z Compiling predicates v3.1.4
16652026-06-22T19:25:39.141Z Compiling hickory-proto v0.25.2
16662026-06-22T19:25:39.355Z Compiling tokio-postgres v0.7.16
16672026-06-22T19:25:39.490Z Compiling strum v0.26.3
16682026-06-22T19:25:40.035Z Compiling clap v4.6.1
16692026-06-22T19:25:40.053Z Compiling sha3 v0.10.8
16702026-06-22T19:25:40.053Z Compiling string_cache v0.8.9
16712026-06-22T19:25:40.053Z Compiling petgraph v0.6.5
16722026-06-22T19:25:40.584Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-22T19:25:40.612Z Compiling toml_edit v0.22.27
16742026-06-22T19:25:41.171Z Compiling zip v4.6.1
16752026-06-22T19:25:41.460Z Compiling env_logger v0.11.9
16762026-06-22T19:25:41.926Z Compiling usdt v0.6.0
16772026-06-22T19:25:41.947Z Compiling usdt-impl v0.5.0
16782026-06-22T19:25:41.947Z Compiling ecdsa v0.16.9
16792026-06-22T19:25:41.947Z Compiling rsa v0.9.10
16802026-06-22T19:25:41.947Z Compiling ed25519-dalek v2.2.0
16812026-06-22T19:25:42.165Z Compiling serde_with v3.17.0
16822026-06-22T19:25:42.257Z Compiling crossterm v0.28.1
16832026-06-22T19:25:42.905Z Compiling zip v0.6.6
16842026-06-22T19:25:43.397Z Compiling toml v0.7.8
16852026-06-22T19:25:43.476Z Compiling iddqd v0.4.2
16862026-06-22T19:25:44.039Z Compiling toml_parser v1.0.9+spec-1.1.0
16872026-06-22T19:25:44.083Z Compiling similar v2.7.0
16882026-06-22T19:25:44.083Z Compiling crossbeam-epoch v0.9.18
16892026-06-22T19:25:44.083Z Compiling tokio-stream v0.1.18
16902026-06-22T19:25:44.375Z Compiling buf-list v1.1.2
16912026-06-22T19:25:44.497Z Compiling x509-cert v0.2.5
16922026-06-22T19:25:45.040Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16932026-06-22T19:25:45.061Z Compiling openapiv3 v2.2.0
16942026-06-22T19:25:45.061Z Compiling sha1 v0.10.6
16952026-06-22T19:25:45.061Z Compiling peg-runtime v0.8.5
16962026-06-22T19:25:45.061Z Compiling lalrpop-util v0.19.12
16972026-06-22T19:25:45.061Z Compiling thread_local v1.1.9
16982026-06-22T19:25:45.101Z Compiling slog-async v2.8.0
16992026-06-22T19:25:45.128Z Compiling crossbeam-channel v0.5.15
17002026-06-22T19:25:45.164Z Compiling is-terminal v0.4.17
17012026-06-22T19:25:45.241Z Compiling filetime v0.2.27
17022026-06-22T19:25:45.325Z Compiling take_mut v0.2.2
17032026-06-22T19:25:45.384Z Compiling xattr v1.6.1
17042026-06-22T19:25:45.399Z Compiling term v1.2.1
17052026-06-22T19:25:45.523Z Compiling tar v0.4.45
17062026-06-22T19:25:45.952Z Compiling slog-term v2.9.2
17072026-06-22T19:25:55.645Z Compiling rustls-webpki v0.103.9
17082026-06-22T19:25:58.576Z Compiling tokio-rustls v0.26.4
17092026-06-22T19:25:58.576Z Compiling rustls-platform-verifier v0.6.2
17102026-06-22T19:25:58.648Z Compiling hyper-rustls v0.27.7
17112026-06-22T19:25:58.891Z Compiling reqwest v0.12.28
17122026-06-22T19:25:58.937Z Compiling reqwest v0.13.2
17132026-06-22T19:26:00.095Z Compiling tough v0.22.0
17142026-06-22T19:26:02.622Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-06-22T19:26:02.848Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-06-22T19:26:05.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17172026-06-22T19:26:06.013Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-06-22T19:26:06.130ZJun 22 19:26:04.300 INFO Starting download, target: Cockroach
17192026-06-22T19:26:06.130ZJun 22 19:26:04.300 INFO Starting download, target: Console
17202026-06-22T19:26:06.130ZJun 22 19:26:04.300 INFO Starting download, target: Clickhouse
17212026-06-22T19:26:06.130ZJun 22 19:26:04.300 INFO Starting download, target: DendriteStub
17222026-06-22T19:26:06.131ZJun 22 19:26:04.300 INFO Starting download, target: MaghemiteMgd
17232026-06-22T19:26:06.131ZJun 22 19:26:04.300 INFO Starting download, target: MaghemiteDdmd
17242026-06-22T19:26:06.131ZJun 22 19:26:04.300 INFO Starting download, target: TransceiverControl
17252026-06-22T19:26:06.131ZJun 22 19:26:04.300 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-06-22T19:26:06.131ZJun 22 19:26:04.300 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-06-22T19:26:06.131ZJun 22 19:26:04.300 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17282026-06-22T19:26:06.131ZJun 22 19:26:04.300 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17292026-06-22T19:26:06.131ZJun 22 19:26:04.300 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-06-22T19:26:06.131ZJun 22 19:26:04.300 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-06-22T19:26:06.131ZJun 22 19:26:04.300 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-06-22T19:26:06.753ZJun 22 19:26:05.177 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17332026-06-22T19:26:07.022ZJun 22 19:26:05.445 INFO Download complete, target: Console
17342026-06-22T19:26:08.011ZJun 22 19:26:06.143 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17352026-06-22T19:26:09.960ZJun 22 19:26:08.349 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-06-22T19:26:10.151ZJun 22 19:26:08.555 INFO Download complete, target: TransceiverControl
17372026-06-22T19:26:14.694ZJun 22 19:26:12.781 INFO Checking that binary works, target: Clickhouse
17382026-06-22T19:26:14.871ZJun 22 19:26:12.873 INFO Download complete, target: Clickhouse
17392026-06-22T19:26:26.551ZJun 22 19:26:24.964 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17402026-06-22T19:26:28.156ZJun 22 19:26:26.594 INFO Download complete, target: MaghemiteDdmd
17412026-06-22T19:26:33.943ZJun 22 19:26:32.211 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-06-22T19:26:34.609ZJun 22 19:26:33.027 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-06-22T19:26:36.202ZJun 22 19:26:34.571 INFO Download complete, target: DendriteStub
17442026-06-22T19:26:36.951ZJun 22 19:26:35.371 INFO Download complete, target: MaghemiteMgd
17452026-06-22T19:26:47.945ZJun 22 19:26:46.322 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-06-22T19:26:47.945ZJun 22 19:26:46.322 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-06-22T19:26:52.412ZJun 22 19:26:50.836 INFO Checking that binary works, target: Cockroach
17482026-06-22T19:26:52.516ZJun 22 19:26:50.945 INFO Download complete, target: Cockroach
17492026-06-22T19:26:52.533ZAll builder prerequisites installed successfully, and PATH looks valid
17502026-06-22T19:26:52.561Z
17512026-06-22T19:26:52.561Zreal 2:42.601858984
17522026-06-22T19:26:52.561Zuser 6:51.310176296
17532026-06-22T19:26:52.561Zsys 1:22.008917809
17542026-06-22T19:26:52.561Ztrap 0.218647256
17552026-06-22T19:26:52.561Ztflt 0.681422782
17562026-06-22T19:26:52.561Zdflt 0.612212989
17572026-06-22T19:26:52.561Zkflt 0.023078300
17582026-06-22T19:26:52.562Zlock 33:06.567816634
17592026-06-22T19:26:52.562Zslp 22:19.605633939
17602026-06-22T19:26:52.562Zlat 42.059020922
17612026-06-22T19:26:52.562Zstop 1:51.874469328
17622026-06-22T19:26:52.562Z+ banner clippy
17632026-06-22T19:26:52.562Z
17642026-06-22T19:26:52.562Z #### # # ##### ##### # #
17652026-06-22T19:26:52.562Z # # # # # # # # # #
17662026-06-22T19:26:52.562Z # # # # # # # #
17672026-06-22T19:26:52.562Z # # # ##### ##### #
17682026-06-22T19:26:52.562Z # # # # # # #
17692026-06-22T19:26:52.562Z #### ###### # # # #
17702026-06-22T19:26:52.562Z
17712026-06-22T19:26:52.562Z+ export CARGO_INCREMENTAL=0
17722026-06-22T19:26:52.562Z+ CARGO_INCREMENTAL=0
17732026-06-22T19:26:52.563Z+ ptime -m cargo xtask clippy
17742026-06-22T19:26:52.980Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17752026-06-22T19:26:53.181Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17762026-06-22T19:26:54.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
17772026-06-22T19:26:55.030Z Running `target/debug/xtask clippy`
17782026-06-22T19:26:55.055Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17792026-06-22T19:26:55.581Z Downloading crates ...
17802026-06-22T19:26:55.781Z Downloaded approx v0.5.1
17812026-06-22T19:26:55.802Z Downloaded plotters-backend v0.3.7
17822026-06-22T19:26:55.807Z Downloaded httptest v0.16.4
17832026-06-22T19:26:55.807Z Downloaded linkme-impl v0.3.35
17842026-06-22T19:26:55.807Z Downloaded target-spec v3.5.7
17852026-06-22T19:26:55.807Z Downloaded termcolor v1.4.1
17862026-06-22T19:26:55.836Z Downloaded supports-hyperlinks v2.1.0
17872026-06-22T19:26:55.847Z Downloaded rust-argon2 v2.1.0
17882026-06-22T19:26:55.847Z Downloaded relative-path v1.9.3
17892026-06-22T19:26:55.847Z Downloaded constant_time_eq v0.3.1
17902026-06-22T19:26:55.847Z Downloaded escape8259 v0.5.3
17912026-06-22T19:26:55.847Z Downloaded cast v0.3.0
17922026-06-22T19:26:55.847Z Downloaded parking v2.2.1
17932026-06-22T19:26:55.859Z Downloaded event-listener v5.4.1
17942026-06-22T19:26:55.859Z Downloaded async-lock v3.4.2
17952026-06-22T19:26:55.866Z Downloaded target-triple v1.0.0
17962026-06-22T19:26:55.866Z Downloaded supports-unicode v2.1.0
17972026-06-22T19:26:55.866Z Downloaded miette-derive v5.10.0
17982026-06-22T19:26:55.866Z Downloaded guppy-workspace-hack v0.1.0
17992026-06-22T19:26:55.866Z Downloaded backtrace-ext v0.2.1
18002026-06-22T19:26:55.869Z Downloaded target-lexicon v0.13.3
18012026-06-22T19:26:55.869Z Downloaded linkme v0.3.35
18022026-06-22T19:26:55.869Z Downloaded supports-color v2.1.0
18032026-06-22T19:26:55.872Z Downloaded plotters-svg v0.3.7
18042026-06-22T19:26:55.875Z Downloaded libtest-mimic v0.8.1
18052026-06-22T19:26:55.875Z Downloaded futures-timer v3.0.3
18062026-06-22T19:26:55.879Z Downloaded concurrent-queue v2.5.0
18072026-06-22T19:26:55.883Z Downloaded pathdiff v0.2.3
18082026-06-22T19:26:55.889Z Downloaded tokio-test v0.4.5
18092026-06-22T19:26:55.889Z Downloaded assert-json-diff v2.0.2
18102026-06-22T19:26:55.889Z Downloaded similar-asserts v1.7.0
18112026-06-22T19:26:55.898Z Downloaded async-object-pool v0.2.0
18122026-06-22T19:26:55.902Z Downloaded knuffel-derive v3.2.0
18132026-06-22T19:26:55.902Z Downloaded anes v0.1.6
18142026-06-22T19:26:55.912Z Downloaded event-listener-strategy v0.5.4
18152026-06-22T19:26:55.917Z Downloaded terminal_size v0.1.17
18162026-06-22T19:26:55.917Z Downloaded owo-colors v3.5.0
18172026-06-22T19:26:55.922Z Downloaded criterion-plot v0.6.0
18182026-06-22T19:26:55.932Z Downloaded serde_regex v1.1.0
18192026-06-22T19:26:55.936Z Downloaded nested v0.1.1
18202026-06-22T19:26:55.936Z Downloaded stringmetrics v2.2.2
18212026-06-22T19:26:55.936Z Downloaded path-tree v0.8.3
18222026-06-22T19:26:55.936Z Downloaded blake2b_simd v1.0.4
18232026-06-22T19:26:55.952Z Downloaded trybuild v1.0.116
18242026-06-22T19:26:55.964Z Downloaded datatest-stable v0.3.3
18252026-06-22T19:26:55.964Z Downloaded hickory-client v0.25.2
18262026-06-22T19:26:55.964Z Downloaded addr2line v0.25.1
18272026-06-22T19:26:55.978Z Downloaded oorandom v11.1.5
18282026-06-22T19:26:55.978Z Downloaded gimli v0.32.3
18292026-06-22T19:26:55.978Z Downloaded partial-io v0.5.4
18302026-06-22T19:26:56.008Z Downloaded tinytemplate v1.2.1
18312026-06-22T19:26:56.025Z Downloaded knuffel v3.2.0
18322026-06-22T19:26:56.025Z Downloaded cfg-expr v0.20.6
18332026-06-22T19:26:56.025Z Downloaded rustc-demangle v0.1.27
18342026-06-22T19:26:56.025Z Downloaded textwrap v0.15.2
18352026-06-22T19:26:56.025Z Downloaded fancy-regex v0.14.0
18362026-06-22T19:26:56.025Z Downloaded miette v5.10.0
18372026-06-22T19:26:56.025Z Downloaded assert_cmd v2.1.2
18382026-06-22T19:26:56.025Z Downloaded rstest v0.25.0
18392026-06-22T19:26:56.025Z Downloaded chumsky v0.9.3
18402026-06-22T19:26:56.025Z Downloaded rstest_macros v0.25.0
18412026-06-22T19:26:56.046Z Downloaded hashbrown v0.14.5
18422026-06-22T19:26:56.070Z Downloaded rand_distr v0.5.1
18432026-06-22T19:26:56.070Z Downloaded guppy v0.17.25
18442026-06-22T19:26:56.070Z Downloaded backtrace v0.3.76
18452026-06-22T19:26:56.070Z Downloaded plotters v0.3.7
18462026-06-22T19:26:56.070Z Downloaded criterion v0.7.0
18472026-06-22T19:26:56.183Z Downloaded httpmock v0.8.3
18482026-06-22T19:26:57.824Z Checking cfg-if v1.0.4
18492026-06-22T19:26:58.173Z Checking libc v0.2.185
18502026-06-22T19:26:58.176Z Checking serde_core v1.0.228
18512026-06-22T19:26:58.250Z Checking memchr v2.8.0
18522026-06-22T19:26:58.285Z Checking smallvec v1.15.1
18532026-06-22T19:26:58.330Z Checking itoa v1.0.17
18542026-06-22T19:26:58.364Z Checking log v0.4.29
18552026-06-22T19:26:58.413Z Checking zeroize v1.8.2
18562026-06-22T19:26:58.420Z Checking libm v0.2.16
18572026-06-22T19:26:58.499Z Checking scopeguard v1.2.0
18582026-06-22T19:26:58.535Z Checking stable_deref_trait v1.2.1
18592026-06-22T19:26:58.574Z Checking zmij v1.0.21
18602026-06-22T19:26:58.607Z Checking errno v0.3.14
18612026-06-22T19:26:58.615Z Checking getrandom v0.2.17
18622026-06-22T19:26:58.682Z Checking lock_api v0.4.14
18632026-06-22T19:26:58.694Z Checking zerofrom v0.1.6
18642026-06-22T19:26:58.742Z Checking percent-encoding v2.3.2
18652026-06-22T19:26:58.783Z Checking litemap v0.8.1
18662026-06-22T19:26:58.830Z Checking writeable v0.6.2
18672026-06-22T19:26:58.857Z Checking yoke v0.8.1
18682026-06-22T19:26:58.890Z Checking icu_normalizer_data v2.1.1
18692026-06-22T19:26:58.923Z Checking icu_properties_data v2.1.2
18702026-06-22T19:26:58.957Z Checking subtle v2.6.1
18712026-06-22T19:26:58.992Z Checking form_urlencoded v1.2.2
18722026-06-22T19:26:59.025Z Checking utf8_iter v1.0.4
18732026-06-22T19:26:59.069Z Checking rand_core v0.6.4
18742026-06-22T19:26:59.083Z Checking zerovec v0.11.5
18752026-06-22T19:26:59.134Z Checking zerotrie v0.2.3
18762026-06-22T19:26:59.163Z Checking num-traits v0.2.19
18772026-06-22T19:26:59.180Z Checking pin-project-lite v0.2.17
18782026-06-22T19:26:59.247Z Checking zerocopy v0.8.40
18792026-06-22T19:26:59.270Z Checking rand_core v0.10.0
18802026-06-22T19:26:59.318Z Checking parking_lot_core v0.9.12
18812026-06-22T19:26:59.355Z Checking portable-atomic v1.13.1
18822026-06-22T19:26:59.390Z Checking signal-hook-registry v1.4.8
18832026-06-22T19:26:59.449Z Checking getrandom v0.4.1
18842026-06-22T19:26:59.522Z Checking parking_lot v0.12.5
18852026-06-22T19:26:59.557Z Checking tinystr v0.8.2
18862026-06-22T19:26:59.596Z Checking potential_utf v0.1.4
18872026-06-22T19:26:59.619Z Checking critical-section v1.2.0
18882026-06-22T19:26:59.677Z Checking serde v1.0.228
18892026-06-22T19:26:59.718Z Checking serde_json v1.0.149
18902026-06-22T19:26:59.748Z Checking bitflags v2.11.0
18912026-06-22T19:26:59.755Z Checking icu_locale_core v2.1.1
18922026-06-22T19:26:59.783Z Checking icu_collections v2.1.1
18932026-06-22T19:26:59.854Z Checking once_cell v1.21.3
18942026-06-22T19:26:59.899Z Checking mio v1.2.0
18952026-06-22T19:26:59.953Z Checking typenum v1.19.0
18962026-06-22T19:27:00.055Z Checking socket2 v0.6.3
18972026-06-22T19:27:00.126Z Checking bytes v1.11.1
18982026-06-22T19:27:00.151Z Checking iana-time-zone v0.1.65
18992026-06-22T19:27:00.211Z Checking uuid v1.23.0
19002026-06-22T19:27:00.272Z Checking chrono v0.4.44
19012026-06-22T19:27:00.322Z Checking thiserror v2.0.18
19022026-06-22T19:27:00.386Z Checking icu_provider v2.1.1
19032026-06-22T19:27:00.406Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19042026-06-22T19:27:00.459Z Checking semver v1.0.28
19052026-06-22T19:27:00.505Z Checking generic-array v0.14.7
19062026-06-22T19:27:00.535Z Checking futures-core v0.3.32
19072026-06-22T19:27:00.606Z Checking tokio v1.52.1
19082026-06-22T19:27:00.651Z Checking icu_properties v2.1.2
19092026-06-22T19:27:00.706Z Checking icu_normalizer v2.1.1
19102026-06-22T19:27:00.715Z Checking dyn-clone v1.0.20
19112026-06-22T19:27:00.771Z Checking const-oid v0.9.6
19122026-06-22T19:27:00.877Z Checking equivalent v1.0.2
19132026-06-22T19:27:00.983Z Checking crypto-common v0.1.7
19142026-06-22T19:27:01.017Z Checking block-buffer v0.10.4
19152026-06-22T19:27:01.069Z Checking rustix v1.1.3
19162026-06-22T19:27:01.128Z Checking byteorder v1.5.0
19172026-06-22T19:27:01.164Z Checking futures-sink v0.3.32
19182026-06-22T19:27:01.204Z Checking futures-io v0.3.32
19192026-06-22T19:27:01.290Z Checking futures-channel v0.3.32
19202026-06-22T19:27:01.345Z Checking slab v0.4.12
19212026-06-22T19:27:01.377Z Checking futures-task v0.3.32
19222026-06-22T19:27:01.504Z Checking digest v0.10.7
19232026-06-22T19:27:01.543Z Checking cpufeatures v0.2.17
19242026-06-22T19:27:01.549Z Checking idna_adapter v1.2.1
19252026-06-22T19:27:01.549Z Checking thiserror v1.0.69
19262026-06-22T19:27:01.631Z Checking futures-util v0.3.32
19272026-06-22T19:27:01.706Z Checking hashbrown v0.17.0
19282026-06-22T19:27:01.740Z Checking idna v1.1.0
19292026-06-22T19:27:01.760Z Checking getrandom v0.3.4
19302026-06-22T19:27:01.779Z Checking fnv v1.0.7
19312026-06-22T19:27:01.923Z Checking regex-syntax v0.8.10
19322026-06-22T19:27:01.964Z Checking http v1.4.0
19332026-06-22T19:27:02.003Z Checking tracing-core v0.1.36
19342026-06-22T19:27:02.043Z Checking url v2.5.8
19352026-06-22T19:27:02.071Z Checking ppv-lite86 v0.2.21
19362026-06-22T19:27:02.148Z Checking indexmap v2.14.0
19372026-06-22T19:27:02.311Z Checking base64 v0.22.1
19382026-06-22T19:27:02.354Z Checking utf8parse v0.2.2
19392026-06-22T19:27:02.456Z Checking schemars v0.8.22
19402026-06-22T19:27:02.489Z Checking tracing v0.1.44
19412026-06-22T19:27:02.523Z Checking anstyle v1.0.14
19422026-06-22T19:27:02.560Z Checking is_terminal_polyfill v1.70.2
19432026-06-22T19:27:02.674Z Checking anstyle-query v1.1.5
19442026-06-22T19:27:02.715Z Checking colorchoice v1.0.4
19452026-06-22T19:27:02.755Z Checking base64ct v1.8.3
19462026-06-22T19:27:02.767Z Checking block-padding v0.3.3
19472026-06-22T19:27:02.819Z Checking ipnet v2.11.0
19482026-06-22T19:27:02.852Z Checking untrusted v0.9.0
19492026-06-22T19:27:02.943Z Checking inout v0.1.4
19502026-06-22T19:27:02.992Z Checking ring v0.17.14
19512026-06-22T19:27:03.022Z Checking anstyle-parse v1.0.0
19522026-06-22T19:27:03.093Z Checking terminal_size v0.4.3
19532026-06-22T19:27:03.134Z Checking cipher v0.4.4
19542026-06-22T19:27:03.139Z Checking aho-corasick v1.1.4
19552026-06-22T19:27:03.212Z Checking crossbeam-utils v0.8.21
19562026-06-22T19:27:03.243Z Checking unicode-ident v1.0.24
19572026-06-22T19:27:03.260Z Checking anstream v1.0.0
19582026-06-22T19:27:03.388Z Checking strsim v0.11.1
19592026-06-22T19:27:03.413Z Checking proc-macro2 v1.0.106
19602026-06-22T19:27:03.494Z Checking clap_lex v1.0.0
19612026-06-22T19:27:03.523Z Checking pem-rfc7468 v0.7.0
19622026-06-22T19:27:03.558Z Checking sha2 v0.10.9
19632026-06-22T19:27:03.567Z Checking rustls-pki-types v1.14.0
19642026-06-22T19:27:03.665Z Checking clap_builder v4.6.0
19652026-06-22T19:27:03.712Z Checking httparse v1.10.1
19662026-06-22T19:27:03.742Z Checking quote v1.0.45
19672026-06-22T19:27:03.786Z Checking tokio-util v0.7.18
19682026-06-22T19:27:03.850Z Checking powerfmt v0.2.0
19692026-06-22T19:27:03.853Z Checking regex-automata v0.4.14
19702026-06-22T19:27:03.913Z Checking rand_core v0.9.5
19712026-06-22T19:27:03.949Z Checking hmac v0.12.1
19722026-06-22T19:27:03.952Z Checking syn v2.0.117
19732026-06-22T19:27:04.020Z Checking num-conv v0.2.0
19742026-06-22T19:27:04.049Z Checking deranged v0.5.8
19752026-06-22T19:27:04.111Z Checking num_threads v0.1.7
19762026-06-22T19:27:04.119Z Checking time-core v0.1.8
19772026-06-22T19:27:04.176Z Checking erased-serde v0.3.31
19782026-06-22T19:27:04.221Z Checking flagset v0.4.7
19792026-06-22T19:27:04.307Z Checking http-body v1.0.1
19802026-06-22T19:27:04.378Z Checking der v0.7.10
19812026-06-22T19:27:04.408Z Checking allocator-api2 v0.2.21
19822026-06-22T19:27:04.465Z Checking atomic-waker v1.1.2
19832026-06-22T19:27:04.579Z Checking slog v2.8.2
19842026-06-22T19:27:04.609Z Checking rand_chacha v0.9.0
19852026-06-22T19:27:04.710Z Checking anyhow v1.0.102
19862026-06-22T19:27:04.839Z Checking try-lock v0.2.5
19872026-06-22T19:27:04.869Z Checking httpdate v1.0.3
19882026-06-22T19:27:04.903Z Checking clap v4.6.1
19892026-06-22T19:27:04.938Z Checking rand v0.9.2
19902026-06-22T19:27:04.971Z Checking want v0.3.1
19912026-06-22T19:27:05.015Z Checking time v0.3.47
19922026-06-22T19:27:05.043Z Checking h2 v0.4.13
19932026-06-22T19:27:05.048Z Checking spin v0.9.8
19942026-06-22T19:27:05.118Z Checking tower-layer v0.3.3
19952026-06-22T19:27:05.161Z Checking tower-service v0.3.3
19962026-06-22T19:27:05.271Z Checking ryu v1.0.23
19972026-06-22T19:27:05.306Z Checking pin-utils v0.1.0
19982026-06-22T19:27:05.309Z Checking ipnetwork v0.21.1
19992026-06-22T19:27:05.425Z Checking socket2 v0.5.10
20002026-06-22T19:27:05.463Z Checking mime v0.3.17
20012026-06-22T19:27:05.503Z Checking fastrand v2.3.0
20022026-06-22T19:27:05.588Z Checking spki v0.7.3
20032026-06-22T19:27:05.656Z Checking pbkdf2 v0.12.2
20042026-06-22T19:27:05.686Z Checking aes v0.8.4
20052026-06-22T19:27:05.720Z Checking http-body-util v0.1.3
20062026-06-22T19:27:05.741Z Checking salsa20 v0.10.2
20072026-06-22T19:27:05.776Z Checking cbc v0.1.2
20082026-06-22T19:27:05.787Z Checking rand_chacha v0.3.1
20092026-06-22T19:27:05.900Z Checking hex v0.4.3
20102026-06-22T19:27:05.925Z Checking aws-lc-sys v0.40.0
20112026-06-22T19:27:05.960Z Checking pretty-hex v0.4.1
20122026-06-22T19:27:06.044Z Checking simd-adler32 v0.3.8
20132026-06-22T19:27:06.492Z Checking untrusted v0.7.1
20142026-06-22T19:27:06.509Z Checking rand v0.8.6
20152026-06-22T19:27:06.509Z Checking scrypt v0.11.0
20162026-06-22T19:27:06.509Z Checking tempfile v3.25.0
20172026-06-22T19:27:06.509Z Checking plain v0.2.3
20182026-06-22T19:27:06.509Z Checking adler2 v2.0.1
20192026-06-22T19:27:06.509Z Checking openssl-probe v0.2.1
20202026-06-22T19:27:06.510Z Checking pkcs5 v0.7.1
20212026-06-22T19:27:06.510Z Checking regex v1.12.3
20222026-06-22T19:27:06.510Z Checking miniz_oxide v0.8.9
20232026-06-22T19:27:06.510Z Checking serde_urlencoded v0.7.1
20242026-06-22T19:27:06.510Z Checking encoding_rs v0.8.35
20252026-06-22T19:27:06.528Z Checking aws-lc-rs v1.16.3
20262026-06-22T19:27:06.612Z Checking ucd-trie v0.1.7
20272026-06-22T19:27:06.674Z Checking pkcs8 v0.10.2
20282026-06-22T19:27:06.677Z Checking camino v1.2.2
20292026-06-22T19:27:06.677Z Checking rustls-native-certs v0.8.3
20302026-06-22T19:27:06.768Z Checking pest v2.8.6
20312026-06-22T19:27:06.817Z Checking oxnet v0.1.6
20322026-06-22T19:27:06.855Z Checking futures-executor v0.3.32
20332026-06-22T19:27:06.891Z Checking sync_wrapper v1.0.2
20342026-06-22T19:27:07.001Z Checking either v1.15.0
20352026-06-22T19:27:07.050Z Checking tower v0.5.3
20362026-06-22T19:27:07.060Z Checking futures v0.3.32
20372026-06-22T19:27:07.104Z Checking webpki-roots v1.0.6
20382026-06-22T19:27:07.174Z Checking crc32fast v1.5.0
20392026-06-22T19:27:07.222Z Checking iri-string v0.7.10
20402026-06-22T19:27:07.256Z Checking static_assertions v1.1.0
20412026-06-22T19:27:07.757Z Checking foldhash v0.2.0
20422026-06-22T19:27:07.761Z Checking rustls-webpki v0.103.9
20432026-06-22T19:27:07.761Z Checking lazy_static v1.5.0
20442026-06-22T19:27:07.762Z Checking openapiv3 v2.2.0
20452026-06-22T19:27:07.762Z Checking signature v2.2.0
20462026-06-22T19:27:07.762Z Checking hashbrown v0.16.1
20472026-06-22T19:27:07.762Z Checking winnow v0.7.14
20482026-06-22T19:27:07.762Z Checking hubpack v0.1.2
20492026-06-22T19:27:07.762Z Checking hyper v1.8.1
20502026-06-22T19:27:07.841Z Checking rustls v0.23.37
20512026-06-22T19:27:07.844Z Checking zlib-rs v0.6.2
20522026-06-22T19:27:07.915Z Checking strum v0.26.3
20532026-06-22T19:27:08.060Z Checking tinyvec_macros v0.1.1
20542026-06-22T19:27:08.097Z Checking psl-types v2.0.11
20552026-06-22T19:27:08.162Z Checking tinyvec v1.10.0
20562026-06-22T19:27:08.237Z Checking publicsuffix v2.3.0
20572026-06-22T19:27:08.274Z Checking tower-http v0.6.8
20582026-06-22T19:27:08.425Z Checking cookie v0.18.1
20592026-06-22T19:27:08.490Z Checking sha1 v0.10.6
20602026-06-22T19:27:08.576Z Checking num-integer v0.1.46
20612026-06-22T19:27:08.680Z Checking scroll v0.13.0
20622026-06-22T19:27:08.715Z Checking data-encoding v2.10.0
20632026-06-22T19:27:08.752Z Checking flate2 v1.1.9
20642026-06-22T19:27:08.756Z Checking hyper-util v0.1.20
20652026-06-22T19:27:08.756Z Checking cookie_store v0.22.1
20662026-06-22T19:27:08.849Z Checking serde_spanned v0.6.9
20672026-06-22T19:27:08.853Z Checking toml_datetime v0.6.11
20682026-06-22T19:27:08.929Z Checking goblin v0.10.5
20692026-06-22T19:27:09.405Z Checking memmap2 v0.9.10
20702026-06-22T19:27:09.408Z Checking base16ct v0.2.0
20712026-06-22T19:27:09.408Z Checking bit-vec v0.8.0
20722026-06-22T19:27:09.408Z Checking dtrace-parser v0.3.0
20732026-06-22T19:27:09.408Z Checking ff v0.13.1
20742026-06-22T19:27:09.408Z Checking thread-id v5.1.0
20752026-06-22T19:27:09.409Z Checking sec1 v0.7.3
20762026-06-22T19:27:09.409Z Checking bit-set v0.8.0
20772026-06-22T19:27:09.409Z Checking wait-timeout v0.2.1
20782026-06-22T19:27:09.409Z Checking group v0.13.0
20792026-06-22T19:27:09.409Z Checking num-iter v0.1.45
20802026-06-22T19:27:09.468Z Checking bstr v1.12.1
20812026-06-22T19:27:09.503Z Checking hkdf v0.12.4
20822026-06-22T19:27:09.510Z Checking crossbeam-epoch v0.9.18
20832026-06-22T19:27:09.586Z Checking anstyle-parse v0.2.7
20842026-06-22T19:27:09.590Z Checking ahash v0.8.12
20852026-06-22T19:27:09.695Z Checking crypto-bigint v0.5.5
20862026-06-22T19:27:09.749Z Checking quick-error v1.2.3
20872026-06-22T19:27:09.784Z Checking anstream v0.6.21
20882026-06-22T19:27:09.825Z Checking rand_xorshift v0.4.0
20892026-06-22T19:27:09.879Z Checking rusty-fork v0.3.1
20902026-06-22T19:27:09.882Z Checking scroll v0.12.0
20912026-06-22T19:27:09.974Z Checking unarray v0.1.4
20922026-06-22T19:27:10.016Z Checking num-bigint-dig v0.8.6
20932026-06-22T19:27:10.055Z Checking pkcs1 v0.7.5
20942026-06-22T19:27:10.087Z Checking x509-cert v0.2.5
20952026-06-22T19:27:10.119Z Checking proptest v1.10.0
20962026-06-22T19:27:10.164Z Checking goblin v0.8.2
20972026-06-22T19:27:10.234Z Checking tokio-rustls v0.26.4
20982026-06-22T19:27:10.282Z Checking rustls-platform-verifier v0.6.2
20992026-06-22T19:27:10.457Z Checking zerocopy v0.7.35
21002026-06-22T19:27:10.498Z Checking hyper-rustls v0.27.7
21012026-06-22T19:27:10.606Z Checking elliptic-curve v0.13.8
21022026-06-22T19:27:10.727Z Checking reqwest v0.13.2
21032026-06-22T19:27:10.774Z Checking unicode-segmentation v1.12.0
21042026-06-22T19:27:10.828Z Checking foreign-types-shared v0.1.1
21052026-06-22T19:27:10.941Z Checking foreign-types v0.3.2
21062026-06-22T19:27:10.946Z Checking rsa v0.9.10
21072026-06-22T19:27:11.010Z Checking dtrace-parser v0.2.0
21082026-06-22T19:27:11.072Z Checking rfc6979 v0.4.0
21092026-06-22T19:27:11.127Z Checking memoffset v0.9.1
21102026-06-22T19:27:11.199Z Checking openssl-sys v0.9.115
21112026-06-22T19:27:11.240Z Checking thread-id v4.2.2
21122026-06-22T19:27:11.273Z Checking dof v0.4.0
21132026-06-22T19:27:11.305Z Checking ecdsa v0.16.9
21142026-06-22T19:27:11.345Z Checking curve25519-dalek v4.1.3
21152026-06-22T19:27:11.905Z Checking rustix v0.38.44
21162026-06-22T19:27:11.908Z Checking openssl v0.10.79
21172026-06-22T19:27:11.908Z Checking env_filter v1.0.0
21182026-06-22T19:27:11.908Z Checking keccak v0.1.6
21192026-06-22T19:27:11.908Z Checking toml_write v0.1.2
21202026-06-22T19:27:11.908Z Checking same-file v1.0.6
21212026-06-22T19:27:11.930Z Checking usdt-impl v0.6.0
21222026-06-22T19:27:11.966Z Checking newtype-uuid v1.3.2
21232026-06-22T19:27:12.015Z Checking toml_edit v0.22.27
21242026-06-22T19:27:12.056Z Checking walkdir v2.5.0
21252026-06-22T19:27:12.101Z Checking dof v0.3.0
21262026-06-22T19:27:12.156Z Checking sha3 v0.10.8
21272026-06-22T19:27:12.195Z Checking daft v0.1.7
21282026-06-22T19:27:12.645Z Checking env_logger v0.11.9
21292026-06-22T19:27:12.648Z Checking usdt v0.6.0
21302026-06-22T19:27:12.648Z Checking ed25519 v2.2.3
21312026-06-22T19:27:12.648Z Checking itertools v0.13.0
21322026-06-22T19:27:12.648Z Checking usdt-impl v0.5.0
21332026-06-22T19:27:12.648Z Checking serde_with v3.17.0
21342026-06-22T19:27:12.648Z Checking siphasher v1.0.2
21352026-06-22T19:27:12.648Z Checking bitflags v1.3.2
21362026-06-22T19:27:12.648Z Checking ed25519-dalek v2.2.0
21372026-06-22T19:27:12.648Z Checking nix v0.31.2
21382026-06-22T19:27:12.673Z Checking toml_parser v1.0.9+spec-1.1.0
21392026-06-22T19:27:12.721Z Checking unicode-normalization v0.1.25
21402026-06-22T19:27:12.817Z Checking signal-hook v0.3.18
21412026-06-22T19:27:13.037Z Checking winnow v0.5.40
21422026-06-22T19:27:13.040Z Checking managed v0.8.0
21432026-06-22T19:27:13.160Z Checking bzip2-sys v0.1.13+1.0.8
21442026-06-22T19:27:13.166Z Checking object v0.37.3
21452026-06-22T19:27:13.247Z Checking foldhash v0.1.5
21462026-06-22T19:27:13.282Z Checking bzip2 v0.4.4
21472026-06-22T19:27:13.408Z Checking hashbrown v0.15.5
21482026-06-22T19:27:13.448Z Checking signal-hook-mio v0.2.5
21492026-06-22T19:27:13.481Z Checking globset v0.4.18
21502026-06-22T19:27:13.577Z Checking ref-cast v1.0.25
21512026-06-22T19:27:13.630Z Checking native-tls v0.2.18
21522026-06-22T19:27:13.691Z Checking zstd-sys v2.0.16+zstd.1.5.7
21532026-06-22T19:27:13.727Z Checking zip v0.6.6
21542026-06-22T19:27:13.761Z Checking pin-project v1.1.11
21552026-06-22T19:27:13.832Z Checking zstd-safe v7.2.4
21562026-06-22T19:27:13.837Z Checking tokio-native-tls v0.3.1
21572026-06-22T19:27:13.899Z Checking bumpalo v3.20.2
21582026-06-22T19:27:13.903Z Checking libbz2-rs-sys v0.2.2
21592026-06-22T19:27:13.936Z Checking crossterm v0.28.1
21602026-06-22T19:27:14.023Z Checking zstd v0.13.3
21612026-06-22T19:27:14.058Z Checking hyper-tls v0.6.0
21622026-06-22T19:27:14.092Z Checking similar v2.7.0
21632026-06-22T19:27:14.128Z Checking zopfli v0.8.3
21642026-06-22T19:27:14.231Z Checking toml_edit v0.19.15
21652026-06-22T19:27:14.267Z Checking tokio-stream v0.1.18
21662026-06-22T19:27:14.269Z Checking reqwest v0.12.28
21672026-06-22T19:27:14.349Z Checking bzip2 v0.6.1
21682026-06-22T19:27:14.471Z Checking fs-err v3.3.0
21692026-06-22T19:27:14.509Z Checking pem v3.0.6
21702026-06-22T19:27:14.546Z Checking hash32 v0.2.1
21712026-06-22T19:27:14.675Z Checking serde-big-array v0.5.1
21722026-06-22T19:27:14.710Z Checking unicode-bidi v0.3.18
21732026-06-22T19:27:14.713Z Checking jiff v0.2.21
21742026-06-22T19:27:15.195Z Checking predicates-core v1.0.10
21752026-06-22T19:27:15.203Z Checking unicode-properties v0.1.4
21762026-06-22T19:27:15.203Z Checking heapless v0.7.17
21772026-06-22T19:27:15.203Z Checking snafu v0.8.9
21782026-06-22T19:27:15.203Z Checking olpc-cjson v0.1.4
21792026-06-22T19:27:15.203Z Checking stringprep v0.1.5
21802026-06-22T19:27:15.203Z Checking hickory-proto v0.25.2
21812026-06-22T19:27:15.203Z Checking md-5 v0.10.6
21822026-06-22T19:27:15.203Z Checking serde_plain v1.0.2
21832026-06-22T19:27:15.247Z Checking float-cmp v0.10.0
21842026-06-22T19:27:15.285Z Checking toml v0.7.8
21852026-06-22T19:27:15.291Z Checking fallible-iterator v0.2.0
21862026-06-22T19:27:15.349Z Checking difflib v0.4.0
21872026-06-22T19:27:15.380Z Checking typed-path v0.9.3
21882026-06-22T19:27:15.414Z Checking normalize-line-endings v0.3.0
21892026-06-22T19:27:15.478Z Checking smoltcp v0.9.1
21902026-06-22T19:27:15.533Z Checking iddqd v0.4.2
21912026-06-22T19:27:15.566Z Checking predicates v3.1.4
21922026-06-22T19:27:15.605Z Checking postgres-protocol v0.6.10
21932026-06-22T19:27:15.642Z Checking phf_shared v0.13.1
21942026-06-22T19:27:15.859Z Checking phf_shared v0.11.3
21952026-06-22T19:27:15.895Z Checking buf-list v1.1.2
21962026-06-22T19:27:15.946Z Checking strum v0.27.2
21972026-06-22T19:27:16.031Z Checking new_debug_unreachable v1.0.6
21982026-06-22T19:27:16.084Z Checking fixedbitset v0.4.2
21992026-06-22T19:27:16.087Z Checking lalrpop-util v0.19.12
22002026-06-22T19:27:16.158Z Checking fixedbitset v0.5.7
22012026-06-22T19:27:16.161Z Checking precomputed-hash v0.1.1
22022026-06-22T19:27:16.228Z Checking tough v0.22.0
22032026-06-22T19:27:16.273Z Checking petgraph v0.6.5
22042026-06-22T19:27:16.302Z Checking string_cache v0.8.9
22052026-06-22T19:27:16.336Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22062026-06-22T19:27:16.376Z Checking petgraph v0.8.3
22072026-06-22T19:27:16.467Z Checking postgres-types v0.2.12
22082026-06-22T19:27:16.503Z Checking phf v0.13.1
22092026-06-22T19:27:16.678Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22102026-06-22T19:27:16.823Z Checking whoami v2.1.0
22112026-06-22T19:27:16.969Z Checking peg-runtime v0.8.5
22122026-06-22T19:27:17.004Z Checking zip v4.6.1
22132026-06-22T19:27:17.041Z Checking tokio-postgres v0.7.16
22142026-06-22T19:27:17.252Z Checking is-terminal v0.4.17
22152026-06-22T19:27:17.373Z Checking crossbeam-channel v0.5.15
22162026-06-22T19:27:17.532Z Checking thread_local v1.1.9
22172026-06-22T19:27:18.005Z Compiling structmeta-derive v0.3.0
22182026-06-22T19:27:18.008Z Checking take_mut v0.2.2
22192026-06-22T19:27:18.008Z Checking term v1.2.1
22202026-06-22T19:27:18.009Z Checking slog-async v2.8.0
22212026-06-22T19:27:18.009Z Compiling newtype-uuid-macros v0.1.0
22222026-06-22T19:27:18.009Z Compiling rustls v0.22.4
22232026-06-22T19:27:18.018Z Checking slog-term v2.9.2
22242026-06-22T19:27:18.065Z Compiling multer v3.1.0
22252026-06-22T19:27:18.231Z Compiling async-stream-impl v0.3.6
22262026-06-22T19:27:18.250Z Checking match_cfg v0.1.0
22272026-06-22T19:27:18.317Z Checking slog-json v2.6.1
22282026-06-22T19:27:18.321Z Compiling dropshot v0.17.0
22292026-06-22T19:27:18.388Z Compiling dropshot_endpoint v0.17.0
22302026-06-22T19:27:18.392Z Checking hostname v0.3.1
22312026-06-22T19:27:18.501Z Checking debug-ignore v1.0.5
22322026-06-22T19:27:18.539Z Checking slog-bunyan v2.5.0
22332026-06-22T19:27:18.625Z Checking progenitor-client v0.14.0
22342026-06-22T19:27:18.692Z Checking rustls-webpki v0.102.8
22352026-06-22T19:27:18.694Z Compiling structmeta v0.3.0
22362026-06-22T19:27:18.719Z Checking serde_path_to_error v0.1.20
22372026-06-22T19:27:18.781Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22382026-06-22T19:27:18.820Z Checking toml_datetime v1.0.0+spec-1.1.0
22392026-06-22T19:27:18.856Z Checking serde_spanned v1.0.4
22402026-06-22T19:27:18.888Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22412026-06-22T19:27:18.959Z Compiling derive-ex v0.1.8
22422026-06-22T19:27:19.010Z Checking compression-core v0.4.31
22432026-06-22T19:27:19.048Z Checking toml_writer v1.0.6+spec-1.1.0
22442026-06-22T19:27:19.053Z Checking async-stream v0.3.6
22452026-06-22T19:27:19.158Z Checking compression-codecs v0.4.37
22462026-06-22T19:27:19.266Z Checking toml v1.0.6+spec-1.1.0
22472026-06-22T19:27:19.305Z Checking waitgroup v0.1.2
22482026-06-22T19:27:19.327Z Checking rustls-pemfile v2.2.0
22492026-06-22T19:27:19.361Z Checking async-compression v0.4.41
22502026-06-22T19:27:19.421Z Checking hostname v0.4.2
22512026-06-22T19:27:19.478Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22522026-06-22T19:27:19.511Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22532026-06-22T19:27:19.546Z Checking atomicwrites v0.4.4
22542026-06-22T19:27:19.609Z Compiling parse-display-derive v0.10.0
22552026-06-22T19:27:19.645Z Checking itertools v0.14.0
22562026-06-22T19:27:19.681Z Checking macaddr v1.0.1
22572026-06-22T19:27:19.718Z Checking regress v0.10.5
22582026-06-22T19:27:19.866Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22592026-06-22T19:27:19.899Z Checking instant v0.1.13
22602026-06-22T19:27:20.012Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22612026-06-22T19:27:20.153Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22622026-06-22T19:27:20.270Z Checking backoff v0.4.0
22632026-06-22T19:27:20.306Z Checking backon v1.6.0
22642026-06-22T19:27:20.472Z Checking humantime v2.3.0
22652026-06-22T19:27:20.505Z Checking progenitor-extras v0.2.0
22662026-06-22T19:27:20.545Z Checking tokio-rustls v0.25.0
22672026-06-22T19:27:20.657Z Compiling test-strategy v0.4.5
22682026-06-22T19:27:20.665Z Checking unicode-width v0.2.0
22692026-06-22T19:27:20.708Z Compiling convert_case v0.4.0
22702026-06-22T19:27:20.748Z Checking heck v0.5.0
22712026-06-22T19:27:20.779Z Checking half v2.7.1
22722026-06-22T19:27:20.890Z Checking ciborium-io v0.2.2
22732026-06-22T19:27:20.944Z Checking secrecy v0.10.3
22742026-06-22T19:27:21.007Z Compiling regress v0.11.1
22752026-06-22T19:27:21.062Z Checking ciborium-ll v0.2.2
22762026-06-22T19:27:21.094Z Checking indent_write v2.2.0
22772026-06-22T19:27:21.545Z Checking universal-hash v0.5.1
22782026-06-22T19:27:21.548Z Compiling derive_more v0.99.20
22792026-06-22T19:27:21.548Z Checking opaque-debug v0.3.1
22802026-06-22T19:27:21.548Z Checking ciborium v0.2.2
22812026-06-22T19:27:21.548Z Checking parse-display v0.10.0
22822026-06-22T19:27:21.548Z Checking camino-tempfile v1.4.1
22832026-06-22T19:27:21.548Z Compiling crucible-workspace-hack v0.1.0
22842026-06-22T19:27:21.595Z Checking aead v0.5.2
22852026-06-22T19:27:21.723Z Compiling unsafe-libyaml v0.2.11
22862026-06-22T19:27:21.785Z Checking poly1305 v0.8.0
22872026-06-22T19:27:21.924Z Checking chacha20 v0.9.1
22882026-06-22T19:27:22.078Z Compiling thiserror-impl-no-std v2.0.2
22892026-06-22T19:27:22.150Z Checking swrite v0.1.0
22902026-06-22T19:27:22.183Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22912026-06-22T19:27:22.282Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22922026-06-22T19:27:22.529Z Compiling serde_yaml v0.9.34+deprecated
22932026-06-22T19:27:23.000Z Checking password-hash v0.5.0
22942026-06-22T19:27:23.042Z Compiling typify-impl v0.6.2
22952026-06-22T19:27:23.042Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22962026-06-22T19:27:23.042Z Checking blake2 v0.10.6
22972026-06-22T19:27:23.143Z Checking argon2 v0.5.3
22982026-06-22T19:27:23.299Z Checking thiserror-no-std v2.0.2
22992026-06-22T19:27:23.408Z Checking vsss-rs v3.3.4
23002026-06-22T19:27:23.494Z Checking chacha20poly1305 v0.10.1
23012026-06-22T19:27:23.651Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23022026-06-22T19:27:23.735Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23032026-06-22T19:27:23.970Z Checking byte-wrapper v0.1.0
23042026-06-22T19:27:24.008Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23052026-06-22T19:27:24.057Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23062026-06-22T19:27:24.090Z Checking crossbeam-deque v0.8.6
23072026-06-22T19:27:24.206Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23082026-06-22T19:27:24.677Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23092026-06-22T19:27:24.681Z Compiling rayon-core v1.13.0
23102026-06-22T19:27:24.681Z Compiling toml_datetime v0.7.5+spec-1.1.0
23112026-06-22T19:27:24.681Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23122026-06-22T19:27:24.681Z Compiling toml_edit v0.23.10+spec-1.0.0
23132026-06-22T19:27:24.926Z Compiling proc-macro-error v1.0.4
23142026-06-22T19:27:24.962Z Checking rayon v1.11.0
23152026-06-22T19:27:25.263Z Compiling proc-macro-crate v3.4.0
23162026-06-22T19:27:25.584Z Checking toml v0.8.23
23172026-06-22T19:27:25.701Z Checking tabwriter v1.4.1
23182026-06-22T19:27:25.704Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23192026-06-22T19:27:25.769Z Checking glob v0.3.3
23202026-06-22T19:27:25.842Z Compiling num_enum_derive v0.7.6
23212026-06-22T19:27:26.285Z Compiling heapless v0.8.0
23222026-06-22T19:27:26.288Z Checking colored v3.1.1
23232026-06-22T19:27:26.289Z Compiling ingot-macros v0.1.1
23242026-06-22T19:27:26.289Z Checking hash32 v0.3.1
23252026-06-22T19:27:26.289Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23262026-06-22T19:27:26.289Z Compiling smoltcp v0.11.0
23272026-06-22T19:27:26.400Z Checking unicode-width v0.1.14
23282026-06-22T19:27:26.520Z Checking cobs v0.3.0
23292026-06-22T19:27:26.607Z Compiling usdt-macro v0.5.0
23302026-06-22T19:27:26.683Z Compiling usdt-attr-macro v0.5.0
23312026-06-22T19:27:27.125Z Checking memmap v0.7.0
23322026-06-22T19:27:27.130Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23332026-06-22T19:27:27.130Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23342026-06-22T19:27:27.130Z Checking num_enum v0.7.6
23352026-06-22T19:27:27.130Z Checking postcard v1.1.3
23362026-06-22T19:27:27.136Z Compiling proc-macro-crate v1.3.1
23372026-06-22T19:27:27.205Z Compiling typify-macro v0.6.2
23382026-06-22T19:27:27.371Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23392026-06-22T19:27:27.409Z Checking sigpipe v0.1.3
23402026-06-22T19:27:27.482Z Checking usdt v0.5.0
23412026-06-22T19:27:27.519Z Compiling foreign-types-macros v0.2.3
23422026-06-22T19:27:27.985Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23432026-06-22T19:27:27.988Z Checking foreign-types-shared v0.3.1
23442026-06-22T19:27:27.988Z Checking cpufeatures v0.3.0
23452026-06-22T19:27:27.988Z Compiling num_enum_derive v0.5.11
23462026-06-22T19:27:27.988Z Checking chacha20 v0.10.0
23472026-06-22T19:27:28.426Z Checking cstr-argument v0.1.2
23482026-06-22T19:27:28.435Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23492026-06-22T19:27:28.435Z Checking foreign-types v0.5.0
23502026-06-22T19:27:28.435Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23512026-06-22T19:27:28.435Z Compiling num-derive v0.4.2
23522026-06-22T19:27:28.435Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23532026-06-22T19:27:28.498Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23542026-06-22T19:27:28.545Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-06-22T19:27:28.639Z Checking rand v0.10.0
23562026-06-22T19:27:28.680Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23572026-06-22T19:27:28.714Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23582026-06-22T19:27:28.784Z Checking ingot-types v0.1.2
23592026-06-22T19:27:28.818Z Checking num_enum v0.5.11
23602026-06-22T19:27:28.865Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23612026-06-22T19:27:28.924Z Checking itertools v0.12.1
23622026-06-22T19:27:28.949Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23632026-06-22T19:27:28.988Z Compiling typify v0.6.2
23642026-06-22T19:27:29.551Z Compiling progenitor-impl v0.14.0
23652026-06-22T19:27:29.556Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23662026-06-22T19:27:29.556Z Checking ingot v0.1.1
23672026-06-22T19:27:29.557Z Compiling zone_cfg_derive v0.3.1
23682026-06-22T19:27:29.557Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23692026-06-22T19:27:29.580Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23702026-06-22T19:27:29.845Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23712026-06-22T19:27:30.014Z Checking zone v0.3.1
23722026-06-22T19:27:30.044Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23732026-06-22T19:27:30.075Z Checking smf v0.2.3
23742026-06-22T19:27:30.082Z Checking whoami v1.6.1
23752026-06-22T19:27:30.143Z Checking tokio-dtrace v0.1.1
23762026-06-22T19:27:30.284Z Compiling derive-where v1.6.0
23772026-06-22T19:27:30.310Z Checking console v0.15.11
23782026-06-22T19:27:30.341Z Checking newline-converter v0.3.0
23792026-06-22T19:27:30.373Z Checking oxide-tokio-rt v0.1.4
23802026-06-22T19:27:30.403Z Checking bytecount v0.6.9
23812026-06-22T19:27:30.481Z Compiling owo-colors v4.3.0
23822026-06-22T19:27:30.533Z Compiling cancel-safe-futures v0.1.5
23832026-06-22T19:27:30.567Z Checking libsw-core v0.3.2
23842026-06-22T19:27:30.608Z Checking expectorate v1.2.0
23852026-06-22T19:27:30.742Z Checking libsw v3.5.0
23862026-06-22T19:27:30.783Z Checking num-rational v0.4.2
23872026-06-22T19:27:30.868Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23882026-06-22T19:27:31.067Z Checking num-complex v0.4.6
23892026-06-22T19:27:31.625Z Checking linear-map v1.2.0
23902026-06-22T19:27:32.046Z Checking float-ord v0.3.2
23912026-06-22T19:27:32.047Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23922026-06-22T19:27:32.047Z Checking gethostname v0.5.0
23932026-06-22T19:27:32.047Z Checking num v0.4.3
23942026-06-22T19:27:32.047Z Compiling prettyplease v0.2.37
23952026-06-22T19:27:32.047Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23962026-06-22T19:27:32.047Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23972026-06-22T19:27:32.465Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23982026-06-22T19:27:32.465Z Compiling progenitor-macro v0.14.0
23992026-06-22T19:27:32.465Z Checking resolv-conf v0.7.6
24002026-06-22T19:27:32.465Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24012026-06-22T19:27:32.468Z Checking unicode-linebreak v0.1.5
24022026-06-22T19:27:32.468Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24032026-06-22T19:27:32.468Z Checking smawk v0.3.2
24042026-06-22T19:27:32.473Z Checking papergrid v0.11.0
24052026-06-22T19:27:33.115Z Compiling tabled_derive v0.7.0
24062026-06-22T19:27:33.187Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24072026-06-22T19:27:33.221Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-22T19:27:33.223Z Compiling convert_case v0.10.0
24092026-06-22T19:27:33.371Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24102026-06-22T19:27:33.828Z Compiling slog-dtrace v0.3.0
24112026-06-22T19:27:33.844Z Compiling derive_more-impl v2.1.1
24122026-06-22T19:27:33.844Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24132026-06-22T19:27:33.844Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24142026-06-22T19:27:34.092Z Checking tabled v0.15.0
24152026-06-22T19:27:34.404Z Checking derive_more v2.1.1
24162026-06-22T19:27:34.593Z Checking crossterm v0.29.0
24172026-06-22T19:27:35.154Z Checking linked-hash-map v0.5.6
24182026-06-22T19:27:35.164Z Checking lru-cache v0.1.2
24192026-06-22T19:27:35.353Z Checking hickory-proto v0.24.4
24202026-06-22T19:27:35.432Z Checking fd-lock v4.0.4
24212026-06-22T19:27:35.546Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24222026-06-22T19:27:36.111Z Checking vte v0.14.1
24232026-06-22T19:27:36.404Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24242026-06-22T19:27:36.559Z Checking display-error-chain v0.2.2
24252026-06-22T19:27:36.703Z Checking progenitor v0.14.0
24262026-06-22T19:27:36.769Z Checking strip-ansi-escapes v0.2.1
24272026-06-22T19:27:36.950Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24282026-06-22T19:27:37.159Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24292026-06-22T19:27:38.058Z Checking nu-ansi-term v0.50.3
24302026-06-22T19:27:38.241Z Checking termtree v0.5.1
24312026-06-22T19:27:38.316Z Checking reedline v0.40.0
24322026-06-22T19:27:38.449Z Checking hickory-resolver v0.24.4
24332026-06-22T19:27:38.513Z Checking textwrap v0.16.2
24342026-06-22T19:27:38.957Z Compiling minimal-lexical v0.2.1
24352026-06-22T19:27:39.376Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24362026-06-22T19:27:39.376Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24372026-06-22T19:27:39.376Z Compiling nom v7.1.3
24382026-06-22T19:27:39.396Z Checking qorb v0.4.1
24392026-06-22T19:27:39.396Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24402026-06-22T19:27:39.396Z Compiling ar_archive_writer v0.5.1
24412026-06-22T19:27:39.817Z Checking csv-core v0.1.13
24422026-06-22T19:27:40.778Z Compiling stacker v0.1.23
24432026-06-22T19:27:40.833Z Checking csv v1.4.0
24442026-06-22T19:27:40.834Z Compiling semver v0.1.20
24452026-06-22T19:27:40.834Z Compiling psm v0.1.30
24462026-06-22T19:27:40.834Z Checking highway v1.3.0
24472026-06-22T19:27:40.834Z Compiling cfg_aliases v0.1.1
24482026-06-22T19:27:40.834Z Compiling rustc_version v0.1.7
24492026-06-22T19:27:40.834Z Compiling nix v0.28.0
24502026-06-22T19:27:40.834Z Checking nibble_vec v0.1.0
24512026-06-22T19:27:40.834Z Checking endian-type v0.1.2
24522026-06-22T19:27:40.834Z Checking home v0.5.12
24532026-06-22T19:27:40.834Z Compiling newtype_derive v0.1.6
24542026-06-22T19:27:40.834Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24552026-06-22T19:27:40.834Z Checking radix_trie v0.2.1
24562026-06-22T19:27:41.001Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24572026-06-22T19:27:41.146Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24582026-06-22T19:27:41.146Z Checking phf_shared v0.12.1
24592026-06-22T19:27:41.559Z Compiling recursive-proc-macro-impl v0.1.1
24602026-06-22T19:27:41.559Z Compiling chrono-tz v0.10.4
24612026-06-22T19:27:41.559Z Checking phf v0.12.1
24622026-06-22T19:27:42.089Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24632026-06-22T19:27:42.089Z Compiling const_format_proc_macros v0.2.34
24642026-06-22T19:27:42.089Z Compiling peg-macros v0.8.5
24652026-06-22T19:27:42.089Z Checking recursive v0.1.1
24662026-06-22T19:27:42.300Z Checking winnow v0.6.26
24672026-06-22T19:27:42.300Z Checking nom v8.0.0
24682026-06-22T19:27:42.300Z Compiling sqlparser_derive v0.5.0
24692026-06-22T19:27:42.353Z Checking unicode_categories v0.1.1
24702026-06-22T19:27:42.416Z Checking const_format v0.2.35
24712026-06-22T19:27:43.008Z Checking rustyline v14.0.0
24722026-06-22T19:27:43.008Z Checking sqlparser v0.61.0
24732026-06-22T19:27:43.009Z Checking sqlformat v0.3.5
24742026-06-22T19:27:43.009Z Checking peg v0.8.5
24752026-06-22T19:27:43.466Z Checking bcs v0.1.6
24762026-06-22T19:27:43.500Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24772026-06-22T19:27:43.500Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24782026-06-22T19:27:43.500Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24792026-06-22T19:27:43.500Z Checking steno v0.4.1
24802026-06-22T19:27:43.500Z Checking filetime v0.2.27
24812026-06-22T19:27:43.500Z Checking xattr v1.6.1
24822026-06-22T19:27:43.618Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24832026-06-22T19:27:43.659Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24842026-06-22T19:27:43.714Z Checking tar v0.4.45
24852026-06-22T19:27:43.840Z Checking subprocess v0.2.15
24862026-06-22T19:27:44.146Z Checking base64 v0.21.7
24872026-06-22T19:27:44.251Z Checking headers-core v0.3.0
24882026-06-22T19:27:44.792Z Checking yasna v0.5.2
24892026-06-22T19:27:44.840Z Checking headers v0.4.1
24902026-06-22T19:27:44.840Z Checking tagptr v0.2.0
24912026-06-22T19:27:44.840Z Checking moka v0.12.13
24922026-06-22T19:27:44.841Z Checking rcgen v0.12.1
24932026-06-22T19:27:44.932Z Checking dropshot-api-manager-types v0.7.2
24942026-06-22T19:27:45.066Z Checking utf-8 v0.7.6
24952026-06-22T19:27:45.109Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24962026-06-22T19:27:45.270Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24972026-06-22T19:27:45.299Z Checking hickory-resolver v0.25.2
24982026-06-22T19:27:45.328Z Checking tungstenite v0.21.0
24992026-06-22T19:27:45.536Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25002026-06-22T19:27:45.707Z Compiling libefi-sys v0.1.0
25012026-06-22T19:27:45.747Z Checking tokio-tungstenite v0.21.0
25022026-06-22T19:27:45.814Z Compiling bitfield-struct v0.6.2
25032026-06-22T19:27:46.106Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25042026-06-22T19:27:46.159Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25052026-06-22T19:27:46.492Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25062026-06-22T19:27:46.618Z Compiling radium v0.7.0
25072026-06-22T19:27:46.771Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25082026-06-22T19:27:46.883Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25092026-06-22T19:27:46.977Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25102026-06-22T19:27:47.117Z Compiling maybe-uninit v2.0.0
25112026-06-22T19:27:47.184Z Checking tap v1.0.1
25122026-06-22T19:27:47.214Z Compiling zerocopy-derive v0.6.6
25132026-06-22T19:27:47.312Z Checking wyz v0.5.1
25142026-06-22T19:27:47.434Z Checking funty v2.0.0
25152026-06-22T19:27:48.026Z Compiling packed_struct v0.10.1
25162026-06-22T19:27:48.056Z Checking crc-catalog v2.4.0
25172026-06-22T19:27:48.056Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25182026-06-22T19:27:48.056Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25192026-06-22T19:27:48.056Z Checking bitvec v1.0.1
25202026-06-22T19:27:48.057Z Checking crc v3.4.0
25212026-06-22T19:27:48.057Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25222026-06-22T19:27:48.057Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25232026-06-22T19:27:48.057Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-06-22T19:27:48.057Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25252026-06-22T19:27:48.086Z Checking zerocopy v0.6.6
25262026-06-22T19:27:48.388Z Compiling packed_struct_codegen v0.10.1
25272026-06-22T19:27:48.640Z Compiling bitfield-macros v0.19.4
25282026-06-22T19:27:48.891Z Compiling indexmap v1.9.3
25292026-06-22T19:27:49.021Z Checking nodrop v0.1.14
25302026-06-22T19:27:49.165Z Checking array-init v0.0.4
25312026-06-22T19:27:49.596Z Checking smallvec v0.6.14
25322026-06-22T19:27:49.599Z Checking bitfield v0.19.4
25332026-06-22T19:27:49.599Z Checking hashbrown v0.12.3
25342026-06-22T19:27:49.599Z Checking serde-hex v0.1.0
25352026-06-22T19:27:49.662Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25362026-06-22T19:27:49.879Z Checking ron v0.8.1
25372026-06-22T19:27:50.213Z Checking hashbrown v0.13.2
25382026-06-22T19:27:50.436Z Checking crc-any v2.5.0
25392026-06-22T19:27:50.580Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25402026-06-22T19:27:50.641Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25412026-06-22T19:27:50.681Z Checking object v0.30.4
25422026-06-22T19:27:50.830Z Compiling xshell-macros v0.2.7
25432026-06-22T19:27:50.865Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25442026-06-22T19:27:50.896Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25452026-06-22T19:27:50.983Z Checking path-slash v0.1.5
25462026-06-22T19:27:51.115Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25472026-06-22T19:27:51.362Z Checking xshell v0.2.7
25482026-06-22T19:27:51.535Z Checking half v1.8.3
25492026-06-22T19:27:51.622Z Checking maplit v1.0.2
25502026-06-22T19:27:51.920Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25512026-06-22T19:27:52.680Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25522026-06-22T19:27:52.680Z Checking serde_cbor v0.11.2
25532026-06-22T19:27:52.680Z Compiling proc-macro-error-attr2 v2.0.0
25542026-06-22T19:27:52.736Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25552026-06-22T19:27:52.736Z Compiling proc-macro-error2 v2.0.1
25562026-06-22T19:27:52.736Z Compiling num-derive v0.3.3
25572026-06-22T19:27:52.736Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25582026-06-22T19:27:52.879Z Compiling tabled_derive v0.11.0
25592026-06-22T19:27:52.954Z Checking papergrid v0.17.0
25602026-06-22T19:27:53.020Z Checking testing_table v0.3.0
25612026-06-22T19:27:53.130Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25622026-06-22T19:27:53.264Z Checking libscf-sys v1.1.0
25632026-06-22T19:27:53.421Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25642026-06-22T19:27:53.654Z Compiling progenitor-impl v0.13.0
25652026-06-22T19:27:53.657Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25662026-06-22T19:27:53.717Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25672026-06-22T19:27:53.747Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25682026-06-22T19:27:53.839Z Checking tabled v0.20.0
25692026-06-22T19:27:53.937Z Checking unicase v2.9.0
25702026-06-22T19:27:54.479Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25712026-06-22T19:27:54.960Z Checking progenitor-client v0.13.0
25722026-06-22T19:27:54.970Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25732026-06-22T19:27:54.970Z Compiling git-stub v1.0.0
25742026-06-22T19:27:55.099Z Compiling git-stub-vcs v0.1.0
25752026-06-22T19:27:55.099Z Checking crc8 v0.1.1
25762026-06-22T19:27:55.161Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25772026-06-22T19:27:55.171Z Checking fxhash v0.2.1
25782026-06-22T19:27:55.226Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25792026-06-22T19:27:55.351Z Compiling vergen-lib v0.1.6
25802026-06-22T19:27:55.516Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25812026-06-22T19:27:55.571Z Compiling diesel_derives v2.3.7
25822026-06-22T19:27:55.831Z Checking scheduled-thread-pool v0.2.7
25832026-06-22T19:27:55.872Z Compiling dsl_auto_type v0.2.0
25842026-06-22T19:27:55.907Z Compiling vergen-gitcl v1.0.8
25852026-06-22T19:27:56.006Z Compiling diesel_table_macro_syntax v0.3.0
25862026-06-22T19:27:56.185Z Checking r2d2 v0.8.10
25872026-06-22T19:27:56.281Z Compiling progenitor-macro v0.13.0
25882026-06-22T19:27:56.289Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25892026-06-22T19:27:56.333Z Checking downcast-rs v2.0.2
25902026-06-22T19:27:56.825Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25912026-06-22T19:27:56.837Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25922026-06-22T19:27:56.838Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25932026-06-22T19:27:56.838Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25942026-06-22T19:27:56.838Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25952026-06-22T19:27:57.363Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25962026-06-22T19:27:57.368Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25972026-06-22T19:27:57.368Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
25982026-06-22T19:27:57.368Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25992026-06-22T19:27:57.368Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26002026-06-22T19:27:57.368Z Compiling dirs-sys-next v0.1.2
26012026-06-22T19:27:57.419Z Compiling crunchy v0.2.4
26022026-06-22T19:27:57.648Z Compiling dirs-next v2.0.0
26032026-06-22T19:27:57.721Z Compiling clang-sys v1.8.1
26042026-06-22T19:27:57.794Z Checking kstat-rs v0.2.4
26052026-06-22T19:27:57.951Z Checking arc-swap v1.8.2
26062026-06-22T19:27:57.955Z Compiling tiny-keccak v2.0.2
26072026-06-22T19:27:58.016Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26082026-06-22T19:27:58.146Z Compiling term v0.7.0
26092026-06-22T19:27:58.233Z Checking slog-scope v4.4.1
26102026-06-22T19:27:58.319Z Compiling parking_lot_core v0.8.6
26112026-06-22T19:27:58.383Z Compiling bit-vec v0.6.3
26122026-06-22T19:27:58.413Z Checking slog-stdlog v4.1.1
26132026-06-22T19:27:58.569Z Compiling bit-set v0.5.3
26142026-06-22T19:27:58.631Z Compiling ascii-canvas v3.0.0
26152026-06-22T19:27:58.730Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26162026-06-22T19:27:58.762Z Compiling itertools v0.10.5
26172026-06-22T19:27:58.841Z Compiling ena v0.14.4
26182026-06-22T19:27:58.901Z Compiling libloading v0.8.9
26192026-06-22T19:27:59.075Z Compiling bindgen v0.71.1
26202026-06-22T19:27:59.110Z Compiling diff v0.1.13
26212026-06-22T19:27:59.138Z Compiling regex-syntax v0.6.29
26222026-06-22T19:27:59.826Z Checking slog-envlogger v2.2.0
26232026-06-22T19:27:59.865Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-06-22T19:27:59.883Z Compiling cexpr v0.6.0
26252026-06-22T19:27:59.971Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26262026-06-22T19:28:00.147Z Compiling rustc-hash v2.1.1
26272026-06-22T19:28:00.762Z Checking parking_lot v0.11.2
26282026-06-22T19:28:00.787Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26292026-06-22T19:28:00.787Z Compiling lalrpop v0.19.12
26302026-06-22T19:28:00.787Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26312026-06-22T19:28:00.787Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26322026-06-22T19:28:02.339Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26332026-06-22T19:28:02.455Z Checking progenitor v0.13.0
26342026-06-22T19:28:02.455Z Checking prefix-trie v0.7.0
26352026-06-22T19:28:02.456Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26362026-06-22T19:28:02.456Z Compiling libxml v0.3.3
26372026-06-22T19:28:02.456Z Checking hickory-server v0.25.2
26382026-06-22T19:28:02.456Z Checking diesel v2.3.7
26392026-06-22T19:28:02.456Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26402026-06-22T19:28:02.644Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26412026-06-22T19:28:02.644Z Checking sled v0.34.7
26422026-06-22T19:28:02.911Z Compiling strum_macros v0.24.3
26432026-06-22T19:28:03.112Z Checking nanorand v0.7.0
26442026-06-22T19:28:03.351Z Compiling indoc v1.0.9
26452026-06-22T19:28:03.761Z Compiling salty v0.3.0
26462026-06-22T19:28:03.799Z Checking flume v0.11.1
26472026-06-22T19:28:04.102Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26482026-06-22T19:28:04.259Z Checking primeorder v0.13.6
26492026-06-22T19:28:04.316Z Checking quick-xml v0.37.5
26502026-06-22T19:28:04.530Z Checking derive_builder v0.20.2
26512026-06-22T19:28:04.651Z Compiling oso-derive v0.27.3
26522026-06-22T19:28:04.683Z Compiling impl-trait-for-tuples v0.2.3
26532026-06-22T19:28:05.182Z Compiling trait-variant v0.1.2
26542026-06-22T19:28:05.661Z Checking openssl-probe v0.1.6
26552026-06-22T19:28:05.754Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26562026-06-22T19:28:06.722Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26572026-06-22T19:28:06.750Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26582026-06-22T19:28:06.750Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26592026-06-22T19:28:06.904Z Compiling fs-err v2.11.0
26602026-06-22T19:28:07.271Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26612026-06-22T19:28:07.399Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26622026-06-22T19:28:07.566Z Checking p384 v0.13.1
26632026-06-22T19:28:07.635Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26642026-06-22T19:28:08.255Z Checking assert_matches v1.5.0
26652026-06-22T19:28:08.258Z Checking parse-size v1.1.0
26662026-06-22T19:28:08.258Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26672026-06-22T19:28:08.258Z Checking bb8 v0.8.6
26682026-06-22T19:28:08.258Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26692026-06-22T19:28:08.285Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26702026-06-22T19:28:08.346Z Checking predicates-tree v1.0.13
26712026-06-22T19:28:08.498Z Checking nonempty v0.12.0
26722026-06-22T19:28:09.094Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26732026-06-22T19:28:09.096Z Compiling mime_guess v2.0.5
26742026-06-22T19:28:09.096Z Checking http-range v0.1.5
26752026-06-22T19:28:09.124Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26762026-06-22T19:28:09.163Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26772026-06-22T19:28:09.435Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26782026-06-22T19:28:09.519Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26792026-06-22T19:28:09.566Z Checking atty v0.2.14
26802026-06-22T19:28:09.664Z Checking corncobs v0.1.4
26812026-06-22T19:28:09.697Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26822026-06-22T19:28:09.829Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-06-22T19:28:09.834Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26842026-06-22T19:28:10.063Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26852026-06-22T19:28:10.119Z Checking ignore v0.4.25
26862026-06-22T19:28:10.153Z Checking secrecy v0.8.0
26872026-06-22T19:28:10.479Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26882026-06-22T19:28:10.558Z Checking globwalk v0.9.1
26892026-06-22T19:28:10.738Z Checking hyper-staticfile v0.10.1
26902026-06-22T19:28:10.787Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26912026-06-22T19:28:10.924Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26922026-06-22T19:28:11.062Z Compiling illumos-nvpair-sys v0.2.0
26932026-06-22T19:28:11.081Z Checking camino-tempfile-ext v0.3.3
26942026-06-22T19:28:11.094Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26952026-06-22T19:28:12.167Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26962026-06-22T19:28:12.261Z Checking signal-hook-tokio v0.3.1
26972026-06-22T19:28:12.261Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
26982026-06-22T19:28:12.261Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
26992026-06-22T19:28:12.261Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27002026-06-22T19:28:12.261Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27012026-06-22T19:28:12.261Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27022026-06-22T19:28:12.261Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27032026-06-22T19:28:12.581Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27042026-06-22T19:28:12.907Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27052026-06-22T19:28:13.251Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27062026-06-22T19:28:13.714Z Checking illumos-nvpair v0.3.0
27072026-06-22T19:28:13.747Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27082026-06-22T19:28:13.804Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27092026-06-22T19:28:13.905Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27102026-06-22T19:28:14.109Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27112026-06-22T19:28:14.167Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27122026-06-22T19:28:14.330Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27132026-06-22T19:28:14.457Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27142026-06-22T19:28:14.654Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27152026-06-22T19:28:14.713Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27162026-06-22T19:28:14.867Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27172026-06-22T19:28:15.091Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27182026-06-22T19:28:15.241Z Checking tungstenite v0.23.0
27192026-06-22T19:28:15.361Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27202026-06-22T19:28:15.393Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27212026-06-22T19:28:15.701Z Checking tokio-tungstenite v0.23.1
27222026-06-22T19:28:15.827Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27232026-06-22T19:28:15.994Z Checking async-bb8-diesel v0.2.1
27242026-06-22T19:28:16.180Z Checking diesel-dtrace v0.5.0
27252026-06-22T19:28:16.398Z Checking rand_seeder v0.4.0
27262026-06-22T19:28:16.451Z Checking void v1.0.2
27272026-06-22T19:28:16.561Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27282026-06-22T19:28:16.652Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27292026-06-22T19:28:16.719Z Checking lzss v0.8.2
27302026-06-22T19:28:16.744Z Checking nix v0.27.1
27312026-06-22T19:28:16.773Z Checking serde_bytes v0.11.19
27322026-06-22T19:28:16.862Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27332026-06-22T19:28:16.885Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27342026-06-22T19:28:16.941Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27352026-06-22T19:28:17.228Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27362026-06-22T19:28:17.573Z Checking is_ci v1.2.0
27372026-06-22T19:28:17.701Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27382026-06-22T19:28:17.900Z Checking yansi v1.0.1
27392026-06-22T19:28:17.933Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27402026-06-22T19:28:17.998Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27412026-06-22T19:28:18.195Z Checking pretty_assertions v1.4.1
27422026-06-22T19:28:18.267Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27432026-06-22T19:28:18.353Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27442026-06-22T19:28:18.615Z Compiling darling_core v0.23.0
27452026-06-22T19:28:18.650Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27462026-06-22T19:28:19.307Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27472026-06-22T19:28:19.815Z Compiling indoc v2.0.7
27482026-06-22T19:28:19.883Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27492026-06-22T19:28:20.250Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-06-22T19:28:20.397Z Compiling libz-sys v1.1.24
27512026-06-22T19:28:20.715Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-06-22T19:28:22.271Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27532026-06-22T19:28:22.436Z Compiling instability v0.3.11
27542026-06-22T19:28:22.436Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-06-22T19:28:22.436Z Compiling darling_macro v0.23.0
27562026-06-22T19:28:22.436Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27572026-06-22T19:28:22.436Z Checking castaway v0.2.4
27582026-06-22T19:28:22.436Z Compiling darling v0.23.0
27592026-06-22T19:28:22.436Z Checking compact_str v0.8.1
27602026-06-22T19:28:22.436Z Checking supports-color v3.0.2
27612026-06-22T19:28:22.846Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27622026-06-22T19:28:22.860Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27632026-06-22T19:28:22.861Z Checking unicode-truncate v1.1.0
27642026-06-22T19:28:22.862Z Checking console v0.16.2
27652026-06-22T19:28:22.862Z Checking lru v0.12.5
27662026-06-22T19:28:22.862Z Compiling libgit2-sys v0.18.3+1.9.2
27672026-06-22T19:28:22.863Z Checking unit-prefix v0.5.2
27682026-06-22T19:28:22.900Z Checking cassowary v0.3.0
27692026-06-22T19:28:22.932Z Checking indicatif v0.18.4
27702026-06-22T19:28:23.136Z Checking ratatui v0.29.0
27712026-06-22T19:28:23.212Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27722026-06-22T19:28:23.370Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27732026-06-22T19:28:23.623Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27742026-06-22T19:28:24.401Z Compiling vergen-git2 v9.1.0
27752026-06-22T19:28:24.464Z Checking plotters-backend v0.3.7
27762026-06-22T19:28:24.664Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27772026-06-22T19:28:24.711Z Checking plotters-svg v0.3.7
27782026-06-22T19:28:24.922Z Checking cast v0.3.0
27792026-06-22T19:28:24.945Z Compiling rustls v0.21.12
27802026-06-22T19:28:25.058Z Checking criterion-plot v0.6.0
27812026-06-22T19:28:25.195Z Checking plotters v0.3.7
27822026-06-22T19:28:25.303Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27832026-06-22T19:28:25.326Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27842026-06-22T19:28:25.549Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27852026-06-22T19:28:25.794Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
27862026-06-22T19:28:25.984Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27872026-06-22T19:28:26.037Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27882026-06-22T19:28:26.224Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27892026-06-22T19:28:26.267Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27902026-06-22T19:28:26.322Z Checking colored v2.2.0
27912026-06-22T19:28:26.445Z Checking rustls-webpki v0.101.7
27922026-06-22T19:28:26.526Z Checking sct v0.7.1
27932026-06-22T19:28:26.709Z Checking tinytemplate v1.2.1
27942026-06-22T19:28:26.817Z Checking anes v0.1.6
27952026-06-22T19:28:26.938Z Checking oorandom v11.1.5
27962026-06-22T19:28:26.964Z Checking shell-words v1.1.1
27972026-06-22T19:28:27.082Z Checking criterion v0.7.0
27982026-06-22T19:28:27.190Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27992026-06-22T19:28:28.468Z Checking typeid v1.0.3
28002026-06-22T19:28:28.500Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28012026-06-22T19:28:28.601Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28022026-06-22T19:28:29.357Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28032026-06-22T19:28:30.155Z Checking hex-literal v0.4.1
28042026-06-22T19:28:30.285Z Checking erased-serde v0.4.9
28052026-06-22T19:28:30.664Z Checking tokio-rustls v0.24.1
28062026-06-22T19:28:30.886Z Checking rustls-pemfile v1.0.4
28072026-06-22T19:28:31.055Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28082026-06-22T19:28:31.291Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28092026-06-22T19:28:31.711Z Checking twox-hash v2.1.2
28102026-06-22T19:28:31.781Z Checking ordered-float v2.10.1
28112026-06-22T19:28:32.473Z Checking serde-value v0.7.0
28122026-06-22T19:28:32.476Z Checking serde-untagged v0.1.9
28132026-06-22T19:28:32.476Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28142026-06-22T19:28:32.476Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28152026-06-22T19:28:32.531Z Checking fatfs v0.3.6
28162026-06-22T19:28:33.005Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28172026-06-22T19:28:33.295Z Compiling seq-macro v0.3.6
28182026-06-22T19:28:33.496Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28192026-06-22T19:28:33.674Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28202026-06-22T19:28:33.824Z Checking unicode-xid v0.2.6
28212026-06-22T19:28:33.962Z Checking cargo-util-schemas v0.8.2
28222026-06-22T19:28:34.338Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28232026-06-22T19:28:34.644Z Checking cargo-platform v0.2.0
28242026-06-22T19:28:34.838Z Compiling petname v2.0.2
28252026-06-22T19:28:34.871Z Checking cargo_metadata v0.21.0
28262026-06-22T19:28:34.958Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28272026-06-22T19:28:35.499Z Checking concurrent-queue v2.5.0
28282026-06-22T19:28:35.645Z Checking rtoolbox v0.0.3
28292026-06-22T19:28:35.709Z Checking parking v2.2.1
28302026-06-22T19:28:35.806Z Checking rpassword v7.4.0
28312026-06-22T19:28:35.857Z Checking event-listener v5.4.1
28322026-06-22T19:28:36.100Z Checking tui-tree-widget v0.23.1
28332026-06-22T19:28:36.336Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28342026-06-22T19:28:36.376Z Checking polyval v0.6.2
28352026-06-22T19:28:36.528Z Checking sapling-renderdag v0.1.0
28362026-06-22T19:28:36.579Z Checking sync-ptr v0.1.4
28372026-06-22T19:28:36.726Z Checking ghash v0.5.1
28382026-06-22T19:28:36.794Z Checking event-listener-strategy v0.5.4
28392026-06-22T19:28:36.871Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28402026-06-22T19:28:36.962Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28412026-06-22T19:28:37.184Z Checking ctr v0.9.2
28422026-06-22T19:28:37.378Z Checking arrayvec v0.7.6
28432026-06-22T19:28:37.533Z Checking futures-timer v3.0.3
28442026-06-22T19:28:37.609Z Checking constant_time_eq v0.4.2
28452026-06-22T19:28:37.739Z Checking arrayref v0.3.9
28462026-06-22T19:28:37.769Z Checking aes-gcm v0.10.3
28472026-06-22T19:28:37.886Z Checking async-lock v3.4.2
28482026-06-22T19:28:37.951Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28492026-06-22T19:28:38.296Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28502026-06-22T19:28:38.689Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28512026-06-22T19:28:38.910Z Checking ssh-encoding v0.2.0
28522026-06-22T19:28:39.129Z Checking blowfish v0.9.1
28532026-06-22T19:28:39.310Z Compiling strsim v0.10.0
28542026-06-22T19:28:39.508Z Compiling darling_core v0.13.4
28552026-06-22T19:28:39.670Z Checking bcrypt-pbkdf v0.10.0
28562026-06-22T19:28:39.865Z Checking ssh-cipher v0.2.0
28572026-06-22T19:28:40.065Z Checking async-object-pool v0.2.0
28582026-06-22T19:28:40.198Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28592026-06-22T19:28:40.602Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28602026-06-22T19:28:41.274Z Checking serde_regex v1.1.0
28612026-06-22T19:28:41.406Z Checking password-hash v0.4.2
28622026-06-22T19:28:41.453Z Checking assert-json-diff v2.0.2
28632026-06-22T19:28:41.485Z Checking path-tree v0.8.3
28642026-06-22T19:28:41.650Z Checking gimli v0.32.3
28652026-06-22T19:28:41.683Z Checking stringmetrics v2.2.2
28662026-06-22T19:28:41.716Z Compiling target-lexicon v0.13.3
28672026-06-22T19:28:41.862Z Checking httpmock v0.8.3
28682026-06-22T19:28:42.185Z Compiling samael v0.0.19
28692026-06-22T19:28:42.290Z Checking pbkdf2 v0.11.0
28702026-06-22T19:28:42.487Z Compiling darling_macro v0.13.4
28712026-06-22T19:28:43.001Z Checking ssh-key v0.6.7
28722026-06-22T19:28:43.210Z Checking addr2line v0.25.1
28732026-06-22T19:28:43.713Z Checking p256 v0.13.2
28742026-06-22T19:28:43.996Z Checking p521 v0.13.3
28752026-06-22T19:28:44.444Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28762026-06-22T19:28:44.450Z Checking russh-cryptovec v0.7.3
28772026-06-22T19:28:44.470Z Checking rustc-demangle v0.1.27
28782026-06-22T19:28:44.612Z Compiling guppy-workspace-hack v0.1.0
28792026-06-22T19:28:44.719Z Checking md5 v0.7.0
28802026-06-22T19:28:44.867Z Checking backtrace v0.3.76
28812026-06-22T19:28:44.925Z Checking russh-keys v0.45.0
28822026-06-22T19:28:45.204Z Compiling darling v0.13.4
28832026-06-22T19:28:45.381Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28842026-06-22T19:28:45.593Z Checking num-bigint v0.4.6
28852026-06-22T19:28:45.634Z Checking des v0.8.1
28862026-06-22T19:28:45.789Z Compiling blake3 v1.8.3
28872026-06-22T19:28:45.814Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28882026-06-22T19:28:46.250Z Compiling target-spec v3.5.7
28892026-06-22T19:28:46.288Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28902026-06-22T19:28:46.587Z Checking russh v0.45.0
28912026-06-22T19:28:47.132Z Checking cfg-expr v0.20.6
28922026-06-22T19:28:47.154Z Compiling serde_with_macros v1.5.2
28932026-06-22T19:28:47.262Z Checking backtrace-ext v0.2.1
28942026-06-22T19:28:47.510Z Checking supports-color v2.1.0
28952026-06-22T19:28:47.525Z Checking textwrap v0.15.2
28962026-06-22T19:28:47.707Z Checking supports-unicode v2.1.0
28972026-06-22T19:28:47.768Z Checking supports-hyperlinks v2.1.0
28982026-06-22T19:28:47.875Z Checking hashbrown v0.14.5
28992026-06-22T19:28:47.910Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29002026-06-22T19:28:48.015Z Checking cargo-platform v0.3.2
29012026-06-22T19:28:48.114Z Checking terminal_size v0.1.17
29022026-06-22T19:28:48.211Z Compiling miette-derive v5.10.0
29032026-06-22T19:28:48.255Z Checking internet-checksum v0.2.1
29042026-06-22T19:28:48.349Z Checking owo-colors v3.5.0
29052026-06-22T19:28:48.494Z Checking chumsky v0.9.3
29062026-06-22T19:28:48.895Z Checking cargo_metadata v0.23.1
29072026-06-22T19:28:49.340Z Checking miette v5.10.0
29082026-06-22T19:28:49.547Z Compiling serde_with v1.14.0
29092026-06-22T19:28:49.885Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29102026-06-22T19:28:49.952Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29112026-06-22T19:28:50.153Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29122026-06-22T19:28:50.497Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29132026-06-22T19:28:50.679Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29142026-06-22T19:28:50.715Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29152026-06-22T19:28:50.752Z Compiling knuffel-derive v3.2.0
29162026-06-22T19:28:50.850Z Checking httptest v0.16.4
29172026-06-22T19:28:50.941Z Compiling git2 v0.20.4
29182026-06-22T19:28:50.973Z Checking pathdiff v0.2.3
29192026-06-22T19:28:51.110Z Checking nested v0.1.1
29202026-06-22T19:28:51.246Z Checking topological-sort v0.2.2
29212026-06-22T19:28:51.299Z Checking guppy v0.17.25
29222026-06-22T19:28:51.416Z Checking omicron-zone-package v0.12.2
29232026-06-22T19:28:51.585Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29242026-06-22T19:28:52.274Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29252026-06-22T19:28:52.309Z Checking knuffel v3.2.0
29262026-06-22T19:28:52.751Z Checking similar-asserts v1.7.0
29272026-06-22T19:28:52.758Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29282026-06-22T19:28:52.758Z Compiling target-triple v1.0.0
29292026-06-22T19:28:52.758Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29302026-06-22T19:28:52.911Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29312026-06-22T19:28:52.948Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29322026-06-22T19:28:53.581Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29332026-06-22T19:28:53.614Z Checking hickory-client v0.25.2
29342026-06-22T19:28:53.817Z Checking tokio-test v0.4.5
29352026-06-22T19:28:53.926Z Compiling assert_cmd v2.1.2
29362026-06-22T19:28:54.055Z Checking escape8259 v0.5.3
29372026-06-22T19:28:54.232Z Checking libtest-mimic v0.8.1
29382026-06-22T19:28:54.336Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29392026-06-22T19:28:54.511Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29402026-06-22T19:28:54.590Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29412026-06-22T19:28:54.645Z Checking blake2b_simd v1.0.4
29422026-06-22T19:28:55.074Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29432026-06-22T19:28:55.290Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29442026-06-22T19:28:55.479Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29452026-06-22T19:28:55.692Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29462026-06-22T19:28:55.726Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29472026-06-22T19:28:55.923Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29482026-06-22T19:28:56.111Z Checking fancy-regex v0.14.0
29492026-06-22T19:28:56.380Z Checking serde_tokenstream v0.2.3
29502026-06-22T19:28:56.524Z Checking approx v0.5.1
29512026-06-22T19:28:56.626Z Checking uzers v0.12.2
29522026-06-22T19:28:56.693Z Compiling rstest_macros v0.25.0
29532026-06-22T19:28:56.866Z Checking termcolor v1.4.1
29542026-06-22T19:28:57.003Z Compiling linkme-impl v0.3.35
29552026-06-22T19:28:57.151Z Checking constant_time_eq v0.3.1
29562026-06-22T19:28:57.273Z Checking rust-argon2 v2.1.0
29572026-06-22T19:28:57.413Z Checking trybuild v1.0.116
29582026-06-22T19:28:57.614Z Checking datatest-stable v0.3.3
29592026-06-22T19:28:57.645Z Compiling polar-core v0.27.3
29602026-06-22T19:28:58.154Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29612026-06-22T19:28:58.452Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29622026-06-22T19:28:58.502Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29632026-06-22T19:28:58.947Z Checking support-bundle-viewer v0.1.2
29642026-06-22T19:28:59.221Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29652026-06-22T19:28:59.252Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29662026-06-22T19:28:59.450Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29672026-06-22T19:28:59.475Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29682026-06-22T19:28:59.666Z Checking drift v0.2.0
29692026-06-22T19:28:59.701Z Checking rand_distr v0.5.1
29702026-06-22T19:28:59.826Z Checking multimap v0.10.1
29712026-06-22T19:29:00.052Z Compiling relative-path v1.9.3
29722026-06-22T19:29:00.063Z Compiling linkme v0.3.35
29732026-06-22T19:29:00.144Z Checking dropshot-api-manager v0.7.2
29742026-06-22T19:29:01.311Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29752026-06-22T19:29:01.788Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29762026-06-22T19:29:02.484Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29772026-06-22T19:29:02.491Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29782026-06-22T19:29:02.491Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29792026-06-22T19:29:02.547Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29802026-06-22T19:29:02.588Z Checking oso v0.27.3
29812026-06-22T19:29:02.676Z Checking cargo_toml v0.21.0
29822026-06-22T19:29:02.949Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29832026-06-22T19:29:03.222Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29842026-06-22T19:29:03.490Z Checking partial-io v0.5.4
29852026-06-22T19:29:03.525Z Checking termios v0.3.3
29862026-06-22T19:29:03.608Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29872026-06-22T19:29:03.675Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29882026-06-22T19:29:03.875Z Checking rstest v0.25.0
29892026-06-22T19:29:05.573Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29902026-06-22T19:29:05.877Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29912026-06-22T19:29:08.456Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29922026-06-22T19:29:14.405Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29932026-06-22T19:29:15.760Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29942026-06-22T19:29:16.896Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29952026-06-22T19:29:19.060Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
29962026-06-22T19:29:23.609Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
29972026-06-22T19:29:27.912Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29982026-06-22T19:29:32.303Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29992026-06-22T19:29:32.370Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30002026-06-22T19:29:34.837Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30012026-06-22T19:29:36.525Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30022026-06-22T19:29:43.090Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30032026-06-22T19:29:52.584Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
30042026-06-22T19:30:56.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s
30052026-06-22T19:30:56.941Z
30062026-06-22T19:30:56.941Zreal 4:04.415109342
30072026-06-22T19:30:56.941Zuser 20:55.918042251
30082026-06-22T19:30:56.941Zsys 4:45.383955148
30092026-06-22T19:30:56.941Ztrap 0.511235202
30102026-06-22T19:30:56.941Ztflt 0.477967665
30112026-06-22T19:30:56.941Zdflt 0.409302055
30122026-06-22T19:30:56.941Zkflt 0.004671715
30132026-06-22T19:30:56.941Zlock 56:49.581892065
30142026-06-22T19:30:56.941Zslp 57:23.468751384
30152026-06-22T19:30:56.942Zlat 1:47.324871712
30162026-06-22T19:30:56.942Zstop 10:28.184520910
30172026-06-22T19:30:56.944Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30182026-06-22T19:30:56.944Z+ ptime -m cargo doc --workspace --no-deps
30192026-06-22T19:30:57.723Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30202026-06-22T19:30:57.723Z |
30212026-06-22T19:30:57.723Z = 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)`
30222026-06-22T19:30:57.723Z = 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>
30232026-06-22T19:30:58.721Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-06-22T19:30:58.976Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30252026-06-22T19:30:59.001Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30262026-06-22T19:30:59.056Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30272026-06-22T19:30:59.084Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30282026-06-22T19:30:59.146Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30292026-06-22T19:30:59.167Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30302026-06-22T19:30:59.294Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30312026-06-22T19:30:59.323Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30322026-06-22T19:30:59.345Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30332026-06-22T19:30:59.516Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30342026-06-22T19:30:59.538Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30352026-06-22T19:30:59.602Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30362026-06-22T19:30:59.608Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30372026-06-22T19:30:59.608Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30382026-06-22T19:30:59.646Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30392026-06-22T19:30:59.682Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30402026-06-22T19:30:59.704Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30412026-06-22T19:30:59.730Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30422026-06-22T19:30:59.755Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30432026-06-22T19:30:59.809Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30442026-06-22T19:30:59.849Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30452026-06-22T19:31:00.091Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30462026-06-22T19:31:00.416Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30472026-06-22T19:31:00.454Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30482026-06-22T19:31:00.513Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30492026-06-22T19:31:00.561Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30502026-06-22T19:31:00.589Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30512026-06-22T19:31:00.758Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30522026-06-22T19:31:00.788Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30532026-06-22T19:31:00.925Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30542026-06-22T19:31:01.034Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30552026-06-22T19:31:01.074Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30562026-06-22T19:31:01.150Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30572026-06-22T19:31:01.175Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30582026-06-22T19:31:01.259Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30592026-06-22T19:31:01.309Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30602026-06-22T19:31:01.366Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30612026-06-22T19:31:01.446Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30622026-06-22T19:31:01.679Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30632026-06-22T19:31:01.700Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30642026-06-22T19:31:02.037Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30652026-06-22T19:31:02.100Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30662026-06-22T19:31:02.204Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30672026-06-22T19:31:02.267Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30682026-06-22T19:31:02.290Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30692026-06-22T19:31:02.355Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30702026-06-22T19:31:02.486Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30712026-06-22T19:31:02.514Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30722026-06-22T19:31:02.576Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30732026-06-22T19:31:02.604Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30742026-06-22T19:31:02.712Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30752026-06-22T19:31:02.762Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
30762026-06-22T19:31:02.830Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30772026-06-22T19:31:02.851Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30782026-06-22T19:31:02.935Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30792026-06-22T19:31:02.959Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30802026-06-22T19:31:03.027Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30812026-06-22T19:31:03.050Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30822026-06-22T19:31:03.073Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30832026-06-22T19:31:03.133Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30842026-06-22T19:31:03.155Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30852026-06-22T19:31:03.224Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30862026-06-22T19:31:03.249Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30872026-06-22T19:31:03.431Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30882026-06-22T19:31:03.611Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30892026-06-22T19:31:03.831Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30902026-06-22T19:31:03.903Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30912026-06-22T19:31:04.210Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30922026-06-22T19:31:04.320Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30932026-06-22T19:31:04.672Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30942026-06-22T19:31:04.700Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30952026-06-22T19:31:04.746Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30962026-06-22T19:31:04.790Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30972026-06-22T19:31:04.951Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30982026-06-22T19:31:04.976Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30992026-06-22T19:31:05.003Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31002026-06-22T19:31:05.104Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31012026-06-22T19:31:05.563Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31022026-06-22T19:31:06.127Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31032026-06-22T19:31:06.134Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31042026-06-22T19:31:06.177Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31052026-06-22T19:31:06.259Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31062026-06-22T19:31:06.382Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31072026-06-22T19:31:06.520Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31082026-06-22T19:31:06.586Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31092026-06-22T19:31:06.650Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31102026-06-22T19:31:06.879Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31112026-06-22T19:31:06.909Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31122026-06-22T19:31:06.922Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31132026-06-22T19:31:07.014Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31142026-06-22T19:31:07.112Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31152026-06-22T19:31:07.177Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31162026-06-22T19:31:07.191Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31172026-06-22T19:31:07.229Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31182026-06-22T19:31:07.285Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31192026-06-22T19:31:07.431Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31202026-06-22T19:31:07.451Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31212026-06-22T19:31:07.475Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31222026-06-22T19:31:07.475Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31232026-06-22T19:31:07.492Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31242026-06-22T19:31:07.540Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31252026-06-22T19:31:07.622Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31262026-06-22T19:31:07.696Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31272026-06-22T19:31:07.740Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31282026-06-22T19:31:07.770Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31292026-06-22T19:31:07.887Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31302026-06-22T19:31:08.079Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31312026-06-22T19:31:08.096Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31322026-06-22T19:31:08.159Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31332026-06-22T19:31:08.549Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31342026-06-22T19:31:08.713Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31352026-06-22T19:31:08.971Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31362026-06-22T19:31:09.540Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31372026-06-22T19:31:09.736Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31382026-06-22T19:31:09.759Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31392026-06-22T19:31:10.496Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31402026-06-22T19:31:10.528Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31412026-06-22T19:31:10.789Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31422026-06-22T19:31:11.858Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31432026-06-22T19:31:12.475Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31442026-06-22T19:31:12.499Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31452026-06-22T19:31:12.704Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31462026-06-22T19:31:13.008Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31472026-06-22T19:31:13.123Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31482026-06-22T19:31:13.321Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31492026-06-22T19:31:13.324Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31502026-06-22T19:31:13.987Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31512026-06-22T19:31:14.030Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31522026-06-22T19:31:14.077Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31532026-06-22T19:31:14.372Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31542026-06-22T19:31:14.671Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31552026-06-22T19:31:14.793Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31562026-06-22T19:31:15.220Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31572026-06-22T19:31:15.281Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31582026-06-22T19:31:15.612Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31592026-06-22T19:31:15.731Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31602026-06-22T19:31:15.820Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31612026-06-22T19:31:15.998Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31622026-06-22T19:31:16.531Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31632026-06-22T19:31:16.785Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31642026-06-22T19:31:17.271Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31652026-06-22T19:31:17.676Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31662026-06-22T19:31:18.248Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31672026-06-22T19:31:18.297Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31682026-06-22T19:31:18.948Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31692026-06-22T19:31:19.523Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31702026-06-22T19:31:19.555Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31712026-06-22T19:31:19.808Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31722026-06-22T19:31:19.982Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31732026-06-22T19:31:20.388Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31742026-06-22T19:31:20.910Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31752026-06-22T19:31:21.149Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31762026-06-22T19:31:21.985Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31772026-06-22T19:31:22.439Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31782026-06-22T19:31:23.099Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31792026-06-22T19:31:23.970Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31802026-06-22T19:31:26.925Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31812026-06-22T19:31:26.966Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31822026-06-22T19:31:27.212Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31832026-06-22T19:31:27.624Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31842026-06-22T19:31:27.940Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31852026-06-22T19:31:28.277Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31862026-06-22T19:31:28.399Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31872026-06-22T19:31:30.029Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31882026-06-22T19:31:30.151Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31892026-06-22T19:31:30.289Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31902026-06-22T19:31:30.628Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31912026-06-22T19:31:31.211Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31922026-06-22T19:31:31.296Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31932026-06-22T19:31:31.729Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31942026-06-22T19:31:31.958Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31952026-06-22T19:31:31.985Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31962026-06-22T19:31:31.997Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31972026-06-22T19:31:32.315Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31982026-06-22T19:31:32.622Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31992026-06-22T19:31:32.771Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32002026-06-22T19:31:32.998Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32012026-06-22T19:31:33.406Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32022026-06-22T19:31:33.625Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32032026-06-22T19:31:33.701Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32042026-06-22T19:31:34.833Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32052026-06-22T19:31:35.446Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32062026-06-22T19:31:35.509Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32072026-06-22T19:31:36.183Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32082026-06-22T19:31:36.247Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32092026-06-22T19:31:37.734Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32102026-06-22T19:31:39.782Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32112026-06-22T19:31:40.398Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32122026-06-22T19:31:40.909Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32132026-06-22T19:31:41.399Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32142026-06-22T19:31:43.583Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32152026-06-22T19:31:44.826Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32162026-06-22T19:31:45.483Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32172026-06-22T19:31:46.008Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32182026-06-22T19:31:47.019Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32192026-06-22T19:31:49.024Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32202026-06-22T19:31:49.484Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32212026-06-22T19:31:50.033Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32222026-06-22T19:31:51.273Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32232026-06-22T19:31:51.355Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32242026-06-22T19:31:54.034Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32252026-06-22T19:31:58.122Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32262026-06-22T19:31:58.379Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32272026-06-22T19:31:58.487Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32282026-06-22T19:31:59.010Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32292026-06-22T19:31:59.893Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32302026-06-22T19:32:00.708Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32312026-06-22T19:32:01.443Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32322026-06-22T19:32:02.202Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32332026-06-22T19:32:03.018Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32342026-06-22T19:32:04.459Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32352026-06-22T19:32:04.580Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32362026-06-22T19:32:05.399Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32372026-06-22T19:32:05.875Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32382026-06-22T19:32:06.439Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32392026-06-22T19:32:07.420Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32402026-06-22T19:32:09.949Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32412026-06-22T19:32:11.134Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32422026-06-22T19:32:12.038Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32432026-06-22T19:32:13.354Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-06-22T19:32:14.092Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32452026-06-22T19:32:15.216Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32462026-06-22T19:32:16.968Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32472026-06-22T19:32:17.859Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32482026-06-22T19:32:18.789Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32492026-06-22T19:32:21.885Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32502026-06-22T19:32:21.995Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32512026-06-22T19:32:23.154Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32522026-06-22T19:32:24.666Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32532026-06-22T19:32:25.649Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32542026-06-22T19:32:27.057Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32552026-06-22T19:32:29.568Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32562026-06-22T19:32:30.180Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32572026-06-22T19:32:31.793Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32582026-06-22T19:32:33.530Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32592026-06-22T19:32:35.531Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32602026-06-22T19:32:38.631Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32612026-06-22T19:32:38.807Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32622026-06-22T19:32:40.587Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32632026-06-22T19:32:42.984Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32642026-06-22T19:32:43.234Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32652026-06-22T19:32:44.846Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32662026-06-22T19:32:46.016Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32672026-06-22T19:32:46.733Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32682026-06-22T19:32:48.406Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32692026-06-22T19:32:50.352Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32702026-06-22T19:32:52.242Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32712026-06-22T19:32:53.906Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32722026-06-22T19:32:55.699Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32732026-06-22T19:32:57.440Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32742026-06-22T19:32:59.383Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32752026-06-22T19:33:00.903Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32762026-06-22T19:33:02.578Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32772026-06-22T19:33:04.339Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32782026-06-22T19:33:06.212Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32792026-06-22T19:33:09.422Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32802026-06-22T19:33:11.340Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32812026-06-22T19:33:13.470Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32822026-06-22T19:33:14.833Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32832026-06-22T19:33:16.942Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32842026-06-22T19:33:20.881Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32852026-06-22T19:33:22.726Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32862026-06-22T19:33:24.490Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32872026-06-22T19:33:27.278Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32882026-06-22T19:33:28.775Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32892026-06-22T19:33:31.247Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32902026-06-22T19:33:33.284Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32912026-06-22T19:33:38.102Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32922026-06-22T19:33:38.640Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32932026-06-22T19:33:40.568Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32942026-06-22T19:33:42.872Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32952026-06-22T19:33:45.225Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32962026-06-22T19:33:47.021Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32972026-06-22T19:33:49.724Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32982026-06-22T19:33:51.502Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32992026-06-22T19:33:53.978Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33002026-06-22T19:33:55.947Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33012026-06-22T19:33:58.175Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33022026-06-22T19:34:00.493Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-06-22T19:34:02.743Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33042026-06-22T19:34:05.005Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33052026-06-22T19:34:07.282Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33062026-06-22T19:34:09.586Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33072026-06-22T19:34:11.948Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33082026-06-22T19:34:14.341Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33092026-06-22T19:34:16.674Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33102026-06-22T19:34:19.015Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33112026-06-22T19:34:21.459Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33122026-06-22T19:34:23.801Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33132026-06-22T19:34:26.188Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33142026-06-22T19:34:28.524Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33152026-06-22T19:34:30.936Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33162026-06-22T19:34:33.240Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33172026-06-22T19:34:35.634Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33182026-06-22T19:34:38.207Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33192026-06-22T19:34:40.456Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33202026-06-22T19:34:42.911Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33212026-06-22T19:34:45.232Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33222026-06-22T19:34:47.633Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33232026-06-22T19:34:49.963Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33242026-06-22T19:34:52.564Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33252026-06-22T19:34:54.933Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33262026-06-22T19:34:57.267Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33272026-06-22T19:35:00.193Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33282026-06-22T19:35:02.262Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33292026-06-22T19:35:04.799Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-06-22T19:35:07.373Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33312026-06-22T19:35:09.933Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33322026-06-22T19:35:12.341Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33332026-06-22T19:35:14.943Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33342026-06-22T19:35:17.587Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33352026-06-22T19:35:20.061Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33362026-06-22T19:35:22.656Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33372026-06-22T19:35:25.340Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33382026-06-22T19:35:27.928Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33392026-06-22T19:35:30.522Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33402026-06-22T19:35:32.975Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33412026-06-22T19:35:35.568Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33422026-06-22T19:35:38.217Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33432026-06-22T19:35:40.851Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33442026-06-22T19:35:43.873Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33452026-06-22T19:35:46.300Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33462026-06-22T19:35:53.921Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33472026-06-22T19:35:54.113Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33482026-06-22T19:35:57.391Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33492026-06-22T19:36:00.848Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33502026-06-22T19:36:04.309Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33512026-06-22T19:36:08.953Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33522026-06-22T19:36:11.917Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33532026-06-22T19:36:15.577Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33542026-06-22T19:36:19.294Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33552026-06-22T19:36:23.094Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33562026-06-22T19:36:26.734Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33572026-06-22T19:36:30.456Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33582026-06-22T19:36:34.138Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33592026-06-22T19:36:38.063Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33602026-06-22T19:36:41.677Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33612026-06-22T19:36:45.560Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33622026-06-22T19:36:49.224Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33632026-06-22T19:36:53.031Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33642026-06-22T19:36:56.637Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33652026-06-22T19:37:00.422Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33662026-06-22T19:37:04.835Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33672026-06-22T19:37:08.028Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33682026-06-22T19:37:11.738Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33692026-06-22T19:37:15.429Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33702026-06-22T19:37:19.188Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33712026-06-22T19:37:49.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 52s
33722026-06-22T19:37:49.152Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
33732026-06-22T19:37:49.258Z
33742026-06-22T19:37:49.264Zreal 6:52.224449955
33752026-06-22T19:37:49.264Zuser 18:08.890465492
33762026-06-22T19:37:49.264Zsys 3:49.061240715
33772026-06-22T19:37:49.264Ztrap 0.279607613
33782026-06-22T19:37:49.264Ztflt 0.031204727
33792026-06-22T19:37:49.264Zdflt 0.034051008
33802026-06-22T19:37:49.264Zkflt 0.000043552
33812026-06-22T19:37:49.264Zlock 6:31:12.986937165
33822026-06-22T19:37:49.264Zslp 2:19:03.630046085
33832026-06-22T19:37:49.264Zlat 33.704953410
33842026-06-22T19:37:49.264Zstop 1:43.160338458
33852026-06-22T19:37:49.264Zprocess exited: duration 819375 ms, exit code 0
 
33862026-06-22T19:37:49.294Zfound 0 output files