01M15FMCFECETT3FA660EXP1Z8: clippy (helios)

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

Buildomat Job: 01M15FMY913PR0ZHPT0TXKBS1Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-29T00:46:24.578Zjob assigned to worker 01M15FN71VH8XSSWGSGQ2YG1J0 [factory aws, i-00e3fa7fc7592cfa6] (queued for 1 m 0 s)
 
22026-08-29T00:46:31.682Zstarting task 0: "setup"
32026-08-29T00:46:31.686Z++ uname -s
42026-08-29T00:46:31.689Z+ kern=SunOS
52026-08-29T00:46:31.690Z+ build_user=build
62026-08-29T00:46:31.690Z+ build_uid=12345
72026-08-29T00:46:31.690Z+ work_dir=/work
82026-08-29T00:46:31.690Z+ input_dir=/input
92026-08-29T00:46:31.690Z+ [[ 0 == 12345 ]]
102026-08-29T00:46:31.690Z+ case "$kern" in
112026-08-29T00:46:31.690Z+ groupadd -g 12345 build
122026-08-29T00:46:31.690Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-29T00:46:33.697Z+ zfs create -o mountpoint=/work rpool/work
142026-08-29T00:46:33.784Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-29T00:46:33.787Z+ home_fs=zfs
162026-08-29T00:46:33.787Z+ [[ zfs == autofs ]]
172026-08-29T00:46:33.787Z+ mkdir -p /home/build
182026-08-29T00:46:33.787Z+ chown build:build /home/build /work
192026-08-29T00:46:35.787Z+ chmod 0700 /home/build /work
202026-08-29T00:46:35.791Zprocess exited: duration 4110 ms, exit code 0
 
212026-08-29T00:46:35.797Zstarting task 1: "rust-toolchain"
222026-08-29T00:46:35.802Z * rust toolchain channel = "1.97.1"
232026-08-29T00:46:35.802Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-29T00:46:35.804Z * rust toolchain profile = "default"
252026-08-29T00:46:35.804Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-29T00:46:35.804Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-29T00:46:35.804Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-29T00:46:35.807Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-29T00:46:35.807Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-29T00:46:35.913Zinfo: downloading installer
312026-08-29T00:46:37.081Zwarn: It looks like you have an existing rustup settings file at:
322026-08-29T00:46:37.082Zwarn: /home/build/.rustup/settings.toml
332026-08-29T00:46:37.082Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-29T00:46:37.082Zwarn: instead of the one inferred from the default host triple.
352026-08-29T00:46:37.094Zinfo: profile set to default
362026-08-29T00:46:37.094Zinfo: default host triple is x86_64-unknown-illumos
372026-08-29T00:46:37.097Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-29T00:46:37.245Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-29T00:46:37.247Zinfo: downloading 6 components
402026-08-29T00:46:52.470Z
412026-08-29T00:46:52.470Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-29T00:46:52.496Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-29T00:46:52.496Z
442026-08-29T00:46:52.496Z
452026-08-29T00:46:52.496ZRust is installed now. Great!
462026-08-29T00:46:52.496Z
472026-08-29T00:46:52.499ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-29T00:46:52.499Zenvironment variable. This has not been done automatically.
492026-08-29T00:46:52.499Z
502026-08-29T00:46:52.500ZTo configure your current shell, you need to source
512026-08-29T00:46:52.500Zthe corresponding env file under $HOME/.cargo.
522026-08-29T00:46:52.500Z
532026-08-29T00:46:52.500ZThis is usually done by running one of the following (note the leading DOT):
542026-08-29T00:46:52.500Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-29T00:46:52.500Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-29T00:46:52.500Zsource "~/.cargo/env.nu" # For nushell
572026-08-29T00:46:52.500Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-29T00:46:52.500Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-29T00:46:52.500Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-29T00:46:52.500Zwarn: no default linker (`cc`) was found in your PATH
612026-08-29T00:46:52.500Zwarn: many Rust crates require a system C toolchain to build
622026-08-29T00:46:52.606Z+ rustup --version
632026-08-29T00:46:52.615Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-29T00:46:52.618Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-29T00:46:52.636Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-29T00:46:52.639Z+ cargo --version
672026-08-29T00:46:52.653Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-29T00:46:52.656Z+ rustc --version
692026-08-29T00:46:52.677Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-29T00:46:52.680Zprocess exited: duration 16880 ms, exit code 0
 
712026-08-29T00:46:52.685Zstarting task 2: "authentication"
722026-08-29T00:46:52.702Zprocess exited: duration 15 ms, exit code 0
 
732026-08-29T00:46:52.708Zstarting task 3: "clone repository"
742026-08-29T00:46:52.711Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-29T00:46:52.713Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-29T00:46:52.739ZCloning into '/work/oxidecomputer/omicron'...
772026-08-29T00:47:04.970Z+ cd /work/oxidecomputer/omicron
782026-08-29T00:47:04.970Z+ git fetch origin 4eef116968cbc1a23cf14ecb5901aa2bba62af61
792026-08-29T00:47:05.327ZFrom https://github.com/oxidecomputer/omicron
802026-08-29T00:47:05.327Z * branch 4eef116968cbc1a23cf14ecb5901aa2bba62af61 -> FETCH_HEAD
812026-08-29T00:47:05.340Z+ [[ -n support-bundle-skip-stale-zones ]]
822026-08-29T00:47:05.346Z++ git branch --show-current
832026-08-29T00:47:05.347Z+ current=main
842026-08-29T00:47:05.347Z+ [[ main != support-bundle-skip-stale-zones ]]
852026-08-29T00:47:05.347Z+ git branch -f support-bundle-skip-stale-zones 4eef116968cbc1a23cf14ecb5901aa2bba62af61
862026-08-29T00:47:05.351Z+ git checkout -f support-bundle-skip-stale-zones
872026-08-29T00:47:05.605ZSwitched to branch 'support-bundle-skip-stale-zones'
882026-08-29T00:47:05.609Z+ git reset --hard 4eef116968cbc1a23cf14ecb5901aa2bba62af61
892026-08-29T00:47:05.662ZHEAD is now at 4eef11696 Test that out-of-window zones leave no trace in a support bundle
902026-08-29T00:47:05.665Zprocess exited: duration 12955 ms, exit code 0
 
