01KTW2ZM1XKAZ5V01FA6WX53YA: clippy (helios)

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

Buildomat Job: 01KTW3060MG0HNRFZ099C9E4JX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T19:38:02.493Zjob assigned to worker 01KTW30GEP6BDW079GJZ4XBMG1 [factory aws, i-0c7df9cbe8447fc8e] (queued for 1 m 2 s)
 
22026-06-11T19:38:09.008Zstarting task 0: "setup"
32026-06-11T19:38:09.013Z++ uname -s
42026-06-11T19:38:09.016Z+ kern=SunOS
52026-06-11T19:38:09.016Z+ build_user=build
62026-06-11T19:38:09.016Z+ build_uid=12345
72026-06-11T19:38:09.016Z+ work_dir=/work
82026-06-11T19:38:09.016Z+ input_dir=/input
92026-06-11T19:38:09.016Z+ [[ 0 == 12345 ]]
102026-06-11T19:38:09.016Z+ case "$kern" in
112026-06-11T19:38:09.016Z+ groupadd -g 12345 build
122026-06-11T19:38:09.019Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T19:38:11.022Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T19:38:11.085Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T19:38:11.088Z+ home_fs=zfs
162026-06-11T19:38:11.088Z+ [[ zfs == autofs ]]
172026-06-11T19:38:11.088Z+ mkdir -p /home/build
182026-06-11T19:38:11.088Z+ chown build:build /home/build /work
192026-06-11T19:38:13.090Z+ chmod 0700 /home/build /work
202026-06-11T19:38:13.094Zprocess exited: duration 4083 ms, exit code 0
 
212026-06-11T19:38:13.100Zstarting task 1: "rust-toolchain"
222026-06-11T19:38:13.104Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-11T19:38:13.104Z * rust toolchain channel = "1.94.0"
242026-06-11T19:38:13.104Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-11T19:38:13.104Z * rust toolchain profile = "default"
262026-06-11T19:38:13.104Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-11T19:38:13.104Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-11T19:38:13.107Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T19:38:13.107Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-11T19:38:13.210Zinfo: downloading installer
312026-06-11T19:38:14.657Zwarn: It looks like you have an existing rustup settings file at:
322026-06-11T19:38:14.658Zwarn: /home/build/.rustup/settings.toml
332026-06-11T19:38:14.658Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-11T19:38:14.658Zwarn: instead of the one inferred from the default host triple.
352026-06-11T19:38:14.669Zinfo: profile set to default
362026-06-11T19:38:14.669Zinfo: default host triple is x86_64-unknown-illumos
372026-06-11T19:38:14.671Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-11T19:38:14.826Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-11T19:38:14.830Zinfo: downloading 6 components
402026-06-11T19:38:31.250Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-11T19:38:31.250Z
422026-06-11T19:38:31.277Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-11T19:38:31.277Z
442026-06-11T19:38:31.277Z
452026-06-11T19:38:31.277ZRust is installed now. Great!
462026-06-11T19:38:31.277Z
472026-06-11T19:38:31.280ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-11T19:38:31.280Zenvironment variable. This has not been done automatically.
492026-06-11T19:38:31.280Z
502026-06-11T19:38:31.280ZTo configure your current shell, you need to source
512026-06-11T19:38:31.280Zthe corresponding env file under $HOME/.cargo.
522026-06-11T19:38:31.280Z
532026-06-11T19:38:31.280ZThis is usually done by running one of the following (note the leading DOT):
542026-06-11T19:38:31.280Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-11T19:38:31.280Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-11T19:38:31.280Zsource "~/.cargo/env.nu" # For nushell
572026-06-11T19:38:31.280Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-11T19:38:31.280Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-11T19:38:31.280Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-11T19:38:31.280Zwarn: no default linker (`cc`) was found in your PATH
612026-06-11T19:38:31.280Zwarn: many Rust crates require a system C toolchain to build
622026-06-11T19:38:31.375Z+ rustup --version
632026-06-11T19:38:31.383Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-11T19:38:31.386Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-11T19:38:31.406Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-11T19:38:31.409Z+ cargo --version
672026-06-11T19:38:31.420Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-11T19:38:31.423Z+ rustc --version
692026-06-11T19:38:31.441Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-11T19:38:31.444Zprocess exited: duration 18343 ms, exit code 0
 
712026-06-11T19:38:31.449Zstarting task 2: "authentication"
722026-06-11T19:38:31.465Zprocess exited: duration 15 ms, exit code 0
 
732026-06-11T19:38:31.471Zstarting task 3: "clone repository"
742026-06-11T19:38:31.474Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-11T19:38:31.477Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-11T19:38:31.508ZCloning into '/work/oxidecomputer/omicron'...
772026-06-11T19:38:40.885Z+ cd /work/oxidecomputer/omicron
782026-06-11T19:38:40.885Z+ git fetch origin fcd110a003d8248d839923d1a29b3a7f3b6ce94f
792026-06-11T19:38:41.250ZFrom https://github.com/oxidecomputer/omicron
802026-06-11T19:38:41.250Z * branch fcd110a003d8248d839923d1a29b3a7f3b6ce94f -> FETCH_HEAD
812026-06-11T19:38:41.260Z+ [[ -n '' ]]
822026-06-11T19:38:41.260Z+ git reset --hard fcd110a003d8248d839923d1a29b3a7f3b6ce94f
832026-06-11T19:38:41.497ZHEAD is now at fcd110a00 remove unnecessary RPW reference
842026-06-11T19:38:41.499Zprocess exited: duration 10027 ms, exit code 0
 
