01M1540FVCX6XP9NR36YENTACX: clippy (helios)

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

Buildomat Job: 01M1540XGX1HP4DSAR2028FANX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-28T21:23:10.909Zjob assigned to worker 01M15413Y859VY1BS9WPRWJYEQ [factory aws, i-0ec7690c955d6ce00] (queued for 57 s)
 
22026-08-28T21:23:17.931Zstarting task 0: "setup"
32026-08-28T21:23:17.937Z++ uname -s
42026-08-28T21:23:17.940Z+ kern=SunOS
52026-08-28T21:23:17.940Z+ build_user=build
62026-08-28T21:23:17.940Z+ build_uid=12345
72026-08-28T21:23:17.940Z+ work_dir=/work
82026-08-28T21:23:17.940Z+ input_dir=/input
92026-08-28T21:23:17.940Z+ [[ 0 == 12345 ]]
102026-08-28T21:23:17.940Z+ case "$kern" in
112026-08-28T21:23:17.940Z+ groupadd -g 12345 build
122026-08-28T21:23:17.940Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-28T21:23:19.945Z+ zfs create -o mountpoint=/work rpool/work
142026-08-28T21:23:20.062Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-28T21:23:20.065Z+ home_fs=zfs
162026-08-28T21:23:20.065Z+ [[ zfs == autofs ]]
172026-08-28T21:23:20.065Z+ mkdir -p /home/build
182026-08-28T21:23:20.065Z+ chown build:build /home/build /work
192026-08-28T21:23:21.066Z+ chmod 0700 /home/build /work
202026-08-28T21:23:21.069Zprocess exited: duration 3136 ms, exit code 0
 
212026-08-28T21:23:21.075Zstarting task 1: "rust-toolchain"
222026-08-28T21:23:21.078Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-28T21:23:21.078Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-28T21:23:21.079Z * rust toolchain channel = "1.97.1"
252026-08-28T21:23:21.079Z * rust toolchain profile = "default"
262026-08-28T21:23:21.079Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-28T21:23:21.079Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-28T21:23:21.081Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-28T21:23:21.081Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-28T21:23:21.158Zinfo: downloading installer
312026-08-28T21:23:22.593Zwarn: It looks like you have an existing rustup settings file at:
322026-08-28T21:23:22.593Zwarn: /home/build/.rustup/settings.toml
332026-08-28T21:23:22.593Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-28T21:23:22.593Zwarn: instead of the one inferred from the default host triple.
352026-08-28T21:23:22.606Zinfo: profile set to default
362026-08-28T21:23:22.606Zinfo: default host triple is x86_64-unknown-illumos
372026-08-28T21:23:22.609Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-28T21:23:22.760Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-28T21:23:22.763Zinfo: downloading 6 components
402026-08-28T21:23:37.726Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-28T21:23:37.726Z
422026-08-28T21:23:37.753Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-28T21:23:37.753Z
442026-08-28T21:23:37.757Z
452026-08-28T21:23:37.757ZRust is installed now. Great!
462026-08-28T21:23:37.757Z
472026-08-28T21:23:37.757ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-28T21:23:37.757Zenvironment variable. This has not been done automatically.
492026-08-28T21:23:37.757Z
502026-08-28T21:23:37.757ZTo configure your current shell, you need to source
512026-08-28T21:23:37.757Zthe corresponding env file under $HOME/.cargo.
522026-08-28T21:23:37.757Z
532026-08-28T21:23:37.757ZThis is usually done by running one of the following (note the leading DOT):
542026-08-28T21:23:37.757Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-28T21:23:37.757Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-28T21:23:37.757Zsource "~/.cargo/env.nu" # For nushell
572026-08-28T21:23:37.757Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-28T21:23:37.758Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-28T21:23:37.758Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-28T21:23:37.758Zwarn: no default linker (`cc`) was found in your PATH
612026-08-28T21:23:37.758Zwarn: many Rust crates require a system C toolchain to build
622026-08-28T21:23:37.859Z+ rustup --version
632026-08-28T21:23:37.868Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-28T21:23:37.871Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-28T21:23:37.889Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-28T21:23:37.892Z+ cargo --version
672026-08-28T21:23:37.905Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-28T21:23:37.909Z+ rustc --version
692026-08-28T21:23:37.927Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-28T21:23:37.932Zprocess exited: duration 16854 ms, exit code 0
 
712026-08-28T21:23:37.938Zstarting task 2: "authentication"
722026-08-28T21:23:37.955Zprocess exited: duration 16 ms, exit code 0
 
732026-08-28T21:23:37.962Zstarting task 3: "clone repository"
742026-08-28T21:23:37.967Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-28T21:23:37.970Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-28T21:23:37.996ZCloning into '/work/oxidecomputer/omicron'...
772026-08-28T21:23:52.343Z+ cd /work/oxidecomputer/omicron
782026-08-28T21:23:52.343Z+ git fetch origin ad815caef8f2a8b4a573ffc8e12ae552af2333ab
792026-08-28T21:23:52.731ZFrom https://github.com/oxidecomputer/omicron
802026-08-28T21:23:52.731Z * branch ad815caef8f2a8b4a573ffc8e12ae552af2333ab -> FETCH_HEAD
812026-08-28T21:23:52.741Z+ [[ -n ben/multiple-eips-in-database-inventory ]]
822026-08-28T21:23:52.744Z++ git branch --show-current
832026-08-28T21:23:52.744Z+ current=main
842026-08-28T21:23:52.744Z+ [[ main != ben/multiple-eips-in-database-inventory ]]
852026-08-28T21:23:52.744Z+ git branch -f ben/multiple-eips-in-database-inventory ad815caef8f2a8b4a573ffc8e12ae552af2333ab
862026-08-28T21:23:52.748Z+ git checkout -f ben/multiple-eips-in-database-inventory
872026-08-28T21:23:52.996ZSwitched to branch 'ben/multiple-eips-in-database-inventory'
882026-08-28T21:23:52.999Z+ git reset --hard ad815caef8f2a8b4a573ffc8e12ae552af2333ab
892026-08-28T21:23:53.252ZHEAD is now at ad815caef Make data migration ignore conflicts
902026-08-28T21:23:53.255Zprocess exited: duration 15292 ms, exit code 0
 
