01M00KPVDN23REH3YAYNWY7S94: clippy (helios)

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

Buildomat Job: 01M00KQ7399DN5419JHQVCDDSE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-14T17:05:32.477Zjob assigned to worker 01M00KQJ830Q78SHP6TGC9B6Y1 [factory aws, i-0592adbc29a3b72c9] (queued for 53 s)
 
22026-08-14T17:05:38.975Zstarting task 0: "setup"
32026-08-14T17:05:38.980Z++ uname -s
42026-08-14T17:05:38.983Z+ kern=SunOS
52026-08-14T17:05:38.983Z+ build_user=build
62026-08-14T17:05:38.983Z+ build_uid=12345
72026-08-14T17:05:38.983Z+ work_dir=/work
82026-08-14T17:05:38.983Z+ input_dir=/input
92026-08-14T17:05:38.983Z+ [[ 0 == 12345 ]]
102026-08-14T17:05:38.983Z+ case "$kern" in
112026-08-14T17:05:38.983Z+ groupadd -g 12345 build
122026-08-14T17:05:38.986Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-14T17:05:40.989Z+ zfs create -o mountpoint=/work rpool/work
142026-08-14T17:05:41.084Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-14T17:05:41.089Z+ home_fs=zfs
162026-08-14T17:05:41.089Z+ [[ zfs == autofs ]]
172026-08-14T17:05:41.089Z+ mkdir -p /home/build
182026-08-14T17:05:41.090Z+ chown build:build /home/build /work
192026-08-14T17:05:43.089Z+ chmod 0700 /home/build /work
202026-08-14T17:05:43.092Zprocess exited: duration 4114 ms, exit code 0
 
212026-08-14T17:05:43.098Zstarting task 1: "rust-toolchain"
222026-08-14T17:05:43.102Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-14T17:05:43.102Z * rust toolchain channel = "1.97.1"
242026-08-14T17:05:43.102Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-14T17:05:43.102Z * rust toolchain profile = "default"
262026-08-14T17:05:43.102Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-14T17:05:43.102Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-14T17:05:43.106Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-14T17:05:43.106Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-14T17:05:43.208Zinfo: downloading installer
312026-08-14T17:05:44.568Zwarn: It looks like you have an existing rustup settings file at:
322026-08-14T17:05:44.568Zwarn: /home/build/.rustup/settings.toml
332026-08-14T17:05:44.568Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-14T17:05:44.568Zwarn: instead of the one inferred from the default host triple.
352026-08-14T17:05:44.580Zinfo: profile set to default
362026-08-14T17:05:44.580Zinfo: default host triple is x86_64-unknown-illumos
372026-08-14T17:05:44.583Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-14T17:05:44.732Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-14T17:05:44.735Zinfo: downloading 6 components
402026-08-14T17:06:01.403Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-14T17:06:01.403Z
422026-08-14T17:06:01.430Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-14T17:06:01.430Z
442026-08-14T17:06:01.430Z
452026-08-14T17:06:01.430ZRust is installed now. Great!
462026-08-14T17:06:01.430Z
472026-08-14T17:06:01.430ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-14T17:06:01.430Zenvironment variable. This has not been done automatically.
492026-08-14T17:06:01.430Z
502026-08-14T17:06:01.430ZTo configure your current shell, you need to source
512026-08-14T17:06:01.430Zthe corresponding env file under $HOME/.cargo.
522026-08-14T17:06:01.430Z
532026-08-14T17:06:01.430ZThis is usually done by running one of the following (note the leading DOT):
542026-08-14T17:06:01.433Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-14T17:06:01.433Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-14T17:06:01.433Zsource "~/.cargo/env.nu" # For nushell
572026-08-14T17:06:01.433Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-14T17:06:01.433Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-14T17:06:01.433Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-14T17:06:01.433Zwarn: no default linker (`cc`) was found in your PATH
612026-08-14T17:06:01.433Zwarn: many Rust crates require a system C toolchain to build
622026-08-14T17:06:01.520Z+ rustup --version
632026-08-14T17:06:01.529Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-14T17:06:01.531Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-14T17:06:01.549Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-14T17:06:01.552Z+ cargo --version
672026-08-14T17:06:01.566Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-14T17:06:01.569Z+ rustc --version
692026-08-14T17:06:01.588Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-14T17:06:01.591Zprocess exited: duration 18491 ms, exit code 0
 
712026-08-14T17:06:01.597Zstarting task 2: "authentication"
722026-08-14T17:06:01.613Zprocess exited: duration 16 ms, exit code 0
 
732026-08-14T17:06:01.619Zstarting task 3: "clone repository"
742026-08-14T17:06:01.622Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-14T17:06:01.624Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-14T17:06:01.656ZCloning into '/work/oxidecomputer/omicron'...
772026-08-14T17:06:19.308Z+ cd /work/oxidecomputer/omicron
782026-08-14T17:06:19.308Z+ git fetch origin 1739fed3e65ef884fdbecf25ba94570e915d03d7
792026-08-14T17:06:19.655ZFrom https://github.com/oxidecomputer/omicron
802026-08-14T17:06:19.655Z * branch 1739fed3e65ef884fdbecf25ba94570e915d03d7 -> FETCH_HEAD
812026-08-14T17:06:19.665Z+ [[ -n '' ]]
822026-08-14T17:06:19.665Z+ git reset --hard 1739fed3e65ef884fdbecf25ba94570e915d03d7
832026-08-14T17:06:19.717ZHEAD is now at 1739fed3e API docs tweaks
842026-08-14T17:06:19.720Zprocess exited: duration 18099 ms, exit code 0
 