912026-08-29T00:47:05.671Zstarting task 4: "build"
922026-08-29T00:47:05.675Z+ source ./env.sh
932026-08-29T00:47:05.678Z++ OLD_SHELL_OPTS=ehxB
942026-08-29T00:47:05.678Z++ set -o xtrace
952026-08-29T00:47:05.678Z++++ dirname ./env.sh
962026-08-29T00:47:05.681Z+++ readlink -f .
972026-08-29T00:47:05.684Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-29T00:47:05.684Z++ 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-29T00:47:05.684Z++ 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-29T00:47:05.684Z++ 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-29T00:47:05.684Z++ 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-29T00:47:05.684Z++ 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-29T00:47:05.684Z++ 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-29T00:47:05.685Z++ 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-29T00:47:05.685Z++ 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-29T00:47:05.685Z++ 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-29T00:47:05.685Z++ 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-29T00:47:05.685Z++ case $OLD_SHELL_OPTS in
1092026-08-29T00:47:05.685Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-29T00:47:05.685Z+ source .github/buildomat/ci-env.sh
1112026-08-29T00:47:05.685Z++ export CARGO_TERM_COLOR=always
1122026-08-29T00:47:05.685Z++ CARGO_TERM_COLOR=always
1132026-08-29T00:47:05.685Z+++ uname -s
1142026-08-29T00:47:05.685Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-29T00:47:05.685Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-29T00:47:05.688Z+ cargo --version
1172026-08-29T00:47:05.693Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-29T00:47:05.696Z+ rustc --version
1192026-08-29T00:47:05.715Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-29T00:47:05.718Z+ banner prerequisites
1212026-08-29T00:47:05.721Z
1222026-08-29T00:47:05.721Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-29T00:47:05.721Z # # # # # # # # # # # # # # #
1242026-08-29T00:47:05.721Z # # # # ##### # # ##### # # # # # #### #
1252026-08-29T00:47:05.721Z ##### ##### # ##### # # # # # # # # #
1262026-08-29T00:47:05.721Z # # # # # # # # # # # # # # #
1272026-08-29T00:47:05.721Z # # # ###### # # ###### ### # #### # #### #
1282026-08-29T00:47:05.721Z
1292026-08-29T00:47:05.721Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-29T00:47:07.695Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-29T00:47:08.101Z Startup: Caching catalogs ... Done
1322026-08-29T00:47:10.432ZPlanning: Solver setup ... Done (2.203s)
1332026-08-29T00:47:10.495ZPlanning: Running solver ... Done (0.064s)
1342026-08-29T00:47:10.547ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-29T00:47:10.561ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-29T00:47:10.578ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-29T00:47:10.591ZPlanning: Package planning ... Done (0.014s)
1382026-08-29T00:47:10.594ZPlanning: Merging actions ... Done (0.001s)
1392026-08-29T00:47:10.817ZPlanning: Checking for conflicting actions ... Done (0.224s)
1402026-08-29T00:47:10.820ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-29T00:47:11.578ZPlanning: Evaluating mediators ... Done (0.759s)
1422026-08-29T00:47:11.581ZPlanning: Planning completed in 3.44 seconds
1432026-08-29T00:47:11.587Z Packages to install: 2
1442026-08-29T00:47:11.587Z Estimated space available: 156.00 GB
1452026-08-29T00:47:11.587ZEstimated space to be consumed: 83.65 MB
1462026-08-29T00:47:11.587Z Create boot environment: No
1472026-08-29T00:47:11.587ZCreate backup boot environment: No
1482026-08-29T00:47:11.590Z Rebuild boot archive: No
1492026-08-29T00:47:11.590Z
1502026-08-29T00:47:11.590ZChanged packages:
1512026-08-29T00:47:11.590Zhelios
1522026-08-29T00:47:11.590Z developer/build-essential
1532026-08-29T00:47:11.590Z None -> 11-3.0
1542026-08-29T00:47:11.590Z library/libxmlsec1
1552026-08-29T00:47:11.590Z None -> 1.2.35-3.0
1562026-08-29T00:47:11.612Z
1572026-08-29T00:47:11.612ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-29T00:47:11.690ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1592026-08-29T00:47:11.746Z Actions: 1/268 actions (Installing new actions)
1602026-08-29T00:47:11.784Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-29T00:47:11.822ZFinalize: Updating package state database ... Done (0.038s)
1622026-08-29T00:47:11.822ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-29T00:47:11.914ZFinalize: Updating image state ... Done (0.092s)
1642026-08-29T00:47:14.413ZFinalize: Creating fast lookup database ... Done (2.445s)
1652026-08-29T00:47:14.480ZFinalize: Reading search index ... Done (0.013s)
1662026-08-29T00:47:14.483ZFinalize: Updating search index ... Done (0.000s)
1672026-08-29T00:47:14.576ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-29T00:47:14.951ZPlanning: Evaluating mediator changes ... Done
1692026-08-29T00:47:15.056ZPlanning: Checking for conflicting actions ... Done
1702026-08-29T00:47:15.059ZPlanning: Consolidating action changes ... Done
1712026-08-29T00:47:15.214ZPlanning: Evaluating mediators ... Done
1722026-08-29T00:47:15.217ZPlanning: Planning completed in 0.26 seconds
1732026-08-29T00:47:15.237Z Mediators to change: 2
1742026-08-29T00:47:15.237Z Create boot environment: No
1752026-08-29T00:47:15.237ZCreate backup boot environment: No
1762026-08-29T00:47:15.285ZFinalize: Updating package state database ... Done
1772026-08-29T00:47:15.285ZFinalize: Updating package cache ... Done
1782026-08-29T00:47:15.342ZFinalize: Updating image state ... Done
1792026-08-29T00:47:17.290ZFinalize: Creating fast lookup database ... Done
1802026-08-29T00:47:17.348ZFinalize: Reading search index ... Done
1812026-08-29T00:47:17.353ZFinalize: Updating search index ... Done
1822026-08-29T00:47:17.406ZFinalize: Updating package cache ... Done
1832026-08-29T00:47:17.693ZPlanning: Evaluating mediator changes ... Done
1842026-08-29T00:47:17.797ZPlanning: Checking for conflicting actions ... Done
1852026-08-29T00:47:17.801ZPlanning: Consolidating action changes ... Done
1862026-08-29T00:47:17.954ZPlanning: Evaluating mediators ... Done
1872026-08-29T00:47:17.956ZPlanning: Planning completed in 0.26 seconds
1882026-08-29T00:47:17.977Z Mediators to change: 1
1892026-08-29T00:47:17.977Z Create boot environment: No
1902026-08-29T00:47:17.977ZCreate backup boot environment: No
1912026-08-29T00:47:18.027ZFinalize: Updating package state database ... Done
1922026-08-29T00:47:18.027ZFinalize: Updating package cache ... Done
1932026-08-29T00:47:18.084ZFinalize: Updating image state ... Done
1942026-08-29T00:47:20.043ZFinalize: Creating fast lookup database ... Done
1952026-08-29T00:47:20.105ZFinalize: Reading search index ... Done
1962026-08-29T00:47:20.108ZFinalize: Updating search index ... Done
1972026-08-29T00:47:20.176ZFinalize: Updating package cache ... Done
1982026-08-29T00:47:20.491ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-29T00:47:20.491Zapache system 2.4 system
2002026-08-29T00:47:20.491Zclang system 15 system
2012026-08-29T00:47:20.491Zcsh system system illumos
2022026-08-29T00:47:20.491Zctags system system illumos
2032026-08-29T00:47:20.491Zfile vendor vendor darwinsys
2042026-08-29T00:47:20.491Zfile system system illumos
2052026-08-29T00:47:20.491Zgcc vendor 14 vendor
2062026-08-29T00:47:20.491Zgcc system 13 system
2072026-08-29T00:47:20.491Zgcc system 10 system
2082026-08-29T00:47:20.491Zgo system 1.25 system
2092026-08-29T00:47:20.491Zllvm system 15 system
2102026-08-29T00:47:20.491Zmariadb system 11.4 system
2112026-08-29T00:47:20.491Zmta vendor vendor dma
2122026-08-29T00:47:20.491Zopenjdk system 17 system
2132026-08-29T00:47:20.494Zopenjdk system 11 system
2142026-08-29T00:47:20.494Zopenssl vendor 3 vendor
2152026-08-29T00:47:20.494Zperl system 5.40 system
2162026-08-29T00:47:20.494Zpostgresql system 18 system
2172026-08-29T00:47:20.494Zpostgresql system 17 system
2182026-08-29T00:47:20.494Zpython vendor 3 vendor
2192026-08-29T00:47:20.494Zpython system 2 system
2202026-08-29T00:47:20.494Zpython3 vendor 3.13 vendor
2212026-08-29T00:47:20.494Zruby system 3.4 system
2222026-08-29T00:47:20.494Zruby system 3.0 system
2232026-08-29T00:47:20.494Zwords vendor vendor american-english
2242026-08-29T00:47:20.494Zwords system system australian-english
2252026-08-29T00:47:20.494Zwords system system british-english
2262026-08-29T00:47:20.494Zwords system system canadian-english
2272026-08-29T00:47:20.494Zwords system system french
2282026-08-29T00:47:20.494Zwords system system italian
2292026-08-29T00:47:20.494Zwords system system ngerman
2302026-08-29T00:47:20.494Zwords system system ogerman
2312026-08-29T00:47:20.494Zwords system system spanish
2322026-08-29T00:47:20.747ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-29T00:47:20.747Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-29T00:47:21.259ZFMRI IFO
2352026-08-29T00:47:21.259Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-29T00:47:21.259Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-29T00:47:21.259Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-29T00:47:21.259Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-29T00:47:21.259Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-29T00:47:21.259Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-29T00:47:21.259Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-29T00:47:21.259Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-29T00:47:21.259Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-29T00:47:21.612Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-29T00:47:21.974Z Updating crates.io index
2462026-08-29T00:47:21.977Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-29T00:47:22.257Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-29T00:47:22.627Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2492026-08-29T00:47:22.893Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-29T00:47:23.900Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-08-29T00:47:24.436Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-29T00:47:26.515Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-29T00:47:27.416Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-29T00:47:27.695Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-08-29T00:47:28.079Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-08-29T00:47:29.595Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-08-29T00:47:29.913Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-29T00:47:30.308Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-08-29T00:47:30.890Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-08-29T00:47:31.147Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-08-29T00:47:31.403Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-08-29T00:47:31.730Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-08-29T00:47:32.023Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-08-29T00:47:32.320Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-29T00:47:32.819Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-29T00:47:33.208Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-29T00:47:33.694Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-29T00:47:34.042Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-29T00:47:34.581Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-29T00:47:34.924Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-29T00:47:35.506Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-29T00:47:35.933Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-29T00:47:36.249Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-29T00:47:36.663Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-29T00:47:37.017Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-29T00:47:37.276Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-29T00:47:37.617Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-29T00:47:38.018Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-29T00:47:38.634Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-29T00:47:39.187Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-29T00:47:39.487Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-29T00:47:39.824Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-29T00:47:40.506Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-29T00:47:40.769Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-29T00:47:41.087Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-29T00:47:41.406Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-29T00:47:41.729Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-29T00:47:42.053Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-08-29T00:47:45.157Z Downloading crates ...
2902026-08-29T00:47:45.185Z Downloaded anstream v1.0.0
2912026-08-29T00:47:45.202Z Downloaded usdt-attr-macro v0.5.0
2922026-08-29T00:47:45.202Z Downloaded thread-id v4.2.2
2932026-08-29T00:47:45.222Z Downloaded toml_edit v0.22.27
2942026-08-29T00:47:45.222Z Downloaded serde_derive v1.0.228
2952026-08-29T00:47:45.222Z Downloaded digest v0.10.7
2962026-08-29T00:47:45.222Z Downloaded anstyle v1.0.14
2972026-08-29T00:47:45.222Z Downloaded bytecount v0.6.9
2982026-08-29T00:47:45.223Z Downloaded cargo-platform v0.3.2
2992026-08-29T00:47:45.223Z Downloaded log v0.4.33
3002026-08-29T00:47:45.223Z Downloaded fs-err v3.3.0
3012026-08-29T00:47:45.223Z Downloaded zerocopy v0.7.35
3022026-08-29T00:47:45.228Z Downloaded zmij v1.0.21
3032026-08-29T00:47:45.228Z Downloaded anstyle-parse v1.0.0
3042026-08-29T00:47:45.228Z Downloaded block-buffer v0.10.4
3052026-08-29T00:47:45.229Z Downloaded camino v1.2.5
3062026-08-29T00:47:45.229Z Downloaded generic-array v0.14.7
3072026-08-29T00:47:45.229Z Downloaded itoa v1.0.17
3082026-08-29T00:47:45.229Z Downloaded zerocopy-derive v0.7.35
3092026-08-29T00:47:45.229Z Downloaded dof v0.3.0
3102026-08-29T00:47:45.229Z Downloaded memmap v0.7.0
3112026-08-29T00:47:45.229Z Downloaded byteorder v1.5.0
3122026-08-29T00:47:45.229Z Downloaded crypto-common v0.1.7
3132026-08-29T00:47:45.238Z Downloaded fastrand v2.3.0
3142026-08-29T00:47:45.238Z Downloaded macaddr v1.0.1
3152026-08-29T00:47:45.238Z Downloaded autocfg v1.5.0
3162026-08-29T00:47:45.238Z Downloaded fnv v1.0.7
3172026-08-29T00:47:45.264Z Downloaded errno v0.3.14
3182026-08-29T00:47:45.264Z Downloaded usdt-macro v0.5.0
3192026-08-29T00:47:45.264Z Downloaded heck v0.4.1
3202026-08-29T00:47:45.264Z Downloaded camino-tempfile v1.4.1
3212026-08-29T00:47:45.288Z Downloaded colorchoice v1.0.4
3222026-08-29T00:47:45.288Z Downloaded utf8parse v0.2.2
3232026-08-29T00:47:45.288Z Downloaded scroll_derive v0.12.1
3242026-08-29T00:47:45.288Z Downloaded toml_write v0.1.2
3252026-08-29T00:47:45.289Z Downloaded toml_datetime v0.6.11
3262026-08-29T00:47:45.289Z Downloaded dtrace-parser v0.2.0
3272026-08-29T00:47:45.289Z Downloaded pest_meta v2.8.6
3282026-08-29T00:47:45.289Z Downloaded thiserror v1.0.69
3292026-08-29T00:47:45.289Z Downloaded sha2 v0.10.9
3302026-08-29T00:47:45.289Z Downloaded anyhow v1.0.104
3312026-08-29T00:47:45.289Z Downloaded swrite v0.1.0
3322026-08-29T00:47:45.289Z Downloaded is_terminal_polyfill v1.70.2
3332026-08-29T00:47:45.289Z Downloaded strsim v0.11.1
3342026-08-29T00:47:45.289Z Downloaded unicode-linebreak v0.1.5
3352026-08-29T00:47:45.289Z Downloaded equivalent v1.0.2
3362026-08-29T00:47:45.290Z Downloaded smawk v0.3.2
3372026-08-29T00:47:45.290Z Downloaded heck v0.5.0
3382026-08-29T00:47:45.293Z Downloaded proc-macro-error-attr v1.0.4
3392026-08-29T00:47:45.298Z Downloaded cpufeatures v0.2.17
3402026-08-29T00:47:45.298Z Downloaded cfg-if v1.0.4
3412026-08-29T00:47:45.299Z Downloaded usdt-impl v0.5.0
3422026-08-29T00:47:45.299Z Downloaded clap v4.6.1
3432026-08-29T00:47:45.321Z Downloaded pest_generator v2.8.6
3442026-08-29T00:47:45.321Z Downloaded usdt v0.5.0
3452026-08-29T00:47:45.321Z Downloaded version_check v0.9.5
3462026-08-29T00:47:45.322Z Downloaded plain v0.2.3
3472026-08-29T00:47:45.322Z Downloaded tabled_derive v0.7.0
3482026-08-29T00:47:45.322Z Downloaded anstyle-query v1.1.5
3492026-08-29T00:47:45.322Z Downloaded pretty-hex v0.4.1
3502026-08-29T00:47:45.323Z Downloaded serde_spanned v0.6.9
3512026-08-29T00:47:45.329Z Downloaded cargo_metadata v0.23.1
3522026-08-29T00:47:45.329Z Downloaded proc-macro-error v1.0.4
3532026-08-29T00:47:45.329Z Downloaded scroll v0.12.0
3542026-08-29T00:47:45.329Z Downloaded terminal_size v0.4.3
3552026-08-29T00:47:45.329Z Downloaded clap_lex v1.0.0
3562026-08-29T00:47:45.329Z Downloaded pest_derive v2.8.6
3572026-08-29T00:47:45.329Z Downloaded clap_derive v4.6.1
3582026-08-29T00:47:45.329Z Downloaded quote v1.0.45
3592026-08-29T00:47:45.329Z Downloaded thiserror-impl v2.0.18
3602026-08-29T00:47:45.335Z Downloaded thiserror-impl v1.0.69
3612026-08-29T00:47:45.345Z Downloaded memchr v2.8.0
3622026-08-29T00:47:45.345Z Downloaded semver v1.0.28
3632026-08-29T00:47:45.349Z Downloaded once_cell v1.21.3
3642026-08-29T00:47:45.357Z Downloaded thiserror v2.0.18
3652026-08-29T00:47:45.357Z Downloaded ucd-trie v0.1.7
3662026-08-29T00:47:45.357Z Downloaded toml v0.8.23
3672026-08-29T00:47:45.357Z Downloaded tempfile v3.27.0
3682026-08-29T00:47:45.357Z Downloaded cargo_toml v0.21.0
3692026-08-29T00:47:45.358Z Downloaded bitflags v2.11.0
3702026-08-29T00:47:45.371Z Downloaded serde_tokenstream v0.2.3
3712026-08-29T00:47:45.371Z Downloaded proc-macro2 v1.0.106
3722026-08-29T00:47:45.371Z Downloaded papergrid v0.11.0
3732026-08-29T00:47:45.377Z Downloaded getrandom v0.4.3
3742026-08-29T00:47:45.377Z Downloaded textwrap v0.16.2
3752026-08-29T00:47:45.377Z Downloaded unicode-ident v1.0.24
3762026-08-29T00:47:45.378Z Downloaded hashbrown v0.17.0
3772026-08-29T00:47:45.404Z Downloaded serde_core v1.0.228
3782026-08-29T00:47:45.415Z Downloaded typenum v1.20.1
3792026-08-29T00:47:45.415Z Downloaded serde v1.0.228
3802026-08-29T00:47:45.416Z Downloaded indexmap v2.14.0
3812026-08-29T00:47:45.422Z Downloaded serde_json v1.0.151
3822026-08-29T00:47:45.423Z Downloaded pest v2.8.6
3832026-08-29T00:47:45.447Z Downloaded goblin v0.8.2
3842026-08-29T00:47:45.461Z Downloaded clap_builder v4.6.0
3852026-08-29T00:47:45.461Z Downloaded winnow v0.7.14
3862026-08-29T00:47:45.472Z Downloaded tabled v0.15.0
3872026-08-29T00:47:45.481Z Downloaded syn v1.0.109
3882026-08-29T00:47:45.484Z Downloaded unicode-width v0.2.0
3892026-08-29T00:47:45.484Z Downloaded unicode-width v0.1.14
3902026-08-29T00:47:45.487Z Downloaded syn v2.0.117
3912026-08-29T00:47:45.498Z Downloaded rustix v1.1.4
3922026-08-29T00:47:45.514Z Downloaded libc v0.2.185
3932026-08-29T00:47:45.575Z Compiling proc-macro2 v1.0.106
3942026-08-29T00:47:45.575Z Compiling unicode-ident v1.0.24
3952026-08-29T00:47:45.575Z Compiling quote v1.0.45
3962026-08-29T00:47:45.578Z Compiling serde_core v1.0.228
3972026-08-29T00:47:45.578Z Compiling libc v0.2.185
3982026-08-29T00:47:45.579Z Compiling version_check v0.9.5
3992026-08-29T00:47:45.579Z Compiling memchr v2.8.0
4002026-08-29T00:47:45.579Z Compiling serde v1.0.228
4012026-08-29T00:47:45.884Z Compiling zmij v1.0.21
4022026-08-29T00:47:46.100Z Compiling itoa v1.0.17
4032026-08-29T00:47:46.192Z Compiling thiserror v1.0.69
4042026-08-29T00:47:46.240Z Compiling ucd-trie v0.1.7
4052026-08-29T00:47:46.434Z Compiling pest v2.8.6
4062026-08-29T00:47:46.500Z Compiling rustix v1.1.4
4072026-08-29T00:47:46.544Z Compiling byteorder v1.5.0
4082026-08-29T00:47:46.691Z Compiling errno v0.3.14
4092026-08-29T00:47:46.765Z Compiling bitflags v2.11.0
4102026-08-29T00:47:46.925Z Compiling serde_json v1.0.151
4112026-08-29T00:47:47.044Z Compiling syn v2.0.117
4122026-08-29T00:47:47.101Z Compiling thread-id v4.2.2
4132026-08-29T00:47:47.146Z Compiling proc-macro-error-attr v1.0.4
4142026-08-29T00:47:47.224Z Compiling usdt-impl v0.5.0
4152026-08-29T00:47:47.231Z Compiling camino v1.2.5
4162026-08-29T00:47:47.326Z Compiling syn v1.0.109
4172026-08-29T00:47:47.500Z Compiling pest_meta v2.8.6
4182026-08-29T00:47:47.612Z Compiling proc-macro-error v1.0.4
4192026-08-29T00:47:47.651Z Compiling plain v0.2.3
4202026-08-29T00:47:47.675Z Compiling hashbrown v0.17.0
4212026-08-29T00:47:47.753Z Compiling log v0.4.33
4222026-08-29T00:47:47.788Z Compiling getrandom v0.4.3
4232026-08-29T00:47:48.057Z Compiling equivalent v1.0.2
4242026-08-29T00:47:48.139Z Compiling utf8parse v0.2.2
4252026-08-29T00:47:48.170Z Compiling indexmap v2.14.0
4262026-08-29T00:47:48.187Z Compiling terminal_size v0.4.3
4272026-08-29T00:47:48.243Z Compiling anstyle-parse v1.0.0
4282026-08-29T00:47:48.788Z Compiling toml_write v0.1.2
4292026-08-29T00:47:48.804Z Compiling thiserror v2.0.18
4302026-08-29T00:47:48.906Z Compiling is_terminal_polyfill v1.70.2
4312026-08-29T00:47:48.932Z Compiling colorchoice v1.0.4
4322026-08-29T00:47:48.981Z Compiling anstyle-query v1.1.5
4332026-08-29T00:47:49.007Z Compiling autocfg v1.5.0
4342026-08-29T00:47:49.047Z Compiling pretty-hex v0.4.1
4352026-08-29T00:47:49.283Z Compiling winnow v0.7.14
4362026-08-29T00:47:49.303Z Compiling anstyle v1.0.14
4372026-08-29T00:47:49.303Z Compiling cfg-if v1.0.4
4382026-08-29T00:47:49.325Z Compiling pest_generator v2.8.6
4392026-08-29T00:47:49.342Z Compiling anstream v1.0.0
4402026-08-29T00:47:49.434Z Compiling once_cell v1.21.3
4412026-08-29T00:47:49.442Z Compiling fs-err v3.3.0
4422026-08-29T00:47:49.468Z Compiling anyhow v1.0.104
4432026-08-29T00:47:49.626Z Compiling fnv v1.0.7
4442026-08-29T00:47:49.646Z Compiling fastrand v2.3.0
4452026-08-29T00:47:49.732Z Compiling unicode-width v0.1.14
4462026-08-29T00:47:49.785Z Compiling bytecount v0.6.9
4472026-08-29T00:47:49.935Z Compiling clap_lex v1.0.0
4482026-08-29T00:47:50.026Z Compiling heck v0.4.1
4492026-08-29T00:47:50.026Z Compiling strsim v0.11.1
4502026-08-29T00:47:50.135Z Compiling heck v0.5.0
4512026-08-29T00:47:50.136Z Compiling papergrid v0.11.0
4522026-08-29T00:47:50.146Z Compiling clap_builder v4.6.0
4532026-08-29T00:47:50.218Z Compiling tempfile v3.27.0
4542026-08-29T00:47:50.432Z Compiling cargo-platform v0.3.2
4552026-08-29T00:47:50.450Z Compiling tabled_derive v0.7.0
4562026-08-29T00:47:50.524Z Compiling semver v1.0.28
4572026-08-29T00:47:50.589Z Compiling memmap v0.7.0
4582026-08-29T00:47:50.616Z Compiling smawk v0.3.2
4592026-08-29T00:47:50.729Z Compiling unicode-width v0.2.0
4602026-08-29T00:47:50.757Z Compiling unicode-linebreak v0.1.5
4612026-08-29T00:47:50.920Z Compiling serde_derive v1.0.228
4622026-08-29T00:47:50.974Z Compiling thiserror-impl v1.0.69
4632026-08-29T00:47:50.996Z Compiling zerocopy-derive v0.7.35
4642026-08-29T00:47:51.122Z Compiling pest_derive v2.8.6
4652026-08-29T00:47:51.137Z Compiling scroll_derive v0.12.1
4662026-08-29T00:47:51.354Z Compiling thiserror-impl v2.0.18
4672026-08-29T00:47:51.436Z Compiling clap_derive v4.6.1
4682026-08-29T00:47:51.559Z Compiling tabled v0.15.0
4692026-08-29T00:47:51.806Z Compiling scroll v0.12.0
4702026-08-29T00:47:51.892Z Compiling zerocopy v0.7.35
4712026-08-29T00:47:52.088Z Compiling goblin v0.8.2
4722026-08-29T00:47:52.365Z Compiling dtrace-parser v0.2.0
4732026-08-29T00:47:52.465Z Compiling textwrap v0.16.2
4742026-08-29T00:47:52.829Z Compiling camino-tempfile v1.4.1
4752026-08-29T00:47:52.909Z Compiling swrite v0.1.0
4762026-08-29T00:47:53.183Z Compiling clap v4.6.1
4772026-08-29T00:47:53.970Z Compiling serde_spanned v0.6.9
4782026-08-29T00:47:53.970Z Compiling toml_datetime v0.6.11
4792026-08-29T00:47:53.974Z Compiling macaddr v1.0.1
4802026-08-29T00:47:53.974Z Compiling cargo_metadata v0.23.1
4812026-08-29T00:47:53.974Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-29T00:47:54.052Z Compiling dof v0.3.0
4832026-08-29T00:47:54.066Z Compiling serde_tokenstream v0.2.3
4842026-08-29T00:47:54.174Z Compiling toml_edit v0.22.27
4852026-08-29T00:47:54.787Z Compiling usdt-macro v0.5.0
4862026-08-29T00:47:54.787Z Compiling usdt-attr-macro v0.5.0
4872026-08-29T00:47:55.403Z Compiling usdt v0.5.0
4882026-08-29T00:47:55.508Z Compiling toml v0.8.23
4892026-08-29T00:47:55.836Z Compiling cargo_toml v0.21.0
4902026-08-29T00:47:57.091Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-08-29T00:47:59.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.66s
4922026-08-29T00:47:59.306Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-08-29T00:47:59.823Z Downloading crates ...
4942026-08-29T00:47:59.890Z Downloaded aes v0.9.1
4952026-08-29T00:47:59.894Z Downloaded ciborium-io v0.2.2
4962026-08-29T00:47:59.894Z Downloaded compression-core v0.4.31
4972026-08-29T00:47:59.900Z Downloaded atty v0.2.14
4982026-08-29T00:47:59.903Z Downloaded bitfield-macros v0.19.4
4992026-08-29T00:47:59.903Z Downloaded arrayref v0.3.9
5002026-08-29T00:47:59.906Z Downloaded endian-type v0.1.2
5012026-08-29T00:47:59.906Z Downloaded atomicwrites v0.4.4
5022026-08-29T00:47:59.906Z Downloaded bit-set v0.5.3
5032026-08-29T00:47:59.909Z Downloaded cipher v0.4.4
5042026-08-29T00:47:59.909Z Downloaded const-oid v0.10.2
5052026-08-29T00:47:59.912Z Downloaded env_filter v2.0.0
5062026-08-29T00:47:59.912Z Downloaded fallible-iterator v0.2.0
5072026-08-29T00:47:59.915Z Downloaded adler2 v2.0.1
5082026-08-29T00:47:59.915Z Downloaded assert_matches v1.5.0
5092026-08-29T00:47:59.915Z Downloaded bit-set v0.8.0
5102026-08-29T00:47:59.918Z Downloaded generic-array v1.4.3
5112026-08-29T00:47:59.918Z Downloaded enum-as-inner v0.6.1
5122026-08-29T00:47:59.922Z Downloaded fixedbitset v0.4.2
5132026-08-29T00:47:59.922Z Downloaded bitfield-struct v0.6.2
5142026-08-29T00:47:59.925Z Downloaded ascii-canvas v3.0.0
5152026-08-29T00:47:59.925Z Downloaded bb8 v0.8.6
5162026-08-29T00:47:59.925Z Downloaded futures-io v0.3.32
5172026-08-29T00:47:59.925Z Downloaded http-range v0.1.5
5182026-08-29T00:47:59.928Z Downloaded aead v0.5.2
5192026-08-29T00:47:59.928Z Downloaded array-init v0.0.4
5202026-08-29T00:47:59.928Z Downloaded atomic-waker v1.1.2
5212026-08-29T00:47:59.928Z Downloaded base16ct v0.2.0
5222026-08-29T00:47:59.928Z Downloaded http-body v1.0.1
5232026-08-29T00:47:59.932Z Downloaded hostname v0.4.2
5242026-08-29T00:47:59.932Z Downloaded fd-lock v4.0.4
5252026-08-29T00:47:59.936Z Downloaded foreign-types v0.5.0
5262026-08-29T00:47:59.936Z Downloaded foreign-types-shared v0.3.1
5272026-08-29T00:47:59.936Z Downloaded argon2 v0.5.3
5282026-08-29T00:47:59.936Z Downloaded base64ct v1.8.3
5292026-08-29T00:47:59.936Z Downloaded bitfield v0.19.4
5302026-08-29T00:47:59.936Z Downloaded ghash v0.6.0
5312026-08-29T00:47:59.938Z Downloaded foreign-types-shared v0.1.1
5322026-08-29T00:47:59.939Z Downloaded async-trait v0.1.89
5332026-08-29T00:47:59.939Z Downloaded bcrypt-pbkdf v0.11.0
5342026-08-29T00:47:59.941Z Downloaded embedded-io v0.4.0
5352026-08-29T00:47:59.941Z Downloaded gethostname v0.5.0
5362026-08-29T00:47:59.944Z Downloaded hex v0.4.3
5372026-08-29T00:47:59.944Z Downloaded foreign-types-macros v0.2.3
5382026-08-29T00:47:59.944Z Downloaded async-recursion v1.1.1
5392026-08-29T00:47:59.947Z Downloaded async-stream-impl v0.3.6
5402026-08-29T00:47:59.947Z Downloaded base16ct v1.0.0
5412026-08-29T00:47:59.947Z Downloaded async-stream v0.3.6
5422026-08-29T00:47:59.947Z Downloaded flagset v0.4.7
5432026-08-29T00:47:59.950Z Downloaded foreign-types v0.3.2
5442026-08-29T00:47:59.950Z Downloaded cfg_aliases v0.2.1
5452026-08-29T00:47:59.950Z Downloaded form_urlencoded v1.2.2
5462026-08-29T00:47:59.950Z Downloaded futures-task v0.3.32
5472026-08-29T00:47:59.950Z Downloaded embedded-io v0.6.1
5482026-08-29T00:47:59.950Z Downloaded aead v0.6.1
5492026-08-29T00:47:59.953Z Downloaded futures-macro v0.3.32
5502026-08-29T00:47:59.953Z Downloaded hex-literal v1.1.0
5512026-08-29T00:47:59.956Z Downloaded arrayvec v0.7.6
5522026-08-29T00:47:59.956Z Downloaded backtrace-ext v0.2.1
5532026-08-29T00:47:59.960Z Downloaded anstyle-parse v0.2.7
5542026-08-29T00:47:59.960Z Downloaded home v0.5.12
5552026-08-29T00:47:59.960Z Downloaded hash32 v0.2.1
5562026-08-29T00:47:59.960Z Downloaded hostname v0.3.1
5572026-08-29T00:47:59.960Z Downloaded git-stub v1.0.0
5582026-08-29T00:47:59.964Z Downloaded bit-vec v0.8.0
5592026-08-29T00:47:59.964Z Downloaded hubpack_derive v0.1.1
5602026-08-29T00:47:59.964Z Downloaded futures-core v0.3.32
5612026-08-29T00:47:59.967Z Downloaded cfg_aliases v0.1.1
5622026-08-29T00:47:59.967Z Downloaded globwalk v0.9.1
5632026-08-29T00:47:59.967Z Downloaded float-cmp v0.10.0
5642026-08-29T00:47:59.967Z Downloaded cobs v0.3.0
5652026-08-29T00:47:59.970Z Downloaded float-ord v0.3.2
5662026-08-29T00:47:59.970Z Downloaded futures-sink v0.3.32
5672026-08-29T00:47:59.970Z Downloaded fxhash v0.2.1
5682026-08-29T00:47:59.973Z Downloaded headers-core v0.3.0
5692026-08-29T00:47:59.976Z Downloaded ciborium-ll v0.2.2
5702026-08-29T00:47:59.979Z Downloaded ahash v0.8.12
5712026-08-29T00:47:59.979Z Downloaded bit-vec v0.6.3
5722026-08-29T00:47:59.979Z Downloaded chacha20 v0.10.0
5732026-08-29T00:47:59.982Z Downloaded hash32 v0.3.1
5742026-08-29T00:47:59.985Z Downloaded hubpack v0.1.2
5752026-08-29T00:47:59.986Z Downloaded filetime v0.2.27
5762026-08-29T00:47:59.989Z Downloaded ena v0.14.4
5772026-08-29T00:47:59.989Z Downloaded futures-executor v0.3.32
5782026-08-29T00:47:59.989Z Downloaded enum_dispatch v0.3.13
5792026-08-29T00:47:59.992Z Downloaded block-padding v0.4.2
5802026-08-29T00:47:59.992Z Downloaded foldhash v0.1.5
5812026-08-29T00:47:59.992Z Downloaded oxide-generation-macros v0.2.0
5822026-08-29T00:47:59.992Z Downloaded castaway v0.2.4
5832026-08-29T00:47:59.995Z Downloaded bcs v0.1.6
5842026-08-29T00:47:59.998Z Downloaded phf_shared v0.11.3
5852026-08-29T00:47:59.998Z Downloaded phf_shared v0.12.1
5862026-08-29T00:47:59.998Z Downloaded proc-macro-crate v1.3.1
5872026-08-29T00:48:00.001Z Downloaded backoff v0.4.0
5882026-08-29T00:48:00.001Z Downloaded anstream v0.6.21
5892026-08-29T00:48:00.004Z Downloaded find-msvc-tools v0.1.9
5902026-08-29T00:48:00.004Z Downloaded newline-converter v0.3.0
5912026-08-29T00:48:00.004Z Downloaded normalize-line-endings v0.3.0
5922026-08-29T00:48:00.004Z Downloaded block-buffer v0.12.1
5932026-08-29T00:48:00.007Z Downloaded ff v0.14.0
5942026-08-29T00:48:00.007Z Downloaded httpdate v1.0.3
5952026-08-29T00:48:00.010Z Downloaded newtype-uuid-macros v0.1.0
5962026-08-29T00:48:00.010Z Downloaded num-conv v0.2.0
5972026-08-29T00:48:00.010Z Downloaded num_threads v0.1.7
5982026-08-29T00:48:00.013Z Downloaded env_logger v0.11.11
5992026-08-29T00:48:00.016Z Downloaded http-body-util v0.1.3
6002026-08-29T00:48:00.020Z Downloaded ff v0.13.1
6012026-08-29T00:48:00.020Z Downloaded funty v2.0.0
6022026-08-29T00:48:00.020Z Downloaded highway v1.3.0
6032026-08-29T00:48:00.023Z Downloaded blowfish v0.10.0
6042026-08-29T00:48:00.023Z Downloaded foldhash v0.2.0
6052026-08-29T00:48:00.023Z Downloaded backon v1.6.0
6062026-08-29T00:48:00.026Z Downloaded argon2 v0.6.0-rc.8
6072026-08-29T00:48:00.026Z Downloaded erased-serde v0.3.31
6082026-08-29T00:48:00.026Z Downloaded fixedbitset v0.5.7
6092026-08-29T00:48:00.029Z Downloaded git-stub-vcs v0.1.0
6102026-08-29T00:48:00.029Z Downloaded glob v0.3.3
6112026-08-29T00:48:00.031Z Downloaded ref-cast v1.0.25
6122026-08-29T00:48:00.034Z Downloaded rfc6979 v0.4.0
6132026-08-29T00:48:00.034Z Downloaded cmov v0.5.4
6142026-08-29T00:48:00.034Z Downloaded group v0.14.0
6152026-08-29T00:48:00.037Z Downloaded globset v0.4.18
6162026-08-29T00:48:00.037Z Downloaded cassowary v0.3.0
6172026-08-29T00:48:00.038Z Downloaded group v0.13.0
6182026-08-29T00:48:00.038Z Downloaded byte-wrapper v0.1.0
6192026-08-29T00:48:00.041Z Downloaded cipher v0.5.2
6202026-08-29T00:48:00.044Z Downloaded allocator-api2 v0.2.21
6212026-08-29T00:48:00.044Z Downloaded seq-macro v0.3.6
6222026-08-29T00:48:00.047Z Downloaded semver v0.1.20
6232026-08-29T00:48:00.047Z Downloaded shell-words v1.1.1
6242026-08-29T00:48:00.050Z Downloaded psl-types v2.0.11
6252026-08-29T00:48:00.050Z Downloaded oxide-update-engine-display v0.1.2
6262026-08-29T00:48:00.053Z Downloaded rand_xorshift v0.4.0
6272026-08-29T00:48:00.053Z Downloaded camino-tempfile-ext v0.3.3
6282026-08-29T00:48:00.053Z Downloaded peg v0.8.5
6292026-08-29T00:48:00.056Z Downloaded progenitor-client v0.13.0
6302026-08-29T00:48:00.056Z Downloaded password-hash v0.5.0
6312026-08-29T00:48:00.056Z Downloaded rand_core v0.6.4
6322026-08-29T00:48:00.059Z Downloaded pbkdf2 v0.13.0
6332026-08-29T00:48:00.059Z Downloaded progenitor v0.13.0
6342026-08-29T00:48:00.059Z Downloaded sha1 v0.11.0
6352026-08-29T00:48:00.059Z Downloaded bs58 v0.5.1
6362026-08-29T00:48:00.061Z Downloaded stable_deref_trait v1.2.1
6372026-08-29T00:48:00.061Z Downloaded chacha20 v0.9.1
6382026-08-29T00:48:00.064Z Downloaded cmake v0.1.57
6392026-08-29T00:48:00.067Z Downloaded fs-err v2.11.0
6402026-08-29T00:48:00.070Z Downloaded futures-channel v0.3.32
6412026-08-29T00:48:00.070Z Downloaded secrecy v0.10.3
6422026-08-29T00:48:00.070Z Downloaded serde_urlencoded v0.7.1
6432026-08-29T00:48:00.073Z Downloaded sha1 v0.10.6
6442026-08-29T00:48:00.073Z Downloaded httparse v1.10.1
6452026-08-29T00:48:00.076Z Downloaded compression-codecs v0.4.37
6462026-08-29T00:48:00.079Z Downloaded bitflags v1.3.2
6472026-08-29T00:48:00.081Z Downloaded cexpr v0.6.0
6482026-08-29T00:48:00.081Z Downloaded buf-list v1.1.2
6492026-08-29T00:48:00.082Z Downloaded newtype-uuid v1.3.2
6502026-08-29T00:48:00.085Z Downloaded cbc v0.2.1
6512026-08-29T00:48:00.085Z Downloaded nu-ansi-term v0.50.3
6522026-08-29T00:48:00.088Z Downloaded progenitor v0.14.0
6532026-08-29T00:48:00.088Z Downloaded testing_table v0.3.0
6542026-08-29T00:48:00.091Z Downloaded tokio-macros v2.7.0
6552026-08-29T00:48:00.092Z Downloaded packed_struct v0.10.1
6562026-08-29T00:48:00.092Z Downloaded sqlparser_derive v0.5.0
6572026-08-29T00:48:00.092Z Downloaded subtle v2.6.1
6582026-08-29T00:48:00.092Z Downloaded supports-unicode v3.0.0
6592026-08-29T00:48:00.096Z Downloaded sync-ptr v0.1.4
6602026-08-29T00:48:00.096Z Downloaded futures v0.3.32
6612026-08-29T00:48:00.122Z Downloaded bzip2 v0.4.4
6622026-08-29T00:48:00.122Z Downloaded schemars_derive v0.8.22
6632026-08-29T00:48:00.122Z Downloaded addr2line v0.25.1
6642026-08-29T00:48:00.122Z Downloaded async-bb8-diesel v0.2.1
6652026-08-29T00:48:00.122Z Downloaded colored v3.1.1
6662026-08-29T00:48:00.122Z Downloaded console v0.15.11
6672026-08-29T00:48:00.122Z Downloaded colored v2.2.0
6682026-08-29T00:48:00.122Z Downloaded console v0.16.2
6692026-08-29T00:48:00.122Z Downloaded fs_extra v1.3.0
6702026-08-29T00:48:00.122Z Downloaded num_enum v0.5.11
6712026-08-29T00:48:00.122Z Downloaded shlex v1.3.0
6722026-08-29T00:48:00.122Z Downloaded slog-term v2.9.2
6732026-08-29T00:48:00.122Z Downloaded snafu-derive v0.8.9
6742026-08-29T00:48:00.122Z Downloaded unarray v0.1.4
6752026-08-29T00:48:00.123Z Downloaded untrusted v0.7.1
6762026-08-29T00:48:00.123Z Downloaded spki v0.8.0
6772026-08-29T00:48:00.123Z Downloaded string_cache v0.8.9
6782026-08-29T00:48:00.123Z Downloaded strum_macros v0.24.3
6792026-08-29T00:48:00.123Z Downloaded phf v0.12.1
6802026-08-29T00:48:00.128Z Downloaded yoke-derive v0.8.1
6812026-08-29T00:48:00.128Z Downloaded crunchy v0.2.4
6822026-08-29T00:48:00.128Z Downloaded postgres-protocol v0.6.10
6832026-08-29T00:48:00.132Z Downloaded darling_macro v0.23.0
6842026-08-29T00:48:00.132Z Downloaded want v0.3.1
6852026-08-29T00:48:00.136Z Downloaded dirs-sys-next v0.1.2
6862026-08-29T00:48:00.136Z Downloaded getrandom v0.3.4
6872026-08-29T00:48:00.136Z Downloaded cancel-safe-futures v0.1.5
6882026-08-29T00:48:00.140Z Downloaded ciborium v0.2.2
6892026-08-29T00:48:00.140Z Downloaded elliptic-curve v0.14.1
6902026-08-29T00:48:00.140Z Downloaded hmac v0.12.1
6912026-08-29T00:48:00.143Z Downloaded hmac v0.13.0
6922026-08-29T00:48:00.143Z Downloaded psm v0.1.30
6932026-08-29T00:48:00.143Z Downloaded blake2 v0.10.6
6942026-08-29T00:48:00.148Z Downloaded rpassword v7.5.4
6952026-08-29T00:48:00.148Z Downloaded getrandom v0.2.17
6962026-08-29T00:48:00.151Z Downloaded half v1.8.3
6972026-08-29T00:48:00.151Z Downloaded fatfs v0.3.6
6982026-08-29T00:48:00.155Z Downloaded serde_tokenstream v0.3.0
6992026-08-29T00:48:00.155Z Downloaded convert_case v0.4.0
7002026-08-29T00:48:00.155Z Downloaded darling_macro v0.20.11
7012026-08-29T00:48:00.155Z Downloaded darling_macro v0.21.3
7022026-08-29T00:48:00.155Z Downloaded thread_local v1.1.9
7032026-08-29T00:48:00.155Z Downloaded tiny-keccak v2.0.2
7042026-08-29T00:48:00.155Z Downloaded dtrace-parser v0.3.0
7052026-08-29T00:48:00.155Z Downloaded smf v0.2.3
7062026-08-29T00:48:00.158Z Downloaded blake2 v0.11.0-rc.6
7072026-08-29T00:48:00.158Z Downloaded dunce v1.0.5
7082026-08-29T00:48:00.158Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7092026-08-29T00:48:00.158Z Downloaded trait-variant v0.1.2
7102026-08-29T00:48:00.159Z Downloaded heapless v0.7.17
7112026-08-29T00:48:00.162Z Downloaded difflib v0.4.0
7122026-08-29T00:48:00.162Z Downloaded illumos-nvpair-sys v0.2.0
7132026-08-29T00:48:00.165Z Downloaded downcast-rs v2.0.2
7142026-08-29T00:48:00.165Z Downloaded dof v0.4.0
7152026-08-29T00:48:00.168Z Downloaded hyper-tls v0.6.0
7162026-08-29T00:48:00.170Z Downloaded instant v0.1.13
7172026-08-29T00:48:00.170Z Downloaded instability v0.3.11
7182026-08-29T00:48:00.170Z Downloaded kem v0.3.0
7192026-08-29T00:48:00.174Z Downloaded wyz v0.5.1
7202026-08-29T00:48:00.174Z Downloaded base64 v0.22.1
7212026-08-29T00:48:00.177Z Downloaded oso v0.27.3
7222026-08-29T00:48:00.177Z Downloaded term v1.2.1
7232026-08-29T00:48:00.181Z Downloaded critical-section v1.2.0
7242026-08-29T00:48:00.184Z Downloaded phf v0.13.1
7252026-08-29T00:48:00.184Z Downloaded toml_writer v1.1.1+spec-1.1.0
7262026-08-29T00:48:00.187Z Downloaded memoffset v0.9.1
7272026-08-29T00:48:00.190Z Downloaded poly1305 v0.9.0
7282026-08-29T00:48:00.190Z Downloaded postcard v1.1.3
7292026-08-29T00:48:00.190Z Downloaded num-iter v0.1.45
7302026-08-29T00:48:00.194Z Downloaded opaque-debug v0.3.1
7312026-08-29T00:48:00.197Z Downloaded usdt-impl v0.6.0
7322026-08-29T00:48:00.197Z Downloaded flume v0.11.1
7332026-08-29T00:48:00.197Z Downloaded half v2.7.1
7342026-08-29T00:48:00.203Z Downloaded diesel-dtrace v0.5.0
7352026-08-29T00:48:00.206Z Downloaded match_cfg v0.1.0
7362026-08-29T00:48:00.206Z Downloaded newtype_derive v0.1.6
7372026-08-29T00:48:00.206Z Downloaded either v1.15.0
7382026-08-29T00:48:00.209Z Downloaded new_debug_unreachable v1.0.6
7392026-08-29T00:48:00.209Z Downloaded nonempty v0.12.0
7402026-08-29T00:48:00.209Z Downloaded flate2 v1.1.9
7412026-08-29T00:48:00.213Z Downloaded const-oid v0.9.6
7422026-08-29T00:48:00.215Z Downloaded rustls-platform-verifier v0.6.2
7432026-08-29T00:48:00.218Z Downloaded tracing-attributes v0.1.31
7442026-08-29T00:48:00.221Z Downloaded predicates-tree v1.0.13
7452026-08-29T00:48:00.224Z Downloaded openssl-probe v0.2.1
7462026-08-29T00:48:00.224Z Downloaded num_enum_derive v0.5.11
7472026-08-29T00:48:00.224Z Downloaded predicates-core v1.0.10
7482026-08-29T00:48:00.227Z Downloaded vergen v9.1.0
7492026-08-29T00:48:00.227Z Downloaded rand_pcg v0.10.2
7502026-08-29T00:48:00.230Z Downloaded zerocopy v0.6.6
7512026-08-29T00:48:00.230Z Downloaded cookie_store v0.22.1
7522026-08-29T00:48:00.233Z Downloaded prettyplease v0.2.37
7532026-08-29T00:48:00.233Z Downloaded ctr v0.10.1
7542026-08-29T00:48:00.236Z Downloaded bzip2 v0.6.1
7552026-08-29T00:48:00.236Z Downloaded darling v0.20.11
7562026-08-29T00:48:00.238Z Downloaded tinystr v0.8.2
7572026-08-29T00:48:00.239Z Downloaded crossbeam-utils v0.8.21
7582026-08-29T00:48:00.241Z Downloaded derive_builder v0.20.2
7592026-08-29T00:48:00.244Z Downloaded der_derive v0.7.3
7602026-08-29T00:48:00.244Z Downloaded rtoolbox v0.0.3
7612026-08-29T00:48:00.247Z Downloaded tokio-stream v0.1.18
7622026-08-29T00:48:00.250Z Downloaded base64 v0.21.7
7632026-08-29T00:48:00.253Z Downloaded ar_archive_writer v0.5.1
7642026-08-29T00:48:00.253Z Downloaded chumsky v0.9.3
7652026-08-29T00:48:00.256Z Downloaded hickory-resolver v0.24.4
7662026-08-29T00:48:00.258Z Downloaded headers v0.4.1
7672026-08-29T00:48:00.261Z Downloaded sapling-renderdag v0.1.0
7682026-08-29T00:48:00.264Z Downloaded signal-hook-tokio v0.3.1
7692026-08-29T00:48:00.264Z Downloaded heapless v0.8.0
7702026-08-29T00:48:00.267Z Downloaded iana-time-zone v0.1.65
7712026-08-29T00:48:00.270Z Downloaded peg-macros v0.8.5
7722026-08-29T00:48:00.275Z Downloaded postgres-types v0.2.12
7732026-08-29T00:48:00.275Z Downloaded sponge-cursor v0.1.0
7742026-08-29T00:48:00.275Z Downloaded time-core v0.1.8
7752026-08-29T00:48:00.277Z Downloaded pem-rfc7468 v1.0.0
7762026-08-29T00:48:00.280Z Downloaded tracing-core v0.1.36
7772026-08-29T00:48:00.280Z Downloaded pin-project-lite v0.2.17
7782026-08-29T00:48:00.283Z Downloaded progenitor-macro v0.14.0
7792026-08-29T00:48:00.286Z Downloaded libefi-sys v0.1.0
7802026-08-29T00:48:00.286Z Downloaded libsw-core v0.3.2
7812026-08-29T00:48:00.286Z Downloaded structmeta-derive v0.3.0
7822026-08-29T00:48:00.286Z Downloaded supports-hyperlinks v3.2.0
7832026-08-29T00:48:00.288Z Downloaded schemars v0.8.22
7842026-08-29T00:48:00.294Z Downloaded tower-layer v0.3.3
7852026-08-29T00:48:00.296Z Downloaded clang-sys v1.8.1
7862026-08-29T00:48:00.296Z Downloaded compact_str v0.8.1
7872026-08-29T00:48:00.299Z Downloaded similar v2.7.0
7882026-08-29T00:48:00.302Z Downloaded slog v2.8.2
7892026-08-29T00:48:00.302Z Downloaded multer v3.1.0
7902026-08-29T00:48:00.305Z Downloaded memmap2 v0.9.10
7912026-08-29T00:48:00.305Z Downloaded salsa20 v0.11.0
7922026-08-29T00:48:00.308Z Downloaded rand_seeder v0.4.0
7932026-08-29T00:48:00.308Z Downloaded openssl-probe v0.1.6
7942026-08-29T00:48:00.308Z Downloaded sec1 v0.7.3
7952026-08-29T00:48:00.308Z Downloaded tokio-test v0.4.5
7962026-08-29T00:48:00.311Z Downloaded usdt v0.6.0
7972026-08-29T00:48:00.311Z Downloaded wait-timeout v0.2.1
7982026-08-29T00:48:00.311Z Downloaded unicode-xid v0.2.6
7992026-08-29T00:48:00.311Z Downloaded backtrace v0.3.76
8002026-08-29T00:48:00.314Z Downloaded chacha20poly1305 v0.10.1
8012026-08-29T00:48:00.317Z Downloaded hickory-server v0.25.2
8022026-08-29T00:48:00.317Z Downloaded oxnet v0.1.6
8032026-08-29T00:48:00.320Z Downloaded hashbrown v0.12.3
8042026-08-29T00:48:00.320Z Downloaded slog-async v2.8.0
8052026-08-29T00:48:00.323Z Downloaded expectorate v1.2.0
8062026-08-29T00:48:00.323Z Downloaded parking_lot_core v0.8.6
8072026-08-29T00:48:00.323Z Downloaded hashbrown v0.13.2
8082026-08-29T00:48:00.326Z Downloaded hickory-resolver v0.25.2
8092026-08-29T00:48:00.329Z Downloaded signal-hook-registry v1.4.8
8102026-08-29T00:48:00.329Z Downloaded predicates v3.1.4
8112026-08-29T00:48:00.332Z Downloaded unicode-truncate v1.1.0
8122026-08-29T00:48:00.332Z Downloaded poly1305 v0.8.0
8132026-08-29T00:48:00.335Z Downloaded zeroize_derive v1.5.0
8142026-08-29T00:48:00.335Z Downloaded slog-stdlog v4.1.1
8152026-08-29T00:48:00.335Z Downloaded cpubits v0.1.1
8162026-08-29T00:48:00.335Z Downloaded arc-swap v1.8.2
8172026-08-29T00:48:00.338Z Downloaded sqlformat v0.3.5
8182026-08-29T00:48:00.338Z Downloaded strum_macros v0.26.4
8192026-08-29T00:48:00.341Z Downloaded defmt v0.3.100
8202026-08-29T00:48:00.341Z Downloaded polyval v0.7.1
8212026-08-29T00:48:00.341Z Downloaded r2d2 v0.8.10
8222026-08-29T00:48:00.344Z Downloaded bytes v1.11.1
8232026-08-29T00:48:00.344Z Downloaded document-features v0.2.12
8242026-08-29T00:48:00.347Z Downloaded cc v1.2.56
8252026-08-29T00:48:00.347Z Downloaded ingot-macros v0.2.0
8262026-08-29T00:48:00.350Z Downloaded rustls-webpki v0.103.13
8272026-08-29T00:48:00.350Z Downloaded scuffle v0.1.0
8282026-08-29T00:48:00.353Z Downloaded rand_core v0.10.0
8292026-08-29T00:48:00.353Z Downloaded pkcs1 v0.7.5
8302026-08-29T00:48:00.355Z Downloaded serde_path_to_error v0.1.20
8312026-08-29T00:48:00.356Z Downloaded tokio-dtrace v0.1.1
8322026-08-29T00:48:00.356Z Downloaded curve25519-dalek-derive v0.1.1
8332026-08-29T00:48:00.356Z Downloaded dropshot-api-manager-types v0.8.0
8342026-08-29T00:48:00.358Z Downloaded steno v0.4.1
8352026-08-29T00:48:00.359Z Downloaded unicase v2.9.0
8362026-08-29T00:48:00.361Z Downloaded crc-any v2.5.0
8372026-08-29T00:48:00.361Z Downloaded slog-scope v4.4.1
8382026-08-29T00:48:00.361Z Downloaded vte v0.14.1
8392026-08-29T00:48:00.364Z Downloaded serde-hex v0.1.0
8402026-08-29T00:48:00.364Z Downloaded lock_api v0.4.14
8412026-08-29T00:48:00.364Z Downloaded litrs v1.0.0
8422026-08-29T00:48:00.367Z Downloaded vsss-rs v3.3.4
8432026-08-29T00:48:00.367Z Downloaded writeable v0.6.2
8442026-08-29T00:48:00.370Z Downloaded slog-json v2.6.1
8452026-08-29T00:48:00.370Z Downloaded constant_time_eq v0.4.2
8462026-08-29T00:48:00.370Z Downloaded is-terminal v0.4.17
8472026-08-29T00:48:00.380Z Downloaded keccak v0.1.6
8482026-08-29T00:48:00.383Z Downloaded lru-slab v0.1.2
8492026-08-29T00:48:00.386Z Downloaded maybe-uninit v2.0.0
8502026-08-29T00:48:00.386Z Downloaded indent_write v2.2.0
8512026-08-29T00:48:00.386Z Downloaded mime v0.3.17
8522026-08-29T00:48:00.386Z Downloaded multimap v0.10.1
8532026-08-29T00:48:00.386Z Downloaded linked-hash-map v0.5.6
8542026-08-29T00:48:00.386Z Downloaded oso-derive v0.27.3
8552026-08-29T00:48:00.389Z Downloaded tui-tree-widget v0.23.1
8562026-08-29T00:48:00.389Z Downloaded delegate v0.13.5
8572026-08-29T00:48:00.389Z Downloaded parking_lot_core v0.9.12
8582026-08-29T00:48:00.389Z Downloaded prefix-trie v0.7.0
8592026-08-29T00:48:00.392Z Downloaded p384 v0.14.0
8602026-08-29T00:48:00.392Z Downloaded toml_parser v1.1.2+spec-1.1.0
8612026-08-29T00:48:00.395Z Downloaded path-slash v0.1.5
8622026-08-29T00:48:00.395Z Downloaded peg-runtime v0.8.5
8632026-08-29T00:48:00.398Z Downloaded vergen-lib v0.1.6
8642026-08-29T00:48:00.398Z Downloaded proc-macro-crate v3.4.0
8652026-08-29T00:48:00.398Z Downloaded num v0.4.3
8662026-08-29T00:48:00.400Z Downloaded crypto-bigint v0.5.5
8672026-08-29T00:48:00.404Z Downloaded async-compression v0.4.41
8682026-08-29T00:48:00.407Z Downloaded powerfmt v0.2.0
8692026-08-29T00:48:00.410Z Downloaded rustc_version v0.4.1
8702026-08-29T00:48:00.413Z Downloaded rustls-pki-types v1.14.0
8712026-08-29T00:48:00.413Z Downloaded http v1.4.2
8722026-08-29T00:48:00.417Z Downloaded serdect v0.4.3
8732026-08-29T00:48:00.417Z Downloaded packed_struct_codegen v0.10.1
8742026-08-29T00:48:00.421Z Downloaded derive_more v2.1.1
8752026-08-29T00:48:00.427Z Downloaded rand_chacha v0.3.1
8762026-08-29T00:48:00.430Z Downloaded jobserver v0.1.34
8772026-08-29T00:48:00.430Z Downloaded rayon-core v1.13.0
8782026-08-29T00:48:00.433Z Downloaded scopeguard v1.2.0
8792026-08-29T00:48:00.433Z Downloaded strsim v0.10.0
8802026-08-29T00:48:00.433Z Downloaded structmeta v0.3.0
8812026-08-29T00:48:00.433Z Downloaded unsafe-libyaml v0.2.11
8822026-08-29T00:48:00.436Z Downloaded icu_collections v2.1.1
8832026-08-29T00:48:00.439Z Downloaded crossbeam-epoch v0.9.18
8842026-08-29T00:48:00.439Z Downloaded ref-cast-impl v1.0.25
8852026-08-29T00:48:00.442Z Downloaded nanorand v0.7.0
8862026-08-29T00:48:00.445Z Downloaded same-file v1.0.6
8872026-08-29T00:48:00.445Z Downloaded unicode_categories v0.1.1
8882026-08-29T00:48:00.445Z Downloaded unit-prefix v0.5.2
8892026-08-29T00:48:00.448Z Downloaded test-strategy v0.4.5
8902026-08-29T00:48:00.451Z Downloaded digest v0.11.3
8912026-08-29T00:48:00.451Z Downloaded toml v1.1.2+spec-1.1.0
8922026-08-29T00:48:00.455Z Downloaded bumpalo v3.20.2
8932026-08-29T00:48:00.458Z Downloaded zip v0.6.6
8942026-08-29T00:48:00.461Z Downloaded x509-cert v0.2.5
8952026-08-29T00:48:00.464Z Downloaded crc-catalog v2.4.0
8962026-08-29T00:48:00.464Z Downloaded ingot v0.2.1
8972026-08-29T00:48:00.464Z Downloaded ron v0.8.1
8982026-08-29T00:48:00.467Z Downloaded strip-ansi-escapes v0.2.1
8992026-08-29T00:48:00.471Z Downloaded zone v0.3.1
9002026-08-29T00:48:00.471Z Downloaded crc8 v0.1.1
9012026-08-29T00:48:00.471Z Downloaded tinyvec_macros v0.1.1
9022026-08-29T00:48:00.471Z Downloaded tower-service v0.3.3
9032026-08-29T00:48:00.471Z Downloaded untrusted v0.9.0
9042026-08-29T00:48:00.474Z Downloaded typify-macro v0.6.2
9052026-08-29T00:48:00.474Z Downloaded oxide-update-engine-types v0.1.2
9062026-08-29T00:48:00.474Z Downloaded hashbrown v0.15.5
9072026-08-29T00:48:00.477Z Downloaded hashbrown v0.16.1
9082026-08-29T00:48:00.480Z Downloaded serde_derive_internals v0.29.1
9092026-08-29T00:48:00.480Z Downloaded darling_core v0.20.11
9102026-08-29T00:48:00.483Z Downloaded hashbrown v0.14.5
9112026-08-29T00:48:00.486Z Downloaded yasna v0.5.2
9122026-08-29T00:48:00.486Z Downloaded scroll v0.13.0
9132026-08-29T00:48:00.486Z Downloaded defmt-parser v1.0.0
9142026-08-29T00:48:00.489Z Downloaded xshell-macros v0.2.7
9152026-08-29T00:48:00.492Z Downloaded num_enum v0.7.6
9162026-08-29T00:48:00.495Z Downloaded slog-dtrace v0.3.0
9172026-08-29T00:48:00.495Z Downloaded crc32fast v1.5.0
9182026-08-29T00:48:00.498Z Downloaded darling v0.21.3
9192026-08-29T00:48:00.498Z Downloaded ssh-encoding v0.3.0
9202026-08-29T00:48:00.501Z Downloaded serde_yaml v0.9.34+deprecated
9212026-08-29T00:48:00.501Z Downloaded thiserror-no-std v2.0.2
9222026-08-29T00:48:00.504Z Downloaded tokio-tungstenite v0.23.1
9232026-08-29T00:48:00.504Z Downloaded paste v1.0.15
9242026-08-29T00:48:00.508Z Downloaded primefield v0.14.0
9252026-08-29T00:48:00.508Z Downloaded rand_chacha v0.9.0
9262026-08-29T00:48:00.508Z Downloaded recursive-proc-macro-impl v0.1.1
9272026-08-29T00:48:00.513Z Downloaded indicatif v0.18.4
9282026-08-29T00:48:00.513Z Downloaded rsa v0.9.10
9292026-08-29T00:48:00.519Z Downloaded derive_more v0.99.20
9302026-08-29T00:48:00.519Z Downloaded dropshot_endpoint v0.17.1
9312026-08-29T00:48:00.526Z Downloaded whoami v1.6.1
9322026-08-29T00:48:00.526Z Downloaded maplit v1.0.2
9332026-08-29T00:48:00.526Z Downloaded zip v4.6.1
9342026-08-29T00:48:00.526Z Downloaded dyn-clone v1.0.20
9352026-08-29T00:48:00.526Z Downloaded idna_adapter v1.2.1
9362026-08-29T00:48:00.526Z Downloaded lru v0.12.5
9372026-08-29T00:48:00.526Z Downloaded lazy_static v1.5.0
9382026-08-29T00:48:00.526Z Downloaded quinn-udp v0.5.14
9392026-08-29T00:48:00.530Z Downloaded rustc-demangle v0.1.27
9402026-08-29T00:48:00.538Z Downloaded data-encoding v2.10.0
9412026-08-29T00:48:00.538Z Downloaded simd-adler32 v0.3.8
9422026-08-29T00:48:00.541Z Downloaded tls_codec v0.4.2
9432026-08-29T00:48:00.544Z Downloaded libbz2-rs-sys v0.2.2
9442026-08-29T00:48:00.544Z Downloaded parse-display v0.10.0
9452026-08-29T00:48:00.544Z Downloaded stringprep v0.1.5
9462026-08-29T00:48:00.547Z Downloaded tungstenite v0.21.0
9472026-08-29T00:48:00.547Z Downloaded diesel_table_macro_syntax v0.3.0
9482026-08-29T00:48:00.547Z Downloaded ed25519 v3.0.0
9492026-08-29T00:48:00.551Z Downloaded libsw v3.5.0
9502026-08-29T00:48:00.551Z Downloaded quick-error v1.2.3
9512026-08-29T00:48:00.551Z Downloaded ed25519-dalek v3.0.0
9522026-08-29T00:48:00.554Z Downloaded hyper-util v0.1.20
9532026-08-29T00:48:00.554Z Downloaded yoke v0.8.1
9542026-08-29T00:48:00.559Z Downloaded proc-macro-error-attr2 v2.0.0
9552026-08-29T00:48:00.559Z Downloaded serde_bytes v0.11.19
9562026-08-29T00:48:00.559Z Downloaded ipnetwork v0.21.1
9572026-08-29T00:48:00.559Z Downloaded rfc6979 v0.6.0
9582026-08-29T00:48:00.562Z Downloaded vergen-lib v9.1.0
9592026-08-29T00:48:00.562Z Downloaded zstd-safe v7.2.4
9602026-08-29T00:48:00.564Z Downloaded reedline v0.40.0
9612026-08-29T00:48:00.569Z Downloaded pkcs5 v0.8.1
9622026-08-29T00:48:00.572Z Downloaded inout v0.1.4
9632026-08-29T00:48:00.577Z Downloaded strum v0.26.3
9642026-08-29T00:48:00.577Z Downloaded icu_normalizer v2.1.1
9652026-08-29T00:48:00.577Z Downloaded num-integer v0.1.46
9662026-08-29T00:48:00.581Z Downloaded serde_spanned v1.1.1
9672026-08-29T00:48:00.581Z Downloaded slog-bunyan v2.5.0
9682026-08-29T00:48:00.581Z Downloaded sync_wrapper v1.0.2
9692026-08-29T00:48:00.581Z Downloaded tabwriter v1.4.1
9702026-08-29T00:48:00.586Z Downloaded module-lattice v0.2.3
9712026-08-29T00:48:00.586Z Downloaded pkcs8 v0.10.2
9722026-08-29T00:48:00.589Z Downloaded try-lock v0.2.5
9732026-08-29T00:48:00.589Z Downloaded utf-8 v0.7.6
9742026-08-29T00:48:00.589Z Downloaded topological-sort v0.2.2
9752026-08-29T00:48:00.592Z Downloaded h2 v0.4.15
9762026-08-29T00:48:00.595Z Downloaded pem v3.0.6
9772026-08-29T00:48:00.595Z Downloaded darling v0.23.0
9782026-08-29T00:48:00.599Z Downloaded hkdf v0.12.4
9792026-08-29T00:48:00.603Z Downloaded hkdf v0.13.0
9802026-08-29T00:48:00.603Z Downloaded universal-hash v0.5.1
9812026-08-29T00:48:00.603Z Downloaded crc v3.4.0
9822026-08-29T00:48:00.607Z Downloaded tar v0.4.46
9832026-08-29T00:48:00.607Z Downloaded tokio-util v0.7.18
9842026-08-29T00:48:00.610Z Downloaded owo-colors v4.3.0
9852026-08-29T00:48:00.610Z Downloaded icu_provider v2.1.1
9862026-08-29T00:48:00.610Z Downloaded toml v0.7.8
9872026-08-29T00:48:00.613Z Downloaded twox-hash v2.1.2
9882026-08-29T00:48:00.613Z Downloaded darling_core v0.23.0
9892026-08-29T00:48:00.617Z Downloaded rsa v0.10.0-rc.18
9902026-08-29T00:48:00.620Z Downloaded rustversion v1.0.22
9912026-08-29T00:48:00.620Z Downloaded term v0.7.0
9922026-08-29T00:48:00.625Z Downloaded zone_cfg_derive v0.3.1
9932026-08-29T00:48:00.625Z Downloaded debug-ignore v1.0.5
9942026-08-29T00:48:00.625Z Downloaded der v0.7.10
9952026-08-29T00:48:00.627Z Downloaded display-error-chain v0.2.2
9962026-08-29T00:48:00.628Z Downloaded scrypt v0.12.0
9972026-08-29T00:48:00.628Z Downloaded ident_case v1.0.1
9982026-08-29T00:48:00.628Z Downloaded ed25519-dalek v2.2.0
9992026-08-29T00:48:00.628Z Downloaded uuid v1.23.4
10002026-08-29T00:48:00.632Z Downloaded phc v0.6.1
10012026-08-29T00:48:00.632Z Downloaded p521 v0.14.0
10022026-08-29T00:48:00.635Z Downloaded nodrop v0.1.14
10032026-08-29T00:48:00.635Z Downloaded schemars v1.2.1
10042026-08-29T00:48:00.641Z Downloaded yansi v1.0.1
10052026-08-29T00:48:00.644Z Downloaded miette v7.6.0
10062026-08-29T00:48:00.644Z Downloaded url v2.5.8
10072026-08-29T00:48:00.650Z Downloaded cookie v0.18.1
10082026-08-29T00:48:00.650Z Downloaded num-traits v0.2.19
10092026-08-29T00:48:00.654Z Downloaded password-hash v0.6.1
10102026-08-29T00:48:00.654Z Downloaded papergrid v0.18.0
10112026-08-29T00:48:00.654Z Downloaded pkcs8 v0.11.0
10122026-08-29T00:48:00.654Z Downloaded xshell v0.2.7
10132026-08-29T00:48:00.659Z Downloaded progenitor-impl v0.13.0
10142026-08-29T00:48:00.659Z Downloaded pkcs1 v0.8.0-rc.4
10152026-08-29T00:48:00.659Z Downloaded icu_properties v2.1.2
10162026-08-29T00:48:00.659Z Downloaded hyper-rustls v0.27.7
10172026-08-29T00:48:00.662Z Downloaded const_format_proc_macros v0.2.34
10182026-08-29T00:48:00.662Z Downloaded russh-cryptovec v0.62.0
10192026-08-29T00:48:00.662Z Downloaded spki v0.7.3
10202026-08-29T00:48:00.662Z Downloaded tokio-native-tls v0.3.1
10212026-08-29T00:48:00.662Z Downloaded progenitor-macro v0.13.0
10222026-08-29T00:48:00.663Z Downloaded futures-util v0.3.32
10232026-08-29T00:48:00.670Z Downloaded csv-core v0.1.13
10242026-08-29T00:48:00.673Z Downloaded mime_guess v2.0.5
10252026-08-29T00:48:00.673Z Downloaded sha2 v0.11.0
10262026-08-29T00:48:00.673Z Downloaded synstructure v0.13.2
10272026-08-29T00:48:00.676Z Downloaded defmt v1.0.1
10282026-08-29T00:48:00.676Z Downloaded impl-trait-for-tuples v0.2.3
10292026-08-29T00:48:00.680Z Downloaded ingot-types v0.2.0
10302026-08-29T00:48:00.680Z Downloaded strum v0.27.2
10312026-08-29T00:48:00.680Z Downloaded supports-color v3.0.2
10322026-08-29T00:48:00.680Z Downloaded parse-size v1.1.0
10332026-08-29T00:48:00.684Z Downloaded vergen-gitcl v1.0.8
10342026-08-29T00:48:00.684Z Downloaded libloading v0.8.9
10352026-08-29T00:48:00.684Z Downloaded thread-id v5.1.0
10362026-08-29T00:48:00.684Z Downloaded wnaf v0.14.0
10372026-08-29T00:48:00.684Z Downloaded socket2 v0.6.3
10382026-08-29T00:48:00.687Z Downloaded zerofrom-derive v0.1.6
10392026-08-29T00:48:00.687Z Downloaded rand v0.10.1
10402026-08-29T00:48:00.690Z Downloaded num-rational v0.4.2
10412026-08-29T00:48:00.693Z Downloaded static_assertions v1.1.0
10422026-08-29T00:48:00.699Z Downloaded inout v0.2.2
10432026-08-29T00:48:00.702Z Downloaded usdt-macro v0.6.0
10442026-08-29T00:48:00.702Z Downloaded utf8_iter v1.0.4
10452026-08-29T00:48:00.705Z Downloaded displaydoc v0.2.5
10462026-08-29T00:48:00.708Z Downloaded whoami v2.1.0
10472026-08-29T00:48:00.711Z Downloaded derive_builder_macro v0.20.2
10482026-08-29T00:48:00.711Z Downloaded zerotrie v0.2.3
10492026-08-29T00:48:00.715Z Downloaded phf_shared v0.13.1
10502026-08-29T00:48:00.715Z Downloaded lru-cache v0.1.2
10512026-08-29T00:48:00.718Z Downloaded slab v0.4.12
10522026-08-29T00:48:00.718Z Downloaded indexmap v1.9.3
10532026-08-29T00:48:00.719Z Downloaded managed v0.8.0
10542026-08-29T00:48:00.719Z Downloaded openssl-sys v0.9.117
10552026-08-29T00:48:00.723Z Downloaded mio v1.2.0
10562026-08-29T00:48:00.726Z Downloaded rustls-native-certs v0.8.3
10572026-08-29T00:48:00.726Z Downloaded aes-gcm v0.11.0
10582026-08-29T00:48:00.728Z Downloaded signal-hook-mio v0.2.5
10592026-08-29T00:48:00.728Z Downloaded recursive v0.1.1
10602026-08-29T00:48:00.728Z Downloaded signal-hook v0.3.18
10612026-08-29T00:48:00.731Z Downloaded kstat-rs v0.2.5
10622026-08-29T00:48:00.731Z Downloaded linear-map v1.2.0
10632026-08-29T00:48:00.736Z Downloaded potential_utf v0.1.4
10642026-08-29T00:48:00.736Z Downloaded des v0.9.0
10652026-08-29T00:48:00.741Z Downloaded oxide-tokio-rt v0.1.4
10662026-08-29T00:48:00.745Z Downloaded serde_repr v0.1.20
10672026-08-29T00:48:00.745Z Downloaded parse-display-derive v0.10.0
10682026-08-29T00:48:00.745Z Downloaded unicode-normalization v0.1.25
10692026-08-29T00:48:00.748Z Downloaded port-file v0.1.0
10702026-08-29T00:48:00.748Z Downloaded zeroize v1.9.0
10712026-08-29T00:48:00.752Z Downloaded internal-russh-num-bigint v0.5.0
10722026-08-29T00:48:00.756Z Downloaded zerovec-derive v0.11.2
10732026-08-29T00:48:00.759Z Downloaded derive-ex v0.1.8
10742026-08-29T00:48:00.759Z Downloaded scroll_derive v0.13.1
10752026-08-29T00:48:00.759Z Downloaded tap v1.0.1
10762026-08-29T00:48:00.759Z Downloaded termtree v0.5.1
10772026-08-29T00:48:00.760Z Downloaded ctutils v0.4.2
10782026-08-29T00:48:00.760Z Downloaded sec1 v0.8.1
10792026-08-29T00:48:00.763Z Downloaded omicron-zone-package v0.12.3
10802026-08-29T00:48:00.763Z Downloaded progenitor-extras v0.2.0
10812026-08-29T00:48:00.763Z Downloaded daft v0.1.8
10822026-08-29T00:48:00.767Z Downloaded progenitor-impl v0.14.0
10832026-08-29T00:48:00.770Z Downloaded zerovec v0.11.5
10842026-08-29T00:48:00.795Z Downloaded termios v0.3.3
10852026-08-29T00:48:00.795Z Downloaded darling v0.13.4
10862026-08-29T00:48:00.795Z Downloaded percent-encoding v2.3.2
10872026-08-29T00:48:00.801Z Downloaded digest-io v0.1.0
10882026-08-29T00:48:00.801Z Downloaded dirs-next v2.0.0
10892026-08-29T00:48:00.801Z Downloaded hyper-staticfile v0.10.1
10902026-08-29T00:48:00.801Z Downloaded lzss v0.8.2
10912026-08-29T00:48:00.801Z Downloaded rustc-hash v2.1.1
10922026-08-29T00:48:00.801Z Downloaded scheduled-thread-pool v0.2.7
10932026-08-29T00:48:00.801Z Downloaded ppv-lite86 v0.2.21
10942026-08-29T00:48:00.801Z Downloaded proc-macro-error2 v2.0.1
10952026-08-29T00:48:00.801Z Downloaded resolv-conf v0.7.6
10962026-08-29T00:48:00.801Z Downloaded litemap v0.8.1
10972026-08-29T00:48:00.806Z Downloaded serde_with_macros v1.5.2
10982026-08-29T00:48:00.806Z Downloaded sigpipe v0.1.3
10992026-08-29T00:48:00.806Z Downloaded thiserror-impl-no-std v2.0.2
11002026-08-29T00:48:00.806Z Downloaded qorb v0.4.1
11012026-08-29T00:48:00.809Z Downloaded ssh-cipher v0.3.0
11022026-08-29T00:48:00.809Z Downloaded p256 v0.14.0
11032026-08-29T00:48:00.811Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11042026-08-29T00:48:00.814Z Downloaded zerofrom v0.1.6
11052026-08-29T00:48:00.814Z Downloaded darling_macro v0.13.4
11062026-08-29T00:48:00.814Z Downloaded illumos-nvpair v0.3.0
11072026-08-29T00:48:00.820Z Downloaded git2 v0.20.4
11082026-08-29T00:48:00.828Z Downloaded humantime v2.3.0
11092026-08-29T00:48:00.831Z Downloaded serde_with v1.14.0
11102026-08-29T00:48:00.831Z Downloaded diff v0.1.13
11112026-08-29T00:48:00.831Z Downloaded indoc v2.0.7
11122026-08-29T00:48:00.835Z Downloaded serde_cbor v0.11.2
11132026-08-29T00:48:00.835Z Downloaded oxide-update-engine v0.1.2
11142026-08-29T00:48:00.835Z Downloaded crypto-common v0.2.2
11152026-08-29T00:48:00.835Z Downloaded num-derive v0.4.2
11162026-08-29T00:48:00.838Z Downloaded rusty-fork v0.3.1
11172026-08-29T00:48:00.838Z Downloaded smallvec v0.6.14
11182026-08-29T00:48:00.838Z Downloaded spin v0.9.8
11192026-08-29T00:48:00.841Z Downloaded num-complex v0.4.6
11202026-08-29T00:48:00.845Z Downloaded precomputed-hash v0.1.1
11212026-08-29T00:48:00.845Z Downloaded tagptr v0.2.0
11222026-08-29T00:48:00.851Z Downloaded uzers v0.12.2
11232026-08-29T00:48:00.854Z Downloaded openssl-macros v0.1.1
11242026-08-29T00:48:00.859Z Downloaded secrecy v0.8.0
11252026-08-29T00:48:00.859Z Downloaded knus v3.4.0
11262026-08-29T00:48:00.859Z Downloaded cpufeatures v0.3.0
11272026-08-29T00:48:00.862Z Downloaded signature v3.0.0
11282026-08-29T00:48:00.862Z Downloaded siphasher v1.0.2
11292026-08-29T00:48:00.862Z Downloaded void v1.0.2
11302026-08-29T00:48:00.862Z Downloaded crossbeam-deque v0.8.6
11312026-08-29T00:48:00.865Z Downloaded stacker v0.1.23
11322026-08-29T00:48:00.868Z Downloaded drift v0.2.0
11332026-08-29T00:48:00.871Z Downloaded vergen-git2 v9.1.0
11342026-08-29T00:48:00.876Z Downloaded convert_case v0.10.0
11352026-08-29T00:48:00.876Z Downloaded corncobs v0.1.4
11362026-08-29T00:48:00.876Z Downloaded is_ci v1.2.0
11372026-08-29T00:48:00.879Z Downloaded keccak v0.2.0
11382026-08-29T00:48:00.879Z Downloaded knus-derive v3.4.0
11392026-08-29T00:48:00.879Z Downloaded rustc_version v0.1.7
11402026-08-29T00:48:00.879Z Downloaded ed25519 v2.2.3
11412026-08-29T00:48:00.879Z Downloaded defmt-macros v1.0.1
11422026-08-29T00:48:00.882Z Downloaded der v0.8.0
11432026-08-29T00:48:00.882Z Downloaded internet-checksum v0.2.1
11442026-08-29T00:48:00.882Z Downloaded olpc-cjson v0.1.4
11452026-08-29T00:48:00.885Z Downloaded daft-derive v0.1.8
11462026-08-29T00:48:00.886Z Downloaded miette-derive v7.6.0
11472026-08-29T00:48:00.886Z Downloaded serde-big-array v0.5.1
11482026-08-29T00:48:00.888Z Downloaded rustyline v14.0.0
11492026-08-29T00:48:00.891Z Downloaded pem-rfc7468 v0.7.0
11502026-08-29T00:48:00.894Z Downloaded serde_plain v1.0.2
11512026-08-29T00:48:00.899Z Downloaded oxide-generation v0.1.3
11522026-08-29T00:48:00.899Z Downloaded usdt-attr-macro v0.6.0
11532026-08-29T00:48:00.902Z Downloaded universal-hash v0.6.1
11542026-08-29T00:48:00.902Z Downloaded crucible-workspace-hack v0.1.0
11552026-08-29T00:48:00.902Z Downloaded md5 v0.8.0
11562026-08-29T00:48:00.907Z Downloaded iri-string v0.7.10
11572026-08-29T00:48:00.922Z Downloaded tower-http v0.6.8
11582026-08-29T00:48:00.922Z Downloaded walkdir v2.5.0
11592026-08-29T00:48:00.927Z Downloaded diesel_derives v2.3.7
11602026-08-29T00:48:00.928Z Downloaded quick-xml v0.37.5
11612026-08-29T00:48:00.928Z Downloaded tokio-rustls v0.26.4
11622026-08-29T00:48:00.928Z Downloaded toml_edit v0.23.10+spec-1.0.0
11632026-08-29T00:48:00.928Z Downloaded rand_core v0.9.5
11642026-08-29T00:48:00.928Z Downloaded radium v0.7.0
11652026-08-29T00:48:00.928Z Downloaded russh-util v0.52.0
11662026-08-29T00:48:00.928Z Downloaded nom v8.0.0
11672026-08-29T00:48:00.928Z Downloaded subprocess v0.2.15
11682026-08-29T00:48:00.936Z Downloaded take_mut v0.2.2
11692026-08-29T00:48:00.936Z Downloaded primeorder v0.13.6
11702026-08-29T00:48:00.943Z Downloaded indoc v1.0.9
11712026-08-29T00:48:00.943Z Downloaded jiff-static v0.2.34
11722026-08-29T00:48:00.943Z Downloaded xattr v1.6.1
11732026-08-29T00:48:00.943Z Downloaded icu_locale_core v2.1.1
11742026-08-29T00:48:00.947Z Downloaded ignore v0.4.25
11752026-08-29T00:48:00.948Z Downloaded tokio-tungstenite v0.21.0
11762026-08-29T00:48:00.948Z Downloaded tungstenite v0.23.0
11772026-08-29T00:48:00.948Z Downloaded ecdsa v0.17.0
11782026-08-29T00:48:00.952Z Downloaded tls_codec_derive v0.4.2
11792026-08-29T00:48:00.952Z Downloaded deranged v0.5.8
11802026-08-29T00:48:00.952Z Downloaded waitgroup v0.1.2
11812026-08-29T00:48:00.952Z Downloaded cstr-argument v0.1.2
11822026-08-29T00:48:00.952Z Downloaded lalrpop-util v0.19.12
11832026-08-29T00:48:00.952Z Downloaded primeorder v0.14.0
11842026-08-29T00:48:00.953Z Downloaded nom v7.1.3
11852026-08-29T00:48:00.956Z Downloaded libscf-sys v1.2.0
11862026-08-29T00:48:00.959Z Downloaded progenitor-client v0.14.0
11872026-08-29T00:48:00.959Z Downloaded rcgen v0.12.1
11882026-08-29T00:48:00.960Z Downloaded miniz_oxide v0.8.9
11892026-08-29T00:48:00.964Z Downloaded native-tls v0.2.18
11902026-08-29T00:48:00.964Z Downloaded ecdsa v0.16.9
11912026-08-29T00:48:00.964Z Downloaded ipnet v2.12.0
11922026-08-29T00:48:00.966Z Downloaded vcpkg v0.2.15
11932026-08-29T00:48:00.985Z Downloaded jiff-core v0.1.0
11942026-08-29T00:48:00.988Z Downloaded tokio-postgres v0.7.16
11952026-08-29T00:48:00.991Z Downloaded samael v0.0.19
11962026-08-29T00:48:00.995Z Downloaded rustls-pemfile v2.2.0
11972026-08-29T00:48:00.995Z Downloaded support-bundle-viewer v0.1.2
11982026-08-29T00:48:00.998Z Downloaded nibble_vec v0.1.0
11992026-08-29T00:48:00.998Z Downloaded md-5 v0.10.6
12002026-08-29T00:48:00.998Z Downloaded itertools v0.14.0
12012026-08-29T00:48:01.003Z Downloaded itertools v0.15.0
12022026-08-29T00:48:01.006Z Downloaded regex v1.12.3
12032026-08-29T00:48:01.009Z Downloaded zstd v0.13.3
12042026-08-29T00:48:01.009Z Downloaded pkg-config v0.3.32
12052026-08-29T00:48:01.009Z Downloaded publicsuffix v2.3.0
12062026-08-29T00:48:01.013Z Downloaded num_enum_derive v0.7.6
12072026-08-29T00:48:01.013Z Downloaded slog-envlogger v2.2.0
12082026-08-29T00:48:01.013Z Downloaded dsl_auto_type v0.2.0
12092026-08-29T00:48:01.013Z Downloaded winnow v0.5.40
12102026-08-29T00:48:01.016Z Downloaded blake3 v1.8.5
12112026-08-29T00:48:01.021Z Downloaded pin-project-internal v1.1.11
12122026-08-29T00:48:01.024Z Downloaded time-macros v0.2.27
12132026-08-29T00:48:01.024Z Downloaded hybrid-array v0.4.13
12142026-08-29T00:48:01.027Z Downloaded libxml v0.3.3
12152026-08-29T00:48:01.030Z Downloaded snafu v0.8.9
12162026-08-29T00:48:01.033Z Downloaded strum_macros v0.27.2
12172026-08-29T00:48:01.033Z Downloaded itertools v0.10.5
12182026-08-29T00:48:01.038Z Downloaded aho-corasick v1.1.4
12192026-08-29T00:48:01.042Z Downloaded signature v2.2.0
12202026-08-29T00:48:01.042Z Downloaded gimli v0.32.3
12212026-08-29T00:48:01.046Z Downloaded parking_lot v0.12.5
12222026-08-29T00:48:01.046Z Downloaded aws-lc-rs v1.16.3
12232026-08-29T00:48:01.050Z Downloaded unicode-properties v0.1.4
12242026-08-29T00:48:01.053Z Downloaded goblin v0.10.5
12252026-08-29T00:48:01.055Z Downloaded smallvec v1.15.1
12262026-08-29T00:48:01.058Z Downloaded ml-kem v0.3.2
12272026-08-29T00:48:01.066Z Downloaded unicode-segmentation v1.12.0
12282026-08-29T00:48:01.071Z Downloaded derive-where v1.6.0
12292026-08-29T00:48:01.074Z Downloaded russh v0.62.4
12302026-08-29T00:48:01.074Z Downloaded pretty_assertions v1.4.1
12312026-08-29T00:48:01.077Z Downloaded itertools v0.13.0
12322026-08-29T00:48:01.080Z Downloaded radix_trie v0.2.1
12332026-08-29T00:48:01.083Z Downloaded petname v2.0.2
12342026-08-29T00:48:01.086Z Downloaded serde_with_macros v3.21.0
12352026-08-29T00:48:01.086Z Downloaded derive_more-impl v2.1.1
12362026-08-29T00:48:01.089Z Downloaded rand v0.9.2
12372026-08-29T00:48:01.092Z Downloaded winnow v1.0.3
12382026-08-29T00:48:01.096Z Downloaded time v0.3.47
12392026-08-29T00:48:01.103Z Downloaded elliptic-curve v0.13.8
12402026-08-29T00:48:01.107Z Downloaded derive_builder_core v0.20.2
12412026-08-29T00:48:01.110Z Downloaded bindgen v0.71.1
12422026-08-29T00:48:01.113Z Downloaded crossbeam-channel v0.5.15
12432026-08-29T00:48:01.116Z Downloaded unicode-bidi v0.3.18
12442026-08-29T00:48:01.116Z Downloaded zerocopy v0.8.55
12452026-08-29T00:48:01.127Z Downloaded crossterm v0.28.1
12462026-08-29T00:48:01.130Z Downloaded darling_core v0.21.3
12472026-08-29T00:48:01.133Z Downloaded icu_normalizer_data v2.1.1
12482026-08-29T00:48:01.136Z Downloaded tinyvec v1.10.0
12492026-08-29T00:48:01.136Z Downloaded pin-project v1.1.11
12502026-08-29T00:48:01.142Z Downloaded socket2 v0.5.10
12512026-08-29T00:48:01.145Z Downloaded crossterm v0.29.0
12522026-08-29T00:48:01.148Z Downloaded proptest v1.11.0
12532026-08-29T00:48:01.151Z Downloaded num-bigint-dig v0.8.6
12542026-08-29T00:48:01.155Z Downloaded quinn v0.11.11
12552026-08-29T00:48:01.158Z Downloaded parking_lot v0.11.2
12562026-08-29T00:48:01.158Z Downloaded num-bigint v0.4.6
12572026-08-29T00:48:01.161Z Downloaded bitvec v1.0.1
12582026-08-29T00:48:01.167Z Downloaded hyper v1.10.1
12592026-08-29T00:48:01.171Z Downloaded rayon v1.11.0
12602026-08-29T00:48:01.176Z Downloaded typify v0.6.2
12612026-08-29T00:48:01.179Z Downloaded minimal-lexical v0.2.1
12622026-08-29T00:48:01.185Z Downloaded zerocopy-derive v0.8.55
12632026-08-29T00:48:01.188Z Downloaded sha3 v0.12.0
12642026-08-29T00:48:01.188Z Downloaded const_format v0.2.35
12652026-08-29T00:48:01.191Z Downloaded darling_core v0.13.4
12662026-08-29T00:48:01.191Z Downloaded zopfli v0.8.3
12672026-08-29T00:48:01.197Z Downloaded typed-path v0.9.3
12682026-08-29T00:48:01.202Z Downloaded moka v0.12.13
12692026-08-29T00:48:01.202Z Downloaded icu_properties_data v2.1.2
12702026-08-29T00:48:01.205Z Downloaded ryu v1.0.23
12712026-08-29T00:48:01.208Z Downloaded libm v0.2.16
12722026-08-29T00:48:01.221Z Downloaded regress v0.11.1
12732026-08-29T00:48:01.223Z Downloaded crypto-bigint v0.7.5
12742026-08-29T00:48:01.232Z Downloaded schemars v0.9.0
12752026-08-29T00:48:01.239Z Downloaded object v0.30.4
12762026-08-29T00:48:01.245Z Downloaded zlib-rs v0.6.2
12772026-08-29T00:48:01.248Z Downloaded rand v0.8.6
12782026-08-29T00:48:01.251Z Downloaded hickory-proto v0.24.4
12792026-08-29T00:48:01.257Z Downloaded chrono v0.4.45
12802026-08-29T00:48:01.262Z Downloaded dropshot-api-manager v0.8.0
12812026-08-29T00:48:01.265Z Downloaded winnow v0.6.26
12822026-08-29T00:48:01.271Z Downloaded reqwest v0.13.2
12832026-08-29T00:48:01.277Z Downloaded tower v0.5.3
12842026-08-29T00:48:01.280Z Downloaded curve25519-dalek v5.0.0
12852026-08-29T00:48:01.284Z Downloaded lalrpop v0.19.12
12862026-08-29T00:48:01.291Z Downloaded curve25519-dalek v4.1.3
12872026-08-29T00:48:01.295Z Downloaded hickory-proto v0.25.2
12882026-08-29T00:48:01.305Z Downloaded itertools v0.12.1
12892026-08-29T00:48:01.308Z Downloaded crypto-primes v0.7.2
12902026-08-29T00:48:01.311Z Downloaded toml_edit v0.19.15
12912026-08-29T00:48:01.320Z Downloaded smoltcp v0.11.0
12922026-08-29T00:48:01.327Z Downloaded iddqd v0.4.2
12932026-08-29T00:48:01.333Z Downloaded openssl v0.10.80
12942026-08-29T00:48:01.336Z Downloaded idna v1.1.0
12952026-08-29T00:48:01.340Z Downloaded nix v0.27.1
12962026-08-29T00:48:01.347Z Downloaded rustix v0.38.44
12972026-08-29T00:48:01.356Z Downloaded sqlparser v0.61.0
12982026-08-29T00:48:01.363Z Downloaded salty v0.3.0
12992026-08-29T00:48:01.366Z Downloaded tough v0.22.0
13002026-08-29T00:48:01.370Z Downloaded tabled v0.21.0
13012026-08-29T00:48:01.379Z Downloaded nix v0.28.0
13022026-08-29T00:48:01.386Z Downloaded diesel v2.3.7
13032026-08-29T00:48:01.397Z Downloaded serde_with v3.21.0
13042026-08-29T00:48:01.403Z Downloaded typify-impl v0.6.2
13052026-08-29T00:48:01.413Z Downloaded reqwest v0.12.28
13062026-08-29T00:48:01.416Z Downloaded ssh-key v0.7.0-rc.11
13072026-08-29T00:48:01.420Z Downloaded portable-atomic v1.13.1
13082026-08-29T00:48:01.423Z Downloaded rawzip v0.4.4
13092026-08-29T00:48:01.444Z Downloaded syn v3.0.3
13102026-08-29T00:48:01.444Z Downloaded sha3 v0.11.0
13112026-08-29T00:48:01.444Z Downloaded bstr v1.12.1
13122026-08-29T00:48:01.444Z Downloaded polar-core v0.27.3
13132026-08-29T00:48:01.449Z Downloaded jiff v0.2.34
13142026-08-29T00:48:01.453Z Downloaded smoltcp v0.9.1
13152026-08-29T00:48:01.459Z Downloaded regex-automata v0.4.14
13162026-08-29T00:48:01.468Z Downloaded object v0.37.3
13172026-08-29T00:48:01.474Z Downloaded regex-syntax v0.6.29
13182026-08-29T00:48:01.481Z Downloaded petgraph v0.8.3
13192026-08-29T00:48:01.495Z Downloaded libz-sys v1.1.24
13202026-08-29T00:48:01.506Z Downloaded encoding_rs v0.8.35
13212026-08-29T00:48:01.518Z Downloaded p384 v0.13.1
13222026-08-29T00:48:01.521Z Downloaded quinn-proto v0.11.16
13232026-08-29T00:48:01.526Z Downloaded ring v0.17.14
13242026-08-29T00:48:01.549Z Downloaded rustls v0.23.41
13252026-08-29T00:48:01.556Z Downloaded regex-syntax v0.8.10
13262026-08-29T00:48:01.566Z Downloaded regress v0.10.5
13272026-08-29T00:48:01.606Z Downloaded sled v0.34.7
13282026-08-29T00:48:01.611Z Downloaded nix v0.31.2
13292026-08-29T00:48:01.657Z Downloaded dropshot v0.17.1
13302026-08-29T00:48:01.667Z Downloaded openapiv3 v2.2.0
13312026-08-29T00:48:01.700Z Downloaded tracing v0.1.44
13322026-08-29T00:48:01.725Z Downloaded zerocopy-derive v0.6.6
13332026-08-29T00:48:01.739Z Downloaded bzip2-sys v0.1.13+1.0.8
13342026-08-29T00:48:01.772Z Downloaded petgraph v0.6.5
13352026-08-29T00:48:01.783Z Downloaded ratatui v0.29.0
13362026-08-29T00:48:01.816Z Downloaded chrono-tz v0.10.4
13372026-08-29T00:48:01.826Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-08-29T00:48:01.849Z Downloaded sha3 v0.10.8
13392026-08-29T00:48:01.857Z Downloaded csv v1.4.0
13402026-08-29T00:48:01.869Z Downloaded tokio v1.52.1
13412026-08-29T00:48:01.997Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-08-29T00:48:02.501Z Downloaded aws-lc-sys v0.40.0
13432026-08-29T00:48:02.761Z Compiling serde_core v1.0.228
13442026-08-29T00:48:02.761Z Compiling libc v0.2.185
13452026-08-29T00:48:02.761Z Compiling serde v1.0.228
13462026-08-29T00:48:02.764Z Compiling log v0.4.33
13472026-08-29T00:48:02.764Z Compiling smallvec v1.15.1
13482026-08-29T00:48:02.764Z Compiling find-msvc-tools v0.1.9
13492026-08-29T00:48:02.764Z Compiling shlex v1.3.0
13502026-08-29T00:48:02.764Z Compiling syn v2.0.117
13512026-08-29T00:48:03.080Z Compiling subtle v2.6.1
13522026-08-29T00:48:03.125Z Compiling scopeguard v1.2.0
13532026-08-29T00:48:03.138Z Compiling typenum v1.20.1
13542026-08-29T00:48:03.192Z Compiling stable_deref_trait v1.2.1
13552026-08-29T00:48:03.219Z Compiling lock_api v0.4.14
13562026-08-29T00:48:03.233Z Compiling zerocopy v0.8.55
13572026-08-29T00:48:03.260Z Compiling portable-atomic v1.13.1
13582026-08-29T00:48:03.263Z Compiling serde_json v1.0.151
13592026-08-29T00:48:03.449Z Compiling critical-section v1.2.0
13602026-08-29T00:48:03.495Z Compiling libm v0.2.16
13612026-08-29T00:48:03.550Z Compiling num-traits v0.2.19
13622026-08-29T00:48:03.647Z Compiling pkg-config v0.3.32
13632026-08-29T00:48:03.710Z Compiling errno v0.3.14
13642026-08-29T00:48:03.731Z Compiling jobserver v0.1.34
13652026-08-29T00:48:03.789Z Compiling getrandom v0.2.17
13662026-08-29T00:48:03.911Z Compiling rand_core v0.6.4
13672026-08-29T00:48:04.003Z Compiling cc v1.2.56
13682026-08-29T00:48:04.171Z Compiling generic-array v0.14.7
13692026-08-29T00:48:04.184Z Compiling parking_lot_core v0.9.12
13702026-08-29T00:48:04.236Z Compiling once_cell v1.21.3
13712026-08-29T00:48:04.315Z Compiling pin-project-lite v0.2.17
13722026-08-29T00:48:04.373Z Compiling const-oid v0.9.6
13732026-08-29T00:48:04.409Z Compiling getrandom v0.4.3
13742026-08-29T00:48:04.469Z Compiling rand_core v0.10.0
13752026-08-29T00:48:04.775Z Compiling signal-hook-registry v1.4.8
13762026-08-29T00:48:05.065Z Compiling bitflags v2.11.0
13772026-08-29T00:48:05.132Z Compiling writeable v0.6.2
13782026-08-29T00:48:05.178Z Compiling litemap v0.8.1
13792026-08-29T00:48:05.192Z Compiling futures-core v0.3.32
13802026-08-29T00:48:05.297Z Compiling percent-encoding v2.3.2
13812026-08-29T00:48:05.330Z Compiling semver v1.0.28
13822026-08-29T00:48:05.344Z Compiling parking_lot v0.12.5
13832026-08-29T00:48:05.357Z Compiling mio v1.2.0
13842026-08-29T00:48:05.371Z Compiling icu_properties_data v2.1.2
13852026-08-29T00:48:05.490Z Compiling icu_normalizer_data v2.1.1
13862026-08-29T00:48:05.649Z Compiling synstructure v0.13.2
13872026-08-29T00:48:05.666Z Compiling socket2 v0.6.3
13882026-08-29T00:48:05.711Z Compiling rustix v1.1.4
13892026-08-29T00:48:05.711Z Compiling getrandom v0.3.4
13902026-08-29T00:48:05.769Z Compiling futures-sink v0.3.32
13912026-08-29T00:48:05.825Z Compiling indexmap v2.14.0
13922026-08-29T00:48:05.876Z Compiling futures-channel v0.3.32
13932026-08-29T00:48:06.073Z Compiling slab v0.4.12
13942026-08-29T00:48:06.111Z Compiling utf8_iter v1.0.4
13952026-08-29T00:48:06.243Z Compiling futures-task v0.3.32
13962026-08-29T00:48:06.258Z Compiling futures-io v0.3.32
13972026-08-29T00:48:06.261Z Compiling form_urlencoded v1.2.2
13982026-08-29T00:48:06.261Z Compiling rustversion v1.0.22
13992026-08-29T00:48:06.409Z Compiling base64ct v1.8.3
14002026-08-29T00:48:06.412Z Compiling iana-time-zone v0.1.65
14012026-08-29T00:48:06.457Z Compiling cmake v0.1.57
14022026-08-29T00:48:06.508Z Compiling dunce v1.0.5
14032026-08-29T00:48:06.606Z Compiling flagset v0.4.7
14042026-08-29T00:48:06.606Z Compiling fs_extra v1.3.0
14052026-08-29T00:48:06.634Z Compiling regex-syntax v0.8.10
14062026-08-29T00:48:06.709Z Compiling pem-rfc7468 v0.7.0
14072026-08-29T00:48:06.737Z Compiling ident_case v1.0.1
14082026-08-29T00:48:06.858Z Compiling rand_core v0.9.5
14092026-08-29T00:48:06.872Z Compiling uuid v1.23.4
14102026-08-29T00:48:06.891Z Compiling aws-lc-sys v0.40.0
14112026-08-29T00:48:07.011Z Compiling base64 v0.22.1
14122026-08-29T00:48:07.137Z Compiling vcpkg v0.2.15
14132026-08-29T00:48:07.267Z Compiling syn v1.0.109
14142026-08-29T00:48:07.350Z Compiling serde_derive_internals v0.29.1
14152026-08-29T00:48:07.393Z Compiling serde_derive v1.0.228
14162026-08-29T00:48:07.448Z Compiling zeroize_derive v1.5.0
14172026-08-29T00:48:07.578Z Compiling zerofrom-derive v0.1.6
14182026-08-29T00:48:07.593Z Compiling zerocopy-derive v0.8.55
14192026-08-29T00:48:07.896Z Compiling yoke-derive v0.8.1
14202026-08-29T00:48:08.097Z Compiling zerovec-derive v0.11.2
14212026-08-29T00:48:08.270Z Compiling displaydoc v0.2.5
14222026-08-29T00:48:09.015Z Compiling zerofrom v0.1.6
14232026-08-29T00:48:09.029Z Compiling tokio-macros v2.7.0
14242026-08-29T00:48:09.092Z Compiling futures-macro v0.3.32
14252026-08-29T00:48:09.105Z Compiling der_derive v0.7.3
14262026-08-29T00:48:09.136Z Compiling yoke v0.8.1
14272026-08-29T00:48:09.231Z Compiling thiserror-impl v2.0.18
14282026-08-29T00:48:09.316Z Compiling zerovec v0.11.5
14292026-08-29T00:48:09.736Z Compiling zerotrie v0.2.3
14302026-08-29T00:48:09.820Z Compiling tinystr v0.8.2
14312026-08-29T00:48:09.902Z Compiling potential_utf v0.1.4
14322026-08-29T00:48:10.063Z Compiling icu_locale_core v2.1.1
14332026-08-29T00:48:10.063Z Compiling icu_collections v2.1.1
14342026-08-29T00:48:10.091Z Compiling futures-util v0.3.32
14352026-08-29T00:48:10.117Z Compiling openssl-sys v0.9.117
14362026-08-29T00:48:10.604Z Compiling tracing-attributes v0.1.31
14372026-08-29T00:48:10.618Z Compiling thiserror v2.0.18
14382026-08-29T00:48:10.642Z Compiling rustc_version v0.4.1
14392026-08-29T00:48:10.722Z Compiling icu_provider v2.1.1
14402026-08-29T00:48:10.908Z Compiling zeroize v1.9.0
14412026-08-29T00:48:10.952Z Compiling bytes v1.11.1
14422026-08-29T00:48:10.969Z Compiling icu_properties v2.1.2
14432026-08-29T00:48:11.020Z Compiling icu_normalizer v2.1.1
14442026-08-29T00:48:11.554Z Compiling tokio v1.52.1
14452026-08-29T00:48:11.559Z Compiling chrono v0.4.45
14462026-08-29T00:48:11.692Z Compiling block-buffer v0.10.4
14472026-08-29T00:48:11.876Z Compiling crypto-common v0.1.7
14482026-08-29T00:48:11.883Z Compiling idna_adapter v1.2.1
14492026-08-29T00:48:12.028Z Compiling ppv-lite86 v0.2.21
14502026-08-29T00:48:12.043Z Compiling digest v0.10.7
14512026-08-29T00:48:12.062Z Compiling idna v1.1.0
14522026-08-29T00:48:12.198Z Compiling der v0.7.10
14532026-08-29T00:48:12.299Z Compiling http v1.4.2
14542026-08-29T00:48:12.343Z Compiling rand_chacha v0.9.0
14552026-08-29T00:48:12.372Z Compiling url v2.5.8
14562026-08-29T00:48:12.702Z Compiling tracing-core v0.1.36
14572026-08-29T00:48:12.935Z Compiling dyn-clone v1.0.20
14582026-08-29T00:48:13.026Z Compiling spki v0.7.3
14592026-08-29T00:48:13.073Z Compiling cpufeatures v0.2.17
14602026-08-29T00:48:13.142Z Compiling schemars v0.8.22
14612026-08-29T00:48:13.158Z Compiling aws-lc-rs v1.16.3
14622026-08-29T00:48:13.185Z Compiling simd-adler32 v0.3.8
14632026-08-29T00:48:13.228Z Compiling pkcs8 v0.10.2
14642026-08-29T00:48:13.242Z Compiling tracing v0.1.44
14652026-08-29T00:48:13.349Z Compiling http-body v1.0.1
14662026-08-29T00:48:13.383Z Compiling rand v0.9.2
14672026-08-29T00:48:13.418Z Compiling rustls-pki-types v1.14.0
14682026-08-29T00:48:13.491Z Compiling schemars_derive v0.8.22
14692026-08-29T00:48:13.494Z Compiling spin v0.9.8
14702026-08-29T00:48:13.520Z Compiling tinyvec_macros v0.1.1
14712026-08-29T00:48:13.585Z Compiling crc32fast v1.5.0
14722026-08-29T00:48:13.702Z Compiling adler2 v2.0.1
14732026-08-29T00:48:13.828Z Compiling openssl-probe v0.2.1
14742026-08-29T00:48:13.844Z Compiling httparse v1.10.1
14752026-08-29T00:48:13.857Z Compiling cmov v0.5.4
14762026-08-29T00:48:14.042Z Compiling ctutils v0.4.2
14772026-08-29T00:48:14.059Z Compiling miniz_oxide v0.8.9
14782026-08-29T00:48:14.099Z Compiling tinyvec v1.10.0
14792026-08-29T00:48:14.207Z Compiling tempfile v3.27.0
14802026-08-29T00:48:14.268Z Compiling pest_generator v2.8.6
14812026-08-29T00:48:14.434Z Compiling sha2 v0.10.9
14822026-08-29T00:48:14.558Z Compiling terminal_size v0.4.3
14832026-08-29T00:48:14.637Z Compiling aho-corasick v1.1.4
14842026-08-29T00:48:14.689Z Compiling untrusted v0.7.1
14852026-08-29T00:48:14.824Z Compiling radium v0.7.0
14862026-08-29T00:48:14.961Z Compiling try-lock v0.2.5
14872026-08-29T00:48:15.068Z Compiling atomic-waker v1.1.2
14882026-08-29T00:48:15.102Z Compiling tower-service v0.3.3
14892026-08-29T00:48:15.188Z Compiling tower-layer v0.3.3
14902026-08-29T00:48:15.225Z Compiling want v0.3.1
14912026-08-29T00:48:15.349Z Compiling tokio-util v0.7.18
14922026-08-29T00:48:15.380Z Compiling pest_derive v2.8.6
14932026-08-29T00:48:15.788Z Compiling regex-automata v0.4.14
14942026-08-29T00:48:15.810Z Compiling hybrid-array v0.4.13
14952026-08-29T00:48:16.299Z Compiling h2 v0.4.15
14962026-08-29T00:48:16.366Z Compiling ipnet v2.12.0
14972026-08-29T00:48:16.508Z Compiling scroll_derive v0.13.1
14982026-08-29T00:48:16.566Z Compiling darling_core v0.20.11
14992026-08-29T00:48:16.843Z Compiling openssl v0.10.80
15002026-08-29T00:48:17.066Z Compiling foreign-types-shared v0.1.1
15012026-08-29T00:48:17.156Z Compiling tap v1.0.1
15022026-08-29T00:48:17.189Z Compiling maybe-uninit v2.0.0
15032026-08-29T00:48:17.240Z Compiling untrusted v0.9.0
15042026-08-29T00:48:17.257Z Compiling httpdate v1.0.3
15052026-08-29T00:48:17.272Z Compiling rustls v0.23.41
15062026-08-29T00:48:17.356Z Compiling scroll v0.13.0
15072026-08-29T00:48:17.434Z Compiling wyz v0.5.1
15082026-08-29T00:48:17.475Z Compiling foreign-types v0.3.2
15092026-08-29T00:48:17.544Z Compiling unicode-normalization v0.1.25
15102026-08-29T00:48:17.613Z Compiling rand_chacha v0.3.1
15112026-08-29T00:48:17.704Z Compiling signature v2.2.0
15122026-08-29T00:48:17.886Z Compiling hex v0.4.3
15132026-08-29T00:48:17.993Z Compiling thiserror-impl v1.0.69
15142026-08-29T00:48:18.009Z Compiling openssl-macros v0.1.1
15152026-08-29T00:48:18.150Z Compiling bzip2-sys v0.1.13+1.0.8
15162026-08-29T00:48:18.385Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15172026-08-29T00:48:18.399Z Compiling num-integer v0.1.46
15182026-08-29T00:48:18.420Z Compiling wait-timeout v0.2.1
15192026-08-29T00:48:18.674Z Compiling ahash v0.8.12
15202026-08-29T00:48:18.707Z Compiling funty v2.0.0
15212026-08-29T00:48:18.758Z Compiling num-conv v0.2.0
15222026-08-29T00:48:18.777Z Compiling darling_macro v0.20.11
15232026-08-29T00:48:18.870Z Compiling native-tls v0.2.18
15242026-08-29T00:48:18.884Z Compiling num-bigint-dig v0.8.6
15252026-08-29T00:48:19.057Z Compiling packed_struct v0.10.1
15262026-08-29T00:48:19.071Z Compiling time-core v0.1.8
15272026-08-29T00:48:19.210Z Compiling powerfmt v0.2.0
15282026-08-29T00:48:19.224Z Compiling quick-error v1.2.3
15292026-08-29T00:48:19.250Z Compiling bit-vec v0.8.0
15302026-08-29T00:48:19.265Z Compiling darling v0.20.11
15312026-08-29T00:48:19.336Z Compiling rusty-fork v0.3.1
15322026-08-29T00:48:19.341Z Compiling time-macros v0.2.27
15332026-08-29T00:48:19.344Z Compiling thiserror v1.0.69
15342026-08-29T00:48:19.405Z Compiling hyper v1.10.1
15352026-08-29T00:48:19.442Z Compiling bit-set v0.8.0
15362026-08-29T00:48:19.473Z Compiling deranged v0.5.8
15372026-08-29T00:48:19.633Z Compiling bitvec v1.0.1
15382026-08-29T00:48:19.694Z Compiling clap_builder v4.6.0
15392026-08-29T00:48:20.387Z Compiling num-iter v0.1.45
15402026-08-29T00:48:20.499Z Compiling rand v0.8.6
15412026-08-29T00:48:21.032Z Compiling hyper-util v0.1.20
15422026-08-29T00:48:21.129Z Compiling goblin v0.10.5
15432026-08-29T00:48:21.241Z Compiling packed_struct_codegen v0.10.1
15442026-08-29T00:48:21.288Z Compiling lazy_static v1.5.0
15452026-08-29T00:48:21.380Z Compiling hmac v0.12.1
15462026-08-29T00:48:21.538Z Compiling serde_spanned v0.6.9
15472026-08-29T00:48:21.677Z Compiling toml_datetime v0.6.11
15482026-08-29T00:48:21.925Z Compiling bitfield-macros v0.19.4
15492026-08-29T00:48:22.271Z Compiling zerocopy-derive v0.6.6
15502026-08-29T00:48:22.612Z Compiling clap_derive v4.6.1
15512026-08-29T00:48:22.649Z Compiling rand_xorshift v0.4.0
15522026-08-29T00:48:22.744Z Compiling sync_wrapper v1.0.2
15532026-08-29T00:48:22.811Z Compiling indexmap v1.9.3
15542026-08-29T00:48:22.850Z Compiling unicode-segmentation v1.12.0
15552026-08-29T00:48:22.991Z Compiling crc-catalog v2.4.0
15562026-08-29T00:48:23.078Z Compiling crossbeam-utils v0.8.21
15572026-08-29T00:48:23.095Z Compiling nodrop v0.1.14
15582026-08-29T00:48:23.184Z Compiling unarray v0.1.4
15592026-08-29T00:48:23.222Z Compiling object v0.37.3
15602026-08-29T00:48:23.294Z Compiling num_threads v0.1.7
15612026-08-29T00:48:23.357Z Compiling siphasher v1.0.2
15622026-08-29T00:48:23.389Z Compiling usdt-impl v0.6.0
15632026-08-29T00:48:23.393Z Compiling zlib-rs v0.6.2
15642026-08-29T00:48:23.480Z Compiling paste v1.0.15
15652026-08-29T00:48:23.585Z Compiling time v0.3.47
15662026-08-29T00:48:23.639Z Compiling proptest v1.11.0
15672026-08-29T00:48:23.777Z Compiling dof v0.4.0
15682026-08-29T00:48:24.330Z Compiling clap v4.6.1
15692026-08-29T00:48:24.410Z Compiling array-init v0.0.4
15702026-08-29T00:48:24.742Z Compiling zerocopy v0.6.6
15712026-08-29T00:48:24.993Z Compiling crc v3.4.0
15722026-08-29T00:48:25.102Z Compiling tower v0.5.3
15732026-08-29T00:48:25.128Z Compiling bitfield v0.19.4
15742026-08-29T00:48:25.410Z Compiling smallvec v0.6.14
15752026-08-29T00:48:25.648Z Compiling derive_builder_core v0.20.2
15762026-08-29T00:48:25.840Z Compiling dtrace-parser v0.3.0
15772026-08-29T00:48:26.318Z Compiling flate2 v1.1.9
15782026-08-29T00:48:26.466Z Compiling ipnetwork v0.21.1
15792026-08-29T00:48:26.540Z Compiling http-body-util v0.1.3
15802026-08-29T00:48:26.554Z Compiling pkcs1 v0.7.5
15812026-08-29T00:48:26.578Z Compiling heapless v0.7.17
15822026-08-29T00:48:26.714Z Compiling scroll_derive v0.12.1
15832026-08-29T00:48:26.777Z Compiling structmeta-derive v0.3.0
15842026-08-29T00:48:26.809Z Compiling slog v2.8.2
15852026-08-29T00:48:26.839Z Compiling darling_core v0.23.0
15862026-08-29T00:48:26.938Z Compiling thread-id v5.1.0
15872026-08-29T00:48:26.989Z Compiling cookie v0.18.1
15882026-08-29T00:48:27.019Z Compiling env_filter v2.0.0
15892026-08-29T00:48:27.166Z Compiling syn v3.0.3
15902026-08-29T00:48:27.308Z Compiling ryu v1.0.23
15912026-08-29T00:48:27.432Z Compiling base64 v0.21.7
15922026-08-29T00:48:27.485Z Compiling signal-hook v0.3.18
15932026-08-29T00:48:27.653Z Compiling anyhow v1.0.104
15942026-08-29T00:48:27.667Z Compiling allocator-api2 v0.2.21
15952026-08-29T00:48:27.841Z Compiling unicode-properties v0.1.4
15962026-08-29T00:48:27.966Z Compiling iri-string v0.7.10
15972026-08-29T00:48:27.990Z Compiling unicode-bidi v0.3.18
15982026-08-29T00:48:28.048Z Compiling hashbrown v0.12.3
15992026-08-29T00:48:28.505Z Compiling winnow v0.5.40
16002026-08-29T00:48:28.505Z Compiling zstd-safe v7.2.4
16012026-08-29T00:48:28.702Z Compiling gimli v0.32.3
16022026-08-29T00:48:29.311Z Compiling darling_macro v0.23.0
16032026-08-29T00:48:29.449Z Compiling tower-http v0.6.8
16042026-08-29T00:48:29.795Z Compiling toml_edit v0.19.15
16052026-08-29T00:48:29.930Z Compiling stringprep v0.1.5
16062026-08-29T00:48:30.410Z Compiling structmeta v0.3.0
16072026-08-29T00:48:30.480Z Compiling addr2line v0.25.1
16082026-08-29T00:48:30.606Z Compiling ron v0.8.1
16092026-08-29T00:48:30.620Z Compiling daft-derive v0.1.8
16102026-08-29T00:48:30.665Z Compiling serde_urlencoded v0.7.1
16112026-08-29T00:48:30.812Z Compiling scroll v0.12.0
16122026-08-29T00:48:30.840Z Compiling env_logger v0.11.11
16132026-08-29T00:48:31.142Z Compiling rsa v0.9.10
16142026-08-29T00:48:31.182Z Compiling oxnet v0.1.6
16152026-08-29T00:48:31.320Z Compiling derive_builder_macro v0.20.2
16162026-08-29T00:48:31.521Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16172026-08-29T00:48:31.601Z Compiling newtype-uuid v1.3.2
16182026-08-29T00:48:31.656Z Compiling hashbrown v0.13.2
16192026-08-29T00:48:31.777Z Compiling bzip2 v0.4.4
16202026-08-29T00:48:31.929Z Compiling serde-hex v0.1.0
16212026-08-29T00:48:31.980Z Compiling tokio-native-tls v0.3.1
16222026-08-29T00:48:32.137Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16232026-08-29T00:48:32.152Z Compiling camino v1.2.5
16242026-08-29T00:48:32.810Z Compiling bstr v1.12.1
16252026-08-29T00:48:32.937Z Compiling block-padding v0.4.2
16262026-08-29T00:48:33.079Z Compiling block-buffer v0.12.1
16272026-08-29T00:48:33.278Z Compiling crypto-common v0.2.2
16282026-08-29T00:48:33.437Z Compiling rustls-native-certs v0.8.3
16292026-08-29T00:48:33.647Z Compiling x509-cert v0.2.5
16302026-08-29T00:48:33.732Z Compiling md-5 v0.10.6
16312026-08-29T00:48:33.908Z Compiling curve25519-dalek v4.1.3
16322026-08-29T00:48:34.157Z Compiling erased-serde v0.3.31
16332026-08-29T00:48:34.232Z Compiling serde_tokenstream v0.2.3
16342026-08-29T00:48:34.479Z Compiling pin-project-internal v1.1.11
16352026-08-29T00:48:34.540Z Compiling async-trait v0.1.89
16362026-08-29T00:48:34.640Z Compiling zerocopy-derive v0.7.35
16372026-08-29T00:48:35.006Z Compiling vergen-lib v9.1.0
16382026-08-29T00:48:35.186Z Compiling hash32 v0.2.1
16392026-08-29T00:48:35.267Z Compiling memoffset v0.9.1
16402026-08-29T00:48:35.303Z Compiling encoding_rs v0.8.35
16412026-08-29T00:48:35.379Z Compiling cfg_aliases v0.2.1
16422026-08-29T00:48:35.452Z Compiling mime v0.3.17
16432026-08-29T00:48:35.456Z Compiling crc-any v2.5.0
16442026-08-29T00:48:35.498Z Compiling rustc-demangle v0.1.27
16452026-08-29T00:48:35.582Z Compiling rustix v0.38.44
16462026-08-29T00:48:35.598Z Compiling smoltcp v0.9.1
16472026-08-29T00:48:35.690Z Compiling litrs v1.0.0
16482026-08-29T00:48:35.706Z Compiling owo-colors v4.3.0
16492026-08-29T00:48:35.892Z Compiling psl-types v2.0.11
16502026-08-29T00:48:35.917Z Compiling fallible-iterator v0.2.0
16512026-08-29T00:48:35.923Z Compiling ref-cast v1.0.25
16522026-08-29T00:48:36.016Z Compiling publicsuffix v2.3.0
16532026-08-29T00:48:36.078Z Compiling backtrace v0.3.76
16542026-08-29T00:48:36.142Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16552026-08-29T00:48:36.175Z Compiling pin-project v1.1.11
16562026-08-29T00:48:36.190Z Compiling document-features v0.2.12
16572026-08-29T00:48:36.228Z Compiling postgres-protocol v0.6.10
16582026-08-29T00:48:36.259Z Compiling zerocopy v0.7.35
16592026-08-29T00:48:36.376Z Compiling nix v0.31.2
16602026-08-29T00:48:36.839Z Compiling inout v0.2.2
16612026-08-29T00:48:36.845Z Compiling daft v0.1.8
16622026-08-29T00:48:36.845Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16632026-08-29T00:48:36.955Z Compiling hyper-tls v0.6.0
16642026-08-29T00:48:37.067Z Compiling object v0.30.4
16652026-08-29T00:48:37.117Z Compiling zip v0.6.6
16662026-08-29T00:48:37.130Z Compiling derive_builder v0.20.2
16672026-08-29T00:48:37.185Z Compiling toml v0.7.8
16682026-08-29T00:48:37.215Z Compiling goblin v0.8.2
16692026-08-29T00:48:37.664Z Compiling derive-ex v0.1.8
16702026-08-29T00:48:37.750Z Compiling darling v0.23.0
16712026-08-29T00:48:37.753Z Compiling phf_shared v0.13.1
16722026-08-29T00:48:37.836Z Compiling convert_case v0.10.0
16732026-08-29T00:48:38.004Z Compiling regex v1.12.3
16742026-08-29T00:48:38.018Z Compiling hubpack_derive v0.1.1
16752026-08-29T00:48:38.128Z Compiling futures-executor v0.3.32
16762026-08-29T00:48:38.383Z Compiling ref-cast-impl v1.0.25
16772026-08-29T00:48:38.422Z Compiling snafu-derive v0.8.9
16782026-08-29T00:48:38.455Z Compiling strum_macros v0.27.2
16792026-08-29T00:48:38.917Z Compiling curve25519-dalek-derive v0.1.1
16802026-08-29T00:48:39.289Z Compiling vergen v9.1.0
16812026-08-29T00:48:39.464Z Compiling cargo-platform v0.3.2
16822026-08-29T00:48:39.547Z Compiling ff v0.13.1
16832026-08-29T00:48:39.685Z Compiling fs-err v3.3.0
16842026-08-29T00:48:39.733Z Compiling base16ct v0.2.0
16852026-08-29T00:48:39.857Z Compiling foldhash v0.2.0
16862026-08-29T00:48:39.910Z Compiling libbz2-rs-sys v0.2.2
16872026-08-29T00:48:39.967Z Compiling bitflags v1.3.2
16882026-08-29T00:48:40.046Z Compiling jiff-core v0.1.0
16892026-08-29T00:48:40.094Z Compiling bumpalo v3.20.2
16902026-08-29T00:48:40.329Z Compiling same-file v1.0.6
16912026-08-29T00:48:40.353Z Compiling foldhash v0.1.5
16922026-08-29T00:48:40.439Z Compiling path-slash v0.1.5
16932026-08-29T00:48:40.505Z Compiling either v1.15.0
16942026-08-29T00:48:40.528Z Compiling managed v0.8.0
16952026-08-29T00:48:40.569Z Compiling is_ci v1.2.0
16962026-08-29T00:48:40.606Z Compiling textwrap v0.16.2
16972026-08-29T00:48:40.656Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16982026-08-29T00:48:40.725Z Compiling supports-color v3.0.2
16992026-08-29T00:48:40.742Z Compiling hashbrown v0.15.5
17002026-08-29T00:48:40.891Z Compiling jiff v0.2.34
17012026-08-29T00:48:41.067Z Compiling walkdir v2.5.0
17022026-08-29T00:48:41.121Z Compiling strum v0.27.2
17032026-08-29T00:48:41.255Z Compiling snafu v0.8.9
17042026-08-29T00:48:41.293Z Compiling zopfli v0.8.3
17052026-08-29T00:48:41.381Z Compiling bzip2 v0.6.1
17062026-08-29T00:48:41.495Z Compiling hashbrown v0.16.1
17072026-08-29T00:48:41.580Z Compiling sec1 v0.7.3
17082026-08-29T00:48:41.693Z Compiling group v0.13.0
17092026-08-29T00:48:41.859Z Compiling cargo_metadata v0.23.1
17102026-08-29T00:48:41.959Z Compiling dof v0.3.0
17112026-08-29T00:48:42.054Z Compiling test-strategy v0.4.5
17122026-08-29T00:48:42.189Z Compiling hubpack v0.1.2
17132026-08-29T00:48:42.405Z Compiling futures v0.3.32
17142026-08-29T00:48:42.487Z Compiling derive_more-impl v2.1.1
17152026-08-29T00:48:42.666Z Compiling phf v0.13.1
17162026-08-29T00:48:43.193Z Compiling serde_with_macros v3.21.0
17172026-08-29T00:48:43.198Z Compiling signal-hook-mio v0.2.5
17182026-08-29T00:48:43.325Z Compiling cookie_store v0.22.1
17192026-08-29T00:48:43.486Z Compiling zstd v0.13.3
17202026-08-29T00:48:43.613Z Compiling reqwest v0.12.28
17212026-08-29T00:48:43.748Z Compiling cipher v0.5.2
17222026-08-29T00:48:44.010Z Compiling postgres-types v0.2.12
17232026-08-29T00:48:44.068Z Compiling backtrace-ext v0.2.1
17242026-08-29T00:48:44.418Z Compiling usdt-attr-macro v0.6.0
17252026-08-29T00:48:44.563Z Compiling usdt-macro v0.6.0
17262026-08-29T00:48:44.793Z Compiling globset v0.4.18
17272026-08-29T00:48:45.078Z Compiling phf_shared v0.11.3
17282026-08-29T00:48:45.141Z Compiling hkdf v0.12.4
17292026-08-29T00:48:45.240Z Compiling dtrace-parser v0.2.0
17302026-08-29T00:48:45.267Z Compiling byte-wrapper v0.1.0
17312026-08-29T00:48:45.304Z Compiling olpc-cjson v0.1.4
17322026-08-29T00:48:45.378Z Compiling ed25519 v2.2.3
17332026-08-29T00:48:45.411Z Compiling crypto-bigint v0.5.5
17342026-08-29T00:48:45.463Z Compiling serde-big-array v0.5.1
17352026-08-29T00:48:45.517Z Compiling serde_plain v1.0.2
17362026-08-29T00:48:45.589Z Compiling strum_macros v0.26.4
17372026-08-29T00:48:45.616Z Compiling serde_repr v0.1.20
17382026-08-29T00:48:45.709Z Compiling enum-as-inner v0.6.1
17392026-08-29T00:48:45.978Z Compiling async-recursion v1.1.1
17402026-08-29T00:48:46.142Z Compiling miette-derive v7.6.0
17412026-08-29T00:48:46.208Z Compiling pem v3.0.6
17422026-08-29T00:48:46.241Z Compiling float-cmp v0.10.0
17432026-08-29T00:48:46.389Z Compiling thread-id v4.2.2
17442026-08-29T00:48:46.475Z Compiling memmap2 v0.9.10
17452026-08-29T00:48:46.523Z Compiling supports-hyperlinks v3.2.0
17462026-08-29T00:48:46.620Z Compiling precomputed-hash v0.1.1
17472026-08-29T00:48:46.674Z Compiling typed-path v0.9.3
17482026-08-29T00:48:46.688Z Compiling normalize-line-endings v0.3.0
17492026-08-29T00:48:46.710Z Compiling new_debug_unreachable v1.0.6
17502026-08-29T00:48:46.781Z Compiling whoami v2.1.0
17512026-08-29T00:48:46.796Z Compiling static_assertions v1.1.0
17522026-08-29T00:48:46.871Z Compiling difflib v0.4.0
17532026-08-29T00:48:47.168Z Compiling fixedbitset v0.5.7
17542026-08-29T00:48:47.280Z Compiling predicates-core v1.0.10
17552026-08-29T00:48:47.334Z Compiling const-oid v0.10.2
17562026-08-29T00:48:47.361Z Compiling cpufeatures v0.3.0
17572026-08-29T00:48:47.414Z Compiling keccak v0.1.6
17582026-08-29T00:48:47.440Z Compiling supports-unicode v3.0.0
17592026-08-29T00:48:47.456Z Compiling winnow v1.0.3
17602026-08-29T00:48:47.471Z Compiling fixedbitset v0.4.2
17612026-08-29T00:48:47.529Z Compiling data-encoding v2.10.0
17622026-08-29T00:48:47.545Z Compiling miette v7.6.0
17632026-08-29T00:48:47.578Z Compiling toml_edit v0.22.27
17642026-08-29T00:48:47.683Z Compiling petgraph v0.6.5
17652026-08-29T00:48:47.877Z Compiling hickory-proto v0.25.2
17662026-08-29T00:48:48.149Z Compiling sha3 v0.10.8
17672026-08-29T00:48:48.258Z Compiling digest v0.11.3
17682026-08-29T00:48:48.432Z Compiling toml_parser v1.1.2+spec-1.1.0
17692026-08-29T00:48:48.517Z Compiling chacha20 v0.10.0
17702026-08-29T00:48:48.607Z Compiling petgraph v0.8.3
17712026-08-29T00:48:48.668Z Compiling predicates v3.1.4
17722026-08-29T00:48:48.894Z Compiling strum v0.26.3
17732026-08-29T00:48:49.006Z Compiling tokio-postgres v0.7.16
17742026-08-29T00:48:49.102Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17752026-08-29T00:48:49.159Z Compiling string_cache v0.8.9
17762026-08-29T00:48:49.297Z Compiling usdt v0.6.0
17772026-08-29T00:48:49.378Z Compiling usdt-impl v0.5.0
17782026-08-29T00:48:49.562Z Compiling elliptic-curve v0.13.8
17792026-08-29T00:48:50.056Z Compiling ed25519-dalek v2.2.0
17802026-08-29T00:48:50.071Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17812026-08-29T00:48:50.332Z Compiling crossterm v0.28.1
17822026-08-29T00:48:50.542Z Compiling serde_with v3.21.0
17832026-08-29T00:48:51.313Z Compiling zip v4.6.1
17842026-08-29T00:48:51.547Z Compiling derive_more v2.1.1
17852026-08-29T00:48:51.651Z Compiling iddqd v0.4.2
17862026-08-29T00:48:52.004Z Compiling itertools v0.15.0
17872026-08-29T00:48:52.184Z Compiling itertools v0.13.0
17882026-08-29T00:48:52.272Z Compiling similar v2.7.0
17892026-08-29T00:48:52.288Z Compiling crossbeam-epoch v0.9.18
17902026-08-29T00:48:52.320Z Compiling heck v0.4.1
17912026-08-29T00:48:52.543Z Compiling tokio-stream v0.1.18
17922026-08-29T00:48:52.598Z Compiling buf-list v1.1.2
17932026-08-29T00:48:52.616Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-08-29T00:48:52.863Z Compiling openapiv3 v2.2.0
17952026-08-29T00:48:52.899Z Compiling lalrpop-util v0.19.12
17962026-08-29T00:48:52.913Z Compiling peg-runtime v0.8.5
17972026-08-29T00:48:52.973Z Compiling thread_local v1.1.9
17982026-08-29T00:48:53.085Z Compiling slog-async v2.8.0
17992026-08-29T00:48:53.109Z Compiling crossbeam-channel v0.5.15
18002026-08-29T00:48:53.182Z Compiling filetime v0.2.27
18012026-08-29T00:48:53.224Z Compiling is-terminal v0.4.17
18022026-08-29T00:48:53.301Z Compiling xattr v1.6.1
18032026-08-29T00:48:53.318Z Compiling take_mut v0.2.2
18042026-08-29T00:48:53.353Z Compiling term v1.2.1
18052026-08-29T00:48:53.386Z Compiling camino-tempfile v1.4.1
18062026-08-29T00:48:53.411Z Compiling tar v0.4.46
18072026-08-29T00:48:53.890Z Compiling slog-term v2.9.2
18082026-08-29T00:48:59.635Z Compiling rustls-webpki v0.103.13
18092026-08-29T00:49:02.389Z Compiling tokio-rustls v0.26.4
18102026-08-29T00:49:02.390Z Compiling rustls-platform-verifier v0.6.2
18112026-08-29T00:49:02.397Z Compiling tough v0.22.0
18122026-08-29T00:49:02.549Z Compiling hyper-rustls v0.27.7
18132026-08-29T00:49:02.744Z Compiling reqwest v0.13.2
18142026-08-29T00:49:04.949Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-08-29T00:49:05.164Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-08-29T00:49:08.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18172026-08-29T00:49:08.239Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18182026-08-29T00:49:08.326ZAug 29 00:49:07.203 INFO Starting download, target: Console
18192026-08-29T00:49:08.327ZAug 29 00:49:07.204 INFO Starting download, target: Clickhouse
18202026-08-29T00:49:08.327ZAug 29 00:49:07.204 INFO Starting download, target: Cockroach
18212026-08-29T00:49:08.396ZAug 29 00:49:07.204 INFO Starting download, target: DendriteStub
18222026-08-29T00:49:08.397ZAug 29 00:49:07.204 INFO Starting download, target: MaghemiteMgd
18232026-08-29T00:49:08.397ZAug 29 00:49:07.204 INFO Starting download, target: MaghemiteDdmd
18242026-08-29T00:49:08.397ZAug 29 00:49:07.204 INFO Starting download, target: TransceiverControl
18252026-08-29T00:49:08.397ZAug 29 00:49:07.204 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18262026-08-29T00:49:08.397ZAug 29 00:49:07.204 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18272026-08-29T00:49:08.397ZAug 29 00:49:07.204 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18282026-08-29T00:49:08.397ZAug 29 00:49:07.204 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18292026-08-29T00:49:08.397ZAug 29 00:49:07.204 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18302026-08-29T00:49:08.397ZAug 29 00:49:07.204 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18312026-08-29T00:49:08.397ZAug 29 00:49:07.204 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18322026-08-29T00:49:09.160ZAug 29 00:49:08.045 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18332026-08-29T00:49:09.366ZAug 29 00:49:08.274 INFO Download complete, target: TransceiverControl
18342026-08-29T00:49:10.149ZAug 29 00:49:09.023 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18352026-08-29T00:49:10.392ZAug 29 00:49:09.299 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18362026-08-29T00:49:10.618ZAug 29 00:49:09.537 INFO Download complete, target: Console
18372026-08-29T00:49:11.221ZAug 29 00:49:10.129 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18382026-08-29T00:49:11.705ZAug 29 00:49:10.598 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18392026-08-29T00:49:11.725ZAug 29 00:49:10.624 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18402026-08-29T00:49:12.417ZAug 29 00:49:11.335 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18412026-08-29T00:49:12.417ZAug 29 00:49:11.335 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18422026-08-29T00:49:13.777ZAug 29 00:49:12.693 INFO Download complete, target: DendriteStub
18432026-08-29T00:49:13.817ZAug 29 00:49:12.729 INFO Download complete, target: MaghemiteDdmd
18442026-08-29T00:49:14.397ZAug 29 00:49:13.244 INFO Download complete, target: MaghemiteMgd
18452026-08-29T00:49:16.985ZAug 29 00:49:15.903 INFO Checking that binary works, target: Clickhouse
18462026-08-29T00:49:17.121ZAug 29 00:49:16.042 INFO Download complete, target: Clickhouse
18472026-08-29T00:49:17.149ZAug 29 00:49:16.068 INFO Checking that binary works, target: Cockroach
18482026-08-29T00:49:17.256ZAug 29 00:49:16.177 INFO Download complete, target: Cockroach
18492026-08-29T00:49:17.272ZAll builder prerequisites installed successfully, and PATH looks valid
18502026-08-29T00:49:17.276Z
18512026-08-29T00:49:17.276Zreal 2:11.550898750
18522026-08-29T00:49:17.276Zuser 7:20.310189033
18532026-08-29T00:49:17.276Zsys 1:26.901837193
18542026-08-29T00:49:17.276Ztrap 0.248454140
18552026-08-29T00:49:17.276Ztflt 0.556543311
18562026-08-29T00:49:17.276Zdflt 0.848800544
18572026-08-29T00:49:17.276Zkflt 0.027330758
18582026-08-29T00:49:17.276Zlock 27:21.659193582
18592026-08-29T00:49:17.276Zslp 22:10.431460290
18602026-08-29T00:49:17.276Zlat 50.795468796
18612026-08-29T00:49:17.276Zstop 2:42.848515255
18622026-08-29T00:49:17.278Z+ banner clippy
18632026-08-29T00:49:17.278Z
18642026-08-29T00:49:17.278Z #### # # ##### ##### # #
18652026-08-29T00:49:17.278Z # # # # # # # # # #
18662026-08-29T00:49:17.278Z # # # # # # # #
18672026-08-29T00:49:17.278Z # # # ##### ##### #
18682026-08-29T00:49:17.278Z # # # # # # #
18692026-08-29T00:49:17.278Z #### ###### # # # #
18702026-08-29T00:49:17.278Z
18712026-08-29T00:49:17.278Z+ export CARGO_INCREMENTAL=0
18722026-08-29T00:49:17.278Z+ CARGO_INCREMENTAL=0
18732026-08-29T00:49:17.278Z+ ptime -m cargo xtask clippy
18742026-08-29T00:49:17.747Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18752026-08-29T00:49:18.026Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18762026-08-29T00:49:19.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18772026-08-29T00:49:19.892Z Running `target/debug/xtask clippy`
18782026-08-29T00:49:19.915Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18792026-08-29T00:49:20.487Z Downloading crates ...
18802026-08-29T00:49:20.659Z Downloaded anes v0.1.6
18812026-08-29T00:49:20.662Z Downloaded concurrent-queue v2.5.0
18822026-08-29T00:49:20.662Z Downloaded approx v0.5.1
18832026-08-29T00:49:20.662Z Downloaded blake2b_simd v1.0.4
18842026-08-29T00:49:20.665Z Downloaded cast v0.3.0
18852026-08-29T00:49:20.665Z Downloaded async-object-pool v0.2.0
18862026-08-29T00:49:20.665Z Downloaded constant_time_eq v0.3.1
18872026-08-29T00:49:20.665Z Downloaded assert-json-diff v2.0.2
18882026-08-29T00:49:20.665Z Downloaded async-lock v3.4.2
18892026-08-29T00:49:20.669Z Downloaded criterion-plot v0.6.0
18902026-08-29T00:49:20.669Z Downloaded assert_cmd v2.1.2
18912026-08-29T00:49:20.669Z Downloaded datatest-stable v0.3.3
18922026-08-29T00:49:20.672Z Downloaded cfg-expr v0.20.6
18932026-08-29T00:49:20.677Z Downloaded criterion v0.7.0
18942026-08-29T00:49:20.680Z Downloaded event-listener-strategy v0.5.4
18952026-08-29T00:49:20.680Z Downloaded fancy-regex v0.14.0
18962026-08-29T00:49:20.680Z Downloaded guppy-workspace-hack v0.1.0
18972026-08-29T00:49:20.680Z Downloaded event-listener v5.4.1
18982026-08-29T00:49:20.680Z Downloaded futures-timer v3.0.3
18992026-08-29T00:49:20.684Z Downloaded escape8259 v0.5.3
19002026-08-29T00:49:20.684Z Downloaded guppy v0.17.25
19012026-08-29T00:49:20.686Z Downloaded hex-literal v0.4.1
19022026-08-29T00:49:20.687Z Downloaded hickory-client v0.25.2
19032026-08-29T00:49:20.687Z Downloaded httptest v0.16.4
19042026-08-29T00:49:20.690Z Downloaded knuffel-derive v3.2.0
19052026-08-29T00:49:20.690Z Downloaded linkme-impl v0.3.35
19062026-08-29T00:49:20.690Z Downloaded nested v0.1.1
19072026-08-29T00:49:20.690Z Downloaded miette-derive v5.10.0
19082026-08-29T00:49:20.690Z Downloaded linkme v0.3.35
19092026-08-29T00:49:20.693Z Downloaded libtest-mimic v0.8.1
19102026-08-29T00:49:20.693Z Downloaded knuffel v3.2.0
19112026-08-29T00:49:20.696Z Downloaded parking v2.2.1
19122026-08-29T00:49:20.696Z Downloaded pathdiff v0.2.3
19132026-08-29T00:49:20.696Z Downloaded plotters-svg v0.3.7
19142026-08-29T00:49:20.696Z Downloaded oorandom v11.1.5
19152026-08-29T00:49:20.696Z Downloaded owo-colors v3.5.0
19162026-08-29T00:49:20.699Z Downloaded miette v5.10.0
19172026-08-29T00:49:20.699Z Downloaded plotters-backend v0.3.7
19182026-08-29T00:49:20.700Z Downloaded partial-io v0.5.4
19192026-08-29T00:49:20.708Z Downloaded path-tree v0.8.3
19202026-08-29T00:49:20.708Z Downloaded plotters v0.3.7
19212026-08-29T00:49:20.711Z Downloaded relative-path v1.9.3
19222026-08-29T00:49:20.711Z Downloaded rand_distr v0.5.1
19232026-08-29T00:49:20.711Z Downloaded rstest v0.25.0
19242026-08-29T00:49:20.717Z Downloaded serde_regex v1.1.0
19252026-08-29T00:49:20.717Z Downloaded rust-argon2 v2.1.0
19262026-08-29T00:49:20.717Z Downloaded rstest_macros v0.25.0
19272026-08-29T00:49:20.721Z Downloaded similar-asserts v1.7.0
19282026-08-29T00:49:20.721Z Downloaded supports-color v2.1.0
19292026-08-29T00:49:20.721Z Downloaded target-triple v1.0.0
19302026-08-29T00:49:20.721Z Downloaded stringmetrics v2.2.2
19312026-08-29T00:49:20.721Z Downloaded supports-hyperlinks v2.1.0
19322026-08-29T00:49:20.721Z Downloaded supports-unicode v2.1.0
19332026-08-29T00:49:20.721Z Downloaded terminal_size v0.1.17
19342026-08-29T00:49:20.721Z Downloaded target-lexicon v0.13.3
19352026-08-29T00:49:20.721Z Downloaded termcolor v1.4.1
19362026-08-29T00:49:20.724Z Downloaded target-spec v3.5.7
19372026-08-29T00:49:20.724Z Downloaded tinytemplate v1.2.1
19382026-08-29T00:49:20.724Z Downloaded textwrap v0.15.2
19392026-08-29T00:49:20.724Z Downloaded trybuild v1.0.116
19402026-08-29T00:49:20.747Z Downloaded httpmock v0.8.3
19412026-08-29T00:49:22.581Z Checking cfg-if v1.0.4
19422026-08-29T00:49:22.960Z Checking serde_core v1.0.228
19432026-08-29T00:49:22.960Z Checking libc v0.2.185
19442026-08-29T00:49:23.035Z Checking memchr v2.8.0
19452026-08-29T00:49:23.080Z Checking smallvec v1.15.1
19462026-08-29T00:49:23.121Z Checking rand_core v0.10.0
19472026-08-29T00:49:23.124Z Checking itoa v1.0.17
19482026-08-29T00:49:23.195Z Checking subtle v2.6.1
19492026-08-29T00:49:23.195Z Checking libm v0.2.16
19502026-08-29T00:49:23.283Z Checking log v0.4.33
19512026-08-29T00:49:23.335Z Checking typenum v1.20.1
19522026-08-29T00:49:23.335Z Checking scopeguard v1.2.0
19532026-08-29T00:49:23.413Z Checking getrandom v0.4.3
19542026-08-29T00:49:23.413Z Checking errno v0.3.14
19552026-08-29T00:49:23.484Z Checking zmij v1.0.21
19562026-08-29T00:49:23.487Z Checking lock_api v0.4.14
19572026-08-29T00:49:23.517Z Checking stable_deref_trait v1.2.1
19582026-08-29T00:49:23.590Z Checking zerofrom v0.1.6
19592026-08-29T00:49:23.638Z Checking percent-encoding v2.3.2
19602026-08-29T00:49:23.674Z Checking litemap v0.8.1
19612026-08-29T00:49:23.717Z Checking writeable v0.6.2
19622026-08-29T00:49:23.754Z Checking yoke v0.8.1
19632026-08-29T00:49:23.792Z Checking icu_normalizer_data v2.1.1
19642026-08-29T00:49:23.830Z Checking icu_properties_data v2.1.2
19652026-08-29T00:49:23.873Z Checking form_urlencoded v1.2.2
19662026-08-29T00:49:23.913Z Checking num-traits v0.2.19
19672026-08-29T00:49:23.914Z Checking utf8_iter v1.0.4
19682026-08-29T00:49:23.986Z Checking zerovec v0.11.5
19692026-08-29T00:49:23.986Z Checking zerotrie v0.2.3
19702026-08-29T00:49:24.063Z Checking zerocopy v0.8.55
19712026-08-29T00:49:24.103Z Checking portable-atomic v1.13.1
19722026-08-29T00:49:24.142Z Checking pin-project-lite v0.2.17
19732026-08-29T00:49:24.181Z Checking critical-section v1.2.0
19742026-08-29T00:49:24.268Z Checking parking_lot_core v0.9.12
19752026-08-29T00:49:24.317Z Checking signal-hook-registry v1.4.8
19762026-08-29T00:49:24.359Z Checking mio v1.2.0
19772026-08-29T00:49:24.461Z Checking tinystr v0.8.2
19782026-08-29T00:49:24.502Z Checking serde v1.0.228
19792026-08-29T00:49:24.506Z Checking bitflags v2.11.0
19802026-08-29T00:49:24.572Z Checking serde_json v1.0.151
19812026-08-29T00:49:24.575Z Checking potential_utf v0.1.4
19822026-08-29T00:49:24.606Z Checking once_cell v1.21.3
19832026-08-29T00:49:24.677Z Checking icu_locale_core v2.1.1
19842026-08-29T00:49:24.684Z Checking parking_lot v0.12.5
19852026-08-29T00:49:24.785Z Checking iana-time-zone v0.1.65
19862026-08-29T00:49:24.793Z Checking icu_collections v2.1.1
19872026-08-29T00:49:24.846Z Checking uuid v1.23.4
19882026-08-29T00:49:24.894Z Checking socket2 v0.6.3
19892026-08-29T00:49:24.930Z Checking zeroize v1.9.0
19902026-08-29T00:49:24.930Z Checking bytes v1.11.1
19912026-08-29T00:49:25.118Z Checking chrono v0.4.45
19922026-08-29T00:49:25.168Z Checking semver v1.0.28
19932026-08-29T00:49:25.229Z Checking thiserror v2.0.18
19942026-08-29T00:49:25.271Z Checking icu_provider v2.1.1
19952026-08-29T00:49:25.274Z Checking dyn-clone v1.0.20
19962026-08-29T00:49:25.366Z Checking rustix v1.1.4
19972026-08-29T00:49:25.371Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19982026-08-29T00:49:25.446Z Checking futures-core v0.3.32
19992026-08-29T00:49:25.453Z Checking tokio v1.52.1
20002026-08-29T00:49:25.480Z Checking equivalent v1.0.2
20012026-08-29T00:49:25.545Z Checking icu_properties v2.1.2
20022026-08-29T00:49:25.589Z Checking icu_normalizer v2.1.1
20032026-08-29T00:49:25.626Z Checking getrandom v0.2.17
20042026-08-29T00:49:25.720Z Checking cmov v0.5.4
20052026-08-29T00:49:25.805Z Checking rand_core v0.6.4
20062026-08-29T00:49:25.915Z Checking getrandom v0.3.4
20072026-08-29T00:49:25.954Z Checking ctutils v0.4.2
20082026-08-29T00:49:25.991Z Checking futures-sink v0.3.32
20092026-08-29T00:49:26.030Z Checking byteorder v1.5.0
20102026-08-29T00:49:26.088Z Checking slab v0.4.12
20112026-08-29T00:49:26.132Z Checking futures-channel v0.3.32
20122026-08-29T00:49:26.188Z Checking hybrid-array v0.4.13
20132026-08-29T00:49:26.224Z Checking futures-task v0.3.32
20142026-08-29T00:49:26.261Z Checking futures-io v0.3.32
20152026-08-29T00:49:26.297Z Checking regex-syntax v0.8.10
20162026-08-29T00:49:26.349Z Checking fnv v1.0.7
20172026-08-29T00:49:26.387Z Checking idna_adapter v1.2.1
20182026-08-29T00:49:26.391Z Checking hashbrown v0.17.0
20192026-08-29T00:49:26.453Z Checking futures-util v0.3.32
20202026-08-29T00:49:26.487Z Checking generic-array v0.14.7
20212026-08-29T00:49:26.533Z Checking idna v1.1.0
20222026-08-29T00:49:26.803Z Checking url v2.5.8
20232026-08-29T00:49:26.842Z Checking ppv-lite86 v0.2.21
20242026-08-29T00:49:26.909Z Checking indexmap v2.14.0
20252026-08-29T00:49:26.956Z Checking thiserror v1.0.69
20262026-08-29T00:49:26.992Z Checking crypto-common v0.2.2
20272026-08-29T00:49:27.081Z Checking const-oid v0.9.6
20282026-08-29T00:49:27.160Z Checking base64ct v1.8.3
20292026-08-29T00:49:27.268Z Checking schemars v0.8.22
20302026-08-29T00:49:27.424Z Checking crypto-common v0.1.7
20312026-08-29T00:49:27.482Z Checking block-buffer v0.12.1
20322026-08-29T00:49:27.580Z Checking base64 v0.22.1
20332026-08-29T00:49:27.620Z Checking rand_core v0.9.5
20342026-08-29T00:49:27.624Z Checking block-buffer v0.10.4
20352026-08-29T00:49:27.691Z Checking erased-serde v0.3.31
20362026-08-29T00:49:27.776Z Checking utf8parse v0.2.2
20372026-08-29T00:49:27.826Z Checking rand_chacha v0.9.0
20382026-08-29T00:49:27.830Z Checking digest v0.10.7
20392026-08-29T00:49:27.899Z Checking anstyle v1.0.14
20402026-08-29T00:49:27.935Z Checking http v1.4.2
20412026-08-29T00:49:27.939Z Checking tracing-core v0.1.36
20422026-08-29T00:49:28.056Z Checking rand v0.9.2
20432026-08-29T00:49:28.093Z Checking anstyle-query v1.1.5
20442026-08-29T00:49:28.130Z Checking slog v2.8.2
20452026-08-29T00:49:28.137Z Checking colorchoice v1.0.4
20462026-08-29T00:49:28.213Z Checking is_terminal_polyfill v1.70.2
20472026-08-29T00:49:28.294Z Checking terminal_size v0.4.3
20482026-08-29T00:49:28.329Z Checking tracing v0.1.44
20492026-08-29T00:49:28.366Z Checking fastrand v2.3.0
20502026-08-29T00:49:28.369Z Checking const-oid v0.10.2
20512026-08-29T00:49:28.438Z Checking anstyle-parse v1.0.0
20522026-08-29T00:49:28.443Z Checking ipnet v2.12.0
20532026-08-29T00:49:28.517Z Checking aho-corasick v1.1.4
20542026-08-29T00:49:28.555Z Checking ipnetwork v0.21.1
20552026-08-29T00:49:28.558Z Checking crossbeam-utils v0.8.21
20562026-08-29T00:49:28.627Z Checking tempfile v3.27.0
20572026-08-29T00:49:28.634Z Checking anstream v1.0.0
20582026-08-29T00:49:28.634Z Checking unicode-ident v1.0.24
20592026-08-29T00:49:28.735Z Checking tokio-util v0.7.18
20602026-08-29T00:49:28.771Z Checking strsim v0.11.1
20612026-08-29T00:49:28.812Z Checking clap_lex v1.0.0
20622026-08-29T00:49:28.817Z Checking proc-macro2 v1.0.106
20632026-08-29T00:49:28.879Z Checking allocator-api2 v0.2.21
20642026-08-29T00:49:28.924Z Checking powerfmt v0.2.0
20652026-08-29T00:49:28.972Z Checking digest v0.11.3
20662026-08-29T00:49:29.011Z Checking num_threads v0.1.7
20672026-08-29T00:49:29.018Z Checking clap_builder v4.6.0
20682026-08-29T00:49:29.114Z Checking deranged v0.5.8
20692026-08-29T00:49:29.150Z Checking num-conv v0.2.0
20702026-08-29T00:49:29.191Z Checking time-core v0.1.8
20712026-08-29T00:49:29.205Z Checking quote v1.0.45
20722026-08-29T00:49:29.205Z Checking cpufeatures v0.3.0
20732026-08-29T00:49:29.299Z Checking regex-automata v0.4.14
20742026-08-29T00:49:29.303Z Checking httparse v1.10.1
20752026-08-29T00:49:29.363Z Checking anyhow v1.0.104
20762026-08-29T00:49:29.367Z Checking cpufeatures v0.2.17
20772026-08-29T00:49:29.436Z Checking rustls-pki-types v1.14.0
20782026-08-29T00:49:29.469Z Checking syn v2.0.117
20792026-08-29T00:49:29.506Z Checking aws-lc-sys v0.40.0
20802026-08-29T00:49:29.559Z Checking untrusted v0.7.1
20812026-08-29T00:49:29.597Z Checking http-body v1.0.1
20822026-08-29T00:49:29.699Z Checking atomic-waker v1.1.2
20832026-08-29T00:49:29.751Z Checking oxnet v0.1.6
20842026-08-29T00:49:29.790Z Checking httpdate v1.0.3
20852026-08-29T00:49:29.830Z Checking try-lock v0.2.5
20862026-08-29T00:49:29.957Z Checking want v0.3.1
20872026-08-29T00:49:29.963Z Checking h2 v0.4.15
20882026-08-29T00:49:30.029Z Checking aws-lc-rs v1.16.3
20892026-08-29T00:49:30.032Z Checking hex v0.4.3
20902026-08-29T00:49:30.100Z Checking time v0.3.47
20912026-08-29T00:49:30.138Z Checking untrusted v0.9.0
20922026-08-29T00:49:30.274Z Checking tower-service v0.3.3
20932026-08-29T00:49:30.313Z Checking clap v4.6.1
20942026-08-29T00:49:30.318Z Checking tower-layer v0.3.3
20952026-08-29T00:49:30.397Z Checking ryu v1.0.23
20962026-08-29T00:49:30.448Z Checking simd-adler32 v0.3.8
20972026-08-29T00:49:30.525Z Checking spin v0.9.8
20982026-08-29T00:49:30.563Z Checking adler2 v2.0.1
20992026-08-29T00:49:30.632Z Checking unicode-width v0.2.0
21002026-08-29T00:49:30.699Z Checking miniz_oxide v0.8.9
21012026-08-29T00:49:30.736Z Checking pem-rfc7468 v0.7.0
21022026-08-29T00:49:30.877Z Checking rustls-webpki v0.103.13
21032026-08-29T00:49:30.915Z Checking mime v0.3.17
21042026-08-29T00:49:30.953Z Checking flagset v0.4.7
21052026-08-29T00:49:31.074Z Checking block-padding v0.4.2
21062026-08-29T00:49:31.141Z Checking camino v1.2.5
21072026-08-29T00:49:31.145Z Checking der v0.7.10
21082026-08-29T00:49:31.173Z Checking pretty-hex v0.4.1
21092026-08-29T00:49:31.244Z Checking http-body-util v0.1.3
21102026-08-29T00:49:31.283Z Checking inout v0.2.2
21112026-08-29T00:49:31.332Z Checking rustls v0.23.41
21122026-08-29T00:49:31.370Z Checking plain v0.2.3
21132026-08-29T00:49:31.418Z Checking ucd-trie v0.1.7
21142026-08-29T00:49:31.458Z Checking openssl-probe v0.2.1
21152026-08-29T00:49:31.496Z Checking cipher v0.5.2
21162026-08-29T00:49:31.500Z Checking regex v1.12.3
21172026-08-29T00:49:31.576Z Checking pest v2.8.6
21182026-08-29T00:49:31.616Z Checking serde_urlencoded v0.7.1
21192026-08-29T00:49:31.730Z Checking rand_chacha v0.3.1
21202026-08-29T00:49:31.770Z Checking encoding_rs v0.8.35
21212026-08-29T00:49:31.845Z Checking bit-vec v0.8.0
21222026-08-29T00:49:31.884Z Checking futures-executor v0.3.32
21232026-08-29T00:49:31.928Z Checking spki v0.7.3
21242026-08-29T00:49:31.968Z Checking rand v0.8.6
21252026-08-29T00:49:32.056Z Checking wait-timeout v0.2.1
21262026-08-29T00:49:32.089Z Checking bit-set v0.8.0
21272026-08-29T00:49:32.125Z Checking futures v0.3.32
21282026-08-29T00:49:32.212Z Checking crc32fast v1.5.0
21292026-08-29T00:49:32.250Z Checking either v1.15.0
21302026-08-29T00:49:32.282Z Checking quick-error v1.2.3
21312026-08-29T00:49:32.376Z Checking rand_xorshift v0.4.0
21322026-08-29T00:49:32.417Z Checking rusty-fork v0.3.1
21332026-08-29T00:49:32.462Z Checking sync_wrapper v1.0.2
21342026-08-29T00:49:32.506Z Checking unarray v0.1.4
21352026-08-29T00:49:32.544Z Checking pkcs8 v0.10.2
21362026-08-29T00:49:32.596Z Checking tower v0.5.3
21372026-08-29T00:49:32.634Z Checking foldhash v0.2.0
21382026-08-29T00:49:32.669Z Checking iri-string v0.7.10
21392026-08-29T00:49:32.672Z Checking proptest v1.11.0
21402026-08-29T00:49:32.738Z Checking openapiv3 v2.2.0
21412026-08-29T00:49:32.745Z Checking zlib-rs v0.6.2
21422026-08-29T00:49:32.856Z Checking hyper v1.10.1
21432026-08-29T00:49:32.864Z Checking hashbrown v0.16.1
21442026-08-29T00:49:33.009Z Checking static_assertions v1.1.0
21452026-08-29T00:49:33.113Z Checking sha2 v0.10.9
21462026-08-29T00:49:33.329Z Checking rustls-native-certs v0.8.3
21472026-08-29T00:49:33.412Z Checking lazy_static v1.5.0
21482026-08-29T00:49:33.496Z Checking hubpack v0.1.2
21492026-08-29T00:49:33.534Z Checking tinyvec_macros v0.1.1
21502026-08-29T00:49:33.577Z Checking tokio-rustls v0.26.4
21512026-08-29T00:49:33.630Z Checking psl-types v2.0.11
21522026-08-29T00:49:33.668Z Checking flate2 v1.1.9
21532026-08-29T00:49:33.704Z Checking tower-http v0.6.8
21542026-08-29T00:49:33.708Z Checking tinyvec v1.10.0
21552026-08-29T00:49:33.776Z Checking publicsuffix v2.3.0
21562026-08-29T00:49:33.813Z Checking hyper-util v0.1.20
21572026-08-29T00:49:33.851Z Checking cookie v0.18.1
21582026-08-29T00:49:33.974Z Checking rustls-platform-verifier v0.6.2
21592026-08-29T00:49:34.012Z Checking signature v2.2.0
21602026-08-29T00:49:34.050Z Checking num-integer v0.1.46
21612026-08-29T00:49:34.054Z Checking strum v0.26.3
21622026-08-29T00:49:34.124Z Checking scroll v0.13.0
21632026-08-29T00:49:34.127Z Checking cookie_store v0.22.1
21642026-08-29T00:49:34.195Z Checking ahash v0.8.12
21652026-08-29T00:49:34.199Z Checking memmap2 v0.9.10
21662026-08-29T00:49:34.266Z Checking unicode-width v0.1.14
21672026-08-29T00:49:34.303Z Checking dtrace-parser v0.3.0
21682026-08-29T00:49:34.379Z Checking goblin v0.10.5
21692026-08-29T00:49:34.417Z Checking toml_datetime v0.6.11
21702026-08-29T00:49:34.455Z Checking serde_spanned v0.6.9
21712026-08-29T00:49:34.513Z Checking newtype-uuid v1.3.2
21722026-08-29T00:49:34.553Z Checking thread-id v5.1.0
21732026-08-29T00:49:34.557Z Checking data-encoding v2.10.0
21742026-08-29T00:49:34.622Z Checking bstr v1.12.1
21752026-08-29T00:49:34.626Z Checking hmac v0.12.1
21762026-08-29T00:49:34.626Z Checking base64 v0.21.7
21772026-08-29T00:49:34.694Z Checking x509-cert v0.2.5
21782026-08-29T00:49:34.764Z Checking daft v0.1.8
21792026-08-29T00:49:34.824Z Checking crossbeam-epoch v0.9.18
21802026-08-29T00:49:34.875Z Checking memoffset v0.9.1
21812026-08-29T00:49:34.955Z Checking num-iter v0.1.45
21822026-08-29T00:49:34.994Z Checking scroll v0.12.0
21832026-08-29T00:49:35.036Z Checking zerocopy v0.7.35
21842026-08-29T00:49:35.040Z Checking rustix v0.38.44
21852026-08-29T00:49:35.109Z Checking env_filter v2.0.0
21862026-08-29T00:49:35.113Z Checking hyper-rustls v0.27.7
21872026-08-29T00:49:35.113Z Checking smawk v0.3.2
21882026-08-29T00:49:35.241Z Checking goblin v0.8.2
21892026-08-29T00:49:35.286Z Checking unicode-segmentation v1.12.0
21902026-08-29T00:49:35.324Z Checking unicode-linebreak v0.1.5
21912026-08-29T00:49:35.410Z Checking tap v1.0.1
21922026-08-29T00:49:35.414Z Checking reqwest v0.13.2
21932026-08-29T00:49:35.548Z Checking wyz v0.5.1
21942026-08-29T00:49:35.586Z Checking env_logger v0.11.11
21952026-08-29T00:49:35.590Z Checking num-bigint-dig v0.8.6
21962026-08-29T00:49:35.657Z Checking nix v0.31.2
21972026-08-29T00:49:35.748Z Checking pkcs1 v0.7.5
21982026-08-29T00:49:35.812Z Checking dtrace-parser v0.2.0
21992026-08-29T00:49:35.861Z Checking ff v0.13.1
22002026-08-29T00:49:35.987Z Checking radium v0.7.0
22012026-08-29T00:49:36.024Z Checking thread-id v4.2.2
22022026-08-29T00:49:36.067Z Checking crc-catalog v2.4.0
22032026-08-29T00:49:36.132Z Checking base16ct v0.2.0
22042026-08-29T00:49:36.189Z Checking same-file v1.0.6
22052026-08-29T00:49:36.193Z Checking funty v2.0.0
22062026-08-29T00:49:36.287Z Checking winnow v1.0.3
22072026-08-29T00:49:36.327Z Checking sec1 v0.7.3
22082026-08-29T00:49:36.364Z Checking walkdir v2.5.0
22092026-08-29T00:49:36.445Z Checking rsa v0.9.10
22102026-08-29T00:49:36.554Z Checking crc v3.4.0
22112026-08-29T00:49:36.593Z Checking bitvec v1.0.1
22122026-08-29T00:49:36.597Z Checking group v0.13.0
22132026-08-29T00:49:36.686Z Checking dof v0.4.0
22142026-08-29T00:49:36.754Z Checking hkdf v0.12.4
22152026-08-29T00:49:36.792Z Checking unicode-normalization v0.1.25
22162026-08-29T00:49:36.882Z Checking crypto-bigint v0.5.5
22172026-08-29T00:49:36.921Z Checking zerocopy v0.6.6
22182026-08-29T00:49:36.959Z Checking maybe-uninit v2.0.0
22192026-08-29T00:49:37.056Z Checking winnow v0.5.40
22202026-08-29T00:49:37.151Z Checking dof v0.3.0
22212026-08-29T00:49:37.190Z Checking gimli v0.32.3
22222026-08-29T00:49:37.225Z Checking foreign-types-shared v0.1.1
22232026-08-29T00:49:37.263Z Checking is_ci v1.2.0
22242026-08-29T00:49:37.356Z Checking nodrop v0.1.14
22252026-08-29T00:49:37.374Z Checking usdt-impl v0.6.0
22262026-08-29T00:49:37.410Z Checking foldhash v0.1.5
22272026-08-29T00:49:37.455Z Checking usdt-impl v0.5.0
22282026-08-29T00:49:37.459Z Checking array-init v0.0.4
22292026-08-29T00:49:37.575Z Checking hashbrown v0.15.5
22302026-08-29T00:49:37.688Z Checking usdt v0.6.0
22312026-08-29T00:49:37.765Z Checking foreign-types v0.3.2
22322026-08-29T00:49:37.811Z Checking smallvec v0.6.14
22332026-08-29T00:49:37.815Z Checking elliptic-curve v0.13.8
22342026-08-29T00:49:37.884Z Checking serde_with v3.21.0
22352026-08-29T00:49:37.887Z Checking bitfield v0.19.4
22362026-08-29T00:49:37.955Z Checking packed_struct v0.10.1
22372026-08-29T00:49:38.058Z Checking bzip2-sys v0.1.13+1.0.8
22382026-08-29T00:49:38.096Z Checking openssl-sys v0.9.117
22392026-08-29T00:49:38.150Z Checking object v0.37.3
22402026-08-29T00:49:38.186Z Checking siphasher v1.0.2
22412026-08-29T00:49:38.222Z Checking bitflags v1.3.2
22422026-08-29T00:49:38.261Z Checking toml_edit v0.19.15
22432026-08-29T00:49:38.323Z Checking hashbrown v0.12.3
22442026-08-29T00:49:38.371Z Checking rustc-demangle v0.1.27
22452026-08-29T00:49:38.497Z Checking keccak v0.1.6
22462026-08-29T00:49:38.623Z Checking openssl v0.10.80
22472026-08-29T00:49:38.699Z Checking sha3 v0.10.8
22482026-08-29T00:49:38.742Z Checking addr2line v0.25.1
22492026-08-29T00:49:38.776Z Checking indexmap v1.9.3
22502026-08-29T00:49:38.934Z Checking bzip2 v0.4.4
22512026-08-29T00:49:39.032Z Checking serde-hex v0.1.0
22522026-08-29T00:49:39.070Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22532026-08-29T00:49:39.127Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22542026-08-29T00:49:39.131Z Checking toml_parser v1.1.2+spec-1.1.0
22552026-08-29T00:49:39.317Z Checking ron v0.8.1
22562026-08-29T00:49:39.366Z Checking toml v0.7.8
22572026-08-29T00:49:39.414Z Checking hashbrown v0.13.2
22582026-08-29T00:49:39.517Z Checking itertools v0.15.0
22592026-08-29T00:49:39.689Z Checking itertools v0.13.0
22602026-08-29T00:49:39.854Z Checking signal-hook v0.3.18
22612026-08-29T00:49:39.859Z Checking managed v0.8.0
22622026-08-29T00:49:40.078Z Checking crc-any v2.5.0
22632026-08-29T00:49:40.123Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22642026-08-29T00:49:40.276Z Checking object v0.30.4
22652026-08-29T00:49:40.312Z Checking zip v0.6.6
22662026-08-29T00:49:40.470Z Checking backtrace v0.3.76
22672026-08-29T00:49:40.574Z Checking globset v0.4.18
22682026-08-29T00:49:40.637Z Checking chacha20 v0.10.0
22692026-08-29T00:49:40.678Z Checking curve25519-dalek v4.1.3
22702026-08-29T00:49:40.689Z Checking path-slash v0.1.5
22712026-08-29T00:49:40.746Z Checking winnow v0.7.14
22722026-08-29T00:49:40.786Z Checking backtrace-ext v0.2.1
22732026-08-29T00:49:40.836Z Checking toml_write v0.1.2
22742026-08-29T00:49:40.875Z Checking native-tls v0.2.18
22752026-08-29T00:49:40.921Z Checking signal-hook-mio v0.2.5
22762026-08-29T00:49:40.926Z Checking textwrap v0.16.2
22772026-08-29T00:49:41.027Z Checking ed25519 v2.2.3
22782026-08-29T00:49:41.076Z Checking ref-cast v1.0.25
22792026-08-29T00:49:41.123Z Checking pin-project v1.1.11
22802026-08-29T00:49:41.191Z Checking jiff-core v0.1.0
22812026-08-29T00:49:41.230Z Checking tokio-native-tls v0.3.1
22822026-08-29T00:49:41.270Z Checking pem v3.0.6
22832026-08-29T00:49:41.281Z Checking zstd-sys v2.0.16+zstd.1.5.7
22842026-08-29T00:49:41.418Z Checking owo-colors v4.3.0
22852026-08-29T00:49:41.458Z Checking fixedbitset v0.5.7
22862026-08-29T00:49:41.463Z Checking zstd-safe v7.2.4
22872026-08-29T00:49:41.533Z Checking ed25519-dalek v2.2.0
22882026-08-29T00:49:41.690Z Checking hyper-tls v0.6.0
22892026-08-29T00:49:41.691Z Checking petgraph v0.8.3
22902026-08-29T00:49:41.789Z Checking snafu v0.8.9
22912026-08-29T00:49:41.890Z Checking crossterm v0.28.1
22922026-08-29T00:49:41.929Z Checking jiff v0.2.34
22932026-08-29T00:49:41.970Z Checking toml_edit v0.22.27
22942026-08-29T00:49:42.005Z Checking supports-color v3.0.2
22952026-08-29T00:49:42.061Z Checking similar v2.7.0
22962026-08-29T00:49:42.100Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22972026-08-29T00:49:42.157Z Checking fs-err v3.3.0
22982026-08-29T00:49:42.369Z Checking hash32 v0.2.1
22992026-08-29T00:49:42.560Z Checking serde_plain v1.0.2
23002026-08-29T00:49:42.564Z Checking serde-big-array v0.5.1
23012026-08-29T00:49:42.564Z Checking unicode-properties v0.1.4
23022026-08-29T00:49:42.619Z Checking predicates-core v1.0.10
23032026-08-29T00:49:42.657Z Checking bumpalo v3.20.2
23042026-08-29T00:49:42.698Z Checking unicode-bidi v0.3.18
23052026-08-29T00:49:42.766Z Checking typed-path v0.9.3
23062026-08-29T00:49:42.804Z Checking libbz2-rs-sys v0.2.2
23072026-08-29T00:49:42.883Z Checking zopfli v0.8.3
23082026-08-29T00:49:43.015Z Checking stringprep v0.1.5
23092026-08-29T00:49:43.078Z Checking heapless v0.7.17
23102026-08-29T00:49:43.112Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23112026-08-29T00:49:43.190Z Checking reqwest v0.12.28
23122026-08-29T00:49:43.228Z Checking bzip2 v0.6.1
23132026-08-29T00:49:43.265Z Checking zstd v0.13.3
23142026-08-29T00:49:43.326Z Checking hickory-proto v0.25.2
23152026-08-29T00:49:43.416Z Checking byte-wrapper v0.1.0
23162026-08-29T00:49:43.470Z Checking md-5 v0.10.6
23172026-08-29T00:49:43.506Z Checking float-cmp v0.10.0
23182026-08-29T00:49:43.513Z Checking fallible-iterator v0.2.0
23192026-08-29T00:49:43.578Z Checking supports-hyperlinks v3.2.0
23202026-08-29T00:49:43.639Z Checking supports-unicode v3.0.0
23212026-08-29T00:49:43.653Z Checking difflib v0.4.0
23222026-08-29T00:49:43.711Z Checking normalize-line-endings v0.3.0
23232026-08-29T00:49:43.720Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23242026-08-29T00:49:43.782Z Checking miette v7.6.0
23252026-08-29T00:49:43.818Z Checking postgres-protocol v0.6.10
23262026-08-29T00:49:43.825Z Checking zip v4.6.1
23272026-08-29T00:49:43.856Z Checking smoltcp v0.9.1
23282026-08-29T00:49:43.901Z Checking predicates v3.1.4
23292026-08-29T00:49:43.969Z Checking iddqd v0.4.2
23302026-08-29T00:49:44.177Z Checking phf_shared v0.13.1
23312026-08-29T00:49:44.254Z Checking phf_shared v0.11.3
23322026-08-29T00:49:44.333Z Checking olpc-cjson v0.1.4
23332026-08-29T00:49:44.372Z Checking tokio-stream v0.1.18
23342026-08-29T00:49:44.409Z Checking derive_more v2.1.1
23352026-08-29T00:49:44.444Z Checking strum v0.27.2
23362026-08-29T00:49:44.481Z Checking precomputed-hash v0.1.1
23372026-08-29T00:49:44.519Z Checking new_debug_unreachable v1.0.6
23382026-08-29T00:49:44.528Z Checking lalrpop-util v0.19.12
23392026-08-29T00:49:44.594Z Checking fixedbitset v0.4.2
23402026-08-29T00:49:44.600Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23412026-08-29T00:49:44.601Z Checking tough v0.22.0
23422026-08-29T00:49:44.698Z Checking string_cache v0.8.9
23432026-08-29T00:49:44.740Z Checking phf v0.13.1
23442026-08-29T00:49:44.778Z Checking petgraph v0.6.5
23452026-08-29T00:49:44.782Z Checking postgres-types v0.2.12
23462026-08-29T00:49:44.890Z Checking buf-list v1.1.2
23472026-08-29T00:49:44.930Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23482026-08-29T00:49:44.936Z Checking peg-runtime v0.8.5
23492026-08-29T00:49:45.103Z Checking whoami v2.1.0
23502026-08-29T00:49:45.178Z Checking is-terminal v0.4.17
23512026-08-29T00:49:45.222Z Checking crossbeam-channel v0.5.15
23522026-08-29T00:49:45.261Z Checking thread_local v1.1.9
23532026-08-29T00:49:45.300Z Checking term v1.2.1
23542026-08-29T00:49:45.336Z Checking tokio-postgres v0.7.16
23552026-08-29T00:49:45.459Z Checking take_mut v0.2.2
23562026-08-29T00:49:45.552Z Checking slog-term v2.9.2
23572026-08-29T00:49:45.585Z Compiling newtype-uuid-macros v0.1.0
23582026-08-29T00:49:45.618Z Checking slog-async v2.8.0
23592026-08-29T00:49:45.826Z Checking match_cfg v0.1.0
23602026-08-29T00:49:45.860Z Checking slog-json v2.6.1
23612026-08-29T00:49:45.922Z Checking hostname v0.3.1
23622026-08-29T00:49:46.036Z Compiling multer v3.1.0
23632026-08-29T00:49:46.080Z Compiling async-stream-impl v0.3.6
23642026-08-29T00:49:46.086Z Checking slog-bunyan v2.5.0
23652026-08-29T00:49:46.326Z Compiling dropshot v0.17.1
23662026-08-29T00:49:46.366Z Checking debug-ignore v1.0.5
23672026-08-29T00:49:46.371Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23682026-08-29T00:49:46.389Z Compiling dropshot_endpoint v0.17.1
23692026-08-29T00:49:46.392Z Checking serde_path_to_error v0.1.20
23702026-08-29T00:49:46.539Z Checking sha1 v0.11.0
23712026-08-29T00:49:46.637Z Checking toml_datetime v1.1.1+spec-1.1.0
23722026-08-29T00:49:46.694Z Checking serde_spanned v1.1.1
23732026-08-29T00:49:46.694Z Checking compression-core v0.4.31
23742026-08-29T00:49:46.758Z Checking toml_writer v1.1.1+spec-1.1.0
23752026-08-29T00:49:46.761Z Checking async-stream v0.3.6
23762026-08-29T00:49:46.867Z Checking waitgroup v0.1.2
23772026-08-29T00:49:46.872Z Checking rustls-pemfile v2.2.0
23782026-08-29T00:49:46.939Z Checking compression-codecs v0.4.37
23792026-08-29T00:49:46.979Z Checking toml v1.1.2+spec-1.1.0
23802026-08-29T00:49:47.010Z Checking hostname v0.4.2
23812026-08-29T00:49:47.084Z Checking progenitor-client v0.14.0
23822026-08-29T00:49:47.092Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23832026-08-29T00:49:47.116Z Checking atomicwrites v0.4.4
23842026-08-29T00:49:47.186Z Compiling serde_tokenstream v0.3.0
23852026-08-29T00:49:47.190Z Checking async-compression v0.4.41
23862026-08-29T00:49:47.260Z Compiling parse-display-derive v0.10.0
23872026-08-29T00:49:47.301Z Checking regress v0.10.5
23882026-08-29T00:49:47.337Z Checking macaddr v1.0.1
23892026-08-29T00:49:47.491Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23902026-08-29T00:49:47.529Z Compiling oxide-generation-macros v0.2.0
23912026-08-29T00:49:47.565Z Checking instant v0.1.13
23922026-08-29T00:49:47.571Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23932026-08-29T00:49:47.639Z Checking itertools v0.14.0
23942026-08-29T00:49:47.691Z Checking oxide-generation v0.1.3
23952026-08-29T00:49:47.740Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-08-29T00:49:47.934Z Checking backoff v0.4.0
23972026-08-29T00:49:47.968Z Checking backon v1.6.0
23982026-08-29T00:49:48.005Z Checking humantime v2.3.0
23992026-08-29T00:49:48.169Z Compiling convert_case v0.4.0
24002026-08-29T00:49:48.183Z Checking progenitor-extras v0.2.0
24012026-08-29T00:49:48.245Z Checking half v2.7.1
24022026-08-29T00:49:48.289Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24032026-08-29T00:49:48.458Z Checking ciborium-io v0.2.2
24042026-08-29T00:49:48.500Z Checking heck v0.5.0
24052026-08-29T00:49:48.583Z Checking secrecy v0.10.3
24062026-08-29T00:49:48.700Z Compiling derive_more v0.99.20
24072026-08-29T00:49:48.700Z Checking ciborium-ll v0.2.2
24082026-08-29T00:49:48.700Z Checking camino-tempfile v1.4.1
24092026-08-29T00:49:48.713Z Checking indent_write v2.2.0
24102026-08-29T00:49:48.731Z Compiling crucible-workspace-hack v0.1.0
24112026-08-29T00:49:48.768Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24122026-08-29T00:49:48.823Z Checking ciborium v0.2.2
24132026-08-29T00:49:48.854Z Compiling regress v0.11.1
24142026-08-29T00:49:48.866Z Checking inout v0.1.4
24152026-08-29T00:49:48.930Z Checking parse-display v0.10.0
24162026-08-29T00:49:49.087Z Checking cipher v0.4.4
24172026-08-29T00:49:49.129Z Checking universal-hash v0.5.1
24182026-08-29T00:49:49.161Z Compiling thiserror-impl-no-std v2.0.2
24192026-08-29T00:49:49.197Z Checking opaque-debug v0.3.1
24202026-08-29T00:49:49.282Z Checking blake2 v0.10.6
24212026-08-29T00:49:49.289Z Checking aead v0.5.2
24222026-08-29T00:49:49.352Z Checking poly1305 v0.8.0
24232026-08-29T00:49:49.361Z Checking chacha20 v0.9.1
24242026-08-29T00:49:49.560Z Checking password-hash v0.5.0
24252026-08-29T00:49:49.572Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24262026-08-29T00:49:49.625Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24272026-08-29T00:49:49.659Z Checking chacha20poly1305 v0.10.1
24282026-08-29T00:49:49.751Z Checking argon2 v0.5.3
24292026-08-29T00:49:49.808Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24302026-08-29T00:49:49.996Z Compiling unsafe-libyaml v0.2.11
24312026-08-29T00:49:50.078Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24322026-08-29T00:49:50.133Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24332026-08-29T00:49:50.182Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24342026-08-29T00:49:50.351Z Checking thiserror-no-std v2.0.2
24352026-08-29T00:49:50.392Z Checking swrite v0.1.0
24362026-08-29T00:49:50.468Z Compiling typify-impl v0.6.2
24372026-08-29T00:49:50.531Z Checking vsss-rs v3.3.4
24382026-08-29T00:49:50.815Z Compiling serde_yaml v0.9.34+deprecated
24392026-08-29T00:49:51.374Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24402026-08-29T00:49:51.650Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24412026-08-29T00:49:51.799Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24422026-08-29T00:49:51.929Z Checking crossbeam-deque v0.8.6
24432026-08-29T00:49:51.966Z Compiling rayon-core v1.13.0
24442026-08-29T00:49:52.087Z Compiling num-derive v0.4.2
24452026-08-29T00:49:52.143Z Compiling toml_datetime v0.7.5+spec-1.1.0
24462026-08-29T00:49:52.263Z Compiling proc-macro-error v1.0.4
24472026-08-29T00:49:52.428Z Compiling toml_edit v0.23.10+spec-1.0.0
24482026-08-29T00:49:52.593Z Checking tabwriter v1.4.1
24492026-08-29T00:49:52.601Z Checking rayon v1.11.0
24502026-08-29T00:49:52.663Z Compiling illumos-nvpair-sys v0.2.0
24512026-08-29T00:49:52.779Z Checking glob v0.3.3
24522026-08-29T00:49:52.822Z Compiling heapless v0.8.0
24532026-08-29T00:49:52.989Z Compiling proc-macro-crate v3.4.0
24542026-08-29T00:49:53.064Z Checking hash32 v0.3.1
24552026-08-29T00:49:53.099Z Compiling ingot-macros v0.2.0
24562026-08-29T00:49:53.179Z Checking colored v3.1.1
24572026-08-29T00:49:53.329Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24582026-08-29T00:49:53.411Z Compiling smoltcp v0.11.0
24592026-08-29T00:49:53.506Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-08-29T00:49:53.553Z Compiling num_enum_derive v0.7.6
24612026-08-29T00:49:53.629Z Checking illumos-nvpair v0.3.0
24622026-08-29T00:49:53.816Z Checking toml v0.8.23
24632026-08-29T00:49:53.822Z Checking cobs v0.3.0
24642026-08-29T00:49:53.884Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24652026-08-29T00:49:53.999Z Checking postcard v1.1.3
24662026-08-29T00:49:54.181Z Checking rand v0.10.1
24672026-08-29T00:49:54.242Z Compiling proc-macro-crate v1.3.1
24682026-08-29T00:49:54.331Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-29T00:49:54.572Z Checking sigpipe v0.1.3
24702026-08-29T00:49:54.661Z Checking num_enum v0.7.6
24712026-08-29T00:49:54.695Z Compiling foreign-types-macros v0.2.3
24722026-08-29T00:49:54.696Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24732026-08-29T00:49:54.766Z Checking foreign-types-shared v0.3.1
24742026-08-29T00:49:54.806Z Compiling num_enum_derive v0.5.11
24752026-08-29T00:49:55.022Z Compiling usdt-attr-macro v0.5.0
24762026-08-29T00:49:55.098Z Compiling typify-macro v0.6.2
24772026-08-29T00:49:55.159Z Compiling usdt-macro v0.5.0
24782026-08-29T00:49:55.368Z Checking foreign-types v0.5.0
24792026-08-29T00:49:55.387Z Checking cstr-argument v0.1.2
24802026-08-29T00:49:55.414Z Checking memmap v0.7.0
24812026-08-29T00:49:55.514Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24822026-08-29T00:49:55.574Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24832026-08-29T00:49:55.854Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24842026-08-29T00:49:55.890Z Checking num_enum v0.5.11
24852026-08-29T00:49:55.926Z Checking usdt v0.5.0
24862026-08-29T00:49:55.963Z Checking ingot-types v0.2.0
24872026-08-29T00:49:55.995Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24882026-08-29T00:49:56.028Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24892026-08-29T00:49:56.064Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24902026-08-29T00:49:56.134Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24912026-08-29T00:49:56.139Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24922026-08-29T00:49:56.201Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24932026-08-29T00:49:56.235Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24942026-08-29T00:49:56.303Z Compiling zone_cfg_derive v0.3.1
24952026-08-29T00:49:56.342Z Checking ingot v0.2.1
24962026-08-29T00:49:56.383Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24972026-08-29T00:49:56.432Z Checking itertools v0.12.1
24982026-08-29T00:49:56.564Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24992026-08-29T00:49:56.602Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25002026-08-29T00:49:56.855Z Compiling typify v0.6.2
25012026-08-29T00:49:56.969Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25022026-08-29T00:49:57.005Z Compiling progenitor-impl v0.14.0
25032026-08-29T00:49:57.011Z Checking smf v0.2.3
25042026-08-29T00:49:57.127Z Checking whoami v1.6.1
25052026-08-29T00:49:57.209Z Compiling derive-where v1.6.0
25062026-08-29T00:49:57.305Z Checking tokio-dtrace v0.1.1
25072026-08-29T00:49:57.336Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-08-29T00:49:57.462Z Checking zone v0.3.1
25092026-08-29T00:49:57.515Z Checking oxide-tokio-rt v0.1.4
25102026-08-29T00:49:57.720Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-08-29T00:49:57.857Z Checking console v0.15.11
25122026-08-29T00:49:57.893Z Checking newline-converter v0.3.0
25132026-08-29T00:49:57.956Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25142026-08-29T00:49:57.999Z Checking bytecount v0.6.9
25152026-08-29T00:49:58.033Z Checking num-rational v0.4.2
25162026-08-29T00:49:58.126Z Checking num-complex v0.4.6
25172026-08-29T00:49:58.167Z Checking expectorate v1.2.0
25182026-08-29T00:49:58.322Z Compiling cancel-safe-futures v0.1.5
25192026-08-29T00:49:58.356Z Checking float-ord v0.3.2
25202026-08-29T00:49:58.483Z Checking num v0.4.3
25212026-08-29T00:49:58.519Z Checking linear-map v1.2.0
25222026-08-29T00:49:58.555Z Checking oxide-update-engine-types v0.1.2
25232026-08-29T00:49:58.626Z Checking gethostname v0.5.0
25242026-08-29T00:49:58.717Z Compiling prettyplease v0.2.37
25252026-08-29T00:49:58.752Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25262026-08-29T00:49:58.927Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25272026-08-29T00:49:59.187Z Checking resolv-conf v0.7.6
25282026-08-29T00:49:59.223Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25292026-08-29T00:49:59.269Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25302026-08-29T00:49:59.336Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25312026-08-29T00:49:59.401Z Checking papergrid v0.11.0
25322026-08-29T00:49:59.459Z Compiling tabled_derive v0.7.0
25332026-08-29T00:49:59.568Z Checking oxide-update-engine v0.1.2
25342026-08-29T00:49:59.669Z Compiling progenitor-macro v0.14.0
25352026-08-29T00:50:00.028Z Compiling slog-dtrace v0.3.0
25362026-08-29T00:50:00.328Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25372026-08-29T00:50:00.360Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25382026-08-29T00:50:00.440Z Checking tabled v0.15.0
25392026-08-29T00:50:00.872Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25402026-08-29T00:50:00.941Z Checking crossterm v0.29.0
25412026-08-29T00:50:01.132Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25422026-08-29T00:50:01.410Z Checking linked-hash-map v0.5.6
25432026-08-29T00:50:01.598Z Checking lru-cache v0.1.2
25442026-08-29T00:50:01.823Z Checking hickory-proto v0.24.4
25452026-08-29T00:50:01.860Z Checking fd-lock v4.0.4
25462026-08-29T00:50:02.488Z Checking vte v0.14.1
25472026-08-29T00:50:02.756Z Checking strip-ansi-escapes v0.2.1
25482026-08-29T00:50:03.858Z Checking nu-ansi-term v0.50.3
25492026-08-29T00:50:03.972Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25502026-08-29T00:50:04.010Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25512026-08-29T00:50:04.160Z Checking termtree v0.5.1
25522026-08-29T00:50:04.281Z Checking reedline v0.40.0
25532026-08-29T00:50:04.480Z Checking hickory-resolver v0.24.4
25542026-08-29T00:50:04.646Z Checking progenitor v0.14.0
25552026-08-29T00:50:04.714Z Compiling minimal-lexical v0.2.1
25562026-08-29T00:50:04.846Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25572026-08-29T00:50:04.992Z Compiling nom v7.1.3
25582026-08-29T00:50:05.261Z Checking qorb v0.4.1
25592026-08-29T00:50:05.569Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25602026-08-29T00:50:06.377Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25612026-08-29T00:50:06.424Z Compiling unicode-xid v0.2.6
25622026-08-29T00:50:06.516Z Checking display-error-chain v0.2.2
25632026-08-29T00:50:06.592Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25642026-08-29T00:50:06.627Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25652026-08-29T00:50:06.899Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25662026-08-29T00:50:06.960Z Compiling ar_archive_writer v0.5.1
25672026-08-29T00:50:07.071Z Checking csv-core v0.1.13
25682026-08-29T00:50:07.204Z Compiling stacker v0.1.23
25692026-08-29T00:50:07.248Z Checking highway v1.3.0
25702026-08-29T00:50:07.339Z Checking csv v1.4.0
25712026-08-29T00:50:07.396Z Compiling semver v0.1.20
25722026-08-29T00:50:07.492Z Compiling cfg_aliases v0.1.1
25732026-08-29T00:50:07.653Z Compiling rustc_version v0.1.7
25742026-08-29T00:50:07.777Z Compiling nix v0.28.0
25752026-08-29T00:50:07.777Z Checking nibble_vec v0.1.0
25762026-08-29T00:50:07.835Z Checking endian-type v0.1.2
25772026-08-29T00:50:07.853Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25782026-08-29T00:50:07.853Z Checking radix_trie v0.2.1
25792026-08-29T00:50:07.882Z Compiling psm v0.1.30
25802026-08-29T00:50:07.882Z Compiling newtype_derive v0.1.6
25812026-08-29T00:50:08.037Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25822026-08-29T00:50:08.070Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25832026-08-29T00:50:08.154Z Checking phf_shared v0.12.1
25842026-08-29T00:50:08.364Z Compiling recursive-proc-macro-impl v0.1.1
25852026-08-29T00:50:08.392Z Compiling chrono-tz v0.10.4
25862026-08-29T00:50:08.468Z Checking phf v0.12.1
25872026-08-29T00:50:08.665Z Compiling const_format_proc_macros v0.2.34
25882026-08-29T00:50:09.422Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25892026-08-29T00:50:09.422Z Compiling peg-macros v0.8.5
25902026-08-29T00:50:09.422Z Checking winnow v0.6.26
25912026-08-29T00:50:09.422Z Checking recursive v0.1.1
25922026-08-29T00:50:09.422Z Compiling sqlparser_derive v0.5.0
25932026-08-29T00:50:09.422Z Checking unicode_categories v0.1.1
25942026-08-29T00:50:09.422Z Checking home v0.5.12
25952026-08-29T00:50:09.579Z Checking const_format v0.2.35
25962026-08-29T00:50:09.790Z Checking sqlparser v0.61.0
25972026-08-29T00:50:09.828Z Checking rustyline v14.0.0
25982026-08-29T00:50:09.990Z Checking sqlformat v0.3.5
25992026-08-29T00:50:10.234Z Checking peg v0.8.5
26002026-08-29T00:50:10.430Z Checking bcs v0.1.6
26012026-08-29T00:50:10.480Z Checking nom v8.0.0
26022026-08-29T00:50:10.572Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26032026-08-29T00:50:10.630Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042026-08-29T00:50:10.685Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26052026-08-29T00:50:10.814Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26062026-08-29T00:50:10.911Z Checking steno v0.4.1
26072026-08-29T00:50:11.070Z Checking sha1 v0.10.6
26082026-08-29T00:50:11.185Z Checking filetime v0.2.27
26092026-08-29T00:50:11.274Z Checking xattr v1.6.1
26102026-08-29T00:50:11.372Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26112026-08-29T00:50:11.460Z Checking tar v0.4.46
26122026-08-29T00:50:11.529Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
26132026-08-29T00:50:11.558Z Checking subprocess v0.2.15
26142026-08-29T00:50:11.859Z Checking headers-core v0.3.0
26152026-08-29T00:50:11.895Z Checking yasna v0.5.2
26162026-08-29T00:50:11.929Z Checking port-file v0.1.0
26172026-08-29T00:50:12.016Z Checking headers v0.4.1
26182026-08-29T00:50:12.151Z Checking dropshot-api-manager-types v0.8.0
26192026-08-29T00:50:12.310Z Checking rcgen v0.12.1
26202026-08-29T00:50:12.356Z Checking tagptr v0.2.0
26212026-08-29T00:50:12.454Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26222026-08-29T00:50:12.497Z Checking utf-8 v0.7.6
26232026-08-29T00:50:12.536Z Checking moka v0.12.13
26242026-08-29T00:50:12.679Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26252026-08-29T00:50:12.695Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26262026-08-29T00:50:12.745Z Compiling libefi-sys v0.1.0
26272026-08-29T00:50:12.836Z Compiling bitfield-struct v0.6.2
26282026-08-29T00:50:13.167Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292026-08-29T00:50:13.201Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26302026-08-29T00:50:13.233Z Checking hickory-resolver v0.25.2
26312026-08-29T00:50:13.266Z Checking tungstenite v0.21.0
26322026-08-29T00:50:13.377Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26332026-08-29T00:50:13.498Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26342026-08-29T00:50:13.636Z Compiling xshell-macros v0.2.7
26352026-08-29T00:50:13.712Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26362026-08-29T00:50:13.787Z Checking tokio-tungstenite v0.21.0
26372026-08-29T00:50:13.814Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26382026-08-29T00:50:13.841Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26392026-08-29T00:50:14.105Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26402026-08-29T00:50:14.157Z Checking xshell v0.2.7
26412026-08-29T00:50:14.157Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-08-29T00:50:14.199Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26432026-08-29T00:50:14.274Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26442026-08-29T00:50:18.948Z Checking half v1.8.3
26452026-08-29T00:50:18.977Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26462026-08-29T00:50:18.977Z Checking serde_cbor v0.11.2
26472026-08-29T00:50:18.977Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26482026-08-29T00:50:18.977Z Checking libscf-sys v1.2.0
26492026-08-29T00:50:18.977Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26502026-08-29T00:50:18.977Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26512026-08-29T00:50:18.977Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26522026-08-29T00:50:18.977Z Checking papergrid v0.18.0
26532026-08-29T00:50:18.977Z Checking maplit v1.0.2
26542026-08-29T00:50:18.977Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26552026-08-29T00:50:18.977Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26562026-08-29T00:50:18.977Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572026-08-29T00:50:18.977Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26582026-08-29T00:50:18.978Z Checking tabled v0.21.0
26592026-08-29T00:50:18.978Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26602026-08-29T00:50:18.978Z Checking crc8 v0.1.1
26612026-08-29T00:50:18.978Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26622026-08-29T00:50:18.978Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26632026-08-29T00:50:18.979Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26642026-08-29T00:50:18.979Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26652026-08-29T00:50:18.979Z Checking unicase v2.9.0
26662026-08-29T00:50:18.979Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26672026-08-29T00:50:18.979Z Checking fxhash v0.2.1
26682026-08-29T00:50:18.979Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26692026-08-29T00:50:18.979Z Checking sha2 v0.11.0
26702026-08-29T00:50:18.979Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26712026-08-29T00:50:18.979Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26722026-08-29T00:50:18.979Z Compiling darling_core v0.21.3
26732026-08-29T00:50:18.979Z Compiling vergen-lib v0.1.6
26742026-08-29T00:50:18.979Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26752026-08-29T00:50:18.979Z Compiling diesel_derives v2.3.7
26762026-08-29T00:50:18.980Z Checking scheduled-thread-pool v0.2.7
26772026-08-29T00:50:18.980Z Compiling vergen-gitcl v1.0.8
26782026-08-29T00:50:18.981Z Compiling diesel_table_macro_syntax v0.3.0
26792026-08-29T00:50:18.981Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26802026-08-29T00:50:18.981Z Checking r2d2 v0.8.10
26812026-08-29T00:50:18.981Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26822026-08-29T00:50:18.981Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26832026-08-29T00:50:19.056Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26842026-08-29T00:50:19.196Z Checking downcast-rs v2.0.2
26852026-08-29T00:50:19.373Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-08-29T00:50:19.928Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26872026-08-29T00:50:19.962Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26882026-08-29T00:50:19.998Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26892026-08-29T00:50:20.031Z Checking kstat-rs v0.2.5
26902026-08-29T00:50:20.092Z Compiling darling_macro v0.21.3
26912026-08-29T00:50:20.154Z Compiling proc-macro-error-attr2 v2.0.0
26922026-08-29T00:50:20.251Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-08-29T00:50:20.554Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26942026-08-29T00:50:20.592Z Compiling proc-macro-error2 v2.0.1
26952026-08-29T00:50:20.627Z Compiling darling v0.21.3
26962026-08-29T00:50:20.779Z Compiling dsl_auto_type v0.2.0
26972026-08-29T00:50:20.829Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-08-29T00:50:20.941Z Compiling knus-derive v3.4.0
26992026-08-29T00:50:21.833Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-08-29T00:50:22.182Z Compiling dirs-sys-next v0.1.2
27012026-08-29T00:50:22.218Z Compiling parking_lot_core v0.8.6
27022026-08-29T00:50:22.433Z Compiling salty v0.3.0
27032026-08-29T00:50:22.470Z Compiling crunchy v0.2.4
27042026-08-29T00:50:22.635Z Compiling dirs-next v2.0.0
27052026-08-29T00:50:22.650Z Compiling clang-sys v1.8.1
27062026-08-29T00:50:22.658Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27072026-08-29T00:50:22.747Z Compiling git-stub v1.0.0
27082026-08-29T00:50:22.829Z Compiling tiny-keccak v2.0.2
27092026-08-29T00:50:23.009Z Compiling git-stub-vcs v0.1.0
27102026-08-29T00:50:23.079Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27112026-08-29T00:50:23.157Z Compiling term v0.7.0
27122026-08-29T00:50:23.432Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27132026-08-29T00:50:23.469Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-08-29T00:50:23.502Z Compiling bit-vec v0.6.3
27152026-08-29T00:50:23.623Z Checking parking_lot v0.11.2
27162026-08-29T00:50:23.714Z Compiling bit-set v0.5.3
27172026-08-29T00:50:23.753Z Compiling ascii-canvas v3.0.0
27182026-08-29T00:50:23.757Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27192026-08-29T00:50:23.844Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27202026-08-29T00:50:24.063Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27212026-08-29T00:50:24.143Z Checking rfc6979 v0.4.0
27222026-08-29T00:50:24.306Z Checking prefix-trie v0.7.0
27232026-08-29T00:50:24.363Z Compiling hashbrown v0.14.5
27242026-08-29T00:50:24.430Z Compiling itertools v0.10.5
27252026-08-29T00:50:24.565Z Compiling ena v0.14.4
27262026-08-29T00:50:24.670Z Compiling libloading v0.8.9
27272026-08-29T00:50:24.811Z Compiling diff v0.1.13
27282026-08-29T00:50:24.918Z Compiling regex-syntax v0.6.29
27292026-08-29T00:50:24.960Z Compiling bindgen v0.71.1
27302026-08-29T00:50:25.104Z Compiling chumsky v0.9.3
27312026-08-29T00:50:25.411Z Checking hickory-server v0.25.2
27322026-08-29T00:50:25.517Z Compiling ecdsa v0.16.9
27332026-08-29T00:50:26.320Z Compiling lalrpop v0.19.12
27342026-08-29T00:50:26.393Z Checking sled v0.34.7
27352026-08-29T00:50:26.619Z Compiling cexpr v0.6.0
27362026-08-29T00:50:26.665Z Checking primeorder v0.13.6
27372026-08-29T00:50:26.704Z Checking diesel v2.3.7
27382026-08-29T00:50:26.945Z Checking nanorand v0.7.0
27392026-08-29T00:50:27.180Z Compiling rustc-hash v2.1.1
27402026-08-29T00:50:27.272Z Compiling p384 v0.13.1
27412026-08-29T00:50:27.311Z Checking flume v0.11.1
27422026-08-29T00:50:27.628Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27432026-08-29T00:50:27.846Z Compiling knus v3.4.0
27442026-08-29T00:50:28.029Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27452026-08-29T00:50:28.271Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27462026-08-29T00:50:28.486Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27472026-08-29T00:50:28.720Z Compiling libxml v0.3.3
27482026-08-29T00:50:28.724Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27492026-08-29T00:50:28.790Z Checking assert_matches v1.5.0
27502026-08-29T00:50:28.892Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27512026-08-29T00:50:29.100Z Compiling strum_macros v0.24.3
27522026-08-29T00:50:29.134Z Compiling indoc v1.0.9
27532026-08-29T00:50:29.875Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-29T00:50:30.095Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-08-29T00:50:30.349Z Checking quick-xml v0.37.5
27562026-08-29T00:50:30.437Z Checking derive_builder v0.20.2
27572026-08-29T00:50:30.473Z Compiling oso-derive v0.27.3
27582026-08-29T00:50:30.582Z Compiling trait-variant v0.1.2
27592026-08-29T00:50:30.980Z Compiling impl-trait-for-tuples v0.2.3
27602026-08-29T00:50:31.137Z Checking openssl-probe v0.1.6
27612026-08-29T00:50:31.253Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27622026-08-29T00:50:31.335Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27632026-08-29T00:50:32.066Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27642026-08-29T00:50:32.115Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27652026-08-29T00:50:32.240Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27662026-08-29T00:50:32.292Z Checking corncobs v0.1.4
27672026-08-29T00:50:32.405Z Checking predicates-tree v1.0.13
27682026-08-29T00:50:32.454Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27692026-08-29T00:50:32.532Z Compiling progenitor-impl v0.13.0
27702026-08-29T00:50:32.567Z Checking secrecy v0.8.0
27712026-08-29T00:50:32.727Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27722026-08-29T00:50:33.304Z Checking progenitor-client v0.13.0
27732026-08-29T00:50:33.588Z Checking anstyle-parse v0.2.7
27742026-08-29T00:50:33.623Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27752026-08-29T00:50:33.718Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27762026-08-29T00:50:33.780Z Checking anstream v0.6.21
27772026-08-29T00:50:33.954Z Checking bb8 v0.8.6
27782026-08-29T00:50:34.313Z Compiling mime_guess v2.0.5
27792026-08-29T00:50:34.358Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27802026-08-29T00:50:34.588Z Checking ignore v0.4.25
27812026-08-29T00:50:34.889Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-29T00:50:35.038Z Checking http-range v0.1.5
27832026-08-29T00:50:35.073Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27842026-08-29T00:50:35.197Z Compiling progenitor-macro v0.13.0
27852026-08-29T00:50:35.232Z Checking globwalk v0.9.1
27862026-08-29T00:50:35.549Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27872026-08-29T00:50:35.894Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27882026-08-29T00:50:35.929Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27892026-08-29T00:50:36.587Z Checking digest-io v0.1.0
27902026-08-29T00:50:36.757Z Checking nonempty v0.12.0
27912026-08-29T00:50:36.962Z Checking rawzip v0.4.4
27922026-08-29T00:50:37.313Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27932026-08-29T00:50:37.424Z Checking camino-tempfile-ext v0.3.3
27942026-08-29T00:50:37.455Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27952026-08-29T00:50:37.649Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27962026-08-29T00:50:37.930Z Checking hyper-staticfile v0.10.1
27972026-08-29T00:50:38.260Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27982026-08-29T00:50:38.592Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27992026-08-29T00:50:38.757Z Checking signal-hook-tokio v0.3.1
28002026-08-29T00:50:38.926Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-08-29T00:50:38.980Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28022026-08-29T00:50:39.211Z Checking scuffle v0.1.0
28032026-08-29T00:50:39.412Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28042026-08-29T00:50:39.447Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-08-29T00:50:39.775Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28062026-08-29T00:50:39.872Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28072026-08-29T00:50:39.953Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28082026-08-29T00:50:40.110Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28092026-08-29T00:50:40.216Z Checking progenitor v0.13.0
28102026-08-29T00:50:40.261Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28112026-08-29T00:50:40.398Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28122026-08-29T00:50:40.795Z Checking diesel-dtrace v0.5.0
28132026-08-29T00:50:40.865Z Checking async-bb8-diesel v0.2.1
28142026-08-29T00:50:41.083Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28152026-08-29T00:50:41.255Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28162026-08-29T00:50:41.318Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28172026-08-29T00:50:41.728Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28182026-08-29T00:50:41.817Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28192026-08-29T00:50:41.854Z Checking tungstenite v0.23.0
28202026-08-29T00:50:41.930Z Checking rand_seeder v0.4.0
28212026-08-29T00:50:42.110Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28222026-08-29T00:50:42.304Z Checking tokio-tungstenite v0.23.1
28232026-08-29T00:50:42.522Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242026-08-29T00:50:42.612Z Checking void v1.0.2
28252026-08-29T00:50:42.777Z Checking lzss v0.8.2
28262026-08-29T00:50:42.814Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28272026-08-29T00:50:42.848Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28282026-08-29T00:50:42.997Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28292026-08-29T00:50:43.965Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28302026-08-29T00:50:44.731Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28312026-08-29T00:50:44.861Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28322026-08-29T00:50:45.066Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28332026-08-29T00:50:45.539Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28342026-08-29T00:50:45.753Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-08-29T00:50:45.834Z Checking nix v0.27.1
28362026-08-29T00:50:45.950Z Checking serde_bytes v0.11.19
28372026-08-29T00:50:46.164Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-08-29T00:50:46.377Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-08-29T00:50:46.921Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28402026-08-29T00:50:47.292Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-08-29T00:50:47.581Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28422026-08-29T00:50:47.825Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28432026-08-29T00:50:47.910Z Checking yansi v1.0.1
28442026-08-29T00:50:47.944Z Checking cpubits v0.1.1
28452026-08-29T00:50:48.057Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28462026-08-29T00:50:48.200Z Checking pretty_assertions v1.4.1
28472026-08-29T00:50:48.333Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28482026-08-29T00:50:48.370Z Checking pem-rfc7468 v1.0.0
28492026-08-29T00:50:48.569Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28502026-08-29T00:50:48.848Z Checking colored v2.2.0
28512026-08-29T00:50:49.099Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28522026-08-29T00:50:49.235Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28532026-08-29T00:50:49.328Z Checking hmac v0.13.0
28542026-08-29T00:50:49.533Z Checking universal-hash v0.6.1
28552026-08-29T00:50:49.710Z Compiling libz-sys v1.1.24
28562026-08-29T00:50:50.047Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-29T00:50:50.084Z Compiling instability v0.3.11
28582026-08-29T00:50:50.152Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28592026-08-29T00:50:50.213Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28602026-08-29T00:50:50.354Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28612026-08-29T00:50:50.434Z Checking castaway v0.2.4
28622026-08-29T00:50:50.585Z Compiling indoc v2.0.7
28632026-08-29T00:50:50.667Z Checking compact_str v0.8.1
28642026-08-29T00:50:51.046Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28652026-08-29T00:50:51.083Z Checking polyval v0.7.1
28662026-08-29T00:50:51.326Z Checking der v0.8.0
28672026-08-29T00:50:51.654Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28682026-08-29T00:50:51.853Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28692026-08-29T00:50:51.888Z Checking unicode-truncate v1.1.0
28702026-08-29T00:50:51.990Z Checking lru v0.12.5
28712026-08-29T00:50:52.066Z Compiling libgit2-sys v0.18.3+1.9.2
28722026-08-29T00:50:52.101Z Checking arc-swap v1.8.2
28732026-08-29T00:50:52.176Z Checking cassowary v0.3.0
28742026-08-29T00:50:52.304Z Checking ghash v0.6.0
28752026-08-29T00:50:52.354Z Checking slog-scope v4.4.1
28762026-08-29T00:50:52.448Z Checking ratatui v0.29.0
28772026-08-29T00:50:52.550Z Checking pbkdf2 v0.13.0
28782026-08-29T00:50:52.624Z Checking crypto-bigint v0.7.5
28792026-08-29T00:50:52.697Z Checking aes v0.9.1
28802026-08-29T00:50:53.133Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28812026-08-29T00:50:53.780Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28822026-08-29T00:50:54.064Z Checking ctr v0.10.1
28832026-08-29T00:50:54.284Z Checking aead v0.6.1
28842026-08-29T00:50:54.439Z Checking cargo-platform v0.3.2
28852026-08-29T00:50:54.474Z Compiling petname v2.0.2
28862026-08-29T00:50:54.656Z Checking cargo_metadata v0.23.1
28872026-08-29T00:50:54.878Z Checking aes-gcm v0.11.0
28882026-08-29T00:50:55.075Z Checking slog-stdlog v4.1.1
28892026-08-29T00:50:55.139Z Checking spki v0.8.0
28902026-08-29T00:50:55.234Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28912026-08-29T00:50:55.352Z Checking salsa20 v0.11.0
28922026-08-29T00:50:55.430Z Checking console v0.16.2
28932026-08-29T00:50:55.530Z Compiling vergen-git2 v9.1.0
28942026-08-29T00:50:55.752Z Checking unit-prefix v0.5.2
28952026-08-29T00:50:55.787Z Checking plotters-backend v0.3.7
28962026-08-29T00:50:55.919Z Checking indicatif v0.18.4
28972026-08-29T00:50:56.022Z Checking plotters-svg v0.3.7
28982026-08-29T00:50:56.246Z Checking scrypt v0.12.0
28992026-08-29T00:50:56.338Z Checking slog-envlogger v2.2.0
29002026-08-29T00:50:56.524Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29012026-08-29T00:50:56.635Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29022026-08-29T00:50:56.723Z Checking cbc v0.2.1
29032026-08-29T00:50:56.862Z Checking libsw-core v0.3.2
29042026-08-29T00:50:56.897Z Checking sapling-renderdag v0.1.0
29052026-08-29T00:50:56.932Z Checking sync-ptr v0.1.4
29062026-08-29T00:50:57.048Z Checking cast v0.3.0
29072026-08-29T00:50:57.083Z Checking libsw v3.5.0
29082026-08-29T00:50:57.172Z Checking pkcs5 v0.8.1
29092026-08-29T00:50:57.236Z Checking criterion-plot v0.6.0
29102026-08-29T00:50:57.317Z Checking plotters v0.3.7
29112026-08-29T00:50:57.505Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29122026-08-29T00:50:57.539Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29132026-08-29T00:50:57.762Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29142026-08-29T00:50:57.985Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29152026-08-29T00:50:58.080Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29162026-08-29T00:50:58.211Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29172026-08-29T00:50:58.308Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29182026-08-29T00:50:58.434Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29192026-08-29T00:50:58.504Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29202026-08-29T00:50:58.546Z Checking tinytemplate v1.2.1
29212026-08-29T00:50:58.656Z Checking oorandom v11.1.5
29222026-08-29T00:50:58.787Z Checking shell-words v1.1.1
29232026-08-29T00:50:58.821Z Checking anes v0.1.6
29242026-08-29T00:50:59.060Z Checking criterion v0.7.0
29252026-08-29T00:50:59.095Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29262026-08-29T00:50:59.442Z Checking pkcs8 v0.11.0
29272026-08-29T00:50:59.683Z Checking oxide-update-engine-display v0.1.2
29282026-08-29T00:51:00.021Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29292026-08-29T00:51:00.286Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29302026-08-29T00:51:01.015Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29312026-08-29T00:51:01.859Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29322026-08-29T00:51:02.461Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29332026-08-29T00:51:03.280Z Checking tokio-test v0.4.5
29342026-08-29T00:51:03.521Z Checking ff v0.14.0
29352026-08-29T00:51:03.695Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29362026-08-29T00:51:03.868Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29372026-08-29T00:51:03.931Z Checking twox-hash v2.1.2
29382026-08-29T00:51:04.277Z Checking atty v0.2.14
29392026-08-29T00:51:04.310Z Checking arrayref v0.3.9
29402026-08-29T00:51:04.409Z Checking arrayvec v0.7.6
29412026-08-29T00:51:04.444Z Checking constant_time_eq v0.4.2
29422026-08-29T00:51:04.654Z Checking group v0.14.0
29432026-08-29T00:51:04.700Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29442026-08-29T00:51:04.902Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29452026-08-29T00:51:05.579Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29462026-08-29T00:51:05.672Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29472026-08-29T00:51:05.764Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29482026-08-29T00:51:06.430Z Checking fatfs v0.3.6
29492026-08-29T00:51:06.699Z Checking signature v3.0.0
29502026-08-29T00:51:06.828Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29512026-08-29T00:51:06.890Z Compiling seq-macro v0.3.6
29522026-08-29T00:51:06.935Z Checking base16ct v1.0.0
29532026-08-29T00:51:07.065Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29542026-08-29T00:51:07.100Z Checking sec1 v0.8.1
29552026-08-29T00:51:07.338Z Checking hkdf v0.13.0
29562026-08-29T00:51:07.412Z Checking concurrent-queue v2.5.0
29572026-08-29T00:51:07.515Z Checking parking v2.2.1
29582026-08-29T00:51:07.575Z Compiling samael v0.0.19
29592026-08-29T00:51:07.628Z Checking elliptic-curve v0.14.1
29602026-08-29T00:51:07.668Z Checking event-listener v5.4.1
29612026-08-29T00:51:07.913Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29622026-08-29T00:51:08.056Z Checking rtoolbox v0.0.3
29632026-08-29T00:51:08.139Z Checking event-listener-strategy v0.5.4
29642026-08-29T00:51:08.215Z Checking rpassword v7.5.4
29652026-08-29T00:51:08.307Z Checking wnaf v0.14.0
29662026-08-29T00:51:08.410Z Checking primefield v0.14.0
29672026-08-29T00:51:08.510Z Checking rfc6979 v0.6.0
29682026-08-29T00:51:08.647Z Checking tui-tree-widget v0.23.1
29692026-08-29T00:51:08.686Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29702026-08-29T00:51:08.866Z Compiling blake3 v1.8.5
29712026-08-29T00:51:09.272Z Checking futures-timer v3.0.3
29722026-08-29T00:51:09.742Z Checking ecdsa v0.17.0
29732026-08-29T00:51:10.012Z Checking primeorder v0.14.0
29742026-08-29T00:51:10.203Z Checking async-lock v3.4.2
29752026-08-29T00:51:10.396Z Compiling curve25519-dalek v5.0.0
29762026-08-29T00:51:10.617Z Checking async-object-pool v0.2.0
29772026-08-29T00:51:10.915Z Checking ssh-encoding v0.3.0
29782026-08-29T00:51:11.012Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29792026-08-29T00:51:11.088Z Checking serde_regex v1.1.0
29802026-08-29T00:51:11.173Z Checking assert-json-diff v2.0.2
29812026-08-29T00:51:11.274Z Checking path-tree v0.8.3
29822026-08-29T00:51:11.456Z Checking keccak v0.2.0
29832026-08-29T00:51:11.498Z Compiling strsim v0.10.0
29842026-08-29T00:51:11.571Z Checking topological-sort v0.2.2
29852026-08-29T00:51:11.740Z Checking stringmetrics v2.2.2
29862026-08-29T00:51:11.856Z Checking omicron-zone-package v0.12.3
29872026-08-29T00:51:11.924Z Checking httpmock v0.8.3
29882026-08-29T00:51:12.758Z Compiling darling_core v0.13.4
29892026-08-29T00:51:13.649Z Checking ed25519 v3.0.0
29902026-08-29T00:51:13.694Z Checking pkcs1 v0.8.0-rc.4
29912026-08-29T00:51:13.884Z Checking crypto-primes v0.7.2
29922026-08-29T00:51:13.940Z Checking poly1305 v0.9.0
29932026-08-29T00:51:14.283Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29942026-08-29T00:51:14.300Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29952026-08-29T00:51:14.588Z Checking blowfish v0.10.0
29962026-08-29T00:51:14.626Z Checking blake2 v0.11.0-rc.6
29972026-08-29T00:51:14.777Z Compiling target-lexicon v0.13.3
29982026-08-29T00:51:14.878Z Checking rsa v0.10.0-rc.18
29992026-08-29T00:51:14.914Z Checking argon2 v0.6.0-rc.8
30002026-08-29T00:51:14.946Z Checking bcrypt-pbkdf v0.11.0
30012026-08-29T00:51:15.161Z Compiling darling_macro v0.13.4
30022026-08-29T00:51:15.260Z Checking ssh-cipher v0.3.0
30032026-08-29T00:51:15.372Z Checking ed25519-dalek v3.0.0
30042026-08-29T00:51:15.408Z Checking sha3 v0.11.0
30052026-08-29T00:51:15.501Z Checking p521 v0.14.0
30062026-08-29T00:51:15.626Z Checking p256 v0.14.0
30072026-08-29T00:51:15.662Z Checking p384 v0.14.0
30082026-08-29T00:51:15.780Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30092026-08-29T00:51:16.044Z Checking kem v0.3.0
30102026-08-29T00:51:16.199Z Checking module-lattice v0.2.3
30112026-08-29T00:51:16.390Z Checking socket2 v0.5.10
30122026-08-29T00:51:16.458Z Compiling guppy-workspace-hack v0.1.0
30132026-08-29T00:51:16.666Z Checking sponge-cursor v0.1.0
30142026-08-29T00:51:16.700Z Checking hex-literal v0.4.1
30152026-08-29T00:51:16.828Z Checking sha3 v0.12.0
30162026-08-29T00:51:16.911Z Checking ml-kem v0.3.2
30172026-08-29T00:51:17.067Z Compiling darling v0.13.4
30182026-08-29T00:51:17.452Z Checking russh-cryptovec v0.62.0
30192026-08-29T00:51:17.626Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30202026-08-29T00:51:17.661Z Checking internal-russh-num-bigint v0.5.0
30212026-08-29T00:51:17.846Z Checking num-bigint v0.4.6
30222026-08-29T00:51:18.209Z Checking russh-util v0.52.0
30232026-08-29T00:51:18.367Z Checking generic-array v1.4.3
30242026-08-29T00:51:18.483Z Checking ssh-key v0.7.0-rc.11
30252026-08-29T00:51:18.683Z Compiling enum_dispatch v0.3.13
30262026-08-29T00:51:18.805Z Compiling delegate v0.13.5
30272026-08-29T00:51:18.810Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30282026-08-29T00:51:19.305Z Checking hex-literal v1.1.0
30292026-08-29T00:51:19.403Z Checking md5 v0.8.0
30302026-08-29T00:51:19.440Z Compiling target-spec v3.5.7
30312026-08-29T00:51:19.637Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30322026-08-29T00:51:19.788Z Checking russh v0.62.4
30332026-08-29T00:51:19.857Z Compiling git2 v0.20.4
30342026-08-29T00:51:19.960Z Checking cfg-expr v0.20.6
30352026-08-29T00:51:20.309Z Compiling serde_with_macros v1.5.2
30362026-08-29T00:51:20.495Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30372026-08-29T00:51:20.885Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30382026-08-29T00:51:21.102Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30392026-08-29T00:51:21.183Z Checking internet-checksum v0.2.1
30402026-08-29T00:51:21.330Z Compiling serde_with v1.14.0
30412026-08-29T00:51:21.867Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30422026-08-29T00:51:22.914Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30432026-08-29T00:51:22.961Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30442026-08-29T00:51:23.108Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30452026-08-29T00:51:23.144Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30462026-08-29T00:51:23.177Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30472026-08-29T00:51:23.358Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30482026-08-29T00:51:23.393Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30492026-08-29T00:51:23.523Z Checking httptest v0.16.4
30502026-08-29T00:51:23.689Z Checking pathdiff v0.2.3
30512026-08-29T00:51:23.834Z Checking nested v0.1.1
30522026-08-29T00:51:23.892Z Compiling polar-core v0.27.3
30532026-08-29T00:51:23.976Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30542026-08-29T00:51:24.073Z Checking guppy v0.17.25
30552026-08-29T00:51:24.238Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30562026-08-29T00:51:24.300Z Checking similar-asserts v1.7.0
30572026-08-29T00:51:24.486Z Compiling target-triple v1.0.0
30582026-08-29T00:51:24.522Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30592026-08-29T00:51:25.041Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30602026-08-29T00:51:25.620Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30612026-08-29T00:51:25.678Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30622026-08-29T00:51:25.850Z Checking hickory-client v0.25.2
30632026-08-29T00:51:26.175Z Checking supports-color v2.1.0
30642026-08-29T00:51:26.266Z Checking supports-unicode v2.1.0
30652026-08-29T00:51:26.330Z Checking supports-hyperlinks v2.1.0
30662026-08-29T00:51:26.365Z Checking textwrap v0.15.2
30672026-08-29T00:51:26.414Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30682026-08-29T00:51:26.482Z Checking terminal_size v0.1.17
30692026-08-29T00:51:26.605Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30702026-08-29T00:51:26.605Z Compiling miette-derive v5.10.0
30712026-08-29T00:51:26.673Z Compiling fs-err v2.11.0
30722026-08-29T00:51:26.914Z Checking owo-colors v3.5.0
30732026-08-29T00:51:27.052Z Compiling assert_cmd v2.1.2
30742026-08-29T00:51:27.334Z Checking escape8259 v0.5.3
30752026-08-29T00:51:27.506Z Checking libtest-mimic v0.8.1
30762026-08-29T00:51:27.555Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30772026-08-29T00:51:27.775Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30782026-08-29T00:51:27.813Z Checking miette v5.10.0
30792026-08-29T00:51:28.333Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30802026-08-29T00:51:28.477Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30812026-08-29T00:51:28.919Z Checking oso v0.27.3
30822026-08-29T00:51:29.011Z Checking blake2b_simd v1.0.4
30832026-08-29T00:51:29.209Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30842026-08-29T00:51:29.434Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30852026-08-29T00:51:29.655Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30862026-08-29T00:51:29.693Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30872026-08-29T00:51:29.883Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30882026-08-29T00:51:29.919Z Compiling knuffel-derive v3.2.0
30892026-08-29T00:51:29.987Z Checking fancy-regex v0.14.0
30902026-08-29T00:51:30.085Z Checking serde_tokenstream v0.2.3
30912026-08-29T00:51:30.339Z Checking approx v0.5.1
30922026-08-29T00:51:30.375Z Compiling rstest_macros v0.25.0
30932026-08-29T00:51:30.408Z Checking uzers v0.12.2
30942026-08-29T00:51:30.513Z Checking termcolor v1.4.1
30952026-08-29T00:51:30.661Z Checking constant_time_eq v0.3.1
30962026-08-29T00:51:30.695Z Compiling linkme-impl v0.3.35
30972026-08-29T00:51:30.755Z Checking trybuild v1.0.116
30982026-08-29T00:51:30.797Z Checking rust-argon2 v2.1.0
30992026-08-29T00:51:31.097Z Checking datatest-stable v0.3.3
31002026-08-29T00:51:31.509Z Checking knuffel v3.2.0
31012026-08-29T00:51:31.513Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31022026-08-29T00:51:31.578Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31032026-08-29T00:51:31.869Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31042026-08-29T00:51:31.923Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-08-29T00:51:31.958Z Checking support-bundle-viewer v0.1.2
31062026-08-29T00:51:32.088Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31072026-08-29T00:51:32.158Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31082026-08-29T00:51:32.230Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31092026-08-29T00:51:32.309Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31102026-08-29T00:51:32.381Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31112026-08-29T00:51:32.457Z Checking drift v0.2.0
31122026-08-29T00:51:32.535Z Checking rand_distr v0.5.1
31132026-08-29T00:51:32.750Z Checking multimap v0.10.1
31142026-08-29T00:51:32.786Z Compiling linkme v0.3.35
31152026-08-29T00:51:32.837Z Compiling relative-path v1.9.3
31162026-08-29T00:51:32.956Z Checking parse-size v1.1.0
31172026-08-29T00:51:32.991Z Checking dropshot-api-manager v0.8.0
31182026-08-29T00:51:33.114Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31192026-08-29T00:51:33.381Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31202026-08-29T00:51:34.211Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31212026-08-29T00:51:34.682Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31222026-08-29T00:51:35.014Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31232026-08-29T00:51:35.182Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31242026-08-29T00:51:35.242Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31252026-08-29T00:51:35.278Z Checking cargo_toml v0.21.0
31262026-08-29T00:51:35.769Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31272026-08-29T00:51:35.823Z Checking partial-io v0.5.4
31282026-08-29T00:51:35.940Z Checking termios v0.3.3
31292026-08-29T00:51:36.093Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31302026-08-29T00:51:36.127Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31312026-08-29T00:51:36.772Z Checking rstest v0.25.0
31322026-08-29T00:51:37.015Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31332026-08-29T00:51:42.029Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31342026-08-29T00:51:42.148Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31352026-08-29T00:51:43.224Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31362026-08-29T00:51:48.064Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31372026-08-29T00:51:48.906Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31382026-08-29T00:51:51.471Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31392026-08-29T00:51:58.637Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31402026-08-29T00:52:00.276Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31412026-08-29T00:52:02.163Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31422026-08-29T00:52:03.490Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31432026-08-29T00:52:06.293Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31442026-08-29T00:52:06.453Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31452026-08-29T00:52:09.224Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31462026-08-29T00:52:13.149Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31472026-08-29T00:52:17.625Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31482026-08-29T00:52:39.335Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31492026-08-29T00:53:32.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 12s
31502026-08-29T00:53:32.158Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31512026-08-29T00:53:32.158Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31522026-08-29T00:53:32.833Z
31532026-08-29T00:53:32.833Zreal 4:15.553606637
31542026-08-29T00:53:32.833Zuser 22:02.689535469
31552026-08-29T00:53:32.833Zsys 5:14.668131382
31562026-08-29T00:53:32.833Ztrap 0.527653293
31572026-08-29T00:53:32.833Ztflt 0.504798042
31582026-08-29T00:53:32.833Zdflt 0.546120252
31592026-08-29T00:53:32.833Zkflt 0.006350793
31602026-08-29T00:53:32.833Zlock 1:06:36.925627242
31612026-08-29T00:53:32.833Zslp 1:00:02.846340513
31622026-08-29T00:53:32.833Zlat 1:50.001046189
31632026-08-29T00:53:32.836Zstop 13:56.545801205
31642026-08-29T00:53:32.836Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31652026-08-29T00:53:32.836Z+ ptime -m cargo doc --workspace --no-deps
31662026-08-29T00:53:33.690Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31672026-08-29T00:53:33.690Z |
31682026-08-29T00:53:33.690Z = 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-29T00:53:33.692Z = 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-29T00:53:34.787Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31712026-08-29T00:53:35.031Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31722026-08-29T00:53:35.069Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31732026-08-29T00:53:35.103Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31742026-08-29T00:53:35.222Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31752026-08-29T00:53:35.323Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-08-29T00:53:35.351Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31772026-08-29T00:53:35.375Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31782026-08-29T00:53:35.380Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31792026-08-29T00:53:35.426Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31802026-08-29T00:53:35.491Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-08-29T00:53:35.664Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-08-29T00:53:35.689Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-08-29T00:53:35.692Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31842026-08-29T00:53:35.754Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852026-08-29T00:53:35.780Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31862026-08-29T00:53:35.816Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-08-29T00:53:35.839Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31882026-08-29T00:53:35.903Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31892026-08-29T00:53:35.928Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31902026-08-29T00:53:35.983Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31912026-08-29T00:53:36.008Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31922026-08-29T00:53:36.302Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31932026-08-29T00:53:36.331Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31942026-08-29T00:53:36.434Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31952026-08-29T00:53:36.459Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31962026-08-29T00:53:36.610Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31972026-08-29T00:53:36.692Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31982026-08-29T00:53:36.735Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31992026-08-29T00:53:36.858Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32002026-08-29T00:53:36.924Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32012026-08-29T00:53:36.972Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32022026-08-29T00:53:37.003Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32032026-08-29T00:53:37.167Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32042026-08-29T00:53:37.356Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32052026-08-29T00:53:37.406Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32062026-08-29T00:53:37.437Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32072026-08-29T00:53:37.468Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32082026-08-29T00:53:37.575Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32092026-08-29T00:53:37.635Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32102026-08-29T00:53:37.855Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32112026-08-29T00:53:37.889Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32122026-08-29T00:53:38.126Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32132026-08-29T00:53:38.150Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32142026-08-29T00:53:38.177Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32152026-08-29T00:53:38.251Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32162026-08-29T00:53:38.346Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32172026-08-29T00:53:38.411Z Checking scuffle v0.1.0
32182026-08-29T00:53:38.525Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32192026-08-29T00:53:38.576Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32202026-08-29T00:53:38.601Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32212026-08-29T00:53:38.623Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32222026-08-29T00:53:38.862Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32232026-08-29T00:53:39.007Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32242026-08-29T00:53:39.381Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32252026-08-29T00:53:39.787Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32262026-08-29T00:53:39.875Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32272026-08-29T00:53:40.176Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32282026-08-29T00:53:40.202Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32292026-08-29T00:53:40.286Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32302026-08-29T00:53:40.429Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32312026-08-29T00:53:40.512Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32322026-08-29T00:53:40.537Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32332026-08-29T00:53:40.574Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32342026-08-29T00:53:40.889Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32352026-08-29T00:53:41.090Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32362026-08-29T00:53:41.360Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32372026-08-29T00:53:41.500Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32382026-08-29T00:53:41.591Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32392026-08-29T00:53:41.649Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32402026-08-29T00:53:41.730Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32412026-08-29T00:53:41.880Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32422026-08-29T00:53:41.968Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32432026-08-29T00:53:42.020Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32442026-08-29T00:53:42.102Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32452026-08-29T00:53:42.136Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32462026-08-29T00:53:42.216Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32472026-08-29T00:53:42.265Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32482026-08-29T00:53:42.288Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32492026-08-29T00:53:42.327Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32502026-08-29T00:53:42.464Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32512026-08-29T00:53:42.488Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32522026-08-29T00:53:42.492Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32532026-08-29T00:53:42.536Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32542026-08-29T00:53:42.831Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32552026-08-29T00:53:42.831Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32562026-08-29T00:53:42.880Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32572026-08-29T00:53:42.880Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32582026-08-29T00:53:42.883Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32592026-08-29T00:53:42.951Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32602026-08-29T00:53:43.115Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32612026-08-29T00:53:43.194Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32622026-08-29T00:53:43.218Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32632026-08-29T00:53:43.255Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32642026-08-29T00:53:43.281Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32652026-08-29T00:53:43.442Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32662026-08-29T00:53:43.442Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32672026-08-29T00:53:43.489Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32682026-08-29T00:53:43.546Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32692026-08-29T00:53:43.570Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32702026-08-29T00:53:43.642Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32712026-08-29T00:53:43.669Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32722026-08-29T00:53:43.768Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32732026-08-29T00:53:43.843Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32742026-08-29T00:53:43.867Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32752026-08-29T00:53:44.145Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32762026-08-29T00:53:44.148Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32772026-08-29T00:53:44.193Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32782026-08-29T00:53:44.669Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32792026-08-29T00:53:44.847Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32802026-08-29T00:53:44.872Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32812026-08-29T00:53:45.135Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32822026-08-29T00:53:45.907Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32832026-08-29T00:53:46.347Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32842026-08-29T00:53:47.122Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32852026-08-29T00:53:47.669Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32862026-08-29T00:53:47.940Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32872026-08-29T00:53:48.642Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32882026-08-29T00:53:48.860Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32892026-08-29T00:53:49.777Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32902026-08-29T00:53:49.927Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32912026-08-29T00:53:49.955Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32922026-08-29T00:53:50.007Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32932026-08-29T00:53:50.199Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32942026-08-29T00:53:50.224Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32952026-08-29T00:53:50.731Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32962026-08-29T00:53:50.926Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32972026-08-29T00:53:51.212Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32982026-08-29T00:53:51.362Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32992026-08-29T00:53:51.704Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33002026-08-29T00:53:51.730Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33012026-08-29T00:53:52.162Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33022026-08-29T00:53:52.232Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33032026-08-29T00:53:52.358Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33042026-08-29T00:53:52.446Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33052026-08-29T00:53:53.030Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33062026-08-29T00:53:53.237Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33072026-08-29T00:53:53.784Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33082026-08-29T00:53:53.960Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33092026-08-29T00:53:54.579Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33102026-08-29T00:53:54.803Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33112026-08-29T00:53:55.033Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33122026-08-29T00:53:55.449Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33132026-08-29T00:53:55.490Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33142026-08-29T00:53:55.937Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33152026-08-29T00:53:56.087Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33162026-08-29T00:53:56.273Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33172026-08-29T00:53:56.696Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33182026-08-29T00:53:56.895Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33192026-08-29T00:53:57.444Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33202026-08-29T00:53:57.580Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33212026-08-29T00:53:58.340Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33222026-08-29T00:53:58.695Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33232026-08-29T00:53:58.709Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33242026-08-29T00:53:59.025Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33252026-08-29T00:53:59.438Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33262026-08-29T00:54:00.202Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33272026-08-29T00:54:03.040Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33282026-08-29T00:54:03.449Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33292026-08-29T00:54:03.477Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33302026-08-29T00:54:05.499Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33312026-08-29T00:54:06.270Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33322026-08-29T00:54:06.723Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33332026-08-29T00:54:06.967Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33342026-08-29T00:54:06.998Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33352026-08-29T00:54:07.518Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33362026-08-29T00:54:07.998Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-08-29T00:54:09.310Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33382026-08-29T00:54:10.128Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33392026-08-29T00:54:10.683Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-08-29T00:54:10.797Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33412026-08-29T00:54:11.166Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33422026-08-29T00:54:11.427Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33432026-08-29T00:54:11.628Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33442026-08-29T00:54:11.808Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33452026-08-29T00:54:11.904Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33462026-08-29T00:54:12.118Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33472026-08-29T00:54:12.144Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33482026-08-29T00:54:12.334Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33492026-08-29T00:54:12.450Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33502026-08-29T00:54:12.836Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33512026-08-29T00:54:13.238Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33522026-08-29T00:54:13.676Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33532026-08-29T00:54:13.747Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33542026-08-29T00:54:13.870Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33552026-08-29T00:54:14.002Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33562026-08-29T00:54:14.443Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33572026-08-29T00:54:14.745Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33582026-08-29T00:54:15.755Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33592026-08-29T00:54:16.403Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33602026-08-29T00:54:16.917Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33612026-08-29T00:54:18.898Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33622026-08-29T00:54:20.505Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33632026-08-29T00:54:20.995Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33642026-08-29T00:54:21.597Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33652026-08-29T00:54:23.349Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33662026-08-29T00:54:25.339Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33672026-08-29T00:54:25.949Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33682026-08-29T00:54:26.589Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33692026-08-29T00:54:27.441Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33702026-08-29T00:54:28.692Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33712026-08-29T00:54:30.580Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33722026-08-29T00:54:31.681Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33732026-08-29T00:54:31.988Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33742026-08-29T00:54:32.594Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33752026-08-29T00:54:35.113Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33762026-08-29T00:54:38.414Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33772026-08-29T00:54:39.076Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33782026-08-29T00:54:39.911Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33792026-08-29T00:54:40.842Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33802026-08-29T00:54:41.613Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33812026-08-29T00:54:42.391Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33822026-08-29T00:54:43.181Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33832026-08-29T00:54:44.963Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33842026-08-29T00:54:45.425Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33852026-08-29T00:54:46.150Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33862026-08-29T00:54:46.589Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33872026-08-29T00:54:47.128Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33882026-08-29T00:54:47.911Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33892026-08-29T00:54:50.839Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33902026-08-29T00:54:52.624Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33912026-08-29T00:54:54.016Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33922026-08-29T00:54:54.767Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33932026-08-29T00:54:55.558Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33942026-08-29T00:54:56.627Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33952026-08-29T00:54:58.155Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33962026-08-29T00:54:59.938Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33972026-08-29T00:55:00.970Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33982026-08-29T00:55:01.894Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33992026-08-29T00:55:02.967Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34002026-08-29T00:55:04.225Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34012026-08-29T00:55:06.750Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34022026-08-29T00:55:09.346Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34032026-08-29T00:55:09.608Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-08-29T00:55:10.748Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34052026-08-29T00:55:12.349Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34062026-08-29T00:55:13.907Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34072026-08-29T00:55:15.609Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34082026-08-29T00:55:17.238Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34092026-08-29T00:55:18.834Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34102026-08-29T00:55:20.630Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34112026-08-29T00:55:22.335Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34122026-08-29T00:55:26.988Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34132026-08-29T00:55:27.346Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34142026-08-29T00:55:28.521Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34152026-08-29T00:55:28.854Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34162026-08-29T00:55:30.964Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34172026-08-29T00:55:32.735Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34182026-08-29T00:55:34.683Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34192026-08-29T00:55:36.648Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34202026-08-29T00:55:38.444Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34212026-08-29T00:55:40.454Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34222026-08-29T00:55:42.048Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34232026-08-29T00:55:43.823Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34242026-08-29T00:55:45.603Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34252026-08-29T00:55:47.414Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34262026-08-29T00:55:49.199Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34272026-08-29T00:55:50.956Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34282026-08-29T00:55:52.746Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34292026-08-29T00:55:54.277Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34302026-08-29T00:55:56.381Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34312026-08-29T00:55:57.967Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34322026-08-29T00:55:59.810Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34332026-08-29T00:56:01.590Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34342026-08-29T00:56:03.476Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34352026-08-29T00:56:05.437Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34362026-08-29T00:56:08.963Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34372026-08-29T00:56:11.367Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34382026-08-29T00:56:13.113Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34392026-08-29T00:56:14.803Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34402026-08-29T00:56:18.497Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34412026-08-29T00:56:19.616Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34422026-08-29T00:56:21.651Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34432026-08-29T00:56:24.073Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34442026-08-29T00:56:27.062Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34452026-08-29T00:56:28.985Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34462026-08-29T00:56:31.524Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34472026-08-29T00:56:33.549Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34482026-08-29T00:56:36.338Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34492026-08-29T00:56:39.022Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34502026-08-29T00:56:41.232Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34512026-08-29T00:56:43.423Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34522026-08-29T00:56:46.598Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34532026-08-29T00:56:48.460Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34542026-08-29T00:56:50.991Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34552026-08-29T00:56:53.577Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34562026-08-29T00:56:56.273Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34572026-08-29T00:56:58.754Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34582026-08-29T00:57:00.998Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34592026-08-29T00:57:03.809Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34602026-08-29T00:57:06.288Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34612026-08-29T00:57:08.751Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34622026-08-29T00:57:11.332Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34632026-08-29T00:57:13.806Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34642026-08-29T00:57:16.233Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34652026-08-29T00:57:19.004Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34662026-08-29T00:57:21.578Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34672026-08-29T00:57:24.029Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34682026-08-29T00:57:26.569Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34692026-08-29T00:57:29.172Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34702026-08-29T00:57:31.883Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34712026-08-29T00:57:34.446Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34722026-08-29T00:57:36.978Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34732026-08-29T00:57:39.578Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34742026-08-29T00:57:42.189Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34752026-08-29T00:57:44.778Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34762026-08-29T00:57:48.058Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34772026-08-29T00:57:50.358Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34782026-08-29T00:57:53.031Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34792026-08-29T00:57:55.660Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34802026-08-29T00:57:58.400Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34812026-08-29T00:58:01.152Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34822026-08-29T00:58:03.942Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34832026-08-29T00:58:06.749Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34842026-08-29T00:58:09.197Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34852026-08-29T00:58:11.723Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34862026-08-29T00:58:14.569Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34872026-08-29T00:58:17.508Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34882026-08-29T00:58:20.266Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34892026-08-29T00:58:22.957Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34902026-08-29T00:58:25.784Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34912026-08-29T00:58:28.494Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34922026-08-29T00:58:31.105Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34932026-08-29T00:58:33.974Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34942026-08-29T00:58:36.710Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34952026-08-29T00:58:39.441Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34962026-08-29T00:58:42.233Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34972026-08-29T00:58:45.279Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34982026-08-29T00:58:47.730Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34992026-08-29T00:58:55.803Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35002026-08-29T00:58:56.295Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35012026-08-29T00:58:59.522Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35022026-08-29T00:59:02.969Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35032026-08-29T00:59:06.876Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35042026-08-29T00:59:10.236Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35052026-08-29T00:59:13.772Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35062026-08-29T00:59:17.337Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35072026-08-29T00:59:20.942Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35082026-08-29T00:59:24.488Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35092026-08-29T00:59:28.051Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35102026-08-29T00:59:31.671Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35112026-08-29T00:59:35.448Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35122026-08-29T00:59:38.810Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35132026-08-29T00:59:42.449Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35142026-08-29T00:59:46.002Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35152026-08-29T00:59:49.577Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35162026-08-29T00:59:53.232Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35172026-08-29T00:59:56.852Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35182026-08-29T01:00:00.491Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35192026-08-29T01:00:03.936Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35202026-08-29T01:00:07.603Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35212026-08-29T01:00:11.216Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35222026-08-29T01:00:14.828Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35232026-08-29T01:00:18.575Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35242026-08-29T01:00:22.116Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35252026-08-29T01:00:25.871Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35262026-08-29T01:00:29.371Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35272026-08-29T01:00:33.011Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35282026-08-29T01:01:03.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 30s
35292026-08-29T01:01:03.882Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35302026-08-29T01:01:03.882Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35312026-08-29T01:01:04.018Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35322026-08-29T01:01:04.124Z
35332026-08-29T01:01:04.135Zreal 7:31.196869015
35342026-08-29T01:01:04.135Zuser 20:24.668600535
35352026-08-29T01:01:04.135Zsys 4:24.081553988
35362026-08-29T01:01:04.135Ztrap 0.290670564
35372026-08-29T01:01:04.136Ztflt 0.025476870
35382026-08-29T01:01:04.136Zdflt 0.075742050
35392026-08-29T01:01:04.136Zkflt 0.000071770
35402026-08-29T01:01:04.136Zlock 7:10:46.251646273
35412026-08-29T01:01:04.136Zslp 2:31:29.861416222
35422026-08-29T01:01:04.136Zlat 36.330205196
35432026-08-29T01:01:04.136Zstop 2:12.249944129
35442026-08-29T01:01:04.137Zprocess exited: duration 838449 ms, exit code 0
 
35452026-08-29T01:01:04.160Zfound 0 output files