01KTZF7WWB0SV3A664GKYR4NX7: clippy (helios)

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

Buildomat Job: 01KTZF89Z048NBEQZ8B1KHP05E

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-13T03:09:49.492Zjob assigned to worker 01KTZF8FN5PSAWP7E2GY26J7RK [factory aws, i-02548ac9f4c26576b] (queued for 56 s)
 
22026-06-13T03:09:56.014Zstarting task 0: "setup"
32026-06-13T03:09:56.018Z++ uname -s
42026-06-13T03:09:56.021Z+ kern=SunOS
52026-06-13T03:09:56.021Z+ build_user=build
62026-06-13T03:09:56.021Z+ build_uid=12345
72026-06-13T03:09:56.021Z+ work_dir=/work
82026-06-13T03:09:56.021Z+ input_dir=/input
92026-06-13T03:09:56.021Z+ [[ 0 == 12345 ]]
102026-06-13T03:09:56.021Z+ case "$kern" in
112026-06-13T03:09:56.021Z+ groupadd -g 12345 build
122026-06-13T03:09:56.024Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-13T03:09:58.028Z+ zfs create -o mountpoint=/work rpool/work
142026-06-13T03:09:58.133Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-13T03:09:58.136Z+ home_fs=zfs
162026-06-13T03:09:58.137Z+ [[ zfs == autofs ]]
172026-06-13T03:09:58.137Z+ mkdir -p /home/build
182026-06-13T03:09:58.137Z+ chown build:build /home/build /work
192026-06-13T03:10:00.137Z+ chmod 0700 /home/build /work
202026-06-13T03:10:00.140Zprocess exited: duration 4128 ms, exit code 0
 
212026-06-13T03:10:00.151Zstarting task 1: "rust-toolchain"
222026-06-13T03:10:00.156Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-13T03:10:00.156Z * rust toolchain channel = "1.94.0"
242026-06-13T03:10:00.156Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-13T03:10:00.156Z * rust toolchain profile = "default"
262026-06-13T03:10:00.156Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-13T03:10:00.156Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-13T03:10:00.165Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-13T03:10:00.165Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-13T03:10:00.272Zinfo: downloading installer
312026-06-13T03:10:01.717Zwarn: It looks like you have an existing rustup settings file at:
322026-06-13T03:10:01.717Zwarn: /home/build/.rustup/settings.toml
332026-06-13T03:10:01.717Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-13T03:10:01.717Zwarn: instead of the one inferred from the default host triple.
352026-06-13T03:10:01.728Zinfo: profile set to default
362026-06-13T03:10:01.728Zinfo: default host triple is x86_64-unknown-illumos
372026-06-13T03:10:01.731Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-13T03:10:01.891Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-13T03:10:01.896Zinfo: downloading 6 components
402026-06-13T03:10:17.851Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-13T03:10:17.851Z
422026-06-13T03:10:17.879Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-13T03:10:17.879Z
442026-06-13T03:10:17.879Z
452026-06-13T03:10:17.879ZRust is installed now. Great!
462026-06-13T03:10:17.880Z
472026-06-13T03:10:17.880ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-13T03:10:17.880Zenvironment variable. This has not been done automatically.
492026-06-13T03:10:17.880Z
502026-06-13T03:10:17.880ZTo configure your current shell, you need to source
512026-06-13T03:10:17.880Zthe corresponding env file under $HOME/.cargo.
522026-06-13T03:10:17.880Z
532026-06-13T03:10:17.880ZThis is usually done by running one of the following (note the leading DOT):
542026-06-13T03:10:17.884Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-13T03:10:17.884Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-13T03:10:17.884Zsource "~/.cargo/env.nu" # For nushell
572026-06-13T03:10:17.885Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-13T03:10:17.885Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-13T03:10:17.885Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-13T03:10:17.885Zwarn: no default linker (`cc`) was found in your PATH
612026-06-13T03:10:17.885Zwarn: many Rust crates require a system C toolchain to build
622026-06-13T03:10:17.981Z+ rustup --version
632026-06-13T03:10:17.990Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-13T03:10:17.993Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-13T03:10:18.012Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-13T03:10:18.015Z+ cargo --version
672026-06-13T03:10:18.027Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-13T03:10:18.030Z+ rustc --version
692026-06-13T03:10:18.050Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-13T03:10:18.053Zprocess exited: duration 17901 ms, exit code 0
 
712026-06-13T03:10:18.060Zstarting task 2: "authentication"
722026-06-13T03:10:18.078Zprocess exited: duration 17 ms, exit code 0
 
732026-06-13T03:10:18.085Zstarting task 3: "clone repository"
742026-06-13T03:10:18.088Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-13T03:10:18.091Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-13T03:10:18.119ZCloning into '/work/oxidecomputer/omicron'...
772026-06-13T03:10:27.412Z+ cd /work/oxidecomputer/omicron
782026-06-13T03:10:27.415Z+ git fetch origin ef7bf083f09198a03c09b359d0580690fafc0280
792026-06-13T03:10:27.681ZFrom https://github.com/oxidecomputer/omicron
802026-06-13T03:10:27.681Z * branch ef7bf083f09198a03c09b359d0580690fafc0280 -> FETCH_HEAD
812026-06-13T03:10:27.691Z+ [[ -n sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig ]]
822026-06-13T03:10:27.695Z++ git branch --show-current
832026-06-13T03:10:27.695Z+ current=main
842026-06-13T03:10:27.695Z+ [[ main != sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig ]]
852026-06-13T03:10:27.695Z+ git branch -f sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig ef7bf083f09198a03c09b359d0580690fafc0280
862026-06-13T03:10:27.698Z+ git checkout -f sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig
872026-06-13T03:10:27.926ZSwitched to branch 'sunshowers/spr/reconfigurator-add-update_disposition-to-blueprintsledconfig'
882026-06-13T03:10:27.930Z+ git reset --hard ef7bf083f09198a03c09b359d0580690fafc0280
892026-06-13T03:10:27.969ZHEAD is now at ef7bf083f minor updates
902026-06-13T03:10:27.974Zprocess exited: duration 9885 ms, exit code 0
 