852026-06-11T19:38:41.505Zstarting task 4: "build"
862026-06-11T19:38:41.508Z+ source ./env.sh
872026-06-11T19:38:41.509Z++ OLD_SHELL_OPTS=ehxB
882026-06-11T19:38:41.509Z++ set -o xtrace
892026-06-11T19:38:41.511Z++++ dirname ./env.sh
902026-06-11T19:38:41.514Z+++ readlink -f .
912026-06-11T19:38:41.517Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-06-11T19:38:41.517Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-06-11T19:38:41.517Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-06-11T19:38:41.517Z++ 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
952026-06-11T19:38:41.517Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962026-06-11T19:38:41.517Z++ 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
972026-06-11T19:38:41.517Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-06-11T19:38:41.517Z++ 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
992026-06-11T19:38:41.517Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-11T19:38:41.517Z++ 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
1012026-06-11T19:38:41.517Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-11T19:38:41.517Z++ case $OLD_SHELL_OPTS in
1032026-06-11T19:38:41.517Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-06-11T19:38:41.517Z+ source .github/buildomat/ci-env.sh
1052026-06-11T19:38:41.517Z++ export CARGO_TERM_COLOR=always
1062026-06-11T19:38:41.517Z++ CARGO_TERM_COLOR=always
1072026-06-11T19:38:41.517Z+ cargo --version
1082026-06-11T19:38:41.524Zcargo 1.94.0 (85eff7c80 2026-01-15)
1092026-06-11T19:38:41.527Z+ rustc --version
1102026-06-11T19:38:41.546Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1112026-06-11T19:38:41.549Z+ banner prerequisites
1122026-06-11T19:38:41.553Z
1132026-06-11T19:38:41.553Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-06-11T19:38:41.553Z # # # # # # # # # # # # # # #
1152026-06-11T19:38:41.553Z # # # # ##### # # ##### # # # # # #### #
1162026-06-11T19:38:41.553Z ##### ##### # ##### # # # # # # # # #
1172026-06-11T19:38:41.553Z # # # # # # # # # # # # # # #
1182026-06-11T19:38:41.553Z # # # ###### # # ###### ### # #### # #### #
1192026-06-11T19:38:41.553Z
1202026-06-11T19:38:41.553Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-06-11T19:38:43.691Z Startup: Refreshing catalog 'helios' ... Done
1222026-06-11T19:38:43.774Z Startup: Caching catalogs ... Done
1232026-06-11T19:38:44.095ZPlanning: Solver setup ... Done (0.282s)
1242026-06-11T19:38:44.116ZPlanning: Running solver ... Done (0.021s)
1252026-06-11T19:38:44.123ZPlanning: Finding local manifests ... Done (0.003s)
1262026-06-11T19:38:44.134ZPlanning: Fetching manifests: 0/2 0% complete
1272026-06-11T19:38:44.149ZPlanning: Fetching manifests: 2/2 100% complete
1282026-06-11T19:38:44.162ZPlanning: Package planning ... Done (0.013s)
1292026-06-11T19:38:44.165ZPlanning: Merging actions ... Done (0.001s)
1302026-06-11T19:38:44.353ZPlanning: Checking for conflicting actions ... Done (0.189s)
1312026-06-11T19:38:44.357ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-06-11T19:38:45.155ZPlanning: Evaluating mediators ... Done (0.802s)
1332026-06-11T19:38:45.159ZPlanning: Planning completed in 1.36 seconds
1342026-06-11T19:38:45.164Z Packages to install: 2
1352026-06-11T19:38:45.164Z Estimated space available: 156.08 GB
1362026-06-11T19:38:45.168ZEstimated space to be consumed: 25.37 MB
1372026-06-11T19:38:45.168Z Create boot environment: No
1382026-06-11T19:38:45.168ZCreate backup boot environment: No
1392026-06-11T19:38:45.168Z Rebuild boot archive: No
1402026-06-11T19:38:45.168Z
1412026-06-11T19:38:45.168ZChanged packages:
1422026-06-11T19:38:45.169Zhelios
1432026-06-11T19:38:45.169Z developer/build-essential
1442026-06-11T19:38:45.169Z None -> 11-3.0
1452026-06-11T19:38:45.169Z library/libxmlsec1
1462026-06-11T19:38:45.169Z None -> 1.2.35-3.0
1472026-06-11T19:38:45.188Z
1482026-06-11T19:38:45.188ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-06-11T19:38:45.689ZDownload: Completed 1.28 MB in 0.50 seconds (2.5M/s)
1502026-06-11T19:38:45.764Z Actions: 1/268 actions (Installing new actions)
1512026-06-11T19:38:45.802Z Actions: Completed 268 actions in 0.04 seconds.
1522026-06-11T19:38:45.810ZFinalize: Updating package state database ... Done (0.008s)
1532026-06-11T19:38:45.815ZFinalize: Updating package cache ... Done (0.000s)
1542026-06-11T19:38:45.833ZFinalize: Updating image state ... Done (0.023s)
1552026-06-11T19:38:48.203ZFinalize: Creating fast lookup database ... Done (2.347s)
1562026-06-11T19:38:48.269ZFinalize: Reading search index ... Done (0.012s)
1572026-06-11T19:38:48.272ZFinalize: Updating search index ... Done (0.000s)
1582026-06-11T19:38:48.358ZFinalize: Updating package cache ... Done (0.000s)
1592026-06-11T19:38:48.660ZPlanning: Evaluating mediator changes ... Done
1602026-06-11T19:38:48.766ZPlanning: Checking for conflicting actions ... Done
1612026-06-11T19:38:48.769ZPlanning: Consolidating action changes ... Done
1622026-06-11T19:38:48.923ZPlanning: Evaluating mediators ... Done
1632026-06-11T19:38:48.926ZPlanning: Planning completed in 0.26 seconds
1642026-06-11T19:38:48.947Z Mediators to change: 2
1652026-06-11T19:38:48.947Z Create boot environment: No
1662026-06-11T19:38:48.951ZCreate backup boot environment: No
1672026-06-11T19:38:48.990ZFinalize: Updating package state database ... Done
1682026-06-11T19:38:48.990ZFinalize: Updating package cache ... Done
1692026-06-11T19:38:49.002ZFinalize: Updating image state ... Done
1702026-06-11T19:38:50.940ZFinalize: Creating fast lookup database ... Done
1712026-06-11T19:38:51.008ZFinalize: Reading search index ... Done
1722026-06-11T19:38:51.034ZFinalize: Updating search index ... Done
1732026-06-11T19:38:51.079ZFinalize: Updating package cache ... Done
1742026-06-11T19:38:51.355ZPlanning: Evaluating mediator changes ... Done
1752026-06-11T19:38:51.456ZPlanning: Checking for conflicting actions ... Done
1762026-06-11T19:38:51.462ZPlanning: Consolidating action changes ... Done
1772026-06-11T19:38:51.610ZPlanning: Evaluating mediators ... Done
1782026-06-11T19:38:51.618ZPlanning: Planning completed in 0.27 seconds
1792026-06-11T19:38:51.644Z Mediators to change: 1
1802026-06-11T19:38:51.644Z Create boot environment: No
1812026-06-11T19:38:51.644ZCreate backup boot environment: No
1822026-06-11T19:38:51.695ZFinalize: Updating package state database ... Done
1832026-06-11T19:38:51.695ZFinalize: Updating package cache ... Done
1842026-06-11T19:38:51.700ZFinalize: Updating image state ... Done
1852026-06-11T19:38:53.652ZFinalize: Creating fast lookup database ... Done
1862026-06-11T19:38:53.717ZFinalize: Reading search index ... Done
1872026-06-11T19:38:53.720ZFinalize: Updating search index ... Done
1882026-06-11T19:38:53.776ZFinalize: Updating package cache ... Done
1892026-06-11T19:38:54.092ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-06-11T19:38:54.092Zapache system 2.4 system
1912026-06-11T19:38:54.092Zclang system 15 system
1922026-06-11T19:38:54.092Zcsh system system illumos
1932026-06-11T19:38:54.092Zctags system system illumos
1942026-06-11T19:38:54.092Zfile vendor vendor darwinsys
1952026-06-11T19:38:54.092Zfile system system illumos
1962026-06-11T19:38:54.092Zgcc vendor 14 vendor
1972026-06-11T19:38:54.092Zgcc system 13 system
1982026-06-11T19:38:54.092Zgcc system 10 system
1992026-06-11T19:38:54.092Zgo system 1.25 system
2002026-06-11T19:38:54.092Zllvm system 15 system
2012026-06-11T19:38:54.092Zmariadb system 11.4 system
2022026-06-11T19:38:54.092Zmta vendor vendor dma
2032026-06-11T19:38:54.092Zopenjdk system 17 system
2042026-06-11T19:38:54.092Zopenjdk system 11 system
2052026-06-11T19:38:54.092Zopenssl vendor 3 vendor
2062026-06-11T19:38:54.092Zperl system 5.40 system
2072026-06-11T19:38:54.092Zpostgresql system 18 system
2082026-06-11T19:38:54.092Zpostgresql system 17 system
2092026-06-11T19:38:54.092Zpython vendor 3 vendor
2102026-06-11T19:38:54.092Zpython system 2 system
2112026-06-11T19:38:54.092Zpython3 vendor 3.13 vendor
2122026-06-11T19:38:54.092Zruby system 3.4 system
2132026-06-11T19:38:54.092Zruby system 3.0 system
2142026-06-11T19:38:54.092Zwords vendor vendor american-english
2152026-06-11T19:38:54.093Zwords system system australian-english
2162026-06-11T19:38:54.093Zwords system system british-english
2172026-06-11T19:38:54.093Zwords system system canadian-english
2182026-06-11T19:38:54.093Zwords system system french
2192026-06-11T19:38:54.093Zwords system system italian
2202026-06-11T19:38:54.093Zwords system system ngerman
2212026-06-11T19:38:54.093Zwords system system ogerman
2222026-06-11T19:38:54.093Zwords system system spanish
2232026-06-11T19:38:54.343ZPUBLISHER TYPE STATUS P LOCATION
2242026-06-11T19:38:54.343Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-06-11T19:38:54.630ZFMRI IFO
2262026-06-11T19:38:54.630Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-06-11T19:38:54.630Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-06-11T19:38:54.630Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-06-11T19:38:54.630Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-06-11T19:38:54.630Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-06-11T19:38:54.630Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-06-11T19:38:54.630Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-06-11T19:38:54.630Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-06-11T19:38:54.630Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-06-11T19:38:54.886Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-06-11T19:38:55.207Z Updating crates.io index
2372026-06-11T19:38:55.242Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-06-11T19:38:56.048Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-06-11T19:38:56.419Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-06-11T19:38:57.185Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-06-11T19:38:58.135Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-06-11T19:38:58.707Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-06-11T19:39:00.298Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-06-11T19:39:01.090Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-06-11T19:39:01.626Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-06-11T19:39:02.814Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-06-11T19:39:03.319Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-06-11T19:39:03.640Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-06-11T19:39:04.099Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-06-11T19:39:05.148Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-11T19:39:05.690Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-06-11T19:39:06.138Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-11T19:39:06.560Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-06-11T19:39:06.870Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-06-11T19:39:07.332Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-06-11T19:39:07.774Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-06-11T19:39:08.091Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-06-11T19:39:08.415Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-06-11T19:39:08.883Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-06-11T19:39:09.363Z Updating git repository `https://github.com/oxidecomputer/erebor`
2612026-06-11T19:39:09.660Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2622026-06-11T19:39:10.168Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2632026-06-11T19:39:10.455Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2642026-06-11T19:39:10.829Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652026-06-11T19:39:11.697Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-06-11T19:39:11.973Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-06-11T19:39:12.761Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-06-11T19:39:13.178Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692026-06-11T19:39:13.560Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-06-11T19:39:13.889Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2712026-06-11T19:39:14.289Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2722026-06-11T19:39:14.663Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2732026-06-11T19:39:15.093Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-06-11T19:39:15.676Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-06-11T19:39:15.992Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-06-11T19:39:16.298Z Updating git repository `https://github.com/illumos/smf-rs`
2772026-06-11T19:39:16.765Z Updating git repository `https://github.com/oxidecomputer/omicron`
2782026-06-11T19:39:28.429Z Downloading crates ...
2792026-06-11T19:39:28.487Z Downloaded cfg-if v1.0.4
2802026-06-11T19:39:28.497Z Downloaded serde-value v0.7.0
2812026-06-11T19:39:28.500Z Downloaded proc-macro-error-attr v1.0.4
2822026-06-11T19:39:28.504Z Downloaded unicode-linebreak v0.1.5
2832026-06-11T19:39:28.504Z Downloaded cargo-platform v0.2.0
2842026-06-11T19:39:28.506Z Downloaded anyhow v1.0.102
2852026-06-11T19:39:28.510Z Downloaded byteorder v1.5.0
2862026-06-11T19:39:28.513Z Downloaded usdt v0.5.0
2872026-06-11T19:39:28.513Z Downloaded camino-tempfile v1.4.1
2882026-06-11T19:39:28.513Z Downloaded utf8_iter v1.0.4
2892026-06-11T19:39:28.513Z Downloaded usdt-macro v0.5.0
2902026-06-11T19:39:28.516Z Downloaded usdt-attr-macro v0.5.0
2912026-06-11T19:39:28.516Z Downloaded fnv v1.0.7
2922026-06-11T19:39:28.516Z Downloaded cargo_metadata v0.21.0
2932026-06-11T19:39:28.516Z Downloaded anstream v1.0.0
2942026-06-11T19:39:28.520Z Downloaded anstyle-parse v1.0.0
2952026-06-11T19:39:28.521Z Downloaded cargo_toml v0.21.0
2962026-06-11T19:39:28.521Z Downloaded toml_write v0.1.2
2972026-06-11T19:39:28.524Z Downloaded textwrap v0.16.2
2982026-06-11T19:39:28.524Z Downloaded fastrand v2.3.0
2992026-06-11T19:39:28.524Z Downloaded semver v1.0.28
3002026-06-11T19:39:28.524Z Downloaded equivalent v1.0.2
3012026-06-11T19:39:28.528Z Downloaded thiserror-impl v1.0.69
3022026-06-11T19:39:28.528Z Downloaded dof v0.3.0
3032026-06-11T19:39:28.528Z Downloaded digest v0.10.7
3042026-06-11T19:39:28.528Z Downloaded clap v4.6.1
3052026-06-11T19:39:28.532Z Downloaded utf8parse v0.2.2
3062026-06-11T19:39:28.535Z Downloaded thread-id v4.2.2
3072026-06-11T19:39:28.535Z Downloaded scroll v0.12.0
3082026-06-11T19:39:28.535Z Downloaded log v0.4.29
3092026-06-11T19:39:28.538Z Downloaded heck v0.4.1
3102026-06-11T19:39:28.538Z Downloaded generic-array v0.14.7
3112026-06-11T19:39:28.538Z Downloaded unicode-xid v0.2.6
3122026-06-11T19:39:28.541Z Downloaded toml_datetime v0.6.11
3132026-06-11T19:39:28.542Z Downloaded typeid v1.0.3
3142026-06-11T19:39:28.542Z Downloaded memmap v0.7.0
3152026-06-11T19:39:28.542Z Downloaded is_terminal_polyfill v1.70.2
3162026-06-11T19:39:28.545Z Downloaded block-buffer v0.10.4
3172026-06-11T19:39:28.545Z Downloaded cargo-util-schemas v0.8.2
3182026-06-11T19:39:28.548Z Downloaded serde_spanned v0.6.9
3192026-06-11T19:39:28.548Z Downloaded writeable v0.6.2
3202026-06-11T19:39:28.548Z Downloaded tinystr v0.8.2
3212026-06-11T19:39:28.551Z Downloaded zerofrom-derive v0.1.6
3222026-06-11T19:39:28.551Z Downloaded zerofrom v0.1.6
3232026-06-11T19:39:28.551Z Downloaded version_check v0.9.5
3242026-06-11T19:39:28.558Z Downloaded plain v0.2.3
3252026-06-11T19:39:28.558Z Downloaded dtrace-parser v0.2.0
3262026-06-11T19:39:28.558Z Downloaded zerovec-derive v0.11.2
3272026-06-11T19:39:28.558Z Downloaded heck v0.5.0
3282026-06-11T19:39:28.561Z Downloaded usdt-impl v0.5.0
3292026-06-11T19:39:28.561Z Downloaded yoke v0.8.1
3302026-06-11T19:39:28.561Z Downloaded clap_lex v1.0.0
3312026-06-11T19:39:28.561Z Downloaded colorchoice v1.0.4
3322026-06-11T19:39:28.561Z Downloaded cpufeatures v0.2.17
3332026-06-11T19:39:28.561Z Downloaded zmij v1.0.21
3342026-06-11T19:39:28.564Z Downloaded terminal_size v0.4.3
3352026-06-11T19:39:28.564Z Downloaded yoke-derive v0.8.1
3362026-06-11T19:39:28.564Z Downloaded toml v0.8.23
3372026-06-11T19:39:28.569Z Downloaded percent-encoding v2.3.2
3382026-06-11T19:39:28.569Z Downloaded thiserror v2.0.18
3392026-06-11T19:39:28.572Z Downloaded thiserror-impl v2.0.18
3402026-06-11T19:39:28.572Z Downloaded zerocopy-derive v0.7.35
3412026-06-11T19:39:28.572Z Downloaded pest_meta v2.8.6
3422026-06-11T19:39:28.575Z Downloaded ordered-float v2.10.1
3432026-06-11T19:39:28.575Z Downloaded macaddr v1.0.1
3442026-06-11T19:39:28.578Z Downloaded clap_derive v4.6.1
3452026-06-11T19:39:28.578Z Downloaded anstyle v1.0.14
3462026-06-11T19:39:28.580Z Downloaded idna_adapter v1.2.1
3472026-06-11T19:39:28.583Z Downloaded smawk v0.3.2
3482026-06-11T19:39:28.583Z Downloaded thiserror v1.0.69
3492026-06-11T19:39:28.586Z Downloaded unicode-ident v1.0.24
3502026-06-11T19:39:28.586Z Downloaded typenum v1.19.0
3512026-06-11T19:39:28.590Z Downloaded form_urlencoded v1.2.2
3522026-06-11T19:39:28.590Z Downloaded ucd-trie v0.1.7
3532026-06-11T19:39:28.590Z Downloaded strsim v0.11.1
3542026-06-11T19:39:28.593Z Downloaded pretty-hex v0.4.1
3552026-06-11T19:39:28.593Z Downloaded toml_edit v0.22.27
3562026-06-11T19:39:28.593Z Downloaded tabled_derive v0.7.0
3572026-06-11T19:39:28.596Z Downloaded potential_utf v0.1.4
3582026-06-11T19:39:28.597Z Downloaded crypto-common v0.1.7
3592026-06-11T19:39:28.601Z Downloaded zerotrie v0.2.3
3602026-06-11T19:39:28.602Z Downloaded anstyle-query v1.1.5
3612026-06-11T19:39:28.602Z Downloaded url v2.5.8
3622026-06-11T19:39:28.605Z Downloaded swrite v0.1.0
3632026-06-11T19:39:28.605Z Downloaded stable_deref_trait v1.2.1
3642026-06-11T19:39:28.605Z Downloaded scroll_derive v0.12.1
3652026-06-11T19:39:28.610Z Downloaded itoa v1.0.17
3662026-06-11T19:39:28.614Z Downloaded zerovec v0.11.5
3672026-06-11T19:39:28.619Z Downloaded displaydoc v0.2.5
3682026-06-11T19:39:28.624Z Downloaded zerocopy v0.7.35
3692026-06-11T19:39:28.628Z Downloaded synstructure v0.13.2
3702026-06-11T19:39:28.631Z Downloaded winnow v0.7.14
3712026-06-11T19:39:28.634Z Downloaded fs-err v3.3.0
3722026-06-11T19:39:28.637Z Downloaded bytecount v0.6.9
3732026-06-11T19:39:28.637Z Downloaded pest_derive v2.8.6
3742026-06-11T19:39:28.640Z Downloaded unicode-width v0.2.0
3752026-06-11T19:39:28.644Z Downloaded unicode-width v0.1.14
3762026-06-11T19:39:28.647Z Downloaded serde_tokenstream v0.2.3
3772026-06-11T19:39:28.648Z Downloaded autocfg v1.5.0
3782026-06-11T19:39:28.650Z Downloaded errno v0.3.14
3792026-06-11T19:39:28.653Z Downloaded once_cell v1.21.3
3802026-06-11T19:39:28.656Z Downloaded pest_generator v2.8.6
3812026-06-11T19:39:28.659Z Downloaded quote v1.0.45
3822026-06-11T19:39:28.659Z Downloaded sha2 v0.10.9
3832026-06-11T19:39:28.662Z Downloaded bitflags v2.11.0
3842026-06-11T19:39:28.662Z Downloaded proc-macro-error v1.0.4
3852026-06-11T19:39:28.665Z Downloaded num-traits v0.2.19
3862026-06-11T19:39:28.669Z Downloaded smallvec v1.15.1
3872026-06-11T19:39:28.669Z Downloaded camino v1.2.2
3882026-06-11T19:39:28.673Z Downloaded erased-serde v0.4.9
3892026-06-11T19:39:28.677Z Downloaded litemap v0.8.1
3902026-06-11T19:39:28.680Z Downloaded tempfile v3.25.0
3912026-06-11T19:39:28.680Z Downloaded serde-untagged v0.1.9
3922026-06-11T19:39:28.683Z Downloaded serde_derive v1.0.228
3932026-06-11T19:39:28.687Z Downloaded icu_provider v2.1.1
3942026-06-11T19:39:28.694Z Downloaded serde_core v1.0.228
3952026-06-11T19:39:28.697Z Downloaded proc-macro2 v1.0.106
3962026-06-11T19:39:28.702Z Downloaded papergrid v0.11.0
3972026-06-11T19:39:28.704Z Downloaded icu_properties v2.1.2
3982026-06-11T19:39:28.707Z Downloaded getrandom v0.4.1
3992026-06-11T19:39:28.710Z Downloaded icu_normalizer_data v2.1.1
4002026-06-11T19:39:28.714Z Downloaded icu_normalizer v2.1.1
4012026-06-11T19:39:28.729Z Downloaded icu_locale_core v2.1.1
4022026-06-11T19:39:28.736Z Downloaded serde v1.0.228
4032026-06-11T19:39:28.744Z Downloaded icu_collections v2.1.1
4042026-06-11T19:39:28.748Z Downloaded memchr v2.8.0
4052026-06-11T19:39:28.750Z Downloaded clap_builder v4.6.0
4062026-06-11T19:39:28.755Z Downloaded indexmap v2.14.0
4072026-06-11T19:39:28.765Z Downloaded hashbrown v0.17.0
4082026-06-11T19:39:28.768Z Downloaded pest v2.8.6
4092026-06-11T19:39:28.774Z Downloaded icu_properties_data v2.1.2
4102026-06-11T19:39:28.784Z Downloaded idna v1.1.0
4112026-06-11T19:39:28.787Z Downloaded serde_json v1.0.149
4122026-06-11T19:39:28.807Z Downloaded goblin v0.8.2
4132026-06-11T19:39:28.812Z Downloaded tabled v0.15.0
4142026-06-11T19:39:28.819Z Downloaded syn v1.0.109
4152026-06-11T19:39:28.830Z Downloaded syn v2.0.117
4162026-06-11T19:39:28.847Z Downloaded rustix v1.1.3
4172026-06-11T19:39:28.874Z Downloaded libc v0.2.185
4182026-06-11T19:39:28.943Z Compiling proc-macro2 v1.0.106
4192026-06-11T19:39:28.946Z Compiling unicode-ident v1.0.24
4202026-06-11T19:39:28.946Z Compiling quote v1.0.45
4212026-06-11T19:39:28.947Z Compiling serde_core v1.0.228
4222026-06-11T19:39:28.947Z Compiling libc v0.2.185
4232026-06-11T19:39:28.947Z Compiling version_check v0.9.5
4242026-06-11T19:39:28.947Z Compiling serde v1.0.228
4252026-06-11T19:39:28.947Z Compiling memchr v2.8.0
4262026-06-11T19:39:29.281Z Compiling stable_deref_trait v1.2.1
4272026-06-11T19:39:29.382Z Compiling zmij v1.0.21
4282026-06-11T19:39:29.521Z Compiling autocfg v1.5.0
4292026-06-11T19:39:29.586Z Compiling itoa v1.0.17
4302026-06-11T19:39:29.769Z Compiling thiserror v1.0.69
4312026-06-11T19:39:29.856Z Compiling ucd-trie v0.1.7
4322026-06-11T19:39:29.914Z Compiling litemap v0.8.1
4332026-06-11T19:39:29.958Z Compiling writeable v0.6.2
4342026-06-11T19:39:30.002Z Compiling icu_properties_data v2.1.2
4352026-06-11T19:39:30.152Z Compiling pest v2.8.6
4362026-06-11T19:39:30.178Z Compiling rustix v1.1.3
4372026-06-11T19:39:30.309Z Compiling icu_normalizer_data v2.1.1
4382026-06-11T19:39:30.513Z Compiling syn v2.0.117
4392026-06-11T19:39:30.553Z Compiling byteorder v1.5.0
4402026-06-11T19:39:30.594Z Compiling errno v0.3.14
4412026-06-11T19:39:30.620Z Compiling serde_json v1.0.149
4422026-06-11T19:39:30.733Z Compiling bitflags v2.11.0
4432026-06-11T19:39:30.818Z Compiling num-traits v0.2.19
4442026-06-11T19:39:30.844Z Compiling equivalent v1.0.2
4452026-06-11T19:39:30.939Z Compiling smallvec v1.15.1
4462026-06-11T19:39:31.021Z Compiling typeid v1.0.3
4472026-06-11T19:39:31.149Z Compiling hashbrown v0.17.0
4482026-06-11T19:39:31.188Z Compiling pest_meta v2.8.6
4492026-06-11T19:39:31.382Z Compiling thread-id v4.2.2
4502026-06-11T19:39:31.401Z Compiling proc-macro-error-attr v1.0.4
4512026-06-11T19:39:31.468Z Compiling usdt-impl v0.5.0
4522026-06-11T19:39:31.497Z Compiling winnow v0.7.14
4532026-06-11T19:39:31.608Z Compiling syn v1.0.109
4542026-06-11T19:39:31.706Z Compiling indexmap v2.14.0
4552026-06-11T19:39:31.817Z Compiling toml_write v0.1.2
4562026-06-11T19:39:31.885Z Compiling erased-serde v0.4.9
4572026-06-11T19:39:32.245Z Compiling proc-macro-error v1.0.4
4582026-06-11T19:39:32.307Z Compiling percent-encoding v2.3.2
4592026-06-11T19:39:32.432Z Compiling camino v1.2.2
4602026-06-11T19:39:32.498Z Compiling utf8_iter v1.0.4
4612026-06-11T19:39:32.655Z Compiling plain v0.2.3
4622026-06-11T19:39:32.706Z Compiling log v0.4.29
4632026-06-11T19:39:32.719Z Compiling getrandom v0.4.1
4642026-06-11T19:39:32.751Z Compiling thiserror v2.0.18
4652026-06-11T19:39:32.769Z Compiling utf8parse v0.2.2
4662026-06-11T19:39:32.854Z Compiling ordered-float v2.10.1
4672026-06-11T19:39:32.893Z Compiling anstyle-parse v1.0.0
4682026-06-11T19:39:32.950Z Compiling form_urlencoded v1.2.2
4692026-06-11T19:39:33.072Z Compiling synstructure v0.13.2
4702026-06-11T19:39:33.090Z Compiling pest_generator v2.8.6
4712026-06-11T19:39:33.246Z Compiling terminal_size v0.4.3
4722026-06-11T19:39:33.402Z Compiling is_terminal_polyfill v1.70.2
4732026-06-11T19:39:33.486Z Compiling pretty-hex v0.4.1
4742026-06-11T19:39:33.503Z Compiling colorchoice v1.0.4
4752026-06-11T19:39:33.542Z Compiling cfg-if v1.0.4
4762026-06-11T19:39:33.558Z Compiling anstyle v1.0.14
4772026-06-11T19:39:33.619Z Compiling anstyle-query v1.1.5
4782026-06-11T19:39:33.684Z Compiling serde-untagged v0.1.9
4792026-06-11T19:39:33.728Z Compiling anstream v1.0.0
4802026-06-11T19:39:33.826Z Compiling semver v1.0.28
4812026-06-11T19:39:33.851Z Compiling fs-err v3.3.0
4822026-06-11T19:39:33.981Z Compiling fnv v1.0.7
4832026-06-11T19:39:34.044Z Compiling once_cell v1.21.3
4842026-06-11T19:39:34.089Z Compiling heck v0.4.1
4852026-06-11T19:39:34.112Z Compiling fastrand v2.3.0
4862026-06-11T19:39:34.147Z Compiling bytecount v0.6.9
4872026-06-11T19:39:34.184Z Compiling clap_lex v1.0.0
4882026-06-11T19:39:34.274Z Compiling anyhow v1.0.102
4892026-06-11T19:39:34.291Z Compiling unicode-xid v0.2.6
4902026-06-11T19:39:34.324Z Compiling strsim v0.11.1
4912026-06-11T19:39:34.418Z Compiling heck v0.5.0
4922026-06-11T19:39:34.433Z Compiling unicode-width v0.1.14
4932026-06-11T19:39:34.660Z Compiling papergrid v0.11.0
4942026-06-11T19:39:34.679Z Compiling clap_builder v4.6.0
4952026-06-11T19:39:34.701Z Compiling tempfile v3.25.0
4962026-06-11T19:39:34.795Z Compiling serde_derive v1.0.228
4972026-06-11T19:39:34.815Z Compiling zerofrom-derive v0.1.6
4982026-06-11T19:39:34.826Z Compiling yoke-derive v0.8.1
4992026-06-11T19:39:35.063Z Compiling zerovec-derive v0.11.2
5002026-06-11T19:39:35.280Z Compiling displaydoc v0.2.5
5012026-06-11T19:39:35.996Z Compiling thiserror-impl v1.0.69
5022026-06-11T19:39:36.022Z Compiling zerocopy-derive v0.7.35
5032026-06-11T19:39:36.096Z Compiling pest_derive v2.8.6
5042026-06-11T19:39:36.199Z Compiling scroll_derive v0.12.1
5052026-06-11T19:39:36.221Z Compiling zerofrom v0.1.6
5062026-06-11T19:39:36.355Z Compiling yoke v0.8.1
5072026-06-11T19:39:36.537Z Compiling zerovec v0.11.5
5082026-06-11T19:39:36.554Z Compiling zerotrie v0.2.3
5092026-06-11T19:39:36.859Z Compiling thiserror-impl v2.0.18
5102026-06-11T19:39:36.878Z Compiling scroll v0.12.0
5112026-06-11T19:39:36.901Z Compiling zerocopy v0.7.35
5122026-06-11T19:39:37.057Z Compiling tinystr v0.8.2
5132026-06-11T19:39:37.147Z Compiling potential_utf v0.1.4
5142026-06-11T19:39:37.282Z Compiling icu_locale_core v2.1.1
5152026-06-11T19:39:37.320Z Compiling icu_collections v2.1.1
5162026-06-11T19:39:37.373Z Compiling dtrace-parser v0.2.0
5172026-06-11T19:39:37.451Z Compiling goblin v0.8.2
5182026-06-11T19:39:37.727Z Compiling tabled_derive v0.7.0
5192026-06-11T19:39:37.807Z Compiling clap_derive v4.6.1
5202026-06-11T19:39:38.118Z Compiling icu_provider v2.1.1
5212026-06-11T19:39:38.152Z Compiling memmap v0.7.0
5222026-06-11T19:39:38.189Z Compiling serde_spanned v0.6.9
5232026-06-11T19:39:38.257Z Compiling toml_datetime v0.6.11
5242026-06-11T19:39:38.284Z Compiling dof v0.3.0
5252026-06-11T19:39:38.334Z Compiling serde_tokenstream v0.2.3
5262026-06-11T19:39:38.352Z Compiling icu_properties v2.1.2
5272026-06-11T19:39:38.422Z Compiling icu_normalizer v2.1.1
5282026-06-11T19:39:38.519Z Compiling toml_edit v0.22.27
5292026-06-11T19:39:38.671Z Compiling serde-value v0.7.0
5302026-06-11T19:39:38.777Z Compiling cargo-platform v0.2.0
5312026-06-11T19:39:39.020Z Compiling unicode-linebreak v0.1.5
5322026-06-11T19:39:39.092Z Compiling smawk v0.3.2
5332026-06-11T19:39:39.096Z Compiling unicode-width v0.2.0
5342026-06-11T19:39:39.252Z Compiling idna_adapter v1.2.1
5352026-06-11T19:39:39.274Z Compiling tabled v0.15.0
5362026-06-11T19:39:39.331Z Compiling usdt-macro v0.5.0
5372026-06-11T19:39:39.395Z Compiling idna v1.1.0
5382026-06-11T19:39:39.413Z Compiling usdt-attr-macro v0.5.0
5392026-06-11T19:39:39.505Z Compiling textwrap v0.16.2
5402026-06-11T19:39:39.624Z Compiling clap v4.6.1
5412026-06-11T19:39:39.953Z Compiling url v2.5.8
5422026-06-11T19:39:39.969Z Compiling macaddr v1.0.1
5432026-06-11T19:39:40.067Z Compiling toml v0.8.23
5442026-06-11T19:39:40.201Z Compiling camino-tempfile v1.4.1
5452026-06-11T19:39:40.440Z Compiling cargo-util-schemas v0.8.2
5462026-06-11T19:39:40.459Z Compiling usdt v0.5.0
5472026-06-11T19:39:40.668Z Compiling cargo_toml v0.21.0
5482026-06-11T19:39:40.731Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-06-11T19:39:40.980Z Compiling swrite v0.1.0
5502026-06-11T19:39:41.356Z Compiling cargo_metadata v0.21.0
5512026-06-11T19:39:42.280Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5522026-06-11T19:39:44.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.63s
5532026-06-11T19:39:44.597Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5542026-06-11T19:39:45.155Z Downloading crates ...
5552026-06-11T19:39:45.252Z Downloaded adler2 v2.0.1
5562026-06-11T19:39:45.260Z Downloaded atomicwrites v0.4.4
5572026-06-11T19:39:45.263Z Downloaded argon2 v0.5.3
5582026-06-11T19:39:45.263Z Downloaded anstyle-parse v0.2.7
5592026-06-11T19:39:45.270Z Downloaded convert_case v0.10.0
5602026-06-11T19:39:45.273Z Downloaded bitfield-struct v0.6.2
5612026-06-11T19:39:45.273Z Downloaded crucible-workspace-hack v0.1.0
5622026-06-11T19:39:45.276Z Downloaded bitfield-macros v0.19.4
5632026-06-11T19:39:45.279Z Downloaded async-stream-impl v0.3.6
5642026-06-11T19:39:45.282Z Downloaded cstr-argument v0.1.2
5652026-06-11T19:39:45.282Z Downloaded bcrypt-pbkdf v0.10.0
5662026-06-11T19:39:45.282Z Downloaded base16ct v0.2.0
5672026-06-11T19:39:45.285Z Downloaded async-stream v0.3.6
5682026-06-11T19:39:45.288Z Downloaded crc-any v2.5.0
5692026-06-11T19:39:45.288Z Downloaded embedded-io v0.4.0
5702026-06-11T19:39:45.292Z Downloaded display-error-chain v0.2.2
5712026-06-11T19:39:45.292Z Downloaded debug-ignore v1.0.5
5722026-06-11T19:39:45.292Z Downloaded backon v1.6.0
5732026-06-11T19:39:45.295Z Downloaded async-trait v0.1.89
5742026-06-11T19:39:45.295Z Downloaded fixedbitset v0.4.2
5752026-06-11T19:39:45.298Z Downloaded bit-set v0.8.0
5762026-06-11T19:39:45.303Z Downloaded derive-ex v0.1.8
5772026-06-11T19:39:45.307Z Downloaded defmt v1.0.1
5782026-06-11T19:39:45.307Z Downloaded aead v0.5.2
5792026-06-11T19:39:45.311Z Downloaded async-recursion v1.1.1
5802026-06-11T19:39:45.314Z Downloaded foreign-types-shared v0.3.1
5812026-06-11T19:39:45.314Z Downloaded bit-set v0.5.3
5822026-06-11T19:39:45.314Z Downloaded document-features v0.2.12
5832026-06-11T19:39:45.318Z Downloaded defmt v0.3.100
5842026-06-11T19:39:45.318Z Downloaded darling_macro v0.21.3
5852026-06-11T19:39:45.321Z Downloaded bit-vec v0.8.0
5862026-06-11T19:39:45.321Z Downloaded bb8 v0.8.6
5872026-06-11T19:39:45.325Z Downloaded diesel_table_macro_syntax v0.3.0
5882026-06-11T19:39:45.331Z Downloaded ena v0.14.4
5892026-06-11T19:39:45.334Z Downloaded cbc v0.1.2
5902026-06-11T19:39:45.334Z Downloaded des v0.8.1
5912026-06-11T19:39:45.335Z Downloaded float-ord v0.3.2
5922026-06-11T19:39:45.335Z Downloaded difflib v0.4.0
5932026-06-11T19:39:45.338Z Downloaded defmt-parser v1.0.0
5942026-06-11T19:39:45.338Z Downloaded darling_macro v0.13.4
5952026-06-11T19:39:45.338Z Downloaded darling_core v0.21.3
5962026-06-11T19:39:45.341Z Downloaded bitfield v0.19.4
5972026-06-11T19:39:45.341Z Downloaded enum-as-inner v0.6.1
5982026-06-11T19:39:45.341Z Downloaded cfg_aliases v0.2.1
5992026-06-11T19:39:45.344Z Downloaded ascii-canvas v3.0.0
6002026-06-11T19:39:45.344Z Downloaded atty v0.2.14
6012026-06-11T19:39:45.344Z Downloaded arrayref v0.3.9
6022026-06-11T19:39:45.348Z Downloaded dunce v1.0.5
6032026-06-11T19:39:45.352Z Downloaded cobs v0.3.0
6042026-06-11T19:39:45.352Z Downloaded cargo-platform v0.3.2
6052026-06-11T19:39:45.352Z Downloaded assert_matches v1.5.0
6062026-06-11T19:39:45.354Z Downloaded array-init v0.0.4
6072026-06-11T19:39:45.354Z Downloaded dtrace-parser v0.3.0
6082026-06-11T19:39:45.358Z Downloaded ciborium-ll v0.2.2
6092026-06-11T19:39:45.361Z Downloaded deranged v0.5.8
6102026-06-11T19:39:45.361Z Downloaded embedded-io v0.6.1
6112026-06-11T19:39:45.363Z Downloaded futures-io v0.3.32
6122026-06-11T19:39:45.363Z Downloaded downcast-rs v2.0.2
6132026-06-11T19:39:45.366Z Downloaded bit-vec v0.6.3
6142026-06-11T19:39:45.366Z Downloaded derive_builder_macro v0.20.2
6152026-06-11T19:39:45.367Z Downloaded darling_macro v0.23.0
6162026-06-11T19:39:45.367Z Downloaded darling_macro v0.20.11
6172026-06-11T19:39:45.367Z Downloaded colored v3.1.1
6182026-06-11T19:39:45.371Z Downloaded futures-core v0.3.32
6192026-06-11T19:39:45.371Z Downloaded fatfs v0.3.6
6202026-06-11T19:39:45.374Z Downloaded base64 v0.22.1
6212026-06-11T19:39:45.374Z Downloaded crossbeam-deque v0.8.6
6222026-06-11T19:39:45.377Z Downloaded crc-catalog v2.4.0
6232026-06-11T19:39:45.377Z Downloaded compression-core v0.4.31
6242026-06-11T19:39:45.377Z Downloaded atomic-waker v1.1.2
6252026-06-11T19:39:45.377Z Downloaded dsl_auto_type v0.2.0
6262026-06-11T19:39:45.380Z Downloaded flagset v0.4.7
6272026-06-11T19:39:45.383Z Downloaded dropshot-api-manager-types v0.7.2
6282026-06-11T19:39:45.383Z Downloaded dirs-next v2.0.0
6292026-06-11T19:39:45.386Z Downloaded dyn-clone v1.0.20
6302026-06-11T19:39:45.386Z Downloaded crc8 v0.1.1
6312026-06-11T19:39:45.389Z Downloaded crc v3.4.0
6322026-06-11T19:39:45.389Z Downloaded fd-lock v4.0.4
6332026-06-11T19:39:45.392Z Downloaded dirs-sys-next v0.1.2
6342026-06-11T19:39:45.392Z Downloaded cpufeatures v0.3.0
6352026-06-11T19:39:45.398Z Downloaded futures-macro v0.3.32
6362026-06-11T19:39:45.401Z Downloaded critical-section v1.2.0
6372026-06-11T19:39:45.401Z Downloaded float-cmp v0.10.0
6382026-06-11T19:39:45.401Z Downloaded env_filter v1.0.0
6392026-06-11T19:39:45.404Z Downloaded erased-serde v0.3.31
6402026-06-11T19:39:45.409Z Downloaded diesel-dtrace v0.5.0
6412026-06-11T19:39:45.409Z Downloaded data-encoding v2.10.0
6422026-06-11T19:39:45.414Z Downloaded foreign-types-shared v0.1.1
6432026-06-11T19:39:45.414Z Downloaded block-padding v0.3.3
6442026-06-11T19:39:45.414Z Downloaded foreign-types v0.5.0
6452026-06-11T19:39:45.414Z Downloaded convert_case v0.4.0
6462026-06-11T19:39:45.417Z Downloaded foreign-types v0.3.2
6472026-06-11T19:39:45.417Z Downloaded foreign-types-macros v0.2.3
6482026-06-11T19:39:45.419Z Downloaded curve25519-dalek-derive v0.1.1
6492026-06-11T19:39:45.422Z Downloaded crossbeam-utils v0.8.21
6502026-06-11T19:39:45.422Z Downloaded fixedbitset v0.5.7
6512026-06-11T19:39:45.425Z Downloaded either v1.15.0
6522026-06-11T19:39:45.425Z Downloaded derive_builder_core v0.20.2
6532026-06-11T19:39:45.425Z Downloaded cfg_aliases v0.1.1
6542026-06-11T19:39:45.428Z Downloaded ecdsa v0.16.9
6552026-06-11T19:39:45.428Z Downloaded gethostname v0.5.0
6562026-06-11T19:39:45.431Z Downloaded fxhash v0.2.1
6572026-06-11T19:39:45.431Z Downloaded futures-sink v0.3.32
6582026-06-11T19:39:45.431Z Downloaded endian-type v0.1.2
6592026-06-11T19:39:45.431Z Downloaded ciborium-io v0.2.2
6602026-06-11T19:39:45.434Z Downloaded crunchy v0.2.4
6612026-06-11T19:39:45.434Z Downloaded flate2 v1.1.9
6622026-06-11T19:39:45.437Z Downloaded dof v0.4.0
6632026-06-11T19:39:45.437Z Downloaded bcs v0.1.6
6642026-06-11T19:39:45.437Z Downloaded derive_more v2.1.1
6652026-06-11T19:39:45.444Z Downloaded hash32 v0.3.1
6662026-06-11T19:39:45.447Z Downloaded git-stub v1.0.0
6672026-06-11T19:39:45.447Z Downloaded funty v2.0.0
6682026-06-11T19:39:45.447Z Downloaded find-msvc-tools v0.1.9
6692026-06-11T19:39:45.450Z Downloaded ed25519 v2.2.3
6702026-06-11T19:39:45.450Z Downloaded darling v0.13.4
6712026-06-11T19:39:45.452Z Downloaded ff v0.13.1
6722026-06-11T19:39:45.452Z Downloaded cexpr v0.6.0
6732026-06-11T19:39:45.455Z Downloaded ciborium v0.2.2
6742026-06-11T19:39:45.455Z Downloaded arrayvec v0.7.6
6752026-06-11T19:39:45.455Z Downloaded daft-derive v0.1.7
6762026-06-11T19:39:45.458Z Downloaded constant_time_eq v0.4.2
6772026-06-11T19:39:45.461Z Downloaded globwalk v0.9.1
6782026-06-11T19:39:45.461Z Downloaded ghash v0.5.1
6792026-06-11T19:39:45.461Z Downloaded bitflags v1.3.2
6802026-06-11T19:39:45.465Z Downloaded hash32 v0.2.1
6812026-06-11T19:39:45.465Z Downloaded base64ct v1.8.3
6822026-06-11T19:39:45.469Z Downloaded der_derive v0.7.3
6832026-06-11T19:39:45.469Z Downloaded anstream v0.6.21
6842026-06-11T19:39:45.472Z Downloaded hex v0.4.3
6852026-06-11T19:39:45.472Z Downloaded headers-core v0.3.0
6862026-06-11T19:39:45.472Z Downloaded diff v0.1.13
6872026-06-11T19:39:45.475Z Downloaded http-body v1.0.1
6882026-06-11T19:39:45.479Z Downloaded hex-literal v0.4.1
6892026-06-11T19:39:45.479Z Downloaded futures-executor v0.3.32
6902026-06-11T19:39:45.482Z Downloaded csv-core v0.1.13
6912026-06-11T19:39:45.485Z Downloaded fallible-iterator v0.2.0
6922026-06-11T19:39:45.485Z Downloaded fs_extra v1.3.0
6932026-06-11T19:39:45.488Z Downloaded cargo_metadata v0.23.1
6942026-06-11T19:39:45.488Z Downloaded daft v0.1.7
6952026-06-11T19:39:45.488Z Downloaded hostname v0.3.1
6962026-06-11T19:39:45.492Z Downloaded hostname v0.4.2
6972026-06-11T19:39:45.492Z Downloaded chacha20 v0.9.1
6982026-06-11T19:39:45.496Z Downloaded hubpack v0.1.2
6992026-06-11T19:39:45.496Z Downloaded home v0.5.12
7002026-06-11T19:39:45.496Z Downloaded corncobs v0.1.4
7012026-06-11T19:39:45.496Z Downloaded hubpack_derive v0.1.1
7022026-06-11T19:39:45.499Z Downloaded http-range v0.1.5
7032026-06-11T19:39:45.499Z Downloaded castaway v0.2.4
7042026-06-11T19:39:45.499Z Downloaded hyper-tls v0.6.0
7052026-06-11T19:39:45.502Z Downloaded ed25519-dalek v2.2.0
7062026-06-11T19:39:45.502Z Downloaded crossbeam-channel v0.5.15
7072026-06-11T19:39:45.505Z Downloaded const_format_proc_macros v0.2.34
7082026-06-11T19:39:45.508Z Downloaded cmake v0.1.57
7092026-06-11T19:39:45.508Z Downloaded ident_case v1.0.1
7102026-06-11T19:39:45.508Z Downloaded futures-task v0.3.32
7112026-06-11T19:39:45.508Z Downloaded httpdate v1.0.3
7122026-06-11T19:39:45.511Z Downloaded fs-err v2.11.0
7132026-06-11T19:39:45.511Z Downloaded cipher v0.4.4
7142026-06-11T19:39:45.511Z Downloaded buf-list v1.1.2
7152026-06-11T19:39:45.514Z Downloaded cassowary v0.3.0
7162026-06-11T19:39:45.514Z Downloaded group v0.13.0
7172026-06-11T19:39:45.518Z Downloaded darling v0.21.3
7182026-06-11T19:39:45.518Z Downloaded bzip2 v0.6.1
7192026-06-11T19:39:45.521Z Downloaded backoff v0.4.0
7202026-06-11T19:39:45.521Z Downloaded darling v0.23.0
7212026-06-11T19:39:45.524Z Downloaded foldhash v0.2.0
7222026-06-11T19:39:45.524Z Downloaded defmt-macros v1.0.1
7232026-06-11T19:39:45.527Z Downloaded illumos-nvpair-sys v0.2.0
7242026-06-11T19:39:45.527Z Downloaded foldhash v0.1.5
7252026-06-11T19:39:45.530Z Downloaded glob v0.3.3
7262026-06-11T19:39:45.530Z Downloaded env_logger v0.11.9
7272026-06-11T19:39:45.530Z Downloaded indoc v1.0.9
7282026-06-11T19:39:45.533Z Downloaded async-compression v0.4.41
7292026-06-11T19:39:45.536Z Downloaded inout v0.1.4
7302026-06-11T19:39:45.537Z Downloaded filetime v0.2.27
7312026-06-11T19:39:45.540Z Downloaded crc32fast v1.5.0
7322026-06-11T19:39:45.540Z Downloaded elliptic-curve v0.13.8
7332026-06-11T19:39:45.543Z Downloaded globset v0.4.18
7342026-06-11T19:39:45.543Z Downloaded dropshot_endpoint v0.17.0
7352026-06-11T19:39:45.546Z Downloaded is_ci v1.2.0
7362026-06-11T19:39:45.546Z Downloaded instability v0.3.11
7372026-06-11T19:39:45.546Z Downloaded darling_core v0.20.11
7382026-06-11T19:39:45.550Z Downloaded is-terminal v0.4.17
7392026-06-11T19:39:45.550Z Downloaded instant v0.1.13
7402026-06-11T19:39:45.553Z Downloaded lazy_static v1.5.0
7412026-06-11T19:39:45.553Z Downloaded kstat-rs v0.2.4
7422026-06-11T19:39:45.553Z Downloaded keccak v0.1.6
7432026-06-11T19:39:45.553Z Downloaded derive_builder v0.20.2
7442026-06-11T19:39:45.557Z Downloaded libscf-sys v1.1.0
7452026-06-11T19:39:45.557Z Downloaded lalrpop-util v0.19.12
7462026-06-11T19:39:45.560Z Downloaded crossbeam-epoch v0.9.18
7472026-06-11T19:39:45.560Z Downloaded derive_more v0.99.20
7482026-06-11T19:39:45.562Z Downloaded humantime v2.3.0
7492026-06-11T19:39:45.565Z Downloaded highway v1.3.0
7502026-06-11T19:39:45.565Z Downloaded colored v2.2.0
7512026-06-11T19:39:45.568Z Downloaded illumos-nvpair v0.3.0
7522026-06-11T19:39:45.568Z Downloaded hyper-staticfile v0.10.1
7532026-06-11T19:39:45.568Z Downloaded git-stub-vcs v0.1.0
7542026-06-11T19:39:45.571Z Downloaded compression-codecs v0.4.37
7552026-06-11T19:39:45.574Z Downloaded linked-hash-map v0.5.6
7562026-06-11T19:39:45.574Z Downloaded console v0.15.11
7572026-06-11T19:39:45.574Z Downloaded lru v0.12.5
7582026-06-11T19:39:45.578Z Downloaded cookie_store v0.22.1
7592026-06-11T19:39:45.578Z Downloaded derive-where v1.6.0
7602026-06-11T19:39:45.581Z Downloaded darling v0.20.11
7612026-06-11T19:39:45.583Z Downloaded futures-channel v0.3.32
7622026-06-11T19:39:45.583Z Downloaded darling_core v0.13.4
7632026-06-11T19:39:45.586Z Downloaded indent_write v2.2.0
7642026-06-11T19:39:45.586Z Downloaded cancel-safe-futures v0.1.5
7652026-06-11T19:39:45.589Z Downloaded md-5 v0.10.6
7662026-06-11T19:39:45.589Z Downloaded maplit v1.0.2
7672026-06-11T19:39:45.589Z Downloaded blake2 v0.10.6
7682026-06-11T19:39:45.595Z Downloaded indoc v2.0.7
7692026-06-11T19:39:45.595Z Downloaded managed v0.8.0
7702026-06-11T19:39:45.598Z Downloaded lru-cache v0.1.2
7712026-06-11T19:39:45.598Z Downloaded bzip2 v0.4.4
7722026-06-11T19:39:45.598Z Downloaded mime v0.3.17
7732026-06-11T19:39:45.598Z Downloaded ingot v0.1.1
7742026-06-11T19:39:45.598Z Downloaded clang-sys v1.8.1
7752026-06-11T19:39:45.601Z Downloaded memoffset v0.9.1
7762026-06-11T19:39:45.601Z Downloaded multimap v0.10.1
7772026-06-11T19:39:45.601Z Downloaded match_cfg v0.1.0
7782026-06-11T19:39:45.601Z Downloaded base64 v0.21.7
7792026-06-11T19:39:45.604Z Downloaded maybe-uninit v2.0.0
7802026-06-11T19:39:45.604Z Downloaded lzss v0.8.2
7812026-06-11T19:39:45.608Z Downloaded blowfish v0.9.1
7822026-06-11T19:39:45.608Z Downloaded newline-converter v0.3.0
7832026-06-11T19:39:45.608Z Downloaded drift v0.2.0
7842026-06-11T19:39:45.612Z Downloaded nibble_vec v0.1.0
7852026-06-11T19:39:45.616Z Downloaded newtype-uuid-macros v0.1.0
7862026-06-11T19:39:45.616Z Downloaded http-body-util v0.1.3
7872026-06-11T19:39:45.619Z Downloaded hmac v0.12.1
7882026-06-11T19:39:45.619Z Downloaded ipnetwork v0.21.1
7892026-06-11T19:39:45.619Z Downloaded ingot-types v0.1.2
7902026-06-11T19:39:45.622Z Downloaded impl-trait-for-tuples v0.2.3
7912026-06-11T19:39:45.622Z Downloaded half v1.8.3
7922026-06-11T19:39:45.622Z Downloaded new_debug_unreachable v1.0.6
7932026-06-11T19:39:45.625Z Downloaded internet-checksum v0.2.1
7942026-06-11T19:39:45.625Z Downloaded md5 v0.7.0
7952026-06-11T19:39:45.625Z Downloaded num-conv v0.2.0
7962026-06-11T19:39:45.625Z Downloaded getrandom v0.2.17
7972026-06-11T19:39:45.628Z Downloaded ipnet v2.11.0
7982026-06-11T19:39:45.628Z Downloaded num-derive v0.4.2
7992026-06-11T19:39:45.631Z Downloaded jobserver v0.1.34
8002026-06-11T19:39:45.631Z Downloaded nodrop v0.1.14
8012026-06-11T19:39:45.631Z Downloaded newtype_derive v0.1.6
8022026-06-11T19:39:45.634Z Downloaded num v0.4.3
8032026-06-11T19:39:45.634Z Downloaded normalize-line-endings v0.3.0
8042026-06-11T19:39:45.634Z Downloaded chacha20 v0.10.0
8052026-06-11T19:39:45.637Z Downloaded nonempty v0.12.0
8062026-06-11T19:39:45.637Z Downloaded ctr v0.9.2
8072026-06-11T19:39:45.638Z Downloaded camino-tempfile-ext v0.3.3
8082026-06-11T19:39:45.641Z Downloaded linear-map v1.2.0
8092026-06-11T19:39:45.641Z Downloaded libsw v3.5.0
8102026-06-11T19:39:45.641Z Downloaded iana-time-zone v0.1.65
8112026-06-11T19:39:45.644Z Downloaded olpc-cjson v0.1.4
8122026-06-11T19:39:45.644Z Downloaded num-derive v0.3.3
8132026-06-11T19:39:45.644Z Downloaded byte-wrapper v0.1.0
8142026-06-11T19:39:45.648Z Downloaded const-oid v0.9.6
8152026-06-11T19:39:45.648Z Downloaded darling_core v0.23.0
8162026-06-11T19:39:45.653Z Downloaded async-bb8-diesel v0.2.1
8172026-06-11T19:39:45.656Z Downloaded allocator-api2 v0.2.21
8182026-06-11T19:39:45.656Z Downloaded ahash v0.8.12
8192026-06-11T19:39:45.656Z Downloaded num_enum_derive v0.5.11
8202026-06-11T19:39:45.660Z Downloaded der v0.7.10
8212026-06-11T19:39:45.662Z Downloaded lru-slab v0.1.2
8222026-06-11T19:39:45.676Z Downloaded openssl-probe v0.2.1
8232026-06-11T19:39:45.678Z Downloaded oso-derive v0.27.3
8242026-06-11T19:39:45.678Z Downloaded openssl-probe v0.1.6
8252026-06-11T19:39:45.678Z Downloaded openssl-macros v0.1.1
8262026-06-11T19:39:45.679Z Downloaded opaque-debug v0.3.1
8272026-06-11T19:39:45.679Z Downloaded num_threads v0.1.7
8282026-06-11T19:39:45.679Z Downloaded newtype-uuid v1.3.2
8292026-06-11T19:39:45.682Z Downloaded mime_guess v2.0.5
8302026-06-11T19:39:45.682Z Downloaded hyper-rustls v0.27.7
8312026-06-11T19:39:45.687Z Downloaded futures v0.3.32
8322026-06-11T19:39:45.687Z Downloaded native-tls v0.2.18
8332026-06-11T19:39:45.692Z Downloaded libefi-sys v0.1.0
8342026-06-11T19:39:45.692Z Downloaded httparse v1.10.1
8352026-06-11T19:39:45.692Z Downloaded console v0.16.2
8362026-06-11T19:39:45.692Z Downloaded packed_struct_codegen v0.10.1
8372026-06-11T19:39:45.692Z Downloaded path-slash v0.1.5
8382026-06-11T19:39:45.696Z Downloaded parse-display v0.10.0
8392026-06-11T19:39:45.702Z Downloaded libsw-core v0.3.2
8402026-06-11T19:39:45.702Z Downloaded getrandom v0.3.4
8412026-06-11T19:39:45.706Z Downloaded pbkdf2 v0.11.0
8422026-06-11T19:39:45.710Z Downloaded parse-size v1.1.0
8432026-06-11T19:39:45.710Z Downloaded diesel_derives v2.3.7
8442026-06-11T19:39:45.715Z Downloaded num-integer v0.1.46
8452026-06-11T19:39:45.715Z Downloaded num-complex v0.4.6
8462026-06-11T19:39:45.715Z Downloaded num-iter v0.1.45
8472026-06-11T19:39:45.720Z Downloaded nu-ansi-term v0.50.3
8482026-06-11T19:39:45.720Z Downloaded lock_api v0.4.14
8492026-06-11T19:39:45.720Z Downloaded libloading v0.8.9
8502026-06-11T19:39:45.720Z Downloaded peg-runtime v0.8.5
8512026-06-11T19:39:45.720Z Downloaded phf_shared v0.13.1
8522026-06-11T19:39:45.724Z Downloaded phf_shared v0.11.3
8532026-06-11T19:39:45.724Z Downloaded pbkdf2 v0.12.2
8542026-06-11T19:39:45.724Z Downloaded phf_shared v0.12.1
8552026-06-11T19:39:45.724Z Downloaded num-rational v0.4.2
8562026-06-11T19:39:45.731Z Downloaded headers v0.4.1
8572026-06-11T19:39:45.738Z Downloaded num_enum_derive v0.7.6
8582026-06-11T19:39:45.738Z Downloaded heapless v0.7.17
8592026-06-11T19:39:45.738Z Downloaded num_enum v0.7.6
8602026-06-11T19:39:45.742Z Downloaded cookie v0.18.1
8612026-06-11T19:39:45.742Z Downloaded powerfmt v0.2.0
8622026-06-11T19:39:45.742Z Downloaded const_format v0.2.35
8632026-06-11T19:39:45.742Z Downloaded arc-swap v1.8.2
8642026-06-11T19:39:45.745Z Downloaded pin-utils v0.1.0
8652026-06-11T19:39:45.745Z Downloaded memmap2 v0.9.10
8662026-06-11T19:39:45.745Z Downloaded ingot-macros v0.1.1
8672026-06-11T19:39:45.750Z Downloaded indexmap v1.9.3
8682026-06-11T19:39:45.750Z Downloaded multer v3.1.0
8692026-06-11T19:39:45.753Z Downloaded flume v0.11.1
8702026-06-11T19:39:45.753Z Downloaded predicates-tree v1.0.13
8712026-06-11T19:39:45.753Z Downloaded precomputed-hash v0.1.1
8722026-06-11T19:39:45.753Z Downloaded owo-colors v4.3.0
8732026-06-11T19:39:45.756Z Downloaded litrs v1.0.0
8742026-06-11T19:39:45.756Z Downloaded compact_str v0.8.1
8752026-06-11T19:39:45.759Z Downloaded proc-macro-crate v1.3.1
8762026-06-11T19:39:45.759Z Downloaded proc-macro-crate v3.4.0
8772026-06-11T19:39:45.762Z Downloaded predicates-core v1.0.10
8782026-06-11T19:39:45.762Z Downloaded chacha20poly1305 v0.10.1
8792026-06-11T19:39:45.765Z Downloaded parse-display-derive v0.10.0
8802026-06-11T19:39:45.768Z Downloaded packed_struct v0.10.1
8812026-06-11T19:39:45.768Z Downloaded oxnet v0.1.5
8822026-06-11T19:39:45.772Z Downloaded oxide-tokio-rt v0.1.4
8832026-06-11T19:39:45.772Z Downloaded nanorand v0.7.0
8842026-06-11T19:39:45.775Z Downloaded bytes v1.11.1
8852026-06-11T19:39:45.775Z Downloaded libbz2-rs-sys v0.2.2
8862026-06-11T19:39:45.778Z Downloaded proc-macro-error-attr2 v2.0.0
8872026-06-11T19:39:45.778Z Downloaded password-hash v0.5.0
8882026-06-11T19:39:45.778Z Downloaded progenitor-macro v0.13.0
8892026-06-11T19:39:45.782Z Downloaded paste v1.0.15
8902026-06-11T19:39:45.782Z Downloaded ignore v0.4.25
8912026-06-11T19:39:45.785Z Downloaded password-hash v0.4.2
8922026-06-11T19:39:45.785Z Downloaded progenitor-macro v0.11.2
8932026-06-11T19:39:45.788Z Downloaded peg-macros v0.8.5
8942026-06-11T19:39:45.788Z Downloaded pem v3.0.6
8952026-06-11T19:39:45.788Z Downloaded heapless v0.8.0
8962026-06-11T19:39:45.791Z Downloaded half v2.7.1
8972026-06-11T19:39:45.794Z Downloaded progenitor-client v0.14.0
8982026-06-11T19:39:45.797Z Downloaded progenitor-macro v0.14.0
8992026-06-11T19:39:45.797Z Downloaded num_enum v0.5.11
9002026-06-11T19:39:45.800Z Downloaded pem-rfc7468 v0.7.0
9012026-06-11T19:39:45.805Z Downloaded psl-types v2.0.11
9022026-06-11T19:39:45.806Z Downloaded phf v0.12.1
9032026-06-11T19:39:45.806Z Downloaded quick-error v1.2.3
9042026-06-11T19:39:45.809Z Downloaded indicatif v0.18.4
9052026-06-11T19:39:45.809Z Downloaded pin-project-lite v0.2.17
9062026-06-11T19:39:45.812Z Downloaded radium v0.7.0
9072026-06-11T19:39:45.812Z Downloaded ppv-lite86 v0.2.21
9082026-06-11T19:39:45.812Z Downloaded pkcs8 v0.10.2
9092026-06-11T19:39:45.818Z Downloaded pkg-config v0.3.32
9102026-06-11T19:39:45.818Z Downloaded ar_archive_writer v0.5.1
9112026-06-11T19:39:45.821Z Downloaded pin-project-internal v1.1.11
9122026-06-11T19:39:45.821Z Downloaded polyval v0.6.2
9132026-06-11T19:39:45.821Z Downloaded bumpalo v3.20.2
9142026-06-11T19:39:45.825Z Downloaded derive_more-impl v2.1.1
9152026-06-11T19:39:45.828Z Downloaded progenitor-client v0.11.2
9162026-06-11T19:39:45.829Z Downloaded parking_lot v0.12.5
9172026-06-11T19:39:45.832Z Downloaded rand_xorshift v0.4.0
9182026-06-11T19:39:45.832Z Downloaded omicron-zone-package v0.12.2
9192026-06-11T19:39:45.834Z Downloaded expectorate v1.2.0
9202026-06-11T19:39:45.837Z Downloaded crypto-bigint v0.5.5
9212026-06-11T19:39:45.840Z Downloaded rand_chacha v0.3.1
9222026-06-11T19:39:45.843Z Downloaded progenitor-client v0.13.0
9232026-06-11T19:39:45.843Z Downloaded ref-cast v1.0.25
9242026-06-11T19:39:45.848Z Downloaded progenitor v0.11.2
9252026-06-11T19:39:45.852Z Downloaded primeorder v0.13.6
9262026-06-11T19:39:45.852Z Downloaded parking_lot v0.11.2
9272026-06-11T19:39:45.855Z Downloaded recursive-proc-macro-impl v0.1.1
9282026-06-11T19:39:45.855Z Downloaded recursive v0.1.1
9292026-06-11T19:39:45.858Z Downloaded proc-macro-error2 v2.0.1
9302026-06-11T19:39:45.858Z Downloaded peg v0.8.5
9312026-06-11T19:39:45.862Z Downloaded ref-cast-impl v1.0.25
9322026-06-11T19:39:45.865Z Downloaded rfc6979 v0.4.0
9332026-06-11T19:39:45.865Z Downloaded progenitor-extras v0.2.0
9342026-06-11T19:39:45.868Z Downloaded progenitor v0.13.0
9352026-06-11T19:39:45.871Z Downloaded parking_lot_core v0.9.12
9362026-06-11T19:39:45.871Z Downloaded rustc-hash v2.1.1
9372026-06-11T19:39:45.875Z Downloaded russh-cryptovec v0.7.3
9382026-06-11T19:39:45.879Z Downloaded phf v0.13.1
9392026-06-11T19:39:45.882Z Downloaded psm v0.1.30
9402026-06-11T19:39:45.889Z Downloaded pkcs5 v0.7.1
9412026-06-11T19:39:45.892Z Downloaded rustc_version v0.4.1
9422026-06-11T19:39:45.894Z Downloaded rtoolbox v0.0.3
9432026-06-11T19:39:45.900Z Downloaded rustc_version v0.1.7
9442026-06-11T19:39:45.900Z Downloaded hickory-resolver v0.24.4
9452026-06-11T19:39:45.904Z Downloaded poly1305 v0.8.0
9462026-06-11T19:39:45.910Z Downloaded rand_seeder v0.4.0
9472026-06-11T19:39:45.910Z Downloaded rand_core v0.9.5
9482026-06-11T19:39:45.913Z Downloaded rand_core v0.6.4
9492026-06-11T19:39:45.916Z Downloaded progenitor v0.14.0
9502026-06-11T19:39:45.916Z Downloaded jiff-static v0.2.21
9512026-06-11T19:39:45.919Z Downloaded predicates v3.1.4
9522026-06-11T19:39:45.922Z Downloaded postgres-types v0.2.12
9532026-06-11T19:39:45.922Z Downloaded same-file v1.0.6
9542026-06-11T19:39:45.924Z Downloaded salsa20 v0.10.2
9552026-06-11T19:39:45.925Z Downloaded scroll_derive v0.13.1
9562026-06-11T19:39:45.925Z Downloaded scheduled-thread-pool v0.2.7
9572026-06-11T19:39:45.928Z Downloaded papergrid v0.17.0
9582026-06-11T19:39:45.931Z Downloaded sapling-renderdag v0.1.0
9592026-06-11T19:39:45.931Z Downloaded rand_core v0.10.0
9602026-06-11T19:39:45.931Z Downloaded postcard v1.1.3
9612026-06-11T19:39:45.934Z Downloaded http v1.4.0
9622026-06-11T19:39:45.937Z Downloaded secrecy v0.8.0
9632026-06-11T19:39:45.937Z Downloaded rand_chacha v0.9.0
9642026-06-11T19:39:45.939Z Downloaded p256 v0.13.2
9652026-06-11T19:39:45.939Z Downloaded oso v0.27.3
9662026-06-11T19:39:45.942Z Downloaded parking_lot_core v0.8.6
9672026-06-11T19:39:45.946Z Downloaded resolv-conf v0.7.6
9682026-06-11T19:39:45.949Z Downloaded chrono v0.4.44
9692026-06-11T19:39:45.953Z Downloaded serde_bytes v0.11.19
9702026-06-11T19:39:45.956Z Downloaded serde-big-array v0.5.1
9712026-06-11T19:39:45.956Z Downloaded seq-macro v0.3.6
9722026-06-11T19:39:45.958Z Downloaded semver v0.1.20
9732026-06-11T19:39:45.958Z Downloaded secrecy v0.10.3
9742026-06-11T19:39:45.959Z Downloaded quinn-udp v0.5.14
9752026-06-11T19:39:45.962Z Downloaded r2d2 v0.8.10
9762026-06-11T19:39:45.962Z Downloaded serde_repr v0.1.20
9772026-06-11T19:39:45.964Z Downloaded hickory-resolver v0.25.2
9782026-06-11T19:39:45.967Z Downloaded hashbrown v0.13.2
9792026-06-11T19:39:45.970Z Downloaded serde_urlencoded v0.7.1
9802026-06-11T19:39:45.970Z Downloaded serde_plain v1.0.2
9812026-06-11T19:39:45.974Z Downloaded pkcs1 v0.7.5
9822026-06-11T19:39:45.974Z Downloaded hashbrown v0.12.3
9832026-06-11T19:39:45.976Z Downloaded miniz_oxide v0.8.9
9842026-06-11T19:39:45.981Z Downloaded minimal-lexical v0.2.1
9852026-06-11T19:39:45.981Z Downloaded crossterm v0.28.1
9862026-06-11T19:39:45.985Z Downloaded scopeguard v1.2.0
9872026-06-11T19:39:45.987Z Downloaded rustls-pemfile v2.2.0
9882026-06-11T19:39:45.988Z Downloaded rusty-fork v0.3.1
9892026-06-11T19:39:45.990Z Downloaded pin-project v1.1.11
9902026-06-11T19:39:45.994Z Downloaded signature v2.2.0
9912026-06-11T19:39:45.997Z Downloaded signal-hook-tokio v0.3.1
9922026-06-11T19:39:45.997Z Downloaded sha1 v0.10.6
9932026-06-11T19:39:45.999Z Downloaded postgres-protocol v0.6.10
9942026-06-11T19:39:45.999Z Downloaded shell-words v1.1.1
9952026-06-11T19:39:46.002Z Downloaded dropshot-api-manager v0.7.2
9962026-06-11T19:39:46.004Z Downloaded rustversion v1.0.22
9972026-06-11T19:39:46.007Z Downloaded rustls-native-certs v0.8.3
9982026-06-11T19:39:46.010Z Downloaded aho-corasick v1.1.4
9992026-06-11T19:39:46.013Z Downloaded siphasher v1.0.2
10002026-06-11T19:39:46.013Z Downloaded scrypt v0.11.0
10012026-06-11T19:39:46.015Z Downloaded sec1 v0.7.3
10022026-06-11T19:39:46.015Z Downloaded schemars_derive v0.8.22
10032026-06-11T19:39:46.018Z Downloaded slog-bunyan v2.5.0
10042026-06-11T19:39:46.021Z Downloaded cc v1.2.56
10052026-06-11T19:39:46.023Z Downloaded progenitor-impl v0.13.0
10062026-06-11T19:39:46.027Z Downloaded scroll v0.13.0
10072026-06-11T19:39:46.029Z Downloaded progenitor-impl v0.14.0
10082026-06-11T19:39:46.036Z Downloaded sct v0.7.1
10092026-06-11T19:39:46.043Z Downloaded serde_path_to_error v0.1.20
10102026-06-11T19:39:46.046Z Downloaded serde-hex v0.1.0
10112026-06-11T19:39:46.046Z Downloaded serde_derive_internals v0.29.1
10122026-06-11T19:39:46.046Z Downloaded slog-envlogger v2.2.0
10132026-06-11T19:39:46.046Z Downloaded sigpipe v0.1.3
10142026-06-11T19:39:46.051Z Downloaded ssh-cipher v0.2.0
10152026-06-11T19:39:46.055Z Downloaded progenitor-impl v0.11.2
10162026-06-11T19:39:46.059Z Downloaded pretty_assertions v1.4.1
10172026-06-11T19:39:46.071Z Downloaded signal-hook-registry v1.4.8
10182026-06-11T19:39:46.074Z Downloaded itertools v0.10.5
10192026-06-11T19:39:46.077Z Downloaded hickory-server v0.25.2
10202026-06-11T19:39:46.080Z Downloaded serde_with_macros v1.5.2
10212026-06-11T19:39:46.082Z Downloaded sqlparser_derive v0.5.0
10222026-06-11T19:39:46.082Z Downloaded rustls-pemfile v1.0.4
10232026-06-11T19:39:46.085Z Downloaded strum v0.27.2
10242026-06-11T19:39:46.085Z Downloaded slab v0.4.12
10252026-06-11T19:39:46.088Z Downloaded strum v0.26.3
10262026-06-11T19:39:46.088Z Downloaded structmeta v0.3.0
10272026-06-11T19:39:46.088Z Downloaded structmeta-derive v0.3.0
10282026-06-11T19:39:46.090Z Downloaded rustls-pki-types v1.14.0
10292026-06-11T19:39:46.091Z Downloaded aes v0.8.4
10302026-06-11T19:39:46.093Z Downloaded strsim v0.10.0
10312026-06-11T19:39:46.096Z Downloaded hyper-util v0.1.20
10322026-06-11T19:39:46.098Z Downloaded ssh-encoding v0.2.0
10332026-06-11T19:39:46.101Z Downloaded signal-hook-mio v0.2.5
10342026-06-11T19:39:46.101Z Downloaded crossterm v0.29.0
10352026-06-11T19:39:46.107Z Downloaded sync_wrapper v1.0.2
10362026-06-11T19:39:46.110Z Downloaded slog-async v2.8.0
10372026-06-11T19:39:46.110Z Downloaded tabled_derive v0.11.0
10382026-06-11T19:39:46.113Z Downloaded sync-ptr v0.1.4
10392026-06-11T19:39:46.114Z Downloaded simd-adler32 v0.3.8
10402026-06-11T19:39:46.114Z Downloaded russh-keys v0.45.0
10412026-06-11T19:39:46.117Z Downloaded subtle v2.6.1
10422026-06-11T19:39:46.117Z Downloaded strip-ansi-escapes v0.2.1
10432026-06-11T19:39:46.117Z Downloaded tap v1.0.1
10442026-06-11T19:39:46.117Z Downloaded supports-color v3.0.2
10452026-06-11T19:39:46.120Z Downloaded slog-json v2.6.1
10462026-06-11T19:39:46.120Z Downloaded ron v0.8.1
10472026-06-11T19:39:46.123Z Downloaded take_mut v0.2.2
10482026-06-11T19:39:46.126Z Downloaded tabwriter v1.4.1
10492026-06-11T19:39:46.126Z Downloaded slog-term v2.9.2
10502026-06-11T19:39:46.128Z Downloaded tagptr v0.2.0
10512026-06-11T19:39:46.128Z Downloaded prefix-trie v0.7.0
10522026-06-11T19:39:46.131Z Downloaded serde_with_macros v3.17.0
10532026-06-11T19:39:46.140Z Downloaded slog-scope v4.4.1
10542026-06-11T19:39:46.140Z Downloaded slog-dtrace v0.3.0
10552026-06-11T19:39:46.140Z Downloaded snafu-derive v0.8.9
10562026-06-11T19:39:46.140Z Downloaded serde_spanned v1.0.4
10572026-06-11T19:39:46.140Z Downloaded aes-gcm v0.10.3
10582026-06-11T19:39:46.145Z Downloaded thread-id v5.1.0
10592026-06-11T19:39:46.145Z Downloaded thiserror-impl-no-std v2.0.2
10602026-06-11T19:39:46.145Z Downloaded testing_table v0.3.0
10612026-06-11T19:39:46.145Z Downloaded termtree v0.5.1
10622026-06-11T19:39:46.145Z Downloaded rcgen v0.12.1
10632026-06-11T19:39:46.148Z Downloaded slog-stdlog v4.1.1
10642026-06-11T19:39:46.148Z Downloaded time-core v0.1.8
10652026-06-11T19:39:46.148Z Downloaded smallvec v0.6.14
10662026-06-11T19:39:46.151Z Downloaded stacker v0.1.23
10672026-06-11T19:39:46.153Z Downloaded shlex v1.3.0
10682026-06-11T19:39:46.164Z Downloaded strum_macros v0.24.3
10692026-06-11T19:39:46.168Z Downloaded strum_macros v0.27.2
10702026-06-11T19:39:46.168Z Downloaded strum_macros v0.26.4
10712026-06-11T19:39:46.171Z Downloaded num-bigint v0.4.6
10722026-06-11T19:39:46.171Z Downloaded tinyvec_macros v0.1.1
10732026-06-11T19:39:46.173Z Downloaded static_assertions v1.1.0
10742026-06-11T19:39:46.173Z Downloaded rustls-platform-verifier v0.6.2
10752026-06-11T19:39:46.176Z Downloaded spki v0.7.3
10762026-06-11T19:39:46.176Z Downloaded libxml v0.3.3
10772026-06-11T19:39:46.180Z Downloaded sqlformat v0.3.5
10782026-06-11T19:39:46.183Z Downloaded tokio-macros v2.7.0
10792026-06-11T19:39:46.190Z Downloaded rand v0.8.6
10802026-06-11T19:39:46.192Z Downloaded hashbrown v0.15.5
10812026-06-11T19:39:46.196Z Downloaded stringprep v0.1.5
10822026-06-11T19:39:46.199Z Downloaded string_cache v0.8.9
10832026-06-11T19:39:46.199Z Downloaded serde_cbor v0.11.2
10842026-06-11T19:39:46.201Z Downloaded ryu v1.0.23
10852026-06-11T19:39:46.207Z Downloaded rayon-core v1.13.0
10862026-06-11T19:39:46.210Z Downloaded hashbrown v0.16.1
10872026-06-11T19:39:46.213Z Downloaded openssl-sys v0.9.115
10882026-06-11T19:39:46.217Z Downloaded mio v1.2.0
10892026-06-11T19:39:46.220Z Downloaded termios v0.3.3
10902026-06-11T19:39:46.223Z Downloaded spin v0.9.8
10912026-06-11T19:39:46.223Z Downloaded signal-hook v0.3.18
10922026-06-11T19:39:46.226Z Downloaded bindgen v0.71.1
10932026-06-11T19:39:46.230Z Downloaded tower-service v0.3.3
10942026-06-11T19:39:46.232Z Downloaded tower-layer v0.3.3
10952026-06-11T19:39:46.233Z Downloaded thread_local v1.1.9
10962026-06-11T19:39:46.235Z Downloaded time-macros v0.2.27
10972026-06-11T19:39:46.235Z Downloaded smf v0.2.3
10982026-06-11T19:39:46.238Z Downloaded prettyplease v0.2.37
10992026-06-11T19:39:46.238Z Downloaded itertools v0.13.0
11002026-06-11T19:39:46.243Z Downloaded trait-variant v0.1.2
11012026-06-11T19:39:46.246Z Downloaded quinn v0.11.9
11022026-06-11T19:39:46.246Z Downloaded publicsuffix v2.3.0
11032026-06-11T19:39:46.249Z Downloaded typify-macro v0.4.3
11042026-06-11T19:39:46.249Z Downloaded support-bundle-viewer v0.1.2
11052026-06-11T19:39:46.251Z Downloaded futures-util v0.3.32
11062026-06-11T19:39:46.257Z Downloaded try-lock v0.2.5
11072026-06-11T19:39:46.259Z Downloaded tiny-keccak v2.0.2
11082026-06-11T19:39:46.262Z Downloaded unarray v0.1.4
11092026-06-11T19:39:46.262Z Downloaded tls_codec v0.4.2
11102026-06-11T19:39:46.262Z Downloaded nom v7.1.3
11112026-06-11T19:39:46.265Z Downloaded serde_yaml v0.9.34+deprecated
11122026-06-11T19:39:46.269Z Downloaded unit-prefix v0.5.2
11132026-06-11T19:39:46.272Z Downloaded itertools v0.12.1
11142026-06-11T19:39:46.274Z Downloaded tokio-native-tls v0.3.1
11152026-06-11T19:39:46.275Z Downloaded tokio-dtrace v0.1.1
11162026-06-11T19:39:46.277Z Downloaded tokio-tungstenite v0.23.1
11172026-06-11T19:39:46.277Z Downloaded tokio-tungstenite v0.21.0
11182026-06-11T19:39:46.280Z Downloaded usdt v0.6.0
11192026-06-11T19:39:46.280Z Downloaded universal-hash v0.5.1
11202026-06-11T19:39:46.282Z Downloaded unicode-truncate v1.1.0
11212026-06-11T19:39:46.282Z Downloaded usdt-macro v0.6.0
11222026-06-11T19:39:46.283Z Downloaded rand v0.9.2
11232026-06-11T19:39:46.286Z Downloaded tokio-rustls v0.25.0
11242026-06-11T19:39:46.289Z Downloaded similar v2.7.0
11252026-06-11T19:39:46.291Z Downloaded slog v2.8.2
11262026-06-11T19:39:46.294Z Downloaded samael v0.0.19
11272026-06-11T19:39:46.297Z Downloaded utf-8 v0.7.6
11282026-06-11T19:39:46.300Z Downloaded usdt-attr-macro v0.6.0
11292026-06-11T19:39:46.300Z Downloaded untrusted v0.9.0
11302026-06-11T19:39:46.300Z Downloaded untrusted v0.7.1
11312026-06-11T19:39:46.303Z Downloaded toml_writer v1.0.6+spec-1.1.0
11322026-06-11T19:39:46.303Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11332026-06-11T19:39:46.303Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-06-11T19:39:46.306Z Downloaded term v1.2.1
11352026-06-11T19:39:46.309Z Downloaded socket2 v0.6.3
11362026-06-11T19:39:46.309Z Downloaded socket2 v0.5.10
11372026-06-11T19:39:46.311Z Downloaded hkdf v0.12.4
11382026-06-11T19:39:46.311Z Downloaded topological-sort v0.2.2
11392026-06-11T19:39:46.314Z Downloaded schemars v1.2.1
11402026-06-11T19:39:46.320Z Downloaded want v0.3.1
11412026-06-11T19:39:46.323Z Downloaded waitgroup v0.1.2
11422026-06-11T19:39:46.324Z Downloaded wait-timeout v0.2.1
11432026-06-11T19:39:46.324Z Downloaded void v1.0.2
11442026-06-11T19:39:46.328Z Downloaded qorb v0.4.1
11452026-06-11T19:39:46.329Z Downloaded tui-tree-widget v0.23.1
11462026-06-11T19:39:46.332Z Downloaded schemars v0.9.0
11472026-06-11T19:39:46.335Z Downloaded tokio-rustls v0.26.4
11482026-06-11T19:39:46.338Z Downloaded subprocess v0.2.15
11492026-06-11T19:39:46.338Z Downloaded russh v0.45.0
11502026-06-11T19:39:46.341Z Downloaded unicase v2.9.0
11512026-06-11T19:39:46.344Z Downloaded tokio-rustls v0.24.1
11522026-06-11T19:39:46.344Z Downloaded itertools v0.14.0
11532026-06-11T19:39:46.348Z Downloaded usdt-impl v0.6.0
11542026-06-11T19:39:46.350Z Downloaded rustls-webpki v0.103.9
11552026-06-11T19:39:46.353Z Downloaded schemars v0.8.22
11562026-06-11T19:39:46.358Z Downloaded xattr v1.6.1
11572026-06-11T19:39:46.361Z Downloaded tokio-stream v0.1.18
11582026-06-11T19:39:46.363Z Downloaded typify-macro v0.6.2
11592026-06-11T19:39:46.363Z Downloaded thiserror-no-std v2.0.2
11602026-06-11T19:39:46.367Z Downloaded rand v0.10.0
11612026-06-11T19:39:46.370Z Downloaded toml_parser v1.0.9+spec-1.1.0
11622026-06-11T19:39:46.370Z Downloaded hyper v1.8.1
11632026-06-11T19:39:46.373Z Downloaded tls_codec_derive v0.4.2
11642026-06-11T19:39:46.376Z Downloaded xshell-macros v0.2.7
11652026-06-11T19:39:46.376Z Downloaded vergen-git2 v9.1.0
11662026-06-11T19:39:46.379Z Downloaded uzers v0.12.2
11672026-06-11T19:39:46.379Z Downloaded iri-string v0.7.10
11682026-06-11T19:39:46.382Z Downloaded zone v0.3.1
11692026-06-11T19:39:46.384Z Downloaded zeroize_derive v1.4.3
11702026-06-11T19:39:46.384Z Downloaded zone_cfg_derive v0.3.1
11712026-06-11T19:39:46.389Z Downloaded tinyvec v1.10.0
11722026-06-11T19:39:46.392Z Downloaded vergen-lib v9.1.0
11732026-06-11T19:39:46.394Z Downloaded iddqd v0.4.2
11742026-06-11T19:39:46.400Z Downloaded tracing-attributes v0.1.31
11752026-06-11T19:39:46.402Z Downloaded test-strategy v0.4.5
11762026-06-11T19:39:46.405Z Downloaded vergen-lib v0.1.6
11772026-06-11T19:39:46.405Z Downloaded twox-hash v2.1.2
11782026-06-11T19:39:46.408Z Downloaded h2 v0.4.13
11792026-06-11T19:39:46.411Z Downloaded libm v0.2.16
11802026-06-11T19:39:46.419Z Downloaded whoami v2.1.0
11812026-06-11T19:39:46.422Z Downloaded term v0.7.0
11822026-06-11T19:39:46.422Z Downloaded tar v0.4.45
11832026-06-11T19:39:46.425Z Downloaded snafu v0.8.9
11842026-06-11T19:39:46.429Z Downloaded whoami v1.6.1
11852026-06-11T19:39:46.429Z Downloaded walkdir v2.5.0
11862026-06-11T19:39:46.429Z Downloaded serde_with v1.14.0
11872026-06-11T19:39:46.433Z Downloaded wyz v0.5.1
11882026-06-11T19:39:46.435Z Downloaded vergen v9.1.0
11892026-06-11T19:39:46.447Z Downloaded xshell v0.2.7
11902026-06-11T19:39:46.450Z Downloaded vsss-rs v3.3.4
11912026-06-11T19:39:46.452Z Downloaded tracing-core v0.1.36
11922026-06-11T19:39:46.455Z Downloaded zeroize v1.8.2
11932026-06-11T19:39:46.462Z Downloaded unicode-bidi v0.3.18
11942026-06-11T19:39:46.466Z Downloaded zstd-safe v7.2.4
11952026-06-11T19:39:46.470Z Downloaded zstd v0.13.3
11962026-06-11T19:39:46.470Z Downloaded rsa v0.9.10
11972026-06-11T19:39:46.473Z Downloaded toml v1.0.6+spec-1.1.0
11982026-06-11T19:39:46.476Z Downloaded toml v0.7.8
11992026-06-11T19:39:46.480Z Downloaded vergen-gitcl v1.0.8
12002026-06-11T19:39:46.480Z Downloaded p521 v0.13.3
12012026-06-11T19:39:46.484Z Downloaded nom v8.0.0
12022026-06-11T19:39:46.487Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-06-11T19:39:46.490Z Downloaded tungstenite v0.21.0
12042026-06-11T19:39:46.493Z Downloaded yasna v0.5.2
12052026-06-11T19:39:46.498Z Downloaded num-bigint-dig v0.8.6
12062026-06-11T19:39:46.503Z Downloaded typify v0.6.2
12072026-06-11T19:39:46.505Z Downloaded tungstenite v0.23.0
12082026-06-11T19:39:46.506Z Downloaded vte v0.14.1
12092026-06-11T19:39:46.510Z Downloaded git2 v0.20.4
12102026-06-11T19:39:46.516Z Downloaded typify v0.4.3
12112026-06-11T19:39:46.519Z Downloaded unicode-properties v0.1.4
12122026-06-11T19:39:46.519Z Downloaded unsafe-libyaml v0.2.11
12132026-06-11T19:39:46.524Z Downloaded blake3 v1.8.3
12142026-06-11T19:39:46.527Z Downloaded rustyline v14.0.0
12152026-06-11T19:39:46.539Z Downloaded uuid v1.23.0
12162026-06-11T19:39:46.544Z Downloaded zerocopy v0.6.6
12172026-06-11T19:39:46.546Z Downloaded zopfli v0.8.3
12182026-06-11T19:39:46.551Z Downloaded rpassword v7.4.0
12192026-06-11T19:39:46.574Z Downloaded toml_edit v0.19.15
12202026-06-11T19:39:46.586Z Downloaded aws-lc-rs v1.16.3
12212026-06-11T19:39:46.594Z Downloaded reedline v0.40.0
12222026-06-11T19:39:46.597Z Downloaded ssh-key v0.6.7
12232026-06-11T19:39:46.601Z Downloaded lalrpop v0.19.12
12242026-06-11T19:39:46.608Z Downloaded portable-atomic v1.13.1
12252026-06-11T19:39:46.613Z Downloaded reqwest v0.12.28
12262026-06-11T19:39:46.617Z Downloaded yansi v1.0.1
12272026-06-11T19:39:46.620Z Downloaded bitvec v1.0.1
12282026-06-11T19:39:46.627Z Downloaded unicode_categories v0.1.1
12292026-06-11T19:39:46.629Z Downloaded zip v0.6.6
12302026-06-11T19:39:46.633Z Downloaded salty v0.3.0
12312026-06-11T19:39:46.636Z Downloaded tokio-postgres v0.7.16
12322026-06-11T19:39:46.639Z Downloaded regex v1.12.3
12332026-06-11T19:39:46.642Z Downloaded reqwest v0.13.2
12342026-06-11T19:39:46.645Z Downloaded p384 v0.13.1
12352026-06-11T19:39:46.649Z Downloaded x509-cert v0.2.5
12362026-06-11T19:39:46.654Z Downloaded moka v0.12.13
12372026-06-11T19:39:46.659Z Downloaded tower v0.5.3
12382026-06-11T19:39:46.665Z Downloaded steno v0.4.1
12392026-06-11T19:39:46.673Z Downloaded zerocopy-derive v0.8.40
12402026-06-11T19:39:46.678Z Downloaded proptest v1.10.0
12412026-06-11T19:39:46.682Z Downloaded unicode-segmentation v1.12.0
12422026-06-11T19:39:46.687Z Downloaded unicode-normalization v0.1.25
12432026-06-11T19:39:46.687Z Downloaded serde_with v3.17.0
12442026-06-11T19:39:46.692Z Downloaded rayon v1.11.0
12452026-06-11T19:39:46.697Z Downloaded quick-xml v0.37.5
12462026-06-11T19:39:46.703Z Downloaded curve25519-dalek v4.1.3
12472026-06-11T19:39:46.713Z Downloaded typed-path v0.9.3
12482026-06-11T19:39:46.736Z Downloaded radix_trie v0.2.1
12492026-06-11T19:39:46.739Z Downloaded rustls-webpki v0.101.7
12502026-06-11T19:39:46.749Z Downloaded nix v0.27.1
12512026-06-11T19:39:46.755Z Downloaded zip v4.6.1
12522026-06-11T19:39:46.760Z Downloaded tough v0.22.0
12532026-06-11T19:39:46.762Z Downloaded goblin v0.10.5
12542026-06-11T19:39:46.766Z Downloaded petname v2.0.2
12552026-06-11T19:39:46.776Z Downloaded object v0.30.4
12562026-06-11T19:39:46.781Z Downloaded winnow v0.5.40
12572026-06-11T19:39:46.791Z Downloaded tokio-util v0.7.18
12582026-06-11T19:39:46.797Z Downloaded tower-http v0.6.8
12592026-06-11T19:39:46.801Z Downloaded openssl v0.10.79
12602026-06-11T19:39:46.810Z Downloaded rustls-webpki v0.102.8
12612026-06-11T19:39:46.820Z Downloaded quinn-proto v0.11.13
12622026-06-11T19:39:46.825Z Downloaded winnow v0.6.26
12632026-06-11T19:39:46.829Z Downloaded dropshot v0.17.0
12642026-06-11T19:39:46.841Z Downloaded tabled v0.20.0
12652026-06-11T19:39:46.851Z Downloaded time v0.3.47
12662026-06-11T19:39:46.858Z Downloaded nix v0.28.0
12672026-06-11T19:39:46.872Z Downloaded regex-syntax v0.6.29
12682026-06-11T19:39:46.876Z Downloaded object v0.37.3
12692026-06-11T19:39:46.883Z Downloaded zlib-rs v0.6.2
12702026-06-11T19:39:46.886Z Downloaded nix v0.31.2
12712026-06-11T19:39:46.892Z Downloaded vcpkg v0.2.15
12722026-06-11T19:39:46.915Z Downloaded smoltcp v0.11.0
12732026-06-11T19:39:46.920Z Downloaded diesel v2.3.7
12742026-06-11T19:39:46.932Z Downloaded zerocopy v0.8.40
12752026-06-11T19:39:46.937Z Downloaded smoltcp v0.9.1
12762026-06-11T19:39:46.943Z Downloaded rustls v0.22.4
12772026-06-11T19:39:46.949Z Downloaded regress v0.11.1
12782026-06-11T19:39:46.954Z Downloaded rustls v0.23.37
12792026-06-11T19:39:46.961Z Downloaded regress v0.10.5
12802026-06-11T19:39:46.966Z Downloaded rustls v0.21.12
12812026-06-11T19:39:46.972Z Downloaded openapiv3 v2.2.0
12822026-06-11T19:39:46.978Z Downloaded bstr v1.12.1
12832026-06-11T19:39:46.983Z Downloaded polar-core v0.27.3
12842026-06-11T19:39:46.990Z Downloaded webpki-roots v1.0.6
12852026-06-11T19:39:46.994Z Downloaded hickory-proto v0.25.2
12862026-06-11T19:39:47.002Z Downloaded hickory-proto v0.24.4
12872026-06-11T19:39:47.034Z Downloaded sled v0.34.7
12882026-06-11T19:39:47.039Z Downloaded regex-syntax v0.8.10
12892026-06-11T19:39:47.059Z Downloaded rustix v0.38.44
12902026-06-11T19:39:47.068Z Downloaded ratatui v0.29.0
12912026-06-11T19:39:47.079Z Downloaded tracing v0.1.44
12922026-06-11T19:39:47.106Z Downloaded regex-automata v0.4.14
12932026-06-11T19:39:47.119Z Downloaded sqlparser v0.61.0
12942026-06-11T19:39:47.125Z Downloaded petgraph v0.6.5
12952026-06-11T19:39:47.135Z Downloaded jiff v0.2.21
12962026-06-11T19:39:47.146Z Downloaded csv v1.4.0
12972026-06-11T19:39:47.158Z Downloaded typify-impl v0.6.2
12982026-06-11T19:39:47.174Z Downloaded petgraph v0.8.3
12992026-06-11T19:39:47.186Z Downloaded typify-impl v0.4.3
13002026-06-11T19:39:47.194Z Downloaded libz-sys v1.1.24
13012026-06-11T19:39:47.219Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-06-11T19:39:47.232Z Downloaded encoding_rs v0.8.35
13032026-06-11T19:39:47.245Z Downloaded zerocopy-derive v0.6.6
13042026-06-11T19:39:47.294Z Downloaded chrono-tz v0.10.4
13052026-06-11T19:39:47.374Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-06-11T19:39:47.384Z Downloaded sha3 v0.10.8
13072026-06-11T19:39:47.398Z Downloaded tokio v1.52.1
13082026-06-11T19:39:47.535Z Downloaded ring v0.17.14
13092026-06-11T19:39:47.585Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-06-11T19:39:48.191Z Downloaded aws-lc-sys v0.40.0
13112026-06-11T19:39:48.438Z Compiling libc v0.2.185
13122026-06-11T19:39:48.438Z Compiling serde v1.0.228
13132026-06-11T19:39:48.440Z Compiling log v0.4.29
13142026-06-11T19:39:48.440Z Compiling shlex v1.3.0
13152026-06-11T19:39:48.575Z Compiling find-msvc-tools v0.1.9
13162026-06-11T19:39:48.582Z Compiling smallvec v1.15.1
13172026-06-11T19:39:48.589Z Compiling syn v2.0.117
13182026-06-11T19:39:48.596Z Compiling typenum v1.19.0
13192026-06-11T19:39:48.794Z Compiling generic-array v0.14.7
13202026-06-11T19:39:48.877Z Compiling subtle v2.6.1
13212026-06-11T19:39:48.910Z Compiling scopeguard v1.2.0
13222026-06-11T19:39:48.938Z Compiling const-oid v0.9.6
13232026-06-11T19:39:48.996Z Compiling lock_api v0.4.14
13242026-06-11T19:39:49.020Z Compiling serde_json v1.0.149
13252026-06-11T19:39:49.050Z Compiling zerocopy v0.8.40
13262026-06-11T19:39:49.120Z Compiling parking_lot_core v0.9.12
13272026-06-11T19:39:49.226Z Compiling pin-project-lite v0.2.17
13282026-06-11T19:39:49.327Z Compiling portable-atomic v1.13.1
13292026-06-11T19:39:49.373Z Compiling pkg-config v0.3.32
13302026-06-11T19:39:49.510Z Compiling bitflags v2.11.0
13312026-06-11T19:39:49.586Z Compiling getrandom v0.2.17
13322026-06-11T19:39:49.684Z Compiling jobserver v0.1.34
13332026-06-11T19:39:49.688Z Compiling errno v0.3.14
13342026-06-11T19:39:49.762Z Compiling rand_core v0.6.4
13352026-06-11T19:39:49.823Z Compiling signal-hook-registry v1.4.8
13362026-06-11T19:39:49.949Z Compiling cc v1.2.56
13372026-06-11T19:39:50.047Z Compiling critical-section v1.2.0
13382026-06-11T19:39:50.071Z Compiling libm v0.2.16
13392026-06-11T19:39:50.106Z Compiling futures-core v0.3.32
13402026-06-11T19:39:50.149Z Compiling parking_lot v0.12.5
13412026-06-11T19:39:50.162Z Compiling mio v1.2.0
13422026-06-11T19:39:50.262Z Compiling num-traits v0.2.19
13432026-06-11T19:39:50.373Z Compiling once_cell v1.21.3
13442026-06-11T19:39:50.416Z Compiling percent-encoding v2.3.2
13452026-06-11T19:39:50.533Z Compiling socket2 v0.6.3
13462026-06-11T19:39:50.586Z Compiling futures-sink v0.3.32
13472026-06-11T19:39:50.609Z Compiling cpufeatures v0.2.17
13482026-06-11T19:39:50.622Z Compiling getrandom v0.4.1
13492026-06-11T19:39:50.635Z Compiling futures-task v0.3.32
13502026-06-11T19:39:50.682Z Compiling futures-channel v0.3.32
13512026-06-11T19:39:50.696Z Compiling slab v0.4.12
13522026-06-11T19:39:50.806Z Compiling futures-io v0.3.32
13532026-06-11T19:39:50.879Z Compiling rand_core v0.10.0
13542026-06-11T19:39:50.919Z Compiling indexmap v2.14.0
13552026-06-11T19:39:50.949Z Compiling rustversion v1.0.22
13562026-06-11T19:39:50.977Z Compiling getrandom v0.3.4
13572026-06-11T19:39:50.993Z Compiling cmake v0.1.57
13582026-06-11T19:39:51.419Z Compiling form_urlencoded v1.2.2
13592026-06-11T19:39:51.433Z Compiling fs_extra v1.3.0
13602026-06-11T19:39:51.557Z Compiling dunce v1.0.5
13612026-06-11T19:39:51.582Z Compiling synstructure v0.13.2
13622026-06-11T19:39:51.622Z Compiling ident_case v1.0.1
13632026-06-11T19:39:51.653Z Compiling base64ct v1.8.3
13642026-06-11T19:39:51.704Z Compiling aws-lc-sys v0.40.0
13652026-06-11T19:39:51.746Z Compiling iana-time-zone v0.1.65
13662026-06-11T19:39:51.950Z Compiling pem-rfc7468 v0.7.0
13672026-06-11T19:39:51.954Z Compiling rustix v1.1.3
13682026-06-11T19:39:51.983Z Compiling regex-syntax v0.8.10
13692026-06-11T19:39:51.986Z Compiling flagset v0.4.7
13702026-06-11T19:39:52.128Z Compiling rand_core v0.9.5
13712026-06-11T19:39:52.186Z Compiling ring v0.17.14
13722026-06-11T19:39:52.200Z Compiling vcpkg v0.2.15
13732026-06-11T19:39:52.265Z Compiling aws-lc-rs v1.16.3
13742026-06-11T19:39:52.411Z Compiling uuid v1.23.0
13752026-06-11T19:39:52.557Z Compiling rustc_version v0.4.1
13762026-06-11T19:39:52.898Z Compiling tracing-core v0.1.36
13772026-06-11T19:39:52.954Z Compiling openssl-sys v0.9.115
13782026-06-11T19:39:53.131Z Compiling base64 v0.22.1
13792026-06-11T19:39:53.346Z Compiling serde_derive v1.0.228
13802026-06-11T19:39:53.435Z Compiling zeroize_derive v1.4.3
13812026-06-11T19:39:53.449Z Compiling zerofrom-derive v0.1.6
13822026-06-11T19:39:53.466Z Compiling yoke-derive v0.8.1
13832026-06-11T19:39:53.713Z Compiling zerocopy-derive v0.8.40
13842026-06-11T19:39:54.098Z Compiling zeroize v1.8.2
13852026-06-11T19:39:54.389Z Compiling zerovec-derive v0.11.2
13862026-06-11T19:39:54.663Z Compiling displaydoc v0.2.5
13872026-06-11T19:39:54.863Z Compiling crypto-common v0.1.7
13882026-06-11T19:39:54.876Z Compiling zerofrom v0.1.6
13892026-06-11T19:39:54.998Z Compiling yoke v0.8.1
13902026-06-11T19:39:55.012Z Compiling block-buffer v0.10.4
13912026-06-11T19:39:55.176Z Compiling digest v0.10.7
13922026-06-11T19:39:55.176Z Compiling tokio-macros v2.7.0
13932026-06-11T19:39:55.412Z Compiling zerotrie v0.2.3
13942026-06-11T19:39:55.422Z Compiling futures-macro v0.3.32
13952026-06-11T19:39:55.510Z Compiling zerovec v0.11.5
13962026-06-11T19:39:55.697Z Compiling hmac v0.12.1
13972026-06-11T19:39:55.855Z Compiling block-padding v0.3.3
13982026-06-11T19:39:55.892Z Compiling sha2 v0.10.9
13992026-06-11T19:39:56.008Z Compiling tinystr v0.8.2
14002026-06-11T19:39:56.008Z Compiling potential_utf v0.1.4
14012026-06-11T19:39:56.184Z Compiling icu_locale_core v2.1.1
14022026-06-11T19:39:56.203Z Compiling icu_collections v2.1.1
14032026-06-11T19:39:56.217Z Compiling futures-util v0.3.32
14042026-06-11T19:39:56.670Z Compiling inout v0.1.4
14052026-06-11T19:39:56.820Z Compiling bytes v1.11.1
14062026-06-11T19:39:56.841Z Compiling icu_provider v2.1.1
14072026-06-11T19:39:56.857Z Compiling cipher v0.4.4
14082026-06-11T19:39:57.044Z Compiling der_derive v0.7.3
14092026-06-11T19:39:57.112Z Compiling icu_normalizer v2.1.1
14102026-06-11T19:39:57.134Z Compiling icu_properties v2.1.2
14112026-06-11T19:39:57.252Z Compiling chrono v0.4.44
14122026-06-11T19:39:57.423Z Compiling tokio v1.52.1
14132026-06-11T19:39:57.643Z Compiling http v1.4.0
14142026-06-11T19:39:57.998Z Compiling idna_adapter v1.2.1
14152026-06-11T19:39:58.142Z Compiling idna v1.1.0
14162026-06-11T19:39:58.157Z Compiling ppv-lite86 v0.2.21
14172026-06-11T19:39:58.217Z Compiling der v0.7.10
14182026-06-11T19:39:58.442Z Compiling url v2.5.8
14192026-06-11T19:39:58.468Z Compiling salsa20 v0.10.2
14202026-06-11T19:39:58.538Z Compiling pbkdf2 v0.12.2
14212026-06-11T19:39:58.608Z Compiling rustls-pki-types v1.14.0
14222026-06-11T19:39:58.622Z Compiling thiserror-impl v2.0.18
14232026-06-11T19:39:58.651Z Compiling tracing-attributes v0.1.31
14242026-06-11T19:39:58.839Z Compiling scrypt v0.11.0
14252026-06-11T19:39:59.089Z Compiling spki v0.7.3
14262026-06-11T19:39:59.093Z Compiling rand_chacha v0.9.0
14272026-06-11T19:39:59.274Z Compiling http-body v1.0.1
14282026-06-11T19:39:59.308Z Compiling cbc v0.1.2
14292026-06-11T19:39:59.412Z Compiling aes v0.8.4
14302026-06-11T19:39:59.456Z Compiling tinyvec_macros v0.1.1
14312026-06-11T19:39:59.489Z Compiling untrusted v0.7.1
14322026-06-11T19:39:59.529Z Compiling openssl-probe v0.2.1
14332026-06-11T19:39:59.614Z Compiling untrusted v0.9.0
14342026-06-11T19:39:59.704Z Compiling httparse v1.10.1
14352026-06-11T19:39:59.786Z Compiling tinyvec v1.10.0
14362026-06-11T19:40:00.001Z Compiling thiserror v2.0.18
14372026-06-11T19:40:00.004Z Compiling tracing v0.1.44
14382026-06-11T19:40:00.085Z Compiling pkcs5 v0.7.1
14392026-06-11T19:40:00.107Z Compiling pest_generator v2.8.6
14402026-06-11T19:40:00.131Z Compiling rand v0.9.2
14412026-06-11T19:40:00.276Z Compiling serde_derive_internals v0.29.1
14422026-06-11T19:40:00.469Z Compiling aho-corasick v1.1.4
14432026-06-11T19:40:00.556Z Compiling schemars v0.8.22
14442026-06-11T19:40:00.757Z Compiling tower-service v0.3.3
14452026-06-11T19:40:00.794Z Compiling try-lock v0.2.5
14462026-06-11T19:40:00.853Z Compiling atomic-waker v1.1.2
14472026-06-11T19:40:00.900Z Compiling dyn-clone v1.0.20
14482026-06-11T19:40:00.903Z Compiling rustls v0.23.37
14492026-06-11T19:40:00.977Z Compiling tower-layer v0.3.3
14502026-06-11T19:40:01.038Z Compiling want v0.3.1
14512026-06-11T19:40:01.079Z Compiling pest_derive v2.8.6
14522026-06-11T19:40:01.152Z Compiling pkcs8 v0.10.2
14532026-06-11T19:40:01.165Z Compiling tokio-util v0.7.18
14542026-06-11T19:40:01.198Z Compiling schemars_derive v0.8.22
14552026-06-11T19:40:01.456Z Compiling regex-automata v0.4.14
14562026-06-11T19:40:01.510Z Compiling ipnet v2.11.0
14572026-06-11T19:40:01.795Z Compiling scroll_derive v0.13.1
14582026-06-11T19:40:01.997Z Compiling h2 v0.4.13
14592026-06-11T19:40:02.122Z Compiling darling_core v0.20.11
14602026-06-11T19:40:02.184Z Compiling openssl v0.10.79
14612026-06-11T19:40:02.410Z Compiling httpdate v1.0.3
14622026-06-11T19:40:02.424Z Compiling pin-utils v0.1.0
14632026-06-11T19:40:02.498Z Compiling foreign-types-shared v0.1.1
14642026-06-11T19:40:02.614Z Compiling foreign-types v0.3.2
14652026-06-11T19:40:02.617Z Compiling scroll v0.13.0
14662026-06-11T19:40:02.683Z Compiling tempfile v3.25.0
14672026-06-11T19:40:02.844Z Compiling unicode-normalization v0.1.25
14682026-06-11T19:40:03.126Z Compiling openssl-macros v0.1.1
14692026-06-11T19:40:03.294Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-11T19:40:03.463Z Compiling spin v0.9.8
14712026-06-11T19:40:03.512Z Compiling powerfmt v0.2.0
14722026-06-11T19:40:03.669Z Compiling time-core v0.1.8
14732026-06-11T19:40:03.683Z Compiling num-conv v0.2.0
14742026-06-11T19:40:03.714Z Compiling native-tls v0.2.18
14752026-06-11T19:40:03.857Z Compiling crc32fast v1.5.0
14762026-06-11T19:40:03.857Z Compiling time-macros v0.2.27
14772026-06-11T19:40:03.952Z Compiling deranged v0.5.8
14782026-06-11T19:40:04.424Z Compiling darling_macro v0.20.11
14792026-06-11T19:40:04.889Z Compiling darling v0.20.11
14802026-06-11T19:40:04.924Z Compiling goblin v0.10.5
14812026-06-11T19:40:04.927Z Compiling rustls-native-certs v0.8.3
14822026-06-11T19:40:04.972Z Compiling hyper v1.8.1
14832026-06-11T19:40:05.231Z Compiling sync_wrapper v1.0.2
14842026-06-11T19:40:05.344Z Compiling wait-timeout v0.2.1
14852026-06-11T19:40:05.584Z Compiling num_threads v0.1.7
14862026-06-11T19:40:05.608Z Compiling syn v1.0.109
14872026-06-11T19:40:05.680Z Compiling bit-vec v0.8.0
14882026-06-11T19:40:05.904Z Compiling usdt-impl v0.6.0
14892026-06-11T19:40:05.907Z Compiling simd-adler32 v0.3.8
14902026-06-11T19:40:05.963Z Compiling unicode-segmentation v1.12.0
14912026-06-11T19:40:06.108Z Compiling hyper-util v0.1.20
14922026-06-11T19:40:06.157Z Compiling siphasher v1.0.2
14932026-06-11T19:40:06.341Z Compiling quick-error v1.2.3
14942026-06-11T19:40:06.344Z Compiling crossbeam-utils v0.8.21
14952026-06-11T19:40:06.448Z Compiling rusty-fork v0.3.1
14962026-06-11T19:40:06.721Z Compiling bit-set v0.8.0
14972026-06-11T19:40:06.759Z Compiling time v0.3.47
14982026-06-11T19:40:06.838Z Compiling tower v0.5.3
14992026-06-11T19:40:06.883Z Compiling derive_builder_core v0.20.2
15002026-06-11T19:40:07.310Z Compiling dtrace-parser v0.3.0
15012026-06-11T19:40:07.352Z Compiling http-body-util v0.1.3
15022026-06-11T19:40:07.592Z Compiling webpki-roots v1.0.6
15032026-06-11T19:40:07.717Z Compiling dof v0.4.0
15042026-06-11T19:40:07.748Z Compiling signature v2.2.0
15052026-06-11T19:40:07.810Z Compiling thiserror-impl v1.0.69
15062026-06-11T19:40:07.925Z Compiling scroll_derive v0.12.1
15072026-06-11T19:40:08.049Z Compiling heapless v0.7.17
15082026-06-11T19:40:08.284Z Compiling rand_xorshift v0.4.0
15092026-06-11T19:40:08.347Z Compiling slog v2.8.2
15102026-06-11T19:40:08.458Z Compiling darling_core v0.21.3
15112026-06-11T19:40:08.538Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-06-11T19:40:08.573Z Compiling thread-id v5.1.0
15132026-06-11T19:40:08.659Z Compiling cookie v0.18.1
15142026-06-11T19:40:08.865Z Compiling iri-string v0.7.10
15152026-06-11T19:40:08.888Z Compiling unicode-bidi v0.3.18
15162026-06-11T19:40:08.894Z Compiling anyhow v1.0.102
15172026-06-11T19:40:09.063Z Compiling paste v1.0.15
15182026-06-11T19:40:09.154Z Compiling zstd-safe v7.2.4
15192026-06-11T19:40:09.208Z Compiling allocator-api2 v0.2.21
15202026-06-11T19:40:09.329Z Compiling ryu v1.0.23
15212026-06-11T19:40:09.346Z Compiling unicode-properties v0.1.4
15222026-06-11T19:40:09.433Z Compiling unarray v0.1.4
15232026-06-11T19:40:09.507Z Compiling adler2 v2.0.1
15242026-06-11T19:40:09.531Z Compiling signal-hook v0.3.18
15252026-06-11T19:40:09.544Z Compiling proptest v1.10.0
15262026-06-11T19:40:09.558Z Compiling stringprep v0.1.5
15272026-06-11T19:40:09.634Z Compiling miniz_oxide v0.8.9
15282026-06-11T19:40:09.722Z Compiling serde_urlencoded v0.7.1
15292026-06-11T19:40:09.994Z Compiling tower-http v0.6.8
15302026-06-11T19:40:10.232Z Compiling thiserror v1.0.69
15312026-06-11T19:40:10.373Z Compiling scroll v0.12.0
15322026-06-11T19:40:10.455Z Compiling derive_builder_macro v0.20.2
15332026-06-11T19:40:12.765Z Compiling tokio-native-tls v0.3.1
15342026-06-11T19:40:12.811Z Compiling heck v0.4.1
15352026-06-11T19:40:12.811Z Compiling bstr v1.12.1
15362026-06-11T19:40:12.811Z Compiling darling_macro v0.21.3
15372026-06-11T19:40:12.811Z Compiling ipnetwork v0.21.1
15382026-06-11T19:40:12.811Z Compiling rand_chacha v0.3.1
15392026-06-11T19:40:12.811Z Compiling erased-serde v0.3.31
15402026-06-11T19:40:12.811Z Compiling serde_tokenstream v0.2.3
15412026-06-11T19:40:12.811Z Compiling serde_spanned v0.6.9
15422026-06-11T19:40:12.811Z Compiling toml_datetime v0.6.11
15432026-06-11T19:40:12.811Z Compiling md-5 v0.10.6
15442026-06-11T19:40:12.811Z Compiling zerocopy-derive v0.7.35
15452026-06-11T19:40:12.811Z Compiling pin-project-internal v1.1.11
15462026-06-11T19:40:12.811Z Compiling async-trait v0.1.89
15472026-06-11T19:40:12.811Z Compiling curve25519-dalek v4.1.3
15482026-06-11T19:40:12.812Z Compiling vergen-lib v9.1.0
15492026-06-11T19:40:12.812Z Compiling num-integer v0.1.46
15502026-06-11T19:40:12.812Z Compiling hash32 v0.2.1
15512026-06-11T19:40:12.812Z Compiling ff v0.13.1
15522026-06-11T19:40:12.812Z Compiling memoffset v0.9.1
15532026-06-11T19:40:12.812Z Compiling encoding_rs v0.8.35
15542026-06-11T19:40:12.813Z Compiling smoltcp v0.9.1
15552026-06-11T19:40:12.813Z Compiling ref-cast v1.0.25
15562026-06-11T19:40:12.852Z Compiling fallible-iterator v0.2.0
15572026-06-11T19:40:13.051Z Compiling num-bigint-dig v0.8.6
15582026-06-11T19:40:13.057Z Compiling cfg_aliases v0.2.1
15592026-06-11T19:40:13.057Z Compiling rustix v0.38.44
15602026-06-11T19:40:13.057Z Compiling mime v0.3.17
15612026-06-11T19:40:13.058Z Compiling base16ct v0.2.0
15622026-06-11T19:40:13.117Z Compiling psl-types v2.0.11
15632026-06-11T19:40:13.360Z Compiling zlib-rs v0.6.2
15642026-06-11T19:40:13.372Z Compiling litrs v1.0.0
15652026-06-11T19:40:13.372Z Compiling publicsuffix v2.3.0
15662026-06-11T19:40:13.372Z Compiling sec1 v0.7.3
15672026-06-11T19:40:13.428Z Compiling postgres-protocol v0.6.10
15682026-06-11T19:40:13.652Z Compiling nix v0.31.2
15692026-06-11T19:40:13.754Z Compiling document-features v0.2.12
15702026-06-11T19:40:14.071Z Compiling pin-project v1.1.11
15712026-06-11T19:40:14.104Z Compiling zerocopy v0.7.35
15722026-06-11T19:40:14.170Z Compiling group v0.13.0
15732026-06-11T19:40:14.184Z Compiling num-iter v0.1.45
15742026-06-11T19:40:14.388Z Compiling newtype-uuid v1.3.2
15752026-06-11T19:40:14.428Z Compiling hubpack_derive v0.1.1
15762026-06-11T19:40:14.649Z Compiling darling v0.21.3
15772026-06-11T19:40:14.706Z Compiling rand v0.8.6
15782026-06-11T19:40:14.733Z Compiling oxnet v0.1.5
15792026-06-11T19:40:14.765Z Compiling snafu-derive v0.8.9
15802026-06-11T19:40:14.872Z Compiling derive_builder v0.20.2
15812026-06-11T19:40:14.908Z Compiling hyper-tls v0.6.0
15822026-06-11T19:40:14.997Z Compiling goblin v0.8.2
15832026-06-11T19:40:15.697Z Compiling phf_shared v0.13.1
15842026-06-11T19:40:15.934Z Compiling lazy_static v1.5.0
15852026-06-11T19:40:15.959Z Compiling regex v1.12.3
15862026-06-11T19:40:16.030Z Compiling anstyle-parse v0.2.7
15872026-06-11T19:40:16.071Z Compiling flate2 v1.1.9
15882026-06-11T19:40:16.219Z Compiling strum_macros v0.27.2
15892026-06-11T19:40:16.382Z Compiling futures-executor v0.3.32
15902026-06-11T19:40:16.427Z Compiling hex v0.4.3
15912026-06-11T19:40:16.478Z Compiling hkdf v0.12.4
15922026-06-11T19:40:16.641Z Compiling crypto-bigint v0.5.5
15932026-06-11T19:40:16.645Z Compiling terminal_size v0.4.3
15942026-06-11T19:40:16.645Z Compiling daft-derive v0.1.7
15952026-06-11T19:40:16.686Z Compiling ref-cast-impl v1.0.25
15962026-06-11T19:40:16.790Z Compiling curve25519-dalek-derive v0.1.1
15972026-06-11T19:40:17.227Z Compiling vergen v9.1.0
15982026-06-11T19:40:17.387Z Compiling fs-err v3.3.0
15992026-06-11T19:40:17.411Z Compiling cargo-platform v0.3.2
16002026-06-11T19:40:17.436Z Compiling ahash v0.8.12
16012026-06-11T19:40:17.572Z Compiling winnow v0.5.40
16022026-06-11T19:40:17.638Z Compiling bumpalo v3.20.2
16032026-06-11T19:40:17.676Z Compiling same-file v1.0.6
16042026-06-11T19:40:17.843Z Compiling foldhash v0.2.0
16052026-06-11T19:40:17.890Z Compiling object v0.37.3
16062026-06-11T19:40:18.069Z Compiling bitflags v1.3.2
16072026-06-11T19:40:18.147Z Compiling managed v0.8.0
16082026-06-11T19:40:18.163Z Compiling libbz2-rs-sys v0.2.2
16092026-06-11T19:40:18.181Z Compiling foldhash v0.1.5
16102026-06-11T19:40:18.368Z Compiling hashbrown v0.15.5
16112026-06-11T19:40:18.456Z Compiling strum v0.27.2
16122026-06-11T19:40:18.589Z Compiling bzip2 v0.6.1
16132026-06-11T19:40:18.818Z Compiling clap_builder v4.6.0
16142026-06-11T19:40:18.832Z Compiling hashbrown v0.16.1
16152026-06-11T19:40:18.885Z Compiling toml_edit v0.19.15
16162026-06-11T19:40:18.949Z Compiling zopfli v0.8.3
16172026-06-11T19:40:19.036Z Compiling walkdir v2.5.0
16182026-06-11T19:40:19.244Z Compiling cargo_metadata v0.23.1
16192026-06-11T19:40:19.354Z Compiling elliptic-curve v0.13.8
16202026-06-11T19:40:19.640Z Compiling daft v0.1.7
16212026-06-11T19:40:19.864Z Compiling dof v0.3.0
16222026-06-11T19:40:19.923Z Compiling snafu v0.8.9
16232026-06-11T19:40:20.286Z Compiling futures v0.3.32
16242026-06-11T19:40:20.375Z Compiling anstream v0.6.21
16252026-06-11T19:40:20.600Z Compiling phf v0.13.1
16262026-06-11T19:40:20.607Z Compiling signal-hook-mio v0.2.5
16272026-06-11T19:40:20.733Z Compiling cookie_store v0.22.1
16282026-06-11T19:40:20.758Z Compiling zstd v0.13.3
16292026-06-11T19:40:21.019Z Compiling bzip2 v0.4.4
16302026-06-11T19:40:21.022Z Compiling hubpack v0.1.2
16312026-06-11T19:40:21.233Z Compiling serde_with_macros v3.17.0
16322026-06-11T19:40:21.366Z Compiling postgres-types v0.2.12
16332026-06-11T19:40:21.519Z Compiling usdt-macro v0.6.0
16342026-06-11T19:40:21.821Z Compiling usdt-attr-macro v0.6.0
16352026-06-11T19:40:21.904Z Compiling globset v0.4.18
16362026-06-11T19:40:22.250Z Compiling dtrace-parser v0.2.0
16372026-06-11T19:40:22.342Z Compiling ed25519 v2.2.3
16382026-06-11T19:40:22.466Z Compiling phf_shared v0.11.3
16392026-06-11T19:40:22.520Z Compiling olpc-cjson v0.1.4
16402026-06-11T19:40:22.586Z Compiling pkcs1 v0.7.5
16412026-06-11T19:40:22.601Z Compiling enum-as-inner v0.6.1
16422026-06-11T19:40:22.650Z Compiling strum_macros v0.26.4
16432026-06-11T19:40:22.676Z Compiling clap_derive v4.6.1
16442026-06-11T19:40:22.984Z Compiling serde_plain v1.0.2
16452026-06-11T19:40:22.998Z Compiling serde-big-array v0.5.1
16462026-06-11T19:40:23.093Z Compiling rfc6979 v0.4.0
16472026-06-11T19:40:23.138Z Compiling pem v3.0.6
16482026-06-11T19:40:23.178Z Compiling async-recursion v1.1.1
16492026-06-11T19:40:23.223Z Compiling serde_repr v0.1.20
16502026-06-11T19:40:23.250Z Compiling float-cmp v0.10.0
16512026-06-11T19:40:23.400Z Compiling thread-id v4.2.2
16522026-06-11T19:40:23.461Z Compiling memmap2 v0.9.10
16532026-06-11T19:40:23.490Z Compiling env_filter v1.0.0
16542026-06-11T19:40:23.673Z Compiling new_debug_unreachable v1.0.6
16552026-06-11T19:40:23.752Z Compiling normalize-line-endings v0.3.0
16562026-06-11T19:40:23.801Z Compiling precomputed-hash v0.1.1
16572026-06-11T19:40:23.801Z Compiling typed-path v0.9.3
16582026-06-11T19:40:23.851Z Compiling fixedbitset v0.4.2
16592026-06-11T19:40:23.864Z Compiling jiff v0.2.21
16602026-06-11T19:40:23.890Z Compiling predicates-core v1.0.10
16612026-06-11T19:40:24.067Z Compiling either v1.15.0
16622026-06-11T19:40:24.067Z Compiling static_assertions v1.1.0
16632026-06-11T19:40:24.156Z Compiling fixedbitset v0.5.7
16642026-06-11T19:40:24.272Z Compiling data-encoding v2.10.0
16652026-06-11T19:40:24.430Z Compiling keccak v0.1.6
16662026-06-11T19:40:24.466Z Compiling difflib v0.4.0
16672026-06-11T19:40:24.481Z Compiling whoami v2.1.0
16682026-06-11T19:40:24.852Z Compiling predicates v3.1.4
16692026-06-11T19:40:24.971Z Compiling tokio-postgres v0.7.16
16702026-06-11T19:40:25.025Z Compiling sha3 v0.10.8
16712026-06-11T19:40:25.038Z Compiling hickory-proto v0.25.2
16722026-06-11T19:40:25.250Z Compiling clap v4.6.1
16732026-06-11T19:40:25.336Z Compiling strum v0.26.3
16742026-06-11T19:40:25.472Z Compiling petgraph v0.8.3
16752026-06-11T19:40:25.485Z Compiling itertools v0.13.0
16762026-06-11T19:40:25.499Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16772026-06-11T19:40:26.236Z Compiling toml_edit v0.22.27
16782026-06-11T19:40:26.713Z Compiling zip v4.6.1
16792026-06-11T19:40:27.161Z Compiling petgraph v0.6.5
16802026-06-11T19:40:27.420Z Compiling string_cache v0.8.9
16812026-06-11T19:40:27.650Z Compiling env_logger v0.11.9
16822026-06-11T19:40:27.653Z Compiling usdt v0.6.0
16832026-06-11T19:40:27.929Z Compiling usdt-impl v0.5.0
16842026-06-11T19:40:28.012Z Compiling ecdsa v0.16.9
16852026-06-11T19:40:28.058Z Compiling rsa v0.9.10
16862026-06-11T19:40:28.329Z Compiling ed25519-dalek v2.2.0
16872026-06-11T19:40:28.406Z Compiling serde_with v3.17.0
16882026-06-11T19:40:28.504Z Compiling crossterm v0.28.1
16892026-06-11T19:40:28.947Z Compiling zip v0.6.6
16902026-06-11T19:40:29.441Z Compiling toml v0.7.8
16912026-06-11T19:40:29.537Z Compiling iddqd v0.4.2
16922026-06-11T19:40:30.111Z Compiling toml_parser v1.0.9+spec-1.1.0
16932026-06-11T19:40:30.126Z Compiling similar v2.7.0
16942026-06-11T19:40:30.148Z Compiling crossbeam-epoch v0.9.18
16952026-06-11T19:40:30.206Z Compiling tokio-stream v0.1.18
16962026-06-11T19:40:30.470Z Compiling buf-list v1.1.2
16972026-06-11T19:40:30.679Z Compiling x509-cert v0.2.5
16982026-06-11T19:40:30.733Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16992026-06-11T19:40:30.744Z Compiling openapiv3 v2.2.0
17002026-06-11T19:40:30.848Z Compiling sha1 v0.10.6
17012026-06-11T19:40:30.985Z Compiling peg-runtime v0.8.5
17022026-06-11T19:40:31.039Z Compiling lalrpop-util v0.19.12
17032026-06-11T19:40:31.077Z Compiling thread_local v1.1.9
17042026-06-11T19:40:31.229Z Compiling slog-async v2.8.0
17052026-06-11T19:40:31.272Z Compiling crossbeam-channel v0.5.15
17062026-06-11T19:40:31.324Z Compiling is-terminal v0.4.17
17072026-06-11T19:40:31.420Z Compiling filetime v0.2.27
17082026-06-11T19:40:31.420Z Compiling xattr v1.6.1
17092026-06-11T19:40:31.537Z Compiling take_mut v0.2.2
17102026-06-11T19:40:31.601Z Compiling term v1.2.1
17112026-06-11T19:40:31.625Z Compiling tar v0.4.45
17122026-06-11T19:40:32.105Z Compiling slog-term v2.9.2
17132026-06-11T19:40:41.809Z Compiling rustls-webpki v0.103.9
17142026-06-11T19:40:44.601Z Compiling tokio-rustls v0.26.4
17152026-06-11T19:40:44.601Z Compiling rustls-platform-verifier v0.6.2
17162026-06-11T19:40:44.800Z Compiling hyper-rustls v0.27.7
17172026-06-11T19:40:45.006Z Compiling reqwest v0.12.28
17182026-06-11T19:40:45.021Z Compiling reqwest v0.13.2
17192026-06-11T19:40:46.256Z Compiling tough v0.22.0
17202026-06-11T19:40:48.789Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-06-11T19:40:49.008Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-06-11T19:40:51.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17232026-06-11T19:40:52.026Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17242026-06-11T19:40:52.077ZJun 11 19:40:51.188 INFO Starting download, target: Clickhouse
17252026-06-11T19:40:52.077ZJun 11 19:40:51.189 INFO Starting download, target: Cockroach
17262026-06-11T19:40:52.077ZJun 11 19:40:51.189 INFO Starting download, target: DendriteStub
17272026-06-11T19:40:52.077ZJun 11 19:40:51.189 INFO Starting download, target: Console
17282026-06-11T19:40:52.077ZJun 11 19:40:51.189 INFO Starting download, target: MaghemiteMgd
17292026-06-11T19:40:52.077ZJun 11 19:40:51.189 INFO Starting download, target: MaghemiteDdmd
17302026-06-11T19:40:52.080ZJun 11 19:40:51.189 INFO Starting download, target: TransceiverControl
17312026-06-11T19:40:52.080ZJun 11 19:40:51.189 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-06-11T19:40:52.080ZJun 11 19:40:51.189 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-11T19:40:52.080ZJun 11 19:40:51.189 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-06-11T19:40:52.080ZJun 11 19:40:51.189 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17352026-06-11T19:40:52.080ZJun 11 19:40:51.189 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-11T19:40:52.080ZJun 11 19:40:51.189 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-06-11T19:40:52.081ZJun 11 19:40:51.189 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-06-11T19:40:52.639ZJun 11 19:40:51.744 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-06-11T19:40:52.852ZJun 11 19:40:51.958 INFO Download complete, target: TransceiverControl
17402026-06-11T19:40:53.082ZJun 11 19:40:52.177 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-06-11T19:40:53.319ZJun 11 19:40:52.421 INFO Download complete, target: Console
17422026-06-11T19:40:53.570ZJun 11 19:40:52.669 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17432026-06-11T19:40:53.825ZJun 11 19:40:52.930 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-06-11T19:40:53.904ZJun 11 19:40:53.005 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-06-11T19:40:54.319ZJun 11 19:40:53.422 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-06-11T19:40:54.471ZJun 11 19:40:53.584 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-06-11T19:40:54.472ZJun 11 19:40:53.584 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-06-11T19:40:55.463ZJun 11 19:40:54.575 INFO Download complete, target: MaghemiteDdmd
17492026-06-11T19:40:56.295ZJun 11 19:40:55.407 INFO Download complete, target: DendriteStub
17502026-06-11T19:40:56.675ZJun 11 19:40:55.787 INFO Download complete, target: MaghemiteMgd
17512026-06-11T19:40:59.243ZJun 11 19:40:58.274 INFO Checking that binary works, target: Cockroach
17522026-06-11T19:40:59.281ZJun 11 19:40:58.393 INFO Download complete, target: Cockroach
17532026-06-11T19:41:00.810ZJun 11 19:40:59.922 INFO Checking that binary works, target: Clickhouse
17542026-06-11T19:41:00.946ZJun 11 19:41:00.057 INFO Download complete, target: Clickhouse
17552026-06-11T19:41:00.963ZAll builder prerequisites installed successfully, and PATH looks valid
17562026-06-11T19:41:00.967Z
17572026-06-11T19:41:00.967Zreal 2:19.408964735
17582026-06-11T19:41:00.967Zuser 6:59.345706550
17592026-06-11T19:41:00.967Zsys 1:23.981641401
17602026-06-11T19:41:00.967Ztrap 0.236198567
17612026-06-11T19:41:00.967Ztflt 0.606208824
17622026-06-11T19:41:00.967Zdflt 0.545440873
17632026-06-11T19:41:00.967Zkflt 0.023672333
17642026-06-11T19:41:00.967Zlock 23:16.344758744
17652026-06-11T19:41:00.967Zslp 21:31.849506193
17662026-06-11T19:41:00.967Zlat 44.638457477
17672026-06-11T19:41:00.967Zstop 1:54.582814283
17682026-06-11T19:41:00.967Z+ banner clippy
17692026-06-11T19:41:00.967Z
17702026-06-11T19:41:00.967Z #### # # ##### ##### # #
17712026-06-11T19:41:00.967Z # # # # # # # # # #
17722026-06-11T19:41:00.967Z # # # # # # # #
17732026-06-11T19:41:00.967Z # # # ##### ##### #
17742026-06-11T19:41:00.967Z # # # # # # #
17752026-06-11T19:41:00.967Z #### ###### # # # #
17762026-06-11T19:41:00.967Z
17772026-06-11T19:41:00.967Z+ export CARGO_INCREMENTAL=0
17782026-06-11T19:41:00.967Z+ CARGO_INCREMENTAL=0
17792026-06-11T19:41:00.967Z+ ptime -m cargo xtask clippy
17802026-06-11T19:41:01.487Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17812026-06-11T19:41:01.713Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17822026-06-11T19:41:03.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17832026-06-11T19:41:03.656Z Running `target/debug/xtask clippy`
17842026-06-11T19:41:03.680Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17852026-06-11T19:41:04.295Z Downloading crates ...
17862026-06-11T19:41:04.492Z Downloaded approx v0.5.1
17872026-06-11T19:41:04.497Z Downloaded blake2b_simd v1.0.4
17882026-06-11T19:41:04.500Z Downloaded async-object-pool v0.2.0
17892026-06-11T19:41:04.503Z Downloaded anes v0.1.6
17902026-06-11T19:41:04.503Z Downloaded constant_time_eq v0.3.1
17912026-06-11T19:41:04.507Z Downloaded datatest-stable v0.3.3
17922026-06-11T19:41:04.510Z Downloaded concurrent-queue v2.5.0
17932026-06-11T19:41:04.513Z Downloaded addr2line v0.25.1
17942026-06-11T19:41:04.516Z Downloaded assert_cmd v2.1.2
17952026-06-11T19:41:04.522Z Downloaded similar-asserts v1.7.0
17962026-06-11T19:41:04.526Z Downloaded chumsky v0.9.3
17972026-06-11T19:41:04.529Z Downloaded tinytemplate v1.2.1
17982026-06-11T19:41:04.532Z Downloaded event-listener-strategy v0.5.4
17992026-06-11T19:41:04.532Z Downloaded terminal_size v0.1.17
18002026-06-11T19:41:04.535Z Downloaded plotters-backend v0.3.7
18012026-06-11T19:41:04.537Z Downloaded libtest-mimic v0.8.1
18022026-06-11T19:41:04.537Z Downloaded pathdiff v0.2.3
18032026-06-11T19:41:04.540Z Downloaded supports-unicode v2.1.0
18042026-06-11T19:41:04.545Z Downloaded path-tree v0.8.3
18052026-06-11T19:41:04.548Z Downloaded owo-colors v3.5.0
18062026-06-11T19:41:04.553Z Downloaded miette-derive v5.10.0
18072026-06-11T19:41:04.560Z Downloaded linkme-impl v0.3.35
18082026-06-11T19:41:04.560Z Downloaded tokio-test v0.4.5
18092026-06-11T19:41:04.565Z Downloaded serde_regex v1.1.0
18102026-06-11T19:41:04.565Z Downloaded assert-json-diff v2.0.2
18112026-06-11T19:41:04.565Z Downloaded guppy-workspace-hack v0.1.0
18122026-06-11T19:41:04.570Z Downloaded target-triple v1.0.0
18132026-06-11T19:41:04.570Z Downloaded termcolor v1.4.1
18142026-06-11T19:41:04.576Z Downloaded supports-color v2.1.0
18152026-06-11T19:41:04.576Z Downloaded knuffel-derive v3.2.0
18162026-06-11T19:41:04.576Z Downloaded target-lexicon v0.13.3
18172026-06-11T19:41:04.576Z Downloaded rustc-demangle v0.1.27
18182026-06-11T19:41:04.576Z Downloaded cast v0.3.0
18192026-06-11T19:41:04.581Z Downloaded event-listener v5.4.1
18202026-06-11T19:41:04.581Z Downloaded plotters-svg v0.3.7
18212026-06-11T19:41:04.583Z Downloaded supports-hyperlinks v2.1.0
18222026-06-11T19:41:04.584Z Downloaded parking v2.2.1
18232026-06-11T19:41:04.584Z Downloaded escape8259 v0.5.3
18242026-06-11T19:41:04.587Z Downloaded backtrace-ext v0.2.1
18252026-06-11T19:41:04.590Z Downloaded partial-io v0.5.4
18262026-06-11T19:41:04.590Z Downloaded stringmetrics v2.2.2
18272026-06-11T19:41:04.593Z Downloaded nested v0.1.1
18282026-06-11T19:41:04.596Z Downloaded linkme v0.3.35
18292026-06-11T19:41:04.599Z Downloaded rust-argon2 v2.1.0
18302026-06-11T19:41:04.599Z Downloaded backtrace v0.3.76
18312026-06-11T19:41:04.606Z Downloaded relative-path v1.9.3
18322026-06-11T19:41:04.606Z Downloaded oorandom v11.1.5
18332026-06-11T19:41:04.606Z Downloaded criterion-plot v0.6.0
18342026-06-11T19:41:04.606Z Downloaded futures-timer v3.0.3
18352026-06-11T19:41:04.606Z Downloaded target-spec v3.5.7
18362026-06-11T19:41:04.609Z Downloaded async-lock v3.4.2
18372026-06-11T19:41:04.612Z Downloaded trybuild v1.0.116
18382026-06-11T19:41:04.619Z Downloaded cfg-expr v0.20.6
18392026-06-11T19:41:04.622Z Downloaded rstest v0.25.0
18402026-06-11T19:41:04.625Z Downloaded httptest v0.16.4
18412026-06-11T19:41:04.640Z Downloaded textwrap v0.15.2
18422026-06-11T19:41:04.646Z Downloaded hickory-client v0.25.2
18432026-06-11T19:41:04.646Z Downloaded rand_distr v0.5.1
18442026-06-11T19:41:04.647Z Downloaded miette v5.10.0
18452026-06-11T19:41:04.647Z Downloaded knuffel v3.2.0
18462026-06-11T19:41:04.650Z Downloaded criterion v0.7.0
18472026-06-11T19:41:04.650Z Downloaded rstest_macros v0.25.0
18482026-06-11T19:41:04.653Z Downloaded fancy-regex v0.14.0
18492026-06-11T19:41:04.666Z Downloaded hashbrown v0.14.5
18502026-06-11T19:41:04.669Z Downloaded plotters v0.3.7
18512026-06-11T19:41:04.673Z Downloaded guppy v0.17.25
18522026-06-11T19:41:04.678Z Downloaded gimli v0.32.3
18532026-06-11T19:41:04.782Z Downloaded httpmock v0.8.3
18542026-06-11T19:41:06.434Z Checking cfg-if v1.0.4
18552026-06-11T19:41:06.787Z Checking libc v0.2.185
18562026-06-11T19:41:06.790Z Checking serde_core v1.0.228
18572026-06-11T19:41:06.857Z Checking memchr v2.8.0
18582026-06-11T19:41:06.895Z Checking smallvec v1.15.1
18592026-06-11T19:41:06.934Z Checking itoa v1.0.17
18602026-06-11T19:41:06.971Z Checking log v0.4.29
18612026-06-11T19:41:07.013Z Checking libm v0.2.16
18622026-06-11T19:41:07.054Z Checking zeroize v1.8.2
18632026-06-11T19:41:07.103Z Checking scopeguard v1.2.0
18642026-06-11T19:41:07.146Z Checking stable_deref_trait v1.2.1
18652026-06-11T19:41:07.186Z Checking zmij v1.0.21
18662026-06-11T19:41:07.224Z Checking errno v0.3.14
18672026-06-11T19:41:07.259Z Checking getrandom v0.2.17
18682026-06-11T19:41:07.262Z Checking lock_api v0.4.14
18692026-06-11T19:41:07.327Z Checking zerofrom v0.1.6
18702026-06-11T19:41:07.365Z Checking percent-encoding v2.3.2
18712026-06-11T19:41:07.368Z Checking litemap v0.8.1
18722026-06-11T19:41:07.432Z Checking writeable v0.6.2
18732026-06-11T19:41:07.469Z Checking yoke v0.8.1
18742026-06-11T19:41:07.505Z Checking icu_normalizer_data v2.1.1
18752026-06-11T19:41:07.539Z Checking icu_properties_data v2.1.2
18762026-06-11T19:41:07.576Z Checking form_urlencoded v1.2.2
18772026-06-11T19:41:07.614Z Checking utf8_iter v1.0.4
18782026-06-11T19:41:07.651Z Checking subtle v2.6.1
18792026-06-11T19:41:07.689Z Checking zerovec v0.11.5
18802026-06-11T19:41:07.689Z Checking zerotrie v0.2.3
18812026-06-11T19:41:07.755Z Checking num-traits v0.2.19
18822026-06-11T19:41:07.792Z Checking rand_core v0.10.0
18832026-06-11T19:41:07.827Z Checking pin-project-lite v0.2.17
18842026-06-11T19:41:07.863Z Checking rand_core v0.6.4
18852026-06-11T19:41:07.902Z Checking parking_lot_core v0.9.12
18862026-06-11T19:41:07.953Z Checking zerocopy v0.8.40
18872026-06-11T19:41:07.989Z Checking getrandom v0.4.1
18882026-06-11T19:41:08.034Z Checking portable-atomic v1.13.1
18892026-06-11T19:41:08.080Z Checking signal-hook-registry v1.4.8
18902026-06-11T19:41:08.118Z Checking parking_lot v0.12.5
18912026-06-11T19:41:08.150Z Checking tinystr v0.8.2
18922026-06-11T19:41:08.186Z Checking potential_utf v0.1.4
18932026-06-11T19:41:08.273Z Checking critical-section v1.2.0
18942026-06-11T19:41:08.313Z Checking serde v1.0.228
18952026-06-11T19:41:08.313Z Checking serde_json v1.0.149
18962026-06-11T19:41:08.349Z Checking bitflags v2.11.0
18972026-06-11T19:41:08.383Z Checking icu_collections v2.1.1
18982026-06-11T19:41:08.416Z Checking icu_locale_core v2.1.1
18992026-06-11T19:41:08.447Z Checking mio v1.2.0
19002026-06-11T19:41:08.512Z Checking once_cell v1.21.3
19012026-06-11T19:41:08.584Z Checking socket2 v0.6.3
19022026-06-11T19:41:08.711Z Checking typenum v1.19.0
19032026-06-11T19:41:08.748Z Checking bytes v1.11.1
19042026-06-11T19:41:08.785Z Checking iana-time-zone v0.1.65
19052026-06-11T19:41:08.829Z Checking uuid v1.23.0
19062026-06-11T19:41:08.868Z Checking thiserror v2.0.18
19072026-06-11T19:41:08.924Z Checking chrono v0.4.44
19082026-06-11T19:41:09.002Z Checking semver v1.0.28
19092026-06-11T19:41:09.041Z Checking icu_provider v2.1.1
19102026-06-11T19:41:09.094Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19112026-06-11T19:41:09.169Z Checking futures-core v0.3.32
19122026-06-11T19:41:09.212Z Checking tokio v1.52.1
19132026-06-11T19:41:09.249Z Checking dyn-clone v1.0.20
19142026-06-11T19:41:09.282Z Checking generic-array v0.14.7
19152026-06-11T19:41:09.318Z Checking icu_properties v2.1.2
19162026-06-11T19:41:09.321Z Checking icu_normalizer v2.1.1
19172026-06-11T19:41:09.391Z Checking equivalent v1.0.2
19182026-06-11T19:41:09.469Z Checking const-oid v0.9.6
19192026-06-11T19:41:09.507Z Checking futures-sink v0.3.32
19202026-06-11T19:41:09.636Z Checking futures-channel v0.3.32
19212026-06-11T19:41:09.684Z Checking rustix v1.1.3
19222026-06-11T19:41:09.750Z Checking crypto-common v0.1.7
19232026-06-11T19:41:09.789Z Checking block-buffer v0.10.4
19242026-06-11T19:41:09.856Z Checking futures-task v0.3.32
19252026-06-11T19:41:09.904Z Checking byteorder v1.5.0
19262026-06-11T19:41:09.962Z Checking slab v0.4.12
19272026-06-11T19:41:10.032Z Checking futures-io v0.3.32
19282026-06-11T19:41:10.150Z Checking cpufeatures v0.2.17
19292026-06-11T19:41:10.187Z Checking digest v0.10.7
19302026-06-11T19:41:10.190Z Checking idna_adapter v1.2.1
19312026-06-11T19:41:10.190Z Checking futures-util v0.3.32
19322026-06-11T19:41:10.190Z Checking hashbrown v0.17.0
19332026-06-11T19:41:10.316Z Checking thiserror v1.0.69
19342026-06-11T19:41:10.367Z Checking idna v1.1.0
19352026-06-11T19:41:10.418Z Checking getrandom v0.3.4
19362026-06-11T19:41:10.454Z Checking fnv v1.0.7
19372026-06-11T19:41:10.555Z Checking regex-syntax v0.8.10
19382026-06-11T19:41:10.592Z Checking http v1.4.0
19392026-06-11T19:41:10.626Z Checking tracing-core v0.1.36
19402026-06-11T19:41:10.661Z Checking url v2.5.8
19412026-06-11T19:41:10.760Z Checking ppv-lite86 v0.2.21
19422026-06-11T19:41:10.796Z Checking indexmap v2.14.0
19432026-06-11T19:41:10.963Z Checking base64 v0.22.1
19442026-06-11T19:41:11.079Z Checking tracing v0.1.44
19452026-06-11T19:41:11.123Z Checking schemars v0.8.22
19462026-06-11T19:41:11.170Z Checking utf8parse v0.2.2
19472026-06-11T19:41:11.227Z Checking anstyle v1.0.14
19482026-06-11T19:41:11.303Z Checking ipnet v2.11.0
19492026-06-11T19:41:11.338Z Checking unicode-ident v1.0.24
19502026-06-11T19:41:11.394Z Checking anstyle-query v1.1.5
19512026-06-11T19:41:11.437Z Checking is_terminal_polyfill v1.70.2
19522026-06-11T19:41:11.475Z Checking proc-macro2 v1.0.106
19532026-06-11T19:41:11.517Z Checking base64ct v1.8.3
19542026-06-11T19:41:11.556Z Checking colorchoice v1.0.4
19552026-06-11T19:41:11.592Z Checking untrusted v0.9.0
19562026-06-11T19:41:11.686Z Checking block-padding v0.3.3
19572026-06-11T19:41:11.732Z Checking ring v0.17.14
19582026-06-11T19:41:11.774Z Checking aho-corasick v1.1.4
19592026-06-11T19:41:11.810Z Checking quote v1.0.45
19602026-06-11T19:41:11.813Z Checking anstyle-parse v1.0.0
19612026-06-11T19:41:11.876Z Checking inout v0.1.4
19622026-06-11T19:41:11.880Z Checking terminal_size v0.4.3
19632026-06-11T19:41:12.006Z Checking syn v2.0.117
19642026-06-11T19:41:12.043Z Checking rustls-pki-types v1.14.0
19652026-06-11T19:41:12.078Z Checking crossbeam-utils v0.8.21
19662026-06-11T19:41:12.081Z Checking cipher v0.4.4
19672026-06-11T19:41:12.209Z Checking httparse v1.10.1
19682026-06-11T19:41:12.320Z Checking anstream v1.0.0
19692026-06-11T19:41:12.363Z Checking allocator-api2 v0.2.21
19702026-06-11T19:41:12.431Z Checking tokio-util v0.7.18
19712026-06-11T19:41:12.468Z Checking clap_lex v1.0.0
19722026-06-11T19:41:12.471Z Checking regex-automata v0.4.14
19732026-06-11T19:41:12.471Z Checking strsim v0.11.1
19742026-06-11T19:41:12.568Z Checking pem-rfc7468 v0.7.0
19752026-06-11T19:41:12.651Z Checking sha2 v0.10.9
19762026-06-11T19:41:12.682Z Checking powerfmt v0.2.0
19772026-06-11T19:41:12.720Z Checking clap_builder v4.6.0
19782026-06-11T19:41:12.754Z Checking http-body v1.0.1
19792026-06-11T19:41:12.757Z Checking rand_core v0.9.5
19802026-06-11T19:41:12.861Z Checking deranged v0.5.8
19812026-06-11T19:41:12.917Z Checking hmac v0.12.1
19822026-06-11T19:41:12.953Z Checking atomic-waker v1.1.2
19832026-06-11T19:41:12.994Z Checking num-conv v0.2.0
19842026-06-11T19:41:13.054Z Checking time-core v0.1.8
19852026-06-11T19:41:13.091Z Checking num_threads v0.1.7
19862026-06-11T19:41:13.094Z Checking erased-serde v0.3.31
19872026-06-11T19:41:13.158Z Checking try-lock v0.2.5
19882026-06-11T19:41:13.226Z Checking flagset v0.4.7
19892026-06-11T19:41:13.264Z Checking httpdate v1.0.3
19902026-06-11T19:41:13.298Z Checking want v0.3.1
19912026-06-11T19:41:13.384Z Checking der v0.7.10
19922026-06-11T19:41:13.439Z Checking h2 v0.4.13
19932026-06-11T19:41:13.475Z Checking pin-utils v0.1.0
19942026-06-11T19:41:13.508Z Checking slog v2.8.2
19952026-06-11T19:41:13.575Z Checking tower-service v0.3.3
19962026-06-11T19:41:13.696Z Checking tower-layer v0.3.3
19972026-06-11T19:41:13.797Z Checking ryu v1.0.23
19982026-06-11T19:41:13.835Z Checking time v0.3.47
19992026-06-11T19:41:13.877Z Checking rand_chacha v0.9.0
20002026-06-11T19:41:13.964Z Checking anyhow v1.0.102
20012026-06-11T19:41:13.967Z Checking clap v4.6.1
20022026-06-11T19:41:14.105Z Checking spin v0.9.8
20032026-06-11T19:41:14.141Z Checking rand v0.9.2
20042026-06-11T19:41:14.177Z Checking mime v0.3.17
20052026-06-11T19:41:14.214Z Checking http-body-util v0.1.3
20062026-06-11T19:41:14.273Z Checking ipnetwork v0.21.1
20072026-06-11T19:41:14.316Z Checking aws-lc-sys v0.40.0
20082026-06-11T19:41:14.378Z Checking fastrand v2.3.0
20092026-06-11T19:41:14.413Z Checking untrusted v0.7.1
20102026-06-11T19:41:14.460Z Checking spki v0.7.3
20112026-06-11T19:41:14.516Z Checking pbkdf2 v0.12.2
20122026-06-11T19:41:14.556Z Checking aes v0.8.4
20132026-06-11T19:41:14.591Z Checking openssl-probe v0.2.1
20142026-06-11T19:41:14.643Z Checking regex v1.12.3
20152026-06-11T19:41:14.679Z Checking serde_urlencoded v0.7.1
20162026-06-11T19:41:14.682Z Checking salsa20 v0.10.2
20172026-06-11T19:41:14.745Z Checking cbc v0.1.2
20182026-06-11T19:41:14.848Z Checking aws-lc-rs v1.16.3
20192026-06-11T19:41:14.885Z Checking rand_chacha v0.3.1
20202026-06-11T19:41:14.920Z Checking hex v0.4.3
20212026-06-11T19:41:14.923Z Checking encoding_rs v0.8.35
20222026-06-11T19:41:14.988Z Checking pretty-hex v0.4.1
20232026-06-11T19:41:14.991Z Checking simd-adler32 v0.3.8
20242026-06-11T19:41:15.055Z Checking scrypt v0.11.0
20252026-06-11T19:41:15.136Z Checking tempfile v3.25.0
20262026-06-11T19:41:15.141Z Checking rand v0.8.6
20272026-06-11T19:41:15.203Z Checking adler2 v2.0.1
20282026-06-11T19:41:15.239Z Checking plain v0.2.3
20292026-06-11T19:41:15.242Z Checking pkcs5 v0.7.1
20302026-06-11T19:41:15.342Z Checking miniz_oxide v0.8.9
20312026-06-11T19:41:15.379Z Checking ucd-trie v0.1.7
20322026-06-11T19:41:15.382Z Checking rustls-native-certs v0.8.3
20332026-06-11T19:41:15.547Z Checking pest v2.8.6
20342026-06-11T19:41:15.583Z Checking sync_wrapper v1.0.2
20352026-06-11T19:41:15.586Z Checking pkcs8 v0.10.2
20362026-06-11T19:41:15.717Z Checking camino v1.2.2
20372026-06-11T19:41:15.720Z Checking foldhash v0.2.0
20382026-06-11T19:41:15.720Z Checking tower v0.5.3
20392026-06-11T19:41:15.820Z Checking rustls-webpki v0.103.9
20402026-06-11T19:41:15.820Z Checking webpki-roots v1.0.6
20412026-06-11T19:41:15.950Z Checking hashbrown v0.16.1
20422026-06-11T19:41:15.952Z Checking iri-string v0.7.10
20432026-06-11T19:41:16.020Z Checking oxnet v0.1.5
20442026-06-11T19:41:16.069Z Checking futures-executor v0.3.32
20452026-06-11T19:41:16.167Z Checking hyper v1.8.1
20462026-06-11T19:41:16.204Z Checking either v1.15.0
20472026-06-11T19:41:16.251Z Checking futures v0.3.32
20482026-06-11T19:41:16.286Z Checking openapiv3 v2.2.0
20492026-06-11T19:41:16.337Z Checking rustls v0.23.37
20502026-06-11T19:41:16.374Z Checking crc32fast v1.5.0
20512026-06-11T19:41:16.419Z Checking static_assertions v1.1.0
20522026-06-11T19:41:16.475Z Checking lazy_static v1.5.0
20532026-06-11T19:41:16.519Z Checking signature v2.2.0
20542026-06-11T19:41:16.555Z Checking winnow v0.7.14
20552026-06-11T19:41:16.597Z Checking hubpack v0.1.2
20562026-06-11T19:41:16.639Z Checking zlib-rs v0.6.2
20572026-06-11T19:41:16.678Z Checking strum v0.26.3
20582026-06-11T19:41:16.790Z Checking psl-types v2.0.11
20592026-06-11T19:41:16.826Z Checking tinyvec_macros v0.1.1
20602026-06-11T19:41:16.924Z Checking tinyvec v1.10.0
20612026-06-11T19:41:16.960Z Checking publicsuffix v2.3.0
20622026-06-11T19:41:17.029Z Checking tower-http v0.6.8
20632026-06-11T19:41:17.101Z Checking hyper-util v0.1.20
20642026-06-11T19:41:17.144Z Checking cookie v0.18.1
20652026-06-11T19:41:17.263Z Checking sha1 v0.10.6
20662026-06-11T19:41:17.333Z Checking num-integer v0.1.46
20672026-06-11T19:41:17.404Z Checking scroll v0.13.0
20682026-06-11T19:41:17.456Z Checking data-encoding v2.10.0
20692026-06-11T19:41:17.534Z Checking flate2 v1.1.9
20702026-06-11T19:41:17.588Z Checking cookie_store v0.22.1
20712026-06-11T19:41:17.626Z Checking serde_spanned v0.6.9
20722026-06-11T19:41:17.660Z Checking goblin v0.10.5
20732026-06-11T19:41:17.740Z Checking toml_datetime v0.6.11
20742026-06-11T19:41:17.776Z Checking memmap2 v0.9.10
20752026-06-11T19:41:17.779Z Checking base16ct v0.2.0
20762026-06-11T19:41:17.863Z Checking bit-vec v0.8.0
20772026-06-11T19:41:17.940Z Checking dtrace-parser v0.3.0
20782026-06-11T19:41:17.978Z Checking ff v0.13.1
20792026-06-11T19:41:17.981Z Checking sec1 v0.7.3
20802026-06-11T19:41:17.981Z Checking thread-id v5.1.0
20812026-06-11T19:41:18.082Z Checking bit-set v0.8.0
20822026-06-11T19:41:18.138Z Checking wait-timeout v0.2.1
20832026-06-11T19:41:18.174Z Checking group v0.13.0
20842026-06-11T19:41:18.209Z Checking num-iter v0.1.45
20852026-06-11T19:41:18.246Z Checking bstr v1.12.1
20862026-06-11T19:41:18.282Z Checking hkdf v0.12.4
20872026-06-11T19:41:18.318Z Checking crossbeam-epoch v0.9.18
20882026-06-11T19:41:18.352Z Checking anstyle-parse v0.2.7
20892026-06-11T19:41:18.355Z Checking ahash v0.8.12
20902026-06-11T19:41:18.420Z Checking crypto-bigint v0.5.5
20912026-06-11T19:41:18.456Z Checking foreign-types-shared v0.1.1
20922026-06-11T19:41:18.537Z Checking quick-error v1.2.3
20932026-06-11T19:41:18.574Z Checking anstream v0.6.21
20942026-06-11T19:41:18.577Z Checking foreign-types v0.3.2
20952026-06-11T19:41:18.642Z Checking rand_xorshift v0.4.0
20962026-06-11T19:41:18.679Z Checking rusty-fork v0.3.1
20972026-06-11T19:41:18.682Z Checking scroll v0.12.0
20982026-06-11T19:41:18.745Z Checking openssl-sys v0.9.115
20992026-06-11T19:41:18.748Z Checking tokio-rustls v0.26.4
21002026-06-11T19:41:18.815Z Checking rustls-platform-verifier v0.6.2
21012026-06-11T19:41:18.818Z Checking unarray v0.1.4
21022026-06-11T19:41:18.883Z Checking num-bigint-dig v0.8.6
21032026-06-11T19:41:18.968Z Checking goblin v0.8.2
21042026-06-11T19:41:19.006Z Checking proptest v1.10.0
21052026-06-11T19:41:19.009Z Checking pkcs1 v0.7.5
21062026-06-11T19:41:19.073Z Checking hyper-rustls v0.27.7
21072026-06-11T19:41:19.156Z Checking openssl v0.10.79
21082026-06-11T19:41:19.277Z Checking x509-cert v0.2.5
21092026-06-11T19:41:19.312Z Checking reqwest v0.13.2
21102026-06-11T19:41:19.349Z Checking elliptic-curve v0.13.8
21112026-06-11T19:41:19.684Z Checking zerocopy v0.7.35
21122026-06-11T19:41:19.721Z Checking unicode-segmentation v1.12.0
21132026-06-11T19:41:19.952Z Checking rsa v0.9.10
21142026-06-11T19:41:20.016Z Checking dof v0.4.0
21152026-06-11T19:41:20.075Z Checking dtrace-parser v0.2.0
21162026-06-11T19:41:20.198Z Checking rfc6979 v0.4.0
21172026-06-11T19:41:20.235Z Checking memoffset v0.9.1
21182026-06-11T19:41:20.345Z Checking thread-id v4.2.2
21192026-06-11T19:41:20.348Z Checking ecdsa v0.16.9
21202026-06-11T19:41:20.348Z Checking curve25519-dalek v4.1.3
21212026-06-11T19:41:20.472Z Checking rustix v0.38.44
21222026-06-11T19:41:20.476Z Checking env_filter v1.0.0
21232026-06-11T19:41:20.665Z Checking keccak v0.1.6
21242026-06-11T19:41:20.701Z Checking usdt-impl v0.6.0
21252026-06-11T19:41:20.748Z Checking toml_write v0.1.2
21262026-06-11T19:41:20.836Z Checking newtype-uuid v1.3.2
21272026-06-11T19:41:20.870Z Checking same-file v1.0.6
21282026-06-11T19:41:20.907Z Checking dof v0.3.0
21292026-06-11T19:41:20.945Z Checking toml_edit v0.22.27
21302026-06-11T19:41:21.009Z Checking walkdir v2.5.0
21312026-06-11T19:41:21.013Z Checking usdt v0.6.0
21322026-06-11T19:41:21.078Z Checking daft v0.1.7
21332026-06-11T19:41:21.204Z Checking sha3 v0.10.8
21342026-06-11T19:41:21.207Z Checking native-tls v0.2.18
21352026-06-11T19:41:21.207Z Checking env_logger v0.11.9
21362026-06-11T19:41:21.304Z Checking ed25519 v2.2.3
21372026-06-11T19:41:21.308Z Checking usdt-impl v0.5.0
21382026-06-11T19:41:21.335Z Checking itertools v0.13.0
21392026-06-11T19:41:21.402Z Checking serde_with v3.17.0
21402026-06-11T19:41:21.438Z Checking bitflags v1.3.2
21412026-06-11T19:41:21.441Z Checking tokio-native-tls v0.3.1
21422026-06-11T19:41:21.504Z Checking siphasher v1.0.2
21432026-06-11T19:41:21.542Z Checking nix v0.31.2
21442026-06-11T19:41:21.545Z Checking ed25519-dalek v2.2.0
21452026-06-11T19:41:21.655Z Checking hyper-tls v0.6.0
21462026-06-11T19:41:21.690Z Checking toml_parser v1.0.9+spec-1.1.0
21472026-06-11T19:41:21.693Z Checking unicode-normalization v0.1.25
21482026-06-11T19:41:21.828Z Checking signal-hook v0.3.18
21492026-06-11T19:41:21.865Z Checking managed v0.8.0
21502026-06-11T19:41:22.050Z Checking winnow v0.5.40
21512026-06-11T19:41:22.054Z Checking reqwest v0.12.28
21522026-06-11T19:41:22.119Z Checking bzip2-sys v0.1.13+1.0.8
21532026-06-11T19:41:22.123Z Checking object v0.37.3
21542026-06-11T19:41:22.186Z Checking foldhash v0.1.5
21552026-06-11T19:41:22.235Z Checking bzip2 v0.4.4
21562026-06-11T19:41:22.351Z Checking hashbrown v0.15.5
21572026-06-11T19:41:22.388Z Checking signal-hook-mio v0.2.5
21582026-06-11T19:41:22.432Z Checking globset v0.4.18
21592026-06-11T19:41:22.522Z Checking ref-cast v1.0.25
21602026-06-11T19:41:22.636Z Checking zstd-sys v2.0.16+zstd.1.5.7
21612026-06-11T19:41:22.672Z Checking zip v0.6.6
21622026-06-11T19:41:22.713Z Checking pin-project v1.1.11
21632026-06-11T19:41:22.780Z Checking zstd-safe v7.2.4
21642026-06-11T19:41:22.829Z Checking bumpalo v3.20.2
21652026-06-11T19:41:22.867Z Checking libbz2-rs-sys v0.2.2
21662026-06-11T19:41:22.870Z Checking crossterm v0.28.1
21672026-06-11T19:41:22.959Z Checking similar v2.7.0
21682026-06-11T19:41:22.994Z Checking zstd v0.13.3
21692026-06-11T19:41:23.029Z Checking tokio-stream v0.1.18
21702026-06-11T19:41:23.063Z Checking zopfli v0.8.3
21712026-06-11T19:41:23.210Z Checking fs-err v3.3.0
21722026-06-11T19:41:23.246Z Checking toml_edit v0.19.15
21732026-06-11T19:41:23.319Z Checking bzip2 v0.6.1
21742026-06-11T19:41:23.368Z Checking pem v3.0.6
21752026-06-11T19:41:23.413Z Checking hash32 v0.2.1
21762026-06-11T19:41:23.450Z Checking serde-big-array v0.5.1
21772026-06-11T19:41:23.513Z Checking unicode-bidi v0.3.18
21782026-06-11T19:41:23.550Z Checking predicates-core v1.0.10
21792026-06-11T19:41:23.583Z Checking unicode-properties v0.1.4
21802026-06-11T19:41:23.618Z Checking jiff v0.2.21
21812026-06-11T19:41:23.621Z Checking heapless v0.7.17
21822026-06-11T19:41:23.621Z Checking snafu v0.8.9
21832026-06-11T19:41:23.718Z Checking olpc-cjson v0.1.4
21842026-06-11T19:41:23.798Z Checking hickory-proto v0.25.2
21852026-06-11T19:41:23.834Z Checking stringprep v0.1.5
21862026-06-11T19:41:23.883Z Checking md-5 v0.10.6
21872026-06-11T19:41:23.923Z Checking serde_plain v1.0.2
21882026-06-11T19:41:24.019Z Checking float-cmp v0.10.0
21892026-06-11T19:41:24.054Z Checking difflib v0.4.0
21902026-06-11T19:41:24.095Z Checking normalize-line-endings v0.3.0
21912026-06-11T19:41:24.132Z Checking fallible-iterator v0.2.0
21922026-06-11T19:41:24.176Z Checking typed-path v0.9.3
21932026-06-11T19:41:24.217Z Checking smoltcp v0.9.1
21942026-06-11T19:41:24.259Z Checking predicates v3.1.4
21952026-06-11T19:41:24.313Z Checking toml v0.7.8
21962026-06-11T19:41:24.437Z Checking postgres-protocol v0.6.10
21972026-06-11T19:41:24.473Z Checking iddqd v0.4.2
21982026-06-11T19:41:24.588Z Checking phf_shared v0.11.3
21992026-06-11T19:41:24.647Z Checking phf_shared v0.13.1
22002026-06-11T19:41:24.763Z Checking buf-list v1.1.2
22012026-06-11T19:41:24.799Z Checking strum v0.27.2
22022026-06-11T19:41:24.840Z Checking fixedbitset v0.5.7
22032026-06-11T19:41:24.877Z Checking new_debug_unreachable v1.0.6
22042026-06-11T19:41:24.942Z Checking precomputed-hash v0.1.1
22052026-06-11T19:41:24.979Z Checking tough v0.22.0
22062026-06-11T19:41:24.982Z Checking fixedbitset v0.4.2
22072026-06-11T19:41:25.046Z Checking lalrpop-util v0.19.12
22082026-06-11T19:41:25.082Z Checking petgraph v0.8.3
22092026-06-11T19:41:25.086Z Checking string_cache v0.8.9
22102026-06-11T19:41:25.195Z Checking petgraph v0.6.5
22112026-06-11T19:41:25.238Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22122026-06-11T19:41:25.282Z Checking phf v0.13.1
22132026-06-11T19:41:25.430Z Checking postgres-types v0.2.12
22142026-06-11T19:41:25.471Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22152026-06-11T19:41:25.771Z Checking whoami v2.1.0
22162026-06-11T19:41:25.775Z Checking peg-runtime v0.8.5
22172026-06-11T19:41:25.884Z Checking zip v4.6.1
22182026-06-11T19:41:26.017Z Checking tokio-postgres v0.7.16
22192026-06-11T19:41:26.097Z Checking is-terminal v0.4.17
22202026-06-11T19:41:26.228Z Checking crossbeam-channel v0.5.15
22212026-06-11T19:41:26.474Z Compiling structmeta-derive v0.3.0
22222026-06-11T19:41:26.511Z Checking thread_local v1.1.9
22232026-06-11T19:41:26.590Z Checking take_mut v0.2.2
22242026-06-11T19:41:26.626Z Checking term v1.2.1
22252026-06-11T19:41:26.704Z Compiling newtype-uuid-macros v0.1.0
22262026-06-11T19:41:26.707Z Compiling rustls v0.22.4
22272026-06-11T19:41:26.773Z Checking slog-async v2.8.0
22282026-06-11T19:41:26.878Z Checking slog-term v2.9.2
22292026-06-11T19:41:26.986Z Compiling multer v3.1.0
22302026-06-11T19:41:27.028Z Compiling async-stream-impl v0.3.6
22312026-06-11T19:41:27.065Z Compiling dropshot v0.17.0
22322026-06-11T19:41:27.168Z Compiling dropshot_endpoint v0.17.0
22332026-06-11T19:41:27.276Z Checking match_cfg v0.1.0
22342026-06-11T19:41:27.314Z Checking slog-json v2.6.1
22352026-06-11T19:41:27.380Z Checking hostname v0.3.1
22362026-06-11T19:41:27.414Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22372026-06-11T19:41:27.491Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22382026-06-11T19:41:27.524Z Checking debug-ignore v1.0.5
22392026-06-11T19:41:27.562Z Checking slog-bunyan v2.5.0
22402026-06-11T19:41:27.598Z Compiling structmeta v0.3.0
22412026-06-11T19:41:27.663Z Checking progenitor-client v0.14.0
22422026-06-11T19:41:27.667Z Checking rustls-webpki v0.102.8
22432026-06-11T19:41:27.735Z Checking serde_spanned v1.0.4
22442026-06-11T19:41:27.776Z Checking serde_path_to_error v0.1.20
22452026-06-11T19:41:27.825Z Checking toml_datetime v1.0.0+spec-1.1.0
22462026-06-11T19:41:27.867Z Compiling derive-ex v0.1.8
22472026-06-11T19:41:27.902Z Checking compression-core v0.4.31
22482026-06-11T19:41:27.937Z Checking toml_writer v1.0.6+spec-1.1.0
22492026-06-11T19:41:27.941Z Checking async-stream v0.3.6
22502026-06-11T19:41:28.088Z Checking compression-codecs v0.4.37
22512026-06-11T19:41:28.092Z Checking waitgroup v0.1.2
22522026-06-11T19:41:28.189Z Checking rustls-pemfile v2.2.0
22532026-06-11T19:41:28.192Z Checking toml v1.0.6+spec-1.1.0
22542026-06-11T19:41:28.282Z Checking hostname v0.4.2
22552026-06-11T19:41:28.286Z Checking async-compression v0.4.41
22562026-06-11T19:41:28.352Z Compiling parse-display-derive v0.10.0
22572026-06-11T19:41:28.387Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582026-06-11T19:41:28.420Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22592026-06-11T19:41:28.525Z Checking atomicwrites v0.4.4
22602026-06-11T19:41:28.590Z Checking regress v0.10.5
22612026-06-11T19:41:28.593Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22622026-06-11T19:41:28.681Z Checking itertools v0.14.0
22632026-06-11T19:41:28.823Z Checking macaddr v1.0.1
22642026-06-11T19:41:28.946Z Checking instant v0.1.13
22652026-06-11T19:41:29.038Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22662026-06-11T19:41:29.076Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22672026-06-11T19:41:29.080Z Checking backoff v0.4.0
22682026-06-11T19:41:29.305Z Checking backon v1.6.0
22692026-06-11T19:41:29.343Z Checking humantime v2.3.0
22702026-06-11T19:41:29.508Z Checking progenitor-extras v0.2.0
22712026-06-11T19:41:29.558Z Checking unicode-width v0.2.0
22722026-06-11T19:41:29.600Z Compiling test-strategy v0.4.5
22732026-06-11T19:41:29.604Z Checking tokio-rustls v0.25.0
22742026-06-11T19:41:29.627Z Checking heck v0.5.0
22752026-06-11T19:41:29.754Z Compiling convert_case v0.4.0
22762026-06-11T19:41:29.788Z Checking half v2.7.1
22772026-06-11T19:41:29.822Z Checking ciborium-io v0.2.2
22782026-06-11T19:41:29.855Z Checking secrecy v0.10.3
22792026-06-11T19:41:29.943Z Compiling regress v0.11.1
22802026-06-11T19:41:30.034Z Checking indent_write v2.2.0
22812026-06-11T19:41:30.079Z Checking universal-hash v0.5.1
22822026-06-11T19:41:30.114Z Checking parse-display v0.10.0
22832026-06-11T19:41:30.117Z Checking ciborium-ll v0.2.2
22842026-06-11T19:41:30.191Z Checking opaque-debug v0.3.1
22852026-06-11T19:41:30.226Z Compiling derive_more v0.99.20
22862026-06-11T19:41:30.260Z Compiling unsafe-libyaml v0.2.11
22872026-06-11T19:41:30.325Z Checking camino-tempfile v1.4.1
22882026-06-11T19:41:30.361Z Checking ciborium v0.2.2
22892026-06-11T19:41:30.516Z Compiling crucible-workspace-hack v0.1.0
22902026-06-11T19:41:30.777Z Checking aead v0.5.2
22912026-06-11T19:41:30.827Z Compiling serde_yaml v0.9.34+deprecated
22922026-06-11T19:41:31.035Z Checking poly1305 v0.8.0
22932026-06-11T19:41:31.071Z Checking chacha20 v0.9.1
22942026-06-11T19:41:31.160Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22952026-06-11T19:41:31.296Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22962026-06-11T19:41:31.330Z Compiling thiserror-impl-no-std v2.0.2
22972026-06-11T19:41:31.577Z Compiling typify-impl v0.6.2
22982026-06-11T19:41:31.642Z Checking swrite v0.1.0
22992026-06-11T19:41:31.766Z Checking password-hash v0.5.0
23002026-06-11T19:41:31.888Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23012026-06-11T19:41:32.030Z Checking blake2 v0.10.6
23022026-06-11T19:41:32.304Z Checking argon2 v0.5.3
23032026-06-11T19:41:32.339Z Checking chacha20poly1305 v0.10.1
23042026-06-11T19:41:32.497Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23052026-06-11T19:41:32.541Z Checking thiserror-no-std v2.0.2
23062026-06-11T19:41:32.665Z Checking vsss-rs v3.3.4
23072026-06-11T19:41:32.699Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-06-11T19:41:32.820Z Checking byte-wrapper v0.1.0
23092026-06-11T19:41:32.941Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-11T19:41:32.991Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23112026-06-11T19:41:33.061Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23122026-06-11T19:41:33.207Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23132026-06-11T19:41:33.244Z Checking crossbeam-deque v0.8.6
23142026-06-11T19:41:33.247Z Compiling rayon-core v1.13.0
23152026-06-11T19:41:33.451Z Checking toml v0.8.23
23162026-06-11T19:41:33.785Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23172026-06-11T19:41:33.788Z Compiling toml_datetime v0.7.5+spec-1.1.0
23182026-06-11T19:41:33.856Z Compiling proc-macro-error v1.0.4
23192026-06-11T19:41:33.888Z Checking rayon v1.11.0
23202026-06-11T19:41:34.103Z Compiling toml_edit v0.23.10+spec-1.0.0
23212026-06-11T19:41:34.192Z Checking tabwriter v1.4.1
23222026-06-11T19:41:34.286Z Checking glob v0.3.3
23232026-06-11T19:41:34.371Z Checking colored v3.1.1
23242026-06-11T19:41:34.499Z Compiling heapless v0.8.0
23252026-06-11T19:41:34.604Z Compiling ingot-macros v0.1.1
23262026-06-11T19:41:34.679Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23272026-06-11T19:41:34.807Z Compiling proc-macro-crate v3.4.0
23282026-06-11T19:41:34.980Z Checking hash32 v0.3.1
23292026-06-11T19:41:35.065Z Compiling smoltcp v0.11.0
23302026-06-11T19:41:35.157Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-06-11T19:41:35.192Z Checking unicode-width v0.1.14
23322026-06-11T19:41:35.435Z Compiling num_enum_derive v0.7.6
23332026-06-11T19:41:35.535Z Checking cobs v0.3.0
23342026-06-11T19:41:35.538Z Compiling usdt-macro v0.5.0
23352026-06-11T19:41:35.602Z Compiling usdt-attr-macro v0.5.0
23362026-06-11T19:41:35.715Z Checking memmap v0.7.0
23372026-06-11T19:41:35.852Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-06-11T19:41:36.102Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23392026-06-11T19:41:36.152Z Compiling typify-macro v0.6.2
23402026-06-11T19:41:36.155Z Checking postcard v1.1.3
23412026-06-11T19:41:36.326Z Compiling proc-macro-crate v1.3.1
23422026-06-11T19:41:36.409Z Checking usdt v0.5.0
23432026-06-11T19:41:36.513Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23442026-06-11T19:41:36.547Z Checking num_enum v0.7.6
23452026-06-11T19:41:36.606Z Checking sigpipe v0.1.3
23462026-06-11T19:41:36.690Z Compiling foreign-types-macros v0.2.3
23472026-06-11T19:41:36.724Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23482026-06-11T19:41:36.758Z Checking foreign-types-shared v0.3.1
23492026-06-11T19:41:36.789Z Checking cpufeatures v0.3.0
23502026-06-11T19:41:36.877Z Compiling num_enum_derive v0.5.11
23512026-06-11T19:41:36.913Z Checking chacha20 v0.10.0
23522026-06-11T19:41:37.156Z Checking cstr-argument v0.1.2
23532026-06-11T19:41:37.159Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-06-11T19:41:37.259Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23552026-06-11T19:41:37.314Z Compiling num-derive v0.4.2
23562026-06-11T19:41:37.317Z Checking foreign-types v0.5.0
23572026-06-11T19:41:37.453Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23582026-06-11T19:41:37.488Z Checking ingot-types v0.1.2
23592026-06-11T19:41:37.638Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-06-11T19:41:37.719Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23612026-06-11T19:41:37.753Z Checking rand v0.10.0
23622026-06-11T19:41:37.787Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23632026-06-11T19:41:37.886Z Checking ingot v0.1.1
23642026-06-11T19:41:37.922Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23652026-06-11T19:41:37.955Z Checking num_enum v0.5.11
23662026-06-11T19:41:37.958Z Compiling typify v0.6.2
23672026-06-11T19:41:38.095Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-06-11T19:41:38.131Z Compiling progenitor-impl v0.14.0
23692026-06-11T19:41:38.134Z Checking itertools v0.12.1
23702026-06-11T19:41:38.242Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23712026-06-11T19:41:38.280Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23722026-06-11T19:41:38.511Z Compiling zone_cfg_derive v0.3.1
23732026-06-11T19:41:38.637Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23742026-06-11T19:41:38.843Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23752026-06-11T19:41:39.102Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23762026-06-11T19:41:39.166Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23772026-06-11T19:41:39.200Z Checking smf v0.2.3
23782026-06-11T19:41:39.205Z Checking zone v0.3.1
23792026-06-11T19:41:39.281Z Checking whoami v1.6.1
23802026-06-11T19:41:39.317Z Checking tokio-dtrace v0.1.1
23812026-06-11T19:41:39.417Z Compiling derive-where v1.6.0
23822026-06-11T19:41:39.465Z Checking console v0.15.11
23832026-06-11T19:41:39.500Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23842026-06-11T19:41:39.564Z Checking oxide-tokio-rt v0.1.4
23852026-06-11T19:41:39.610Z Checking newline-converter v0.3.0
23862026-06-11T19:41:39.717Z Checking num-rational v0.4.2
23872026-06-11T19:41:39.751Z Checking num-complex v0.4.6
23882026-06-11T19:41:39.785Z Checking expectorate v1.2.0
23892026-06-11T19:41:39.788Z Checking bytecount v0.6.9
23902026-06-11T19:41:39.947Z Checking float-ord v0.3.2
23912026-06-11T19:41:40.045Z Compiling prettyplease v0.2.37
23922026-06-11T19:41:40.103Z Compiling owo-colors v4.3.0
23932026-06-11T19:41:40.140Z Compiling cancel-safe-futures v0.1.5
23942026-06-11T19:41:40.175Z Checking num v0.4.3
23952026-06-11T19:41:40.278Z Checking libsw-core v0.3.2
23962026-06-11T19:41:40.358Z Checking linear-map v1.2.0
23972026-06-11T19:41:40.458Z Checking libsw v3.5.0
23982026-06-11T19:41:40.668Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23992026-06-11T19:41:40.760Z Compiling progenitor-macro v0.14.0
24002026-06-11T19:41:40.796Z Checking gethostname v0.5.0
24012026-06-11T19:41:40.799Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24022026-06-11T19:41:40.861Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24032026-06-11T19:41:41.153Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24042026-06-11T19:41:41.928Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24052026-06-11T19:41:42.020Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24062026-06-11T19:41:42.715Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24072026-06-11T19:41:44.810Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24082026-06-11T19:41:45.361Z Checking resolv-conf v0.7.6
24092026-06-11T19:41:45.581Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24102026-06-11T19:41:45.717Z Checking progenitor v0.14.0
24112026-06-11T19:41:45.815Z Checking unicode-linebreak v0.1.5
24122026-06-11T19:41:45.846Z Checking smawk v0.3.2
24132026-06-11T19:41:45.912Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24142026-06-11T19:41:45.948Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24152026-06-11T19:41:46.006Z Checking papergrid v0.11.0
24162026-06-11T19:41:46.060Z Compiling tabled_derive v0.7.0
24172026-06-11T19:41:46.259Z Compiling convert_case v0.10.0
24182026-06-11T19:41:46.333Z Compiling slog-dtrace v0.3.0
24192026-06-11T19:41:46.613Z Compiling derive_more-impl v2.1.1
24202026-06-11T19:41:46.648Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24212026-06-11T19:41:47.060Z Checking tabled v0.15.0
24222026-06-11T19:41:47.367Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24232026-06-11T19:41:47.450Z Checking derive_more v2.1.1
24242026-06-11T19:41:47.559Z Checking crossterm v0.29.0
24252026-06-11T19:41:47.595Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24262026-06-11T19:41:47.628Z Checking linked-hash-map v0.5.6
24272026-06-11T19:41:47.806Z Checking hickory-proto v0.24.4
24282026-06-11T19:41:47.842Z Checking lru-cache v0.1.2
24292026-06-11T19:41:47.998Z Checking fd-lock v4.0.4
24302026-06-11T19:41:48.151Z Checking vte v0.14.1
24312026-06-11T19:41:48.188Z Checking display-error-chain v0.2.2
24322026-06-11T19:41:48.236Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-06-11T19:41:48.282Z Checking termtree v0.5.1
24342026-06-11T19:41:48.334Z Checking strip-ansi-escapes v0.2.1
24352026-06-11T19:41:48.337Z Checking nu-ansi-term v0.50.3
24362026-06-11T19:41:48.401Z Checking textwrap v0.16.2
24372026-06-11T19:41:48.449Z Compiling minimal-lexical v0.2.1
24382026-06-11T19:41:48.484Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24392026-06-11T19:41:48.488Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24402026-06-11T19:41:48.603Z Checking reedline v0.40.0
24412026-06-11T19:41:48.644Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24422026-06-11T19:41:48.737Z Compiling nom v7.1.3
24432026-06-11T19:41:48.968Z Compiling ar_archive_writer v0.5.1
24442026-06-11T19:41:49.090Z Checking csv-core v0.1.13
24452026-06-11T19:41:49.266Z Compiling stacker v0.1.23
24462026-06-11T19:41:49.304Z Checking csv v1.4.0
24472026-06-11T19:41:49.562Z Checking highway v1.3.0
24482026-06-11T19:41:49.629Z Checking hickory-resolver v0.24.4
24492026-06-11T19:41:49.706Z Compiling semver v0.1.20
24502026-06-11T19:41:49.781Z Compiling cfg_aliases v0.1.1
24512026-06-11T19:41:49.859Z Compiling psm v0.1.30
24522026-06-11T19:41:49.894Z Compiling nix v0.28.0
24532026-06-11T19:41:49.897Z Checking nibble_vec v0.1.0
24542026-06-11T19:41:49.960Z Compiling rustc_version v0.1.7
24552026-06-11T19:41:50.054Z Checking endian-type v0.1.2
24562026-06-11T19:41:50.127Z Checking home v0.5.12
24572026-06-11T19:41:50.131Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24582026-06-11T19:41:50.215Z Checking radix_trie v0.2.1
24592026-06-11T19:41:50.266Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24602026-06-11T19:41:50.269Z Compiling newtype_derive v0.1.6
24612026-06-11T19:41:50.379Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24622026-06-11T19:41:50.446Z Checking qorb v0.4.1
24632026-06-11T19:41:50.479Z Checking phf_shared v0.12.1
24642026-06-11T19:41:50.512Z Compiling recursive-proc-macro-impl v0.1.1
24652026-06-11T19:41:50.646Z Compiling chrono-tz v0.10.4
24662026-06-11T19:41:50.807Z Checking phf v0.12.1
24672026-06-11T19:41:50.929Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24682026-06-11T19:41:50.993Z Compiling const_format_proc_macros v0.2.34
24692026-06-11T19:41:50.996Z Checking recursive v0.1.1
24702026-06-11T19:41:50.996Z Compiling peg-macros v0.8.5
24712026-06-11T19:41:51.090Z Checking nom v8.0.0
24722026-06-11T19:41:51.124Z Checking winnow v0.6.26
24732026-06-11T19:41:51.479Z Compiling sqlparser_derive v0.5.0
24742026-06-11T19:41:51.656Z Checking unicode_categories v0.1.1
24752026-06-11T19:41:51.925Z Checking const_format v0.2.35
24762026-06-11T19:41:52.187Z Checking rustyline v14.0.0
24772026-06-11T19:41:52.259Z Checking sqlparser v0.61.0
24782026-06-11T19:41:52.297Z Checking sqlformat v0.3.5
24792026-06-11T19:41:52.403Z Checking peg v0.8.5
24802026-06-11T19:41:52.858Z Checking bcs v0.1.6
24812026-06-11T19:41:52.893Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24822026-06-11T19:41:52.995Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24832026-06-11T19:41:53.055Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24842026-06-11T19:41:53.123Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24852026-06-11T19:41:53.181Z Checking steno v0.4.1
24862026-06-11T19:41:53.215Z Checking filetime v0.2.27
24872026-06-11T19:41:53.386Z Checking xattr v1.6.1
24882026-06-11T19:41:53.551Z Checking tar v0.4.45
24892026-06-11T19:41:53.665Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-06-11T19:41:53.873Z Checking subprocess v0.2.15
24912026-06-11T19:41:54.100Z Checking base64 v0.21.7
24922026-06-11T19:41:54.189Z Checking headers-core v0.3.0
24932026-06-11T19:41:54.303Z Checking yasna v0.5.2
24942026-06-11T19:41:54.337Z Checking headers v0.4.1
24952026-06-11T19:41:54.374Z Checking dropshot-api-manager-types v0.7.2
24962026-06-11T19:41:54.575Z Checking tagptr v0.2.0
24972026-06-11T19:41:54.716Z Checking rcgen v0.12.1
24982026-06-11T19:41:54.749Z Checking moka v0.12.13
24992026-06-11T19:41:54.818Z Checking utf-8 v0.7.6
25002026-06-11T19:41:55.001Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25012026-06-11T19:41:55.034Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25022026-06-11T19:41:55.082Z Compiling libefi-sys v0.1.0
25032026-06-11T19:41:55.179Z Checking tungstenite v0.21.0
25042026-06-11T19:41:55.347Z Compiling bitfield-struct v0.6.2
25052026-06-11T19:41:55.479Z Checking hickory-resolver v0.25.2
25062026-06-11T19:41:55.636Z Checking tokio-tungstenite v0.21.0
25072026-06-11T19:41:55.734Z Compiling radium v0.7.0
25082026-06-11T19:41:55.842Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25092026-06-11T19:41:55.954Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25102026-06-11T19:41:56.020Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112026-06-11T19:41:56.086Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25122026-06-11T19:41:56.129Z Checking tap v1.0.1
25132026-06-11T19:41:56.227Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25142026-06-11T19:41:56.269Z Compiling maybe-uninit v2.0.0
25152026-06-11T19:41:56.273Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25162026-06-11T19:41:56.337Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25172026-06-11T19:41:56.471Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25182026-06-11T19:41:56.513Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25192026-06-11T19:41:56.611Z Checking wyz v0.5.1
25202026-06-11T19:41:56.702Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25212026-06-11T19:41:56.737Z Compiling zerocopy-derive v0.6.6
25222026-06-11T19:41:56.847Z Checking funty v2.0.0
25232026-06-11T19:41:56.880Z Compiling packed_struct v0.10.1
25242026-06-11T19:41:57.014Z Checking crc-catalog v2.4.0
25252026-06-11T19:41:57.139Z Checking crc v3.4.0
25262026-06-11T19:41:57.204Z Checking bitvec v1.0.1
25272026-06-11T19:41:57.343Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25282026-06-11T19:41:57.344Z Compiling packed_struct_codegen v0.10.1
25292026-06-11T19:41:57.607Z Checking zerocopy v0.6.6
25302026-06-11T19:41:57.946Z Compiling bitfield-macros v0.19.4
25312026-06-11T19:41:58.328Z Compiling indexmap v1.9.3
25322026-06-11T19:41:58.440Z Checking nodrop v0.1.14
25332026-06-11T19:41:58.491Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25342026-06-11T19:41:58.593Z Checking array-init v0.0.4
25352026-06-11T19:41:58.639Z Checking smallvec v0.6.14
25362026-06-11T19:41:58.680Z Checking bitfield v0.19.4
25372026-06-11T19:41:58.729Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25382026-06-11T19:41:58.860Z Checking hashbrown v0.12.3
25392026-06-11T19:41:58.918Z Checking serde-hex v0.1.0
25402026-06-11T19:41:58.972Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25412026-06-11T19:41:59.006Z Checking ron v0.8.1
25422026-06-11T19:41:59.164Z Checking hashbrown v0.13.2
25432026-06-11T19:41:59.563Z Checking crc-any v2.5.0
25442026-06-11T19:41:59.598Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25452026-06-11T19:41:59.630Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25462026-06-11T19:41:59.661Z Checking object v0.30.4
25472026-06-11T19:41:59.727Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25482026-06-11T19:41:59.770Z Checking path-slash v0.1.5
25492026-06-11T19:41:59.819Z Compiling xshell-macros v0.2.7
25502026-06-11T19:41:59.902Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25512026-06-11T19:42:00.298Z Checking xshell v0.2.7
25522026-06-11T19:42:00.475Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25532026-06-11T19:42:00.658Z Checking half v1.8.3
25542026-06-11T19:42:00.693Z Compiling num-derive v0.3.3
25552026-06-11T19:42:00.882Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25562026-06-11T19:42:00.917Z Checking serde_cbor v0.11.2
25572026-06-11T19:42:01.339Z Compiling proc-macro-error-attr2 v2.0.0
25582026-06-11T19:42:01.631Z Checking libscf-sys v1.1.0
25592026-06-11T19:42:01.774Z Compiling proc-macro-error2 v2.0.1
25602026-06-11T19:42:01.806Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25612026-06-11T19:42:01.865Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25622026-06-11T19:42:01.868Z Checking papergrid v0.17.0
25632026-06-11T19:42:02.054Z Checking testing_table v0.3.0
25642026-06-11T19:42:02.109Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25652026-06-11T19:42:02.139Z Compiling tabled_derive v0.11.0
25662026-06-11T19:42:02.180Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25672026-06-11T19:42:02.328Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25682026-06-11T19:42:02.627Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25692026-06-11T19:42:02.713Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25702026-06-11T19:42:02.716Z Checking maplit v1.0.2
25712026-06-11T19:42:02.862Z Compiling git-stub v1.0.0
25722026-06-11T19:42:02.986Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25732026-06-11T19:42:03.147Z Checking crc8 v0.1.1
25742026-06-11T19:42:03.180Z Compiling git-stub-vcs v0.1.0
25752026-06-11T19:42:03.278Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25762026-06-11T19:42:03.321Z Checking tabled v0.20.0
25772026-06-11T19:42:03.566Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25782026-06-11T19:42:03.705Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25792026-06-11T19:42:03.869Z Checking fxhash v0.2.1
25802026-06-11T19:42:03.901Z Checking unicase v2.9.0
25812026-06-11T19:42:04.022Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25822026-06-11T19:42:04.078Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25832026-06-11T19:42:04.110Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25842026-06-11T19:42:04.328Z Compiling vergen-lib v0.1.6
25852026-06-11T19:42:04.455Z Compiling diesel_derives v2.3.7
25862026-06-11T19:42:04.488Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25872026-06-11T19:42:04.629Z Checking scheduled-thread-pool v0.2.7
25882026-06-11T19:42:04.663Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25892026-06-11T19:42:04.738Z Compiling dsl_auto_type v0.2.0
25902026-06-11T19:42:04.773Z Compiling vergen-gitcl v1.0.8
25912026-06-11T19:42:04.805Z Compiling diesel_table_macro_syntax v0.3.0
25922026-06-11T19:42:05.062Z Checking r2d2 v0.8.10
25932026-06-11T19:42:05.127Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25942026-06-11T19:42:05.283Z Checking kstat-rs v0.2.4
25952026-06-11T19:42:05.458Z Checking arc-swap v1.8.2
25962026-06-11T19:42:05.493Z Checking downcast-rs v2.0.2
25972026-06-11T19:42:05.560Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25982026-06-11T19:42:05.621Z Compiling parking_lot_core v0.8.6
25992026-06-11T19:42:05.711Z Checking slog-scope v4.4.1
26002026-06-11T19:42:05.879Z Checking slog-stdlog v4.1.1
26012026-06-11T19:42:05.943Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26022026-06-11T19:42:05.987Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26032026-06-11T19:42:06.054Z Checking slog-envlogger v2.2.0
26042026-06-11T19:42:06.190Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26052026-06-11T19:42:06.256Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26062026-06-11T19:42:06.259Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26072026-06-11T19:42:06.319Z Compiling dirs-sys-next v0.1.2
26082026-06-11T19:42:06.363Z Compiling crunchy v0.2.4
26092026-06-11T19:42:06.449Z Checking parking_lot v0.11.2
26102026-06-11T19:42:06.505Z Compiling dirs-next v2.0.0
26112026-06-11T19:42:06.628Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26122026-06-11T19:42:06.661Z Compiling clang-sys v1.8.1
26132026-06-11T19:42:06.727Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26142026-06-11T19:42:06.731Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26152026-06-11T19:42:06.791Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26162026-06-11T19:42:07.039Z Checking prefix-trie v0.7.0
26172026-06-11T19:42:07.073Z Compiling tiny-keccak v2.0.2
26182026-06-11T19:42:07.106Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26192026-06-11T19:42:07.359Z Checking sled v0.34.7
26202026-06-11T19:42:07.423Z Compiling term v0.7.0
26212026-06-11T19:42:07.454Z Checking hickory-server v0.25.2
26222026-06-11T19:42:07.468Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26232026-06-11T19:42:07.487Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26242026-06-11T19:42:07.689Z Checking nanorand v0.7.0
26252026-06-11T19:42:07.814Z Compiling salty v0.3.0
26262026-06-11T19:42:07.924Z Compiling bit-vec v0.6.3
26272026-06-11T19:42:08.012Z Checking flume v0.11.1
26282026-06-11T19:42:08.132Z Compiling ascii-canvas v3.0.0
26292026-06-11T19:42:08.176Z Compiling bit-set v0.5.3
26302026-06-11T19:42:08.364Z Compiling progenitor-impl v0.13.0
26312026-06-11T19:42:08.407Z Checking primeorder v0.13.6
26322026-06-11T19:42:08.630Z Compiling itertools v0.10.5
26332026-06-11T19:42:08.684Z Compiling ena v0.14.4
26342026-06-11T19:42:08.728Z Compiling libloading v0.8.9
26352026-06-11T19:42:08.761Z Compiling regex-syntax v0.6.29
26362026-06-11T19:42:08.868Z Compiling bindgen v0.71.1
26372026-06-11T19:42:08.928Z Compiling diff v0.1.13
26382026-06-11T19:42:09.664Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26392026-06-11T19:42:09.995Z Compiling cexpr v0.6.0
26402026-06-11T19:42:10.149Z Compiling lalrpop v0.19.12
26412026-06-11T19:42:10.689Z Checking diesel v2.3.7
26422026-06-11T19:42:10.722Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26432026-06-11T19:42:10.929Z Checking progenitor-client v0.13.0
26442026-06-11T19:42:11.071Z Compiling fs-err v2.11.0
26452026-06-11T19:42:11.104Z Compiling progenitor-macro v0.13.0
26462026-06-11T19:42:11.194Z Compiling rustc-hash v2.1.1
26472026-06-11T19:42:11.229Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26482026-06-11T19:42:11.407Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26492026-06-11T19:42:11.439Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26502026-06-11T19:42:11.649Z Compiling libxml v0.3.3
26512026-06-11T19:42:11.955Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26522026-06-11T19:42:12.064Z Checking p384 v0.13.1
26532026-06-11T19:42:12.518Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26542026-06-11T19:42:12.698Z Compiling strum_macros v0.24.3
26552026-06-11T19:42:12.897Z Compiling indoc v1.0.9
26562026-06-11T19:42:13.361Z Checking parse-size v1.1.0
26572026-06-11T19:42:13.521Z Checking assert_matches v1.5.0
26582026-06-11T19:42:13.633Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26592026-06-11T19:42:14.418Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26602026-06-11T19:42:14.523Z Compiling typify-impl v0.4.3
26612026-06-11T19:42:14.645Z Checking quick-xml v0.37.5
26622026-06-11T19:42:14.677Z Checking derive_builder v0.20.2
26632026-06-11T19:42:14.824Z Compiling oso-derive v0.27.3
26642026-06-11T19:42:15.385Z Compiling trait-variant v0.1.2
26652026-06-11T19:42:15.570Z Compiling impl-trait-for-tuples v0.2.3
26662026-06-11T19:42:15.959Z Checking openssl-probe v0.1.6
26672026-06-11T19:42:16.047Z Checking progenitor v0.13.0
26682026-06-11T19:42:16.105Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26692026-06-11T19:42:16.271Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26702026-06-11T19:42:16.897Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26712026-06-11T19:42:16.934Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26722026-06-11T19:42:17.159Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26732026-06-11T19:42:17.709Z Checking predicates-tree v1.0.13
26742026-06-11T19:42:17.751Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26752026-06-11T19:42:17.948Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26762026-06-11T19:42:18.027Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26772026-06-11T19:42:18.103Z Compiling mime_guess v2.0.5
26782026-06-11T19:42:19.074Z Compiling typify-macro v0.4.3
26792026-06-11T19:42:19.121Z Checking http-range v0.1.5
26802026-06-11T19:42:20.549Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26812026-06-11T19:42:20.690Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26822026-06-11T19:42:20.738Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26832026-06-11T19:42:20.820Z Compiling typify v0.4.3
26842026-06-11T19:42:20.973Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26852026-06-11T19:42:22.529Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26862026-06-11T19:42:22.565Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-06-11T19:42:22.660Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26882026-06-11T19:42:22.718Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26892026-06-11T19:42:22.974Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26902026-06-11T19:42:23.198Z Checking bb8 v0.8.6
26912026-06-11T19:42:23.440Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26922026-06-11T19:42:23.511Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26932026-06-11T19:42:23.676Z Checking atty v0.2.14
26942026-06-11T19:42:23.759Z Checking corncobs v0.1.4
26952026-06-11T19:42:23.880Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26962026-06-11T19:42:23.946Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26972026-06-11T19:42:24.243Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26982026-06-11T19:42:24.276Z Compiling progenitor-impl v0.11.2
26992026-06-11T19:42:24.341Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27002026-06-11T19:42:24.491Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27012026-06-11T19:42:24.718Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27022026-06-11T19:42:24.847Z Checking async-bb8-diesel v0.2.1
27032026-06-11T19:42:25.263Z Checking diesel-dtrace v0.5.0
27042026-06-11T19:42:25.376Z Checking ignore v0.4.25
27052026-06-11T19:42:25.528Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27062026-06-11T19:42:25.826Z Checking secrecy v0.8.0
27072026-06-11T19:42:26.101Z Checking globwalk v0.9.1
27082026-06-11T19:42:26.615Z Checking hyper-staticfile v0.10.1
27092026-06-11T19:42:26.946Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27102026-06-11T19:42:27.040Z Compiling progenitor-macro v0.11.2
27112026-06-11T19:42:27.137Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-06-11T19:42:27.266Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27132026-06-11T19:42:27.317Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27142026-06-11T19:42:27.488Z Checking progenitor-client v0.11.2
27152026-06-11T19:42:27.696Z Compiling illumos-nvpair-sys v0.2.0
27162026-06-11T19:42:27.779Z Checking nonempty v0.12.0
27172026-06-11T19:42:27.892Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27182026-06-11T19:42:27.992Z Checking camino-tempfile-ext v0.3.3
27192026-06-11T19:42:28.006Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27202026-06-11T19:42:28.205Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27212026-06-11T19:42:28.829Z Checking signal-hook-tokio v0.3.1
27222026-06-11T19:42:28.871Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27232026-06-11T19:42:29.155Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27242026-06-11T19:42:29.193Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27252026-06-11T19:42:29.501Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27262026-06-11T19:42:29.578Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27272026-06-11T19:42:29.861Z Checking illumos-nvpair v0.3.0
27282026-06-11T19:42:30.123Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27292026-06-11T19:42:30.139Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27302026-06-11T19:42:30.428Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27312026-06-11T19:42:30.544Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27322026-06-11T19:42:30.577Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27332026-06-11T19:42:30.916Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27342026-06-11T19:42:30.919Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27352026-06-11T19:42:30.953Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27362026-06-11T19:42:31.189Z Checking tungstenite v0.23.0
27372026-06-11T19:42:31.248Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27382026-06-11T19:42:31.503Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27392026-06-11T19:42:31.654Z Checking tokio-tungstenite v0.23.1
27402026-06-11T19:42:32.025Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27412026-06-11T19:42:32.071Z Checking progenitor v0.11.2
27422026-06-11T19:42:32.173Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27432026-06-11T19:42:32.382Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27442026-06-11T19:42:32.436Z Checking rand_seeder v0.4.0
27452026-06-11T19:42:32.618Z Checking void v1.0.2
27462026-06-11T19:42:32.745Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27472026-06-11T19:42:32.812Z Checking lzss v0.8.2
27482026-06-11T19:42:32.816Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27492026-06-11T19:42:32.852Z Checking nix v0.27.1
27502026-06-11T19:42:32.939Z Checking serde_bytes v0.11.19
27512026-06-11T19:42:33.000Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27522026-06-11T19:42:33.092Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27532026-06-11T19:42:33.159Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27542026-06-11T19:42:33.391Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27552026-06-11T19:42:33.787Z Checking is_ci v1.2.0
27562026-06-11T19:42:34.066Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27572026-06-11T19:42:34.123Z Checking yansi v1.0.1
27582026-06-11T19:42:34.171Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27592026-06-11T19:42:34.242Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27602026-06-11T19:42:34.391Z Checking pretty_assertions v1.4.1
27612026-06-11T19:42:34.517Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27622026-06-11T19:42:34.557Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27632026-06-11T19:42:34.808Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27642026-06-11T19:42:34.912Z Compiling darling_core v0.23.0
27652026-06-11T19:42:36.134Z Compiling indoc v2.0.7
27662026-06-11T19:42:36.169Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27672026-06-11T19:42:36.399Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-06-11T19:42:36.625Z Compiling libz-sys v1.1.24
27692026-06-11T19:42:37.042Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-06-11T19:42:37.133Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27712026-06-11T19:42:37.212Z Compiling instability v0.3.11
27722026-06-11T19:42:37.351Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-06-11T19:42:37.443Z Compiling darling_macro v0.23.0
27742026-06-11T19:42:37.654Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27752026-06-11T19:42:37.806Z Checking castaway v0.2.4
27762026-06-11T19:42:37.967Z Compiling darling v0.23.0
27772026-06-11T19:42:37.981Z Checking compact_str v0.8.1
27782026-06-11T19:42:38.179Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27792026-06-11T19:42:38.378Z Checking supports-color v3.0.2
27802026-06-11T19:42:38.635Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27812026-06-11T19:42:38.693Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27822026-06-11T19:42:38.778Z Checking unicode-truncate v1.1.0
27832026-06-11T19:42:38.864Z Checking console v0.16.2
27842026-06-11T19:42:38.939Z Checking lru v0.12.5
27852026-06-11T19:42:38.972Z Compiling libgit2-sys v0.18.3+1.9.2
27862026-06-11T19:42:39.102Z Checking cassowary v0.3.0
27872026-06-11T19:42:39.136Z Checking unit-prefix v0.5.2
27882026-06-11T19:42:39.347Z Checking indicatif v0.18.4
27892026-06-11T19:42:39.395Z Checking ratatui v0.29.0
27902026-06-11T19:42:39.465Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27912026-06-11T19:42:39.746Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27922026-06-11T19:42:40.033Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-06-11T19:42:40.745Z Compiling vergen-git2 v9.1.0
27942026-06-11T19:42:40.807Z Checking plotters-backend v0.3.7
27952026-06-11T19:42:40.994Z Checking plotters-svg v0.3.7
27962026-06-11T19:42:41.019Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27972026-06-11T19:42:41.167Z Compiling rustls v0.21.12
27982026-06-11T19:42:41.251Z Checking cast v0.3.0
27992026-06-11T19:42:41.449Z Checking criterion-plot v0.6.0
28002026-06-11T19:42:41.496Z Checking plotters v0.3.7
28012026-06-11T19:42:41.686Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28022026-06-11T19:42:41.729Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28032026-06-11T19:42:41.966Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28042026-06-11T19:42:42.205Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28052026-06-11T19:42:42.267Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28062026-06-11T19:42:42.431Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28072026-06-11T19:42:45.672Z Checking colored v2.2.0
28082026-06-11T19:42:46.169Z Checking rustls-webpki v0.101.7
28092026-06-11T19:42:46.169Z Checking sct v0.7.1
28102026-06-11T19:42:46.169Z Checking tinytemplate v1.2.1
28112026-06-11T19:42:46.169Z Checking shell-words v1.1.1
28122026-06-11T19:42:46.169Z Checking anes v0.1.6
28132026-06-11T19:42:46.169Z Checking oorandom v11.1.5
28142026-06-11T19:42:46.170Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28152026-06-11T19:42:46.170Z Checking criterion v0.7.0
28162026-06-11T19:42:46.311Z Checking typeid v1.0.3
28172026-06-11T19:42:46.312Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28182026-06-11T19:42:46.312Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28192026-06-11T19:42:46.312Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28202026-06-11T19:42:46.405Z Checking hex-literal v0.4.1
28212026-06-11T19:42:46.536Z Checking erased-serde v0.4.9
28222026-06-11T19:42:46.937Z Checking tokio-rustls v0.24.1
28232026-06-11T19:42:47.179Z Checking rustls-pemfile v1.0.4
28242026-06-11T19:42:47.357Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28252026-06-11T19:42:47.591Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28262026-06-11T19:42:48.004Z Checking twox-hash v2.1.2
28272026-06-11T19:42:48.280Z Checking ordered-float v2.10.1
28282026-06-11T19:42:48.385Z Checking serde-untagged v0.1.9
28292026-06-11T19:42:48.513Z Checking serde-value v0.7.0
28302026-06-11T19:42:48.617Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28312026-06-11T19:42:48.761Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28322026-06-11T19:42:49.369Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28332026-06-11T19:42:49.560Z Checking fatfs v0.3.6
28342026-06-11T19:42:49.792Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28352026-06-11T19:42:49.853Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-06-11T19:42:50.046Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28372026-06-11T19:42:50.078Z Compiling seq-macro v0.3.6
28382026-06-11T19:42:50.620Z Checking unicode-xid v0.2.6
28392026-06-11T19:42:50.810Z Checking cargo-util-schemas v0.8.2
28402026-06-11T19:42:51.161Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28412026-06-11T19:42:51.356Z Checking cargo-platform v0.2.0
28422026-06-11T19:42:51.576Z Compiling petname v2.0.2
28432026-06-11T19:42:51.674Z Checking cargo_metadata v0.21.0
28442026-06-11T19:42:52.248Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28452026-06-11T19:42:52.468Z Checking concurrent-queue v2.5.0
28462026-06-11T19:42:52.692Z Checking rtoolbox v0.0.3
28472026-06-11T19:42:52.866Z Checking parking v2.2.1
28482026-06-11T19:42:53.028Z Checking event-listener v5.4.1
28492026-06-11T19:42:53.139Z Compiling samael v0.0.19
28502026-06-11T19:42:53.290Z Checking rpassword v7.4.0
28512026-06-11T19:42:53.624Z Checking tui-tree-widget v0.23.1
28522026-06-11T19:42:53.839Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28532026-06-11T19:42:53.844Z Checking polyval v0.6.2
28542026-06-11T19:42:54.034Z Checking sapling-renderdag v0.1.0
28552026-06-11T19:42:54.072Z Checking sync-ptr v0.1.4
28562026-06-11T19:42:54.222Z Checking ghash v0.5.1
28572026-06-11T19:42:54.315Z Checking event-listener-strategy v0.5.4
28582026-06-11T19:42:54.379Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28592026-06-11T19:42:54.481Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28602026-06-11T19:42:54.722Z Checking ctr v0.9.2
28612026-06-11T19:42:54.908Z Checking futures-timer v3.0.3
28622026-06-11T19:42:55.054Z Checking arrayref v0.3.9
28632026-06-11T19:42:55.149Z Checking arrayvec v0.7.6
28642026-06-11T19:42:55.177Z Checking constant_time_eq v0.4.2
28652026-06-11T19:42:55.357Z Checking aes-gcm v0.10.3
28662026-06-11T19:42:55.430Z Checking async-lock v3.4.2
28672026-06-11T19:42:55.464Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28682026-06-11T19:42:55.536Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28692026-06-11T19:42:55.843Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28702026-06-11T19:42:56.509Z Checking ssh-encoding v0.2.0
28712026-06-11T19:42:56.743Z Checking blowfish v0.9.1
28722026-06-11T19:42:56.952Z Compiling strsim v0.10.0
28732026-06-11T19:42:57.053Z Checking bcrypt-pbkdf v0.10.0
28742026-06-11T19:42:57.256Z Compiling darling_core v0.13.4
28752026-06-11T19:42:57.297Z Checking ssh-cipher v0.2.0
28762026-06-11T19:42:57.494Z Checking async-object-pool v0.2.0
28772026-06-11T19:42:57.644Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-06-11T19:42:58.050Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28792026-06-11T19:42:58.164Z Checking serde_regex v1.1.0
28802026-06-11T19:42:58.237Z Checking password-hash v0.4.2
28812026-06-11T19:42:58.359Z Checking assert-json-diff v2.0.2
28822026-06-11T19:42:58.488Z Checking path-tree v0.8.3
28832026-06-11T19:42:58.559Z Checking gimli v0.32.3
28842026-06-11T19:42:58.707Z Compiling target-lexicon v0.13.3
28852026-06-11T19:42:58.712Z Checking stringmetrics v2.2.2
28862026-06-11T19:42:58.922Z Checking httpmock v0.8.3
28872026-06-11T19:42:59.133Z Compiling darling_macro v0.13.4
28882026-06-11T19:42:59.292Z Checking pbkdf2 v0.11.0
28892026-06-11T19:42:59.499Z Checking ssh-key v0.6.7
28902026-06-11T19:43:00.121Z Checking addr2line v0.25.1
28912026-06-11T19:43:00.248Z Checking p521 v0.13.3
28922026-06-11T19:43:00.430Z Checking p256 v0.13.2
28932026-06-11T19:43:00.716Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28942026-06-11T19:43:00.903Z Checking russh-cryptovec v0.7.3
28952026-06-11T19:43:01.003Z Checking rustc-demangle v0.1.27
28962026-06-11T19:43:01.056Z Compiling guppy-workspace-hack v0.1.0
28972026-06-11T19:43:01.177Z Checking md5 v0.7.0
28982026-06-11T19:43:01.252Z Checking backtrace v0.3.76
28992026-06-11T19:43:01.329Z Compiling darling v0.13.4
29002026-06-11T19:43:01.384Z Checking russh-keys v0.45.0
29012026-06-11T19:43:01.528Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29022026-06-11T19:43:01.603Z Checking num-bigint v0.4.6
29032026-06-11T19:43:01.706Z Checking des v0.8.1
29042026-06-11T19:43:01.898Z Compiling blake3 v1.8.3
29052026-06-11T19:43:01.926Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-06-11T19:43:02.058Z Compiling target-spec v3.5.7
29072026-06-11T19:43:02.355Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-06-11T19:43:02.597Z Checking russh v0.45.0
29092026-06-11T19:43:02.641Z Checking cfg-expr v0.20.6
29102026-06-11T19:43:02.793Z Checking backtrace-ext v0.2.1
29112026-06-11T19:43:02.943Z Compiling serde_with_macros v1.5.2
29122026-06-11T19:43:03.062Z Checking supports-color v2.1.0
29132026-06-11T19:43:03.119Z Checking textwrap v0.15.2
29142026-06-11T19:43:03.227Z Checking supports-hyperlinks v2.1.0
29152026-06-11T19:43:03.358Z Checking supports-unicode v2.1.0
29162026-06-11T19:43:03.392Z Checking hashbrown v0.14.5
29172026-06-11T19:43:03.507Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29182026-06-11T19:43:03.741Z Checking cargo-platform v0.3.2
29192026-06-11T19:43:03.805Z Checking terminal_size v0.1.17
29202026-06-11T19:43:03.897Z Checking socket2 v0.5.10
29212026-06-11T19:43:03.941Z Compiling miette-derive v5.10.0
29222026-06-11T19:43:03.973Z Checking internet-checksum v0.2.1
29232026-06-11T19:43:04.178Z Checking owo-colors v3.5.0
29242026-06-11T19:43:04.527Z Checking cargo_metadata v0.23.1
29252026-06-11T19:43:04.743Z Checking chumsky v0.9.3
29262026-06-11T19:43:05.112Z Checking miette v5.10.0
29272026-06-11T19:43:05.317Z Compiling serde_with v1.14.0
29282026-06-11T19:43:05.821Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29292026-06-11T19:43:05.950Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29302026-06-11T19:43:05.980Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29312026-06-11T19:43:06.317Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29322026-06-11T19:43:06.478Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29332026-06-11T19:43:06.537Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29342026-06-11T19:43:06.752Z Compiling knuffel-derive v3.2.0
29352026-06-11T19:43:06.752Z Checking httptest v0.16.4
29362026-06-11T19:43:06.819Z Checking pathdiff v0.2.3
29372026-06-11T19:43:06.964Z Compiling git2 v0.20.4
29382026-06-11T19:43:06.995Z Checking topological-sort v0.2.2
29392026-06-11T19:43:07.178Z Checking nested v0.1.1
29402026-06-11T19:43:07.206Z Checking omicron-zone-package v0.12.2
29412026-06-11T19:43:07.344Z Checking guppy v0.17.25
29422026-06-11T19:43:07.417Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29432026-06-11T19:43:07.849Z Compiling polar-core v0.27.3
29442026-06-11T19:43:08.141Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29452026-06-11T19:43:08.282Z Checking knuffel v3.2.0
29462026-06-11T19:43:08.321Z Checking similar-asserts v1.7.0
29472026-06-11T19:43:08.392Z Compiling target-triple v1.0.0
29482026-06-11T19:43:08.501Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-06-11T19:43:08.670Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29502026-06-11T19:43:08.758Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29512026-06-11T19:43:08.925Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29522026-06-11T19:43:09.078Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29532026-06-11T19:43:09.369Z Checking hickory-client v0.25.2
29542026-06-11T19:43:09.681Z Checking tokio-test v0.4.5
29552026-06-11T19:43:09.920Z Checking escape8259 v0.5.3
29562026-06-11T19:43:09.931Z Compiling assert_cmd v2.1.2
29572026-06-11T19:43:10.129Z Checking libtest-mimic v0.8.1
29582026-06-11T19:43:10.382Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29592026-06-11T19:43:10.490Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29602026-06-11T19:43:10.589Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29612026-06-11T19:43:10.666Z Checking blake2b_simd v1.0.4
29622026-06-11T19:43:11.049Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29632026-06-11T19:43:11.246Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29642026-06-11T19:43:11.464Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29652026-06-11T19:43:11.665Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29662026-06-11T19:43:11.900Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29672026-06-11T19:43:12.016Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29682026-06-11T19:43:12.239Z Checking fancy-regex v0.14.0
29692026-06-11T19:43:12.476Z Checking serde_tokenstream v0.2.3
29702026-06-11T19:43:12.635Z Checking approx v0.5.1
29712026-06-11T19:43:12.721Z Compiling rstest_macros v0.25.0
29722026-06-11T19:43:12.794Z Checking uzers v0.12.2
29732026-06-11T19:43:12.827Z Checking oso v0.27.3
29742026-06-11T19:43:13.026Z Compiling linkme-impl v0.3.35
29752026-06-11T19:43:13.114Z Checking constant_time_eq v0.3.1
29762026-06-11T19:43:13.213Z Checking termcolor v1.4.1
29772026-06-11T19:43:13.428Z Checking rust-argon2 v2.1.0
29782026-06-11T19:43:13.501Z Checking trybuild v1.0.116
29792026-06-11T19:43:13.709Z Checking datatest-stable v0.3.3
29802026-06-11T19:43:17.629Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29812026-06-11T19:43:17.629Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29822026-06-11T19:43:17.629Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29832026-06-11T19:43:17.629Z Checking support-bundle-viewer v0.1.2
29842026-06-11T19:43:17.629Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29852026-06-11T19:43:17.629Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29862026-06-11T19:43:17.630Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29872026-06-11T19:43:17.630Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29882026-06-11T19:43:17.630Z Checking drift v0.2.0
29892026-06-11T19:43:17.630Z Checking rand_distr v0.5.1
29902026-06-11T19:43:17.630Z Checking multimap v0.10.1
29912026-06-11T19:43:17.630Z Compiling relative-path v1.9.3
29922026-06-11T19:43:17.630Z Compiling linkme v0.3.35
29932026-06-11T19:43:17.630Z Checking dropshot-api-manager v0.7.2
29942026-06-11T19:43:17.630Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29952026-06-11T19:43:17.630Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29962026-06-11T19:43:17.630Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29972026-06-11T19:43:17.630Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29982026-06-11T19:43:17.630Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29992026-06-11T19:43:17.741Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30002026-06-11T19:43:18.051Z Checking cargo_toml v0.21.0
30012026-06-11T19:43:18.090Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30022026-06-11T19:43:18.127Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30032026-06-11T19:43:18.441Z Checking partial-io v0.5.4
30042026-06-11T19:43:18.597Z Checking termios v0.3.3
30052026-06-11T19:43:18.687Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30062026-06-11T19:43:18.795Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30072026-06-11T19:43:18.955Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-06-11T19:43:19.855Z Checking rstest v0.25.0
30092026-06-11T19:43:20.413Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30102026-06-11T19:43:24.614Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30112026-06-11T19:43:25.060Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30122026-06-11T19:43:30.688Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30132026-06-11T19:43:31.221Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30142026-06-11T19:43:33.692Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30152026-06-11T19:43:37.518Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30162026-06-11T19:43:42.767Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30172026-06-11T19:43:45.977Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30182026-06-11T19:43:47.039Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30192026-06-11T19:43:47.478Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30202026-06-11T19:43:47.598Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30212026-06-11T19:43:57.556Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30222026-06-11T19:45:08.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 04s
30232026-06-11T19:45:09.294Z
30242026-06-11T19:45:09.294Zreal 4:08.323881748
30252026-06-11T19:45:09.294Zuser 21:27.585995497
30262026-06-11T19:45:09.294Zsys 4:57.918409652
30272026-06-11T19:45:09.294Ztrap 0.503751583
30282026-06-11T19:45:09.294Ztflt 0.441663321
30292026-06-11T19:45:09.294Zdflt 0.432008775
30302026-06-11T19:45:09.294Zkflt 0.005155363
30312026-06-11T19:45:09.294Zlock 58:54.701144923
30322026-06-11T19:45:09.294Zslp 58:56.022861169
30332026-06-11T19:45:09.294Zlat 1:51.761376302
30342026-06-11T19:45:09.294Zstop 11:01.497435398
30352026-06-11T19:45:09.297Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30362026-06-11T19:45:09.297Z+ ptime -m cargo doc --workspace --no-deps
30372026-06-11T19:45:10.180Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30382026-06-11T19:45:10.180Z |
30392026-06-11T19:45:10.180Z = 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)`
30402026-06-11T19:45:10.180Z = 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>
30412026-06-11T19:45:11.190Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30422026-06-11T19:45:11.423Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30432026-06-11T19:45:11.466Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30442026-06-11T19:45:11.527Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30452026-06-11T19:45:11.592Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30462026-06-11T19:45:11.617Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30472026-06-11T19:45:11.721Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30482026-06-11T19:45:11.752Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30492026-06-11T19:45:11.780Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-06-11T19:45:11.806Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30512026-06-11T19:45:11.852Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30522026-06-11T19:45:11.997Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30532026-06-11T19:45:12.020Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30542026-06-11T19:45:12.040Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30552026-06-11T19:45:12.061Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30562026-06-11T19:45:12.093Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30572026-06-11T19:45:12.145Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30582026-06-11T19:45:12.168Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30592026-06-11T19:45:12.172Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30602026-06-11T19:45:12.214Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30612026-06-11T19:45:12.214Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30622026-06-11T19:45:12.404Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30632026-06-11T19:45:12.584Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30642026-06-11T19:45:12.815Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30652026-06-11T19:45:12.982Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30662026-06-11T19:45:13.006Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30672026-06-11T19:45:13.029Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30682026-06-11T19:45:13.138Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30692026-06-11T19:45:13.223Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30702026-06-11T19:45:13.247Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30712026-06-11T19:45:13.394Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30722026-06-11T19:45:13.416Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30732026-06-11T19:45:13.586Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30742026-06-11T19:45:13.625Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30752026-06-11T19:45:13.712Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30762026-06-11T19:45:13.835Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30772026-06-11T19:45:13.868Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30782026-06-11T19:45:13.906Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30792026-06-11T19:45:14.069Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30802026-06-11T19:45:14.203Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30812026-06-11T19:45:14.303Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30822026-06-11T19:45:14.566Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30832026-06-11T19:45:14.644Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30842026-06-11T19:45:14.705Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30852026-06-11T19:45:14.878Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30862026-06-11T19:45:14.899Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30872026-06-11T19:45:14.930Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30882026-06-11T19:45:15.113Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30892026-06-11T19:45:15.167Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30902026-06-11T19:45:15.189Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30912026-06-11T19:45:15.218Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30922026-06-11T19:45:15.345Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30932026-06-11T19:45:15.441Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30942026-06-11T19:45:15.444Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30952026-06-11T19:45:15.482Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30962026-06-11T19:45:15.574Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30972026-06-11T19:45:15.663Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30982026-06-11T19:45:15.686Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30992026-06-11T19:45:15.730Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31002026-06-11T19:45:15.761Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31012026-06-11T19:45:15.783Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31022026-06-11T19:45:15.865Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31032026-06-11T19:45:15.887Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31042026-06-11T19:45:16.205Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31052026-06-11T19:45:16.251Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31062026-06-11T19:45:16.531Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31072026-06-11T19:45:16.534Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31082026-06-11T19:45:16.970Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31092026-06-11T19:45:17.043Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31102026-06-11T19:45:17.325Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31112026-06-11T19:45:17.330Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31122026-06-11T19:45:17.427Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31132026-06-11T19:45:17.560Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31142026-06-11T19:45:17.593Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31152026-06-11T19:45:17.615Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31162026-06-11T19:45:18.187Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31172026-06-11T19:45:18.210Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31182026-06-11T19:45:18.512Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31192026-06-11T19:45:18.911Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31202026-06-11T19:45:19.302Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31212026-06-11T19:45:19.959Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31222026-06-11T19:45:20.067Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31232026-06-11T19:45:20.117Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31242026-06-11T19:45:20.182Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31252026-06-11T19:45:20.213Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31262026-06-11T19:45:20.422Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31272026-06-11T19:45:20.463Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31282026-06-11T19:45:20.668Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31292026-06-11T19:45:20.739Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31302026-06-11T19:45:20.761Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31312026-06-11T19:45:20.764Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31322026-06-11T19:45:20.925Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31332026-06-11T19:45:20.971Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31342026-06-11T19:45:21.154Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31352026-06-11T19:45:21.177Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31362026-06-11T19:45:21.197Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31372026-06-11T19:45:21.272Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31382026-06-11T19:45:21.378Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31392026-06-11T19:45:21.403Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31402026-06-11T19:45:21.504Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31412026-06-11T19:45:21.625Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31422026-06-11T19:45:21.651Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31432026-06-11T19:45:21.672Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31442026-06-11T19:45:21.736Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31452026-06-11T19:45:21.827Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31462026-06-11T19:45:21.947Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31472026-06-11T19:45:21.979Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31482026-06-11T19:45:22.032Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31492026-06-11T19:45:22.153Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31502026-06-11T19:45:22.379Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31512026-06-11T19:45:22.420Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31522026-06-11T19:45:22.895Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31532026-06-11T19:45:23.038Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31542026-06-11T19:45:23.095Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31552026-06-11T19:45:23.118Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31562026-06-11T19:45:23.708Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31572026-06-11T19:45:23.917Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31582026-06-11T19:45:23.970Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31592026-06-11T19:45:24.554Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31602026-06-11T19:45:24.840Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31612026-06-11T19:45:25.155Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31622026-06-11T19:45:25.458Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31632026-06-11T19:45:25.763Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31642026-06-11T19:45:25.790Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31652026-06-11T19:45:25.793Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31662026-06-11T19:45:26.497Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31672026-06-11T19:45:26.630Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31682026-06-11T19:45:26.662Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31692026-06-11T19:45:26.815Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31702026-06-11T19:45:27.388Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31712026-06-11T19:45:27.880Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31722026-06-11T19:45:27.903Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31732026-06-11T19:45:28.271Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31742026-06-11T19:45:28.295Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31752026-06-11T19:45:28.697Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31762026-06-11T19:45:29.406Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31772026-06-11T19:45:29.495Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31782026-06-11T19:45:30.283Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31792026-06-11T19:45:30.696Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31802026-06-11T19:45:31.679Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31812026-06-11T19:45:31.704Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31822026-06-11T19:45:31.914Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31832026-06-11T19:45:32.115Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-06-11T19:45:32.264Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31852026-06-11T19:45:32.346Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31862026-06-11T19:45:32.429Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31872026-06-11T19:45:32.626Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31882026-06-11T19:45:32.740Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31892026-06-11T19:45:32.962Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31902026-06-11T19:45:33.018Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31912026-06-11T19:45:33.041Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31922026-06-11T19:45:33.282Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31932026-06-11T19:45:33.502Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31942026-06-11T19:45:33.817Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31952026-06-11T19:45:33.943Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31962026-06-11T19:45:34.341Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31972026-06-11T19:45:35.143Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31982026-06-11T19:45:35.818Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31992026-06-11T19:45:35.843Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32002026-06-11T19:45:38.490Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32012026-06-11T19:45:38.821Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32022026-06-11T19:45:39.845Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32032026-06-11T19:45:40.384Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32042026-06-11T19:45:40.427Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32052026-06-11T19:45:40.460Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32062026-06-11T19:45:41.026Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32072026-06-11T19:45:41.704Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32082026-06-11T19:45:41.732Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32092026-06-11T19:45:42.137Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32102026-06-11T19:45:43.309Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32112026-06-11T19:45:43.326Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32122026-06-11T19:45:43.333Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32132026-06-11T19:45:43.348Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32142026-06-11T19:45:43.522Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32152026-06-11T19:45:44.481Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32162026-06-11T19:45:44.692Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32172026-06-11T19:45:44.781Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32182026-06-11T19:45:45.169Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32192026-06-11T19:45:45.206Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32202026-06-11T19:45:45.519Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32212026-06-11T19:45:45.650Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32222026-06-11T19:45:45.791Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32232026-06-11T19:45:46.357Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32242026-06-11T19:45:46.504Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32252026-06-11T19:45:47.678Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32262026-06-11T19:45:47.730Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32272026-06-11T19:45:47.766Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32282026-06-11T19:45:47.962Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32292026-06-11T19:45:50.381Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32302026-06-11T19:45:51.845Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32312026-06-11T19:45:52.509Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32322026-06-11T19:45:52.910Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32332026-06-11T19:45:54.392Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32342026-06-11T19:45:55.240Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32352026-06-11T19:45:56.470Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32362026-06-11T19:45:57.821Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32372026-06-11T19:45:58.349Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32382026-06-11T19:45:59.669Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32392026-06-11T19:45:59.977Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32402026-06-11T19:46:02.338Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32412026-06-11T19:46:02.598Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32422026-06-11T19:46:02.932Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32432026-06-11T19:46:03.036Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32442026-06-11T19:46:03.931Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32452026-06-11T19:46:04.479Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32462026-06-11T19:46:09.419Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32472026-06-11T19:46:09.945Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32482026-06-11T19:46:10.547Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32492026-06-11T19:46:12.099Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32502026-06-11T19:46:12.754Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32512026-06-11T19:46:13.604Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32522026-06-11T19:46:14.641Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32532026-06-11T19:46:15.324Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32542026-06-11T19:46:15.893Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32552026-06-11T19:46:16.585Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32562026-06-11T19:46:17.338Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32572026-06-11T19:46:17.908Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32582026-06-11T19:46:18.036Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32592026-06-11T19:46:21.487Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32602026-06-11T19:46:22.131Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32612026-06-11T19:46:22.887Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32622026-06-11T19:46:23.759Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32632026-06-11T19:46:24.939Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32642026-06-11T19:46:25.540Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32652026-06-11T19:46:26.631Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32662026-06-11T19:46:29.880Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32672026-06-11T19:46:30.063Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32682026-06-11T19:46:30.821Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32692026-06-11T19:46:31.934Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32702026-06-11T19:46:33.308Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32712026-06-11T19:46:34.625Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32722026-06-11T19:46:35.744Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32732026-06-11T19:46:38.078Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32742026-06-11T19:46:38.663Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32752026-06-11T19:46:40.355Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32762026-06-11T19:46:41.770Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32772026-06-11T19:46:43.240Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32782026-06-11T19:46:44.786Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32792026-06-11T19:46:46.540Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32802026-06-11T19:46:49.546Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32812026-06-11T19:46:51.039Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32822026-06-11T19:46:55.012Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32832026-06-11T19:46:55.947Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32842026-06-11T19:46:56.983Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32852026-06-11T19:46:57.637Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32862026-06-11T19:46:59.203Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32872026-06-11T19:47:00.823Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32882026-06-11T19:47:02.612Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32892026-06-11T19:47:04.619Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32902026-06-11T19:47:06.295Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32912026-06-11T19:47:07.908Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32922026-06-11T19:47:09.944Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32932026-06-11T19:47:12.997Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32942026-06-11T19:47:14.654Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32952026-06-11T19:47:16.302Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32962026-06-11T19:47:17.641Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32972026-06-11T19:47:19.748Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32982026-06-11T19:47:21.382Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32992026-06-11T19:47:22.873Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33002026-06-11T19:47:24.787Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33012026-06-11T19:47:26.405Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33022026-06-11T19:47:28.200Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33032026-06-11T19:47:30.133Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33042026-06-11T19:47:31.762Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33052026-06-11T19:47:33.914Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33062026-06-11T19:47:35.480Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33072026-06-11T19:47:37.689Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33082026-06-11T19:47:39.436Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33092026-06-11T19:47:42.718Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33102026-06-11T19:47:43.816Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33112026-06-11T19:47:45.604Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33122026-06-11T19:47:47.778Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33132026-06-11T19:47:50.829Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33142026-06-11T19:47:52.661Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33152026-06-11T19:47:54.771Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33162026-06-11T19:47:57.022Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33172026-06-11T19:47:59.203Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33182026-06-11T19:48:01.705Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33192026-06-11T19:48:03.608Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33202026-06-11T19:48:06.234Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33212026-06-11T19:48:07.981Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33222026-06-11T19:48:10.163Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33232026-06-11T19:48:12.519Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33242026-06-11T19:48:14.799Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33252026-06-11T19:48:16.958Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33262026-06-11T19:48:19.245Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33272026-06-11T19:48:21.510Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33282026-06-11T19:48:23.730Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33292026-06-11T19:48:26.071Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33302026-06-11T19:48:28.283Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33312026-06-11T19:48:30.550Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33322026-06-11T19:48:32.855Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33332026-06-11T19:48:35.199Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33342026-06-11T19:48:37.455Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33352026-06-11T19:48:39.720Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33362026-06-11T19:48:42.055Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33372026-06-11T19:48:44.306Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33382026-06-11T19:48:46.634Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33392026-06-11T19:48:49.148Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33402026-06-11T19:48:51.353Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33412026-06-11T19:48:53.800Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33422026-06-11T19:48:56.244Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33432026-06-11T19:48:58.587Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33442026-06-11T19:49:00.905Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33452026-06-11T19:49:06.974Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33462026-06-11T19:49:07.009Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33472026-06-11T19:49:08.006Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33482026-06-11T19:49:10.894Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33492026-06-11T19:49:13.142Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33502026-06-11T19:49:15.637Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33512026-06-11T19:49:18.075Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33522026-06-11T19:49:20.614Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33532026-06-11T19:49:23.003Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33542026-06-11T19:49:25.641Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33552026-06-11T19:49:28.329Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33562026-06-11T19:49:30.835Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33572026-06-11T19:49:33.376Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33582026-06-11T19:49:35.911Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33592026-06-11T19:49:42.537Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33602026-06-11T19:49:42.586Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33612026-06-11T19:49:44.077Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33622026-06-11T19:49:46.437Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33632026-06-11T19:49:53.875Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33642026-06-11T19:49:54.099Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33652026-06-11T19:49:57.508Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33662026-06-11T19:50:02.186Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33672026-06-11T19:50:05.207Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33682026-06-11T19:50:08.835Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33692026-06-11T19:50:12.487Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33702026-06-11T19:50:16.346Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33712026-06-11T19:50:19.959Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33722026-06-11T19:50:23.664Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33732026-06-11T19:50:27.505Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33742026-06-11T19:50:31.173Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33752026-06-11T19:50:34.863Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33762026-06-11T19:50:38.682Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33772026-06-11T19:50:42.354Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33782026-06-11T19:50:46.012Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33792026-06-11T19:50:49.730Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33802026-06-11T19:50:53.429Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33812026-06-11T19:50:57.122Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33822026-06-11T19:51:00.954Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33832026-06-11T19:51:04.565Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33842026-06-11T19:51:08.727Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33852026-06-11T19:51:12.114Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33862026-06-11T19:51:15.747Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33872026-06-11T19:51:19.467Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33882026-06-11T19:51:23.217Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33892026-06-11T19:51:26.984Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33902026-06-11T19:51:30.688Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33912026-06-11T19:52:00.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s
33922026-06-11T19:52:00.585Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
33932026-06-11T19:52:00.690Z
33942026-06-11T19:52:00.690Zreal 6:51.306840522
33952026-06-11T19:52:00.690Zuser 18:04.566598681
33962026-06-11T19:52:00.690Zsys 3:50.821276777
33972026-06-11T19:52:00.690Ztrap 0.264109656
33982026-06-11T19:52:00.690Ztflt 0.028803525
33992026-06-11T19:52:00.690Zdflt 0.014491086
34002026-06-11T19:52:00.690Zkflt 0.000010740
34012026-06-11T19:52:00.690Zlock 6:22:37.291297453
34022026-06-11T19:52:00.690Zslp 2:18:43.292891121
34032026-06-11T19:52:00.690Zlat 35.331029274
34042026-06-11T19:52:00.691Zstop 1:37.798305426
34052026-06-11T19:52:00.694Zprocess exited: duration 799178 ms, exit code 0
 
34062026-06-11T19:52:00.700Zfound 0 output files