912026-08-28T21:23:53.261Zstarting task 4: "build"
922026-08-28T21:23:53.264Z+ source ./env.sh
932026-08-28T21:23:53.267Z++ OLD_SHELL_OPTS=ehxB
942026-08-28T21:23:53.267Z++ set -o xtrace
952026-08-28T21:23:53.267Z++++ dirname ./env.sh
962026-08-28T21:23:53.270Z+++ readlink -f .
972026-08-28T21:23:53.273Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-28T21:23:53.273Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-28T21:23:53.273Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-28T21:23:53.273Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-28T21:23:53.273Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-28T21:23:53.273Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-28T21:23:53.273Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-28T21:23:53.273Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-28T21:23:53.273Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-28T21:23:53.273Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-28T21:23:53.273Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-28T21:23:53.273Z++ case $OLD_SHELL_OPTS in
1092026-08-28T21:23:53.273Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-28T21:23:53.273Z+ source .github/buildomat/ci-env.sh
1112026-08-28T21:23:53.274Z++ export CARGO_TERM_COLOR=always
1122026-08-28T21:23:53.274Z++ CARGO_TERM_COLOR=always
1132026-08-28T21:23:53.274Z+++ uname -s
1142026-08-28T21:23:53.274Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-28T21:23:53.274Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-28T21:23:53.277Z+ cargo --version
1172026-08-28T21:23:53.283Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-28T21:23:53.285Z+ rustc --version
1192026-08-28T21:23:53.306Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-28T21:23:53.309Z+ banner prerequisites
1212026-08-28T21:23:53.309Z
1222026-08-28T21:23:53.309Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-28T21:23:53.309Z # # # # # # # # # # # # # # #
1242026-08-28T21:23:53.309Z # # # # ##### # # ##### # # # # # #### #
1252026-08-28T21:23:53.309Z ##### ##### # ##### # # # # # # # # #
1262026-08-28T21:23:53.309Z # # # # # # # # # # # # # # #
1272026-08-28T21:23:53.309Z # # # ###### # # ###### ### # #### # #### #
1282026-08-28T21:23:53.309Z
1292026-08-28T21:23:53.309Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-28T21:23:55.234Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-28T21:23:55.634Z Startup: Caching catalogs ... Done
1322026-08-28T21:23:57.881ZPlanning: Solver setup ... Done (2.124s)
1332026-08-28T21:23:57.945ZPlanning: Running solver ... Done (0.064s)
1342026-08-28T21:23:57.996ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-28T21:23:58.008ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-28T21:23:58.027ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-28T21:23:58.045ZPlanning: Package planning ... Done (0.013s)
1382026-08-28T21:23:58.048ZPlanning: Merging actions ... Done (0.001s)
1392026-08-28T21:23:58.271ZPlanning: Checking for conflicting actions ... Done (0.228s)
1402026-08-28T21:23:58.274ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-28T21:23:59.054ZPlanning: Evaluating mediators ... Done (0.783s)
1422026-08-28T21:23:59.058ZPlanning: Planning completed in 3.39 seconds
1432026-08-28T21:23:59.065Z Packages to install: 2
1442026-08-28T21:23:59.068Z Estimated space available: 156.00 GB
1452026-08-28T21:23:59.068ZEstimated space to be consumed: 83.65 MB
1462026-08-28T21:23:59.068Z Create boot environment: No
1472026-08-28T21:23:59.068ZCreate backup boot environment: No
1482026-08-28T21:23:59.068Z Rebuild boot archive: No
1492026-08-28T21:23:59.068Z
1502026-08-28T21:23:59.068ZChanged packages:
1512026-08-28T21:23:59.068Zhelios
1522026-08-28T21:23:59.068Z developer/build-essential
1532026-08-28T21:23:59.068Z None -> 11-3.0
1542026-08-28T21:23:59.068Z library/libxmlsec1
1552026-08-28T21:23:59.068Z None -> 1.2.35-3.0
1562026-08-28T21:23:59.088Z
1572026-08-28T21:23:59.088ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-28T21:23:59.163ZDownload: Completed 1.28 MB in 0.08 seconds (17.0M/s)
1592026-08-28T21:23:59.224Z Actions: 1/268 actions (Installing new actions)
1602026-08-28T21:23:59.263Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-28T21:23:59.298ZFinalize: Updating package state database ... Done (0.037s)
1622026-08-28T21:23:59.299ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-28T21:23:59.392ZFinalize: Updating image state ... Done (0.093s)
1642026-08-28T21:24:01.849ZFinalize: Creating fast lookup database ... Done (2.402s)
1652026-08-28T21:24:01.913ZFinalize: Reading search index ... Done (0.012s)
1662026-08-28T21:24:01.916ZFinalize: Updating search index ... Done (0.000s)
1672026-08-28T21:24:02.007ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-28T21:24:02.380ZPlanning: Evaluating mediator changes ... Done
1692026-08-28T21:24:02.485ZPlanning: Checking for conflicting actions ... Done
1702026-08-28T21:24:02.487ZPlanning: Consolidating action changes ... Done
1712026-08-28T21:24:02.641ZPlanning: Evaluating mediators ... Done
1722026-08-28T21:24:02.644ZPlanning: Planning completed in 0.26 seconds
1732026-08-28T21:24:02.663Z Mediators to change: 2
1742026-08-28T21:24:02.663Z Create boot environment: No
1752026-08-28T21:24:02.663ZCreate backup boot environment: No
1762026-08-28T21:24:02.738ZFinalize: Updating package state database ... Done
1772026-08-28T21:24:02.738ZFinalize: Updating package cache ... Done
1782026-08-28T21:24:02.785ZFinalize: Updating image state ... Done
1792026-08-28T21:24:04.718ZFinalize: Creating fast lookup database ... Done
1802026-08-28T21:24:04.779ZFinalize: Reading search index ... Done
1812026-08-28T21:24:04.782ZFinalize: Updating search index ... Done
1822026-08-28T21:24:04.860ZFinalize: Updating package cache ... Done
1832026-08-28T21:24:05.148ZPlanning: Evaluating mediator changes ... Done
1842026-08-28T21:24:05.253ZPlanning: Checking for conflicting actions ... Done
1852026-08-28T21:24:05.257ZPlanning: Consolidating action changes ... Done
1862026-08-28T21:24:05.409ZPlanning: Evaluating mediators ... Done
1872026-08-28T21:24:05.412ZPlanning: Planning completed in 0.26 seconds
1882026-08-28T21:24:05.432Z Mediators to change: 1
1892026-08-28T21:24:05.432Z Create boot environment: No
1902026-08-28T21:24:05.435ZCreate backup boot environment: No
1912026-08-28T21:24:05.483ZFinalize: Updating package state database ... Done
1922026-08-28T21:24:05.483ZFinalize: Updating package cache ... Done
1932026-08-28T21:24:05.539ZFinalize: Updating image state ... Done
1942026-08-28T21:24:07.470ZFinalize: Creating fast lookup database ... Done
1952026-08-28T21:24:07.532ZFinalize: Reading search index ... Done
1962026-08-28T21:24:07.535ZFinalize: Updating search index ... Done
1972026-08-28T21:24:07.612ZFinalize: Updating package cache ... Done
1982026-08-28T21:24:07.923ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-28T21:24:07.923Zapache system 2.4 system
2002026-08-28T21:24:07.923Zclang system 15 system
2012026-08-28T21:24:07.923Zcsh system system illumos
2022026-08-28T21:24:07.923Zctags system system illumos
2032026-08-28T21:24:07.923Zfile vendor vendor darwinsys
2042026-08-28T21:24:07.923Zfile system system illumos
2052026-08-28T21:24:07.923Zgcc vendor 14 vendor
2062026-08-28T21:24:07.923Zgcc system 13 system
2072026-08-28T21:24:07.923Zgcc system 10 system
2082026-08-28T21:24:07.923Zgo system 1.25 system
2092026-08-28T21:24:07.924Zllvm system 15 system
2102026-08-28T21:24:07.924Zmariadb system 11.4 system
2112026-08-28T21:24:07.924Zmta vendor vendor dma
2122026-08-28T21:24:07.924Zopenjdk system 17 system
2132026-08-28T21:24:07.924Zopenjdk system 11 system
2142026-08-28T21:24:07.924Zopenssl vendor 3 vendor
2152026-08-28T21:24:07.924Zperl system 5.40 system
2162026-08-28T21:24:07.924Zpostgresql system 18 system
2172026-08-28T21:24:07.924Zpostgresql system 17 system
2182026-08-28T21:24:07.924Zpython vendor 3 vendor
2192026-08-28T21:24:07.924Zpython system 2 system
2202026-08-28T21:24:07.924Zpython3 vendor 3.13 vendor
2212026-08-28T21:24:07.924Zruby system 3.4 system
2222026-08-28T21:24:07.924Zruby system 3.0 system
2232026-08-28T21:24:07.924Zwords vendor vendor american-english
2242026-08-28T21:24:07.924Zwords system system australian-english
2252026-08-28T21:24:07.924Zwords system system british-english
2262026-08-28T21:24:07.924Zwords system system canadian-english
2272026-08-28T21:24:07.924Zwords system system french
2282026-08-28T21:24:07.924Zwords system system italian
2292026-08-28T21:24:07.924Zwords system system ngerman
2302026-08-28T21:24:07.924Zwords system system ogerman
2312026-08-28T21:24:07.924Zwords system system spanish
2322026-08-28T21:24:08.173ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-28T21:24:08.173Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-28T21:24:08.674ZFMRI IFO
2352026-08-28T21:24:08.675Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-28T21:24:08.675Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-28T21:24:08.675Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-28T21:24:08.675Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-28T21:24:08.675Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-28T21:24:08.675Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-28T21:24:08.675Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-28T21:24:08.675Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-28T21:24:08.675Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-28T21:24:09.021Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-28T21:24:09.380Z Updating crates.io index
2462026-08-28T21:24:09.383Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-28T21:24:09.658Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-28T21:24:10.235Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2492026-08-28T21:24:10.548Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-28T21:24:11.599Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-08-28T21:24:12.152Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-28T21:24:13.726Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-28T21:24:14.628Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-28T21:24:14.936Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-08-28T21:24:15.332Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-08-28T21:24:16.520Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-08-28T21:24:16.822Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-28T21:24:17.225Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-08-28T21:24:17.551Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-08-28T21:24:17.828Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-08-28T21:24:18.094Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-08-28T21:24:18.429Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-08-28T21:24:18.719Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-08-28T21:24:19.079Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-28T21:24:20.624Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-28T21:24:21.018Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-28T21:24:21.496Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-28T21:24:21.875Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-28T21:24:22.447Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-28T21:24:22.813Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-28T21:24:23.110Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-28T21:24:23.541Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-28T21:24:24.118Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-28T21:24:24.558Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-28T21:24:24.936Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-28T21:24:25.263Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-28T21:24:25.602Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-28T21:24:26.037Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-28T21:24:26.623Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-28T21:24:26.923Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-28T21:24:27.210Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-28T21:24:27.620Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-28T21:24:27.950Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-28T21:24:28.246Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-28T21:24:28.531Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-28T21:24:28.790Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-28T21:24:29.071Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-28T21:24:29.345Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-08-28T21:24:32.303Z Downloading crates ...
2902026-08-28T21:24:32.342Z Downloaded anstyle-query v1.1.5
2912026-08-28T21:24:32.346Z Downloaded fastrand v2.3.0
2922026-08-28T21:24:32.346Z Downloaded heck v0.5.0
2932026-08-28T21:24:32.349Z Downloaded itoa v1.0.17
2942026-08-28T21:24:32.355Z Downloaded once_cell v1.21.3
2952026-08-28T21:24:32.359Z Downloaded scroll v0.12.0
2962026-08-28T21:24:32.364Z Downloaded clap v4.6.1
2972026-08-28T21:24:32.369Z Downloaded usdt-attr-macro v0.5.0
2982026-08-28T21:24:32.369Z Downloaded proc-macro-error v1.0.4
2992026-08-28T21:24:32.372Z Downloaded autocfg v1.5.0
3002026-08-28T21:24:32.372Z Downloaded anstream v1.0.0
3012026-08-28T21:24:32.372Z Downloaded serde v1.0.228
3022026-08-28T21:24:32.375Z Downloaded zerocopy v0.7.35
3032026-08-28T21:24:32.382Z Downloaded syn v2.0.117
3042026-08-28T21:24:32.387Z Downloaded anstyle-parse v1.0.0
3052026-08-28T21:24:32.390Z Downloaded hashbrown v0.17.0
3062026-08-28T21:24:32.393Z Downloaded is_terminal_polyfill v1.70.2
3072026-08-28T21:24:32.393Z Downloaded colorchoice v1.0.4
3082026-08-28T21:24:32.393Z Downloaded pest_generator v2.8.6
3092026-08-28T21:24:32.397Z Downloaded camino-tempfile v1.4.1
3102026-08-28T21:24:32.397Z Downloaded cargo_metadata v0.23.1
3112026-08-28T21:24:32.401Z Downloaded papergrid v0.11.0
3122026-08-28T21:24:32.403Z Downloaded anyhow v1.0.104
3132026-08-28T21:24:32.404Z Downloaded errno v0.3.14
3142026-08-28T21:24:32.404Z Downloaded block-buffer v0.10.4
3152026-08-28T21:24:32.407Z Downloaded cargo-platform v0.3.2
3162026-08-28T21:24:32.407Z Downloaded smawk v0.3.2
3172026-08-28T21:24:32.407Z Downloaded equivalent v1.0.2
3182026-08-28T21:24:32.410Z Downloaded thread-id v4.2.2
3192026-08-28T21:24:32.410Z Downloaded pretty-hex v0.4.1
3202026-08-28T21:24:32.410Z Downloaded dof v0.3.0
3212026-08-28T21:24:32.414Z Downloaded utf8parse v0.2.2
3222026-08-28T21:24:32.418Z Downloaded heck v0.4.1
3232026-08-28T21:24:32.421Z Downloaded cfg-if v1.0.4
3242026-08-28T21:24:32.425Z Downloaded memmap v0.7.0
3252026-08-28T21:24:32.428Z Downloaded semver v1.0.28
3262026-08-28T21:24:32.431Z Downloaded camino v1.2.5
3272026-08-28T21:24:32.434Z Downloaded byteorder v1.5.0
3282026-08-28T21:24:32.438Z Downloaded cpufeatures v0.2.17
3292026-08-28T21:24:32.441Z Downloaded dtrace-parser v0.2.0
3302026-08-28T21:24:32.442Z Downloaded toml_write v0.1.2
3312026-08-28T21:24:32.442Z Downloaded macaddr v1.0.1
3322026-08-28T21:24:32.446Z Downloaded generic-array v0.14.7
3332026-08-28T21:24:32.446Z Downloaded clap_lex v1.0.0
3342026-08-28T21:24:32.451Z Downloaded serde_spanned v0.6.9
3352026-08-28T21:24:32.451Z Downloaded tabled_derive v0.7.0
3362026-08-28T21:24:32.451Z Downloaded terminal_size v0.4.3
3372026-08-28T21:24:32.451Z Downloaded usdt-macro v0.5.0
3382026-08-28T21:24:32.451Z Downloaded bytecount v0.6.9
3392026-08-28T21:24:32.451Z Downloaded strsim v0.11.1
3402026-08-28T21:24:32.451Z Downloaded thiserror-impl v1.0.69
3412026-08-28T21:24:32.451Z Downloaded usdt-impl v0.5.0
3422026-08-28T21:24:32.454Z Downloaded digest v0.10.7
3432026-08-28T21:24:32.454Z Downloaded sha2 v0.10.9
3442026-08-28T21:24:32.454Z Downloaded proc-macro-error-attr v1.0.4
3452026-08-28T21:24:32.454Z Downloaded toml_datetime v0.6.11
3462026-08-28T21:24:32.454Z Downloaded swrite v0.1.0
3472026-08-28T21:24:32.459Z Downloaded plain v0.2.3
3482026-08-28T21:24:32.463Z Downloaded scroll_derive v0.12.1
3492026-08-28T21:24:32.463Z Downloaded fnv v1.0.7
3502026-08-28T21:24:32.468Z Downloaded usdt v0.5.0
3512026-08-28T21:24:32.469Z Downloaded fs-err v3.3.0
3522026-08-28T21:24:32.475Z Downloaded unicode-linebreak v0.1.5
3532026-08-28T21:24:32.480Z Downloaded version_check v0.9.5
3542026-08-28T21:24:32.483Z Downloaded crypto-common v0.1.7
3552026-08-28T21:24:32.488Z Downloaded anstyle v1.0.14
3562026-08-28T21:24:32.488Z Downloaded cargo_toml v0.21.0
3572026-08-28T21:24:32.491Z Downloaded thiserror v1.0.69
3582026-08-28T21:24:32.492Z Downloaded getrandom v0.4.3
3592026-08-28T21:24:32.495Z Downloaded log v0.4.33
3602026-08-28T21:24:32.495Z Downloaded quote v1.0.45
3612026-08-28T21:24:32.498Z Downloaded serde_tokenstream v0.2.3
3622026-08-28T21:24:32.498Z Downloaded thiserror-impl v2.0.18
3632026-08-28T21:24:32.498Z Downloaded pest_derive v2.8.6
3642026-08-28T21:24:32.502Z Downloaded zmij v1.0.21
3652026-08-28T21:24:32.506Z Downloaded zerocopy-derive v0.7.35
3662026-08-28T21:24:32.510Z Downloaded tempfile v3.27.0
3672026-08-28T21:24:32.514Z Downloaded bitflags v2.11.0
3682026-08-28T21:24:32.517Z Downloaded thiserror v2.0.18
3692026-08-28T21:24:32.517Z Downloaded clap_derive v4.6.1
3702026-08-28T21:24:32.520Z Downloaded unicode-ident v1.0.24
3712026-08-28T21:24:32.520Z Downloaded proc-macro2 v1.0.106
3722026-08-28T21:24:32.523Z Downloaded ucd-trie v0.1.7
3732026-08-28T21:24:32.526Z Downloaded textwrap v0.16.2
3742026-08-28T21:24:32.526Z Downloaded toml v0.8.23
3752026-08-28T21:24:32.532Z Downloaded toml_edit v0.22.27
3762026-08-28T21:24:32.535Z Downloaded serde_derive v1.0.228
3772026-08-28T21:24:32.538Z Downloaded pest_meta v2.8.6
3782026-08-28T21:24:32.541Z Downloaded serde_core v1.0.228
3792026-08-28T21:24:32.557Z Downloaded memchr v2.8.0
3802026-08-28T21:24:32.560Z Downloaded indexmap v2.14.0
3812026-08-28T21:24:32.563Z Downloaded typenum v1.20.1
3822026-08-28T21:24:32.572Z Downloaded pest v2.8.6
3832026-08-28T21:24:32.596Z Downloaded clap_builder v4.6.0
3842026-08-28T21:24:32.599Z Downloaded serde_json v1.0.151
3852026-08-28T21:24:32.603Z Downloaded winnow v0.7.14
3862026-08-28T21:24:32.612Z Downloaded tabled v0.15.0
3872026-08-28T21:24:32.620Z Downloaded goblin v0.8.2
3882026-08-28T21:24:32.623Z Downloaded syn v1.0.109
3892026-08-28T21:24:32.628Z Downloaded unicode-width v0.1.14
3902026-08-28T21:24:32.631Z Downloaded unicode-width v0.2.0
3912026-08-28T21:24:32.638Z Downloaded rustix v1.1.4
3922026-08-28T21:24:32.658Z Downloaded libc v0.2.185
3932026-08-28T21:24:32.720Z Compiling proc-macro2 v1.0.106
3942026-08-28T21:24:32.720Z Compiling unicode-ident v1.0.24
3952026-08-28T21:24:32.720Z Compiling quote v1.0.45
3962026-08-28T21:24:32.720Z Compiling serde_core v1.0.228
3972026-08-28T21:24:32.724Z Compiling libc v0.2.185
3982026-08-28T21:24:32.724Z Compiling version_check v0.9.5
3992026-08-28T21:24:32.724Z Compiling memchr v2.8.0
4002026-08-28T21:24:32.724Z Compiling serde v1.0.228
4012026-08-28T21:24:33.099Z Compiling zmij v1.0.21
4022026-08-28T21:24:33.291Z Compiling thiserror v1.0.69
4032026-08-28T21:24:33.306Z Compiling itoa v1.0.17
4042026-08-28T21:24:33.337Z Compiling ucd-trie v0.1.7
4052026-08-28T21:24:33.541Z Compiling pest v2.8.6
4062026-08-28T21:24:33.595Z Compiling rustix v1.1.4
4072026-08-28T21:24:33.698Z Compiling byteorder v1.5.0
4082026-08-28T21:24:33.759Z Compiling errno v0.3.14
4092026-08-28T21:24:33.907Z Compiling bitflags v2.11.0
4102026-08-28T21:24:33.927Z Compiling serde_json v1.0.151
4112026-08-28T21:24:34.179Z Compiling thread-id v4.2.2
4122026-08-28T21:24:34.228Z Compiling syn v2.0.117
4132026-08-28T21:24:34.263Z Compiling usdt-impl v0.5.0
4142026-08-28T21:24:34.288Z Compiling proc-macro-error-attr v1.0.4
4152026-08-28T21:24:34.381Z Compiling camino v1.2.5
4162026-08-28T21:24:34.477Z Compiling syn v1.0.109
4172026-08-28T21:24:34.648Z Compiling pest_meta v2.8.6
4182026-08-28T21:24:34.744Z Compiling proc-macro-error v1.0.4
4192026-08-28T21:24:34.764Z Compiling log v0.4.33
4202026-08-28T21:24:34.828Z Compiling equivalent v1.0.2
4212026-08-28T21:24:34.919Z Compiling utf8parse v0.2.2
4222026-08-28T21:24:34.936Z Compiling getrandom v0.4.3
4232026-08-28T21:24:34.952Z Compiling plain v0.2.3
4242026-08-28T21:24:35.035Z Compiling hashbrown v0.17.0
4252026-08-28T21:24:35.252Z Compiling anstyle-parse v1.0.0
4262026-08-28T21:24:35.314Z Compiling terminal_size v0.4.3
4272026-08-28T21:24:35.574Z Compiling indexmap v2.14.0
4282026-08-28T21:24:35.861Z Compiling autocfg v1.5.0
4292026-08-28T21:24:35.979Z Compiling anstyle v1.0.14
4302026-08-28T21:24:36.060Z Compiling is_terminal_polyfill v1.70.2
4312026-08-28T21:24:36.167Z Compiling winnow v0.7.14
4322026-08-28T21:24:36.194Z Compiling toml_write v0.1.2
4332026-08-28T21:24:36.226Z Compiling pretty-hex v0.4.1
4342026-08-28T21:24:36.249Z Compiling cfg-if v1.0.4
4352026-08-28T21:24:36.285Z Compiling anstyle-query v1.1.5
4362026-08-28T21:24:36.325Z Compiling thiserror v2.0.18
4372026-08-28T21:24:36.363Z Compiling colorchoice v1.0.4
4382026-08-28T21:24:36.416Z Compiling fs-err v3.3.0
4392026-08-28T21:24:36.482Z Compiling pest_generator v2.8.6
4402026-08-28T21:24:36.575Z Compiling anstream v1.0.0
4412026-08-28T21:24:36.706Z Compiling fnv v1.0.7
4422026-08-28T21:24:36.819Z Compiling heck v0.4.1
4432026-08-28T21:24:36.857Z Compiling heck v0.5.0
4442026-08-28T21:24:36.874Z Compiling strsim v0.11.1
4452026-08-28T21:24:36.889Z Compiling fastrand v2.3.0
4462026-08-28T21:24:37.039Z Compiling unicode-width v0.1.14
4472026-08-28T21:24:37.094Z Compiling clap_lex v1.0.0
4482026-08-28T21:24:37.150Z Compiling bytecount v0.6.9
4492026-08-28T21:24:37.168Z Compiling once_cell v1.21.3
4502026-08-28T21:24:37.214Z Compiling anyhow v1.0.104
4512026-08-28T21:24:37.290Z Compiling papergrid v0.11.0
4522026-08-28T21:24:37.315Z Compiling clap_builder v4.6.0
4532026-08-28T21:24:37.333Z Compiling tempfile v3.27.0
4542026-08-28T21:24:37.434Z Compiling tabled_derive v0.7.0
4552026-08-28T21:24:37.487Z Compiling semver v1.0.28
4562026-08-28T21:24:37.714Z Compiling cargo-platform v0.3.2
4572026-08-28T21:24:37.749Z Compiling memmap v0.7.0
4582026-08-28T21:24:37.793Z Compiling unicode-linebreak v0.1.5
4592026-08-28T21:24:37.886Z Compiling smawk v0.3.2
4602026-08-28T21:24:37.936Z Compiling unicode-width v0.2.0
4612026-08-28T21:24:38.036Z Compiling camino-tempfile v1.4.1
4622026-08-28T21:24:38.117Z Compiling serde_derive v1.0.228
4632026-08-28T21:24:38.215Z Compiling thiserror-impl v1.0.69
4642026-08-28T21:24:38.266Z Compiling zerocopy-derive v0.7.35
4652026-08-28T21:24:38.335Z Compiling pest_derive v2.8.6
4662026-08-28T21:24:38.352Z Compiling scroll_derive v0.12.1
4672026-08-28T21:24:38.378Z Compiling thiserror-impl v2.0.18
4682026-08-28T21:24:38.784Z Compiling clap_derive v4.6.1
4692026-08-28T21:24:38.802Z Compiling tabled v0.15.0
4702026-08-28T21:24:39.023Z Compiling scroll v0.12.0
4712026-08-28T21:24:39.124Z Compiling zerocopy v0.7.35
4722026-08-28T21:24:39.310Z Compiling goblin v0.8.2
4732026-08-28T21:24:39.588Z Compiling dtrace-parser v0.2.0
4742026-08-28T21:24:39.687Z Compiling textwrap v0.16.2
4752026-08-28T21:24:39.825Z Compiling swrite v0.1.0
4762026-08-28T21:24:40.472Z Compiling clap v4.6.1
4772026-08-28T21:24:41.113Z Compiling dof v0.3.0
4782026-08-28T21:24:41.113Z Compiling toml_datetime v0.6.11
4792026-08-28T21:24:41.116Z Compiling serde_spanned v0.6.9
4802026-08-28T21:24:41.116Z Compiling serde_tokenstream v0.2.3
4812026-08-28T21:24:41.117Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-28T21:24:41.193Z Compiling cargo_metadata v0.23.1
4832026-08-28T21:24:41.197Z Compiling macaddr v1.0.1
4842026-08-28T21:24:41.339Z Compiling toml_edit v0.22.27
4852026-08-28T21:24:41.921Z Compiling usdt-attr-macro v0.5.0
4862026-08-28T21:24:41.921Z Compiling usdt-macro v0.5.0
4872026-08-28T21:24:42.544Z Compiling usdt v0.5.0
4882026-08-28T21:24:42.668Z Compiling toml v0.8.23
4892026-08-28T21:24:43.001Z Compiling cargo_toml v0.21.0
4902026-08-28T21:24:44.274Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-08-28T21:24:46.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.43s
4922026-08-28T21:24:46.486Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-08-28T21:24:46.996Z Downloading crates ...
4942026-08-28T21:24:47.051Z Downloaded adler2 v2.0.1
4952026-08-28T21:24:47.057Z Downloaded cobs v0.3.0
4962026-08-28T21:24:47.062Z Downloaded arrayvec v0.7.6
4972026-08-28T21:24:47.062Z Downloaded bit-vec v0.6.3
4982026-08-28T21:24:47.065Z Downloaded aead v0.6.1
4992026-08-28T21:24:47.065Z Downloaded anstyle-parse v0.2.7
5002026-08-28T21:24:47.065Z Downloaded array-init v0.0.4
5012026-08-28T21:24:47.069Z Downloaded arrayref v0.3.9
5022026-08-28T21:24:47.072Z Downloaded embedded-io v0.6.1
5032026-08-28T21:24:47.072Z Downloaded ff v0.13.1
5042026-08-28T21:24:47.072Z Downloaded assert_matches v1.5.0
5052026-08-28T21:24:47.076Z Downloaded futures-macro v0.3.32
5062026-08-28T21:24:47.076Z Downloaded ascii-canvas v3.0.0
5072026-08-28T21:24:47.079Z Downloaded find-msvc-tools v0.1.9
5082026-08-28T21:24:47.079Z Downloaded bit-set v0.5.3
5092026-08-28T21:24:47.079Z Downloaded bit-set v0.8.0
5102026-08-28T21:24:47.079Z Downloaded endian-type v0.1.2
5112026-08-28T21:24:47.079Z Downloaded fixedbitset v0.5.7
5122026-08-28T21:24:47.082Z Downloaded addr2line v0.25.1
5132026-08-28T21:24:47.082Z Downloaded cmake v0.1.57
5142026-08-28T21:24:47.082Z Downloaded anstream v0.6.21
5152026-08-28T21:24:47.085Z Downloaded cassowary v0.3.0
5162026-08-28T21:24:47.085Z Downloaded cbc v0.2.1
5172026-08-28T21:24:47.085Z Downloaded const-oid v0.10.2
5182026-08-28T21:24:47.088Z Downloaded atty v0.2.14
5192026-08-28T21:24:47.088Z Downloaded async-recursion v1.1.1
5202026-08-28T21:24:47.088Z Downloaded bcrypt-pbkdf v0.11.0
5212026-08-28T21:24:47.088Z Downloaded argon2 v0.5.3
5222026-08-28T21:24:47.091Z Downloaded fixedbitset v0.4.2
5232026-08-28T21:24:47.091Z Downloaded futures-io v0.3.32
5242026-08-28T21:24:47.091Z Downloaded enum-as-inner v0.6.1
5252026-08-28T21:24:47.094Z Downloaded env_filter v2.0.0
5262026-08-28T21:24:47.094Z Downloaded foreign-types-shared v0.3.1
5272026-08-28T21:24:47.094Z Downloaded async-stream-impl v0.3.6
5282026-08-28T21:24:47.097Z Downloaded foreign-types-shared v0.1.1
5292026-08-28T21:24:47.101Z Downloaded async-stream v0.3.6
5302026-08-28T21:24:47.101Z Downloaded futures-sink v0.3.32
5312026-08-28T21:24:47.101Z Downloaded embedded-io v0.4.0
5322026-08-28T21:24:47.101Z Downloaded base16ct v1.0.0
5332026-08-28T21:24:47.104Z Downloaded foreign-types-macros v0.2.3
5342026-08-28T21:24:47.104Z Downloaded bitfield v0.19.4
5352026-08-28T21:24:47.107Z Downloaded flagset v0.4.7
5362026-08-28T21:24:47.107Z Downloaded foreign-types v0.5.0
5372026-08-28T21:24:47.110Z Downloaded cfg_aliases v0.1.1
5382026-08-28T21:24:47.110Z Downloaded ciborium-io v0.2.2
5392026-08-28T21:24:47.110Z Downloaded backtrace-ext v0.2.1
5402026-08-28T21:24:47.113Z Downloaded futures-core v0.3.32
5412026-08-28T21:24:47.116Z Downloaded funty v2.0.0
5422026-08-28T21:24:47.116Z Downloaded float-cmp v0.10.0
5432026-08-28T21:24:47.119Z Downloaded compression-core v0.4.31
5442026-08-28T21:24:47.119Z Downloaded fd-lock v4.0.4
5452026-08-28T21:24:47.122Z Downloaded atomic-waker v1.1.2
5462026-08-28T21:24:47.122Z Downloaded aead v0.5.2
5472026-08-28T21:24:47.122Z Downloaded bb8 v0.8.6
5482026-08-28T21:24:47.122Z Downloaded env_logger v0.11.11
5492026-08-28T21:24:47.125Z Downloaded async-trait v0.1.89
5502026-08-28T21:24:47.125Z Downloaded bit-vec v0.8.0
5512026-08-28T21:24:47.128Z Downloaded ff v0.14.0
5522026-08-28T21:24:47.128Z Downloaded group v0.13.0
5532026-08-28T21:24:47.128Z Downloaded foldhash v0.1.5
5542026-08-28T21:24:47.128Z Downloaded argon2 v0.6.0-rc.8
5552026-08-28T21:24:47.131Z Downloaded float-ord v0.3.2
5562026-08-28T21:24:47.131Z Downloaded futures-channel v0.3.32
5572026-08-28T21:24:47.131Z Downloaded foreign-types v0.3.2
5582026-08-28T21:24:47.131Z Downloaded form_urlencoded v1.2.2
5592026-08-28T21:24:47.131Z Downloaded fxhash v0.2.1
5602026-08-28T21:24:47.131Z Downloaded futures-task v0.3.32
5612026-08-28T21:24:47.134Z Downloaded bitfield-struct v0.6.2
5622026-08-28T21:24:47.134Z Downloaded base64ct v1.8.3
5632026-08-28T21:24:47.134Z Downloaded async-bb8-diesel v0.2.1
5642026-08-28T21:24:47.137Z Downloaded ciborium-ll v0.2.2
5652026-08-28T21:24:47.137Z Downloaded atomicwrites v0.4.4
5662026-08-28T21:24:47.137Z Downloaded block-buffer v0.12.1
5672026-08-28T21:24:47.137Z Downloaded enum_dispatch v0.3.13
5682026-08-28T21:24:47.140Z Downloaded fs_extra v1.3.0
5692026-08-28T21:24:47.140Z Downloaded base16ct v0.2.0
5702026-08-28T21:24:47.140Z Downloaded gethostname v0.5.0
5712026-08-28T21:24:47.140Z Downloaded block-padding v0.4.2
5722026-08-28T21:24:47.143Z Downloaded ena v0.14.4
5732026-08-28T21:24:47.143Z Downloaded bitfield-macros v0.19.4
5742026-08-28T21:24:47.143Z Downloaded cfg_aliases v0.2.1
5752026-08-28T21:24:47.143Z Downloaded ghash v0.6.0
5762026-08-28T21:24:47.146Z Downloaded hash32 v0.3.1
5772026-08-28T21:24:47.146Z Downloaded http-body v1.0.1
5782026-08-28T21:24:47.151Z Downloaded home v0.5.12
5792026-08-28T21:24:47.154Z Downloaded hubpack_derive v0.1.1
5802026-08-28T21:24:47.154Z Downloaded hostname v0.3.1
5812026-08-28T21:24:47.157Z Downloaded http-range v0.1.5
5822026-08-28T21:24:47.157Z Downloaded half v1.8.3
5832026-08-28T21:24:47.157Z Downloaded newline-converter v0.3.0
5842026-08-28T21:24:47.157Z Downloaded getrandom v0.2.17
5852026-08-28T21:24:47.160Z Downloaded foldhash v0.2.0
5862026-08-28T21:24:47.163Z Downloaded hubpack v0.1.2
5872026-08-28T21:24:47.166Z Downloaded hex-literal v1.1.0
5882026-08-28T21:24:47.166Z Downloaded nodrop v0.1.14
5892026-08-28T21:24:47.170Z Downloaded castaway v0.2.4
5902026-08-28T21:24:47.170Z Downloaded hash32 v0.2.1
5912026-08-28T21:24:47.170Z Downloaded headers-core v0.3.0
5922026-08-28T21:24:47.170Z Downloaded nibble_vec v0.1.0
5932026-08-28T21:24:47.173Z Downloaded hostname v0.4.2
5942026-08-28T21:24:47.176Z Downloaded globwalk v0.9.1
5952026-08-28T21:24:47.176Z Downloaded num_threads v0.1.7
5962026-08-28T21:24:47.179Z Downloaded blowfish v0.10.0
5972026-08-28T21:24:47.182Z Downloaded opaque-debug v0.3.1
5982026-08-28T21:24:47.182Z Downloaded git-stub v1.0.0
5992026-08-28T21:24:47.185Z Downloaded cexpr v0.6.0
6002026-08-28T21:24:47.185Z Downloaded oxide-generation-macros v0.2.0
6012026-08-28T21:24:47.188Z Downloaded backoff v0.4.0
6022026-08-28T21:24:47.188Z Downloaded bcs v0.1.6
6032026-08-28T21:24:47.188Z Downloaded password-hash v0.6.1
6042026-08-28T21:24:47.192Z Downloaded predicates-tree v1.0.13
6052026-08-28T21:24:47.192Z Downloaded proc-macro-crate v1.3.1
6062026-08-28T21:24:47.192Z Downloaded hex v0.4.3
6072026-08-28T21:24:47.194Z Downloaded bitflags v1.3.2
6082026-08-28T21:24:47.194Z Downloaded progenitor-macro v0.13.0
6092026-08-28T21:24:47.197Z Downloaded futures-executor v0.3.32
6102026-08-28T21:24:47.202Z Downloaded fallible-iterator v0.2.0
6112026-08-28T21:24:47.202Z Downloaded globset v0.4.18
6122026-08-28T21:24:47.202Z Downloaded backon v1.6.0
6132026-08-28T21:24:47.205Z Downloaded erased-serde v0.3.31
6142026-08-28T21:24:47.209Z Downloaded http-body-util v0.1.3
6152026-08-28T21:24:47.209Z Downloaded predicates-core v1.0.10
6162026-08-28T21:24:47.209Z Downloaded fs-err v2.11.0
6172026-08-28T21:24:47.209Z Downloaded rand_xorshift v0.4.0
6182026-08-28T21:24:47.209Z Downloaded rfc6979 v0.4.0
6192026-08-28T21:24:47.215Z Downloaded serde_bytes v0.11.19
6202026-08-28T21:24:47.218Z Downloaded elliptic-curve v0.14.1
6212026-08-28T21:24:47.218Z Downloaded group v0.14.0
6222026-08-28T21:24:47.218Z Downloaded buf-list v1.1.2
6232026-08-28T21:24:47.218Z Downloaded cmov v0.5.4
6242026-08-28T21:24:47.221Z Downloaded rustc-hash v2.1.1
6252026-08-28T21:24:47.224Z Downloaded siphasher v1.0.2
6262026-08-28T21:24:47.224Z Downloaded cipher v0.4.4
6272026-08-28T21:24:47.226Z Downloaded serde_urlencoded v0.7.1
6282026-08-28T21:24:47.227Z Downloaded cipher v0.5.2
6292026-08-28T21:24:47.231Z Downloaded compression-codecs v0.4.37
6302026-08-28T21:24:47.231Z Downloaded chacha20 v0.9.1
6312026-08-28T21:24:47.235Z Downloaded sha1 v0.10.6
6322026-08-28T21:24:47.235Z Downloaded strip-ansi-escapes v0.2.1
6332026-08-28T21:24:47.235Z Downloaded strsim v0.10.0
6342026-08-28T21:24:47.235Z Downloaded bs58 v0.5.1
6352026-08-28T21:24:47.238Z Downloaded take_mut v0.2.2
6362026-08-28T21:24:47.238Z Downloaded thread-id v5.1.0
6372026-08-28T21:24:47.238Z Downloaded num-integer v0.1.46
6382026-08-28T21:24:47.238Z Downloaded num-iter v0.1.45
6392026-08-28T21:24:47.244Z Downloaded sponge-cursor v0.1.0
6402026-08-28T21:24:47.247Z Downloaded glob v0.3.3
6412026-08-28T21:24:47.247Z Downloaded subtle v2.6.1
6422026-08-28T21:24:47.251Z Downloaded clang-sys v1.8.1
6432026-08-28T21:24:47.254Z Downloaded ahash v0.8.12
6442026-08-28T21:24:47.254Z Downloaded blake2 v0.11.0-rc.6
6452026-08-28T21:24:47.259Z Downloaded password-hash v0.5.0
6462026-08-28T21:24:47.262Z Downloaded progenitor v0.13.0
6472026-08-28T21:24:47.262Z Downloaded progenitor-extras v0.2.0
6482026-08-28T21:24:47.262Z Downloaded rand_core v0.9.5
6492026-08-28T21:24:47.268Z Downloaded tokio-macros v2.7.0
6502026-08-28T21:24:47.271Z Downloaded omicron-zone-package v0.12.3
6512026-08-28T21:24:47.271Z Downloaded testing_table v0.3.0
6522026-08-28T21:24:47.271Z Downloaded fatfs v0.3.6
6532026-08-28T21:24:47.271Z Downloaded filetime v0.2.27
6542026-08-28T21:24:47.275Z Downloaded httpdate v1.0.3
6552026-08-28T21:24:47.275Z Downloaded httparse v1.10.1
6562026-08-28T21:24:47.275Z Downloaded utf-8 v0.7.6
6572026-08-28T21:24:47.275Z Downloaded arc-swap v1.8.2
6582026-08-28T21:24:47.278Z Downloaded peg-macros v0.8.5
6592026-08-28T21:24:47.278Z Downloaded phc v0.6.1
6602026-08-28T21:24:47.278Z Downloaded phf v0.13.1
6612026-08-28T21:24:47.278Z Downloaded radium v0.7.0
6622026-08-28T21:24:47.281Z Downloaded unarray v0.1.4
6632026-08-28T21:24:47.281Z Downloaded unit-prefix v0.5.2
6642026-08-28T21:24:47.281Z Downloaded universal-hash v0.5.1
6652026-08-28T21:24:47.281Z Downloaded schemars_derive v0.8.22
6662026-08-28T21:24:47.284Z Downloaded want v0.3.1
6672026-08-28T21:24:47.284Z Downloaded futures v0.3.32
6682026-08-28T21:24:47.287Z Downloaded xshell-macros v0.2.7
6692026-08-28T21:24:47.287Z Downloaded zerofrom v0.1.6
6702026-08-28T21:24:47.287Z Downloaded convert_case v0.4.0
6712026-08-28T21:24:47.290Z Downloaded yoke-derive v0.8.1
6722026-08-28T21:24:47.290Z Downloaded console v0.16.2
6732026-08-28T21:24:47.290Z Downloaded bzip2 v0.4.4
6742026-08-28T21:24:47.290Z Downloaded colored v2.2.0
6752026-08-28T21:24:47.293Z Downloaded const-oid v0.9.6
6762026-08-28T21:24:47.293Z Downloaded serde_tokenstream v0.3.0
6772026-08-28T21:24:47.293Z Downloaded bzip2 v0.6.1
6782026-08-28T21:24:47.296Z Downloaded colored v3.1.1
6792026-08-28T21:24:47.296Z Downloaded blake2 v0.10.6
6802026-08-28T21:24:47.296Z Downloaded sec1 v0.7.3
6812026-08-28T21:24:47.299Z Downloaded slab v0.4.12
6822026-08-28T21:24:47.299Z Downloaded slog-term v2.9.2
6832026-08-28T21:24:47.299Z Downloaded ciborium v0.2.2
6842026-08-28T21:24:47.302Z Downloaded support-bundle-viewer v0.1.2
6852026-08-28T21:24:47.302Z Downloaded thread_local v1.1.9
6862026-08-28T21:24:47.302Z Downloaded tokio-native-tls v0.3.1
6872026-08-28T21:24:47.302Z Downloaded byte-wrapper v0.1.0
6882026-08-28T21:24:47.305Z Downloaded cancel-safe-futures v0.1.5
6892026-08-28T21:24:47.305Z Downloaded chacha20 v0.10.0
6902026-08-28T21:24:47.308Z Downloaded console v0.15.11
6912026-08-28T21:24:47.308Z Downloaded zone_cfg_derive v0.3.1
6922026-08-28T21:24:47.308Z Downloaded camino-tempfile-ext v0.3.3
6932026-08-28T21:24:47.311Z Downloaded curve25519-dalek-derive v0.1.1
6942026-08-28T21:24:47.311Z Downloaded defmt-parser v1.0.0
6952026-08-28T21:24:47.314Z Downloaded difflib v0.4.0
6962026-08-28T21:24:47.314Z Downloaded generic-array v1.4.3
6972026-08-28T21:24:47.314Z Downloaded allocator-api2 v0.2.21
6982026-08-28T21:24:47.317Z Downloaded spki v0.8.0
6992026-08-28T21:24:47.320Z Downloaded git-stub-vcs v0.1.0
7002026-08-28T21:24:47.320Z Downloaded parking_lot v0.11.2
7012026-08-28T21:24:47.323Z Downloaded highway v1.3.0
7022026-08-28T21:24:47.326Z Downloaded hmac v0.12.1
7032026-08-28T21:24:47.329Z Downloaded backtrace v0.3.76
7042026-08-28T21:24:47.332Z Downloaded synstructure v0.13.2
7052026-08-28T21:24:47.335Z Downloaded dirs-sys-next v0.1.2
7062026-08-28T21:24:47.335Z Downloaded ident_case v1.0.1
7072026-08-28T21:24:47.335Z Downloaded illumos-nvpair-sys v0.2.0
7082026-08-28T21:24:47.338Z Downloaded dof v0.4.0
7092026-08-28T21:24:47.338Z Downloaded dtrace-parser v0.3.0
7102026-08-28T21:24:47.338Z Downloaded dunce v1.0.5
7112026-08-28T21:24:47.338Z Downloaded flume v0.11.1
7122026-08-28T21:24:47.343Z Downloaded indoc v1.0.9
7132026-08-28T21:24:47.343Z Downloaded phf v0.12.1
7142026-08-28T21:24:47.346Z Downloaded getrandom v0.3.4
7152026-08-28T21:24:47.346Z Downloaded poly1305 v0.9.0
7162026-08-28T21:24:47.346Z Downloaded postcard v1.1.3
7172026-08-28T21:24:47.346Z Downloaded tui-tree-widget v0.23.1
7182026-08-28T21:24:47.349Z Downloaded serde-hex v0.1.0
7192026-08-28T21:24:47.352Z Downloaded hyper-tls v0.6.0
7202026-08-28T21:24:47.352Z Downloaded vergen-lib v0.1.6
7212026-08-28T21:24:47.357Z Downloaded instability v0.3.11
7222026-08-28T21:24:47.357Z Downloaded is_ci v1.2.0
7232026-08-28T21:24:47.357Z Downloaded vergen-lib v9.1.0
7242026-08-28T21:24:47.357Z Downloaded jiff-static v0.2.34
7252026-08-28T21:24:47.363Z Downloaded wyz v0.5.1
7262026-08-28T21:24:47.366Z Downloaded convert_case v0.10.0
7272026-08-28T21:24:47.371Z Downloaded daft v0.1.8
7282026-08-28T21:24:47.374Z Downloaded lalrpop-util v0.19.12
7292026-08-28T21:24:47.374Z Downloaded lazy_static v1.5.0
7302026-08-28T21:24:47.374Z Downloaded lru-slab v0.1.2
7312026-08-28T21:24:47.378Z Downloaded match_cfg v0.1.0
7322026-08-28T21:24:47.380Z Downloaded nonempty v0.12.0
7332026-08-28T21:24:47.380Z Downloaded normalize-line-endings v0.3.0
7342026-08-28T21:24:47.381Z Downloaded memoffset v0.9.1
7352026-08-28T21:24:47.381Z Downloaded olpc-cjson v0.1.4
7362026-08-28T21:24:47.384Z Downloaded ctr v0.10.1
7372026-08-28T21:24:47.384Z Downloaded hmac v0.13.0
7382026-08-28T21:24:47.384Z Downloaded der_derive v0.7.3
7392026-08-28T21:24:47.386Z Downloaded base64 v0.22.1
7402026-08-28T21:24:47.386Z Downloaded papergrid v0.18.0
7412026-08-28T21:24:47.391Z Downloaded oso v0.27.3
7422026-08-28T21:24:47.395Z Downloaded oxide-update-engine-types v0.1.2
7432026-08-28T21:24:47.395Z Downloaded deranged v0.5.8
7442026-08-28T21:24:47.395Z Downloaded new_debug_unreachable v1.0.6
7452026-08-28T21:24:47.395Z Downloaded postgres-protocol v0.6.10
7462026-08-28T21:24:47.398Z Downloaded num_enum_derive v0.5.11
7472026-08-28T21:24:47.398Z Downloaded ar_archive_writer v0.5.1
7482026-08-28T21:24:47.401Z Downloaded async-compression v0.4.41
7492026-08-28T21:24:47.406Z Downloaded ed25519 v3.0.0
7502026-08-28T21:24:47.406Z Downloaded parse-size v1.1.0
7512026-08-28T21:24:47.406Z Downloaded ssh-encoding v0.3.0
7522026-08-28T21:24:47.406Z Downloaded term v1.2.1
7532026-08-28T21:24:47.409Z Downloaded path-slash v0.1.5
7542026-08-28T21:24:47.409Z Downloaded progenitor-macro v0.14.0
7552026-08-28T21:24:47.409Z Downloaded pkcs8 v0.11.0
7562026-08-28T21:24:47.409Z Downloaded phf_shared v0.11.3
7572026-08-28T21:24:47.409Z Downloaded precomputed-hash v0.1.1
7582026-08-28T21:24:47.412Z Downloaded flate2 v1.1.9
7592026-08-28T21:24:47.416Z Downloaded toml_parser v1.1.2+spec-1.1.0
7602026-08-28T21:24:47.419Z Downloaded tracing-attributes v0.1.31
7612026-08-28T21:24:47.419Z Downloaded ron v0.8.1
7622026-08-28T21:24:47.423Z Downloaded schemars v0.8.22
7632026-08-28T21:24:47.426Z Downloaded psl-types v2.0.11
7642026-08-28T21:24:47.426Z Downloaded unicode-properties v0.1.4
7652026-08-28T21:24:47.429Z Downloaded rustc_version v0.4.1
7662026-08-28T21:24:47.429Z Downloaded rand_pcg v0.10.2
7672026-08-28T21:24:47.429Z Downloaded seq-macro v0.3.6
7682026-08-28T21:24:47.432Z Downloaded ipnet v2.12.0
7692026-08-28T21:24:47.432Z Downloaded chacha20poly1305 v0.10.1
7702026-08-28T21:24:47.438Z Downloaded keccak v0.2.0
7712026-08-28T21:24:47.438Z Downloaded shell-words v1.1.1
7722026-08-28T21:24:47.438Z Downloaded rustls-platform-verifier v0.6.2
7732026-08-28T21:24:47.441Z Downloaded bytes v1.11.1
7742026-08-28T21:24:47.446Z Downloaded critical-section v1.2.0
7752026-08-28T21:24:47.459Z Downloaded socket2 v0.5.10
7762026-08-28T21:24:47.459Z Downloaded sigpipe v0.1.3
7772026-08-28T21:24:47.459Z Downloaded sqlparser_derive v0.5.0
7782026-08-28T21:24:47.459Z Downloaded multer v3.1.0
7792026-08-28T21:24:47.459Z Downloaded tinyvec_macros v0.1.1
7802026-08-28T21:24:47.459Z Downloaded strum v0.26.3
7812026-08-28T21:24:47.459Z Downloaded base64 v0.21.7
7822026-08-28T21:24:47.463Z Downloaded tabwriter v1.4.1
7832026-08-28T21:24:47.463Z Downloaded crossbeam-utils v0.8.21
7842026-08-28T21:24:47.463Z Downloaded parking_lot_core v0.8.6
7852026-08-28T21:24:47.466Z Downloaded half v2.7.1
7862026-08-28T21:24:47.466Z Downloaded heapless v0.8.0
7872026-08-28T21:24:47.475Z Downloaded oxide-update-engine-display v0.1.2
7882026-08-28T21:24:47.475Z Downloaded tokio-test v0.4.5
7892026-08-28T21:24:47.478Z Downloaded p384 v0.14.0
7902026-08-28T21:24:47.478Z Downloaded trait-variant v0.1.2
7912026-08-28T21:24:47.478Z Downloaded paste v1.0.15
7922026-08-28T21:24:47.478Z Downloaded pin-project-internal v1.1.11
7932026-08-28T21:24:47.482Z Downloaded polyval v0.7.1
7942026-08-28T21:24:47.482Z Downloaded tower-layer v0.3.3
7952026-08-28T21:24:47.482Z Downloaded untrusted v0.7.1
7962026-08-28T21:24:47.482Z Downloaded proc-macro-error2 v2.0.1
7972026-08-28T21:24:47.487Z Downloaded poly1305 v0.8.0
7982026-08-28T21:24:47.487Z Downloaded primefield v0.14.0
7992026-08-28T21:24:47.490Z Downloaded unicode-truncate v1.1.0
8002026-08-28T21:24:47.490Z Downloaded expectorate v1.2.0
8012026-08-28T21:24:47.490Z Downloaded futures-util v0.3.32
8022026-08-28T21:24:47.494Z Downloaded psm v0.1.30
8032026-08-28T21:24:47.498Z Downloaded rand_core v0.10.0
8042026-08-28T21:24:47.498Z Downloaded rand_seeder v0.4.0
8052026-08-28T21:24:47.498Z Downloaded hybrid-array v0.4.13
8062026-08-28T21:24:47.504Z Downloaded serde_path_to_error v0.1.20
8072026-08-28T21:24:47.504Z Downloaded void v1.0.2
8082026-08-28T21:24:47.504Z Downloaded cpubits v0.1.1
8092026-08-28T21:24:47.504Z Downloaded cpufeatures v0.3.0
8102026-08-28T21:24:47.508Z Downloaded debug-ignore v1.0.5
8112026-08-28T21:24:47.508Z Downloaded defmt v0.3.100
8122026-08-28T21:24:47.508Z Downloaded digest-io v0.1.0
8132026-08-28T21:24:47.513Z Downloaded headers v0.4.1
8142026-08-28T21:24:47.516Z Downloaded bumpalo v3.20.2
8152026-08-28T21:24:47.516Z Downloaded chumsky v0.9.3
8162026-08-28T21:24:47.516Z Downloaded slog-async v2.8.0
8172026-08-28T21:24:47.519Z Downloaded signal-hook-registry v1.4.8
8182026-08-28T21:24:47.522Z Downloaded similar v2.7.0
8192026-08-28T21:24:47.526Z Downloaded sqlformat v0.3.5
8202026-08-28T21:24:47.529Z Downloaded strum_macros v0.27.2
8212026-08-28T21:24:47.530Z Downloaded toml v0.7.8
8222026-08-28T21:24:47.533Z Downloaded zopfli v0.8.3
8232026-08-28T21:24:47.533Z Downloaded crc-any v2.5.0
8242026-08-28T21:24:47.533Z Downloaded memmap2 v0.9.10
8252026-08-28T21:24:47.533Z Downloaded slog-json v2.6.1
8262026-08-28T21:24:47.536Z Downloaded slog-scope v4.4.1
8272026-08-28T21:24:47.536Z Downloaded document-features v0.2.12
8282026-08-28T21:24:47.536Z Downloaded dropshot-api-manager-types v0.8.0
8292026-08-28T21:24:47.536Z Downloaded indent_write v2.2.0
8302026-08-28T21:24:47.536Z Downloaded instant v0.1.13
8312026-08-28T21:24:47.540Z Downloaded linked-hash-map v0.5.6
8322026-08-28T21:24:47.540Z Downloaded time-macros v0.2.27
8332026-08-28T21:24:47.540Z Downloaded tokio-dtrace v0.1.1
8342026-08-28T21:24:47.543Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8352026-08-28T21:24:47.548Z Downloaded toml_edit v0.23.10+spec-1.0.0
8362026-08-28T21:24:47.567Z Downloaded pkcs1 v0.8.0-rc.4
8372026-08-28T21:24:47.571Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8382026-08-28T21:24:47.571Z Downloaded heapless v0.7.17
8392026-08-28T21:24:47.576Z Downloaded hickory-resolver v0.24.4
8402026-08-28T21:24:47.576Z Downloaded rayon-core v1.13.0
8412026-08-28T21:24:47.581Z Downloaded kstat-rs v0.2.5
8422026-08-28T21:24:47.581Z Downloaded lru-cache v0.1.2
8432026-08-28T21:24:47.581Z Downloaded mime v0.3.17
8442026-08-28T21:24:47.581Z Downloaded maybe-uninit v2.0.0
8452026-08-28T21:24:47.581Z Downloaded publicsuffix v2.3.0
8462026-08-28T21:24:47.582Z Downloaded vergen-gitcl v1.0.8
8472026-08-28T21:24:47.585Z Downloaded hashbrown v0.12.3
8482026-08-28T21:24:47.585Z Downloaded quinn v0.11.11
8492026-08-28T21:24:47.588Z Downloaded rustls-pki-types v1.14.0
8502026-08-28T21:24:47.588Z Downloaded vsss-rs v3.3.4
8512026-08-28T21:24:47.588Z Downloaded constant_time_eq v0.4.2
8522026-08-28T21:24:47.591Z Downloaded zstd-safe v7.2.4
8532026-08-28T21:24:47.592Z Downloaded num-conv v0.2.0
8542026-08-28T21:24:47.592Z Downloaded potential_utf v0.1.4
8552026-08-28T21:24:47.592Z Downloaded hickory-server v0.25.2
8562026-08-28T21:24:47.595Z Downloaded quick-error v1.2.3
8572026-08-28T21:24:47.595Z Downloaded compact_str v0.8.1
8582026-08-28T21:24:47.598Z Downloaded cc v1.2.56
8592026-08-28T21:24:47.598Z Downloaded defmt v1.0.1
8602026-08-28T21:24:47.601Z Downloaded defmt-macros v1.0.1
8612026-08-28T21:24:47.604Z Downloaded scuffle v0.1.0
8622026-08-28T21:24:47.604Z Downloaded phf_shared v0.12.1
8632026-08-28T21:24:47.604Z Downloaded proc-macro-crate v3.4.0
8642026-08-28T21:24:47.608Z Downloaded ref-cast-impl v1.0.25
8652026-08-28T21:24:47.608Z Downloaded darling_core v0.20.11
8662026-08-28T21:24:47.608Z Downloaded darling_core v0.21.3
8672026-08-28T21:24:47.611Z Downloaded samael v0.0.19
8682026-08-28T21:24:47.614Z Downloaded russh-util v0.52.0
8692026-08-28T21:24:47.617Z Downloaded zip v0.6.6
8702026-08-28T21:24:47.617Z Downloaded scheduled-thread-pool v0.2.7
8712026-08-28T21:24:47.617Z Downloaded scopeguard v1.2.0
8722026-08-28T21:24:47.620Z Downloaded litrs v1.0.0
8732026-08-28T21:24:47.620Z Downloaded recursive-proc-macro-impl v0.1.1
8742026-08-28T21:24:47.620Z Downloaded ref-cast v1.0.25
8752026-08-28T21:24:47.624Z Downloaded darling_core v0.23.0
8762026-08-28T21:24:47.624Z Downloaded hashbrown v0.13.2
8772026-08-28T21:24:47.627Z Downloaded hickory-resolver v0.25.2
8782026-08-28T21:24:47.632Z Downloaded sapling-renderdag v0.1.0
8792026-08-28T21:24:47.632Z Downloaded twox-hash v2.1.2
8802026-08-28T21:24:47.632Z Downloaded libsw v3.5.0
8812026-08-28T21:24:47.635Z Downloaded sha1 v0.11.0
8822026-08-28T21:24:47.635Z Downloaded slog-envlogger v2.2.0
8832026-08-28T21:24:47.635Z Downloaded sync_wrapper v1.0.2
8842026-08-28T21:24:47.635Z Downloaded tower-service v0.3.3
8852026-08-28T21:24:47.635Z Downloaded http v1.4.2
8862026-08-28T21:24:47.635Z Downloaded rand v0.9.2
8872026-08-28T21:24:47.638Z Downloaded writeable v0.6.2
8882026-08-28T21:24:47.638Z Downloaded knus-derive v3.4.0
8892026-08-28T21:24:47.638Z Downloaded strum v0.27.2
8902026-08-28T21:24:47.641Z Downloaded supports-color v3.0.2
8912026-08-28T21:24:47.642Z Downloaded unicode_categories v0.1.1
8922026-08-28T21:24:47.642Z Downloaded crossbeam-epoch v0.9.18
8932026-08-28T21:24:47.642Z Downloaded ryu v1.0.23
8942026-08-28T21:24:47.645Z Downloaded salsa20 v0.11.0
8952026-08-28T21:24:47.645Z Downloaded num_enum v0.5.11
8962026-08-28T21:24:47.648Z Downloaded peg v0.8.5
8972026-08-28T21:24:47.648Z Downloaded pem-rfc7468 v1.0.0
8982026-08-28T21:24:47.652Z Downloaded pin-project-lite v0.2.17
8992026-08-28T21:24:47.655Z Downloaded newtype-uuid-macros v0.1.0
9002026-08-28T21:24:47.655Z Downloaded sync-ptr v0.1.4
9012026-08-28T21:24:47.655Z Downloaded wnaf v0.14.0
9022026-08-28T21:24:47.655Z Downloaded untrusted v0.9.0
9032026-08-28T21:24:47.655Z Downloaded unicode-xid v0.2.6
9042026-08-28T21:24:47.655Z Downloaded nom v7.1.3
9052026-08-28T21:24:47.659Z Downloaded darling v0.21.3
9062026-08-28T21:24:47.662Z Downloaded oxide-tokio-rt v0.1.4
9072026-08-28T21:24:47.662Z Downloaded hashbrown v0.14.5
9082026-08-28T21:24:47.666Z Downloaded r2d2 v0.8.10
9092026-08-28T21:24:47.666Z Downloaded russh-cryptovec v0.62.0
9102026-08-28T21:24:47.666Z Downloaded serde_derive_internals v0.29.1
9112026-08-28T21:24:47.669Z Downloaded oxide-update-engine v0.1.2
9122026-08-28T21:24:47.669Z Downloaded proc-macro-error-attr2 v2.0.0
9132026-08-28T21:24:47.670Z Downloaded aes v0.9.1
9142026-08-28T21:24:47.673Z Downloaded subprocess v0.2.15
9152026-08-28T21:24:47.676Z Downloaded ingot-macros v0.2.0
9162026-08-28T21:24:47.676Z Downloaded cstr-argument v0.1.2
9172026-08-28T21:24:47.679Z Downloaded hyper-rustls v0.27.7
9182026-08-28T21:24:47.679Z Downloaded rustversion v1.0.22
9192026-08-28T21:24:47.682Z Downloaded jobserver v0.1.34
9202026-08-28T21:24:47.682Z Downloaded dyn-clone v1.0.20
9212026-08-28T21:24:47.682Z Downloaded prettyplease v0.2.37
9222026-08-28T21:24:47.687Z Downloaded ml-kem v0.3.2
9232026-08-28T21:24:47.687Z Downloaded serde_with_macros v1.5.2
9242026-08-28T21:24:47.687Z Downloaded slog-stdlog v4.1.1
9252026-08-28T21:24:47.690Z Downloaded crc8 v0.1.1
9262026-08-28T21:24:47.690Z Downloaded simd-adler32 v0.3.8
9272026-08-28T21:24:47.690Z Downloaded darling_macro v0.23.0
9282026-08-28T21:24:47.690Z Downloaded kem v0.3.0
9292026-08-28T21:24:47.693Z Downloaded stable_deref_trait v1.2.1
9302026-08-28T21:24:47.696Z Downloaded num v0.4.3
9312026-08-28T21:24:47.696Z Downloaded indicatif v0.18.4
9322026-08-28T21:24:47.702Z Downloaded slog-dtrace v0.3.0
9332026-08-28T21:24:47.702Z Downloaded rcgen v0.12.1
9342026-08-28T21:24:47.705Z Downloaded string_cache v0.8.9
9352026-08-28T21:24:47.705Z Downloaded rustyline v14.0.0
9362026-08-28T21:24:47.708Z Downloaded unsafe-libyaml v0.2.11
9372026-08-28T21:24:47.708Z Downloaded uuid v1.23.4
9382026-08-28T21:24:47.715Z Downloaded universal-hash v0.6.1
9392026-08-28T21:24:47.719Z Downloaded unicase v2.9.0
9402026-08-28T21:24:47.719Z Downloaded oso-derive v0.27.3
9412026-08-28T21:24:47.719Z Downloaded num-bigint-dig v0.8.6
9422026-08-28T21:24:47.722Z Downloaded peg-runtime v0.8.5
9432026-08-28T21:24:47.725Z Downloaded darling v0.23.0
9442026-08-28T21:24:47.728Z Downloaded zeroize v1.9.0
9452026-08-28T21:24:47.732Z Downloaded parking_lot v0.12.5
9462026-08-28T21:24:47.732Z Downloaded schemars v0.9.0
9472026-08-28T21:24:47.737Z Downloaded dropshot_endpoint v0.17.1
9482026-08-28T21:24:47.741Z Downloaded derive_more v2.1.1
9492026-08-28T21:24:47.745Z Downloaded icu_provider v2.1.1
9502026-08-28T21:24:47.748Z Downloaded derive_more-impl v2.1.1
9512026-08-28T21:24:47.753Z Downloaded delegate v0.13.5
9522026-08-28T21:24:47.753Z Downloaded test-strategy v0.4.5
9532026-08-28T21:24:47.753Z Downloaded signature v3.0.0
9542026-08-28T21:24:47.753Z Downloaded csv-core v0.1.13
9552026-08-28T21:24:47.753Z Downloaded data-encoding v2.10.0
9562026-08-28T21:24:47.754Z Downloaded serde-big-array v0.5.1
9572026-08-28T21:24:47.757Z Downloaded signature v2.2.0
9582026-08-28T21:24:47.757Z Downloaded rfc6979 v0.6.0
9592026-08-28T21:24:47.760Z Downloaded displaydoc v0.2.5
9602026-08-28T21:24:47.760Z Downloaded sha2 v0.11.0
9612026-08-28T21:24:47.763Z Downloaded typify v0.6.2
9622026-08-28T21:24:47.766Z Downloaded hyper-staticfile v0.10.1
9632026-08-28T21:24:47.766Z Downloaded tagptr v0.2.0
9642026-08-28T21:24:47.766Z Downloaded typify-macro v0.6.2
9652026-08-28T21:24:47.769Z Downloaded indoc v2.0.7
9662026-08-28T21:24:47.769Z Downloaded mime_guess v2.0.5
9672026-08-28T21:24:47.769Z Downloaded progenitor-client v0.14.0
9682026-08-28T21:24:47.772Z Downloaded time-core v0.1.8
9692026-08-28T21:24:47.772Z Downloaded try-lock v0.2.5
9702026-08-28T21:24:47.775Z Downloaded wait-timeout v0.2.1
9712026-08-28T21:24:47.778Z Downloaded libefi-sys v0.1.0
9722026-08-28T21:24:47.778Z Downloaded newtype-uuid v1.3.2
9732026-08-28T21:24:47.784Z Downloaded usdt-macro v0.6.0
9742026-08-28T21:24:47.784Z Downloaded zone v0.3.1
9752026-08-28T21:24:47.787Z Downloaded prefix-trie v0.7.0
9762026-08-28T21:24:47.787Z Downloaded zerocopy-derive v0.8.55
9772026-08-28T21:24:47.790Z Downloaded whoami v1.6.1
9782026-08-28T21:24:47.793Z Downloaded cookie_store v0.22.1
9792026-08-28T21:24:47.796Z Downloaded crc-catalog v2.4.0
9802026-08-28T21:24:47.796Z Downloaded crucible-workspace-hack v0.1.0
9812026-08-28T21:24:47.796Z Downloaded typed-path v0.9.3
9822026-08-28T21:24:47.799Z Downloaded primeorder v0.14.0
9832026-08-28T21:24:47.802Z Downloaded progenitor v0.14.0
9842026-08-28T21:24:47.802Z Downloaded derive_builder_macro v0.20.2
9852026-08-28T21:24:47.802Z Downloaded pem v3.0.6
9862026-08-28T21:24:47.802Z Downloaded schemars v1.2.1
9872026-08-28T21:24:47.810Z Downloaded rustls-pemfile v2.2.0
9882026-08-28T21:24:47.813Z Downloaded rustc-demangle v0.1.27
9892026-08-28T21:24:47.813Z Downloaded rustls-native-certs v0.8.3
9902026-08-28T21:24:47.816Z Downloaded aes-gcm v0.11.0
9912026-08-28T21:24:47.819Z Downloaded crc32fast v1.5.0
9922026-08-28T21:24:47.820Z Downloaded serde_spanned v1.1.1
9932026-08-28T21:24:47.823Z Downloaded digest v0.11.3
9942026-08-28T21:24:47.823Z Downloaded port-file v0.1.0
9952026-08-28T21:24:47.823Z Downloaded sec1 v0.8.1
9962026-08-28T21:24:47.825Z Downloaded maplit v1.0.2
9972026-08-28T21:24:47.828Z Downloaded openssl-probe v0.1.6
9982026-08-28T21:24:47.831Z Downloaded ingot v0.2.1
9992026-08-28T21:24:47.838Z Downloaded tokio-tungstenite v0.23.1
10002026-08-28T21:24:47.842Z Downloaded percent-encoding v2.3.2
10012026-08-28T21:24:47.845Z Downloaded progenitor-client v0.13.0
10022026-08-28T21:24:47.848Z Downloaded strum_macros v0.24.3
10032026-08-28T21:24:47.848Z Downloaded termios v0.3.3
10042026-08-28T21:24:47.851Z Downloaded secrecy v0.10.3
10052026-08-28T21:24:47.852Z Downloaded tinyvec v1.10.0
10062026-08-28T21:24:47.854Z Downloaded reedline v0.40.0
10072026-08-28T21:24:47.858Z Downloaded crypto-bigint v0.5.5
10082026-08-28T21:24:47.861Z Downloaded vte v0.14.1
10092026-08-28T21:24:47.861Z Downloaded xshell v0.2.7
10102026-08-28T21:24:47.864Z Downloaded same-file v1.0.6
10112026-08-28T21:24:47.864Z Downloaded signal-hook-tokio v0.3.1
10122026-08-28T21:24:47.864Z Downloaded const_format_proc_macros v0.2.34
10132026-08-28T21:24:47.867Z Downloaded vergen-git2 v9.1.0
10142026-08-28T21:24:47.870Z Downloaded secrecy v0.8.0
10152026-08-28T21:24:47.873Z Downloaded pkcs1 v0.7.5
10162026-08-28T21:24:47.873Z Downloaded derive_builder_core v0.20.2
10172026-08-28T21:24:47.875Z Downloaded parking_lot_core v0.9.12
10182026-08-28T21:24:47.878Z Downloaded topological-sort v0.2.2
10192026-08-28T21:24:47.882Z Downloaded impl-trait-for-tuples v0.2.3
10202026-08-28T21:24:47.886Z Downloaded supports-hyperlinks v3.2.0
10212026-08-28T21:24:47.886Z Downloaded utf8_iter v1.0.4
10222026-08-28T21:24:47.886Z Downloaded icu_properties v2.1.2
10232026-08-28T21:24:47.889Z Downloaded serde_with_macros v3.21.0
10242026-08-28T21:24:47.895Z Downloaded miette v7.6.0
10252026-08-28T21:24:47.898Z Downloaded oxnet v0.1.6
10262026-08-28T21:24:47.901Z Downloaded indexmap v1.9.3
10272026-08-28T21:24:47.905Z Downloaded libsw-core v0.3.2
10282026-08-28T21:24:47.908Z Downloaded tls_codec_derive v0.4.2
10292026-08-28T21:24:47.908Z Downloaded internet-checksum v0.2.1
10302026-08-28T21:24:47.908Z Downloaded inout v0.2.2
10312026-08-28T21:24:47.908Z Downloaded multimap v0.10.1
10322026-08-28T21:24:47.908Z Downloaded zerofrom-derive v0.1.6
10332026-08-28T21:24:47.916Z Downloaded hashbrown v0.15.5
10342026-08-28T21:24:47.919Z Downloaded hashbrown v0.16.1
10352026-08-28T21:24:47.925Z Downloaded libbz2-rs-sys v0.2.2
10362026-08-28T21:24:47.928Z Downloaded parse-display v0.10.0
10372026-08-28T21:24:47.930Z Downloaded packed_struct_codegen v0.10.1
10382026-08-28T21:24:47.935Z Downloaded spki v0.7.3
10392026-08-28T21:24:47.935Z Downloaded regex v1.12.3
10402026-08-28T21:24:47.938Z Downloaded yansi v1.0.1
10412026-08-28T21:24:47.938Z Downloaded hyper-util v0.1.20
10422026-08-28T21:24:47.942Z Downloaded tokio-util v0.7.18
10432026-08-28T21:24:47.946Z Downloaded derive_builder v0.20.2
10442026-08-28T21:24:47.950Z Downloaded iana-time-zone v0.1.65
10452026-08-28T21:24:47.953Z Downloaded ssh-cipher v0.3.0
10462026-08-28T21:24:47.953Z Downloaded shlex v1.3.0
10472026-08-28T21:24:47.953Z Downloaded openssl-sys v0.9.117
10482026-08-28T21:24:47.957Z Downloaded ed25519 v2.2.3
10492026-08-28T21:24:47.961Z Downloaded slog v2.8.2
10502026-08-28T21:24:47.965Z Downloaded serde_plain v1.0.2
10512026-08-28T21:24:47.968Z Downloaded serde_repr v0.1.20
10522026-08-28T21:24:47.968Z Downloaded corncobs v0.1.4
10532026-08-28T21:24:47.968Z Downloaded darling v0.13.4
10542026-08-28T21:24:47.971Z Downloaded ed25519-dalek v3.0.0
10552026-08-28T21:24:47.974Z Downloaded usdt-impl v0.6.0
10562026-08-28T21:24:47.974Z Downloaded zstd v0.13.3
10572026-08-28T21:24:47.974Z Downloaded daft-derive v0.1.8
10582026-08-28T21:24:47.976Z Downloaded structmeta-derive v0.3.0
10592026-08-28T21:24:47.976Z Downloaded tap v1.0.1
10602026-08-28T21:24:47.981Z Downloaded icu_normalizer_data v2.1.1
10612026-08-28T21:24:47.981Z Downloaded p521 v0.14.0
10622026-08-28T21:24:47.984Z Downloaded blake3 v1.8.5
10632026-08-28T21:24:47.987Z Downloaded nu-ansi-term v0.50.3
10642026-08-28T21:24:47.987Z Downloaded md-5 v0.10.6
10652026-08-28T21:24:47.990Z Downloaded zeroize_derive v1.5.0
10662026-08-28T21:24:47.993Z Downloaded dirs-next v2.0.0
10672026-08-28T21:24:47.993Z Downloaded knus v3.4.0
10682026-08-28T21:24:47.996Z Downloaded nanorand v0.7.0
10692026-08-28T21:24:47.996Z Downloaded num_enum v0.7.6
10702026-08-28T21:24:47.999Z Downloaded h2 v0.4.15
10712026-08-28T21:24:48.002Z Downloaded hkdf v0.12.4
10722026-08-28T21:24:48.005Z Downloaded hkdf v0.13.0
10732026-08-28T21:24:48.005Z Downloaded serde_with v1.14.0
10742026-08-28T21:24:48.008Z Downloaded packed_struct v0.10.1
10752026-08-28T21:24:48.011Z Downloaded predicates v3.1.4
10762026-08-28T21:24:48.011Z Downloaded quinn-udp v0.5.14
10772026-08-28T21:24:48.011Z Downloaded unicode-bidi v0.3.18
10782026-08-28T21:24:48.014Z Downloaded zerocopy v0.6.6
10792026-08-28T21:24:48.014Z Downloaded idna_adapter v1.2.1
10802026-08-28T21:24:48.017Z Downloaded inout v0.1.4
10812026-08-28T21:24:48.017Z Downloaded md5 v0.8.0
10822026-08-28T21:24:48.017Z Downloaded owo-colors v4.3.0
10832026-08-28T21:24:48.017Z Downloaded pkg-config v0.3.32
10842026-08-28T21:24:48.020Z Downloaded dropshot-api-manager v0.8.0
10852026-08-28T21:24:48.020Z Downloaded keccak v0.1.6
10862026-08-28T21:24:48.023Z Downloaded aho-corasick v1.1.4
10872026-08-28T21:24:48.026Z Downloaded rand_chacha v0.9.0
10882026-08-28T21:24:48.026Z Downloaded tokio-postgres v0.7.16
10892026-08-28T21:24:48.029Z Downloaded toml_edit v0.19.15
10902026-08-28T21:24:48.036Z Downloaded derive_more v0.99.20
10912026-08-28T21:24:48.040Z Downloaded tiny-keccak v2.0.2
10922026-08-28T21:24:48.043Z Downloaded diesel_derives v2.3.7
10932026-08-28T21:24:48.046Z Downloaded darling_core v0.13.4
10942026-08-28T21:24:48.048Z Downloaded newtype_derive v0.1.6
10952026-08-28T21:24:48.048Z Downloaded nom v8.0.0
10962026-08-28T21:24:48.051Z Downloaded ssh-key v0.7.0-rc.11
10972026-08-28T21:24:48.055Z Downloaded tokio-rustls v0.26.4
10982026-08-28T21:24:48.058Z Downloaded term v0.7.0
10992026-08-28T21:24:48.058Z Downloaded stacker v0.1.23
11002026-08-28T21:24:48.058Z Downloaded slog-bunyan v2.5.0
11012026-08-28T21:24:48.061Z Downloaded scrypt v0.12.0
11022026-08-28T21:24:48.061Z Downloaded smf v0.2.3
11032026-08-28T21:24:48.061Z Downloaded ed25519-dalek v2.2.0
11042026-08-28T21:24:48.065Z Downloaded tinystr v0.8.2
11052026-08-28T21:24:48.065Z Downloaded rtoolbox v0.0.3
11062026-08-28T21:24:48.065Z Downloaded bitvec v1.0.1
11072026-08-28T21:24:48.071Z Downloaded structmeta v0.3.0
11082026-08-28T21:24:48.074Z Downloaded icu_normalizer v2.1.1
11092026-08-28T21:24:48.074Z Downloaded toml_writer v1.1.1+spec-1.1.0
11102026-08-28T21:24:48.076Z Downloaded crossterm v0.28.1
11112026-08-28T21:24:48.080Z Downloaded crossbeam-deque v0.8.6
11122026-08-28T21:24:48.080Z Downloaded itertools v0.14.0
11132026-08-28T21:24:48.084Z Downloaded mio v1.2.0
11142026-08-28T21:24:48.087Z Downloaded icu_properties_data v2.1.2
11152026-08-28T21:24:48.090Z Downloaded crypto-common v0.2.2
11162026-08-28T21:24:48.092Z Downloaded num-traits v0.2.19
11172026-08-28T21:24:48.092Z Downloaded pin-project v1.1.11
11182026-08-28T21:24:48.098Z Downloaded pkcs5 v0.8.1
11192026-08-28T21:24:48.101Z Downloaded darling_macro v0.21.3
11202026-08-28T21:24:48.101Z Downloaded openssl-probe v0.2.1
11212026-08-28T21:24:48.104Z Downloaded rustc_version v0.1.7
11222026-08-28T21:24:48.104Z Downloaded x509-cert v0.2.5
11232026-08-28T21:24:48.107Z Downloaded lock_api v0.4.14
11242026-08-28T21:24:48.107Z Downloaded display-error-chain v0.2.2
11252026-08-28T21:24:48.107Z Downloaded num_enum_derive v0.7.6
11262026-08-28T21:24:48.107Z Downloaded pem-rfc7468 v0.7.0
11272026-08-28T21:24:48.110Z Downloaded rusty-fork v0.3.1
11282026-08-28T21:24:48.110Z Downloaded recursive v0.1.1
11292026-08-28T21:24:48.110Z Downloaded signal-hook-mio v0.2.5
11302026-08-28T21:24:48.110Z Downloaded libscf-sys v1.2.0
11312026-08-28T21:24:48.110Z Downloaded downcast-rs v2.0.2
11322026-08-28T21:24:48.113Z Downloaded managed v0.8.0
11332026-08-28T21:24:48.113Z Downloaded zerovec v0.11.5
11342026-08-28T21:24:48.116Z Downloaded p256 v0.14.0
11352026-08-28T21:24:48.119Z Downloaded semver v0.1.20
11362026-08-28T21:24:48.119Z Downloaded darling_macro v0.13.4
11372026-08-28T21:24:48.119Z Downloaded derive-where v1.6.0
11382026-08-28T21:24:48.122Z Downloaded des v0.9.0
11392026-08-28T21:24:48.122Z Downloaded diesel_table_macro_syntax v0.3.0
11402026-08-28T21:24:48.122Z Downloaded phf_shared v0.13.1
11412026-08-28T21:24:48.122Z Downloaded primeorder v0.13.6
11422026-08-28T21:24:48.122Z Downloaded vergen v9.1.0
11432026-08-28T21:24:48.125Z Downloaded ignore v0.4.25
11442026-08-28T21:24:48.125Z Downloaded scroll v0.13.0
11452026-08-28T21:24:48.125Z Downloaded tungstenite v0.21.0
11462026-08-28T21:24:48.128Z Downloaded xattr v1.6.1
11472026-08-28T21:24:48.128Z Downloaded stringprep v0.1.5
11482026-08-28T21:24:48.132Z Downloaded walkdir v2.5.0
11492026-08-28T21:24:48.135Z Downloaded num-bigint v0.4.6
11502026-08-28T21:24:48.135Z Downloaded illumos-nvpair v0.3.0
11512026-08-28T21:24:48.135Z Downloaded miniz_oxide v0.8.9
11522026-08-28T21:24:48.138Z Downloaded drift v0.2.0
11532026-08-28T21:24:48.143Z Downloaded pbkdf2 v0.13.0
11542026-08-28T21:24:48.146Z Downloaded darling v0.20.11
11552026-08-28T21:24:48.148Z Downloaded rand_chacha v0.3.1
11562026-08-28T21:24:48.148Z Downloaded dsl_auto_type v0.2.0
11572026-08-28T21:24:48.149Z Downloaded usdt-attr-macro v0.6.0
11582026-08-28T21:24:48.149Z Downloaded yoke v0.8.1
11592026-08-28T21:24:48.152Z Downloaded waitgroup v0.1.2
11602026-08-28T21:24:48.152Z Downloaded litemap v0.8.1
11612026-08-28T21:24:48.156Z Downloaded darling_macro v0.20.11
11622026-08-28T21:24:48.159Z Downloaded steno v0.4.1
11632026-08-28T21:24:48.159Z Downloaded num-derive v0.4.2
11642026-08-28T21:24:48.162Z Downloaded crc v3.4.0
11652026-08-28T21:24:48.162Z Downloaded is-terminal v0.4.17
11662026-08-28T21:24:48.165Z Downloaded num-rational v0.4.2
11672026-08-28T21:24:48.168Z Downloaded lru v0.12.5
11682026-08-28T21:24:48.168Z Downloaded miette-derive v7.6.0
11692026-08-28T21:24:48.171Z Downloaded iri-string v0.7.10
11702026-08-28T21:24:48.173Z Downloaded tls_codec v0.4.2
11712026-08-28T21:24:48.177Z Downloaded supports-unicode v3.0.0
11722026-08-28T21:24:48.177Z Downloaded usdt v0.6.0
11732026-08-28T21:24:48.180Z Downloaded either v1.15.0
11742026-08-28T21:24:48.180Z Downloaded humantime v2.3.0
11752026-08-28T21:24:48.180Z Downloaded openssl-macros v0.1.1
11762026-08-28T21:24:48.180Z Downloaded toml v1.1.2+spec-1.1.0
11772026-08-28T21:24:48.183Z Downloaded winnow v0.5.40
11782026-08-28T21:24:48.187Z Downloaded ingot-types v0.2.0
11792026-08-28T21:24:48.190Z Downloaded ipnetwork v0.21.1
11802026-08-28T21:24:48.190Z Downloaded parse-display-derive v0.10.0
11812026-08-28T21:24:48.190Z Downloaded crunchy v0.2.4
11822026-08-28T21:24:48.194Z Downloaded rand v0.8.6
11832026-08-28T21:24:48.197Z Downloaded thiserror-impl-no-std v2.0.2
11842026-08-28T21:24:48.197Z Downloaded tokio-tungstenite v0.21.0
11852026-08-28T21:24:48.200Z Downloaded libloading v0.8.9
11862026-08-28T21:24:48.203Z Downloaded sha3 v0.12.0
11872026-08-28T21:24:48.203Z Downloaded snafu-derive v0.8.9
11882026-08-28T21:24:48.203Z Downloaded zerovec-derive v0.11.2
11892026-08-28T21:24:48.203Z Downloaded derive-ex v0.1.8
11902026-08-28T21:24:48.206Z Downloaded diesel-dtrace v0.5.0
11912026-08-28T21:24:48.206Z Downloaded powerfmt v0.2.0
11922026-08-28T21:24:48.207Z Downloaded lzss v0.8.2
11932026-08-28T21:24:48.209Z Downloaded termtree v0.5.1
11942026-08-28T21:24:48.209Z Downloaded crypto-primes v0.7.2
11952026-08-28T21:24:48.212Z Downloaded der v0.7.10
11962026-08-28T21:24:48.215Z Downloaded tokio-stream v0.1.18
11972026-08-28T21:24:48.219Z Downloaded cookie v0.18.1
11982026-08-28T21:24:48.219Z Downloaded postgres-types v0.2.12
11992026-08-28T21:24:48.223Z Downloaded thiserror-no-std v2.0.2
12002026-08-28T21:24:48.223Z Downloaded aws-lc-rs v1.16.3
12012026-08-28T21:24:48.226Z Downloaded elliptic-curve v0.13.8
12022026-08-28T21:24:48.229Z Downloaded module-lattice v0.2.3
12032026-08-28T21:24:48.229Z Downloaded strum_macros v0.26.4
12042026-08-28T21:24:48.232Z Downloaded pretty_assertions v1.4.1
12052026-08-28T21:24:48.232Z Downloaded qorb v0.4.1
12062026-08-28T21:24:48.235Z Downloaded serdect v0.4.3
12072026-08-28T21:24:48.238Z Downloaded uzers v0.12.2
12082026-08-28T21:24:48.238Z Downloaded pkcs8 v0.10.2
12092026-08-28T21:24:48.241Z Downloaded ecdsa v0.16.9
12102026-08-28T21:24:48.241Z Downloaded ppv-lite86 v0.2.21
12112026-08-28T21:24:48.241Z Downloaded rsa v0.9.10
12122026-08-28T21:24:48.243Z Downloaded snafu v0.8.9
12132026-08-28T21:24:48.246Z Downloaded oxide-generation v0.1.3
12142026-08-28T21:24:48.250Z Downloaded tungstenite v0.23.0
12152026-08-28T21:24:48.251Z Downloaded spin v0.9.8
12162026-08-28T21:24:48.253Z Downloaded num-complex v0.4.6
12172026-08-28T21:24:48.253Z Downloaded rawzip v0.4.4
12182026-08-28T21:24:48.253Z Downloaded rand_core v0.6.4
12192026-08-28T21:24:48.256Z Downloaded scroll_derive v0.13.1
12202026-08-28T21:24:48.256Z Downloaded whoami v2.1.0
12212026-08-28T21:24:48.256Z Downloaded zip v4.6.1
12222026-08-28T21:24:48.259Z Downloaded yasna v0.5.2
12232026-08-28T21:24:48.259Z Downloaded smallvec v1.15.1
12242026-08-28T21:24:48.262Z Downloaded russh v0.62.4
12252026-08-28T21:24:48.266Z Downloaded smallvec v0.6.14
12262026-08-28T21:24:48.266Z Downloaded static_assertions v1.1.0
12272026-08-28T21:24:48.269Z Downloaded chrono v0.4.45
12282026-08-28T21:24:48.273Z Downloaded socket2 v0.6.3
12292026-08-28T21:24:48.273Z Downloaded minimal-lexical v0.2.1
12302026-08-28T21:24:48.276Z Downloaded icu_collections v2.1.1
12312026-08-28T21:24:48.279Z Downloaded diff v0.1.13
12322026-08-28T21:24:48.279Z Downloaded linear-map v1.2.0
12332026-08-28T21:24:48.282Z Downloaded progenitor-impl v0.14.0
12342026-08-28T21:24:48.282Z Downloaded rpassword v7.5.4
12352026-08-28T21:24:48.282Z Downloaded bindgen v0.71.1
12362026-08-28T21:24:48.285Z Downloaded itertools v0.10.5
12372026-08-28T21:24:48.288Z Downloaded native-tls v0.2.18
12382026-08-28T21:24:48.291Z Downloaded resolv-conf v0.7.6
12392026-08-28T21:24:48.291Z Downloaded internal-russh-num-bigint v0.5.0
12402026-08-28T21:24:48.294Z Downloaded serde_yaml v0.9.34+deprecated
12412026-08-28T21:24:48.294Z Downloaded git2 v0.20.4
12422026-08-28T21:24:48.298Z Downloaded ctutils v0.4.2
12432026-08-28T21:24:48.301Z Downloaded itertools v0.13.0
12442026-08-28T21:24:48.311Z Downloaded ecdsa v0.17.0
12452026-08-28T21:24:48.316Z Downloaded serde_cbor v0.11.2
12462026-08-28T21:24:48.320Z Downloaded time v0.3.47
12472026-08-28T21:24:48.324Z Downloaded tracing-core v0.1.36
12482026-08-28T21:24:48.327Z Downloaded rsa v0.10.0-rc.18
12492026-08-28T21:24:48.331Z Downloaded const_format v0.2.35
12502026-08-28T21:24:48.337Z Downloaded icu_locale_core v2.1.1
12512026-08-28T21:24:48.342Z Downloaded rayon v1.11.0
12522026-08-28T21:24:48.347Z Downloaded signal-hook v0.3.18
12532026-08-28T21:24:48.350Z Downloaded zerotrie v0.2.3
12542026-08-28T21:24:48.356Z Downloaded progenitor-impl v0.13.0
12552026-08-28T21:24:48.359Z Downloaded unicode-segmentation v1.12.0
12562026-08-28T21:24:48.362Z Downloaded jiff-core v0.1.0
12572026-08-28T21:24:48.366Z Downloaded hyper v1.10.1
12582026-08-28T21:24:48.369Z Downloaded libxml v0.3.3
12592026-08-28T21:24:48.373Z Downloaded tower v0.5.3
12602026-08-28T21:24:48.378Z Downloaded der v0.8.0
12612026-08-28T21:24:48.381Z Downloaded itertools v0.15.0
12622026-08-28T21:24:48.385Z Downloaded tough v0.22.0
12632026-08-28T21:24:48.392Z Downloaded idna v1.1.0
12642026-08-28T21:24:48.394Z Downloaded tar v0.4.46
12652026-08-28T21:24:48.397Z Downloaded proptest v1.11.0
12662026-08-28T21:24:48.400Z Downloaded crossbeam-channel v0.5.15
12672026-08-28T21:24:48.403Z Downloaded vcpkg v0.2.15
12682026-08-28T21:24:48.424Z Downloaded tabled v0.21.0
12692026-08-28T21:24:48.434Z Downloaded url v2.5.8
12702026-08-28T21:24:48.437Z Downloaded serde_with v3.21.0
12712026-08-28T21:24:48.443Z Downloaded reqwest v0.13.2
12722026-08-28T21:24:48.447Z Downloaded lalrpop v0.19.12
12732026-08-28T21:24:48.453Z Downloaded smoltcp v0.9.1
12742026-08-28T21:24:48.458Z Downloaded goblin v0.10.5
12752026-08-28T21:24:48.463Z Downloaded rand v0.10.1
12762026-08-28T21:24:48.466Z Downloaded reqwest v0.12.28
12772026-08-28T21:24:48.469Z Downloaded nix v0.27.1
12782026-08-28T21:24:48.475Z Downloaded unicode-normalization v0.1.25
12792026-08-28T21:24:48.478Z Downloaded crossterm v0.29.0
12802026-08-28T21:24:48.482Z Downloaded rustls-webpki v0.103.13
12812026-08-28T21:24:48.485Z Downloaded portable-atomic v1.13.1
12822026-08-28T21:24:48.488Z Downloaded gimli v0.32.3
12832026-08-28T21:24:48.492Z Downloaded libm v0.2.16
12842026-08-28T21:24:48.499Z Downloaded radix_trie v0.2.1
12852026-08-28T21:24:48.501Z Downloaded zlib-rs v0.6.2
12862026-08-28T21:24:48.505Z Downloaded winnow v0.6.26
12872026-08-28T21:24:48.509Z Downloaded moka v0.12.13
12882026-08-28T21:24:48.514Z Downloaded polar-core v0.27.3
12892026-08-28T21:24:48.519Z Downloaded winnow v1.0.3
12902026-08-28T21:24:48.527Z Downloaded crypto-bigint v0.7.5
12912026-08-28T21:24:48.533Z Downloaded bstr v1.12.1
12922026-08-28T21:24:48.538Z Downloaded iddqd v0.4.2
12932026-08-28T21:24:48.550Z Downloaded itertools v0.12.1
12942026-08-28T21:24:48.562Z Downloaded zerocopy v0.8.55
12952026-08-28T21:24:48.572Z Downloaded salty v0.3.0
12962026-08-28T21:24:48.576Z Downloaded quick-xml v0.37.5
12972026-08-28T21:24:48.579Z Downloaded openssl v0.10.80
12982026-08-28T21:24:48.585Z Downloaded tower-http v0.6.8
12992026-08-28T21:24:48.589Z Downloaded object v0.30.4
13002026-08-28T21:24:48.594Z Downloaded curve25519-dalek v5.0.0
13012026-08-28T21:24:48.606Z Downloaded petname v2.0.2
13022026-08-28T21:24:48.616Z Downloaded regex-syntax v0.6.29
13032026-08-28T21:24:48.620Z Downloaded nix v0.31.2
13042026-08-28T21:24:48.626Z Downloaded quinn-proto v0.11.16
13052026-08-28T21:24:48.630Z Downloaded p384 v0.13.1
13062026-08-28T21:24:48.633Z Downloaded smoltcp v0.11.0
13072026-08-28T21:24:48.642Z Downloaded rustls v0.23.41
13082026-08-28T21:24:48.648Z Downloaded hickory-proto v0.24.4
13092026-08-28T21:24:48.657Z Downloaded syn v3.0.3
13102026-08-28T21:24:48.664Z Downloaded curve25519-dalek v4.1.3
13112026-08-28T21:24:48.669Z Downloaded object v0.37.3
13122026-08-28T21:24:48.676Z Downloaded sqlparser v0.61.0
13132026-08-28T21:24:48.681Z Downloaded openapiv3 v2.2.0
13142026-08-28T21:24:48.689Z Downloaded hickory-proto v0.25.2
13152026-08-28T21:24:48.702Z Downloaded regress v0.10.5
13162026-08-28T21:24:48.709Z Downloaded rustix v0.38.44
13172026-08-28T21:24:48.725Z Downloaded regex-syntax v0.8.10
13182026-08-28T21:24:48.734Z Downloaded dropshot v0.17.1
13192026-08-28T21:24:48.747Z Downloaded diesel v2.3.7
13202026-08-28T21:24:48.759Z Downloaded nix v0.28.0
13212026-08-28T21:24:48.766Z Downloaded sha3 v0.11.0
13222026-08-28T21:24:48.769Z Downloaded regress v0.11.1
13232026-08-28T21:24:48.774Z Downloaded bzip2-sys v0.1.13+1.0.8
13242026-08-28T21:24:48.781Z Downloaded tracing v0.1.44
13252026-08-28T21:24:48.794Z Downloaded ratatui v0.29.0
13262026-08-28T21:24:48.806Z Downloaded sled v0.34.7
13272026-08-28T21:24:48.812Z Downloaded regex-automata v0.4.14
13282026-08-28T21:24:48.821Z Downloaded typify-impl v0.6.2
13292026-08-28T21:24:48.830Z Downloaded zerocopy-derive v0.6.6
13302026-08-28T21:24:48.836Z Downloaded petgraph v0.6.5
13312026-08-28T21:24:48.867Z Downloaded chrono-tz v0.10.4
13322026-08-28T21:24:48.879Z Downloaded jiff v0.2.34
13332026-08-28T21:24:48.889Z Downloaded libz-sys v1.1.24
13342026-08-28T21:24:48.902Z Downloaded sha3 v0.10.8
13352026-08-28T21:24:48.905Z Downloaded tokio v1.52.1
13362026-08-28T21:24:48.929Z Downloaded petgraph v0.8.3
13372026-08-28T21:24:48.943Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-08-28T21:24:48.953Z Downloaded csv v1.4.0
13392026-08-28T21:24:48.966Z Downloaded encoding_rs v0.8.35
13402026-08-28T21:24:48.983Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-08-28T21:24:49.022Z Downloaded ring v0.17.14
13422026-08-28T21:24:49.535Z Downloaded aws-lc-sys v0.40.0
13432026-08-28T21:24:49.793Z Compiling serde_core v1.0.228
13442026-08-28T21:24:49.793Z Compiling libc v0.2.185
13452026-08-28T21:24:49.793Z Compiling serde v1.0.228
13462026-08-28T21:24:49.796Z Compiling log v0.4.33
13472026-08-28T21:24:49.796Z Compiling smallvec v1.15.1
13482026-08-28T21:24:49.796Z Compiling shlex v1.3.0
13492026-08-28T21:24:49.933Z Compiling find-msvc-tools v0.1.9
13502026-08-28T21:24:49.936Z Compiling syn v2.0.117
13512026-08-28T21:24:50.171Z Compiling subtle v2.6.1
13522026-08-28T21:24:50.185Z Compiling scopeguard v1.2.0
13532026-08-28T21:24:50.185Z Compiling stable_deref_trait v1.2.1
13542026-08-28T21:24:50.211Z Compiling typenum v1.20.1
13552026-08-28T21:24:50.267Z Compiling lock_api v0.4.14
13562026-08-28T21:24:50.270Z Compiling zerocopy v0.8.55
13572026-08-28T21:24:50.298Z Compiling portable-atomic v1.13.1
13582026-08-28T21:24:50.337Z Compiling serde_json v1.0.151
13592026-08-28T21:24:50.491Z Compiling critical-section v1.2.0
13602026-08-28T21:24:50.536Z Compiling libm v0.2.16
13612026-08-28T21:24:50.596Z Compiling num-traits v0.2.19
13622026-08-28T21:24:50.699Z Compiling pkg-config v0.3.32
13632026-08-28T21:24:50.751Z Compiling errno v0.3.14
13642026-08-28T21:24:50.774Z Compiling jobserver v0.1.34
13652026-08-28T21:24:50.830Z Compiling getrandom v0.2.17
13662026-08-28T21:24:50.992Z Compiling cc v1.2.56
13672026-08-28T21:24:51.049Z Compiling rand_core v0.6.4
13682026-08-28T21:24:51.223Z Compiling generic-array v0.14.7
13692026-08-28T21:24:51.291Z Compiling once_cell v1.21.3
13702026-08-28T21:24:51.313Z Compiling parking_lot_core v0.9.12
13712026-08-28T21:24:51.352Z Compiling const-oid v0.9.6
13722026-08-28T21:24:51.411Z Compiling pin-project-lite v0.2.17
13732026-08-28T21:24:51.497Z Compiling getrandom v0.4.3
13742026-08-28T21:24:51.558Z Compiling rand_core v0.10.0
13752026-08-28T21:24:51.864Z Compiling signal-hook-registry v1.4.8
13762026-08-28T21:24:51.961Z Compiling writeable v0.6.2
13772026-08-28T21:24:52.061Z Compiling bitflags v2.11.0
13782026-08-28T21:24:52.125Z Compiling percent-encoding v2.3.2
13792026-08-28T21:24:52.139Z Compiling futures-core v0.3.32
13802026-08-28T21:24:52.152Z Compiling litemap v0.8.1
13812026-08-28T21:24:52.285Z Compiling semver v1.0.28
13822026-08-28T21:24:52.299Z Compiling parking_lot v0.12.5
13832026-08-28T21:24:52.314Z Compiling mio v1.2.0
13842026-08-28T21:24:52.331Z Compiling icu_properties_data v2.1.2
13852026-08-28T21:24:52.460Z Compiling icu_normalizer_data v2.1.1
13862026-08-28T21:24:52.564Z Compiling socket2 v0.6.3
13872026-08-28T21:24:52.672Z Compiling rustix v1.1.4
13882026-08-28T21:24:52.722Z Compiling getrandom v0.3.4
13892026-08-28T21:24:52.779Z Compiling synstructure v0.13.2
13902026-08-28T21:24:52.794Z Compiling futures-sink v0.3.32
13912026-08-28T21:24:52.856Z Compiling indexmap v2.14.0
13922026-08-28T21:24:52.902Z Compiling futures-channel v0.3.32
13932026-08-28T21:24:52.978Z Compiling utf8_iter v1.0.4
13942026-08-28T21:24:53.128Z Compiling futures-task v0.3.32
13952026-08-28T21:24:53.147Z Compiling slab v0.4.12
13962026-08-28T21:24:53.309Z Compiling futures-io v0.3.32
13972026-08-28T21:24:53.334Z Compiling form_urlencoded v1.2.2
13982026-08-28T21:24:53.349Z Compiling rustversion v1.0.22
13992026-08-28T21:24:53.944Z Compiling iana-time-zone v0.1.65
14002026-08-28T21:24:53.949Z Compiling base64ct v1.8.3
14012026-08-28T21:24:53.949Z Compiling cmake v0.1.57
14022026-08-28T21:24:53.949Z Compiling dunce v1.0.5
14032026-08-28T21:24:53.949Z Compiling flagset v0.4.7
14042026-08-28T21:24:53.949Z Compiling ident_case v1.0.1
14052026-08-28T21:24:53.949Z Compiling fs_extra v1.3.0
14062026-08-28T21:24:53.949Z Compiling pem-rfc7468 v0.7.0
14072026-08-28T21:24:53.949Z Compiling regex-syntax v0.8.10
14082026-08-28T21:24:53.949Z Compiling rand_core v0.9.5
14092026-08-28T21:24:53.949Z Compiling uuid v1.23.4
14102026-08-28T21:24:53.949Z Compiling aws-lc-sys v0.40.0
14112026-08-28T21:24:57.275Z Compiling base64 v0.22.1
14122026-08-28T21:24:57.276Z Compiling vcpkg v0.2.15
14132026-08-28T21:24:57.313Z Compiling syn v1.0.109
14142026-08-28T21:24:57.313Z Compiling serde_derive_internals v0.29.1
14152026-08-28T21:24:57.313Z Compiling rustc_version v0.4.1
14162026-08-28T21:24:57.313Z Compiling serde_derive v1.0.228
14172026-08-28T21:24:57.313Z Compiling zeroize_derive v1.5.0
14182026-08-28T21:24:57.313Z Compiling zerocopy-derive v0.8.55
14192026-08-28T21:24:57.313Z Compiling zerofrom-derive v0.1.6
14202026-08-28T21:24:57.313Z Compiling yoke-derive v0.8.1
14212026-08-28T21:24:57.313Z Compiling zerovec-derive v0.11.2
14222026-08-28T21:24:57.313Z Compiling displaydoc v0.2.5
14232026-08-28T21:24:57.313Z Compiling tokio-macros v2.7.0
14242026-08-28T21:24:57.313Z Compiling futures-macro v0.3.32
14252026-08-28T21:24:57.313Z Compiling thiserror-impl v2.0.18
14262026-08-28T21:24:57.314Z Compiling zerofrom v0.1.6
14272026-08-28T21:24:57.314Z Compiling yoke v0.8.1
14282026-08-28T21:24:57.314Z Compiling der_derive v0.7.3
14292026-08-28T21:24:57.314Z Compiling zerovec v0.11.5
14302026-08-28T21:24:57.314Z Compiling zerotrie v0.2.3
14312026-08-28T21:24:57.314Z Compiling futures-util v0.3.32
14322026-08-28T21:24:57.314Z Compiling tinystr v0.8.2
14332026-08-28T21:24:57.314Z Compiling potential_utf v0.1.4
14342026-08-28T21:24:57.314Z Compiling icu_locale_core v2.1.1
14352026-08-28T21:24:57.314Z Compiling icu_collections v2.1.1
14362026-08-28T21:24:57.355Z Compiling openssl-sys v0.9.117
14372026-08-28T21:24:59.078Z Compiling thiserror v2.0.18
14382026-08-28T21:24:59.101Z Compiling tracing-attributes v0.1.31
14392026-08-28T21:24:59.101Z Compiling tracing-core v0.1.36
14402026-08-28T21:24:59.111Z Compiling icu_provider v2.1.1
14412026-08-28T21:24:59.111Z Compiling zeroize v1.9.0
14422026-08-28T21:24:59.111Z Compiling bytes v1.11.1
14432026-08-28T21:24:59.111Z Compiling icu_properties v2.1.2
14442026-08-28T21:24:59.111Z Compiling icu_normalizer v2.1.1
14452026-08-28T21:24:59.111Z Compiling crypto-common v0.1.7
14462026-08-28T21:24:59.111Z Compiling block-buffer v0.10.4
14472026-08-28T21:24:59.111Z Compiling tokio v1.52.1
14482026-08-28T21:24:59.111Z Compiling digest v0.10.7
14492026-08-28T21:24:59.111Z Compiling chrono v0.4.45
14502026-08-28T21:24:59.111Z Compiling der v0.7.10
14512026-08-28T21:24:59.282Z Compiling idna_adapter v1.2.1
14522026-08-28T21:24:59.289Z Compiling ppv-lite86 v0.2.21
14532026-08-28T21:24:59.289Z Compiling http v1.4.2
14542026-08-28T21:24:59.339Z Compiling idna v1.1.0
14552026-08-28T21:24:59.355Z Compiling simd-adler32 v0.3.8
14562026-08-28T21:24:59.532Z Compiling rand_chacha v0.9.0
14572026-08-28T21:25:00.833Z Compiling cpufeatures v0.2.17
14582026-08-28T21:25:00.866Z Compiling url v2.5.8
14592026-08-28T21:25:00.866Z Compiling spki v0.7.3
14602026-08-28T21:25:00.866Z Compiling schemars v0.8.22
14612026-08-28T21:25:00.866Z Compiling dyn-clone v1.0.20
14622026-08-28T21:25:00.866Z Compiling aws-lc-rs v1.16.3
14632026-08-28T21:25:00.866Z Compiling pkcs8 v0.10.2
14642026-08-28T21:25:00.866Z Compiling http-body v1.0.1
14652026-08-28T21:25:00.866Z Compiling rand v0.9.2
14662026-08-28T21:25:00.866Z Compiling tracing v0.1.44
14672026-08-28T21:25:00.866Z Compiling rustls-pki-types v1.14.0
14682026-08-28T21:25:00.866Z Compiling schemars_derive v0.8.22
14692026-08-28T21:25:00.866Z Compiling spin v0.9.8
14702026-08-28T21:25:00.866Z Compiling adler2 v2.0.1
14712026-08-28T21:25:00.866Z Compiling httparse v1.10.1
14722026-08-28T21:25:00.866Z Compiling cmov v0.5.4
14732026-08-28T21:25:00.881Z Compiling tinyvec_macros v0.1.1
14742026-08-28T21:25:00.996Z Compiling crc32fast v1.5.0
14752026-08-28T21:25:01.004Z Compiling openssl-probe v0.2.1
14762026-08-28T21:25:01.031Z Compiling tinyvec v1.10.0
14772026-08-28T21:25:01.089Z Compiling ctutils v0.4.2
14782026-08-28T21:25:01.126Z Compiling tempfile v3.27.0
14792026-08-28T21:25:01.246Z Compiling miniz_oxide v0.8.9
14802026-08-28T21:25:01.317Z Compiling pest_generator v2.8.6
14812026-08-28T21:25:01.366Z Compiling sha2 v0.10.9
14822026-08-28T21:25:01.478Z Compiling terminal_size v0.4.3
14832026-08-28T21:25:01.616Z Compiling aho-corasick v1.1.4
14842026-08-28T21:25:01.828Z Compiling tower-service v0.3.3
14852026-08-28T21:25:01.927Z Compiling radium v0.7.0
14862026-08-28T21:25:01.990Z Compiling tower-layer v0.3.3
14872026-08-28T21:25:02.149Z Compiling untrusted v0.7.1
14882026-08-28T21:25:02.167Z Compiling atomic-waker v1.1.2
14892026-08-28T21:25:02.270Z Compiling try-lock v0.2.5
14902026-08-28T21:25:02.311Z Compiling pest_derive v2.8.6
14912026-08-28T21:25:02.429Z Compiling regex-automata v0.4.14
14922026-08-28T21:25:02.665Z Compiling tokio-util v0.7.18
14932026-08-28T21:25:02.748Z Compiling want v0.3.1
14942026-08-28T21:25:02.917Z Compiling hybrid-array v0.4.13
14952026-08-28T21:25:03.278Z Compiling ipnet v2.12.0
14962026-08-28T21:25:03.475Z Compiling h2 v0.4.15
14972026-08-28T21:25:03.681Z Compiling scroll_derive v0.13.1
14982026-08-28T21:25:03.695Z Compiling darling_core v0.20.11
14992026-08-28T21:25:03.763Z Compiling maybe-uninit v2.0.0
15002026-08-28T21:25:04.022Z Compiling rustls v0.23.41
15012026-08-28T21:25:04.190Z Compiling foreign-types-shared v0.1.1
15022026-08-28T21:25:04.221Z Compiling openssl v0.10.80
15032026-08-28T21:25:04.277Z Compiling untrusted v0.9.0
15042026-08-28T21:25:04.400Z Compiling httpdate v1.0.3
15052026-08-28T21:25:04.445Z Compiling tap v1.0.1
15062026-08-28T21:25:04.461Z Compiling scroll v0.13.0
15072026-08-28T21:25:04.497Z Compiling foreign-types v0.3.2
15082026-08-28T21:25:04.556Z Compiling wyz v0.5.1
15092026-08-28T21:25:04.630Z Compiling unicode-normalization v0.1.25
15102026-08-28T21:25:04.758Z Compiling rand_chacha v0.3.1
15112026-08-28T21:25:04.811Z Compiling signature v2.2.0
15122026-08-28T21:25:04.996Z Compiling hex v0.4.3
15132026-08-28T21:25:05.074Z Compiling thiserror-impl v1.0.69
15142026-08-28T21:25:05.116Z Compiling openssl-macros v0.1.1
15152026-08-28T21:25:05.260Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15162026-08-28T21:25:05.503Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-08-28T21:25:05.503Z Compiling num-integer v0.1.46
15182026-08-28T21:25:05.643Z Compiling wait-timeout v0.2.1
15192026-08-28T21:25:05.778Z Compiling ahash v0.8.12
15202026-08-28T21:25:05.830Z Compiling packed_struct v0.10.1
15212026-08-28T21:25:05.899Z Compiling darling_macro v0.20.11
15222026-08-28T21:25:05.914Z Compiling time-core v0.1.8
15232026-08-28T21:25:05.976Z Compiling num-bigint-dig v0.8.6
15242026-08-28T21:25:06.059Z Compiling num-conv v0.2.0
15252026-08-28T21:25:06.062Z Compiling native-tls v0.2.18
15262026-08-28T21:25:06.159Z Compiling bit-vec v0.8.0
15272026-08-28T21:25:06.188Z Compiling funty v2.0.0
15282026-08-28T21:25:06.272Z Compiling powerfmt v0.2.0
15292026-08-28T21:25:06.292Z Compiling quick-error v1.2.3
15302026-08-28T21:25:06.383Z Compiling darling v0.20.11
15312026-08-28T21:25:06.398Z Compiling rusty-fork v0.3.1
15322026-08-28T21:25:06.401Z Compiling bit-set v0.8.0
15332026-08-28T21:25:06.438Z Compiling deranged v0.5.8
15342026-08-28T21:25:06.462Z Compiling thiserror v1.0.69
15352026-08-28T21:25:06.476Z Compiling clap_builder v4.6.0
15362026-08-28T21:25:06.551Z Compiling hyper v1.10.1
15372026-08-28T21:25:06.566Z Compiling bitvec v1.0.1
15382026-08-28T21:25:06.729Z Compiling time-macros v0.2.27
15392026-08-28T21:25:07.435Z Compiling num-iter v0.1.45
15402026-08-28T21:25:07.635Z Compiling hyper-util v0.1.20
15412026-08-28T21:25:07.787Z Compiling rand v0.8.6
15422026-08-28T21:25:07.984Z Compiling goblin v0.10.5
15432026-08-28T21:25:08.213Z Compiling packed_struct_codegen v0.10.1
15442026-08-28T21:25:08.598Z Compiling lazy_static v1.5.0
15452026-08-28T21:25:08.696Z Compiling hmac v0.12.1
15462026-08-28T21:25:08.858Z Compiling toml_datetime v0.6.11
15472026-08-28T21:25:09.112Z Compiling serde_spanned v0.6.9
15482026-08-28T21:25:09.260Z Compiling zerocopy-derive v0.6.6
15492026-08-28T21:25:09.274Z Compiling clap_derive v4.6.1
15502026-08-28T21:25:09.382Z Compiling bitfield-macros v0.19.4
15512026-08-28T21:25:09.491Z Compiling rand_xorshift v0.4.0
15522026-08-28T21:25:09.654Z Compiling sync_wrapper v1.0.2
15532026-08-28T21:25:09.765Z Compiling indexmap v1.9.3
15542026-08-28T21:25:09.953Z Compiling object v0.37.3
15552026-08-28T21:25:10.064Z Compiling zlib-rs v0.6.2
15562026-08-28T21:25:10.080Z Compiling unarray v0.1.4
15572026-08-28T21:25:10.188Z Compiling siphasher v1.0.2
15582026-08-28T21:25:10.209Z Compiling paste v1.0.15
15592026-08-28T21:25:10.371Z Compiling nodrop v0.1.14
15602026-08-28T21:25:10.462Z Compiling num_threads v0.1.7
15612026-08-28T21:25:10.465Z Compiling crc-catalog v2.4.0
15622026-08-28T21:25:10.491Z Compiling crossbeam-utils v0.8.21
15632026-08-28T21:25:10.561Z Compiling usdt-impl v0.6.0
15642026-08-28T21:25:10.574Z Compiling unicode-segmentation v1.12.0
15652026-08-28T21:25:10.788Z Compiling dof v0.4.0
15662026-08-28T21:25:10.802Z Compiling crc v3.4.0
15672026-08-28T21:25:10.946Z Compiling time v0.3.47
15682026-08-28T21:25:10.985Z Compiling clap v4.6.1
15692026-08-28T21:25:11.044Z Compiling array-init v0.0.4
15702026-08-28T21:25:11.113Z Compiling proptest v1.11.0
15712026-08-28T21:25:11.378Z Compiling bitfield v0.19.4
15722026-08-28T21:25:11.666Z Compiling zerocopy v0.6.6
15732026-08-28T21:25:11.984Z Compiling tower v0.5.3
15742026-08-28T21:25:12.459Z Compiling smallvec v0.6.14
15752026-08-28T21:25:12.654Z Compiling derive_builder_core v0.20.2
15762026-08-28T21:25:12.792Z Compiling dtrace-parser v0.3.0
15772026-08-28T21:25:13.257Z Compiling flate2 v1.1.9
15782026-08-28T21:25:13.425Z Compiling ipnetwork v0.21.1
15792026-08-28T21:25:13.502Z Compiling http-body-util v0.1.3
15802026-08-28T21:25:13.524Z Compiling pkcs1 v0.7.5
15812026-08-28T21:25:13.658Z Compiling heapless v0.7.17
15822026-08-28T21:25:13.743Z Compiling scroll_derive v0.12.1
15832026-08-28T21:25:13.803Z Compiling structmeta-derive v0.3.0
15842026-08-28T21:25:13.895Z Compiling slog v2.8.2
15852026-08-28T21:25:13.911Z Compiling darling_core v0.23.0
15862026-08-28T21:25:14.036Z Compiling thread-id v5.1.0
15872026-08-28T21:25:14.075Z Compiling cookie v0.18.1
15882026-08-28T21:25:14.122Z Compiling env_filter v2.0.0
15892026-08-28T21:25:14.255Z Compiling syn v3.0.3
15902026-08-28T21:25:14.390Z Compiling signal-hook v0.3.18
15912026-08-28T21:25:14.415Z Compiling ryu v1.0.23
15922026-08-28T21:25:14.556Z Compiling hashbrown v0.12.3
15932026-08-28T21:25:14.594Z Compiling unicode-properties v0.1.4
15942026-08-28T21:25:14.807Z Compiling unicode-bidi v0.3.18
15952026-08-28T21:25:14.863Z Compiling gimli v0.32.3
15962026-08-28T21:25:15.022Z Compiling allocator-api2 v0.2.21
15972026-08-28T21:25:15.333Z Compiling winnow v0.5.40
15982026-08-28T21:25:15.351Z Compiling zstd-safe v7.2.4
15992026-08-28T21:25:15.542Z Compiling anyhow v1.0.104
16002026-08-28T21:25:15.845Z Compiling iri-string v0.7.10
16012026-08-28T21:25:16.387Z Compiling base64 v0.21.7
16022026-08-28T21:25:16.699Z Compiling ron v0.8.1
16032026-08-28T21:25:16.744Z Compiling toml_edit v0.19.15
16042026-08-28T21:25:16.781Z Compiling addr2line v0.25.1
16052026-08-28T21:25:17.107Z Compiling tower-http v0.6.8
16062026-08-28T21:25:17.338Z Compiling darling_macro v0.23.0
16072026-08-28T21:25:17.660Z Compiling stringprep v0.1.5
16082026-08-28T21:25:17.674Z Compiling daft-derive v0.1.8
16092026-08-28T21:25:17.752Z Compiling structmeta v0.3.0
16102026-08-28T21:25:17.848Z Compiling serde_urlencoded v0.7.1
16112026-08-28T21:25:17.969Z Compiling scroll v0.12.0
16122026-08-28T21:25:18.061Z Compiling env_logger v0.11.11
16132026-08-28T21:25:18.285Z Compiling rsa v0.9.10
16142026-08-28T21:25:18.301Z Compiling oxnet v0.1.6
16152026-08-28T21:25:18.382Z Compiling derive_builder_macro v0.20.2
16162026-08-28T21:25:18.409Z Compiling newtype-uuid v1.3.2
16172026-08-28T21:25:18.680Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16182026-08-28T21:25:18.720Z Compiling hashbrown v0.13.2
16192026-08-28T21:25:18.735Z Compiling serde-hex v0.1.0
16202026-08-28T21:25:18.846Z Compiling bzip2 v0.4.4
16212026-08-28T21:25:19.055Z Compiling tokio-native-tls v0.3.1
16222026-08-28T21:25:19.194Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16232026-08-28T21:25:19.230Z Compiling camino v1.2.5
16242026-08-28T21:25:19.897Z Compiling bstr v1.12.1
16252026-08-28T21:25:20.096Z Compiling block-padding v0.4.2
16262026-08-28T21:25:20.268Z Compiling block-buffer v0.12.1
16272026-08-28T21:25:20.446Z Compiling crypto-common v0.2.2
16282026-08-28T21:25:20.473Z Compiling rustls-native-certs v0.8.3
16292026-08-28T21:25:20.535Z Compiling x509-cert v0.2.5
16302026-08-28T21:25:20.761Z Compiling md-5 v0.10.6
16312026-08-28T21:25:20.937Z Compiling erased-serde v0.3.31
16322026-08-28T21:25:21.272Z Compiling serde_tokenstream v0.2.3
16332026-08-28T21:25:21.429Z Compiling curve25519-dalek v4.1.3
16342026-08-28T21:25:21.584Z Compiling zerocopy-derive v0.7.35
16352026-08-28T21:25:21.768Z Compiling pin-project-internal v1.1.11
16362026-08-28T21:25:21.919Z Compiling async-trait v0.1.89
16372026-08-28T21:25:22.116Z Compiling vergen-lib v9.1.0
16382026-08-28T21:25:22.116Z Compiling hash32 v0.2.1
16392026-08-28T21:25:22.154Z Compiling memoffset v0.9.1
16402026-08-28T21:25:22.289Z Compiling encoding_rs v0.8.35
16412026-08-28T21:25:22.317Z Compiling psl-types v2.0.11
16422026-08-28T21:25:22.388Z Compiling fallible-iterator v0.2.0
16432026-08-28T21:25:22.454Z Compiling litrs v1.0.0
16442026-08-28T21:25:22.469Z Compiling crc-any v2.5.0
16452026-08-28T21:25:22.694Z Compiling cfg_aliases v0.2.1
16462026-08-28T21:25:22.709Z Compiling owo-colors v4.3.0
16472026-08-28T21:25:22.772Z Compiling mime v0.3.17
16482026-08-28T21:25:22.898Z Compiling smoltcp v0.9.1
16492026-08-28T21:25:22.967Z Compiling ref-cast v1.0.25
16502026-08-28T21:25:22.979Z Compiling rustc-demangle v0.1.27
16512026-08-28T21:25:23.021Z Compiling rustix v0.38.44
16522026-08-28T21:25:23.081Z Compiling document-features v0.2.12
16532026-08-28T21:25:23.209Z Compiling backtrace v0.3.76
16542026-08-28T21:25:23.246Z Compiling pin-project v1.1.11
16552026-08-28T21:25:23.306Z Compiling nix v0.31.2
16562026-08-28T21:25:23.346Z Compiling postgres-protocol v0.6.10
16572026-08-28T21:25:23.361Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16582026-08-28T21:25:23.460Z Compiling zerocopy v0.7.35
16592026-08-28T21:25:23.664Z Compiling publicsuffix v2.3.0
16602026-08-28T21:25:23.869Z Compiling inout v0.2.2
16612026-08-28T21:25:23.883Z Compiling daft v0.1.8
16622026-08-28T21:25:24.003Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16632026-08-28T21:25:24.044Z Compiling hyper-tls v0.6.0
16642026-08-28T21:25:24.149Z Compiling object v0.30.4
16652026-08-28T21:25:24.201Z Compiling zip v0.6.6
16662026-08-28T21:25:24.251Z Compiling derive_builder v0.20.2
16672026-08-28T21:25:24.281Z Compiling goblin v0.8.2
16682026-08-28T21:25:24.378Z Compiling toml v0.7.8
16692026-08-28T21:25:24.466Z Compiling derive-ex v0.1.8
16702026-08-28T21:25:24.865Z Compiling darling v0.23.0
16712026-08-28T21:25:24.960Z Compiling convert_case v0.10.0
16722026-08-28T21:25:25.057Z Compiling phf_shared v0.13.1
16732026-08-28T21:25:25.254Z Compiling regex v1.12.3
16742026-08-28T21:25:25.280Z Compiling hubpack_derive v0.1.1
16752026-08-28T21:25:25.293Z Compiling futures-executor v0.3.32
16762026-08-28T21:25:25.545Z Compiling strum_macros v0.27.2
16772026-08-28T21:25:25.674Z Compiling curve25519-dalek-derive v0.1.1
16782026-08-28T21:25:25.722Z Compiling snafu-derive v0.8.9
16792026-08-28T21:25:26.116Z Compiling ref-cast-impl v1.0.25
16802026-08-28T21:25:26.310Z Compiling vergen v9.1.0
16812026-08-28T21:25:26.491Z Compiling cargo-platform v0.3.2
16822026-08-28T21:25:26.657Z Compiling ff v0.13.1
16832026-08-28T21:25:26.773Z Compiling fs-err v3.3.0
16842026-08-28T21:25:26.797Z Compiling foldhash v0.2.0
16852026-08-28T21:25:26.948Z Compiling bitflags v1.3.2
16862026-08-28T21:25:26.957Z Compiling is_ci v1.2.0
16872026-08-28T21:25:27.016Z Compiling libbz2-rs-sys v0.2.2
16882026-08-28T21:25:27.029Z Compiling bumpalo v3.20.2
16892026-08-28T21:25:27.086Z Compiling path-slash v0.1.5
16902026-08-28T21:25:27.217Z Compiling foldhash v0.1.5
16912026-08-28T21:25:27.277Z Compiling managed v0.8.0
16922026-08-28T21:25:27.455Z Compiling jiff-core v0.1.0
16932026-08-28T21:25:27.510Z Compiling base16ct v0.2.0
16942026-08-28T21:25:27.549Z Compiling either v1.15.0
16952026-08-28T21:25:27.664Z Compiling same-file v1.0.6
16962026-08-28T21:25:27.694Z Compiling textwrap v0.16.2
16972026-08-28T21:25:27.708Z Compiling snafu v0.8.9
16982026-08-28T21:25:27.725Z Compiling sec1 v0.7.3
16992026-08-28T21:25:27.829Z Compiling walkdir v2.5.0
17002026-08-28T21:25:28.001Z Compiling strum v0.27.2
17012026-08-28T21:25:28.055Z Compiling bzip2 v0.6.1
17022026-08-28T21:25:28.135Z Compiling hashbrown v0.15.5
17032026-08-28T21:25:28.151Z Compiling zopfli v0.8.3
17042026-08-28T21:25:28.164Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17052026-08-28T21:25:28.260Z Compiling jiff v0.2.34
17062026-08-28T21:25:28.533Z Compiling supports-color v3.0.2
17072026-08-28T21:25:28.665Z Compiling hashbrown v0.16.1
17082026-08-28T21:25:28.691Z Compiling group v0.13.0
17092026-08-28T21:25:28.705Z Compiling cargo_metadata v0.23.1
17102026-08-28T21:25:28.891Z Compiling dof v0.3.0
17112026-08-28T21:25:29.267Z Compiling test-strategy v0.4.5
17122026-08-28T21:25:29.570Z Compiling hubpack v0.1.2
17132026-08-28T21:25:29.601Z Compiling futures v0.3.32
17142026-08-28T21:25:29.687Z Compiling derive_more-impl v2.1.1
17152026-08-28T21:25:29.790Z Compiling phf v0.13.1
17162026-08-28T21:25:30.042Z Compiling serde_with_macros v3.21.0
17172026-08-28T21:25:30.321Z Compiling signal-hook-mio v0.2.5
17182026-08-28T21:25:30.469Z Compiling cookie_store v0.22.1
17192026-08-28T21:25:30.728Z Compiling zstd v0.13.3
17202026-08-28T21:25:30.820Z Compiling reqwest v0.12.28
17212026-08-28T21:25:30.996Z Compiling cipher v0.5.2
17222026-08-28T21:25:31.159Z Compiling postgres-types v0.2.12
17232026-08-28T21:25:31.221Z Compiling backtrace-ext v0.2.1
17242026-08-28T21:25:31.712Z Compiling usdt-macro v0.6.0
17252026-08-28T21:25:31.775Z Compiling usdt-attr-macro v0.6.0
17262026-08-28T21:25:31.848Z Compiling globset v0.4.18
17272026-08-28T21:25:32.109Z Compiling phf_shared v0.11.3
17282026-08-28T21:25:32.293Z Compiling hkdf v0.12.4
17292026-08-28T21:25:32.386Z Compiling dtrace-parser v0.2.0
17302026-08-28T21:25:32.403Z Compiling byte-wrapper v0.1.0
17312026-08-28T21:25:32.485Z Compiling olpc-cjson v0.1.4
17322026-08-28T21:25:32.499Z Compiling ed25519 v2.2.3
17332026-08-28T21:25:32.567Z Compiling crypto-bigint v0.5.5
17342026-08-28T21:25:32.619Z Compiling serde_plain v1.0.2
17352026-08-28T21:25:32.646Z Compiling serde-big-array v0.5.1
17362026-08-28T21:25:32.731Z Compiling async-recursion v1.1.1
17372026-08-28T21:25:32.791Z Compiling strum_macros v0.26.4
17382026-08-28T21:25:32.820Z Compiling serde_repr v0.1.20
17392026-08-28T21:25:33.127Z Compiling miette-derive v7.6.0
17402026-08-28T21:25:33.361Z Compiling enum-as-inner v0.6.1
17412026-08-28T21:25:33.395Z Compiling pem v3.0.6
17422026-08-28T21:25:33.415Z Compiling float-cmp v0.10.0
17432026-08-28T21:25:33.566Z Compiling thread-id v4.2.2
17442026-08-28T21:25:33.646Z Compiling memmap2 v0.9.10
17452026-08-28T21:25:33.716Z Compiling normalize-line-endings v0.3.0
17462026-08-28T21:25:33.819Z Compiling fixedbitset v0.4.2
17472026-08-28T21:25:33.861Z Compiling typed-path v0.9.3
17482026-08-28T21:25:33.881Z Compiling difflib v0.4.0
17492026-08-28T21:25:34.040Z Compiling data-encoding v2.10.0
17502026-08-28T21:25:34.288Z Compiling whoami v2.1.0
17512026-08-28T21:25:34.428Z Compiling precomputed-hash v0.1.1
17522026-08-28T21:25:34.520Z Compiling predicates-core v1.0.10
17532026-08-28T21:25:34.566Z Compiling supports-hyperlinks v3.2.0
17542026-08-28T21:25:34.606Z Compiling const-oid v0.10.2
17552026-08-28T21:25:34.665Z Compiling cpufeatures v0.3.0
17562026-08-28T21:25:34.679Z Compiling keccak v0.1.6
17572026-08-28T21:25:34.693Z Compiling fixedbitset v0.5.7
17582026-08-28T21:25:34.719Z Compiling supports-unicode v3.0.0
17592026-08-28T21:25:34.742Z Compiling static_assertions v1.1.0
17602026-08-28T21:25:34.747Z Compiling new_debug_unreachable v1.0.6
17612026-08-28T21:25:34.814Z Compiling winnow v1.0.3
17622026-08-28T21:25:34.826Z Compiling sha3 v0.10.8
17632026-08-28T21:25:34.834Z Compiling miette v7.6.0
17642026-08-28T21:25:34.867Z Compiling string_cache v0.8.9
17652026-08-28T21:25:34.997Z Compiling petgraph v0.8.3
17662026-08-28T21:25:35.077Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17672026-08-28T21:25:35.097Z Compiling digest v0.11.3
17682026-08-28T21:25:35.277Z Compiling chacha20 v0.10.0
17692026-08-28T21:25:35.317Z Compiling toml_edit v0.22.27
17702026-08-28T21:25:35.406Z Compiling predicates v3.1.4
17712026-08-28T21:25:35.688Z Compiling strum v0.26.3
17722026-08-28T21:25:35.791Z Compiling toml_parser v1.1.2+spec-1.1.0
17732026-08-28T21:25:35.882Z Compiling tokio-postgres v0.7.16
17742026-08-28T21:25:35.960Z Compiling hickory-proto v0.25.2
17752026-08-28T21:25:36.033Z Compiling petgraph v0.6.5
17762026-08-28T21:25:36.395Z Compiling usdt v0.6.0
17772026-08-28T21:25:36.668Z Compiling usdt-impl v0.5.0
17782026-08-28T21:25:36.918Z Compiling elliptic-curve v0.13.8
17792026-08-28T21:25:37.250Z Compiling ed25519-dalek v2.2.0
17802026-08-28T21:25:37.323Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17812026-08-28T21:25:37.539Z Compiling crossterm v0.28.1
17822026-08-28T21:25:37.868Z Compiling serde_with v3.21.0
17832026-08-28T21:25:38.022Z Compiling zip v4.6.1
17842026-08-28T21:25:38.124Z Compiling derive_more v2.1.1
17852026-08-28T21:25:38.641Z Compiling iddqd v0.4.2
17862026-08-28T21:25:38.910Z Compiling itertools v0.13.0
17872026-08-28T21:25:38.993Z Compiling itertools v0.15.0
17882026-08-28T21:25:39.228Z Compiling similar v2.7.0
17892026-08-28T21:25:39.472Z Compiling crossbeam-epoch v0.9.18
17902026-08-28T21:25:39.651Z Compiling heck v0.4.1
17912026-08-28T21:25:39.797Z Compiling tokio-stream v0.1.18
17922026-08-28T21:25:39.876Z Compiling buf-list v1.1.2
17932026-08-28T21:25:39.901Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-08-28T21:25:40.063Z Compiling openapiv3 v2.2.0
17952026-08-28T21:25:40.143Z Compiling peg-runtime v0.8.5
17962026-08-28T21:25:40.158Z Compiling lalrpop-util v0.19.12
17972026-08-28T21:25:40.196Z Compiling thread_local v1.1.9
17982026-08-28T21:25:40.248Z Compiling slog-async v2.8.0
17992026-08-28T21:25:40.294Z Compiling crossbeam-channel v0.5.15
18002026-08-28T21:25:40.345Z Compiling is-terminal v0.4.17
18012026-08-28T21:25:40.415Z Compiling filetime v0.2.27
18022026-08-28T21:25:40.442Z Compiling take_mut v0.2.2
18032026-08-28T21:25:40.456Z Compiling term v1.2.1
18042026-08-28T21:25:40.552Z Compiling xattr v1.6.1
18052026-08-28T21:25:40.552Z Compiling camino-tempfile v1.4.1
18062026-08-28T21:25:40.715Z Compiling slog-term v2.9.2
18072026-08-28T21:25:40.747Z Compiling tar v0.4.46
18082026-08-28T21:25:46.718Z Compiling rustls-webpki v0.103.13
18092026-08-28T21:25:49.425Z Compiling tokio-rustls v0.26.4
18102026-08-28T21:25:49.425Z Compiling rustls-platform-verifier v0.6.2
18112026-08-28T21:25:49.425Z Compiling tough v0.22.0
18122026-08-28T21:25:49.630Z Compiling hyper-rustls v0.27.7
18132026-08-28T21:25:49.826Z Compiling reqwest v0.13.2
18142026-08-28T21:25:52.050Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-08-28T21:25:52.265Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-08-28T21:25:55.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18172026-08-28T21:25:55.316Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18182026-08-28T21:25:55.373ZAug 28 21:25:54.325 INFO Starting download, target: Cockroach
18192026-08-28T21:25:55.373ZAug 28 21:25:54.326 INFO Starting download, target: DendriteStub
18202026-08-28T21:25:55.373ZAug 28 21:25:54.326 INFO Starting download, target: Clickhouse
18212026-08-28T21:25:55.377ZAug 28 21:25:54.326 INFO Starting download, target: Console
18222026-08-28T21:25:55.377ZAug 28 21:25:54.326 INFO Starting download, target: MaghemiteMgd
18232026-08-28T21:25:55.378ZAug 28 21:25:54.326 INFO Starting download, target: MaghemiteDdmd
18242026-08-28T21:25:55.378ZAug 28 21:25:54.326 INFO Starting download, target: TransceiverControl
18252026-08-28T21:25:55.378ZAug 28 21:25:54.326 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18262026-08-28T21:25:55.378ZAug 28 21:25:54.326 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18272026-08-28T21:25:55.378ZAug 28 21:25:54.326 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18282026-08-28T21:25:55.378ZAug 28 21:25:54.326 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18292026-08-28T21:25:55.378ZAug 28 21:25:54.326 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18302026-08-28T21:25:55.378ZAug 28 21:25:54.326 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18312026-08-28T21:25:55.378ZAug 28 21:25:54.326 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18322026-08-28T21:25:56.830ZAug 28 21:25:55.757 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18332026-08-28T21:25:57.087ZAug 28 21:25:56.030 INFO Download complete, target: TransceiverControl
18342026-08-28T21:25:57.415ZAug 28 21:25:56.344 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18352026-08-28T21:25:57.451ZAug 28 21:25:56.368 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18362026-08-28T21:25:57.666ZAug 28 21:25:56.614 INFO Download complete, target: Console
18372026-08-28T21:25:58.250ZAug 28 21:25:57.179 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18382026-08-28T21:25:58.541ZAug 28 21:25:57.463 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18392026-08-28T21:25:58.843ZAug 28 21:25:57.773 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18402026-08-28T21:25:59.187ZAug 28 21:25:58.130 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18412026-08-28T21:25:59.187ZAug 28 21:25:58.130 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18422026-08-28T21:26:00.153ZAug 28 21:25:59.105 INFO Download complete, target: MaghemiteDdmd
18432026-08-28T21:26:00.945ZAug 28 21:25:59.898 INFO Download complete, target: DendriteStub
18442026-08-28T21:26:01.511ZAug 28 21:26:00.464 INFO Download complete, target: MaghemiteMgd
18452026-08-28T21:26:03.887ZAug 28 21:26:02.837 INFO Checking that binary works, target: Cockroach
18462026-08-28T21:26:03.992ZAug 28 21:26:02.945 INFO Download complete, target: Cockroach
18472026-08-28T21:26:04.134ZAug 28 21:26:03.085 INFO Checking that binary works, target: Clickhouse
18482026-08-28T21:26:04.272ZAug 28 21:26:03.225 INFO Download complete, target: Clickhouse
18492026-08-28T21:26:04.289ZAll builder prerequisites installed successfully, and PATH looks valid
18502026-08-28T21:26:04.292Z
18512026-08-28T21:26:04.292Zreal 2:10.977073838
18522026-08-28T21:26:04.292Zuser 7:20.357452932
18532026-08-28T21:26:04.292Zsys 1:27.878930833
18542026-08-28T21:26:04.292Ztrap 0.250049689
18552026-08-28T21:26:04.292Ztflt 0.544366016
18562026-08-28T21:26:04.292Zdflt 0.914401263
18572026-08-28T21:26:04.292Zkflt 0.024352115
18582026-08-28T21:26:04.292Zlock 27:17.756902391
18592026-08-28T21:26:04.292Zslp 22:04.685829117
18602026-08-28T21:26:04.292Zlat 49.663400884
18612026-08-28T21:26:04.292Zstop 2:47.175038694
18622026-08-28T21:26:04.292Z+ banner clippy
18632026-08-28T21:26:04.292Z
18642026-08-28T21:26:04.292Z #### # # ##### ##### # #
18652026-08-28T21:26:04.292Z # # # # # # # # # #
18662026-08-28T21:26:04.292Z # # # # # # # #
18672026-08-28T21:26:04.292Z # # # ##### ##### #
18682026-08-28T21:26:04.292Z # # # # # # #
18692026-08-28T21:26:04.292Z #### ###### # # # #
18702026-08-28T21:26:04.292Z
18712026-08-28T21:26:04.292Z+ export CARGO_INCREMENTAL=0
18722026-08-28T21:26:04.292Z+ CARGO_INCREMENTAL=0
18732026-08-28T21:26:04.293Z+ ptime -m cargo xtask clippy
18742026-08-28T21:26:04.758Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18752026-08-28T21:26:05.038Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18762026-08-28T21:26:06.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
18772026-08-28T21:26:06.881Z Running `target/debug/xtask clippy`
18782026-08-28T21:26:06.903Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18792026-08-28T21:26:07.480Z Downloading crates ...
18802026-08-28T21:26:07.656Z Downloaded hickory-client v0.25.2
18812026-08-28T21:26:07.659Z Downloaded async-object-pool v0.2.0
18822026-08-28T21:26:07.660Z Downloaded escape8259 v0.5.3
18832026-08-28T21:26:07.660Z Downloaded datatest-stable v0.3.3
18842026-08-28T21:26:07.663Z Downloaded criterion-plot v0.6.0
18852026-08-28T21:26:07.663Z Downloaded hex-literal v0.4.1
18862026-08-28T21:26:07.663Z Downloaded anes v0.1.6
18872026-08-28T21:26:07.667Z Downloaded event-listener v5.4.1
18882026-08-28T21:26:07.667Z Downloaded fancy-regex v0.14.0
18892026-08-28T21:26:07.670Z Downloaded futures-timer v3.0.3
18902026-08-28T21:26:07.670Z Downloaded httptest v0.16.4
18912026-08-28T21:26:07.670Z Downloaded cast v0.3.0
18922026-08-28T21:26:07.670Z Downloaded concurrent-queue v2.5.0
18932026-08-28T21:26:07.670Z Downloaded approx v0.5.1
18942026-08-28T21:26:07.670Z Downloaded constant_time_eq v0.3.1
18952026-08-28T21:26:07.674Z Downloaded assert-json-diff v2.0.2
18962026-08-28T21:26:07.674Z Downloaded event-listener-strategy v0.5.4
18972026-08-28T21:26:07.674Z Downloaded assert_cmd v2.1.2
18982026-08-28T21:26:07.674Z Downloaded async-lock v3.4.2
18992026-08-28T21:26:07.677Z Downloaded guppy v0.17.25
19002026-08-28T21:26:07.678Z Downloaded guppy-workspace-hack v0.1.0
19012026-08-28T21:26:07.681Z Downloaded cfg-expr v0.20.6
19022026-08-28T21:26:07.681Z Downloaded blake2b_simd v1.0.4
19032026-08-28T21:26:07.681Z Downloaded parking v2.2.1
19042026-08-28T21:26:07.681Z Downloaded linkme-impl v0.3.35
19052026-08-28T21:26:07.681Z Downloaded miette-derive v5.10.0
19062026-08-28T21:26:07.684Z Downloaded nested v0.1.1
19072026-08-28T21:26:07.684Z Downloaded knuffel-derive v3.2.0
19082026-08-28T21:26:07.684Z Downloaded linkme v0.3.35
19092026-08-28T21:26:07.687Z Downloaded libtest-mimic v0.8.1
19102026-08-28T21:26:07.687Z Downloaded plotters-backend v0.3.7
19112026-08-28T21:26:07.687Z Downloaded plotters-svg v0.3.7
19122026-08-28T21:26:07.688Z Downloaded oorandom v11.1.5
19132026-08-28T21:26:07.688Z Downloaded owo-colors v3.5.0
19142026-08-28T21:26:07.691Z Downloaded path-tree v0.8.3
19152026-08-28T21:26:07.691Z Downloaded pathdiff v0.2.3
19162026-08-28T21:26:07.691Z Downloaded partial-io v0.5.4
19172026-08-28T21:26:07.691Z Downloaded criterion v0.7.0
19182026-08-28T21:26:07.694Z Downloaded knuffel v3.2.0
19192026-08-28T21:26:07.707Z Downloaded rust-argon2 v2.1.0
19202026-08-28T21:26:07.707Z Downloaded miette v5.10.0
19212026-08-28T21:26:07.708Z Downloaded serde_regex v1.1.0
19222026-08-28T21:26:07.708Z Downloaded rand_distr v0.5.1
19232026-08-28T21:26:07.713Z Downloaded rstest_macros v0.25.0
19242026-08-28T21:26:07.713Z Downloaded relative-path v1.9.3
19252026-08-28T21:26:07.713Z Downloaded rstest v0.25.0
19262026-08-28T21:26:07.713Z Downloaded plotters v0.3.7
19272026-08-28T21:26:07.713Z Downloaded supports-hyperlinks v2.1.0
19282026-08-28T21:26:07.719Z Downloaded target-triple v1.0.0
19292026-08-28T21:26:07.719Z Downloaded stringmetrics v2.2.2
19302026-08-28T21:26:07.719Z Downloaded termcolor v1.4.1
19312026-08-28T21:26:07.719Z Downloaded textwrap v0.15.2
19322026-08-28T21:26:07.719Z Downloaded supports-color v2.1.0
19332026-08-28T21:26:07.719Z Downloaded similar-asserts v1.7.0
19342026-08-28T21:26:07.729Z Downloaded target-spec v3.5.7
19352026-08-28T21:26:07.730Z Downloaded supports-unicode v2.1.0
19362026-08-28T21:26:07.730Z Downloaded tinytemplate v1.2.1
19372026-08-28T21:26:07.730Z Downloaded terminal_size v0.1.17
19382026-08-28T21:26:07.730Z Downloaded target-lexicon v0.13.3
19392026-08-28T21:26:07.730Z Downloaded trybuild v1.0.116
19402026-08-28T21:26:07.759Z Downloaded httpmock v0.8.3
19412026-08-28T21:26:09.593Z Checking cfg-if v1.0.4
19422026-08-28T21:26:09.961Z Checking serde_core v1.0.228
19432026-08-28T21:26:09.961Z Checking libc v0.2.185
19442026-08-28T21:26:10.028Z Checking memchr v2.8.0
19452026-08-28T21:26:10.069Z Checking smallvec v1.15.1
19462026-08-28T21:26:10.105Z Checking rand_core v0.10.0
19472026-08-28T21:26:10.135Z Checking itoa v1.0.17
19482026-08-28T21:26:10.174Z Checking subtle v2.6.1
19492026-08-28T21:26:10.174Z Checking libm v0.2.16
19502026-08-28T21:26:10.269Z Checking log v0.4.33
19512026-08-28T21:26:10.320Z Checking scopeguard v1.2.0
19522026-08-28T21:26:10.323Z Checking typenum v1.20.1
19532026-08-28T21:26:10.359Z Checking zmij v1.0.21
19542026-08-28T21:26:10.422Z Checking getrandom v0.4.3
19552026-08-28T21:26:10.458Z Checking errno v0.3.14
19562026-08-28T21:26:10.490Z Checking lock_api v0.4.14
19572026-08-28T21:26:10.494Z Checking stable_deref_trait v1.2.1
19582026-08-28T21:26:10.596Z Checking zerofrom v0.1.6
19592026-08-28T21:26:10.651Z Checking percent-encoding v2.3.2
19602026-08-28T21:26:10.656Z Checking litemap v0.8.1
19612026-08-28T21:26:10.657Z Checking writeable v0.6.2
19622026-08-28T21:26:10.739Z Checking yoke v0.8.1
19632026-08-28T21:26:10.776Z Checking icu_normalizer_data v2.1.1
19642026-08-28T21:26:10.811Z Checking icu_properties_data v2.1.2
19652026-08-28T21:26:10.860Z Checking form_urlencoded v1.2.2
19662026-08-28T21:26:10.897Z Checking utf8_iter v1.0.4
19672026-08-28T21:26:10.934Z Checking num-traits v0.2.19
19682026-08-28T21:26:10.934Z Checking zerovec v0.11.5
19692026-08-28T21:26:10.937Z Checking zerotrie v0.2.3
19702026-08-28T21:26:11.040Z Checking zerocopy v0.8.55
19712026-08-28T21:26:11.079Z Checking portable-atomic v1.13.1
19722026-08-28T21:26:11.115Z Checking pin-project-lite v0.2.17
19732026-08-28T21:26:11.115Z Checking critical-section v1.2.0
19742026-08-28T21:26:11.239Z Checking parking_lot_core v0.9.12
19752026-08-28T21:26:11.286Z Checking signal-hook-registry v1.4.8
19762026-08-28T21:26:11.328Z Checking mio v1.2.0
19772026-08-28T21:26:11.407Z Checking tinystr v0.8.2
19782026-08-28T21:26:11.446Z Checking serde v1.0.228
19792026-08-28T21:26:11.485Z Checking bitflags v2.11.0
19802026-08-28T21:26:11.520Z Checking serde_json v1.0.151
19812026-08-28T21:26:11.556Z Checking potential_utf v0.1.4
19822026-08-28T21:26:11.562Z Checking once_cell v1.21.3
19832026-08-28T21:26:11.623Z Checking icu_locale_core v2.1.1
19842026-08-28T21:26:11.659Z Checking parking_lot v0.12.5
19852026-08-28T21:26:11.702Z Checking iana-time-zone v0.1.65
19862026-08-28T21:26:11.736Z Checking icu_collections v2.1.1
19872026-08-28T21:26:11.804Z Checking uuid v1.23.4
19882026-08-28T21:26:11.841Z Checking socket2 v0.6.3
19892026-08-28T21:26:11.889Z Checking zeroize v1.9.0
19902026-08-28T21:26:11.889Z Checking bytes v1.11.1
19912026-08-28T21:26:12.074Z Checking chrono v0.4.45
19922026-08-28T21:26:12.113Z Checking semver v1.0.28
19932026-08-28T21:26:12.178Z Checking thiserror v2.0.18
19942026-08-28T21:26:12.210Z Checking icu_provider v2.1.1
19952026-08-28T21:26:12.247Z Checking dyn-clone v1.0.20
19962026-08-28T21:26:12.304Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19972026-08-28T21:26:12.308Z Checking rustix v1.1.4
19982026-08-28T21:26:12.377Z Checking futures-core v0.3.32
19992026-08-28T21:26:12.378Z Checking equivalent v1.0.2
20002026-08-28T21:26:12.445Z Checking tokio v1.52.1
20012026-08-28T21:26:12.477Z Checking icu_properties v2.1.2
20022026-08-28T21:26:12.519Z Checking icu_normalizer v2.1.1
20032026-08-28T21:26:12.565Z Checking getrandom v0.2.17
20042026-08-28T21:26:12.646Z Checking cmov v0.5.4
20052026-08-28T21:26:12.741Z Checking rand_core v0.6.4
20062026-08-28T21:26:12.851Z Checking getrandom v0.3.4
20072026-08-28T21:26:12.883Z Checking ctutils v0.4.2
20082026-08-28T21:26:12.946Z Checking byteorder v1.5.0
20092026-08-28T21:26:12.963Z Checking futures-sink v0.3.32
20102026-08-28T21:26:13.022Z Checking futures-io v0.3.32
20112026-08-28T21:26:13.108Z Checking futures-channel v0.3.32
20122026-08-28T21:26:13.161Z Checking hybrid-array v0.4.13
20132026-08-28T21:26:13.177Z Checking futures-task v0.3.32
20142026-08-28T21:26:13.181Z Checking slab v0.4.12
20152026-08-28T21:26:13.181Z Checking regex-syntax v0.8.10
20162026-08-28T21:26:13.320Z Checking idna_adapter v1.2.1
20172026-08-28T21:26:13.358Z Checking fnv v1.0.7
20182026-08-28T21:26:13.367Z Checking hashbrown v0.17.0
20192026-08-28T21:26:13.424Z Checking futures-util v0.3.32
20202026-08-28T21:26:13.471Z Checking idna v1.1.0
20212026-08-28T21:26:13.507Z Checking generic-array v0.14.7
20222026-08-28T21:26:13.743Z Checking url v2.5.8
20232026-08-28T21:26:13.869Z Checking ppv-lite86 v0.2.21
20242026-08-28T21:26:13.907Z Checking thiserror v1.0.69
20252026-08-28T21:26:13.910Z Checking indexmap v2.14.0
20262026-08-28T21:26:13.987Z Checking crypto-common v0.2.2
20272026-08-28T21:26:14.070Z Checking base64ct v1.8.3
20282026-08-28T21:26:14.190Z Checking const-oid v0.9.6
20292026-08-28T21:26:14.226Z Checking schemars v0.8.22
20302026-08-28T21:26:14.330Z Checking crypto-common v0.1.7
20312026-08-28T21:26:14.480Z Checking block-buffer v0.12.1
20322026-08-28T21:26:14.518Z Checking base64 v0.22.1
20332026-08-28T21:26:14.523Z Checking rand_core v0.9.5
20342026-08-28T21:26:14.605Z Checking block-buffer v0.10.4
20352026-08-28T21:26:14.673Z Checking erased-serde v0.3.31
20362026-08-28T21:26:14.750Z Checking utf8parse v0.2.2
20372026-08-28T21:26:14.785Z Checking rand_chacha v0.9.0
20382026-08-28T21:26:14.789Z Checking anstyle v1.0.14
20392026-08-28T21:26:14.879Z Checking http v1.4.2
20402026-08-28T21:26:14.882Z Checking digest v0.10.7
20412026-08-28T21:26:14.952Z Checking tracing-core v0.1.36
20422026-08-28T21:26:15.008Z Checking rand v0.9.2
20432026-08-28T21:26:15.046Z Checking anstyle-query v1.1.5
20442026-08-28T21:26:15.078Z Checking slog v2.8.2
20452026-08-28T21:26:15.138Z Checking colorchoice v1.0.4
20462026-08-28T21:26:15.171Z Checking is_terminal_polyfill v1.70.2
20472026-08-28T21:26:15.266Z Checking terminal_size v0.4.3
20482026-08-28T21:26:15.300Z Checking const-oid v0.10.2
20492026-08-28T21:26:15.304Z Checking tracing v0.1.44
20502026-08-28T21:26:15.367Z Checking fastrand v2.3.0
20512026-08-28T21:26:15.370Z Checking anstyle-parse v1.0.0
20522026-08-28T21:26:15.434Z Checking ipnet v2.12.0
20532026-08-28T21:26:15.468Z Checking aho-corasick v1.1.4
20542026-08-28T21:26:15.504Z Checking ipnetwork v0.21.1
20552026-08-28T21:26:15.508Z Checking crossbeam-utils v0.8.21
20562026-08-28T21:26:15.572Z Checking anstream v1.0.0
20572026-08-28T21:26:15.578Z Checking tempfile v3.27.0
20582026-08-28T21:26:15.578Z Checking strsim v0.11.1
20592026-08-28T21:26:15.672Z Checking tokio-util v0.7.18
20602026-08-28T21:26:15.713Z Checking unicode-ident v1.0.24
20612026-08-28T21:26:15.749Z Checking clap_lex v1.0.0
20622026-08-28T21:26:15.788Z Checking allocator-api2 v0.2.21
20632026-08-28T21:26:15.836Z Checking powerfmt v0.2.0
20642026-08-28T21:26:15.859Z Checking digest v0.11.3
20652026-08-28T21:26:15.862Z Checking proc-macro2 v1.0.106
20662026-08-28T21:26:15.930Z Checking num-conv v0.2.0
20672026-08-28T21:26:15.941Z Checking clap_builder v4.6.0
20682026-08-28T21:26:15.998Z Checking deranged v0.5.8
20692026-08-28T21:26:16.079Z Checking time-core v0.1.8
20702026-08-28T21:26:16.084Z Checking num_threads v0.1.7
20712026-08-28T21:26:16.139Z Checking cpufeatures v0.3.0
20722026-08-28T21:26:16.181Z Checking regex-automata v0.4.14
20732026-08-28T21:26:16.221Z Checking httparse v1.10.1
20742026-08-28T21:26:16.257Z Checking anyhow v1.0.104
20752026-08-28T21:26:16.271Z Checking quote v1.0.45
20762026-08-28T21:26:16.271Z Checking cpufeatures v0.2.17
20772026-08-28T21:26:16.370Z Checking rustls-pki-types v1.14.0
20782026-08-28T21:26:16.428Z Checking aws-lc-sys v0.40.0
20792026-08-28T21:26:16.475Z Checking untrusted v0.7.1
20802026-08-28T21:26:16.508Z Checking syn v2.0.117
20812026-08-28T21:26:16.514Z Checking http-body v1.0.1
20822026-08-28T21:26:16.616Z Checking atomic-waker v1.1.2
20832026-08-28T21:26:16.685Z Checking oxnet v0.1.6
20842026-08-28T21:26:16.720Z Checking httpdate v1.0.3
20852026-08-28T21:26:16.753Z Checking try-lock v0.2.5
20862026-08-28T21:26:16.885Z Checking want v0.3.1
20872026-08-28T21:26:16.923Z Checking h2 v0.4.15
20882026-08-28T21:26:16.958Z Checking time v0.3.47
20892026-08-28T21:26:16.996Z Checking aws-lc-rs v1.16.3
20902026-08-28T21:26:17.000Z Checking hex v0.4.3
20912026-08-28T21:26:17.060Z Checking tower-service v0.3.3
20922026-08-28T21:26:17.180Z Checking simd-adler32 v0.3.8
20932026-08-28T21:26:17.247Z Checking clap v4.6.1
20942026-08-28T21:26:17.278Z Checking tower-layer v0.3.3
20952026-08-28T21:26:17.351Z Checking untrusted v0.9.0
20962026-08-28T21:26:17.389Z Checking ryu v1.0.23
20972026-08-28T21:26:17.456Z Checking spin v0.9.8
20982026-08-28T21:26:17.494Z Checking unicode-width v0.2.0
20992026-08-28T21:26:17.553Z Checking adler2 v2.0.1
21002026-08-28T21:26:17.669Z Checking pem-rfc7468 v0.7.0
21012026-08-28T21:26:17.704Z Checking miniz_oxide v0.8.9
21022026-08-28T21:26:17.763Z Checking mime v0.3.17
21032026-08-28T21:26:17.851Z Checking rustls-webpki v0.103.13
21042026-08-28T21:26:17.887Z Checking flagset v0.4.7
21052026-08-28T21:26:17.964Z Checking block-padding v0.4.2
21062026-08-28T21:26:18.053Z Checking camino v1.2.5
21072026-08-28T21:26:18.094Z Checking der v0.7.10
21082026-08-28T21:26:18.094Z Checking pretty-hex v0.4.1
21092026-08-28T21:26:18.131Z Checking http-body-util v0.1.3
21102026-08-28T21:26:18.213Z Checking inout v0.2.2
21112026-08-28T21:26:18.280Z Checking plain v0.2.3
21122026-08-28T21:26:18.284Z Checking rustls v0.23.41
21132026-08-28T21:26:18.349Z Checking openssl-probe v0.2.1
21142026-08-28T21:26:18.389Z Checking ucd-trie v0.1.7
21152026-08-28T21:26:18.425Z Checking cipher v0.5.2
21162026-08-28T21:26:18.429Z Checking regex v1.12.3
21172026-08-28T21:26:18.492Z Checking serde_urlencoded v0.7.1
21182026-08-28T21:26:18.549Z Checking pest v2.8.6
21192026-08-28T21:26:18.697Z Checking rand_chacha v0.3.1
21202026-08-28T21:26:18.731Z Checking encoding_rs v0.8.35
21212026-08-28T21:26:18.763Z Checking bit-vec v0.8.0
21222026-08-28T21:26:18.800Z Checking futures-executor v0.3.32
21232026-08-28T21:26:18.852Z Checking spki v0.7.3
21242026-08-28T21:26:18.929Z Checking rand v0.8.6
21252026-08-28T21:26:18.976Z Checking wait-timeout v0.2.1
21262026-08-28T21:26:19.012Z Checking bit-set v0.8.0
21272026-08-28T21:26:19.049Z Checking futures v0.3.32
21282026-08-28T21:26:19.128Z Checking crc32fast v1.5.0
21292026-08-28T21:26:19.165Z Checking quick-error v1.2.3
21302026-08-28T21:26:19.201Z Checking either v1.15.0
21312026-08-28T21:26:19.294Z Checking rusty-fork v0.3.1
21322026-08-28T21:26:19.297Z Checking rand_xorshift v0.4.0
21332026-08-28T21:26:19.413Z Checking sync_wrapper v1.0.2
21342026-08-28T21:26:19.465Z Checking unarray v0.1.4
21352026-08-28T21:26:19.503Z Checking pkcs8 v0.10.2
21362026-08-28T21:26:19.507Z Checking foldhash v0.2.0
21372026-08-28T21:26:19.569Z Checking tower v0.5.3
21382026-08-28T21:26:19.604Z Checking proptest v1.11.0
21392026-08-28T21:26:19.642Z Checking iri-string v0.7.10
21402026-08-28T21:26:19.684Z Checking hashbrown v0.16.1
21412026-08-28T21:26:19.687Z Checking openapiv3 v2.2.0
21422026-08-28T21:26:19.749Z Checking static_assertions v1.1.0
21432026-08-28T21:26:19.753Z Checking hyper v1.10.1
21442026-08-28T21:26:19.849Z Checking zlib-rs v0.6.2
21452026-08-28T21:26:19.986Z Checking sha2 v0.10.9
21462026-08-28T21:26:20.204Z Checking rustls-native-certs v0.8.3
21472026-08-28T21:26:20.286Z Checking lazy_static v1.5.0
21482026-08-28T21:26:20.368Z Checking hubpack v0.1.2
21492026-08-28T21:26:20.409Z Checking tinyvec_macros v0.1.1
21502026-08-28T21:26:20.507Z Checking psl-types v2.0.11
21512026-08-28T21:26:20.561Z Checking tokio-rustls v0.26.4
21522026-08-28T21:26:20.597Z Checking tinyvec v1.10.0
21532026-08-28T21:26:20.655Z Checking publicsuffix v2.3.0
21542026-08-28T21:26:20.692Z Checking tower-http v0.6.8
21552026-08-28T21:26:20.733Z Checking hyper-util v0.1.20
21562026-08-28T21:26:20.737Z Checking flate2 v1.1.9
21572026-08-28T21:26:20.815Z Checking cookie v0.18.1
21582026-08-28T21:26:20.852Z Checking rustls-platform-verifier v0.6.2
21592026-08-28T21:26:20.927Z Checking signature v2.2.0
21602026-08-28T21:26:20.997Z Checking num-integer v0.1.46
21612026-08-28T21:26:21.034Z Checking strum v0.26.3
21622026-08-28T21:26:21.038Z Checking scroll v0.13.0
21632026-08-28T21:26:21.103Z Checking cookie_store v0.22.1
21642026-08-28T21:26:21.106Z Checking ahash v0.8.12
21652026-08-28T21:26:21.106Z Checking memmap2 v0.9.10
21662026-08-28T21:26:21.204Z Checking unicode-width v0.1.14
21672026-08-28T21:26:21.245Z Checking dtrace-parser v0.3.0
21682026-08-28T21:26:21.318Z Checking goblin v0.10.5
21692026-08-28T21:26:21.354Z Checking serde_spanned v0.6.9
21702026-08-28T21:26:21.357Z Checking toml_datetime v0.6.11
21712026-08-28T21:26:21.427Z Checking newtype-uuid v1.3.2
21722026-08-28T21:26:21.465Z Checking thread-id v5.1.0
21732026-08-28T21:26:21.500Z Checking data-encoding v2.10.0
21742026-08-28T21:26:21.535Z Checking bstr v1.12.1
21752026-08-28T21:26:21.570Z Checking hmac v0.12.1
21762026-08-28T21:26:21.573Z Checking base64 v0.21.7
21772026-08-28T21:26:21.573Z Checking x509-cert v0.2.5
21782026-08-28T21:26:21.671Z Checking daft v0.1.8
21792026-08-28T21:26:21.740Z Checking crossbeam-epoch v0.9.18
21802026-08-28T21:26:21.796Z Checking memoffset v0.9.1
21812026-08-28T21:26:21.898Z Checking num-iter v0.1.45
21822026-08-28T21:26:21.934Z Checking scroll v0.12.0
21832026-08-28T21:26:21.968Z Checking zerocopy v0.7.35
21842026-08-28T21:26:21.971Z Checking rustix v0.38.44
21852026-08-28T21:26:22.037Z Checking env_filter v2.0.0
21862026-08-28T21:26:22.040Z Checking smawk v0.3.2
21872026-08-28T21:26:22.105Z Checking hyper-rustls v0.27.7
21882026-08-28T21:26:22.179Z Checking goblin v0.8.2
21892026-08-28T21:26:22.214Z Checking unicode-linebreak v0.1.5
21902026-08-28T21:26:22.247Z Checking unicode-segmentation v1.12.0
21912026-08-28T21:26:22.281Z Checking tap v1.0.1
21922026-08-28T21:26:22.337Z Checking reqwest v0.13.2
21932026-08-28T21:26:22.410Z Checking wyz v0.5.1
21942026-08-28T21:26:22.447Z Checking env_logger v0.11.11
21952026-08-28T21:26:22.512Z Checking num-bigint-dig v0.8.6
21962026-08-28T21:26:22.588Z Checking nix v0.31.2
21972026-08-28T21:26:22.623Z Checking pkcs1 v0.7.5
21982026-08-28T21:26:22.662Z Checking dtrace-parser v0.2.0
21992026-08-28T21:26:22.784Z Checking ff v0.13.1
22002026-08-28T21:26:22.858Z Checking radium v0.7.0
22012026-08-28T21:26:22.928Z Checking thread-id v4.2.2
22022026-08-28T21:26:22.959Z Checking base16ct v0.2.0
22032026-08-28T21:26:23.033Z Checking same-file v1.0.6
22042026-08-28T21:26:23.069Z Checking crc-catalog v2.4.0
22052026-08-28T21:26:23.109Z Checking winnow v1.0.3
22062026-08-28T21:26:23.183Z Checking funty v2.0.0
22072026-08-28T21:26:23.188Z Checking crc v3.4.0
22082026-08-28T21:26:23.253Z Checking walkdir v2.5.0
22092026-08-28T21:26:23.344Z Checking rsa v0.9.10
22102026-08-28T21:26:23.419Z Checking sec1 v0.7.3
22112026-08-28T21:26:23.457Z Checking group v0.13.0
22122026-08-28T21:26:23.523Z Checking bitvec v1.0.1
22132026-08-28T21:26:23.630Z Checking hkdf v0.12.4
22142026-08-28T21:26:23.666Z Checking unicode-normalization v0.1.25
22152026-08-28T21:26:23.724Z Checking dof v0.4.0
22162026-08-28T21:26:23.798Z Checking crypto-bigint v0.5.5
22172026-08-28T21:26:23.836Z Checking zerocopy v0.6.6
22182026-08-28T21:26:23.839Z Checking maybe-uninit v2.0.0
22192026-08-28T21:26:23.936Z Checking foldhash v0.1.5
22202026-08-28T21:26:23.974Z Checking foreign-types-shared v0.1.1
22212026-08-28T21:26:24.084Z Checking is_ci v1.2.0
22222026-08-28T21:26:24.087Z Checking dof v0.3.0
22232026-08-28T21:26:24.154Z Checking winnow v0.5.40
22242026-08-28T21:26:24.157Z Checking nodrop v0.1.14
22252026-08-28T21:26:24.221Z Checking gimli v0.32.3
22262026-08-28T21:26:24.226Z Checking hashbrown v0.15.5
22272026-08-28T21:26:24.303Z Checking array-init v0.0.4
22282026-08-28T21:26:24.374Z Checking usdt-impl v0.6.0
22292026-08-28T21:26:24.428Z Checking usdt-impl v0.5.0
22302026-08-28T21:26:24.623Z Checking foreign-types v0.3.2
22312026-08-28T21:26:24.687Z Checking usdt v0.6.0
22322026-08-28T21:26:24.724Z Checking smallvec v0.6.14
22332026-08-28T21:26:24.724Z Checking elliptic-curve v0.13.8
22342026-08-28T21:26:24.790Z Checking serde_with v3.21.0
22352026-08-28T21:26:24.794Z Checking bitfield v0.19.4
22362026-08-28T21:26:24.868Z Checking packed_struct v0.10.1
22372026-08-28T21:26:24.906Z Checking bzip2-sys v0.1.13+1.0.8
22382026-08-28T21:26:24.937Z Checking openssl-sys v0.9.117
22392026-08-28T21:26:25.015Z Checking object v0.37.3
22402026-08-28T21:26:25.095Z Checking hashbrown v0.12.3
22412026-08-28T21:26:25.125Z Checking bitflags v1.3.2
22422026-08-28T21:26:25.225Z Checking rustc-demangle v0.1.27
22432026-08-28T21:26:25.320Z Checking toml_edit v0.19.15
22442026-08-28T21:26:25.354Z Checking siphasher v1.0.2
22452026-08-28T21:26:25.475Z Checking keccak v0.1.6
22462026-08-28T21:26:25.522Z Checking indexmap v1.9.3
22472026-08-28T21:26:25.556Z Checking openssl v0.10.80
22482026-08-28T21:26:25.671Z Checking sha3 v0.10.8
22492026-08-28T21:26:25.774Z Checking addr2line v0.25.1
22502026-08-28T21:26:25.866Z Checking bzip2 v0.4.4
22512026-08-28T21:26:25.906Z Checking serde-hex v0.1.0
22522026-08-28T21:26:25.960Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22532026-08-28T21:26:26.059Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22542026-08-28T21:26:26.093Z Checking toml_parser v1.1.2+spec-1.1.0
22552026-08-28T21:26:26.243Z Checking ron v0.8.1
22562026-08-28T21:26:26.282Z Checking hashbrown v0.13.2
22572026-08-28T21:26:26.365Z Checking toml v0.7.8
22582026-08-28T21:26:26.457Z Checking itertools v0.15.0
22592026-08-28T21:26:26.712Z Checking itertools v0.13.0
22602026-08-28T21:26:26.749Z Checking signal-hook v0.3.18
22612026-08-28T21:26:26.806Z Checking crc-any v2.5.0
22622026-08-28T21:26:26.967Z Checking managed v0.8.0
22632026-08-28T21:26:27.010Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22642026-08-28T21:26:27.185Z Checking object v0.30.4
22652026-08-28T21:26:27.221Z Checking zip v0.6.6
22662026-08-28T21:26:27.352Z Checking backtrace v0.3.76
22672026-08-28T21:26:27.430Z Checking globset v0.4.18
22682026-08-28T21:26:27.583Z Checking chacha20 v0.10.0
22692026-08-28T21:26:27.612Z Checking curve25519-dalek v4.1.3
22702026-08-28T21:26:27.615Z Checking path-slash v0.1.5
22712026-08-28T21:26:27.674Z Checking backtrace-ext v0.2.1
22722026-08-28T21:26:27.714Z Checking toml_write v0.1.2
22732026-08-28T21:26:27.751Z Checking winnow v0.7.14
22742026-08-28T21:26:27.785Z Checking native-tls v0.2.18
22752026-08-28T21:26:27.818Z Checking signal-hook-mio v0.2.5
22762026-08-28T21:26:27.852Z Checking textwrap v0.16.2
22772026-08-28T21:26:27.899Z Checking ed25519 v2.2.3
22782026-08-28T21:26:27.963Z Checking ref-cast v1.0.25
22792026-08-28T21:26:27.987Z Checking pin-project v1.1.11
22802026-08-28T21:26:28.081Z Checking jiff-core v0.1.0
22812026-08-28T21:26:28.122Z Checking tokio-native-tls v0.3.1
22822026-08-28T21:26:28.127Z Checking pem v3.0.6
22832026-08-28T21:26:28.127Z Checking zstd-sys v2.0.16+zstd.1.5.7
22842026-08-28T21:26:28.308Z Checking owo-colors v4.3.0
22852026-08-28T21:26:28.348Z Checking fixedbitset v0.5.7
22862026-08-28T21:26:28.352Z Checking zstd-safe v7.2.4
22872026-08-28T21:26:28.417Z Checking ed25519-dalek v2.2.0
22882026-08-28T21:26:28.569Z Checking petgraph v0.8.3
22892026-08-28T21:26:28.573Z Checking hyper-tls v0.6.0
22902026-08-28T21:26:28.672Z Checking snafu v0.8.9
22912026-08-28T21:26:28.793Z Checking jiff v0.2.34
22922026-08-28T21:26:28.827Z Checking crossterm v0.28.1
22932026-08-28T21:26:28.904Z Checking supports-color v3.0.2
22942026-08-28T21:26:28.941Z Checking similar v2.7.0
22952026-08-28T21:26:28.977Z Checking toml_edit v0.22.27
22962026-08-28T21:26:29.030Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22972026-08-28T21:26:29.066Z Checking fs-err v3.3.0
22982026-08-28T21:26:29.292Z Checking hash32 v0.2.1
22992026-08-28T21:26:29.342Z Checking serde-big-array v0.5.1
23002026-08-28T21:26:29.396Z Checking serde_plain v1.0.2
23012026-08-28T21:26:29.475Z Checking bumpalo v3.20.2
23022026-08-28T21:26:29.512Z Checking typed-path v0.9.3
23032026-08-28T21:26:29.550Z Checking predicates-core v1.0.10
23042026-08-28T21:26:29.586Z Checking libbz2-rs-sys v0.2.2
23052026-08-28T21:26:29.700Z Checking unicode-properties v0.1.4
23062026-08-28T21:26:29.738Z Checking unicode-bidi v0.3.18
23072026-08-28T21:26:29.919Z Checking zopfli v0.8.3
23082026-08-28T21:26:29.993Z Checking bzip2 v0.6.1
23092026-08-28T21:26:30.029Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23102026-08-28T21:26:30.063Z Checking stringprep v0.1.5
23112026-08-28T21:26:30.096Z Checking heapless v0.7.17
23122026-08-28T21:26:30.162Z Checking reqwest v0.12.28
23132026-08-28T21:26:30.197Z Checking zstd v0.13.3
23142026-08-28T21:26:30.239Z Checking hickory-proto v0.25.2
23152026-08-28T21:26:30.275Z Checking byte-wrapper v0.1.0
23162026-08-28T21:26:30.310Z Checking md-5 v0.10.6
23172026-08-28T21:26:30.383Z Checking float-cmp v0.10.0
23182026-08-28T21:26:30.418Z Checking fallible-iterator v0.2.0
23192026-08-28T21:26:30.478Z Checking normalize-line-endings v0.3.0
23202026-08-28T21:26:30.516Z Checking supports-unicode v3.0.0
23212026-08-28T21:26:30.552Z Checking supports-hyperlinks v3.2.0
23222026-08-28T21:26:30.556Z Checking difflib v0.4.0
23232026-08-28T21:26:30.620Z Checking smoltcp v0.9.1
23242026-08-28T21:26:30.654Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23252026-08-28T21:26:30.688Z Checking miette v7.6.0
23262026-08-28T21:26:30.692Z Checking zip v4.6.1
23272026-08-28T21:26:30.756Z Checking postgres-protocol v0.6.10
23282026-08-28T21:26:30.791Z Checking predicates v3.1.4
23292026-08-28T21:26:30.937Z Checking iddqd v0.4.2
23302026-08-28T21:26:31.092Z Checking phf_shared v0.11.3
23312026-08-28T21:26:31.128Z Checking phf_shared v0.13.1
23322026-08-28T21:26:31.225Z Checking olpc-cjson v0.1.4
23332026-08-28T21:26:31.262Z Checking tokio-stream v0.1.18
23342026-08-28T21:26:31.266Z Checking derive_more v2.1.1
23352026-08-28T21:26:31.329Z Checking strum v0.27.2
23362026-08-28T21:26:31.332Z Checking fixedbitset v0.4.2
23372026-08-28T21:26:31.396Z Checking new_debug_unreachable v1.0.6
23382026-08-28T21:26:31.399Z Checking precomputed-hash v0.1.1
23392026-08-28T21:26:31.463Z Checking lalrpop-util v0.19.12
23402026-08-28T21:26:31.497Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23412026-08-28T21:26:31.531Z Checking phf v0.13.1
23422026-08-28T21:26:31.534Z Checking string_cache v0.8.9
23432026-08-28T21:26:31.598Z Checking petgraph v0.6.5
23442026-08-28T21:26:31.647Z Checking tough v0.22.0
23452026-08-28T21:26:31.683Z Checking postgres-types v0.2.12
23462026-08-28T21:26:31.716Z Checking buf-list v1.1.2
23472026-08-28T21:26:31.759Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23482026-08-28T21:26:31.892Z Checking peg-runtime v0.8.5
23492026-08-28T21:26:31.929Z Checking whoami v2.1.0
23502026-08-28T21:26:32.059Z Checking is-terminal v0.4.17
23512026-08-28T21:26:32.092Z Checking crossbeam-channel v0.5.15
23522026-08-28T21:26:32.133Z Checking thread_local v1.1.9
23532026-08-28T21:26:32.170Z Checking tokio-postgres v0.7.16
23542026-08-28T21:26:32.206Z Checking take_mut v0.2.2
23552026-08-28T21:26:32.329Z Checking term v1.2.1
23562026-08-28T21:26:32.365Z Compiling newtype-uuid-macros v0.1.0
23572026-08-28T21:26:32.444Z Checking slog-async v2.8.0
23582026-08-28T21:26:32.578Z Checking slog-term v2.9.2
23592026-08-28T21:26:32.647Z Checking match_cfg v0.1.0
23602026-08-28T21:26:32.748Z Checking hostname v0.3.1
23612026-08-28T21:26:32.857Z Checking slog-json v2.6.1
23622026-08-28T21:26:32.895Z Compiling multer v3.1.0
23632026-08-28T21:26:32.899Z Compiling async-stream-impl v0.3.6
23642026-08-28T21:26:33.042Z Compiling dropshot v0.17.1
23652026-08-28T21:26:33.079Z Checking slog-bunyan v2.5.0
23662026-08-28T21:26:33.155Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23672026-08-28T21:26:33.200Z Checking debug-ignore v1.0.5
23682026-08-28T21:26:33.236Z Compiling dropshot_endpoint v0.17.1
23692026-08-28T21:26:33.334Z Checking serde_path_to_error v0.1.20
23702026-08-28T21:26:33.370Z Checking sha1 v0.11.0
23712026-08-28T21:26:33.443Z Checking toml_datetime v1.1.1+spec-1.1.0
23722026-08-28T21:26:33.543Z Checking serde_spanned v1.1.1
23732026-08-28T21:26:33.588Z Checking toml_writer v1.1.1+spec-1.1.0
23742026-08-28T21:26:33.624Z Checking compression-core v0.4.31
23752026-08-28T21:26:33.658Z Checking async-stream v0.3.6
23762026-08-28T21:26:33.693Z Checking waitgroup v0.1.2
23772026-08-28T21:26:33.757Z Checking rustls-pemfile v2.2.0
23782026-08-28T21:26:33.792Z Checking toml v1.1.2+spec-1.1.0
23792026-08-28T21:26:33.792Z Checking compression-codecs v0.4.37
23802026-08-28T21:26:33.895Z Checking hostname v0.4.2
23812026-08-28T21:26:33.900Z Checking progenitor-client v0.14.0
23822026-08-28T21:26:33.963Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23832026-08-28T21:26:33.967Z Checking atomicwrites v0.4.4
23842026-08-28T21:26:34.033Z Checking async-compression v0.4.41
23852026-08-28T21:26:34.068Z Compiling serde_tokenstream v0.3.0
23862026-08-28T21:26:34.068Z Compiling parse-display-derive v0.10.0
23872026-08-28T21:26:34.146Z Checking regress v0.10.5
23882026-08-28T21:26:34.180Z Checking macaddr v1.0.1
23892026-08-28T21:26:34.307Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23902026-08-28T21:26:34.381Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23912026-08-28T21:26:34.416Z Checking instant v0.1.13
23922026-08-28T21:26:34.420Z Compiling oxide-generation-macros v0.2.0
23932026-08-28T21:26:34.486Z Checking itertools v0.14.0
23942026-08-28T21:26:34.521Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-08-28T21:26:34.557Z Checking oxide-generation v0.1.3
23962026-08-28T21:26:34.738Z Checking backoff v0.4.0
23972026-08-28T21:26:34.776Z Checking backon v1.6.0
23982026-08-28T21:26:34.811Z Checking humantime v2.3.0
23992026-08-28T21:26:34.947Z Compiling convert_case v0.4.0
24002026-08-28T21:26:34.982Z Checking progenitor-extras v0.2.0
24012026-08-28T21:26:35.048Z Checking half v2.7.1
24022026-08-28T21:26:35.208Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24032026-08-28T21:26:35.266Z Checking ciborium-io v0.2.2
24042026-08-28T21:26:35.335Z Compiling derive_more v0.99.20
24052026-08-28T21:26:35.338Z Checking heck v0.5.0
24062026-08-28T21:26:35.402Z Checking ciborium-ll v0.2.2
24072026-08-28T21:26:35.436Z Checking secrecy v0.10.3
24082026-08-28T21:26:35.520Z Checking camino-tempfile v1.4.1
24092026-08-28T21:26:35.568Z Checking indent_write v2.2.0
24102026-08-28T21:26:35.612Z Checking ciborium v0.2.2
24112026-08-28T21:26:35.638Z Compiling crucible-workspace-hack v0.1.0
24122026-08-28T21:26:35.644Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24132026-08-28T21:26:35.706Z Compiling regress v0.11.1
24142026-08-28T21:26:35.741Z Checking inout v0.1.4
24152026-08-28T21:26:35.772Z Checking parse-display v0.10.0
24162026-08-28T21:26:35.923Z Checking cipher v0.4.4
24172026-08-28T21:26:35.955Z Checking universal-hash v0.5.1
24182026-08-28T21:26:35.991Z Compiling thiserror-impl-no-std v2.0.2
24192026-08-28T21:26:35.995Z Checking opaque-debug v0.3.1
24202026-08-28T21:26:36.060Z Checking blake2 v0.10.6
24212026-08-28T21:26:36.112Z Checking aead v0.5.2
24222026-08-28T21:26:36.148Z Checking poly1305 v0.8.0
24232026-08-28T21:26:36.152Z Checking chacha20 v0.9.1
24242026-08-28T21:26:36.284Z Checking password-hash v0.5.0
24252026-08-28T21:26:36.325Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24262026-08-28T21:26:36.440Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24272026-08-28T21:26:36.476Z Checking chacha20poly1305 v0.10.1
24282026-08-28T21:26:36.540Z Checking argon2 v0.5.3
24292026-08-28T21:26:36.637Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24302026-08-28T21:26:36.802Z Compiling unsafe-libyaml v0.2.11
24312026-08-28T21:26:36.911Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24322026-08-28T21:26:36.946Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24332026-08-28T21:26:37.011Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24342026-08-28T21:26:37.199Z Checking swrite v0.1.0
24352026-08-28T21:26:37.233Z Checking thiserror-no-std v2.0.2
24362026-08-28T21:26:37.322Z Compiling typify-impl v0.6.2
24372026-08-28T21:26:37.358Z Checking vsss-rs v3.3.4
24382026-08-28T21:26:37.591Z Compiling serde_yaml v0.9.34+deprecated
24392026-08-28T21:26:37.971Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24402026-08-28T21:26:38.510Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24412026-08-28T21:26:38.640Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24422026-08-28T21:26:38.706Z Checking crossbeam-deque v0.8.6
24432026-08-28T21:26:38.771Z Compiling rayon-core v1.13.0
24442026-08-28T21:26:38.920Z Compiling num-derive v0.4.2
24452026-08-28T21:26:38.955Z Compiling toml_datetime v0.7.5+spec-1.1.0
24462026-08-28T21:26:39.036Z Compiling proc-macro-error v1.0.4
24472026-08-28T21:26:39.228Z Compiling toml_edit v0.23.10+spec-1.0.0
24482026-08-28T21:26:39.372Z Checking tabwriter v1.4.1
24492026-08-28T21:26:39.425Z Checking rayon v1.11.0
24502026-08-28T21:26:39.461Z Checking glob v0.3.3
24512026-08-28T21:26:39.538Z Compiling illumos-nvpair-sys v0.2.0
24522026-08-28T21:26:39.669Z Compiling heapless v0.8.0
24532026-08-28T21:26:39.705Z Checking hash32 v0.3.1
24542026-08-28T21:26:39.799Z Compiling proc-macro-crate v3.4.0
24552026-08-28T21:26:39.892Z Compiling ingot-macros v0.2.0
24562026-08-28T21:26:40.016Z Checking colored v3.1.1
24572026-08-28T21:26:40.186Z Compiling smoltcp v0.11.0
24582026-08-28T21:26:40.244Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24592026-08-28T21:26:40.328Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-08-28T21:26:40.370Z Compiling num_enum_derive v0.7.6
24612026-08-28T21:26:40.520Z Checking illumos-nvpair v0.3.0
24622026-08-28T21:26:40.602Z Checking toml v0.8.23
24632026-08-28T21:26:40.689Z Checking cobs v0.3.0
24642026-08-28T21:26:40.720Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24652026-08-28T21:26:40.865Z Checking postcard v1.1.3
24662026-08-28T21:26:40.962Z Checking rand v0.10.1
24672026-08-28T21:26:41.005Z Compiling proc-macro-crate v1.3.1
24682026-08-28T21:26:41.186Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-28T21:26:41.468Z Checking sigpipe v0.1.3
24702026-08-28T21:26:41.476Z Checking num_enum v0.7.6
24712026-08-28T21:26:41.537Z Compiling foreign-types-macros v0.2.3
24722026-08-28T21:26:41.544Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24732026-08-28T21:26:41.601Z Checking foreign-types-shared v0.3.1
24742026-08-28T21:26:41.644Z Compiling num_enum_derive v0.5.11
24752026-08-28T21:26:41.822Z Compiling typify-macro v0.6.2
24762026-08-28T21:26:41.887Z Compiling usdt-macro v0.5.0
24772026-08-28T21:26:41.993Z Compiling usdt-attr-macro v0.5.0
24782026-08-28T21:26:42.153Z Checking cstr-argument v0.1.2
24792026-08-28T21:26:42.190Z Checking foreign-types v0.5.0
24802026-08-28T21:26:42.300Z Checking memmap v0.7.0
24812026-08-28T21:26:42.330Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24822026-08-28T21:26:42.462Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24832026-08-28T21:26:42.666Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24842026-08-28T21:26:42.710Z Checking num_enum v0.5.11
24852026-08-28T21:26:42.772Z Checking ingot-types v0.2.0
24862026-08-28T21:26:42.807Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24872026-08-28T21:26:42.812Z Checking usdt v0.5.0
24882026-08-28T21:26:42.872Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24892026-08-28T21:26:42.937Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24902026-08-28T21:26:42.937Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24912026-08-28T21:26:43.000Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24922026-08-28T21:26:43.037Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24932026-08-28T21:26:43.093Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24942026-08-28T21:26:43.160Z Checking ingot v0.2.1
24952026-08-28T21:26:43.163Z Compiling zone_cfg_derive v0.3.1
24962026-08-28T21:26:43.223Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24972026-08-28T21:26:43.288Z Checking itertools v0.12.1
24982026-08-28T21:26:43.417Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24992026-08-28T21:26:43.452Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25002026-08-28T21:26:43.610Z Compiling typify v0.6.2
25012026-08-28T21:26:43.726Z Compiling progenitor-impl v0.14.0
25022026-08-28T21:26:43.859Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25032026-08-28T21:26:43.938Z Checking smf v0.2.3
25042026-08-28T21:26:43.974Z Checking whoami v1.6.1
25052026-08-28T21:26:44.108Z Compiling derive-where v1.6.0
25062026-08-28T21:26:44.171Z Checking tokio-dtrace v0.1.1
25072026-08-28T21:26:44.207Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-08-28T21:26:44.305Z Checking zone v0.3.1
25092026-08-28T21:26:44.390Z Checking oxide-tokio-rt v0.1.4
25102026-08-28T21:26:44.595Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-08-28T21:26:44.693Z Checking console v0.15.11
25122026-08-28T21:26:44.729Z Checking newline-converter v0.3.0
25132026-08-28T21:26:44.764Z Checking bytecount v0.6.9
25142026-08-28T21:26:44.767Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25152026-08-28T21:26:44.868Z Checking num-rational v0.4.2
25162026-08-28T21:26:44.903Z Checking num-complex v0.4.6
25172026-08-28T21:26:44.996Z Checking expectorate v1.2.0
25182026-08-28T21:26:45.160Z Compiling cancel-safe-futures v0.1.5
25192026-08-28T21:26:45.194Z Checking float-ord v0.3.2
25202026-08-28T21:26:45.271Z Checking num v0.4.3
25212026-08-28T21:26:45.330Z Checking linear-map v1.2.0
25222026-08-28T21:26:45.378Z Checking gethostname v0.5.0
25232026-08-28T21:26:45.446Z Checking oxide-update-engine-types v0.1.2
25242026-08-28T21:26:45.524Z Compiling prettyplease v0.2.37
25252026-08-28T21:26:45.557Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25262026-08-28T21:26:45.754Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25272026-08-28T21:26:45.939Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25282026-08-28T21:26:45.975Z Checking resolv-conf v0.7.6
25292026-08-28T21:26:46.053Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25302026-08-28T21:26:46.090Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25312026-08-28T21:26:46.186Z Checking papergrid v0.11.0
25322026-08-28T21:26:46.310Z Compiling progenitor-macro v0.14.0
25332026-08-28T21:26:46.345Z Compiling tabled_derive v0.7.0
25342026-08-28T21:26:46.379Z Checking oxide-update-engine v0.1.2
25352026-08-28T21:26:46.880Z Compiling slog-dtrace v0.3.0
25362026-08-28T21:26:47.050Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25372026-08-28T21:26:47.185Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25382026-08-28T21:26:47.389Z Checking tabled v0.15.0
25392026-08-28T21:26:47.679Z Checking crossterm v0.29.0
25402026-08-28T21:26:47.715Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25412026-08-28T21:26:47.975Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25422026-08-28T21:26:48.240Z Checking linked-hash-map v0.5.6
25432026-08-28T21:26:48.436Z Checking lru-cache v0.1.2
25442026-08-28T21:26:48.630Z Checking hickory-proto v0.24.4
25452026-08-28T21:26:48.663Z Checking fd-lock v4.0.4
25462026-08-28T21:26:49.360Z Checking vte v0.14.1
25472026-08-28T21:26:49.667Z Checking strip-ansi-escapes v0.2.1
25482026-08-28T21:26:50.686Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25492026-08-28T21:26:50.727Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25502026-08-28T21:26:50.854Z Checking nu-ansi-term v0.50.3
25512026-08-28T21:26:51.092Z Checking termtree v0.5.1
25522026-08-28T21:26:51.179Z Checking reedline v0.40.0
25532026-08-28T21:26:51.299Z Checking progenitor v0.14.0
25542026-08-28T21:26:51.361Z Checking hickory-resolver v0.24.4
25552026-08-28T21:26:51.506Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-08-28T21:26:51.578Z Compiling minimal-lexical v0.2.1
25572026-08-28T21:26:51.865Z Compiling nom v7.1.3
25582026-08-28T21:26:52.172Z Checking qorb v0.4.1
25592026-08-28T21:26:52.383Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25602026-08-28T21:26:53.233Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25612026-08-28T21:26:53.276Z Compiling unicode-xid v0.2.6
25622026-08-28T21:26:53.339Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25632026-08-28T21:26:53.396Z Checking display-error-chain v0.2.2
25642026-08-28T21:26:53.433Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25652026-08-28T21:26:53.620Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25662026-08-28T21:26:53.783Z Compiling ar_archive_writer v0.5.1
25672026-08-28T21:26:53.821Z Checking csv-core v0.1.13
25682026-08-28T21:26:53.880Z Compiling stacker v0.1.23
25692026-08-28T21:26:54.035Z Checking csv v1.4.0
25702026-08-28T21:26:54.070Z Compiling cfg_aliases v0.1.1
25712026-08-28T21:26:54.171Z Compiling semver v0.1.20
25722026-08-28T21:26:54.208Z Checking highway v1.3.0
25732026-08-28T21:26:54.211Z Compiling nix v0.28.0
25742026-08-28T21:26:54.421Z Compiling rustc_version v0.1.7
25752026-08-28T21:26:54.506Z Checking nibble_vec v0.1.0
25762026-08-28T21:26:54.549Z Checking endian-type v0.1.2
25772026-08-28T21:26:54.654Z Compiling psm v0.1.30
25782026-08-28T21:26:54.687Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25792026-08-28T21:26:54.690Z Compiling newtype_derive v0.1.6
25802026-08-28T21:26:54.754Z Checking radix_trie v0.2.1
25812026-08-28T21:26:54.757Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25822026-08-28T21:26:54.902Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25832026-08-28T21:26:55.032Z Checking phf_shared v0.12.1
25842026-08-28T21:26:55.207Z Compiling recursive-proc-macro-impl v0.1.1
25852026-08-28T21:26:55.286Z Compiling chrono-tz v0.10.4
25862026-08-28T21:26:55.321Z Checking phf v0.12.1
25872026-08-28T21:26:55.455Z Compiling const_format_proc_macros v0.2.34
25882026-08-28T21:26:55.488Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25892026-08-28T21:26:55.554Z Compiling peg-macros v0.8.5
25902026-08-28T21:26:55.588Z Checking winnow v0.6.26
25912026-08-28T21:26:55.623Z Compiling sqlparser_derive v0.5.0
25922026-08-28T21:26:55.658Z Checking recursive v0.1.1
25932026-08-28T21:26:55.782Z Checking unicode_categories v0.1.1
25942026-08-28T21:26:55.969Z Checking home v0.5.12
25952026-08-28T21:26:56.317Z Checking const_format v0.2.35
25962026-08-28T21:26:56.366Z Checking rustyline v14.0.0
25972026-08-28T21:26:56.400Z Checking sqlparser v0.61.0
25982026-08-28T21:26:56.801Z Checking sqlformat v0.3.5
25992026-08-28T21:26:56.954Z Checking peg v0.8.5
26002026-08-28T21:26:57.097Z Checking bcs v0.1.6
26012026-08-28T21:26:57.171Z Checking nom v8.0.0
26022026-08-28T21:26:57.283Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26032026-08-28T21:26:57.364Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042026-08-28T21:26:57.413Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26052026-08-28T21:26:57.589Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26062026-08-28T21:26:57.695Z Checking steno v0.4.1
26072026-08-28T21:26:57.910Z Checking sha1 v0.10.6
26082026-08-28T21:26:57.947Z Checking filetime v0.2.27
26092026-08-28T21:26:58.110Z Checking xattr v1.6.1
26102026-08-28T21:26:58.113Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26112026-08-28T21:26:58.274Z Checking tar v0.4.46
26122026-08-28T21:26:58.308Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
26132026-08-28T21:26:58.345Z Checking subprocess v0.2.15
26142026-08-28T21:26:58.563Z Checking headers-core v0.3.0
26152026-08-28T21:26:58.655Z Checking yasna v0.5.2
26162026-08-28T21:26:58.721Z Checking headers v0.4.1
26172026-08-28T21:26:58.756Z Checking port-file v0.1.0
26182026-08-28T21:26:59.046Z Checking dropshot-api-manager-types v0.8.0
26192026-08-28T21:26:59.081Z Checking rcgen v0.12.1
26202026-08-28T21:26:59.147Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26212026-08-28T21:26:59.202Z Checking tagptr v0.2.0
26222026-08-28T21:26:59.244Z Checking utf-8 v0.7.6
26232026-08-28T21:26:59.374Z Checking moka v0.12.13
26242026-08-28T21:26:59.409Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26252026-08-28T21:26:59.441Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26262026-08-28T21:26:59.584Z Compiling libefi-sys v0.1.0
26272026-08-28T21:26:59.768Z Compiling bitfield-struct v0.6.2
26282026-08-28T21:26:59.913Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292026-08-28T21:27:00.019Z Checking tungstenite v0.21.0
26302026-08-28T21:27:00.055Z Checking hickory-resolver v0.25.2
26312026-08-28T21:27:00.092Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26322026-08-28T21:27:00.272Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26332026-08-28T21:27:00.434Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26342026-08-28T21:27:00.470Z Checking tokio-tungstenite v0.21.0
26352026-08-28T21:27:00.543Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26362026-08-28T21:27:00.579Z Compiling xshell-macros v0.2.7
26372026-08-28T21:27:00.582Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26382026-08-28T21:27:00.690Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26392026-08-28T21:27:00.765Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26402026-08-28T21:27:00.798Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26412026-08-28T21:27:00.948Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-08-28T21:27:00.982Z Checking xshell v0.2.7
26432026-08-28T21:27:01.058Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26442026-08-28T21:27:01.357Z Checking half v1.8.3
26452026-08-28T21:27:01.490Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26462026-08-28T21:27:01.608Z Checking serde_cbor v0.11.2
26472026-08-28T21:27:01.765Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26482026-08-28T21:27:01.898Z Checking libscf-sys v1.2.0
26492026-08-28T21:27:01.982Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26502026-08-28T21:27:02.016Z Checking papergrid v0.18.0
26512026-08-28T21:27:02.051Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26522026-08-28T21:27:02.084Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26532026-08-28T21:27:02.331Z Checking maplit v1.0.2
26542026-08-28T21:27:02.420Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26552026-08-28T21:27:02.454Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26562026-08-28T21:27:02.528Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572026-08-28T21:27:02.828Z Checking tabled v0.21.0
26582026-08-28T21:27:02.887Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26592026-08-28T21:27:03.068Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26602026-08-28T21:27:03.197Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26612026-08-28T21:27:03.233Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26622026-08-28T21:27:03.336Z Checking crc8 v0.1.1
26632026-08-28T21:27:03.378Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26642026-08-28T21:27:03.460Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26652026-08-28T21:27:03.659Z Checking unicase v2.9.0
26662026-08-28T21:27:03.724Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26672026-08-28T21:27:03.767Z Checking fxhash v0.2.1
26682026-08-28T21:27:03.915Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26692026-08-28T21:27:04.010Z Checking sha2 v0.11.0
26702026-08-28T21:27:04.043Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26712026-08-28T21:27:04.170Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26722026-08-28T21:27:04.356Z Compiling darling_core v0.21.3
26732026-08-28T21:27:04.688Z Compiling vergen-lib v0.1.6
26742026-08-28T21:27:04.731Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26752026-08-28T21:27:04.901Z Compiling diesel_derives v2.3.7
26762026-08-28T21:27:04.982Z Checking scheduled-thread-pool v0.2.7
26772026-08-28T21:27:05.160Z Compiling vergen-gitcl v1.0.8
26782026-08-28T21:27:05.163Z Compiling diesel_table_macro_syntax v0.3.0
26792026-08-28T21:27:05.403Z Checking r2d2 v0.8.10
26802026-08-28T21:27:05.439Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26812026-08-28T21:27:05.556Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26822026-08-28T21:27:05.614Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26832026-08-28T21:27:05.908Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26842026-08-28T21:27:06.002Z Checking downcast-rs v2.0.2
26852026-08-28T21:27:06.222Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-08-28T21:27:06.465Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26872026-08-28T21:27:06.579Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26882026-08-28T21:27:06.761Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26892026-08-28T21:27:06.794Z Checking kstat-rs v0.2.5
26902026-08-28T21:27:06.895Z Compiling darling_macro v0.21.3
26912026-08-28T21:27:06.930Z Compiling proc-macro-error-attr2 v2.0.0
26922026-08-28T21:27:07.016Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-08-28T21:27:07.290Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26942026-08-28T21:27:07.366Z Compiling proc-macro-error2 v2.0.1
26952026-08-28T21:27:07.467Z Compiling darling v0.21.3
26962026-08-28T21:27:07.590Z Compiling dsl_auto_type v0.2.0
26972026-08-28T21:27:07.641Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-08-28T21:27:07.712Z Compiling knus-derive v3.4.0
26992026-08-28T21:27:08.595Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-08-28T21:27:08.930Z Compiling dirs-sys-next v0.1.2
27012026-08-28T21:27:09.032Z Compiling salty v0.3.0
27022026-08-28T21:27:09.184Z Compiling crunchy v0.2.4
27032026-08-28T21:27:09.243Z Compiling parking_lot_core v0.8.6
27042026-08-28T21:27:09.285Z Compiling dirs-next v2.0.0
27052026-08-28T21:27:09.364Z Compiling clang-sys v1.8.1
27062026-08-28T21:27:09.440Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27072026-08-28T21:27:09.519Z Compiling git-stub v1.0.0
27082026-08-28T21:27:09.598Z Compiling tiny-keccak v2.0.2
27092026-08-28T21:27:09.786Z Compiling git-stub-vcs v0.1.0
27102026-08-28T21:27:09.853Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27112026-08-28T21:27:10.030Z Compiling term v0.7.0
27122026-08-28T21:27:10.167Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27132026-08-28T21:27:10.170Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-08-28T21:27:10.236Z Compiling bit-vec v0.6.3
27152026-08-28T21:27:10.404Z Compiling ascii-canvas v3.0.0
27162026-08-28T21:27:10.450Z Compiling bit-set v0.5.3
27172026-08-28T21:27:10.488Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27182026-08-28T21:27:10.595Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27192026-08-28T21:27:10.636Z Checking parking_lot v0.11.2
27202026-08-28T21:27:10.855Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27212026-08-28T21:27:10.889Z Checking rfc6979 v0.4.0
27222026-08-28T21:27:11.047Z Checking prefix-trie v0.7.0
27232026-08-28T21:27:11.081Z Compiling hashbrown v0.14.5
27242026-08-28T21:27:11.115Z Compiling itertools v0.10.5
27252026-08-28T21:27:11.284Z Compiling ena v0.14.4
27262026-08-28T21:27:11.417Z Compiling libloading v0.8.9
27272026-08-28T21:27:11.559Z Compiling diff v0.1.13
27282026-08-28T21:27:11.691Z Compiling bindgen v0.71.1
27292026-08-28T21:27:11.724Z Compiling regex-syntax v0.6.29
27302026-08-28T21:27:11.855Z Compiling chumsky v0.9.3
27312026-08-28T21:27:12.165Z Checking hickory-server v0.25.2
27322026-08-28T21:27:12.297Z Compiling ecdsa v0.16.9
27332026-08-28T21:27:13.097Z Compiling lalrpop v0.19.12
27342026-08-28T21:27:13.160Z Checking sled v0.34.7
27352026-08-28T21:27:13.413Z Compiling cexpr v0.6.0
27362026-08-28T21:27:13.451Z Checking primeorder v0.13.6
27372026-08-28T21:27:13.454Z Checking diesel v2.3.7
27382026-08-28T21:27:13.724Z Checking nanorand v0.7.0
27392026-08-28T21:27:13.951Z Compiling rustc-hash v2.1.1
27402026-08-28T21:27:14.120Z Compiling p384 v0.13.1
27412026-08-28T21:27:14.120Z Checking flume v0.11.1
27422026-08-28T21:27:14.426Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27432026-08-28T21:27:14.731Z Compiling knus v3.4.0
27442026-08-28T21:27:14.848Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27452026-08-28T21:27:15.066Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27462026-08-28T21:27:15.312Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27472026-08-28T21:27:15.530Z Compiling libxml v0.3.3
27482026-08-28T21:27:15.624Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27492026-08-28T21:27:15.656Z Checking assert_matches v1.5.0
27502026-08-28T21:27:15.746Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27512026-08-28T21:27:15.912Z Compiling strum_macros v0.24.3
27522026-08-28T21:27:15.946Z Compiling indoc v1.0.9
27532026-08-28T21:27:16.711Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-28T21:27:16.935Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-08-28T21:27:17.202Z Checking quick-xml v0.37.5
27562026-08-28T21:27:17.295Z Checking derive_builder v0.20.2
27572026-08-28T21:27:17.329Z Compiling oso-derive v0.27.3
27582026-08-28T21:27:17.440Z Compiling impl-trait-for-tuples v0.2.3
27592026-08-28T21:27:17.847Z Compiling trait-variant v0.1.2
27602026-08-28T21:27:18.087Z Checking openssl-probe v0.1.6
27612026-08-28T21:27:18.278Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27622026-08-28T21:27:18.423Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27632026-08-28T21:27:18.623Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27642026-08-28T21:27:18.984Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27652026-08-28T21:27:19.066Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27662026-08-28T21:27:19.218Z Checking corncobs v0.1.4
27672026-08-28T21:27:19.251Z Checking predicates-tree v1.0.13
27682026-08-28T21:27:19.351Z Compiling progenitor-impl v0.13.0
27692026-08-28T21:27:19.383Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27702026-08-28T21:27:19.417Z Checking secrecy v0.8.0
27712026-08-28T21:27:19.574Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27722026-08-28T21:27:20.141Z Checking progenitor-client v0.13.0
27732026-08-28T21:27:20.427Z Checking anstyle-parse v0.2.7
27742026-08-28T21:27:20.466Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27752026-08-28T21:27:20.606Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27762026-08-28T21:27:20.638Z Checking anstream v0.6.21
27772026-08-28T21:27:20.828Z Checking bb8 v0.8.6
27782026-08-28T21:27:21.119Z Compiling mime_guess v2.0.5
27792026-08-28T21:27:21.202Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27802026-08-28T21:27:21.499Z Checking ignore v0.4.25
27812026-08-28T21:27:21.729Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-28T21:27:21.913Z Checking http-range v0.1.5
27832026-08-28T21:27:21.953Z Checking globwalk v0.9.1
27842026-08-28T21:27:22.031Z Compiling progenitor-macro v0.13.0
27852026-08-28T21:27:22.077Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27862026-08-28T21:27:22.267Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27872026-08-28T21:27:22.645Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27882026-08-28T21:27:22.758Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27892026-08-28T21:27:23.320Z Checking digest-io v0.1.0
27902026-08-28T21:27:23.492Z Checking nonempty v0.12.0
27912026-08-28T21:27:23.693Z Checking rawzip v0.4.4
27922026-08-28T21:27:24.051Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27932026-08-28T21:27:24.166Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27942026-08-28T21:27:24.454Z Checking camino-tempfile-ext v0.3.3
27952026-08-28T21:27:24.692Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27962026-08-28T21:27:24.804Z Checking hyper-staticfile v0.10.1
27972026-08-28T21:27:25.137Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27982026-08-28T21:27:25.464Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27992026-08-28T21:27:25.500Z Checking signal-hook-tokio v0.3.1
28002026-08-28T21:27:25.666Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-08-28T21:27:25.994Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28022026-08-28T21:27:26.068Z Checking scuffle v0.1.0
28032026-08-28T21:27:26.130Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28042026-08-28T21:27:26.424Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-08-28T21:27:26.493Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28062026-08-28T21:27:26.809Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28072026-08-28T21:27:26.844Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28082026-08-28T21:27:26.875Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28092026-08-28T21:27:27.013Z Checking progenitor v0.13.0
28102026-08-28T21:27:27.116Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28112026-08-28T21:27:27.201Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28122026-08-28T21:27:27.485Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28132026-08-28T21:27:27.813Z Checking diesel-dtrace v0.5.0
28142026-08-28T21:27:27.956Z Checking async-bb8-diesel v0.2.1
28152026-08-28T21:27:28.089Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28162026-08-28T21:27:28.123Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28172026-08-28T21:27:28.328Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28182026-08-28T21:27:28.361Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28192026-08-28T21:27:28.783Z Checking tungstenite v0.23.0
28202026-08-28T21:27:28.838Z Checking rand_seeder v0.4.0
28212026-08-28T21:27:29.016Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28222026-08-28T21:27:29.105Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28232026-08-28T21:27:29.233Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28242026-08-28T21:27:29.417Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28252026-08-28T21:27:30.458Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-08-28T21:27:31.070Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28272026-08-28T21:27:31.107Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28282026-08-28T21:27:31.437Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28292026-08-28T21:27:31.902Z Checking tokio-tungstenite v0.23.1
28302026-08-28T21:27:32.223Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28312026-08-28T21:27:32.259Z Checking void v1.0.2
28322026-08-28T21:27:32.400Z Checking lzss v0.8.2
28332026-08-28T21:27:32.501Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28342026-08-28T21:27:32.585Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-08-28T21:27:32.625Z Checking nix v0.27.1
28362026-08-28T21:27:32.701Z Checking serde_bytes v0.11.19
28372026-08-28T21:27:32.784Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-08-28T21:27:33.160Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-08-28T21:27:33.539Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28402026-08-28T21:27:33.878Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-08-28T21:27:34.374Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28422026-08-28T21:27:34.578Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28432026-08-28T21:27:34.744Z Checking cpubits v0.1.1
28442026-08-28T21:27:34.856Z Checking yansi v1.0.1
28452026-08-28T21:27:34.889Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28462026-08-28T21:27:35.152Z Checking pretty_assertions v1.4.1
28472026-08-28T21:27:35.194Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28482026-08-28T21:27:35.322Z Checking pem-rfc7468 v1.0.0
28492026-08-28T21:27:35.529Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28502026-08-28T21:27:35.808Z Checking colored v2.2.0
28512026-08-28T21:27:35.845Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28522026-08-28T21:27:36.050Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28532026-08-28T21:27:36.083Z Checking hmac v0.13.0
28542026-08-28T21:27:36.287Z Checking universal-hash v0.6.1
28552026-08-28T21:27:36.462Z Compiling libz-sys v1.1.24
28562026-08-28T21:27:36.875Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-28T21:27:36.911Z Compiling instability v0.3.11
28582026-08-28T21:27:36.944Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28592026-08-28T21:27:37.079Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28602026-08-28T21:27:37.195Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28612026-08-28T21:27:37.273Z Checking castaway v0.2.4
28622026-08-28T21:27:37.427Z Compiling indoc v2.0.7
28632026-08-28T21:27:37.508Z Checking compact_str v0.8.1
28642026-08-28T21:27:37.543Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28652026-08-28T21:27:37.910Z Checking polyval v0.7.1
28662026-08-28T21:27:38.125Z Checking der v0.8.0
28672026-08-28T21:27:38.438Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28682026-08-28T21:27:38.671Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28692026-08-28T21:27:38.705Z Checking unicode-truncate v1.1.0
28702026-08-28T21:27:38.834Z Checking lru v0.12.5
28712026-08-28T21:27:38.902Z Compiling libgit2-sys v0.18.3+1.9.2
28722026-08-28T21:27:38.936Z Checking arc-swap v1.8.2
28732026-08-28T21:27:38.967Z Checking cassowary v0.3.0
28742026-08-28T21:27:39.116Z Checking ghash v0.6.0
28752026-08-28T21:27:39.190Z Checking slog-scope v4.4.1
28762026-08-28T21:27:39.222Z Checking ratatui v0.29.0
28772026-08-28T21:27:39.375Z Checking pbkdf2 v0.13.0
28782026-08-28T21:27:39.414Z Checking aes v0.9.1
28792026-08-28T21:27:39.528Z Checking crypto-bigint v0.7.5
28802026-08-28T21:27:39.843Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28812026-08-28T21:27:40.568Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28822026-08-28T21:27:40.825Z Checking ctr v0.10.1
28832026-08-28T21:27:41.042Z Checking aead v0.6.1
28842026-08-28T21:27:41.114Z Checking cargo-platform v0.3.2
28852026-08-28T21:27:41.221Z Compiling petname v2.0.2
28862026-08-28T21:27:41.326Z Checking cargo_metadata v0.23.1
28872026-08-28T21:27:41.796Z Checking aes-gcm v0.11.0
28882026-08-28T21:27:41.913Z Checking slog-stdlog v4.1.1
28892026-08-28T21:27:42.002Z Checking spki v0.8.0
28902026-08-28T21:27:42.074Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28912026-08-28T21:27:42.157Z Checking salsa20 v0.11.0
28922026-08-28T21:27:42.214Z Checking console v0.16.2
28932026-08-28T21:27:42.335Z Compiling vergen-git2 v9.1.0
28942026-08-28T21:27:42.556Z Checking plotters-backend v0.3.7
28952026-08-28T21:27:42.560Z Checking unit-prefix v0.5.2
28962026-08-28T21:27:42.758Z Checking indicatif v0.18.4
28972026-08-28T21:27:42.793Z Checking plotters-svg v0.3.7
28982026-08-28T21:27:43.014Z Checking scrypt v0.12.0
28992026-08-28T21:27:43.169Z Checking slog-envlogger v2.2.0
29002026-08-28T21:27:43.359Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29012026-08-28T21:27:43.488Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29022026-08-28T21:27:43.560Z Checking cbc v0.2.1
29032026-08-28T21:27:43.644Z Checking libsw-core v0.3.2
29042026-08-28T21:27:43.714Z Checking sapling-renderdag v0.1.0
29052026-08-28T21:27:43.748Z Checking sync-ptr v0.1.4
29062026-08-28T21:27:43.829Z Checking cast v0.3.0
29072026-08-28T21:27:43.899Z Checking libsw v3.5.0
29082026-08-28T21:27:43.994Z Checking pkcs5 v0.8.1
29092026-08-28T21:27:44.030Z Checking criterion-plot v0.6.0
29102026-08-28T21:27:44.135Z Checking plotters v0.3.7
29112026-08-28T21:27:44.300Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29122026-08-28T21:27:44.352Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29132026-08-28T21:27:44.576Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29142026-08-28T21:27:44.800Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29152026-08-28T21:27:44.904Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29162026-08-28T21:27:45.025Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29172026-08-28T21:27:45.130Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29182026-08-28T21:27:45.253Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29192026-08-28T21:27:45.298Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29202026-08-28T21:27:45.357Z Checking tinytemplate v1.2.1
29212026-08-28T21:27:45.477Z Checking shell-words v1.1.1
29222026-08-28T21:27:45.606Z Checking oorandom v11.1.5
29232026-08-28T21:27:45.640Z Checking anes v0.1.6
29242026-08-28T21:27:45.850Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29252026-08-28T21:27:45.886Z Checking criterion v0.7.0
29262026-08-28T21:27:46.205Z Checking pkcs8 v0.11.0
29272026-08-28T21:27:46.449Z Checking oxide-update-engine-display v0.1.2
29282026-08-28T21:27:46.797Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29292026-08-28T21:27:47.185Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29302026-08-28T21:27:47.796Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29312026-08-28T21:27:48.020Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29322026-08-28T21:27:48.602Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29332026-08-28T21:27:49.439Z Checking tokio-test v0.4.5
29342026-08-28T21:27:49.699Z Checking ff v0.14.0
29352026-08-28T21:27:49.871Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29362026-08-28T21:27:50.098Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29372026-08-28T21:27:50.504Z Checking twox-hash v2.1.2
29382026-08-28T21:27:50.840Z Checking atty v0.2.14
29392026-08-28T21:27:50.976Z Checking arrayref v0.3.9
29402026-08-28T21:27:51.084Z Checking constant_time_eq v0.4.2
29412026-08-28T21:27:51.260Z Checking arrayvec v0.7.6
29422026-08-28T21:27:51.439Z Checking group v0.14.0
29432026-08-28T21:27:51.500Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29442026-08-28T21:27:51.703Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29452026-08-28T21:27:52.459Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29462026-08-28T21:27:52.493Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29472026-08-28T21:27:52.527Z Checking fatfs v0.3.6
29482026-08-28T21:27:52.639Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29492026-08-28T21:27:52.999Z Checking signature v3.0.0
29502026-08-28T21:27:53.187Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29512026-08-28T21:27:53.502Z Checking base16ct v1.0.0
29522026-08-28T21:27:53.587Z Compiling seq-macro v0.3.6
29532026-08-28T21:27:53.665Z Checking sec1 v0.8.1
29542026-08-28T21:27:53.910Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29552026-08-28T21:27:53.944Z Checking hkdf v0.13.0
29562026-08-28T21:27:54.002Z Compiling samael v0.0.19
29572026-08-28T21:27:54.113Z Checking concurrent-queue v2.5.0
29582026-08-28T21:27:54.116Z Checking parking v2.2.1
29592026-08-28T21:27:54.304Z Checking elliptic-curve v0.14.1
29602026-08-28T21:27:54.338Z Checking event-listener v5.4.1
29612026-08-28T21:27:54.508Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29622026-08-28T21:27:54.589Z Checking rtoolbox v0.0.3
29632026-08-28T21:27:54.741Z Checking event-listener-strategy v0.5.4
29642026-08-28T21:27:54.775Z Checking rpassword v7.5.4
29652026-08-28T21:27:54.907Z Checking wnaf v0.14.0
29662026-08-28T21:27:54.964Z Checking primefield v0.14.0
29672026-08-28T21:27:55.108Z Checking rfc6979 v0.6.0
29682026-08-28T21:27:55.203Z Checking tui-tree-widget v0.23.1
29692026-08-28T21:27:55.285Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29702026-08-28T21:27:55.420Z Compiling blake3 v1.8.5
29712026-08-28T21:27:55.810Z Checking futures-timer v3.0.3
29722026-08-28T21:27:56.281Z Checking ecdsa v0.17.0
29732026-08-28T21:27:56.537Z Checking primeorder v0.14.0
29742026-08-28T21:27:56.731Z Checking async-lock v3.4.2
29752026-08-28T21:27:56.938Z Compiling curve25519-dalek v5.0.0
29762026-08-28T21:27:57.162Z Checking async-object-pool v0.2.0
29772026-08-28T21:27:57.460Z Checking ssh-encoding v0.3.0
29782026-08-28T21:27:57.631Z Checking serde_regex v1.1.0
29792026-08-28T21:27:57.720Z Checking assert-json-diff v2.0.2
29802026-08-28T21:27:57.824Z Checking path-tree v0.8.3
29812026-08-28T21:27:57.911Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29822026-08-28T21:27:57.914Z Checking keccak v0.2.0
29832026-08-28T21:27:58.034Z Checking stringmetrics v2.2.2
29842026-08-28T21:27:58.101Z Checking topological-sort v0.2.2
29852026-08-28T21:27:58.214Z Compiling strsim v0.10.0
29862026-08-28T21:27:58.267Z Checking omicron-zone-package v0.12.3
29872026-08-28T21:27:58.565Z Compiling darling_core v0.13.4
29882026-08-28T21:27:59.113Z Checking httpmock v0.8.3
29892026-08-28T21:28:00.030Z Checking ed25519 v3.0.0
29902026-08-28T21:28:00.268Z Checking pkcs1 v0.8.0-rc.4
29912026-08-28T21:28:00.426Z Checking crypto-primes v0.7.2
29922026-08-28T21:28:00.508Z Checking poly1305 v0.9.0
29932026-08-28T21:28:00.638Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29942026-08-28T21:28:00.813Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29952026-08-28T21:28:01.070Z Checking blowfish v0.10.0
29962026-08-28T21:28:01.260Z Checking blake2 v0.11.0-rc.6
29972026-08-28T21:28:01.320Z Compiling target-lexicon v0.13.3
29982026-08-28T21:28:01.397Z Checking rsa v0.10.0-rc.18
29992026-08-28T21:28:01.478Z Checking bcrypt-pbkdf v0.11.0
30002026-08-28T21:28:01.565Z Checking argon2 v0.6.0-rc.8
30012026-08-28T21:28:01.674Z Checking ssh-cipher v0.3.0
30022026-08-28T21:28:01.912Z Compiling darling_macro v0.13.4
30032026-08-28T21:28:01.945Z Checking ed25519-dalek v3.0.0
30042026-08-28T21:28:01.945Z Checking sha3 v0.11.0
30052026-08-28T21:28:01.947Z Checking p256 v0.14.0
30062026-08-28T21:28:02.205Z Checking p384 v0.14.0
30072026-08-28T21:28:02.357Z Checking p521 v0.14.0
30082026-08-28T21:28:02.424Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30092026-08-28T21:28:02.689Z Checking kem v0.3.0
30102026-08-28T21:28:02.784Z Checking module-lattice v0.2.3
30112026-08-28T21:28:02.842Z Checking socket2 v0.5.10
30122026-08-28T21:28:03.039Z Compiling guppy-workspace-hack v0.1.0
30132026-08-28T21:28:03.121Z Checking sponge-cursor v0.1.0
30142026-08-28T21:28:03.252Z Checking hex-literal v0.4.1
30152026-08-28T21:28:03.286Z Checking sha3 v0.12.0
30162026-08-28T21:28:03.434Z Checking ml-kem v0.3.2
30172026-08-28T21:28:03.521Z Compiling darling v0.13.4
30182026-08-28T21:28:03.904Z Checking russh-cryptovec v0.62.0
30192026-08-28T21:28:04.098Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30202026-08-28T21:28:04.166Z Checking internal-russh-num-bigint v0.5.0
30212026-08-28T21:28:04.318Z Checking num-bigint v0.4.6
30222026-08-28T21:28:04.718Z Checking russh-util v0.52.0
30232026-08-28T21:28:04.878Z Checking generic-array v1.4.3
30242026-08-28T21:28:05.188Z Compiling enum_dispatch v0.3.13
30252026-08-28T21:28:05.259Z Compiling delegate v0.13.5
30262026-08-28T21:28:05.299Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30272026-08-28T21:28:05.332Z Checking ssh-key v0.7.0-rc.11
30282026-08-28T21:28:05.737Z Checking md5 v0.8.0
30292026-08-28T21:28:05.938Z Compiling target-spec v3.5.7
30302026-08-28T21:28:06.156Z Checking hex-literal v1.1.0
30312026-08-28T21:28:06.213Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30322026-08-28T21:28:06.311Z Checking russh v0.62.4
30332026-08-28T21:28:06.454Z Checking cfg-expr v0.20.6
30342026-08-28T21:28:06.876Z Compiling serde_with_macros v1.5.2
30352026-08-28T21:28:07.016Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30362026-08-28T21:28:07.445Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30372026-08-28T21:28:07.543Z Compiling git2 v0.20.4
30382026-08-28T21:28:07.665Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30392026-08-28T21:28:07.754Z Checking internet-checksum v0.2.1
30402026-08-28T21:28:07.898Z Compiling serde_with v1.14.0
30412026-08-28T21:28:08.440Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30422026-08-28T21:28:09.057Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30432026-08-28T21:28:09.427Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30442026-08-28T21:28:09.498Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30452026-08-28T21:28:09.660Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30462026-08-28T21:28:09.857Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30472026-08-28T21:28:09.893Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30482026-08-28T21:28:09.927Z Checking httptest v0.16.4
30492026-08-28T21:28:10.335Z Checking pathdiff v0.2.3
30502026-08-28T21:28:10.405Z Checking nested v0.1.1
30512026-08-28T21:28:10.475Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30522026-08-28T21:28:10.516Z Compiling polar-core v0.27.3
30532026-08-28T21:28:10.572Z Checking guppy v0.17.25
30542026-08-28T21:28:10.654Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30552026-08-28T21:28:10.741Z Checking similar-asserts v1.7.0
30562026-08-28T21:28:10.845Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30572026-08-28T21:28:10.918Z Compiling target-triple v1.0.0
30582026-08-28T21:28:10.953Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30592026-08-28T21:28:11.575Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30602026-08-28T21:28:12.120Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30612026-08-28T21:28:12.158Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30622026-08-28T21:28:12.341Z Checking hickory-client v0.25.2
30632026-08-28T21:28:12.662Z Checking supports-color v2.1.0
30642026-08-28T21:28:12.788Z Checking supports-unicode v2.1.0
30652026-08-28T21:28:12.826Z Checking supports-hyperlinks v2.1.0
30662026-08-28T21:28:12.856Z Checking textwrap v0.15.2
30672026-08-28T21:28:12.937Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30682026-08-28T21:28:12.975Z Checking terminal_size v0.1.17
30692026-08-28T21:28:13.104Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30702026-08-28T21:28:13.137Z Compiling miette-derive v5.10.0
30712026-08-28T21:28:13.141Z Compiling fs-err v2.11.0
30722026-08-28T21:28:13.375Z Compiling assert_cmd v2.1.2
30732026-08-28T21:28:13.543Z Checking owo-colors v3.5.0
30742026-08-28T21:28:13.651Z Checking escape8259 v0.5.3
30752026-08-28T21:28:13.814Z Checking libtest-mimic v0.8.1
30762026-08-28T21:28:14.116Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30772026-08-28T21:28:14.274Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30782026-08-28T21:28:14.352Z Checking miette v5.10.0
30792026-08-28T21:28:14.841Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30802026-08-28T21:28:14.983Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30812026-08-28T21:28:15.428Z Checking oso v0.27.3
30822026-08-28T21:28:15.479Z Checking blake2b_simd v1.0.4
30832026-08-28T21:28:15.710Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30842026-08-28T21:28:15.887Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30852026-08-28T21:28:16.121Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30862026-08-28T21:28:16.172Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30872026-08-28T21:28:16.325Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30882026-08-28T21:28:16.360Z Compiling knuffel-derive v3.2.0
30892026-08-28T21:28:16.490Z Checking fancy-regex v0.14.0
30902026-08-28T21:28:16.578Z Checking serde_tokenstream v0.2.3
30912026-08-28T21:28:16.818Z Checking approx v0.5.1
30922026-08-28T21:28:16.862Z Compiling rstest_macros v0.25.0
30932026-08-28T21:28:16.896Z Checking uzers v0.12.2
30942026-08-28T21:28:16.999Z Checking constant_time_eq v0.3.1
30952026-08-28T21:28:17.137Z Checking termcolor v1.4.1
30962026-08-28T21:28:17.171Z Compiling linkme-impl v0.3.35
30972026-08-28T21:28:17.315Z Checking rust-argon2 v2.1.0
30982026-08-28T21:28:17.381Z Checking trybuild v1.0.116
30992026-08-28T21:28:17.574Z Checking datatest-stable v0.3.3
31002026-08-28T21:28:17.952Z Checking knuffel v3.2.0
31012026-08-28T21:28:18.029Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31022026-08-28T21:28:18.074Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31032026-08-28T21:28:18.410Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31042026-08-28T21:28:18.444Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-08-28T21:28:18.475Z Checking support-bundle-viewer v0.1.2
31062026-08-28T21:28:18.592Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31072026-08-28T21:28:18.622Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31082026-08-28T21:28:18.748Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31092026-08-28T21:28:18.809Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31102026-08-28T21:28:18.845Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31112026-08-28T21:28:18.972Z Checking drift v0.2.0
31122026-08-28T21:28:19.033Z Checking rand_distr v0.5.1
31132026-08-28T21:28:19.219Z Checking multimap v0.10.1
31142026-08-28T21:28:19.270Z Compiling linkme v0.3.35
31152026-08-28T21:28:19.354Z Compiling relative-path v1.9.3
31162026-08-28T21:28:19.419Z Checking parse-size v1.1.0
31172026-08-28T21:28:19.482Z Checking dropshot-api-manager v0.8.0
31182026-08-28T21:28:19.588Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31192026-08-28T21:28:19.854Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31202026-08-28T21:28:20.669Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31212026-08-28T21:28:21.124Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31222026-08-28T21:28:21.485Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31232026-08-28T21:28:21.649Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31242026-08-28T21:28:21.709Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31252026-08-28T21:28:21.741Z Checking cargo_toml v0.21.0
31262026-08-28T21:28:22.237Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31272026-08-28T21:28:22.369Z Checking partial-io v0.5.4
31282026-08-28T21:28:22.405Z Checking termios v0.3.3
31292026-08-28T21:28:22.570Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31302026-08-28T21:28:23.042Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31312026-08-28T21:28:23.244Z Checking rstest v0.25.0
31322026-08-28T21:28:24.342Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31332026-08-28T21:28:28.273Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31342026-08-28T21:28:29.038Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31352026-08-28T21:28:29.829Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31362026-08-28T21:28:34.503Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31372026-08-28T21:28:35.386Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31382026-08-28T21:28:38.143Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31392026-08-28T21:28:45.259Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31402026-08-28T21:28:46.856Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31412026-08-28T21:28:48.448Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31422026-08-28T21:28:49.625Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31432026-08-28T21:28:52.832Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31442026-08-28T21:28:55.382Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31452026-08-28T21:28:56.256Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31462026-08-28T21:28:59.145Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31472026-08-28T21:29:04.441Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31482026-08-28T21:29:25.913Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31492026-08-28T21:30:19.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 12s
31502026-08-28T21:30:19.567Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31512026-08-28T21:30:19.567Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31522026-08-28T21:30:20.233Z
31532026-08-28T21:30:20.233Zreal 4:15.938418324
31542026-08-28T21:30:20.233Zuser 21:59.541774632
31552026-08-28T21:30:20.233Zsys 5:14.081427824
31562026-08-28T21:30:20.233Ztrap 0.541545942
31572026-08-28T21:30:20.234Ztflt 0.438577020
31582026-08-28T21:30:20.234Zdflt 0.581991878
31592026-08-28T21:30:20.234Zkflt 0.004565732
31602026-08-28T21:30:20.234Zlock 1:06:42.680186108
31612026-08-28T21:30:20.234Zslp 1:00:17.919109659
31622026-08-28T21:30:20.234Zlat 1:53.026463792
31632026-08-28T21:30:20.234Zstop 13:24.191802739
31642026-08-28T21:30:20.237Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31652026-08-28T21:30:20.237Z+ ptime -m cargo doc --workspace --no-deps
31662026-08-28T21:30:21.095Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31672026-08-28T21:30:21.096Z |
31682026-08-28T21:30:21.096Z = 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)`
31692026-08-28T21:30:21.096Z = 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>
31702026-08-28T21:30:22.191Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31712026-08-28T21:30:22.436Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31722026-08-28T21:30:22.473Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31732026-08-28T21:30:22.506Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31742026-08-28T21:30:22.616Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31752026-08-28T21:30:22.712Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31762026-08-28T21:30:22.739Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31772026-08-28T21:30:22.762Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31782026-08-28T21:30:22.792Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31792026-08-28T21:30:22.836Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31802026-08-28T21:30:22.934Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-08-28T21:30:23.035Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31822026-08-28T21:30:23.059Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31832026-08-28T21:30:23.090Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-08-28T21:30:23.115Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852026-08-28T21:30:23.157Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31862026-08-28T21:30:23.186Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31872026-08-28T21:30:23.209Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31882026-08-28T21:30:23.233Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-08-28T21:30:23.233Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31902026-08-28T21:30:23.279Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31912026-08-28T21:30:23.557Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31922026-08-28T21:30:23.680Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31932026-08-28T21:30:23.828Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31942026-08-28T21:30:23.831Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31952026-08-28T21:30:23.879Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31962026-08-28T21:30:23.998Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31972026-08-28T21:30:24.084Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31982026-08-28T21:30:24.108Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31992026-08-28T21:30:24.247Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32002026-08-28T21:30:24.333Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32012026-08-28T21:30:24.368Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32022026-08-28T21:30:24.440Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32032026-08-28T21:30:24.522Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32042026-08-28T21:30:24.711Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32052026-08-28T21:30:24.760Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32062026-08-28T21:30:24.786Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32072026-08-28T21:30:24.948Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32082026-08-28T21:30:25.046Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32092026-08-28T21:30:25.078Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32102026-08-28T21:30:25.243Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32112026-08-28T21:30:25.398Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32122026-08-28T21:30:25.503Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32132026-08-28T21:30:25.525Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32142026-08-28T21:30:25.562Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32152026-08-28T21:30:25.738Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32162026-08-28T21:30:25.750Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32172026-08-28T21:30:25.791Z Checking scuffle v0.1.0
32182026-08-28T21:30:25.936Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32192026-08-28T21:30:25.966Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32202026-08-28T21:30:25.983Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32212026-08-28T21:30:26.011Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32222026-08-28T21:30:26.405Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32232026-08-28T21:30:26.773Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32242026-08-28T21:30:27.189Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32252026-08-28T21:30:27.289Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32262026-08-28T21:30:27.577Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32272026-08-28T21:30:27.631Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32282026-08-28T21:30:27.686Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32292026-08-28T21:30:27.825Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32302026-08-28T21:30:27.846Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32312026-08-28T21:30:27.885Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32322026-08-28T21:30:28.027Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32332026-08-28T21:30:28.291Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32342026-08-28T21:30:28.611Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32352026-08-28T21:30:28.825Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32362026-08-28T21:30:28.885Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32372026-08-28T21:30:28.934Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32382026-08-28T21:30:28.956Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32392026-08-28T21:30:29.124Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32402026-08-28T21:30:29.187Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32412026-08-28T21:30:29.233Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32422026-08-28T21:30:29.375Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32432026-08-28T21:30:29.417Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32442026-08-28T21:30:29.478Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32452026-08-28T21:30:29.509Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32462026-08-28T21:30:29.601Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32472026-08-28T21:30:29.657Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32482026-08-28T21:30:29.683Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32492026-08-28T21:30:29.696Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32502026-08-28T21:30:29.841Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32512026-08-28T21:30:29.879Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32522026-08-28T21:30:29.910Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32532026-08-28T21:30:29.930Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32542026-08-28T21:30:30.186Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32552026-08-28T21:30:30.199Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32562026-08-28T21:30:30.240Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32572026-08-28T21:30:30.256Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32582026-08-28T21:30:30.261Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32592026-08-28T21:30:30.261Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32602026-08-28T21:30:30.461Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32612026-08-28T21:30:30.549Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32622026-08-28T21:30:30.569Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32632026-08-28T21:30:30.599Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32642026-08-28T21:30:30.635Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32652026-08-28T21:30:30.795Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32662026-08-28T21:30:30.802Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32672026-08-28T21:30:30.845Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32682026-08-28T21:30:30.890Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32692026-08-28T21:30:30.914Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32702026-08-28T21:30:30.996Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32712026-08-28T21:30:31.041Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32722026-08-28T21:30:31.117Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32732026-08-28T21:30:31.190Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32742026-08-28T21:30:31.238Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32752026-08-28T21:30:31.485Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32762026-08-28T21:30:31.509Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32772026-08-28T21:30:31.575Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32782026-08-28T21:30:32.031Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32792026-08-28T21:30:32.226Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32802026-08-28T21:30:32.248Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32812026-08-28T21:30:32.510Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32822026-08-28T21:30:33.307Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32832026-08-28T21:30:33.645Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32842026-08-28T21:30:34.366Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32852026-08-28T21:30:35.056Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32862026-08-28T21:30:35.239Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32872026-08-28T21:30:36.078Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32882026-08-28T21:30:36.202Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32892026-08-28T21:30:37.121Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32902026-08-28T21:30:37.208Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32912026-08-28T21:30:37.233Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32922026-08-28T21:30:37.309Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32932026-08-28T21:30:37.547Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32942026-08-28T21:30:37.580Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-08-28T21:30:37.950Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32962026-08-28T21:30:38.184Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32972026-08-28T21:30:38.443Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32982026-08-28T21:30:38.680Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32992026-08-28T21:30:38.973Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33002026-08-28T21:30:39.073Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33012026-08-28T21:30:39.508Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33022026-08-28T21:30:39.513Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33032026-08-28T21:30:39.651Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33042026-08-28T21:30:39.692Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33052026-08-28T21:30:40.317Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33062026-08-28T21:30:40.592Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33072026-08-28T21:30:41.088Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33082026-08-28T21:30:41.213Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33092026-08-28T21:30:42.049Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33102026-08-28T21:30:42.133Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33112026-08-28T21:30:42.505Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33122026-08-28T21:30:42.827Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33132026-08-28T21:30:42.916Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33142026-08-28T21:30:43.164Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33152026-08-28T21:30:43.494Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33162026-08-28T21:30:43.519Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33172026-08-28T21:30:44.123Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33182026-08-28T21:30:44.146Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33192026-08-28T21:30:44.666Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33202026-08-28T21:30:45.013Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33212026-08-28T21:30:45.522Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33222026-08-28T21:30:45.964Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33232026-08-28T21:30:46.123Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-08-28T21:30:46.224Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33252026-08-28T21:30:46.688Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33262026-08-28T21:30:47.568Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33272026-08-28T21:30:50.830Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33282026-08-28T21:30:51.019Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33292026-08-28T21:30:51.241Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33302026-08-28T21:30:52.905Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33312026-08-28T21:30:53.498Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33322026-08-28T21:30:54.103Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33332026-08-28T21:30:54.513Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33342026-08-28T21:30:54.687Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33352026-08-28T21:30:54.926Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33362026-08-28T21:30:55.853Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-08-28T21:30:56.786Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33382026-08-28T21:30:57.755Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33392026-08-28T21:30:57.833Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-08-28T21:30:57.867Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33412026-08-28T21:30:58.157Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33422026-08-28T21:30:58.179Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33432026-08-28T21:30:58.670Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33442026-08-28T21:30:58.851Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33452026-08-28T21:30:58.953Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33462026-08-28T21:30:59.429Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33472026-08-28T21:30:59.482Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33482026-08-28T21:30:59.527Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33492026-08-28T21:30:59.889Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33502026-08-28T21:31:00.065Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33512026-08-28T21:31:00.285Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33522026-08-28T21:31:00.723Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33532026-08-28T21:31:01.097Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33542026-08-28T21:31:01.100Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33552026-08-28T21:31:01.218Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33562026-08-28T21:31:01.495Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33572026-08-28T21:31:01.852Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33582026-08-28T21:31:03.422Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33592026-08-28T21:31:03.811Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33602026-08-28T21:31:04.014Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33612026-08-28T21:31:06.296Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33622026-08-28T21:31:07.792Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33632026-08-28T21:31:08.291Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33642026-08-28T21:31:09.048Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33652026-08-28T21:31:11.114Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33662026-08-28T21:31:12.035Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33672026-08-28T21:31:13.227Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33682026-08-28T21:31:13.877Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33692026-08-28T21:31:14.931Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33702026-08-28T21:31:16.809Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33712026-08-28T21:31:17.435Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33722026-08-28T21:31:17.592Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33732026-08-28T21:31:20.204Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33742026-08-28T21:31:20.377Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33752026-08-28T21:31:20.767Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33762026-08-28T21:31:23.107Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33772026-08-28T21:31:27.116Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33782026-08-28T21:31:27.692Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33792026-08-28T21:31:28.531Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33802026-08-28T21:31:29.435Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33812026-08-28T21:31:30.230Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33822026-08-28T21:31:31.033Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33832026-08-28T21:31:32.694Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33842026-08-28T21:31:32.831Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33852026-08-28T21:31:33.746Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33862026-08-28T21:31:33.928Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33872026-08-28T21:31:35.305Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33882026-08-28T21:31:36.762Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33892026-08-28T21:31:37.960Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33902026-08-28T21:31:40.123Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33912026-08-28T21:31:41.010Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33922026-08-28T21:31:42.366Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33932026-08-28T21:31:43.851Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33942026-08-28T21:31:44.729Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33952026-08-28T21:31:46.088Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33962026-08-28T21:31:46.826Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33972026-08-28T21:31:47.997Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33982026-08-28T21:31:49.782Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33992026-08-28T21:31:50.751Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34002026-08-28T21:31:52.117Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34012026-08-28T21:31:53.129Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34022026-08-28T21:31:55.427Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34032026-08-28T21:31:55.928Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34042026-08-28T21:31:59.215Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34052026-08-28T21:31:59.680Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34062026-08-28T21:32:00.726Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34072026-08-28T21:32:02.458Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34082026-08-28T21:32:04.146Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34092026-08-28T21:32:05.713Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34102026-08-28T21:32:07.452Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34112026-08-28T21:32:09.107Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34122026-08-28T21:32:13.835Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34132026-08-28T21:32:14.168Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34142026-08-28T21:32:15.695Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34152026-08-28T21:32:15.732Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34162026-08-28T21:32:17.819Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34172026-08-28T21:32:19.599Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34182026-08-28T21:32:21.335Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34192026-08-28T21:32:23.472Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34202026-08-28T21:32:25.270Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34212026-08-28T21:32:27.270Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34222026-08-28T21:32:28.845Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34232026-08-28T21:32:30.593Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34242026-08-28T21:32:32.359Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34252026-08-28T21:32:34.154Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34262026-08-28T21:32:35.980Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34272026-08-28T21:32:37.710Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34282026-08-28T21:32:39.495Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34292026-08-28T21:32:41.016Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34302026-08-28T21:32:43.111Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34312026-08-28T21:32:44.748Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34322026-08-28T21:32:46.684Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34332026-08-28T21:32:48.518Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34342026-08-28T21:32:50.336Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34352026-08-28T21:32:52.306Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34362026-08-28T21:32:56.342Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34372026-08-28T21:32:57.919Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34382026-08-28T21:33:00.085Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34392026-08-28T21:33:02.011Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34402026-08-28T21:33:05.387Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34412026-08-28T21:33:05.933Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34422026-08-28T21:33:08.630Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34432026-08-28T21:33:10.902Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34442026-08-28T21:33:13.137Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34452026-08-28T21:33:16.224Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34462026-08-28T21:33:18.234Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34472026-08-28T21:33:20.291Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34482026-08-28T21:33:23.085Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34492026-08-28T21:33:25.746Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34502026-08-28T21:33:27.940Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34512026-08-28T21:33:30.108Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34522026-08-28T21:33:33.325Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34532026-08-28T21:33:35.137Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34542026-08-28T21:33:37.749Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34552026-08-28T21:33:40.154Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34562026-08-28T21:33:42.927Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34572026-08-28T21:33:45.503Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34582026-08-28T21:33:47.742Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34592026-08-28T21:33:50.495Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34602026-08-28T21:33:52.942Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34612026-08-28T21:33:55.469Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34622026-08-28T21:33:57.993Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34632026-08-28T21:34:00.520Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34642026-08-28T21:34:03.094Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34652026-08-28T21:34:05.638Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34662026-08-28T21:34:08.119Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34672026-08-28T21:34:10.519Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34682026-08-28T21:34:13.249Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34692026-08-28T21:34:15.923Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34702026-08-28T21:34:18.396Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34712026-08-28T21:34:21.027Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34722026-08-28T21:34:23.632Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34732026-08-28T21:34:26.179Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34742026-08-28T21:34:28.821Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34752026-08-28T21:34:31.347Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34762026-08-28T21:34:33.984Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34772026-08-28T21:34:36.495Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34782026-08-28T21:34:39.769Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34792026-08-28T21:34:41.988Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34802026-08-28T21:34:44.682Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34812026-08-28T21:34:47.387Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34822026-08-28T21:34:50.154Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34832026-08-28T21:34:52.979Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34842026-08-28T21:34:55.450Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34852026-08-28T21:34:58.054Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34862026-08-28T21:35:00.947Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34872026-08-28T21:35:04.258Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34882026-08-28T21:35:07.226Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34892026-08-28T21:35:09.412Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34902026-08-28T21:35:12.135Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34912026-08-28T21:35:14.822Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34922026-08-28T21:35:17.497Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34932026-08-28T21:35:20.368Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34942026-08-28T21:35:23.076Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34952026-08-28T21:35:25.826Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34962026-08-28T21:35:28.640Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34972026-08-28T21:35:31.427Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34982026-08-28T21:35:34.144Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34992026-08-28T21:35:42.167Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35002026-08-28T21:35:42.670Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35012026-08-28T21:35:45.999Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35022026-08-28T21:35:49.497Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35032026-08-28T21:35:53.372Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35042026-08-28T21:35:56.761Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35052026-08-28T21:36:00.440Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35062026-08-28T21:36:04.052Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35072026-08-28T21:36:07.568Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35082026-08-28T21:36:11.127Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35092026-08-28T21:36:14.712Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35102026-08-28T21:36:19.694Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35112026-08-28T21:36:22.655Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35122026-08-28T21:36:26.591Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35132026-08-28T21:36:30.451Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35142026-08-28T21:36:34.395Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35152026-08-28T21:36:38.278Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35162026-08-28T21:36:42.179Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35172026-08-28T21:36:46.123Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35182026-08-28T21:36:50.014Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35192026-08-28T21:36:53.931Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35202026-08-28T21:36:57.901Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35212026-08-28T21:37:01.808Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35222026-08-28T21:37:05.664Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35232026-08-28T21:37:09.663Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35242026-08-28T21:37:13.609Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35252026-08-28T21:37:17.412Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35262026-08-28T21:37:21.349Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35272026-08-28T21:37:25.486Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35282026-08-28T21:37:56.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 36s
35292026-08-28T21:37:56.659Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35302026-08-28T21:37:56.659Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35312026-08-28T21:37:56.875Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35322026-08-28T21:37:56.875Z
35332026-08-28T21:37:56.875Zreal 7:36.330610192
35342026-08-28T21:37:56.875Zuser 20:26.133548049
35352026-08-28T21:37:56.875Zsys 4:26.370507945
35362026-08-28T21:37:56.875Ztrap 0.296380385
35372026-08-28T21:37:56.875Ztflt 0.074750391
35382026-08-28T21:37:56.875Zdflt 0.177295677
35392026-08-28T21:37:56.875Zkflt 0.000017900
35402026-08-28T21:37:56.875Zlock 7:17:02.995223677
35412026-08-28T21:37:56.875Zslp 2:33:34.530338551
35422026-08-28T21:37:56.875Zlat 36.151435635
35432026-08-28T21:37:56.875Zstop 2:07.637979052
35442026-08-28T21:37:56.876Zprocess exited: duration 843386 ms, exit code 0
 
35452026-08-28T21:37:57.156Zfound 0 output files