912026-06-13T03:10:27.980Zstarting task 4: "build"
922026-06-13T03:10:27.985Z+ source ./env.sh
932026-06-13T03:10:27.985Z++ OLD_SHELL_OPTS=ehxB
942026-06-13T03:10:27.985Z++ set -o xtrace
952026-06-13T03:10:27.989Z++++ dirname ./env.sh
962026-06-13T03:10:27.992Z+++ readlink -f .
972026-06-13T03:10:27.995Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-13T03:10:27.995Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-13T03:10:27.995Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-13T03:10:27.995Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-13T03:10:27.995Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-13T03:10:27.995Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-13T03:10:27.995Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-13T03:10:27.995Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-13T03:10:27.995Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-13T03:10:27.995Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-13T03:10:27.995Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-13T03:10:27.995Z++ case $OLD_SHELL_OPTS in
1092026-06-13T03:10:27.995Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-13T03:10:27.995Z+ source .github/buildomat/ci-env.sh
1112026-06-13T03:10:27.995Z++ export CARGO_TERM_COLOR=always
1122026-06-13T03:10:27.995Z++ CARGO_TERM_COLOR=always
1132026-06-13T03:10:27.995Z+ cargo --version
1142026-06-13T03:10:28.002Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-06-13T03:10:28.006Z+ rustc --version
1162026-06-13T03:10:28.024Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-06-13T03:10:28.028Z+ banner prerequisites
1182026-06-13T03:10:28.031Z
1192026-06-13T03:10:28.031Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-13T03:10:28.031Z # # # # # # # # # # # # # # #
1212026-06-13T03:10:28.031Z # # # # ##### # # ##### # # # # # #### #
1222026-06-13T03:10:28.031Z ##### ##### # ##### # # # # # # # # #
1232026-06-13T03:10:28.031Z # # # # # # # # # # # # # # #
1242026-06-13T03:10:28.031Z # # # ###### # # ###### ### # #### # #### #
1252026-06-13T03:10:28.031Z
1262026-06-13T03:10:28.031Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-13T03:10:29.508Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-13T03:10:29.591Z Startup: Caching catalogs ... Done
1292026-06-13T03:10:29.920ZPlanning: Solver setup ... Done (0.291s)
1302026-06-13T03:10:29.945ZPlanning: Running solver ... Done (0.024s)
1312026-06-13T03:10:29.955ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-13T03:10:29.966ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-13T03:10:29.986ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-13T03:10:30.000ZPlanning: Package planning ... Done (0.013s)
1352026-06-13T03:10:30.003ZPlanning: Merging actions ... Done (0.002s)
1362026-06-13T03:10:30.186ZPlanning: Checking for conflicting actions ... Done (0.185s)
1372026-06-13T03:10:30.189ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-13T03:10:30.985ZPlanning: Evaluating mediators ... Done (0.798s)
1392026-06-13T03:10:30.988ZPlanning: Planning completed in 1.38 seconds
1402026-06-13T03:10:30.994Z Packages to install: 2
1412026-06-13T03:10:30.994Z Estimated space available: 156.07 GB
1422026-06-13T03:10:30.994ZEstimated space to be consumed: 25.37 MB
1432026-06-13T03:10:30.994Z Create boot environment: No
1442026-06-13T03:10:30.997ZCreate backup boot environment: No
1452026-06-13T03:10:30.997Z Rebuild boot archive: No
1462026-06-13T03:10:30.997Z
1472026-06-13T03:10:30.997ZChanged packages:
1482026-06-13T03:10:30.997Zhelios
1492026-06-13T03:10:30.997Z developer/build-essential
1502026-06-13T03:10:30.997Z None -> 11-3.0
1512026-06-13T03:10:30.997Z library/libxmlsec1
1522026-06-13T03:10:30.998Z None -> 1.2.35-3.0
1532026-06-13T03:10:31.018Z
1542026-06-13T03:10:31.018ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-13T03:10:33.876ZDownload: Completed 1.28 MB in 2.86 seconds (459k/s)
1562026-06-13T03:10:33.936Z Actions: 1/268 actions (Installing new actions)
1572026-06-13T03:10:33.974Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-13T03:10:33.981ZFinalize: Updating package state database ... Done (0.007s)
1592026-06-13T03:10:33.981ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-13T03:10:34.003ZFinalize: Updating image state ... Done (0.021s)
1612026-06-13T03:10:36.380ZFinalize: Creating fast lookup database ... Done (2.355s)
1622026-06-13T03:10:36.450ZFinalize: Reading search index ... Done (0.011s)
1632026-06-13T03:10:36.453ZFinalize: Updating search index ... Done (0.000s)
1642026-06-13T03:10:36.518ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-13T03:10:36.818ZPlanning: Evaluating mediator changes ... Done
1662026-06-13T03:10:36.921ZPlanning: Checking for conflicting actions ... Done
1672026-06-13T03:10:36.924ZPlanning: Consolidating action changes ... Done
1682026-06-13T03:10:37.079ZPlanning: Evaluating mediators ... Done
1692026-06-13T03:10:37.082ZPlanning: Planning completed in 0.26 seconds
1702026-06-13T03:10:37.102Z Mediators to change: 2
1712026-06-13T03:10:37.102Z Create boot environment: No
1722026-06-13T03:10:37.102ZCreate backup boot environment: No
1732026-06-13T03:10:37.148ZFinalize: Updating package state database ... Done
1742026-06-13T03:10:37.148ZFinalize: Updating package cache ... Done
1752026-06-13T03:10:37.159ZFinalize: Updating image state ... Done
1762026-06-13T03:10:39.096ZFinalize: Creating fast lookup database ... Done
1772026-06-13T03:10:39.162ZFinalize: Reading search index ... Done
1782026-06-13T03:10:39.165ZFinalize: Updating search index ... Done
1792026-06-13T03:10:39.217ZFinalize: Updating package cache ... Done
1802026-06-13T03:10:39.501ZPlanning: Evaluating mediator changes ... Done
1812026-06-13T03:10:39.603ZPlanning: Checking for conflicting actions ... Done
1822026-06-13T03:10:39.607ZPlanning: Consolidating action changes ... Done
1832026-06-13T03:10:39.763ZPlanning: Evaluating mediators ... Done
1842026-06-13T03:10:39.766ZPlanning: Planning completed in 0.26 seconds
1852026-06-13T03:10:39.787Z Mediators to change: 1
1862026-06-13T03:10:39.787Z Create boot environment: No
1872026-06-13T03:10:39.787ZCreate backup boot environment: No
1882026-06-13T03:10:39.859ZFinalize: Updating package state database ... Done
1892026-06-13T03:10:39.859ZFinalize: Updating package cache ... Done
1902026-06-13T03:10:39.871ZFinalize: Updating image state ... Done
1912026-06-13T03:10:41.807ZFinalize: Creating fast lookup database ... Done
1922026-06-13T03:10:41.868ZFinalize: Reading search index ... Done
1932026-06-13T03:10:41.871ZFinalize: Updating search index ... Done
1942026-06-13T03:10:41.956ZFinalize: Updating package cache ... Done
1952026-06-13T03:10:42.263ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-13T03:10:42.263Zapache system 2.4 system
1972026-06-13T03:10:42.263Zclang system 15 system
1982026-06-13T03:10:42.263Zcsh system system illumos
1992026-06-13T03:10:42.263Zctags system system illumos
2002026-06-13T03:10:42.263Zfile vendor vendor darwinsys
2012026-06-13T03:10:42.263Zfile system system illumos
2022026-06-13T03:10:42.263Zgcc vendor 14 vendor
2032026-06-13T03:10:42.263Zgcc system 13 system
2042026-06-13T03:10:42.263Zgcc system 10 system
2052026-06-13T03:10:42.263Zgo system 1.25 system
2062026-06-13T03:10:42.263Zllvm system 15 system
2072026-06-13T03:10:42.263Zmariadb system 11.4 system
2082026-06-13T03:10:42.263Zmta vendor vendor dma
2092026-06-13T03:10:42.264Zopenjdk system 17 system
2102026-06-13T03:10:42.264Zopenjdk system 11 system
2112026-06-13T03:10:42.264Zopenssl vendor 3 vendor
2122026-06-13T03:10:42.264Zperl system 5.40 system
2132026-06-13T03:10:42.264Zpostgresql system 18 system
2142026-06-13T03:10:42.264Zpostgresql system 17 system
2152026-06-13T03:10:42.264Zpython vendor 3 vendor
2162026-06-13T03:10:42.264Zpython system 2 system
2172026-06-13T03:10:42.264Zpython3 vendor 3.13 vendor
2182026-06-13T03:10:42.264Zruby system 3.4 system
2192026-06-13T03:10:42.264Zruby system 3.0 system
2202026-06-13T03:10:42.264Zwords vendor vendor american-english
2212026-06-13T03:10:42.264Zwords system system australian-english
2222026-06-13T03:10:42.264Zwords system system british-english
2232026-06-13T03:10:42.264Zwords system system canadian-english
2242026-06-13T03:10:42.264Zwords system system french
2252026-06-13T03:10:42.264Zwords system system italian
2262026-06-13T03:10:42.264Zwords system system ngerman
2272026-06-13T03:10:42.264Zwords system system ogerman
2282026-06-13T03:10:42.264Zwords system system spanish
2292026-06-13T03:10:42.518ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-13T03:10:42.518Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-13T03:10:42.805ZFMRI IFO
2322026-06-13T03:10:42.805Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-13T03:10:42.805Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-13T03:10:42.805Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-13T03:10:42.805Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-13T03:10:42.805Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-13T03:10:42.805Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-13T03:10:42.805Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-13T03:10:42.805Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-13T03:10:42.805Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-13T03:10:43.046Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-13T03:10:43.327Z Updating crates.io index
2432026-06-13T03:10:43.366Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-13T03:10:43.615Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-13T03:10:44.459Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-13T03:10:44.856Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-13T03:10:45.936Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-13T03:10:46.466Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-13T03:10:47.971Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-13T03:10:48.766Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-13T03:10:49.200Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-13T03:10:50.199Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-13T03:10:50.554Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-13T03:10:51.002Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-13T03:10:51.253Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-13T03:10:52.251Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-13T03:10:52.741Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-13T03:10:52.953Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-13T03:10:53.312Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-13T03:10:53.638Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-13T03:10:54.053Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-13T03:10:54.379Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-13T03:10:54.598Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-13T03:10:54.835Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-13T03:10:55.204Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-13T03:10:55.553Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-13T03:10:55.931Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-13T03:10:56.410Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-13T03:10:56.637Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-13T03:10:56.919Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-13T03:10:57.179Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-13T03:10:58.333Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-13T03:10:59.037Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-13T03:10:59.504Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-13T03:10:59.788Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-13T03:11:00.184Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-13T03:11:00.528Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-13T03:11:01.242Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-13T03:11:01.624Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-13T03:11:02.141Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-13T03:11:02.393Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-13T03:11:02.689Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-13T03:11:03.068Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-06-13T03:11:14.814Z Downloading crates ...
2852026-06-13T03:11:14.872Z Downloaded bytecount v0.6.9
2862026-06-13T03:11:14.882Z Downloaded cargo-util-schemas v0.8.2
2872026-06-13T03:11:14.885Z Downloaded clap_lex v1.0.0
2882026-06-13T03:11:14.888Z Downloaded errno v0.3.14
2892026-06-13T03:11:14.891Z Downloaded dtrace-parser v0.2.0
2902026-06-13T03:11:14.891Z Downloaded cargo-platform v0.2.0
2912026-06-13T03:11:14.891Z Downloaded equivalent v1.0.2
2922026-06-13T03:11:14.894Z Downloaded block-buffer v0.10.4
2932026-06-13T03:11:14.898Z Downloaded cpufeatures v0.2.17
2942026-06-13T03:11:14.901Z Downloaded unicode-ident v1.0.24
2952026-06-13T03:11:14.901Z Downloaded dof v0.3.0
2962026-06-13T03:11:14.904Z Downloaded cfg-if v1.0.4
2972026-06-13T03:11:14.904Z Downloaded camino-tempfile v1.4.1
2982026-06-13T03:11:14.907Z Downloaded anstyle-query v1.1.5
2992026-06-13T03:11:14.907Z Downloaded digest v0.10.7
3002026-06-13T03:11:14.910Z Downloaded crypto-common v0.1.7
3012026-06-13T03:11:14.910Z Downloaded zerofrom v0.1.6
3022026-06-13T03:11:14.911Z Downloaded utf8parse v0.2.2
3032026-06-13T03:11:14.911Z Downloaded anstream v1.0.0
3042026-06-13T03:11:14.914Z Downloaded unicode-xid v0.2.6
3052026-06-13T03:11:14.914Z Downloaded byteorder v1.5.0
3062026-06-13T03:11:14.914Z Downloaded colorchoice v1.0.4
3072026-06-13T03:11:14.914Z Downloaded version_check v0.9.5
3082026-06-13T03:11:14.917Z Downloaded fastrand v2.3.0
3092026-06-13T03:11:14.917Z Downloaded zerofrom-derive v0.1.6
3102026-06-13T03:11:14.917Z Downloaded utf8_iter v1.0.4
3112026-06-13T03:11:14.920Z Downloaded thread-id v4.2.2
3122026-06-13T03:11:14.920Z Downloaded is_terminal_polyfill v1.70.2
3132026-06-13T03:11:14.923Z Downloaded fnv v1.0.7
3142026-06-13T03:11:14.925Z Downloaded thiserror-impl v1.0.69
3152026-06-13T03:11:14.925Z Downloaded writeable v0.6.2
3162026-06-13T03:11:14.925Z Downloaded thiserror-impl v2.0.18
3172026-06-13T03:11:14.929Z Downloaded generic-array v0.14.7
3182026-06-13T03:11:14.932Z Downloaded usdt-attr-macro v0.5.0
3192026-06-13T03:11:14.932Z Downloaded usdt v0.5.0
3202026-06-13T03:11:14.932Z Downloaded unicode-linebreak v0.1.5
3212026-06-13T03:11:14.935Z Downloaded percent-encoding v2.3.2
3222026-06-13T03:11:14.935Z Downloaded usdt-macro v0.5.0
3232026-06-13T03:11:14.937Z Downloaded displaydoc v0.2.5
3242026-06-13T03:11:14.937Z Downloaded toml_write v0.1.2
3252026-06-13T03:11:14.938Z Downloaded toml_datetime v0.6.11
3262026-06-13T03:11:14.941Z Downloaded camino v1.2.2
3272026-06-13T03:11:14.941Z Downloaded tinystr v0.8.2
3282026-06-13T03:11:14.941Z Downloaded memmap v0.7.0
3292026-06-13T03:11:14.944Z Downloaded thiserror v1.0.69
3302026-06-13T03:11:14.946Z Downloaded zerotrie v0.2.3
3312026-06-13T03:11:14.949Z Downloaded yoke v0.8.1
3322026-06-13T03:11:14.949Z Downloaded yoke-derive v0.8.1
3332026-06-13T03:11:14.949Z Downloaded strsim v0.11.1
3342026-06-13T03:11:14.949Z Downloaded clap_derive v4.6.1
3352026-06-13T03:11:14.952Z Downloaded zerovec-derive v0.11.2
3362026-06-13T03:11:14.955Z Downloaded zmij v1.0.21
3372026-06-13T03:11:14.955Z Downloaded usdt-impl v0.5.0
3382026-06-13T03:11:14.955Z Downloaded typeid v1.0.3
3392026-06-13T03:11:14.958Z Downloaded cargo_toml v0.21.0
3402026-06-13T03:11:14.958Z Downloaded ucd-trie v0.1.7
3412026-06-13T03:11:14.958Z Downloaded toml v0.8.23
3422026-06-13T03:11:14.961Z Downloaded ordered-float v2.10.1
3432026-06-13T03:11:14.961Z Downloaded erased-serde v0.4.9
3442026-06-13T03:11:14.964Z Downloaded thiserror v2.0.18
3452026-06-13T03:11:14.967Z Downloaded serde_spanned v0.6.9
3462026-06-13T03:11:14.967Z Downloaded zerocopy-derive v0.7.35
3472026-06-13T03:11:14.970Z Downloaded textwrap v0.16.2
3482026-06-13T03:11:14.970Z Downloaded typenum v1.19.0
3492026-06-13T03:11:14.973Z Downloaded serde-value v0.7.0
3502026-06-13T03:11:14.973Z Downloaded scroll_derive v0.12.1
3512026-06-13T03:11:14.973Z Downloaded potential_utf v0.1.4
3522026-06-13T03:11:14.973Z Downloaded idna_adapter v1.2.1
3532026-06-13T03:11:14.976Z Downloaded swrite v0.1.0
3542026-06-13T03:11:14.976Z Downloaded form_urlencoded v1.2.2
3552026-06-13T03:11:14.976Z Downloaded anstyle-parse v1.0.0
3562026-06-13T03:11:14.976Z Downloaded stable_deref_trait v1.2.1
3572026-06-13T03:11:14.980Z Downloaded terminal_size v0.4.3
3582026-06-13T03:11:14.982Z Downloaded pretty-hex v0.4.1
3592026-06-13T03:11:14.986Z Downloaded cargo_metadata v0.21.0
3602026-06-13T03:11:14.989Z Downloaded fs-err v3.3.0
3612026-06-13T03:11:14.989Z Downloaded url v2.5.8
3622026-06-13T03:11:14.993Z Downloaded toml_edit v0.22.27
3632026-06-13T03:11:14.999Z Downloaded heck v0.4.1
3642026-06-13T03:11:15.005Z Downloaded synstructure v0.13.2
3652026-06-13T03:11:15.009Z Downloaded bitflags v2.11.0
3662026-06-13T03:11:15.012Z Downloaded zerovec v0.11.5
3672026-06-13T03:11:15.014Z Downloaded zerocopy v0.7.35
3682026-06-13T03:11:15.023Z Downloaded tabled_derive v0.7.0
3692026-06-13T03:11:15.026Z Downloaded smawk v0.3.2
3702026-06-13T03:11:15.026Z Downloaded plain v0.2.3
3712026-06-13T03:11:15.026Z Downloaded unicode-width v0.2.0
3722026-06-13T03:11:15.029Z Downloaded macaddr v1.0.1
3732026-06-13T03:11:15.029Z Downloaded itoa v1.0.17
3742026-06-13T03:11:15.032Z Downloaded unicode-width v0.1.14
3752026-06-13T03:11:15.035Z Downloaded winnow v0.7.14
3762026-06-13T03:11:15.039Z Downloaded heck v0.5.0
3772026-06-13T03:11:15.042Z Downloaded autocfg v1.5.0
3782026-06-13T03:11:15.049Z Downloaded proc-macro-error v1.0.4
3792026-06-13T03:11:15.053Z Downloaded sha2 v0.10.9
3802026-06-13T03:11:15.060Z Downloaded quote v1.0.45
3812026-06-13T03:11:15.063Z Downloaded icu_provider v2.1.1
3822026-06-13T03:11:15.063Z Downloaded litemap v0.8.1
3832026-06-13T03:11:15.072Z Downloaded serde_tokenstream v0.2.3
3842026-06-13T03:11:15.075Z Downloaded proc-macro-error-attr v1.0.4
3852026-06-13T03:11:15.075Z Downloaded serde-untagged v0.1.9
3862026-06-13T03:11:15.075Z Downloaded anstyle v1.0.14
3872026-06-13T03:11:15.082Z Downloaded tempfile v3.25.0
3882026-06-13T03:11:15.085Z Downloaded semver v1.0.28
3892026-06-13T03:11:15.088Z Downloaded pest_generator v2.8.6
3902026-06-13T03:11:15.094Z Downloaded serde_derive v1.0.228
3912026-06-13T03:11:15.099Z Downloaded pest_derive v2.8.6
3922026-06-13T03:11:15.103Z Downloaded smallvec v1.15.1
3932026-06-13T03:11:15.106Z Downloaded icu_properties v2.1.2
3942026-06-13T03:11:15.109Z Downloaded once_cell v1.21.3
3952026-06-13T03:11:15.109Z Downloaded clap v4.6.1
3962026-06-13T03:11:15.112Z Downloaded icu_normalizer v2.1.1
3972026-06-13T03:11:15.116Z Downloaded anyhow v1.0.102
3982026-06-13T03:11:15.119Z Downloaded serde_core v1.0.228
3992026-06-13T03:11:15.119Z Downloaded scroll v0.12.0
4002026-06-13T03:11:15.119Z Downloaded log v0.4.29
4012026-06-13T03:11:15.122Z Downloaded getrandom v0.4.1
4022026-06-13T03:11:15.125Z Downloaded proc-macro2 v1.0.106
4032026-06-13T03:11:15.128Z Downloaded num-traits v0.2.19
4042026-06-13T03:11:15.137Z Downloaded icu_collections v2.1.1
4052026-06-13T03:11:15.140Z Downloaded papergrid v0.11.0
4062026-06-13T03:11:15.148Z Downloaded icu_locale_core v2.1.1
4072026-06-13T03:11:15.151Z Downloaded pest_meta v2.8.6
4082026-06-13T03:11:15.154Z Downloaded icu_normalizer_data v2.1.1
4092026-06-13T03:11:15.159Z Downloaded serde v1.0.228
4102026-06-13T03:11:15.185Z Downloaded memchr v2.8.0
4112026-06-13T03:11:15.202Z Downloaded idna v1.1.0
4122026-06-13T03:11:15.205Z Downloaded clap_builder v4.6.0
4132026-06-13T03:11:15.211Z Downloaded indexmap v2.14.0
4142026-06-13T03:11:15.215Z Downloaded pest v2.8.6
4152026-06-13T03:11:15.218Z Downloaded hashbrown v0.17.0
4162026-06-13T03:11:15.237Z Downloaded serde_json v1.0.149
4172026-06-13T03:11:15.241Z Downloaded goblin v0.8.2
4182026-06-13T03:11:15.249Z Downloaded icu_properties_data v2.1.2
4192026-06-13T03:11:15.258Z Downloaded tabled v0.15.0
4202026-06-13T03:11:15.272Z Downloaded syn v1.0.109
4212026-06-13T03:11:15.280Z Downloaded syn v2.0.117
4222026-06-13T03:11:15.303Z Downloaded rustix v1.1.3
4232026-06-13T03:11:15.337Z Downloaded libc v0.2.185
4242026-06-13T03:11:15.404Z Compiling proc-macro2 v1.0.106
4252026-06-13T03:11:15.404Z Compiling quote v1.0.45
4262026-06-13T03:11:15.404Z Compiling unicode-ident v1.0.24
4272026-06-13T03:11:15.404Z Compiling serde_core v1.0.228
4282026-06-13T03:11:15.407Z Compiling libc v0.2.185
4292026-06-13T03:11:15.407Z Compiling version_check v0.9.5
4302026-06-13T03:11:15.407Z Compiling stable_deref_trait v1.2.1
4312026-06-13T03:11:15.407Z Compiling memchr v2.8.0
4322026-06-13T03:11:15.683Z Compiling serde v1.0.228
4332026-06-13T03:11:15.732Z Compiling zmij v1.0.21
4342026-06-13T03:11:15.959Z Compiling itoa v1.0.17
4352026-06-13T03:11:16.029Z Compiling autocfg v1.5.0
4362026-06-13T03:11:16.089Z Compiling thiserror v1.0.69
4372026-06-13T03:11:16.157Z Compiling ucd-trie v0.1.7
4382026-06-13T03:11:16.393Z Compiling pest v2.8.6
4392026-06-13T03:11:16.418Z Compiling writeable v0.6.2
4402026-06-13T03:11:16.469Z Compiling litemap v0.8.1
4412026-06-13T03:11:16.486Z Compiling icu_properties_data v2.1.2
4422026-06-13T03:11:16.588Z Compiling byteorder v1.5.0
4432026-06-13T03:11:16.610Z Compiling rustix v1.1.3
4442026-06-13T03:11:16.671Z Compiling icu_normalizer_data v2.1.1
4452026-06-13T03:11:16.956Z Compiling errno v0.3.14
4462026-06-13T03:11:17.014Z Compiling syn v2.0.117
4472026-06-13T03:11:17.045Z Compiling serde_json v1.0.149
4482026-06-13T03:11:17.111Z Compiling bitflags v2.11.0
4492026-06-13T03:11:17.256Z Compiling num-traits v0.2.19
4502026-06-13T03:11:17.273Z Compiling hashbrown v0.17.0
4512026-06-13T03:11:17.332Z Compiling equivalent v1.0.2
4522026-06-13T03:11:17.425Z Compiling smallvec v1.15.1
4532026-06-13T03:11:17.442Z Compiling typeid v1.0.3
4542026-06-13T03:11:17.639Z Compiling pest_meta v2.8.6
4552026-06-13T03:11:17.882Z Compiling indexmap v2.14.0
4562026-06-13T03:11:17.899Z Compiling thread-id v4.2.2
4572026-06-13T03:11:17.915Z Compiling usdt-impl v0.5.0
4582026-06-13T03:11:17.932Z Compiling proc-macro-error-attr v1.0.4
4592026-06-13T03:11:17.983Z Compiling winnow v0.7.14
4602026-06-13T03:11:18.117Z Compiling toml_write v0.1.2
4612026-06-13T03:11:18.134Z Compiling syn v1.0.109
4622026-06-13T03:11:18.422Z Compiling erased-serde v0.4.9
4632026-06-13T03:11:18.680Z Compiling proc-macro-error v1.0.4
4642026-06-13T03:11:18.742Z Compiling log v0.4.29
4652026-06-13T03:11:18.863Z Compiling getrandom v0.4.1
4662026-06-13T03:11:18.927Z Compiling camino v1.2.2
4672026-06-13T03:11:19.127Z Compiling thiserror v2.0.18
4682026-06-13T03:11:19.215Z Compiling percent-encoding v2.3.2
4692026-06-13T03:11:19.255Z Compiling plain v0.2.3
4702026-06-13T03:11:19.280Z Compiling utf8parse v0.2.2
4712026-06-13T03:11:19.336Z Compiling utf8_iter v1.0.4
4722026-06-13T03:11:19.389Z Compiling anstyle-parse v1.0.0
4732026-06-13T03:11:19.397Z Compiling form_urlencoded v1.2.2
4742026-06-13T03:11:19.462Z Compiling ordered-float v2.10.1
4752026-06-13T03:11:19.574Z Compiling terminal_size v0.4.3
4762026-06-13T03:11:19.678Z Compiling synstructure v0.13.2
4772026-06-13T03:11:19.708Z Compiling pest_generator v2.8.6
4782026-06-13T03:11:19.711Z Compiling anstyle v1.0.14
4792026-06-13T03:11:19.792Z Compiling colorchoice v1.0.4
4802026-06-13T03:11:19.913Z Compiling cfg-if v1.0.4
4812026-06-13T03:11:19.930Z Compiling is_terminal_polyfill v1.70.2
4822026-06-13T03:11:19.944Z Compiling pretty-hex v0.4.1
4832026-06-13T03:11:19.960Z Compiling anstyle-query v1.1.5
4842026-06-13T03:11:20.021Z Compiling serde-untagged v0.1.9
4852026-06-13T03:11:20.069Z Compiling anstream v1.0.0
4862026-06-13T03:11:20.191Z Compiling semver v1.0.28
4872026-06-13T03:11:20.274Z Compiling fs-err v3.3.0
4882026-06-13T03:11:20.373Z Compiling bytecount v0.6.9
4892026-06-13T03:11:20.399Z Compiling strsim v0.11.1
4902026-06-13T03:11:20.457Z Compiling clap_lex v1.0.0
4912026-06-13T03:11:20.509Z Compiling unicode-width v0.1.14
4922026-06-13T03:11:20.525Z Compiling heck v0.5.0
4932026-06-13T03:11:20.541Z Compiling once_cell v1.21.3
4942026-06-13T03:11:20.747Z Compiling anyhow v1.0.102
4952026-06-13T03:11:20.761Z Compiling unicode-xid v0.2.6
4962026-06-13T03:11:20.765Z Compiling fnv v1.0.7
4972026-06-13T03:11:20.792Z Compiling fastrand v2.3.0
4982026-06-13T03:11:20.879Z Compiling heck v0.4.1
4992026-06-13T03:11:20.896Z Compiling papergrid v0.11.0
5002026-06-13T03:11:20.990Z Compiling tempfile v3.25.0
5012026-06-13T03:11:21.061Z Compiling clap_builder v4.6.0
5022026-06-13T03:11:21.205Z Compiling memmap v0.7.0
5032026-06-13T03:11:21.262Z Compiling unicode-linebreak v0.1.5
5042026-06-13T03:11:21.302Z Compiling serde_derive v1.0.228
5052026-06-13T03:11:21.357Z Compiling zerofrom-derive v0.1.6
5062026-06-13T03:11:21.383Z Compiling yoke-derive v0.8.1
5072026-06-13T03:11:21.504Z Compiling zerovec-derive v0.11.2
5082026-06-13T03:11:21.541Z Compiling displaydoc v0.2.5
5092026-06-13T03:11:22.319Z Compiling thiserror-impl v1.0.69
5102026-06-13T03:11:22.334Z Compiling zerocopy-derive v0.7.35
5112026-06-13T03:11:22.566Z Compiling pest_derive v2.8.6
5122026-06-13T03:11:22.663Z Compiling scroll_derive v0.12.1
5132026-06-13T03:11:22.806Z Compiling zerofrom v0.1.6
5142026-06-13T03:11:22.943Z Compiling yoke v0.8.1
5152026-06-13T03:11:22.988Z Compiling thiserror-impl v2.0.18
5162026-06-13T03:11:23.147Z Compiling zerovec v0.11.5
5172026-06-13T03:11:23.205Z Compiling zerotrie v0.2.3
5182026-06-13T03:11:23.325Z Compiling zerocopy v0.7.35
5192026-06-13T03:11:23.507Z Compiling scroll v0.12.0
5202026-06-13T03:11:23.589Z Compiling tinystr v0.8.2
5212026-06-13T03:11:23.765Z Compiling icu_locale_core v2.1.1
5222026-06-13T03:11:23.781Z Compiling potential_utf v0.1.4
5232026-06-13T03:11:23.796Z Compiling dtrace-parser v0.2.0
5242026-06-13T03:11:23.872Z Compiling goblin v0.8.2
5252026-06-13T03:11:23.945Z Compiling icu_collections v2.1.1
5262026-06-13T03:11:24.103Z Compiling tabled_derive v0.7.0
5272026-06-13T03:11:24.158Z Compiling clap_derive v4.6.1
5282026-06-13T03:11:24.426Z Compiling icu_provider v2.1.1
5292026-06-13T03:11:24.624Z Compiling smawk v0.3.2
5302026-06-13T03:11:24.650Z Compiling icu_properties v2.1.2
5312026-06-13T03:11:24.719Z Compiling serde_spanned v0.6.9
5322026-06-13T03:11:24.738Z Compiling toml_datetime v0.6.11
5332026-06-13T03:11:24.764Z Compiling icu_normalizer v2.1.1
5342026-06-13T03:11:24.833Z Compiling dof v0.3.0
5352026-06-13T03:11:24.865Z Compiling serde_tokenstream v0.2.3
5362026-06-13T03:11:25.000Z Compiling toml_edit v0.22.27
5372026-06-13T03:11:25.017Z Compiling serde-value v0.7.0
5382026-06-13T03:11:25.219Z Compiling cargo-platform v0.2.0
5392026-06-13T03:11:25.292Z Compiling unicode-width v0.2.0
5402026-06-13T03:11:25.376Z Compiling tabled v0.15.0
5412026-06-13T03:11:25.489Z Compiling idna_adapter v1.2.1
5422026-06-13T03:11:25.566Z Compiling textwrap v0.16.2
5432026-06-13T03:11:25.634Z Compiling idna v1.1.0
5442026-06-13T03:11:25.725Z Compiling macaddr v1.0.1
5452026-06-13T03:11:25.800Z Compiling usdt-attr-macro v0.5.0
5462026-06-13T03:11:25.900Z Compiling usdt-macro v0.5.0
5472026-06-13T03:11:25.949Z Compiling url v2.5.8
5482026-06-13T03:11:26.279Z Compiling clap v4.6.1
5492026-06-13T03:11:26.468Z Compiling toml v0.8.23
5502026-06-13T03:11:26.708Z Compiling usdt v0.5.0
5512026-06-13T03:11:26.876Z Compiling cargo-util-schemas v0.8.2
5522026-06-13T03:11:26.999Z Compiling cargo_toml v0.21.0
5532026-06-13T03:11:27.018Z Compiling camino-tempfile v1.4.1
5542026-06-13T03:11:27.084Z Compiling swrite v0.1.0
5552026-06-13T03:11:27.162Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-06-13T03:11:27.798Z Compiling cargo_metadata v0.21.0
5572026-06-13T03:11:28.750Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-13T03:11:30.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.88s
5592026-06-13T03:11:31.024Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-06-13T03:11:31.582Z Downloading crates ...
5612026-06-13T03:11:31.686Z Downloaded async-stream-impl v0.3.6
5622026-06-13T03:11:31.692Z Downloaded castaway v0.2.4
5632026-06-13T03:11:31.696Z Downloaded bit-vec v0.6.3
5642026-06-13T03:11:31.700Z Downloaded anstream v0.6.21
5652026-06-13T03:11:31.706Z Downloaded const-oid v0.9.6
5662026-06-13T03:11:31.709Z Downloaded atomic-waker v1.1.2
5672026-06-13T03:11:31.709Z Downloaded chacha20 v0.9.1
5682026-06-13T03:11:31.712Z Downloaded critical-section v1.2.0
5692026-06-13T03:11:31.713Z Downloaded crossbeam-deque v0.8.6
5702026-06-13T03:11:31.717Z Downloaded defmt-parser v1.0.0
5712026-06-13T03:11:31.717Z Downloaded crc32fast v1.5.0
5722026-06-13T03:11:31.720Z Downloaded bcrypt-pbkdf v0.10.0
5732026-06-13T03:11:31.720Z Downloaded difflib v0.4.0
5742026-06-13T03:11:31.724Z Downloaded array-init v0.0.4
5752026-06-13T03:11:31.724Z Downloaded dtrace-parser v0.3.0
5762026-06-13T03:11:31.729Z Downloaded compact_str v0.8.1
5772026-06-13T03:11:31.729Z Downloaded cargo-platform v0.3.2
5782026-06-13T03:11:31.732Z Downloaded ctr v0.9.2
5792026-06-13T03:11:31.732Z Downloaded dof v0.4.0
5802026-06-13T03:11:31.732Z Downloaded ciborium-ll v0.2.2
5812026-06-13T03:11:31.742Z Downloaded cassowary v0.3.0
5822026-06-13T03:11:31.742Z Downloaded bitfield v0.19.4
5832026-06-13T03:11:31.742Z Downloaded dropshot-api-manager-types v0.7.2
5842026-06-13T03:11:31.747Z Downloaded bcs v0.1.6
5852026-06-13T03:11:31.747Z Downloaded anstyle-parse v0.2.7
5862026-06-13T03:11:31.747Z Downloaded cfg_aliases v0.2.1
5872026-06-13T03:11:31.747Z Downloaded atty v0.2.14
5882026-06-13T03:11:31.747Z Downloaded cbc v0.1.2
5892026-06-13T03:11:31.747Z Downloaded block-padding v0.3.3
5902026-06-13T03:11:31.747Z Downloaded ar_archive_writer v0.5.1
5912026-06-13T03:11:31.747Z Downloaded bit-set v0.5.3
5922026-06-13T03:11:31.747Z Downloaded bit-vec v0.8.0
5932026-06-13T03:11:31.748Z Downloaded diesel_table_macro_syntax v0.3.0
5942026-06-13T03:11:31.753Z Downloaded data-encoding v2.10.0
5952026-06-13T03:11:31.753Z Downloaded dirs-next v2.0.0
5962026-06-13T03:11:31.753Z Downloaded compression-core v0.4.31
5972026-06-13T03:11:31.753Z Downloaded cexpr v0.6.0
5982026-06-13T03:11:31.753Z Downloaded bb8 v0.8.6
5992026-06-13T03:11:31.756Z Downloaded backoff v0.4.0
6002026-06-13T03:11:31.756Z Downloaded atomicwrites v0.4.4
6012026-06-13T03:11:31.756Z Downloaded cstr-argument v0.1.2
6022026-06-13T03:11:31.756Z Downloaded ff v0.13.1
6032026-06-13T03:11:31.756Z Downloaded display-error-chain v0.2.2
6042026-06-13T03:11:31.759Z Downloaded crc-catalog v2.4.0
6052026-06-13T03:11:31.759Z Downloaded ascii-canvas v3.0.0
6062026-06-13T03:11:31.759Z Downloaded embedded-io v0.6.1
6072026-06-13T03:11:31.759Z Downloaded arrayref v0.3.9
6082026-06-13T03:11:31.763Z Downloaded derive_builder v0.20.2
6092026-06-13T03:11:31.765Z Downloaded darling v0.20.11
6102026-06-13T03:11:31.766Z Downloaded endian-type v0.1.2
6112026-06-13T03:11:31.769Z Downloaded bit-set v0.8.0
6122026-06-13T03:11:31.769Z Downloaded der v0.7.10
6132026-06-13T03:11:31.772Z Downloaded derive_builder_macro v0.20.2
6142026-06-13T03:11:31.772Z Downloaded cobs v0.3.0
6152026-06-13T03:11:31.775Z Downloaded cfg_aliases v0.1.1
6162026-06-13T03:11:31.775Z Downloaded foreign-types-shared v0.3.1
6172026-06-13T03:11:31.775Z Downloaded darling v0.23.0
6182026-06-13T03:11:31.779Z Downloaded float-cmp v0.10.0
6192026-06-13T03:11:31.779Z Downloaded dunce v1.0.5
6202026-06-13T03:11:31.779Z Downloaded arrayvec v0.7.6
6212026-06-13T03:11:31.782Z Downloaded cookie_store v0.22.1
6222026-06-13T03:11:31.782Z Downloaded crucible-workspace-hack v0.1.0
6232026-06-13T03:11:31.782Z Downloaded document-features v0.2.12
6242026-06-13T03:11:31.786Z Downloaded arc-swap v1.8.2
6252026-06-13T03:11:31.786Z Downloaded dsl_auto_type v0.2.0
6262026-06-13T03:11:31.786Z Downloaded daft v0.1.7
6272026-06-13T03:11:31.790Z Downloaded derive_builder_core v0.20.2
6282026-06-13T03:11:31.794Z Downloaded aead v0.5.2
6292026-06-13T03:11:31.799Z Downloaded base16ct v0.2.0
6302026-06-13T03:11:31.802Z Downloaded dyn-clone v1.0.20
6312026-06-13T03:11:31.802Z Downloaded dirs-sys-next v0.1.2
6322026-06-13T03:11:31.802Z Downloaded assert_matches v1.5.0
6332026-06-13T03:11:31.802Z Downloaded async-recursion v1.1.1
6342026-06-13T03:11:31.805Z Downloaded downcast-rs v2.0.2
6352026-06-13T03:11:31.812Z Downloaded float-ord v0.3.2
6362026-06-13T03:11:31.812Z Downloaded embedded-io v0.4.0
6372026-06-13T03:11:31.812Z Downloaded convert_case v0.4.0
6382026-06-13T03:11:31.815Z Downloaded adler2 v2.0.1
6392026-06-13T03:11:31.815Z Downloaded crunchy v0.2.4
6402026-06-13T03:11:31.815Z Downloaded crc8 v0.1.1
6412026-06-13T03:11:31.815Z Downloaded env_filter v1.0.0
6422026-06-13T03:11:31.815Z Downloaded bitfield-struct v0.6.2
6432026-06-13T03:11:31.815Z Downloaded fd-lock v4.0.4
6442026-06-13T03:11:31.819Z Downloaded darling_macro v0.23.0
6452026-06-13T03:11:31.819Z Downloaded async-stream v0.3.6
6462026-06-13T03:11:31.819Z Downloaded debug-ignore v1.0.5
6472026-06-13T03:11:31.822Z Downloaded enum-as-inner v0.6.1
6482026-06-13T03:11:31.825Z Downloaded fixedbitset v0.4.2
6492026-06-13T03:11:31.825Z Downloaded foreign-types v0.5.0
6502026-06-13T03:11:31.825Z Downloaded foreign-types v0.3.2
6512026-06-13T03:11:31.825Z Downloaded cmake v0.1.57
6522026-06-13T03:11:31.829Z Downloaded base64ct v1.8.3
6532026-06-13T03:11:31.829Z Downloaded ciborium-io v0.2.2
6542026-06-13T03:11:31.837Z Downloaded foreign-types-shared v0.1.1
6552026-06-13T03:11:31.840Z Downloaded foreign-types-macros v0.2.3
6562026-06-13T03:11:31.840Z Downloaded futures-core v0.3.32
6572026-06-13T03:11:31.840Z Downloaded futures-macro v0.3.32
6582026-06-13T03:11:31.843Z Downloaded defmt v0.3.100
6592026-06-13T03:11:31.844Z Downloaded futures-sink v0.3.32
6602026-06-13T03:11:31.844Z Downloaded crc v3.4.0
6612026-06-13T03:11:31.847Z Downloaded dropshot_endpoint v0.17.0
6622026-06-13T03:11:31.847Z Downloaded darling_macro v0.20.11
6632026-06-13T03:11:31.850Z Downloaded curve25519-dalek-derive v0.1.1
6642026-06-13T03:11:31.850Z Downloaded bitflags v1.3.2
6652026-06-13T03:11:31.853Z Downloaded fixedbitset v0.5.7
6662026-06-13T03:11:31.853Z Downloaded gethostname v0.5.0
6672026-06-13T03:11:31.856Z Downloaded git-stub v1.0.0
6682026-06-13T03:11:31.856Z Downloaded ghash v0.5.1
6692026-06-13T03:11:31.856Z Downloaded env_logger v0.11.9
6702026-06-13T03:11:31.859Z Downloaded fxhash v0.2.1
6712026-06-13T03:11:31.859Z Downloaded ena v0.14.4
6722026-06-13T03:11:31.859Z Downloaded globwalk v0.9.1
6732026-06-13T03:11:31.862Z Downloaded diesel-dtrace v0.5.0
6742026-06-13T03:11:31.862Z Downloaded hash32 v0.3.1
6752026-06-13T03:11:31.865Z Downloaded ed25519-dalek v2.2.0
6762026-06-13T03:11:31.865Z Downloaded crossbeam-epoch v0.9.18
6772026-06-13T03:11:31.868Z Downloaded hash32 v0.2.1
6782026-06-13T03:11:31.868Z Downloaded hex-literal v0.4.1
6792026-06-13T03:11:31.868Z Downloaded erased-serde v0.3.31
6802026-06-13T03:11:31.872Z Downloaded darling_macro v0.21.3
6812026-06-13T03:11:31.873Z Downloaded darling_macro v0.13.4
6822026-06-13T03:11:31.876Z Downloaded cipher v0.4.4
6832026-06-13T03:11:31.876Z Downloaded argon2 v0.5.3
6842026-06-13T03:11:31.876Z Downloaded cpufeatures v0.3.0
6852026-06-13T03:11:31.879Z Downloaded convert_case v0.10.0
6862026-06-13T03:11:31.883Z Downloaded headers-core v0.3.0
6872026-06-13T03:11:31.883Z Downloaded const_format_proc_macros v0.2.34
6882026-06-13T03:11:31.886Z Downloaded constant_time_eq v0.4.2
6892026-06-13T03:11:31.886Z Downloaded hex v0.4.3
6902026-06-13T03:11:31.886Z Downloaded futures-task v0.3.32
6912026-06-13T03:11:31.895Z Downloaded http-range v0.1.5
6922026-06-13T03:11:31.898Z Downloaded httpdate v1.0.3
6932026-06-13T03:11:31.898Z Downloaded home v0.5.12
6942026-06-13T03:11:31.898Z Downloaded cargo_metadata v0.23.1
6952026-06-13T03:11:31.901Z Downloaded foldhash v0.2.0
6962026-06-13T03:11:31.901Z Downloaded foldhash v0.1.5
6972026-06-13T03:11:31.901Z Downloaded darling v0.13.4
6982026-06-13T03:11:31.904Z Downloaded console v0.15.11
6992026-06-13T03:11:31.907Z Downloaded filetime v0.2.27
7002026-06-13T03:11:31.907Z Downloaded corncobs v0.1.4
7012026-06-13T03:11:31.912Z Downloaded funty v2.0.0
7022026-06-13T03:11:31.912Z Downloaded defmt-macros v1.0.1
7032026-06-13T03:11:31.912Z Downloaded daft-derive v0.1.7
7042026-06-13T03:11:31.915Z Downloaded find-msvc-tools v0.1.9
7052026-06-13T03:11:31.915Z Downloaded hyper-tls v0.6.0
7062026-06-13T03:11:31.918Z Downloaded csv-core v0.1.13
7072026-06-13T03:11:31.918Z Downloaded der_derive v0.7.3
7082026-06-13T03:11:31.918Z Downloaded indent_write v2.2.0
7092026-06-13T03:11:31.921Z Downloaded console v0.16.2
7102026-06-13T03:11:31.921Z Downloaded ciborium v0.2.2
7112026-06-13T03:11:31.926Z Downloaded hubpack v0.1.2
7122026-06-13T03:11:31.926Z Downloaded http-body v1.0.1
7132026-06-13T03:11:31.926Z Downloaded globset v0.4.18
7142026-06-13T03:11:31.929Z Downloaded glob v0.3.3
7152026-06-13T03:11:31.929Z Downloaded git-stub-vcs v0.1.0
7162026-06-13T03:11:31.929Z Downloaded futures-executor v0.3.32
7172026-06-13T03:11:31.929Z Downloaded fs_extra v1.3.0
7182026-06-13T03:11:31.932Z Downloaded internet-checksum v0.2.1
7192026-06-13T03:11:31.933Z Downloaded instant v0.1.13
7202026-06-13T03:11:31.933Z Downloaded hubpack_derive v0.1.1
7212026-06-13T03:11:31.933Z Downloaded hostname v0.3.1
7222026-06-13T03:11:31.936Z Downloaded drift v0.2.0
7232026-06-13T03:11:31.938Z Downloaded is-terminal v0.4.17
7242026-06-13T03:11:31.943Z Downloaded illumos-nvpair v0.3.0
7252026-06-13T03:11:31.943Z Downloaded colored v3.1.1
7262026-06-13T03:11:31.947Z Downloaded illumos-nvpair-sys v0.2.0
7272026-06-13T03:11:31.947Z Downloaded either v1.15.0
7282026-06-13T03:11:31.947Z Downloaded colored v2.2.0
7292026-06-13T03:11:31.947Z Downloaded clang-sys v1.8.1
7302026-06-13T03:11:31.950Z Downloaded compression-codecs v0.4.37
7312026-06-13T03:11:31.950Z Downloaded async-trait v0.1.89
7322026-06-13T03:11:31.953Z Downloaded futures-io v0.3.32
7332026-06-13T03:11:31.953Z Downloaded fs-err v2.11.0
7342026-06-13T03:11:31.956Z Downloaded async-bb8-diesel v0.2.1
7352026-06-13T03:11:31.956Z Downloaded indoc v1.0.9
7362026-06-13T03:11:31.959Z Downloaded ahash v0.8.12
7372026-06-13T03:11:31.959Z Downloaded backon v1.6.0
7382026-06-13T03:11:31.962Z Downloaded derive-ex v0.1.8
7392026-06-13T03:11:31.962Z Downloaded is_ci v1.2.0
7402026-06-13T03:11:31.962Z Downloaded flagset v0.4.7
7412026-06-13T03:11:31.965Z Downloaded hostname v0.4.2
7422026-06-13T03:11:31.965Z Downloaded buf-list v1.1.2
7432026-06-13T03:11:31.968Z Downloaded derive_more v2.1.1
7442026-06-13T03:11:31.973Z Downloaded libscf-sys v1.1.0
7452026-06-13T03:11:31.979Z Downloaded lalrpop-util v0.19.12
7462026-06-13T03:11:31.979Z Downloaded bytes v1.11.1
7472026-06-13T03:11:31.982Z Downloaded getrandom v0.2.17
7482026-06-13T03:11:31.982Z Downloaded darling v0.21.3
7492026-06-13T03:11:31.982Z Downloaded lru-cache v0.1.2
7502026-06-13T03:11:31.987Z Downloaded allocator-api2 v0.2.21
7512026-06-13T03:11:31.987Z Downloaded defmt v1.0.1
7522026-06-13T03:11:31.990Z Downloaded humantime v2.3.0
7532026-06-13T03:11:31.990Z Downloaded http-body-util v0.1.3
7542026-06-13T03:11:31.990Z Downloaded diff v0.1.13
7552026-06-13T03:11:31.993Z Downloaded ipnet v2.11.0
7562026-06-13T03:11:31.993Z Downloaded lru v0.12.5
7572026-06-13T03:11:31.993Z Downloaded memoffset v0.9.1
7582026-06-13T03:11:31.993Z Downloaded maplit v1.0.2
7592026-06-13T03:11:31.998Z Downloaded managed v0.8.0
7602026-06-13T03:11:31.998Z Downloaded instability v0.3.11
7612026-06-13T03:11:31.998Z Downloaded md5 v0.7.0
7622026-06-13T03:11:32.001Z Downloaded maybe-uninit v2.0.0
7632026-06-13T03:11:32.001Z Downloaded inout v0.1.4
7642026-06-13T03:11:32.002Z Downloaded multimap v0.10.1
7652026-06-13T03:11:32.002Z Downloaded group v0.13.0
7662026-06-13T03:11:32.002Z Downloaded expectorate v1.2.0
7672026-06-13T03:11:32.004Z Downloaded nibble_vec v0.1.0
7682026-06-13T03:11:32.005Z Downloaded linked-hash-map v0.5.6
7692026-06-13T03:11:32.005Z Downloaded lazy_static v1.5.0
7702026-06-13T03:11:32.005Z Downloaded ipnetwork v0.21.1
7712026-06-13T03:11:32.030Z Downloaded bitfield-macros v0.19.4
7722026-06-13T03:11:32.030Z Downloaded ident_case v1.0.1
7732026-06-13T03:11:32.030Z Downloaded derive-where v1.6.0
7742026-06-13T03:11:32.035Z Downloaded des v0.8.1
7752026-06-13T03:11:32.036Z Downloaded cookie v0.18.1
7762026-06-13T03:11:32.036Z Downloaded hyper-staticfile v0.10.1
7772026-06-13T03:11:32.036Z Downloaded match_cfg v0.1.0
7782026-06-13T03:11:32.036Z Downloaded lzss v0.8.2
7792026-06-13T03:11:32.036Z Downloaded lru-slab v0.1.2
7802026-06-13T03:11:32.036Z Downloaded flume v0.11.1
7812026-06-13T03:11:32.036Z Downloaded jobserver v0.1.34
7822026-06-13T03:11:32.036Z Downloaded nonempty v0.12.0
7832026-06-13T03:11:32.036Z Downloaded newtype_derive v0.1.6
7842026-06-13T03:11:32.036Z Downloaded impl-trait-for-tuples v0.2.3
7852026-06-13T03:11:32.036Z Downloaded half v1.8.3
7862026-06-13T03:11:32.036Z Downloaded newtype-uuid-macros v0.1.0
7872026-06-13T03:11:32.036Z Downloaded newline-converter v0.3.0
7882026-06-13T03:11:32.036Z Downloaded deranged v0.5.8
7892026-06-13T03:11:32.036Z Downloaded libefi-sys v0.1.0
7902026-06-13T03:11:32.036Z Downloaded hmac v0.12.1
7912026-06-13T03:11:32.036Z Downloaded futures-channel v0.3.32
7922026-06-13T03:11:32.036Z Downloaded crossbeam-utils v0.8.21
7932026-06-13T03:11:32.036Z Downloaded chacha20 v0.10.0
7942026-06-13T03:11:32.036Z Downloaded new_debug_unreachable v1.0.6
7952026-06-13T03:11:32.039Z Downloaded nodrop v0.1.14
7962026-06-13T03:11:32.039Z Downloaded mime v0.3.17
7972026-06-13T03:11:32.039Z Downloaded cancel-safe-futures v0.1.5
7982026-06-13T03:11:32.039Z Downloaded normalize-line-endings v0.3.0
7992026-06-13T03:11:32.039Z Downloaded bzip2 v0.6.1
8002026-06-13T03:11:32.043Z Downloaded num-derive v0.3.3
8012026-06-13T03:11:32.043Z Downloaded num v0.4.3
8022026-06-13T03:11:32.043Z Downloaded num_threads v0.1.7
8032026-06-13T03:11:32.046Z Downloaded ingot v0.1.1
8042026-06-13T03:11:32.046Z Downloaded camino-tempfile-ext v0.3.3
8052026-06-13T03:11:32.046Z Downloaded blake2 v0.10.6
8062026-06-13T03:11:32.049Z Downloaded lock_api v0.4.14
8072026-06-13T03:11:32.049Z Downloaded ecdsa v0.16.9
8082026-06-13T03:11:32.049Z Downloaded fallible-iterator v0.2.0
8092026-06-13T03:11:32.052Z Downloaded num-conv v0.2.0
8102026-06-13T03:11:32.052Z Downloaded base64 v0.22.1
8112026-06-13T03:11:32.055Z Downloaded num_enum_derive v0.5.11
8122026-06-13T03:11:32.055Z Downloaded getrandom v0.3.4
8132026-06-13T03:11:32.058Z Downloaded half v2.7.1
8142026-06-13T03:11:32.058Z Downloaded ed25519 v2.2.3
8152026-06-13T03:11:32.062Z Downloaded fatfs v0.3.6
8162026-06-13T03:11:32.062Z Downloaded derive_more v0.99.20
8172026-06-13T03:11:32.065Z Downloaded md-5 v0.10.6
8182026-06-13T03:11:32.065Z Downloaded oso-derive v0.27.3
8192026-06-13T03:11:32.065Z Downloaded opaque-debug v0.3.1
8202026-06-13T03:11:32.069Z Downloaded bzip2 v0.4.4
8212026-06-13T03:11:32.069Z Downloaded keccak v0.1.6
8222026-06-13T03:11:32.069Z Downloaded byte-wrapper v0.1.0
8232026-06-13T03:11:32.072Z Downloaded blowfish v0.9.1
8242026-06-13T03:11:32.075Z Downloaded openssl-macros v0.1.1
8252026-06-13T03:11:32.078Z Downloaded num-iter v0.1.45
8262026-06-13T03:11:32.081Z Downloaded mime_guess v2.0.5
8272026-06-13T03:11:32.081Z Downloaded libloading v0.8.9
8282026-06-13T03:11:32.085Z Downloaded native-tls v0.2.18
8292026-06-13T03:11:32.089Z Downloaded num-derive v0.4.2
8302026-06-13T03:11:32.103Z Downloaded parse-size v1.1.0
8312026-06-13T03:11:32.107Z Downloaded base64 v0.21.7
8322026-06-13T03:11:32.110Z Downloaded iana-time-zone v0.1.65
8332026-06-13T03:11:32.110Z Downloaded parse-display v0.10.0
8342026-06-13T03:11:32.110Z Downloaded packed_struct_codegen v0.10.1
8352026-06-13T03:11:32.113Z Downloaded openssl-probe v0.2.1
8362026-06-13T03:11:32.113Z Downloaded openssl-probe v0.1.6
8372026-06-13T03:11:32.113Z Downloaded olpc-cjson v0.1.4
8382026-06-13T03:11:32.114Z Downloaded peg-runtime v0.8.5
8392026-06-13T03:11:32.117Z Downloaded nu-ansi-term v0.50.3
8402026-06-13T03:11:32.117Z Downloaded newtype-uuid v1.3.2
8412026-06-13T03:11:32.117Z Downloaded ingot-types v0.1.2
8422026-06-13T03:11:32.117Z Downloaded ingot-macros v0.1.1
8432026-06-13T03:11:32.121Z Downloaded nanorand v0.7.0
8442026-06-13T03:11:32.121Z Downloaded linear-map v1.2.0
8452026-06-13T03:11:32.121Z Downloaded pbkdf2 v0.11.0
8462026-06-13T03:11:32.124Z Downloaded path-slash v0.1.5
8472026-06-13T03:11:32.124Z Downloaded num_enum v0.5.11
8482026-06-13T03:11:32.127Z Downloaded pin-utils v0.1.0
8492026-06-13T03:11:32.127Z Downloaded phf_shared v0.12.1
8502026-06-13T03:11:32.127Z Downloaded pbkdf2 v0.12.2
8512026-06-13T03:11:32.130Z Downloaded phf_shared v0.13.1
8522026-06-13T03:11:32.130Z Downloaded num-rational v0.4.2
8532026-06-13T03:11:32.130Z Downloaded multer v3.1.0
8542026-06-13T03:11:32.134Z Downloaded indoc v2.0.7
8552026-06-13T03:11:32.134Z Downloaded indexmap v1.9.3
8562026-06-13T03:11:32.137Z Downloaded kstat-rs v0.2.4
8572026-06-13T03:11:32.137Z Downloaded memmap2 v0.9.10
8582026-06-13T03:11:32.137Z Downloaded litrs v1.0.0
8592026-06-13T03:11:32.140Z Downloaded elliptic-curve v0.13.8
8602026-06-13T03:11:32.144Z Downloaded crc-any v2.5.0
8612026-06-13T03:11:32.144Z Downloaded precomputed-hash v0.1.1
8622026-06-13T03:11:32.144Z Downloaded oxnet v0.1.5
8632026-06-13T03:11:32.147Z Downloaded owo-colors v4.3.0
8642026-06-13T03:11:32.147Z Downloaded highway v1.3.0
8652026-06-13T03:11:32.147Z Downloaded darling_core v0.13.4
8662026-06-13T03:11:32.152Z Downloaded hyper-rustls v0.27.7
8672026-06-13T03:11:32.155Z Downloaded httparse v1.10.1
8682026-06-13T03:11:32.155Z Downloaded chacha20poly1305 v0.10.1
8692026-06-13T03:11:32.155Z Downloaded libsw-core v0.3.2
8702026-06-13T03:11:32.155Z Downloaded libsw v3.5.0
8712026-06-13T03:11:32.158Z Downloaded phf_shared v0.11.3
8722026-06-13T03:11:32.158Z Downloaded const_format v0.2.35
8732026-06-13T03:11:32.161Z Downloaded cc v1.2.56
8742026-06-13T03:11:32.167Z Downloaded password-hash v0.5.0
8752026-06-13T03:11:32.170Z Downloaded progenitor-client v0.11.2
8762026-06-13T03:11:32.170Z Downloaded parse-display-derive v0.10.0
8772026-06-13T03:11:32.170Z Downloaded num-complex v0.4.6
8782026-06-13T03:11:32.170Z Downloaded parking_lot_core v0.8.6
8792026-06-13T03:11:32.174Z Downloaded predicates-tree v1.0.13
8802026-06-13T03:11:32.177Z Downloaded proc-macro-crate v3.4.0
8812026-06-13T03:11:32.177Z Downloaded num-integer v0.1.46
8822026-06-13T03:11:32.180Z Downloaded derive_more-impl v2.1.1
8832026-06-13T03:11:32.183Z Downloaded ignore v0.4.25
8842026-06-13T03:11:32.183Z Downloaded proc-macro-error-attr2 v2.0.0
8852026-06-13T03:11:32.186Z Downloaded packed_struct v0.10.1
8862026-06-13T03:11:32.186Z Downloaded predicates-core v1.0.10
8872026-06-13T03:11:32.186Z Downloaded num_enum_derive v0.7.6
8882026-06-13T03:11:32.186Z Downloaded peg-macros v0.8.5
8892026-06-13T03:11:32.189Z Downloaded proc-macro-crate v1.3.1
8902026-06-13T03:11:32.189Z Downloaded num_enum v0.7.6
8912026-06-13T03:11:32.193Z Downloaded phf v0.13.1
8922026-06-13T03:11:32.196Z Downloaded pem v3.0.6
8932026-06-13T03:11:32.196Z Downloaded peg v0.8.5
8942026-06-13T03:11:32.199Z Downloaded darling_core v0.20.11
8952026-06-13T03:11:32.201Z Downloaded pin-project-lite v0.2.17
8962026-06-13T03:11:32.204Z Downloaded pem-rfc7468 v0.7.0
8972026-06-13T03:11:32.204Z Downloaded powerfmt v0.2.0
8982026-06-13T03:11:32.204Z Downloaded oxide-tokio-rt v0.1.4
8992026-06-13T03:11:32.208Z Downloaded progenitor-client v0.14.0
9002026-06-13T03:11:32.208Z Downloaded phf v0.12.1
9012026-06-13T03:11:32.208Z Downloaded paste v1.0.15
9022026-06-13T03:11:32.211Z Downloaded progenitor-macro v0.14.0
9032026-06-13T03:11:32.211Z Downloaded progenitor-macro v0.13.0
9042026-06-13T03:11:32.211Z Downloaded progenitor-macro v0.11.2
9052026-06-13T03:11:32.214Z Downloaded password-hash v0.4.2
9062026-06-13T03:11:32.214Z Downloaded postgres-protocol v0.6.10
9072026-06-13T03:11:32.214Z Downloaded polyval v0.6.2
9082026-06-13T03:11:32.218Z Downloaded quick-error v1.2.3
9092026-06-13T03:11:32.218Z Downloaded psl-types v2.0.11
9102026-06-13T03:11:32.218Z Downloaded headers v0.4.1
9112026-06-13T03:11:32.223Z Downloaded pkcs8 v0.10.2
9122026-06-13T03:11:32.226Z Downloaded heapless v0.7.17
9132026-06-13T03:11:32.226Z Downloaded pkg-config v0.3.32
9142026-06-13T03:11:32.226Z Downloaded darling_core v0.23.0
9152026-06-13T03:11:32.229Z Downloaded darling_core v0.21.3
9162026-06-13T03:11:32.232Z Downloaded bumpalo v3.20.2
9172026-06-13T03:11:32.236Z Downloaded recursive v0.1.1
9182026-06-13T03:11:32.236Z Downloaded rand_xorshift v0.4.0
9192026-06-13T03:11:32.236Z Downloaded radium v0.7.0
9202026-06-13T03:11:32.236Z Downloaded pin-project-internal v1.1.11
9212026-06-13T03:11:32.241Z Downloaded async-compression v0.4.41
9222026-06-13T03:11:32.245Z Downloaded crypto-bigint v0.5.5
9232026-06-13T03:11:32.248Z Downloaded diesel_derives v2.3.7
9242026-06-13T03:11:32.251Z Downloaded progenitor v0.14.0
9252026-06-13T03:11:32.251Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-06-13T03:11:32.254Z Downloaded flate2 v1.1.9
9272026-06-13T03:11:32.258Z Downloaded ppv-lite86 v0.2.21
9282026-06-13T03:11:32.258Z Downloaded poly1305 v0.8.0
9292026-06-13T03:11:32.258Z Downloaded libbz2-rs-sys v0.2.2
9302026-06-13T03:11:32.261Z Downloaded progenitor-client v0.13.0
9312026-06-13T03:11:32.261Z Downloaded rand_chacha v0.3.1
9322026-06-13T03:11:32.261Z Downloaded predicates v3.1.4
9332026-06-13T03:11:32.265Z Downloaded progenitor v0.13.0
9342026-06-13T03:11:32.265Z Downloaded progenitor v0.11.2
9352026-06-13T03:11:32.269Z Downloaded primeorder v0.13.6
9362026-06-13T03:11:32.269Z Downloaded futures v0.3.32
9372026-06-13T03:11:32.273Z Downloaded rfc6979 v0.4.0
9382026-06-13T03:11:32.273Z Downloaded proc-macro-error2 v2.0.1
9392026-06-13T03:11:32.273Z Downloaded parking_lot v0.12.5
9402026-06-13T03:11:32.277Z Downloaded ref-cast-impl v1.0.25
9412026-06-13T03:11:32.277Z Downloaded psm v0.1.30
9422026-06-13T03:11:32.277Z Downloaded p256 v0.13.2
9432026-06-13T03:11:32.282Z Downloaded r2d2 v0.8.10
9442026-06-13T03:11:32.288Z Downloaded postcard v1.1.3
9452026-06-13T03:11:32.288Z Downloaded rtoolbox v0.0.3
9462026-06-13T03:11:32.288Z Downloaded indicatif v0.18.4
9472026-06-13T03:11:32.290Z Downloaded rustc-hash v2.1.1
9482026-06-13T03:11:32.290Z Downloaded miniz_oxide v0.8.9
9492026-06-13T03:11:32.293Z Downloaded progenitor-extras v0.2.0
9502026-06-13T03:11:32.293Z Downloaded rustc_version v0.4.1
9512026-06-13T03:11:32.296Z Downloaded rustc_version v0.1.7
9522026-06-13T03:11:32.299Z Downloaded russh-cryptovec v0.7.3
9532026-06-13T03:11:32.304Z Downloaded pkcs5 v0.7.1
9542026-06-13T03:11:32.308Z Downloaded sapling-renderdag v0.1.0
9552026-06-13T03:11:32.308Z Downloaded salsa20 v0.10.2
9562026-06-13T03:11:32.308Z Downloaded hickory-resolver v0.24.4
9572026-06-13T03:11:32.312Z Downloaded scheduled-thread-pool v0.2.7
9582026-06-13T03:11:32.312Z Downloaded rand_seeder v0.4.0
9592026-06-13T03:11:32.315Z Downloaded hickory-resolver v0.25.2
9602026-06-13T03:11:32.315Z Downloaded parking_lot_core v0.9.12
9612026-06-13T03:11:32.318Z Downloaded same-file v1.0.6
9622026-06-13T03:11:32.323Z Downloaded rand_chacha v0.9.0
9632026-06-13T03:11:32.327Z Downloaded rand_core v0.6.4
9642026-06-13T03:11:32.330Z Downloaded scrypt v0.11.0
9652026-06-13T03:11:32.330Z Downloaded scroll_derive v0.13.1
9662026-06-13T03:11:32.336Z Downloaded rand_core v0.10.0
9672026-06-13T03:11:32.338Z Downloaded pkcs1 v0.7.5
9682026-06-13T03:11:32.338Z Downloaded serde_bytes v0.11.19
9692026-06-13T03:11:32.338Z Downloaded omicron-zone-package v0.12.2
9702026-06-13T03:11:32.341Z Downloaded ref-cast v1.0.25
9712026-06-13T03:11:32.344Z Downloaded hashbrown v0.12.3
9722026-06-13T03:11:32.349Z Downloaded scopeguard v1.2.0
9732026-06-13T03:11:32.349Z Downloaded oso v0.27.3
9742026-06-13T03:11:32.351Z Downloaded rand_core v0.9.5
9752026-06-13T03:11:32.352Z Downloaded hashbrown v0.13.2
9762026-06-13T03:11:32.358Z Downloaded serde_urlencoded v0.7.1
9772026-06-13T03:11:32.361Z Downloaded secrecy v0.8.0
9782026-06-13T03:11:32.363Z Downloaded semver v0.1.20
9792026-06-13T03:11:32.368Z Downloaded seq-macro v0.3.6
9802026-06-13T03:11:32.368Z Downloaded serde_repr v0.1.20
9812026-06-13T03:11:32.370Z Downloaded minimal-lexical v0.2.1
9822026-06-13T03:11:32.370Z Downloaded serde_plain v1.0.2
9832026-06-13T03:11:32.373Z Downloaded crossbeam-channel v0.5.15
9842026-06-13T03:11:32.377Z Downloaded rustversion v1.0.22
9852026-06-13T03:11:32.377Z Downloaded heapless v0.8.0
9862026-06-13T03:11:32.379Z Downloaded rusty-fork v0.3.1
9872026-06-13T03:11:32.379Z Downloaded rustls-native-certs v0.8.3
9882026-06-13T03:11:32.383Z Downloaded signal-hook-tokio v0.3.1
9892026-06-13T03:11:32.385Z Downloaded resolv-conf v0.7.6
9902026-06-13T03:11:32.386Z Downloaded quinn-udp v0.5.14
9912026-06-13T03:11:32.386Z Downloaded secrecy v0.10.3
9922026-06-13T03:11:32.388Z Downloaded serde-big-array v0.5.1
9932026-06-13T03:11:32.392Z Downloaded aes v0.8.4
9942026-06-13T03:11:32.395Z Downloaded serde_spanned v1.0.4
9952026-06-13T03:11:32.395Z Downloaded signature v2.2.0
9962026-06-13T03:11:32.395Z Downloaded signal-hook-mio v0.2.5
9972026-06-13T03:11:32.398Z Downloaded sigpipe v0.1.3
9982026-06-13T03:11:32.398Z Downloaded sha1 v0.10.6
9992026-06-13T03:11:32.401Z Downloaded siphasher v1.0.2
10002026-06-13T03:11:32.401Z Downloaded rustls-pemfile v2.2.0
10012026-06-13T03:11:32.404Z Downloaded pin-project v1.1.11
10022026-06-13T03:11:32.408Z Downloaded slog-bunyan v2.5.0
10032026-06-13T03:11:32.411Z Downloaded progenitor-impl v0.11.2
10042026-06-13T03:11:32.411Z Downloaded progenitor-impl v0.13.0
10052026-06-13T03:11:32.413Z Downloaded hickory-server v0.25.2
10062026-06-13T03:11:32.416Z Downloaded slog-envlogger v2.2.0
10072026-06-13T03:11:32.416Z Downloaded hyper-util v0.1.20
10082026-06-13T03:11:32.419Z Downloaded rustls-pemfile v1.0.4
10092026-06-13T03:11:32.428Z Downloaded jiff-static v0.2.21
10102026-06-13T03:11:32.432Z Downloaded postgres-types v0.2.12
10112026-06-13T03:11:32.436Z Downloaded serde_path_to_error v0.1.20
10122026-06-13T03:11:32.440Z Downloaded serde_derive_internals v0.29.1
10132026-06-13T03:11:32.446Z Downloaded serde_with_macros v1.5.2
10142026-06-13T03:11:32.446Z Downloaded schemars_derive v0.8.22
10152026-06-13T03:11:32.449Z Downloaded papergrid v0.17.0
10162026-06-13T03:11:32.452Z Downloaded shlex v1.3.0
10172026-06-13T03:11:32.455Z Downloaded sct v0.7.1
10182026-06-13T03:11:32.457Z Downloaded russh-keys v0.45.0
10192026-06-13T03:11:32.462Z Downloaded itertools v0.10.5
10202026-06-13T03:11:32.465Z Downloaded shell-words v1.1.1
10212026-06-13T03:11:32.467Z Downloaded strip-ansi-escapes v0.2.1
10222026-06-13T03:11:32.468Z Downloaded openssl-sys v0.9.115
10232026-06-13T03:11:32.471Z Downloaded rcgen v0.12.1
10242026-06-13T03:11:32.477Z Downloaded prefix-trie v0.7.0
10252026-06-13T03:11:32.480Z Downloaded aes-gcm v0.10.3
10262026-06-13T03:11:32.483Z Downloaded ssh-encoding v0.2.0
10272026-06-13T03:11:32.483Z Downloaded ssh-cipher v0.2.0
10282026-06-13T03:11:32.486Z Downloaded sqlparser_derive v0.5.0
10292026-06-13T03:11:32.486Z Downloaded slab v0.4.12
10302026-06-13T03:11:32.492Z Downloaded http v1.4.0
10312026-06-13T03:11:32.495Z Downloaded strsim v0.10.0
10322026-06-13T03:11:32.499Z Downloaded subtle v2.6.1
10332026-06-13T03:11:32.499Z Downloaded slog-stdlog v4.1.1
10342026-06-13T03:11:32.499Z Downloaded progenitor-impl v0.14.0
10352026-06-13T03:11:32.503Z Downloaded crossterm v0.28.1
10362026-06-13T03:11:32.506Z Downloaded tagptr v0.2.0
10372026-06-13T03:11:32.506Z Downloaded sync_wrapper v1.0.2
10382026-06-13T03:11:32.506Z Downloaded sync-ptr v0.1.4
10392026-06-13T03:11:32.509Z Downloaded slog-scope v4.4.1
10402026-06-13T03:11:32.509Z Downloaded scroll v0.13.0
10412026-06-13T03:11:32.509Z Downloaded rustls-pki-types v1.14.0
10422026-06-13T03:11:32.520Z Downloaded structmeta v0.3.0
10432026-06-13T03:11:32.522Z Downloaded snafu-derive v0.8.9
10442026-06-13T03:11:32.522Z Downloaded smf v0.2.3
10452026-06-13T03:11:32.522Z Downloaded smallvec v0.6.14
10462026-06-13T03:11:32.522Z Downloaded structmeta-derive v0.3.0
10472026-06-13T03:11:32.523Z Downloaded serde-hex v0.1.0
10482026-06-13T03:11:32.525Z Downloaded simd-adler32 v0.3.8
10492026-06-13T03:11:32.525Z Downloaded sqlformat v0.3.5
10502026-06-13T03:11:32.529Z Downloaded strum v0.27.2
10512026-06-13T03:11:32.529Z Downloaded slog-dtrace v0.3.0
10522026-06-13T03:11:32.529Z Downloaded slog-async v2.8.0
10532026-06-13T03:11:32.532Z Downloaded strum v0.26.3
10542026-06-13T03:11:32.532Z Downloaded num-bigint v0.4.6
10552026-06-13T03:11:32.535Z Downloaded tap v1.0.1
10562026-06-13T03:11:32.535Z Downloaded take_mut v0.2.2
10572026-06-13T03:11:32.539Z Downloaded parking_lot v0.11.2
10582026-06-13T03:11:32.539Z Downloaded supports-color v3.0.2
10592026-06-13T03:11:32.539Z Downloaded ryu v1.0.23
10602026-06-13T03:11:32.542Z Downloaded thread-id v5.1.0
10612026-06-13T03:11:32.542Z Downloaded rustls-platform-verifier v0.6.2
10622026-06-13T03:11:32.545Z Downloaded tinyvec_macros v0.1.1
10632026-06-13T03:11:32.545Z Downloaded thiserror-impl-no-std v2.0.2
10642026-06-13T03:11:32.545Z Downloaded crossterm v0.29.0
10652026-06-13T03:11:32.548Z Downloaded slog-term v2.9.2
10662026-06-13T03:11:32.551Z Downloaded rayon-core v1.13.0
10672026-06-13T03:11:32.554Z Downloaded tabwriter v1.4.1
10682026-06-13T03:11:32.554Z Downloaded tabled_derive v0.11.0
10692026-06-13T03:11:32.554Z Downloaded spki v0.7.3
10702026-06-13T03:11:32.558Z Downloaded slog-json v2.6.1
10712026-06-13T03:11:32.558Z Downloaded static_assertions v1.1.0
10722026-06-13T03:11:32.558Z Downloaded testing_table v0.3.0
10732026-06-13T03:11:32.558Z Downloaded termtree v0.5.1
10742026-06-13T03:11:32.558Z Downloaded prettyplease v0.2.37
10752026-06-13T03:11:32.562Z Downloaded sec1 v0.7.3
10762026-06-13T03:11:32.564Z Downloaded libxml v0.3.3
10772026-06-13T03:11:32.567Z Downloaded strum_macros v0.24.3
10782026-06-13T03:11:32.567Z Downloaded ron v0.8.1
10792026-06-13T03:11:32.570Z Downloaded mio v1.2.0
10802026-06-13T03:11:32.574Z Downloaded serde_with_macros v3.17.0
10812026-06-13T03:11:32.577Z Downloaded serde_cbor v0.11.2
10822026-06-13T03:11:32.577Z Downloaded stringprep v0.1.5
10832026-06-13T03:11:32.580Z Downloaded time-core v0.1.8
10842026-06-13T03:11:32.580Z Downloaded quinn v0.11.9
10852026-06-13T03:11:32.583Z Downloaded stacker v0.1.23
10862026-06-13T03:11:32.583Z Downloaded signal-hook-registry v1.4.8
10872026-06-13T03:11:32.601Z Downloaded iri-string v0.7.10
10882026-06-13T03:11:32.609Z Downloaded signal-hook v0.3.18
10892026-06-13T03:11:32.612Z Downloaded thiserror-no-std v2.0.2
10902026-06-13T03:11:32.615Z Downloaded termios v0.3.3
10912026-06-13T03:11:32.619Z Downloaded thread_local v1.1.9
10922026-06-13T03:11:32.623Z Downloaded tokio-macros v2.7.0
10932026-06-13T03:11:32.623Z Downloaded strum_macros v0.26.4
10942026-06-13T03:11:32.626Z Downloaded schemars v0.8.22
10952026-06-13T03:11:32.631Z Downloaded slog v2.8.2
10962026-06-13T03:11:32.634Z Downloaded tower-service v0.3.3
10972026-06-13T03:11:32.634Z Downloaded tower-layer v0.3.3
10982026-06-13T03:11:32.637Z Downloaded similar v2.7.0
10992026-06-13T03:11:32.637Z Downloaded pretty_assertions v1.4.1
11002026-06-13T03:11:32.640Z Downloaded dropshot-api-manager v0.7.2
11012026-06-13T03:11:32.644Z Downloaded topological-sort v0.2.2
11022026-06-13T03:11:32.644Z Downloaded tls_codec v0.4.2
11032026-06-13T03:11:32.647Z Downloaded support-bundle-viewer v0.1.2
11042026-06-13T03:11:32.647Z Downloaded tokio-dtrace v0.1.1
11052026-06-13T03:11:32.648Z Downloaded hyper v1.8.1
11062026-06-13T03:11:32.650Z Downloaded unarray v0.1.4
11072026-06-13T03:11:32.653Z Downloaded try-lock v0.2.5
11082026-06-13T03:11:32.653Z Downloaded trait-variant v0.1.2
11092026-06-13T03:11:32.653Z Downloaded tokio-native-tls v0.3.1
11102026-06-13T03:11:32.657Z Downloaded tls_codec_derive v0.4.2
11112026-06-13T03:11:32.657Z Downloaded tiny-keccak v2.0.2
11122026-06-13T03:11:32.661Z Downloaded p521 v0.13.3
11132026-06-13T03:11:32.661Z Downloaded time-macros v0.2.27
11142026-06-13T03:11:32.663Z Downloaded string_cache v0.8.9
11152026-06-13T03:11:32.663Z Downloaded spin v0.9.8
11162026-06-13T03:11:32.666Z Downloaded hashbrown v0.15.5
11172026-06-13T03:11:32.669Z Downloaded tokio-tungstenite v0.21.0
11182026-06-13T03:11:32.672Z Downloaded socket2 v0.6.3
11192026-06-13T03:11:32.672Z Downloaded untrusted v0.9.0
11202026-06-13T03:11:32.672Z Downloaded typify-macro v0.6.2
11212026-06-13T03:11:32.675Z Downloaded untrusted v0.7.1
11222026-06-13T03:11:32.675Z Downloaded utf-8 v0.7.6
11232026-06-13T03:11:32.679Z Downloaded unit-prefix v0.5.2
11242026-06-13T03:11:32.679Z Downloaded serde_yaml v0.9.34+deprecated
11252026-06-13T03:11:32.682Z Downloaded nom v7.1.3
11262026-06-13T03:11:32.685Z Downloaded unicode-truncate v1.1.0
11272026-06-13T03:11:32.685Z Downloaded tokio-tungstenite v0.23.1
11282026-06-13T03:11:32.688Z Downloaded publicsuffix v2.3.0
11292026-06-13T03:11:32.692Z Downloaded rand v0.8.6
11302026-06-13T03:11:32.695Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-06-13T03:11:32.698Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-06-13T03:11:32.698Z Downloaded usdt-macro v0.6.0
11332026-06-13T03:11:32.701Z Downloaded usdt-attr-macro v0.6.0
11342026-06-13T03:11:32.705Z Downloaded usdt v0.6.0
11352026-06-13T03:11:32.713Z Downloaded universal-hash v0.5.1
11362026-06-13T03:11:32.717Z Downloaded wait-timeout v0.2.1
11372026-06-13T03:11:32.728Z Downloaded tokio-rustls v0.24.1
11382026-06-13T03:11:32.733Z Downloaded want v0.3.1
11392026-06-13T03:11:32.733Z Downloaded waitgroup v0.1.2
11402026-06-13T03:11:32.733Z Downloaded tokio-rustls v0.25.0
11412026-06-13T03:11:32.738Z Downloaded socket2 v0.5.10
11422026-06-13T03:11:32.742Z Downloaded void v1.0.2
11432026-06-13T03:11:32.742Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11442026-06-13T03:11:32.742Z Downloaded term v1.2.1
11452026-06-13T03:11:32.746Z Downloaded snafu v0.8.9
11462026-06-13T03:11:32.755Z Downloaded typify-macro v0.4.3
11472026-06-13T03:11:32.758Z Downloaded xattr v1.6.1
11482026-06-13T03:11:32.762Z Downloaded tokio-stream v0.1.18
11492026-06-13T03:11:32.768Z Downloaded unicase v2.9.0
11502026-06-13T03:11:32.771Z Downloaded aho-corasick v1.1.4
11512026-06-13T03:11:32.774Z Downloaded qorb v0.4.1
11522026-06-13T03:11:32.778Z Downloaded vergen-git2 v9.1.0
11532026-06-13T03:11:32.783Z Downloaded xshell-macros v0.2.7
11542026-06-13T03:11:32.787Z Downloaded toml_parser v1.0.9+spec-1.1.0
11552026-06-13T03:11:32.792Z Downloaded itertools v0.13.0
11562026-06-13T03:11:32.795Z Downloaded num-bigint-dig v0.8.6
11572026-06-13T03:11:32.798Z Downloaded samael v0.0.19
11582026-06-13T03:11:32.804Z Downloaded schemars v0.9.0
11592026-06-13T03:11:32.807Z Downloaded zeroize_derive v1.4.3
11602026-06-13T03:11:32.807Z Downloaded vergen-gitcl v1.0.8
11612026-06-13T03:11:32.807Z Downloaded uzers v0.12.2
11622026-06-13T03:11:32.810Z Downloaded strum_macros v0.27.2
11632026-06-13T03:11:32.810Z Downloaded rustls-webpki v0.103.9
11642026-06-13T03:11:32.813Z Downloaded libm v0.2.16
11652026-06-13T03:11:32.817Z Downloaded zone_cfg_derive v0.3.1
11662026-06-13T03:11:32.820Z Downloaded zone v0.3.1
11672026-06-13T03:11:32.821Z Downloaded walkdir v2.5.0
11682026-06-13T03:11:32.821Z Downloaded tui-tree-widget v0.23.1
11692026-06-13T03:11:32.825Z Downloaded subprocess v0.2.15
11702026-06-13T03:11:32.825Z Downloaded iddqd v0.4.2
11712026-06-13T03:11:32.828Z Downloaded vsss-rs v3.3.4
11722026-06-13T03:11:32.831Z Downloaded vergen-lib v9.1.0
11732026-06-13T03:11:32.832Z Downloaded twox-hash v2.1.2
11742026-06-13T03:11:32.832Z Downloaded test-strategy v0.4.5
11752026-06-13T03:11:32.835Z Downloaded term v0.7.0
11762026-06-13T03:11:32.838Z Downloaded russh v0.45.0
11772026-06-13T03:11:32.841Z Downloaded whoami v1.6.1
11782026-06-13T03:11:32.841Z Downloaded tracing-attributes v0.1.31
11792026-06-13T03:11:32.841Z Downloaded h2 v0.4.13
11802026-06-13T03:11:32.844Z Downloaded rsa v0.9.10
11812026-06-13T03:11:32.847Z Downloaded futures-util v0.3.32
11822026-06-13T03:11:32.853Z Downloaded whoami v2.1.0
11832026-06-13T03:11:32.856Z Downloaded vergen v9.1.0
11842026-06-13T03:11:32.856Z Downloaded unicode-properties v0.1.4
11852026-06-13T03:11:32.860Z Downloaded xshell v0.2.7
11862026-06-13T03:11:32.863Z Downloaded hashbrown v0.16.1
11872026-06-13T03:11:32.863Z Downloaded wyz v0.5.1
11882026-06-13T03:11:32.867Z Downloaded hkdf v0.12.4
11892026-06-13T03:11:32.867Z Downloaded rand v0.10.0
11902026-06-13T03:11:32.871Z Downloaded rand v0.9.2
11912026-06-13T03:11:32.874Z Downloaded tokio-rustls v0.26.4
11922026-06-13T03:11:32.874Z Downloaded itertools v0.12.1
11932026-06-13T03:11:32.877Z Downloaded zeroize v1.8.2
11942026-06-13T03:11:32.877Z Downloaded toml v1.0.6+spec-1.1.0
11952026-06-13T03:11:32.881Z Downloaded usdt-impl v0.6.0
11962026-06-13T03:11:32.884Z Downloaded schemars v1.2.1
11972026-06-13T03:11:32.889Z Downloaded nom v8.0.0
11982026-06-13T03:11:32.893Z Downloaded tar v0.4.45
11992026-06-13T03:11:32.896Z Downloaded zstd-safe v7.2.4
12002026-06-13T03:11:32.896Z Downloaded zstd v0.13.3
12012026-06-13T03:11:32.902Z Downloaded unsafe-libyaml v0.2.11
12022026-06-13T03:11:32.905Z Downloaded serde_with v1.14.0
12032026-06-13T03:11:32.908Z Downloaded typify v0.6.2
12042026-06-13T03:11:32.911Z Downloaded tungstenite v0.23.0
12052026-06-13T03:11:32.914Z Downloaded tungstenite v0.21.0
12062026-06-13T03:11:32.917Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-06-13T03:11:32.920Z Downloaded zerocopy v0.6.6
12082026-06-13T03:11:32.920Z Downloaded yasna v0.5.2
12092026-06-13T03:11:32.923Z Downloaded itertools v0.14.0
12102026-06-13T03:11:32.931Z Downloaded uuid v1.23.0
12112026-06-13T03:11:32.931Z Downloaded steno v0.4.1
12122026-06-13T03:11:32.934Z Downloaded toml v0.7.8
12132026-06-13T03:11:32.934Z Downloaded tinyvec v1.10.0
12142026-06-13T03:11:32.934Z Downloaded rustyline v14.0.0
12152026-06-13T03:11:32.938Z Downloaded bitvec v1.0.1
12162026-06-13T03:11:32.943Z Downloaded vte v0.14.1
12172026-06-13T03:11:32.946Z Downloaded vergen-lib v0.1.6
12182026-06-13T03:11:32.946Z Downloaded tracing-core v0.1.36
12192026-06-13T03:11:32.949Z Downloaded unicode-bidi v0.3.18
12202026-06-13T03:11:32.952Z Downloaded typify v0.4.3
12212026-06-13T03:11:32.955Z Downloaded rpassword v7.4.0
12222026-06-13T03:11:32.955Z Downloaded p384 v0.13.1
12232026-06-13T03:11:32.966Z Downloaded blake3 v1.8.3
12242026-06-13T03:11:32.974Z Downloaded bstr v1.12.1
12252026-06-13T03:11:32.979Z Downloaded zopfli v0.8.3
12262026-06-13T03:11:32.982Z Downloaded ssh-key v0.6.7
12272026-06-13T03:11:32.985Z Downloaded reedline v0.40.0
12282026-06-13T03:11:32.989Z Downloaded chrono v0.4.44
12292026-06-13T03:11:32.992Z Downloaded aws-lc-rs v1.16.3
12302026-06-13T03:11:33.032Z Downloaded tokio-postgres v0.7.16
12312026-06-13T03:11:33.037Z Downloaded bindgen v0.71.1
12322026-06-13T03:11:33.037Z Downloaded toml_edit v0.19.15
12332026-06-13T03:11:33.040Z Downloaded reqwest v0.13.2
12342026-06-13T03:11:33.043Z Downloaded zip v0.6.6
12352026-06-13T03:11:33.044Z Downloaded reqwest v0.12.28
12362026-06-13T03:11:33.047Z Downloaded tower v0.5.3
12372026-06-13T03:11:33.051Z Downloaded lalrpop v0.19.12
12382026-06-13T03:11:33.058Z Downloaded regex v1.12.3
12392026-06-13T03:11:33.061Z Downloaded rayon v1.11.0
12402026-06-13T03:11:33.066Z Downloaded yansi v1.0.1
12412026-06-13T03:11:33.069Z Downloaded unicode_categories v0.1.1
12422026-06-13T03:11:33.069Z Downloaded rustls-webpki v0.101.7
12432026-06-13T03:11:33.076Z Downloaded quick-xml v0.37.5
12442026-06-13T03:11:33.080Z Downloaded zerocopy-derive v0.8.40
12452026-06-13T03:11:33.084Z Downloaded portable-atomic v1.13.1
12462026-06-13T03:11:33.088Z Downloaded typed-path v0.9.3
12472026-06-13T03:11:33.092Z Downloaded goblin v0.10.5
12482026-06-13T03:11:33.099Z Downloaded unicode-segmentation v1.12.0
12492026-06-13T03:11:33.105Z Downloaded unicode-normalization v0.1.25
12502026-06-13T03:11:33.108Z Downloaded salty v0.3.0
12512026-06-13T03:11:33.112Z Downloaded moka v0.12.13
12522026-06-13T03:11:33.117Z Downloaded petname v2.0.2
12532026-06-13T03:11:33.129Z Downloaded tokio-util v0.7.18
12542026-06-13T03:11:33.134Z Downloaded git2 v0.20.4
12552026-06-13T03:11:33.139Z Downloaded x509-cert v0.2.5
12562026-06-13T03:11:33.157Z Downloaded tower-http v0.6.8
12572026-06-13T03:11:33.162Z Downloaded proptest v1.10.0
12582026-06-13T03:11:33.167Z Downloaded tough v0.22.0
12592026-06-13T03:11:33.172Z Downloaded serde_with v3.17.0
12602026-06-13T03:11:33.178Z Downloaded rustls-webpki v0.102.8
12612026-06-13T03:11:33.190Z Downloaded zip v4.6.1
12622026-06-13T03:11:33.193Z Downloaded nix v0.27.1
12632026-06-13T03:11:33.197Z Downloaded object v0.30.4
12642026-06-13T03:11:33.207Z Downloaded winnow v0.6.26
12652026-06-13T03:11:33.226Z Downloaded polar-core v0.27.3
12662026-06-13T03:11:33.230Z Downloaded quinn-proto v0.11.13
12672026-06-13T03:11:33.234Z Downloaded curve25519-dalek v4.1.3
12682026-06-13T03:11:33.239Z Downloaded radix_trie v0.2.1
12692026-06-13T03:11:33.248Z Downloaded openssl v0.10.79
12702026-06-13T03:11:33.257Z Downloaded winnow v0.5.40
12712026-06-13T03:11:33.278Z Downloaded tabled v0.20.0
12722026-06-13T03:11:33.293Z Downloaded regex-syntax v0.6.29
12732026-06-13T03:11:33.296Z Downloaded nix v0.28.0
12742026-06-13T03:11:33.302Z Downloaded dropshot v0.17.0
12752026-06-13T03:11:33.316Z Downloaded vcpkg v0.2.15
12762026-06-13T03:11:33.337Z Downloaded zlib-rs v0.6.2
12772026-06-13T03:11:33.342Z Downloaded time v0.3.47
12782026-06-13T03:11:33.347Z Downloaded smoltcp v0.9.1
12792026-06-13T03:11:33.352Z Downloaded nix v0.31.2
12802026-06-13T03:11:33.358Z Downloaded rustls v0.21.12
12812026-06-13T03:11:33.364Z Downloaded webpki-roots v1.0.6
12822026-06-13T03:11:33.368Z Downloaded rustls v0.22.4
12832026-06-13T03:11:33.374Z Downloaded openapiv3 v2.2.0
12842026-06-13T03:11:33.382Z Downloaded diesel v2.3.7
12852026-06-13T03:11:33.392Z Downloaded zerocopy v0.8.40
12862026-06-13T03:11:33.397Z Downloaded rustls v0.23.37
12872026-06-13T03:11:33.404Z Downloaded regex-syntax v0.8.10
12882026-06-13T03:11:33.408Z Downloaded regress v0.10.5
12892026-06-13T03:11:33.413Z Downloaded smoltcp v0.11.0
12902026-06-13T03:11:33.420Z Downloaded hickory-proto v0.25.2
12912026-06-13T03:11:33.428Z Downloaded regress v0.11.1
12922026-06-13T03:11:33.434Z Downloaded rustix v0.38.44
12932026-06-13T03:11:33.446Z Downloaded object v0.37.3
12942026-06-13T03:11:33.452Z Downloaded hickory-proto v0.24.4
12952026-06-13T03:11:33.483Z Downloaded tracing v0.1.44
12962026-06-13T03:11:33.496Z Downloaded typify-impl v0.6.2
12972026-06-13T03:11:33.504Z Downloaded ratatui v0.29.0
12982026-06-13T03:11:33.515Z Downloaded typify-impl v0.4.3
12992026-06-13T03:11:33.524Z Downloaded zerocopy-derive v0.6.6
13002026-06-13T03:11:33.530Z Downloaded sqlparser v0.61.0
13012026-06-13T03:11:33.541Z Downloaded regex-automata v0.4.14
13022026-06-13T03:11:33.549Z Downloaded sled v0.34.7
13032026-06-13T03:11:33.567Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-06-13T03:11:33.572Z Downloaded csv v1.4.0
13052026-06-13T03:11:33.585Z Downloaded sha3 v0.10.8
13062026-06-13T03:11:33.612Z Downloaded encoding_rs v0.8.35
13072026-06-13T03:11:33.647Z Downloaded petgraph v0.6.5
13082026-06-13T03:11:33.658Z Downloaded chrono-tz v0.10.4
13092026-06-13T03:11:33.700Z Downloaded jiff v0.2.21
13102026-06-13T03:11:33.711Z Downloaded petgraph v0.8.3
13112026-06-13T03:11:33.726Z Downloaded libz-sys v1.1.24
13122026-06-13T03:11:33.738Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-06-13T03:11:33.758Z Downloaded tokio v1.52.1
13142026-06-13T03:11:33.882Z Downloaded ring v0.17.14
13152026-06-13T03:11:33.926Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-06-13T03:11:34.454Z Downloaded aws-lc-sys v0.40.0
13172026-06-13T03:11:34.700Z Compiling libc v0.2.185
13182026-06-13T03:11:34.700Z Compiling serde v1.0.228
13192026-06-13T03:11:34.703Z Compiling log v0.4.29
13202026-06-13T03:11:34.703Z Compiling find-msvc-tools v0.1.9
13212026-06-13T03:11:34.835Z Compiling shlex v1.3.0
13222026-06-13T03:11:34.838Z Compiling smallvec v1.15.1
13232026-06-13T03:11:34.844Z Compiling syn v2.0.117
13242026-06-13T03:11:34.852Z Compiling typenum v1.19.0
13252026-06-13T03:11:35.015Z Compiling generic-array v0.14.7
13262026-06-13T03:11:35.029Z Compiling subtle v2.6.1
13272026-06-13T03:11:35.061Z Compiling scopeguard v1.2.0
13282026-06-13T03:11:35.124Z Compiling const-oid v0.9.6
13292026-06-13T03:11:35.154Z Compiling lock_api v0.4.14
13302026-06-13T03:11:35.167Z Compiling serde_json v1.0.149
13312026-06-13T03:11:35.194Z Compiling zerocopy v0.8.40
13322026-06-13T03:11:35.262Z Compiling portable-atomic v1.13.1
13332026-06-13T03:11:35.375Z Compiling pin-project-lite v0.2.17
13342026-06-13T03:11:35.472Z Compiling parking_lot_core v0.9.12
13352026-06-13T03:11:35.612Z Compiling pkg-config v0.3.32
13362026-06-13T03:11:35.703Z Compiling getrandom v0.2.17
13372026-06-13T03:11:35.706Z Compiling jobserver v0.1.34
13382026-06-13T03:11:35.718Z Compiling errno v0.3.14
13392026-06-13T03:11:35.848Z Compiling rand_core v0.6.4
13402026-06-13T03:11:35.922Z Compiling signal-hook-registry v1.4.8
13412026-06-13T03:11:36.081Z Compiling cc v1.2.56
13422026-06-13T03:11:36.112Z Compiling bitflags v2.11.0
13432026-06-13T03:11:36.142Z Compiling critical-section v1.2.0
13442026-06-13T03:11:36.145Z Compiling futures-core v0.3.32
13452026-06-13T03:11:36.184Z Compiling libm v0.2.16
13462026-06-13T03:11:36.245Z Compiling parking_lot v0.12.5
13472026-06-13T03:11:36.303Z Compiling once_cell v1.21.3
13482026-06-13T03:11:36.330Z Compiling mio v1.2.0
13492026-06-13T03:11:36.359Z Compiling num-traits v0.2.19
13502026-06-13T03:11:36.450Z Compiling percent-encoding v2.3.2
13512026-06-13T03:11:36.509Z Compiling socket2 v0.6.3
13522026-06-13T03:11:36.606Z Compiling futures-sink v0.3.32
13532026-06-13T03:11:36.633Z Compiling slab v0.4.12
13542026-06-13T03:11:36.696Z Compiling futures-channel v0.3.32
13552026-06-13T03:11:36.710Z Compiling futures-task v0.3.32
13562026-06-13T03:11:36.790Z Compiling futures-io v0.3.32
13572026-06-13T03:11:36.804Z Compiling cpufeatures v0.2.17
13582026-06-13T03:11:36.871Z Compiling getrandom v0.4.1
13592026-06-13T03:11:36.886Z Compiling rand_core v0.10.0
13602026-06-13T03:11:36.903Z Compiling indexmap v2.14.0
13612026-06-13T03:11:37.027Z Compiling getrandom v0.3.4
13622026-06-13T03:11:37.030Z Compiling rustversion v1.0.22
13632026-06-13T03:11:37.165Z Compiling cmake v0.1.57
13642026-06-13T03:11:37.596Z Compiling form_urlencoded v1.2.2
13652026-06-13T03:11:37.612Z Compiling fs_extra v1.3.0
13662026-06-13T03:11:37.686Z Compiling synstructure v0.13.2
13672026-06-13T03:11:37.701Z Compiling dunce v1.0.5
13682026-06-13T03:11:37.774Z Compiling ident_case v1.0.1
13692026-06-13T03:11:37.804Z Compiling base64ct v1.8.3
13702026-06-13T03:11:37.887Z Compiling aws-lc-sys v0.40.0
13712026-06-13T03:11:37.900Z Compiling iana-time-zone v0.1.65
13722026-06-13T03:11:38.010Z Compiling regex-syntax v0.8.10
13732026-06-13T03:11:38.046Z Compiling pem-rfc7468 v0.7.0
13742026-06-13T03:11:38.102Z Compiling flagset v0.4.7
13752026-06-13T03:11:38.102Z Compiling rustix v1.1.3
13762026-06-13T03:11:38.238Z Compiling rand_core v0.9.5
13772026-06-13T03:11:38.298Z Compiling ring v0.17.14
13782026-06-13T03:11:38.311Z Compiling vcpkg v0.2.15
13792026-06-13T03:11:38.352Z Compiling aws-lc-rs v1.16.3
13802026-06-13T03:11:38.512Z Compiling uuid v1.23.0
13812026-06-13T03:11:38.642Z Compiling rustc_version v0.4.1
13822026-06-13T03:11:38.977Z Compiling tracing-core v0.1.36
13832026-06-13T03:11:39.054Z Compiling openssl-sys v0.9.115
13842026-06-13T03:11:39.233Z Compiling base64 v0.22.1
13852026-06-13T03:11:39.475Z Compiling serde_derive v1.0.228
13862026-06-13T03:11:39.532Z Compiling zeroize_derive v1.4.3
13872026-06-13T03:11:39.556Z Compiling zerofrom-derive v0.1.6
13882026-06-13T03:11:39.582Z Compiling yoke-derive v0.8.1
13892026-06-13T03:11:39.859Z Compiling zerovec-derive v0.11.2
13902026-06-13T03:11:40.172Z Compiling zeroize v1.8.2
13912026-06-13T03:11:40.394Z Compiling zerocopy-derive v0.8.40
13922026-06-13T03:11:40.759Z Compiling displaydoc v0.2.5
13932026-06-13T03:11:40.949Z Compiling crypto-common v0.1.7
13942026-06-13T03:11:40.971Z Compiling zerofrom v0.1.6
13952026-06-13T03:11:40.997Z Compiling block-buffer v0.10.4
13962026-06-13T03:11:41.082Z Compiling yoke v0.8.1
13972026-06-13T03:11:41.104Z Compiling tokio-macros v2.7.0
13982026-06-13T03:11:41.174Z Compiling digest v0.10.7
13992026-06-13T03:11:41.263Z Compiling zerovec v0.11.5
14002026-06-13T03:11:41.412Z Compiling futures-macro v0.3.32
14012026-06-13T03:11:41.508Z Compiling zerotrie v0.2.3
14022026-06-13T03:11:41.778Z Compiling tinystr v0.8.2
14032026-06-13T03:11:41.797Z Compiling potential_utf v0.1.4
14042026-06-13T03:11:41.804Z Compiling hmac v0.12.1
14052026-06-13T03:11:41.984Z Compiling icu_locale_core v2.1.1
14062026-06-13T03:11:42.005Z Compiling icu_collections v2.1.1
14072026-06-13T03:11:42.009Z Compiling block-padding v0.3.3
14082026-06-13T03:11:42.162Z Compiling inout v0.1.4
14092026-06-13T03:11:42.235Z Compiling futures-util v0.3.32
14102026-06-13T03:11:42.326Z Compiling cipher v0.4.4
14112026-06-13T03:11:42.473Z Compiling sha2 v0.10.9
14122026-06-13T03:11:42.586Z Compiling icu_provider v2.1.1
14132026-06-13T03:11:42.862Z Compiling icu_normalizer v2.1.1
14142026-06-13T03:11:42.878Z Compiling icu_properties v2.1.2
14152026-06-13T03:11:42.959Z Compiling bytes v1.11.1
14162026-06-13T03:11:42.975Z Compiling der_derive v0.7.3
14172026-06-13T03:11:43.399Z Compiling chrono v0.4.44
14182026-06-13T03:11:43.576Z Compiling tokio v1.52.1
14192026-06-13T03:11:43.804Z Compiling idna_adapter v1.2.1
14202026-06-13T03:11:43.920Z Compiling idna v1.1.0
14212026-06-13T03:11:43.935Z Compiling der v0.7.10
14222026-06-13T03:11:43.971Z Compiling http v1.4.0
14232026-06-13T03:11:44.484Z Compiling url v2.5.8
14242026-06-13T03:11:44.553Z Compiling salsa20 v0.10.2
14252026-06-13T03:11:44.696Z Compiling ppv-lite86 v0.2.21
14262026-06-13T03:11:44.729Z Compiling spki v0.7.3
14272026-06-13T03:11:44.866Z Compiling pbkdf2 v0.12.2
14282026-06-13T03:11:44.873Z Compiling rustls-pki-types v1.14.0
14292026-06-13T03:11:44.938Z Compiling tracing-attributes v0.1.31
14302026-06-13T03:11:44.962Z Compiling thiserror-impl v2.0.18
14312026-06-13T03:11:45.004Z Compiling rand_chacha v0.9.0
14322026-06-13T03:11:45.111Z Compiling scrypt v0.11.0
14332026-06-13T03:11:45.295Z Compiling http-body v1.0.1
14342026-06-13T03:11:45.298Z Compiling aes v0.8.4
14352026-06-13T03:11:45.357Z Compiling cbc v0.1.2
14362026-06-13T03:11:45.463Z Compiling openssl-probe v0.2.1
14372026-06-13T03:11:45.519Z Compiling tinyvec_macros v0.1.1
14382026-06-13T03:11:45.588Z Compiling untrusted v0.9.0
14392026-06-13T03:11:45.632Z Compiling untrusted v0.7.1
14402026-06-13T03:11:45.682Z Compiling httparse v1.10.1
14412026-06-13T03:11:45.696Z Compiling pkcs5 v0.7.1
14422026-06-13T03:11:46.053Z Compiling tinyvec v1.10.0
14432026-06-13T03:11:46.162Z Compiling pest_generator v2.8.6
14442026-06-13T03:11:46.196Z Compiling tracing v0.1.44
14452026-06-13T03:11:46.257Z Compiling thiserror v2.0.18
14462026-06-13T03:11:46.345Z Compiling rand v0.9.2
14472026-06-13T03:11:46.359Z Compiling serde_derive_internals v0.29.1
14482026-06-13T03:11:46.388Z Compiling aho-corasick v1.1.4
14492026-06-13T03:11:46.454Z Compiling tower-service v0.3.3
14502026-06-13T03:11:46.541Z Compiling try-lock v0.2.5
14512026-06-13T03:11:46.650Z Compiling schemars v0.8.22
14522026-06-13T03:11:46.880Z Compiling atomic-waker v1.1.2
14532026-06-13T03:11:46.887Z Compiling tower-layer v0.3.3
14542026-06-13T03:11:46.994Z Compiling rustls v0.23.37
14552026-06-13T03:11:47.045Z Compiling dyn-clone v1.0.20
14562026-06-13T03:11:47.155Z Compiling pest_derive v2.8.6
14572026-06-13T03:11:47.167Z Compiling want v0.3.1
14582026-06-13T03:11:47.248Z Compiling tokio-util v0.7.18
14592026-06-13T03:11:47.346Z Compiling schemars_derive v0.8.22
14602026-06-13T03:11:47.473Z Compiling regex-automata v0.4.14
14612026-06-13T03:11:47.526Z Compiling pkcs8 v0.10.2
14622026-06-13T03:11:47.571Z Compiling ipnet v2.11.0
14632026-06-13T03:11:47.834Z Compiling scroll_derive v0.13.1
14642026-06-13T03:11:48.066Z Compiling h2 v0.4.13
14652026-06-13T03:11:48.089Z Compiling darling_core v0.20.11
14662026-06-13T03:11:48.269Z Compiling pin-utils v0.1.0
14672026-06-13T03:11:48.343Z Compiling foreign-types-shared v0.1.1
14682026-06-13T03:11:48.441Z Compiling openssl v0.10.79
14692026-06-13T03:11:48.568Z Compiling httpdate v1.0.3
14702026-06-13T03:11:48.619Z Compiling scroll v0.13.0
14712026-06-13T03:11:48.771Z Compiling foreign-types v0.3.2
14722026-06-13T03:11:48.845Z Compiling tempfile v3.25.0
14732026-06-13T03:11:48.876Z Compiling unicode-normalization v0.1.25
14742026-06-13T03:11:49.213Z Compiling openssl-macros v0.1.1
14752026-06-13T03:11:49.322Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14762026-06-13T03:11:49.556Z Compiling spin v0.9.8
14772026-06-13T03:11:49.585Z Compiling num-conv v0.2.0
14782026-06-13T03:11:49.730Z Compiling powerfmt v0.2.0
14792026-06-13T03:11:49.779Z Compiling native-tls v0.2.18
14802026-06-13T03:11:49.782Z Compiling time-core v0.1.8
14812026-06-13T03:11:49.899Z Compiling crc32fast v1.5.0
14822026-06-13T03:11:49.899Z Compiling time-macros v0.2.27
14832026-06-13T03:11:49.939Z Compiling deranged v0.5.8
14842026-06-13T03:11:50.314Z Compiling darling_macro v0.20.11
14852026-06-13T03:11:50.763Z Compiling darling v0.20.11
14862026-06-13T03:11:50.843Z Compiling goblin v0.10.5
14872026-06-13T03:11:50.877Z Compiling rustls-native-certs v0.8.3
14882026-06-13T03:11:50.937Z Compiling hyper v1.8.1
14892026-06-13T03:11:51.158Z Compiling sync_wrapper v1.0.2
14902026-06-13T03:11:51.268Z Compiling wait-timeout v0.2.1
14912026-06-13T03:11:51.485Z Compiling syn v1.0.109
14922026-06-13T03:11:51.522Z Compiling crossbeam-utils v0.8.21
14932026-06-13T03:11:51.789Z Compiling bit-vec v0.8.0
14942026-06-13T03:11:51.808Z Compiling simd-adler32 v0.3.8
14952026-06-13T03:11:51.916Z Compiling siphasher v1.0.2
14962026-06-13T03:11:51.995Z Compiling hyper-util v0.1.20
14972026-06-13T03:11:52.081Z Compiling quick-error v1.2.3
14982026-06-13T03:11:52.142Z Compiling unicode-segmentation v1.12.0
14992026-06-13T03:11:52.183Z Compiling usdt-impl v0.6.0
15002026-06-13T03:11:52.389Z Compiling num_threads v0.1.7
15012026-06-13T03:11:52.488Z Compiling time v0.3.47
15022026-06-13T03:11:52.554Z Compiling rusty-fork v0.3.1
15032026-06-13T03:11:52.850Z Compiling bit-set v0.8.0
15042026-06-13T03:11:52.931Z Compiling tower v0.5.3
15052026-06-13T03:11:52.989Z Compiling derive_builder_core v0.20.2
15062026-06-13T03:11:53.409Z Compiling dtrace-parser v0.3.0
15072026-06-13T03:11:53.414Z Compiling http-body-util v0.1.3
15082026-06-13T03:11:53.645Z Compiling dof v0.4.0
15092026-06-13T03:11:53.733Z Compiling webpki-roots v1.0.6
15102026-06-13T03:11:53.952Z Compiling signature v2.2.0
15112026-06-13T03:11:53.986Z Compiling scroll_derive v0.12.1
15122026-06-13T03:11:54.033Z Compiling thiserror-impl v1.0.69
15132026-06-13T03:11:54.051Z Compiling heapless v0.7.17
15142026-06-13T03:11:54.128Z Compiling rand_xorshift v0.4.0
15152026-06-13T03:11:54.282Z Compiling slog v2.8.2
15162026-06-13T03:11:54.290Z Compiling darling_core v0.21.3
15172026-06-13T03:11:54.463Z Compiling bzip2-sys v0.1.13+1.0.8
15182026-06-13T03:11:54.504Z Compiling thread-id v5.1.0
15192026-06-13T03:11:54.592Z Compiling cookie v0.18.1
15202026-06-13T03:11:54.728Z Compiling zstd-safe v7.2.4
15212026-06-13T03:11:54.760Z Compiling unarray v0.1.4
15222026-06-13T03:11:54.791Z Compiling paste v1.0.15
15232026-06-13T03:11:54.867Z Compiling unicode-bidi v0.3.18
15242026-06-13T03:11:54.917Z Compiling adler2 v2.0.1
15252026-06-13T03:11:55.058Z Compiling anyhow v1.0.102
15262026-06-13T03:11:55.065Z Compiling unicode-properties v0.1.4
15272026-06-13T03:11:55.078Z Compiling iri-string v0.7.10
15282026-06-13T03:11:55.236Z Compiling ryu v1.0.23
15292026-06-13T03:11:55.272Z Compiling allocator-api2 v0.2.21
15302026-06-13T03:11:55.350Z Compiling signal-hook v0.3.18
15312026-06-13T03:11:55.385Z Compiling serde_urlencoded v0.7.1
15322026-06-13T03:11:55.524Z Compiling thiserror v1.0.69
15332026-06-13T03:11:55.582Z Compiling stringprep v0.1.5
15342026-06-13T03:11:55.629Z Compiling miniz_oxide v0.8.9
15352026-06-13T03:11:55.633Z Compiling proptest v1.10.0
15362026-06-13T03:11:56.212Z Compiling tower-http v0.6.8
15372026-06-13T03:11:56.494Z Compiling scroll v0.12.0
15382026-06-13T03:11:56.818Z Compiling derive_builder_macro v0.20.2
15392026-06-13T03:11:56.833Z Compiling darling_macro v0.21.3
15402026-06-13T03:11:56.833Z Compiling tokio-native-tls v0.3.1
15412026-06-13T03:11:56.833Z Compiling heck v0.4.1
15422026-06-13T03:11:56.911Z Compiling bstr v1.12.1
15432026-06-13T03:11:57.040Z Compiling ipnetwork v0.21.1
15442026-06-13T03:11:57.061Z Compiling rand_chacha v0.3.1
15452026-06-13T03:11:57.113Z Compiling serde_tokenstream v0.2.3
15462026-06-13T03:11:57.187Z Compiling toml_datetime v0.6.11
15472026-06-13T03:11:57.430Z Compiling erased-serde v0.3.31
15482026-06-13T03:11:57.469Z Compiling serde_spanned v0.6.9
15492026-06-13T03:11:57.507Z Compiling md-5 v0.10.6
15502026-06-13T03:11:57.547Z Compiling zerocopy-derive v0.7.35
15512026-06-13T03:11:57.587Z Compiling pin-project-internal v1.1.11
15522026-06-13T03:11:57.661Z Compiling async-trait v0.1.89
15532026-06-13T03:11:57.859Z Compiling curve25519-dalek v4.1.3
15542026-06-13T03:11:57.918Z Compiling vergen-lib v9.1.0
15552026-06-13T03:11:58.080Z Compiling num-integer v0.1.46
15562026-06-13T03:11:58.650Z Compiling hash32 v0.2.1
15572026-06-13T03:11:58.698Z Compiling ff v0.13.1
15582026-06-13T03:11:58.698Z Compiling memoffset v0.9.1
15592026-06-13T03:11:58.698Z Compiling encoding_rs v0.8.35
15602026-06-13T03:11:58.698Z Compiling num-bigint-dig v0.8.6
15612026-06-13T03:11:58.698Z Compiling rustix v0.38.44
15622026-06-13T03:11:58.698Z Compiling psl-types v2.0.11
15632026-06-13T03:11:58.796Z Compiling fallible-iterator v0.2.0
15642026-06-13T03:11:58.796Z Compiling base16ct v0.2.0
15652026-06-13T03:11:58.880Z Compiling cfg_aliases v0.2.1
15662026-06-13T03:11:58.880Z Compiling smoltcp v0.9.1
15672026-06-13T03:11:58.912Z Compiling litrs v1.0.0
15682026-06-13T03:11:58.959Z Compiling mime v0.3.17
15692026-06-13T03:11:58.986Z Compiling ref-cast v1.0.25
15702026-06-13T03:11:59.146Z Compiling zlib-rs v0.6.2
15712026-06-13T03:11:59.204Z Compiling postgres-protocol v0.6.10
15722026-06-13T03:11:59.386Z Compiling document-features v0.2.12
15732026-06-13T03:11:59.409Z Compiling sec1 v0.7.3
15742026-06-13T03:11:59.689Z Compiling nix v0.31.2
15752026-06-13T03:11:59.770Z Compiling publicsuffix v2.3.0
15762026-06-13T03:11:59.917Z Compiling pin-project v1.1.11
15772026-06-13T03:11:59.944Z Compiling group v0.13.0
15782026-06-13T03:12:00.004Z Compiling zerocopy v0.7.35
15792026-06-13T03:12:00.045Z Compiling num-iter v0.1.45
15802026-06-13T03:12:00.182Z Compiling newtype-uuid v1.3.2
15812026-06-13T03:12:00.483Z Compiling hubpack_derive v0.1.1
15822026-06-13T03:12:00.491Z Compiling oxnet v0.1.5
15832026-06-13T03:12:00.510Z Compiling rand v0.8.6
15842026-06-13T03:12:00.524Z Compiling darling v0.21.3
15852026-06-13T03:12:00.582Z Compiling derive_builder v0.20.2
15862026-06-13T03:12:00.637Z Compiling snafu-derive v0.8.9
15872026-06-13T03:12:00.701Z Compiling hyper-tls v0.6.0
15882026-06-13T03:12:00.863Z Compiling goblin v0.8.2
15892026-06-13T03:12:01.569Z Compiling phf_shared v0.13.1
15902026-06-13T03:12:01.656Z Compiling lazy_static v1.5.0
15912026-06-13T03:12:01.751Z Compiling regex v1.12.3
15922026-06-13T03:12:01.778Z Compiling anstyle-parse v0.2.7
15932026-06-13T03:12:01.823Z Compiling strum_macros v0.27.2
15942026-06-13T03:12:02.112Z Compiling flate2 v1.1.9
15952026-06-13T03:12:02.267Z Compiling futures-executor v0.3.32
15962026-06-13T03:12:02.377Z Compiling hex v0.4.3
15972026-06-13T03:12:02.432Z Compiling hkdf v0.12.4
15982026-06-13T03:12:02.489Z Compiling crypto-bigint v0.5.5
15992026-06-13T03:12:02.503Z Compiling terminal_size v0.4.3
16002026-06-13T03:12:02.599Z Compiling curve25519-dalek-derive v0.1.1
16012026-06-13T03:12:02.646Z Compiling ref-cast-impl v1.0.25
16022026-06-13T03:12:02.655Z Compiling daft-derive v0.1.7
16032026-06-13T03:12:03.175Z Compiling vergen v9.1.0
16042026-06-13T03:12:03.270Z Compiling fs-err v3.3.0
16052026-06-13T03:12:03.354Z Compiling cargo-platform v0.3.2
16062026-06-13T03:12:03.397Z Compiling ahash v0.8.12
16072026-06-13T03:12:03.418Z Compiling winnow v0.5.40
16082026-06-13T03:12:03.571Z Compiling bumpalo v3.20.2
16092026-06-13T03:12:03.652Z Compiling managed v0.8.0
16102026-06-13T03:12:04.017Z Compiling same-file v1.0.6
16112026-06-13T03:12:04.017Z Compiling foldhash v0.1.5
16122026-06-13T03:12:04.041Z Compiling bitflags v1.3.2
16132026-06-13T03:12:04.041Z Compiling foldhash v0.2.0
16142026-06-13T03:12:04.041Z Compiling libbz2-rs-sys v0.2.2
16152026-06-13T03:12:04.041Z Compiling object v0.37.3
16162026-06-13T03:12:04.140Z Compiling hashbrown v0.16.1
16172026-06-13T03:12:04.325Z Compiling clap_builder v4.6.0
16182026-06-13T03:12:04.377Z Compiling hashbrown v0.15.5
16192026-06-13T03:12:04.695Z Compiling bzip2 v0.6.1
16202026-06-13T03:12:04.715Z Compiling toml_edit v0.19.15
16212026-06-13T03:12:04.754Z Compiling walkdir v2.5.0
16222026-06-13T03:12:04.815Z Compiling strum v0.27.2
16232026-06-13T03:12:04.920Z Compiling zopfli v0.8.3
16242026-06-13T03:12:04.989Z Compiling cargo_metadata v0.23.1
16252026-06-13T03:12:05.120Z Compiling elliptic-curve v0.13.8
16262026-06-13T03:12:05.714Z Compiling daft v0.1.7
16272026-06-13T03:12:05.729Z Compiling dof v0.3.0
16282026-06-13T03:12:05.808Z Compiling snafu v0.8.9
16292026-06-13T03:12:06.140Z Compiling futures v0.3.32
16302026-06-13T03:12:06.226Z Compiling anstream v0.6.21
16312026-06-13T03:12:06.320Z Compiling phf v0.13.1
16322026-06-13T03:12:06.478Z Compiling signal-hook-mio v0.2.5
16332026-06-13T03:12:06.658Z Compiling cookie_store v0.22.1
16342026-06-13T03:12:06.669Z Compiling zstd v0.13.3
16352026-06-13T03:12:06.878Z Compiling bzip2 v0.4.4
16362026-06-13T03:12:06.888Z Compiling hubpack v0.1.2
16372026-06-13T03:12:07.099Z Compiling serde_with_macros v3.17.0
16382026-06-13T03:12:07.252Z Compiling postgres-types v0.2.12
16392026-06-13T03:12:07.267Z Compiling usdt-macro v0.6.0
16402026-06-13T03:12:07.294Z Compiling usdt-attr-macro v0.6.0
16412026-06-13T03:12:07.812Z Compiling globset v0.4.18
16422026-06-13T03:12:07.998Z Compiling dtrace-parser v0.2.0
16432026-06-13T03:12:08.080Z Compiling ed25519 v2.2.3
16442026-06-13T03:12:08.216Z Compiling phf_shared v0.11.3
16452026-06-13T03:12:08.365Z Compiling olpc-cjson v0.1.4
16462026-06-13T03:12:08.395Z Compiling pkcs1 v0.7.5
16472026-06-13T03:12:08.487Z Compiling clap_derive v4.6.1
16482026-06-13T03:12:08.523Z Compiling enum-as-inner v0.6.1
16492026-06-13T03:12:08.567Z Compiling strum_macros v0.26.4
16502026-06-13T03:12:08.764Z Compiling serde_plain v1.0.2
16512026-06-13T03:12:08.893Z Compiling serde-big-array v0.5.1
16522026-06-13T03:12:08.929Z Compiling rfc6979 v0.4.0
16532026-06-13T03:12:08.929Z Compiling async-recursion v1.1.1
16542026-06-13T03:12:08.992Z Compiling serde_repr v0.1.20
16552026-06-13T03:12:09.013Z Compiling pem v3.0.6
16562026-06-13T03:12:09.051Z Compiling float-cmp v0.10.0
16572026-06-13T03:12:09.199Z Compiling thread-id v4.2.2
16582026-06-13T03:12:09.284Z Compiling memmap2 v0.9.10
16592026-06-13T03:12:09.335Z Compiling env_filter v1.0.0
16602026-06-13T03:12:09.482Z Compiling whoami v2.1.0
16612026-06-13T03:12:09.504Z Compiling normalize-line-endings v0.3.0
16622026-06-13T03:12:09.575Z Compiling difflib v0.4.0
16632026-06-13T03:12:09.603Z Compiling keccak v0.1.6
16642026-06-13T03:12:09.658Z Compiling jiff v0.2.21
16652026-06-13T03:12:09.851Z Compiling fixedbitset v0.4.2
16662026-06-13T03:12:10.065Z Compiling fixedbitset v0.5.7
16672026-06-13T03:12:10.126Z Compiling typed-path v0.9.3
16682026-06-13T03:12:10.212Z Compiling data-encoding v2.10.0
16692026-06-13T03:12:10.279Z Compiling precomputed-hash v0.1.1
16702026-06-13T03:12:10.359Z Compiling predicates-core v1.0.10
16712026-06-13T03:12:10.372Z Compiling static_assertions v1.1.0
16722026-06-13T03:12:10.401Z Compiling new_debug_unreachable v1.0.6
16732026-06-13T03:12:10.443Z Compiling either v1.15.0
16742026-06-13T03:12:10.731Z Compiling string_cache v0.8.9
16752026-06-13T03:12:10.840Z Compiling hickory-proto v0.25.2
16762026-06-13T03:12:10.840Z Compiling itertools v0.13.0
16772026-06-13T03:12:10.840Z Compiling predicates v3.1.4
16782026-06-13T03:12:10.900Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-06-13T03:12:11.312Z Compiling toml_edit v0.22.27
16802026-06-13T03:12:11.329Z Compiling strum v0.26.3
16812026-06-13T03:12:11.457Z Compiling petgraph v0.8.3
16822026-06-13T03:12:11.864Z Compiling clap v4.6.1
16832026-06-13T03:12:12.016Z Compiling petgraph v0.6.5
16842026-06-13T03:12:12.035Z Compiling sha3 v0.10.8
16852026-06-13T03:12:16.556Z Compiling zip v4.6.1
16862026-06-13T03:12:16.591Z Compiling tokio-postgres v0.7.16
16872026-06-13T03:12:16.591Z Compiling env_logger v0.11.9
16882026-06-13T03:12:16.591Z Compiling usdt v0.6.0
16892026-06-13T03:12:16.591Z Compiling usdt-impl v0.5.0
16902026-06-13T03:12:16.591Z Compiling ecdsa v0.16.9
16912026-06-13T03:12:16.591Z Compiling rsa v0.9.10
16922026-06-13T03:12:16.591Z Compiling ed25519-dalek v2.2.0
16932026-06-13T03:12:16.591Z Compiling serde_with v3.17.0
16942026-06-13T03:12:16.591Z Compiling crossterm v0.28.1
16952026-06-13T03:12:16.591Z Compiling zip v0.6.6
16962026-06-13T03:12:16.591Z Compiling toml v0.7.8
16972026-06-13T03:12:16.591Z Compiling iddqd v0.4.2
16982026-06-13T03:12:16.591Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-06-13T03:12:16.592Z Compiling similar v2.7.0
17002026-06-13T03:12:16.592Z Compiling crossbeam-epoch v0.9.18
17012026-06-13T03:12:16.592Z Compiling tokio-stream v0.1.18
17022026-06-13T03:12:16.601Z Compiling buf-list v1.1.2
17032026-06-13T03:12:16.601Z Compiling x509-cert v0.2.5
17042026-06-13T03:12:16.601Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17052026-06-13T03:12:16.601Z Compiling openapiv3 v2.2.0
17062026-06-13T03:12:16.656Z Compiling sha1 v0.10.6
17072026-06-13T03:12:16.692Z Compiling lalrpop-util v0.19.12
17082026-06-13T03:12:16.696Z Compiling peg-runtime v0.8.5
17092026-06-13T03:12:16.864Z Compiling thread_local v1.1.9
17102026-06-13T03:12:16.886Z Compiling slog-async v2.8.0
17112026-06-13T03:12:17.020Z Compiling crossbeam-channel v0.5.15
17122026-06-13T03:12:17.043Z Compiling is-terminal v0.4.17
17132026-06-13T03:12:17.139Z Compiling filetime v0.2.27
17142026-06-13T03:12:17.143Z Compiling take_mut v0.2.2
17152026-06-13T03:12:17.213Z Compiling xattr v1.6.1
17162026-06-13T03:12:17.257Z Compiling term v1.2.1
17172026-06-13T03:12:17.478Z Compiling tar v0.4.45
17182026-06-13T03:12:17.835Z Compiling slog-term v2.9.2
17192026-06-13T03:12:27.558Z Compiling rustls-webpki v0.103.9
17202026-06-13T03:12:30.366Z Compiling tokio-rustls v0.26.4
17212026-06-13T03:12:30.366Z Compiling rustls-platform-verifier v0.6.2
17222026-06-13T03:12:30.573Z Compiling hyper-rustls v0.27.7
17232026-06-13T03:12:30.773Z Compiling reqwest v0.12.28
17242026-06-13T03:12:30.777Z Compiling reqwest v0.13.2
17252026-06-13T03:12:32.017Z Compiling tough v0.22.0
17262026-06-13T03:12:34.520Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-06-13T03:12:34.730Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-06-13T03:12:37.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17292026-06-13T03:12:37.712Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17302026-06-13T03:12:37.764ZJun 13 03:12:36.282 INFO Starting download, target: Cockroach
17312026-06-13T03:12:37.765ZJun 13 03:12:36.283 INFO Starting download, target: DendriteStub
17322026-06-13T03:12:37.765ZJun 13 03:12:36.283 INFO Starting download, target: Clickhouse
17332026-06-13T03:12:37.768ZJun 13 03:12:36.283 INFO Starting download, target: Console
17342026-06-13T03:12:37.768ZJun 13 03:12:36.283 INFO Starting download, target: MaghemiteMgd
17352026-06-13T03:12:37.769ZJun 13 03:12:36.283 INFO Starting download, target: MaghemiteDdmd
17362026-06-13T03:12:37.769ZJun 13 03:12:36.283 INFO Starting download, target: TransceiverControl
17372026-06-13T03:12:37.769ZJun 13 03:12:36.283 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-06-13T03:12:37.769ZJun 13 03:12:36.283 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-06-13T03:12:37.769ZJun 13 03:12:36.283 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-06-13T03:12:37.769ZJun 13 03:12:36.283 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-06-13T03:12:37.769ZJun 13 03:12:36.283 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17422026-06-13T03:12:37.769ZJun 13 03:12:36.283 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-06-13T03:12:37.769ZJun 13 03:12:36.283 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17442026-06-13T03:12:38.750ZJun 13 03:12:37.268 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-06-13T03:12:38.984ZJun 13 03:12:37.503 INFO Download complete, target: Console
17462026-06-13T03:12:39.735ZJun 13 03:12:38.254 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-06-13T03:12:43.877ZJun 13 03:12:42.395 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-06-13T03:12:44.087ZJun 13 03:12:42.606 INFO Download complete, target: TransceiverControl
17492026-06-13T03:12:46.485ZJun 13 03:12:44.987 INFO Checking that binary works, target: Clickhouse
17502026-06-13T03:12:46.577ZJun 13 03:12:45.084 INFO Download complete, target: Clickhouse
17512026-06-13T03:12:49.510ZJun 13 03:12:48.029 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17522026-06-13T03:12:49.554ZJun 13 03:12:48.065 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-06-13T03:12:49.865ZJun 13 03:12:48.359 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17542026-06-13T03:12:51.416ZJun 13 03:12:49.922 INFO Download complete, target: MaghemiteDdmd
17552026-06-13T03:12:51.622ZJun 13 03:12:50.121 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-06-13T03:12:51.622ZJun 13 03:12:50.121 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-06-13T03:12:52.039ZJun 13 03:12:50.558 INFO Download complete, target: DendriteStub
17582026-06-13T03:12:52.254ZJun 13 03:12:50.774 INFO Download complete, target: MaghemiteMgd
17592026-06-13T03:12:56.227ZJun 13 03:12:54.746 INFO Checking that binary works, target: Cockroach
17602026-06-13T03:12:56.334ZJun 13 03:12:54.854 INFO Download complete, target: Cockroach
17612026-06-13T03:12:56.350ZAll builder prerequisites installed successfully, and PATH looks valid
17622026-06-13T03:12:56.353Z
17632026-06-13T03:12:56.353Zreal 2:28.317363460
17642026-06-13T03:12:56.353Zuser 6:55.552429803
17652026-06-13T03:12:56.353Zsys 1:22.427013557
17662026-06-13T03:12:56.353Ztrap 0.225505018
17672026-06-13T03:12:56.353Ztflt 0.619062917
17682026-06-13T03:12:56.353Zdflt 0.554425963
17692026-06-13T03:12:56.353Zkflt 0.023816345
17702026-06-13T03:12:56.353Zlock 24:59.848081563
17712026-06-13T03:12:56.353Zslp 21:35.367194266
17722026-06-13T03:12:56.353Zlat 44.886764192
17732026-06-13T03:12:56.354Zstop 1:54.573144059
17742026-06-13T03:12:56.354Z+ banner clippy
17752026-06-13T03:12:56.354Z
17762026-06-13T03:12:56.354Z #### # # ##### ##### # #
17772026-06-13T03:12:56.354Z # # # # # # # # # #
17782026-06-13T03:12:56.354Z # # # # # # # #
17792026-06-13T03:12:56.354Z # # # ##### ##### #
17802026-06-13T03:12:56.354Z # # # # # # #
17812026-06-13T03:12:56.354Z #### ###### # # # #
17822026-06-13T03:12:56.354Z
17832026-06-13T03:12:56.354Z+ export CARGO_INCREMENTAL=0
17842026-06-13T03:12:56.354Z+ CARGO_INCREMENTAL=0
17852026-06-13T03:12:56.354Z+ ptime -m cargo xtask clippy
17862026-06-13T03:12:56.884Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17872026-06-13T03:12:57.102Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17882026-06-13T03:12:58.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17892026-06-13T03:12:59.019Z Running `target/debug/xtask clippy`
17902026-06-13T03:12:59.048Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17912026-06-13T03:12:59.656Z Downloading crates ...
17922026-06-13T03:12:59.857Z Downloaded anes v0.1.6
17932026-06-13T03:12:59.868Z Downloaded backtrace-ext v0.2.1
17942026-06-13T03:12:59.872Z Downloaded assert_cmd v2.1.2
17952026-06-13T03:12:59.877Z Downloaded rstest v0.25.0
17962026-06-13T03:12:59.880Z Downloaded event-listener-strategy v0.5.4
17972026-06-13T03:12:59.884Z Downloaded hickory-client v0.25.2
17982026-06-13T03:12:59.887Z Downloaded guppy-workspace-hack v0.1.0
17992026-06-13T03:12:59.890Z Downloaded pathdiff v0.2.3
18002026-06-13T03:12:59.890Z Downloaded miette-derive v5.10.0
18012026-06-13T03:12:59.890Z Downloaded relative-path v1.9.3
18022026-06-13T03:12:59.894Z Downloaded partial-io v0.5.4
18032026-06-13T03:12:59.897Z Downloaded parking v2.2.1
18042026-06-13T03:12:59.900Z Downloaded escape8259 v0.5.3
18052026-06-13T03:12:59.900Z Downloaded nested v0.1.1
18062026-06-13T03:12:59.903Z Downloaded datatest-stable v0.3.3
18072026-06-13T03:12:59.906Z Downloaded criterion-plot v0.6.0
18082026-06-13T03:12:59.906Z Downloaded cast v0.3.0
18092026-06-13T03:12:59.909Z Downloaded tokio-test v0.4.5
18102026-06-13T03:12:59.909Z Downloaded supports-hyperlinks v2.1.0
18112026-06-13T03:12:59.909Z Downloaded assert-json-diff v2.0.2
18122026-06-13T03:12:59.922Z Downloaded rustc-demangle v0.1.27
18132026-06-13T03:12:59.925Z Downloaded concurrent-queue v2.5.0
18142026-06-13T03:12:59.925Z Downloaded oorandom v11.1.5
18152026-06-13T03:12:59.925Z Downloaded constant_time_eq v0.3.1
18162026-06-13T03:12:59.925Z Downloaded async-object-pool v0.2.0
18172026-06-13T03:12:59.929Z Downloaded target-triple v1.0.0
18182026-06-13T03:12:59.932Z Downloaded linkme-impl v0.3.35
18192026-06-13T03:12:59.935Z Downloaded approx v0.5.1
18202026-06-13T03:12:59.935Z Downloaded plotters-backend v0.3.7
18212026-06-13T03:12:59.940Z Downloaded futures-timer v3.0.3
18222026-06-13T03:12:59.943Z Downloaded linkme v0.3.35
18232026-06-13T03:12:59.947Z Downloaded rust-argon2 v2.1.0
18242026-06-13T03:12:59.947Z Downloaded event-listener v5.4.1
18252026-06-13T03:12:59.950Z Downloaded serde_regex v1.1.0
18262026-06-13T03:12:59.950Z Downloaded plotters-svg v0.3.7
18272026-06-13T03:12:59.950Z Downloaded similar-asserts v1.7.0
18282026-06-13T03:12:59.953Z Downloaded supports-unicode v2.1.0
18292026-06-13T03:12:59.956Z Downloaded supports-color v2.1.0
18302026-06-13T03:12:59.960Z Downloaded path-tree v0.8.3
18312026-06-13T03:12:59.962Z Downloaded terminal_size v0.1.17
18322026-06-13T03:12:59.967Z Downloaded owo-colors v3.5.0
18332026-06-13T03:12:59.969Z Downloaded stringmetrics v2.2.2
18342026-06-13T03:12:59.969Z Downloaded termcolor v1.4.1
18352026-06-13T03:12:59.974Z Downloaded cfg-expr v0.20.6
18362026-06-13T03:12:59.979Z Downloaded libtest-mimic v0.8.1
18372026-06-13T03:12:59.983Z Downloaded target-lexicon v0.13.3
18382026-06-13T03:12:59.986Z Downloaded knuffel-derive v3.2.0
18392026-06-13T03:12:59.986Z Downloaded httptest v0.16.4
18402026-06-13T03:13:00.003Z Downloaded textwrap v0.15.2
18412026-06-13T03:13:00.014Z Downloaded async-lock v3.4.2
18422026-06-13T03:13:00.014Z Downloaded target-spec v3.5.7
18432026-06-13T03:13:00.014Z Downloaded addr2line v0.25.1
18442026-06-13T03:13:00.014Z Downloaded trybuild v1.0.116
18452026-06-13T03:13:00.022Z Downloaded chumsky v0.9.3
18462026-06-13T03:13:00.022Z Downloaded tinytemplate v1.2.1
18472026-06-13T03:13:00.026Z Downloaded rstest_macros v0.25.0
18482026-06-13T03:13:00.026Z Downloaded blake2b_simd v1.0.4
18492026-06-13T03:13:00.029Z Downloaded rand_distr v0.5.1
18502026-06-13T03:13:00.030Z Downloaded miette v5.10.0
18512026-06-13T03:13:00.030Z Downloaded knuffel v3.2.0
18522026-06-13T03:13:00.040Z Downloaded hashbrown v0.14.5
18532026-06-13T03:13:00.040Z Downloaded criterion v0.7.0
18542026-06-13T03:13:00.045Z Downloaded backtrace v0.3.76
18552026-06-13T03:13:00.046Z Downloaded fancy-regex v0.14.0
18562026-06-13T03:13:00.046Z Downloaded guppy v0.17.25
18572026-06-13T03:13:00.049Z Downloaded plotters v0.3.7
18582026-06-13T03:13:00.067Z Downloaded gimli v0.32.3
18592026-06-13T03:13:00.167Z Downloaded httpmock v0.8.3
18602026-06-13T03:13:01.800Z Checking cfg-if v1.0.4
18612026-06-13T03:13:02.155Z Checking libc v0.2.185
18622026-06-13T03:13:02.158Z Checking serde_core v1.0.228
18632026-06-13T03:13:02.238Z Checking memchr v2.8.0
18642026-06-13T03:13:02.272Z Checking smallvec v1.15.1
18652026-06-13T03:13:02.314Z Checking itoa v1.0.17
18662026-06-13T03:13:02.354Z Checking log v0.4.29
18672026-06-13T03:13:02.398Z Checking libm v0.2.16
18682026-06-13T03:13:02.440Z Checking zeroize v1.8.2
18692026-06-13T03:13:02.484Z Checking scopeguard v1.2.0
18702026-06-13T03:13:02.524Z Checking stable_deref_trait v1.2.1
18712026-06-13T03:13:02.563Z Checking zmij v1.0.21
18722026-06-13T03:13:02.601Z Checking errno v0.3.14
18732026-06-13T03:13:02.641Z Checking getrandom v0.2.17
18742026-06-13T03:13:02.669Z Checking lock_api v0.4.14
18752026-06-13T03:13:02.706Z Checking zerofrom v0.1.6
18762026-06-13T03:13:02.744Z Checking percent-encoding v2.3.2
18772026-06-13T03:13:02.744Z Checking litemap v0.8.1
18782026-06-13T03:13:02.817Z Checking writeable v0.6.2
18792026-06-13T03:13:02.855Z Checking yoke v0.8.1
18802026-06-13T03:13:02.897Z Checking icu_normalizer_data v2.1.1
18812026-06-13T03:13:02.897Z Checking icu_properties_data v2.1.2
18822026-06-13T03:13:02.964Z Checking form_urlencoded v1.2.2
18832026-06-13T03:13:03.005Z Checking utf8_iter v1.0.4
18842026-06-13T03:13:03.038Z Checking subtle v2.6.1
18852026-06-13T03:13:03.075Z Checking zerovec v0.11.5
18862026-06-13T03:13:03.075Z Checking zerotrie v0.2.3
18872026-06-13T03:13:03.145Z Checking num-traits v0.2.19
18882026-06-13T03:13:03.183Z Checking rand_core v0.10.0
18892026-06-13T03:13:03.227Z Checking pin-project-lite v0.2.17
18902026-06-13T03:13:03.263Z Checking rand_core v0.6.4
18912026-06-13T03:13:03.299Z Checking parking_lot_core v0.9.12
18922026-06-13T03:13:03.349Z Checking zerocopy v0.8.40
18932026-06-13T03:13:03.379Z Checking getrandom v0.4.1
18942026-06-13T03:13:03.424Z Checking portable-atomic v1.13.1
18952026-06-13T03:13:03.472Z Checking signal-hook-registry v1.4.8
18962026-06-13T03:13:03.526Z Checking parking_lot v0.12.5
18972026-06-13T03:13:03.565Z Checking tinystr v0.8.2
18982026-06-13T03:13:03.569Z Checking potential_utf v0.1.4
18992026-06-13T03:13:03.656Z Checking serde v1.0.228
19002026-06-13T03:13:03.696Z Checking serde_json v1.0.149
19012026-06-13T03:13:03.730Z Checking bitflags v2.11.0
19022026-06-13T03:13:03.768Z Checking icu_collections v2.1.1
19032026-06-13T03:13:03.805Z Checking icu_locale_core v2.1.1
19042026-06-13T03:13:03.849Z Checking critical-section v1.2.0
19052026-06-13T03:13:03.896Z Checking mio v1.2.0
19062026-06-13T03:13:03.949Z Checking socket2 v0.6.3
19072026-06-13T03:13:03.991Z Checking once_cell v1.21.3
19082026-06-13T03:13:04.094Z Checking bytes v1.11.1
19092026-06-13T03:13:04.131Z Checking typenum v1.19.0
19102026-06-13T03:13:04.193Z Checking iana-time-zone v0.1.65
19112026-06-13T03:13:04.239Z Checking uuid v1.23.0
19122026-06-13T03:13:04.278Z Checking thiserror v2.0.18
19132026-06-13T03:13:04.328Z Checking chrono v0.4.44
19142026-06-13T03:13:04.380Z Checking semver v1.0.28
19152026-06-13T03:13:04.422Z Checking icu_provider v2.1.1
19162026-06-13T03:13:04.474Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19172026-06-13T03:13:04.568Z Checking tokio v1.52.1
19182026-06-13T03:13:04.601Z Checking futures-core v0.3.32
19192026-06-13T03:13:04.636Z Checking dyn-clone v1.0.20
19202026-06-13T03:13:04.685Z Checking generic-array v0.14.7
19212026-06-13T03:13:04.696Z Checking icu_properties v2.1.2
19222026-06-13T03:13:04.784Z Checking icu_normalizer v2.1.1
19232026-06-13T03:13:04.827Z Checking equivalent v1.0.2
19242026-06-13T03:13:04.870Z Checking const-oid v0.9.6
19252026-06-13T03:13:04.942Z Checking futures-sink v0.3.32
19262026-06-13T03:13:05.064Z Checking futures-channel v0.3.32
19272026-06-13T03:13:05.101Z Checking rustix v1.1.3
19282026-06-13T03:13:05.140Z Checking crypto-common v0.1.7
19292026-06-13T03:13:05.197Z Checking block-buffer v0.10.4
19302026-06-13T03:13:05.280Z Checking byteorder v1.5.0
19312026-06-13T03:13:05.317Z Checking futures-task v0.3.32
19322026-06-13T03:13:05.361Z Checking slab v0.4.12
19332026-06-13T03:13:05.484Z Checking futures-io v0.3.32
19342026-06-13T03:13:05.521Z Checking hashbrown v0.17.0
19352026-06-13T03:13:05.556Z Checking cpufeatures v0.2.17
19362026-06-13T03:13:05.559Z Checking idna_adapter v1.2.1
19372026-06-13T03:13:05.624Z Checking digest v0.10.7
19382026-06-13T03:13:05.628Z Checking futures-util v0.3.32
19392026-06-13T03:13:05.692Z Checking thiserror v1.0.69
19402026-06-13T03:13:05.732Z Checking idna v1.1.0
19412026-06-13T03:13:05.822Z Checking getrandom v0.3.4
19422026-06-13T03:13:05.860Z Checking fnv v1.0.7
19432026-06-13T03:13:05.938Z Checking regex-syntax v0.8.10
19442026-06-13T03:13:05.984Z Checking http v1.4.0
19452026-06-13T03:13:06.021Z Checking url v2.5.8
19462026-06-13T03:13:06.027Z Checking indexmap v2.14.0
19472026-06-13T03:13:06.027Z Checking tracing-core v0.1.36
19482026-06-13T03:13:06.150Z Checking ppv-lite86 v0.2.21
19492026-06-13T03:13:06.416Z Checking base64 v0.22.1
19502026-06-13T03:13:06.470Z Checking tracing v0.1.44
19512026-06-13T03:13:06.507Z Checking schemars v0.8.22
19522026-06-13T03:13:06.555Z Checking utf8parse v0.2.2
19532026-06-13T03:13:06.628Z Checking anstyle v1.0.14
19542026-06-13T03:13:06.685Z Checking ipnet v2.11.0
19552026-06-13T03:13:06.689Z Checking unicode-ident v1.0.24
19562026-06-13T03:13:06.755Z Checking base64ct v1.8.3
19572026-06-13T03:13:06.831Z Checking colorchoice v1.0.4
19582026-06-13T03:13:06.869Z Checking proc-macro2 v1.0.106
19592026-06-13T03:13:06.961Z Checking is_terminal_polyfill v1.70.2
19602026-06-13T03:13:06.999Z Checking untrusted v0.9.0
19612026-06-13T03:13:07.035Z Checking anstyle-query v1.1.5
19622026-06-13T03:13:07.081Z Checking block-padding v0.3.3
19632026-06-13T03:13:07.135Z Checking ring v0.17.14
19642026-06-13T03:13:07.173Z Checking aho-corasick v1.1.4
19652026-06-13T03:13:07.177Z Checking anstyle-parse v1.0.0
19662026-06-13T03:13:07.244Z Checking quote v1.0.45
19672026-06-13T03:13:07.247Z Checking inout v0.1.4
19682026-06-13T03:13:07.312Z Checking terminal_size v0.4.3
19692026-06-13T03:13:07.384Z Checking rustls-pki-types v1.14.0
19702026-06-13T03:13:07.442Z Checking cipher v0.4.4
19712026-06-13T03:13:07.446Z Checking syn v2.0.117
19722026-06-13T03:13:07.512Z Checking crossbeam-utils v0.8.21
19732026-06-13T03:13:07.548Z Checking httparse v1.10.1
19742026-06-13T03:13:07.677Z Checking anstream v1.0.0
19752026-06-13T03:13:07.719Z Checking allocator-api2 v0.2.21
19762026-06-13T03:13:07.722Z Checking tokio-util v0.7.18
19772026-06-13T03:13:07.787Z Checking clap_lex v1.0.0
19782026-06-13T03:13:07.855Z Checking regex-automata v0.4.14
19792026-06-13T03:13:07.892Z Checking strsim v0.11.1
19802026-06-13T03:13:07.928Z Checking pem-rfc7468 v0.7.0
19812026-06-13T03:13:07.964Z Checking sha2 v0.10.9
19822026-06-13T03:13:08.029Z Checking powerfmt v0.2.0
19832026-06-13T03:13:08.078Z Checking clap_builder v4.6.0
19842026-06-13T03:13:08.115Z Checking http-body v1.0.1
19852026-06-13T03:13:08.151Z Checking rand_core v0.9.5
19862026-06-13T03:13:08.208Z Checking deranged v0.5.8
19872026-06-13T03:13:08.255Z Checking hmac v0.12.1
19882026-06-13T03:13:08.292Z Checking num-conv v0.2.0
19892026-06-13T03:13:08.352Z Checking time-core v0.1.8
19902026-06-13T03:13:08.390Z Checking num_threads v0.1.7
19912026-06-13T03:13:08.427Z Checking atomic-waker v1.1.2
19922026-06-13T03:13:08.463Z Checking erased-serde v0.3.31
19932026-06-13T03:13:08.504Z Checking flagset v0.4.7
19942026-06-13T03:13:08.541Z Checking try-lock v0.2.5
19952026-06-13T03:13:08.576Z Checking httpdate v1.0.3
19962026-06-13T03:13:08.657Z Checking der v0.7.10
19972026-06-13T03:13:08.694Z Checking want v0.3.1
19982026-06-13T03:13:08.750Z Checking h2 v0.4.13
19992026-06-13T03:13:08.845Z Checking tower-layer v0.3.3
20002026-06-13T03:13:08.882Z Checking slog v2.8.2
20012026-06-13T03:13:09.030Z Checking tower-service v0.3.3
20022026-06-13T03:13:09.151Z Checking ryu v1.0.23
20032026-06-13T03:13:09.155Z Checking time v0.3.47
20042026-06-13T03:13:09.223Z Checking pin-utils v0.1.0
20052026-06-13T03:13:09.321Z Checking rand_chacha v0.9.0
20062026-06-13T03:13:09.324Z Checking anyhow v1.0.102
20072026-06-13T03:13:09.391Z Checking clap v4.6.1
20082026-06-13T03:13:09.430Z Checking spin v0.9.8
20092026-06-13T03:13:09.498Z Checking mime v0.3.17
20102026-06-13T03:13:09.551Z Checking rand v0.9.2
20112026-06-13T03:13:09.591Z Checking http-body-util v0.1.3
20122026-06-13T03:13:09.634Z Checking ipnetwork v0.21.1
20132026-06-13T03:13:09.681Z Checking aws-lc-sys v0.40.0
20142026-06-13T03:13:09.779Z Checking fastrand v2.3.0
20152026-06-13T03:13:09.787Z Checking untrusted v0.7.1
20162026-06-13T03:13:09.836Z Checking spki v0.7.3
20172026-06-13T03:13:09.875Z Checking pbkdf2 v0.12.2
20182026-06-13T03:13:09.913Z Checking aes v0.8.4
20192026-06-13T03:13:09.951Z Checking openssl-probe v0.2.1
20202026-06-13T03:13:10.020Z Checking regex v1.12.3
20212026-06-13T03:13:10.058Z Checking serde_urlencoded v0.7.1
20222026-06-13T03:13:10.061Z Checking cbc v0.1.2
20232026-06-13T03:13:10.126Z Checking salsa20 v0.10.2
20242026-06-13T03:13:10.202Z Checking aws-lc-rs v1.16.3
20252026-06-13T03:13:10.243Z Checking rand_chacha v0.3.1
20262026-06-13T03:13:10.285Z Checking hex v0.4.3
20272026-06-13T03:13:10.288Z Checking encoding_rs v0.8.35
20282026-06-13T03:13:10.358Z Checking simd-adler32 v0.3.8
20292026-06-13T03:13:10.362Z Checking pretty-hex v0.4.1
20302026-06-13T03:13:10.362Z Checking scrypt v0.11.0
20312026-06-13T03:13:10.496Z Checking rand v0.8.6
20322026-06-13T03:13:10.552Z Checking tempfile v3.25.0
20332026-06-13T03:13:10.596Z Checking plain v0.2.3
20342026-06-13T03:13:10.632Z Checking adler2 v2.0.1
20352026-06-13T03:13:10.671Z Checking pkcs5 v0.7.1
20362026-06-13T03:13:10.727Z Checking ucd-trie v0.1.7
20372026-06-13T03:13:10.769Z Checking miniz_oxide v0.8.9
20382026-06-13T03:13:10.806Z Checking rustls-native-certs v0.8.3
20392026-06-13T03:13:10.896Z Checking pest v2.8.6
20402026-06-13T03:13:10.948Z Checking pkcs8 v0.10.2
20412026-06-13T03:13:10.985Z Checking sync_wrapper v1.0.2
20422026-06-13T03:13:11.032Z Checking rustls-webpki v0.103.9
20432026-06-13T03:13:11.068Z Checking camino v1.2.2
20442026-06-13T03:13:11.118Z Checking foldhash v0.2.0
20452026-06-13T03:13:11.156Z Checking tower v0.5.3
20462026-06-13T03:13:11.161Z Checking webpki-roots v1.0.6
20472026-06-13T03:13:11.292Z Checking iri-string v0.7.10
20482026-06-13T03:13:11.329Z Checking hashbrown v0.16.1
20492026-06-13T03:13:11.364Z Checking oxnet v0.1.5
20502026-06-13T03:13:11.368Z Checking futures-executor v0.3.32
20512026-06-13T03:13:11.443Z Checking hyper v1.8.1
20522026-06-13T03:13:11.496Z Checking rustls v0.23.37
20532026-06-13T03:13:11.570Z Checking either v1.15.0
20542026-06-13T03:13:11.574Z Checking futures v0.3.32
20552026-06-13T03:13:11.639Z Checking openapiv3 v2.2.0
20562026-06-13T03:13:11.710Z Checking crc32fast v1.5.0
20572026-06-13T03:13:11.782Z Checking static_assertions v1.1.0
20582026-06-13T03:13:11.842Z Checking lazy_static v1.5.0
20592026-06-13T03:13:11.879Z Checking signature v2.2.0
20602026-06-13T03:13:11.916Z Checking winnow v0.7.14
20612026-06-13T03:13:11.955Z Checking hubpack v0.1.2
20622026-06-13T03:13:11.959Z Checking zlib-rs v0.6.2
20632026-06-13T03:13:12.034Z Checking strum v0.26.3
20642026-06-13T03:13:12.147Z Checking psl-types v2.0.11
20652026-06-13T03:13:12.185Z Checking tinyvec_macros v0.1.1
20662026-06-13T03:13:12.281Z Checking tinyvec v1.10.0
20672026-06-13T03:13:12.321Z Checking publicsuffix v2.3.0
20682026-06-13T03:13:12.352Z Checking tower-http v0.6.8
20692026-06-13T03:13:12.389Z Checking hyper-util v0.1.20
20702026-06-13T03:13:12.500Z Checking cookie v0.18.1
20712026-06-13T03:13:12.615Z Checking sha1 v0.10.6
20722026-06-13T03:13:12.654Z Checking num-integer v0.1.46
20732026-06-13T03:13:12.757Z Checking scroll v0.13.0
20742026-06-13T03:13:12.807Z Checking data-encoding v2.10.0
20752026-06-13T03:13:12.883Z Checking flate2 v1.1.9
20762026-06-13T03:13:12.923Z Checking cookie_store v0.22.1
20772026-06-13T03:13:12.932Z Checking serde_spanned v0.6.9
20782026-06-13T03:13:13.014Z Checking goblin v0.10.5
20792026-06-13T03:13:13.107Z Checking toml_datetime v0.6.11
20802026-06-13T03:13:13.138Z Checking memmap2 v0.9.10
20812026-06-13T03:13:13.141Z Checking base16ct v0.2.0
20822026-06-13T03:13:13.210Z Checking bit-vec v0.8.0
20832026-06-13T03:13:13.272Z Checking dtrace-parser v0.3.0
20842026-06-13T03:13:13.310Z Checking sec1 v0.7.3
20852026-06-13T03:13:13.314Z Checking ff v0.13.1
20862026-06-13T03:13:13.384Z Checking thread-id v5.1.0
20872026-06-13T03:13:13.429Z Checking bit-set v0.8.0
20882026-06-13T03:13:13.476Z Checking wait-timeout v0.2.1
20892026-06-13T03:13:13.508Z Checking group v0.13.0
20902026-06-13T03:13:13.545Z Checking num-iter v0.1.45
20912026-06-13T03:13:13.582Z Checking bstr v1.12.1
20922026-06-13T03:13:13.618Z Checking hkdf v0.12.4
20932026-06-13T03:13:13.621Z Checking crossbeam-epoch v0.9.18
20942026-06-13T03:13:13.704Z Checking anstyle-parse v0.2.7
20952026-06-13T03:13:13.707Z Checking ahash v0.8.12
20962026-06-13T03:13:13.707Z Checking crypto-bigint v0.5.5
20972026-06-13T03:13:13.824Z Checking quick-error v1.2.3
20982026-06-13T03:13:13.828Z Checking tokio-rustls v0.26.4
20992026-06-13T03:13:13.897Z Checking rustls-platform-verifier v0.6.2
21002026-06-13T03:13:13.897Z Checking foreign-types-shared v0.1.1
21012026-06-13T03:13:13.968Z Checking rusty-fork v0.3.1
21022026-06-13T03:13:13.972Z Checking anstream v0.6.21
21032026-06-13T03:13:14.040Z Checking rand_xorshift v0.4.0
21042026-06-13T03:13:14.043Z Checking foreign-types v0.3.2
21052026-06-13T03:13:14.110Z Checking scroll v0.12.0
21062026-06-13T03:13:14.110Z Checking hyper-rustls v0.27.7
21072026-06-13T03:13:14.179Z Checking openssl-sys v0.9.115
21082026-06-13T03:13:14.182Z Checking unarray v0.1.4
21092026-06-13T03:13:14.250Z Checking num-bigint-dig v0.8.6
21102026-06-13T03:13:14.253Z Checking pkcs1 v0.7.5
21112026-06-13T03:13:14.320Z Checking proptest v1.10.0
21122026-06-13T03:13:14.357Z Checking reqwest v0.13.2
21132026-06-13T03:13:14.393Z Checking goblin v0.8.2
21142026-06-13T03:13:14.489Z Checking x509-cert v0.2.5
21152026-06-13T03:13:14.622Z Checking openssl v0.10.79
21162026-06-13T03:13:14.666Z Checking elliptic-curve v0.13.8
21172026-06-13T03:13:15.003Z Checking zerocopy v0.7.35
21182026-06-13T03:13:15.108Z Checking unicode-segmentation v1.12.0
21192026-06-13T03:13:15.149Z Checking rsa v0.9.10
21202026-06-13T03:13:15.232Z Checking dtrace-parser v0.2.0
21212026-06-13T03:13:15.321Z Checking dof v0.4.0
21222026-06-13T03:13:15.444Z Checking rfc6979 v0.4.0
21232026-06-13T03:13:15.501Z Checking memoffset v0.9.1
21242026-06-13T03:13:15.539Z Checking thread-id v4.2.2
21252026-06-13T03:13:15.590Z Checking ecdsa v0.16.9
21262026-06-13T03:13:15.627Z Checking curve25519-dalek v4.1.3
21272026-06-13T03:13:15.665Z Checking rustix v0.38.44
21282026-06-13T03:13:15.668Z Checking env_filter v1.0.0
21292026-06-13T03:13:15.872Z Checking same-file v1.0.6
21302026-06-13T03:13:15.947Z Checking toml_write v0.1.2
21312026-06-13T03:13:15.985Z Checking usdt-impl v0.6.0
21322026-06-13T03:13:16.020Z Checking keccak v0.1.6
21332026-06-13T03:13:16.101Z Checking newtype-uuid v1.3.2
21342026-06-13T03:13:16.143Z Checking toml_edit v0.22.27
21352026-06-13T03:13:16.211Z Checking sha3 v0.10.8
21362026-06-13T03:13:16.271Z Checking dof v0.3.0
21372026-06-13T03:13:16.308Z Checking usdt v0.6.0
21382026-06-13T03:13:16.345Z Checking daft v0.1.7
21392026-06-13T03:13:16.408Z Checking walkdir v2.5.0
21402026-06-13T03:13:16.445Z Checking env_logger v0.11.9
21412026-06-13T03:13:16.482Z Checking ed25519 v2.2.3
21422026-06-13T03:13:16.518Z Checking itertools v0.13.0
21432026-06-13T03:13:16.578Z Checking usdt-impl v0.5.0
21442026-06-13T03:13:16.616Z Checking serde_with v3.17.0
21452026-06-13T03:13:16.619Z Checking bitflags v1.3.2
21462026-06-13T03:13:16.688Z Checking native-tls v0.2.18
21472026-06-13T03:13:16.691Z Checking siphasher v1.0.2
21482026-06-13T03:13:16.691Z Checking ed25519-dalek v2.2.0
21492026-06-13T03:13:16.790Z Checking nix v0.31.2
21502026-06-13T03:13:16.877Z Checking toml_parser v1.0.9+spec-1.1.0
21512026-06-13T03:13:16.916Z Checking unicode-normalization v0.1.25
21522026-06-13T03:13:16.919Z Checking tokio-native-tls v0.3.1
21532026-06-13T03:13:17.010Z Checking signal-hook v0.3.18
21542026-06-13T03:13:17.135Z Checking hyper-tls v0.6.0
21552026-06-13T03:13:17.229Z Checking winnow v0.5.40
21562026-06-13T03:13:17.272Z Checking managed v0.8.0
21572026-06-13T03:13:17.275Z Checking bzip2-sys v0.1.13+1.0.8
21582026-06-13T03:13:17.339Z Checking object v0.37.3
21592026-06-13T03:13:17.342Z Checking reqwest v0.12.28
21602026-06-13T03:13:17.410Z Checking foldhash v0.1.5
21612026-06-13T03:13:17.517Z Checking bzip2 v0.4.4
21622026-06-13T03:13:17.554Z Checking signal-hook-mio v0.2.5
21632026-06-13T03:13:17.590Z Checking hashbrown v0.15.5
21642026-06-13T03:13:17.686Z Checking globset v0.4.18
21652026-06-13T03:13:17.724Z Checking ref-cast v1.0.25
21662026-06-13T03:13:17.852Z Checking zstd-sys v2.0.16+zstd.1.5.7
21672026-06-13T03:13:17.891Z Checking zip v0.6.6
21682026-06-13T03:13:17.964Z Checking pin-project v1.1.11
21692026-06-13T03:13:18.002Z Checking zstd-safe v7.2.4
21702026-06-13T03:13:18.036Z Checking libbz2-rs-sys v0.2.2
21712026-06-13T03:13:18.075Z Checking bumpalo v3.20.2
21722026-06-13T03:13:18.113Z Checking crossterm v0.28.1
21732026-06-13T03:13:18.188Z Checking zstd v0.13.3
21742026-06-13T03:13:18.244Z Checking similar v2.7.0
21752026-06-13T03:13:18.248Z Checking tokio-stream v0.1.18
21762026-06-13T03:13:18.317Z Checking zopfli v0.8.3
21772026-06-13T03:13:18.367Z Checking toml_edit v0.19.15
21782026-06-13T03:13:18.405Z Checking fs-err v3.3.0
21792026-06-13T03:13:18.455Z Checking bzip2 v0.6.1
21802026-06-13T03:13:18.653Z Checking pem v3.0.6
21812026-06-13T03:13:18.657Z Checking hash32 v0.2.1
21822026-06-13T03:13:18.726Z Checking serde-big-array v0.5.1
21832026-06-13T03:13:18.729Z Checking unicode-bidi v0.3.18
21842026-06-13T03:13:18.796Z Checking jiff v0.2.21
21852026-06-13T03:13:18.843Z Checking predicates-core v1.0.10
21862026-06-13T03:13:18.846Z Checking unicode-properties v0.1.4
21872026-06-13T03:13:18.915Z Checking heapless v0.7.17
21882026-06-13T03:13:18.918Z Checking snafu v0.8.9
21892026-06-13T03:13:18.997Z Checking olpc-cjson v0.1.4
21902026-06-13T03:13:19.079Z Checking hickory-proto v0.25.2
21912026-06-13T03:13:19.116Z Checking stringprep v0.1.5
21922026-06-13T03:13:19.161Z Checking md-5 v0.10.6
21932026-06-13T03:13:19.217Z Checking serde_plain v1.0.2
21942026-06-13T03:13:19.299Z Checking float-cmp v0.10.0
21952026-06-13T03:13:19.337Z Checking normalize-line-endings v0.3.0
21962026-06-13T03:13:19.374Z Checking typed-path v0.9.3
21972026-06-13T03:13:19.410Z Checking fallible-iterator v0.2.0
21982026-06-13T03:13:19.447Z Checking toml v0.7.8
21992026-06-13T03:13:19.483Z Checking difflib v0.4.0
22002026-06-13T03:13:19.486Z Checking smoltcp v0.9.1
22012026-06-13T03:13:19.672Z Checking iddqd v0.4.2
22022026-06-13T03:13:19.710Z Checking predicates v3.1.4
22032026-06-13T03:13:19.713Z Checking postgres-protocol v0.6.10
22042026-06-13T03:13:19.781Z Checking phf_shared v0.11.3
22052026-06-13T03:13:19.954Z Checking phf_shared v0.13.1
22062026-06-13T03:13:20.030Z Checking buf-list v1.1.2
22072026-06-13T03:13:20.083Z Checking strum v0.27.2
22082026-06-13T03:13:20.126Z Checking fixedbitset v0.4.2
22092026-06-13T03:13:20.164Z Checking tough v0.22.0
22102026-06-13T03:13:20.201Z Checking new_debug_unreachable v1.0.6
22112026-06-13T03:13:20.236Z Checking lalrpop-util v0.19.12
22122026-06-13T03:13:20.275Z Checking precomputed-hash v0.1.1
22132026-06-13T03:13:20.311Z Checking fixedbitset v0.5.7
22142026-06-13T03:13:20.315Z Checking petgraph v0.6.5
22152026-06-13T03:13:20.387Z Checking string_cache v0.8.9
22162026-06-13T03:13:20.425Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22172026-06-13T03:13:20.534Z Checking petgraph v0.8.3
22182026-06-13T03:13:20.590Z Checking phf v0.13.1
22192026-06-13T03:13:20.631Z Checking postgres-types v0.2.12
22202026-06-13T03:13:20.773Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22212026-06-13T03:13:20.980Z Checking peg-runtime v0.8.5
22222026-06-13T03:13:21.019Z Checking zip v4.6.1
22232026-06-13T03:13:21.070Z Checking whoami v2.1.0
22242026-06-13T03:13:21.273Z Checking is-terminal v0.4.17
22252026-06-13T03:13:21.313Z Checking tokio-postgres v0.7.16
22262026-06-13T03:13:21.425Z Checking crossbeam-channel v0.5.15
22272026-06-13T03:13:21.611Z Compiling structmeta-derive v0.3.0
22282026-06-13T03:13:21.614Z Checking thread_local v1.1.9
22292026-06-13T03:13:21.760Z Checking term v1.2.1
22302026-06-13T03:13:21.841Z Checking take_mut v0.2.2
22312026-06-13T03:13:21.880Z Compiling newtype-uuid-macros v0.1.0
22322026-06-13T03:13:21.978Z Checking slog-async v2.8.0
22332026-06-13T03:13:22.015Z Checking slog-term v2.9.2
22342026-06-13T03:13:22.093Z Compiling rustls v0.22.4
22352026-06-13T03:13:22.182Z Compiling multer v3.1.0
22362026-06-13T03:13:22.220Z Compiling async-stream-impl v0.3.6
22372026-06-13T03:13:22.298Z Compiling dropshot v0.17.0
22382026-06-13T03:13:22.378Z Compiling dropshot_endpoint v0.17.0
22392026-06-13T03:13:22.490Z Checking match_cfg v0.1.0
22402026-06-13T03:13:22.591Z Checking slog-json v2.6.1
22412026-06-13T03:13:22.595Z Checking hostname v0.3.1
22422026-06-13T03:13:22.662Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22432026-06-13T03:13:22.698Z Compiling structmeta v0.3.0
22442026-06-13T03:13:22.732Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22452026-06-13T03:13:22.802Z Checking debug-ignore v1.0.5
22462026-06-13T03:13:22.805Z Checking slog-bunyan v2.5.0
22472026-06-13T03:13:22.876Z Checking progenitor-client v0.14.0
22482026-06-13T03:13:22.918Z Checking rustls-webpki v0.102.8
22492026-06-13T03:13:22.958Z Checking serde_path_to_error v0.1.20
22502026-06-13T03:13:22.961Z Compiling derive-ex v0.1.8
22512026-06-13T03:13:23.029Z Checking toml_datetime v1.0.0+spec-1.1.0
22522026-06-13T03:13:23.067Z Checking serde_spanned v1.0.4
22532026-06-13T03:13:23.133Z Checking toml_writer v1.0.6+spec-1.1.0
22542026-06-13T03:13:23.172Z Checking compression-core v0.4.31
22552026-06-13T03:13:23.224Z Checking async-stream v0.3.6
22562026-06-13T03:13:23.262Z Checking waitgroup v0.1.2
22572026-06-13T03:13:23.334Z Checking compression-codecs v0.4.37
22582026-06-13T03:13:23.337Z Checking toml v1.0.6+spec-1.1.0
22592026-06-13T03:13:23.440Z Checking rustls-pemfile v2.2.0
22602026-06-13T03:13:23.444Z Checking hostname v0.4.2
22612026-06-13T03:13:23.511Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-06-13T03:13:23.563Z Checking async-compression v0.4.41
22632026-06-13T03:13:23.604Z Compiling parse-display-derive v0.10.0
22642026-06-13T03:13:23.651Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22652026-06-13T03:13:23.687Z Checking atomicwrites v0.4.4
22662026-06-13T03:13:23.825Z Checking regress v0.10.5
22672026-06-13T03:13:23.861Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22682026-06-13T03:13:23.897Z Checking itertools v0.14.0
22692026-06-13T03:13:24.035Z Checking macaddr v1.0.1
22702026-06-13T03:13:24.131Z Checking instant v0.1.13
22712026-06-13T03:13:24.250Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22722026-06-13T03:13:24.253Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22732026-06-13T03:13:24.321Z Checking backoff v0.4.0
22742026-06-13T03:13:24.529Z Checking backon v1.6.0
22752026-06-13T03:13:24.567Z Checking humantime v2.3.0
22762026-06-13T03:13:24.726Z Compiling test-strategy v0.4.5
22772026-06-13T03:13:24.731Z Checking progenitor-extras v0.2.0
22782026-06-13T03:13:24.798Z Checking unicode-width v0.2.0
22792026-06-13T03:13:24.802Z Checking heck v0.5.0
22802026-06-13T03:13:24.868Z Checking tokio-rustls v0.25.0
22812026-06-13T03:13:24.947Z Compiling convert_case v0.4.0
22822026-06-13T03:13:24.984Z Checking half v2.7.1
22832026-06-13T03:13:25.021Z Checking ciborium-io v0.2.2
22842026-06-13T03:13:25.128Z Checking secrecy v0.10.3
22852026-06-13T03:13:25.163Z Compiling regress v0.11.1
22862026-06-13T03:13:25.260Z Checking indent_write v2.2.0
22872026-06-13T03:13:25.297Z Checking universal-hash v0.5.1
22882026-06-13T03:13:25.300Z Checking ciborium-ll v0.2.2
22892026-06-13T03:13:25.332Z Checking parse-display v0.10.0
22902026-06-13T03:13:25.366Z Compiling derive_more v0.99.20
22912026-06-13T03:13:25.434Z Checking opaque-debug v0.3.1
22922026-06-13T03:13:25.496Z Compiling unsafe-libyaml v0.2.11
22932026-06-13T03:13:25.532Z Checking ciborium v0.2.2
22942026-06-13T03:13:25.536Z Checking camino-tempfile v1.4.1
22952026-06-13T03:13:25.789Z Compiling crucible-workspace-hack v0.1.0
22962026-06-13T03:13:26.032Z Compiling serde_yaml v0.9.34+deprecated
22972026-06-13T03:13:26.076Z Checking aead v0.5.2
22982026-06-13T03:13:26.217Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-06-13T03:13:26.257Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23002026-06-13T03:13:26.387Z Checking poly1305 v0.8.0
23012026-06-13T03:13:26.599Z Checking chacha20 v0.9.1
23022026-06-13T03:13:26.638Z Compiling thiserror-impl-no-std v2.0.2
23032026-06-13T03:13:26.685Z Checking swrite v0.1.0
23042026-06-13T03:13:26.802Z Compiling typify-impl v0.6.2
23052026-06-13T03:13:26.839Z Checking password-hash v0.5.0
23062026-06-13T03:13:26.984Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23072026-06-13T03:13:27.093Z Checking blake2 v0.10.6
23082026-06-13T03:13:27.360Z Checking argon2 v0.5.3
23092026-06-13T03:13:27.498Z Checking chacha20poly1305 v0.10.1
23102026-06-13T03:13:27.654Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23112026-06-13T03:13:27.730Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23122026-06-13T03:13:27.849Z Checking thiserror-no-std v2.0.2
23132026-06-13T03:13:27.945Z Checking byte-wrapper v0.1.0
23142026-06-13T03:13:27.980Z Checking vsss-rs v3.3.4
23152026-06-13T03:13:28.056Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23162026-06-13T03:13:28.094Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23172026-06-13T03:13:28.182Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23182026-06-13T03:13:28.319Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23192026-06-13T03:13:28.357Z Checking crossbeam-deque v0.8.6
23202026-06-13T03:13:28.392Z Compiling rayon-core v1.13.0
23212026-06-13T03:13:28.564Z Checking toml v0.8.23
23222026-06-13T03:13:28.940Z Compiling toml_datetime v0.7.5+spec-1.1.0
23232026-06-13T03:13:28.980Z Compiling proc-macro-error v1.0.4
23242026-06-13T03:13:29.022Z Checking rayon v1.11.0
23252026-06-13T03:13:29.109Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23262026-06-13T03:13:29.225Z Compiling toml_edit v0.23.10+spec-1.0.0
23272026-06-13T03:13:29.334Z Checking tabwriter v1.4.1
23282026-06-13T03:13:29.506Z Checking glob v0.3.3
23292026-06-13T03:13:29.549Z Checking colored v3.1.1
23302026-06-13T03:13:29.721Z Compiling heapless v0.8.0
23312026-06-13T03:13:29.775Z Compiling ingot-macros v0.1.1
23322026-06-13T03:13:29.810Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23332026-06-13T03:13:29.948Z Compiling proc-macro-crate v3.4.0
23342026-06-13T03:13:30.238Z Checking hash32 v0.3.1
23352026-06-13T03:13:30.324Z Checking unicode-width v0.1.14
23362026-06-13T03:13:30.334Z Compiling smoltcp v0.11.0
23372026-06-13T03:13:30.398Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-06-13T03:13:30.532Z Compiling num_enum_derive v0.7.6
23392026-06-13T03:13:30.569Z Checking cobs v0.3.0
23402026-06-13T03:13:30.675Z Compiling usdt-macro v0.5.0
23412026-06-13T03:13:30.768Z Compiling usdt-attr-macro v0.5.0
23422026-06-13T03:13:30.816Z Checking memmap v0.7.0
23432026-06-13T03:13:30.907Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23442026-06-13T03:13:31.162Z Checking postcard v1.1.3
23452026-06-13T03:13:31.199Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23462026-06-13T03:13:31.358Z Compiling typify-macro v0.6.2
23472026-06-13T03:13:31.417Z Compiling proc-macro-crate v1.3.1
23482026-06-13T03:13:31.479Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23492026-06-13T03:13:31.560Z Checking usdt v0.5.0
23502026-06-13T03:13:31.596Z Checking num_enum v0.7.6
23512026-06-13T03:13:31.715Z Checking sigpipe v0.1.3
23522026-06-13T03:13:31.751Z Compiling foreign-types-macros v0.2.3
23532026-06-13T03:13:31.785Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23542026-06-13T03:13:31.824Z Checking foreign-types-shared v0.3.1
23552026-06-13T03:13:31.860Z Checking cpufeatures v0.3.0
23562026-06-13T03:13:31.944Z Compiling num_enum_derive v0.5.11
23572026-06-13T03:13:31.981Z Checking chacha20 v0.10.0
23582026-06-13T03:13:32.222Z Checking cstr-argument v0.1.2
23592026-06-13T03:13:32.258Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-06-13T03:13:32.316Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23612026-06-13T03:13:32.360Z Checking foreign-types v0.5.0
23622026-06-13T03:13:32.397Z Compiling num-derive v0.4.2
23632026-06-13T03:13:32.469Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23642026-06-13T03:13:32.579Z Checking ingot-types v0.1.2
23652026-06-13T03:13:32.724Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23662026-06-13T03:13:32.767Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23672026-06-13T03:13:32.803Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23682026-06-13T03:13:32.859Z Checking rand v0.10.0
23692026-06-13T03:13:32.965Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23702026-06-13T03:13:33.002Z Checking num_enum v0.5.11
23712026-06-13T03:13:33.005Z Checking ingot v0.1.1
23722026-06-13T03:13:33.005Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23732026-06-13T03:13:33.108Z Compiling typify v0.6.2
23742026-06-13T03:13:33.180Z Checking itertools v0.12.1
23752026-06-13T03:13:33.216Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23762026-06-13T03:13:33.252Z Compiling progenitor-impl v0.14.0
23772026-06-13T03:13:33.338Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23782026-06-13T03:13:33.536Z Compiling zone_cfg_derive v0.3.1
23792026-06-13T03:13:33.583Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23802026-06-13T03:13:33.856Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23812026-06-13T03:13:34.128Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23822026-06-13T03:13:34.271Z Checking zone v0.3.1
23832026-06-13T03:13:34.275Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23842026-06-13T03:13:34.341Z Checking smf v0.2.3
23852026-06-13T03:13:34.344Z Checking whoami v1.6.1
23862026-06-13T03:13:34.413Z Checking tokio-dtrace v0.1.1
23872026-06-13T03:13:34.547Z Compiling derive-where v1.6.0
23882026-06-13T03:13:34.581Z Checking console v0.15.11
23892026-06-13T03:13:34.629Z Checking oxide-tokio-rt v0.1.4
23902026-06-13T03:13:34.666Z Checking newline-converter v0.3.0
23912026-06-13T03:13:34.735Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23922026-06-13T03:13:34.825Z Checking num-rational v0.4.2
23932026-06-13T03:13:34.863Z Checking num-complex v0.4.6
23942026-06-13T03:13:34.897Z Checking expectorate v1.2.0
23952026-06-13T03:13:34.900Z Checking float-ord v0.3.2
23962026-06-13T03:13:35.058Z Checking bytecount v0.6.9
23972026-06-13T03:13:35.095Z Compiling owo-colors v4.3.0
23982026-06-13T03:13:35.129Z Compiling prettyplease v0.2.37
23992026-06-13T03:13:35.194Z Compiling cancel-safe-futures v0.1.5
24002026-06-13T03:13:35.230Z Checking num v0.4.3
24012026-06-13T03:13:35.333Z Checking libsw-core v0.3.2
24022026-06-13T03:13:35.417Z Checking linear-map v1.2.0
24032026-06-13T03:13:35.523Z Checking libsw v3.5.0
24042026-06-13T03:13:35.698Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24052026-06-13T03:13:35.869Z Checking gethostname v0.5.0
24062026-06-13T03:13:35.905Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24072026-06-13T03:13:35.942Z Compiling progenitor-macro v0.14.0
24082026-06-13T03:13:35.946Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24092026-06-13T03:13:36.146Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24102026-06-13T03:13:37.010Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24112026-06-13T03:13:37.047Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24122026-06-13T03:13:37.687Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24132026-06-13T03:13:39.848Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24142026-06-13T03:13:40.308Z Checking resolv-conf v0.7.6
24152026-06-13T03:13:40.527Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24162026-06-13T03:13:40.705Z Checking unicode-linebreak v0.1.5
24172026-06-13T03:13:40.772Z Checking smawk v0.3.2
24182026-06-13T03:13:40.775Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24192026-06-13T03:13:40.841Z Checking progenitor v0.14.0
24202026-06-13T03:13:40.931Z Checking papergrid v0.11.0
24212026-06-13T03:13:40.967Z Compiling tabled_derive v0.7.0
24222026-06-13T03:13:41.014Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24232026-06-13T03:13:41.113Z Compiling convert_case v0.10.0
24242026-06-13T03:13:41.315Z Compiling slog-dtrace v0.3.0
24252026-06-13T03:13:41.453Z Compiling derive_more-impl v2.1.1
24262026-06-13T03:13:41.575Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24272026-06-13T03:13:41.954Z Checking tabled v0.15.0
24282026-06-13T03:13:42.299Z Checking derive_more v2.1.1
24292026-06-13T03:13:42.303Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24302026-06-13T03:13:42.411Z Checking crossterm v0.29.0
24312026-06-13T03:13:42.456Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24322026-06-13T03:13:42.573Z Checking linked-hash-map v0.5.6
24332026-06-13T03:13:42.777Z Checking lru-cache v0.1.2
24342026-06-13T03:13:42.820Z Checking hickory-proto v0.24.4
24352026-06-13T03:13:42.930Z Checking fd-lock v4.0.4
24362026-06-13T03:13:42.992Z Checking vte v0.14.1
24372026-06-13T03:13:43.083Z Checking display-error-chain v0.2.2
24382026-06-13T03:13:43.120Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24392026-06-13T03:13:43.157Z Checking nu-ansi-term v0.50.3
24402026-06-13T03:13:43.193Z Checking strip-ansi-escapes v0.2.1
24412026-06-13T03:13:43.230Z Checking termtree v0.5.1
24422026-06-13T03:13:43.283Z Checking textwrap v0.16.2
24432026-06-13T03:13:43.329Z Compiling minimal-lexical v0.2.1
24442026-06-13T03:13:43.391Z Checking reedline v0.40.0
24452026-06-13T03:13:43.427Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24462026-06-13T03:13:43.518Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24472026-06-13T03:13:43.555Z Compiling nom v7.1.3
24482026-06-13T03:13:43.610Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24492026-06-13T03:13:43.958Z Compiling ar_archive_writer v0.5.1
24502026-06-13T03:13:44.097Z Checking csv-core v0.1.13
24512026-06-13T03:13:44.246Z Compiling stacker v0.1.23
24522026-06-13T03:13:44.310Z Checking csv v1.4.0
24532026-06-13T03:13:44.541Z Compiling cfg_aliases v0.1.1
24542026-06-13T03:13:44.597Z Checking highway v1.3.0
24552026-06-13T03:13:44.653Z Compiling semver v0.1.20
24562026-06-13T03:13:44.690Z Checking hickory-resolver v0.24.4
24572026-06-13T03:13:44.726Z Compiling nix v0.28.0
24582026-06-13T03:13:44.844Z Compiling psm v0.1.30
24592026-06-13T03:13:44.914Z Compiling rustc_version v0.1.7
24602026-06-13T03:13:44.952Z Checking nibble_vec v0.1.0
24612026-06-13T03:13:44.989Z Checking endian-type v0.1.2
24622026-06-13T03:13:44.992Z Checking home v0.5.12
24632026-06-13T03:13:45.136Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24642026-06-13T03:13:45.171Z Compiling newtype_derive v0.1.6
24652026-06-13T03:13:45.175Z Checking radix_trie v0.2.1
24662026-06-13T03:13:45.175Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24672026-06-13T03:13:45.270Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24682026-06-13T03:13:45.386Z Checking phf_shared v0.12.1
24692026-06-13T03:13:45.466Z Compiling recursive-proc-macro-impl v0.1.1
24702026-06-13T03:13:45.469Z Checking qorb v0.4.1
24712026-06-13T03:13:45.550Z Compiling chrono-tz v0.10.4
24722026-06-13T03:13:45.730Z Checking phf v0.12.1
24732026-06-13T03:13:45.872Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24742026-06-13T03:13:45.906Z Compiling const_format_proc_macros v0.2.34
24752026-06-13T03:13:45.909Z Checking recursive v0.1.1
24762026-06-13T03:13:45.909Z Compiling peg-macros v0.8.5
24772026-06-13T03:13:46.006Z Checking nom v8.0.0
24782026-06-13T03:13:46.061Z Checking winnow v0.6.26
24792026-06-13T03:13:46.380Z Compiling sqlparser_derive v0.5.0
24802026-06-13T03:13:46.733Z Checking unicode_categories v0.1.1
24812026-06-13T03:13:46.918Z Checking rustyline v14.0.0
24822026-06-13T03:13:47.164Z Checking sqlparser v0.61.0
24832026-06-13T03:13:47.200Z Checking sqlformat v0.3.5
24842026-06-13T03:13:47.346Z Checking peg v0.8.5
24852026-06-13T03:13:47.451Z Checking const_format v0.2.35
24862026-06-13T03:13:47.749Z Checking bcs v0.1.6
24872026-06-13T03:13:47.819Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24882026-06-13T03:13:47.922Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24892026-06-13T03:13:47.958Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24902026-06-13T03:13:48.011Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24912026-06-13T03:13:48.047Z Checking steno v0.4.1
24922026-06-13T03:13:48.144Z Checking filetime v0.2.27
24932026-06-13T03:13:48.330Z Checking xattr v1.6.1
24942026-06-13T03:13:48.474Z Checking tar v0.4.45
24952026-06-13T03:13:48.520Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24962026-06-13T03:13:48.929Z Checking subprocess v0.2.15
24972026-06-13T03:13:48.995Z Checking base64 v0.21.7
24982026-06-13T03:13:49.128Z Checking headers-core v0.3.0
24992026-06-13T03:13:49.248Z Checking yasna v0.5.2
25002026-06-13T03:13:49.285Z Checking headers v0.4.1
25012026-06-13T03:13:49.288Z Checking dropshot-api-manager-types v0.7.2
25022026-06-13T03:13:49.522Z Checking tagptr v0.2.0
25032026-06-13T03:13:49.666Z Checking rcgen v0.12.1
25042026-06-13T03:13:49.702Z Checking moka v0.12.13
25052026-06-13T03:13:49.776Z Checking utf-8 v0.7.6
25062026-06-13T03:13:49.852Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25072026-06-13T03:13:49.941Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25082026-06-13T03:13:50.005Z Compiling libefi-sys v0.1.0
25092026-06-13T03:13:50.042Z Checking tungstenite v0.21.0
25102026-06-13T03:13:50.263Z Compiling bitfield-struct v0.6.2
25112026-06-13T03:13:50.372Z Checking hickory-resolver v0.25.2
25122026-06-13T03:13:50.491Z Checking tokio-tungstenite v0.21.0
25132026-06-13T03:13:50.625Z Compiling radium v0.7.0
25142026-06-13T03:13:50.663Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25152026-06-13T03:13:50.794Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25162026-06-13T03:13:50.900Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25172026-06-13T03:13:50.940Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182026-06-13T03:13:51.018Z Checking tap v1.0.1
25192026-06-13T03:13:51.082Z Compiling maybe-uninit v2.0.0
25202026-06-13T03:13:51.117Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25212026-06-13T03:13:51.151Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25222026-06-13T03:13:51.206Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25232026-06-13T03:13:51.322Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25242026-06-13T03:13:51.359Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25252026-06-13T03:13:51.502Z Checking wyz v0.5.1
25262026-06-13T03:13:51.570Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25272026-06-13T03:13:51.605Z Compiling zerocopy-derive v0.6.6
25282026-06-13T03:13:51.710Z Compiling packed_struct v0.10.1
25292026-06-13T03:13:51.746Z Checking funty v2.0.0
25302026-06-13T03:13:51.992Z Checking crc-catalog v2.4.0
25312026-06-13T03:13:52.088Z Checking bitvec v1.0.1
25322026-06-13T03:13:52.155Z Checking crc v3.4.0
25332026-06-13T03:13:52.302Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25342026-06-13T03:13:52.362Z Compiling packed_struct_codegen v0.10.1
25352026-06-13T03:13:52.465Z Checking zerocopy v0.6.6
25362026-06-13T03:13:52.787Z Compiling bitfield-macros v0.19.4
25372026-06-13T03:13:53.275Z Compiling indexmap v1.9.3
25382026-06-13T03:13:53.311Z Checking nodrop v0.1.14
25392026-06-13T03:13:53.418Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25402026-06-13T03:13:53.453Z Checking array-init v0.0.4
25412026-06-13T03:13:53.556Z Checking bitfield v0.19.4
25422026-06-13T03:13:53.587Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-06-13T03:13:53.639Z Checking smallvec v0.6.14
25442026-06-13T03:13:53.791Z Checking hashbrown v0.12.3
25452026-06-13T03:13:53.890Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25462026-06-13T03:13:53.925Z Checking serde-hex v0.1.0
25472026-06-13T03:13:53.929Z Checking ron v0.8.1
25482026-06-13T03:13:54.080Z Checking hashbrown v0.13.2
25492026-06-13T03:13:54.520Z Checking crc-any v2.5.0
25502026-06-13T03:13:54.555Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25512026-06-13T03:13:54.588Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25522026-06-13T03:13:54.591Z Checking object v0.30.4
25532026-06-13T03:13:54.623Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25542026-06-13T03:13:54.725Z Compiling xshell-macros v0.2.7
25552026-06-13T03:13:54.759Z Checking path-slash v0.1.5
25562026-06-13T03:13:54.892Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25572026-06-13T03:13:55.130Z Checking xshell v0.2.7
25582026-06-13T03:13:55.357Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25592026-06-13T03:13:55.569Z Checking half v1.8.3
25602026-06-13T03:13:55.621Z Compiling num-derive v0.3.3
25612026-06-13T03:13:55.762Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25622026-06-13T03:13:55.798Z Checking serde_cbor v0.11.2
25632026-06-13T03:13:56.201Z Compiling proc-macro-error-attr2 v2.0.0
25642026-06-13T03:13:56.531Z Checking libscf-sys v1.1.0
25652026-06-13T03:13:56.622Z Compiling proc-macro-error2 v2.0.1
25662026-06-13T03:13:56.691Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25672026-06-13T03:13:56.728Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25682026-06-13T03:13:56.760Z Checking papergrid v0.17.0
25692026-06-13T03:13:56.940Z Checking testing_table v0.3.0
25702026-06-13T03:13:56.974Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25712026-06-13T03:13:56.978Z Compiling tabled_derive v0.11.0
25722026-06-13T03:13:57.063Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25732026-06-13T03:13:57.189Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25742026-06-13T03:13:57.495Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25752026-06-13T03:13:57.564Z Checking maplit v1.0.2
25762026-06-13T03:13:57.678Z Compiling git-stub v1.0.0
25772026-06-13T03:13:57.714Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-06-13T03:13:57.853Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25792026-06-13T03:13:57.974Z Checking crc8 v0.1.1
25802026-06-13T03:13:58.014Z Compiling git-stub-vcs v0.1.0
25812026-06-13T03:13:58.104Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25822026-06-13T03:13:58.192Z Checking tabled v0.20.0
25832026-06-13T03:13:58.393Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25842026-06-13T03:13:58.712Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25852026-06-13T03:13:58.749Z Checking fxhash v0.2.1
25862026-06-13T03:13:58.782Z Checking unicase v2.9.0
25872026-06-13T03:13:58.903Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25882026-06-13T03:13:58.974Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25892026-06-13T03:13:59.089Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25902026-06-13T03:13:59.205Z Compiling vergen-lib v0.1.6
25912026-06-13T03:13:59.334Z Compiling diesel_derives v2.3.7
25922026-06-13T03:13:59.386Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25932026-06-13T03:13:59.496Z Checking scheduled-thread-pool v0.2.7
25942026-06-13T03:13:59.591Z Compiling dsl_auto_type v0.2.0
25952026-06-13T03:13:59.626Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25962026-06-13T03:13:59.664Z Compiling vergen-gitcl v1.0.8
25972026-06-13T03:13:59.697Z Compiling diesel_table_macro_syntax v0.3.0
25982026-06-13T03:13:59.928Z Checking r2d2 v0.8.10
25992026-06-13T03:13:59.965Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26002026-06-13T03:14:00.144Z Checking kstat-rs v0.2.4
26012026-06-13T03:14:00.281Z Checking arc-swap v1.8.2
26022026-06-13T03:14:00.385Z Checking downcast-rs v2.0.2
26032026-06-13T03:14:00.453Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26042026-06-13T03:14:00.510Z Compiling parking_lot_core v0.8.6
26052026-06-13T03:14:00.545Z Checking slog-scope v4.4.1
26062026-06-13T03:14:00.658Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26072026-06-13T03:14:00.710Z Checking slog-stdlog v4.1.1
26082026-06-13T03:14:00.758Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26092026-06-13T03:14:00.874Z Checking slog-envlogger v2.2.0
26102026-06-13T03:14:01.017Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26112026-06-13T03:14:01.058Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26122026-06-13T03:14:01.094Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26132026-06-13T03:14:01.125Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26142026-06-13T03:14:01.252Z Compiling dirs-sys-next v0.1.2
26152026-06-13T03:14:01.288Z Compiling crunchy v0.2.4
26162026-06-13T03:14:01.370Z Checking parking_lot v0.11.2
26172026-06-13T03:14:01.530Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26182026-06-13T03:14:01.564Z Compiling dirs-next v2.0.0
26192026-06-13T03:14:01.632Z Compiling clang-sys v1.8.1
26202026-06-13T03:14:01.704Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26212026-06-13T03:14:01.737Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26222026-06-13T03:14:01.737Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26232026-06-13T03:14:01.808Z Checking prefix-trie v0.7.0
26242026-06-13T03:14:01.842Z Compiling tiny-keccak v2.0.2
26252026-06-13T03:14:02.038Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26262026-06-13T03:14:02.175Z Checking hickory-server v0.25.2
26272026-06-13T03:14:02.275Z Compiling term v0.7.0
26282026-06-13T03:14:02.344Z Checking sled v0.34.7
26292026-06-13T03:14:02.379Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26302026-06-13T03:14:02.439Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26312026-06-13T03:14:02.664Z Checking nanorand v0.7.0
26322026-06-13T03:14:02.734Z Compiling bit-vec v0.6.3
26332026-06-13T03:14:02.891Z Compiling salty v0.3.0
26342026-06-13T03:14:02.895Z Checking flume v0.11.1
26352026-06-13T03:14:02.983Z Compiling bit-set v0.5.3
26362026-06-13T03:14:03.196Z Compiling ascii-canvas v3.0.0
26372026-06-13T03:14:03.262Z Compiling progenitor-impl v0.13.0
26382026-06-13T03:14:03.446Z Checking primeorder v0.13.6
26392026-06-13T03:14:03.481Z Compiling itertools v0.10.5
26402026-06-13T03:14:03.582Z Compiling ena v0.14.4
26412026-06-13T03:14:03.697Z Compiling libloading v0.8.9
26422026-06-13T03:14:03.744Z Compiling bindgen v0.71.1
26432026-06-13T03:14:03.801Z Compiling regex-syntax v0.6.29
26442026-06-13T03:14:03.835Z Compiling diff v0.1.13
26452026-06-13T03:14:04.544Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26462026-06-13T03:14:04.916Z Compiling cexpr v0.6.0
26472026-06-13T03:14:05.023Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26482026-06-13T03:14:05.501Z Checking diesel v2.3.7
26492026-06-13T03:14:05.615Z Compiling lalrpop v0.19.12
26502026-06-13T03:14:05.694Z Checking progenitor-client v0.13.0
26512026-06-13T03:14:05.740Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26522026-06-13T03:14:05.876Z Compiling fs-err v2.11.0
26532026-06-13T03:14:05.922Z Compiling rustc-hash v2.1.1
26542026-06-13T03:14:05.957Z Compiling progenitor-macro v0.13.0
26552026-06-13T03:14:05.960Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26562026-06-13T03:14:06.208Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26572026-06-13T03:14:06.247Z Compiling libxml v0.3.3
26582026-06-13T03:14:06.628Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26592026-06-13T03:14:06.754Z Checking p384 v0.13.1
26602026-06-13T03:14:07.200Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26612026-06-13T03:14:07.584Z Compiling strum_macros v0.24.3
26622026-06-13T03:14:07.618Z Compiling indoc v1.0.9
26632026-06-13T03:14:08.079Z Checking assert_matches v1.5.0
26642026-06-13T03:14:08.185Z Checking parse-size v1.1.0
26652026-06-13T03:14:08.341Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26662026-06-13T03:14:09.095Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26672026-06-13T03:14:09.230Z Compiling typify-impl v0.4.3
26682026-06-13T03:14:09.321Z Checking quick-xml v0.37.5
26692026-06-13T03:14:09.568Z Checking derive_builder v0.20.2
26702026-06-13T03:14:09.714Z Compiling oso-derive v0.27.3
26712026-06-13T03:14:10.222Z Compiling impl-trait-for-tuples v0.2.3
26722026-06-13T03:14:10.256Z Compiling trait-variant v0.1.2
26732026-06-13T03:14:10.830Z Checking openssl-probe v0.1.6
26742026-06-13T03:14:10.899Z Checking progenitor v0.13.0
26752026-06-13T03:14:10.972Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26762026-06-13T03:14:11.119Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26772026-06-13T03:14:11.735Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26782026-06-13T03:14:11.775Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26792026-06-13T03:14:11.811Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26802026-06-13T03:14:12.383Z Checking predicates-tree v1.0.13
26812026-06-13T03:14:12.561Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26822026-06-13T03:14:12.764Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26832026-06-13T03:14:12.766Z Compiling mime_guess v2.0.5
26842026-06-13T03:14:12.880Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26852026-06-13T03:14:13.677Z Compiling typify-macro v0.4.3
26862026-06-13T03:14:13.843Z Checking http-range v0.1.5
26872026-06-13T03:14:14.933Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26882026-06-13T03:14:15.409Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26892026-06-13T03:14:15.412Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26902026-06-13T03:14:15.530Z Compiling typify v0.4.3
26912026-06-13T03:14:15.675Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26922026-06-13T03:14:16.907Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26932026-06-13T03:14:17.215Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26942026-06-13T03:14:17.350Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26952026-06-13T03:14:17.441Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26962026-06-13T03:14:17.633Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-06-13T03:14:17.857Z Checking bb8 v0.8.6
26982026-06-13T03:14:18.146Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26992026-06-13T03:14:18.183Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27002026-06-13T03:14:18.222Z Checking atty v0.2.14
27012026-06-13T03:14:18.349Z Checking corncobs v0.1.4
27022026-06-13T03:14:18.469Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27032026-06-13T03:14:18.537Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27042026-06-13T03:14:18.838Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-06-13T03:14:18.873Z Compiling progenitor-impl v0.11.2
27062026-06-13T03:14:19.050Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27072026-06-13T03:14:19.218Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27082026-06-13T03:14:19.442Z Checking async-bb8-diesel v0.2.1
27092026-06-13T03:14:19.481Z Checking diesel-dtrace v0.5.0
27102026-06-13T03:14:19.755Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27112026-06-13T03:14:19.818Z Checking ignore v0.4.25
27122026-06-13T03:14:20.256Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-06-13T03:14:20.367Z Checking secrecy v0.8.0
27142026-06-13T03:14:20.831Z Checking globwalk v0.9.1
27152026-06-13T03:14:21.169Z Checking hyper-staticfile v0.10.1
27162026-06-13T03:14:21.494Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27172026-06-13T03:14:21.529Z Compiling progenitor-macro v0.11.2
27182026-06-13T03:14:21.664Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-06-13T03:14:21.810Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27202026-06-13T03:14:21.935Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27212026-06-13T03:14:22.030Z Checking progenitor-client v0.11.2
27222026-06-13T03:14:22.303Z Checking nonempty v0.12.0
27232026-06-13T03:14:22.339Z Compiling illumos-nvpair-sys v0.2.0
27242026-06-13T03:14:22.501Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27252026-06-13T03:14:22.537Z Checking camino-tempfile-ext v0.3.3
27262026-06-13T03:14:22.617Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27272026-06-13T03:14:22.766Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27282026-06-13T03:14:23.417Z Checking signal-hook-tokio v0.3.1
27292026-06-13T03:14:23.454Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27302026-06-13T03:14:23.778Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27312026-06-13T03:14:23.813Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27322026-06-13T03:14:24.099Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27332026-06-13T03:14:24.214Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27342026-06-13T03:14:24.462Z Checking illumos-nvpair v0.3.0
27352026-06-13T03:14:24.661Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27362026-06-13T03:14:24.710Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27372026-06-13T03:14:25.024Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27382026-06-13T03:14:25.097Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27392026-06-13T03:14:25.138Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27402026-06-13T03:14:25.297Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27412026-06-13T03:14:25.300Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27422026-06-13T03:14:25.504Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432026-06-13T03:14:25.719Z Checking tungstenite v0.23.0
27442026-06-13T03:14:25.795Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27452026-06-13T03:14:26.092Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27462026-06-13T03:14:26.178Z Checking tokio-tungstenite v0.23.1
27472026-06-13T03:14:26.438Z Checking progenitor v0.11.2
27482026-06-13T03:14:26.474Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27492026-06-13T03:14:26.613Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27502026-06-13T03:14:26.885Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512026-06-13T03:14:26.970Z Checking rand_seeder v0.4.0
27522026-06-13T03:14:27.155Z Checking void v1.0.2
27532026-06-13T03:14:27.253Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27542026-06-13T03:14:27.316Z Checking lzss v0.8.2
27552026-06-13T03:14:27.364Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27562026-06-13T03:14:27.402Z Checking nix v0.27.1
27572026-06-13T03:14:27.441Z Checking serde_bytes v0.11.19
27582026-06-13T03:14:27.535Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27592026-06-13T03:14:27.649Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27602026-06-13T03:14:27.694Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27612026-06-13T03:14:27.946Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27622026-06-13T03:14:28.345Z Checking is_ci v1.2.0
27632026-06-13T03:14:28.451Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27642026-06-13T03:14:28.486Z Checking yansi v1.0.1
27652026-06-13T03:14:28.633Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27662026-06-13T03:14:28.799Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27672026-06-13T03:14:28.936Z Checking pretty_assertions v1.4.1
27682026-06-13T03:14:29.072Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27692026-06-13T03:14:29.108Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27702026-06-13T03:14:29.369Z Compiling darling_core v0.23.0
27712026-06-13T03:14:29.405Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27722026-06-13T03:14:30.678Z Compiling indoc v2.0.7
27732026-06-13T03:14:30.684Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27742026-06-13T03:14:30.913Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-06-13T03:14:31.108Z Compiling libz-sys v1.1.24
27762026-06-13T03:14:31.526Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-06-13T03:14:31.676Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27782026-06-13T03:14:31.720Z Compiling instability v0.3.11
27792026-06-13T03:14:31.826Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-06-13T03:14:31.912Z Compiling darling_macro v0.23.0
27812026-06-13T03:14:32.137Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27822026-06-13T03:14:32.329Z Checking castaway v0.2.4
27832026-06-13T03:14:32.445Z Compiling darling v0.23.0
27842026-06-13T03:14:32.477Z Checking compact_str v0.8.1
27852026-06-13T03:14:32.513Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27862026-06-13T03:14:32.881Z Checking supports-color v3.0.2
27872026-06-13T03:14:33.047Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27882026-06-13T03:14:33.124Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27892026-06-13T03:14:33.274Z Checking unicode-truncate v1.1.0
27902026-06-13T03:14:33.308Z Checking console v0.16.2
27912026-06-13T03:14:33.348Z Checking lru v0.12.5
27922026-06-13T03:14:33.452Z Compiling libgit2-sys v0.18.3+1.9.2
27932026-06-13T03:14:33.536Z Checking cassowary v0.3.0
27942026-06-13T03:14:33.570Z Checking unit-prefix v0.5.2
27952026-06-13T03:14:33.786Z Checking indicatif v0.18.4
27962026-06-13T03:14:33.821Z Checking ratatui v0.29.0
27972026-06-13T03:14:33.924Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27982026-06-13T03:14:34.208Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27992026-06-13T03:14:34.463Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-06-13T03:14:35.144Z Compiling vergen-git2 v9.1.0
28012026-06-13T03:14:35.181Z Checking plotters-backend v0.3.7
28022026-06-13T03:14:35.415Z Checking plotters-svg v0.3.7
28032026-06-13T03:14:35.461Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28042026-06-13T03:14:35.589Z Compiling rustls v0.21.12
28052026-06-13T03:14:35.686Z Checking cast v0.3.0
28062026-06-13T03:14:35.885Z Checking criterion-plot v0.6.0
28072026-06-13T03:14:35.930Z Checking plotters v0.3.7
28082026-06-13T03:14:36.062Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28092026-06-13T03:14:36.157Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-06-13T03:14:36.382Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28112026-06-13T03:14:36.611Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-06-13T03:14:36.688Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-06-13T03:14:36.834Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28142026-06-13T03:14:36.916Z Checking colored v2.2.0
28152026-06-13T03:14:37.049Z Checking sct v0.7.1
28162026-06-13T03:14:37.148Z Checking rustls-webpki v0.101.7
28172026-06-13T03:14:37.219Z Checking tinytemplate v1.2.1
28182026-06-13T03:14:37.463Z Checking anes v0.1.6
28192026-06-13T03:14:37.500Z Checking oorandom v11.1.5
28202026-06-13T03:14:37.534Z Checking shell-words v1.1.1
28212026-06-13T03:14:37.682Z Checking criterion v0.7.0
28222026-06-13T03:14:37.716Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28232026-06-13T03:14:39.093Z Checking typeid v1.0.3
28242026-06-13T03:14:39.127Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28252026-06-13T03:14:39.229Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28262026-06-13T03:14:39.990Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28272026-06-13T03:14:40.778Z Checking hex-literal v0.4.1
28282026-06-13T03:14:40.911Z Checking erased-serde v0.4.9
28292026-06-13T03:14:41.293Z Checking tokio-rustls v0.24.1
28302026-06-13T03:14:41.544Z Checking rustls-pemfile v1.0.4
28312026-06-13T03:14:41.721Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28322026-06-13T03:14:41.953Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28332026-06-13T03:14:42.362Z Checking twox-hash v2.1.2
28342026-06-13T03:14:42.398Z Checking ordered-float v2.10.1
28352026-06-13T03:14:42.666Z Checking serde-value v0.7.0
28362026-06-13T03:14:42.751Z Checking serde-untagged v0.1.9
28372026-06-13T03:14:42.912Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28382026-06-13T03:14:42.980Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28392026-06-13T03:14:43.640Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28402026-06-13T03:14:43.835Z Checking fatfs v0.3.6
28412026-06-13T03:14:43.998Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28422026-06-13T03:14:44.152Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-13T03:14:44.322Z Compiling seq-macro v0.3.6
28442026-06-13T03:14:44.357Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28452026-06-13T03:14:44.851Z Checking unicode-xid v0.2.6
28462026-06-13T03:14:44.997Z Checking cargo-util-schemas v0.8.2
28472026-06-13T03:14:45.320Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-06-13T03:14:45.664Z Checking cargo-platform v0.2.0
28492026-06-13T03:14:45.881Z Compiling petname v2.0.2
28502026-06-13T03:14:45.916Z Checking cargo_metadata v0.21.0
28512026-06-13T03:14:46.550Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28522026-06-13T03:14:46.696Z Checking concurrent-queue v2.5.0
28532026-06-13T03:14:46.918Z Checking rtoolbox v0.0.3
28542026-06-13T03:14:47.090Z Checking parking v2.2.1
28552026-06-13T03:14:47.248Z Checking event-listener v5.4.1
28562026-06-13T03:14:47.403Z Compiling samael v0.0.19
28572026-06-13T03:14:47.440Z Checking rpassword v7.4.0
28582026-06-13T03:14:47.582Z Checking tui-tree-widget v0.23.1
28592026-06-13T03:14:47.803Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28602026-06-13T03:14:47.896Z Checking polyval v0.6.2
28612026-06-13T03:14:47.994Z Checking sapling-renderdag v0.1.0
28622026-06-13T03:14:48.095Z Checking sync-ptr v0.1.4
28632026-06-13T03:14:48.250Z Checking ghash v0.5.1
28642026-06-13T03:14:48.284Z Checking event-listener-strategy v0.5.4
28652026-06-13T03:14:48.425Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28662026-06-13T03:14:48.458Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28672026-06-13T03:14:48.715Z Checking ctr v0.9.2
28682026-06-13T03:14:48.915Z Checking arrayvec v0.7.6
28692026-06-13T03:14:49.097Z Checking futures-timer v3.0.3
28702026-06-13T03:14:49.135Z Checking constant_time_eq v0.4.2
28712026-06-13T03:14:49.304Z Checking arrayref v0.3.9
28722026-06-13T03:14:49.337Z Checking aes-gcm v0.10.3
28732026-06-13T03:14:49.454Z Checking async-lock v3.4.2
28742026-06-13T03:14:49.489Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28752026-06-13T03:14:49.524Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28762026-06-13T03:14:49.861Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-06-13T03:14:50.471Z Checking ssh-encoding v0.2.0
28782026-06-13T03:14:50.694Z Checking blowfish v0.9.1
28792026-06-13T03:14:50.879Z Compiling strsim v0.10.0
28802026-06-13T03:14:51.058Z Checking bcrypt-pbkdf v0.10.0
28812026-06-13T03:14:51.233Z Compiling darling_core v0.13.4
28822026-06-13T03:14:51.267Z Checking ssh-cipher v0.2.0
28832026-06-13T03:14:51.469Z Checking async-object-pool v0.2.0
28842026-06-13T03:14:51.615Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28852026-06-13T03:14:52.021Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28862026-06-13T03:14:52.144Z Checking serde_regex v1.1.0
28872026-06-13T03:14:52.336Z Checking password-hash v0.4.2
28882026-06-13T03:14:52.446Z Checking assert-json-diff v2.0.2
28892026-06-13T03:14:52.586Z Checking path-tree v0.8.3
28902026-06-13T03:14:52.647Z Checking gimli v0.32.3
28912026-06-13T03:14:52.682Z Compiling target-lexicon v0.13.3
28922026-06-13T03:14:52.802Z Checking stringmetrics v2.2.2
28932026-06-13T03:14:52.986Z Checking httpmock v0.8.3
28942026-06-13T03:14:53.111Z Compiling darling_macro v0.13.4
28952026-06-13T03:14:53.258Z Checking pbkdf2 v0.11.0
28962026-06-13T03:14:53.463Z Checking ssh-key v0.6.7
28972026-06-13T03:14:54.223Z Checking addr2line v0.25.1
28982026-06-13T03:14:54.226Z Checking p256 v0.13.2
28992026-06-13T03:14:54.523Z Checking p521 v0.13.3
29002026-06-13T03:14:54.559Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29012026-06-13T03:14:54.828Z Checking russh-cryptovec v0.7.3
29022026-06-13T03:14:55.002Z Compiling guppy-workspace-hack v0.1.0
29032026-06-13T03:14:55.154Z Checking rustc-demangle v0.1.27
29042026-06-13T03:14:55.208Z Checking md5 v0.7.0
29052026-06-13T03:14:55.288Z Compiling darling v0.13.4
29062026-06-13T03:14:55.438Z Checking russh-keys v0.45.0
29072026-06-13T03:14:55.442Z Checking backtrace v0.3.76
29082026-06-13T03:14:55.509Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29092026-06-13T03:14:55.664Z Checking num-bigint v0.4.6
29102026-06-13T03:14:55.729Z Checking des v0.8.1
29112026-06-13T03:14:55.914Z Compiling blake3 v1.8.3
29122026-06-13T03:14:55.949Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29132026-06-13T03:14:56.136Z Compiling target-spec v3.5.7
29142026-06-13T03:14:56.386Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-06-13T03:14:56.617Z Checking backtrace-ext v0.2.1
29162026-06-13T03:14:56.652Z Checking russh v0.45.0
29172026-06-13T03:14:56.805Z Checking cfg-expr v0.20.6
29182026-06-13T03:14:56.840Z Compiling serde_with_macros v1.5.2
29192026-06-13T03:14:57.138Z Checking supports-color v2.1.0
29202026-06-13T03:14:57.218Z Checking textwrap v0.15.2
29212026-06-13T03:14:57.303Z Checking supports-unicode v2.1.0
29222026-06-13T03:14:57.448Z Checking supports-hyperlinks v2.1.0
29232026-06-13T03:14:57.483Z Checking hashbrown v0.14.5
29242026-06-13T03:14:57.598Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29252026-06-13T03:14:57.707Z Checking cargo-platform v0.3.2
29262026-06-13T03:14:57.827Z Checking terminal_size v0.1.17
29272026-06-13T03:14:57.919Z Checking socket2 v0.5.10
29282026-06-13T03:14:57.970Z Compiling miette-derive v5.10.0
29292026-06-13T03:14:58.004Z Checking internet-checksum v0.2.1
29302026-06-13T03:14:58.197Z Checking owo-colors v3.5.0
29312026-06-13T03:14:58.556Z Checking chumsky v0.9.3
29322026-06-13T03:14:58.760Z Checking cargo_metadata v0.23.1
29332026-06-13T03:14:59.134Z Checking miette v5.10.0
29342026-06-13T03:14:59.489Z Compiling serde_with v1.14.0
29352026-06-13T03:14:59.759Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29362026-06-13T03:14:59.908Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29372026-06-13T03:14:59.941Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29382026-06-13T03:15:00.274Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29392026-06-13T03:15:00.490Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29402026-06-13T03:15:00.623Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29412026-06-13T03:15:00.709Z Compiling knuffel-derive v3.2.0
29422026-06-13T03:15:00.745Z Checking httptest v0.16.4
29432026-06-13T03:15:00.778Z Checking pathdiff v0.2.3
29442026-06-13T03:15:00.916Z Checking nested v0.1.1
29452026-06-13T03:15:01.091Z Checking topological-sort v0.2.2
29462026-06-13T03:15:01.139Z Checking guppy v0.17.25
29472026-06-13T03:15:01.267Z Checking omicron-zone-package v0.12.2
29482026-06-13T03:15:01.472Z Compiling git2 v0.20.4
29492026-06-13T03:15:01.508Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29502026-06-13T03:15:02.110Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29512026-06-13T03:15:02.180Z Checking similar-asserts v1.7.0
29522026-06-13T03:15:02.215Z Checking knuffel v3.2.0
29532026-06-13T03:15:02.363Z Compiling target-triple v1.0.0
29542026-06-13T03:15:02.398Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29552026-06-13T03:15:02.565Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29562026-06-13T03:15:02.600Z Compiling polar-core v0.27.3
29572026-06-13T03:15:02.727Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29582026-06-13T03:15:02.860Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29592026-06-13T03:15:03.187Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29602026-06-13T03:15:03.338Z Checking hickory-client v0.25.2
29612026-06-13T03:15:03.480Z Checking tokio-test v0.4.5
29622026-06-13T03:15:03.762Z Checking escape8259 v0.5.3
29632026-06-13T03:15:03.930Z Compiling assert_cmd v2.1.2
29642026-06-13T03:15:04.261Z Checking libtest-mimic v0.8.1
29652026-06-13T03:15:04.495Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29662026-06-13T03:15:04.529Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29672026-06-13T03:15:04.633Z Checking blake2b_simd v1.0.4
29682026-06-13T03:15:04.846Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29692026-06-13T03:15:05.049Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29702026-06-13T03:15:05.226Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29712026-06-13T03:15:05.456Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29722026-06-13T03:15:05.652Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29732026-06-13T03:15:05.687Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29742026-06-13T03:15:05.875Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29752026-06-13T03:15:06.077Z Checking fancy-regex v0.14.0
29762026-06-13T03:15:06.304Z Checking serde_tokenstream v0.2.3
29772026-06-13T03:15:06.462Z Checking approx v0.5.1
29782026-06-13T03:15:06.548Z Checking uzers v0.12.2
29792026-06-13T03:15:06.630Z Compiling rstest_macros v0.25.0
29802026-06-13T03:15:06.796Z Checking termcolor v1.4.1
29812026-06-13T03:15:06.938Z Compiling linkme-impl v0.3.35
29822026-06-13T03:15:07.037Z Checking constant_time_eq v0.3.1
29832026-06-13T03:15:07.170Z Checking rust-argon2 v2.1.0
29842026-06-13T03:15:07.323Z Checking trybuild v1.0.116
29852026-06-13T03:15:07.483Z Checking oso v0.27.3
29862026-06-13T03:15:07.551Z Checking datatest-stable v0.3.3
29872026-06-13T03:15:08.087Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29882026-06-13T03:15:08.396Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29892026-06-13T03:15:08.399Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29902026-06-13T03:15:08.465Z Checking support-bundle-viewer v0.1.2
29912026-06-13T03:15:08.753Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29922026-06-13T03:15:08.984Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29932026-06-13T03:15:09.185Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29942026-06-13T03:15:09.220Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29952026-06-13T03:15:09.412Z Checking drift v0.2.0
29962026-06-13T03:15:09.446Z Checking rand_distr v0.5.1
29972026-06-13T03:15:09.694Z Checking multimap v0.10.1
29982026-06-13T03:15:09.798Z Compiling linkme v0.3.35
29992026-06-13T03:15:09.879Z Compiling relative-path v1.9.3
30002026-06-13T03:15:09.912Z Checking dropshot-api-manager v0.7.2
30012026-06-13T03:15:10.740Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30022026-06-13T03:15:11.122Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30032026-06-13T03:15:11.225Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30042026-06-13T03:15:11.537Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30052026-06-13T03:15:11.712Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30062026-06-13T03:15:11.769Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30072026-06-13T03:15:11.821Z Checking cargo_toml v0.21.0
30082026-06-13T03:15:11.863Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30092026-06-13T03:15:12.220Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30102026-06-13T03:15:12.450Z Checking partial-io v0.5.4
30112026-06-13T03:15:12.531Z Checking termios v0.3.3
30122026-06-13T03:15:12.687Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30132026-06-13T03:15:12.759Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30142026-06-13T03:15:13.823Z Checking rstest v0.25.0
30152026-06-13T03:15:14.143Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30162026-06-13T03:15:14.919Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30172026-06-13T03:15:18.480Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30182026-06-13T03:15:18.869Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30192026-06-13T03:15:24.350Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30202026-06-13T03:15:24.831Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30212026-06-13T03:15:26.763Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30222026-06-13T03:15:31.333Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30232026-06-13T03:15:36.254Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30242026-06-13T03:15:39.612Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30252026-06-13T03:15:40.430Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30262026-06-13T03:15:41.467Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30272026-06-13T03:15:42.293Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30282026-06-13T03:15:50.886Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30292026-06-13T03:17:00.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s
30302026-06-13T03:17:01.086Z
30312026-06-13T03:17:01.090Zreal 4:04.729013782
30322026-06-13T03:17:01.090Zuser 21:11.648063039
30332026-06-13T03:17:01.090Zsys 4:56.660270142
30342026-06-13T03:17:01.090Ztrap 0.498590359
30352026-06-13T03:17:01.090Ztflt 0.450915212
30362026-06-13T03:17:01.090Zdflt 0.487003787
30372026-06-13T03:17:01.090Zkflt 0.004439202
30382026-06-13T03:17:01.090Zlock 57:59.815169436
30392026-06-13T03:17:01.090Zslp 57:45.485515633
30402026-06-13T03:17:01.090Zlat 1:50.672464872
30412026-06-13T03:17:01.090Zstop 11:20.640467632
30422026-06-13T03:17:01.090Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30432026-06-13T03:17:01.090Z+ ptime -m cargo doc --workspace --no-deps
30442026-06-13T03:17:01.968Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30452026-06-13T03:17:01.968Z |
30462026-06-13T03:17:01.968Z = 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)`
30472026-06-13T03:17:01.968Z = 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>
30482026-06-13T03:17:02.972Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-06-13T03:17:03.205Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30502026-06-13T03:17:03.250Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30512026-06-13T03:17:03.314Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30522026-06-13T03:17:03.376Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30532026-06-13T03:17:03.473Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30542026-06-13T03:17:03.503Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30552026-06-13T03:17:03.503Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30562026-06-13T03:17:03.553Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30572026-06-13T03:17:03.578Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30582026-06-13T03:17:03.721Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30592026-06-13T03:17:03.788Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30602026-06-13T03:17:03.814Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-06-13T03:17:03.882Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30622026-06-13T03:17:03.907Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30632026-06-13T03:17:03.926Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30642026-06-13T03:17:03.970Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30652026-06-13T03:17:03.990Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30662026-06-13T03:17:04.013Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30672026-06-13T03:17:04.045Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30682026-06-13T03:17:04.213Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30692026-06-13T03:17:04.397Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30702026-06-13T03:17:04.518Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30712026-06-13T03:17:04.702Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30722026-06-13T03:17:04.749Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30732026-06-13T03:17:04.840Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30742026-06-13T03:17:04.864Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30752026-06-13T03:17:05.017Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30762026-06-13T03:17:05.042Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30772026-06-13T03:17:05.183Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30782026-06-13T03:17:05.273Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30792026-06-13T03:17:05.344Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30802026-06-13T03:17:05.377Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30812026-06-13T03:17:05.439Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30822026-06-13T03:17:05.465Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30832026-06-13T03:17:05.606Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30842026-06-13T03:17:05.634Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30852026-06-13T03:17:05.700Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30862026-06-13T03:17:05.888Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30872026-06-13T03:17:05.944Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30882026-06-13T03:17:06.253Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30892026-06-13T03:17:06.355Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30902026-06-13T03:17:06.456Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30912026-06-13T03:17:06.572Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30922026-06-13T03:17:06.576Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30932026-06-13T03:17:06.746Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30942026-06-13T03:17:06.840Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30952026-06-13T03:17:06.904Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30962026-06-13T03:17:07.004Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30972026-06-13T03:17:07.030Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30982026-06-13T03:17:07.152Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30992026-06-13T03:17:07.179Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31002026-06-13T03:17:07.264Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31012026-06-13T03:17:07.290Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31022026-06-13T03:17:07.385Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31032026-06-13T03:17:07.437Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31042026-06-13T03:17:07.466Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31052026-06-13T03:17:07.491Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31062026-06-13T03:17:07.495Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31072026-06-13T03:17:07.608Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31082026-06-13T03:17:07.640Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31092026-06-13T03:17:07.918Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31102026-06-13T03:17:08.007Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31112026-06-13T03:17:08.251Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31122026-06-13T03:17:08.287Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31132026-06-13T03:17:08.680Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31142026-06-13T03:17:08.768Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31152026-06-13T03:17:09.035Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31162026-06-13T03:17:09.065Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31172026-06-13T03:17:09.127Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31182026-06-13T03:17:09.262Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31192026-06-13T03:17:09.359Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31202026-06-13T03:17:09.387Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31212026-06-13T03:17:09.857Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222026-06-13T03:17:09.882Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31232026-06-13T03:17:10.185Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31242026-06-13T03:17:10.570Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31252026-06-13T03:17:10.949Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-06-13T03:17:11.611Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31272026-06-13T03:17:11.635Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31282026-06-13T03:17:11.683Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31292026-06-13T03:17:11.807Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31302026-06-13T03:17:11.881Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31312026-06-13T03:17:12.062Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31322026-06-13T03:17:12.173Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31332026-06-13T03:17:12.318Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31342026-06-13T03:17:12.342Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31352026-06-13T03:17:12.366Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31362026-06-13T03:17:12.400Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31372026-06-13T03:17:12.443Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31382026-06-13T03:17:12.597Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31392026-06-13T03:17:12.729Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31402026-06-13T03:17:12.755Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31412026-06-13T03:17:12.893Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31422026-06-13T03:17:12.962Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31432026-06-13T03:17:12.981Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31442026-06-13T03:17:13.036Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31452026-06-13T03:17:13.127Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31462026-06-13T03:17:13.151Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31472026-06-13T03:17:13.268Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31482026-06-13T03:17:13.380Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31492026-06-13T03:17:13.409Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31502026-06-13T03:17:13.434Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31512026-06-13T03:17:13.494Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31522026-06-13T03:17:13.587Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31532026-06-13T03:17:13.697Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31542026-06-13T03:17:13.742Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31552026-06-13T03:17:13.794Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31562026-06-13T03:17:13.904Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31572026-06-13T03:17:14.001Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31582026-06-13T03:17:14.226Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31592026-06-13T03:17:14.250Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31602026-06-13T03:17:14.683Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31612026-06-13T03:17:14.709Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31622026-06-13T03:17:14.735Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31632026-06-13T03:17:14.862Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31642026-06-13T03:17:15.214Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31652026-06-13T03:17:15.470Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31662026-06-13T03:17:15.635Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31672026-06-13T03:17:16.087Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31682026-06-13T03:17:16.480Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-06-13T03:17:16.979Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31702026-06-13T03:17:17.286Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31712026-06-13T03:17:17.364Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31722026-06-13T03:17:17.402Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31732026-06-13T03:17:17.851Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31742026-06-13T03:17:18.102Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31752026-06-13T03:17:18.226Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31762026-06-13T03:17:18.254Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31772026-06-13T03:17:18.540Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31782026-06-13T03:17:18.991Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31792026-06-13T03:17:19.488Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31802026-06-13T03:17:19.527Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31812026-06-13T03:17:19.914Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31822026-06-13T03:17:19.940Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31832026-06-13T03:17:20.219Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31842026-06-13T03:17:20.976Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31852026-06-13T03:17:21.001Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31862026-06-13T03:17:21.878Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31872026-06-13T03:17:22.287Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31882026-06-13T03:17:23.126Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31892026-06-13T03:17:23.271Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31902026-06-13T03:17:23.516Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31912026-06-13T03:17:23.679Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31922026-06-13T03:17:23.704Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31932026-06-13T03:17:23.791Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31942026-06-13T03:17:23.996Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31952026-06-13T03:17:24.159Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31962026-06-13T03:17:24.188Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31972026-06-13T03:17:24.443Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31982026-06-13T03:17:24.469Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31992026-06-13T03:17:24.595Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32002026-06-13T03:17:24.722Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32012026-06-13T03:17:24.937Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32022026-06-13T03:17:25.303Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32032026-06-13T03:17:25.368Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32042026-06-13T03:17:25.876Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32052026-06-13T03:17:26.605Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32062026-06-13T03:17:27.270Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32072026-06-13T03:17:27.316Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32082026-06-13T03:17:29.858Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32092026-06-13T03:17:30.218Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32102026-06-13T03:17:31.129Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32112026-06-13T03:17:31.805Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32122026-06-13T03:17:31.839Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32132026-06-13T03:17:31.998Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32142026-06-13T03:17:32.526Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32152026-06-13T03:17:32.995Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32162026-06-13T03:17:33.394Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32172026-06-13T03:17:33.696Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32182026-06-13T03:17:34.613Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32192026-06-13T03:17:34.730Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32202026-06-13T03:17:34.897Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32212026-06-13T03:17:35.306Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32222026-06-13T03:17:35.364Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32232026-06-13T03:17:35.635Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32242026-06-13T03:17:36.038Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32252026-06-13T03:17:36.367Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32262026-06-13T03:17:36.758Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32272026-06-13T03:17:36.807Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32282026-06-13T03:17:37.379Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32292026-06-13T03:17:37.408Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32302026-06-13T03:17:37.412Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32312026-06-13T03:17:37.504Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32322026-06-13T03:17:38.144Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32332026-06-13T03:17:38.209Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32342026-06-13T03:17:38.910Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32352026-06-13T03:17:39.434Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32362026-06-13T03:17:39.489Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32372026-06-13T03:17:39.824Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32382026-06-13T03:17:42.223Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32392026-06-13T03:17:43.496Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32402026-06-13T03:17:44.204Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32412026-06-13T03:17:44.692Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32422026-06-13T03:17:46.140Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32432026-06-13T03:17:47.012Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32442026-06-13T03:17:48.041Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32452026-06-13T03:17:48.862Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32462026-06-13T03:17:49.746Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32472026-06-13T03:17:51.402Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32482026-06-13T03:17:51.701Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32492026-06-13T03:17:53.326Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32502026-06-13T03:17:53.952Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32512026-06-13T03:17:54.618Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32522026-06-13T03:17:54.700Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32532026-06-13T03:17:55.619Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32542026-06-13T03:17:59.809Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32552026-06-13T03:18:00.467Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32562026-06-13T03:18:00.958Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32572026-06-13T03:18:01.665Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32582026-06-13T03:18:02.485Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32592026-06-13T03:18:03.126Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32602026-06-13T03:18:03.788Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32612026-06-13T03:18:04.670Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32622026-06-13T03:18:05.634Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32632026-06-13T03:18:06.282Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32642026-06-13T03:18:06.963Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32652026-06-13T03:18:07.687Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32662026-06-13T03:18:08.328Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32672026-06-13T03:18:09.038Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32682026-06-13T03:18:09.425Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32692026-06-13T03:18:10.607Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32702026-06-13T03:18:11.621Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32712026-06-13T03:18:13.241Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32722026-06-13T03:18:14.024Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32732026-06-13T03:18:14.890Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32742026-06-13T03:18:16.057Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32752026-06-13T03:18:18.108Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32762026-06-13T03:18:18.902Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32772026-06-13T03:18:19.756Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32782026-06-13T03:18:20.973Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32792026-06-13T03:18:21.646Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32802026-06-13T03:18:22.594Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32812026-06-13T03:18:23.781Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32822026-06-13T03:18:26.421Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32832026-06-13T03:18:26.774Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32842026-06-13T03:18:27.665Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32852026-06-13T03:18:30.129Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32862026-06-13T03:18:30.811Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-06-13T03:18:32.550Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32882026-06-13T03:18:35.468Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32892026-06-13T03:18:37.112Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32902026-06-13T03:18:40.347Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32912026-06-13T03:18:41.924Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32922026-06-13T03:18:45.870Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32932026-06-13T03:18:46.615Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32942026-06-13T03:18:47.762Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32952026-06-13T03:18:48.340Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32962026-06-13T03:18:49.933Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32972026-06-13T03:18:51.681Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32982026-06-13T03:18:53.454Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32992026-06-13T03:18:55.507Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33002026-06-13T03:18:57.179Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33012026-06-13T03:18:58.811Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33022026-06-13T03:19:00.818Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33032026-06-13T03:19:02.243Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33042026-06-13T03:19:03.943Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33052026-06-13T03:19:05.574Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33062026-06-13T03:19:07.251Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33072026-06-13T03:19:08.931Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33082026-06-13T03:19:10.526Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33092026-06-13T03:19:16.337Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33102026-06-13T03:19:16.355Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33112026-06-13T03:19:16.355Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-06-13T03:19:17.573Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33132026-06-13T03:19:19.617Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33142026-06-13T03:19:21.314Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33152026-06-13T03:19:23.451Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33162026-06-13T03:19:25.209Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33172026-06-13T03:19:27.366Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33182026-06-13T03:19:28.975Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33192026-06-13T03:19:31.817Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33202026-06-13T03:19:33.245Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33212026-06-13T03:19:33.623Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33222026-06-13T03:19:38.079Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33232026-06-13T03:19:40.221Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33242026-06-13T03:19:42.483Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33252026-06-13T03:19:44.655Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33262026-06-13T03:19:46.900Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33272026-06-13T03:19:49.122Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33282026-06-13T03:19:51.291Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33292026-06-13T03:19:54.013Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33302026-06-13T03:19:55.986Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33312026-06-13T03:19:57.942Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33322026-06-13T03:20:00.105Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33332026-06-13T03:20:02.405Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33342026-06-13T03:20:04.633Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33352026-06-13T03:20:06.871Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33362026-06-13T03:20:09.114Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33372026-06-13T03:20:11.413Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33382026-06-13T03:20:13.589Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33392026-06-13T03:20:15.811Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33402026-06-13T03:20:18.086Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33412026-06-13T03:20:20.354Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33422026-06-13T03:20:22.640Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33432026-06-13T03:20:25.040Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33442026-06-13T03:20:27.383Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33452026-06-13T03:20:29.636Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33462026-06-13T03:20:31.923Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33472026-06-13T03:20:34.553Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33482026-06-13T03:20:36.750Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33492026-06-13T03:20:39.213Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33502026-06-13T03:20:42.019Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33512026-06-13T03:20:44.152Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33522026-06-13T03:20:46.524Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33532026-06-13T03:20:49.057Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33542026-06-13T03:20:51.577Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33552026-06-13T03:20:54.007Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33562026-06-13T03:20:56.420Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33572026-06-13T03:20:58.819Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33582026-06-13T03:21:01.343Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33592026-06-13T03:21:03.801Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33602026-06-13T03:21:06.319Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33612026-06-13T03:21:08.868Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33622026-06-13T03:21:11.200Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33632026-06-13T03:21:13.857Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33642026-06-13T03:21:16.299Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33652026-06-13T03:21:18.884Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33662026-06-13T03:21:21.583Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33672026-06-13T03:21:24.074Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33682026-06-13T03:21:26.625Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33692026-06-13T03:21:29.083Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33702026-06-13T03:21:31.685Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33712026-06-13T03:21:34.245Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33722026-06-13T03:21:37.152Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33732026-06-13T03:21:39.526Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33742026-06-13T03:21:42.234Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33752026-06-13T03:21:49.711Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33762026-06-13T03:21:49.885Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33772026-06-13T03:21:53.379Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33782026-06-13T03:21:56.591Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33792026-06-13T03:22:00.061Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33802026-06-13T03:22:03.417Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33812026-06-13T03:22:06.665Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33822026-06-13T03:22:11.450Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33832026-06-13T03:22:14.277Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33842026-06-13T03:22:17.938Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33852026-06-13T03:22:21.707Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33862026-06-13T03:22:25.282Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33872026-06-13T03:22:28.962Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33882026-06-13T03:22:32.636Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33892026-06-13T03:22:36.589Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33902026-06-13T03:22:40.183Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33912026-06-13T03:22:43.920Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33922026-06-13T03:22:47.545Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33932026-06-13T03:22:51.248Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33942026-06-13T03:22:54.958Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33952026-06-13T03:22:58.691Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33962026-06-13T03:23:02.470Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33972026-06-13T03:23:06.179Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33982026-06-13T03:23:09.820Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33992026-06-13T03:23:13.522Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34002026-06-13T03:23:43.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s
34012026-06-13T03:23:43.376Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files
34022026-06-13T03:23:43.482Z
34032026-06-13T03:23:43.485Zreal 6:42.305580184
34042026-06-13T03:23:43.485Zuser 17:50.958688232
34052026-06-13T03:23:43.485Zsys 3:51.046625300
34062026-06-13T03:23:43.485Ztrap 0.267131491
34072026-06-13T03:23:43.485Ztflt 0.043019433
34082026-06-13T03:23:43.485Zdflt 0.047235925
34092026-06-13T03:23:43.485Zkflt 0.000018160
34102026-06-13T03:23:43.485Zlock 6:12:06.848033248
34112026-06-13T03:23:43.485Zslp 2:15:07.276795872
34122026-06-13T03:23:43.485Zlat 39.312509049
34132026-06-13T03:23:43.486Zstop 1:45.749937747
34142026-06-13T03:23:43.486Zprocess exited: duration 795496 ms, exit code 0
 
34152026-06-13T03:23:43.492Zfound 0 output files