852026-08-14T17:06:19.725Zstarting task 4: "build"
862026-08-14T17:06:19.730Z+ source ./env.sh
872026-08-14T17:06:19.730Z++ OLD_SHELL_OPTS=ehxB
882026-08-14T17:06:19.730Z++ set -o xtrace
892026-08-14T17:06:19.733Z++++ dirname ./env.sh
902026-08-14T17:06:19.734Z+++ readlink -f .
912026-08-14T17:06:19.737Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-08-14T17:06:19.737Z++ 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-08-14T17:06:19.737Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-08-14T17:06:19.737Z++ 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-08-14T17:06:19.737Z++ 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-08-14T17:06:19.737Z++ 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-08-14T17:06:19.737Z++ 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-08-14T17:06:19.737Z++ 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-08-14T17:06:19.737Z++ 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-08-14T17:06:19.737Z++ 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-08-14T17:06:19.737Z++ 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-08-14T17:06:19.737Z++ case $OLD_SHELL_OPTS in
1032026-08-14T17:06:19.737Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-08-14T17:06:19.737Z+ source .github/buildomat/ci-env.sh
1052026-08-14T17:06:19.737Z++ export CARGO_TERM_COLOR=always
1062026-08-14T17:06:19.737Z++ CARGO_TERM_COLOR=always
1072026-08-14T17:06:19.737Z+++ uname -s
1082026-08-14T17:06:19.737Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-08-14T17:06:19.737Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-08-14T17:06:19.740Z+ cargo --version
1112026-08-14T17:06:19.747Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-14T17:06:19.749Z+ rustc --version
1132026-08-14T17:06:19.769Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-14T17:06:19.771Z+ banner prerequisites
1152026-08-14T17:06:19.774Z
1162026-08-14T17:06:19.774Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-08-14T17:06:19.774Z # # # # # # # # # # # # # # #
1182026-08-14T17:06:19.774Z # # # # ##### # # ##### # # # # # #### #
1192026-08-14T17:06:19.774Z ##### ##### # ##### # # # # # # # # #
1202026-08-14T17:06:19.774Z # # # # # # # # # # # # # # #
1212026-08-14T17:06:19.774Z # # # ###### # # ###### ### # #### # #### #
1222026-08-14T17:06:19.774Z
1232026-08-14T17:06:19.774Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-08-14T17:06:21.598Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-14T17:06:21.901Z Startup: Caching catalogs ... Done
1262026-08-14T17:06:23.641ZPlanning: Solver setup ... Done (1.639s)
1272026-08-14T17:06:23.692ZPlanning: Running solver ... Done (0.052s)
1282026-08-14T17:06:23.731ZPlanning: Finding local manifests ... Done (0.003s)
1292026-08-14T17:06:23.743ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-14T17:06:23.766ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-14T17:06:23.779ZPlanning: Package planning ... Done (0.013s)
1322026-08-14T17:06:23.784ZPlanning: Merging actions ... Done (0.001s)
1332026-08-14T17:06:23.943ZPlanning: Checking for conflicting actions ... Done (0.162s)
1342026-08-14T17:06:23.946ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-08-14T17:06:24.698ZPlanning: Evaluating mediators ... Done (0.754s)
1362026-08-14T17:06:24.701ZPlanning: Planning completed in 2.77 seconds
1372026-08-14T17:06:24.707Z Packages to install: 2
1382026-08-14T17:06:24.710Z Estimated space available: 156.01 GB
1392026-08-14T17:06:24.710ZEstimated space to be consumed: 67.95 MB
1402026-08-14T17:06:24.710Z Create boot environment: No
1412026-08-14T17:06:24.710ZCreate backup boot environment: No
1422026-08-14T17:06:24.710Z Rebuild boot archive: No
1432026-08-14T17:06:24.710Z
1442026-08-14T17:06:24.710ZChanged packages:
1452026-08-14T17:06:24.710Zhelios
1462026-08-14T17:06:24.710Z developer/build-essential
1472026-08-14T17:06:24.710Z None -> 11-3.0
1482026-08-14T17:06:24.710Z library/libxmlsec1
1492026-08-14T17:06:24.710Z None -> 1.2.35-3.0
1502026-08-14T17:06:24.731Z
1512026-08-14T17:06:24.731ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-08-14T17:06:24.808ZDownload: Completed 1.28 MB in 0.08 seconds (16.5M/s)
1532026-08-14T17:06:24.877Z Actions: 1/268 actions (Installing new actions)
1542026-08-14T17:06:24.915Z Actions: Completed 268 actions in 0.04 seconds.
1552026-08-14T17:06:24.943ZFinalize: Updating package state database ... Done (0.028s)
1562026-08-14T17:06:24.946ZFinalize: Updating package cache ... Done (0.000s)
1572026-08-14T17:06:25.020ZFinalize: Updating image state ... Done (0.076s)
1582026-08-14T17:06:27.476ZFinalize: Creating fast lookup database ... Done (2.410s)
1592026-08-14T17:06:27.542ZFinalize: Reading search index ... Done (0.013s)
1602026-08-14T17:06:27.545ZFinalize: Updating search index ... Done (0.000s)
1612026-08-14T17:06:27.675ZFinalize: Updating package cache ... Done (0.000s)
1622026-08-14T17:06:28.027ZPlanning: Evaluating mediator changes ... Done
1632026-08-14T17:06:28.132ZPlanning: Checking for conflicting actions ... Done
1642026-08-14T17:06:28.135ZPlanning: Consolidating action changes ... Done
1652026-08-14T17:06:28.289ZPlanning: Evaluating mediators ... Done
1662026-08-14T17:06:28.292ZPlanning: Planning completed in 0.26 seconds
1672026-08-14T17:06:28.311Z Mediators to change: 2
1682026-08-14T17:06:28.311Z Create boot environment: No
1692026-08-14T17:06:28.315ZCreate backup boot environment: No
1702026-08-14T17:06:28.359ZFinalize: Updating package state database ... Done
1712026-08-14T17:06:28.359ZFinalize: Updating package cache ... Done
1722026-08-14T17:06:28.403ZFinalize: Updating image state ... Done
1732026-08-14T17:06:30.343ZFinalize: Creating fast lookup database ... Done
1742026-08-14T17:06:30.403ZFinalize: Reading search index ... Done
1752026-08-14T17:06:30.406ZFinalize: Updating search index ... Done
1762026-08-14T17:06:30.484ZFinalize: Updating package cache ... Done
1772026-08-14T17:06:30.770ZPlanning: Evaluating mediator changes ... Done
1782026-08-14T17:06:30.873ZPlanning: Checking for conflicting actions ... Done
1792026-08-14T17:06:30.876ZPlanning: Consolidating action changes ... Done
1802026-08-14T17:06:31.029ZPlanning: Evaluating mediators ... Done
1812026-08-14T17:06:31.032ZPlanning: Planning completed in 0.26 seconds
1822026-08-14T17:06:31.052Z Mediators to change: 1
1832026-08-14T17:06:31.052Z Create boot environment: No
1842026-08-14T17:06:31.052ZCreate backup boot environment: No
1852026-08-14T17:06:31.093ZFinalize: Updating package state database ... Done
1862026-08-14T17:06:31.093ZFinalize: Updating package cache ... Done
1872026-08-14T17:06:31.138ZFinalize: Updating image state ... Done
1882026-08-14T17:06:33.081ZFinalize: Creating fast lookup database ... Done
1892026-08-14T17:06:33.145ZFinalize: Reading search index ... Done
1902026-08-14T17:06:33.148ZFinalize: Updating search index ... Done
1912026-08-14T17:06:33.218ZFinalize: Updating package cache ... Done
1922026-08-14T17:06:33.528ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-08-14T17:06:33.528Zapache system 2.4 system
1942026-08-14T17:06:33.529Zclang system 15 system
1952026-08-14T17:06:33.529Zcsh system system illumos
1962026-08-14T17:06:33.529Zctags system system illumos
1972026-08-14T17:06:33.529Zfile vendor vendor darwinsys
1982026-08-14T17:06:33.529Zfile system system illumos
1992026-08-14T17:06:33.529Zgcc vendor 14 vendor
2002026-08-14T17:06:33.529Zgcc system 13 system
2012026-08-14T17:06:33.529Zgcc system 10 system
2022026-08-14T17:06:33.529Zgo system 1.25 system
2032026-08-14T17:06:33.529Zllvm system 15 system
2042026-08-14T17:06:33.529Zmariadb system 11.4 system
2052026-08-14T17:06:33.529Zmta vendor vendor dma
2062026-08-14T17:06:33.529Zopenjdk system 17 system
2072026-08-14T17:06:33.529Zopenjdk system 11 system
2082026-08-14T17:06:33.529Zopenssl vendor 3 vendor
2092026-08-14T17:06:33.529Zperl system 5.40 system
2102026-08-14T17:06:33.529Zpostgresql system 18 system
2112026-08-14T17:06:33.529Zpostgresql system 17 system
2122026-08-14T17:06:33.529Zpython vendor 3 vendor
2132026-08-14T17:06:33.529Zpython system 2 system
2142026-08-14T17:06:33.529Zpython3 vendor 3.13 vendor
2152026-08-14T17:06:33.529Zruby system 3.4 system
2162026-08-14T17:06:33.529Zruby system 3.0 system
2172026-08-14T17:06:33.529Zwords vendor vendor american-english
2182026-08-14T17:06:33.529Zwords system system australian-english
2192026-08-14T17:06:33.529Zwords system system british-english
2202026-08-14T17:06:33.529Zwords system system canadian-english
2212026-08-14T17:06:33.529Zwords system system french
2222026-08-14T17:06:33.529Zwords system system italian
2232026-08-14T17:06:33.529Zwords system system ngerman
2242026-08-14T17:06:33.529Zwords system system ogerman
2252026-08-14T17:06:33.529Zwords system system spanish
2262026-08-14T17:06:33.781ZPUBLISHER TYPE STATUS P LOCATION
2272026-08-14T17:06:33.781Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-08-14T17:06:34.221ZFMRI IFO
2292026-08-14T17:06:34.221Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-08-14T17:06:34.221Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-08-14T17:06:34.221Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-08-14T17:06:34.221Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-08-14T17:06:34.221Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-08-14T17:06:34.221Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-08-14T17:06:34.221Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-08-14T17:06:34.221Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-08-14T17:06:34.221Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-08-14T17:06:34.539Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-08-14T17:06:34.907Z Updating crates.io index
2402026-08-14T17:06:34.911Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-08-14T17:06:35.204Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-08-14T17:06:36.606Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-08-14T17:06:37.655Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-14T17:06:38.208Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-08-14T17:06:43.926Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-08-14T17:06:44.819Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-08-14T17:06:45.159Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-08-14T17:06:45.576Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-08-14T17:06:46.834Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-08-14T17:06:47.147Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-08-14T17:06:47.469Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-08-14T17:06:47.935Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532026-08-14T17:06:48.223Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542026-08-14T17:06:48.509Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552026-08-14T17:06:48.801Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-14T17:06:49.100Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-08-14T17:06:49.416Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-14T17:06:49.857Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-08-14T17:06:50.328Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-08-14T17:06:50.690Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-14T17:06:51.299Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622026-08-14T17:06:51.635Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-08-14T17:06:52.237Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-08-14T17:06:52.658Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-08-14T17:06:54.155Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-08-14T17:06:54.607Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-08-14T17:06:54.945Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-08-14T17:06:55.403Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-08-14T17:06:55.777Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-08-14T17:06:56.122Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712026-08-14T17:06:56.501Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-08-14T17:06:56.907Z Updating git repository `https://github.com/oxidecomputer/tough`
2732026-08-14T17:06:57.540Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-08-14T17:06:57.872Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-08-14T17:06:58.194Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-08-14T17:06:58.539Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-08-14T17:06:59.475Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-08-14T17:06:59.775Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-08-14T17:07:00.067Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-08-14T17:07:00.431Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-08-14T17:07:00.751Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-08-14T17:07:03.663Z Downloading crates ...
2832026-08-14T17:07:03.716Z Downloaded fastrand v2.3.0
2842026-08-14T17:07:03.719Z Downloaded autocfg v1.5.0
2852026-08-14T17:07:03.719Z Downloaded anstream v1.0.0
2862026-08-14T17:07:03.721Z Downloaded block-buffer v0.10.4
2872026-08-14T17:07:03.724Z Downloaded bitflags v2.11.0
2882026-08-14T17:07:03.727Z Downloaded swrite v0.1.0
2892026-08-14T17:07:03.730Z Downloaded byteorder v1.5.0
2902026-08-14T17:07:03.733Z Downloaded zerocopy-derive v0.7.35
2912026-08-14T17:07:03.736Z Downloaded anstyle-query v1.1.5
2922026-08-14T17:07:03.742Z Downloaded anstyle-parse v1.0.0
2932026-08-14T17:07:03.745Z Downloaded anstyle v1.0.14
2942026-08-14T17:07:03.745Z Downloaded serde_derive v1.0.228
2952026-08-14T17:07:03.748Z Downloaded zmij v1.0.21
2962026-08-14T17:07:03.748Z Downloaded bytecount v0.6.9
2972026-08-14T17:07:03.751Z Downloaded zerocopy v0.7.35
2982026-08-14T17:07:03.756Z Downloaded pest_meta v2.8.6
2992026-08-14T17:07:03.759Z Downloaded typenum v1.20.1
3002026-08-14T17:07:03.762Z Downloaded anyhow v1.0.102
3012026-08-14T17:07:03.762Z Downloaded generic-array v0.14.7
3022026-08-14T17:07:03.762Z Downloaded scroll v0.12.0
3032026-08-14T17:07:03.765Z Downloaded serde_core v1.0.228
3042026-08-14T17:07:03.765Z Downloaded proc-macro-error-attr v1.0.4
3052026-08-14T17:07:03.765Z Downloaded proc-macro-error v1.0.4
3062026-08-14T17:07:03.768Z Downloaded scroll_derive v0.12.1
3072026-08-14T17:07:03.768Z Downloaded camino v1.2.2
3082026-08-14T17:07:03.768Z Downloaded dof v0.3.0
3092026-08-14T17:07:03.768Z Downloaded equivalent v1.0.2
3102026-08-14T17:07:03.770Z Downloaded heck v0.4.1
3112026-08-14T17:07:03.770Z Downloaded cargo-platform v0.3.2
3122026-08-14T17:07:03.770Z Downloaded colorchoice v1.0.4
3132026-08-14T17:07:03.770Z Downloaded toml_edit v0.22.27
3142026-08-14T17:07:03.773Z Downloaded pretty-hex v0.4.1
3152026-08-14T17:07:03.773Z Downloaded cargo_toml v0.21.0
3162026-08-14T17:07:03.773Z Downloaded plain v0.2.3
3172026-08-14T17:07:03.776Z Downloaded crypto-common v0.1.7
3182026-08-14T17:07:03.779Z Downloaded smawk v0.3.2
3192026-08-14T17:07:03.779Z Downloaded thread-id v4.2.2
3202026-08-14T17:07:03.779Z Downloaded unicode-linebreak v0.1.5
3212026-08-14T17:07:03.779Z Downloaded toml_datetime v0.6.11
3222026-08-14T17:07:03.782Z Downloaded version_check v0.9.5
3232026-08-14T17:07:03.785Z Downloaded thiserror v2.0.18
3242026-08-14T17:07:03.788Z Downloaded strsim v0.11.1
3252026-08-14T17:07:03.788Z Downloaded usdt-attr-macro v0.5.0
3262026-08-14T17:07:03.788Z Downloaded tabled_derive v0.7.0
3272026-08-14T17:07:03.791Z Downloaded usdt-macro v0.5.0
3282026-08-14T17:07:03.794Z Downloaded fnv v1.0.7
3292026-08-14T17:07:03.801Z Downloaded is_terminal_polyfill v1.70.2
3302026-08-14T17:07:03.803Z Downloaded itoa v1.0.17
3312026-08-14T17:07:03.806Z Downloaded utf8parse v0.2.2
3322026-08-14T17:07:03.809Z Downloaded macaddr v1.0.1
3332026-08-14T17:07:03.809Z Downloaded toml_write v0.1.2
3342026-08-14T17:07:03.815Z Downloaded usdt v0.5.0
3352026-08-14T17:07:03.817Z Downloaded errno v0.3.14
3362026-08-14T17:07:03.820Z Downloaded serde_spanned v0.6.9
3372026-08-14T17:07:03.823Z Downloaded cpufeatures v0.2.17
3382026-08-14T17:07:03.823Z Downloaded memmap v0.7.0
3392026-08-14T17:07:03.823Z Downloaded cfg-if v1.0.4
3402026-08-14T17:07:03.826Z Downloaded dtrace-parser v0.2.0
3412026-08-14T17:07:03.828Z Downloaded heck v0.5.0
3422026-08-14T17:07:03.831Z Downloaded terminal_size v0.4.3
3432026-08-14T17:07:03.834Z Downloaded thiserror-impl v2.0.18
3442026-08-14T17:07:03.837Z Downloaded clap_lex v1.0.0
3452026-08-14T17:07:03.837Z Downloaded usdt-impl v0.5.0
3462026-08-14T17:07:03.841Z Downloaded digest v0.10.7
3472026-08-14T17:07:03.844Z Downloaded camino-tempfile v1.4.1
3482026-08-14T17:07:03.847Z Downloaded cargo_metadata v0.23.1
3492026-08-14T17:07:03.850Z Downloaded sha2 v0.10.9
3502026-08-14T17:07:03.853Z Downloaded fs-err v3.3.0
3512026-08-14T17:07:03.856Z Downloaded serde_tokenstream v0.2.3
3522026-08-14T17:07:03.858Z Downloaded thiserror-impl v1.0.69
3532026-08-14T17:07:03.858Z Downloaded proc-macro2 v1.0.106
3542026-08-14T17:07:03.867Z Downloaded toml v0.8.23
3552026-08-14T17:07:03.874Z Downloaded tempfile v3.25.0
3562026-08-14T17:07:03.881Z Downloaded quote v1.0.45
3572026-08-14T17:07:03.883Z Downloaded pest_derive v2.8.6
3582026-08-14T17:07:03.886Z Downloaded ucd-trie v0.1.7
3592026-08-14T17:07:03.886Z Downloaded getrandom v0.4.1
3602026-08-14T17:07:03.891Z Downloaded semver v1.0.28
3612026-08-14T17:07:03.891Z Downloaded thiserror v1.0.69
3622026-08-14T17:07:03.894Z Downloaded clap_derive v4.6.1
3632026-08-14T17:07:03.897Z Downloaded once_cell v1.21.3
3642026-08-14T17:07:03.904Z Downloaded clap v4.6.1
3652026-08-14T17:07:03.909Z Downloaded unicode-ident v1.0.24
3662026-08-14T17:07:03.912Z Downloaded pest_generator v2.8.6
3672026-08-14T17:07:03.912Z Downloaded papergrid v0.11.0
3682026-08-14T17:07:03.914Z Downloaded log v0.4.29
3692026-08-14T17:07:03.917Z Downloaded textwrap v0.16.2
3702026-08-14T17:07:03.937Z Downloaded serde v1.0.228
3712026-08-14T17:07:03.953Z Downloaded indexmap v2.14.0
3722026-08-14T17:07:03.955Z Downloaded memchr v2.8.0
3732026-08-14T17:07:03.974Z Downloaded hashbrown v0.17.0
3742026-08-14T17:07:03.988Z Downloaded pest v2.8.6
3752026-08-14T17:07:03.995Z Downloaded serde_json v1.0.151
3762026-08-14T17:07:04.011Z Downloaded goblin v0.8.2
3772026-08-14T17:07:04.017Z Downloaded clap_builder v4.6.0
3782026-08-14T17:07:04.022Z Downloaded winnow v0.7.14
3792026-08-14T17:07:04.034Z Downloaded tabled v0.15.0
3802026-08-14T17:07:04.041Z Downloaded syn v1.0.109
3812026-08-14T17:07:04.046Z Downloaded unicode-width v0.1.14
3822026-08-14T17:07:04.050Z Downloaded unicode-width v0.2.0
3832026-08-14T17:07:04.053Z Downloaded syn v2.0.117
3842026-08-14T17:07:04.065Z Downloaded rustix v1.1.3
3852026-08-14T17:07:04.090Z Downloaded libc v0.2.185
3862026-08-14T17:07:04.151Z Compiling proc-macro2 v1.0.106
3872026-08-14T17:07:04.151Z Compiling quote v1.0.45
3882026-08-14T17:07:04.151Z Compiling unicode-ident v1.0.24
3892026-08-14T17:07:04.155Z Compiling serde_core v1.0.228
3902026-08-14T17:07:04.155Z Compiling libc v0.2.185
3912026-08-14T17:07:04.155Z Compiling version_check v0.9.5
3922026-08-14T17:07:04.155Z Compiling memchr v2.8.0
3932026-08-14T17:07:04.155Z Compiling serde v1.0.228
3942026-08-14T17:07:04.463Z Compiling zmij v1.0.21
3952026-08-14T17:07:04.751Z Compiling thiserror v1.0.69
3962026-08-14T17:07:04.755Z Compiling ucd-trie v0.1.7
3972026-08-14T17:07:04.939Z Compiling itoa v1.0.17
3982026-08-14T17:07:05.058Z Compiling pest v2.8.6
3992026-08-14T17:07:05.124Z Compiling rustix v1.1.3
4002026-08-14T17:07:05.141Z Compiling byteorder v1.5.0
4012026-08-14T17:07:05.222Z Compiling errno v0.3.14
4022026-08-14T17:07:05.366Z Compiling serde_json v1.0.151
4032026-08-14T17:07:05.381Z Compiling bitflags v2.11.0
4042026-08-14T17:07:05.601Z Compiling thread-id v4.2.2
4052026-08-14T17:07:05.663Z Compiling syn v2.0.117
4062026-08-14T17:07:05.682Z Compiling usdt-impl v0.5.0
4072026-08-14T17:07:05.729Z Compiling proc-macro-error-attr v1.0.4
4082026-08-14T17:07:05.774Z Compiling camino v1.2.2
4092026-08-14T17:07:05.879Z Compiling syn v1.0.109
4102026-08-14T17:07:06.058Z Compiling proc-macro-error v1.0.4
4112026-08-14T17:07:06.124Z Compiling pest_meta v2.8.6
4122026-08-14T17:07:06.221Z Compiling equivalent v1.0.2
4132026-08-14T17:07:06.239Z Compiling getrandom v0.4.1
4142026-08-14T17:07:06.296Z Compiling hashbrown v0.17.0
4152026-08-14T17:07:06.315Z Compiling log v0.4.29
4162026-08-14T17:07:06.587Z Compiling utf8parse v0.2.2
4172026-08-14T17:07:06.621Z Compiling plain v0.2.3
4182026-08-14T17:07:06.704Z Compiling anstyle-parse v1.0.0
4192026-08-14T17:07:06.803Z Compiling indexmap v2.14.0
4202026-08-14T17:07:06.853Z Compiling terminal_size v0.4.3
4212026-08-14T17:07:07.405Z Compiling colorchoice v1.0.4
4222026-08-14T17:07:07.422Z Compiling anstyle v1.0.14
4232026-08-14T17:07:07.467Z Compiling thiserror v2.0.18
4242026-08-14T17:07:07.502Z Compiling toml_write v0.1.2
4252026-08-14T17:07:07.523Z Compiling winnow v0.7.14
4262026-08-14T17:07:07.642Z Compiling anstyle-query v1.1.5
4272026-08-14T17:07:07.701Z Compiling is_terminal_polyfill v1.70.2
4282026-08-14T17:07:07.718Z Compiling pretty-hex v0.4.1
4292026-08-14T17:07:07.754Z Compiling autocfg v1.5.0
4302026-08-14T17:07:07.784Z Compiling cfg-if v1.0.4
4312026-08-14T17:07:07.816Z Compiling anstream v1.0.0
4322026-08-14T17:07:07.849Z Compiling pest_generator v2.8.6
4332026-08-14T17:07:08.040Z Compiling heck v0.4.1
4342026-08-14T17:07:08.128Z Compiling heck v0.5.0
4352026-08-14T17:07:08.172Z Compiling fs-err v3.3.0
4362026-08-14T17:07:08.344Z Compiling bytecount v0.6.9
4372026-08-14T17:07:08.424Z Compiling fastrand v2.3.0
4382026-08-14T17:07:08.447Z Compiling anyhow v1.0.102
4392026-08-14T17:07:08.464Z Compiling fnv v1.0.7
4402026-08-14T17:07:08.483Z Compiling strsim v0.11.1
4412026-08-14T17:07:08.571Z Compiling clap_lex v1.0.0
4422026-08-14T17:07:08.615Z Compiling unicode-width v0.1.14
4432026-08-14T17:07:08.691Z Compiling once_cell v1.21.3
4442026-08-14T17:07:08.809Z Compiling clap_builder v4.6.0
4452026-08-14T17:07:08.866Z Compiling papergrid v0.11.0
4462026-08-14T17:07:08.891Z Compiling tempfile v3.25.0
4472026-08-14T17:07:08.975Z Compiling semver v1.0.28
4482026-08-14T17:07:09.018Z Compiling cargo-platform v0.3.2
4492026-08-14T17:07:09.036Z Compiling tabled_derive v0.7.0
4502026-08-14T17:07:09.063Z Compiling memmap v0.7.0
4512026-08-14T17:07:09.252Z Compiling unicode-linebreak v0.1.5
4522026-08-14T17:07:09.274Z Compiling smawk v0.3.2
4532026-08-14T17:07:09.299Z Compiling unicode-width v0.2.0
4542026-08-14T17:07:09.314Z Compiling camino-tempfile v1.4.1
4552026-08-14T17:07:09.540Z Compiling textwrap v0.16.2
4562026-08-14T17:07:09.561Z Compiling serde_derive v1.0.228
4572026-08-14T17:07:09.578Z Compiling thiserror-impl v1.0.69
4582026-08-14T17:07:09.692Z Compiling zerocopy-derive v0.7.35
4592026-08-14T17:07:09.838Z Compiling pest_derive v2.8.6
4602026-08-14T17:07:09.950Z Compiling scroll_derive v0.12.1
4612026-08-14T17:07:09.994Z Compiling thiserror-impl v2.0.18
4622026-08-14T17:07:10.276Z Compiling clap_derive v4.6.1
4632026-08-14T17:07:10.288Z Compiling tabled v0.15.0
4642026-08-14T17:07:10.544Z Compiling zerocopy v0.7.35
4652026-08-14T17:07:10.610Z Compiling scroll v0.12.0
4662026-08-14T17:07:10.883Z Compiling goblin v0.8.2
4672026-08-14T17:07:10.914Z Compiling dtrace-parser v0.2.0
4682026-08-14T17:07:11.098Z Compiling swrite v0.1.0
4692026-08-14T17:07:11.845Z Compiling clap v4.6.1
4702026-08-14T17:07:12.452Z Compiling dof v0.3.0
4712026-08-14T17:07:12.452Z Compiling serde_tokenstream v0.2.3
4722026-08-14T17:07:12.469Z Compiling serde_spanned v0.6.9
4732026-08-14T17:07:12.483Z Compiling toml_datetime v0.6.11
4742026-08-14T17:07:12.486Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4752026-08-14T17:07:12.528Z Compiling macaddr v1.0.1
4762026-08-14T17:07:12.544Z Compiling cargo_metadata v0.23.1
4772026-08-14T17:07:12.681Z Compiling toml_edit v0.22.27
4782026-08-14T17:07:13.290Z Compiling usdt-attr-macro v0.5.0
4792026-08-14T17:07:13.312Z Compiling usdt-macro v0.5.0
4802026-08-14T17:07:13.916Z Compiling usdt v0.5.0
4812026-08-14T17:07:14.060Z Compiling toml v0.8.23
4822026-08-14T17:07:14.411Z Compiling cargo_toml v0.21.0
4832026-08-14T17:07:15.672Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4842026-08-14T17:07:17.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.30s
4852026-08-14T17:07:17.880Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4862026-08-14T17:07:18.398Z Downloading crates ...
4872026-08-14T17:07:18.447Z Downloaded base64ct v1.8.3
4882026-08-14T17:07:18.453Z Downloaded allocator-api2 v0.2.21
4892026-08-14T17:07:18.456Z Downloaded adler2 v2.0.1
4902026-08-14T17:07:18.459Z Downloaded bb8 v0.8.6
4912026-08-14T17:07:18.459Z Downloaded anstream v0.6.21
4922026-08-14T17:07:18.462Z Downloaded ahash v0.8.12
4932026-08-14T17:07:18.465Z Downloaded form_urlencoded v1.2.2
4942026-08-14T17:07:18.467Z Downloaded ar_archive_writer v0.5.1
4952026-08-14T17:07:18.470Z Downloaded atomic-waker v1.1.2
4962026-08-14T17:07:18.473Z Downloaded fatfs v0.3.6
4972026-08-14T17:07:18.476Z Downloaded aes-gcm v0.11.0
4982026-08-14T17:07:18.480Z Downloaded endian-type v0.1.2
4992026-08-14T17:07:18.480Z Downloaded getrandom v0.3.4
5002026-08-14T17:07:18.483Z Downloaded group v0.13.0
5012026-08-14T17:07:18.483Z Downloaded hyper-tls v0.6.0
5022026-08-14T17:07:18.483Z Downloaded anstyle-parse v0.2.7
5032026-08-14T17:07:18.486Z Downloaded ascii-canvas v3.0.0
5042026-08-14T17:07:18.486Z Downloaded aead v0.5.2
5052026-08-14T17:07:18.486Z Downloaded async-recursion v1.1.1
5062026-08-14T17:07:18.489Z Downloaded atomicwrites v0.4.4
5072026-08-14T17:07:18.489Z Downloaded bit-set v0.5.3
5082026-08-14T17:07:18.489Z Downloaded convert_case v0.4.0
5092026-08-14T17:07:18.489Z Downloaded float-cmp v0.10.0
5102026-08-14T17:07:18.489Z Downloaded bitfield v0.19.4
5112026-08-14T17:07:18.489Z Downloaded enum_dispatch v0.3.13
5122026-08-14T17:07:18.492Z Downloaded backon v1.6.0
5132026-08-14T17:07:18.494Z Downloaded blake2 v0.10.6
5142026-08-14T17:07:18.497Z Downloaded arrayvec v0.7.6
5152026-08-14T17:07:18.500Z Downloaded futures-macro v0.3.32
5162026-08-14T17:07:18.500Z Downloaded async-compression v0.4.41
5172026-08-14T17:07:18.502Z Downloaded async-stream-impl v0.3.6
5182026-08-14T17:07:18.502Z Downloaded bitfield-struct v0.6.2
5192026-08-14T17:07:18.505Z Downloaded foreign-types v0.3.2
5202026-08-14T17:07:18.505Z Downloaded foldhash v0.1.5
5212026-08-14T17:07:18.510Z Downloaded assert_matches v1.5.0
5222026-08-14T17:07:18.513Z Downloaded bit-set v0.8.0
5232026-08-14T17:07:18.513Z Downloaded bcs v0.1.6
5242026-08-14T17:07:18.513Z Downloaded ff v0.13.1
5252026-08-14T17:07:18.513Z Downloaded foldhash v0.2.0
5262026-08-14T17:07:18.515Z Downloaded arrayref v0.3.9
5272026-08-14T17:07:18.515Z Downloaded base16ct v1.0.0
5282026-08-14T17:07:18.518Z Downloaded bcrypt-pbkdf v0.11.0
5292026-08-14T17:07:18.518Z Downloaded bitfield-macros v0.19.4
5302026-08-14T17:07:18.518Z Downloaded highway v1.3.0
5312026-08-14T17:07:18.518Z Downloaded flume v0.11.1
5322026-08-14T17:07:18.521Z Downloaded atty v0.2.14
5332026-08-14T17:07:18.526Z Downloaded array-init v0.0.4
5342026-08-14T17:07:18.529Z Downloaded block-buffer v0.12.1
5352026-08-14T17:07:18.529Z Downloaded fixedbitset v0.4.2
5362026-08-14T17:07:18.529Z Downloaded funty v2.0.0
5372026-08-14T17:07:18.529Z Downloaded futures-core v0.3.32
5382026-08-14T17:07:18.529Z Downloaded futures-sink v0.3.32
5392026-08-14T17:07:18.529Z Downloaded async-stream v0.3.6
5402026-08-14T17:07:18.532Z Downloaded block-padding v0.4.2
5412026-08-14T17:07:18.532Z Downloaded ghash v0.6.0
5422026-08-14T17:07:18.532Z Downloaded enum-as-inner v0.6.1
5432026-08-14T17:07:18.535Z Downloaded gethostname v0.5.0
5442026-08-14T17:07:18.535Z Downloaded http-range v0.1.5
5452026-08-14T17:07:18.535Z Downloaded aead v0.6.1
5462026-08-14T17:07:18.537Z Downloaded hickory-proto v0.24.4
5472026-08-14T17:07:18.544Z Downloaded ff v0.14.0
5482026-08-14T17:07:18.546Z Downloaded futures-executor v0.3.32
5492026-08-14T17:07:18.546Z Downloaded git-stub v1.0.0
5502026-08-14T17:07:18.546Z Downloaded base16ct v0.2.0
5512026-08-14T17:07:18.549Z Downloaded foreign-types-macros v0.2.3
5522026-08-14T17:07:18.549Z Downloaded hostname v0.3.1
5532026-08-14T17:07:18.549Z Downloaded castaway v0.2.4
5542026-08-14T17:07:18.549Z Downloaded cfg_aliases v0.2.1
5552026-08-14T17:07:18.549Z Downloaded ciborium-ll v0.2.2
5562026-08-14T17:07:18.553Z Downloaded foreign-types v0.5.0
5572026-08-14T17:07:18.556Z Downloaded cfg_aliases v0.1.1
5582026-08-14T17:07:18.556Z Downloaded num v0.4.3
5592026-08-14T17:07:18.561Z Downloaded http-body v1.0.1
5602026-08-14T17:07:18.565Z Downloaded foreign-types-shared v0.1.1
5612026-08-14T17:07:18.565Z Downloaded futures-io v0.3.32
5622026-08-14T17:07:18.565Z Downloaded headers-core v0.3.0
5632026-08-14T17:07:18.565Z Downloaded hubpack_derive v0.1.1
5642026-08-14T17:07:18.565Z Downloaded compression-core v0.4.31
5652026-08-14T17:07:18.565Z Downloaded float-ord v0.3.2
5662026-08-14T17:07:18.565Z Downloaded foreign-types-shared v0.3.1
5672026-08-14T17:07:18.568Z Downloaded ciborium-io v0.2.2
5682026-08-14T17:07:18.571Z Downloaded cobs v0.3.0
5692026-08-14T17:07:18.571Z Downloaded num-conv v0.2.0
5702026-08-14T17:07:18.571Z Downloaded num_enum_derive v0.5.11
5712026-08-14T17:07:18.574Z Downloaded fd-lock v4.0.4
5722026-08-14T17:07:18.577Z Downloaded num-iter v0.1.45
5732026-08-14T17:07:18.577Z Downloaded erased-serde v0.3.31
5742026-08-14T17:07:18.577Z Downloaded fixedbitset v0.5.7
5752026-08-14T17:07:18.580Z Downloaded futures-task v0.3.32
5762026-08-14T17:07:18.580Z Downloaded hostname v0.4.2
5772026-08-14T17:07:18.612Z Downloaded openssl-probe v0.2.1
5782026-08-14T17:07:18.612Z Downloaded bitflags v1.3.2
5792026-08-14T17:07:18.612Z Downloaded env_filter v1.0.0
5802026-08-14T17:07:18.612Z Downloaded async-trait v0.1.89
5812026-08-14T17:07:18.612Z Downloaded argon2 v0.5.3
5822026-08-14T17:07:18.612Z Downloaded bit-vec v0.6.3
5832026-08-14T17:07:18.613Z Downloaded home v0.5.12
5842026-08-14T17:07:18.613Z Downloaded fxhash v0.2.1
5852026-08-14T17:07:18.613Z Downloaded bs58 v0.5.1
5862026-08-14T17:07:18.613Z Downloaded hash32 v0.2.1
5872026-08-14T17:07:18.613Z Downloaded hex-literal v1.1.0
5882026-08-14T17:07:18.613Z Downloaded oso-derive v0.27.3
5892026-08-14T17:07:18.613Z Downloaded peg-runtime v0.8.5
5902026-08-14T17:07:18.613Z Downloaded flagset v0.4.7
5912026-08-14T17:07:18.613Z Downloaded httpdate v1.0.3
5922026-08-14T17:07:18.613Z Downloaded parse-size v1.1.0
5932026-08-14T17:07:18.613Z Downloaded predicates-core v1.0.10
5942026-08-14T17:07:18.613Z Downloaded hex v0.4.3
5952026-08-14T17:07:18.613Z Downloaded phf_shared v0.11.3
5962026-08-14T17:07:18.613Z Downloaded fs_extra v1.3.0
5972026-08-14T17:07:18.613Z Downloaded fs-err v2.11.0
5982026-08-14T17:07:18.613Z Downloaded bit-vec v0.8.0
5992026-08-14T17:07:18.613Z Downloaded constant_time_eq v0.4.2
6002026-08-14T17:07:18.613Z Downloaded psl-types v2.0.11
6012026-08-14T17:07:18.618Z Downloaded rand_chacha v0.3.1
6022026-08-14T17:07:18.618Z Downloaded rand_pcg v0.10.2
6032026-08-14T17:07:18.618Z Downloaded hash32 v0.3.1
6042026-08-14T17:07:18.618Z Downloaded fallible-iterator v0.2.0
6052026-08-14T17:07:18.618Z Downloaded git-stub-vcs v0.1.0
6062026-08-14T17:07:18.618Z Downloaded glob v0.3.3
6072026-08-14T17:07:18.618Z Downloaded signal-hook-tokio v0.3.1
6082026-08-14T17:07:18.621Z Downloaded filetime v0.2.27
6092026-08-14T17:07:18.621Z Downloaded group v0.14.0
6102026-08-14T17:07:18.621Z Downloaded http-body-util v0.1.3
6112026-08-14T17:07:18.624Z Downloaded globwalk v0.9.1
6122026-08-14T17:07:18.627Z Downloaded cmov v0.5.4
6132026-08-14T17:07:18.630Z Downloaded hyper-staticfile v0.10.1
6142026-08-14T17:07:18.630Z Downloaded cexpr v0.6.0
6152026-08-14T17:07:18.632Z Downloaded cmake v0.1.57
6162026-08-14T17:07:18.632Z Downloaded compression-codecs v0.4.37
6172026-08-14T17:07:18.635Z Downloaded rustc_version v0.1.7
6182026-08-14T17:07:18.638Z Downloaded serde_spanned v1.1.1
6192026-08-14T17:07:18.638Z Downloaded cipher v0.4.4
6202026-08-14T17:07:18.641Z Downloaded chacha20 v0.9.1
6212026-08-14T17:07:18.643Z Downloaded camino-tempfile-ext v0.3.3
6222026-08-14T17:07:18.643Z Downloaded env_logger v0.11.9
6232026-08-14T17:07:18.646Z Downloaded find-msvc-tools v0.1.9
6242026-08-14T17:07:18.646Z Downloaded byte-wrapper v0.1.0
6252026-08-14T17:07:18.649Z Downloaded const_format_proc_macros v0.2.34
6262026-08-14T17:07:18.649Z Downloaded serde_repr v0.1.20
6272026-08-14T17:07:18.649Z Downloaded sqlparser_derive v0.5.0
6282026-08-14T17:07:18.652Z Downloaded hubpack v0.1.2
6292026-08-14T17:07:18.652Z Downloaded backoff v0.4.0
6302026-08-14T17:07:18.655Z Downloaded async-bb8-diesel v0.2.1
6312026-08-14T17:07:18.658Z Downloaded colored v2.2.0
6322026-08-14T17:07:18.658Z Downloaded generic-array v1.4.3
6332026-08-14T17:07:18.658Z Downloaded strum v0.27.2
6342026-08-14T17:07:18.662Z Downloaded blowfish v0.10.0
6352026-08-14T17:07:18.662Z Downloaded cassowary v0.3.0
6362026-08-14T17:07:18.662Z Downloaded postgres-protocol v0.6.10
6372026-08-14T17:07:18.664Z Downloaded globset v0.4.18
6382026-08-14T17:07:18.667Z Downloaded time-core v0.1.8
6392026-08-14T17:07:18.670Z Downloaded phf v0.12.1
6402026-08-14T17:07:18.670Z Downloaded phf v0.13.1
6412026-08-14T17:07:18.670Z Downloaded primefield v0.14.0
6422026-08-14T17:07:18.673Z Downloaded psm v0.1.30
6432026-08-14T17:07:18.673Z Downloaded progenitor v0.14.0
6442026-08-14T17:07:18.676Z Downloaded rand_core v0.10.0
6452026-08-14T17:07:18.676Z Downloaded strsim v0.10.0
6462026-08-14T17:07:18.676Z Downloaded tagptr v0.2.0
6472026-08-14T17:07:18.676Z Downloaded take_mut v0.2.2
6482026-08-14T17:07:18.676Z Downloaded sync-ptr v0.1.4
6492026-08-14T17:07:18.676Z Downloaded tabwriter v1.4.1
6502026-08-14T17:07:18.679Z Downloaded tinyvec_macros v0.1.1
6512026-08-14T17:07:18.679Z Downloaded resolv-conf v0.7.6
6522026-08-14T17:07:18.679Z Downloaded rustversion v1.0.22
6532026-08-14T17:07:18.682Z Downloaded half v1.8.3
6542026-08-14T17:07:18.682Z Downloaded humantime v2.3.0
6552026-08-14T17:07:18.682Z Downloaded pkg-config v0.3.32
6562026-08-14T17:07:18.684Z Downloaded hyper-rustls v0.27.7
6572026-08-14T17:07:18.684Z Downloaded universal-hash v0.6.1
6582026-08-14T17:07:18.684Z Downloaded getrandom v0.2.17
6592026-08-14T17:07:18.687Z Downloaded hybrid-array v0.4.13
6602026-08-14T17:07:18.687Z Downloaded futures-channel v0.3.32
6612026-08-14T17:07:18.690Z Downloaded yoke-derive v0.8.1
6622026-08-14T17:07:18.690Z Downloaded crunchy v0.2.4
6632026-08-14T17:07:18.693Z Downloaded httparse v1.10.1
6642026-08-14T17:07:18.693Z Downloaded hmac v0.12.1
6652026-08-14T17:07:18.696Z Downloaded argon2 v0.6.0-rc.8
6662026-08-14T17:07:18.698Z Downloaded rustls-pemfile v2.2.0
6672026-08-14T17:07:18.698Z Downloaded schemars_derive v0.8.22
6682026-08-14T17:07:18.701Z Downloaded bzip2 v0.6.1
6692026-08-14T17:07:18.701Z Downloaded cbc v0.2.1
6702026-08-14T17:07:18.701Z Downloaded ciborium v0.2.2
6712026-08-14T17:07:18.704Z Downloaded colored v3.1.1
6722026-08-14T17:07:18.704Z Downloaded console v0.15.11
6732026-08-14T17:07:18.707Z Downloaded console v0.16.2
6742026-08-14T17:07:18.707Z Downloaded chacha20 v0.10.0
6752026-08-14T17:07:18.707Z Downloaded blake2 v0.11.0-rc.6
6762026-08-14T17:07:18.710Z Downloaded const-oid v0.9.6
6772026-08-14T17:07:18.710Z Downloaded buf-list v1.1.2
6782026-08-14T17:07:18.712Z Downloaded cipher v0.5.2
6792026-08-14T17:07:18.715Z Downloaded smf v0.2.3
6802026-08-14T17:07:18.719Z Downloaded bzip2 v0.4.4
6812026-08-14T17:07:18.722Z Downloaded parking_lot v0.11.2
6822026-08-14T17:07:18.722Z Downloaded serdect v0.4.3
6832026-08-14T17:07:18.725Z Downloaded shlex v1.3.0
6842026-08-14T17:07:18.725Z Downloaded stacker v0.1.23
6852026-08-14T17:07:18.725Z Downloaded zeroize_derive v1.5.0
6862026-08-14T17:07:18.728Z Downloaded peg-macros v0.8.5
6872026-08-14T17:07:18.731Z Downloaded darling_macro v0.21.3
6882026-08-14T17:07:18.736Z Downloaded parse-display-derive v0.10.0
6892026-08-14T17:07:18.739Z Downloaded dtrace-parser v0.3.0
6902026-08-14T17:07:18.739Z Downloaded dirs-sys-next v0.1.2
6912026-08-14T17:07:18.739Z Downloaded simd-adler32 v0.3.8
6922026-08-14T17:07:18.739Z Downloaded slog-stdlog v4.1.1
6932026-08-14T17:07:18.739Z Downloaded embedded-io v0.4.0
6942026-08-14T17:07:18.739Z Downloaded snafu-derive v0.8.9
6952026-08-14T17:07:18.742Z Downloaded tap v1.0.1
6962026-08-14T17:07:18.742Z Downloaded curve25519-dalek-derive v0.1.1
6972026-08-14T17:07:18.742Z Downloaded defmt-parser v1.0.0
6982026-08-14T17:07:18.745Z Downloaded salsa20 v0.11.0
6992026-08-14T17:07:18.745Z Downloaded tokio-tungstenite v0.21.0
7002026-08-14T17:07:18.745Z Downloaded tokio-tungstenite v0.23.1
7012026-08-14T17:07:18.748Z Downloaded difflib v0.4.0
7022026-08-14T17:07:18.748Z Downloaded downcast-rs v2.0.2
7032026-08-14T17:07:18.748Z Downloaded embedded-io v0.6.1
7042026-08-14T17:07:18.748Z Downloaded illumos-nvpair v0.3.0
7052026-08-14T17:07:18.751Z Downloaded quinn-udp v0.5.14
7062026-08-14T17:07:18.751Z Downloaded uzers v0.12.2
7072026-08-14T17:07:18.755Z Downloaded usdt-impl v0.6.0
7082026-08-14T17:07:18.758Z Downloaded indoc v1.0.9
7092026-08-14T17:07:18.763Z Downloaded keccak v0.1.6
7102026-08-14T17:07:18.768Z Downloaded libscf-sys v1.2.0
7112026-08-14T17:07:18.771Z Downloaded tui-tree-widget v0.23.1
7122026-08-14T17:07:18.774Z Downloaded cancel-safe-futures v0.1.5
7132026-08-14T17:07:18.777Z Downloaded const-oid v0.10.2
7142026-08-14T17:07:18.777Z Downloaded clang-sys v1.8.1
7152026-08-14T17:07:18.779Z Downloaded hmac v0.13.0
7162026-08-14T17:07:18.788Z Downloaded lalrpop-util v0.19.12
7172026-08-14T17:07:18.791Z Downloaded ctr v0.10.1
7182026-08-14T17:07:18.791Z Downloaded wyz v0.5.1
7192026-08-14T17:07:18.791Z Downloaded corncobs v0.1.4
7202026-08-14T17:07:18.794Z Downloaded match_cfg v0.1.0
7212026-08-14T17:07:18.797Z Downloaded olpc-cjson v0.1.4
7222026-08-14T17:07:18.800Z Downloaded opaque-debug v0.3.1
7232026-08-14T17:07:18.800Z Downloaded zerovec-derive v0.11.2
7242026-08-14T17:07:18.800Z Downloaded critical-section v1.2.0
7252026-08-14T17:07:18.803Z Downloaded potential_utf v0.1.4
7262026-08-14T17:07:18.805Z Downloaded darling_macro v0.20.11
7272026-08-14T17:07:18.808Z Downloaded der_derive v0.7.3
7282026-08-14T17:07:18.808Z Downloaded diesel-dtrace v0.5.0
7292026-08-14T17:07:18.811Z Downloaded bytes v1.11.1
7302026-08-14T17:07:18.811Z Downloaded pkcs8 v0.11.0
7312026-08-14T17:07:18.823Z Downloaded derive_builder_core v0.20.2
7322026-08-14T17:07:18.827Z Downloaded progenitor-impl v0.13.0
7332026-08-14T17:07:18.827Z Downloaded rtoolbox v0.0.3
7342026-08-14T17:07:18.830Z Downloaded futures v0.3.32
7352026-08-14T17:07:18.833Z Downloaded same-file v1.0.6
7362026-08-14T17:07:18.833Z Downloaded half v2.7.1
7372026-08-14T17:07:18.833Z Downloaded heapless v0.7.17
7382026-08-14T17:07:18.836Z Downloaded tracing-attributes v0.1.31
7392026-08-14T17:07:18.839Z Downloaded rcgen v0.12.1
7402026-08-14T17:07:18.839Z Downloaded serde_cbor v0.11.2
7412026-08-14T17:07:18.842Z Downloaded zerocopy v0.6.6
7422026-08-14T17:07:18.846Z Downloaded walkdir v2.5.0
7432026-08-14T17:07:18.848Z Downloaded flate2 v1.1.9
7442026-08-14T17:07:18.851Z Downloaded libsw v3.5.0
7452026-08-14T17:07:18.854Z Downloaded lru-slab v0.1.2
7462026-08-14T17:07:18.857Z Downloaded oxide-update-engine-types v0.1.2
7472026-08-14T17:07:18.859Z Downloaded semver v0.1.20
7482026-08-14T17:07:18.862Z Downloaded seq-macro v0.3.6
7492026-08-14T17:07:18.862Z Downloaded const_format v0.2.35
7502026-08-14T17:07:18.865Z Downloaded arc-swap v1.8.2
7512026-08-14T17:07:18.868Z Downloaded chacha20poly1305 v0.10.1
7522026-08-14T17:07:18.871Z Downloaded num-complex v0.4.6
7532026-08-14T17:07:18.871Z Downloaded darling v0.20.11
7542026-08-14T17:07:18.874Z Downloaded supports-color v3.0.2
7552026-08-14T17:07:18.876Z Downloaded signature v3.0.0
7562026-08-14T17:07:18.880Z Downloaded p384 v0.14.0
7572026-08-14T17:07:18.882Z Downloaded base64 v0.21.7
7582026-08-14T17:07:18.886Z Downloaded newtype-uuid v1.3.2
7592026-08-14T17:07:18.888Z Downloaded phf_shared v0.12.1
7602026-08-14T17:07:18.888Z Downloaded crossbeam-utils v0.8.21
7612026-08-14T17:07:18.888Z Downloaded slog v2.8.2
7622026-08-14T17:07:18.891Z Downloaded universal-hash v0.5.1
7632026-08-14T17:07:18.891Z Downloaded socket2 v0.5.10
7642026-08-14T17:07:18.894Z Downloaded unarray v0.1.4
7652026-08-14T17:07:18.894Z Downloaded pem v3.0.6
7662026-08-14T17:07:18.897Z Downloaded prettyplease v0.2.37
7672026-08-14T17:07:18.897Z Downloaded paste v1.0.15
7682026-08-14T17:07:18.899Z Downloaded peg v0.8.5
7692026-08-14T17:07:18.902Z Downloaded pin-project-lite v0.2.17
7702026-08-14T17:07:18.905Z Downloaded proc-macro-error2 v2.0.1
7712026-08-14T17:07:18.905Z Downloaded subprocess v0.2.15
7722026-08-14T17:07:18.908Z Downloaded dof v0.4.0
7732026-08-14T17:07:18.908Z Downloaded ecdsa v0.17.0
7742026-08-14T17:07:18.908Z Downloaded oxnet v0.1.6
7752026-08-14T17:07:18.911Z Downloaded rand_chacha v0.9.0
7762026-08-14T17:07:18.911Z Downloaded predicates v3.1.4
7772026-08-14T17:07:18.911Z Downloaded progenitor-extras v0.2.0
7782026-08-14T17:07:18.915Z Downloaded primeorder v0.13.6
7792026-08-14T17:07:18.915Z Downloaded rand_core v0.6.4
7802026-08-14T17:07:18.915Z Downloaded derive_builder v0.20.2
7812026-08-14T17:07:18.918Z Downloaded tinyvec v1.10.0
7822026-08-14T17:07:18.918Z Downloaded tungstenite v0.21.0
7832026-08-14T17:07:18.921Z Downloaded serde_urlencoded v0.7.1
7842026-08-14T17:07:18.921Z Downloaded rustls-native-certs v0.8.3
7852026-08-14T17:07:18.921Z Downloaded rusty-fork v0.3.1
7862026-08-14T17:07:18.921Z Downloaded heapless v0.8.0
7872026-08-14T17:07:18.924Z Downloaded want v0.3.1
7882026-08-14T17:07:18.924Z Downloaded rayon-core v1.13.0
7892026-08-14T17:07:18.927Z Downloaded schemars v0.9.0
7902026-08-14T17:07:18.933Z Downloaded tungstenite v0.23.0
7912026-08-14T17:07:18.936Z Downloaded unicode-properties v0.1.4
7922026-08-14T17:07:18.936Z Downloaded unsafe-libyaml v0.2.11
7932026-08-14T17:07:18.938Z Downloaded vte v0.14.1
7942026-08-14T17:07:18.941Z Downloaded crc-any v2.5.0
7952026-08-14T17:07:18.941Z Downloaded wnaf v0.14.0
7962026-08-14T17:07:18.941Z Downloaded zerofrom-derive v0.1.6
7972026-08-14T17:07:18.945Z Downloaded expectorate v1.2.0
7982026-08-14T17:07:18.952Z Downloaded litrs v1.0.0
7992026-08-14T17:07:18.955Z Downloaded scroll v0.13.0
8002026-08-14T17:07:18.955Z Downloaded crc v3.4.0
8012026-08-14T17:07:18.958Z Downloaded derive_builder_macro v0.20.2
8022026-08-14T17:07:18.958Z Downloaded sec1 v0.7.3
8032026-08-14T17:07:18.958Z Downloaded base64 v0.22.1
8042026-08-14T17:07:18.961Z Downloaded stringprep v0.1.5
8052026-08-14T17:07:18.961Z Downloaded slab v0.4.12
8062026-08-14T17:07:18.961Z Downloaded slog-dtrace v0.3.0
8072026-08-14T17:07:18.961Z Downloaded display-error-chain v0.2.2
8082026-08-14T17:07:18.961Z Downloaded smallvec v0.6.14
8092026-08-14T17:07:18.964Z Downloaded string_cache v0.8.9
8102026-08-14T17:07:18.964Z Downloaded time-macros v0.2.27
8112026-08-14T17:07:18.964Z Downloaded tls_codec v0.4.2
8122026-08-14T17:07:18.967Z Downloaded memmap2 v0.9.10
8132026-08-14T17:07:18.967Z Downloaded bumpalo v3.20.2
8142026-08-14T17:07:18.967Z Downloaded papergrid v0.18.0
8152026-08-14T17:07:18.970Z Downloaded ssh-encoding v0.3.0
8162026-08-14T17:07:18.973Z Downloaded thiserror-no-std v2.0.2
8172026-08-14T17:07:18.973Z Downloaded untrusted v0.7.1
8182026-08-14T17:07:18.976Z Downloaded poly1305 v0.9.0
8192026-08-14T17:07:18.976Z Downloaded tls_codec_derive v0.4.2
8202026-08-14T17:07:18.981Z Downloaded headers v0.4.1
8212026-08-14T17:07:18.981Z Downloaded utf8_iter v1.0.4
8222026-08-14T17:07:18.984Z Downloaded jiff-static v0.2.34
8232026-08-14T17:07:18.987Z Downloaded schemars v1.2.1
8242026-08-14T17:07:18.993Z Downloaded indent_write v2.2.0
8252026-08-14T17:07:18.996Z Downloaded lzss v0.8.2
8262026-08-14T17:07:18.996Z Downloaded managed v0.8.0
8272026-08-14T17:07:18.996Z Downloaded schemars v0.8.22
8282026-08-14T17:07:19.001Z Downloaded kstat-rs v0.2.5
8292026-08-14T17:07:19.004Z Downloaded vsss-rs v3.3.4
8302026-08-14T17:07:19.004Z Downloaded hashbrown v0.12.3
8312026-08-14T17:07:19.004Z Downloaded hickory-resolver v0.24.4
8322026-08-14T17:07:19.007Z Downloaded hickory-resolver v0.25.2
8332026-08-14T17:07:19.010Z Downloaded new_debug_unreachable v1.0.6
8342026-08-14T17:07:19.010Z Downloaded zstd v0.13.3
8352026-08-14T17:07:19.014Z Downloaded daft v0.1.7
8362026-08-14T17:07:19.014Z Downloaded serde_with_macros v3.21.0
8372026-08-14T17:07:19.014Z Downloaded zerotrie v0.2.3
8382026-08-14T17:07:19.017Z Downloaded nonempty v0.12.0
8392026-08-14T17:07:19.017Z Downloaded crossbeam-deque v0.8.6
8402026-08-14T17:07:19.017Z Downloaded parking_lot_core v0.9.12
8412026-08-14T17:07:19.017Z Downloaded smallvec v1.15.1
8422026-08-14T17:07:19.021Z Downloaded newtype_derive v0.1.6
8432026-08-14T17:07:19.021Z Downloaded packed_struct_codegen v0.10.1
8442026-08-14T17:07:19.021Z Downloaded proc-macro-error-attr2 v2.0.0
8452026-08-14T17:07:19.021Z Downloaded rfc6979 v0.4.0
8462026-08-14T17:07:19.021Z Downloaded rfc6979 v0.6.0
8472026-08-14T17:07:19.024Z Downloaded recursive v0.1.1
8482026-08-14T17:07:19.024Z Downloaded sha2 v0.11.0
8492026-08-14T17:07:19.024Z Downloaded progenitor-macro v0.13.0
8502026-08-14T17:07:19.024Z Downloaded ctutils v0.4.2
8512026-08-14T17:07:19.024Z Downloaded compact_str v0.8.1
8522026-08-14T17:07:19.028Z Downloaded darling_core v0.20.11
8532026-08-14T17:07:19.032Z Downloaded omicron-zone-package v0.12.3
8542026-08-14T17:07:19.032Z Downloaded pkcs1 v0.7.5
8552026-08-14T17:07:19.035Z Downloaded spin v0.9.8
8562026-08-14T17:07:19.035Z Downloaded rustc_version v0.4.1
8572026-08-14T17:07:19.035Z Downloaded secrecy v0.8.0
8582026-08-14T17:07:19.038Z Downloaded shell-words v1.1.1
8592026-08-14T17:07:19.041Z Downloaded secrecy v0.10.3
8602026-08-14T17:07:19.041Z Downloaded serde-big-array v0.5.1
8612026-08-14T17:07:19.041Z Downloaded slog-envlogger v2.2.0
8622026-08-14T17:07:19.041Z Downloaded toml_parser v1.1.2+spec-1.1.0
8632026-08-14T17:07:19.044Z Downloaded hickory-server v0.25.2
8642026-08-14T17:07:19.047Z Downloaded http v1.4.2
8652026-08-14T17:07:19.051Z Downloaded ignore v0.4.25
8662026-08-14T17:07:19.051Z Downloaded ingot-types v0.2.0
8672026-08-14T17:07:19.051Z Downloaded vergen-gitcl v1.0.8
8682026-08-14T17:07:19.054Z Downloaded writeable v0.6.2
8692026-08-14T17:07:19.054Z Downloaded sigpipe v0.1.3
8702026-08-14T17:07:19.054Z Downloaded slog-bunyan v2.5.0
8712026-08-14T17:07:19.054Z Downloaded ed25519 v2.2.3
8722026-08-14T17:07:19.054Z Downloaded stable_deref_trait v1.2.1
8732026-08-14T17:07:19.057Z Downloaded subtle v2.6.1
8742026-08-14T17:07:19.057Z Downloaded cookie v0.18.1
8752026-08-14T17:07:19.057Z Downloaded hashbrown v0.13.2
8762026-08-14T17:07:19.060Z Downloaded strum v0.26.3
8772026-08-14T17:07:19.060Z Downloaded signal-hook v0.3.18
8782026-08-14T17:07:19.060Z Downloaded ipnetwork v0.21.1
8792026-08-14T17:07:19.060Z Downloaded tokio-postgres v0.7.16
8802026-08-14T17:07:19.064Z Downloaded tokio-test v0.4.5
8812026-08-14T17:07:19.064Z Downloaded usdt-macro v0.6.0
8822026-08-14T17:07:19.067Z Downloaded thread-id v5.1.0
8832026-08-14T17:07:19.070Z Downloaded toml v0.7.8
8842026-08-14T17:07:19.074Z Downloaded unit-prefix v0.5.2
8852026-08-14T17:07:19.077Z Downloaded unicode_categories v0.1.1
8862026-08-14T17:07:19.077Z Downloaded num-integer v0.1.46
8872026-08-14T17:07:19.080Z Downloaded xshell-macros v0.2.7
8882026-08-14T17:07:19.080Z Downloaded crypto-bigint v0.5.5
8892026-08-14T17:07:19.083Z Downloaded icu_normalizer_data v2.1.1
8902026-08-14T17:07:19.086Z Downloaded des v0.9.0
8912026-08-14T17:07:19.089Z Downloaded num_enum v0.7.6
8922026-08-14T17:07:19.092Z Downloaded oxide-update-engine-display v0.1.2
8932026-08-14T17:07:19.092Z Downloaded diff v0.1.13
8942026-08-14T17:07:19.092Z Downloaded iana-time-zone v0.1.65
8952026-08-14T17:07:19.095Z Downloaded scroll_derive v0.13.1
8962026-08-14T17:07:19.095Z Downloaded pin-project-internal v1.1.11
8972026-08-14T17:07:19.095Z Downloaded crucible-workspace-hack v0.1.0
8982026-08-14T17:07:19.095Z Downloaded cc v1.2.56
8992026-08-14T17:07:19.098Z Downloaded serde-hex v0.1.0
9002026-08-14T17:07:19.102Z Downloaded ingot-macros v0.2.0
9012026-08-14T17:07:19.105Z Downloaded crypto-common v0.2.2
9022026-08-14T17:07:19.105Z Downloaded debug-ignore v1.0.5
9032026-08-14T17:07:19.105Z Downloaded defmt v0.3.100
9042026-08-14T17:07:19.112Z Downloaded litemap v0.8.1
9052026-08-14T17:07:19.115Z Downloaded tracing-core v0.1.36
9062026-08-14T17:07:19.118Z Downloaded instability v0.3.11
9072026-08-14T17:07:19.122Z Downloaded dropshot-api-manager-types v0.7.2
9082026-08-14T17:07:19.122Z Downloaded instant v0.1.13
9092026-08-14T17:07:19.125Z Downloaded illumos-nvpair-sys v0.2.0
9102026-08-14T17:07:19.125Z Downloaded linked-hash-map v0.5.6
9112026-08-14T17:07:19.128Z Downloaded aes v0.9.1
9122026-08-14T17:07:19.128Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9132026-08-14T17:07:19.131Z Downloaded vergen-git2 v9.1.0
9142026-08-14T17:07:19.131Z Downloaded vergen-lib v0.1.6
9152026-08-14T17:07:19.132Z Downloaded sqlformat v0.3.5
9162026-08-14T17:07:19.135Z Downloaded nodrop v0.1.14
9172026-08-14T17:07:19.138Z Downloaded num-derive v0.4.2
9182026-08-14T17:07:19.138Z Downloaded progenitor-client v0.14.0
9192026-08-14T17:07:19.138Z Downloaded packed_struct v0.10.1
9202026-08-14T17:07:19.141Z Downloaded thread_local v1.1.9
9212026-08-14T17:07:19.144Z Downloaded memoffset v0.9.1
9222026-08-14T17:07:19.147Z Downloaded openssl-probe v0.1.6
9232026-08-14T17:07:19.150Z Downloaded ed25519-dalek v2.2.0
9242026-08-14T17:07:19.150Z Downloaded rsa v0.10.0-rc.18
9252026-08-14T17:07:19.153Z Downloaded indicatif v0.18.4
9262026-08-14T17:07:19.156Z Downloaded mime_guess v2.0.5
9272026-08-14T17:07:19.156Z Downloaded ml-kem v0.3.2
9282026-08-14T17:07:19.156Z Downloaded elliptic-curve v0.13.8
9292026-08-14T17:07:19.159Z Downloaded sponge-cursor v0.1.0
9302026-08-14T17:07:19.159Z Downloaded publicsuffix v2.3.0
9312026-08-14T17:07:19.162Z Downloaded hashbrown v0.15.5
9322026-08-14T17:07:19.166Z Downloaded strip-ansi-escapes v0.2.1
9332026-08-14T17:07:19.166Z Downloaded rustls-pki-types v1.14.0
9342026-08-14T17:07:19.170Z Downloaded tar v0.4.46
9352026-08-14T17:07:19.174Z Downloaded darling_core v0.13.4
9362026-08-14T17:07:19.177Z Downloaded radium v0.7.0
9372026-08-14T17:07:19.181Z Downloaded sha1 v0.10.6
9382026-08-14T17:07:19.181Z Downloaded miniz_oxide v0.8.9
9392026-08-14T17:07:19.184Z Downloaded testing_table v0.3.0
9402026-08-14T17:07:19.184Z Downloaded hashbrown v0.16.1
9412026-08-14T17:07:19.187Z Downloaded minimal-lexical v0.2.1
9422026-08-14T17:07:19.190Z Downloaded p256 v0.14.0
9432026-08-14T17:07:19.193Z Downloaded unicode-truncate v1.1.0
9442026-08-14T17:07:19.196Z Downloaded usdt v0.6.0
9452026-08-14T17:07:19.196Z Downloaded icu_properties v2.1.2
9462026-08-14T17:07:19.196Z Downloaded waitgroup v0.1.2
9472026-08-14T17:07:19.199Z Downloaded multer v3.1.0
9482026-08-14T17:07:19.199Z Downloaded rand v0.8.6
9492026-08-14T17:07:19.202Z Downloaded trait-variant v0.1.2
9502026-08-14T17:07:19.209Z Downloaded crc-catalog v2.4.0
9512026-08-14T17:07:19.212Z Downloaded cstr-argument v0.1.2
9522026-08-14T17:07:19.215Z Downloaded darling_core v0.21.3
9532026-08-14T17:07:19.216Z Downloaded darling_core v0.23.0
9542026-08-14T17:07:19.218Z Downloaded tokio-rustls v0.26.4
9552026-08-14T17:07:19.221Z Downloaded password-hash v0.5.0
9562026-08-14T17:07:19.222Z Downloaded newline-converter v0.3.0
9572026-08-14T17:07:19.222Z Downloaded ingot v0.2.1
9582026-08-14T17:07:19.222Z Downloaded jobserver v0.1.34
9592026-08-14T17:07:19.225Z Downloaded steno v0.4.1
9602026-08-14T17:07:19.228Z Downloaded num_enum_derive v0.7.6
9612026-08-14T17:07:19.228Z Downloaded oxide-tokio-rt v0.1.4
9622026-08-14T17:07:19.228Z Downloaded oso v0.27.3
9632026-08-14T17:07:19.231Z Downloaded pin-project v1.1.11
9642026-08-14T17:07:19.235Z Downloaded pkcs1 v0.8.0-rc.4
9652026-08-14T17:07:19.238Z Downloaded postcard v1.1.3
9662026-08-14T17:07:19.238Z Downloaded serde_derive_internals v0.29.1
9672026-08-14T17:07:19.242Z Downloaded lazy_static v1.5.0
9682026-08-14T17:07:19.242Z Downloaded multimap v0.10.1
9692026-08-14T17:07:19.242Z Downloaded qorb v0.4.1
9702026-08-14T17:07:19.246Z Downloaded num_threads v0.1.7
9712026-08-14T17:07:19.246Z Downloaded nibble_vec v0.1.0
9722026-08-14T17:07:19.246Z Downloaded parse-display v0.10.0
9732026-08-14T17:07:19.246Z Downloaded slog-json v2.6.1
9742026-08-14T17:07:19.246Z Downloaded cookie_store v0.22.1
9752026-08-14T17:07:19.246Z Downloaded dsl_auto_type v0.2.0
9762026-08-14T17:07:19.249Z Downloaded port-file v0.1.0
9772026-08-14T17:07:19.249Z Downloaded nom v8.0.0
9782026-08-14T17:07:19.253Z Downloaded pem-rfc7468 v0.7.0
9792026-08-14T17:07:19.256Z Downloaded r2d2 v0.8.10
9802026-08-14T17:07:19.262Z Downloaded tokio-native-tls v0.3.1
9812026-08-14T17:07:19.265Z Downloaded lru-cache v0.1.2
9822026-08-14T17:07:19.265Z Downloaded maplit v1.0.2
9832026-08-14T17:07:19.270Z Downloaded precomputed-hash v0.1.1
9842026-08-14T17:07:19.270Z Downloaded quick-error v1.2.3
9852026-08-14T17:07:19.273Z Downloaded serde_plain v1.0.2
9862026-08-14T17:07:19.273Z Downloaded aho-corasick v1.1.4
9872026-08-14T17:07:19.273Z Downloaded hyper v1.10.1
9882026-08-14T17:07:19.276Z Downloaded test-strategy v0.4.5
9892026-08-14T17:07:19.279Z Downloaded socket2 v0.6.3
9902026-08-14T17:07:19.279Z Downloaded lock_api v0.4.14
9912026-08-14T17:07:19.282Z Downloaded serde_with_macros v1.5.2
9922026-08-14T17:07:19.282Z Downloaded strum_macros v0.26.4
9932026-08-14T17:07:19.285Z Downloaded signature v2.2.0
9942026-08-14T17:07:19.288Z Downloaded synstructure v0.13.2
9952026-08-14T17:07:19.288Z Downloaded tinystr v0.8.2
9962026-08-14T17:07:19.292Z Downloaded x509-cert v0.2.5
9972026-08-14T17:07:19.292Z Downloaded num-bigint v0.4.6
9982026-08-14T17:07:19.295Z Downloaded ref-cast-impl v1.0.25
9992026-08-14T17:07:19.295Z Downloaded toml v1.1.2+spec-1.1.0
10002026-08-14T17:07:19.298Z Downloaded zerovec v0.11.5
10012026-08-14T17:07:19.301Z Downloaded ed25519 v3.0.0
10022026-08-14T17:07:19.302Z Downloaded term v0.7.0
10032026-08-14T17:07:19.302Z Downloaded hkdf v0.13.0
10042026-08-14T17:07:19.308Z Downloaded tower-service v0.3.3
10052026-08-14T17:07:19.311Z Downloaded yoke v0.8.1
10062026-08-14T17:07:19.311Z Downloaded dirs-next v2.0.0
10072026-08-14T17:07:19.314Z Downloaded crossbeam-channel v0.5.15
10082026-08-14T17:07:19.317Z Downloaded defmt v1.0.1
10092026-08-14T17:07:19.317Z Downloaded deranged v0.5.8
10102026-08-14T17:07:19.317Z Downloaded derive-ex v0.1.8
10112026-08-14T17:07:19.320Z Downloaded unicode-segmentation v1.12.0
10122026-08-14T17:07:19.320Z Downloaded crc32fast v1.5.0
10132026-08-14T17:07:19.324Z Downloaded tower-http v0.6.8
10142026-08-14T17:07:19.327Z Downloaded derive-where v1.6.0
10152026-08-14T17:07:19.331Z Downloaded derive_more v0.99.20
10162026-08-14T17:07:19.334Z Downloaded primeorder v0.14.0
10172026-08-14T17:07:19.334Z Downloaded pretty_assertions v1.4.1
10182026-08-14T17:07:19.334Z Downloaded nu-ansi-term v0.50.3
10192026-08-14T17:07:19.334Z Downloaded usdt-attr-macro v0.6.0
10202026-08-14T17:07:19.337Z Downloaded typify-macro v0.6.2
10212026-08-14T17:07:19.337Z Downloaded futures-util v0.3.32
10222026-08-14T17:07:19.340Z Downloaded drift v0.2.0
10232026-08-14T17:07:19.346Z Downloaded hkdf v0.12.4
10242026-08-14T17:07:19.349Z Downloaded mio v1.2.0
10252026-08-14T17:07:19.354Z Downloaded progenitor v0.13.0
10262026-08-14T17:07:19.354Z Downloaded kem v0.3.0
10272026-08-14T17:07:19.354Z Downloaded libsw-core v0.3.2
10282026-08-14T17:07:19.354Z Downloaded owo-colors v4.3.0
10292026-08-14T17:07:19.357Z Downloaded pem-rfc7468 v1.0.0
10302026-08-14T17:07:19.357Z Downloaded dyn-clone v1.0.20
10312026-08-14T17:07:19.357Z Downloaded rand v0.9.2
10322026-08-14T17:07:19.357Z Downloaded rand v0.10.1
10332026-08-14T17:07:19.361Z Downloaded scrypt v0.12.0
10342026-08-14T17:07:19.361Z Downloaded digest-io v0.1.0
10352026-08-14T17:07:19.361Z Downloaded dunce v1.0.5
10362026-08-14T17:07:19.364Z Downloaded ident_case v1.0.1
10372026-08-14T17:07:19.364Z Downloaded inout v0.1.4
10382026-08-14T17:07:19.364Z Downloaded inout v0.2.2
10392026-08-14T17:07:19.364Z Downloaded pkcs5 v0.8.1
10402026-08-14T17:07:19.367Z Downloaded h2 v0.4.15
10412026-08-14T17:07:19.370Z Downloaded num-bigint-dig v0.8.6
10422026-08-14T17:07:19.370Z Downloaded polyval v0.7.1
10432026-08-14T17:07:19.373Z Downloaded rpassword v7.5.4
10442026-08-14T17:07:19.373Z Downloaded static_assertions v1.1.0
10452026-08-14T17:07:19.373Z Downloaded openssl-macros v0.1.1
10462026-08-14T17:07:19.373Z Downloaded quinn v0.11.11
10472026-08-14T17:07:19.377Z Downloaded predicates-tree v1.0.13
10482026-08-14T17:07:19.377Z Downloaded phc v0.6.1
10492026-08-14T17:07:19.377Z Downloaded rustc-hash v2.1.1
10502026-08-14T17:07:19.380Z Downloaded progenitor-macro v0.14.0
10512026-08-14T17:07:19.380Z Downloaded password-hash v0.6.1
10522026-08-14T17:07:19.380Z Downloaded russh-cryptovec v0.62.0
10532026-08-14T17:07:19.380Z Downloaded strum_macros v0.24.3
10542026-08-14T17:07:19.380Z Downloaded tiny-keccak v2.0.2
10552026-08-14T17:07:19.383Z Downloaded samael v0.0.19
10562026-08-14T17:07:19.386Z Downloaded vergen v9.1.0
10572026-08-14T17:07:19.386Z Downloaded reqwest v0.12.28
10582026-08-14T17:07:19.389Z Downloaded reqwest v0.13.2
10592026-08-14T17:07:19.392Z Downloaded tokio-util v0.7.18
10602026-08-14T17:07:19.395Z Downloaded yasna v0.5.2
10612026-08-14T17:07:19.398Z Downloaded zip v0.6.6
10622026-08-14T17:07:19.398Z Downloaded darling v0.23.0
10632026-08-14T17:07:19.402Z Downloaded serde_bytes v0.11.19
10642026-08-14T17:07:19.406Z Downloaded slog-scope v4.4.1
10652026-08-14T17:07:19.406Z Downloaded spki v0.7.3
10662026-08-14T17:07:19.406Z Downloaded wait-timeout v0.2.1
10672026-08-14T17:07:19.406Z Downloaded internal-russh-num-bigint v0.5.0
10682026-08-14T17:07:19.409Z Downloaded termios v0.3.3
10692026-08-14T17:07:19.409Z Downloaded tower-layer v0.3.3
10702026-08-14T17:07:19.409Z Downloaded void v1.0.2
10712026-08-14T17:07:19.409Z Downloaded rustls-platform-verifier v0.6.2
10722026-08-14T17:07:19.412Z Downloaded whoami v1.6.1
10732026-08-14T17:07:19.413Z Downloaded crc8 v0.1.1
10742026-08-14T17:07:19.413Z Downloaded itertools v0.12.1
10752026-08-14T17:07:19.416Z Downloaded serde_yaml v0.9.34+deprecated
10762026-08-14T17:07:19.419Z Downloaded tokio-stream v0.1.18
10772026-08-14T17:07:19.419Z Downloaded zopfli v0.8.3
10782026-08-14T17:07:19.422Z Downloaded zip v4.6.1
10792026-08-14T17:07:19.425Z Downloaded zstd-safe v7.2.4
10802026-08-14T17:07:19.425Z Downloaded lru v0.12.5
10812026-08-14T17:07:19.425Z Downloaded md5 v0.8.0
10822026-08-14T17:07:19.425Z Downloaded convert_case v0.10.0
10832026-08-14T17:07:19.425Z Downloaded darling_macro v0.23.0
10842026-08-14T17:07:19.428Z Downloaded is-terminal v0.4.17
10852026-08-14T17:07:19.428Z Downloaded tower v0.5.3
10862026-08-14T17:07:19.431Z Downloaded typed-path v0.9.3
10872026-08-14T17:07:19.434Z Downloaded internet-checksum v0.2.1
10882026-08-14T17:07:19.434Z Downloaded rand_core v0.9.5
10892026-08-14T17:07:19.437Z Downloaded libefi-sys v0.1.0
10902026-08-14T17:07:19.437Z Downloaded libloading v0.8.9
10912026-08-14T17:07:19.437Z Downloaded scheduled-thread-pool v0.2.7
10922026-08-14T17:07:19.437Z Downloaded sec1 v0.8.1
10932026-08-14T17:07:19.437Z Downloaded der v0.8.0
10942026-08-14T17:07:19.440Z Downloaded pkcs8 v0.10.2
10952026-08-14T17:07:19.443Z Downloaded slog-term v2.9.2
10962026-08-14T17:07:19.443Z Downloaded ssh-cipher v0.3.0
10972026-08-14T17:07:19.448Z Downloaded try-lock v0.2.5
10982026-08-14T17:07:19.448Z Downloaded proc-macro-crate v1.3.1
10992026-08-14T17:07:19.448Z Downloaded russh-util v0.52.0
11002026-08-14T17:07:19.448Z Downloaded ref-cast v1.0.25
11012026-08-14T17:07:19.448Z Downloaded utf-8 v0.7.6
11022026-08-14T17:07:19.448Z Downloaded sha1 v0.11.0
11032026-08-14T17:07:19.451Z Downloaded structmeta v0.3.0
11042026-08-14T17:07:19.451Z Downloaded xattr v1.6.1
11052026-08-14T17:07:19.451Z Downloaded winnow v0.6.26
11062026-08-14T17:07:19.455Z Downloaded ipnet v2.11.0
11072026-08-14T17:07:19.455Z Downloaded iri-string v0.7.10
11082026-08-14T17:07:19.458Z Downloaded scuffle v0.1.0
11092026-08-14T17:07:19.461Z Downloaded ron v0.8.1
11102026-08-14T17:07:19.464Z Downloaded zeroize v1.9.0
11112026-08-14T17:07:19.464Z Downloaded unicase v2.9.0
11122026-08-14T17:07:19.464Z Downloaded zone v0.3.1
11132026-08-14T17:07:19.467Z Downloaded zone_cfg_derive v0.3.1
11142026-08-14T17:07:19.467Z Downloaded signal-hook-registry v1.4.8
11152026-08-14T17:07:19.467Z Downloaded strum_macros v0.27.2
11162026-08-14T17:07:19.467Z Downloaded support-bundle-viewer v0.1.2
11172026-08-14T17:07:19.467Z Downloaded sync_wrapper v1.0.2
11182026-08-14T17:07:19.470Z Downloaded document-features v0.2.12
11192026-08-14T17:07:19.471Z Downloaded data-encoding v2.10.0
11202026-08-14T17:07:19.471Z Downloaded icu_collections v2.1.1
11212026-08-14T17:07:19.474Z Downloaded signal-hook-mio v0.2.5
11222026-08-14T17:07:19.474Z Downloaded unicode-xid v0.2.6
11232026-08-14T17:07:19.474Z Downloaded indexmap v1.9.3
11242026-08-14T17:07:19.477Z Downloaded csv-core v0.1.13
11252026-08-14T17:07:19.477Z Downloaded scopeguard v1.2.0
11262026-08-14T17:07:19.477Z Downloaded either v1.15.0
11272026-08-14T17:07:19.477Z Downloaded idna_adapter v1.2.1
11282026-08-14T17:07:19.480Z Downloaded delegate v0.13.5
11292026-08-14T17:07:19.480Z Downloaded native-tls v0.2.18
11302026-08-14T17:07:19.480Z Downloaded p521 v0.14.0
11312026-08-14T17:07:19.483Z Downloaded ryu v1.0.23
11322026-08-14T17:07:19.483Z Downloaded phf_shared v0.13.1
11332026-08-14T17:07:19.483Z Downloaded powerfmt v0.2.0
11342026-08-14T17:07:19.483Z Downloaded darling_macro v0.13.4
11352026-08-14T17:07:19.483Z Downloaded maybe-uninit v2.0.0
11362026-08-14T17:07:19.487Z Downloaded md-5 v0.10.6
11372026-08-14T17:07:19.491Z Downloaded defmt-macros v1.0.1
11382026-08-14T17:07:19.491Z Downloaded num-rational v0.4.2
11392026-08-14T17:07:19.494Z Downloaded pbkdf2 v0.13.0
11402026-08-14T17:07:19.494Z Downloaded is_ci v1.2.0
11412026-08-14T17:07:19.497Z Downloaded percent-encoding v2.3.2
11422026-08-14T17:07:19.500Z Downloaded rand_xorshift v0.4.0
11432026-08-14T17:07:19.500Z Downloaded tokio-macros v2.7.0
11442026-08-14T17:07:19.504Z Downloaded cpufeatures v0.3.0
11452026-08-14T17:07:19.504Z Downloaded cpubits v0.1.1
11462026-08-14T17:07:19.504Z Downloaded newtype-uuid-macros v0.1.0
11472026-08-14T17:07:19.511Z Downloaded poly1305 v0.8.0
11482026-08-14T17:07:19.514Z Downloaded rustls-webpki v0.103.13
11492026-08-14T17:07:19.514Z Downloaded path-slash v0.1.5
11502026-08-14T17:07:19.518Z Downloaded normalize-line-endings v0.3.0
11512026-08-14T17:07:19.521Z Downloaded structmeta-derive v0.3.0
11522026-08-14T17:07:19.521Z Downloaded icu_locale_core v2.1.1
11532026-08-14T17:07:19.524Z Downloaded derive_more v2.1.1
11542026-08-14T17:07:19.528Z Downloaded untrusted v0.9.0
11552026-08-14T17:07:19.531Z Downloaded rayon v1.11.0
11562026-08-14T17:07:19.534Z Downloaded termtree v0.5.1
11572026-08-14T17:07:19.571Z Downloaded num_enum v0.5.11
11582026-08-14T17:07:19.571Z Downloaded salty v0.3.0
11592026-08-14T17:07:19.571Z Downloaded spki v0.8.0
11602026-08-14T17:07:19.571Z Downloaded sapling-renderdag v0.1.0
11612026-08-14T17:07:19.571Z Downloaded thiserror-impl-no-std v2.0.2
11622026-08-14T17:07:19.571Z Downloaded typify v0.6.2
11632026-08-14T17:07:19.571Z Downloaded daft-derive v0.1.7
11642026-08-14T17:07:19.571Z Downloaded topological-sort v0.2.2
11652026-08-14T17:07:19.571Z Downloaded mime v0.3.17
11662026-08-14T17:07:19.571Z Downloaded diesel_table_macro_syntax v0.3.0
11672026-08-14T17:07:19.571Z Downloaded siphasher v1.0.2
11682026-08-14T17:07:19.571Z Downloaded digest v0.11.3
11692026-08-14T17:07:19.571Z Downloaded slog-async v2.8.0
11702026-08-14T17:07:19.571Z Downloaded oxide-update-engine v0.1.2
11712026-08-14T17:07:19.575Z Downloaded vergen-lib v9.1.0
11722026-08-14T17:07:19.575Z Downloaded zerofrom v0.1.6
11732026-08-14T17:07:19.575Z Downloaded recursive-proc-macro-impl v0.1.1
11742026-08-14T17:07:19.579Z Downloaded libbz2-rs-sys v0.2.2
11752026-08-14T17:07:19.579Z Downloaded serde_path_to_error v0.1.20
11762026-08-14T17:07:19.582Z Downloaded unicode-bidi v0.3.18
11772026-08-14T17:07:19.585Z Downloaded num-traits v0.2.19
11782026-08-14T17:07:19.590Z Downloaded linear-map v1.2.0
11792026-08-14T17:07:19.594Z Downloaded toml_writer v1.1.1+spec-1.1.0
11802026-08-14T17:07:19.594Z Downloaded elliptic-curve v0.14.1
11812026-08-14T17:07:19.597Z Downloaded darling v0.21.3
11822026-08-14T17:07:19.597Z Downloaded ecdsa v0.16.9
11832026-08-14T17:07:19.601Z Downloaded hyper-util v0.1.20
11842026-08-14T17:07:19.612Z Downloaded displaydoc v0.2.5
11852026-08-14T17:07:19.612Z Downloaded impl-trait-for-tuples v0.2.3
11862026-08-14T17:07:19.612Z Downloaded whoami v2.1.0
11872026-08-14T17:07:19.612Z Downloaded parking_lot_core v0.8.6
11882026-08-14T17:07:19.612Z Downloaded postgres-types v0.2.12
11892026-08-14T17:07:19.612Z Downloaded crossbeam-epoch v0.9.18
11902026-08-14T17:07:19.616Z Downloaded ena v0.14.4
11912026-08-14T17:07:19.616Z Downloaded twox-hash v2.1.2
11922026-08-14T17:07:19.616Z Downloaded keccak v0.2.0
11932026-08-14T17:07:19.620Z Downloaded module-lattice v0.2.3
11942026-08-14T17:07:19.620Z Downloaded nanorand v0.7.0
11952026-08-14T17:07:19.620Z Downloaded blake3 v1.8.5
11962026-08-14T17:07:19.624Z Downloaded prefix-trie v0.7.0
11972026-08-14T17:07:19.628Z Downloaded dropshot-api-manager v0.7.2
11982026-08-14T17:07:19.628Z Downloaded progenitor-client v0.13.0
11992026-08-14T17:07:19.628Z Downloaded tokio-dtrace v0.1.1
12002026-08-14T17:07:19.633Z Downloaded darling v0.13.4
12012026-08-14T17:07:19.636Z Downloaded indoc v2.0.7
12022026-08-14T17:07:19.636Z Downloaded parking_lot v0.12.5
12032026-08-14T17:07:19.639Z Downloaded xshell v0.2.7
12042026-08-14T17:07:19.642Z Downloaded git2 v0.20.4
12052026-08-14T17:07:19.646Z Downloaded itertools v0.13.0
12062026-08-14T17:07:19.650Z Downloaded progenitor-impl v0.14.0
12072026-08-14T17:07:19.653Z Downloaded iddqd v0.4.2
12082026-08-14T17:07:19.658Z Downloaded libxml v0.3.3
12092026-08-14T17:07:19.661Z Downloaded unicode-normalization v0.1.25
12102026-08-14T17:07:19.664Z Downloaded proptest v1.11.0
12112026-08-14T17:07:19.669Z Downloaded ppv-lite86 v0.2.21
12122026-08-14T17:07:19.672Z Downloaded jiff-core v0.1.0
12132026-08-14T17:07:19.672Z Downloaded snafu v0.8.9
12142026-08-14T17:07:19.677Z Downloaded aws-lc-rs v1.16.3
12152026-08-14T17:07:19.680Z Downloaded bitvec v1.0.1
12162026-08-14T17:07:19.687Z Downloaded goblin v0.10.5
12172026-08-14T17:07:19.690Z Downloaded rand_seeder v0.4.0
12182026-08-14T17:07:19.693Z Downloaded yansi v1.0.1
12192026-08-14T17:07:19.693Z Downloaded term v1.2.1
12202026-08-14T17:07:19.697Z Downloaded ed25519-dalek v3.0.0
12212026-08-14T17:07:19.702Z Downloaded icu_normalizer v2.1.1
12222026-08-14T17:07:19.702Z Downloaded icu_provider v2.1.1
12232026-08-14T17:07:19.707Z Downloaded rawzip v0.4.4
12242026-08-14T17:07:19.713Z Downloaded bindgen v0.71.1
12252026-08-14T17:07:19.718Z Downloaded uuid v1.23.4
12262026-08-14T17:07:19.722Z Downloaded dropshot_endpoint v0.17.1
12272026-08-14T17:07:19.725Z Downloaded crossterm v0.29.0
12282026-08-14T17:07:19.730Z Downloaded icu_properties_data v2.1.2
12292026-08-14T17:07:19.736Z Downloaded crypto-primes v0.7.2
12302026-08-14T17:07:19.740Z Downloaded p384 v0.13.1
12312026-08-14T17:07:19.743Z Downloaded similar v2.7.0
12322026-08-14T17:07:19.743Z Downloaded polar-core v0.27.3
12332026-08-14T17:07:19.753Z Downloaded vcpkg v0.2.15
12342026-08-14T17:07:19.775Z Downloaded winnow v0.5.40
12352026-08-14T17:07:19.779Z Downloaded toml_edit v0.19.15
12362026-08-14T17:07:19.788Z Downloaded chrono v0.4.45
12372026-08-14T17:07:19.791Z Downloaded url v2.5.8
12382026-08-14T17:07:19.795Z Downloaded openssl-sys v0.9.117
12392026-08-14T17:07:19.798Z Downloaded tough v0.22.0
12402026-08-14T17:07:19.801Z Downloaded zerocopy-derive v0.8.40
12412026-08-14T17:07:19.804Z Downloaded libm v0.2.16
12422026-08-14T17:07:19.809Z Downloaded rustyline v14.0.0
12432026-08-14T17:07:19.814Z Downloaded lalrpop v0.19.12
12442026-08-14T17:07:19.818Z Downloaded idna v1.1.0
12452026-08-14T17:07:19.821Z Downloaded quick-xml v0.37.5
12462026-08-14T17:07:19.824Z Downloaded der v0.7.10
12472026-08-14T17:07:19.828Z Downloaded derive_more-impl v2.1.1
12482026-08-14T17:07:19.831Z Downloaded diesel_derives v2.3.7
12492026-08-14T17:07:19.834Z Downloaded tabled v0.21.0
12502026-08-14T17:07:19.841Z Downloaded itertools v0.14.0
12512026-08-14T17:07:19.846Z Downloaded portable-atomic v1.13.1
12522026-08-14T17:07:19.849Z Downloaded rsa v0.9.10
12532026-08-14T17:07:19.852Z Downloaded crossterm v0.28.1
12542026-08-14T17:07:19.855Z Downloaded russh v0.62.4
12552026-08-14T17:07:19.859Z Downloaded serde_with v1.14.0
12562026-08-14T17:07:19.862Z Downloaded itertools v0.10.5
12572026-08-14T17:07:19.866Z Downloaded radix_trie v0.2.1
12582026-08-14T17:07:19.869Z Downloaded ssh-key v0.7.0-rc.11
12592026-08-14T17:07:19.872Z Downloaded zerocopy v0.8.40
12602026-08-14T17:07:19.878Z Downloaded regex v1.12.3
12612026-08-14T17:07:19.881Z Downloaded nom v7.1.3
12622026-08-14T17:07:19.906Z Downloaded winnow v1.0.3
12632026-08-14T17:07:19.923Z Downloaded quinn-proto v0.11.16
12642026-08-14T17:07:19.929Z Downloaded openapiv3 v2.2.0
12652026-08-14T17:07:19.936Z Downloaded reedline v0.40.0
12662026-08-14T17:07:19.939Z Downloaded zlib-rs v0.6.2
12672026-08-14T17:07:19.943Z Downloaded crypto-bigint v0.7.5
12682026-08-14T17:07:19.951Z Downloaded itertools v0.15.0
12692026-08-14T17:07:19.955Z Downloaded serde_with v3.21.0
12702026-08-14T17:07:19.962Z Downloaded sha3 v0.12.0
12712026-08-14T17:07:19.965Z Downloaded hickory-proto v0.25.2
12722026-08-14T17:07:19.972Z Downloaded openssl v0.10.80
12732026-08-14T17:07:19.977Z Downloaded bstr v1.12.1
12742026-08-14T17:07:19.982Z Downloaded nix v0.27.1
12752026-08-14T17:07:19.987Z Downloaded nix v0.28.0
12762026-08-14T17:07:19.993Z Downloaded object v0.37.3
12772026-08-14T17:07:19.999Z Downloaded smoltcp v0.11.0
12782026-08-14T17:07:20.007Z Downloaded smoltcp v0.9.1
12792026-08-14T17:07:20.018Z Downloaded regex-syntax v0.6.29
12802026-08-14T17:07:20.042Z Downloaded sled v0.34.7
12812026-08-14T17:07:20.047Z Downloaded moka v0.12.13
12822026-08-14T17:07:20.052Z Downloaded time v0.3.47
12832026-08-14T17:07:20.058Z Downloaded regress v0.11.1
12842026-08-14T17:07:20.063Z Downloaded curve25519-dalek v5.0.0
12852026-08-14T17:07:20.069Z Downloaded petname v2.0.2
12862026-08-14T17:07:20.072Z Downloaded regress v0.10.5
12872026-08-14T17:07:20.086Z Downloaded curve25519-dalek v4.1.3
12882026-08-14T17:07:20.091Z Downloaded object v0.30.4
12892026-08-14T17:07:20.096Z Downloaded rustix v0.38.44
12902026-08-14T17:07:20.108Z Downloaded typify-impl v0.6.2
12912026-08-14T17:07:20.116Z Downloaded dropshot v0.17.1
12922026-08-14T17:07:20.128Z Downloaded sqlparser v0.61.0
12932026-08-14T17:07:20.133Z Downloaded zerocopy-derive v0.6.6
12942026-08-14T17:07:20.152Z Downloaded nix v0.31.2
12952026-08-14T17:07:20.163Z Downloaded regex-automata v0.4.14
12962026-08-14T17:07:20.171Z Downloaded ratatui v0.29.0
12972026-08-14T17:07:20.205Z Downloaded petgraph v0.8.3
12982026-08-14T17:07:20.218Z Downloaded sha3 v0.10.8
12992026-08-14T17:07:20.221Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-08-14T17:07:20.230Z Downloaded rustls v0.23.41
13012026-08-14T17:07:20.239Z Downloaded encoding_rs v0.8.35
13022026-08-14T17:07:20.252Z Downloaded regex-syntax v0.8.10
13032026-08-14T17:07:20.256Z Downloaded diesel v2.3.7
13042026-08-14T17:07:20.298Z Downloaded sha3 v0.11.0
13052026-08-14T17:07:20.303Z Downloaded tracing v0.1.44
13062026-08-14T17:07:20.326Z Downloaded bzip2-sys v0.1.13+1.0.8
13072026-08-14T17:07:20.332Z Downloaded jiff v0.2.34
13082026-08-14T17:07:20.402Z Downloaded petgraph v0.6.5
13092026-08-14T17:07:20.413Z Downloaded chrono-tz v0.10.4
13102026-08-14T17:07:20.473Z Downloaded tokio v1.52.1
13112026-08-14T17:07:20.495Z Downloaded csv v1.4.0
13122026-08-14T17:07:20.507Z Downloaded libz-sys v1.1.24
13132026-08-14T17:07:20.580Z Downloaded ring v0.17.14
13142026-08-14T17:07:20.625Z Downloaded libgit2-sys v0.18.3+1.9.2
13152026-08-14T17:07:21.107Z Downloaded aws-lc-sys v0.40.0
13162026-08-14T17:07:21.365Z Compiling libc v0.2.185
13172026-08-14T17:07:21.365Z Compiling serde_core v1.0.228
13182026-08-14T17:07:21.368Z Compiling serde v1.0.228
13192026-08-14T17:07:21.368Z Compiling log v0.4.29
13202026-08-14T17:07:21.368Z Compiling smallvec v1.15.1
13212026-08-14T17:07:21.368Z Compiling find-msvc-tools v0.1.9
13222026-08-14T17:07:21.509Z Compiling shlex v1.3.0
13232026-08-14T17:07:21.512Z Compiling syn v2.0.117
13242026-08-14T17:07:21.717Z Compiling subtle v2.6.1
13252026-08-14T17:07:21.753Z Compiling scopeguard v1.2.0
13262026-08-14T17:07:21.767Z Compiling typenum v1.20.1
13272026-08-14T17:07:21.836Z Compiling lock_api v0.4.14
13282026-08-14T17:07:21.850Z Compiling stable_deref_trait v1.2.1
13292026-08-14T17:07:21.863Z Compiling zerocopy v0.8.40
13302026-08-14T17:07:21.891Z Compiling portable-atomic v1.13.1
13312026-08-14T17:07:21.919Z Compiling serde_json v1.0.151
13322026-08-14T17:07:22.052Z Compiling critical-section v1.2.0
13332026-08-14T17:07:22.117Z Compiling libm v0.2.16
13342026-08-14T17:07:22.157Z Compiling num-traits v0.2.19
13352026-08-14T17:07:22.280Z Compiling pkg-config v0.3.32
13362026-08-14T17:07:22.349Z Compiling jobserver v0.1.34
13372026-08-14T17:07:22.402Z Compiling errno v0.3.14
13382026-08-14T17:07:22.482Z Compiling getrandom v0.2.17
13392026-08-14T17:07:22.543Z Compiling cc v1.2.56
13402026-08-14T17:07:22.700Z Compiling rand_core v0.6.4
13412026-08-14T17:07:22.700Z Compiling generic-array v0.14.7
13422026-08-14T17:07:22.817Z Compiling const-oid v0.9.6
13432026-08-14T17:07:22.902Z Compiling once_cell v1.21.3
13442026-08-14T17:07:22.947Z Compiling pin-project-lite v0.2.17
13452026-08-14T17:07:22.968Z Compiling parking_lot_core v0.9.12
13462026-08-14T17:07:23.041Z Compiling getrandom v0.4.1
13472026-08-14T17:07:23.157Z Compiling rand_core v0.10.0
13482026-08-14T17:07:23.598Z Compiling signal-hook-registry v1.4.8
13492026-08-14T17:07:23.650Z Compiling bitflags v2.11.0
13502026-08-14T17:07:23.761Z Compiling writeable v0.6.2
13512026-08-14T17:07:23.786Z Compiling percent-encoding v2.3.2
13522026-08-14T17:07:23.872Z Compiling futures-core v0.3.32
13532026-08-14T17:07:23.886Z Compiling litemap v0.8.1
13542026-08-14T17:07:23.951Z Compiling semver v1.0.28
13552026-08-14T17:07:23.975Z Compiling parking_lot v0.12.5
13562026-08-14T17:07:24.025Z Compiling mio v1.2.0
13572026-08-14T17:07:24.045Z Compiling icu_normalizer_data v2.1.1
13582026-08-14T17:07:24.080Z Compiling icu_properties_data v2.1.2
13592026-08-14T17:07:24.167Z Compiling socket2 v0.6.3
13602026-08-14T17:07:24.282Z Compiling getrandom v0.3.4
13612026-08-14T17:07:24.326Z Compiling futures-sink v0.3.32
13622026-08-14T17:07:24.359Z Compiling indexmap v2.14.0
13632026-08-14T17:07:24.431Z Compiling synstructure v0.13.2
13642026-08-14T17:07:24.446Z Compiling futures-channel v0.3.32
13652026-08-14T17:07:24.495Z Compiling futures-task v0.3.32
13662026-08-14T17:07:24.588Z Compiling futures-io v0.3.32
13672026-08-14T17:07:24.672Z Compiling rustix v1.1.3
13682026-08-14T17:07:24.722Z Compiling slab v0.4.12
13692026-08-14T17:07:24.757Z Compiling utf8_iter v1.0.4
13702026-08-14T17:07:24.903Z Compiling form_urlencoded v1.2.2
13712026-08-14T17:07:24.918Z Compiling rustversion v1.0.22
13722026-08-14T17:07:24.921Z Compiling base64ct v1.8.3
13732026-08-14T17:07:25.035Z Compiling iana-time-zone v0.1.65
13742026-08-14T17:07:25.050Z Compiling cmake v0.1.57
13752026-08-14T17:07:25.082Z Compiling flagset v0.4.7
13762026-08-14T17:07:25.185Z Compiling pem-rfc7468 v0.7.0
13772026-08-14T17:07:25.211Z Compiling regex-syntax v0.8.10
13782026-08-14T17:07:25.226Z Compiling fs_extra v1.3.0
13792026-08-14T17:07:25.240Z Compiling ident_case v1.0.1
13802026-08-14T17:07:25.358Z Compiling dunce v1.0.5
13812026-08-14T17:07:25.458Z Compiling rand_core v0.9.5
13822026-08-14T17:07:25.473Z Compiling uuid v1.23.4
13832026-08-14T17:07:25.487Z Compiling base64 v0.22.1
13842026-08-14T17:07:25.505Z Compiling aws-lc-sys v0.40.0
13852026-08-14T17:07:25.739Z Compiling vcpkg v0.2.15
13862026-08-14T17:07:25.810Z Compiling syn v1.0.109
13872026-08-14T17:07:25.892Z Compiling serde_derive_internals v0.29.1
13882026-08-14T17:07:26.168Z Compiling rustc_version v0.4.1
13892026-08-14T17:07:26.182Z Compiling tracing-core v0.1.36
13902026-08-14T17:07:26.198Z Compiling serde_derive v1.0.228
13912026-08-14T17:07:26.466Z Compiling zeroize_derive v1.5.0
13922026-08-14T17:07:26.480Z Compiling zerofrom-derive v0.1.6
13932026-08-14T17:07:26.508Z Compiling zerocopy-derive v0.8.40
13942026-08-14T17:07:26.769Z Compiling yoke-derive v0.8.1
13952026-08-14T17:07:26.839Z Compiling zerovec-derive v0.11.2
13962026-08-14T17:07:27.122Z Compiling zeroize v1.9.0
13972026-08-14T17:07:27.349Z Compiling displaydoc v0.2.5
13982026-08-14T17:07:27.892Z Compiling zerofrom v0.1.6
13992026-08-14T17:07:27.957Z Compiling tokio-macros v2.7.0
14002026-08-14T17:07:27.979Z Compiling futures-macro v0.3.32
14012026-08-14T17:07:28.019Z Compiling yoke v0.8.1
14022026-08-14T17:07:28.108Z Compiling thiserror-impl v2.0.18
14032026-08-14T17:07:28.165Z Compiling block-buffer v0.10.4
14042026-08-14T17:07:28.250Z Compiling zerovec v0.11.5
14052026-08-14T17:07:28.395Z Compiling zerotrie v0.2.3
14062026-08-14T17:07:28.701Z Compiling tinystr v0.8.2
14072026-08-14T17:07:28.721Z Compiling potential_utf v0.1.4
14082026-08-14T17:07:28.762Z Compiling crypto-common v0.1.7
14092026-08-14T17:07:28.836Z Compiling futures-util v0.3.32
14102026-08-14T17:07:28.883Z Compiling icu_locale_core v2.1.1
14112026-08-14T17:07:28.905Z Compiling icu_collections v2.1.1
14122026-08-14T17:07:28.918Z Compiling digest v0.10.7
14132026-08-14T17:07:29.175Z Compiling der_derive v0.7.3
14142026-08-14T17:07:29.379Z Compiling openssl-sys v0.9.117
14152026-08-14T17:07:29.492Z Compiling thiserror v2.0.18
14162026-08-14T17:07:29.601Z Compiling icu_provider v2.1.1
14172026-08-14T17:07:29.748Z Compiling bytes v1.11.1
14182026-08-14T17:07:29.777Z Compiling chrono v0.4.45
14192026-08-14T17:07:29.892Z Compiling icu_normalizer v2.1.1
14202026-08-14T17:07:29.907Z Compiling icu_properties v2.1.2
14212026-08-14T17:07:30.130Z Compiling der v0.7.10
14222026-08-14T17:07:30.362Z Compiling tokio v1.52.1
14232026-08-14T17:07:30.429Z Compiling http v1.4.2
14242026-08-14T17:07:31.006Z Compiling ppv-lite86 v0.2.21
14252026-08-14T17:07:31.034Z Compiling idna_adapter v1.2.1
14262026-08-14T17:07:31.092Z Compiling spki v0.7.3
14272026-08-14T17:07:31.151Z Compiling idna v1.1.0
14282026-08-14T17:07:31.178Z Compiling tracing-attributes v0.1.31
14292026-08-14T17:07:31.301Z Compiling rand_chacha v0.9.0
14302026-08-14T17:07:31.315Z Compiling aws-lc-rs v1.16.3
14312026-08-14T17:07:31.328Z Compiling schemars v0.8.22
14322026-08-14T17:07:31.331Z Compiling cpufeatures v0.2.17
14332026-08-14T17:07:31.415Z Compiling dyn-clone v1.0.20
14342026-08-14T17:07:31.521Z Compiling url v2.5.8
14352026-08-14T17:07:31.570Z Compiling rand v0.9.2
14362026-08-14T17:07:31.584Z Compiling pkcs8 v0.10.2
14372026-08-14T17:07:31.796Z Compiling http-body v1.0.1
14382026-08-14T17:07:31.906Z Compiling rustls-pki-types v1.14.0
14392026-08-14T17:07:31.946Z Compiling schemars_derive v0.8.22
14402026-08-14T17:07:32.299Z Compiling spin v0.9.8
14412026-08-14T17:07:32.299Z Compiling tinyvec_macros v0.1.1
14422026-08-14T17:07:32.357Z Compiling cmov v0.5.4
14432026-08-14T17:07:32.380Z Compiling crc32fast v1.5.0
14442026-08-14T17:07:32.475Z Compiling tracing v0.1.44
14452026-08-14T17:07:32.502Z Compiling httparse v1.10.1
14462026-08-14T17:07:32.556Z Compiling openssl-probe v0.2.1
14472026-08-14T17:07:32.680Z Compiling ctutils v0.4.2
14482026-08-14T17:07:32.725Z Compiling tempfile v3.25.0
14492026-08-14T17:07:32.731Z Compiling tinyvec v1.10.0
14502026-08-14T17:07:32.866Z Compiling pest_generator v2.8.6
14512026-08-14T17:07:32.905Z Compiling sha2 v0.10.9
14522026-08-14T17:07:33.078Z Compiling aho-corasick v1.1.4
14532026-08-14T17:07:33.093Z Compiling untrusted v0.7.1
14542026-08-14T17:07:33.245Z Compiling atomic-waker v1.1.2
14552026-08-14T17:07:33.372Z Compiling tower-service v0.3.3
14562026-08-14T17:07:33.469Z Compiling try-lock v0.2.5
14572026-08-14T17:07:33.578Z Compiling radium v0.7.0
14582026-08-14T17:07:33.593Z Compiling tower-layer v0.3.3
14592026-08-14T17:07:33.749Z Compiling pest_derive v2.8.6
14602026-08-14T17:07:33.842Z Compiling want v0.3.1
14612026-08-14T17:07:34.013Z Compiling regex-automata v0.4.14
14622026-08-14T17:07:34.181Z Compiling tokio-util v0.7.18
14632026-08-14T17:07:34.478Z Compiling hybrid-array v0.4.13
14642026-08-14T17:07:34.709Z Compiling ipnet v2.11.0
14652026-08-14T17:07:34.782Z Compiling scroll_derive v0.13.1
14662026-08-14T17:07:35.182Z Compiling h2 v0.4.15
14672026-08-14T17:07:35.197Z Compiling darling_core v0.20.11
14682026-08-14T17:07:35.234Z Compiling simd-adler32 v0.3.8
14692026-08-14T17:07:35.476Z Compiling foreign-types-shared v0.1.1
14702026-08-14T17:07:35.553Z Compiling httpdate v1.0.3
14712026-08-14T17:07:35.567Z Compiling maybe-uninit v2.0.0
14722026-08-14T17:07:35.775Z Compiling tap v1.0.1
14732026-08-14T17:07:35.790Z Compiling rustls v0.23.41
14742026-08-14T17:07:35.826Z Compiling openssl v0.10.80
14752026-08-14T17:07:35.886Z Compiling untrusted v0.9.0
14762026-08-14T17:07:35.954Z Compiling wyz v0.5.1
14772026-08-14T17:07:36.062Z Compiling foreign-types v0.3.2
14782026-08-14T17:07:36.077Z Compiling scroll v0.13.0
14792026-08-14T17:07:36.130Z Compiling unicode-normalization v0.1.25
14802026-08-14T17:07:36.288Z Compiling rand_chacha v0.3.1
14812026-08-14T17:07:36.335Z Compiling hex v0.4.3
14822026-08-14T17:07:36.541Z Compiling signature v2.2.0
14832026-08-14T17:07:36.576Z Compiling openssl-macros v0.1.1
14842026-08-14T17:07:36.604Z Compiling thiserror-impl v1.0.69
14852026-08-14T17:07:36.718Z Compiling terminal_size v0.4.3
14862026-08-14T17:07:36.858Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14872026-08-14T17:07:36.966Z Compiling bzip2-sys v0.1.13+1.0.8
14882026-08-14T17:07:37.051Z Compiling num-integer v0.1.46
14892026-08-14T17:07:37.240Z Compiling socket2 v0.5.10
14902026-08-14T17:07:37.255Z Compiling wait-timeout v0.2.1
14912026-08-14T17:07:37.370Z Compiling ahash v0.8.12
14922026-08-14T17:07:37.427Z Compiling darling_macro v0.20.11
14932026-08-14T17:07:37.508Z Compiling packed_struct v0.10.1
14942026-08-14T17:07:37.566Z Compiling powerfmt v0.2.0
14952026-08-14T17:07:37.630Z Compiling funty v2.0.0
14962026-08-14T17:07:37.745Z Compiling native-tls v0.2.18
14972026-08-14T17:07:37.771Z Compiling adler2 v2.0.1
14982026-08-14T17:07:37.833Z Compiling num-conv v0.2.0
14992026-08-14T17:07:37.900Z Compiling time-core v0.1.8
15002026-08-14T17:07:37.915Z Compiling num-bigint-dig v0.8.6
15012026-08-14T17:07:37.942Z Compiling quick-error v1.2.3
15022026-08-14T17:07:37.961Z Compiling bit-vec v0.8.0
15032026-08-14T17:07:38.022Z Compiling rusty-fork v0.3.1
15042026-08-14T17:07:38.042Z Compiling time-macros v0.2.27
15052026-08-14T17:07:38.057Z Compiling bitvec v1.0.1
15062026-08-14T17:07:38.126Z Compiling darling v0.20.11
15072026-08-14T17:07:38.202Z Compiling bit-set v0.8.0
15082026-08-14T17:07:38.256Z Compiling miniz_oxide v0.8.9
15092026-08-14T17:07:38.271Z Compiling hyper v1.10.1
15102026-08-14T17:07:38.390Z Compiling thiserror v1.0.69
15112026-08-14T17:07:38.410Z Compiling clap_builder v4.6.0
15122026-08-14T17:07:38.515Z Compiling deranged v0.5.8
15132026-08-14T17:07:38.915Z Compiling num-iter v0.1.45
15142026-08-14T17:07:39.470Z Compiling hyper-util v0.1.20
15152026-08-14T17:07:39.528Z Compiling rand v0.8.6
15162026-08-14T17:07:39.795Z Compiling goblin v0.10.5
15172026-08-14T17:07:39.903Z Compiling packed_struct_codegen v0.10.1
15182026-08-14T17:07:40.313Z Compiling lazy_static v1.5.0
15192026-08-14T17:07:40.406Z Compiling serde_spanned v0.6.9
15202026-08-14T17:07:40.552Z Compiling toml_datetime v0.6.11
15212026-08-14T17:07:40.808Z Compiling hmac v0.12.1
15222026-08-14T17:07:40.948Z Compiling clap_derive v4.6.1
15232026-08-14T17:07:40.964Z Compiling bitfield-macros v0.19.4
15242026-08-14T17:07:41.171Z Compiling zerocopy-derive v0.6.6
15252026-08-14T17:07:41.359Z Compiling anstyle-parse v0.2.7
15262026-08-14T17:07:41.539Z Compiling rand_xorshift v0.4.0
15272026-08-14T17:07:41.656Z Compiling sync_wrapper v1.0.2
15282026-08-14T17:07:41.701Z Compiling indexmap v1.9.3
15292026-08-14T17:07:41.786Z Compiling crc-catalog v2.4.0
15302026-08-14T17:07:41.855Z Compiling paste v1.0.15
15312026-08-14T17:07:41.885Z Compiling num_threads v0.1.7
15322026-08-14T17:07:41.978Z Compiling zlib-rs v0.6.2
15332026-08-14T17:07:41.993Z Compiling unarray v0.1.4
15342026-08-14T17:07:42.105Z Compiling usdt-impl v0.6.0
15352026-08-14T17:07:42.120Z Compiling crossbeam-utils v0.8.21
15362026-08-14T17:07:42.185Z Compiling unicode-segmentation v1.12.0
15372026-08-14T17:07:42.302Z Compiling siphasher v1.0.2
15382026-08-14T17:07:42.388Z Compiling nodrop v0.1.14
15392026-08-14T17:07:42.481Z Compiling array-init v0.0.4
15402026-08-14T17:07:42.481Z Compiling dof v0.4.0
15412026-08-14T17:07:42.644Z Compiling proptest v1.11.0
15422026-08-14T17:07:42.659Z Compiling clap v4.6.1
15432026-08-14T17:07:42.737Z Compiling zerocopy v0.6.6
15442026-08-14T17:07:42.834Z Compiling time v0.3.47
15452026-08-14T17:07:43.084Z Compiling crc v3.4.0
15462026-08-14T17:07:43.318Z Compiling tower v0.5.3
15472026-08-14T17:07:43.642Z Compiling bitfield v0.19.4
15482026-08-14T17:07:43.776Z Compiling anstream v0.6.21
15492026-08-14T17:07:44.246Z Compiling smallvec v0.6.14
15502026-08-14T17:07:44.459Z Compiling derive_builder_core v0.20.2
15512026-08-14T17:07:44.659Z Compiling dtrace-parser v0.3.0
15522026-08-14T17:07:45.194Z Compiling flate2 v1.1.9
15532026-08-14T17:07:45.272Z Compiling ipnetwork v0.21.1
15542026-08-14T17:07:45.293Z Compiling http-body-util v0.1.3
15552026-08-14T17:07:45.376Z Compiling pkcs1 v0.7.5
15562026-08-14T17:07:45.534Z Compiling heapless v0.7.17
15572026-08-14T17:07:45.594Z Compiling structmeta-derive v0.3.0
15582026-08-14T17:07:45.610Z Compiling scroll_derive v0.12.1
15592026-08-14T17:07:45.649Z Compiling slog v2.8.2
15602026-08-14T17:07:45.760Z Compiling darling_core v0.23.0
15612026-08-14T17:07:45.775Z Compiling thread-id v5.1.0
15622026-08-14T17:07:45.831Z Compiling cookie v0.18.1
15632026-08-14T17:07:45.859Z Compiling env_filter v1.0.0
15642026-08-14T17:07:46.016Z Compiling winnow v0.5.40
15652026-08-14T17:07:46.160Z Compiling unicode-bidi v0.3.18
15662026-08-14T17:07:46.265Z Compiling anyhow v1.0.102
15672026-08-14T17:07:46.570Z Compiling base64 v0.21.7
15682026-08-14T17:07:46.660Z Compiling allocator-api2 v0.2.21
15692026-08-14T17:07:46.682Z Compiling ryu v1.0.23
15702026-08-14T17:07:46.860Z Compiling zstd-safe v7.2.4
15712026-08-14T17:07:46.887Z Compiling signal-hook v0.3.18
15722026-08-14T17:07:46.987Z Compiling hashbrown v0.12.3
15732026-08-14T17:07:47.055Z Compiling unicode-properties v0.1.4
15742026-08-14T17:07:47.059Z Compiling iri-string v0.7.10
15752026-08-14T17:07:47.276Z Compiling stringprep v0.1.5
15762026-08-14T17:07:47.465Z Compiling toml_edit v0.19.15
15772026-08-14T17:07:47.759Z Compiling serde_urlencoded v0.7.1
15782026-08-14T17:07:47.830Z Compiling ron v0.8.1
15792026-08-14T17:07:47.997Z Compiling structmeta v0.3.0
15802026-08-14T17:07:48.240Z Compiling darling_macro v0.23.0
15812026-08-14T17:07:48.257Z Compiling tower-http v0.6.8
15822026-08-14T17:07:48.659Z Compiling scroll v0.12.0
15832026-08-14T17:07:48.789Z Compiling env_logger v0.11.9
15842026-08-14T17:07:48.928Z Compiling rsa v0.9.10
15852026-08-14T17:07:49.011Z Compiling oxnet v0.1.6
15862026-08-14T17:07:49.154Z Compiling derive_builder_macro v0.20.2
15872026-08-14T17:07:49.395Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15882026-08-14T17:07:49.449Z Compiling newtype-uuid v1.3.2
15892026-08-14T17:07:49.579Z Compiling hashbrown v0.13.2
15902026-08-14T17:07:49.628Z Compiling bzip2 v0.4.4
15912026-08-14T17:07:49.781Z Compiling serde-hex v0.1.0
15922026-08-14T17:07:49.831Z Compiling tokio-native-tls v0.3.1
15932026-08-14T17:07:50.006Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15942026-08-14T17:07:50.190Z Compiling camino v1.2.2
15952026-08-14T17:07:50.573Z Compiling heck v0.4.1
15962026-08-14T17:07:50.580Z Compiling bstr v1.12.1
15972026-08-14T17:07:50.599Z Compiling block-buffer v0.12.1
15982026-08-14T17:07:50.782Z Compiling block-padding v0.4.2
15992026-08-14T17:07:50.804Z Compiling crypto-common v0.2.2
16002026-08-14T17:07:50.951Z Compiling rustls-native-certs v0.8.3
16012026-08-14T17:07:51.207Z Compiling x509-cert v0.2.5
16022026-08-14T17:07:51.236Z Compiling erased-serde v0.3.31
16032026-08-14T17:07:51.472Z Compiling serde_tokenstream v0.2.3
16042026-08-14T17:07:51.719Z Compiling md-5 v0.10.6
16052026-08-14T17:07:51.786Z Compiling curve25519-dalek v4.1.3
16062026-08-14T17:07:51.886Z Compiling zerocopy-derive v0.7.35
16072026-08-14T17:07:51.959Z Compiling pin-project-internal v1.1.11
16082026-08-14T17:07:52.118Z Compiling daft-derive v0.1.7
16092026-08-14T17:07:52.517Z Compiling async-trait v0.1.89
16102026-08-14T17:07:52.771Z Compiling vergen-lib v9.1.0
16112026-08-14T17:07:52.796Z Compiling hash32 v0.2.1
16122026-08-14T17:07:52.843Z Compiling memoffset v0.9.1
16132026-08-14T17:07:52.950Z Compiling encoding_rs v0.8.35
16142026-08-14T17:07:52.991Z Compiling cfg_aliases v0.2.1
16152026-08-14T17:07:53.037Z Compiling mime v0.3.17
16162026-08-14T17:07:53.063Z Compiling litrs v1.0.0
16172026-08-14T17:07:53.078Z Compiling fallible-iterator v0.2.0
16182026-08-14T17:07:53.330Z Compiling crc-any v2.5.0
16192026-08-14T17:07:53.440Z Compiling smoltcp v0.9.1
16202026-08-14T17:07:53.562Z Compiling psl-types v2.0.11
16212026-08-14T17:07:53.566Z Compiling ref-cast v1.0.25
16222026-08-14T17:07:53.592Z Compiling rustix v0.38.44
16232026-08-14T17:07:53.624Z Compiling document-features v0.2.12
16242026-08-14T17:07:53.688Z Compiling publicsuffix v2.3.0
16252026-08-14T17:07:53.794Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16262026-08-14T17:07:53.862Z Compiling postgres-protocol v0.6.10
16272026-08-14T17:07:53.984Z Compiling pin-project v1.1.11
16282026-08-14T17:07:53.990Z Compiling nix v0.31.2
16292026-08-14T17:07:54.117Z Compiling daft v0.1.7
16302026-08-14T17:07:54.204Z Compiling zerocopy v0.7.35
16312026-08-14T17:07:54.409Z Compiling inout v0.2.2
16322026-08-14T17:07:54.422Z Compiling snafu-derive v0.8.9
16332026-08-14T17:07:54.435Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16342026-08-14T17:07:54.517Z Compiling object v0.30.4
16352026-08-14T17:07:54.577Z Compiling hyper-tls v0.6.0
16362026-08-14T17:07:54.710Z Compiling zip v0.6.6
16372026-08-14T17:07:54.752Z Compiling derive_builder v0.20.2
16382026-08-14T17:07:54.801Z Compiling goblin v0.8.2
16392026-08-14T17:07:54.873Z Compiling toml v0.7.8
16402026-08-14T17:07:55.317Z Compiling darling v0.23.0
16412026-08-14T17:07:55.401Z Compiling derive-ex v0.1.8
16422026-08-14T17:07:55.752Z Compiling phf_shared v0.13.1
16432026-08-14T17:07:55.781Z Compiling regex v1.12.3
16442026-08-14T17:07:55.993Z Compiling hubpack_derive v0.1.1
16452026-08-14T17:07:56.195Z Compiling futures-executor v0.3.32
16462026-08-14T17:07:56.305Z Compiling strum_macros v0.27.2
16472026-08-14T17:07:56.438Z Compiling curve25519-dalek-derive v0.1.1
16482026-08-14T17:07:56.459Z Compiling ref-cast-impl v1.0.25
16492026-08-14T17:07:57.002Z Compiling vergen v9.1.0
16502026-08-14T17:07:57.037Z Compiling cargo-platform v0.3.2
16512026-08-14T17:07:57.078Z Compiling ff v0.13.1
16522026-08-14T17:07:57.180Z Compiling fs-err v3.3.0
16532026-08-14T17:07:57.219Z Compiling foldhash v0.1.5
16542026-08-14T17:07:57.313Z Compiling object v0.37.3
16552026-08-14T17:07:57.338Z Compiling managed v0.8.0
16562026-08-14T17:07:57.363Z Compiling jiff-core v0.1.0
16572026-08-14T17:07:57.383Z Compiling base16ct v0.2.0
16582026-08-14T17:07:57.560Z Compiling foldhash v0.2.0
16592026-08-14T17:07:57.595Z Compiling libbz2-rs-sys v0.2.2
16602026-08-14T17:07:57.608Z Compiling same-file v1.0.6
16612026-08-14T17:07:57.812Z Compiling bumpalo v3.20.2
16622026-08-14T17:07:57.830Z Compiling path-slash v0.1.5
16632026-08-14T17:07:57.926Z Compiling bitflags v1.3.2
16642026-08-14T17:07:57.995Z Compiling bzip2 v0.6.1
16652026-08-14T17:07:58.194Z Compiling jiff v0.2.34
16662026-08-14T17:07:58.249Z Compiling strum v0.27.2
16672026-08-14T17:07:58.264Z Compiling zopfli v0.8.3
16682026-08-14T17:07:58.293Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16692026-08-14T17:07:58.395Z Compiling hashbrown v0.16.1
16702026-08-14T17:07:58.458Z Compiling walkdir v2.5.0
16712026-08-14T17:07:58.825Z Compiling sec1 v0.7.3
16722026-08-14T17:07:58.924Z Compiling hashbrown v0.15.5
16732026-08-14T17:07:58.958Z Compiling cargo_metadata v0.23.1
16742026-08-14T17:07:59.007Z Compiling group v0.13.0
16752026-08-14T17:07:59.193Z Compiling test-strategy v0.4.5
16762026-08-14T17:07:59.605Z Compiling dof v0.3.0
16772026-08-14T17:07:59.712Z Compiling hubpack v0.1.2
16782026-08-14T17:07:59.931Z Compiling futures v0.3.32
16792026-08-14T17:08:00.015Z Compiling snafu v0.8.9
16802026-08-14T17:08:00.307Z Compiling phf v0.13.1
16812026-08-14T17:08:00.323Z Compiling signal-hook-mio v0.2.5
16822026-08-14T17:08:00.388Z Compiling cookie_store v0.22.1
16832026-08-14T17:08:00.443Z Compiling serde_with_macros v3.21.0
16842026-08-14T17:08:00.670Z Compiling zstd v0.13.3
16852026-08-14T17:08:00.828Z Compiling reqwest v0.12.28
16862026-08-14T17:08:00.933Z Compiling cipher v0.5.2
16872026-08-14T17:08:01.051Z Compiling postgres-types v0.2.12
16882026-08-14T17:08:01.578Z Compiling usdt-attr-macro v0.6.0
16892026-08-14T17:08:01.617Z Compiling usdt-macro v0.6.0
16902026-08-14T17:08:01.821Z Compiling globset v0.4.18
16912026-08-14T17:08:02.116Z Compiling phf_shared v0.11.3
16922026-08-14T17:08:02.322Z Compiling hkdf v0.12.4
16932026-08-14T17:08:02.369Z Compiling dtrace-parser v0.2.0
16942026-08-14T17:08:02.380Z Compiling ed25519 v2.2.3
16952026-08-14T17:08:02.440Z Compiling byte-wrapper v0.1.0
16962026-08-14T17:08:02.491Z Compiling olpc-cjson v0.1.4
16972026-08-14T17:08:02.505Z Compiling serde-big-array v0.5.1
16982026-08-14T17:08:02.648Z Compiling serde_plain v1.0.2
16992026-08-14T17:08:02.648Z Compiling crypto-bigint v0.5.5
17002026-08-14T17:08:02.765Z Compiling strum_macros v0.26.4
17012026-08-14T17:08:02.829Z Compiling serde_repr v0.1.20
17022026-08-14T17:08:02.844Z Compiling async-recursion v1.1.1
17032026-08-14T17:08:03.100Z Compiling enum-as-inner v0.6.1
17042026-08-14T17:08:03.332Z Compiling pem v3.0.6
17052026-08-14T17:08:03.395Z Compiling float-cmp v0.10.0
17062026-08-14T17:08:03.492Z Compiling thread-id v4.2.2
17072026-08-14T17:08:03.543Z Compiling memmap2 v0.9.10
17082026-08-14T17:08:03.589Z Compiling difflib v0.4.0
17092026-08-14T17:08:03.643Z Compiling predicates-core v1.0.10
17102026-08-14T17:08:03.667Z Compiling data-encoding v2.10.0
17112026-08-14T17:08:03.767Z Compiling either v1.15.0
17122026-08-14T17:08:03.816Z Compiling fixedbitset v0.4.2
17132026-08-14T17:08:04.009Z Compiling cpufeatures v0.3.0
17142026-08-14T17:08:04.041Z Compiling precomputed-hash v0.1.1
17152026-08-14T17:08:04.073Z Compiling whoami v2.1.0
17162026-08-14T17:08:04.135Z Compiling const-oid v0.10.2
17172026-08-14T17:08:04.148Z Compiling typed-path v0.9.3
17182026-08-14T17:08:04.356Z Compiling winnow v1.0.3
17192026-08-14T17:08:04.366Z Compiling static_assertions v1.1.0
17202026-08-14T17:08:04.468Z Compiling keccak v0.1.6
17212026-08-14T17:08:04.553Z Compiling new_debug_unreachable v1.0.6
17222026-08-14T17:08:04.553Z Compiling fixedbitset v0.5.7
17232026-08-14T17:08:04.604Z Compiling normalize-line-endings v0.3.0
17242026-08-14T17:08:04.615Z Compiling strum v0.26.3
17252026-08-14T17:08:04.689Z Compiling predicates v3.1.4
17262026-08-14T17:08:04.733Z Compiling petgraph v0.8.3
17272026-08-14T17:08:04.775Z Compiling sha3 v0.10.8
17282026-08-14T17:08:04.815Z Compiling string_cache v0.8.9
17292026-08-14T17:08:05.043Z Compiling toml_edit v0.22.27
17302026-08-14T17:08:05.156Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17312026-08-14T17:08:05.223Z Compiling digest v0.11.3
17322026-08-14T17:08:05.312Z Compiling toml_parser v1.1.2+spec-1.1.0
17332026-08-14T17:08:05.361Z Compiling tokio-postgres v0.7.16
17342026-08-14T17:08:05.436Z Compiling chacha20 v0.10.0
17352026-08-14T17:08:05.451Z Compiling hickory-proto v0.25.2
17362026-08-14T17:08:05.801Z Compiling itertools v0.13.0
17372026-08-14T17:08:05.932Z Compiling petgraph v0.6.5
17382026-08-14T17:08:06.674Z Compiling usdt v0.6.0
17392026-08-14T17:08:06.937Z Compiling elliptic-curve v0.13.8
17402026-08-14T17:08:07.032Z Compiling usdt-impl v0.5.0
17412026-08-14T17:08:07.337Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17422026-08-14T17:08:07.379Z Compiling ed25519-dalek v2.2.0
17432026-08-14T17:08:07.537Z Compiling crossterm v0.28.1
17442026-08-14T17:08:07.609Z Compiling serde_with v3.21.0
17452026-08-14T17:08:07.899Z Compiling zip v4.6.1
17462026-08-14T17:08:08.354Z Compiling iddqd v0.4.2
17472026-08-14T17:08:08.890Z Compiling similar v2.7.0
17482026-08-14T17:08:09.265Z Compiling crossbeam-epoch v0.9.18
17492026-08-14T17:08:09.464Z Compiling tokio-stream v0.1.18
17502026-08-14T17:08:09.470Z Compiling buf-list v1.1.2
17512026-08-14T17:08:09.592Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17522026-08-14T17:08:09.628Z Compiling openapiv3 v2.2.0
17532026-08-14T17:08:09.727Z Compiling lalrpop-util v0.19.12
17542026-08-14T17:08:09.743Z Compiling peg-runtime v0.8.5
17552026-08-14T17:08:09.888Z Compiling thread_local v1.1.9
17562026-08-14T17:08:09.891Z Compiling slog-async v2.8.0
17572026-08-14T17:08:09.920Z Compiling crossbeam-channel v0.5.15
17582026-08-14T17:08:10.021Z Compiling is-terminal v0.4.17
17592026-08-14T17:08:10.122Z Compiling filetime v0.2.27
17602026-08-14T17:08:10.138Z Compiling take_mut v0.2.2
17612026-08-14T17:08:10.153Z Compiling xattr v1.6.1
17622026-08-14T17:08:10.213Z Compiling term v1.2.1
17632026-08-14T17:08:10.245Z Compiling camino-tempfile v1.4.1
17642026-08-14T17:08:10.292Z Compiling tar v0.4.46
17652026-08-14T17:08:10.465Z Compiling slog-term v2.9.2
17662026-08-14T17:08:16.701Z Compiling rustls-webpki v0.103.13
17672026-08-14T17:08:19.403Z Compiling tokio-rustls v0.26.4
17682026-08-14T17:08:19.403Z Compiling rustls-platform-verifier v0.6.2
17692026-08-14T17:08:19.403Z Compiling tough v0.22.0
17702026-08-14T17:08:19.615Z Compiling hyper-rustls v0.27.7
17712026-08-14T17:08:19.815Z Compiling reqwest v0.13.2
17722026-08-14T17:08:22.012Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17732026-08-14T17:08:22.224Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17742026-08-14T17:08:25.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17752026-08-14T17:08:25.299Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17762026-08-14T17:08:25.359ZAug 14 17:08:24.101 INFO Starting download, target: Clickhouse
17772026-08-14T17:08:25.359ZAug 14 17:08:24.101 INFO Starting download, target: Cockroach
17782026-08-14T17:08:25.359ZAug 14 17:08:24.101 INFO Starting download, target: Console
17792026-08-14T17:08:25.359ZAug 14 17:08:24.101 INFO Starting download, target: DendriteStub
17802026-08-14T17:08:25.359ZAug 14 17:08:24.101 INFO Starting download, target: MaghemiteMgd
17812026-08-14T17:08:25.365ZAug 14 17:08:24.101 INFO Starting download, target: MaghemiteDdmd
17822026-08-14T17:08:25.365ZAug 14 17:08:24.101 INFO Starting download, target: TransceiverControl
17832026-08-14T17:08:25.365ZAug 14 17:08:24.101 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17842026-08-14T17:08:25.365ZAug 14 17:08:24.101 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17852026-08-14T17:08:25.365ZAug 14 17:08:24.102 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17862026-08-14T17:08:25.365ZAug 14 17:08:24.102 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17872026-08-14T17:08:25.365ZAug 14 17:08:24.102 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17882026-08-14T17:08:25.366ZAug 14 17:08:24.102 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17892026-08-14T17:08:25.366ZAug 14 17:08:24.102 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17902026-08-14T17:08:25.731ZAug 14 17:08:24.470 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17912026-08-14T17:08:26.221ZAug 14 17:08:24.675 INFO Download complete, target: TransceiverControl
17922026-08-14T17:08:27.150ZAug 14 17:08:25.892 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17932026-08-14T17:08:27.389ZAug 14 17:08:26.131 INFO Download complete, target: Console
17942026-08-14T17:08:28.155ZAug 14 17:08:26.897 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17952026-08-14T17:08:29.820ZAug 14 17:08:28.562 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17962026-08-14T17:08:29.905ZAug 14 17:08:28.643 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17972026-08-14T17:08:30.337ZAug 14 17:08:29.077 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17982026-08-14T17:08:30.815ZAug 14 17:08:29.557 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17992026-08-14T17:08:30.815ZAug 14 17:08:29.557 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18002026-08-14T17:08:31.828ZAug 14 17:08:30.566 INFO Download complete, target: MaghemiteDdmd
18012026-08-14T17:08:32.345ZAug 14 17:08:31.086 INFO Download complete, target: DendriteStub
18022026-08-14T17:08:32.797ZAug 14 17:08:31.540 INFO Download complete, target: MaghemiteMgd
18032026-08-14T17:08:34.776ZAug 14 17:08:33.518 INFO Checking that binary works, target: Clickhouse
18042026-08-14T17:08:34.887ZAug 14 17:08:33.629 INFO Download complete, target: Clickhouse
18052026-08-14T17:08:35.392ZAug 14 17:08:34.134 INFO Checking that binary works, target: Cockroach
18062026-08-14T17:08:35.507ZAug 14 17:08:34.249 INFO Download complete, target: Cockroach
18072026-08-14T17:08:35.524ZAll builder prerequisites installed successfully, and PATH looks valid
18082026-08-14T17:08:35.527Z
18092026-08-14T17:08:35.527Zreal 2:15.746321481
18102026-08-14T17:08:35.527Zuser 7:09.681138586
18112026-08-14T17:08:35.527Zsys 1:25.168159163
18122026-08-14T17:08:35.527Ztrap 0.249109174
18132026-08-14T17:08:35.527Ztflt 0.515396911
18142026-08-14T17:08:35.527Zdflt 0.984052342
18152026-08-14T17:08:35.527Zkflt 0.026612598
18162026-08-14T17:08:35.527Zlock 27:13.463436829
18172026-08-14T17:08:35.527Zslp 21:48.506864852
18182026-08-14T17:08:35.527Zlat 47.662398085
18192026-08-14T17:08:35.527Zstop 2:42.850376976
18202026-08-14T17:08:35.527Z+ banner clippy
18212026-08-14T17:08:35.527Z
18222026-08-14T17:08:35.527Z #### # # ##### ##### # #
18232026-08-14T17:08:35.527Z # # # # # # # # # #
18242026-08-14T17:08:35.527Z # # # # # # # #
18252026-08-14T17:08:35.528Z # # # ##### ##### #
18262026-08-14T17:08:35.528Z # # # # # # #
18272026-08-14T17:08:35.528Z #### ###### # # # #
18282026-08-14T17:08:35.528Z
18292026-08-14T17:08:35.528Z+ export CARGO_INCREMENTAL=0
18302026-08-14T17:08:35.528Z+ CARGO_INCREMENTAL=0
18312026-08-14T17:08:35.528Z+ ptime -m cargo xtask clippy
18322026-08-14T17:08:35.998Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18332026-08-14T17:08:36.273Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18342026-08-14T17:08:38.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18352026-08-14T17:08:38.125Z Running `target/debug/xtask clippy`
18362026-08-14T17:08:38.154Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18372026-08-14T17:08:38.729Z Downloading crates ...
18382026-08-14T17:08:38.904Z Downloaded assert_cmd v2.1.2
18392026-08-14T17:08:38.907Z Downloaded assert-json-diff v2.0.2
18402026-08-14T17:08:38.907Z Downloaded criterion-plot v0.6.0
18412026-08-14T17:08:38.907Z Downloaded cast v0.3.0
18422026-08-14T17:08:38.907Z Downloaded anes v0.1.6
18432026-08-14T17:08:38.911Z Downloaded constant_time_eq v0.3.1
18442026-08-14T17:08:38.911Z Downloaded async-object-pool v0.2.0
18452026-08-14T17:08:38.911Z Downloaded approx v0.5.1
18462026-08-14T17:08:38.911Z Downloaded blake2b_simd v1.0.4
18472026-08-14T17:08:38.914Z Downloaded backtrace-ext v0.2.1
18482026-08-14T17:08:38.914Z Downloaded addr2line v0.25.1
18492026-08-14T17:08:38.914Z Downloaded datatest-stable v0.3.3
18502026-08-14T17:08:38.918Z Downloaded cfg-expr v0.20.6
18512026-08-14T17:08:38.918Z Downloaded async-lock v3.4.2
18522026-08-14T17:08:38.918Z Downloaded concurrent-queue v2.5.0
18532026-08-14T17:08:38.921Z Downloaded escape8259 v0.5.3
18542026-08-14T17:08:38.921Z Downloaded backtrace v0.3.76
18552026-08-14T17:08:38.924Z Downloaded chumsky v0.9.3
18562026-08-14T17:08:38.925Z Downloaded event-listener-strategy v0.5.4
18572026-08-14T17:08:38.925Z Downloaded futures-timer v3.0.3
18582026-08-14T17:08:38.928Z Downloaded criterion v0.7.0
18592026-08-14T17:08:38.931Z Downloaded event-listener v5.4.1
18602026-08-14T17:08:38.931Z Downloaded guppy-workspace-hack v0.1.0
18612026-08-14T17:08:38.931Z Downloaded fancy-regex v0.14.0
18622026-08-14T17:08:38.936Z Downloaded hex-literal v0.4.1
18632026-08-14T17:08:38.936Z Downloaded httptest v0.16.4
18642026-08-14T17:08:38.936Z Downloaded hickory-client v0.25.2
18652026-08-14T17:08:38.936Z Downloaded linkme-impl v0.3.35
18662026-08-14T17:08:38.940Z Downloaded miette-derive v5.10.0
18672026-08-14T17:08:38.940Z Downloaded nested v0.1.1
18682026-08-14T17:08:38.940Z Downloaded knuffel-derive v3.2.0
18692026-08-14T17:08:38.940Z Downloaded linkme v0.3.35
18702026-08-14T17:08:38.940Z Downloaded libtest-mimic v0.8.1
18712026-08-14T17:08:38.940Z Downloaded oorandom v11.1.5
18722026-08-14T17:08:38.943Z Downloaded parking v2.2.1
18732026-08-14T17:08:38.943Z Downloaded pathdiff v0.2.3
18742026-08-14T17:08:38.943Z Downloaded plotters-backend v0.3.7
18752026-08-14T17:08:38.944Z Downloaded plotters-svg v0.3.7
18762026-08-14T17:08:38.944Z Downloaded path-tree v0.8.3
18772026-08-14T17:08:38.944Z Downloaded owo-colors v3.5.0
18782026-08-14T17:08:38.947Z Downloaded gimli v0.32.3
18792026-08-14T17:08:38.950Z Downloaded knuffel v3.2.0
18802026-08-14T17:08:38.950Z Downloaded partial-io v0.5.4
18812026-08-14T17:08:38.953Z Downloaded proc-macro-crate v3.4.0
18822026-08-14T17:08:38.953Z Downloaded relative-path v1.9.3
18832026-08-14T17:08:38.953Z Downloaded rustc-demangle v0.1.27
18842026-08-14T17:08:38.953Z Downloaded serde_regex v1.1.0
18852026-08-14T17:08:38.957Z Downloaded supports-hyperlinks v2.1.0
18862026-08-14T17:08:38.957Z Downloaded rust-argon2 v2.1.0
18872026-08-14T17:08:38.957Z Downloaded similar-asserts v1.7.0
18882026-08-14T17:08:38.957Z Downloaded hashbrown v0.14.5
18892026-08-14T17:08:38.960Z Downloaded miette v5.10.0
18902026-08-14T17:08:38.964Z Downloaded target-triple v1.0.0
18912026-08-14T17:08:38.964Z Downloaded stringmetrics v2.2.2
18922026-08-14T17:08:38.964Z Downloaded supports-color v2.1.0
18932026-08-14T17:08:38.964Z Downloaded rstest v0.25.0
18942026-08-14T17:08:38.967Z Downloaded guppy v0.17.25
18952026-08-14T17:08:38.971Z Downloaded terminal_size v0.1.17
18962026-08-14T17:08:38.971Z Downloaded supports-unicode v2.1.0
18972026-08-14T17:08:38.971Z Downloaded rand_distr v0.5.1
18982026-08-14T17:08:38.974Z Downloaded rstest_macros v0.25.0
18992026-08-14T17:08:38.974Z Downloaded termcolor v1.4.1
19002026-08-14T17:08:38.977Z Downloaded tinytemplate v1.2.1
19012026-08-14T17:08:38.977Z Downloaded target-spec v3.5.7
19022026-08-14T17:08:38.977Z Downloaded target-lexicon v0.13.3
19032026-08-14T17:08:38.977Z Downloaded toml_datetime v0.7.5+spec-1.1.0
19042026-08-14T17:08:38.982Z Downloaded textwrap v0.15.2
19052026-08-14T17:08:38.983Z Downloaded trybuild v1.0.116
19062026-08-14T17:08:38.983Z Downloaded plotters v0.3.7
19072026-08-14T17:08:38.985Z Downloaded toml_edit v0.23.10+spec-1.0.0
19082026-08-14T17:08:39.061Z Downloaded httpmock v0.8.3
19092026-08-14T17:08:40.817Z Checking cfg-if v1.0.4
19102026-08-14T17:08:41.185Z Checking libc v0.2.185
19112026-08-14T17:08:41.188Z Checking serde_core v1.0.228
19122026-08-14T17:08:41.258Z Checking memchr v2.8.0
19132026-08-14T17:08:41.299Z Checking smallvec v1.15.1
19142026-08-14T17:08:41.331Z Checking zeroize v1.9.0
19152026-08-14T17:08:41.365Z Checking rand_core v0.10.0
19162026-08-14T17:08:41.401Z Checking itoa v1.0.17
19172026-08-14T17:08:41.439Z Checking subtle v2.6.1
19182026-08-14T17:08:41.510Z Checking log v0.4.29
19192026-08-14T17:08:41.547Z Checking libm v0.2.16
19202026-08-14T17:08:41.593Z Checking typenum v1.20.1
19212026-08-14T17:08:41.634Z Checking getrandom v0.4.1
19222026-08-14T17:08:41.634Z Checking errno v0.3.14
19232026-08-14T17:08:41.702Z Checking scopeguard v1.2.0
19242026-08-14T17:08:41.738Z Checking zmij v1.0.21
19252026-08-14T17:08:41.738Z Checking stable_deref_trait v1.2.1
19262026-08-14T17:08:41.806Z Checking zerofrom v0.1.6
19272026-08-14T17:08:41.846Z Checking lock_api v0.4.14
19282026-08-14T17:08:41.885Z Checking percent-encoding v2.3.2
19292026-08-14T17:08:41.888Z Checking litemap v0.8.1
19302026-08-14T17:08:41.954Z Checking yoke v0.8.1
19312026-08-14T17:08:41.987Z Checking writeable v0.6.2
19322026-08-14T17:08:42.053Z Checking icu_properties_data v2.1.2
19332026-08-14T17:08:42.091Z Checking icu_normalizer_data v2.1.1
19342026-08-14T17:08:42.126Z Checking form_urlencoded v1.2.2
19352026-08-14T17:08:42.162Z Checking zerovec v0.11.5
19362026-08-14T17:08:42.197Z Checking zerotrie v0.2.3
19372026-08-14T17:08:42.228Z Checking utf8_iter v1.0.4
19382026-08-14T17:08:42.264Z Checking num-traits v0.2.19
19392026-08-14T17:08:42.304Z Checking pin-project-lite v0.2.17
19402026-08-14T17:08:42.341Z Checking zerocopy v0.8.40
19412026-08-14T17:08:42.380Z Checking parking_lot_core v0.9.12
19422026-08-14T17:08:42.417Z Checking portable-atomic v1.13.1
19432026-08-14T17:08:42.454Z Checking critical-section v1.2.0
19442026-08-14T17:08:42.500Z Checking signal-hook-registry v1.4.8
19452026-08-14T17:08:42.585Z Checking parking_lot v0.12.5
19462026-08-14T17:08:42.619Z Checking mio v1.2.0
19472026-08-14T17:08:42.656Z Checking tinystr v0.8.2
19482026-08-14T17:08:42.688Z Checking potential_utf v0.1.4
19492026-08-14T17:08:42.764Z Checking serde v1.0.228
19502026-08-14T17:08:42.801Z Checking serde_json v1.0.151
19512026-08-14T17:08:42.803Z Checking bitflags v2.11.0
19522026-08-14T17:08:42.868Z Checking icu_collections v2.1.1
19532026-08-14T17:08:42.871Z Checking icu_locale_core v2.1.1
19542026-08-14T17:08:42.872Z Checking once_cell v1.21.3
19552026-08-14T17:08:42.972Z Checking iana-time-zone v0.1.65
19562026-08-14T17:08:43.025Z Checking socket2 v0.6.3
19572026-08-14T17:08:43.115Z Checking uuid v1.23.4
19582026-08-14T17:08:43.161Z Checking bytes v1.11.1
19592026-08-14T17:08:43.161Z Checking chrono v0.4.45
19602026-08-14T17:08:43.241Z Checking semver v1.0.28
19612026-08-14T17:08:43.307Z Checking thiserror v2.0.18
19622026-08-14T17:08:43.456Z Checking dyn-clone v1.0.20
19632026-08-14T17:08:43.506Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19642026-08-14T17:08:43.506Z Checking futures-core v0.3.32
19652026-08-14T17:08:43.506Z Checking equivalent v1.0.2
19662026-08-14T17:08:43.609Z Checking rustix v1.1.3
19672026-08-14T17:08:43.613Z Checking icu_provider v2.1.1
19682026-08-14T17:08:43.676Z Checking getrandom v0.2.17
19692026-08-14T17:08:43.681Z Checking tokio v1.52.1
19702026-08-14T17:08:43.707Z Checking cmov v0.5.4
19712026-08-14T17:08:43.842Z Checking futures-sink v0.3.32
19722026-08-14T17:08:43.878Z Checking rand_core v0.6.4
19732026-08-14T17:08:43.912Z Checking icu_normalizer v2.1.1
19742026-08-14T17:08:43.947Z Checking icu_properties v2.1.2
19752026-08-14T17:08:43.981Z Checking ctutils v0.4.2
19762026-08-14T17:08:44.078Z Checking byteorder v1.5.0
19772026-08-14T17:08:44.081Z Checking futures-channel v0.3.32
19782026-08-14T17:08:44.212Z Checking hybrid-array v0.4.13
19792026-08-14T17:08:44.249Z Checking getrandom v0.3.4
19802026-08-14T17:08:44.323Z Checking futures-io v0.3.32
19812026-08-14T17:08:44.365Z Checking slab v0.4.12
19822026-08-14T17:08:44.424Z Checking futures-task v0.3.32
19832026-08-14T17:08:44.463Z Checking generic-array v0.14.7
19842026-08-14T17:08:44.499Z Checking hashbrown v0.17.0
19852026-08-14T17:08:44.543Z Checking thiserror v1.0.69
19862026-08-14T17:08:44.591Z Checking futures-util v0.3.32
19872026-08-14T17:08:44.668Z Checking fnv v1.0.7
19882026-08-14T17:08:44.768Z Checking idna_adapter v1.2.1
19892026-08-14T17:08:44.803Z Checking regex-syntax v0.8.10
19902026-08-14T17:08:44.914Z Checking idna v1.1.0
19912026-08-14T17:08:44.950Z Checking const-oid v0.9.6
19922026-08-14T17:08:44.993Z Checking crypto-common v0.2.2
19932026-08-14T17:08:45.002Z Checking indexmap v2.14.0
19942026-08-14T17:08:45.109Z Checking ppv-lite86 v0.2.21
19952026-08-14T17:08:45.179Z Checking url v2.5.8
19962026-08-14T17:08:45.424Z Checking base64ct v1.8.3
19972026-08-14T17:08:45.597Z Checking crypto-common v0.1.7
19982026-08-14T17:08:45.634Z Checking block-buffer v0.12.1
19992026-08-14T17:08:45.669Z Checking block-buffer v0.10.4
20002026-08-14T17:08:45.673Z Checking schemars v0.8.22
20012026-08-14T17:08:45.738Z Checking base64 v0.22.1
20022026-08-14T17:08:45.773Z Checking utf8parse v0.2.2
20032026-08-14T17:08:45.816Z Checking anstyle v1.0.14
20042026-08-14T17:08:45.852Z Checking digest v0.10.7
20052026-08-14T17:08:45.894Z Checking http v1.4.2
20062026-08-14T17:08:45.990Z Checking tracing-core v0.1.36
20072026-08-14T17:08:46.026Z Checking colorchoice v1.0.4
20082026-08-14T17:08:46.073Z Checking anstyle-query v1.1.5
20092026-08-14T17:08:46.108Z Checking is_terminal_polyfill v1.70.2
20102026-08-14T17:08:46.151Z Checking rand_core v0.9.5
20112026-08-14T17:08:46.192Z Checking const-oid v0.10.2
20122026-08-14T17:08:46.229Z Checking anstyle-parse v1.0.0
20132026-08-14T17:08:46.323Z Checking tracing v0.1.44
20142026-08-14T17:08:46.360Z Checking terminal_size v0.4.3
20152026-08-14T17:08:46.363Z Checking rand_chacha v0.9.0
20162026-08-14T17:08:46.427Z Checking ipnet v2.11.0
20172026-08-14T17:08:46.430Z Checking anstream v1.0.0
20182026-08-14T17:08:46.496Z Checking aho-corasick v1.1.4
20192026-08-14T17:08:46.499Z Checking clap_lex v1.0.0
20202026-08-14T17:08:46.499Z Checking strsim v0.11.1
20212026-08-14T17:08:46.592Z Checking crossbeam-utils v0.8.21
20222026-08-14T17:08:46.627Z Checking rand v0.9.2
20232026-08-14T17:08:46.683Z Checking unicode-ident v1.0.24
20242026-08-14T17:08:46.723Z Checking erased-serde v0.3.31
20252026-08-14T17:08:46.737Z Checking powerfmt v0.2.0
20262026-08-14T17:08:46.786Z Checking clap_builder v4.6.0
20272026-08-14T17:08:46.824Z Checking proc-macro2 v1.0.106
20282026-08-14T17:08:46.895Z Checking deranged v0.5.8
20292026-08-14T17:08:46.946Z Checking digest v0.11.3
20302026-08-14T17:08:46.983Z Checking tokio-util v0.7.18
20312026-08-14T17:08:47.114Z Checking time-core v0.1.8
20322026-08-14T17:08:47.150Z Checking num_threads v0.1.7
20332026-08-14T17:08:47.153Z Checking quote v1.0.45
20342026-08-14T17:08:47.219Z Checking slog v2.8.2
20352026-08-14T17:08:47.222Z Checking regex-automata v0.4.14
20362026-08-14T17:08:47.290Z Checking num-conv v0.2.0
20372026-08-14T17:08:47.293Z Checking fastrand v2.3.0
20382026-08-14T17:08:47.373Z Checking allocator-api2 v0.2.21
20392026-08-14T17:08:47.467Z Checking cpufeatures v0.3.0
20402026-08-14T17:08:47.499Z Checking syn v2.0.117
20412026-08-14T17:08:47.502Z Checking httparse v1.10.1
20422026-08-14T17:08:47.577Z Checking anyhow v1.0.102
20432026-08-14T17:08:47.615Z Checking cpufeatures v0.2.17
20442026-08-14T17:08:47.680Z Checking tempfile v3.25.0
20452026-08-14T17:08:47.715Z Checking ipnetwork v0.21.1
20462026-08-14T17:08:47.762Z Checking aws-lc-sys v0.40.0
20472026-08-14T17:08:47.801Z Checking rustls-pki-types v1.14.0
20482026-08-14T17:08:47.837Z Checking time v0.3.47
20492026-08-14T17:08:47.902Z Checking untrusted v0.7.1
20502026-08-14T17:08:47.952Z Checking http-body v1.0.1
20512026-08-14T17:08:48.025Z Checking clap v4.6.1
20522026-08-14T17:08:48.061Z Checking atomic-waker v1.1.2
20532026-08-14T17:08:48.112Z Checking hex v0.4.3
20542026-08-14T17:08:48.149Z Checking httpdate v1.0.3
20552026-08-14T17:08:48.153Z Checking try-lock v0.2.5
20562026-08-14T17:08:48.220Z Checking h2 v0.4.15
20572026-08-14T17:08:48.294Z Checking aws-lc-rs v1.16.3
20582026-08-14T17:08:48.329Z Checking want v0.3.1
20592026-08-14T17:08:48.333Z Checking ryu v1.0.23
20602026-08-14T17:08:48.398Z Checking tower-layer v0.3.3
20612026-08-14T17:08:48.479Z Checking untrusted v0.9.0
20622026-08-14T17:08:48.526Z Checking tower-service v0.3.3
20632026-08-14T17:08:48.576Z Checking pem-rfc7468 v0.7.0
20642026-08-14T17:08:48.616Z Checking spin v0.9.8
20652026-08-14T17:08:48.653Z Checking flagset v0.4.7
20662026-08-14T17:08:48.759Z Checking socket2 v0.5.10
20672026-08-14T17:08:48.804Z Checking der v0.7.10
20682026-08-14T17:08:48.849Z Checking mime v0.3.17
20692026-08-14T17:08:48.996Z Checking simd-adler32 v0.3.8
20702026-08-14T17:08:49.031Z Checking block-padding v0.4.2
20712026-08-14T17:08:49.065Z Checking adler2 v2.0.1
20722026-08-14T17:08:49.130Z Checking pretty-hex v0.4.1
20732026-08-14T17:08:49.167Z Checking rustls-webpki v0.103.13
20742026-08-14T17:08:49.204Z Checking http-body-util v0.1.3
20752026-08-14T17:08:49.207Z Checking miniz_oxide v0.8.9
20762026-08-14T17:08:49.207Z Checking inout v0.2.2
20772026-08-14T17:08:49.271Z Checking oxnet v0.1.6
20782026-08-14T17:08:49.444Z Checking camino v1.2.2
20792026-08-14T17:08:49.484Z Checking plain v0.2.3
20802026-08-14T17:08:49.559Z Checking ucd-trie v0.1.7
20812026-08-14T17:08:49.599Z Checking rustls v0.23.41
20822026-08-14T17:08:49.633Z Checking openssl-probe v0.2.1
20832026-08-14T17:08:49.636Z Checking cipher v0.5.2
20842026-08-14T17:08:49.715Z Checking pest v2.8.6
20852026-08-14T17:08:49.767Z Checking regex v1.12.3
20862026-08-14T17:08:49.791Z Checking serde_urlencoded v0.7.1
20872026-08-14T17:08:49.795Z Checking rand_chacha v0.3.1
20882026-08-14T17:08:49.852Z Checking encoding_rs v0.8.35
20892026-08-14T17:08:49.921Z Checking spki v0.7.3
20902026-08-14T17:08:50.017Z Checking futures-executor v0.3.32
20912026-08-14T17:08:50.053Z Checking rand v0.8.6
20922026-08-14T17:08:50.056Z Checking crc32fast v1.5.0
20932026-08-14T17:08:50.120Z Checking either v1.15.0
20942026-08-14T17:08:50.189Z Checking futures v0.3.32
20952026-08-14T17:08:50.251Z Checking sync_wrapper v1.0.2
20962026-08-14T17:08:50.293Z Checking pkcs8 v0.10.2
20972026-08-14T17:08:50.339Z Checking static_assertions v1.1.0
20982026-08-14T17:08:50.382Z Checking tower v0.5.3
20992026-08-14T17:08:50.438Z Checking foldhash v0.2.0
21002026-08-14T17:08:50.483Z Checking iri-string v0.7.10
21012026-08-14T17:08:50.599Z Checking openapiv3 v2.2.0
21022026-08-14T17:08:50.630Z Checking hashbrown v0.16.1
21032026-08-14T17:08:50.776Z Checking zlib-rs v0.6.2
21042026-08-14T17:08:50.811Z Checking bit-vec v0.8.0
21052026-08-14T17:08:50.846Z Checking sha2 v0.10.9
21062026-08-14T17:08:51.034Z Checking bit-set v0.8.0
21072026-08-14T17:08:51.037Z Checking hyper v1.10.1
21082026-08-14T17:08:51.138Z Checking hubpack v0.1.2
21092026-08-14T17:08:51.175Z Checking wait-timeout v0.2.1
21102026-08-14T17:08:51.211Z Checking rustls-native-certs v0.8.3
21112026-08-14T17:08:51.323Z Checking lazy_static v1.5.0
21122026-08-14T17:08:51.361Z Checking quick-error v1.2.3
21132026-08-14T17:08:51.395Z Checking tinyvec_macros v0.1.1
21142026-08-14T17:08:51.442Z Checking psl-types v2.0.11
21152026-08-14T17:08:51.486Z Checking rusty-fork v0.3.1
21162026-08-14T17:08:51.489Z Checking tinyvec v1.10.0
21172026-08-14T17:08:51.555Z Checking tower-http v0.6.8
21182026-08-14T17:08:51.591Z Checking publicsuffix v2.3.0
21192026-08-14T17:08:51.666Z Checking flate2 v1.1.9
21202026-08-14T17:08:51.702Z Checking cookie v0.18.1
21212026-08-14T17:08:51.774Z Checking rand_xorshift v0.4.0
21222026-08-14T17:08:51.855Z Checking strum v0.26.3
21232026-08-14T17:08:51.858Z Checking tokio-rustls v0.26.4
21242026-08-14T17:08:51.858Z Checking unarray v0.1.4
21252026-08-14T17:08:51.955Z Checking rustls-platform-verifier v0.6.2
21262026-08-14T17:08:51.958Z Checking cookie_store v0.22.1
21272026-08-14T17:08:51.958Z Checking signature v2.2.0
21282026-08-14T17:08:52.052Z Checking proptest v1.11.0
21292026-08-14T17:08:52.084Z Checking hyper-util v0.1.20
21302026-08-14T17:08:52.087Z Checking num-integer v0.1.46
21312026-08-14T17:08:52.087Z Checking scroll v0.13.0
21322026-08-14T17:08:52.183Z Checking memmap2 v0.9.10
21332026-08-14T17:08:52.185Z Checking dtrace-parser v0.3.0
21342026-08-14T17:08:52.185Z Checking anstyle-parse v0.2.7
21352026-08-14T17:08:52.324Z Checking ahash v0.8.12
21362026-08-14T17:08:52.359Z Checking toml_datetime v0.6.11
21372026-08-14T17:08:52.394Z Checking serde_spanned v0.6.9
21382026-08-14T17:08:52.397Z Checking goblin v0.10.5
21392026-08-14T17:08:52.460Z Checking thread-id v5.1.0
21402026-08-14T17:08:52.494Z Checking base64 v0.21.7
21412026-08-14T17:08:52.541Z Checking data-encoding v2.10.0
21422026-08-14T17:08:52.544Z Checking anstream v0.6.21
21432026-08-14T17:08:52.612Z Checking bstr v1.12.1
21442026-08-14T17:08:52.615Z Checking hmac v0.12.1
21452026-08-14T17:08:52.742Z Checking x509-cert v0.2.5
21462026-08-14T17:08:52.802Z Checking crossbeam-epoch v0.9.18
21472026-08-14T17:08:52.805Z Checking memoffset v0.9.1
21482026-08-14T17:08:52.872Z Checking num-iter v0.1.45
21492026-08-14T17:08:52.943Z Checking scroll v0.12.0
21502026-08-14T17:08:53.006Z Checking zerocopy v0.7.35
21512026-08-14T17:08:53.043Z Checking rustix v0.38.44
21522026-08-14T17:08:53.077Z Checking env_filter v1.0.0
21532026-08-14T17:08:53.203Z Checking goblin v0.8.2
21542026-08-14T17:08:53.249Z Checking tap v1.0.1
21552026-08-14T17:08:53.375Z Checking unicode-segmentation v1.12.0
21562026-08-14T17:08:53.379Z Checking hyper-rustls v0.27.7
21572026-08-14T17:08:53.442Z Checking wyz v0.5.1
21582026-08-14T17:08:53.538Z Checking env_logger v0.11.9
21592026-08-14T17:08:53.632Z Checking reqwest v0.13.2
21602026-08-14T17:08:53.669Z Checking num-bigint-dig v0.8.6
21612026-08-14T17:08:53.711Z Checking nix v0.31.2
21622026-08-14T17:08:53.751Z Checking dtrace-parser v0.2.0
21632026-08-14T17:08:53.850Z Checking newtype-uuid v1.3.2
21642026-08-14T17:08:53.888Z Checking pkcs1 v0.7.5
21652026-08-14T17:08:54.011Z Checking ff v0.13.1
21662026-08-14T17:08:54.081Z Checking daft v0.1.7
21672026-08-14T17:08:54.117Z Checking radium v0.7.0
21682026-08-14T17:08:54.166Z Checking thread-id v4.2.2
21692026-08-14T17:08:54.273Z Checking funty v2.0.0
21702026-08-14T17:08:54.318Z Checking same-file v1.0.6
21712026-08-14T17:08:54.354Z Checking crc-catalog v2.4.0
21722026-08-14T17:08:54.463Z Checking base16ct v0.2.0
21732026-08-14T17:08:54.501Z Checking winnow v1.0.3
21742026-08-14T17:08:54.504Z Checking rsa v0.9.10
21752026-08-14T17:08:54.534Z Checking crc v3.4.0
21762026-08-14T17:08:54.608Z Checking bitvec v1.0.1
21772026-08-14T17:08:54.644Z Checking sec1 v0.7.3
21782026-08-14T17:08:54.728Z Checking walkdir v2.5.0
21792026-08-14T17:08:54.764Z Checking dof v0.4.0
21802026-08-14T17:08:54.870Z Checking group v0.13.0
21812026-08-14T17:08:54.918Z Checking hkdf v0.12.4
21822026-08-14T17:08:54.961Z Checking unicode-normalization v0.1.25
21832026-08-14T17:08:55.041Z Checking serde_with v3.21.0
21842026-08-14T17:08:55.079Z Checking crypto-bigint v0.5.5
21852026-08-14T17:08:55.144Z Checking dof v0.3.0
21862026-08-14T17:08:55.144Z Checking zerocopy v0.6.6
21872026-08-14T17:08:55.361Z Checking maybe-uninit v2.0.0
21882026-08-14T17:08:55.399Z Checking foreign-types-shared v0.1.1
21892026-08-14T17:08:55.433Z Checking usdt-impl v0.6.0
21902026-08-14T17:08:55.436Z Checking usdt-impl v0.5.0
21912026-08-14T17:08:55.503Z Checking nodrop v0.1.14
21922026-08-14T17:08:55.506Z Checking winnow v0.5.40
21932026-08-14T17:08:55.506Z Checking keccak v0.1.6
21942026-08-14T17:08:55.618Z Checking foldhash v0.1.5
21952026-08-14T17:08:55.726Z Checking sha3 v0.10.8
21962026-08-14T17:08:55.762Z Checking usdt v0.6.0
21972026-08-14T17:08:55.798Z Checking hashbrown v0.15.5
21982026-08-14T17:08:55.801Z Checking array-init v0.0.4
21992026-08-14T17:08:55.929Z Checking packed_struct v0.10.1
22002026-08-14T17:08:55.967Z Checking foreign-types v0.3.2
22012026-08-14T17:08:55.971Z Checking smallvec v0.6.14
22022026-08-14T17:08:56.033Z Checking elliptic-curve v0.13.8
22032026-08-14T17:08:56.066Z Checking bitfield v0.19.4
22042026-08-14T17:08:56.148Z Checking bzip2-sys v0.1.13+1.0.8
22052026-08-14T17:08:56.207Z Checking openssl-sys v0.9.117
22062026-08-14T17:08:56.262Z Checking hashbrown v0.12.3
22072026-08-14T17:08:56.298Z Checking siphasher v1.0.2
22082026-08-14T17:08:56.358Z Checking bitflags v1.3.2
22092026-08-14T17:08:56.362Z Checking bzip2 v0.4.4
22102026-08-14T17:08:56.460Z Checking serde-hex v0.1.0
22112026-08-14T17:08:56.496Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22122026-08-14T17:08:56.532Z Checking toml_parser v1.1.2+spec-1.1.0
22132026-08-14T17:08:56.581Z Checking ron v0.8.1
22142026-08-14T17:08:56.616Z Checking openssl v0.10.80
22152026-08-14T17:08:56.674Z Checking hashbrown v0.13.2
22162026-08-14T17:08:56.709Z Checking indexmap v1.9.3
22172026-08-14T17:08:56.742Z Checking toml_edit v0.19.15
22182026-08-14T17:08:56.889Z Checking itertools v0.13.0
22192026-08-14T17:08:56.998Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22202026-08-14T17:08:57.040Z Checking signal-hook v0.3.18
22212026-08-14T17:08:57.108Z Checking managed v0.8.0
22222026-08-14T17:08:57.146Z Checking crc-any v2.5.0
22232026-08-14T17:08:57.249Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22242026-08-14T17:08:57.314Z Checking object v0.30.4
22252026-08-14T17:08:57.350Z Checking zip v0.6.6
22262026-08-14T17:08:57.431Z Checking globset v0.4.18
22272026-08-14T17:08:57.693Z Checking chacha20 v0.10.0
22282026-08-14T17:08:57.729Z Checking curve25519-dalek v4.1.3
22292026-08-14T17:08:57.777Z Checking toml v0.7.8
22302026-08-14T17:08:57.940Z Checking object v0.37.3
22312026-08-14T17:08:57.975Z Checking winnow v0.7.14
22322026-08-14T17:08:58.011Z Checking path-slash v0.1.5
22332026-08-14T17:08:58.119Z Checking toml_write v0.1.2
22342026-08-14T17:08:58.158Z Checking signal-hook-mio v0.2.5
22352026-08-14T17:08:58.292Z Checking ed25519 v2.2.3
22362026-08-14T17:08:58.328Z Checking ref-cast v1.0.25
22372026-08-14T17:08:58.455Z Checking pin-project v1.1.11
22382026-08-14T17:08:58.511Z Checking jiff-core v0.1.0
22392026-08-14T17:08:58.547Z Checking ed25519-dalek v2.2.0
22402026-08-14T17:08:58.581Z Checking pem v3.0.6
22412026-08-14T17:08:58.629Z Checking native-tls v0.2.18
22422026-08-14T17:08:58.759Z Checking zstd-sys v2.0.16+zstd.1.5.7
22432026-08-14T17:08:58.806Z Checking fixedbitset v0.5.7
22442026-08-14T17:08:58.844Z Checking tokio-native-tls v0.3.1
22452026-08-14T17:08:58.896Z Checking zstd-safe v7.2.4
22462026-08-14T17:08:59.031Z Checking petgraph v0.8.3
22472026-08-14T17:08:59.036Z Checking hyper-tls v0.6.0
22482026-08-14T17:08:59.095Z Checking snafu v0.8.9
22492026-08-14T17:08:59.201Z Checking jiff v0.2.34
22502026-08-14T17:08:59.238Z Checking crossterm v0.28.1
22512026-08-14T17:08:59.241Z Checking toml_edit v0.22.27
22522026-08-14T17:08:59.367Z Checking similar v2.7.0
22532026-08-14T17:08:59.427Z Checking fs-err v3.3.0
22542026-08-14T17:08:59.767Z Checking hash32 v0.2.1
22552026-08-14T17:08:59.808Z Checking serde_plain v1.0.2
22562026-08-14T17:08:59.960Z Checking serde-big-array v0.5.1
22572026-08-14T17:08:59.995Z Checking unicode-bidi v0.3.18
22582026-08-14T17:08:59.999Z Checking typed-path v0.9.3
22592026-08-14T17:09:00.059Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22602026-08-14T17:09:00.118Z Checking libbz2-rs-sys v0.2.2
22612026-08-14T17:09:00.262Z Checking predicates-core v1.0.10
22622026-08-14T17:09:00.309Z Checking unicode-properties v0.1.4
22632026-08-14T17:09:00.375Z Checking bumpalo v3.20.2
22642026-08-14T17:09:00.411Z Checking heapless v0.7.17
22652026-08-14T17:09:00.521Z Checking stringprep v0.1.5
22662026-08-14T17:09:00.557Z Checking bzip2 v0.6.1
22672026-08-14T17:09:00.603Z Checking zopfli v0.8.3
22682026-08-14T17:09:00.661Z Checking reqwest v0.12.28
22692026-08-14T17:09:00.699Z Checking zstd v0.13.3
22702026-08-14T17:09:00.740Z Checking hickory-proto v0.25.2
22712026-08-14T17:09:00.817Z Checking byte-wrapper v0.1.0
22722026-08-14T17:09:00.856Z Checking md-5 v0.10.6
22732026-08-14T17:09:00.908Z Checking float-cmp v0.10.0
22742026-08-14T17:09:00.951Z Checking fallible-iterator v0.2.0
22752026-08-14T17:09:01.017Z Checking normalize-line-endings v0.3.0
22762026-08-14T17:09:01.055Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22772026-08-14T17:09:01.059Z Checking difflib v0.4.0
22782026-08-14T17:09:01.059Z Checking smoltcp v0.9.1
22792026-08-14T17:09:01.154Z Checking iddqd v0.4.2
22802026-08-14T17:09:01.157Z Checking zip v4.6.1
22812026-08-14T17:09:01.241Z Checking postgres-protocol v0.6.10
22822026-08-14T17:09:01.292Z Checking predicates v3.1.4
22832026-08-14T17:09:01.421Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22842026-08-14T17:09:01.459Z Checking phf_shared v0.11.3
22852026-08-14T17:09:01.583Z Checking phf_shared v0.13.1
22862026-08-14T17:09:01.620Z Checking olpc-cjson v0.1.4
22872026-08-14T17:09:01.654Z Checking tokio-stream v0.1.18
22882026-08-14T17:09:01.721Z Checking strum v0.27.2
22892026-08-14T17:09:01.779Z Checking fixedbitset v0.4.2
22902026-08-14T17:09:01.782Z Checking new_debug_unreachable v1.0.6
22912026-08-14T17:09:01.847Z Checking precomputed-hash v0.1.1
22922026-08-14T17:09:01.880Z Checking lalrpop-util v0.19.12
22932026-08-14T17:09:01.916Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22942026-08-14T17:09:02.002Z Checking petgraph v0.6.5
22952026-08-14T17:09:02.011Z Checking string_cache v0.8.9
22962026-08-14T17:09:02.036Z Checking phf v0.13.1
22972026-08-14T17:09:02.073Z Checking tough v0.22.0
22982026-08-14T17:09:02.077Z Checking postgres-types v0.2.12
22992026-08-14T17:09:02.077Z Checking buf-list v1.1.2
23002026-08-14T17:09:02.173Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23012026-08-14T17:09:02.209Z Checking whoami v2.1.0
23022026-08-14T17:09:02.346Z Checking peg-runtime v0.8.5
23032026-08-14T17:09:02.464Z Checking is-terminal v0.4.17
23042026-08-14T17:09:02.468Z Checking tokio-postgres v0.7.16
23052026-08-14T17:09:02.533Z Checking crossbeam-channel v0.5.15
23062026-08-14T17:09:02.572Z Checking thread_local v1.1.9
23072026-08-14T17:09:02.610Z Checking take_mut v0.2.2
23082026-08-14T17:09:02.743Z Checking term v1.2.1
23092026-08-14T17:09:02.779Z Compiling newtype-uuid-macros v0.1.0
23102026-08-14T17:09:02.887Z Checking slog-async v2.8.0
23112026-08-14T17:09:02.990Z Checking slog-term v2.9.2
23122026-08-14T17:09:03.102Z Checking match_cfg v0.1.0
23132026-08-14T17:09:03.203Z Checking hostname v0.3.1
23142026-08-14T17:09:03.273Z Checking slog-json v2.6.1
23152026-08-14T17:09:03.309Z Compiling multer v3.1.0
23162026-08-14T17:09:03.342Z Compiling async-stream-impl v0.3.6
23172026-08-14T17:09:03.461Z Checking slog-bunyan v2.5.0
23182026-08-14T17:09:03.560Z Compiling dropshot v0.17.1
23192026-08-14T17:09:03.601Z Checking debug-ignore v1.0.5
23202026-08-14T17:09:03.604Z Compiling dropshot_endpoint v0.17.1
23212026-08-14T17:09:03.667Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23222026-08-14T17:09:03.727Z Checking serde_path_to_error v0.1.20
23232026-08-14T17:09:03.810Z Checking progenitor-client v0.14.0
23242026-08-14T17:09:03.855Z Checking sha1 v0.11.0
23252026-08-14T17:09:03.951Z Checking serde_spanned v1.1.1
23262026-08-14T17:09:04.026Z Checking toml_datetime v1.1.1+spec-1.1.0
23272026-08-14T17:09:04.070Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23282026-08-14T17:09:04.073Z Checking compression-core v0.4.31
23292026-08-14T17:09:04.139Z Checking toml_writer v1.1.1+spec-1.1.0
23302026-08-14T17:09:04.173Z Checking async-stream v0.3.6
23312026-08-14T17:09:04.242Z Checking waitgroup v0.1.2
23322026-08-14T17:09:04.307Z Checking compression-codecs v0.4.37
23332026-08-14T17:09:04.340Z Checking toml v1.1.2+spec-1.1.0
23342026-08-14T17:09:04.375Z Checking rustls-pemfile v2.2.0
23352026-08-14T17:09:04.379Z Checking hostname v0.4.2
23362026-08-14T17:09:04.445Z Checking atomicwrites v0.4.4
23372026-08-14T17:09:04.481Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23382026-08-14T17:09:04.519Z Compiling parse-display-derive v0.10.0
23392026-08-14T17:09:04.554Z Checking macaddr v1.0.1
23402026-08-14T17:09:04.557Z Checking async-compression v0.4.41
23412026-08-14T17:09:04.557Z Checking regress v0.10.5
23422026-08-14T17:09:04.655Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23432026-08-14T17:09:04.659Z Checking instant v0.1.13
23442026-08-14T17:09:04.754Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23452026-08-14T17:09:04.801Z Checking itertools v0.14.0
23462026-08-14T17:09:04.863Z Checking backoff v0.4.0
23472026-08-14T17:09:04.915Z Checking backon v1.6.0
23482026-08-14T17:09:05.012Z Checking humantime v2.3.0
23492026-08-14T17:09:05.066Z Checking unicode-width v0.2.0
23502026-08-14T17:09:05.103Z Compiling convert_case v0.4.0
23512026-08-14T17:09:05.107Z Checking progenitor-extras v0.2.0
23522026-08-14T17:09:05.219Z Checking half v2.7.1
23532026-08-14T17:09:05.335Z Checking ciborium-io v0.2.2
23542026-08-14T17:09:05.406Z Checking heck v0.5.0
23552026-08-14T17:09:05.454Z Checking secrecy v0.10.3
23562026-08-14T17:09:05.497Z Compiling derive_more v0.99.20
23572026-08-14T17:09:05.531Z Checking ciborium-ll v0.2.2
23582026-08-14T17:09:05.563Z Checking camino-tempfile v1.4.1
23592026-08-14T17:09:05.601Z Checking indent_write v2.2.0
23602026-08-14T17:09:05.729Z Checking ciborium v0.2.2
23612026-08-14T17:09:05.764Z Compiling regress v0.11.1
23622026-08-14T17:09:05.767Z Compiling crucible-workspace-hack v0.1.0
23632026-08-14T17:09:05.883Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23642026-08-14T17:09:06.078Z Checking inout v0.1.4
23652026-08-14T17:09:06.138Z Checking universal-hash v0.5.1
23662026-08-14T17:09:06.179Z Compiling thiserror-impl-no-std v2.0.2
23672026-08-14T17:09:06.216Z Checking parse-display v0.10.0
23682026-08-14T17:09:06.219Z Checking opaque-debug v0.3.1
23692026-08-14T17:09:06.251Z Checking cipher v0.4.4
23702026-08-14T17:09:06.349Z Checking poly1305 v0.8.0
23712026-08-14T17:09:06.390Z Checking blake2 v0.10.6
23722026-08-14T17:09:06.505Z Checking chacha20 v0.9.1
23732026-08-14T17:09:06.643Z Checking aead v0.5.2
23742026-08-14T17:09:06.677Z Checking password-hash v0.5.0
23752026-08-14T17:09:06.724Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23762026-08-14T17:09:06.809Z Checking chacha20poly1305 v0.10.1
23772026-08-14T17:09:06.927Z Checking argon2 v0.5.3
23782026-08-14T17:09:06.963Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23792026-08-14T17:09:07.154Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23802026-08-14T17:09:07.279Z Compiling unsafe-libyaml v0.2.11
23812026-08-14T17:09:07.309Z Compiling typify-impl v0.6.2
23822026-08-14T17:09:07.350Z Checking thiserror-no-std v2.0.2
23832026-08-14T17:09:07.388Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-08-14T17:09:07.423Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23852026-08-14T17:09:07.464Z Checking vsss-rs v3.3.4
23862026-08-14T17:09:08.069Z Compiling serde_yaml v0.9.34+deprecated
23872026-08-14T17:09:08.137Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-08-14T17:09:08.656Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892026-08-14T17:09:08.886Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-08-14T17:09:09.032Z Checking swrite v0.1.0
23912026-08-14T17:09:09.066Z Checking crossbeam-deque v0.8.6
23922026-08-14T17:09:09.127Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23932026-08-14T17:09:09.166Z Compiling rayon-core v1.13.0
23942026-08-14T17:09:09.166Z Compiling num-derive v0.4.2
23952026-08-14T17:09:09.261Z Compiling proc-macro-crate v1.3.1
23962026-08-14T17:09:09.297Z Compiling proc-macro-error v1.0.4
23972026-08-14T17:09:09.561Z Checking tabwriter v1.4.1
23982026-08-14T17:09:09.632Z Checking glob v0.3.3
23992026-08-14T17:09:09.701Z Compiling num_enum_derive v0.7.6
24002026-08-14T17:09:09.745Z Compiling itertools v0.15.0
24012026-08-14T17:09:09.786Z Checking rayon v1.11.0
24022026-08-14T17:09:09.839Z Compiling heapless v0.8.0
24032026-08-14T17:09:09.878Z Checking hash32 v0.3.1
24042026-08-14T17:09:10.033Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24052026-08-14T17:09:10.138Z Checking colored v3.1.1
24062026-08-14T17:09:10.265Z Compiling smoltcp v0.11.0
24072026-08-14T17:09:10.441Z Checking toml v0.8.23
24082026-08-14T17:09:10.668Z Checking cobs v0.3.0
24092026-08-14T17:09:10.786Z Compiling usdt-macro v0.5.0
24102026-08-14T17:09:10.823Z Checking num_enum v0.7.6
24112026-08-14T17:09:10.827Z Compiling usdt-attr-macro v0.5.0
24122026-08-14T17:09:10.885Z Checking memmap v0.7.0
24132026-08-14T17:09:10.943Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24142026-08-14T17:09:10.979Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24152026-08-14T17:09:11.039Z Checking postcard v1.1.3
24162026-08-14T17:09:11.073Z Compiling ingot-macros v0.2.0
24172026-08-14T17:09:11.219Z Checking rand v0.10.1
24182026-08-14T17:09:11.352Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24192026-08-14T17:09:11.539Z Checking sigpipe v0.1.3
24202026-08-14T17:09:11.590Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24212026-08-14T17:09:11.643Z Compiling foreign-types-macros v0.2.3
24222026-08-14T17:09:11.692Z Checking usdt v0.5.0
24232026-08-14T17:09:11.761Z Checking foreign-types-shared v0.3.1
24242026-08-14T17:09:11.837Z Compiling typify-macro v0.6.2
24252026-08-14T17:09:11.940Z Compiling num_enum_derive v0.5.11
24262026-08-14T17:09:12.004Z Checking cstr-argument v0.1.2
24272026-08-14T17:09:12.041Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24282026-08-14T17:09:12.150Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24292026-08-14T17:09:12.267Z Checking foreign-types v0.5.0
24302026-08-14T17:09:12.376Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24312026-08-14T17:09:12.417Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24322026-08-14T17:09:12.494Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24332026-08-14T17:09:12.616Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24342026-08-14T17:09:12.650Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24352026-08-14T17:09:12.653Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24362026-08-14T17:09:12.681Z Checking itertools v0.12.1
24372026-08-14T17:09:12.785Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24382026-08-14T17:09:12.883Z Compiling zone_cfg_derive v0.3.1
24392026-08-14T17:09:12.997Z Checking num_enum v0.5.11
24402026-08-14T17:09:13.161Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24412026-08-14T17:09:13.227Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24422026-08-14T17:09:13.365Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24432026-08-14T17:09:13.429Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24442026-08-14T17:09:13.616Z Compiling typify v0.6.2
24452026-08-14T17:09:13.686Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24462026-08-14T17:09:13.750Z Compiling progenitor-impl v0.14.0
24472026-08-14T17:09:13.786Z Checking zone v0.3.1
24482026-08-14T17:09:13.786Z Checking smf v0.2.3
24492026-08-14T17:09:13.882Z Checking whoami v1.6.1
24502026-08-14T17:09:13.953Z Checking ingot-types v0.2.0
24512026-08-14T17:09:13.986Z Compiling derive-where v1.6.0
24522026-08-14T17:09:14.073Z Checking tokio-dtrace v0.1.1
24532026-08-14T17:09:14.107Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24542026-08-14T17:09:14.192Z Checking console v0.15.11
24552026-08-14T17:09:14.286Z Checking oxide-tokio-rt v0.1.4
24562026-08-14T17:09:14.343Z Checking ingot v0.2.1
24572026-08-14T17:09:14.490Z Checking newline-converter v0.3.0
24582026-08-14T17:09:14.527Z Checking bytecount v0.6.9
24592026-08-14T17:09:14.634Z Checking expectorate v1.2.0
24602026-08-14T17:09:14.668Z Checking unicode-width v0.1.14
24612026-08-14T17:09:14.703Z Checking num-rational v0.4.2
24622026-08-14T17:09:14.793Z Checking num-complex v0.4.6
24632026-08-14T17:09:14.941Z Checking float-ord v0.3.2
24642026-08-14T17:09:15.001Z Compiling cancel-safe-futures v0.1.5
24652026-08-14T17:09:15.075Z Checking linear-map v1.2.0
24662026-08-14T17:09:15.152Z Checking num v0.4.3
24672026-08-14T17:09:15.267Z Checking gethostname v0.5.0
24682026-08-14T17:09:15.299Z Compiling prettyplease v0.2.37
24692026-08-14T17:09:15.334Z Checking oxide-update-engine-types v0.1.2
24702026-08-14T17:09:15.399Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24712026-08-14T17:09:15.570Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24722026-08-14T17:09:15.815Z Checking resolv-conf v0.7.6
24732026-08-14T17:09:15.850Z Compiling owo-colors v4.3.0
24742026-08-14T17:09:15.958Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24752026-08-14T17:09:15.992Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24762026-08-14T17:09:16.025Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24772026-08-14T17:09:16.188Z Checking unicode-linebreak v0.1.5
24782026-08-14T17:09:16.255Z Checking oxide-update-engine v0.1.2
24792026-08-14T17:09:16.380Z Compiling progenitor-macro v0.14.0
24802026-08-14T17:09:16.455Z Checking smawk v0.3.2
24812026-08-14T17:09:16.613Z Checking papergrid v0.11.0
24822026-08-14T17:09:16.699Z Compiling tabled_derive v0.7.0
24832026-08-14T17:09:16.855Z Compiling convert_case v0.10.0
24842026-08-14T17:09:17.126Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24852026-08-14T17:09:17.222Z Compiling slog-dtrace v0.3.0
24862026-08-14T17:09:17.238Z Compiling derive_more-impl v2.1.1
24872026-08-14T17:09:17.379Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24882026-08-14T17:09:17.674Z Checking tabled v0.15.0
24892026-08-14T17:09:17.723Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24902026-08-14T17:09:17.842Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24912026-08-14T17:09:18.113Z Checking derive_more v2.1.1
24922026-08-14T17:09:18.254Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24932026-08-14T17:09:18.323Z Checking crossterm v0.29.0
24942026-08-14T17:09:18.648Z Checking linked-hash-map v0.5.6
24952026-08-14T17:09:18.842Z Checking lru-cache v0.1.2
24962026-08-14T17:09:19.134Z Checking hickory-proto v0.24.4
24972026-08-14T17:09:19.205Z Checking fd-lock v4.0.4
24982026-08-14T17:09:19.688Z Checking vte v0.14.1
24992026-08-14T17:09:20.177Z Checking strip-ansi-escapes v0.2.1
25002026-08-14T17:09:20.211Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25012026-08-14T17:09:20.215Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25022026-08-14T17:09:20.319Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25032026-08-14T17:09:21.354Z Checking progenitor v0.14.0
25042026-08-14T17:09:21.463Z Checking termtree v0.5.1
25052026-08-14T17:09:21.524Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25062026-08-14T17:09:21.626Z Checking nu-ansi-term v0.50.3
25072026-08-14T17:09:21.860Z Checking reedline v0.40.0
25082026-08-14T17:09:21.949Z Checking hickory-resolver v0.24.4
25092026-08-14T17:09:22.000Z Checking textwrap v0.16.2
25102026-08-14T17:09:22.396Z Compiling minimal-lexical v0.2.1
25112026-08-14T17:09:22.613Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25122026-08-14T17:09:22.679Z Compiling nom v7.1.3
25132026-08-14T17:09:22.714Z Checking qorb v0.4.1
25142026-08-14T17:09:22.889Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25152026-08-14T17:09:23.290Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25162026-08-14T17:09:23.823Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25172026-08-14T17:09:23.956Z Compiling unicode-xid v0.2.6
25182026-08-14T17:09:24.018Z Checking display-error-chain v0.2.2
25192026-08-14T17:09:24.089Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-08-14T17:09:24.124Z Compiling ar_archive_writer v0.5.1
25212026-08-14T17:09:24.188Z Checking csv-core v0.1.13
25222026-08-14T17:09:24.269Z Compiling stacker v0.1.23
25232026-08-14T17:09:24.382Z Checking highway v1.3.0
25242026-08-14T17:09:24.416Z Checking csv v1.4.0
25252026-08-14T17:09:24.552Z Compiling cfg_aliases v0.1.1
25262026-08-14T17:09:24.639Z Compiling semver v0.1.20
25272026-08-14T17:09:24.678Z Compiling nix v0.28.0
25282026-08-14T17:09:24.752Z Checking nibble_vec v0.1.0
25292026-08-14T17:09:24.795Z Checking endian-type v0.1.2
25302026-08-14T17:09:24.798Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25312026-08-14T17:09:24.903Z Compiling rustc_version v0.1.7
25322026-08-14T17:09:24.952Z Checking radix_trie v0.2.1
25332026-08-14T17:09:24.955Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-08-14T17:09:25.019Z Compiling psm v0.1.30
25352026-08-14T17:09:25.099Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25362026-08-14T17:09:25.153Z Compiling newtype_derive v0.1.6
25372026-08-14T17:09:25.189Z Checking phf_shared v0.12.1
25382026-08-14T17:09:25.335Z Compiling recursive-proc-macro-impl v0.1.1
25392026-08-14T17:09:25.369Z Compiling chrono-tz v0.10.4
25402026-08-14T17:09:25.373Z Checking phf v0.12.1
25412026-08-14T17:09:25.667Z Compiling const_format_proc_macros v0.2.34
25422026-08-14T17:09:25.732Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432026-08-14T17:09:25.768Z Compiling peg-macros v0.8.5
25442026-08-14T17:09:25.800Z Checking winnow v0.6.26
25452026-08-14T17:09:25.884Z Compiling sqlparser_derive v0.5.0
25462026-08-14T17:09:25.978Z Checking recursive v0.1.1
25472026-08-14T17:09:26.099Z Checking home v0.5.12
25482026-08-14T17:09:26.272Z Checking unicode_categories v0.1.1
25492026-08-14T17:09:26.524Z Checking const_format v0.2.35
25502026-08-14T17:09:26.565Z Checking rustyline v14.0.0
25512026-08-14T17:09:26.655Z Checking sqlparser v0.61.0
25522026-08-14T17:09:26.940Z Checking sqlformat v0.3.5
25532026-08-14T17:09:27.120Z Checking peg v0.8.5
25542026-08-14T17:09:27.221Z Checking bcs v0.1.6
25552026-08-14T17:09:27.281Z Checking nom v8.0.0
25562026-08-14T17:09:27.396Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25572026-08-14T17:09:27.489Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25582026-08-14T17:09:27.597Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25592026-08-14T17:09:27.632Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25602026-08-14T17:09:27.695Z Checking steno v0.4.1
25612026-08-14T17:09:28.034Z Checking sha1 v0.10.6
25622026-08-14T17:09:28.220Z Checking filetime v0.2.27
25632026-08-14T17:09:28.387Z Checking xattr v1.6.1
25642026-08-14T17:09:28.421Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25652026-08-14T17:09:28.547Z Checking tar v0.4.46
25662026-08-14T17:09:28.623Z Checking subprocess v0.2.15
25672026-08-14T17:09:28.659Z Checking headers-core v0.3.0
25682026-08-14T17:09:28.776Z Checking yasna v0.5.2
25692026-08-14T17:09:28.810Z Checking headers v0.4.1
25702026-08-14T17:09:28.937Z Checking port-file v0.1.0
25712026-08-14T17:09:29.145Z Checking tagptr v0.2.0
25722026-08-14T17:09:29.183Z Checking rcgen v0.12.1
25732026-08-14T17:09:29.323Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25742026-08-14T17:09:29.327Z Checking moka v0.12.13
25752026-08-14T17:09:29.327Z Checking dropshot-api-manager-types v0.7.2
25762026-08-14T17:09:29.522Z Checking utf-8 v0.7.6
25772026-08-14T17:09:29.586Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-08-14T17:09:29.684Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25792026-08-14T17:09:29.769Z Checking tungstenite v0.21.0
25802026-08-14T17:09:30.026Z Checking hickory-resolver v0.25.2
25812026-08-14T17:09:30.062Z Compiling libefi-sys v0.1.0
25822026-08-14T17:09:30.162Z Compiling bitfield-struct v0.6.2
25832026-08-14T17:09:30.215Z Checking tokio-tungstenite v0.21.0
25842026-08-14T17:09:30.522Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25852026-08-14T17:09:30.557Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25862026-08-14T17:09:30.731Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25872026-08-14T17:09:30.768Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-08-14T17:09:30.814Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25892026-08-14T17:09:30.880Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25902026-08-14T17:09:30.922Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25912026-08-14T17:09:30.979Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25922026-08-14T17:09:31.073Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25932026-08-14T17:09:31.104Z Compiling xshell-macros v0.2.7
25942026-08-14T17:09:31.276Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25952026-08-14T17:09:31.330Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25962026-08-14T17:09:31.507Z Checking xshell v0.2.7
25972026-08-14T17:09:31.732Z Checking half v1.8.3
25982026-08-14T17:09:31.791Z Checking libscf-sys v1.2.0
25992026-08-14T17:09:31.860Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26002026-08-14T17:09:31.949Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26012026-08-14T17:09:31.952Z Checking serde_cbor v0.11.2
26022026-08-14T17:09:32.263Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26032026-08-14T17:09:32.298Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26042026-08-14T17:09:32.379Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26052026-08-14T17:09:32.419Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26062026-08-14T17:09:32.471Z Checking papergrid v0.18.0
26072026-08-14T17:09:32.505Z Checking maplit v1.0.2
26082026-08-14T17:09:32.609Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26092026-08-14T17:09:32.612Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26102026-08-14T17:09:33.269Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26112026-08-14T17:09:33.300Z Checking tabled v0.21.0
26122026-08-14T17:09:33.335Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26132026-08-14T17:09:33.450Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26142026-08-14T17:09:33.517Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26152026-08-14T17:09:33.563Z Checking crc8 v0.1.1
26162026-08-14T17:09:33.693Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26172026-08-14T17:09:33.977Z Checking unicase v2.9.0
26182026-08-14T17:09:34.162Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26192026-08-14T17:09:34.351Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26202026-08-14T17:09:34.385Z Checking fxhash v0.2.1
26212026-08-14T17:09:34.416Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26222026-08-14T17:09:34.529Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26232026-08-14T17:09:34.687Z Checking sha2 v0.11.0
26242026-08-14T17:09:34.935Z Compiling darling_core v0.21.3
26252026-08-14T17:09:34.969Z Compiling vergen-lib v0.1.6
26262026-08-14T17:09:35.174Z Compiling diesel_derives v2.3.7
26272026-08-14T17:09:35.442Z Checking scheduled-thread-pool v0.2.7
26282026-08-14T17:09:35.474Z Compiling vergen-gitcl v1.0.8
26292026-08-14T17:09:35.505Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26302026-08-14T17:09:35.508Z Compiling diesel_table_macro_syntax v0.3.0
26312026-08-14T17:09:35.612Z Checking r2d2 v0.8.10
26322026-08-14T17:09:35.765Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26332026-08-14T17:09:35.816Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26342026-08-14T17:09:36.111Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26352026-08-14T17:09:36.193Z Checking downcast-rs v2.0.2
26362026-08-14T17:09:36.345Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26372026-08-14T17:09:36.413Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26382026-08-14T17:09:36.697Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26392026-08-14T17:09:36.893Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26402026-08-14T17:09:37.077Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26412026-08-14T17:09:37.178Z Checking kstat-rs v0.2.5
26422026-08-14T17:09:37.266Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26432026-08-14T17:09:37.403Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26442026-08-14T17:09:37.491Z Compiling darling_macro v0.21.3
26452026-08-14T17:09:37.661Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26462026-08-14T17:09:37.781Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26472026-08-14T17:09:38.021Z Compiling darling v0.21.3
26482026-08-14T17:09:38.144Z Compiling dsl_auto_type v0.2.0
26492026-08-14T17:09:38.242Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26502026-08-14T17:09:38.583Z Compiling dirs-sys-next v0.1.2
26512026-08-14T17:09:38.901Z Compiling parking_lot_core v0.8.6
26522026-08-14T17:09:39.026Z Compiling crunchy v0.2.4
26532026-08-14T17:09:39.061Z Compiling dirs-next v2.0.0
26542026-08-14T17:09:39.210Z Compiling clang-sys v1.8.1
26552026-08-14T17:09:39.251Z Compiling git-stub v1.0.0
26562026-08-14T17:09:39.284Z Compiling tiny-keccak v2.0.2
26572026-08-14T17:09:39.474Z Compiling git-stub-vcs v0.1.0
26582026-08-14T17:09:39.583Z Compiling term v0.7.0
26592026-08-14T17:09:39.660Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26602026-08-14T17:09:39.760Z Compiling bit-vec v0.6.3
26612026-08-14T17:09:39.854Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26622026-08-14T17:09:40.013Z Compiling bit-set v0.5.3
26632026-08-14T17:09:40.017Z Compiling ascii-canvas v3.0.0
26642026-08-14T17:09:40.167Z Checking parking_lot v0.11.2
26652026-08-14T17:09:40.315Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26662026-08-14T17:09:40.350Z Checking prefix-trie v0.7.0
26672026-08-14T17:09:40.386Z Compiling itertools v0.10.5
26682026-08-14T17:09:40.421Z Compiling ena v0.14.4
26692026-08-14T17:09:40.655Z Compiling libloading v0.8.9
26702026-08-14T17:09:40.670Z Compiling regex-syntax v0.6.29
26712026-08-14T17:09:40.704Z Compiling bindgen v0.71.1
26722026-08-14T17:09:40.738Z Compiling diff v0.1.13
26732026-08-14T17:09:40.873Z Compiling salty v0.3.0
26742026-08-14T17:09:41.182Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26752026-08-14T17:09:41.218Z Checking hickory-server v0.25.2
26762026-08-14T17:09:41.465Z Checking sled v0.34.7
26772026-08-14T17:09:41.557Z Compiling cexpr v0.6.0
26782026-08-14T17:09:41.974Z Checking nanorand v0.7.0
26792026-08-14T17:09:42.201Z Compiling lalrpop v0.19.12
26802026-08-14T17:09:42.247Z Compiling rustc-hash v2.1.1
26812026-08-14T17:09:42.407Z Checking flume v0.11.1
26822026-08-14T17:09:42.679Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26832026-08-14T17:09:42.745Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26842026-08-14T17:09:42.958Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26852026-08-14T17:09:42.998Z Compiling libxml v0.3.3
26862026-08-14T17:09:43.271Z Checking assert_matches v1.5.0
26872026-08-14T17:09:43.438Z Compiling strum_macros v0.24.3
26882026-08-14T17:09:43.666Z Compiling indoc v1.0.9
26892026-08-14T17:09:44.046Z Checking diesel v2.3.7
26902026-08-14T17:09:44.196Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26912026-08-14T17:09:44.592Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26922026-08-14T17:09:44.644Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26932026-08-14T17:09:44.718Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26942026-08-14T17:09:44.782Z Checking rfc6979 v0.4.0
26952026-08-14T17:09:44.859Z Checking quick-xml v0.37.5
26962026-08-14T17:09:44.929Z Checking derive_builder v0.20.2
26972026-08-14T17:09:45.066Z Compiling oso-derive v0.27.3
26982026-08-14T17:09:45.069Z Compiling trait-variant v0.1.2
26992026-08-14T17:09:45.593Z Compiling impl-trait-for-tuples v0.2.3
27002026-08-14T17:09:45.671Z Checking openssl-probe v0.1.6
27012026-08-14T17:09:45.772Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27022026-08-14T17:09:45.812Z Checking ecdsa v0.16.9
27032026-08-14T17:09:46.237Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27042026-08-14T17:09:46.579Z Checking primeorder v0.13.6
27052026-08-14T17:09:46.849Z Checking p384 v0.13.1
27062026-08-14T17:09:47.012Z Checking predicates-tree v1.0.13
27072026-08-14T17:09:47.079Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27082026-08-14T17:09:47.136Z Compiling progenitor-impl v0.13.0
27092026-08-14T17:09:47.292Z Checking progenitor-client v0.13.0
27102026-08-14T17:09:47.561Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27112026-08-14T17:09:47.719Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27122026-08-14T17:09:47.825Z Checking bb8 v0.8.6
27132026-08-14T17:09:48.201Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-08-14T17:09:48.204Z Compiling mime_guess v2.0.5
27152026-08-14T17:09:48.324Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27162026-08-14T17:09:48.544Z Checking ignore v0.4.25
27172026-08-14T17:09:48.615Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27182026-08-14T17:09:48.785Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-08-14T17:09:48.818Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27202026-08-14T17:09:48.855Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27212026-08-14T17:09:48.993Z Checking corncobs v0.1.4
27222026-08-14T17:09:49.027Z Checking http-range v0.1.5
27232026-08-14T17:09:49.106Z Checking globwalk v0.9.1
27242026-08-14T17:09:49.152Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-08-14T17:09:49.237Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27262026-08-14T17:09:49.318Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27272026-08-14T17:09:49.485Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27282026-08-14T17:09:49.692Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27292026-08-14T17:09:49.840Z Compiling progenitor-macro v0.13.0
27302026-08-14T17:09:49.878Z Checking digest-io v0.1.0
27312026-08-14T17:09:50.031Z Checking secrecy v0.8.0
27322026-08-14T17:09:50.185Z Checking rawzip v0.4.4
27332026-08-14T17:09:50.351Z Checking nonempty v0.12.0
27342026-08-14T17:09:50.666Z Checking camino-tempfile-ext v0.3.3
27352026-08-14T17:09:51.149Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27362026-08-14T17:09:51.229Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27372026-08-14T17:09:51.264Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-08-14T17:09:51.698Z Checking hyper-staticfile v0.10.1
27392026-08-14T17:09:52.029Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27402026-08-14T17:09:52.361Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27412026-08-14T17:09:52.515Z Checking signal-hook-tokio v0.3.1
27422026-08-14T17:09:52.587Z Compiling illumos-nvpair-sys v0.2.0
27432026-08-14T17:09:52.678Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27442026-08-14T17:09:52.847Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27452026-08-14T17:09:52.956Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27462026-08-14T17:09:53.319Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27472026-08-14T17:09:53.399Z Checking scuffle v0.1.0
27482026-08-14T17:09:53.750Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27492026-08-14T17:09:53.993Z Checking illumos-nvpair v0.3.0
27502026-08-14T17:09:54.138Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27512026-08-14T17:09:54.184Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27522026-08-14T17:09:54.268Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27532026-08-14T17:09:54.515Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27542026-08-14T17:09:54.573Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27552026-08-14T17:09:54.783Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27562026-08-14T17:09:54.861Z Checking progenitor v0.13.0
27572026-08-14T17:09:55.036Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27582026-08-14T17:09:55.151Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27592026-08-14T17:09:55.237Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27602026-08-14T17:09:55.271Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27612026-08-14T17:09:55.701Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27622026-08-14T17:09:55.797Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27632026-08-14T17:09:56.200Z Checking tungstenite v0.23.0
27642026-08-14T17:09:56.658Z Checking rand_seeder v0.4.0
27652026-08-14T17:09:56.713Z Checking tokio-tungstenite v0.23.1
27662026-08-14T17:09:56.837Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27672026-08-14T17:09:57.016Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27682026-08-14T17:09:57.240Z Checking void v1.0.2
27692026-08-14T17:09:57.319Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27702026-08-14T17:09:57.392Z Checking lzss v0.8.2
27712026-08-14T17:09:57.532Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27722026-08-14T17:09:57.613Z Checking nix v0.27.1
27732026-08-14T17:09:57.725Z Checking serde_bytes v0.11.19
27742026-08-14T17:09:57.881Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-08-14T17:09:57.933Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27762026-08-14T17:09:58.184Z Checking diesel-dtrace v0.5.0
27772026-08-14T17:09:58.289Z Checking async-bb8-diesel v0.2.1
27782026-08-14T17:09:58.466Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27792026-08-14T17:09:58.677Z Checking is_ci v1.2.0
27802026-08-14T17:09:58.727Z Checking cpubits v0.1.1
27812026-08-14T17:09:58.809Z Checking yansi v1.0.1
27822026-08-14T17:09:59.007Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27832026-08-14T17:09:59.094Z Checking pretty_assertions v1.4.1
27842026-08-14T17:09:59.260Z Checking pem-rfc7468 v1.0.0
27852026-08-14T17:09:59.301Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27862026-08-14T17:09:59.333Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27872026-08-14T17:09:59.458Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27882026-08-14T17:09:59.904Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27892026-08-14T17:10:01.158Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27902026-08-14T17:10:01.267Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27912026-08-14T17:10:01.513Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27922026-08-14T17:10:01.906Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27932026-08-14T17:10:02.288Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27942026-08-14T17:10:02.690Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27952026-08-14T17:10:02.824Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27962026-08-14T17:10:02.961Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27972026-08-14T17:10:03.197Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27982026-08-14T17:10:03.633Z Checking hmac v0.13.0
27992026-08-14T17:10:03.830Z Checking universal-hash v0.6.1
28002026-08-14T17:10:04.005Z Compiling libz-sys v1.1.24
28012026-08-14T17:10:04.030Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28022026-08-14T17:10:04.255Z Compiling instability v0.3.11
28032026-08-14T17:10:04.550Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28042026-08-14T17:10:04.619Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28052026-08-14T17:10:04.661Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28062026-08-14T17:10:04.818Z Checking castaway v0.2.4
28072026-08-14T17:10:04.878Z Compiling indoc v2.0.7
28082026-08-14T17:10:04.964Z Checking compact_str v0.8.1
28092026-08-14T17:10:05.423Z Checking polyval v0.7.1
28102026-08-14T17:10:05.628Z Checking der v0.8.0
28112026-08-14T17:10:06.103Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28122026-08-14T17:10:06.172Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-08-14T17:10:06.274Z Checking unicode-truncate v1.1.0
28142026-08-14T17:10:06.325Z Checking lru v0.12.5
28152026-08-14T17:10:06.390Z Compiling libgit2-sys v0.18.3+1.9.2
28162026-08-14T17:10:06.449Z Checking arc-swap v1.8.2
28172026-08-14T17:10:06.482Z Checking cassowary v0.3.0
28182026-08-14T17:10:06.606Z Checking ghash v0.6.0
28192026-08-14T17:10:06.705Z Checking slog-scope v4.4.1
28202026-08-14T17:10:06.737Z Checking ratatui v0.29.0
28212026-08-14T17:10:06.875Z Checking pbkdf2 v0.13.0
28222026-08-14T17:10:06.908Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28232026-08-14T17:10:07.019Z Checking crypto-bigint v0.7.5
28242026-08-14T17:10:07.055Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28252026-08-14T17:10:08.083Z Checking aes v0.9.1
28262026-08-14T17:10:08.189Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28272026-08-14T17:10:08.467Z Checking ctr v0.10.1
28282026-08-14T17:10:08.517Z Checking aead v0.6.1
28292026-08-14T17:10:08.670Z Checking cargo-platform v0.3.2
28302026-08-14T17:10:08.703Z Checking aes-gcm v0.11.0
28312026-08-14T17:10:08.879Z Checking cargo_metadata v0.23.1
28322026-08-14T17:10:08.913Z Checking slog-stdlog v4.1.1
28332026-08-14T17:10:09.063Z Checking spki v0.8.0
28342026-08-14T17:10:09.261Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28352026-08-14T17:10:09.319Z Checking supports-color v3.0.2
28362026-08-14T17:10:09.473Z Checking console v0.16.2
28372026-08-14T17:10:09.659Z Checking colored v2.2.0
28382026-08-14T17:10:09.802Z Checking salsa20 v0.11.0
28392026-08-14T17:10:09.885Z Compiling vergen-git2 v9.1.0
28402026-08-14T17:10:09.975Z Checking plotters-backend v0.3.7
28412026-08-14T17:10:10.098Z Checking unit-prefix v0.5.2
28422026-08-14T17:10:10.199Z Checking plotters-svg v0.3.7
28432026-08-14T17:10:10.261Z Checking indicatif v0.18.4
28442026-08-14T17:10:10.410Z Checking scrypt v0.12.0
28452026-08-14T17:10:10.608Z Checking slog-envlogger v2.2.0
28462026-08-14T17:10:10.654Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28472026-08-14T17:10:10.688Z Checking cbc v0.2.1
28482026-08-14T17:10:10.786Z Checking libsw-core v0.3.2
28492026-08-14T17:10:10.852Z Checking cast v0.3.0
28502026-08-14T17:10:10.928Z Checking pkcs5 v0.8.1
28512026-08-14T17:10:10.964Z Checking libsw v3.5.0
28522026-08-14T17:10:11.029Z Checking criterion-plot v0.6.0
28532026-08-14T17:10:11.145Z Checking plotters v0.3.7
28542026-08-14T17:10:11.243Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28552026-08-14T17:10:11.299Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28562026-08-14T17:10:11.517Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28572026-08-14T17:10:11.738Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28582026-08-14T17:10:11.909Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28592026-08-14T17:10:11.960Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28602026-08-14T17:10:12.128Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28612026-08-14T17:10:12.181Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28622026-08-14T17:10:12.215Z Checking tinytemplate v1.2.1
28632026-08-14T17:10:12.346Z Checking oorandom v11.1.5
28642026-08-14T17:10:12.458Z Checking shell-words v1.1.1
28652026-08-14T17:10:12.490Z Checking anes v0.1.6
28662026-08-14T17:10:12.656Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28672026-08-14T17:10:12.701Z Checking criterion v0.7.0
28682026-08-14T17:10:13.090Z Checking pkcs8 v0.11.0
28692026-08-14T17:10:13.323Z Checking oxide-update-engine-display v0.1.2
28702026-08-14T17:10:13.665Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28712026-08-14T17:10:13.993Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28722026-08-14T17:10:14.843Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28732026-08-14T17:10:15.421Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-08-14T17:10:16.227Z Checking tokio-test v0.4.5
28752026-08-14T17:10:16.465Z Checking ff v0.14.0
28762026-08-14T17:10:16.633Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28772026-08-14T17:10:16.853Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28782026-08-14T17:10:17.198Z Checking twox-hash v2.1.2
28792026-08-14T17:10:17.254Z Compiling petname v2.0.2
28802026-08-14T17:10:17.527Z Checking atty v0.2.14
28812026-08-14T17:10:17.655Z Checking arrayref v0.3.9
28822026-08-14T17:10:17.756Z Checking arrayvec v0.7.6
28832026-08-14T17:10:17.759Z Checking constant_time_eq v0.4.2
28842026-08-14T17:10:18.036Z Checking group v0.14.0
28852026-08-14T17:10:18.129Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28862026-08-14T17:10:18.220Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28872026-08-14T17:10:18.335Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28882026-08-14T17:10:18.969Z Checking fatfs v0.3.6
28892026-08-14T17:10:19.114Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28902026-08-14T17:10:19.293Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28912026-08-14T17:10:19.333Z Checking signature v3.0.0
28922026-08-14T17:10:19.457Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28932026-08-14T17:10:19.513Z Checking base16ct v1.0.0
28942026-08-14T17:10:19.676Z Compiling seq-macro v0.3.6
28952026-08-14T17:10:20.191Z Checking sec1 v0.8.1
28962026-08-14T17:10:20.610Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28972026-08-14T17:10:20.786Z Checking hkdf v0.13.0
28982026-08-14T17:10:20.839Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28992026-08-14T17:10:20.951Z Checking concurrent-queue v2.5.0
29002026-08-14T17:10:21.030Z Checking sapling-renderdag v0.1.0
29012026-08-14T17:10:21.168Z Checking parking v2.2.1
29022026-08-14T17:10:21.301Z Checking sync-ptr v0.1.4
29032026-08-14T17:10:21.335Z Checking event-listener v5.4.1
29042026-08-14T17:10:21.449Z Checking elliptic-curve v0.14.1
29052026-08-14T17:10:21.583Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29062026-08-14T17:10:21.888Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29072026-08-14T17:10:22.104Z Checking rtoolbox v0.0.3
29082026-08-14T17:10:22.254Z Checking event-listener-strategy v0.5.4
29092026-08-14T17:10:22.283Z Checking rpassword v7.5.4
29102026-08-14T17:10:22.412Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29112026-08-14T17:10:22.475Z Checking wnaf v0.14.0
29122026-08-14T17:10:22.670Z Checking primefield v0.14.0
29132026-08-14T17:10:22.867Z Compiling samael v0.0.19
29142026-08-14T17:10:22.901Z Checking rfc6979 v0.6.0
29152026-08-14T17:10:23.084Z Checking tui-tree-widget v0.23.1
29162026-08-14T17:10:23.308Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29172026-08-14T17:10:23.429Z Compiling blake3 v1.8.5
29182026-08-14T17:10:23.825Z Checking futures-timer v3.0.3
29192026-08-14T17:10:24.414Z Checking ecdsa v0.17.0
29202026-08-14T17:10:24.535Z Checking primeorder v0.14.0
29212026-08-14T17:10:24.843Z Checking async-lock v3.4.2
29222026-08-14T17:10:24.878Z Compiling curve25519-dalek v5.0.0
29232026-08-14T17:10:24.926Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29242026-08-14T17:10:25.256Z Checking async-object-pool v0.2.0
29252026-08-14T17:10:25.699Z Checking ssh-encoding v0.3.0
29262026-08-14T17:10:25.955Z Checking serde_regex v1.1.0
29272026-08-14T17:10:26.143Z Checking assert-json-diff v2.0.2
29282026-08-14T17:10:26.340Z Checking path-tree v0.8.3
29292026-08-14T17:10:26.556Z Checking keccak v0.2.0
29302026-08-14T17:10:26.749Z Compiling strsim v0.10.0
29312026-08-14T17:10:27.101Z Checking stringmetrics v2.2.2
29322026-08-14T17:10:27.281Z Checking topological-sort v0.2.2
29332026-08-14T17:10:27.373Z Checking httpmock v0.8.3
29342026-08-14T17:10:27.449Z Checking omicron-zone-package v0.12.3
29352026-08-14T17:10:27.602Z Compiling darling_core v0.13.4
29362026-08-14T17:10:28.378Z Checking ed25519 v3.0.0
29372026-08-14T17:10:28.609Z Checking crypto-primes v0.7.2
29382026-08-14T17:10:28.891Z Checking pkcs1 v0.8.0-rc.4
29392026-08-14T17:10:29.130Z Checking poly1305 v0.9.0
29402026-08-14T17:10:29.432Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29412026-08-14T17:10:29.503Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29422026-08-14T17:10:29.580Z Checking blowfish v0.10.0
29432026-08-14T17:10:29.614Z Checking blake2 v0.11.0-rc.6
29442026-08-14T17:10:29.759Z Checking gimli v0.32.3
29452026-08-14T17:10:29.855Z Compiling target-lexicon v0.13.3
29462026-08-14T17:10:29.895Z Checking argon2 v0.6.0-rc.8
29472026-08-14T17:10:30.162Z Checking bcrypt-pbkdf v0.11.0
29482026-08-14T17:10:30.238Z Checking rsa v0.10.0-rc.18
29492026-08-14T17:10:30.371Z Compiling darling_macro v0.13.4
29502026-08-14T17:10:30.414Z Checking ssh-cipher v0.3.0
29512026-08-14T17:10:30.657Z Checking ed25519-dalek v3.0.0
29522026-08-14T17:10:30.754Z Checking sha3 v0.11.0
29532026-08-14T17:10:30.887Z Checking p521 v0.14.0
29542026-08-14T17:10:30.920Z Checking p256 v0.14.0
29552026-08-14T17:10:31.125Z Checking p384 v0.14.0
29562026-08-14T17:10:31.317Z Checking addr2line v0.25.1
29572026-08-14T17:10:31.609Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29582026-08-14T17:10:31.677Z Checking kem v0.3.0
29592026-08-14T17:10:31.817Z Checking module-lattice v0.2.3
29602026-08-14T17:10:31.863Z Checking sponge-cursor v0.1.0
29612026-08-14T17:10:32.021Z Compiling guppy-workspace-hack v0.1.0
29622026-08-14T17:10:32.062Z Checking hex-literal v0.4.1
29632026-08-14T17:10:32.185Z Checking rustc-demangle v0.1.27
29642026-08-14T17:10:32.305Z Checking ml-kem v0.3.2
29652026-08-14T17:10:32.440Z Checking backtrace v0.3.76
29662026-08-14T17:10:32.774Z Checking sha3 v0.12.0
29672026-08-14T17:10:33.007Z Compiling darling v0.13.4
29682026-08-14T17:10:33.096Z Checking russh-cryptovec v0.62.0
29692026-08-14T17:10:33.137Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29702026-08-14T17:10:33.284Z Checking internal-russh-num-bigint v0.5.0
29712026-08-14T17:10:33.318Z Checking num-bigint v0.4.6
29722026-08-14T17:10:33.355Z Checking russh-util v0.52.0
29732026-08-14T17:10:33.509Z Checking generic-array v1.4.3
29742026-08-14T17:10:33.882Z Checking ssh-key v0.7.0-rc.11
29752026-08-14T17:10:34.078Z Compiling enum_dispatch v0.3.13
29762026-08-14T17:10:34.145Z Compiling delegate v0.13.5
29772026-08-14T17:10:34.278Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29782026-08-14T17:10:34.616Z Compiling git2 v0.20.4
29792026-08-14T17:10:34.713Z Checking md5 v0.8.0
29802026-08-14T17:10:34.784Z Compiling target-spec v3.5.7
29812026-08-14T17:10:34.907Z Checking hex-literal v1.1.0
29822026-08-14T17:10:35.035Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29832026-08-14T17:10:35.130Z Checking russh v0.62.4
29842026-08-14T17:10:35.205Z Checking cfg-expr v0.20.6
29852026-08-14T17:10:35.248Z Compiling serde_with_macros v1.5.2
29862026-08-14T17:10:35.622Z Checking backtrace-ext v0.2.1
29872026-08-14T17:10:35.765Z Checking supports-color v2.1.0
29882026-08-14T17:10:35.798Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29892026-08-14T17:10:35.925Z Checking textwrap v0.15.2
29902026-08-14T17:10:36.112Z Checking supports-unicode v2.1.0
29912026-08-14T17:10:36.165Z Checking supports-hyperlinks v2.1.0
29922026-08-14T17:10:36.257Z Checking hashbrown v0.14.5
29932026-08-14T17:10:36.309Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29942026-08-14T17:10:36.523Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29952026-08-14T17:10:36.752Z Checking terminal_size v0.1.17
29962026-08-14T17:10:36.890Z Compiling miette-derive v5.10.0
29972026-08-14T17:10:36.973Z Checking owo-colors v3.5.0
29982026-08-14T17:10:37.389Z Checking internet-checksum v0.2.1
29992026-08-14T17:10:37.534Z Checking chumsky v0.9.3
30002026-08-14T17:10:37.567Z Compiling serde_with v1.14.0
30012026-08-14T17:10:37.942Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30022026-08-14T17:10:38.031Z Checking miette v5.10.0
30032026-08-14T17:10:38.636Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30042026-08-14T17:10:38.756Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30052026-08-14T17:10:38.787Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30062026-08-14T17:10:38.851Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30072026-08-14T17:10:39.202Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30082026-08-14T17:10:39.250Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30092026-08-14T17:10:39.410Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30102026-08-14T17:10:39.524Z Compiling knuffel-derive v3.2.0
30112026-08-14T17:10:39.559Z Checking httptest v0.16.4
30122026-08-14T17:10:39.667Z Checking pathdiff v0.2.3
30132026-08-14T17:10:39.811Z Checking nested v0.1.1
30142026-08-14T17:10:39.952Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30152026-08-14T17:10:39.986Z Checking guppy v0.17.25
30162026-08-14T17:10:40.084Z Compiling polar-core v0.27.3
30172026-08-14T17:10:40.279Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30182026-08-14T17:10:40.556Z Checking similar-asserts v1.7.0
30192026-08-14T17:10:40.746Z Compiling target-triple v1.0.0
30202026-08-14T17:10:40.938Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30212026-08-14T17:10:41.048Z Checking knuffel v3.2.0
30222026-08-14T17:10:41.123Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30232026-08-14T17:10:41.603Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30242026-08-14T17:10:41.713Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30252026-08-14T17:10:41.746Z Checking hickory-client v0.25.2
30262026-08-14T17:10:42.059Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30272026-08-14T17:10:42.222Z Compiling fs-err v2.11.0
30282026-08-14T17:10:42.256Z Compiling assert_cmd v2.1.2
30292026-08-14T17:10:42.453Z Checking escape8259 v0.5.3
30302026-08-14T17:10:42.537Z Compiling toml_datetime v0.7.5+spec-1.1.0
30312026-08-14T17:10:42.614Z Checking libtest-mimic v0.8.1
30322026-08-14T17:10:42.751Z Compiling toml_edit v0.23.10+spec-1.0.0
30332026-08-14T17:10:42.878Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30342026-08-14T17:10:43.395Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30352026-08-14T17:10:43.533Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30362026-08-14T17:10:43.850Z Checking blake2b_simd v1.0.4
30372026-08-14T17:10:44.258Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30382026-08-14T17:10:44.290Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30392026-08-14T17:10:44.709Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30402026-08-14T17:10:44.741Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30412026-08-14T17:10:44.930Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30422026-08-14T17:10:44.962Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30432026-08-14T17:10:45.039Z Checking oso v0.27.3
30442026-08-14T17:10:45.177Z Checking fancy-regex v0.14.0
30452026-08-14T17:10:45.303Z Checking serde_tokenstream v0.2.3
30462026-08-14T17:10:45.570Z Checking approx v0.5.1
30472026-08-14T17:10:45.727Z Compiling rstest_macros v0.25.0
30482026-08-14T17:10:45.730Z Checking uzers v0.12.2
30492026-08-14T17:10:45.968Z Checking termcolor v1.4.1
30502026-08-14T17:10:46.003Z Checking constant_time_eq v0.3.1
30512026-08-14T17:10:46.033Z Compiling linkme-impl v0.3.35
30522026-08-14T17:10:46.143Z Checking rust-argon2 v2.1.0
30532026-08-14T17:10:46.196Z Checking trybuild v1.0.116
30542026-08-14T17:10:46.399Z Checking datatest-stable v0.3.3
30552026-08-14T17:10:46.585Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30562026-08-14T17:10:46.617Z Compiling proc-macro-crate v3.4.0
30572026-08-14T17:10:46.621Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30582026-08-14T17:10:46.947Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30592026-08-14T17:10:47.013Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30602026-08-14T17:10:47.155Z Checking support-bundle-viewer v0.1.2
30612026-08-14T17:10:47.197Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30622026-08-14T17:10:47.402Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30632026-08-14T17:10:47.436Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30642026-08-14T17:10:47.611Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30652026-08-14T17:10:47.646Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30662026-08-14T17:10:47.679Z Checking drift v0.2.0
30672026-08-14T17:10:47.827Z Checking rand_distr v0.5.1
30682026-08-14T17:10:47.830Z Checking multimap v0.10.1
30692026-08-14T17:10:48.014Z Checking parse-size v1.1.0
30702026-08-14T17:10:48.063Z Compiling linkme v0.3.35
30712026-08-14T17:10:48.080Z Compiling relative-path v1.9.3
30722026-08-14T17:10:48.185Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30732026-08-14T17:10:48.358Z Checking dropshot-api-manager v0.7.2
30742026-08-14T17:10:49.231Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30752026-08-14T17:10:49.643Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30762026-08-14T17:10:49.950Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30772026-08-14T17:10:50.070Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30782026-08-14T17:10:50.288Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30792026-08-14T17:10:50.387Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30802026-08-14T17:10:50.545Z Checking cargo_toml v0.21.0
30812026-08-14T17:10:50.868Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30822026-08-14T17:10:51.009Z Checking partial-io v0.5.4
30832026-08-14T17:10:51.081Z Checking termios v0.3.3
30842026-08-14T17:10:51.236Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30852026-08-14T17:10:51.354Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30862026-08-14T17:10:52.064Z Checking rstest v0.25.0
30872026-08-14T17:10:52.398Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30882026-08-14T17:10:55.160Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30892026-08-14T17:10:57.764Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30902026-08-14T17:10:59.301Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30912026-08-14T17:11:03.207Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30922026-08-14T17:11:03.921Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30932026-08-14T17:11:06.835Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30942026-08-14T17:11:11.903Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30952026-08-14T17:11:14.191Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30962026-08-14T17:11:15.628Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
30972026-08-14T17:11:19.172Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30982026-08-14T17:11:22.242Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30992026-08-14T17:11:22.762Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31002026-08-14T17:11:23.556Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31012026-08-14T17:11:28.136Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31022026-08-14T17:11:32.296Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31032026-08-14T17:11:52.525Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31042026-08-14T17:12:47.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 09s
31052026-08-14T17:12:48.089Z
31062026-08-14T17:12:48.089Zreal 4:12.561556201
31072026-08-14T17:12:48.089Zuser 21:43.368574025
31082026-08-14T17:12:48.089Zsys 5:02.791223734
31092026-08-14T17:12:48.089Ztrap 0.529997331
31102026-08-14T17:12:48.090Ztflt 0.464592101
31112026-08-14T17:12:48.090Zdflt 0.659924684
31122026-08-14T17:12:48.090Zkflt 0.004995582
31132026-08-14T17:12:48.090Zlock 1:05:44.469917071
31142026-08-14T17:12:48.090Zslp 59:11.970897538
31152026-08-14T17:12:48.090Zlat 1:52.896744436
31162026-08-14T17:12:48.090Zstop 13:19.041799826
31172026-08-14T17:12:48.093Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31182026-08-14T17:12:48.093Z+ ptime -m cargo doc --workspace --no-deps
31192026-08-14T17:12:48.938Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31202026-08-14T17:12:48.938Z |
31212026-08-14T17:12:48.938Z = 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)`
31222026-08-14T17:12:48.939Z = 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>
31232026-08-14T17:12:50.003Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31242026-08-14T17:12:50.245Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31252026-08-14T17:12:50.291Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31262026-08-14T17:12:50.353Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31272026-08-14T17:12:50.414Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31282026-08-14T17:12:50.518Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31292026-08-14T17:12:50.550Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31302026-08-14T17:12:50.563Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31312026-08-14T17:12:50.599Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31322026-08-14T17:12:50.625Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31332026-08-14T17:12:50.779Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31342026-08-14T17:12:50.834Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31352026-08-14T17:12:50.858Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31362026-08-14T17:12:50.948Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31372026-08-14T17:12:50.972Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31382026-08-14T17:12:50.978Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31392026-08-14T17:12:51.017Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31402026-08-14T17:12:51.020Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31412026-08-14T17:12:51.061Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31422026-08-14T17:12:51.134Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31432026-08-14T17:12:51.186Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31442026-08-14T17:12:51.440Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31452026-08-14T17:12:51.582Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31462026-08-14T17:12:51.607Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31472026-08-14T17:12:51.631Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31482026-08-14T17:12:51.670Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31492026-08-14T17:12:51.825Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31502026-08-14T17:12:51.849Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31512026-08-14T17:12:52.007Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31522026-08-14T17:12:52.074Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31532026-08-14T17:12:52.156Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31542026-08-14T17:12:52.210Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31552026-08-14T17:12:52.300Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31562026-08-14T17:12:52.348Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31572026-08-14T17:12:52.566Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31582026-08-14T17:12:52.596Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31592026-08-14T17:12:52.668Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31602026-08-14T17:12:52.761Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31612026-08-14T17:12:52.793Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31622026-08-14T17:12:52.894Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31632026-08-14T17:12:53.030Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31642026-08-14T17:12:53.201Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31652026-08-14T17:12:53.225Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31662026-08-14T17:12:53.266Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31672026-08-14T17:12:53.329Z Checking scuffle v0.1.0
31682026-08-14T17:12:53.449Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31692026-08-14T17:12:53.474Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31702026-08-14T17:12:53.588Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31712026-08-14T17:12:53.698Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31722026-08-14T17:12:53.724Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31732026-08-14T17:12:53.812Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31742026-08-14T17:12:53.944Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31752026-08-14T17:12:53.966Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31762026-08-14T17:12:53.989Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31772026-08-14T17:12:54.014Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31782026-08-14T17:12:54.039Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31792026-08-14T17:12:54.137Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31802026-08-14T17:12:54.156Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31812026-08-14T17:12:54.180Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31822026-08-14T17:12:54.577Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31832026-08-14T17:12:54.942Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31842026-08-14T17:12:54.976Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31852026-08-14T17:12:55.290Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31862026-08-14T17:12:55.411Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31872026-08-14T17:12:55.619Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31882026-08-14T17:12:55.701Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31892026-08-14T17:12:55.860Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31902026-08-14T17:12:55.955Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31912026-08-14T17:12:55.958Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31922026-08-14T17:12:56.005Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31932026-08-14T17:12:56.150Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31942026-08-14T17:12:56.204Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31952026-08-14T17:12:56.480Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31962026-08-14T17:12:56.898Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31972026-08-14T17:12:57.163Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31982026-08-14T17:12:57.294Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31992026-08-14T17:12:57.318Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32002026-08-14T17:12:57.447Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32012026-08-14T17:12:57.631Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32022026-08-14T17:12:57.675Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32032026-08-14T17:12:57.679Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32042026-08-14T17:12:57.679Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32052026-08-14T17:12:57.746Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32062026-08-14T17:12:57.896Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32072026-08-14T17:12:57.993Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32082026-08-14T17:12:58.094Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32092026-08-14T17:12:58.142Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32102026-08-14T17:12:58.173Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32112026-08-14T17:12:58.212Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32122026-08-14T17:12:58.323Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32132026-08-14T17:12:58.391Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32142026-08-14T17:12:58.414Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32152026-08-14T17:12:58.436Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32162026-08-14T17:12:58.481Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32172026-08-14T17:12:58.549Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32182026-08-14T17:12:58.631Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32192026-08-14T17:12:58.631Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32202026-08-14T17:12:58.694Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32212026-08-14T17:12:58.717Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32222026-08-14T17:12:58.759Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32232026-08-14T17:12:58.840Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32242026-08-14T17:12:58.867Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32252026-08-14T17:12:58.952Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32262026-08-14T17:12:59.035Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32272026-08-14T17:12:59.063Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32282026-08-14T17:12:59.308Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32292026-08-14T17:12:59.349Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32302026-08-14T17:12:59.373Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32312026-08-14T17:12:59.846Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32322026-08-14T17:13:00.032Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32332026-08-14T17:13:00.314Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32342026-08-14T17:13:01.147Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32352026-08-14T17:13:01.346Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32362026-08-14T17:13:01.704Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32372026-08-14T17:13:01.953Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32382026-08-14T17:13:02.165Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32392026-08-14T17:13:02.681Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32402026-08-14T17:13:03.136Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32412026-08-14T17:13:03.525Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32422026-08-14T17:13:03.985Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32432026-08-14T17:13:04.072Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32442026-08-14T17:13:04.260Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32452026-08-14T17:13:04.430Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32462026-08-14T17:13:04.533Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32472026-08-14T17:13:05.285Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32482026-08-14T17:13:05.408Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32492026-08-14T17:13:05.434Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32502026-08-14T17:13:05.730Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32512026-08-14T17:13:05.797Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32522026-08-14T17:13:06.266Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32532026-08-14T17:13:06.455Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32542026-08-14T17:13:06.814Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32552026-08-14T17:13:06.891Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32562026-08-14T17:13:07.033Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32572026-08-14T17:13:07.592Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32582026-08-14T17:13:07.886Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32592026-08-14T17:13:07.910Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32602026-08-14T17:13:08.456Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32612026-08-14T17:13:08.879Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32622026-08-14T17:13:09.321Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32632026-08-14T17:13:09.365Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32642026-08-14T17:13:09.755Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32652026-08-14T17:13:10.054Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32662026-08-14T17:13:10.689Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32672026-08-14T17:13:10.743Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32682026-08-14T17:13:10.848Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32692026-08-14T17:13:11.095Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32702026-08-14T17:13:11.293Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32712026-08-14T17:13:11.467Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32722026-08-14T17:13:11.828Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32732026-08-14T17:13:13.097Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32742026-08-14T17:13:13.124Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32752026-08-14T17:13:13.708Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32762026-08-14T17:13:14.902Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32772026-08-14T17:13:16.953Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32782026-08-14T17:13:17.078Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32792026-08-14T17:13:17.872Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32802026-08-14T17:13:18.432Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32812026-08-14T17:13:20.218Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32822026-08-14T17:13:20.396Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32832026-08-14T17:13:20.768Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32842026-08-14T17:13:21.513Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32852026-08-14T17:13:21.563Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32862026-08-14T17:13:21.711Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32872026-08-14T17:13:21.888Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32882026-08-14T17:13:23.646Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32892026-08-14T17:13:24.845Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32902026-08-14T17:13:24.970Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32912026-08-14T17:13:25.481Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32922026-08-14T17:13:25.882Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32932026-08-14T17:13:26.360Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32942026-08-14T17:13:26.614Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32952026-08-14T17:13:26.649Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32962026-08-14T17:13:26.707Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32972026-08-14T17:13:26.797Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32982026-08-14T17:13:27.081Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32992026-08-14T17:13:27.156Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33002026-08-14T17:13:27.378Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33012026-08-14T17:13:27.527Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33022026-08-14T17:13:27.531Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33032026-08-14T17:13:27.904Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33042026-08-14T17:13:28.335Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33052026-08-14T17:13:28.654Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33062026-08-14T17:13:28.658Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33072026-08-14T17:13:29.619Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33082026-08-14T17:13:30.394Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33092026-08-14T17:13:30.493Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33102026-08-14T17:13:30.918Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33112026-08-14T17:13:31.811Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33122026-08-14T17:13:33.281Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33132026-08-14T17:13:35.363Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33142026-08-14T17:13:35.991Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33152026-08-14T17:13:36.563Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33162026-08-14T17:13:38.270Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33172026-08-14T17:13:39.082Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33182026-08-14T17:13:40.954Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33192026-08-14T17:13:41.463Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33202026-08-14T17:13:42.106Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33212026-08-14T17:13:44.165Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33222026-08-14T17:13:44.691Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33232026-08-14T17:13:45.450Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33242026-08-14T17:13:47.439Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33252026-08-14T17:13:47.610Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33262026-08-14T17:13:47.960Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33272026-08-14T17:13:50.664Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33282026-08-14T17:13:53.974Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33292026-08-14T17:13:54.619Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33302026-08-14T17:13:55.464Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33312026-08-14T17:13:56.430Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33322026-08-14T17:13:57.190Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33332026-08-14T17:13:58.767Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33342026-08-14T17:13:58.953Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33352026-08-14T17:14:00.199Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33362026-08-14T17:14:00.554Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33372026-08-14T17:14:01.597Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33382026-08-14T17:14:02.929Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33392026-08-14T17:14:04.113Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33402026-08-14T17:14:06.248Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33412026-08-14T17:14:07.841Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33422026-08-14T17:14:08.646Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33432026-08-14T17:14:10.135Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33442026-08-14T17:14:11.047Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33452026-08-14T17:14:12.012Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33462026-08-14T17:14:13.892Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33472026-08-14T17:14:14.941Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33482026-08-14T17:14:16.029Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33492026-08-14T17:14:17.038Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33502026-08-14T17:14:18.310Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33512026-08-14T17:14:23.380Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33522026-08-14T17:14:23.413Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33532026-08-14T17:14:25.136Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33542026-08-14T17:14:25.136Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33552026-08-14T17:14:26.251Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33562026-08-14T17:14:27.492Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33572026-08-14T17:14:29.047Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33582026-08-14T17:14:30.474Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33592026-08-14T17:14:32.397Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33602026-08-14T17:14:34.054Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33612026-08-14T17:14:35.778Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33622026-08-14T17:14:40.472Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33632026-08-14T17:14:40.872Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33642026-08-14T17:14:42.331Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33652026-08-14T17:14:42.526Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33662026-08-14T17:14:44.313Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33672026-08-14T17:14:46.123Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33682026-08-14T17:14:47.932Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33692026-08-14T17:14:49.972Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33702026-08-14T17:14:51.794Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33712026-08-14T17:14:53.769Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33722026-08-14T17:14:55.348Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33732026-08-14T17:14:57.062Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33742026-08-14T17:14:58.856Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33752026-08-14T17:15:00.647Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33762026-08-14T17:15:02.378Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33772026-08-14T17:15:04.133Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33782026-08-14T17:15:05.903Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33792026-08-14T17:15:09.518Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33802026-08-14T17:15:11.171Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33812026-08-14T17:15:12.922Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33822026-08-14T17:15:14.809Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33832026-08-14T17:15:16.457Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33842026-08-14T17:15:20.718Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33852026-08-14T17:15:22.401Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33862026-08-14T17:15:24.145Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33872026-08-14T17:15:26.591Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33882026-08-14T17:15:29.646Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33892026-08-14T17:15:30.901Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33902026-08-14T17:15:32.850Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33912026-08-14T17:15:35.123Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33922026-08-14T17:15:37.567Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33932026-08-14T17:15:39.776Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33942026-08-14T17:15:41.696Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33952026-08-14T17:15:44.262Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33962026-08-14T17:15:47.494Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33972026-08-14T17:15:48.966Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33982026-08-14T17:15:51.465Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33992026-08-14T17:15:54.412Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34002026-08-14T17:15:56.895Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34012026-08-14T17:15:58.941Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34022026-08-14T17:16:01.404Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34032026-08-14T17:16:03.794Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34042026-08-14T17:16:06.279Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34052026-08-14T17:16:08.677Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34062026-08-14T17:16:11.216Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34072026-08-14T17:16:13.529Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34082026-08-14T17:16:16.250Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34092026-08-14T17:16:18.705Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34102026-08-14T17:16:21.178Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34112026-08-14T17:16:23.662Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34122026-08-14T17:16:26.190Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34132026-08-14T17:16:28.661Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34142026-08-14T17:16:31.298Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34152026-08-14T17:16:33.743Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34162026-08-14T17:16:36.260Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34172026-08-14T17:16:38.847Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34182026-08-14T17:16:41.395Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34192026-08-14T17:16:43.911Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34202026-08-14T17:16:46.508Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34212026-08-14T17:16:48.807Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34222026-08-14T17:16:51.454Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34232026-08-14T17:16:54.153Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34242026-08-14T17:16:56.816Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34252026-08-14T17:16:59.315Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34262026-08-14T17:17:02.116Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34272026-08-14T17:17:04.641Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34282026-08-14T17:17:07.316Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34292026-08-14T17:17:09.862Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34302026-08-14T17:17:12.504Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34312026-08-14T17:17:14.961Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34322026-08-14T17:17:17.466Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34332026-08-14T17:17:20.179Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34342026-08-14T17:17:23.349Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34352026-08-14T17:17:25.486Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34362026-08-14T17:17:28.318Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34372026-08-14T17:17:30.954Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34382026-08-14T17:17:33.723Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34392026-08-14T17:17:36.233Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34402026-08-14T17:17:39.050Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34412026-08-14T17:17:41.697Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34422026-08-14T17:17:44.779Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34432026-08-14T17:17:47.513Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34442026-08-14T17:17:50.140Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34452026-08-14T17:17:52.756Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34462026-08-14T17:17:55.525Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-08-14T17:17:58.324Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34482026-08-14T17:18:01.658Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34492026-08-14T17:18:04.162Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34502026-08-14T17:18:07.005Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34512026-08-14T17:18:15.036Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34522026-08-14T17:18:15.124Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34532026-08-14T17:18:18.778Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34542026-08-14T17:18:22.538Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34552026-08-14T17:18:25.879Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34562026-08-14T17:18:30.910Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34572026-08-14T17:18:34.082Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34582026-08-14T17:18:37.968Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34592026-08-14T17:18:41.847Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34602026-08-14T17:18:45.815Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34612026-08-14T17:18:49.646Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34622026-08-14T17:18:53.850Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34632026-08-14T17:18:57.590Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34642026-08-14T17:19:01.560Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34652026-08-14T17:19:05.489Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34662026-08-14T17:19:09.409Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34672026-08-14T17:19:13.328Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34682026-08-14T17:19:17.295Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34692026-08-14T17:19:21.160Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34702026-08-14T17:19:25.082Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34712026-08-14T17:19:29.002Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34722026-08-14T17:19:32.858Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34732026-08-14T17:19:36.713Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34742026-08-14T17:19:40.635Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34752026-08-14T17:20:11.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 23s
34762026-08-14T17:20:12.007Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files
34772026-08-14T17:20:12.118Z
34782026-08-14T17:20:12.118Zreal 7:23.935577178
34792026-08-14T17:20:12.118Zuser 20:11.372432583
34802026-08-14T17:20:12.118Zsys 4:18.392202196
34812026-08-14T17:20:12.118Ztrap 0.303545517
34822026-08-14T17:20:12.118Ztflt 0.035891642
34832026-08-14T17:20:12.118Zdflt 0.081166728
34842026-08-14T17:20:12.118Zkflt 0.000018960
34852026-08-14T17:20:12.118Zlock 7:03:09.762263945
34862026-08-14T17:20:12.118Zslp 2:28:51.649707582
34872026-08-14T17:20:12.118Zlat 35.118323804
34882026-08-14T17:20:12.118Zstop 2:08.334101826
34892026-08-14T17:20:12.121Zprocess exited: duration 832388 ms, exit code 0
 
34902026-08-14T17:20:12.127Zfound 0 output files