01M12PT926DMCX6R1HABE7PPCN: clippy (helios)

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

Buildomat Job: 01M12PTPYXC8KXZYYZ3M779E73

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T22:54:03.083Zjob assigned to worker 01M12PV1DHVCVBNR9Y9EAXE7NB [factory aws, i-0617b95296dd0d813] (queued for 53 s)
 
22026-08-27T22:54:09.302Zstarting task 0: "setup"
32026-08-27T22:54:09.307Z++ uname -s
42026-08-27T22:54:09.310Z+ kern=SunOS
52026-08-27T22:54:09.310Z+ build_user=build
62026-08-27T22:54:09.310Z+ build_uid=12345
72026-08-27T22:54:09.310Z+ work_dir=/work
82026-08-27T22:54:09.310Z+ input_dir=/input
92026-08-27T22:54:09.310Z+ [[ 0 == 12345 ]]
102026-08-27T22:54:09.310Z+ case "$kern" in
112026-08-27T22:54:09.310Z+ groupadd -g 12345 build
122026-08-27T22:54:09.310Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T22:54:11.314Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T22:54:11.505Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T22:54:11.509Z+ home_fs=zfs
162026-08-27T22:54:11.509Z+ [[ zfs == autofs ]]
172026-08-27T22:54:11.509Z+ mkdir -p /home/build
182026-08-27T22:54:11.509Z+ chown build:build /home/build /work
192026-08-27T22:54:13.509Z+ chmod 0700 /home/build /work
202026-08-27T22:54:13.530Zprocess exited: duration 4210 ms, exit code 0
 
212026-08-27T22:54:13.544Zstarting task 1: "rust-toolchain"
222026-08-27T22:54:13.550Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T22:54:13.550Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-27T22:54:13.550Z * rust toolchain channel = "1.97.1"
252026-08-27T22:54:13.550Z * rust toolchain profile = "default"
262026-08-27T22:54:13.550Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T22:54:13.550Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T22:54:13.551Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T22:54:13.555Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T22:54:13.664Zinfo: downloading installer
312026-08-27T22:54:15.029Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T22:54:15.029Zwarn: /home/build/.rustup/settings.toml
332026-08-27T22:54:15.029Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T22:54:15.029Zwarn: instead of the one inferred from the default host triple.
352026-08-27T22:54:15.042Zinfo: profile set to default
362026-08-27T22:54:15.042Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T22:54:15.045Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T22:54:15.180Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T22:54:15.185Zinfo: downloading 6 components
402026-08-27T22:54:29.756Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T22:54:29.756Z
422026-08-27T22:54:29.787Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T22:54:29.787Z
442026-08-27T22:54:29.788Z
452026-08-27T22:54:29.788ZRust is installed now. Great!
462026-08-27T22:54:29.788Z
472026-08-27T22:54:29.788ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T22:54:29.788Zenvironment variable. This has not been done automatically.
492026-08-27T22:54:29.788Z
502026-08-27T22:54:29.788ZTo configure your current shell, you need to source
512026-08-27T22:54:29.788Zthe corresponding env file under $HOME/.cargo.
522026-08-27T22:54:29.788Z
532026-08-27T22:54:29.788ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T22:54:29.788Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T22:54:29.788Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T22:54:29.788Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T22:54:29.788Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T22:54:29.788Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T22:54:29.788Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T22:54:29.791Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T22:54:29.791Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T22:54:29.882Z+ rustup --version
632026-08-27T22:54:29.891Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T22:54:29.894Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T22:54:29.913Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T22:54:29.916Z+ cargo --version
672026-08-27T22:54:29.930Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T22:54:29.933Z+ rustc --version
692026-08-27T22:54:29.952Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T22:54:29.955Zprocess exited: duration 16411 ms, exit code 0
 
712026-08-27T22:54:29.962Zstarting task 2: "authentication"
722026-08-27T22:54:29.979Zprocess exited: duration 16 ms, exit code 0
 
732026-08-27T22:54:29.985Zstarting task 3: "clone repository"
742026-08-27T22:54:29.988Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-27T22:54:29.991Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-27T22:54:30.021ZCloning into '/work/oxidecomputer/omicron'...
772026-08-27T22:54:50.026Z+ cd /work/oxidecomputer/omicron
782026-08-27T22:54:50.026Z+ git fetch origin 954f157ac9803967443ecd07453ab2d01c20fc99
792026-08-27T22:54:50.415ZFrom https://github.com/oxidecomputer/omicron
802026-08-27T22:54:50.415Z * branch 954f157ac9803967443ecd07453ab2d01c20fc99 -> FETCH_HEAD
812026-08-27T22:54:50.426Z+ [[ -n support-bundle-time-range-v2 ]]
822026-08-27T22:54:50.429Z++ git branch --show-current
832026-08-27T22:54:50.429Z+ current=main
842026-08-27T22:54:50.429Z+ [[ main != support-bundle-time-range-v2 ]]
852026-08-27T22:54:50.429Z+ git branch -f support-bundle-time-range-v2 954f157ac9803967443ecd07453ab2d01c20fc99
862026-08-27T22:54:50.433Z+ git checkout -f support-bundle-time-range-v2
872026-08-27T22:54:50.684ZSwitched to branch 'support-bundle-time-range-v2'
882026-08-27T22:54:50.688Z+ git reset --hard 954f157ac9803967443ecd07453ab2d01c20fc99
892026-08-27T22:54:50.728ZHEAD is now at 954f157ac Drop the dead start_time IS NULL disjunct from the bundle time-range CHECK
902026-08-27T22:54:50.732Zprocess exited: duration 20743 ms, exit code 0
 
912026-08-27T22:54:50.739Zstarting task 4: "build"
922026-08-27T22:54:50.743Z+ source ./env.sh
932026-08-27T22:54:50.746Z++ OLD_SHELL_OPTS=ehxB
942026-08-27T22:54:50.746Z++ set -o xtrace
952026-08-27T22:54:50.746Z++++ dirname ./env.sh
962026-08-27T22:54:50.751Z+++ readlink -f .
972026-08-27T22:54:50.751Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-27T22:54:50.751Z++ 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-27T22:54:50.751Z++ 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-27T22:54:50.751Z++ 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-27T22:54:50.751Z++ 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-27T22:54:50.751Z++ 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-27T22:54:50.751Z++ 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-27T22:54:50.751Z++ 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-27T22:54:50.752Z++ 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-27T22:54:50.752Z++ 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-27T22:54:50.752Z++ 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-27T22:54:50.752Z++ case $OLD_SHELL_OPTS in
1092026-08-27T22:54:50.752Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-27T22:54:50.752Z+ source .github/buildomat/ci-env.sh
1112026-08-27T22:54:50.752Z++ export CARGO_TERM_COLOR=always
1122026-08-27T22:54:50.752Z++ CARGO_TERM_COLOR=always
1132026-08-27T22:54:50.756Z+++ uname -s
1142026-08-27T22:54:50.756Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-27T22:54:50.756Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-27T22:54:50.756Z+ cargo --version
1172026-08-27T22:54:50.761Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-27T22:54:50.764Z+ rustc --version
1192026-08-27T22:54:50.783Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-27T22:54:50.787Z+ banner prerequisites
1212026-08-27T22:54:50.787Z
1222026-08-27T22:54:50.787Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-27T22:54:50.787Z # # # # # # # # # # # # # # #
1242026-08-27T22:54:50.787Z # # # # ##### # # ##### # # # # # #### #
1252026-08-27T22:54:50.787Z ##### ##### # ##### # # # # # # # # #
1262026-08-27T22:54:50.787Z # # # # # # # # # # # # # # #
1272026-08-27T22:54:50.787Z # # # ###### # # ###### ### # #### # #### #
1282026-08-27T22:54:50.787Z
1292026-08-27T22:54:50.787Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-27T22:54:52.739Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-27T22:54:53.145Z Startup: Caching catalogs ... Done
1322026-08-27T22:54:55.446ZPlanning: Solver setup ... Done (2.179s)
1332026-08-27T22:54:55.510ZPlanning: Running solver ... Done (0.064s)
1342026-08-27T22:54:55.561ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-27T22:54:55.574ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-27T22:54:55.591ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-27T22:54:55.605ZPlanning: Package planning ... Done (0.013s)
1382026-08-27T22:54:55.608ZPlanning: Merging actions ... Done (0.001s)
1392026-08-27T22:54:55.832ZPlanning: Checking for conflicting actions ... Done (0.225s)
1402026-08-27T22:54:55.835ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-27T22:54:56.608ZPlanning: Evaluating mediators ... Done (0.775s)
1422026-08-27T22:54:56.611ZPlanning: Planning completed in 3.43 seconds
1432026-08-27T22:54:56.617Z Packages to install: 2
1442026-08-27T22:54:56.621Z Estimated space available: 156.01 GB
1452026-08-27T22:54:56.621ZEstimated space to be consumed: 83.65 MB
1462026-08-27T22:54:56.621Z Create boot environment: No
1472026-08-27T22:54:56.621ZCreate backup boot environment: No
1482026-08-27T22:54:56.621Z Rebuild boot archive: No
1492026-08-27T22:54:56.621Z
1502026-08-27T22:54:56.621ZChanged packages:
1512026-08-27T22:54:56.621Zhelios
1522026-08-27T22:54:56.621Z developer/build-essential
1532026-08-27T22:54:56.621Z None -> 11-3.0
1542026-08-27T22:54:56.621Z library/libxmlsec1
1552026-08-27T22:54:56.621Z None -> 1.2.35-3.0
1562026-08-27T22:54:56.642Z
1572026-08-27T22:54:56.642ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-27T22:54:56.710ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1592026-08-27T22:54:56.788Z Actions: 1/268 actions (Installing new actions)
1602026-08-27T22:54:56.825Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-27T22:54:56.862ZFinalize: Updating package state database ... Done (0.037s)
1622026-08-27T22:54:56.866ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-27T22:54:56.953ZFinalize: Updating image state ... Done (0.091s)
1642026-08-27T22:54:59.452ZFinalize: Creating fast lookup database ... Done (2.443s)
1652026-08-27T22:54:59.516ZFinalize: Reading search index ... Done (0.011s)
1662026-08-27T22:54:59.519ZFinalize: Updating search index ... Done (0.000s)
1672026-08-27T22:54:59.637ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-27T22:55:00.012ZPlanning: Evaluating mediator changes ... Done
1692026-08-27T22:55:00.114ZPlanning: Checking for conflicting actions ... Done
1702026-08-27T22:55:00.118ZPlanning: Consolidating action changes ... Done
1712026-08-27T22:55:00.269ZPlanning: Evaluating mediators ... Done
1722026-08-27T22:55:00.272ZPlanning: Planning completed in 0.26 seconds
1732026-08-27T22:55:00.291Z Mediators to change: 2
1742026-08-27T22:55:00.292Z Create boot environment: No
1752026-08-27T22:55:00.292ZCreate backup boot environment: No
1762026-08-27T22:55:00.342ZFinalize: Updating package state database ... Done
1772026-08-27T22:55:00.342ZFinalize: Updating package cache ... Done
1782026-08-27T22:55:00.400ZFinalize: Updating image state ... Done
1792026-08-27T22:55:02.317ZFinalize: Creating fast lookup database ... Done
1802026-08-27T22:55:02.375ZFinalize: Reading search index ... Done
1812026-08-27T22:55:02.379ZFinalize: Updating search index ... Done
1822026-08-27T22:55:02.464ZFinalize: Updating package cache ... Done
1832026-08-27T22:55:02.748ZPlanning: Evaluating mediator changes ... Done
1842026-08-27T22:55:02.854ZPlanning: Checking for conflicting actions ... Done
1852026-08-27T22:55:02.858ZPlanning: Consolidating action changes ... Done
1862026-08-27T22:55:03.011ZPlanning: Evaluating mediators ... Done
1872026-08-27T22:55:03.014ZPlanning: Planning completed in 0.26 seconds
1882026-08-27T22:55:03.034Z Mediators to change: 1
1892026-08-27T22:55:03.034Z Create boot environment: No
1902026-08-27T22:55:03.034ZCreate backup boot environment: No
1912026-08-27T22:55:03.076ZFinalize: Updating package state database ... Done
1922026-08-27T22:55:03.076ZFinalize: Updating package cache ... Done
1932026-08-27T22:55:03.130ZFinalize: Updating image state ... Done
1942026-08-27T22:55:05.067ZFinalize: Creating fast lookup database ... Done
1952026-08-27T22:55:05.131ZFinalize: Reading search index ... Done
1962026-08-27T22:55:05.134ZFinalize: Updating search index ... Done
1972026-08-27T22:55:05.218ZFinalize: Updating package cache ... Done
1982026-08-27T22:55:05.533ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-27T22:55:05.534Zapache system 2.4 system
2002026-08-27T22:55:05.534Zclang system 15 system
2012026-08-27T22:55:05.534Zcsh system system illumos
2022026-08-27T22:55:05.534Zctags system system illumos
2032026-08-27T22:55:05.534Zfile vendor vendor darwinsys
2042026-08-27T22:55:05.534Zfile system system illumos
2052026-08-27T22:55:05.534Zgcc vendor 14 vendor
2062026-08-27T22:55:05.534Zgcc system 13 system
2072026-08-27T22:55:05.534Zgcc system 10 system
2082026-08-27T22:55:05.534Zgo system 1.25 system
2092026-08-27T22:55:05.534Zllvm system 15 system
2102026-08-27T22:55:05.534Zmariadb system 11.4 system
2112026-08-27T22:55:05.534Zmta vendor vendor dma
2122026-08-27T22:55:05.534Zopenjdk system 17 system
2132026-08-27T22:55:05.534Zopenjdk system 11 system
2142026-08-27T22:55:05.534Zopenssl vendor 3 vendor
2152026-08-27T22:55:05.534Zperl system 5.40 system
2162026-08-27T22:55:05.534Zpostgresql system 18 system
2172026-08-27T22:55:05.534Zpostgresql system 17 system
2182026-08-27T22:55:05.534Zpython vendor 3 vendor
2192026-08-27T22:55:05.534Zpython system 2 system
2202026-08-27T22:55:05.534Zpython3 vendor 3.13 vendor
2212026-08-27T22:55:05.534Zruby system 3.4 system
2222026-08-27T22:55:05.534Zruby system 3.0 system
2232026-08-27T22:55:05.534Zwords vendor vendor american-english
2242026-08-27T22:55:05.534Zwords system system australian-english
2252026-08-27T22:55:05.534Zwords system system british-english
2262026-08-27T22:55:05.534Zwords system system canadian-english
2272026-08-27T22:55:05.534Zwords system system french
2282026-08-27T22:55:05.534Zwords system system italian
2292026-08-27T22:55:05.534Zwords system system ngerman
2302026-08-27T22:55:05.534Zwords system system ogerman
2312026-08-27T22:55:05.534Zwords system system spanish
2322026-08-27T22:55:05.791ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-27T22:55:05.791Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-27T22:55:06.299ZFMRI IFO
2352026-08-27T22:55:06.299Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-27T22:55:06.299Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-27T22:55:06.299Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-27T22:55:06.300Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-27T22:55:06.300Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-27T22:55:06.300Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-27T22:55:06.300Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-27T22:55:06.300Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-27T22:55:06.300Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-27T22:55:06.641Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-27T22:55:06.982Z Updating crates.io index
2462026-08-27T22:55:06.985Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-27T22:55:07.291Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-27T22:55:07.702Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2492026-08-27T22:55:07.985Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-27T22:55:09.098Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-08-27T22:55:09.638Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-27T22:55:11.707Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-27T22:55:12.577Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-27T22:55:12.872Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-08-27T22:55:13.261Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-08-27T22:55:14.470Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-08-27T22:55:15.050Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-27T22:55:15.475Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-08-27T22:55:16.033Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-08-27T22:55:16.338Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-08-27T22:55:16.668Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-08-27T22:55:16.928Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-08-27T22:55:17.193Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-08-27T22:55:17.639Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-27T22:55:18.815Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-27T22:55:18.845Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-27T22:55:18.854Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-27T22:55:19.177Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-27T22:55:19.837Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-27T22:55:20.164Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-27T22:55:20.707Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-27T22:55:21.144Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-27T22:55:21.436Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-27T22:55:21.867Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-27T22:55:22.241Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-27T22:55:22.515Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-27T22:55:22.833Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-27T22:55:23.246Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-27T22:55:24.102Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-27T22:55:24.680Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-27T22:55:24.979Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-27T22:55:25.308Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-27T22:55:26.033Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-27T22:55:26.352Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-27T22:55:26.664Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-27T22:55:26.972Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-27T22:55:27.231Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-27T22:55:27.532Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-08-27T22:55:30.538Z Downloading crates ...
2902026-08-27T22:55:30.548Z Downloaded block-buffer v0.10.4
2912026-08-27T22:55:30.557Z Downloaded camino v1.2.5
2922026-08-27T22:55:30.557Z Downloaded papergrid v0.11.0
2932026-08-27T22:55:30.557Z Downloaded colorchoice v1.0.4
2942026-08-27T22:55:30.566Z Downloaded clap_lex v1.0.0
2952026-08-27T22:55:30.566Z Downloaded anstyle-query v1.1.5
2962026-08-27T22:55:30.566Z Downloaded crypto-common v0.1.7
2972026-08-27T22:55:30.566Z Downloaded zerocopy-derive v0.7.35
2982026-08-27T22:55:30.580Z Downloaded zmij v1.0.21
2992026-08-27T22:55:30.580Z Downloaded heck v0.4.1
3002026-08-27T22:55:30.580Z Downloaded generic-array v0.14.7
3012026-08-27T22:55:30.584Z Downloaded cpufeatures v0.2.17
3022026-08-27T22:55:30.584Z Downloaded cargo-platform v0.3.2
3032026-08-27T22:55:30.584Z Downloaded thiserror-impl v1.0.69
3042026-08-27T22:55:30.584Z Downloaded anstream v1.0.0
3052026-08-27T22:55:30.584Z Downloaded zerocopy v0.7.35
3062026-08-27T22:55:30.584Z Downloaded dtrace-parser v0.2.0
3072026-08-27T22:55:30.584Z Downloaded digest v0.10.7
3082026-08-27T22:55:30.591Z Downloaded anstyle-parse v1.0.0
3092026-08-27T22:55:30.591Z Downloaded autocfg v1.5.0
3102026-08-27T22:55:30.591Z Downloaded anyhow v1.0.104
3112026-08-27T22:55:30.591Z Downloaded errno v0.3.14
3122026-08-27T22:55:30.591Z Downloaded itoa v1.0.17
3132026-08-27T22:55:30.591Z Downloaded indexmap v2.14.0
3142026-08-27T22:55:30.600Z Downloaded cfg-if v1.0.4
3152026-08-27T22:55:30.600Z Downloaded clap_derive v4.6.1
3162026-08-27T22:55:30.600Z Downloaded proc-macro2 v1.0.106
3172026-08-27T22:55:30.600Z Downloaded heck v0.5.0
3182026-08-27T22:55:30.615Z Downloaded cargo_toml v0.21.0
3192026-08-27T22:55:30.615Z Downloaded bitflags v2.11.0
3202026-08-27T22:55:30.615Z Downloaded camino-tempfile v1.4.1
3212026-08-27T22:55:30.615Z Downloaded macaddr v1.0.1
3222026-08-27T22:55:30.615Z Downloaded memmap v0.7.0
3232026-08-27T22:55:30.615Z Downloaded equivalent v1.0.2
3242026-08-27T22:55:30.615Z Downloaded is_terminal_polyfill v1.70.2
3252026-08-27T22:55:30.644Z Downloaded thread-id v4.2.2
3262026-08-27T22:55:30.644Z Downloaded anstyle v1.0.14
3272026-08-27T22:55:30.644Z Downloaded byteorder v1.5.0
3282026-08-27T22:55:30.644Z Downloaded fastrand v2.3.0
3292026-08-27T22:55:30.644Z Downloaded utf8parse v0.2.2
3302026-08-27T22:55:30.670Z Downloaded toml_write v0.1.2
3312026-08-27T22:55:30.671Z Downloaded dof v0.3.0
3322026-08-27T22:55:30.671Z Downloaded usdt-attr-macro v0.5.0
3332026-08-27T22:55:30.671Z Downloaded terminal_size v0.4.3
3342026-08-27T22:55:30.671Z Downloaded plain v0.2.3
3352026-08-27T22:55:30.671Z Downloaded tabled_derive v0.7.0
3362026-08-27T22:55:30.671Z Downloaded pretty-hex v0.4.1
3372026-08-27T22:55:30.671Z Downloaded toml_datetime v0.6.11
3382026-08-27T22:55:30.671Z Downloaded smawk v0.3.2
3392026-08-27T22:55:30.671Z Downloaded version_check v0.9.5
3402026-08-27T22:55:30.671Z Downloaded strsim v0.11.1
3412026-08-27T22:55:30.671Z Downloaded swrite v0.1.0
3422026-08-27T22:55:30.671Z Downloaded serde_spanned v0.6.9
3432026-08-27T22:55:30.672Z Downloaded unicode-linebreak v0.1.5
3442026-08-27T22:55:30.672Z Downloaded usdt-macro v0.5.0
3452026-08-27T22:55:30.672Z Downloaded cargo_metadata v0.23.1
3462026-08-27T22:55:30.685Z Downloaded scroll_derive v0.12.1
3472026-08-27T22:55:30.685Z Downloaded proc-macro-error-attr v1.0.4
3482026-08-27T22:55:30.686Z Downloaded bytecount v0.6.9
3492026-08-27T22:55:30.686Z Downloaded thiserror v2.0.18
3502026-08-27T22:55:30.687Z Downloaded fs-err v3.3.0
3512026-08-27T22:55:30.687Z Downloaded usdt-impl v0.5.0
3522026-08-27T22:55:30.687Z Downloaded sha2 v0.10.9
3532026-08-27T22:55:30.688Z Downloaded usdt v0.5.0
3542026-08-27T22:55:30.688Z Downloaded thiserror v1.0.69
3552026-08-27T22:55:30.701Z Downloaded fnv v1.0.7
3562026-08-27T22:55:30.702Z Downloaded once_cell v1.21.3
3572026-08-27T22:55:30.702Z Downloaded proc-macro-error v1.0.4
3582026-08-27T22:55:30.702Z Downloaded quote v1.0.45
3592026-08-27T22:55:30.702Z Downloaded scroll v0.12.0
3602026-08-27T22:55:30.702Z Downloaded serde_tokenstream v0.2.3
3612026-08-27T22:55:30.702Z Downloaded toml v0.8.23
3622026-08-27T22:55:30.723Z Downloaded pest_derive v2.8.6
3632026-08-27T22:55:30.723Z Downloaded pest_generator v2.8.6
3642026-08-27T22:55:30.723Z Downloaded thiserror-impl v2.0.18
3652026-08-27T22:55:30.723Z Downloaded tempfile v3.27.0
3662026-08-27T22:55:30.757Z Downloaded clap v4.6.1
3672026-08-27T22:55:30.758Z Downloaded semver v1.0.28
3682026-08-27T22:55:30.758Z Downloaded log v0.4.33
3692026-08-27T22:55:30.758Z Downloaded unicode-ident v1.0.24
3702026-08-27T22:55:30.758Z Downloaded serde_core v1.0.228
3712026-08-27T22:55:30.758Z Downloaded serde_derive v1.0.228
3722026-08-27T22:55:30.774Z Downloaded textwrap v0.16.2
3732026-08-27T22:55:30.775Z Downloaded toml_edit v0.22.27
3742026-08-27T22:55:30.775Z Downloaded getrandom v0.4.3
3752026-08-27T22:55:30.775Z Downloaded ucd-trie v0.1.7
3762026-08-27T22:55:30.775Z Downloaded pest_meta v2.8.6
3772026-08-27T22:55:30.775Z Downloaded memchr v2.8.0
3782026-08-27T22:55:30.786Z Downloaded clap_builder v4.6.0
3792026-08-27T22:55:30.803Z Downloaded serde v1.0.228
3802026-08-27T22:55:30.803Z Downloaded typenum v1.20.1
3812026-08-27T22:55:30.820Z Downloaded pest v2.8.6
3822026-08-27T22:55:30.832Z Downloaded hashbrown v0.17.0
3832026-08-27T22:55:30.832Z Downloaded serde_json v1.0.151
3842026-08-27T22:55:30.854Z Downloaded goblin v0.8.2
3852026-08-27T22:55:30.855Z Downloaded winnow v0.7.14
3862026-08-27T22:55:30.877Z Downloaded tabled v0.15.0
3872026-08-27T22:55:30.877Z Downloaded syn v1.0.109
3882026-08-27T22:55:30.877Z Downloaded unicode-width v0.2.0
3892026-08-27T22:55:30.917Z Downloaded unicode-width v0.1.14
3902026-08-27T22:55:30.917Z Downloaded syn v2.0.117
3912026-08-27T22:55:30.917Z Downloaded rustix v1.1.4
3922026-08-27T22:55:30.956Z Downloaded libc v0.2.185
3932026-08-27T22:55:30.982Z Compiling proc-macro2 v1.0.106
3942026-08-27T22:55:30.982Z Compiling unicode-ident v1.0.24
3952026-08-27T22:55:30.982Z Compiling quote v1.0.45
3962026-08-27T22:55:30.983Z Compiling serde_core v1.0.228
3972026-08-27T22:55:30.999Z Compiling libc v0.2.185
3982026-08-27T22:55:30.999Z Compiling version_check v0.9.5
3992026-08-27T22:55:31.000Z Compiling memchr v2.8.0
4002026-08-27T22:55:31.000Z Compiling serde v1.0.228
4012026-08-27T22:55:31.333Z Compiling zmij v1.0.21
4022026-08-27T22:55:31.492Z Compiling thiserror v1.0.69
4032026-08-27T22:55:31.584Z Compiling itoa v1.0.17
4042026-08-27T22:55:31.630Z Compiling ucd-trie v0.1.7
4052026-08-27T22:55:31.766Z Compiling pest v2.8.6
4062026-08-27T22:55:31.884Z Compiling rustix v1.1.4
4072026-08-27T22:55:31.956Z Compiling byteorder v1.5.0
4082026-08-27T22:55:31.972Z Compiling errno v0.3.14
4092026-08-27T22:55:32.119Z Compiling bitflags v2.11.0
4102026-08-27T22:55:32.277Z Compiling serde_json v1.0.151
4112026-08-27T22:55:32.417Z Compiling syn v2.0.117
4122026-08-27T22:55:32.458Z Compiling thread-id v4.2.2
4132026-08-27T22:55:32.495Z Compiling proc-macro-error-attr v1.0.4
4142026-08-27T22:55:32.551Z Compiling usdt-impl v0.5.0
4152026-08-27T22:55:32.569Z Compiling syn v1.0.109
4162026-08-27T22:55:32.672Z Compiling camino v1.2.5
4172026-08-27T22:55:32.859Z Compiling pest_meta v2.8.6
4182026-08-27T22:55:32.970Z Compiling proc-macro-error v1.0.4
4192026-08-27T22:55:32.987Z Compiling utf8parse v0.2.2
4202026-08-27T22:55:33.052Z Compiling hashbrown v0.17.0
4212026-08-27T22:55:33.101Z Compiling log v0.4.33
4222026-08-27T22:55:33.152Z Compiling equivalent v1.0.2
4232026-08-27T22:55:33.246Z Compiling getrandom v0.4.3
4242026-08-27T22:55:33.297Z Compiling plain v0.2.3
4252026-08-27T22:55:33.527Z Compiling terminal_size v0.4.3
4262026-08-27T22:55:33.611Z Compiling indexmap v2.14.0
4272026-08-27T22:55:33.669Z Compiling anstyle-parse v1.0.0
4282026-08-27T22:55:34.089Z Compiling toml_write v0.1.2
4292026-08-27T22:55:34.222Z Compiling cfg-if v1.0.4
4302026-08-27T22:55:34.226Z Compiling colorchoice v1.0.4
4312026-08-27T22:55:34.291Z Compiling winnow v0.7.14
4322026-08-27T22:55:34.310Z Compiling pretty-hex v0.4.1
4332026-08-27T22:55:34.357Z Compiling thiserror v2.0.18
4342026-08-27T22:55:34.408Z Compiling is_terminal_polyfill v1.70.2
4352026-08-27T22:55:34.442Z Compiling autocfg v1.5.0
4362026-08-27T22:55:34.446Z Compiling anstyle-query v1.1.5
4372026-08-27T22:55:34.508Z Compiling anstyle v1.0.14
4382026-08-27T22:55:34.680Z Compiling pest_generator v2.8.6
4392026-08-27T22:55:34.728Z Compiling anstream v1.0.0
4402026-08-27T22:55:34.860Z Compiling fs-err v3.3.0
4412026-08-27T22:55:34.878Z Compiling fastrand v2.3.0
4422026-08-27T22:55:34.931Z Compiling strsim v0.11.1
4432026-08-27T22:55:35.063Z Compiling heck v0.4.1
4442026-08-27T22:55:35.134Z Compiling heck v0.5.0
4452026-08-27T22:55:35.339Z Compiling once_cell v1.21.3
4462026-08-27T22:55:35.343Z Compiling clap_lex v1.0.0
4472026-08-27T22:55:35.375Z Compiling unicode-width v0.1.14
4482026-08-27T22:55:35.392Z Compiling fnv v1.0.7
4492026-08-27T22:55:35.408Z Compiling anyhow v1.0.104
4502026-08-27T22:55:35.499Z Compiling bytecount v0.6.9
4512026-08-27T22:55:35.560Z Compiling clap_builder v4.6.0
4522026-08-27T22:55:35.589Z Compiling tempfile v3.27.0
4532026-08-27T22:55:35.637Z Compiling papergrid v0.11.0
4542026-08-27T22:55:35.754Z Compiling semver v1.0.28
4552026-08-27T22:55:35.809Z Compiling cargo-platform v0.3.2
4562026-08-27T22:55:35.936Z Compiling tabled_derive v0.7.0
4572026-08-27T22:55:35.952Z Compiling memmap v0.7.0
4582026-08-27T22:55:35.969Z Compiling unicode-linebreak v0.1.5
4592026-08-27T22:55:36.083Z Compiling smawk v0.3.2
4602026-08-27T22:55:36.086Z Compiling unicode-width v0.2.0
4612026-08-27T22:55:36.211Z Compiling camino-tempfile v1.4.1
4622026-08-27T22:55:36.337Z Compiling serde_derive v1.0.228
4632026-08-27T22:55:36.378Z Compiling thiserror-impl v1.0.69
4642026-08-27T22:55:36.444Z Compiling zerocopy-derive v0.7.35
4652026-08-27T22:55:36.487Z Compiling pest_derive v2.8.6
4662026-08-27T22:55:36.511Z Compiling scroll_derive v0.12.1
4672026-08-27T22:55:36.851Z Compiling thiserror-impl v2.0.18
4682026-08-27T22:55:36.931Z Compiling clap_derive v4.6.1
4692026-08-27T22:55:37.105Z Compiling tabled v0.15.0
4702026-08-27T22:55:37.199Z Compiling scroll v0.12.0
4712026-08-27T22:55:37.310Z Compiling zerocopy v0.7.35
4722026-08-27T22:55:37.446Z Compiling goblin v0.8.2
4732026-08-27T22:55:37.771Z Compiling dtrace-parser v0.2.0
4742026-08-27T22:55:37.865Z Compiling textwrap v0.16.2
4752026-08-27T22:55:38.266Z Compiling swrite v0.1.0
4762026-08-27T22:55:38.644Z Compiling clap v4.6.1
4772026-08-27T22:55:39.340Z Compiling dof v0.3.0
4782026-08-27T22:55:39.340Z Compiling serde_tokenstream v0.2.3
4792026-08-27T22:55:39.357Z Compiling serde_spanned v0.6.9
4802026-08-27T22:55:39.371Z Compiling toml_datetime v0.6.11
4812026-08-27T22:55:39.375Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-27T22:55:39.420Z Compiling cargo_metadata v0.23.1
4832026-08-27T22:55:39.424Z Compiling macaddr v1.0.1
4842026-08-27T22:55:39.534Z Compiling toml_edit v0.22.27
4852026-08-27T22:55:40.134Z Compiling usdt-attr-macro v0.5.0
4862026-08-27T22:55:40.134Z Compiling usdt-macro v0.5.0
4872026-08-27T22:55:40.763Z Compiling usdt v0.5.0
4882026-08-27T22:55:40.941Z Compiling toml v0.8.23
4892026-08-27T22:55:41.269Z Compiling cargo_toml v0.21.0
4902026-08-27T22:55:42.512Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-08-27T22:55:44.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.03s
4922026-08-27T22:55:44.709Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-08-27T22:55:45.226Z Downloading crates ...
4942026-08-27T22:55:45.286Z Downloaded ascii-canvas v3.0.0
4952026-08-27T22:55:45.290Z Downloaded adler2 v2.0.1
4962026-08-27T22:55:45.293Z Downloaded aead v0.5.2
4972026-08-27T22:55:45.293Z Downloaded async-stream-impl v0.3.6
4982026-08-27T22:55:45.299Z Downloaded assert_matches v1.5.0
4992026-08-27T22:55:45.303Z Downloaded endian-type v0.1.2
5002026-08-27T22:55:45.303Z Downloaded arrayref v0.3.9
5012026-08-27T22:55:45.303Z Downloaded foreign-types-macros v0.2.3
5022026-08-27T22:55:45.303Z Downloaded async-stream v0.3.6
5032026-08-27T22:55:45.306Z Downloaded atomic-waker v1.1.2
5042026-08-27T22:55:45.310Z Downloaded ff v0.14.0
5052026-08-27T22:55:45.313Z Downloaded foldhash v0.2.0
5062026-08-27T22:55:45.313Z Downloaded atomicwrites v0.4.4
5072026-08-27T22:55:45.313Z Downloaded anstyle-parse v0.2.7
5082026-08-27T22:55:45.313Z Downloaded fatfs v0.3.6
5092026-08-27T22:55:45.318Z Downloaded base16ct v1.0.0
5102026-08-27T22:55:45.321Z Downloaded hubpack v0.1.2
5112026-08-27T22:55:45.327Z Downloaded fixedbitset v0.4.2
5122026-08-27T22:55:45.330Z Downloaded funty v2.0.0
5132026-08-27T22:55:45.330Z Downloaded hash32 v0.3.1
5142026-08-27T22:55:45.330Z Downloaded backtrace-ext v0.2.1
5152026-08-27T22:55:45.333Z Downloaded base16ct v0.2.0
5162026-08-27T22:55:45.333Z Downloaded bb8 v0.8.6
5172026-08-27T22:55:45.333Z Downloaded compression-core v0.4.31
5182026-08-27T22:55:45.334Z Downloaded form_urlencoded v1.2.2
5192026-08-27T22:55:45.334Z Downloaded futures-core v0.3.32
5202026-08-27T22:55:45.334Z Downloaded atty v0.2.14
5212026-08-27T22:55:45.334Z Downloaded group v0.13.0
5222026-08-27T22:55:45.337Z Downloaded async-recursion v1.1.1
5232026-08-27T22:55:45.337Z Downloaded cfg_aliases v0.1.1
5242026-08-27T22:55:45.337Z Downloaded arrayvec v0.7.6
5252026-08-27T22:55:45.340Z Downloaded async-trait v0.1.89
5262026-08-27T22:55:45.340Z Downloaded aead v0.6.1
5272026-08-27T22:55:45.343Z Downloaded array-init v0.0.4
5282026-08-27T22:55:45.343Z Downloaded highway v1.3.0
5292026-08-27T22:55:45.344Z Downloaded argon2 v0.5.3
5302026-08-27T22:55:45.347Z Downloaded env_filter v2.0.0
5312026-08-27T22:55:45.347Z Downloaded flagset v0.4.7
5322026-08-27T22:55:45.347Z Downloaded float-ord v0.3.2
5332026-08-27T22:55:45.347Z Downloaded foreign-types v0.3.2
5342026-08-27T22:55:45.350Z Downloaded argon2 v0.6.0-rc.8
5352026-08-27T22:55:45.350Z Downloaded async-bb8-diesel v0.2.1
5362026-08-27T22:55:45.354Z Downloaded embedded-io v0.6.1
5372026-08-27T22:55:45.354Z Downloaded bcrypt-pbkdf v0.11.0
5382026-08-27T22:55:45.354Z Downloaded bit-set v0.8.0
5392026-08-27T22:55:45.354Z Downloaded ff v0.13.1
5402026-08-27T22:55:45.354Z Downloaded fxhash v0.2.1
5412026-08-27T22:55:45.357Z Downloaded foreign-types-shared v0.1.1
5422026-08-27T22:55:45.360Z Downloaded cobs v0.3.0
5432026-08-27T22:55:45.363Z Downloaded embedded-io v0.4.0
5442026-08-27T22:55:45.363Z Downloaded futures-io v0.3.32
5452026-08-27T22:55:45.366Z Downloaded ciborium-io v0.2.2
5462026-08-27T22:55:45.370Z Downloaded bitfield-struct v0.6.2
5472026-08-27T22:55:45.370Z Downloaded foreign-types-shared v0.3.1
5482026-08-27T22:55:45.373Z Downloaded anstream v0.6.21
5492026-08-27T22:55:45.376Z Downloaded bcs v0.1.6
5502026-08-27T22:55:45.376Z Downloaded enum-as-inner v0.6.1
5512026-08-27T22:55:45.379Z Downloaded foreign-types v0.5.0
5522026-08-27T22:55:45.379Z Downloaded hostname v0.3.1
5532026-08-27T22:55:45.379Z Downloaded base64ct v1.8.3
5542026-08-27T22:55:45.379Z Downloaded bit-vec v0.6.3
5552026-08-27T22:55:45.383Z Downloaded bitfield v0.19.4
5562026-08-27T22:55:45.383Z Downloaded bitfield-macros v0.19.4
5572026-08-27T22:55:45.383Z Downloaded float-cmp v0.10.0
5582026-08-27T22:55:45.383Z Downloaded fs-err v2.11.0
5592026-08-27T22:55:45.386Z Downloaded find-msvc-tools v0.1.9
5602026-08-27T22:55:45.389Z Downloaded castaway v0.2.4
5612026-08-27T22:55:45.389Z Downloaded cfg_aliases v0.2.1
5622026-08-27T22:55:45.389Z Downloaded ciborium-ll v0.2.2
5632026-08-27T22:55:45.393Z Downloaded block-padding v0.4.2
5642026-08-27T22:55:45.396Z Downloaded home v0.5.12
5652026-08-27T22:55:45.396Z Downloaded http-range v0.1.5
5662026-08-27T22:55:45.396Z Downloaded futures-macro v0.3.32
5672026-08-27T22:55:45.399Z Downloaded headers-core v0.3.0
5682026-08-27T22:55:45.399Z Downloaded hash32 v0.2.1
5692026-08-27T22:55:45.399Z Downloaded futures-sink v0.3.32
5702026-08-27T22:55:45.399Z Downloaded globwalk v0.9.1
5712026-08-27T22:55:45.402Z Downloaded httpdate v1.0.3
5722026-08-27T22:55:45.402Z Downloaded futures-task v0.3.32
5732026-08-27T22:55:45.406Z Downloaded oso-derive v0.27.3
5742026-08-27T22:55:45.406Z Downloaded fd-lock v4.0.4
5752026-08-27T22:55:45.406Z Downloaded block-buffer v0.12.1
5762026-08-27T22:55:45.406Z Downloaded num_threads v0.1.7
5772026-08-27T22:55:45.406Z Downloaded gethostname v0.5.0
5782026-08-27T22:55:45.406Z Downloaded ghash v0.6.0
5792026-08-27T22:55:45.409Z Downloaded hex-literal v1.1.0
5802026-08-27T22:55:45.409Z Downloaded cmov v0.5.4
5812026-08-27T22:55:45.413Z Downloaded hex v0.4.3
5822026-08-27T22:55:45.413Z Downloaded ahash v0.8.12
5832026-08-27T22:55:45.413Z Downloaded http-body v1.0.1
5842026-08-27T22:55:45.416Z Downloaded hostname v0.4.2
5852026-08-27T22:55:45.422Z Downloaded newline-converter v0.3.0
5862026-08-27T22:55:45.425Z Downloaded addr2line v0.25.1
5872026-08-27T22:55:45.429Z Downloaded filetime v0.2.27
5882026-08-27T22:55:45.432Z Downloaded nibble_vec v0.1.0
5892026-08-27T22:55:45.432Z Downloaded nodrop v0.1.14
5902026-08-27T22:55:45.432Z Downloaded ena v0.14.4
5912026-08-27T22:55:45.436Z Downloaded fs_extra v1.3.0
5922026-08-27T22:55:45.436Z Downloaded futures-executor v0.3.32
5932026-08-27T22:55:45.436Z Downloaded fixedbitset v0.5.7
5942026-08-27T22:55:45.436Z Downloaded env_logger v0.11.11
5952026-08-27T22:55:45.439Z Downloaded foldhash v0.1.5
5962026-08-27T22:55:45.439Z Downloaded olpc-cjson v0.1.4
5972026-08-27T22:55:45.439Z Downloaded globset v0.4.18
5982026-08-27T22:55:45.443Z Downloaded hubpack_derive v0.1.1
5992026-08-27T22:55:45.446Z Downloaded compression-codecs v0.4.37
6002026-08-27T22:55:45.446Z Downloaded cassowary v0.3.0
6012026-08-27T22:55:45.446Z Downloaded bitflags v1.3.2
6022026-08-27T22:55:45.449Z Downloaded cipher v0.4.4
6032026-08-27T22:55:45.449Z Downloaded backoff v0.4.0
6042026-08-27T22:55:45.449Z Downloaded bit-set v0.5.3
6052026-08-27T22:55:45.452Z Downloaded cexpr v0.6.0
6062026-08-27T22:55:45.452Z Downloaded enum_dispatch v0.3.13
6072026-08-27T22:55:45.452Z Downloaded git-stub-vcs v0.1.0
6082026-08-27T22:55:45.455Z Downloaded const-oid v0.10.2
6092026-08-27T22:55:45.455Z Downloaded phf_shared v0.11.3
6102026-08-27T22:55:45.455Z Downloaded buf-list v1.1.2
6112026-08-27T22:55:45.455Z Downloaded phf_shared v0.12.1
6122026-08-27T22:55:45.459Z Downloaded flume v0.11.1
6132026-08-27T22:55:45.459Z Downloaded powerfmt v0.2.0
6142026-08-27T22:55:45.462Z Downloaded progenitor-client v0.14.0
6152026-08-27T22:55:45.465Z Downloaded rand_xorshift v0.4.0
6162026-08-27T22:55:45.465Z Downloaded ref-cast-impl v1.0.25
6172026-08-27T22:55:45.465Z Downloaded russh-cryptovec v0.62.0
6182026-08-27T22:55:45.465Z Downloaded progenitor-macro v0.14.0
6192026-08-27T22:55:45.465Z Downloaded radium v0.7.0
6202026-08-27T22:55:45.465Z Downloaded rfc6979 v0.6.0
6212026-08-27T22:55:45.469Z Downloaded rand_chacha v0.3.1
6222026-08-27T22:55:45.469Z Downloaded console v0.16.2
6232026-08-27T22:55:45.469Z Downloaded rfc6979 v0.4.0
6242026-08-27T22:55:45.473Z Downloaded colored v3.1.1
6252026-08-27T22:55:45.476Z Downloaded cmake v0.1.57
6262026-08-27T22:55:45.479Z Downloaded byte-wrapper v0.1.0
6272026-08-27T22:55:45.482Z Downloaded chacha20 v0.9.1
6282026-08-27T22:55:45.486Z Downloaded cipher v0.5.2
6292026-08-27T22:55:45.486Z Downloaded git-stub v1.0.0
6302026-08-27T22:55:45.489Z Downloaded ref-cast v1.0.25
6312026-08-27T22:55:45.492Z Downloaded password-hash v0.5.0
6322026-08-27T22:55:45.492Z Downloaded scopeguard v1.2.0
6332026-08-27T22:55:45.492Z Downloaded group v0.14.0
6342026-08-27T22:55:45.495Z Downloaded http-body-util v0.1.3
6352026-08-27T22:55:45.495Z Downloaded blake2 v0.11.0-rc.6
6362026-08-27T22:55:45.498Z Downloaded siphasher v1.0.2
6372026-08-27T22:55:45.501Z Downloaded slog-envlogger v2.2.0
6382026-08-27T22:55:45.504Z Downloaded fallible-iterator v0.2.0
6392026-08-27T22:55:45.504Z Downloaded cbc v0.2.1
6402026-08-27T22:55:45.508Z Downloaded camino-tempfile-ext v0.3.3
6412026-08-27T22:55:45.511Z Downloaded semver v0.1.20
6422026-08-27T22:55:45.511Z Downloaded sha1 v0.10.6
6432026-08-27T22:55:45.511Z Downloaded peg v0.8.5
6442026-08-27T22:55:45.514Z Downloaded peg-macros v0.8.5
6452026-08-27T22:55:45.514Z Downloaded headers v0.4.1
6462026-08-27T22:55:45.517Z Downloaded num_enum v0.5.11
6472026-08-27T22:55:45.521Z Downloaded bit-vec v0.8.0
6482026-08-27T22:55:45.521Z Downloaded httparse v1.10.1
6492026-08-27T22:55:45.521Z Downloaded sqlparser_derive v0.5.0
6502026-08-27T22:55:45.524Z Downloaded supports-color v3.0.2
6512026-08-27T22:55:45.524Z Downloaded tap v1.0.1
6522026-08-27T22:55:45.524Z Downloaded oxide-update-engine v0.1.2
6532026-08-27T22:55:45.524Z Downloaded take_mut v0.2.2
6542026-08-27T22:55:45.527Z Downloaded subtle v2.6.1
6552026-08-27T22:55:45.527Z Downloaded tinyvec_macros v0.1.1
6562026-08-27T22:55:45.530Z Downloaded termtree v0.5.1
6572026-08-27T22:55:45.533Z Downloaded predicates v3.1.4
6582026-08-27T22:55:45.533Z Downloaded backon v1.6.0
6592026-08-27T22:55:45.536Z Downloaded const-oid v0.9.6
6602026-08-27T22:55:45.536Z Downloaded hickory-resolver v0.24.4
6612026-08-27T22:55:45.539Z Downloaded bs58 v0.5.1
6622026-08-27T22:55:45.539Z Downloaded colored v2.2.0
6632026-08-27T22:55:45.540Z Downloaded pbkdf2 v0.13.0
6642026-08-27T22:55:45.543Z Downloaded chacha20 v0.10.0
6652026-08-27T22:55:45.543Z Downloaded phf v0.12.1
6662026-08-27T22:55:45.543Z Downloaded primefield v0.14.0
6672026-08-27T22:55:45.546Z Downloaded progenitor v0.13.0
6682026-08-27T22:55:45.546Z Downloaded unarray v0.1.4
6692026-08-27T22:55:45.549Z Downloaded utf-8 v0.7.6
6702026-08-27T22:55:45.556Z Downloaded futures-channel v0.3.32
6712026-08-27T22:55:45.559Z Downloaded blake2 v0.10.6
6722026-08-27T22:55:45.559Z Downloaded erased-serde v0.3.31
6732026-08-27T22:55:45.562Z Downloaded blowfish v0.10.0
6742026-08-27T22:55:45.565Z Downloaded cancel-safe-futures v0.1.5
6752026-08-27T22:55:45.565Z Downloaded num-integer v0.1.46
6762026-08-27T22:55:45.568Z Downloaded glob v0.3.3
6772026-08-27T22:55:45.573Z Downloaded serde_tokenstream v0.3.0
6782026-08-27T22:55:45.576Z Downloaded xshell-macros v0.2.7
6792026-08-27T22:55:45.576Z Downloaded yoke-derive v0.8.1
6802026-08-27T22:55:45.576Z Downloaded zerofrom v0.1.6
6812026-08-27T22:55:45.576Z Downloaded convert_case v0.4.0
6822026-08-27T22:55:45.576Z Downloaded elliptic-curve v0.14.1
6832026-08-27T22:55:45.579Z Downloaded generic-array v1.4.3
6842026-08-27T22:55:45.579Z Downloaded crunchy v0.2.4
6852026-08-27T22:55:45.580Z Downloaded getrandom v0.2.17
6862026-08-27T22:55:45.583Z Downloaded half v1.8.3
6872026-08-27T22:55:45.583Z Downloaded hmac v0.13.0
6882026-08-27T22:55:45.583Z Downloaded allocator-api2 v0.2.21
6892026-08-27T22:55:45.586Z Downloaded bzip2 v0.4.4
6902026-08-27T22:55:45.586Z Downloaded bzip2 v0.6.1
6912026-08-27T22:55:45.586Z Downloaded ciborium v0.2.2
6922026-08-27T22:55:45.589Z Downloaded cpubits v0.1.1
6932026-08-27T22:55:45.589Z Downloaded dyn-clone v1.0.20
6942026-08-27T22:55:45.589Z Downloaded flate2 v1.1.9
6952026-08-27T22:55:45.592Z Downloaded signature v2.2.0
6962026-08-27T22:55:45.592Z Downloaded console v0.15.11
6972026-08-27T22:55:45.596Z Downloaded ssh-cipher v0.3.0
6982026-08-27T22:55:45.596Z Downloaded string_cache v0.8.9
6992026-08-27T22:55:45.596Z Downloaded stringprep v0.1.5
7002026-08-27T22:55:45.599Z Downloaded strum_macros v0.24.3
7012026-08-27T22:55:45.599Z Downloaded support-bundle-viewer v0.1.2
7022026-08-27T22:55:45.599Z Downloaded debug-ignore v1.0.5
7032026-08-27T22:55:45.599Z Downloaded defmt v0.3.100
7042026-08-27T22:55:45.599Z Downloaded difflib v0.4.0
7052026-08-27T22:55:45.599Z Downloaded tiny-keccak v2.0.2
7062026-08-27T22:55:45.603Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7072026-08-27T22:55:45.603Z Downloaded illumos-nvpair-sys v0.2.0
7082026-08-27T22:55:45.603Z Downloaded expectorate v1.2.0
7092026-08-27T22:55:45.606Z Downloaded poly1305 v0.9.0
7102026-08-27T22:55:45.606Z Downloaded parking_lot_core v0.9.12
7112026-08-27T22:55:45.606Z Downloaded curve25519-dalek-derive v0.1.1
7122026-08-27T22:55:45.609Z Downloaded untrusted v0.7.1
7132026-08-27T22:55:45.609Z Downloaded vergen-lib v0.1.6
7142026-08-27T22:55:45.609Z Downloaded vergen-lib v9.1.0
7152026-08-27T22:55:45.613Z Downloaded dirs-sys-next v0.1.2
7162026-08-27T22:55:45.613Z Downloaded dof v0.4.0
7172026-08-27T22:55:45.613Z Downloaded wyz v0.5.1
7182026-08-27T22:55:45.616Z Downloaded dropshot-api-manager-types v0.8.0
7192026-08-27T22:55:45.616Z Downloaded hyper-tls v0.6.0
7202026-08-27T22:55:45.616Z Downloaded slog-term v2.9.2
7212026-08-27T22:55:45.620Z Downloaded jiff-static v0.2.34
7222026-08-27T22:55:45.623Z Downloaded spki v0.8.0
7232026-08-27T22:55:45.623Z Downloaded clang-sys v1.8.1
7242026-08-27T22:55:45.623Z Downloaded lzss v0.8.2
7252026-08-27T22:55:45.626Z Downloaded mime v0.3.17
7262026-08-27T22:55:45.626Z Downloaded hmac v0.12.1
7272026-08-27T22:55:45.626Z Downloaded serde_cbor v0.11.2
7282026-08-27T22:55:45.629Z Downloaded uzers v0.12.2
7292026-08-27T22:55:45.629Z Downloaded phf v0.13.1
7302026-08-27T22:55:45.629Z Downloaded thread_local v1.1.9
7312026-08-27T22:55:45.632Z Downloaded toml_writer v1.1.1+spec-1.1.0
7322026-08-27T22:55:45.632Z Downloaded tui-tree-widget v0.23.1
7332026-08-27T22:55:45.635Z Downloaded is_ci v1.2.0
7342026-08-27T22:55:45.635Z Downloaded instability v0.3.11
7352026-08-27T22:55:45.635Z Downloaded is-terminal v0.4.17
7362026-08-27T22:55:45.638Z Downloaded papergrid v0.18.0
7372026-08-27T22:55:45.642Z Downloaded corncobs v0.1.4
7382026-08-27T22:55:45.645Z Downloaded lru-slab v0.1.2
7392026-08-27T22:55:45.645Z Downloaded openssl-probe v0.1.6
7402026-08-27T22:55:45.649Z Downloaded getrandom v0.3.4
7412026-08-27T22:55:45.652Z Downloaded oso v0.27.3
7422026-08-27T22:55:45.652Z Downloaded new_debug_unreachable v1.0.6
7432026-08-27T22:55:45.652Z Downloaded num-iter v0.1.45
7442026-08-27T22:55:45.655Z Downloaded futures v0.3.32
7452026-08-27T22:55:45.658Z Downloaded parse-size v1.1.0
7462026-08-27T22:55:45.658Z Downloaded peg-runtime v0.8.5
7472026-08-27T22:55:45.658Z Downloaded polyval v0.7.1
7482026-08-27T22:55:45.661Z Downloaded tokio-stream v0.1.18
7492026-08-27T22:55:45.665Z Downloaded tls_codec v0.4.2
7502026-08-27T22:55:45.665Z Downloaded percent-encoding v2.3.2
7512026-08-27T22:55:45.665Z Downloaded nonempty v0.12.0
7522026-08-27T22:55:45.668Z Downloaded arc-swap v1.8.2
7532026-08-27T22:55:45.671Z Downloaded normalize-line-endings v0.3.0
7542026-08-27T22:55:45.674Z Downloaded ryu v1.0.23
7552026-08-27T22:55:45.677Z Downloaded ar_archive_writer v0.5.1
7562026-08-27T22:55:45.677Z Downloaded jobserver v0.1.34
7572026-08-27T22:55:45.680Z Downloaded critical-section v1.2.0
7582026-08-27T22:55:45.680Z Downloaded num_enum_derive v0.5.11
7592026-08-27T22:55:45.683Z Downloaded proc-macro-crate v1.3.1
7602026-08-27T22:55:45.683Z Downloaded proc-macro-crate v3.4.0
7612026-08-27T22:55:45.689Z Downloaded serde_plain v1.0.2
7622026-08-27T22:55:45.692Z Downloaded serde_spanned v1.1.1
7632026-08-27T22:55:45.692Z Downloaded serde_repr v0.1.20
7642026-08-27T22:55:45.695Z Downloaded omicron-zone-package v0.12.3
7652026-08-27T22:55:45.695Z Downloaded secrecy v0.10.3
7662026-08-27T22:55:45.698Z Downloaded heapless v0.7.17
7672026-08-27T22:55:45.702Z Downloaded half v2.7.1
7682026-08-27T22:55:45.707Z Downloaded serde_urlencoded v0.7.1
7692026-08-27T22:55:45.711Z Downloaded similar v2.7.0
7702026-08-27T22:55:45.714Z Downloaded serde-big-array v0.5.1
7712026-08-27T22:55:45.714Z Downloaded chacha20poly1305 v0.10.1
7722026-08-27T22:55:45.717Z Downloaded darling v0.20.11
7732026-08-27T22:55:45.720Z Downloaded darling v0.21.3
7742026-08-27T22:55:45.723Z Downloaded sponge-cursor v0.1.0
7752026-08-27T22:55:45.723Z Downloaded ipnet v2.12.0
7762026-08-27T22:55:45.727Z Downloaded supports-hyperlinks v3.2.0
7772026-08-27T22:55:45.727Z Downloaded darling v0.23.0
7782026-08-27T22:55:45.730Z Downloaded derive_builder v0.20.2
7792026-08-27T22:55:45.730Z Downloaded hybrid-array v0.4.13
7802026-08-27T22:55:45.733Z Downloaded signal-hook-mio v0.2.5
7812026-08-27T22:55:45.733Z Downloaded pin-project-lite v0.2.17
7822026-08-27T22:55:45.736Z Downloaded tracing-attributes v0.1.31
7832026-08-27T22:55:45.736Z Downloaded try-lock v0.2.5
7842026-08-27T22:55:45.736Z Downloaded cc v1.2.56
7852026-08-27T22:55:45.739Z Downloaded libefi-sys v0.1.0
7862026-08-27T22:55:45.739Z Downloaded compact_str v0.8.1
7872026-08-27T22:55:45.742Z Downloaded unicode-xid v0.2.6
7882026-08-27T22:55:45.742Z Downloaded universal-hash v0.6.1
7892026-08-27T22:55:45.742Z Downloaded unicode-properties v0.1.4
7902026-08-27T22:55:45.742Z Downloaded base64 v0.22.1
7912026-08-27T22:55:45.745Z Downloaded scuffle v0.1.0
7922026-08-27T22:55:45.748Z Downloaded rustls-platform-verifier v0.6.2
7932026-08-27T22:55:45.748Z Downloaded schemars v0.8.22
7942026-08-27T22:55:45.754Z Downloaded chumsky v0.9.3
7952026-08-27T22:55:45.757Z Downloaded ingot-macros v0.2.0
7962026-08-27T22:55:45.757Z Downloaded vergen-gitcl v1.0.8
7972026-08-27T22:55:45.760Z Downloaded postgres-protocol v0.6.10
7982026-08-27T22:55:45.760Z Downloaded ppv-lite86 v0.2.21
7992026-08-27T22:55:45.760Z Downloaded zeroize_derive v1.5.0
8002026-08-27T22:55:45.760Z Downloaded cpufeatures v0.3.0
8012026-08-27T22:55:45.763Z Downloaded crc8 v0.1.1
8022026-08-27T22:55:45.763Z Downloaded time-core v0.1.8
8032026-08-27T22:55:45.764Z Downloaded crypto-common v0.2.2
8042026-08-27T22:55:45.764Z Downloaded darling_macro v0.13.4
8052026-08-27T22:55:45.767Z Downloaded tokio-test v0.4.5
8062026-08-27T22:55:45.767Z Downloaded universal-hash v0.5.1
8072026-08-27T22:55:45.767Z Downloaded heapless v0.8.0
8082026-08-27T22:55:45.770Z Downloaded async-compression v0.4.41
8092026-08-27T22:55:45.775Z Downloaded unsafe-libyaml v0.2.11
8102026-08-27T22:55:45.783Z Downloaded num_enum_derive v0.7.6
8112026-08-27T22:55:45.786Z Downloaded ctr v0.10.1
8122026-08-27T22:55:45.786Z Downloaded oxide-generation v0.1.3
8132026-08-27T22:55:45.786Z Downloaded oxnet v0.1.6
8142026-08-27T22:55:45.789Z Downloaded waitgroup v0.1.2
8152026-08-27T22:55:45.789Z Downloaded hickory-resolver v0.25.2
8162026-08-27T22:55:45.792Z Downloaded wnaf v0.14.0
8172026-08-27T22:55:45.792Z Downloaded p384 v0.14.0
8182026-08-27T22:55:45.792Z Downloaded pkcs8 v0.10.2
8192026-08-27T22:55:45.795Z Downloaded defmt v1.0.1
8202026-08-27T22:55:45.795Z Downloaded serde_path_to_error v0.1.20
8212026-08-27T22:55:45.798Z Downloaded phc v0.6.1
8222026-08-27T22:55:45.798Z Downloaded slog-json v2.6.1
8232026-08-27T22:55:45.798Z Downloaded ssh-encoding v0.3.0
8242026-08-27T22:55:45.801Z Downloaded dirs-next v2.0.0
8252026-08-27T22:55:45.801Z Downloaded digest-io v0.1.0
8262026-08-27T22:55:45.801Z Downloaded time-macros v0.2.27
8272026-08-27T22:55:45.805Z Downloaded base64 v0.21.7
8282026-08-27T22:55:45.805Z Downloaded strum_macros v0.27.2
8292026-08-27T22:55:45.808Z Downloaded primeorder v0.13.6
8302026-08-27T22:55:45.808Z Downloaded resolv-conf v0.7.6
8312026-08-27T22:55:45.811Z Downloaded indent_write v2.2.0
8322026-08-27T22:55:45.811Z Downloaded trait-variant v0.1.2
8332026-08-27T22:55:45.814Z Downloaded keccak v0.1.6
8342026-08-27T22:55:45.814Z Downloaded primeorder v0.14.0
8352026-08-27T22:55:45.817Z Downloaded schemars_derive v0.8.22
8362026-08-27T22:55:45.817Z Downloaded scroll v0.13.0
8372026-08-27T22:55:45.817Z Downloaded signal-hook-registry v1.4.8
8382026-08-27T22:55:45.820Z Downloaded slab v0.4.12
8392026-08-27T22:55:45.820Z Downloaded static_assertions v1.1.0
8402026-08-27T22:55:45.820Z Downloaded structmeta-derive v0.3.0
8412026-08-27T22:55:45.820Z Downloaded quinn v0.11.11
8422026-08-27T22:55:45.824Z Downloaded unicase v2.9.0
8432026-08-27T22:55:45.824Z Downloaded instant v0.1.13
8442026-08-27T22:55:45.827Z Downloaded quinn-udp v0.5.14
8452026-08-27T22:55:45.827Z Downloaded r2d2 v0.8.10
8462026-08-27T22:55:45.827Z Downloaded bytes v1.11.1
8472026-08-27T22:55:45.830Z Downloaded zerovec-derive v0.11.2
8482026-08-27T22:55:45.830Z Downloaded constant_time_eq v0.4.2
8492026-08-27T22:55:45.833Z Downloaded zstd-safe v7.2.4
8502026-08-27T22:55:45.833Z Downloaded linked-hash-map v0.5.6
8512026-08-27T22:55:45.836Z Downloaded lru-cache v0.1.2
8522026-08-27T22:55:45.836Z Downloaded maybe-uninit v2.0.0
8532026-08-27T22:55:45.836Z Downloaded memmap2 v0.9.10
8542026-08-27T22:55:45.839Z Downloaded openssl-probe v0.2.1
8552026-08-27T22:55:45.843Z Downloaded rustls-pki-types v1.14.0
8562026-08-27T22:55:45.846Z Downloaded data-encoding v2.10.0
8572026-08-27T22:55:45.846Z Downloaded litrs v1.0.0
8582026-08-27T22:55:45.846Z Downloaded hashbrown v0.12.3
8592026-08-27T22:55:45.849Z Downloaded hickory-server v0.25.2
8602026-08-27T22:55:45.852Z Downloaded ml-kem v0.3.2
8612026-08-27T22:55:45.852Z Downloaded parking_lot v0.12.5
8622026-08-27T22:55:45.855Z Downloaded salsa20 v0.11.0
8632026-08-27T22:55:45.855Z Downloaded smallvec v1.15.1
8642026-08-27T22:55:45.855Z Downloaded writeable v0.6.2
8652026-08-27T22:55:45.859Z Downloaded whoami v2.1.0
8662026-08-27T22:55:45.859Z Downloaded path-slash v0.1.5
8672026-08-27T22:55:45.862Z Downloaded phf_shared v0.13.1
8682026-08-27T22:55:45.862Z Downloaded potential_utf v0.1.4
8692026-08-27T22:55:45.865Z Downloaded precomputed-hash v0.1.1
8702026-08-27T22:55:45.868Z Downloaded pkcs8 v0.11.0
8712026-08-27T22:55:45.877Z Downloaded derive-ex v0.1.8
8722026-08-27T22:55:45.881Z Downloaded diesel-dtrace v0.5.0
8732026-08-27T22:55:45.884Z Downloaded keccak v0.2.0
8742026-08-27T22:55:45.884Z Downloaded rustc-hash v2.1.1
8752026-08-27T22:55:45.894Z Downloaded indicatif v0.18.4
8762026-08-27T22:55:45.897Z Downloaded prettyplease v0.2.37
8772026-08-27T22:55:45.901Z Downloaded rcgen v0.12.1
8782026-08-27T22:55:45.901Z Downloaded crc32fast v1.5.0
8792026-08-27T22:55:45.904Z Downloaded module-lattice v0.2.3
8802026-08-27T22:55:45.904Z Downloaded rand_core v0.10.0
8812026-08-27T22:55:45.907Z Downloaded shell-words v1.1.1
8822026-08-27T22:55:45.910Z Downloaded topological-sort v0.2.2
8832026-08-27T22:55:45.913Z Downloaded unit-prefix v0.5.2
8842026-08-27T22:55:45.913Z Downloaded backtrace v0.3.76
8852026-08-27T22:55:45.916Z Downloaded strsim v0.10.0
8862026-08-27T22:55:45.916Z Downloaded bumpalo v3.20.2
8872026-08-27T22:55:45.916Z Downloaded ingot v0.2.1
8882026-08-27T22:55:45.919Z Downloaded libsw v3.5.0
8892026-08-27T22:55:45.919Z Downloaded http v1.4.2
8902026-08-27T22:55:45.922Z Downloaded paste v1.0.15
8912026-08-27T22:55:45.922Z Downloaded zip v0.6.6
8922026-08-27T22:55:45.925Z Downloaded hashbrown v0.13.2
8932026-08-27T22:55:45.925Z Downloaded term v0.7.0
8942026-08-27T22:55:45.929Z Downloaded term v1.2.1
8952026-08-27T22:55:45.929Z Downloaded toml_parser v1.1.2+spec-1.1.0
8962026-08-27T22:55:45.933Z Downloaded crc-catalog v2.4.0
8972026-08-27T22:55:45.936Z Downloaded darling_macro v0.21.3
8982026-08-27T22:55:45.941Z Downloaded poly1305 v0.8.0
8992026-08-27T22:55:45.944Z Downloaded aes v0.9.1
9002026-08-27T22:55:45.944Z Downloaded oxide-update-engine-types v0.1.2
9012026-08-27T22:55:45.947Z Downloaded rand_seeder v0.4.0
9022026-08-27T22:55:45.947Z Downloaded darling_macro v0.23.0
9032026-08-27T22:55:45.947Z Downloaded num-complex v0.4.6
9042026-08-27T22:55:45.963Z Downloaded oxide-tokio-rt v0.1.4
9052026-08-27T22:55:45.963Z Downloaded diesel_table_macro_syntax v0.3.0
9062026-08-27T22:55:45.963Z Downloaded iana-time-zone v0.1.65
9072026-08-27T22:55:45.963Z Downloaded icu_locale_core v2.1.1
9082026-08-27T22:55:45.963Z Downloaded want v0.3.1
9092026-08-27T22:55:45.963Z Downloaded xattr v1.6.1
9102026-08-27T22:55:45.963Z Downloaded utf8_iter v1.0.4
9112026-08-27T22:55:45.963Z Downloaded subprocess v0.2.15
9122026-08-27T22:55:45.963Z Downloaded toml v1.1.2+spec-1.1.0
9132026-08-27T22:55:45.967Z Downloaded ident_case v1.0.1
9142026-08-27T22:55:45.967Z Downloaded inout v0.1.4
9152026-08-27T22:55:45.970Z Downloaded match_cfg v0.1.0
9162026-08-27T22:55:45.973Z Downloaded rustyline v14.0.0
9172026-08-27T22:55:45.977Z Downloaded rusty-fork v0.3.1
9182026-08-27T22:55:45.977Z Downloaded sec1 v0.8.1
9192026-08-27T22:55:45.980Z Downloaded dtrace-parser v0.3.0
9202026-08-27T22:55:45.980Z Downloaded ecdsa v0.16.9
9212026-08-27T22:55:45.983Z Downloaded num_enum v0.7.6
9222026-08-27T22:55:45.987Z Downloaded ron v0.8.1
9232026-08-27T22:55:45.990Z Downloaded rayon-core v1.13.0
9242026-08-27T22:55:45.993Z Downloaded termios v0.3.3
9252026-08-27T22:55:45.993Z Downloaded tinystr v0.8.2
9262026-08-27T22:55:45.996Z Downloaded slog-bunyan v2.5.0
9272026-08-27T22:55:46.002Z Downloaded darling_core v0.13.4
9282026-08-27T22:55:46.011Z Downloaded socket2 v0.5.10
9292026-08-27T22:55:46.014Z Downloaded dropshot_endpoint v0.17.1
9302026-08-27T22:55:46.019Z Downloaded hashbrown v0.16.1
9312026-08-27T22:55:46.023Z Downloaded csv-core v0.1.13
9322026-08-27T22:55:46.023Z Downloaded rustc-demangle v0.1.27
9332026-08-27T22:55:46.026Z Downloaded ed25519 v3.0.0
9342026-08-27T22:55:46.026Z Downloaded num-derive v0.4.2
9352026-08-27T22:55:46.026Z Downloaded opaque-debug v0.3.1
9362026-08-27T22:55:46.026Z Downloaded tokio-native-tls v0.3.1
9372026-08-27T22:55:46.029Z Downloaded psl-types v2.0.11
9382026-08-27T22:55:46.029Z Downloaded progenitor-macro v0.13.0
9392026-08-27T22:55:46.029Z Downloaded predicates-core v1.0.10
9402026-08-27T22:55:46.029Z Downloaded icu_properties v2.1.2
9412026-08-27T22:55:46.029Z Downloaded tower v0.5.3
9422026-08-27T22:55:46.034Z Downloaded hashbrown v0.15.5
9432026-08-27T22:55:46.037Z Downloaded uuid v1.23.4
9442026-08-27T22:55:46.040Z Downloaded crossbeam-channel v0.5.15
9452026-08-27T22:55:46.043Z Downloaded idna_adapter v1.2.1
9462026-08-27T22:55:46.043Z Downloaded slog-dtrace v0.3.0
9472026-08-27T22:55:46.047Z Downloaded rand v0.10.1
9482026-08-27T22:55:46.047Z Downloaded knus-derive v3.4.0
9492026-08-27T22:55:46.047Z Downloaded postgres-types v0.2.12
9502026-08-27T22:55:46.050Z Downloaded xshell v0.2.7
9512026-08-27T22:55:46.050Z Downloaded whoami v1.6.1
9522026-08-27T22:55:46.053Z Downloaded libbz2-rs-sys v0.2.2
9532026-08-27T22:55:46.057Z Downloaded ipnetwork v0.21.1
9542026-08-27T22:55:46.060Z Downloaded sigpipe v0.1.3
9552026-08-27T22:55:46.060Z Downloaded aes-gcm v0.11.0
9562026-08-27T22:55:46.063Z Downloaded nom v7.1.3
9572026-08-27T22:55:46.066Z Downloaded sync_wrapper v1.0.2
9582026-08-27T22:55:46.066Z Downloaded testing_table v0.3.0
9592026-08-27T22:55:46.066Z Downloaded tower-layer v0.3.3
9602026-08-27T22:55:46.066Z Downloaded tokio-tungstenite v0.23.1
9612026-08-27T22:55:46.070Z Downloaded vergen v9.1.0
9622026-08-27T22:55:46.070Z Downloaded derive_more v0.99.20
9632026-08-27T22:55:46.073Z Downloaded derive_more v2.1.1
9642026-08-27T22:55:46.076Z Downloaded mio v1.2.0
9652026-08-27T22:55:46.079Z Downloaded rustversion v1.0.22
9662026-08-27T22:55:46.083Z Downloaded hashbrown v0.14.5
9672026-08-27T22:55:46.083Z Downloaded num-traits v0.2.19
9682026-08-27T22:55:46.086Z Downloaded typed-path v0.9.3
9692026-08-27T22:55:46.089Z Downloaded cookie v0.18.1
9702026-08-27T22:55:46.093Z Downloaded sha2 v0.11.0
9712026-08-27T22:55:46.093Z Downloaded parking_lot_core v0.8.6
9722026-08-27T22:55:46.093Z Downloaded libsw-core v0.3.2
9732026-08-27T22:55:46.096Z Downloaded lock_api v0.4.14
9742026-08-27T22:55:46.096Z Downloaded mime_guess v2.0.5
9752026-08-27T22:55:46.099Z Downloaded nu-ansi-term v0.50.3
9762026-08-27T22:55:46.099Z Downloaded des v0.9.0
9772026-08-27T22:55:46.099Z Downloaded strip-ansi-escapes v0.2.1
9782026-08-27T22:55:46.099Z Downloaded typify-macro v0.6.2
9792026-08-27T22:55:46.104Z Downloaded port-file v0.1.0
9802026-08-27T22:55:46.104Z Downloaded icu_provider v2.1.1
9812026-08-27T22:55:46.107Z Downloaded miette-derive v7.6.0
9822026-08-27T22:55:46.107Z Downloaded hyper-rustls v0.27.7
9832026-08-27T22:55:46.107Z Downloaded serde-hex v0.1.0
9842026-08-27T22:55:46.115Z Downloaded rustls-pemfile v2.2.0
9852026-08-27T22:55:46.125Z Downloaded pem v3.0.6
9862026-08-27T22:55:46.129Z Downloaded progenitor v0.14.0
9872026-08-27T22:55:46.129Z Downloaded twox-hash v2.1.2
9882026-08-27T22:55:46.133Z Downloaded parking_lot v0.11.2
9892026-08-27T22:55:46.133Z Downloaded test-strategy v0.4.5
9902026-08-27T22:55:46.136Z Downloaded pin-project v1.1.11
9912026-08-27T22:55:46.139Z Downloaded slog-async v2.8.0
9922026-08-27T22:55:46.142Z Downloaded slog-scope v4.4.1
9932026-08-27T22:55:46.142Z Downloaded tokio-tungstenite v0.21.0
9942026-08-27T22:55:46.143Z Downloaded kem v0.3.0
9952026-08-27T22:55:46.143Z Downloaded rand_pcg v0.10.2
9962026-08-27T22:55:46.146Z Downloaded rand_chacha v0.9.0
9972026-08-27T22:55:46.146Z Downloaded oxide-generation-macros v0.2.0
9982026-08-27T22:55:46.146Z Downloaded parse-display v0.10.0
9992026-08-27T22:55:46.146Z Downloaded spki v0.7.3
10002026-08-27T22:55:46.146Z Downloaded rpassword v7.5.4
10012026-08-27T22:55:46.149Z Downloaded scrypt v0.12.0
10022026-08-27T22:55:46.152Z Downloaded num-bigint-dig v0.8.6
10032026-08-27T22:55:46.156Z Downloaded pretty_assertions v1.4.1
10042026-08-27T22:55:46.156Z Downloaded serde_derive_internals v0.29.1
10052026-08-27T22:55:46.156Z Downloaded miniz_oxide v0.8.9
10062026-08-27T22:55:46.159Z Downloaded der v0.7.10
10072026-08-27T22:55:46.159Z Downloaded lru v0.12.5
10082026-08-27T22:55:46.162Z Downloaded vsss-rs v3.3.4
10092026-08-27T22:55:46.162Z Downloaded tokio-dtrace v0.1.1
10102026-08-27T22:55:46.165Z Downloaded scheduled-thread-pool v0.2.7
10112026-08-27T22:55:46.168Z Downloaded progenitor-impl v0.14.0
10122026-08-27T22:55:46.171Z Downloaded derive-where v1.6.0
10132026-08-27T22:55:46.174Z Downloaded const_format_proc_macros v0.2.34
10142026-08-27T22:55:46.177Z Downloaded pkcs1 v0.8.0-rc.4
10152026-08-27T22:55:46.177Z Downloaded defmt-macros v1.0.1
10162026-08-27T22:55:46.180Z Downloaded usdt-impl v0.6.0
10172026-08-27T22:55:46.180Z Downloaded supports-unicode v3.0.0
10182026-08-27T22:55:46.183Z Downloaded rtoolbox v0.0.3
10192026-08-27T22:55:46.183Z Downloaded scroll_derive v0.13.1
10202026-08-27T22:55:46.183Z Downloaded thiserror-impl-no-std v2.0.2
10212026-08-27T22:55:46.191Z Downloaded hyper-staticfile v0.10.1
10222026-08-27T22:55:46.194Z Downloaded indoc v1.0.9
10232026-08-27T22:55:46.197Z Downloaded structmeta v0.3.0
10242026-08-27T22:55:46.197Z Downloaded unicode-truncate v1.1.0
10252026-08-27T22:55:46.197Z Downloaded void v1.0.2
10262026-08-27T22:55:46.197Z Downloaded zerocopy-derive v0.8.55
10272026-08-27T22:55:46.202Z Downloaded zip v4.6.1
10282026-08-27T22:55:46.205Z Downloaded der_derive v0.7.3
10292026-08-27T22:55:46.205Z Downloaded x509-cert v0.2.5
10302026-08-27T22:55:46.208Z Downloaded crossbeam-deque v0.8.6
10312026-08-27T22:55:46.211Z Downloaded tagptr v0.2.0
10322026-08-27T22:55:46.211Z Downloaded usdt-attr-macro v0.6.0
10332026-08-27T22:55:46.214Z Downloaded tungstenite v0.23.0
10342026-08-27T22:55:46.217Z Downloaded libloading v0.8.9
10352026-08-27T22:55:46.217Z Downloaded newtype-uuid v1.3.2
10362026-08-27T22:55:46.220Z Downloaded ed25519 v2.2.3
10372026-08-27T22:55:46.223Z Downloaded illumos-nvpair v0.3.0
10382026-08-27T22:55:46.223Z Downloaded hkdf v0.13.0
10392026-08-27T22:55:46.226Z Downloaded futures-util v0.3.32
10402026-08-27T22:55:46.232Z Downloaded crc v3.4.0
10412026-08-27T22:55:46.235Z Downloaded serde_with_macros v3.21.0
10422026-08-27T22:55:46.239Z Downloaded ed25519-dalek v3.0.0
10432026-08-27T22:55:46.242Z Downloaded linear-map v1.2.0
10442026-08-27T22:55:46.242Z Downloaded num-rational v0.4.2
10452026-08-27T22:55:46.247Z Downloaded h2 v0.4.15
10462026-08-27T22:55:46.250Z Downloaded psm v0.1.30
10472026-08-27T22:55:46.253Z Downloaded lalrpop-util v0.19.12
10482026-08-27T22:55:46.253Z Downloaded unicode-segmentation v1.12.0
10492026-08-27T22:55:46.253Z Downloaded simd-adler32 v0.3.8
10502026-08-27T22:55:46.258Z Downloaded ed25519-dalek v2.2.0
10512026-08-27T22:55:46.261Z Downloaded socket2 v0.6.3
10522026-08-27T22:55:46.264Z Downloaded diff v0.1.13
10532026-08-27T22:55:46.264Z Downloaded digest v0.11.3
10542026-08-27T22:55:46.268Z Downloaded pem-rfc7468 v1.0.0
10552026-08-27T22:55:46.268Z Downloaded samael v0.0.19
10562026-08-27T22:55:46.271Z Downloaded icu_normalizer v2.1.1
10572026-08-27T22:55:46.274Z Downloaded rand_core v0.9.5
10582026-08-27T22:55:46.274Z Downloaded lazy_static v1.5.0
10592026-08-27T22:55:46.274Z Downloaded russh-util v0.52.0
10602026-08-27T22:55:46.274Z Downloaded proc-macro-error-attr2 v2.0.0
10612026-08-27T22:55:46.277Z Downloaded same-file v1.0.6
10622026-08-27T22:55:46.277Z Downloaded strum v0.26.3
10632026-08-27T22:55:46.280Z Downloaded untrusted v0.9.0
10642026-08-27T22:55:46.280Z Downloaded sha1 v0.11.0
10652026-08-27T22:55:46.286Z Downloaded winnow v0.6.26
10662026-08-27T22:55:46.290Z Downloaded crypto-bigint v0.5.5
10672026-08-27T22:55:46.294Z Downloaded knus v3.4.0
10682026-08-27T22:55:46.298Z Downloaded ingot-types v0.2.0
10692026-08-27T22:55:46.301Z Downloaded shlex v1.3.0
10702026-08-27T22:55:46.301Z Downloaded tabwriter v1.4.1
10712026-08-27T22:55:46.304Z Downloaded toml_edit v0.23.10+spec-1.0.0
10722026-08-27T22:55:46.307Z Downloaded hkdf v0.12.4
10732026-08-27T22:55:46.311Z Downloaded p256 v0.14.0
10742026-08-27T22:55:46.314Z Downloaded unicode_categories v0.1.1
10752026-08-27T22:55:46.315Z Downloaded vte v0.14.1
10762026-08-27T22:55:46.318Z Downloaded darling_core v0.20.11
10772026-08-27T22:55:46.318Z Downloaded zopfli v0.8.3
10782026-08-27T22:55:46.321Z Downloaded yoke v0.8.1
10792026-08-27T22:55:46.321Z Downloaded crucible-workspace-hack v0.1.0
10802026-08-27T22:55:46.321Z Downloaded defmt-parser v1.0.0
10812026-08-27T22:55:46.324Z Downloaded rsa v0.9.10
10822026-08-27T22:55:46.327Z Downloaded publicsuffix v2.3.0
10832026-08-27T22:55:46.330Z Downloaded native-tls v0.2.18
10842026-08-27T22:55:46.330Z Downloaded litemap v0.8.1
10852026-08-27T22:55:46.330Z Downloaded serde_yaml v0.9.34+deprecated
10862026-08-27T22:55:46.334Z Downloaded zstd v0.13.3
10872026-08-27T22:55:46.334Z Downloaded oxide-update-engine-display v0.1.2
10882026-08-27T22:55:46.334Z Downloaded deranged v0.5.8
10892026-08-27T22:55:46.337Z Downloaded pkg-config v0.3.32
10902026-08-27T22:55:46.337Z Downloaded rand_core v0.6.4
10912026-08-27T22:55:46.338Z Downloaded memoffset v0.9.1
10922026-08-27T22:55:46.338Z Downloaded num-conv v0.2.0
10932026-08-27T22:55:46.344Z Downloaded tokio-util v0.7.18
10942026-08-27T22:55:46.353Z Downloaded git2 v0.20.4
10952026-08-27T22:55:46.358Z Downloaded darling_macro v0.20.11
10962026-08-27T22:55:46.362Z Downloaded nanorand v0.7.0
10972026-08-27T22:55:46.365Z Downloaded sec1 v0.7.3
10982026-08-27T22:55:46.365Z Downloaded strum v0.27.2
10992026-08-27T22:55:46.368Z Downloaded indexmap v1.9.3
11002026-08-27T22:55:46.368Z Downloaded unicode-bidi v0.3.18
11012026-08-27T22:55:46.373Z Downloaded serdect v0.4.3
11022026-08-27T22:55:46.376Z Downloaded vergen-git2 v9.1.0
11032026-08-27T22:55:46.376Z Downloaded daft-derive v0.1.8
11042026-08-27T22:55:46.379Z Downloaded reedline v0.40.0
11052026-08-27T22:55:46.382Z Downloaded md5 v0.8.0
11062026-08-27T22:55:46.382Z Downloaded multimap v0.10.1
11072026-08-27T22:55:46.382Z Downloaded openssl-sys v0.9.117
11082026-08-27T22:55:46.385Z Downloaded crc-any v2.5.0
11092026-08-27T22:55:46.389Z Downloaded ecdsa v0.17.0
11102026-08-27T22:55:46.392Z Downloaded serde_with_macros v1.5.2
11112026-08-27T22:55:46.392Z Downloaded tokio-macros v2.7.0
11122026-08-27T22:55:46.395Z Downloaded dunce v1.0.5
11132026-08-27T22:55:46.399Z Downloaded aho-corasick v1.1.4
11142026-08-27T22:55:46.399Z Downloaded kstat-rs v0.2.5
11152026-08-27T22:55:46.402Z Downloaded rustc_version v0.4.1
11162026-08-27T22:55:46.402Z Downloaded stable_deref_trait v1.2.1
11172026-08-27T22:55:46.406Z Downloaded progenitor-impl v0.13.0
11182026-08-27T22:55:46.411Z Downloaded openssl-macros v0.1.1
11192026-08-27T22:55:46.414Z Downloaded recursive v0.1.1
11202026-08-27T22:55:46.414Z Downloaded owo-colors v4.3.0
11212026-08-27T22:55:46.414Z Downloaded packed_struct v0.10.1
11222026-08-27T22:55:46.414Z Downloaded cookie_store v0.22.1
11232026-08-27T22:55:46.417Z Downloaded downcast-rs v2.0.2
11242026-08-27T22:55:46.420Z Downloaded icu_properties_data v2.1.2
11252026-08-27T22:55:46.427Z Downloaded derive_builder_core v0.20.2
11262026-08-27T22:55:46.430Z Downloaded tungstenite v0.21.0
11272026-08-27T22:55:46.430Z Downloaded delegate v0.13.5
11282026-08-27T22:55:46.430Z Downloaded pem-rfc7468 v0.7.0
11292026-08-27T22:55:46.430Z Downloaded usdt-macro v0.6.0
11302026-08-27T22:55:46.430Z Downloaded zone v0.3.1
11312026-08-27T22:55:46.433Z Downloaded serde_with v1.14.0
11322026-08-27T22:55:46.433Z Downloaded multer v3.1.0
11332026-08-27T22:55:46.436Z Downloaded slog-stdlog v4.1.1
11342026-08-27T22:55:46.440Z Downloaded inout v0.2.2
11352026-08-27T22:55:46.440Z Downloaded newtype-uuid-macros v0.1.0
11362026-08-27T22:55:46.440Z Downloaded serde_bytes v0.11.19
11372026-08-27T22:55:46.443Z Downloaded idna v1.1.0
11382026-08-27T22:55:46.446Z Downloaded tar v0.4.46
11392026-08-27T22:55:46.446Z Downloaded walkdir v2.5.0
11402026-08-27T22:55:46.451Z Downloaded thiserror-no-std v2.0.2
11412026-08-27T22:55:46.454Z Downloaded drift v0.2.0
11422026-08-27T22:55:46.460Z Downloaded seq-macro v0.3.6
11432026-08-27T22:55:46.463Z Downloaded zone_cfg_derive v0.3.1
11442026-08-27T22:55:46.463Z Downloaded derive_builder_macro v0.20.2
11452026-08-27T22:55:46.463Z Downloaded impl-trait-for-tuples v0.2.3
11462026-08-27T22:55:46.463Z Downloaded num v0.4.3
11472026-08-27T22:55:46.466Z Downloaded recursive-proc-macro-impl v0.1.1
11482026-08-27T22:55:46.466Z Downloaded yasna v0.5.2
11492026-08-27T22:55:46.466Z Downloaded minimal-lexical v0.2.1
11502026-08-27T22:55:46.477Z Downloaded prefix-trie v0.7.0
11512026-08-27T22:55:46.480Z Downloaded wait-timeout v0.2.1
11522026-08-27T22:55:46.480Z Downloaded crypto-primes v0.7.2
11532026-08-27T22:55:46.483Z Downloaded diesel_derives v2.3.7
11542026-08-27T22:55:46.486Z Downloaded slog v2.8.2
11552026-08-27T22:55:46.489Z Downloaded stacker v0.1.23
11562026-08-27T22:55:46.489Z Downloaded convert_case v0.10.0
11572026-08-27T22:55:46.489Z Downloaded ctutils v0.4.2
11582026-08-27T22:55:46.493Z Downloaded internet-checksum v0.2.1
11592026-08-27T22:55:46.493Z Downloaded maplit v1.0.2
11602026-08-27T22:55:46.493Z Downloaded sync-ptr v0.1.4
11612026-08-27T22:55:46.493Z Downloaded managed v0.8.0
11622026-08-27T22:55:46.496Z Downloaded libscf-sys v1.2.0
11632026-08-27T22:55:46.496Z Downloaded document-features v0.2.12
11642026-08-27T22:55:46.496Z Downloaded iri-string v0.7.10
11652026-08-27T22:55:46.499Z Downloaded p521 v0.14.0
11662026-08-27T22:55:46.502Z Downloaded displaydoc v0.2.5
11672026-08-27T22:55:46.505Z Downloaded rustls-webpki v0.103.13
11682026-08-27T22:55:46.505Z Downloaded darling v0.13.4
11692026-08-27T22:55:46.508Z Downloaded itertools v0.14.0
11702026-08-27T22:55:46.512Z Downloaded signal-hook-tokio v0.3.1
11712026-08-27T22:55:46.512Z Downloaded zerotrie v0.2.3
11722026-08-27T22:55:46.512Z Downloaded progenitor-extras v0.2.0
11732026-08-27T22:55:46.515Z Downloaded spin v0.9.8
11742026-08-27T22:55:46.515Z Downloaded crossbeam-epoch v0.9.18
11752026-08-27T22:55:46.515Z Downloaded secrecy v0.8.0
11762026-08-27T22:55:46.518Z Downloaded pkcs1 v0.7.5
11772026-08-27T22:55:46.518Z Downloaded proc-macro-error2 v2.0.1
11782026-08-27T22:55:46.518Z Downloaded tinyvec v1.10.0
11792026-08-27T22:55:46.521Z Downloaded tracing-core v0.1.36
11802026-08-27T22:55:46.521Z Downloaded usdt v0.6.0
11812026-08-27T22:55:46.521Z Downloaded nom v8.0.0
11822026-08-27T22:55:46.525Z Downloaded tower-service v0.3.3
11832026-08-27T22:55:46.525Z Downloaded darling_core v0.23.0
11842026-08-27T22:55:46.528Z Downloaded zerocopy v0.6.6
11852026-08-27T22:55:46.531Z Downloaded cstr-argument v0.1.2
11862026-08-27T22:55:46.531Z Downloaded quick-error v1.2.3
11872026-08-27T22:55:46.544Z Downloaded elliptic-curve v0.13.8
11882026-08-27T22:55:46.548Z Downloaded password-hash v0.6.1
11892026-08-27T22:55:46.548Z Downloaded ignore v0.4.25
11902026-08-27T22:55:46.551Z Downloaded display-error-chain v0.2.2
11912026-08-27T22:55:46.551Z Downloaded pin-project-internal v1.1.11
11922026-08-27T22:55:46.554Z Downloaded packed_struct_codegen v0.10.1
11932026-08-27T22:55:46.554Z Downloaded thread-id v5.1.0
11942026-08-27T22:55:46.554Z Downloaded dsl_auto_type v0.2.0
11952026-08-27T22:55:46.554Z Downloaded predicates-tree v1.0.13
11962026-08-27T22:55:46.554Z Downloaded rustc_version v0.1.7
11972026-08-27T22:55:46.558Z Downloaded snafu-derive v0.8.9
11982026-08-27T22:55:46.562Z Downloaded sqlformat v0.3.5
11992026-08-27T22:55:46.565Z Downloaded either v1.15.0
12002026-08-27T22:55:46.568Z Downloaded tower-http v0.6.8
12012026-08-27T22:55:46.571Z Downloaded sapling-renderdag v0.1.0
12022026-08-27T22:55:46.574Z Downloaded derive_more-impl v2.1.1
12032026-08-27T22:55:46.577Z Downloaded smf v0.2.3
12042026-08-27T22:55:46.577Z Downloaded tokio-postgres v0.7.16
12052026-08-27T22:55:46.581Z Downloaded gimli v0.32.3
12062026-08-27T22:55:46.584Z Downloaded rustls-native-certs v0.8.3
12072026-08-27T22:55:46.584Z Downloaded signature v3.0.0
12082026-08-27T22:55:46.588Z Downloaded toml v0.7.8
12092026-08-27T22:55:46.588Z Downloaded miette v7.6.0
12102026-08-27T22:55:46.591Z Downloaded newtype_derive v0.1.6
12112026-08-27T22:55:46.591Z Downloaded russh v0.62.4
12122026-08-27T22:55:46.594Z Downloaded rayon v1.11.0
12132026-08-27T22:55:46.598Z Downloaded zerofrom-derive v0.1.6
12142026-08-27T22:55:46.601Z Downloaded smallvec v0.6.14
12152026-08-27T22:55:46.601Z Downloaded daft v0.1.8
12162026-08-27T22:55:46.601Z Downloaded indoc v2.0.7
12172026-08-27T22:55:46.604Z Downloaded rsa v0.10.0-rc.18
12182026-08-27T22:55:46.604Z Downloaded dropshot-api-manager v0.8.0
12192026-08-27T22:55:46.608Z Downloaded progenitor-client v0.13.0
12202026-08-27T22:55:46.611Z Downloaded salty v0.3.0
12212026-08-27T22:55:46.614Z Downloaded humantime v2.3.0
12222026-08-27T22:55:46.614Z Downloaded parse-display-derive v0.10.0
12232026-08-27T22:55:46.614Z Downloaded strum_macros v0.26.4
12242026-08-27T22:55:46.614Z Downloaded blake3 v1.8.5
12252026-08-27T22:55:46.618Z Downloaded steno v0.4.1
12262026-08-27T22:55:46.621Z Downloaded reqwest v0.13.2
12272026-08-27T22:55:46.624Z Downloaded md-5 v0.10.6
12282026-08-27T22:55:46.627Z Downloaded regex v1.12.3
12292026-08-27T22:55:46.630Z Downloaded snafu v0.8.9
12302026-08-27T22:55:46.630Z Downloaded synstructure v0.13.2
12312026-08-27T22:55:46.633Z Downloaded postcard v1.1.3
12322026-08-27T22:55:46.636Z Downloaded tokio-rustls v0.26.4
12332026-08-27T22:55:46.639Z Downloaded yansi v1.0.1
12342026-08-27T22:55:46.643Z Downloaded icu_normalizer_data v2.1.1
12352026-08-27T22:55:46.646Z Downloaded toml_edit v0.19.15
12362026-08-27T22:55:46.651Z Downloaded typify v0.6.2
12372026-08-27T22:55:46.654Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12382026-08-27T22:55:46.654Z Downloaded zeroize v1.9.0
12392026-08-27T22:55:46.657Z Downloaded hyper v1.10.1
12402026-08-27T22:55:46.661Z Downloaded tls_codec_derive v0.4.2
12412026-08-27T22:55:46.661Z Downloaded crossterm v0.28.1
12422026-08-27T22:55:46.664Z Downloaded pkcs5 v0.8.1
12432026-08-27T22:55:46.667Z Downloaded rand v0.9.2
12442026-08-27T22:55:46.667Z Downloaded signal-hook v0.3.18
12452026-08-27T22:55:46.670Z Downloaded crossbeam-utils v0.8.21
12462026-08-27T22:55:46.670Z Downloaded sha3 v0.12.0
12472026-08-27T22:55:46.674Z Downloaded proptest v1.11.0
12482026-08-27T22:55:46.679Z Downloaded tough v0.22.0
12492026-08-27T22:55:46.684Z Downloaded const_format v0.2.35
12502026-08-27T22:55:46.687Z Downloaded goblin v0.10.5
12512026-08-27T22:55:46.691Z Downloaded internal-russh-num-bigint v0.5.0
12522026-08-27T22:55:46.694Z Downloaded lalrpop v0.19.12
12532026-08-27T22:55:46.701Z Downloaded bindgen v0.71.1
12542026-08-27T22:55:46.705Z Downloaded ssh-key v0.7.0-rc.11
12552026-08-27T22:55:46.709Z Downloaded bitvec v1.0.1
12562026-08-27T22:55:46.719Z Downloaded url v2.5.8
12572026-08-27T22:55:46.726Z Downloaded aws-lc-rs v1.16.3
12582026-08-27T22:55:46.732Z Downloaded darling_core v0.21.3
12592026-08-27T22:55:46.735Z Downloaded icu_collections v2.1.1
12602026-08-27T22:55:46.738Z Downloaded qorb v0.4.1
12612026-08-27T22:55:46.741Z Downloaded schemars v0.9.0
12622026-08-27T22:55:46.747Z Downloaded itertools v0.12.1
12632026-08-27T22:55:46.751Z Downloaded itertools v0.13.0
12642026-08-27T22:55:46.757Z Downloaded zlib-rs v0.6.2
12652026-08-27T22:55:46.760Z Downloaded winnow v0.5.40
12662026-08-27T22:55:46.769Z Downloaded moka v0.12.13
12672026-08-27T22:55:46.774Z Downloaded jiff-core v0.1.0
12682026-08-27T22:55:46.779Z Downloaded der v0.8.0
12692026-08-27T22:55:46.796Z Downloaded schemars v1.2.1
12702026-08-27T22:55:46.804Z Downloaded iddqd v0.4.2
12712026-08-27T22:55:46.808Z Downloaded rand v0.8.6
12722026-08-27T22:55:46.812Z Downloaded radix_trie v0.2.1
12732026-08-27T22:55:46.822Z Downloaded hyper-util v0.1.20
12742026-08-27T22:55:46.827Z Downloaded itertools v0.15.0
12752026-08-27T22:55:46.830Z Downloaded nix v0.27.1
12762026-08-27T22:55:46.836Z Downloaded quinn-proto v0.11.16
12772026-08-27T22:55:46.840Z Downloaded chrono v0.4.45
12782026-08-27T22:55:46.845Z Downloaded rawzip v0.4.4
12792026-08-27T22:55:46.850Z Downloaded smoltcp v0.9.1
12802026-08-27T22:55:46.856Z Downloaded portable-atomic v1.13.1
12812026-08-27T22:55:46.860Z Downloaded crossterm v0.29.0
12822026-08-27T22:55:46.864Z Downloaded p384 v0.13.1
12832026-08-27T22:55:46.871Z Downloaded num-bigint v0.4.6
12842026-08-27T22:55:46.875Z Downloaded hickory-proto v0.24.4
12852026-08-27T22:55:46.883Z Downloaded time v0.3.47
12862026-08-27T22:55:46.890Z Downloaded crypto-bigint v0.7.5
12872026-08-27T22:55:46.899Z Downloaded winnow v1.0.3
12882026-08-27T22:55:46.905Z Downloaded libm v0.2.16
12892026-08-27T22:55:46.911Z Downloaded libxml v0.3.3
12902026-08-27T22:55:46.914Z Downloaded serde_with v3.21.0
12912026-08-27T22:55:46.922Z Downloaded hickory-proto v0.25.2
12922026-08-27T22:55:46.931Z Downloaded itertools v0.10.5
12932026-08-27T22:55:46.935Z Downloaded zerovec v0.11.5
12942026-08-27T22:55:46.938Z Downloaded rustls v0.23.41
12952026-08-27T22:55:46.945Z Downloaded unicode-normalization v0.1.25
12962026-08-27T22:55:46.948Z Downloaded vcpkg v0.2.15
12972026-08-27T22:55:46.972Z Downloaded openssl v0.10.80
12982026-08-27T22:55:46.977Z Downloaded regress v0.10.5
12992026-08-27T22:55:46.983Z Downloaded syn v3.0.3
13002026-08-27T22:55:46.991Z Downloaded zerocopy v0.8.55
13012026-08-27T22:55:47.002Z Downloaded polar-core v0.27.3
13022026-08-27T22:55:47.006Z Downloaded regex-syntax v0.6.29
13032026-08-27T22:55:47.010Z Downloaded reqwest v0.12.28
13042026-08-27T22:55:47.014Z Downloaded quick-xml v0.37.5
13052026-08-27T22:55:47.017Z Downloaded smoltcp v0.11.0
13062026-08-27T22:55:47.025Z Downloaded tabled v0.21.0
13072026-08-27T22:55:47.035Z Downloaded bstr v1.12.1
13082026-08-27T22:55:47.041Z Downloaded rustix v0.38.44
13092026-08-27T22:55:47.054Z Downloaded nix v0.28.0
13102026-08-27T22:55:47.061Z Downloaded regex-syntax v0.8.10
13112026-08-27T22:55:47.066Z Downloaded nix v0.31.2
13122026-08-27T22:55:47.074Z Downloaded ratatui v0.29.0
13132026-08-27T22:55:47.086Z Downloaded object v0.30.4
13142026-08-27T22:55:47.091Z Downloaded sled v0.34.7
13152026-08-27T22:55:47.099Z Downloaded petname v2.0.2
13162026-08-27T22:55:47.102Z Downloaded zerocopy-derive v0.6.6
13172026-08-27T22:55:47.115Z Downloaded typify-impl v0.6.2
13182026-08-27T22:55:47.127Z Downloaded curve25519-dalek v4.1.3
13192026-08-27T22:55:47.160Z Downloaded petgraph v0.8.3
13202026-08-27T22:55:47.175Z Downloaded libz-sys v1.1.24
13212026-08-27T22:55:47.187Z Downloaded csv v1.4.0
13222026-08-27T22:55:47.201Z Downloaded encoding_rs v0.8.35
13232026-08-27T22:55:47.215Z Downloaded diesel v2.3.7
13242026-08-27T22:55:47.230Z Downloaded curve25519-dalek v5.0.0
13252026-08-27T22:55:47.276Z Downloaded object v0.37.3
13262026-08-27T22:55:47.302Z Downloaded sqlparser v0.61.0
13272026-08-27T22:55:47.308Z Downloaded openapiv3 v2.2.0
13282026-08-27T22:55:47.314Z Downloaded dropshot v0.17.1
13292026-08-27T22:55:47.327Z Downloaded regress v0.11.1
13302026-08-27T22:55:47.332Z Downloaded sha3 v0.11.0
13312026-08-27T22:55:47.382Z Downloaded tracing v0.1.44
13322026-08-27T22:55:47.408Z Downloaded bzip2-sys v0.1.13+1.0.8
13332026-08-27T22:55:47.471Z Downloaded regex-automata v0.4.14
13342026-08-27T22:55:47.487Z Downloaded chrono-tz v0.10.4
13352026-08-27T22:55:47.515Z Downloaded petgraph v0.6.5
13362026-08-27T22:55:47.553Z Downloaded jiff v0.2.34
13372026-08-27T22:55:47.573Z Downloaded sha3 v0.10.8
13382026-08-27T22:55:47.577Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13392026-08-27T22:55:47.611Z Downloaded tokio v1.52.1
13402026-08-27T22:55:47.728Z Downloaded ring v0.17.14
13412026-08-27T22:55:47.755Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-08-27T22:55:48.315Z Downloaded aws-lc-sys v0.40.0
13432026-08-27T22:55:48.572Z Compiling serde_core v1.0.228
13442026-08-27T22:55:48.572Z Compiling libc v0.2.185
13452026-08-27T22:55:48.572Z Compiling serde v1.0.228
13462026-08-27T22:55:48.575Z Compiling log v0.4.33
13472026-08-27T22:55:48.575Z Compiling smallvec v1.15.1
13482026-08-27T22:55:48.575Z Compiling shlex v1.3.0
13492026-08-27T22:55:48.706Z Compiling find-msvc-tools v0.1.9
13502026-08-27T22:55:48.710Z Compiling syn v2.0.117
13512026-08-27T22:55:48.913Z Compiling subtle v2.6.1
13522026-08-27T22:55:48.938Z Compiling scopeguard v1.2.0
13532026-08-27T22:55:48.955Z Compiling typenum v1.20.1
13542026-08-27T22:55:48.989Z Compiling stable_deref_trait v1.2.1
13552026-08-27T22:55:49.034Z Compiling lock_api v0.4.14
13562026-08-27T22:55:49.049Z Compiling zerocopy v0.8.55
13572026-08-27T22:55:49.063Z Compiling portable-atomic v1.13.1
13582026-08-27T22:55:49.087Z Compiling serde_json v1.0.151
13592026-08-27T22:55:49.248Z Compiling critical-section v1.2.0
13602026-08-27T22:55:49.284Z Compiling libm v0.2.16
13612026-08-27T22:55:49.350Z Compiling num-traits v0.2.19
13622026-08-27T22:55:49.457Z Compiling pkg-config v0.3.32
13632026-08-27T22:55:49.531Z Compiling errno v0.3.14
13642026-08-27T22:55:49.550Z Compiling jobserver v0.1.34
13652026-08-27T22:55:49.576Z Compiling getrandom v0.2.17
13662026-08-27T22:55:49.724Z Compiling rand_core v0.6.4
13672026-08-27T22:55:49.793Z Compiling cc v1.2.56
13682026-08-27T22:55:49.984Z Compiling once_cell v1.21.3
13692026-08-27T22:55:49.998Z Compiling generic-array v0.14.7
13702026-08-27T22:55:50.050Z Compiling parking_lot_core v0.9.12
13712026-08-27T22:55:50.066Z Compiling getrandom v0.4.3
13722026-08-27T22:55:50.280Z Compiling pin-project-lite v0.2.17
13732026-08-27T22:55:50.331Z Compiling const-oid v0.9.6
13742026-08-27T22:55:50.422Z Compiling rand_core v0.10.0
13752026-08-27T22:55:50.717Z Compiling signal-hook-registry v1.4.8
13762026-08-27T22:55:50.805Z Compiling bitflags v2.11.0
13772026-08-27T22:55:50.875Z Compiling percent-encoding v2.3.2
13782026-08-27T22:55:50.991Z Compiling litemap v0.8.1
13792026-08-27T22:55:51.040Z Compiling writeable v0.6.2
13802026-08-27T22:55:51.078Z Compiling futures-core v0.3.32
13812026-08-27T22:55:51.093Z Compiling semver v1.0.28
13822026-08-27T22:55:51.180Z Compiling parking_lot v0.12.5
13832026-08-27T22:55:51.193Z Compiling mio v1.2.0
13842026-08-27T22:55:51.229Z Compiling icu_properties_data v2.1.2
13852026-08-27T22:55:51.241Z Compiling icu_normalizer_data v2.1.1
13862026-08-27T22:55:51.412Z Compiling socket2 v0.6.3
13872026-08-27T22:55:51.500Z Compiling getrandom v0.3.4
13882026-08-27T22:55:51.541Z Compiling rustix v1.1.4
13892026-08-27T22:55:51.556Z Compiling futures-sink v0.3.32
13902026-08-27T22:55:51.589Z Compiling synstructure v0.13.2
13912026-08-27T22:55:51.662Z Compiling indexmap v2.14.0
13922026-08-27T22:55:51.679Z Compiling futures-channel v0.3.32
13932026-08-27T22:55:51.837Z Compiling futures-task v0.3.32
13942026-08-27T22:55:51.913Z Compiling futures-io v0.3.32
13952026-08-27T22:55:52.010Z Compiling utf8_iter v1.0.4
13962026-08-27T22:55:52.052Z Compiling slab v0.4.12
13972026-08-27T22:55:52.067Z Compiling form_urlencoded v1.2.2
13982026-08-27T22:55:52.151Z Compiling rustversion v1.0.22
13992026-08-27T22:55:52.222Z Compiling base64ct v1.8.3
14002026-08-27T22:55:52.236Z Compiling iana-time-zone v0.1.65
14012026-08-27T22:55:52.249Z Compiling cmake v0.1.57
14022026-08-27T22:55:52.335Z Compiling regex-syntax v0.8.10
14032026-08-27T22:55:52.402Z Compiling dunce v1.0.5
14042026-08-27T22:55:52.431Z Compiling ident_case v1.0.1
14052026-08-27T22:55:52.496Z Compiling pem-rfc7468 v0.7.0
14062026-08-27T22:55:52.522Z Compiling fs_extra v1.3.0
14072026-08-27T22:55:52.553Z Compiling flagset v0.4.7
14082026-08-27T22:55:52.638Z Compiling rand_core v0.9.5
14092026-08-27T22:55:52.680Z Compiling uuid v1.23.4
14102026-08-27T22:55:52.783Z Compiling aws-lc-sys v0.40.0
14112026-08-27T22:55:52.797Z Compiling base64 v0.22.1
14122026-08-27T22:55:52.913Z Compiling syn v1.0.109
14132026-08-27T22:55:53.131Z Compiling vcpkg v0.2.15
14142026-08-27T22:55:53.150Z Compiling serde_derive_internals v0.29.1
14152026-08-27T22:55:53.273Z Compiling rustc_version v0.4.1
14162026-08-27T22:55:53.277Z Compiling tracing-core v0.1.36
14172026-08-27T22:55:53.361Z Compiling serde_derive v1.0.228
14182026-08-27T22:55:53.394Z Compiling zeroize_derive v1.5.0
14192026-08-27T22:55:53.602Z Compiling zerocopy-derive v0.8.55
14202026-08-27T22:55:53.861Z Compiling zerofrom-derive v0.1.6
14212026-08-27T22:55:53.864Z Compiling yoke-derive v0.8.1
14222026-08-27T22:55:54.048Z Compiling zerovec-derive v0.11.2
14232026-08-27T22:55:54.077Z Compiling displaydoc v0.2.5
14242026-08-27T22:55:54.729Z Compiling tokio-macros v2.7.0
14252026-08-27T22:55:54.817Z Compiling futures-macro v0.3.32
14262026-08-27T22:55:55.051Z Compiling thiserror-impl v2.0.18
14272026-08-27T22:55:55.187Z Compiling der_derive v0.7.3
14282026-08-27T22:55:55.316Z Compiling zerofrom v0.1.6
14292026-08-27T22:55:55.445Z Compiling yoke v0.8.1
14302026-08-27T22:55:55.522Z Compiling openssl-sys v0.9.117
14312026-08-27T22:55:55.631Z Compiling zerovec v0.11.5
14322026-08-27T22:55:55.660Z Compiling zerotrie v0.2.3
14332026-08-27T22:55:55.966Z Compiling futures-util v0.3.32
14342026-08-27T22:55:56.052Z Compiling tracing-attributes v0.1.31
14352026-08-27T22:55:56.140Z Compiling tinystr v0.8.2
14362026-08-27T22:55:56.165Z Compiling potential_utf v0.1.4
14372026-08-27T22:55:56.326Z Compiling icu_locale_core v2.1.1
14382026-08-27T22:55:56.344Z Compiling icu_collections v2.1.1
14392026-08-27T22:55:56.413Z Compiling thiserror v2.0.18
14402026-08-27T22:55:56.521Z Compiling dyn-clone v1.0.20
14412026-08-27T22:55:56.661Z Compiling schemars v0.8.22
14422026-08-27T22:55:56.814Z Compiling cpufeatures v0.2.17
14432026-08-27T22:55:56.853Z Compiling aws-lc-rs v1.16.3
14442026-08-27T22:55:56.891Z Compiling zeroize v1.9.0
14452026-08-27T22:55:56.935Z Compiling bytes v1.11.1
14462026-08-27T22:55:57.132Z Compiling icu_provider v2.1.1
14472026-08-27T22:55:57.191Z Compiling chrono v0.4.45
14482026-08-27T22:55:57.356Z Compiling icu_normalizer v2.1.1
14492026-08-27T22:55:57.420Z Compiling tokio v1.52.1
14502026-08-27T22:55:57.538Z Compiling icu_properties v2.1.2
14512026-08-27T22:55:57.672Z Compiling crypto-common v0.1.7
14522026-08-27T22:55:57.825Z Compiling block-buffer v0.10.4
14532026-08-27T22:55:57.869Z Compiling der v0.7.10
14542026-08-27T22:55:57.996Z Compiling digest v0.10.7
14552026-08-27T22:55:58.193Z Compiling ppv-lite86 v0.2.21
14562026-08-27T22:55:58.242Z Compiling http v1.4.2
14572026-08-27T22:55:58.261Z Compiling simd-adler32 v0.3.8
14582026-08-27T22:55:58.503Z Compiling idna_adapter v1.2.1
14592026-08-27T22:55:58.517Z Compiling rand_chacha v0.9.0
14602026-08-27T22:55:58.531Z Compiling tracing v0.1.44
14612026-08-27T22:55:58.609Z Compiling idna v1.1.0
14622026-08-27T22:55:58.636Z Compiling rustls-pki-types v1.14.0
14632026-08-27T22:55:58.788Z Compiling spki v0.7.3
14642026-08-27T22:55:58.993Z Compiling url v2.5.8
14652026-08-27T22:55:59.053Z Compiling pkcs8 v0.10.2
14662026-08-27T22:55:59.076Z Compiling http-body v1.0.1
14672026-08-27T22:55:59.134Z Compiling rand v0.9.2
14682026-08-27T22:55:59.233Z Compiling schemars_derive v0.8.22
14692026-08-27T22:55:59.281Z Compiling spin v0.9.8
14702026-08-27T22:55:59.300Z Compiling openssl-probe v0.2.1
14712026-08-27T22:55:59.471Z Compiling cmov v0.5.4
14722026-08-27T22:55:59.484Z Compiling httparse v1.10.1
14732026-08-27T22:55:59.672Z Compiling adler2 v2.0.1
14742026-08-27T22:55:59.761Z Compiling tinyvec_macros v0.1.1
14752026-08-27T22:55:59.797Z Compiling crc32fast v1.5.0
14762026-08-27T22:55:59.828Z Compiling tinyvec v1.10.0
14772026-08-27T22:55:59.855Z Compiling tempfile v3.27.0
14782026-08-27T22:55:59.869Z Compiling miniz_oxide v0.8.9
14792026-08-27T22:56:00.096Z Compiling ctutils v0.4.2
14802026-08-27T22:56:00.172Z Compiling pest_generator v2.8.6
14812026-08-27T22:56:00.271Z Compiling sha2 v0.10.9
14822026-08-27T22:56:00.345Z Compiling terminal_size v0.4.3
14832026-08-27T22:56:00.483Z Compiling aho-corasick v1.1.4
14842026-08-27T22:56:00.483Z Compiling tower-service v0.3.3
14852026-08-27T22:56:00.588Z Compiling try-lock v0.2.5
14862026-08-27T22:56:00.697Z Compiling tower-layer v0.3.3
14872026-08-27T22:56:00.858Z Compiling untrusted v0.7.1
14882026-08-27T22:56:00.893Z Compiling atomic-waker v1.1.2
14892026-08-27T22:56:00.978Z Compiling radium v0.7.0
14902026-08-27T22:56:01.015Z Compiling pest_derive v2.8.6
14912026-08-27T22:56:01.215Z Compiling tokio-util v0.7.18
14922026-08-27T22:56:01.440Z Compiling regex-automata v0.4.14
14932026-08-27T22:56:01.599Z Compiling want v0.3.1
14942026-08-27T22:56:01.752Z Compiling hybrid-array v0.4.13
14952026-08-27T22:56:01.944Z Compiling h2 v0.4.15
14962026-08-27T22:56:02.241Z Compiling ipnet v2.12.0
14972026-08-27T22:56:02.401Z Compiling scroll_derive v0.13.1
14982026-08-27T22:56:02.502Z Compiling darling_core v0.20.11
14992026-08-27T22:56:02.724Z Compiling openssl v0.10.80
15002026-08-27T22:56:02.945Z Compiling maybe-uninit v2.0.0
15012026-08-27T22:56:03.045Z Compiling httpdate v1.0.3
15022026-08-27T22:56:03.074Z Compiling rustls v0.23.41
15032026-08-27T22:56:03.168Z Compiling foreign-types-shared v0.1.1
15042026-08-27T22:56:03.200Z Compiling untrusted v0.9.0
15052026-08-27T22:56:03.238Z Compiling tap v1.0.1
15062026-08-27T22:56:03.252Z Compiling foreign-types v0.3.2
15072026-08-27T22:56:03.308Z Compiling scroll v0.13.0
15082026-08-27T22:56:03.322Z Compiling wyz v0.5.1
15092026-08-27T22:56:03.365Z Compiling unicode-normalization v0.1.25
15102026-08-27T22:56:03.537Z Compiling rand_chacha v0.3.1
15112026-08-27T22:56:03.559Z Compiling signature v2.2.0
15122026-08-27T22:56:03.737Z Compiling hex v0.4.3
15132026-08-27T22:56:03.808Z Compiling thiserror-impl v1.0.69
15142026-08-27T22:56:03.896Z Compiling openssl-macros v0.1.1
15152026-08-27T22:56:03.995Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15162026-08-27T22:56:04.283Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-08-27T22:56:04.296Z Compiling num-integer v0.1.46
15182026-08-27T22:56:04.366Z Compiling wait-timeout v0.2.1
15192026-08-27T22:56:04.554Z Compiling ahash v0.8.12
15202026-08-27T22:56:04.609Z Compiling num-conv v0.2.0
15212026-08-27T22:56:04.623Z Compiling quick-error v1.2.3
15222026-08-27T22:56:04.705Z Compiling darling_macro v0.20.11
15232026-08-27T22:56:04.724Z Compiling packed_struct v0.10.1
15242026-08-27T22:56:04.738Z Compiling funty v2.0.0
15252026-08-27T22:56:04.750Z Compiling num-bigint-dig v0.8.6
15262026-08-27T22:56:04.929Z Compiling time-core v0.1.8
15272026-08-27T22:56:04.958Z Compiling native-tls v0.2.18
15282026-08-27T22:56:05.022Z Compiling hyper v1.10.1
15292026-08-27T22:56:05.072Z Compiling bit-vec v0.8.0
15302026-08-27T22:56:05.154Z Compiling powerfmt v0.2.0
15312026-08-27T22:56:05.222Z Compiling darling v0.20.11
15322026-08-27T22:56:05.323Z Compiling bit-set v0.8.0
15332026-08-27T22:56:05.351Z Compiling deranged v0.5.8
15342026-08-27T22:56:05.374Z Compiling time-macros v0.2.27
15352026-08-27T22:56:05.397Z Compiling bitvec v1.0.1
15362026-08-27T22:56:05.480Z Compiling thiserror v1.0.69
15372026-08-27T22:56:05.504Z Compiling clap_builder v4.6.0
15382026-08-27T22:56:05.670Z Compiling rusty-fork v0.3.1
15392026-08-27T22:56:06.035Z Compiling num-iter v0.1.45
15402026-08-27T22:56:06.152Z Compiling hyper-util v0.1.20
15412026-08-27T22:56:06.639Z Compiling rand v0.8.6
15422026-08-27T22:56:06.741Z Compiling goblin v0.10.5
15432026-08-27T22:56:06.887Z Compiling packed_struct_codegen v0.10.1
15442026-08-27T22:56:07.422Z Compiling lazy_static v1.5.0
15452026-08-27T22:56:07.518Z Compiling hmac v0.12.1
15462026-08-27T22:56:07.674Z Compiling toml_datetime v0.6.11
15472026-08-27T22:56:07.845Z Compiling serde_spanned v0.6.9
15482026-08-27T22:56:07.910Z Compiling zerocopy-derive v0.6.6
15492026-08-27T22:56:07.926Z Compiling clap_derive v4.6.1
15502026-08-27T22:56:07.982Z Compiling bitfield-macros v0.19.4
15512026-08-27T22:56:08.428Z Compiling rand_xorshift v0.4.0
15522026-08-27T22:56:08.592Z Compiling sync_wrapper v1.0.2
15532026-08-27T22:56:08.658Z Compiling indexmap v1.9.3
15542026-08-27T22:56:08.699Z Compiling nodrop v0.1.14
15552026-08-27T22:56:08.713Z Compiling crc-catalog v2.4.0
15562026-08-27T22:56:08.790Z Compiling paste v1.0.15
15572026-08-27T22:56:08.803Z Compiling unicode-segmentation v1.12.0
15582026-08-27T22:56:08.833Z Compiling num_threads v0.1.7
15592026-08-27T22:56:08.931Z Compiling usdt-impl v0.6.0
15602026-08-27T22:56:09.042Z Compiling object v0.37.3
15612026-08-27T22:56:09.125Z Compiling siphasher v1.0.2
15622026-08-27T22:56:09.167Z Compiling unarray v0.1.4
15632026-08-27T22:56:09.276Z Compiling zlib-rs v0.6.2
15642026-08-27T22:56:09.295Z Compiling crossbeam-utils v0.8.21
15652026-08-27T22:56:09.324Z Compiling proptest v1.11.0
15662026-08-27T22:56:09.370Z Compiling dof v0.4.0
15672026-08-27T22:56:09.632Z Compiling clap v4.6.1
15682026-08-27T22:56:09.647Z Compiling time v0.3.47
15692026-08-27T22:56:09.731Z Compiling crc v3.4.0
15702026-08-27T22:56:09.924Z Compiling array-init v0.0.4
15712026-08-27T22:56:10.325Z Compiling zerocopy v0.6.6
15722026-08-27T22:56:10.548Z Compiling tower v0.5.3
15732026-08-27T22:56:10.639Z Compiling bitfield v0.19.4
15742026-08-27T22:56:11.180Z Compiling smallvec v0.6.14
15752026-08-27T22:56:11.374Z Compiling derive_builder_core v0.20.2
15762026-08-27T22:56:11.502Z Compiling dtrace-parser v0.3.0
15772026-08-27T22:56:12.171Z Compiling flate2 v1.1.9
15782026-08-27T22:56:12.190Z Compiling ipnetwork v0.21.1
15792026-08-27T22:56:12.208Z Compiling pkcs1 v0.7.5
15802026-08-27T22:56:12.458Z Compiling http-body-util v0.1.3
15812026-08-27T22:56:12.560Z Compiling heapless v0.7.17
15822026-08-27T22:56:12.575Z Compiling structmeta-derive v0.3.0
15832026-08-27T22:56:12.590Z Compiling scroll_derive v0.12.1
15842026-08-27T22:56:12.697Z Compiling slog v2.8.2
15852026-08-27T22:56:12.787Z Compiling darling_core v0.23.0
15862026-08-27T22:56:12.801Z Compiling thread-id v5.1.0
15872026-08-27T22:56:12.875Z Compiling cookie v0.18.1
15882026-08-27T22:56:12.889Z Compiling env_filter v2.0.0
15892026-08-27T22:56:13.054Z Compiling syn v3.0.3
15902026-08-27T22:56:13.178Z Compiling unicode-bidi v0.3.18
15912026-08-27T22:56:13.226Z Compiling hashbrown v0.12.3
15922026-08-27T22:56:13.615Z Compiling ryu v1.0.23
15932026-08-27T22:56:13.695Z Compiling base64 v0.21.7
15942026-08-27T22:56:13.705Z Compiling winnow v0.5.40
15952026-08-27T22:56:13.788Z Compiling gimli v0.32.3
15962026-08-27T22:56:14.002Z Compiling anyhow v1.0.104
15972026-08-27T22:56:14.325Z Compiling iri-string v0.7.10
15982026-08-27T22:56:15.131Z Compiling allocator-api2 v0.2.21
15992026-08-27T22:56:15.294Z Compiling zstd-safe v7.2.4
16002026-08-27T22:56:15.457Z Compiling signal-hook v0.3.18
16012026-08-27T22:56:15.487Z Compiling unicode-properties v0.1.4
16022026-08-27T22:56:15.664Z Compiling stringprep v0.1.5
16032026-08-27T22:56:15.697Z Compiling tower-http v0.6.8
16042026-08-27T22:56:15.714Z Compiling addr2line v0.25.1
16052026-08-27T22:56:15.817Z Compiling darling_macro v0.23.0
16062026-08-27T22:56:16.044Z Compiling toml_edit v0.19.15
16072026-08-27T22:56:16.091Z Compiling ron v0.8.1
16082026-08-27T22:56:16.299Z Compiling serde_urlencoded v0.7.1
16092026-08-27T22:56:16.398Z Compiling structmeta v0.3.0
16102026-08-27T22:56:16.481Z Compiling daft-derive v0.1.8
16112026-08-27T22:56:16.543Z Compiling scroll v0.12.0
16122026-08-27T22:56:16.653Z Compiling env_logger v0.11.11
16132026-08-27T22:56:16.966Z Compiling rsa v0.9.10
16142026-08-27T22:56:16.998Z Compiling oxnet v0.1.6
16152026-08-27T22:56:17.014Z Compiling derive_builder_macro v0.20.2
16162026-08-27T22:56:17.175Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16172026-08-27T22:56:17.276Z Compiling newtype-uuid v1.3.2
16182026-08-27T22:56:17.429Z Compiling hashbrown v0.13.2
16192026-08-27T22:56:17.473Z Compiling serde-hex v0.1.0
16202026-08-27T22:56:17.592Z Compiling bzip2 v0.4.4
16212026-08-27T22:56:17.795Z Compiling tokio-native-tls v0.3.1
16222026-08-27T22:56:17.889Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16232026-08-27T22:56:18.560Z Compiling camino v1.2.5
16242026-08-27T22:56:18.640Z Compiling bstr v1.12.1
16252026-08-27T22:56:18.937Z Compiling crypto-common v0.2.2
16262026-08-27T22:56:19.183Z Compiling block-padding v0.4.2
16272026-08-27T22:56:19.263Z Compiling block-buffer v0.12.1
16282026-08-27T22:56:19.351Z Compiling rustls-native-certs v0.8.3
16292026-08-27T22:56:19.461Z Compiling x509-cert v0.2.5
16302026-08-27T22:56:19.644Z Compiling md-5 v0.10.6
16312026-08-27T22:56:19.813Z Compiling erased-serde v0.3.31
16322026-08-27T22:56:19.966Z Compiling serde_tokenstream v0.2.3
16332026-08-27T22:56:20.192Z Compiling curve25519-dalek v4.1.3
16342026-08-27T22:56:20.314Z Compiling async-trait v0.1.89
16352026-08-27T22:56:20.314Z Compiling pin-project-internal v1.1.11
16362026-08-27T22:56:20.530Z Compiling zerocopy-derive v0.7.35
16372026-08-27T22:56:20.725Z Compiling vergen-lib v9.1.0
16382026-08-27T22:56:20.902Z Compiling hash32 v0.2.1
16392026-08-27T22:56:21.087Z Compiling memoffset v0.9.1
16402026-08-27T22:56:21.100Z Compiling encoding_rs v0.8.35
16412026-08-27T22:56:21.244Z Compiling owo-colors v4.3.0
16422026-08-27T22:56:21.273Z Compiling ref-cast v1.0.25
16432026-08-27T22:56:21.320Z Compiling mime v0.3.17
16442026-08-27T22:56:21.384Z Compiling smoltcp v0.9.1
16452026-08-27T22:56:21.400Z Compiling fallible-iterator v0.2.0
16462026-08-27T22:56:21.542Z Compiling litrs v1.0.0
16472026-08-27T22:56:21.558Z Compiling rustc-demangle v0.1.27
16482026-08-27T22:56:21.572Z Compiling rustix v0.38.44
16492026-08-27T22:56:21.699Z Compiling crc-any v2.5.0
16502026-08-27T22:56:21.712Z Compiling cfg_aliases v0.2.1
16512026-08-27T22:56:21.727Z Compiling psl-types v2.0.11
16522026-08-27T22:56:21.781Z Compiling nix v0.31.2
16532026-08-27T22:56:21.843Z Compiling publicsuffix v2.3.0
16542026-08-27T22:56:21.915Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16552026-08-27T22:56:21.932Z Compiling backtrace v0.3.76
16562026-08-27T22:56:21.995Z Compiling postgres-protocol v0.6.10
16572026-08-27T22:56:22.042Z Compiling document-features v0.2.12
16582026-08-27T22:56:22.101Z Compiling pin-project v1.1.11
16592026-08-27T22:56:22.130Z Compiling zerocopy v0.7.35
16602026-08-27T22:56:22.598Z Compiling inout v0.2.2
16612026-08-27T22:56:22.614Z Compiling daft v0.1.8
16622026-08-27T22:56:22.662Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16632026-08-27T22:56:22.751Z Compiling hyper-tls v0.6.0
16642026-08-27T22:56:22.771Z Compiling object v0.30.4
16652026-08-27T22:56:22.880Z Compiling zip v0.6.6
16662026-08-27T22:56:22.930Z Compiling derive_builder v0.20.2
16672026-08-27T22:56:22.933Z Compiling toml v0.7.8
16682026-08-27T22:56:23.055Z Compiling goblin v0.8.2
16692026-08-27T22:56:23.163Z Compiling derive-ex v0.1.8
16702026-08-27T22:56:23.444Z Compiling darling v0.23.0
16712026-08-27T22:56:23.573Z Compiling phf_shared v0.13.1
16722026-08-27T22:56:23.811Z Compiling convert_case v0.10.0
16732026-08-27T22:56:23.812Z Compiling regex v1.12.3
16742026-08-27T22:56:23.848Z Compiling hubpack_derive v0.1.1
16752026-08-27T22:56:24.103Z Compiling futures-executor v0.3.32
16762026-08-27T22:56:24.238Z Compiling curve25519-dalek-derive v0.1.1
16772026-08-27T22:56:24.285Z Compiling strum_macros v0.27.2
16782026-08-27T22:56:24.356Z Compiling ref-cast-impl v1.0.25
16792026-08-27T22:56:24.793Z Compiling snafu-derive v0.8.9
16802026-08-27T22:56:24.881Z Compiling vergen v9.1.0
16812026-08-27T22:56:24.893Z Compiling cargo-platform v0.3.2
16822026-08-27T22:56:25.053Z Compiling ff v0.13.1
16832026-08-27T22:56:25.218Z Compiling fs-err v3.3.0
16842026-08-27T22:56:25.236Z Compiling same-file v1.0.6
16852026-08-27T22:56:25.401Z Compiling bumpalo v3.20.2
16862026-08-27T22:56:25.401Z Compiling bitflags v1.3.2
16872026-08-27T22:56:25.479Z Compiling managed v0.8.0
16882026-08-27T22:56:25.623Z Compiling is_ci v1.2.0
16892026-08-27T22:56:25.673Z Compiling either v1.15.0
16902026-08-27T22:56:25.698Z Compiling foldhash v0.2.0
16912026-08-27T22:56:25.758Z Compiling base16ct v0.2.0
16922026-08-27T22:56:25.884Z Compiling foldhash v0.1.5
16932026-08-27T22:56:25.919Z Compiling jiff-core v0.1.0
16942026-08-27T22:56:25.937Z Compiling libbz2-rs-sys v0.2.2
16952026-08-27T22:56:26.057Z Compiling path-slash v0.1.5
16962026-08-27T22:56:26.189Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16972026-08-27T22:56:26.272Z Compiling strum v0.27.2
16982026-08-27T22:56:26.403Z Compiling bzip2 v0.6.1
16992026-08-27T22:56:26.530Z Compiling hashbrown v0.15.5
17002026-08-27T22:56:26.611Z Compiling sec1 v0.7.3
17012026-08-27T22:56:26.641Z Compiling hashbrown v0.16.1
17022026-08-27T22:56:26.772Z Compiling snafu v0.8.9
17032026-08-27T22:56:26.884Z Compiling jiff v0.2.34
17042026-08-27T22:56:26.997Z Compiling supports-color v3.0.2
17052026-08-27T22:56:27.101Z Compiling textwrap v0.16.2
17062026-08-27T22:56:27.163Z Compiling zopfli v0.8.3
17072026-08-27T22:56:27.306Z Compiling walkdir v2.5.0
17082026-08-27T22:56:27.529Z Compiling dof v0.3.0
17092026-08-27T22:56:27.615Z Compiling group v0.13.0
17102026-08-27T22:56:27.632Z Compiling cargo_metadata v0.23.1
17112026-08-27T22:56:27.906Z Compiling test-strategy v0.4.5
17122026-08-27T22:56:27.921Z Compiling hubpack v0.1.2
17132026-08-27T22:56:28.137Z Compiling futures v0.3.32
17142026-08-27T22:56:28.217Z Compiling derive_more-impl v2.1.1
17152026-08-27T22:56:28.243Z Compiling phf v0.13.1
17162026-08-27T22:56:28.752Z Compiling signal-hook-mio v0.2.5
17172026-08-27T22:56:28.875Z Compiling serde_with_macros v3.21.0
17182026-08-27T22:56:28.952Z Compiling cookie_store v0.22.1
17192026-08-27T22:56:29.349Z Compiling zstd v0.13.3
17202026-08-27T22:56:29.363Z Compiling reqwest v0.12.28
17212026-08-27T22:56:29.593Z Compiling cipher v0.5.2
17222026-08-27T22:56:29.610Z Compiling backtrace-ext v0.2.1
17232026-08-27T22:56:29.774Z Compiling postgres-types v0.2.12
17242026-08-27T22:56:30.328Z Compiling usdt-attr-macro v0.6.0
17252026-08-27T22:56:30.412Z Compiling usdt-macro v0.6.0
17262026-08-27T22:56:30.738Z Compiling globset v0.4.18
17272026-08-27T22:56:30.808Z Compiling phf_shared v0.11.3
17282026-08-27T22:56:30.986Z Compiling hkdf v0.12.4
17292026-08-27T22:56:31.001Z Compiling dtrace-parser v0.2.0
17302026-08-27T22:56:31.136Z Compiling byte-wrapper v0.1.0
17312026-08-27T22:56:31.158Z Compiling olpc-cjson v0.1.4
17322026-08-27T22:56:31.174Z Compiling ed25519 v2.2.3
17332026-08-27T22:56:31.177Z Compiling crypto-bigint v0.5.5
17342026-08-27T22:56:31.319Z Compiling serde_plain v1.0.2
17352026-08-27T22:56:31.419Z Compiling serde-big-array v0.5.1
17362026-08-27T22:56:31.460Z Compiling async-recursion v1.1.1
17372026-08-27T22:56:31.510Z Compiling miette-derive v7.6.0
17382026-08-27T22:56:31.562Z Compiling serde_repr v0.1.20
17392026-08-27T22:56:31.740Z Compiling strum_macros v0.26.4
17402026-08-27T22:56:32.062Z Compiling enum-as-inner v0.6.1
17412026-08-27T22:56:32.093Z Compiling pem v3.0.6
17422026-08-27T22:56:32.116Z Compiling float-cmp v0.10.0
17432026-08-27T22:56:32.262Z Compiling memmap2 v0.9.10
17442026-08-27T22:56:32.413Z Compiling thread-id v4.2.2
17452026-08-27T22:56:32.477Z Compiling precomputed-hash v0.1.1
17462026-08-27T22:56:32.500Z Compiling fixedbitset v0.5.7
17472026-08-27T22:56:32.558Z Compiling new_debug_unreachable v1.0.6
17482026-08-27T22:56:32.572Z Compiling supports-unicode v3.0.0
17492026-08-27T22:56:32.630Z Compiling const-oid v0.10.2
17502026-08-27T22:56:32.661Z Compiling normalize-line-endings v0.3.0
17512026-08-27T22:56:32.716Z Compiling typed-path v0.9.3
17522026-08-27T22:56:32.757Z Compiling cpufeatures v0.3.0
17532026-08-27T22:56:32.799Z Compiling whoami v2.1.0
17542026-08-27T22:56:32.832Z Compiling keccak v0.1.6
17552026-08-27T22:56:32.846Z Compiling difflib v0.4.0
17562026-08-27T22:56:33.155Z Compiling static_assertions v1.1.0
17572026-08-27T22:56:33.170Z Compiling winnow v1.0.3
17582026-08-27T22:56:33.227Z Compiling supports-hyperlinks v3.2.0
17592026-08-27T22:56:33.275Z Compiling fixedbitset v0.4.2
17602026-08-27T22:56:33.379Z Compiling predicates-core v1.0.10
17612026-08-27T22:56:33.393Z Compiling data-encoding v2.10.0
17622026-08-27T22:56:33.472Z Compiling strum v0.26.3
17632026-08-27T22:56:33.485Z Compiling petgraph v0.6.5
17642026-08-27T22:56:33.550Z Compiling predicates v3.1.4
17652026-08-27T22:56:33.564Z Compiling miette v7.6.0
17662026-08-27T22:56:33.593Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17672026-08-27T22:56:33.915Z Compiling hickory-proto v0.25.2
17682026-08-27T22:56:34.074Z Compiling toml_parser v1.1.2+spec-1.1.0
17692026-08-27T22:56:34.181Z Compiling tokio-postgres v0.7.16
17702026-08-27T22:56:34.224Z Compiling sha3 v0.10.8
17712026-08-27T22:56:34.675Z Compiling chacha20 v0.10.0
17722026-08-27T22:56:34.690Z Compiling digest v0.11.3
17732026-08-27T22:56:34.705Z Compiling petgraph v0.8.3
17742026-08-27T22:56:34.910Z Compiling string_cache v0.8.9
17752026-08-27T22:56:34.958Z Compiling toml_edit v0.22.27
17762026-08-27T22:56:35.039Z Compiling usdt-impl v0.5.0
17772026-08-27T22:56:35.130Z Compiling usdt v0.6.0
17782026-08-27T22:56:35.394Z Compiling elliptic-curve v0.13.8
17792026-08-27T22:56:35.658Z Compiling ed25519-dalek v2.2.0
17802026-08-27T22:56:35.807Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17812026-08-27T22:56:36.189Z Compiling crossterm v0.28.1
17822026-08-27T22:56:36.467Z Compiling serde_with v3.21.0
17832026-08-27T22:56:36.698Z Compiling zip v4.6.1
17842026-08-27T22:56:37.292Z Compiling derive_more v2.1.1
17852026-08-27T22:56:37.453Z Compiling iddqd v0.4.2
17862026-08-27T22:56:37.714Z Compiling itertools v0.15.0
17872026-08-27T22:56:37.794Z Compiling itertools v0.13.0
17882026-08-27T22:56:38.024Z Compiling similar v2.7.0
17892026-08-27T22:56:38.072Z Compiling crossbeam-epoch v0.9.18
17902026-08-27T22:56:38.240Z Compiling heck v0.4.1
17912026-08-27T22:56:38.388Z Compiling tokio-stream v0.1.18
17922026-08-27T22:56:38.457Z Compiling buf-list v1.1.2
17932026-08-27T22:56:38.610Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-08-27T22:56:38.699Z Compiling openapiv3 v2.2.0
17952026-08-27T22:56:38.720Z Compiling lalrpop-util v0.19.12
17962026-08-27T22:56:38.832Z Compiling peg-runtime v0.8.5
17972026-08-27T22:56:38.848Z Compiling thread_local v1.1.9
17982026-08-27T22:56:38.903Z Compiling slog-async v2.8.0
17992026-08-27T22:56:38.903Z Compiling crossbeam-channel v0.5.15
18002026-08-27T22:56:39.022Z Compiling filetime v0.2.27
18012026-08-27T22:56:39.034Z Compiling is-terminal v0.4.17
18022026-08-27T22:56:39.089Z Compiling term v1.2.1
18032026-08-27T22:56:39.103Z Compiling xattr v1.6.1
18042026-08-27T22:56:39.124Z Compiling take_mut v0.2.2
18052026-08-27T22:56:39.187Z Compiling camino-tempfile v1.4.1
18062026-08-27T22:56:39.215Z Compiling tar v0.4.46
18072026-08-27T22:56:39.349Z Compiling slog-term v2.9.2
18082026-08-27T22:56:45.287Z Compiling rustls-webpki v0.103.13
18092026-08-27T22:56:47.995Z Compiling tokio-rustls v0.26.4
18102026-08-27T22:56:47.996Z Compiling rustls-platform-verifier v0.6.2
18112026-08-27T22:56:48.060Z Compiling tough v0.22.0
18122026-08-27T22:56:48.214Z Compiling hyper-rustls v0.27.7
18132026-08-27T22:56:48.805Z Compiling reqwest v0.13.2
18142026-08-27T22:56:50.597Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-08-27T22:56:50.805Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-08-27T22:56:53.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18172026-08-27T22:56:53.844Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18182026-08-27T22:56:53.898ZAug 27 22:56:52.354 INFO Starting download, target: DendriteStub
18192026-08-27T22:56:53.898ZAug 27 22:56:52.354 INFO Starting download, target: Cockroach
18202026-08-27T22:56:53.898ZAug 27 22:56:52.354 INFO Starting download, target: Console
18212026-08-27T22:56:53.902ZAug 27 22:56:52.354 INFO Starting download, target: Clickhouse
18222026-08-27T22:56:53.902ZAug 27 22:56:52.354 INFO Starting download, target: MaghemiteMgd
18232026-08-27T22:56:53.902ZAug 27 22:56:52.354 INFO Starting download, target: MaghemiteDdmd
18242026-08-27T22:56:53.902ZAug 27 22:56:52.354 INFO Starting download, target: TransceiverControl
18252026-08-27T22:56:53.902ZAug 27 22:56:52.354 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18262026-08-27T22:56:53.902ZAug 27 22:56:52.354 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18272026-08-27T22:56:53.902ZAug 27 22:56:52.354 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18282026-08-27T22:56:53.902ZAug 27 22:56:52.354 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18292026-08-27T22:56:53.902ZAug 27 22:56:52.354 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18302026-08-27T22:56:53.902ZAug 27 22:56:52.354 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18312026-08-27T22:56:53.902ZAug 27 22:56:52.354 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18322026-08-27T22:56:54.883ZAug 27 22:56:53.336 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18332026-08-27T22:56:55.108ZAug 27 22:56:53.560 INFO Download complete, target: TransceiverControl
18342026-08-27T22:56:55.658ZAug 27 22:56:54.104 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18352026-08-27T22:56:55.795ZAug 27 22:56:54.249 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18362026-08-27T22:56:55.902ZAug 27 22:56:54.357 INFO Download complete, target: Console
18372026-08-27T22:56:55.944ZAug 27 22:56:54.395 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18382026-08-27T22:56:55.987ZAug 27 22:56:54.439 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18392026-08-27T22:56:56.085ZAug 27 22:56:54.536 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18402026-08-27T22:56:56.763ZAug 27 22:56:55.219 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18412026-08-27T22:56:56.763ZAug 27 22:56:55.219 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18422026-08-27T22:56:57.737ZAug 27 22:56:56.193 INFO Download complete, target: MaghemiteDdmd
18432026-08-27T22:56:58.476ZAug 27 22:56:56.932 INFO Download complete, target: DendriteStub
18442026-08-27T22:56:58.680ZAug 27 22:56:57.135 INFO Download complete, target: MaghemiteMgd
18452026-08-27T22:57:01.465ZAug 27 22:56:59.920 INFO Checking that binary works, target: Cockroach
18462026-08-27T22:57:01.575ZAug 27 22:57:00.030 INFO Download complete, target: Cockroach
18472026-08-27T22:57:02.798ZAug 27 22:57:01.253 INFO Checking that binary works, target: Clickhouse
18482026-08-27T22:57:02.920ZAug 27 22:57:01.376 INFO Download complete, target: Clickhouse
18492026-08-27T22:57:02.935ZAll builder prerequisites installed successfully, and PATH looks valid
18502026-08-27T22:57:02.938Z
18512026-08-27T22:57:02.938Zreal 2:12.145574418
18522026-08-27T22:57:02.938Zuser 7:21.445012359
18532026-08-27T22:57:02.938Zsys 1:25.754119617
18542026-08-27T22:57:02.938Ztrap 0.261418065
18552026-08-27T22:57:02.938Ztflt 0.624476278
18562026-08-27T22:57:02.938Zdflt 0.897429200
18572026-08-27T22:57:02.938Zkflt 0.024743245
18582026-08-27T22:57:02.938Zlock 27:46.321394044
18592026-08-27T22:57:02.938Zslp 22:13.384525641
18602026-08-27T22:57:02.938Zlat 48.182788365
18612026-08-27T22:57:02.938Zstop 2:41.044145814
18622026-08-27T22:57:02.938Z+ banner clippy
18632026-08-27T22:57:02.938Z
18642026-08-27T22:57:02.938Z #### # # ##### ##### # #
18652026-08-27T22:57:02.938Z # # # # # # # # # #
18662026-08-27T22:57:02.939Z # # # # # # # #
18672026-08-27T22:57:02.939Z # # # ##### ##### #
18682026-08-27T22:57:02.939Z # # # # # # #
18692026-08-27T22:57:02.939Z #### ###### # # # #
18702026-08-27T22:57:02.939Z
18712026-08-27T22:57:02.939Z+ export CARGO_INCREMENTAL=0
18722026-08-27T22:57:02.939Z+ CARGO_INCREMENTAL=0
18732026-08-27T22:57:02.939Z+ ptime -m cargo xtask clippy
18742026-08-27T22:57:03.405Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18752026-08-27T22:57:03.683Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18762026-08-27T22:57:05.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18772026-08-27T22:57:05.603Z Running `target/debug/xtask clippy`
18782026-08-27T22:57:05.632Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18792026-08-27T22:57:06.199Z Downloading crates ...
18802026-08-27T22:57:06.372Z Downloaded approx v0.5.1
18812026-08-27T22:57:06.377Z Downloaded concurrent-queue v2.5.0
18822026-08-27T22:57:06.377Z Downloaded assert-json-diff v2.0.2
18832026-08-27T22:57:06.377Z Downloaded anes v0.1.6
18842026-08-27T22:57:06.380Z Downloaded constant_time_eq v0.3.1
18852026-08-27T22:57:06.380Z Downloaded criterion-plot v0.6.0
18862026-08-27T22:57:06.380Z Downloaded cast v0.3.0
18872026-08-27T22:57:06.380Z Downloaded async-object-pool v0.2.0
18882026-08-27T22:57:06.380Z Downloaded cfg-expr v0.20.6
18892026-08-27T22:57:06.383Z Downloaded escape8259 v0.5.3
18902026-08-27T22:57:06.383Z Downloaded event-listener-strategy v0.5.4
18912026-08-27T22:57:06.383Z Downloaded assert_cmd v2.1.2
18922026-08-27T22:57:06.383Z Downloaded async-lock v3.4.2
18932026-08-27T22:57:06.386Z Downloaded datatest-stable v0.3.3
18942026-08-27T22:57:06.386Z Downloaded blake2b_simd v1.0.4
18952026-08-27T22:57:06.386Z Downloaded event-listener v5.4.1
18962026-08-27T22:57:06.389Z Downloaded guppy-workspace-hack v0.1.0
18972026-08-27T22:57:06.389Z Downloaded fancy-regex v0.14.0
18982026-08-27T22:57:06.389Z Downloaded futures-timer v3.0.3
18992026-08-27T22:57:06.392Z Downloaded criterion v0.7.0
19002026-08-27T22:57:06.395Z Downloaded hex-literal v0.4.1
19012026-08-27T22:57:06.395Z Downloaded guppy v0.17.25
19022026-08-27T22:57:06.398Z Downloaded hickory-client v0.25.2
19032026-08-27T22:57:06.401Z Downloaded httptest v0.16.4
19042026-08-27T22:57:06.401Z Downloaded knuffel-derive v3.2.0
19052026-08-27T22:57:06.403Z Downloaded miette-derive v5.10.0
19062026-08-27T22:57:06.404Z Downloaded libtest-mimic v0.8.1
19072026-08-27T22:57:06.404Z Downloaded knuffel v3.2.0
19082026-08-27T22:57:06.407Z Downloaded linkme-impl v0.3.35
19092026-08-27T22:57:06.407Z Downloaded nested v0.1.1
19102026-08-27T22:57:06.407Z Downloaded parking v2.2.1
19112026-08-27T22:57:06.407Z Downloaded linkme v0.3.35
19122026-08-27T22:57:06.409Z Downloaded plotters-backend v0.3.7
19132026-08-27T22:57:06.409Z Downloaded plotters-svg v0.3.7
19142026-08-27T22:57:06.409Z Downloaded pathdiff v0.2.3
19152026-08-27T22:57:06.409Z Downloaded oorandom v11.1.5
19162026-08-27T22:57:06.409Z Downloaded miette v5.10.0
19172026-08-27T22:57:06.413Z Downloaded owo-colors v3.5.0
19182026-08-27T22:57:06.413Z Downloaded partial-io v0.5.4
19192026-08-27T22:57:06.415Z Downloaded path-tree v0.8.3
19202026-08-27T22:57:06.416Z Downloaded relative-path v1.9.3
19212026-08-27T22:57:06.416Z Downloaded rust-argon2 v2.1.0
19222026-08-27T22:57:06.416Z Downloaded plotters v0.3.7
19232026-08-27T22:57:06.419Z Downloaded rstest v0.25.0
19242026-08-27T22:57:06.422Z Downloaded serde_regex v1.1.0
19252026-08-27T22:57:06.425Z Downloaded similar-asserts v1.7.0
19262026-08-27T22:57:06.427Z Downloaded supports-color v2.1.0
19272026-08-27T22:57:06.427Z Downloaded target-triple v1.0.0
19282026-08-27T22:57:06.427Z Downloaded rand_distr v0.5.1
19292026-08-27T22:57:06.430Z Downloaded rstest_macros v0.25.0
19302026-08-27T22:57:06.430Z Downloaded supports-hyperlinks v2.1.0
19312026-08-27T22:57:06.430Z Downloaded supports-unicode v2.1.0
19322026-08-27T22:57:06.430Z Downloaded terminal_size v0.1.17
19332026-08-27T22:57:06.430Z Downloaded stringmetrics v2.2.2
19342026-08-27T22:57:06.433Z Downloaded target-lexicon v0.13.3
19352026-08-27T22:57:06.433Z Downloaded termcolor v1.4.1
19362026-08-27T22:57:06.433Z Downloaded tinytemplate v1.2.1
19372026-08-27T22:57:06.436Z Downloaded target-spec v3.5.7
19382026-08-27T22:57:06.436Z Downloaded textwrap v0.15.2
19392026-08-27T22:57:06.436Z Downloaded trybuild v1.0.116
19402026-08-27T22:57:06.495Z Downloaded httpmock v0.8.3
19412026-08-27T22:57:08.318Z Checking cfg-if v1.0.4
19422026-08-27T22:57:08.715Z Checking serde_core v1.0.228
19432026-08-27T22:57:08.716Z Checking libc v0.2.185
19442026-08-27T22:57:08.770Z Checking memchr v2.8.0
19452026-08-27T22:57:08.815Z Checking smallvec v1.15.1
19462026-08-27T22:57:08.855Z Checking rand_core v0.10.0
19472026-08-27T22:57:08.858Z Checking itoa v1.0.17
19482026-08-27T22:57:08.929Z Checking subtle v2.6.1
19492026-08-27T22:57:08.929Z Checking libm v0.2.16
19502026-08-27T22:57:09.020Z Checking log v0.4.33
19512026-08-27T22:57:09.073Z Checking scopeguard v1.2.0
19522026-08-27T22:57:09.073Z Checking typenum v1.20.1
19532026-08-27T22:57:09.149Z Checking zmij v1.0.21
19542026-08-27T22:57:09.185Z Checking getrandom v0.4.3
19552026-08-27T22:57:09.221Z Checking errno v0.3.14
19562026-08-27T22:57:09.224Z Checking lock_api v0.4.14
19572026-08-27T22:57:09.261Z Checking stable_deref_trait v1.2.1
19582026-08-27T22:57:09.361Z Checking zerofrom v0.1.6
19592026-08-27T22:57:09.415Z Checking percent-encoding v2.3.2
19602026-08-27T22:57:09.456Z Checking writeable v0.6.2
19612026-08-27T22:57:09.459Z Checking litemap v0.8.1
19622026-08-27T22:57:09.530Z Checking yoke v0.8.1
19632026-08-27T22:57:09.569Z Checking icu_properties_data v2.1.2
19642026-08-27T22:57:09.608Z Checking icu_normalizer_data v2.1.1
19652026-08-27T22:57:09.658Z Checking form_urlencoded v1.2.2
19662026-08-27T22:57:09.698Z Checking num-traits v0.2.19
19672026-08-27T22:57:09.739Z Checking zerovec v0.11.5
19682026-08-27T22:57:09.739Z Checking zerotrie v0.2.3
19692026-08-27T22:57:09.812Z Checking utf8_iter v1.0.4
19702026-08-27T22:57:09.852Z Checking zerocopy v0.8.55
19712026-08-27T22:57:09.896Z Checking portable-atomic v1.13.1
19722026-08-27T22:57:09.935Z Checking pin-project-lite v0.2.17
19732026-08-27T22:57:09.972Z Checking critical-section v1.2.0
19742026-08-27T22:57:10.013Z Checking parking_lot_core v0.9.12
19752026-08-27T22:57:10.064Z Checking signal-hook-registry v1.4.8
19762026-08-27T22:57:10.108Z Checking mio v1.2.0
19772026-08-27T22:57:10.241Z Checking parking_lot v0.12.5
19782026-08-27T22:57:10.281Z Checking serde v1.0.228
19792026-08-27T22:57:10.281Z Checking bitflags v2.11.0
19802026-08-27T22:57:10.284Z Checking serde_json v1.0.151
19812026-08-27T22:57:10.284Z Checking tinystr v0.8.2
19822026-08-27T22:57:10.423Z Checking potential_utf v0.1.4
19832026-08-27T22:57:10.427Z Checking once_cell v1.21.3
19842026-08-27T22:57:10.500Z Checking iana-time-zone v0.1.65
19852026-08-27T22:57:10.541Z Checking icu_locale_core v2.1.1
19862026-08-27T22:57:10.588Z Checking uuid v1.23.4
19872026-08-27T22:57:10.631Z Checking icu_collections v2.1.1
19882026-08-27T22:57:10.671Z Checking socket2 v0.6.3
19892026-08-27T22:57:10.718Z Checking semver v1.0.28
19902026-08-27T22:57:10.772Z Checking zeroize v1.9.0
19912026-08-27T22:57:10.926Z Checking bytes v1.11.1
19922026-08-27T22:57:10.966Z Checking chrono v0.4.45
19932026-08-27T22:57:11.021Z Checking thiserror v2.0.18
19942026-08-27T22:57:11.067Z Checking dyn-clone v1.0.20
19952026-08-27T22:57:11.106Z Checking icu_provider v2.1.1
19962026-08-27T22:57:11.166Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19972026-08-27T22:57:11.166Z Checking rustix v1.1.4
19982026-08-27T22:57:11.166Z Checking futures-core v0.3.32
19992026-08-27T22:57:11.278Z Checking equivalent v1.0.2
20002026-08-27T22:57:11.355Z Checking icu_normalizer v2.1.1
20012026-08-27T22:57:11.394Z Checking icu_properties v2.1.2
20022026-08-27T22:57:11.395Z Checking getrandom v0.2.17
20032026-08-27T22:57:11.398Z Checking tokio v1.52.1
20042026-08-27T22:57:11.558Z Checking cmov v0.5.4
20052026-08-27T22:57:11.596Z Checking rand_core v0.6.4
20062026-08-27T22:57:11.680Z Checking getrandom v0.3.4
20072026-08-27T22:57:11.777Z Checking ctutils v0.4.2
20082026-08-27T22:57:11.817Z Checking futures-sink v0.3.32
20092026-08-27T22:57:11.820Z Checking byteorder v1.5.0
20102026-08-27T22:57:11.890Z Checking slab v0.4.12
20112026-08-27T22:57:11.945Z Checking futures-channel v0.3.32
20122026-08-27T22:57:12.000Z Checking futures-task v0.3.32
20132026-08-27T22:57:12.038Z Checking hybrid-array v0.4.13
20142026-08-27T22:57:12.076Z Checking futures-io v0.3.32
20152026-08-27T22:57:12.078Z Checking regex-syntax v0.8.10
20162026-08-27T22:57:12.162Z Checking fnv v1.0.7
20172026-08-27T22:57:12.165Z Checking hashbrown v0.17.0
20182026-08-27T22:57:12.235Z Checking futures-util v0.3.32
20192026-08-27T22:57:12.274Z Checking idna_adapter v1.2.1
20202026-08-27T22:57:12.314Z Checking generic-array v0.14.7
20212026-08-27T22:57:12.418Z Checking idna v1.1.0
20222026-08-27T22:57:12.615Z Checking ppv-lite86 v0.2.21
20232026-08-27T22:57:12.687Z Checking indexmap v2.14.0
20242026-08-27T22:57:12.690Z Checking url v2.5.8
20252026-08-27T22:57:12.783Z Checking thiserror v1.0.69
20262026-08-27T22:57:12.822Z Checking crypto-common v0.2.2
20272026-08-27T22:57:12.910Z Checking const-oid v0.9.6
20282026-08-27T22:57:12.949Z Checking base64ct v1.8.3
20292026-08-27T22:57:13.177Z Checking schemars v0.8.22
20302026-08-27T22:57:13.218Z Checking crypto-common v0.1.7
20312026-08-27T22:57:13.264Z Checking block-buffer v0.12.1
20322026-08-27T22:57:13.373Z Checking base64 v0.22.1
20332026-08-27T22:57:13.412Z Checking rand_core v0.9.5
20342026-08-27T22:57:13.450Z Checking block-buffer v0.10.4
20352026-08-27T22:57:13.487Z Checking erased-serde v0.3.31
20362026-08-27T22:57:13.609Z Checking utf8parse v0.2.2
20372026-08-27T22:57:13.649Z Checking digest v0.10.7
20382026-08-27T22:57:13.652Z Checking rand_chacha v0.9.0
20392026-08-27T22:57:13.683Z Checking anstyle v1.0.14
20402026-08-27T22:57:13.755Z Checking http v1.4.2
20412026-08-27T22:57:13.840Z Checking tracing-core v0.1.36
20422026-08-27T22:57:13.883Z Checking colorchoice v1.0.4
20432026-08-27T22:57:13.885Z Checking slog v2.8.2
20442026-08-27T22:57:13.885Z Checking anstyle-query v1.1.5
20452026-08-27T22:57:13.992Z Checking rand v0.9.2
20462026-08-27T22:57:14.030Z Checking is_terminal_polyfill v1.70.2
20472026-08-27T22:57:14.068Z Checking terminal_size v0.4.3
20482026-08-27T22:57:14.138Z Checking const-oid v0.10.2
20492026-08-27T22:57:14.178Z Checking fastrand v2.3.0
20502026-08-27T22:57:14.181Z Checking tracing v0.1.44
20512026-08-27T22:57:14.251Z Checking anstyle-parse v1.0.0
20522026-08-27T22:57:14.254Z Checking ipnet v2.12.0
20532026-08-27T22:57:14.325Z Checking aho-corasick v1.1.4
20542026-08-27T22:57:14.361Z Checking ipnetwork v0.21.1
20552026-08-27T22:57:14.399Z Checking tempfile v3.27.0
20562026-08-27T22:57:14.438Z Checking anstream v1.0.0
20572026-08-27T22:57:14.477Z Checking crossbeam-utils v0.8.21
20582026-08-27T22:57:14.516Z Checking clap_lex v1.0.0
20592026-08-27T22:57:14.584Z Checking unicode-ident v1.0.24
20602026-08-27T22:57:14.623Z Checking strsim v0.11.1
20612026-08-27T22:57:14.662Z Checking allocator-api2 v0.2.21
20622026-08-27T22:57:14.701Z Checking powerfmt v0.2.0
20632026-08-27T22:57:14.704Z Checking tokio-util v0.7.18
20642026-08-27T22:57:14.737Z Checking digest v0.11.3
20652026-08-27T22:57:14.810Z Checking proc-macro2 v1.0.106
20662026-08-27T22:57:14.813Z Checking clap_builder v4.6.0
20672026-08-27T22:57:14.884Z Checking deranged v0.5.8
20682026-08-27T22:57:14.887Z Checking time-core v0.1.8
20692026-08-27T22:57:14.964Z Checking num-conv v0.2.0
20702026-08-27T22:57:15.003Z Checking cpufeatures v0.3.0
20712026-08-27T22:57:15.041Z Checking regex-automata v0.4.14
20722026-08-27T22:57:15.084Z Checking num_threads v0.1.7
20732026-08-27T22:57:15.124Z Checking httparse v1.10.1
20742026-08-27T22:57:15.127Z Checking anyhow v1.0.104
20752026-08-27T22:57:15.198Z Checking quote v1.0.45
20762026-08-27T22:57:15.201Z Checking cpufeatures v0.2.17
20772026-08-27T22:57:15.297Z Checking rustls-pki-types v1.14.0
20782026-08-27T22:57:15.358Z Checking aws-lc-sys v0.40.0
20792026-08-27T22:57:15.399Z Checking untrusted v0.7.1
20802026-08-27T22:57:15.402Z Checking http-body v1.0.1
20812026-08-27T22:57:15.471Z Checking syn v2.0.117
20822026-08-27T22:57:15.538Z Checking atomic-waker v1.1.2
20832026-08-27T22:57:15.596Z Checking oxnet v0.1.6
20842026-08-27T22:57:15.635Z Checking try-lock v0.2.5
20852026-08-27T22:57:15.672Z Checking httpdate v1.0.3
20862026-08-27T22:57:15.759Z Checking want v0.3.1
20872026-08-27T22:57:15.826Z Checking time v0.3.47
20882026-08-27T22:57:15.882Z Checking h2 v0.4.15
20892026-08-27T22:57:15.885Z Checking aws-lc-rs v1.16.3
20902026-08-27T22:57:15.918Z Checking hex v0.4.3
20912026-08-27T22:57:15.921Z Checking simd-adler32 v0.3.8
20922026-08-27T22:57:16.063Z Checking clap v4.6.1
20932026-08-27T22:57:16.152Z Checking ryu v1.0.23
20942026-08-27T22:57:16.191Z Checking tower-layer v0.3.3
20952026-08-27T22:57:16.235Z Checking untrusted v0.9.0
20962026-08-27T22:57:16.315Z Checking tower-service v0.3.3
20972026-08-27T22:57:16.368Z Checking spin v0.9.8
20982026-08-27T22:57:16.372Z Checking unicode-width v0.2.0
20992026-08-27T22:57:16.443Z Checking adler2 v2.0.1
21002026-08-27T22:57:16.575Z Checking miniz_oxide v0.8.9
21012026-08-27T22:57:16.614Z Checking pem-rfc7468 v0.7.0
21022026-08-27T22:57:16.673Z Checking mime v0.3.17
21032026-08-27T22:57:16.779Z Checking rustls-webpki v0.103.13
21042026-08-27T22:57:16.841Z Checking flagset v0.4.7
21052026-08-27T22:57:16.878Z Checking block-padding v0.4.2
21062026-08-27T22:57:16.881Z Checking camino v1.2.5
21072026-08-27T22:57:16.951Z Checking pretty-hex v0.4.1
21082026-08-27T22:57:16.990Z Checking der v0.7.10
21092026-08-27T22:57:17.028Z Checking http-body-util v0.1.3
21102026-08-27T22:57:17.064Z Checking inout v0.2.2
21112026-08-27T22:57:17.101Z Checking plain v0.2.3
21122026-08-27T22:57:17.187Z Checking ucd-trie v0.1.7
21132026-08-27T22:57:17.230Z Checking openssl-probe v0.2.1
21142026-08-27T22:57:17.270Z Checking cipher v0.5.2
21152026-08-27T22:57:17.274Z Checking rustls v0.23.41
21162026-08-27T22:57:17.274Z Checking regex v1.12.3
21172026-08-27T22:57:17.378Z Checking pest v2.8.6
21182026-08-27T22:57:17.381Z Checking serde_urlencoded v0.7.1
21192026-08-27T22:57:17.534Z Checking rand_chacha v0.3.1
21202026-08-27T22:57:17.642Z Checking encoding_rs v0.8.35
21212026-08-27T22:57:17.645Z Checking bit-vec v0.8.0
21222026-08-27T22:57:17.740Z Checking spki v0.7.3
21232026-08-27T22:57:17.744Z Checking futures-executor v0.3.32
21242026-08-27T22:57:17.815Z Checking rand v0.8.6
21252026-08-27T22:57:17.902Z Checking bit-set v0.8.0
21262026-08-27T22:57:17.945Z Checking wait-timeout v0.2.1
21272026-08-27T22:57:17.984Z Checking futures v0.3.32
21282026-08-27T22:57:18.079Z Checking crc32fast v1.5.0
21292026-08-27T22:57:18.120Z Checking quick-error v1.2.3
21302026-08-27T22:57:18.123Z Checking either v1.15.0
21312026-08-27T22:57:18.245Z Checking rand_xorshift v0.4.0
21322026-08-27T22:57:18.284Z Checking rusty-fork v0.3.1
21332026-08-27T22:57:18.351Z Checking sync_wrapper v1.0.2
21342026-08-27T22:57:18.386Z Checking unarray v0.1.4
21352026-08-27T22:57:18.423Z Checking pkcs8 v0.10.2
21362026-08-27T22:57:18.462Z Checking foldhash v0.2.0
21372026-08-27T22:57:18.499Z Checking tower v0.5.3
21382026-08-27T22:57:18.502Z Checking iri-string v0.7.10
21392026-08-27T22:57:18.572Z Checking proptest v1.11.0
21402026-08-27T22:57:18.608Z Checking openapiv3 v2.2.0
21412026-08-27T22:57:18.611Z Checking zlib-rs v0.6.2
21422026-08-27T22:57:18.682Z Checking hashbrown v0.16.1
21432026-08-27T22:57:18.685Z Checking hyper v1.10.1
21442026-08-27T22:57:18.907Z Checking static_assertions v1.1.0
21452026-08-27T22:57:19.005Z Checking sha2 v0.10.9
21462026-08-27T22:57:19.212Z Checking rustls-native-certs v0.8.3
21472026-08-27T22:57:19.307Z Checking lazy_static v1.5.0
21482026-08-27T22:57:19.374Z Checking hubpack v0.1.2
21492026-08-27T22:57:19.436Z Checking psl-types v2.0.11
21502026-08-27T22:57:19.563Z Checking tokio-rustls v0.26.4
21512026-08-27T22:57:19.567Z Checking tinyvec_macros v0.1.1
21522026-08-27T22:57:19.567Z Checking flate2 v1.1.9
21532026-08-27T22:57:19.604Z Checking publicsuffix v2.3.0
21542026-08-27T22:57:19.642Z Checking tower-http v0.6.8
21552026-08-27T22:57:19.749Z Checking hyper-util v0.1.20
21562026-08-27T22:57:19.753Z Checking tinyvec v1.10.0
21572026-08-27T22:57:19.822Z Checking cookie v0.18.1
21582026-08-27T22:57:19.860Z Checking rustls-platform-verifier v0.6.2
21592026-08-27T22:57:19.905Z Checking signature v2.2.0
21602026-08-27T22:57:19.960Z Checking num-integer v0.1.46
21612026-08-27T22:57:20.015Z Checking strum v0.26.3
21622026-08-27T22:57:20.053Z Checking scroll v0.13.0
21632026-08-27T22:57:20.091Z Checking ahash v0.8.12
21642026-08-27T22:57:20.094Z Checking cookie_store v0.22.1
21652026-08-27T22:57:20.170Z Checking memmap2 v0.9.10
21662026-08-27T22:57:20.173Z Checking unicode-width v0.1.14
21672026-08-27T22:57:20.242Z Checking dtrace-parser v0.3.0
21682026-08-27T22:57:20.303Z Checking goblin v0.10.5
21692026-08-27T22:57:20.341Z Checking serde_spanned v0.6.9
21702026-08-27T22:57:20.379Z Checking toml_datetime v0.6.11
21712026-08-27T22:57:20.383Z Checking newtype-uuid v1.3.2
21722026-08-27T22:57:20.470Z Checking thread-id v5.1.0
21732026-08-27T22:57:20.473Z Checking data-encoding v2.10.0
21742026-08-27T22:57:20.544Z Checking bstr v1.12.1
21752026-08-27T22:57:20.547Z Checking hmac v0.12.1
21762026-08-27T22:57:20.619Z Checking base64 v0.21.7
21772026-08-27T22:57:20.622Z Checking x509-cert v0.2.5
21782026-08-27T22:57:20.693Z Checking daft v0.1.8
21792026-08-27T22:57:20.731Z Checking crossbeam-epoch v0.9.18
21802026-08-27T22:57:20.800Z Checking memoffset v0.9.1
21812026-08-27T22:57:20.883Z Checking num-iter v0.1.45
21822026-08-27T22:57:20.922Z Checking scroll v0.12.0
21832026-08-27T22:57:20.961Z Checking zerocopy v0.7.35
21842026-08-27T22:57:21.001Z Checking rustix v0.38.44
21852026-08-27T22:57:21.004Z Checking hyper-rustls v0.27.7
21862026-08-27T22:57:21.004Z Checking env_filter v2.0.0
21872026-08-27T22:57:21.110Z Checking unicode-linebreak v0.1.5
21882026-08-27T22:57:21.163Z Checking goblin v0.8.2
21892026-08-27T22:57:21.209Z Checking unicode-segmentation v1.12.0
21902026-08-27T22:57:21.300Z Checking reqwest v0.13.2
21912026-08-27T22:57:21.340Z Checking tap v1.0.1
21922026-08-27T22:57:21.344Z Checking smawk v0.3.2
21932026-08-27T22:57:21.467Z Checking env_logger v0.11.11
21942026-08-27T22:57:21.506Z Checking wyz v0.5.1
21952026-08-27T22:57:21.544Z Checking num-bigint-dig v0.8.6
21962026-08-27T22:57:21.547Z Checking nix v0.31.2
21972026-08-27T22:57:21.684Z Checking pkcs1 v0.7.5
21982026-08-27T22:57:21.723Z Checking dtrace-parser v0.2.0
21992026-08-27T22:57:21.818Z Checking ff v0.13.1
22002026-08-27T22:57:21.918Z Checking radium v0.7.0
22012026-08-27T22:57:21.974Z Checking thread-id v4.2.2
22022026-08-27T22:57:22.017Z Checking funty v2.0.0
22032026-08-27T22:57:22.086Z Checking winnow v1.0.3
22042026-08-27T22:57:22.124Z Checking crc-catalog v2.4.0
22052026-08-27T22:57:22.180Z Checking same-file v1.0.6
22062026-08-27T22:57:22.241Z Checking base16ct v0.2.0
22072026-08-27T22:57:22.326Z Checking walkdir v2.5.0
22082026-08-27T22:57:22.365Z Checking bitvec v1.0.1
22092026-08-27T22:57:22.402Z Checking sec1 v0.7.3
22102026-08-27T22:57:22.405Z Checking rsa v0.9.10
22112026-08-27T22:57:22.513Z Checking crc v3.4.0
22122026-08-27T22:57:22.601Z Checking dof v0.4.0
22132026-08-27T22:57:22.669Z Checking group v0.13.0
22142026-08-27T22:57:22.709Z Checking hkdf v0.12.4
22152026-08-27T22:57:22.792Z Checking unicode-normalization v0.1.25
22162026-08-27T22:57:22.842Z Checking crypto-bigint v0.5.5
22172026-08-27T22:57:22.880Z Checking zerocopy v0.6.6
22182026-08-27T22:57:22.917Z Checking maybe-uninit v2.0.0
22192026-08-27T22:57:22.957Z Checking gimli v0.32.3
22202026-08-27T22:57:23.013Z Checking nodrop v0.1.14
22212026-08-27T22:57:23.052Z Checking dof v0.3.0
22222026-08-27T22:57:23.130Z Checking foreign-types-shared v0.1.1
22232026-08-27T22:57:23.193Z Checking is_ci v1.2.0
22242026-08-27T22:57:23.232Z Checking foldhash v0.1.5
22252026-08-27T22:57:23.272Z Checking winnow v0.5.40
22262026-08-27T22:57:23.275Z Checking usdt-impl v0.6.0
22272026-08-27T22:57:23.342Z Checking foreign-types v0.3.2
22282026-08-27T22:57:23.380Z Checking usdt-impl v0.5.0
22292026-08-27T22:57:23.418Z Checking hashbrown v0.15.5
22302026-08-27T22:57:23.456Z Checking array-init v0.0.4
22312026-08-27T22:57:23.614Z Checking usdt v0.6.0
22322026-08-27T22:57:23.687Z Checking smallvec v0.6.14
22332026-08-27T22:57:23.728Z Checking packed_struct v0.10.1
22342026-08-27T22:57:23.766Z Checking elliptic-curve v0.13.8
22352026-08-27T22:57:23.805Z Checking serde_with v3.21.0
22362026-08-27T22:57:23.808Z Checking bitfield v0.19.4
22372026-08-27T22:57:23.901Z Checking bzip2-sys v0.1.13+1.0.8
22382026-08-27T22:57:23.941Z Checking openssl-sys v0.9.117
22392026-08-27T22:57:24.013Z Checking object v0.37.3
22402026-08-27T22:57:24.104Z Checking siphasher v1.0.2
22412026-08-27T22:57:24.142Z Checking hashbrown v0.12.3
22422026-08-27T22:57:24.287Z Checking bitflags v1.3.2
22432026-08-27T22:57:24.334Z Checking rustc-demangle v0.1.27
22442026-08-27T22:57:24.402Z Checking keccak v0.1.6
22452026-08-27T22:57:24.456Z Checking toml_edit v0.19.15
22462026-08-27T22:57:24.531Z Checking addr2line v0.25.1
22472026-08-27T22:57:24.577Z Checking indexmap v1.9.3
22482026-08-27T22:57:24.617Z Checking openssl v0.10.80
22492026-08-27T22:57:24.621Z Checking sha3 v0.10.8
22502026-08-27T22:57:24.801Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22512026-08-27T22:57:24.840Z Checking bzip2 v0.4.4
22522026-08-27T22:57:24.891Z Checking serde-hex v0.1.0
22532026-08-27T22:57:24.931Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22542026-08-27T22:57:25.024Z Checking toml_parser v1.1.2+spec-1.1.0
22552026-08-27T22:57:25.110Z Checking ron v0.8.1
22562026-08-27T22:57:25.343Z Checking hashbrown v0.13.2
22572026-08-27T22:57:25.382Z Checking itertools v0.15.0
22582026-08-27T22:57:25.525Z Checking toml v0.7.8
22592026-08-27T22:57:25.647Z Checking itertools v0.13.0
22602026-08-27T22:57:25.789Z Checking signal-hook v0.3.18
22612026-08-27T22:57:25.853Z Checking crc-any v2.5.0
22622026-08-27T22:57:26.006Z Checking managed v0.8.0
22632026-08-27T22:57:26.056Z Checking object v0.30.4
22642026-08-27T22:57:26.219Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22652026-08-27T22:57:26.306Z Checking backtrace v0.3.76
22662026-08-27T22:57:26.406Z Checking zip v0.6.6
22672026-08-27T22:57:26.445Z Checking globset v0.4.18
22682026-08-27T22:57:26.486Z Checking chacha20 v0.10.0
22692026-08-27T22:57:26.625Z Checking backtrace-ext v0.2.1
22702026-08-27T22:57:26.665Z Checking curve25519-dalek v4.1.3
22712026-08-27T22:57:26.705Z Checking path-slash v0.1.5
22722026-08-27T22:57:26.744Z Checking winnow v0.7.14
22732026-08-27T22:57:26.785Z Checking toml_write v0.1.2
22742026-08-27T22:57:26.788Z Checking native-tls v0.2.18
22752026-08-27T22:57:26.788Z Checking signal-hook-mio v0.2.5
22762026-08-27T22:57:26.908Z Checking textwrap v0.16.2
22772026-08-27T22:57:26.959Z Checking ed25519 v2.2.3
22782026-08-27T22:57:26.997Z Checking ref-cast v1.0.25
22792026-08-27T22:57:27.065Z Checking pin-project v1.1.11
22802026-08-27T22:57:27.123Z Checking jiff-core v0.1.0
22812026-08-27T22:57:27.162Z Checking tokio-native-tls v0.3.1
22822026-08-27T22:57:27.201Z Checking pem v3.0.6
22832026-08-27T22:57:27.204Z Checking zstd-sys v2.0.16+zstd.1.5.7
22842026-08-27T22:57:27.347Z Checking owo-colors v4.3.0
22852026-08-27T22:57:27.387Z Checking fixedbitset v0.5.7
22862026-08-27T22:57:27.422Z Checking zstd-safe v7.2.4
22872026-08-27T22:57:27.466Z Checking ed25519-dalek v2.2.0
22882026-08-27T22:57:27.605Z Checking petgraph v0.8.3
22892026-08-27T22:57:27.645Z Checking hyper-tls v0.6.0
22902026-08-27T22:57:27.727Z Checking snafu v0.8.9
22912026-08-27T22:57:27.814Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22922026-08-27T22:57:27.857Z Checking jiff v0.2.34
22932026-08-27T22:57:27.860Z Checking crossterm v0.28.1
22942026-08-27T22:57:27.930Z Checking supports-color v3.0.2
22952026-08-27T22:57:27.966Z Checking toml_edit v0.22.27
22962026-08-27T22:57:28.004Z Checking similar v2.7.0
22972026-08-27T22:57:28.075Z Checking fs-err v3.3.0
22982026-08-27T22:57:28.132Z Checking hash32 v0.2.1
22992026-08-27T22:57:28.316Z Checking serde-big-array v0.5.1
23002026-08-27T22:57:28.402Z Checking serde_plain v1.0.2
23012026-08-27T22:57:28.441Z Checking predicates-core v1.0.10
23022026-08-27T22:57:28.477Z Checking unicode-bidi v0.3.18
23032026-08-27T22:57:28.574Z Checking bumpalo v3.20.2
23042026-08-27T22:57:28.615Z Checking typed-path v0.9.3
23052026-08-27T22:57:28.618Z Checking libbz2-rs-sys v0.2.2
23062026-08-27T22:57:28.786Z Checking unicode-properties v0.1.4
23072026-08-27T22:57:28.789Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23082026-08-27T22:57:28.862Z Checking zopfli v0.8.3
23092026-08-27T22:57:29.005Z Checking stringprep v0.1.5
23102026-08-27T22:57:29.043Z Checking bzip2 v0.6.1
23112026-08-27T22:57:29.080Z Checking heapless v0.7.17
23122026-08-27T22:57:29.178Z Checking reqwest v0.12.28
23132026-08-27T22:57:29.219Z Checking zstd v0.13.3
23142026-08-27T22:57:29.222Z Checking hickory-proto v0.25.2
23152026-08-27T22:57:29.222Z Checking byte-wrapper v0.1.0
23162026-08-27T22:57:29.327Z Checking md-5 v0.10.6
23172026-08-27T22:57:29.435Z Checking float-cmp v0.10.0
23182026-08-27T22:57:29.475Z Checking fallible-iterator v0.2.0
23192026-08-27T22:57:29.513Z Checking normalize-line-endings v0.3.0
23202026-08-27T22:57:29.552Z Checking supports-hyperlinks v3.2.0
23212026-08-27T22:57:29.555Z Checking supports-unicode v3.0.0
23222026-08-27T22:57:29.626Z Checking difflib v0.4.0
23232026-08-27T22:57:29.664Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23242026-08-27T22:57:29.702Z Checking smoltcp v0.9.1
23252026-08-27T22:57:29.739Z Checking miette v7.6.0
23262026-08-27T22:57:29.777Z Checking postgres-protocol v0.6.10
23272026-08-27T22:57:29.816Z Checking zip v4.6.1
23282026-08-27T22:57:29.855Z Checking predicates v3.1.4
23292026-08-27T22:57:29.959Z Checking iddqd v0.4.2
23302026-08-27T22:57:30.113Z Checking phf_shared v0.11.3
23312026-08-27T22:57:30.173Z Checking phf_shared v0.13.1
23322026-08-27T22:57:30.260Z Checking olpc-cjson v0.1.4
23332026-08-27T22:57:30.302Z Checking tokio-stream v0.1.18
23342026-08-27T22:57:30.305Z Checking derive_more v2.1.1
23352026-08-27T22:57:30.374Z Checking strum v0.27.2
23362026-08-27T22:57:30.410Z Checking lalrpop-util v0.19.12
23372026-08-27T22:57:30.449Z Checking fixedbitset v0.4.2
23382026-08-27T22:57:30.453Z Checking precomputed-hash v0.1.1
23392026-08-27T22:57:30.488Z Checking new_debug_unreachable v1.0.6
23402026-08-27T22:57:30.559Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23412026-08-27T22:57:30.598Z Checking tough v0.22.0
23422026-08-27T22:57:30.602Z Checking phf v0.13.1
23432026-08-27T22:57:30.672Z Checking petgraph v0.6.5
23442026-08-27T22:57:30.675Z Checking string_cache v0.8.9
23452026-08-27T22:57:30.744Z Checking postgres-types v0.2.12
23462026-08-27T22:57:30.806Z Checking buf-list v1.1.2
23472026-08-27T22:57:30.868Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23482026-08-27T22:57:30.908Z Checking whoami v2.1.0
23492026-08-27T22:57:31.016Z Checking peg-runtime v0.8.5
23502026-08-27T22:57:31.131Z Checking tokio-postgres v0.7.16
23512026-08-27T22:57:31.170Z Checking is-terminal v0.4.17
23522026-08-27T22:57:31.211Z Checking crossbeam-channel v0.5.15
23532026-08-27T22:57:31.247Z Checking thread_local v1.1.9
23542026-08-27T22:57:31.292Z Checking term v1.2.1
23552026-08-27T22:57:31.441Z Checking take_mut v0.2.2
23562026-08-27T22:57:31.538Z Checking slog-term v2.9.2
23572026-08-27T22:57:31.576Z Compiling newtype-uuid-macros v0.1.0
23582026-08-27T22:57:31.579Z Checking slog-async v2.8.0
23592026-08-27T22:57:31.814Z Checking match_cfg v0.1.0
23602026-08-27T22:57:31.853Z Checking slog-json v2.6.1
23612026-08-27T22:57:31.917Z Checking hostname v0.3.1
23622026-08-27T22:57:31.968Z Compiling multer v3.1.0
23632026-08-27T22:57:32.040Z Compiling async-stream-impl v0.3.6
23642026-08-27T22:57:32.043Z Checking slog-bunyan v2.5.0
23652026-08-27T22:57:32.093Z Compiling dropshot v0.17.1
23662026-08-27T22:57:32.220Z Checking debug-ignore v1.0.5
23672026-08-27T22:57:32.267Z Compiling dropshot_endpoint v0.17.1
23682026-08-27T22:57:32.365Z Checking serde_path_to_error v0.1.20
23692026-08-27T22:57:32.368Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23702026-08-27T22:57:32.439Z Checking sha1 v0.11.0
23712026-08-27T22:57:32.475Z Checking toml_datetime v1.1.1+spec-1.1.0
23722026-08-27T22:57:32.622Z Checking serde_spanned v1.1.1
23732026-08-27T22:57:32.661Z Checking compression-core v0.4.31
23742026-08-27T22:57:32.664Z Checking toml_writer v1.1.1+spec-1.1.0
23752026-08-27T22:57:32.665Z Checking async-stream v0.3.6
23762026-08-27T22:57:32.802Z Checking waitgroup v0.1.2
23772026-08-27T22:57:32.840Z Checking compression-codecs v0.4.37
23782026-08-27T22:57:32.914Z Checking toml v1.1.2+spec-1.1.0
23792026-08-27T22:57:32.918Z Checking rustls-pemfile v2.2.0
23802026-08-27T22:57:32.950Z Checking hostname v0.4.2
23812026-08-27T22:57:33.024Z Checking progenitor-client v0.14.0
23822026-08-27T22:57:33.027Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23832026-08-27T22:57:33.099Z Checking async-compression v0.4.41
23842026-08-27T22:57:33.102Z Checking atomicwrites v0.4.4
23852026-08-27T22:57:33.173Z Compiling serde_tokenstream v0.3.0
23862026-08-27T22:57:33.212Z Compiling parse-display-derive v0.10.0
23872026-08-27T22:57:33.278Z Checking regress v0.10.5
23882026-08-27T22:57:33.316Z Checking macaddr v1.0.1
23892026-08-27T22:57:33.367Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23902026-08-27T22:57:33.475Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23912026-08-27T22:57:33.514Z Checking instant v0.1.13
23922026-08-27T22:57:33.553Z Checking itertools v0.14.0
23932026-08-27T22:57:33.556Z Compiling oxide-generation-macros v0.2.0
23942026-08-27T22:57:33.626Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-08-27T22:57:33.668Z Checking oxide-generation v0.1.3
23962026-08-27T22:57:33.798Z Checking backoff v0.4.0
23972026-08-27T22:57:33.886Z Checking backon v1.6.0
23982026-08-27T22:57:33.925Z Checking humantime v2.3.0
23992026-08-27T22:57:34.030Z Compiling convert_case v0.4.0
24002026-08-27T22:57:34.079Z Checking progenitor-extras v0.2.0
24012026-08-27T22:57:34.130Z Checking half v2.7.1
24022026-08-27T22:57:34.340Z Checking ciborium-io v0.2.2
24032026-08-27T22:57:34.380Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24042026-08-27T22:57:34.447Z Compiling derive_more v0.99.20
24052026-08-27T22:57:34.484Z Checking heck v0.5.0
24062026-08-27T22:57:34.520Z Checking ciborium-ll v0.2.2
24072026-08-27T22:57:34.591Z Checking secrecy v0.10.3
24082026-08-27T22:57:34.630Z Checking camino-tempfile v1.4.1
24092026-08-27T22:57:34.666Z Checking indent_write v2.2.0
24102026-08-27T22:57:34.723Z Checking ciborium v0.2.2
24112026-08-27T22:57:34.762Z Compiling crucible-workspace-hack v0.1.0
24122026-08-27T22:57:34.765Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24132026-08-27T22:57:34.834Z Compiling regress v0.11.1
24142026-08-27T22:57:34.837Z Checking inout v0.1.4
24152026-08-27T22:57:34.927Z Checking parse-display v0.10.0
24162026-08-27T22:57:35.052Z Checking cipher v0.4.4
24172026-08-27T22:57:35.104Z Checking universal-hash v0.5.1
24182026-08-27T22:57:35.144Z Compiling thiserror-impl-no-std v2.0.2
24192026-08-27T22:57:35.148Z Checking opaque-debug v0.3.1
24202026-08-27T22:57:35.217Z Checking blake2 v0.10.6
24212026-08-27T22:57:35.261Z Checking aead v0.5.2
24222026-08-27T22:57:35.300Z Checking poly1305 v0.8.0
24232026-08-27T22:57:35.303Z Checking chacha20 v0.9.1
24242026-08-27T22:57:35.435Z Checking password-hash v0.5.0
24252026-08-27T22:57:35.478Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24262026-08-27T22:57:35.557Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24272026-08-27T22:57:35.596Z Checking chacha20poly1305 v0.10.1
24282026-08-27T22:57:35.694Z Checking argon2 v0.5.3
24292026-08-27T22:57:35.751Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24302026-08-27T22:57:35.913Z Compiling unsafe-libyaml v0.2.11
24312026-08-27T22:57:36.011Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24322026-08-27T22:57:36.050Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24332026-08-27T22:57:36.089Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24342026-08-27T22:57:36.334Z Checking thiserror-no-std v2.0.2
24352026-08-27T22:57:36.337Z Checking swrite v0.1.0
24362026-08-27T22:57:36.455Z Compiling typify-impl v0.6.2
24372026-08-27T22:57:36.494Z Checking vsss-rs v3.3.4
24382026-08-27T22:57:36.686Z Compiling serde_yaml v0.9.34+deprecated
24392026-08-27T22:57:37.038Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24402026-08-27T22:57:37.615Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24412026-08-27T22:57:37.679Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24422026-08-27T22:57:37.781Z Checking crossbeam-deque v0.8.6
24432026-08-27T22:57:37.820Z Compiling rayon-core v1.13.0
24442026-08-27T22:57:37.996Z Compiling num-derive v0.4.2
24452026-08-27T22:57:38.068Z Compiling toml_datetime v0.7.5+spec-1.1.0
24462026-08-27T22:57:38.153Z Compiling proc-macro-error v1.0.4
24472026-08-27T22:57:38.339Z Compiling toml_edit v0.23.10+spec-1.0.0
24482026-08-27T22:57:38.468Z Checking rayon v1.11.0
24492026-08-27T22:57:38.505Z Checking tabwriter v1.4.1
24502026-08-27T22:57:38.551Z Compiling illumos-nvpair-sys v0.2.0
24512026-08-27T22:57:38.680Z Checking glob v0.3.3
24522026-08-27T22:57:38.807Z Compiling heapless v0.8.0
24532026-08-27T22:57:38.889Z Compiling proc-macro-crate v3.4.0
24542026-08-27T22:57:38.923Z Checking hash32 v0.3.1
24552026-08-27T22:57:38.989Z Compiling ingot-macros v0.2.0
24562026-08-27T22:57:39.076Z Checking colored v3.1.1
24572026-08-27T22:57:39.307Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24582026-08-27T22:57:39.345Z Compiling smoltcp v0.11.0
24592026-08-27T22:57:39.383Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-08-27T22:57:39.476Z Compiling num_enum_derive v0.7.6
24612026-08-27T22:57:39.611Z Checking illumos-nvpair v0.3.0
24622026-08-27T22:57:39.796Z Checking toml v0.8.23
24632026-08-27T22:57:39.833Z Checking cobs v0.3.0
24642026-08-27T22:57:39.869Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24652026-08-27T22:57:40.012Z Checking postcard v1.1.3
24662026-08-27T22:57:40.123Z Checking rand v0.10.1
24672026-08-27T22:57:40.161Z Compiling proc-macro-crate v1.3.1
24682026-08-27T22:57:40.335Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24692026-08-27T22:57:40.571Z Checking sigpipe v0.1.3
24702026-08-27T22:57:40.610Z Compiling foreign-types-macros v0.2.3
24712026-08-27T22:57:40.613Z Checking num_enum v0.7.6
24722026-08-27T22:57:40.682Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24732026-08-27T22:57:40.718Z Checking foreign-types-shared v0.3.1
24742026-08-27T22:57:40.786Z Compiling num_enum_derive v0.5.11
24752026-08-27T22:57:41.006Z Compiling usdt-attr-macro v0.5.0
24762026-08-27T22:57:41.009Z Compiling typify-macro v0.6.2
24772026-08-27T22:57:41.106Z Compiling usdt-macro v0.5.0
24782026-08-27T22:57:41.180Z Checking cstr-argument v0.1.2
24792026-08-27T22:57:41.218Z Checking foreign-types v0.5.0
24802026-08-27T22:57:41.321Z Checking memmap v0.7.0
24812026-08-27T22:57:41.359Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24822026-08-27T22:57:41.479Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24832026-08-27T22:57:41.813Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24842026-08-27T22:57:41.850Z Checking num_enum v0.5.11
24852026-08-27T22:57:41.853Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24862026-08-27T22:57:41.920Z Checking usdt v0.5.0
24872026-08-27T22:57:41.923Z Checking ingot-types v0.2.0
24882026-08-27T22:57:41.991Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24892026-08-27T22:57:41.994Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24902026-08-27T22:57:42.062Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24912026-08-27T22:57:42.135Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24922026-08-27T22:57:42.177Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24932026-08-27T22:57:42.216Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24942026-08-27T22:57:42.286Z Compiling zone_cfg_derive v0.3.1
24952026-08-27T22:57:42.324Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24962026-08-27T22:57:42.359Z Checking ingot v0.2.1
24972026-08-27T22:57:42.407Z Checking itertools v0.12.1
24982026-08-27T22:57:42.522Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24992026-08-27T22:57:42.737Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25002026-08-27T22:57:42.810Z Compiling typify v0.6.2
25012026-08-27T22:57:42.945Z Compiling progenitor-impl v0.14.0
25022026-08-27T22:57:42.983Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25032026-08-27T22:57:43.018Z Checking smf v0.2.3
25042026-08-27T22:57:43.090Z Checking whoami v1.6.1
25052026-08-27T22:57:43.223Z Compiling derive-where v1.6.0
25062026-08-27T22:57:43.286Z Checking tokio-dtrace v0.1.1
25072026-08-27T22:57:43.324Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-08-27T22:57:43.422Z Checking zone v0.3.1
25092026-08-27T22:57:43.502Z Checking oxide-tokio-rt v0.1.4
25102026-08-27T22:57:43.706Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-08-27T22:57:43.806Z Checking console v0.15.11
25122026-08-27T22:57:43.875Z Checking newline-converter v0.3.0
25132026-08-27T22:57:43.931Z Checking bytecount v0.6.9
25142026-08-27T22:57:43.975Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25152026-08-27T22:57:44.016Z Checking num-rational v0.4.2
25162026-08-27T22:57:44.067Z Checking num-complex v0.4.6
25172026-08-27T22:57:44.109Z Checking expectorate v1.2.0
25182026-08-27T22:57:44.267Z Compiling cancel-safe-futures v0.1.5
25192026-08-27T22:57:44.323Z Checking float-ord v0.3.2
25202026-08-27T22:57:44.426Z Checking num v0.4.3
25212026-08-27T22:57:44.515Z Checking linear-map v1.2.0
25222026-08-27T22:57:44.560Z Checking gethostname v0.5.0
25232026-08-27T22:57:44.598Z Checking oxide-update-engine-types v0.1.2
25242026-08-27T22:57:44.679Z Compiling prettyplease v0.2.37
25252026-08-27T22:57:44.750Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25262026-08-27T22:57:44.975Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25272026-08-27T22:57:45.166Z Checking resolv-conf v0.7.6
25282026-08-27T22:57:45.206Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25292026-08-27T22:57:45.242Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25302026-08-27T22:57:45.277Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25312026-08-27T22:57:45.378Z Checking papergrid v0.11.0
25322026-08-27T22:57:45.513Z Compiling tabled_derive v0.7.0
25332026-08-27T22:57:45.567Z Checking oxide-update-engine v0.1.2
25342026-08-27T22:57:45.605Z Compiling progenitor-macro v0.14.0
25352026-08-27T22:57:46.015Z Compiling slog-dtrace v0.3.0
25362026-08-27T22:57:46.277Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25372026-08-27T22:57:46.322Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25382026-08-27T22:57:46.502Z Checking tabled v0.15.0
25392026-08-27T22:57:46.851Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25402026-08-27T22:57:46.854Z Checking crossterm v0.29.0
25412026-08-27T22:57:47.081Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25422026-08-27T22:57:47.393Z Checking linked-hash-map v0.5.6
25432026-08-27T22:57:47.575Z Checking lru-cache v0.1.2
25442026-08-27T22:57:47.779Z Checking hickory-proto v0.24.4
25452026-08-27T22:57:47.816Z Checking fd-lock v4.0.4
25462026-08-27T22:57:48.488Z Checking vte v0.14.1
25472026-08-27T22:57:48.807Z Checking strip-ansi-escapes v0.2.1
25482026-08-27T22:57:49.924Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25492026-08-27T22:57:49.962Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25502026-08-27T22:57:50.050Z Checking termtree v0.5.1
25512026-08-27T22:57:50.101Z Checking nu-ansi-term v0.50.3
25522026-08-27T22:57:50.336Z Checking reedline v0.40.0
25532026-08-27T22:57:50.546Z Checking progenitor v0.14.0
25542026-08-27T22:57:50.582Z Checking hickory-resolver v0.24.4
25552026-08-27T22:57:50.713Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-08-27T22:57:50.760Z Compiling minimal-lexical v0.2.1
25572026-08-27T22:57:51.078Z Compiling nom v7.1.3
25582026-08-27T22:57:51.339Z Checking qorb v0.4.1
25592026-08-27T22:57:51.523Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25602026-08-27T22:57:52.434Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25612026-08-27T22:57:52.471Z Compiling unicode-xid v0.2.6
25622026-08-27T22:57:52.549Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25632026-08-27T22:57:52.552Z Checking display-error-chain v0.2.2
25642026-08-27T22:57:52.625Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25652026-08-27T22:57:52.835Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25662026-08-27T22:57:52.982Z Compiling ar_archive_writer v0.5.1
25672026-08-27T22:57:53.021Z Checking csv-core v0.1.13
25682026-08-27T22:57:53.087Z Compiling stacker v0.1.23
25692026-08-27T22:57:53.227Z Checking csv v1.4.0
25702026-08-27T22:57:53.264Z Compiling semver v0.1.20
25712026-08-27T22:57:53.375Z Checking highway v1.3.0
25722026-08-27T22:57:53.379Z Compiling cfg_aliases v0.1.1
25732026-08-27T22:57:53.519Z Compiling nix v0.28.0
25742026-08-27T22:57:53.582Z Compiling rustc_version v0.1.7
25752026-08-27T22:57:53.658Z Checking nibble_vec v0.1.0
25762026-08-27T22:57:53.704Z Checking endian-type v0.1.2
25772026-08-27T22:57:53.817Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25782026-08-27T22:57:53.854Z Compiling psm v0.1.30
25792026-08-27T22:57:53.857Z Compiling newtype_derive v0.1.6
25802026-08-27T22:57:53.923Z Checking radix_trie v0.2.1
25812026-08-27T22:57:54.007Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25822026-08-27T22:57:54.104Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25832026-08-27T22:57:54.167Z Checking phf_shared v0.12.1
25842026-08-27T22:57:54.338Z Compiling recursive-proc-macro-impl v0.1.1
25852026-08-27T22:57:54.416Z Compiling chrono-tz v0.10.4
25862026-08-27T22:57:54.568Z Checking phf v0.12.1
25872026-08-27T22:57:54.753Z Compiling const_format_proc_macros v0.2.34
25882026-08-27T22:57:54.757Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25892026-08-27T22:57:54.826Z Compiling peg-macros v0.8.5
25902026-08-27T22:57:54.829Z Checking recursive v0.1.1
25912026-08-27T22:57:54.829Z Checking winnow v0.6.26
25922026-08-27T22:57:54.829Z Compiling sqlparser_derive v0.5.0
25932026-08-27T22:57:55.019Z Checking unicode_categories v0.1.1
25942026-08-27T22:57:55.205Z Checking home v0.5.12
25952026-08-27T22:57:55.599Z Checking const_format v0.2.35
25962026-08-27T22:57:55.670Z Checking rustyline v14.0.0
25972026-08-27T22:57:55.856Z Checking sqlparser v0.61.0
25982026-08-27T22:57:56.032Z Checking sqlformat v0.3.5
25992026-08-27T22:57:56.217Z Checking peg v0.8.5
26002026-08-27T22:57:56.387Z Checking bcs v0.1.6
26012026-08-27T22:57:56.425Z Checking nom v8.0.0
26022026-08-27T22:57:56.488Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26032026-08-27T22:57:56.656Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26042026-08-27T22:57:56.659Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26052026-08-27T22:57:56.913Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26062026-08-27T22:57:57.016Z Checking steno v0.4.1
26072026-08-27T22:57:57.135Z Checking sha1 v0.10.6
26082026-08-27T22:57:57.170Z Checking filetime v0.2.27
26092026-08-27T22:57:57.332Z Checking xattr v1.6.1
26102026-08-27T22:57:57.335Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26112026-08-27T22:57:57.461Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
26122026-08-27T22:57:57.498Z Checking tar v0.4.46
26132026-08-27T22:57:57.561Z Checking subprocess v0.2.15
26142026-08-27T22:57:57.714Z Checking headers-core v0.3.0
26152026-08-27T22:57:57.895Z Checking headers v0.4.1
26162026-08-27T22:57:57.930Z Checking yasna v0.5.2
26172026-08-27T22:57:58.054Z Checking port-file v0.1.0
26182026-08-27T22:57:58.264Z Checking dropshot-api-manager-types v0.8.0
26192026-08-27T22:57:58.328Z Checking rcgen v0.12.1
26202026-08-27T22:57:58.368Z Checking tagptr v0.2.0
26212026-08-27T22:57:58.400Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26222026-08-27T22:57:58.456Z Checking utf-8 v0.7.6
26232026-08-27T22:57:58.531Z Checking moka v0.12.13
26242026-08-27T22:57:58.622Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26252026-08-27T22:57:58.679Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26262026-08-27T22:57:58.795Z Compiling libefi-sys v0.1.0
26272026-08-27T22:57:58.843Z Compiling bitfield-struct v0.6.2
26282026-08-27T22:57:59.160Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292026-08-27T22:57:59.197Z Checking hickory-resolver v0.25.2
26302026-08-27T22:57:59.261Z Checking tungstenite v0.21.0
26312026-08-27T22:57:59.264Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26322026-08-27T22:57:59.518Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26332026-08-27T22:57:59.555Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26342026-08-27T22:57:59.728Z Checking tokio-tungstenite v0.21.0
26352026-08-27T22:57:59.812Z Compiling xshell-macros v0.2.7
26362026-08-27T22:57:59.848Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26372026-08-27T22:57:59.883Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26382026-08-27T22:57:59.919Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26392026-08-27T22:57:59.968Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26402026-08-27T22:58:00.033Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26412026-08-27T22:58:00.195Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-08-27T22:58:00.222Z Checking xshell v0.2.7
26432026-08-27T22:58:00.381Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26442026-08-27T22:58:00.590Z Checking half v1.8.3
26452026-08-27T22:58:00.649Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26462026-08-27T22:58:00.812Z Checking serde_cbor v0.11.2
26472026-08-27T22:58:01.051Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26482026-08-27T22:58:01.090Z Checking libscf-sys v1.2.0
26492026-08-27T22:58:01.196Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26502026-08-27T22:58:01.232Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26512026-08-27T22:58:01.268Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26522026-08-27T22:58:01.302Z Checking papergrid v0.18.0
26532026-08-27T22:58:01.499Z Checking maplit v1.0.2
26542026-08-27T22:58:01.610Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26552026-08-27T22:58:01.656Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26562026-08-27T22:58:01.768Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572026-08-27T22:58:01.998Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26582026-08-27T22:58:02.102Z Checking tabled v0.21.0
26592026-08-27T22:58:02.279Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26602026-08-27T22:58:02.393Z Checking crc8 v0.1.1
26612026-08-27T22:58:02.459Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26622026-08-27T22:58:02.498Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26632026-08-27T22:58:02.609Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26642026-08-27T22:58:02.646Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26652026-08-27T22:58:02.807Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26662026-08-27T22:58:02.862Z Checking unicase v2.9.0
26672026-08-27T22:58:02.949Z Checking fxhash v0.2.1
26682026-08-27T22:58:03.101Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26692026-08-27T22:58:03.210Z Checking sha2 v0.11.0
26702026-08-27T22:58:03.326Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26712026-08-27T22:58:03.479Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26722026-08-27T22:58:03.640Z Compiling darling_core v0.21.3
26732026-08-27T22:58:03.899Z Compiling vergen-lib v0.1.6
26742026-08-27T22:58:04.030Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26752026-08-27T22:58:04.087Z Compiling diesel_derives v2.3.7
26762026-08-27T22:58:04.171Z Checking scheduled-thread-pool v0.2.7
26772026-08-27T22:58:04.344Z Compiling vergen-gitcl v1.0.8
26782026-08-27T22:58:04.380Z Compiling diesel_table_macro_syntax v0.3.0
26792026-08-27T22:58:04.550Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26802026-08-27T22:58:04.640Z Checking r2d2 v0.8.10
26812026-08-27T22:58:04.855Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26822026-08-27T22:58:04.948Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26832026-08-27T22:58:05.070Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26842026-08-27T22:58:05.237Z Checking downcast-rs v2.0.2
26852026-08-27T22:58:05.406Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-08-27T22:58:05.826Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26872026-08-27T22:58:05.961Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26882026-08-27T22:58:05.996Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26892026-08-27T22:58:06.034Z Checking kstat-rs v0.2.5
26902026-08-27T22:58:06.153Z Compiling proc-macro-error-attr2 v2.0.0
26912026-08-27T22:58:06.201Z Compiling darling_macro v0.21.3
26922026-08-27T22:58:06.256Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-08-27T22:58:06.527Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26942026-08-27T22:58:06.598Z Compiling proc-macro-error2 v2.0.1
26952026-08-27T22:58:06.732Z Compiling darling v0.21.3
26962026-08-27T22:58:06.894Z Compiling dsl_auto_type v0.2.0
26972026-08-27T22:58:06.899Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-08-27T22:58:06.944Z Compiling knus-derive v3.4.0
26992026-08-27T22:58:07.815Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-08-27T22:58:08.159Z Compiling dirs-sys-next v0.1.2
27012026-08-27T22:58:08.287Z Compiling crunchy v0.2.4
27022026-08-27T22:58:08.366Z Compiling parking_lot_core v0.8.6
27032026-08-27T22:58:08.403Z Compiling salty v0.3.0
27042026-08-27T22:58:08.475Z Compiling dirs-next v2.0.0
27052026-08-27T22:58:08.619Z Compiling clang-sys v1.8.1
27062026-08-27T22:58:08.656Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27072026-08-27T22:58:08.763Z Compiling git-stub v1.0.0
27082026-08-27T22:58:08.809Z Compiling tiny-keccak v2.0.2
27092026-08-27T22:58:09.070Z Compiling git-stub-vcs v0.1.0
27102026-08-27T22:58:09.106Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27112026-08-27T22:58:09.458Z Compiling term v0.7.0
27122026-08-27T22:58:09.494Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27132026-08-27T22:58:09.529Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-08-27T22:58:09.565Z Compiling bit-vec v0.6.3
27152026-08-27T22:58:09.602Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27162026-08-27T22:58:09.776Z Compiling ascii-canvas v3.0.0
27172026-08-27T22:58:09.820Z Compiling bit-set v0.5.3
27182026-08-27T22:58:10.043Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27192026-08-27T22:58:10.080Z Checking parking_lot v0.11.2
27202026-08-27T22:58:10.186Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27212026-08-27T22:58:10.228Z Checking rfc6979 v0.4.0
27222026-08-27T22:58:10.305Z Checking prefix-trie v0.7.0
27232026-08-27T22:58:10.382Z Compiling hashbrown v0.14.5
27242026-08-27T22:58:10.533Z Compiling itertools v0.10.5
27252026-08-27T22:58:10.620Z Compiling ena v0.14.4
27262026-08-27T22:58:10.665Z Compiling libloading v0.8.9
27272026-08-27T22:58:10.857Z Compiling diff v0.1.13
27282026-08-27T22:58:10.905Z Compiling bindgen v0.71.1
27292026-08-27T22:58:10.981Z Compiling regex-syntax v0.6.29
27302026-08-27T22:58:11.019Z Compiling chumsky v0.9.3
27312026-08-27T22:58:11.354Z Checking hickory-server v0.25.2
27322026-08-27T22:58:11.617Z Compiling ecdsa v0.16.9
27332026-08-27T22:58:12.234Z Checking sled v0.34.7
27342026-08-27T22:58:12.487Z Compiling lalrpop v0.19.12
27352026-08-27T22:58:12.614Z Compiling cexpr v0.6.0
27362026-08-27T22:58:12.676Z Checking primeorder v0.13.6
27372026-08-27T22:58:12.747Z Checking diesel v2.3.7
27382026-08-27T22:58:12.952Z Checking nanorand v0.7.0
27392026-08-27T22:58:13.179Z Compiling rustc-hash v2.1.1
27402026-08-27T22:58:13.300Z Checking flume v0.11.1
27412026-08-27T22:58:13.340Z Compiling p384 v0.13.1
27422026-08-27T22:58:13.574Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27432026-08-27T22:58:13.929Z Compiling knus v3.4.0
27442026-08-27T22:58:13.966Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27452026-08-27T22:58:14.221Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27462026-08-27T22:58:14.425Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27472026-08-27T22:58:14.683Z Compiling libxml v0.3.3
27482026-08-27T22:58:14.718Z Checking assert_matches v1.5.0
27492026-08-27T22:58:14.822Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27502026-08-27T22:58:14.888Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27512026-08-27T22:58:15.044Z Compiling strum_macros v0.24.3
27522026-08-27T22:58:15.125Z Compiling indoc v1.0.9
27532026-08-27T22:58:15.826Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-27T22:58:16.019Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-08-27T22:58:16.323Z Checking quick-xml v0.37.5
27562026-08-27T22:58:16.385Z Checking derive_builder v0.20.2
27572026-08-27T22:58:16.420Z Compiling oso-derive v0.27.3
27582026-08-27T22:58:16.527Z Compiling impl-trait-for-tuples v0.2.3
27592026-08-27T22:58:16.941Z Compiling trait-variant v0.1.2
27602026-08-27T22:58:17.207Z Checking openssl-probe v0.1.6
27612026-08-27T22:58:17.393Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27622026-08-27T22:58:17.495Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27632026-08-27T22:58:18.027Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27642026-08-27T22:58:18.067Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27652026-08-27T22:58:18.172Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27662026-08-27T22:58:18.289Z Checking corncobs v0.1.4
27672026-08-27T22:58:18.326Z Checking predicates-tree v1.0.13
27682026-08-27T22:58:18.446Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27692026-08-27T22:58:18.482Z Compiling progenitor-impl v0.13.0
27702026-08-27T22:58:18.517Z Checking secrecy v0.8.0
27712026-08-27T22:58:18.672Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27722026-08-27T22:58:19.237Z Checking progenitor-client v0.13.0
27732026-08-27T22:58:19.548Z Checking anstyle-parse v0.2.7
27742026-08-27T22:58:19.582Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27752026-08-27T22:58:19.695Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27762026-08-27T22:58:19.738Z Checking anstream v0.6.21
27772026-08-27T22:58:19.917Z Checking bb8 v0.8.6
27782026-08-27T22:58:20.218Z Compiling mime_guess v2.0.5
27792026-08-27T22:58:20.303Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27802026-08-27T22:58:20.527Z Checking ignore v0.4.25
27812026-08-27T22:58:20.783Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-27T22:58:20.957Z Checking http-range v0.1.5
27832026-08-27T22:58:20.994Z Checking globwalk v0.9.1
27842026-08-27T22:58:21.122Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27852026-08-27T22:58:21.187Z Compiling progenitor-macro v0.13.0
27862026-08-27T22:58:21.355Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27872026-08-27T22:58:21.728Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27882026-08-27T22:58:21.871Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27892026-08-27T22:58:22.398Z Checking digest-io v0.1.0
27902026-08-27T22:58:22.569Z Checking rawzip v0.4.4
27912026-08-27T22:58:23.047Z Checking nonempty v0.12.0
27922026-08-27T22:58:23.119Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27932026-08-27T22:58:23.143Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27942026-08-27T22:58:23.599Z Checking camino-tempfile-ext v0.3.3
27952026-08-27T22:58:23.834Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27962026-08-27T22:58:23.890Z Checking hyper-staticfile v0.10.1
27972026-08-27T22:58:24.213Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27982026-08-27T22:58:24.406Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27992026-08-27T22:58:24.568Z Checking signal-hook-tokio v0.3.1
28002026-08-27T22:58:24.742Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-08-27T22:58:25.027Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28022026-08-27T22:58:25.167Z Checking scuffle v0.1.0
28032026-08-27T22:58:25.212Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28042026-08-27T22:58:25.457Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-08-27T22:58:25.580Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28062026-08-27T22:58:25.879Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28072026-08-27T22:58:25.917Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28082026-08-27T22:58:25.920Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28092026-08-27T22:58:26.184Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28102026-08-27T22:58:26.221Z Checking progenitor v0.13.0
28112026-08-27T22:58:26.397Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28122026-08-27T22:58:26.770Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28132026-08-27T22:58:26.883Z Checking diesel-dtrace v0.5.0
28142026-08-27T22:58:27.160Z Checking async-bb8-diesel v0.2.1
28152026-08-27T22:58:27.199Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28162026-08-27T22:58:27.233Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28172026-08-27T22:58:27.432Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28182026-08-27T22:58:27.537Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28192026-08-27T22:58:27.756Z Checking tungstenite v0.23.0
28202026-08-27T22:58:27.928Z Checking rand_seeder v0.4.0
28212026-08-27T22:58:28.132Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28222026-08-27T22:58:28.207Z Checking tokio-tungstenite v0.23.1
28232026-08-27T22:58:28.508Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242026-08-27T22:58:28.550Z Checking void v1.0.2
28252026-08-27T22:58:28.657Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28262026-08-27T22:58:28.693Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28272026-08-27T22:58:28.729Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28282026-08-27T22:58:29.611Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-08-27T22:58:30.584Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28302026-08-27T22:58:30.696Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28312026-08-27T22:58:30.811Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28322026-08-27T22:58:31.451Z Checking lzss v0.8.2
28332026-08-27T22:58:31.563Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28342026-08-27T22:58:31.676Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-08-27T22:58:31.766Z Checking nix v0.27.1
28362026-08-27T22:58:31.871Z Checking serde_bytes v0.11.19
28372026-08-27T22:58:32.081Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-08-27T22:58:32.302Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-08-27T22:58:32.822Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28402026-08-27T22:58:33.087Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-08-27T22:58:33.646Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28422026-08-27T22:58:33.730Z Checking yansi v1.0.1
28432026-08-27T22:58:33.766Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28442026-08-27T22:58:34.024Z Checking cpubits v0.1.1
28452026-08-27T22:58:34.133Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28462026-08-27T22:58:34.169Z Checking pretty_assertions v1.4.1
28472026-08-27T22:58:34.335Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28482026-08-27T22:58:34.422Z Checking pem-rfc7468 v1.0.0
28492026-08-27T22:58:34.625Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28502026-08-27T22:58:34.904Z Checking colored v2.2.0
28512026-08-27T22:58:35.062Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28522026-08-27T22:58:35.146Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28532026-08-27T22:58:35.290Z Checking hmac v0.13.0
28542026-08-27T22:58:35.491Z Checking universal-hash v0.6.1
28552026-08-27T22:58:35.662Z Compiling libz-sys v1.1.24
28562026-08-27T22:58:35.956Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-27T22:58:36.060Z Compiling instability v0.3.11
28582026-08-27T22:58:36.102Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28592026-08-27T22:58:36.221Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28602026-08-27T22:58:36.339Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28612026-08-27T22:58:36.376Z Checking castaway v0.2.4
28622026-08-27T22:58:36.524Z Compiling indoc v2.0.7
28632026-08-27T22:58:36.610Z Checking compact_str v0.8.1
28642026-08-27T22:58:36.666Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28652026-08-27T22:58:37.040Z Checking polyval v0.7.1
28662026-08-27T22:58:37.250Z Checking der v0.8.0
28672026-08-27T22:58:37.614Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28682026-08-27T22:58:37.754Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28692026-08-27T22:58:37.836Z Checking unicode-truncate v1.1.0
28702026-08-27T22:58:37.954Z Checking lru v0.12.5
28712026-08-27T22:58:37.995Z Compiling libgit2-sys v0.18.3+1.9.2
28722026-08-27T22:58:38.030Z Checking arc-swap v1.8.2
28732026-08-27T22:58:38.114Z Checking cassowary v0.3.0
28742026-08-27T22:58:38.248Z Checking ghash v0.6.0
28752026-08-27T22:58:38.325Z Checking slog-scope v4.4.1
28762026-08-27T22:58:38.361Z Checking ratatui v0.29.0
28772026-08-27T22:58:38.491Z Checking pbkdf2 v0.13.0
28782026-08-27T22:58:38.547Z Checking aes v0.9.1
28792026-08-27T22:58:38.640Z Checking crypto-bigint v0.7.5
28802026-08-27T22:58:38.985Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28812026-08-27T22:58:39.708Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28822026-08-27T22:58:39.959Z Checking ctr v0.10.1
28832026-08-27T22:58:40.174Z Checking aead v0.6.1
28842026-08-27T22:58:40.297Z Checking cargo-platform v0.3.2
28852026-08-27T22:58:40.350Z Compiling petname v2.0.2
28862026-08-27T22:58:40.509Z Checking cargo_metadata v0.23.1
28872026-08-27T22:58:40.912Z Checking aes-gcm v0.11.0
28882026-08-27T22:58:41.014Z Checking slog-stdlog v4.1.1
28892026-08-27T22:58:41.111Z Checking spki v0.8.0
28902026-08-27T22:58:41.170Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28912026-08-27T22:58:41.287Z Checking salsa20 v0.11.0
28922026-08-27T22:58:41.323Z Checking console v0.16.2
28932026-08-27T22:58:41.465Z Compiling vergen-git2 v9.1.0
28942026-08-27T22:58:41.660Z Checking plotters-backend v0.3.7
28952026-08-27T22:58:41.696Z Checking unit-prefix v0.5.2
28962026-08-27T22:58:41.857Z Checking indicatif v0.18.4
28972026-08-27T22:58:41.894Z Checking plotters-svg v0.3.7
28982026-08-27T22:58:42.112Z Checking scrypt v0.12.0
28992026-08-27T22:58:42.263Z Checking slog-envlogger v2.2.0
29002026-08-27T22:58:42.446Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29012026-08-27T22:58:42.560Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29022026-08-27T22:58:42.647Z Checking cbc v0.2.1
29032026-08-27T22:58:42.726Z Checking libsw-core v0.3.2
29042026-08-27T22:58:42.782Z Checking sapling-renderdag v0.1.0
29052026-08-27T22:58:42.820Z Checking cast v0.3.0
29062026-08-27T22:58:42.906Z Checking sync-ptr v0.1.4
29072026-08-27T22:58:42.998Z Checking criterion-plot v0.6.0
29082026-08-27T22:58:43.052Z Checking libsw v3.5.0
29092026-08-27T22:58:43.055Z Checking pkcs5 v0.8.1
29102026-08-27T22:58:43.276Z Checking plotters v0.3.7
29112026-08-27T22:58:43.322Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29122026-08-27T22:58:43.417Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29132026-08-27T22:58:43.638Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29142026-08-27T22:58:43.865Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29152026-08-27T22:58:44.043Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29162026-08-27T22:58:44.084Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29172026-08-27T22:58:44.266Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29182026-08-27T22:58:44.307Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29192026-08-27T22:58:44.339Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29202026-08-27T22:58:44.488Z Checking tinytemplate v1.2.1
29212026-08-27T22:58:44.543Z Checking shell-words v1.1.1
29222026-08-27T22:58:44.700Z Checking oorandom v11.1.5
29232026-08-27T22:58:44.737Z Checking anes v0.1.6
29242026-08-27T22:58:44.946Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29252026-08-27T22:58:44.983Z Checking criterion v0.7.0
29262026-08-27T22:58:45.287Z Checking pkcs8 v0.11.0
29272026-08-27T22:58:45.522Z Checking oxide-update-engine-display v0.1.2
29282026-08-27T22:58:45.855Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29292026-08-27T22:58:46.209Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29302026-08-27T22:58:46.866Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29312026-08-27T22:58:47.038Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29322026-08-27T22:58:47.604Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29332026-08-27T22:58:48.432Z Checking tokio-test v0.4.5
29342026-08-27T22:58:48.671Z Checking ff v0.14.0
29352026-08-27T22:58:48.838Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29362026-08-27T22:58:49.066Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29372026-08-27T22:58:49.468Z Checking twox-hash v2.1.2
29382026-08-27T22:58:49.808Z Checking atty v0.2.14
29392026-08-27T22:58:49.938Z Checking arrayref v0.3.9
29402026-08-27T22:58:50.046Z Checking arrayvec v0.7.6
29412026-08-27T22:58:50.269Z Checking constant_time_eq v0.4.2
29422026-08-27T22:58:50.491Z Checking group v0.14.0
29432026-08-27T22:58:50.529Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29442026-08-27T22:58:50.729Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29452026-08-27T22:58:51.445Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29462026-08-27T22:58:51.483Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29472026-08-27T22:58:51.628Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29482026-08-27T22:58:51.946Z Checking fatfs v0.3.6
29492026-08-27T22:58:52.427Z Checking signature v3.0.0
29502026-08-27T22:58:52.472Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29512026-08-27T22:58:52.608Z Checking base16ct v1.0.0
29522026-08-27T22:58:52.646Z Compiling seq-macro v0.3.6
29532026-08-27T22:58:52.770Z Checking sec1 v0.8.1
29542026-08-27T22:58:52.962Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29552026-08-27T22:58:53.012Z Checking hkdf v0.13.0
29562026-08-27T22:58:53.167Z Checking concurrent-queue v2.5.0
29572026-08-27T22:58:53.203Z Checking parking v2.2.1
29582026-08-27T22:58:53.354Z Checking elliptic-curve v0.14.1
29592026-08-27T22:58:53.390Z Checking event-listener v5.4.1
29602026-08-27T22:58:53.447Z Compiling samael v0.0.19
29612026-08-27T22:58:53.641Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29622026-08-27T22:58:53.787Z Checking rtoolbox v0.0.3
29632026-08-27T22:58:53.822Z Checking event-listener-strategy v0.5.4
29642026-08-27T22:58:53.947Z Checking rpassword v7.5.4
29652026-08-27T22:58:53.985Z Checking wnaf v0.14.0
29662026-08-27T22:58:54.136Z Checking primefield v0.14.0
29672026-08-27T22:58:54.182Z Checking rfc6979 v0.6.0
29682026-08-27T22:58:54.358Z Checking tui-tree-widget v0.23.1
29692026-08-27T22:58:54.394Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29702026-08-27T22:58:54.594Z Compiling blake3 v1.8.5
29712026-08-27T22:58:54.981Z Checking futures-timer v3.0.3
29722026-08-27T22:58:55.415Z Checking primeorder v0.14.0
29732026-08-27T22:58:55.706Z Checking ecdsa v0.17.0
29742026-08-27T22:58:55.804Z Checking async-lock v3.4.2
29752026-08-27T22:58:56.132Z Compiling curve25519-dalek v5.0.0
29762026-08-27T22:58:56.216Z Checking async-object-pool v0.2.0
29772026-08-27T22:58:56.642Z Checking ssh-encoding v0.3.0
29782026-08-27T22:58:56.678Z Checking serde_regex v1.1.0
29792026-08-27T22:58:56.864Z Checking assert-json-diff v2.0.2
29802026-08-27T22:58:56.901Z Checking path-tree v0.8.3
29812026-08-27T22:58:56.936Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29822026-08-27T22:58:57.058Z Checking keccak v0.2.0
29832026-08-27T22:58:57.115Z Compiling strsim v0.10.0
29842026-08-27T22:58:57.247Z Checking topological-sort v0.2.2
29852026-08-27T22:58:57.416Z Checking stringmetrics v2.2.2
29862026-08-27T22:58:57.460Z Checking omicron-zone-package v0.12.3
29872026-08-27T22:58:57.598Z Checking httpmock v0.8.3
29882026-08-27T22:58:58.359Z Compiling darling_core v0.13.4
29892026-08-27T22:58:59.406Z Checking ed25519 v3.0.0
29902026-08-27T22:58:59.615Z Checking pkcs1 v0.8.0-rc.4
29912026-08-27T22:58:59.652Z Checking crypto-primes v0.7.2
29922026-08-27T22:58:59.825Z Checking poly1305 v0.9.0
29932026-08-27T22:58:59.865Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29942026-08-27T22:59:00.127Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29952026-08-27T22:59:00.221Z Checking blowfish v0.10.0
29962026-08-27T22:59:00.290Z Checking blake2 v0.11.0-rc.6
29972026-08-27T22:59:00.405Z Compiling target-lexicon v0.13.3
29982026-08-27T22:59:00.575Z Checking argon2 v0.6.0-rc.8
29992026-08-27T22:59:00.631Z Checking rsa v0.10.0-rc.18
30002026-08-27T22:59:00.792Z Checking bcrypt-pbkdf v0.11.0
30012026-08-27T22:59:00.934Z Compiling darling_macro v0.13.4
30022026-08-27T22:59:00.980Z Checking ssh-cipher v0.3.0
30032026-08-27T22:59:01.015Z Checking ed25519-dalek v3.0.0
30042026-08-27T22:59:01.154Z Checking sha3 v0.11.0
30052026-08-27T22:59:01.221Z Checking p521 v0.14.0
30062026-08-27T22:59:01.264Z Checking p384 v0.14.0
30072026-08-27T22:59:01.444Z Checking p256 v0.14.0
30082026-08-27T22:59:01.534Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30092026-08-27T22:59:01.798Z Checking kem v0.3.0
30102026-08-27T22:59:01.951Z Checking module-lattice v0.2.3
30112026-08-27T22:59:02.197Z Checking socket2 v0.5.10
30122026-08-27T22:59:02.232Z Compiling guppy-workspace-hack v0.1.0
30132026-08-27T22:59:02.444Z Checking hex-literal v0.4.1
30142026-08-27T22:59:02.480Z Checking sponge-cursor v0.1.0
30152026-08-27T22:59:02.625Z Checking ml-kem v0.3.2
30162026-08-27T22:59:02.660Z Checking sha3 v0.12.0
30172026-08-27T22:59:02.897Z Compiling darling v0.13.4
30182026-08-27T22:59:03.243Z Checking russh-cryptovec v0.62.0
30192026-08-27T22:59:03.279Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30202026-08-27T22:59:03.401Z Checking internal-russh-num-bigint v0.5.0
30212026-08-27T22:59:03.501Z Checking num-bigint v0.4.6
30222026-08-27T22:59:03.938Z Checking russh-util v0.52.0
30232026-08-27T22:59:04.096Z Checking generic-array v1.4.3
30242026-08-27T22:59:04.200Z Checking ssh-key v0.7.0-rc.11
30252026-08-27T22:59:04.438Z Compiling enum_dispatch v0.3.13
30262026-08-27T22:59:04.475Z Compiling delegate v0.13.5
30272026-08-27T22:59:04.541Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30282026-08-27T22:59:04.983Z Checking md5 v0.8.0
30292026-08-27T22:59:05.136Z Checking hex-literal v1.1.0
30302026-08-27T22:59:05.184Z Compiling target-spec v3.5.7
30312026-08-27T22:59:05.264Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30322026-08-27T22:59:05.432Z Checking russh v0.62.4
30332026-08-27T22:59:05.637Z Checking cfg-expr v0.20.6
30342026-08-27T22:59:05.916Z Compiling serde_with_macros v1.5.2
30352026-08-27T22:59:06.062Z Compiling git2 v0.20.4
30362026-08-27T22:59:06.204Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30372026-08-27T22:59:06.628Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30382026-08-27T22:59:06.795Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30392026-08-27T22:59:06.839Z Checking internet-checksum v0.2.1
30402026-08-27T22:59:06.995Z Compiling serde_with v1.14.0
30412026-08-27T22:59:07.531Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30422026-08-27T22:59:08.149Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30432026-08-27T22:59:08.646Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30442026-08-27T22:59:08.813Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30452026-08-27T22:59:08.917Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30462026-08-27T22:59:09.076Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30472026-08-27T22:59:09.114Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30482026-08-27T22:59:09.213Z Checking httptest v0.16.4
30492026-08-27T22:59:09.364Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30502026-08-27T22:59:09.420Z Checking pathdiff v0.2.3
30512026-08-27T22:59:09.547Z Checking nested v0.1.1
30522026-08-27T22:59:09.622Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30532026-08-27T22:59:09.717Z Checking guppy v0.17.25
30542026-08-27T22:59:09.816Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30552026-08-27T22:59:10.012Z Checking similar-asserts v1.7.0
30562026-08-27T22:59:10.097Z Compiling target-triple v1.0.0
30572026-08-27T22:59:10.228Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30582026-08-27T22:59:10.262Z Compiling polar-core v0.27.3
30592026-08-27T22:59:10.692Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30602026-08-27T22:59:11.259Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30612026-08-27T22:59:11.298Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30622026-08-27T22:59:11.486Z Checking hickory-client v0.25.2
30632026-08-27T22:59:11.816Z Checking supports-color v2.1.0
30642026-08-27T22:59:11.935Z Checking supports-hyperlinks v2.1.0
30652026-08-27T22:59:11.973Z Checking supports-unicode v2.1.0
30662026-08-27T22:59:12.007Z Checking textwrap v0.15.2
30672026-08-27T22:59:12.084Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30682026-08-27T22:59:12.120Z Checking terminal_size v0.1.17
30692026-08-27T22:59:12.243Z Compiling miette-derive v5.10.0
30702026-08-27T22:59:12.280Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30712026-08-27T22:59:12.280Z Compiling fs-err v2.11.0
30722026-08-27T22:59:12.518Z Checking escape8259 v0.5.3
30732026-08-27T22:59:12.684Z Checking owo-colors v3.5.0
30742026-08-27T22:59:12.764Z Compiling assert_cmd v2.1.2
30752026-08-27T22:59:13.096Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30762026-08-27T22:59:13.232Z Checking libtest-mimic v0.8.1
30772026-08-27T22:59:13.410Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30782026-08-27T22:59:13.453Z Checking miette v5.10.0
30792026-08-27T22:59:13.982Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30802026-08-27T22:59:14.122Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30812026-08-27T22:59:14.688Z Checking blake2b_simd v1.0.4
30822026-08-27T22:59:14.895Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30832026-08-27T22:59:15.118Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30842026-08-27T22:59:15.200Z Checking oso v0.27.3
30852026-08-27T22:59:15.341Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30862026-08-27T22:59:15.378Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30872026-08-27T22:59:15.565Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30882026-08-27T22:59:15.602Z Compiling knuffel-derive v3.2.0
30892026-08-27T22:59:15.788Z Checking fancy-regex v0.14.0
30902026-08-27T22:59:15.826Z Checking serde_tokenstream v0.2.3
30912026-08-27T22:59:16.126Z Checking approx v0.5.1
30922026-08-27T22:59:16.194Z Compiling rstest_macros v0.25.0
30932026-08-27T22:59:16.271Z Checking uzers v0.12.2
30942026-08-27T22:59:16.306Z Checking termcolor v1.4.1
30952026-08-27T22:59:16.490Z Compiling linkme-impl v0.3.35
30962026-08-27T22:59:16.525Z Checking constant_time_eq v0.3.1
30972026-08-27T22:59:16.556Z Checking trybuild v1.0.116
30982026-08-27T22:59:16.652Z Checking rust-argon2 v2.1.0
30992026-08-27T22:59:16.982Z Checking datatest-stable v0.3.3
31002026-08-27T22:59:17.187Z Checking knuffel v3.2.0
31012026-08-27T22:59:17.378Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31022026-08-27T22:59:17.415Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31032026-08-27T22:59:17.666Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31042026-08-27T22:59:17.773Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-08-27T22:59:17.808Z Checking support-bundle-viewer v0.1.2
31062026-08-27T22:59:17.842Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31072026-08-27T22:59:17.879Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31082026-08-27T22:59:18.062Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31092026-08-27T22:59:18.098Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31102026-08-27T22:59:18.135Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31112026-08-27T22:59:18.286Z Checking drift v0.2.0
31122026-08-27T22:59:18.324Z Checking rand_distr v0.5.1
31132026-08-27T22:59:18.506Z Checking multimap v0.10.1
31142026-08-27T22:59:18.614Z Compiling linkme v0.3.35
31152026-08-27T22:59:18.667Z Compiling relative-path v1.9.3
31162026-08-27T22:59:18.709Z Checking parse-size v1.1.0
31172026-08-27T22:59:18.763Z Checking dropshot-api-manager v0.8.0
31182026-08-27T22:59:18.863Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31192026-08-27T22:59:19.188Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31202026-08-27T22:59:19.983Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31212026-08-27T22:59:20.456Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31222026-08-27T22:59:20.792Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31232026-08-27T22:59:20.949Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31242026-08-27T22:59:21.003Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31252026-08-27T22:59:21.047Z Checking cargo_toml v0.21.0
31262026-08-27T22:59:21.529Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31272026-08-27T22:59:21.624Z Checking partial-io v0.5.4
31282026-08-27T22:59:21.691Z Checking termios v0.3.3
31292026-08-27T22:59:21.883Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31302026-08-27T22:59:22.322Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31312026-08-27T22:59:22.534Z Checking rstest v0.25.0
31322026-08-27T22:59:23.695Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31332026-08-27T22:59:27.224Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31342026-08-27T22:59:28.777Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31352026-08-27T22:59:29.231Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31362026-08-27T22:59:33.733Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31372026-08-27T22:59:34.694Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31382026-08-27T22:59:36.867Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31392026-08-27T22:59:44.324Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31402026-08-27T22:59:46.092Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31412026-08-27T22:59:47.676Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31422026-08-27T22:59:49.471Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31432026-08-27T22:59:52.641Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31442026-08-27T22:59:53.696Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31452026-08-27T22:59:54.731Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31462026-08-27T22:59:58.003Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31472026-08-27T23:00:03.405Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31482026-08-27T23:00:24.842Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31492026-08-27T23:01:17.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 12s
31502026-08-27T23:01:17.881Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31512026-08-27T23:01:17.881Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31522026-08-27T23:01:18.551Z
31532026-08-27T23:01:18.551Zreal 4:15.607819868
31542026-08-27T23:01:18.551Zuser 22:03.977371853
31552026-08-27T23:01:18.551Zsys 5:13.240752074
31562026-08-27T23:01:18.551Ztrap 0.530696662
31572026-08-27T23:01:18.551Ztflt 0.428664224
31582026-08-27T23:01:18.551Zdflt 0.583028056
31592026-08-27T23:01:18.551Zkflt 0.004113695
31602026-08-27T23:01:18.551Zlock 1:06:25.016455763
31612026-08-27T23:01:18.551Zslp 59:43.433762423
31622026-08-27T23:01:18.552Zlat 1:51.685748797
31632026-08-27T23:01:18.552Zstop 14:19.288032315
31642026-08-27T23:01:18.554Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31652026-08-27T23:01:18.554Z+ ptime -m cargo doc --workspace --no-deps
31662026-08-27T23:01:19.408Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31672026-08-27T23:01:19.408Z |
31682026-08-27T23:01:19.408Z = 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-27T23:01:19.408Z = 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-27T23:01:20.497Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31712026-08-27T23:01:20.740Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31722026-08-27T23:01:20.778Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31732026-08-27T23:01:20.811Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31742026-08-27T23:01:20.923Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31752026-08-27T23:01:21.026Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31762026-08-27T23:01:21.052Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31772026-08-27T23:01:21.075Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31782026-08-27T23:01:21.078Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31792026-08-27T23:01:21.122Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31802026-08-27T23:01:21.242Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-08-27T23:01:21.358Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-08-27T23:01:21.384Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-08-27T23:01:21.407Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31842026-08-27T23:01:21.458Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31852026-08-27T23:01:21.511Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31862026-08-27T23:01:21.535Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-08-27T23:01:21.538Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31882026-08-27T23:01:21.559Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31892026-08-27T23:01:21.601Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31902026-08-27T23:01:21.676Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31912026-08-27T23:01:21.715Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31922026-08-27T23:01:21.964Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31932026-08-27T23:01:22.008Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31942026-08-27T23:01:22.109Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31952026-08-27T23:01:22.151Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-08-27T23:01:22.344Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31972026-08-27T23:01:22.395Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31982026-08-27T23:01:22.459Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31992026-08-27T23:01:22.564Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32002026-08-27T23:01:22.649Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32012026-08-27T23:01:22.701Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32022026-08-27T23:01:22.754Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32032026-08-27T23:01:22.890Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32042026-08-27T23:01:23.120Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32052026-08-27T23:01:23.146Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32062026-08-27T23:01:23.171Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32072026-08-27T23:01:23.208Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32082026-08-27T23:01:23.334Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32092026-08-27T23:01:23.391Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32102026-08-27T23:01:23.610Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32112026-08-27T23:01:23.641Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32122026-08-27T23:01:23.835Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32132026-08-27T23:01:23.835Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32142026-08-27T23:01:23.896Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32152026-08-27T23:01:23.971Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32162026-08-27T23:01:24.057Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32172026-08-27T23:01:24.119Z Checking scuffle v0.1.0
32182026-08-27T23:01:24.235Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32192026-08-27T23:01:24.260Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32202026-08-27T23:01:24.263Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32212026-08-27T23:01:24.307Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32222026-08-27T23:01:24.700Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32232026-08-27T23:01:24.765Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32242026-08-27T23:01:25.254Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32252026-08-27T23:01:25.471Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32262026-08-27T23:01:25.825Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32272026-08-27T23:01:25.854Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32282026-08-27T23:01:25.891Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32292026-08-27T23:01:26.106Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32302026-08-27T23:01:26.142Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32312026-08-27T23:01:26.184Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32322026-08-27T23:01:26.224Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32332026-08-27T23:01:26.381Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32342026-08-27T23:01:26.710Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32352026-08-27T23:01:26.736Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32362026-08-27T23:01:27.051Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32372026-08-27T23:01:27.129Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32382026-08-27T23:01:27.286Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32392026-08-27T23:01:27.339Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32402026-08-27T23:01:27.378Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32412026-08-27T23:01:27.579Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32422026-08-27T23:01:27.640Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32432026-08-27T23:01:27.694Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32442026-08-27T23:01:27.810Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32452026-08-27T23:01:27.843Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32462026-08-27T23:01:27.924Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32472026-08-27T23:01:27.949Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32482026-08-27T23:01:27.979Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32492026-08-27T23:01:28.036Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32502026-08-27T23:01:28.141Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32512026-08-27T23:01:28.168Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32522026-08-27T23:01:28.230Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32532026-08-27T23:01:28.245Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32542026-08-27T23:01:28.500Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32552026-08-27T23:01:28.505Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32562026-08-27T23:01:28.548Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32572026-08-27T23:01:28.551Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32582026-08-27T23:01:28.551Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32592026-08-27T23:01:28.725Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32602026-08-27T23:01:28.729Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32612026-08-27T23:01:28.827Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32622026-08-27T23:01:28.849Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32632026-08-27T23:01:28.907Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32642026-08-27T23:01:28.932Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32652026-08-27T23:01:29.063Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32662026-08-27T23:01:29.087Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32672026-08-27T23:01:29.109Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32682026-08-27T23:01:29.163Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32692026-08-27T23:01:29.189Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32702026-08-27T23:01:29.255Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32712026-08-27T23:01:29.281Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32722026-08-27T23:01:29.377Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32732026-08-27T23:01:29.449Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32742026-08-27T23:01:29.474Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32752026-08-27T23:01:29.748Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32762026-08-27T23:01:29.752Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32772026-08-27T23:01:29.816Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32782026-08-27T23:01:30.260Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32792026-08-27T23:01:30.447Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32802026-08-27T23:01:30.474Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32812026-08-27T23:01:30.727Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32822026-08-27T23:01:31.502Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32832026-08-27T23:01:32.096Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32842026-08-27T23:01:32.966Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32852026-08-27T23:01:33.401Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32862026-08-27T23:01:33.628Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32872026-08-27T23:01:34.241Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32882026-08-27T23:01:35.094Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32892026-08-27T23:01:35.391Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32902026-08-27T23:01:35.653Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32912026-08-27T23:01:35.726Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32922026-08-27T23:01:35.729Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32932026-08-27T23:01:35.825Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32942026-08-27T23:01:35.923Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-08-27T23:01:36.448Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32962026-08-27T23:01:36.723Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32972026-08-27T23:01:36.924Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32982026-08-27T23:01:36.952Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32992026-08-27T23:01:37.432Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33002026-08-27T23:01:37.482Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33012026-08-27T23:01:37.784Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33022026-08-27T23:01:37.922Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33032026-08-27T23:01:38.019Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33042026-08-27T23:01:38.171Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33052026-08-27T23:01:38.815Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33062026-08-27T23:01:38.952Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33072026-08-27T23:01:39.321Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33082026-08-27T23:01:39.715Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33092026-08-27T23:01:39.960Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33102026-08-27T23:01:40.417Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33112026-08-27T23:01:40.816Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33122026-08-27T23:01:41.113Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33132026-08-27T23:01:41.225Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33142026-08-27T23:01:41.607Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33152026-08-27T23:01:41.823Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33162026-08-27T23:01:41.967Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33172026-08-27T23:01:42.459Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33182026-08-27T23:01:42.609Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33192026-08-27T23:01:43.163Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33202026-08-27T23:01:43.300Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33212026-08-27T23:01:43.701Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33222026-08-27T23:01:43.969Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33232026-08-27T23:01:44.421Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33242026-08-27T23:01:44.678Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33252026-08-27T23:01:45.147Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33262026-08-27T23:01:45.925Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33272026-08-27T23:01:48.785Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33282026-08-27T23:01:49.128Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33292026-08-27T23:01:49.355Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33302026-08-27T23:01:51.702Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33312026-08-27T23:01:51.964Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33322026-08-27T23:01:52.457Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33332026-08-27T23:01:52.482Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33342026-08-27T23:01:52.579Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33352026-08-27T23:01:52.728Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33362026-08-27T23:01:54.012Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33372026-08-27T23:01:54.265Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33382026-08-27T23:01:54.380Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33392026-08-27T23:01:55.628Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33402026-08-27T23:01:55.844Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33412026-08-27T23:01:56.092Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33422026-08-27T23:01:56.315Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33432026-08-27T23:01:56.438Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33442026-08-27T23:01:56.558Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33452026-08-27T23:01:56.967Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33462026-08-27T23:01:56.990Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33472026-08-27T23:01:57.014Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33482026-08-27T23:01:57.272Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33492026-08-27T23:01:57.783Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33502026-08-27T23:01:57.808Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33512026-08-27T23:01:58.295Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33522026-08-27T23:01:58.495Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33532026-08-27T23:01:58.570Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33542026-08-27T23:01:58.622Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33552026-08-27T23:01:59.223Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33562026-08-27T23:02:00.323Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33572026-08-27T23:02:00.661Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33582026-08-27T23:02:00.847Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33592026-08-27T23:02:03.511Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33602026-08-27T23:02:04.903Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33612026-08-27T23:02:05.485Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33622026-08-27T23:02:05.986Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33632026-08-27T23:02:08.202Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33642026-08-27T23:02:09.178Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33652026-08-27T23:02:10.190Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33662026-08-27T23:02:10.968Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33672026-08-27T23:02:11.746Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33682026-08-27T23:02:13.956Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33692026-08-27T23:02:14.453Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33702026-08-27T23:02:14.870Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33712026-08-27T23:02:16.058Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33722026-08-27T23:02:16.913Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-08-27T23:02:17.218Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33742026-08-27T23:02:22.382Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33752026-08-27T23:02:22.948Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33762026-08-27T23:02:23.988Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33772026-08-27T23:02:24.520Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33782026-08-27T23:02:25.560Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33792026-08-27T23:02:26.307Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33802026-08-27T23:02:27.058Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33812026-08-27T23:02:27.825Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33822026-08-27T23:02:30.302Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33832026-08-27T23:02:30.447Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33842026-08-27T23:02:30.990Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33852026-08-27T23:02:31.125Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33862026-08-27T23:02:32.891Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33872026-08-27T23:02:33.540Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33882026-08-27T23:02:34.768Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33892026-08-27T23:02:38.372Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33902026-08-27T23:02:39.055Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33912026-08-27T23:02:40.410Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33922026-08-27T23:02:41.099Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33932026-08-27T23:02:42.145Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33942026-08-27T23:02:42.981Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33952026-08-27T23:02:44.753Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33962026-08-27T23:02:46.009Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33972026-08-27T23:02:47.057Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33982026-08-27T23:02:47.994Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33992026-08-27T23:02:49.043Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34002026-08-27T23:02:51.839Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34012026-08-27T23:02:52.631Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34022026-08-27T23:02:54.382Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34032026-08-27T23:02:54.901Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34042026-08-27T23:02:56.635Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34052026-08-27T23:02:58.090Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34062026-08-27T23:02:59.884Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34072026-08-27T23:03:01.343Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34082026-08-27T23:03:03.039Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34092026-08-27T23:03:04.583Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34102026-08-27T23:03:06.343Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34112026-08-27T23:03:10.899Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34122026-08-27T23:03:11.331Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34132026-08-27T23:03:12.885Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34142026-08-27T23:03:13.050Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34152026-08-27T23:03:14.556Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34162026-08-27T23:03:16.704Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34172026-08-27T23:03:18.471Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34182026-08-27T23:03:20.524Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34192026-08-27T23:03:22.303Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34202026-08-27T23:03:24.028Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34212026-08-27T23:03:26.061Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34222026-08-27T23:03:27.636Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34232026-08-27T23:03:29.436Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34242026-08-27T23:03:31.183Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34252026-08-27T23:03:32.947Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34262026-08-27T23:03:34.734Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34272026-08-27T23:03:36.449Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34282026-08-27T23:03:38.147Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34292026-08-27T23:03:40.131Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34302026-08-27T23:03:41.723Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34312026-08-27T23:03:43.582Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34322026-08-27T23:03:45.358Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34332026-08-27T23:03:47.176Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34342026-08-27T23:03:49.188Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34352026-08-27T23:03:51.012Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34362026-08-27T23:03:55.018Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34372026-08-27T23:03:56.702Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34382026-08-27T23:03:59.052Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34392026-08-27T23:04:02.490Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34402026-08-27T23:04:03.056Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34412026-08-27T23:04:08.121Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34422026-08-27T23:04:08.121Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34432026-08-27T23:04:09.758Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34442026-08-27T23:04:12.072Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34452026-08-27T23:04:14.125Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34462026-08-27T23:04:16.656Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34472026-08-27T23:04:19.716Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34482026-08-27T23:04:21.246Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34492026-08-27T23:04:24.196Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34502026-08-27T23:04:26.383Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34512026-08-27T23:04:29.146Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34522026-08-27T23:04:30.953Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34532026-08-27T23:04:33.464Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34542026-08-27T23:04:36.036Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34552026-08-27T23:04:38.439Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34562026-08-27T23:04:41.191Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34572026-08-27T23:04:43.671Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34582026-08-27T23:04:45.915Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34592026-08-27T23:04:48.692Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34602026-08-27T23:04:51.111Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34612026-08-27T23:04:53.652Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34622026-08-27T23:04:56.156Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34632026-08-27T23:04:58.654Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34642026-08-27T23:05:01.014Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34652026-08-27T23:05:03.749Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34662026-08-27T23:05:06.227Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34672026-08-27T23:05:08.840Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34682026-08-27T23:05:11.331Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34692026-08-27T23:05:13.945Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34702026-08-27T23:05:16.415Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34712026-08-27T23:05:18.957Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34722026-08-27T23:05:21.645Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34732026-08-27T23:05:24.178Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34742026-08-27T23:05:26.782Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34752026-08-27T23:05:29.388Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34762026-08-27T23:05:32.678Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34772026-08-27T23:05:34.823Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34782026-08-27T23:05:37.485Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34792026-08-27T23:05:40.109Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34802026-08-27T23:05:42.780Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34812026-08-27T23:05:45.604Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34822026-08-27T23:05:48.214Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34832026-08-27T23:05:51.050Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34842026-08-27T23:05:53.522Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34852026-08-27T23:05:56.091Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34862026-08-27T23:05:58.947Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34872026-08-27T23:06:01.861Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34882026-08-27T23:06:04.529Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34892026-08-27T23:06:07.323Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34902026-08-27T23:06:10.042Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34912026-08-27T23:06:12.715Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34922026-08-27T23:06:15.364Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34932026-08-27T23:06:18.165Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34942026-08-27T23:06:20.948Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34952026-08-27T23:06:23.610Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34962026-08-27T23:06:26.398Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34972026-08-27T23:06:29.133Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34982026-08-27T23:06:31.887Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34992026-08-27T23:06:39.936Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35002026-08-27T23:06:40.044Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35012026-08-27T23:06:43.912Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35022026-08-27T23:06:47.089Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35032026-08-27T23:06:50.598Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35042026-08-27T23:06:54.162Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35052026-08-27T23:06:57.657Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35062026-08-27T23:07:02.633Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35072026-08-27T23:07:05.623Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35082026-08-27T23:07:09.501Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35092026-08-27T23:07:13.379Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35102026-08-27T23:07:17.454Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35112026-08-27T23:07:21.019Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35122026-08-27T23:07:24.887Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35132026-08-27T23:07:28.755Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35142026-08-27T23:07:32.590Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35152026-08-27T23:07:36.486Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35162026-08-27T23:07:40.339Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35172026-08-27T23:07:44.192Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35182026-08-27T23:07:48.092Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35192026-08-27T23:07:51.867Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35202026-08-27T23:07:55.720Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
35212026-08-27T23:07:59.583Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35222026-08-27T23:08:03.418Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35232026-08-27T23:08:07.269Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35242026-08-27T23:08:11.156Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35252026-08-27T23:08:15.017Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35262026-08-27T23:08:18.948Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35272026-08-27T23:08:22.751Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35282026-08-27T23:08:53.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 35s
35292026-08-27T23:08:53.737Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35302026-08-27T23:08:53.737Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35312026-08-27T23:08:53.906Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35322026-08-27T23:08:54.014Z
35332026-08-27T23:08:54.017Zreal 7:35.368271273
35342026-08-27T23:08:54.017Zuser 20:25.768891710
35352026-08-27T23:08:54.017Zsys 4:20.797188811
35362026-08-27T23:08:54.017Ztrap 0.295240815
35372026-08-27T23:08:54.017Ztflt 0.029075208
35382026-08-27T23:08:54.017Zdflt 0.107485010
35392026-08-27T23:08:54.017Zkflt 0.000049590
35402026-08-27T23:08:54.017Zlock 7:16:43.406693892
35412026-08-27T23:08:54.018Zslp 2:33:21.869748127
35422026-08-27T23:08:54.018Zlat 33.938515591
35432026-08-27T23:08:54.018Zstop 2:07.408703664
35442026-08-27T23:08:54.018Zprocess exited: duration 843262 ms, exit code 0
 
35452026-08-27T23:08:54.024Zfound 0 output files