01KZSQQ7RX8F8K5PQKWNBQGVZT: clippy (helios)

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

Buildomat Job: 01KZSQQVCWS88Q44J6DNZ510Q9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-12T01:01:11.715Zjob assigned to worker 01KZSQR205DKDXGFD8H2JMN6MT [factory aws, i-0c72c1404a8cfb526] (queued for 58 s)
 
22026-08-12T01:01:18.417Zstarting task 0: "setup"
32026-08-12T01:01:18.420Z++ uname -s
42026-08-12T01:01:18.423Z+ kern=SunOS
52026-08-12T01:01:18.423Z+ build_user=build
62026-08-12T01:01:18.423Z+ build_uid=12345
72026-08-12T01:01:18.423Z+ work_dir=/work
82026-08-12T01:01:18.423Z+ input_dir=/input
92026-08-12T01:01:18.423Z+ [[ 0 == 12345 ]]
102026-08-12T01:01:18.423Z+ case "$kern" in
112026-08-12T01:01:18.423Z+ groupadd -g 12345 build
122026-08-12T01:01:18.436Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-12T01:01:20.441Z+ zfs create -o mountpoint=/work rpool/work
142026-08-12T01:01:20.513Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-12T01:01:20.517Z+ home_fs=zfs
162026-08-12T01:01:20.517Z+ [[ zfs == autofs ]]
172026-08-12T01:01:20.517Z+ mkdir -p /home/build
182026-08-12T01:01:20.517Z+ chown build:build /home/build /work
192026-08-12T01:01:22.517Z+ chmod 0700 /home/build /work
202026-08-12T01:01:22.520Zprocess exited: duration 4103 ms, exit code 0
 
212026-08-12T01:01:22.526Zstarting task 1: "rust-toolchain"
222026-08-12T01:01:22.530Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-12T01:01:22.530Z * rust toolchain channel = "1.97.1"
242026-08-12T01:01:22.530Z * rust toolchain profile = "default"
252026-08-12T01:01:22.530Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-12T01:01:22.530Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-12T01:01:22.530Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-12T01:01:22.544Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-12T01:01:22.544Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-12T01:01:22.611Zinfo: downloading installer
312026-08-12T01:01:23.872Zwarn: It looks like you have an existing rustup settings file at:
322026-08-12T01:01:23.872Zwarn: /home/build/.rustup/settings.toml
332026-08-12T01:01:23.872Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-12T01:01:23.872Zwarn: instead of the one inferred from the default host triple.
352026-08-12T01:01:23.884Zinfo: profile set to default
362026-08-12T01:01:23.884Zinfo: default host triple is x86_64-unknown-illumos
372026-08-12T01:01:23.887Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-12T01:01:24.016Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-12T01:01:24.019Zinfo: downloading 6 components
402026-08-12T01:01:38.582Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-12T01:01:38.582Z
422026-08-12T01:01:38.610Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-12T01:01:38.610Z
442026-08-12T01:01:38.610Z
452026-08-12T01:01:38.610ZRust is installed now. Great!
462026-08-12T01:01:38.610Z
472026-08-12T01:01:38.610ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-12T01:01:38.610Zenvironment variable. This has not been done automatically.
492026-08-12T01:01:38.610Z
502026-08-12T01:01:38.611ZTo configure your current shell, you need to source
512026-08-12T01:01:38.611Zthe corresponding env file under $HOME/.cargo.
522026-08-12T01:01:38.611Z
532026-08-12T01:01:38.611ZThis is usually done by running one of the following (note the leading DOT):
542026-08-12T01:01:38.614Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-12T01:01:38.614Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-12T01:01:38.614Zsource "~/.cargo/env.nu" # For nushell
572026-08-12T01:01:38.614Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-12T01:01:38.614Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-12T01:01:38.614Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-12T01:01:38.614Zwarn: no default linker (`cc`) was found in your PATH
612026-08-12T01:01:38.614Zwarn: many Rust crates require a system C toolchain to build
622026-08-12T01:01:38.709Z+ rustup --version
632026-08-12T01:01:38.718Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-12T01:01:38.721Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-12T01:01:38.739Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-12T01:01:38.742Z+ cargo --version
672026-08-12T01:01:38.756Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-12T01:01:38.759Z+ rustc --version
692026-08-12T01:01:38.778Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-12T01:01:38.781Zprocess exited: duration 16254 ms, exit code 0
 
712026-08-12T01:01:38.788Zstarting task 2: "authentication"
722026-08-12T01:01:38.804Zprocess exited: duration 16 ms, exit code 0
 
732026-08-12T01:01:38.811Zstarting task 3: "clone repository"
742026-08-12T01:01:38.814Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-12T01:01:38.817Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-12T01:01:38.845ZCloning into '/work/oxidecomputer/omicron'...
772026-08-12T01:01:55.975Z+ cd /work/oxidecomputer/omicron
782026-08-12T01:01:55.975Z+ git fetch origin a6edaf011eeb97d1e5513f06fa914ae31cb7065f
792026-08-12T01:01:56.334ZFrom https://github.com/oxidecomputer/omicron
802026-08-12T01:01:56.334Z * branch a6edaf011eeb97d1e5513f06fa914ae31cb7065f -> FETCH_HEAD
812026-08-12T01:01:56.343Z+ [[ -n sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
822026-08-12T01:01:56.347Z++ git branch --show-current
832026-08-12T01:01:56.347Z+ current=main
842026-08-12T01:01:56.347Z+ [[ main != sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
852026-08-12T01:01:56.347Z+ git branch -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config a6edaf011eeb97d1e5513f06fa914ae31cb7065f
862026-08-12T01:01:56.350Z+ git checkout -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config
872026-08-12T01:01:56.596ZSwitched to branch 'sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config'
882026-08-12T01:01:56.599Z+ git reset --hard a6edaf011eeb97d1e5513f06fa914ae31cb7065f
892026-08-12T01:01:56.844ZHEAD is now at a6edaf011 [spr] initial version
902026-08-12T01:01:56.847Zprocess exited: duration 18034 ms, exit code 0
 
912026-08-12T01:01:56.854Zstarting task 4: "build"
922026-08-12T01:01:56.858Z+ source ./env.sh
932026-08-12T01:01:56.858Z++ OLD_SHELL_OPTS=ehxB
942026-08-12T01:01:56.858Z++ set -o xtrace
952026-08-12T01:01:56.861Z++++ dirname ./env.sh
962026-08-12T01:01:56.864Z+++ readlink -f .
972026-08-12T01:01:56.864Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-12T01:01:56.864Z++ 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-12T01:01:56.864Z++ 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-12T01:01:56.864Z++ 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-12T01:01:56.864Z++ 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-12T01:01:56.864Z++ 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-12T01:01:56.864Z++ 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-12T01:01:56.864Z++ 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-12T01:01:56.864Z++ 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-12T01:01:56.864Z++ 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-12T01:01:56.864Z++ 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-12T01:01:56.864Z++ case $OLD_SHELL_OPTS in
1092026-08-12T01:01:56.864Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-12T01:01:56.864Z+ source .github/buildomat/ci-env.sh
1112026-08-12T01:01:56.864Z++ export CARGO_TERM_COLOR=always
1122026-08-12T01:01:56.864Z++ CARGO_TERM_COLOR=always
1132026-08-12T01:01:56.867Z+++ uname -s
1142026-08-12T01:01:56.867Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-12T01:01:56.867Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-12T01:01:56.867Z+ cargo --version
1172026-08-12T01:01:56.876Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-12T01:01:56.879Z+ rustc --version
1192026-08-12T01:01:56.897Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-12T01:01:56.900Z+ banner prerequisites
1212026-08-12T01:01:56.904Z
1222026-08-12T01:01:56.904Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-12T01:01:56.904Z # # # # # # # # # # # # # # #
1242026-08-12T01:01:56.904Z # # # # ##### # # ##### # # # # # #### #
1252026-08-12T01:01:56.904Z ##### ##### # ##### # # # # # # # # #
1262026-08-12T01:01:56.904Z # # # # # # # # # # # # # # #
1272026-08-12T01:01:56.904Z # # # ###### # # ###### ### # #### # #### #
1282026-08-12T01:01:56.904Z
1292026-08-12T01:01:56.904Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-12T01:01:58.681Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-12T01:01:58.992Z Startup: Caching catalogs ... Done
1322026-08-12T01:02:00.696ZPlanning: Solver setup ... Done (1.605s)
1332026-08-12T01:02:00.751ZPlanning: Running solver ... Done (0.054s)
1342026-08-12T01:02:00.787ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-12T01:02:00.800ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-12T01:02:00.814ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-12T01:02:00.828ZPlanning: Package planning ... Done (0.013s)
1382026-08-12T01:02:00.831ZPlanning: Merging actions ... Done (0.002s)
1392026-08-12T01:02:00.989ZPlanning: Checking for conflicting actions ... Done (0.159s)
1402026-08-12T01:02:00.992ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-12T01:02:01.753ZPlanning: Evaluating mediators ... Done (0.764s)
1422026-08-12T01:02:01.757ZPlanning: Planning completed in 2.73 seconds
1432026-08-12T01:02:01.763Z Packages to install: 2
1442026-08-12T01:02:01.766Z Estimated space available: 156.02 GB
1452026-08-12T01:02:01.766ZEstimated space to be consumed: 67.95 MB
1462026-08-12T01:02:01.766Z Create boot environment: No
1472026-08-12T01:02:01.766ZCreate backup boot environment: No
1482026-08-12T01:02:01.766Z Rebuild boot archive: No
1492026-08-12T01:02:01.766Z
1502026-08-12T01:02:01.766ZChanged packages:
1512026-08-12T01:02:01.766Zhelios
1522026-08-12T01:02:01.766Z developer/build-essential
1532026-08-12T01:02:01.766Z None -> 11-3.0
1542026-08-12T01:02:01.766Z library/libxmlsec1
1552026-08-12T01:02:01.766Z None -> 1.2.35-3.0
1562026-08-12T01:02:01.787Z
1572026-08-12T01:02:01.787ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-12T01:02:01.864ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1592026-08-12T01:02:01.952Z Actions: 1/268 actions (Installing new actions)
1602026-08-12T01:02:01.989Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-12T01:02:02.019ZFinalize: Updating package state database ... Done (0.029s)
1622026-08-12T01:02:02.022ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-12T01:02:02.092ZFinalize: Updating image state ... Done (0.074s)
1642026-08-12T01:02:04.509ZFinalize: Creating fast lookup database ... Done (2.373s)
1652026-08-12T01:02:04.576ZFinalize: Reading search index ... Done (0.012s)
1662026-08-12T01:02:04.579ZFinalize: Updating search index ... Done (0.000s)
1672026-08-12T01:02:04.721ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-12T01:02:05.071ZPlanning: Evaluating mediator changes ... Done
1692026-08-12T01:02:05.171ZPlanning: Checking for conflicting actions ... Done
1702026-08-12T01:02:05.175ZPlanning: Consolidating action changes ... Done
1712026-08-12T01:02:05.327ZPlanning: Evaluating mediators ... Done
1722026-08-12T01:02:05.330ZPlanning: Planning completed in 0.26 seconds
1732026-08-12T01:02:05.348Z Mediators to change: 2
1742026-08-12T01:02:05.348Z Create boot environment: No
1752026-08-12T01:02:05.348ZCreate backup boot environment: No
1762026-08-12T01:02:05.400ZFinalize: Updating package state database ... Done
1772026-08-12T01:02:05.400ZFinalize: Updating package cache ... Done
1782026-08-12T01:02:05.443ZFinalize: Updating image state ... Done
1792026-08-12T01:02:07.369ZFinalize: Creating fast lookup database ... Done
1802026-08-12T01:02:07.432ZFinalize: Reading search index ... Done
1812026-08-12T01:02:07.437ZFinalize: Updating search index ... Done
1822026-08-12T01:02:07.524ZFinalize: Updating package cache ... Done
1832026-08-12T01:02:07.800ZPlanning: Evaluating mediator changes ... Done
1842026-08-12T01:02:07.906ZPlanning: Checking for conflicting actions ... Done
1852026-08-12T01:02:07.910ZPlanning: Consolidating action changes ... Done
1862026-08-12T01:02:08.063ZPlanning: Evaluating mediators ... Done
1872026-08-12T01:02:08.067ZPlanning: Planning completed in 0.26 seconds
1882026-08-12T01:02:08.086Z Mediators to change: 1
1892026-08-12T01:02:08.086Z Create boot environment: No
1902026-08-12T01:02:08.086ZCreate backup boot environment: No
1912026-08-12T01:02:08.127ZFinalize: Updating package state database ... Done
1922026-08-12T01:02:08.127ZFinalize: Updating package cache ... Done
1932026-08-12T01:02:08.169ZFinalize: Updating image state ... Done
1942026-08-12T01:02:10.089ZFinalize: Creating fast lookup database ... Done
1952026-08-12T01:02:10.151ZFinalize: Reading search index ... Done
1962026-08-12T01:02:10.154ZFinalize: Updating search index ... Done
1972026-08-12T01:02:10.228ZFinalize: Updating package cache ... Done
1982026-08-12T01:02:10.531ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-12T01:02:10.531Zapache system 2.4 system
2002026-08-12T01:02:10.531Zclang system 15 system
2012026-08-12T01:02:10.531Zcsh system system illumos
2022026-08-12T01:02:10.531Zctags system system illumos
2032026-08-12T01:02:10.531Zfile vendor vendor darwinsys
2042026-08-12T01:02:10.531Zfile system system illumos
2052026-08-12T01:02:10.532Zgcc vendor 14 vendor
2062026-08-12T01:02:10.532Zgcc system 13 system
2072026-08-12T01:02:10.532Zgcc system 10 system
2082026-08-12T01:02:10.532Zgo system 1.25 system
2092026-08-12T01:02:10.532Zllvm system 15 system
2102026-08-12T01:02:10.532Zmariadb system 11.4 system
2112026-08-12T01:02:10.532Zmta vendor vendor dma
2122026-08-12T01:02:10.532Zopenjdk system 17 system
2132026-08-12T01:02:10.532Zopenjdk system 11 system
2142026-08-12T01:02:10.532Zopenssl vendor 3 vendor
2152026-08-12T01:02:10.532Zperl system 5.40 system
2162026-08-12T01:02:10.532Zpostgresql system 18 system
2172026-08-12T01:02:10.532Zpostgresql system 17 system
2182026-08-12T01:02:10.532Zpython vendor 3 vendor
2192026-08-12T01:02:10.532Zpython system 2 system
2202026-08-12T01:02:10.532Zpython3 vendor 3.13 vendor
2212026-08-12T01:02:10.532Zruby system 3.4 system
2222026-08-12T01:02:10.532Zruby system 3.0 system
2232026-08-12T01:02:10.532Zwords vendor vendor american-english
2242026-08-12T01:02:10.532Zwords system system australian-english
2252026-08-12T01:02:10.532Zwords system system british-english
2262026-08-12T01:02:10.532Zwords system system canadian-english
2272026-08-12T01:02:10.532Zwords system system french
2282026-08-12T01:02:10.532Zwords system system italian
2292026-08-12T01:02:10.532Zwords system system ngerman
2302026-08-12T01:02:10.532Zwords system system ogerman
2312026-08-12T01:02:10.532Zwords system system spanish
2322026-08-12T01:02:10.781ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-12T01:02:10.781Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-12T01:02:11.214ZFMRI IFO
2352026-08-12T01:02:11.214Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-12T01:02:11.214Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-12T01:02:11.214Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-12T01:02:11.214Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-12T01:02:11.215Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-12T01:02:11.215Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-12T01:02:11.215Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-12T01:02:11.215Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-12T01:02:11.215Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-12T01:02:11.530Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-12T01:02:11.855Z Updating crates.io index
2462026-08-12T01:02:11.858Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-12T01:02:12.618Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-12T01:02:13.007Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-12T01:02:14.308Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-12T01:02:14.944Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-12T01:02:16.942Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-12T01:02:18.174Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-12T01:02:18.462Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-12T01:02:18.823Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-12T01:02:20.211Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-12T01:02:20.501Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-12T01:02:20.898Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-12T01:02:21.188Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-12T01:02:21.431Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-12T01:02:21.705Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-12T01:02:22.066Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-12T01:02:22.324Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-12T01:02:22.721Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-08-12T01:02:23.462Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-12T01:02:23.569Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-12T01:02:23.960Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-12T01:02:24.376Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-12T01:02:24.679Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-12T01:02:25.247Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-12T01:02:25.631Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-12T01:02:25.962Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-12T01:02:26.391Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-12T01:02:26.676Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-12T01:02:27.024Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-12T01:02:27.365Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-12T01:02:27.716Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-12T01:02:28.172Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-12T01:02:28.687Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-12T01:02:29.406Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-12T01:02:29.693Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-12T01:02:30.023Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-12T01:02:30.326Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-12T01:02:30.635Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-12T01:02:30.905Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-12T01:02:31.192Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-12T01:02:31.511Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-12T01:02:31.813Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-12T01:02:34.553Z Downloading crates ...
2892026-08-12T01:02:34.604Z Downloaded block-buffer v0.10.4
2902026-08-12T01:02:34.615Z Downloaded heck v0.4.1
2912026-08-12T01:02:34.619Z Downloaded equivalent v1.0.2
2922026-08-12T01:02:34.619Z Downloaded is_terminal_polyfill v1.70.2
2932026-08-12T01:02:34.619Z Downloaded autocfg v1.5.0
2942026-08-12T01:02:34.619Z Downloaded anstyle-parse v1.0.0
2952026-08-12T01:02:34.619Z Downloaded camino v1.2.2
2962026-08-12T01:02:34.622Z Downloaded version_check v0.9.5
2972026-08-12T01:02:34.622Z Downloaded plain v0.2.3
2982026-08-12T01:02:34.625Z Downloaded clap_derive v4.6.1
2992026-08-12T01:02:34.625Z Downloaded zerocopy-derive v0.7.35
3002026-08-12T01:02:34.628Z Downloaded anstream v1.0.0
3012026-08-12T01:02:34.628Z Downloaded usdt-impl v0.5.0
3022026-08-12T01:02:34.632Z Downloaded anyhow v1.0.102
3032026-08-12T01:02:34.636Z Downloaded unicode-ident v1.0.24
3042026-08-12T01:02:34.639Z Downloaded serde_core v1.0.228
3052026-08-12T01:02:34.639Z Downloaded sha2 v0.10.9
3062026-08-12T01:02:34.639Z Downloaded zmij v1.0.21
3072026-08-12T01:02:34.642Z Downloaded zerocopy v0.7.35
3082026-08-12T01:02:34.648Z Downloaded bitflags v2.11.0
3092026-08-12T01:02:34.659Z Downloaded anstyle v1.0.14
3102026-08-12T01:02:34.662Z Downloaded rustix v1.1.3
3112026-08-12T01:02:34.674Z Downloaded anstyle-query v1.1.5
3122026-08-12T01:02:34.677Z Downloaded thiserror-impl v2.0.18
3132026-08-12T01:02:34.677Z Downloaded thiserror-impl v1.0.69
3142026-08-12T01:02:34.677Z Downloaded smawk v0.3.2
3152026-08-12T01:02:34.677Z Downloaded proc-macro-error v1.0.4
3162026-08-12T01:02:34.680Z Downloaded errno v0.3.14
3172026-08-12T01:02:34.684Z Downloaded itoa v1.0.17
3182026-08-12T01:02:34.687Z Downloaded macaddr v1.0.1
3192026-08-12T01:02:34.694Z Downloaded thiserror v1.0.69
3202026-08-12T01:02:34.699Z Downloaded usdt v0.5.0
3212026-08-12T01:02:34.699Z Downloaded swrite v0.1.0
3222026-08-12T01:02:34.702Z Downloaded pest_generator v2.8.6
3232026-08-12T01:02:34.704Z Downloaded ucd-trie v0.1.7
3242026-08-12T01:02:34.708Z Downloaded cargo-platform v0.3.2
3252026-08-12T01:02:34.711Z Downloaded generic-array v0.14.7
3262026-08-12T01:02:34.712Z Downloaded pest_derive v2.8.6
3272026-08-12T01:02:34.712Z Downloaded fs-err v3.3.0
3282026-08-12T01:02:34.712Z Downloaded cargo_metadata v0.23.1
3292026-08-12T01:02:34.716Z Downloaded indexmap v2.14.0
3302026-08-12T01:02:34.719Z Downloaded clap v4.6.1
3312026-08-12T01:02:34.724Z Downloaded fnv v1.0.7
3322026-08-12T01:02:34.727Z Downloaded unicode-linebreak v0.1.5
3332026-08-12T01:02:34.727Z Downloaded utf8parse v0.2.2
3342026-08-12T01:02:34.727Z Downloaded clap_lex v1.0.0
3352026-08-12T01:02:34.730Z Downloaded byteorder v1.5.0
3362026-08-12T01:02:34.735Z Downloaded colorchoice v1.0.4
3372026-08-12T01:02:34.738Z Downloaded thread-id v4.2.2
3382026-08-12T01:02:34.738Z Downloaded toml_datetime v0.6.11
3392026-08-12T01:02:34.738Z Downloaded cfg-if v1.0.4
3402026-08-12T01:02:34.741Z Downloaded fastrand v2.3.0
3412026-08-12T01:02:34.744Z Downloaded heck v0.5.0
3422026-08-12T01:02:34.744Z Downloaded proc-macro-error-attr v1.0.4
3432026-08-12T01:02:34.744Z Downloaded cargo_toml v0.21.0
3442026-08-12T01:02:34.744Z Downloaded tabled_derive v0.7.0
3452026-08-12T01:02:34.744Z Downloaded usdt-attr-macro v0.5.0
3462026-08-12T01:02:34.761Z Downloaded proc-macro2 v1.0.106
3472026-08-12T01:02:34.761Z Downloaded digest v0.10.7
3482026-08-12T01:02:34.761Z Downloaded serde_spanned v0.6.9
3492026-08-12T01:02:34.761Z Downloaded cpufeatures v0.2.17
3502026-08-12T01:02:34.762Z Downloaded toml_write v0.1.2
3512026-08-12T01:02:34.762Z Downloaded scroll_derive v0.12.1
3522026-08-12T01:02:34.762Z Downloaded dtrace-parser v0.2.0
3532026-08-12T01:02:34.765Z Downloaded usdt-macro v0.5.0
3542026-08-12T01:02:34.766Z Downloaded dof v0.3.0
3552026-08-12T01:02:34.766Z Downloaded strsim v0.11.1
3562026-08-12T01:02:34.769Z Downloaded memmap v0.7.0
3572026-08-12T01:02:34.772Z Downloaded pretty-hex v0.4.1
3582026-08-12T01:02:34.778Z Downloaded thiserror v2.0.18
3592026-08-12T01:02:34.785Z Downloaded scroll v0.12.0
3602026-08-12T01:02:34.789Z Downloaded terminal_size v0.4.3
3612026-08-12T01:02:34.795Z Downloaded camino-tempfile v1.4.1
3622026-08-12T01:02:34.799Z Downloaded crypto-common v0.1.7
3632026-08-12T01:02:34.802Z Downloaded once_cell v1.21.3
3642026-08-12T01:02:34.805Z Downloaded serde_tokenstream v0.2.3
3652026-08-12T01:02:34.808Z Downloaded quote v1.0.45
3662026-08-12T01:02:34.811Z Downloaded toml v0.8.23
3672026-08-12T01:02:34.811Z Downloaded getrandom v0.4.1
3682026-08-12T01:02:34.814Z Downloaded tempfile v3.25.0
3692026-08-12T01:02:34.814Z Downloaded papergrid v0.11.0
3702026-08-12T01:02:34.817Z Downloaded semver v1.0.28
3712026-08-12T01:02:34.819Z Downloaded bytecount v0.6.9
3722026-08-12T01:02:34.822Z Downloaded textwrap v0.16.2
3732026-08-12T01:02:34.843Z Downloaded toml_edit v0.22.27
3742026-08-12T01:02:34.854Z Downloaded serde_derive v1.0.228
3752026-08-12T01:02:34.857Z Downloaded serde_json v1.0.151
3762026-08-12T01:02:34.861Z Downloaded pest_meta v2.8.6
3772026-08-12T01:02:34.865Z Downloaded log v0.4.29
3782026-08-12T01:02:34.869Z Downloaded serde v1.0.228
3792026-08-12T01:02:34.872Z Downloaded hashbrown v0.17.0
3802026-08-12T01:02:34.875Z Downloaded typenum v1.20.1
3812026-08-12T01:02:34.877Z Downloaded memchr v2.8.0
3822026-08-12T01:02:34.897Z Downloaded winnow v0.7.14
3832026-08-12T01:02:34.902Z Downloaded goblin v0.8.2
3842026-08-12T01:02:34.905Z Downloaded pest v2.8.6
3852026-08-12T01:02:34.912Z Downloaded clap_builder v4.6.0
3862026-08-12T01:02:34.919Z Downloaded tabled v0.15.0
3872026-08-12T01:02:34.934Z Downloaded syn v2.0.117
3882026-08-12T01:02:34.941Z Downloaded syn v1.0.109
3892026-08-12T01:02:34.946Z Downloaded unicode-width v0.2.0
3902026-08-12T01:02:34.949Z Downloaded unicode-width v0.1.14
3912026-08-12T01:02:34.968Z Downloaded libc v0.2.185
3922026-08-12T01:02:35.030Z Compiling proc-macro2 v1.0.106
3932026-08-12T01:02:35.031Z Compiling quote v1.0.45
3942026-08-12T01:02:35.031Z Compiling unicode-ident v1.0.24
3952026-08-12T01:02:35.034Z Compiling serde_core v1.0.228
3962026-08-12T01:02:35.034Z Compiling libc v0.2.185
3972026-08-12T01:02:35.034Z Compiling version_check v0.9.5
3982026-08-12T01:02:35.034Z Compiling memchr v2.8.0
3992026-08-12T01:02:35.034Z Compiling serde v1.0.228
4002026-08-12T01:02:35.399Z Compiling zmij v1.0.21
4012026-08-12T01:02:35.649Z Compiling ucd-trie v0.1.7
4022026-08-12T01:02:35.666Z Compiling itoa v1.0.17
4032026-08-12T01:02:35.699Z Compiling thiserror v1.0.69
4042026-08-12T01:02:35.866Z Compiling pest v2.8.6
4052026-08-12T01:02:36.033Z Compiling byteorder v1.5.0
4062026-08-12T01:02:36.055Z Compiling rustix v1.1.3
4072026-08-12T01:02:36.177Z Compiling errno v0.3.14
4082026-08-12T01:02:36.256Z Compiling bitflags v2.11.0
4092026-08-12T01:02:36.326Z Compiling serde_json v1.0.151
4102026-08-12T01:02:36.497Z Compiling syn v2.0.117
4112026-08-12T01:02:36.541Z Compiling thread-id v4.2.2
4122026-08-12T01:02:36.574Z Compiling usdt-impl v0.5.0
4132026-08-12T01:02:36.637Z Compiling proc-macro-error-attr v1.0.4
4142026-08-12T01:02:36.743Z Compiling syn v1.0.109
4152026-08-12T01:02:36.780Z Compiling camino v1.2.2
4162026-08-12T01:02:36.865Z Compiling pest_meta v2.8.6
4172026-08-12T01:02:37.092Z Compiling proc-macro-error v1.0.4
4182026-08-12T01:02:37.155Z Compiling plain v0.2.3
4192026-08-12T01:02:37.172Z Compiling log v0.4.29
4202026-08-12T01:02:37.267Z Compiling getrandom v0.4.1
4212026-08-12T01:02:37.286Z Compiling hashbrown v0.17.0
4222026-08-12T01:02:37.360Z Compiling utf8parse v0.2.2
4232026-08-12T01:02:37.552Z Compiling equivalent v1.0.2
4242026-08-12T01:02:37.644Z Compiling anstyle-parse v1.0.0
4252026-08-12T01:02:37.660Z Compiling terminal_size v0.4.3
4262026-08-12T01:02:37.800Z Compiling indexmap v2.14.0
4272026-08-12T01:02:38.276Z Compiling winnow v0.7.14
4282026-08-12T01:02:38.387Z Compiling anstyle-query v1.1.5
4292026-08-12T01:02:38.429Z Compiling thiserror v2.0.18
4302026-08-12T01:02:38.454Z Compiling colorchoice v1.0.4
4312026-08-12T01:02:38.485Z Compiling autocfg v1.5.0
4322026-08-12T01:02:38.512Z Compiling pretty-hex v0.4.1
4332026-08-12T01:02:38.573Z Compiling anstyle v1.0.14
4342026-08-12T01:02:38.639Z Compiling toml_write v0.1.2
4352026-08-12T01:02:38.744Z Compiling pest_generator v2.8.6
4362026-08-12T01:02:38.799Z Compiling cfg-if v1.0.4
4372026-08-12T01:02:38.838Z Compiling is_terminal_polyfill v1.70.2
4382026-08-12T01:02:38.908Z Compiling fs-err v3.3.0
4392026-08-12T01:02:38.921Z Compiling anstream v1.0.0
4402026-08-12T01:02:39.191Z Compiling bytecount v0.6.9
4412026-08-12T01:02:39.222Z Compiling once_cell v1.21.3
4422026-08-12T01:02:39.239Z Compiling heck v0.5.0
4432026-08-12T01:02:39.257Z Compiling fastrand v2.3.0
4442026-08-12T01:02:39.354Z Compiling fnv v1.0.7
4452026-08-12T01:02:39.423Z Compiling heck v0.4.1
4462026-08-12T01:02:39.443Z Compiling strsim v0.11.1
4472026-08-12T01:02:39.457Z Compiling clap_lex v1.0.0
4482026-08-12T01:02:39.475Z Compiling unicode-width v0.1.14
4492026-08-12T01:02:39.510Z Compiling anyhow v1.0.102
4502026-08-12T01:02:39.641Z Compiling clap_builder v4.6.0
4512026-08-12T01:02:39.681Z Compiling tempfile v3.25.0
4522026-08-12T01:02:39.715Z Compiling papergrid v0.11.0
4532026-08-12T01:02:39.776Z Compiling semver v1.0.28
4542026-08-12T01:02:39.798Z Compiling tabled_derive v0.7.0
4552026-08-12T01:02:39.836Z Compiling cargo-platform v0.3.2
4562026-08-12T01:02:40.029Z Compiling memmap v0.7.0
4572026-08-12T01:02:40.051Z Compiling smawk v0.3.2
4582026-08-12T01:02:40.100Z Compiling unicode-linebreak v0.1.5
4592026-08-12T01:02:40.113Z Compiling unicode-width v0.2.0
4602026-08-12T01:02:40.257Z Compiling camino-tempfile v1.4.1
4612026-08-12T01:02:40.360Z Compiling serde_derive v1.0.228
4622026-08-12T01:02:40.438Z Compiling thiserror-impl v1.0.69
4632026-08-12T01:02:40.485Z Compiling zerocopy-derive v0.7.35
4642026-08-12T01:02:40.584Z Compiling pest_derive v2.8.6
4652026-08-12T01:02:40.628Z Compiling scroll_derive v0.12.1
4662026-08-12T01:02:40.719Z Compiling thiserror-impl v2.0.18
4672026-08-12T01:02:41.026Z Compiling clap_derive v4.6.1
4682026-08-12T01:02:41.164Z Compiling tabled v0.15.0
4692026-08-12T01:02:41.298Z Compiling scroll v0.12.0
4702026-08-12T01:02:41.364Z Compiling zerocopy v0.7.35
4712026-08-12T01:02:41.572Z Compiling goblin v0.8.2
4722026-08-12T01:02:41.793Z Compiling dtrace-parser v0.2.0
4732026-08-12T01:02:41.921Z Compiling textwrap v0.16.2
4742026-08-12T01:02:42.138Z Compiling swrite v0.1.0
4752026-08-12T01:02:42.727Z Compiling clap v4.6.1
4762026-08-12T01:02:43.324Z Compiling serde_spanned v0.6.9
4772026-08-12T01:02:43.324Z Compiling toml_datetime v0.6.11
4782026-08-12T01:02:43.325Z Compiling macaddr v1.0.1
4792026-08-12T01:02:43.328Z Compiling cargo_metadata v0.23.1
4802026-08-12T01:02:43.328Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-12T01:02:43.405Z Compiling dof v0.3.0
4822026-08-12T01:02:43.436Z Compiling serde_tokenstream v0.2.3
4832026-08-12T01:02:43.549Z Compiling toml_edit v0.22.27
4842026-08-12T01:02:44.095Z Compiling usdt-macro v0.5.0
4852026-08-12T01:02:44.117Z Compiling usdt-attr-macro v0.5.0
4862026-08-12T01:02:44.690Z Compiling usdt v0.5.0
4872026-08-12T01:02:44.860Z Compiling toml v0.8.23
4882026-08-12T01:02:45.194Z Compiling cargo_toml v0.21.0
4892026-08-12T01:02:46.470Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-12T01:02:48.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.10s
4912026-08-12T01:02:48.676Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-12T01:02:49.189Z Downloading crates ...
4932026-08-12T01:02:49.241Z Downloaded aead v0.5.2
4942026-08-12T01:02:49.246Z Downloaded assert_matches v1.5.0
4952026-08-12T01:02:49.250Z Downloaded bitfield-macros v0.19.4
4962026-08-12T01:02:49.254Z Downloaded async-recursion v1.1.1
4972026-08-12T01:02:49.258Z Downloaded bit-set v0.5.3
4982026-08-12T01:02:49.258Z Downloaded castaway v0.2.4
4992026-08-12T01:02:49.259Z Downloaded bcrypt-pbkdf v0.11.0
5002026-08-12T01:02:49.259Z Downloaded cfg_aliases v0.2.1
5012026-08-12T01:02:49.265Z Downloaded ghash v0.6.0
5022026-08-12T01:02:49.265Z Downloaded block-padding v0.4.2
5032026-08-12T01:02:49.268Z Downloaded base16ct v1.0.0
5042026-08-12T01:02:49.272Z Downloaded fallible-iterator v0.2.0
5052026-08-12T01:02:49.272Z Downloaded atty v0.2.14
5062026-08-12T01:02:49.272Z Downloaded env_filter v1.0.0
5072026-08-12T01:02:49.275Z Downloaded endian-type v0.1.2
5082026-08-12T01:02:49.275Z Downloaded arrayvec v0.7.6
5092026-08-12T01:02:49.278Z Downloaded async-trait v0.1.89
5102026-08-12T01:02:49.278Z Downloaded backoff v0.4.0
5112026-08-12T01:02:49.282Z Downloaded erased-serde v0.3.31
5122026-08-12T01:02:49.282Z Downloaded atomic-waker v1.1.2
5132026-08-12T01:02:49.282Z Downloaded bit-set v0.8.0
5142026-08-12T01:02:49.282Z Downloaded base16ct v0.2.0
5152026-08-12T01:02:49.285Z Downloaded array-init v0.0.4
5162026-08-12T01:02:49.285Z Downloaded fd-lock v4.0.4
5172026-08-12T01:02:49.285Z Downloaded foreign-types v0.3.2
5182026-08-12T01:02:49.289Z Downloaded fixedbitset v0.4.2
5192026-08-12T01:02:49.289Z Downloaded funty v2.0.0
5202026-08-12T01:02:49.292Z Downloaded base64ct v1.8.3
5212026-08-12T01:02:49.292Z Downloaded blowfish v0.10.0
5222026-08-12T01:02:49.292Z Downloaded cexpr v0.6.0
5232026-08-12T01:02:49.297Z Downloaded constant_time_eq v0.4.2
5242026-08-12T01:02:49.297Z Downloaded fxhash v0.2.1
5252026-08-12T01:02:49.297Z Downloaded gethostname v0.5.0
5262026-08-12T01:02:49.297Z Downloaded futures-io v0.3.32
5272026-08-12T01:02:49.297Z Downloaded bit-vec v0.6.3
5282026-08-12T01:02:49.301Z Downloaded bit-vec v0.8.0
5292026-08-12T01:02:49.301Z Downloaded cmake v0.1.57
5302026-08-12T01:02:49.301Z Downloaded compression-codecs v0.4.37
5312026-08-12T01:02:49.301Z Downloaded filetime v0.2.27
5322026-08-12T01:02:49.301Z Downloaded foreign-types-shared v0.3.1
5332026-08-12T01:02:49.301Z Downloaded futures-task v0.3.32
5342026-08-12T01:02:49.301Z Downloaded camino-tempfile-ext v0.3.3
5352026-08-12T01:02:49.306Z Downloaded enum_dispatch v0.3.13
5362026-08-12T01:02:49.306Z Downloaded cobs v0.3.0
5372026-08-12T01:02:49.306Z Downloaded env_logger v0.11.9
5382026-08-12T01:02:49.307Z Downloaded bb8 v0.8.6
5392026-08-12T01:02:49.310Z Downloaded ff v0.14.0
5402026-08-12T01:02:49.310Z Downloaded find-msvc-tools v0.1.9
5412026-08-12T01:02:49.310Z Downloaded ciborium-ll v0.2.2
5422026-08-12T01:02:49.310Z Downloaded fixedbitset v0.5.7
5432026-08-12T01:02:49.313Z Downloaded atomicwrites v0.4.4
5442026-08-12T01:02:49.313Z Downloaded futures-channel v0.3.32
5452026-08-12T01:02:49.313Z Downloaded arrayref v0.3.9
5462026-08-12T01:02:49.317Z Downloaded ciborium-io v0.2.2
5472026-08-12T01:02:49.317Z Downloaded fatfs v0.3.6
5482026-08-12T01:02:49.317Z Downloaded futures v0.3.32
5492026-08-12T01:02:49.322Z Downloaded block-buffer v0.12.1
5502026-08-12T01:02:49.322Z Downloaded cfg_aliases v0.1.1
5512026-08-12T01:02:49.322Z Downloaded ff v0.13.1
5522026-08-12T01:02:49.322Z Downloaded hyper-staticfile v0.10.1
5532026-08-12T01:02:49.325Z Downloaded async-stream-impl v0.3.6
5542026-08-12T01:02:49.325Z Downloaded adler2 v2.0.1
5552026-08-12T01:02:49.325Z Downloaded async-stream v0.3.6
5562026-08-12T01:02:49.325Z Downloaded buf-list v1.1.2
5572026-08-12T01:02:49.329Z Downloaded float-cmp v0.10.0
5582026-08-12T01:02:49.329Z Downloaded futures-macro v0.3.32
5592026-08-12T01:02:49.329Z Downloaded anstream v0.6.21
5602026-08-12T01:02:49.332Z Downloaded argon2 v0.5.3
5612026-08-12T01:02:49.332Z Downloaded foreign-types-macros v0.2.3
5622026-08-12T01:02:49.332Z Downloaded globwalk v0.9.1
5632026-08-12T01:02:49.332Z Downloaded flagset v0.4.7
5642026-08-12T01:02:49.335Z Downloaded foreign-types-shared v0.1.1
5652026-08-12T01:02:49.335Z Downloaded num-conv v0.2.0
5662026-08-12T01:02:49.335Z Downloaded convert_case v0.4.0
5672026-08-12T01:02:49.336Z Downloaded hash32 v0.2.1
5682026-08-12T01:02:49.336Z Downloaded http-body v1.0.1
5692026-08-12T01:02:49.341Z Downloaded getrandom v0.2.17
5702026-08-12T01:02:49.345Z Downloaded compression-core v0.4.31
5712026-08-12T01:02:49.345Z Downloaded getrandom v0.3.4
5722026-08-12T01:02:49.345Z Downloaded foreign-types v0.5.0
5732026-08-12T01:02:49.345Z Downloaded enum-as-inner v0.6.1
5742026-08-12T01:02:49.348Z Downloaded futures-sink v0.3.32
5752026-08-12T01:02:49.348Z Downloaded hash32 v0.3.1
5762026-08-12T01:02:49.348Z Downloaded hex-literal v1.1.0
5772026-08-12T01:02:49.351Z Downloaded form_urlencoded v1.2.2
5782026-08-12T01:02:49.356Z Downloaded bzip2 v0.4.4
5792026-08-12T01:02:49.359Z Downloaded cipher v0.4.4
5802026-08-12T01:02:49.359Z Downloaded httpdate v1.0.3
5812026-08-12T01:02:49.360Z Downloaded ar_archive_writer v0.5.1
5822026-08-12T01:02:49.360Z Downloaded blake2 v0.11.0-rc.6
5832026-08-12T01:02:49.363Z Downloaded ascii-canvas v3.0.0
5842026-08-12T01:02:49.363Z Downloaded opaque-debug v0.3.1
5852026-08-12T01:02:49.363Z Downloaded num_enum_derive v0.5.11
5862026-08-12T01:02:49.363Z Downloaded openssl-probe v0.2.1
5872026-08-12T01:02:49.370Z Downloaded float-ord v0.3.2
5882026-08-12T01:02:49.370Z Downloaded num-iter v0.1.45
5892026-08-12T01:02:49.374Z Downloaded git-stub v1.0.0
5902026-08-12T01:02:49.374Z Downloaded hex v0.4.3
5912026-08-12T01:02:49.374Z Downloaded nonempty v0.12.0
5922026-08-12T01:02:49.377Z Downloaded home v0.5.12
5932026-08-12T01:02:49.377Z Downloaded hyper-tls v0.6.0
5942026-08-12T01:02:49.377Z Downloaded aead v0.6.1
5952026-08-12T01:02:49.377Z Downloaded bcs v0.1.6
5962026-08-12T01:02:49.377Z Downloaded parse-size v1.1.0
5972026-08-12T01:02:49.377Z Downloaded http-range v0.1.5
5982026-08-12T01:02:49.381Z Downloaded anstyle-parse v0.2.7
5992026-08-12T01:02:49.384Z Downloaded hostname v0.4.2
6002026-08-12T01:02:49.388Z Downloaded progenitor-client v0.14.0
6012026-08-12T01:02:49.391Z Downloaded futures-core v0.3.32
6022026-08-12T01:02:49.391Z Downloaded git-stub-vcs v0.1.0
6032026-08-12T01:02:49.395Z Downloaded globset v0.4.18
6042026-08-12T01:02:49.398Z Downloaded cipher v0.5.2
6052026-08-12T01:02:49.401Z Downloaded headers-core v0.3.0
6062026-08-12T01:02:49.401Z Downloaded hubpack_derive v0.1.1
6072026-08-12T01:02:49.401Z Downloaded powerfmt v0.2.0
6082026-08-12T01:02:49.404Z Downloaded ciborium v0.2.2
6092026-08-12T01:02:49.405Z Downloaded phf_shared v0.13.1
6102026-08-12T01:02:49.405Z Downloaded bitfield-struct v0.6.2
6112026-08-12T01:02:49.408Z Downloaded cassowary v0.3.0
6122026-08-12T01:02:49.412Z Downloaded progenitor-macro v0.13.0
6132026-08-12T01:02:49.412Z Downloaded bitflags v1.3.2
6142026-08-12T01:02:49.416Z Downloaded chacha20 v0.9.1
6152026-08-12T01:02:49.416Z Downloaded cmov v0.5.4
6162026-08-12T01:02:49.416Z Downloaded secrecy v0.10.3
6172026-08-12T01:02:49.416Z Downloaded byte-wrapper v0.1.0
6182026-08-12T01:02:49.421Z Downloaded bitfield v0.19.4
6192026-08-12T01:02:49.421Z Downloaded serde_urlencoded v0.7.1
6202026-08-12T01:02:49.421Z Downloaded sigpipe v0.1.3
6212026-08-12T01:02:49.421Z Downloaded structmeta-derive v0.3.0
6222026-08-12T01:02:49.421Z Downloaded hostname v0.3.1
6232026-08-12T01:02:49.424Z Downloaded rustc_version v0.1.7
6242026-08-12T01:02:49.424Z Downloaded allocator-api2 v0.2.21
6252026-08-12T01:02:49.424Z Downloaded argon2 v0.6.0-rc.8
6262026-08-12T01:02:49.429Z Downloaded humantime v2.3.0
6272026-08-12T01:02:49.429Z Downloaded foldhash v0.2.0
6282026-08-12T01:02:49.429Z Downloaded glob v0.3.3
6292026-08-12T01:02:49.429Z Downloaded colored v2.2.0
6302026-08-12T01:02:49.433Z Downloaded futures-executor v0.3.32
6312026-08-12T01:02:49.433Z Downloaded group v0.14.0
6322026-08-12T01:02:49.433Z Downloaded serde_bytes v0.11.19
6332026-08-12T01:02:49.436Z Downloaded fs-err v2.11.0
6342026-08-12T01:02:49.436Z Downloaded foldhash v0.1.5
6352026-08-12T01:02:49.440Z Downloaded serde_plain v1.0.2
6362026-08-12T01:02:49.440Z Downloaded slog-bunyan v2.5.0
6372026-08-12T01:02:49.440Z Downloaded supports-color v3.0.2
6382026-08-12T01:02:49.443Z Downloaded pbkdf2 v0.13.0
6392026-08-12T01:02:49.443Z Downloaded console v0.15.11
6402026-08-12T01:02:49.447Z Downloaded structmeta v0.3.0
6412026-08-12T01:02:49.447Z Downloaded tabwriter v1.4.1
6422026-08-12T01:02:49.447Z Downloaded fs_extra v1.3.0
6432026-08-12T01:02:49.450Z Downloaded pem v3.0.6
6442026-08-12T01:02:49.450Z Downloaded async-bb8-diesel v0.2.1
6452026-08-12T01:02:49.453Z Downloaded ahash v0.8.12
6462026-08-12T01:02:49.453Z Downloaded const-oid v0.9.6
6472026-08-12T01:02:49.453Z Downloaded highway v1.3.0
6482026-08-12T01:02:49.456Z Downloaded http-body-util v0.1.3
6492026-08-12T01:02:49.456Z Downloaded clang-sys v1.8.1
6502026-08-12T01:02:49.456Z Downloaded bs58 v0.5.1
6512026-08-12T01:02:49.461Z Downloaded pem-rfc7468 v0.7.0
6522026-08-12T01:02:49.461Z Downloaded pem-rfc7468 v1.0.0
6532026-08-12T01:02:49.461Z Downloaded progenitor-extras v0.2.0
6542026-08-12T01:02:49.464Z Downloaded thiserror-impl-no-std v2.0.2
6552026-08-12T01:02:49.464Z Downloaded tower-layer v0.3.3
6562026-08-12T01:02:49.469Z Downloaded unicode-truncate v1.1.0
6572026-08-12T01:02:49.469Z Downloaded untrusted v0.7.1
6582026-08-12T01:02:49.469Z Downloaded untrusted v0.9.0
6592026-08-12T01:02:49.472Z Downloaded progenitor v0.13.0
6602026-08-12T01:02:49.472Z Downloaded rand_core v0.10.0
6612026-08-12T01:02:49.472Z Downloaded blake2 v0.10.6
6622026-08-12T01:02:49.472Z Downloaded bzip2 v0.6.1
6632026-08-12T01:02:49.472Z Downloaded tokio-macros v2.7.0
6642026-08-12T01:02:49.472Z Downloaded tokio-test v0.4.5
6652026-08-12T01:02:49.476Z Downloaded rpassword v7.5.4
6662026-08-12T01:02:49.476Z Downloaded console v0.16.2
6672026-08-12T01:02:49.476Z Downloaded group v0.13.0
6682026-08-12T01:02:49.476Z Downloaded colored v3.1.1
6692026-08-12T01:02:49.481Z Downloaded const_format_proc_macros v0.2.34
6702026-08-12T01:02:49.481Z Downloaded primefield v0.14.0
6712026-08-12T01:02:49.481Z Downloaded r2d2 v0.8.10
6722026-08-12T01:02:49.481Z Downloaded rustls-native-certs v0.8.3
6732026-08-12T01:02:49.484Z Downloaded scroll v0.13.0
6742026-08-12T01:02:49.484Z Downloaded cancel-safe-futures v0.1.5
6752026-08-12T01:02:49.484Z Downloaded cbc v0.2.1
6762026-08-12T01:02:49.488Z Downloaded utf8_iter v1.0.4
6772026-08-12T01:02:49.488Z Downloaded wait-timeout v0.2.1
6782026-08-12T01:02:49.488Z Downloaded wnaf v0.14.0
6792026-08-12T01:02:49.488Z Downloaded zerofrom v0.1.6
6802026-08-12T01:02:49.491Z Downloaded crc v3.4.0
6812026-08-12T01:02:49.491Z Downloaded xshell-macros v0.2.7
6822026-08-12T01:02:49.491Z Downloaded hubpack v0.1.2
6832026-08-12T01:02:49.495Z Downloaded const-oid v0.10.2
6842026-08-12T01:02:49.498Z Downloaded chacha20poly1305 v0.10.1
6852026-08-12T01:02:49.498Z Downloaded sec1 v0.7.3
6862026-08-12T01:02:49.498Z Downloaded hmac v0.13.0
6872026-08-12T01:02:49.498Z Downloaded slab v0.4.12
6882026-08-12T01:02:49.502Z Downloaded slog-scope v4.4.1
6892026-08-12T01:02:49.502Z Downloaded slog-stdlog v4.1.1
6902026-08-12T01:02:49.505Z Downloaded ssh-encoding v0.3.0
6912026-08-12T01:02:49.505Z Downloaded owo-colors v4.3.0
6922026-08-12T01:02:49.508Z Downloaded darling_macro v0.21.3
6932026-08-12T01:02:49.511Z Downloaded dunce v1.0.5
6942026-08-12T01:02:49.512Z Downloaded parking_lot_core v0.9.12
6952026-08-12T01:02:49.512Z Downloaded cpubits v0.1.1
6962026-08-12T01:02:49.515Z Downloaded cpufeatures v0.3.0
6972026-08-12T01:02:49.515Z Downloaded flate2 v1.1.9
6982026-08-12T01:02:49.516Z Downloaded hmac v0.12.1
6992026-08-12T01:02:49.519Z Downloaded hyper-rustls v0.27.7
7002026-08-12T01:02:49.519Z Downloaded backon v1.6.0
7012026-08-12T01:02:49.519Z Downloaded pkcs1 v0.7.5
7022026-08-12T01:02:49.522Z Downloaded pkcs8 v0.11.0
7032026-08-12T01:02:49.522Z Downloaded poly1305 v0.9.0
7042026-08-12T01:02:49.522Z Downloaded rand_core v0.9.5
7052026-08-12T01:02:49.526Z Downloaded thread_local v1.1.9
7062026-08-12T01:02:49.526Z Downloaded postcard v1.1.3
7072026-08-12T01:02:49.526Z Downloaded dyn-clone v1.0.20
7082026-08-12T01:02:49.526Z Downloaded document-features v0.2.12
7092026-08-12T01:02:49.526Z Downloaded display-error-chain v0.2.2
7102026-08-12T01:02:49.529Z Downloaded defmt v0.3.100
7112026-08-12T01:02:49.529Z Downloaded generic-array v1.4.3
7122026-08-12T01:02:49.529Z Downloaded illumos-nvpair v0.3.0
7132026-08-12T01:02:49.529Z Downloaded inout v0.1.4
7142026-08-12T01:02:49.529Z Downloaded static_assertions v1.1.0
7152026-08-12T01:02:49.532Z Downloaded tls_codec_derive v0.4.2
7162026-08-12T01:02:49.532Z Downloaded tinystr v0.8.2
7172026-08-12T01:02:49.533Z Downloaded tokio-tungstenite v0.21.0
7182026-08-12T01:02:49.536Z Downloaded tokio-tungstenite v0.23.1
7192026-08-12T01:02:49.536Z Downloaded half v1.8.3
7202026-08-12T01:02:49.540Z Downloaded httparse v1.10.1
7212026-08-12T01:02:49.543Z Downloaded vergen-lib v9.1.0
7222026-08-12T01:02:49.547Z Downloaded internet-checksum v0.2.1
7232026-08-12T01:02:49.550Z Downloaded xshell v0.2.7
7242026-08-12T01:02:49.553Z Downloaded libscf-sys v1.2.0
7252026-08-12T01:02:49.553Z Downloaded lalrpop-util v0.19.12
7262026-08-12T01:02:49.556Z Downloaded is-terminal v0.4.17
7272026-08-12T01:02:49.556Z Downloaded lzss v0.8.2
7282026-08-12T01:02:49.560Z Downloaded managed v0.8.0
7292026-08-12T01:02:49.560Z Downloaded mime v0.3.17
7302026-08-12T01:02:49.564Z Downloaded sqlformat v0.3.5
7312026-08-12T01:02:49.567Z Downloaded hybrid-array v0.4.13
7322026-08-12T01:02:49.567Z Downloaded chacha20 v0.10.0
7332026-08-12T01:02:49.567Z Downloaded convert_case v0.10.0
7342026-08-12T01:02:49.571Z Downloaded daft v0.1.7
7352026-08-12T01:02:49.571Z Downloaded delegate v0.13.5
7362026-08-12T01:02:49.575Z Downloaded newtype-uuid-macros v0.1.0
7372026-08-12T01:02:49.575Z Downloaded normalize-line-endings v0.3.0
7382026-08-12T01:02:49.575Z Downloaded packed_struct_codegen v0.10.1
7392026-08-12T01:02:49.575Z Downloaded openssl-probe v0.1.6
7402026-08-12T01:02:49.575Z Downloaded papergrid v0.18.0
7412026-08-12T01:02:49.578Z Downloaded predicates-core v1.0.10
7422026-08-12T01:02:49.578Z Downloaded oxide-update-engine-types v0.1.2
7432026-08-12T01:02:49.583Z Downloaded flume v0.11.1
7442026-08-12T01:02:49.586Z Downloaded half v2.7.1
7452026-08-12T01:02:49.586Z Downloaded const_format v0.2.35
7462026-08-12T01:02:49.590Z Downloaded crypto-common v0.2.2
7472026-08-12T01:02:49.590Z Downloaded digest v0.11.3
7482026-08-12T01:02:49.597Z Downloaded rand_xorshift v0.4.0
7492026-08-12T01:02:49.600Z Downloaded potential_utf v0.1.4
7502026-08-12T01:02:49.600Z Downloaded displaydoc v0.2.5
7512026-08-12T01:02:49.600Z Downloaded rustc-hash v2.1.1
7522026-08-12T01:02:49.619Z Downloaded rtoolbox v0.0.3
7532026-08-12T01:02:49.619Z Downloaded progenitor-impl v0.13.0
7542026-08-12T01:02:49.619Z Downloaded same-file v1.0.6
7552026-08-12T01:02:49.619Z Downloaded serde_spanned v1.1.1
7562026-08-12T01:02:49.624Z Downloaded bytes v1.11.1
7572026-08-12T01:02:49.624Z Downloaded rcgen v0.12.1
7582026-08-12T01:02:49.624Z Downloaded rustls-platform-verifier v0.6.2
7592026-08-12T01:02:49.628Z Downloaded vergen v9.1.0
7602026-08-12T01:02:49.628Z Downloaded whoami v1.6.1
7612026-08-12T01:02:49.628Z Downloaded indoc v2.0.7
7622026-08-12T01:02:49.628Z Downloaded arc-swap v1.8.2
7632026-08-12T01:02:49.631Z Downloaded libsw v3.5.0
7642026-08-12T01:02:49.631Z Downloaded module-lattice v0.2.3
7652026-08-12T01:02:49.631Z Downloaded memoffset v0.9.1
7662026-08-12T01:02:49.631Z Downloaded shell-words v1.1.1
7672026-08-12T01:02:49.635Z Downloaded sponge-cursor v0.1.0
7682026-08-12T01:02:49.635Z Downloaded strip-ansi-escapes v0.2.1
7692026-08-12T01:02:49.635Z Downloaded subtle v2.6.1
7702026-08-12T01:02:49.635Z Downloaded lock_api v0.4.14
7712026-08-12T01:02:49.638Z Downloaded headers v0.4.1
7722026-08-12T01:02:49.641Z Downloaded heapless v0.8.0
7732026-08-12T01:02:49.642Z Downloaded sha2 v0.11.0
7742026-08-12T01:02:49.645Z Downloaded heapless v0.7.17
7752026-08-12T01:02:49.648Z Downloaded spin v0.9.8
7762026-08-12T01:02:49.652Z Downloaded base64 v0.21.7
7772026-08-12T01:02:49.652Z Downloaded signature v3.0.0
7782026-08-12T01:02:49.652Z Downloaded p384 v0.14.0
7792026-08-12T01:02:49.655Z Downloaded tracing-core v0.1.36
7802026-08-12T01:02:49.659Z Downloaded num_enum_derive v0.7.6
7812026-08-12T01:02:49.659Z Downloaded darling v0.21.3
7822026-08-12T01:02:49.662Z Downloaded either v1.15.0
7832026-08-12T01:02:49.662Z Downloaded pin-project-lite v0.2.17
7842026-08-12T01:02:49.666Z Downloaded num-rational v0.4.2
7852026-08-12T01:02:49.666Z Downloaded tinyvec_macros v0.1.1
7862026-08-12T01:02:49.670Z Downloaded xattr v1.6.1
7872026-08-12T01:02:49.670Z Downloaded rfc6979 v0.4.0
7882026-08-12T01:02:49.670Z Downloaded rusty-fork v0.3.1
7892026-08-12T01:02:49.670Z Downloaded port-file v0.1.0
7902026-08-12T01:02:49.673Z Downloaded progenitor v0.14.0
7912026-08-12T01:02:49.673Z Downloaded rand_chacha v0.9.0
7922026-08-12T01:02:49.673Z Downloaded void v1.0.2
7932026-08-12T01:02:49.673Z Downloaded yoke-derive v0.8.1
7942026-08-12T01:02:49.673Z Downloaded zone v0.3.1
7952026-08-12T01:02:49.673Z Downloaded rayon-core v1.13.0
7962026-08-12T01:02:49.677Z Downloaded rustls-pemfile v2.2.0
7972026-08-12T01:02:49.677Z Downloaded sec1 v0.8.1
7982026-08-12T01:02:49.677Z Downloaded compact_str v0.8.1
7992026-08-12T01:02:49.680Z Downloaded des v0.9.0
8002026-08-12T01:02:49.680Z Downloaded progenitor-client v0.13.0
8012026-08-12T01:02:49.680Z Downloaded primeorder v0.14.0
8022026-08-12T01:02:49.683Z Downloaded async-compression v0.4.41
8032026-08-12T01:02:49.686Z Downloaded usdt-macro v0.6.0
8042026-08-12T01:02:49.686Z Downloaded base64 v0.22.1
8052026-08-12T01:02:49.690Z Downloaded scrypt v0.12.0
8062026-08-12T01:02:49.690Z Downloaded ppv-lite86 v0.2.21
8072026-08-12T01:02:49.693Z Downloaded tungstenite v0.21.0
8082026-08-12T01:02:49.693Z Downloaded term v0.7.0
8092026-08-12T01:02:49.696Z Downloaded cc v1.2.56
8102026-08-12T01:02:49.700Z Downloaded darling_macro v0.13.4
8112026-08-12T01:02:49.704Z Downloaded dirs-next v2.0.0
8122026-08-12T01:02:49.707Z Downloaded ml-kem v0.3.2
8132026-08-12T01:02:49.707Z Downloaded darling_macro v0.20.11
8142026-08-12T01:02:49.707Z Downloaded aes-gcm v0.11.0
8152026-08-12T01:02:49.710Z Downloaded string_cache v0.8.9
8162026-08-12T01:02:49.710Z Downloaded stringprep v0.1.5
8172026-08-12T01:02:49.711Z Downloaded hickory-resolver v0.25.2
8182026-08-12T01:02:49.714Z Downloaded slog-async v2.8.0
8192026-08-12T01:02:49.714Z Downloaded parking_lot_core v0.8.6
8202026-08-12T01:02:49.721Z Downloaded zopfli v0.8.3
8212026-08-12T01:02:49.726Z Downloaded ident_case v1.0.1
8222026-08-12T01:02:49.730Z Downloaded spki v0.8.0
8232026-08-12T01:02:49.730Z Downloaded indent_write v2.2.0
8242026-08-12T01:02:49.730Z Downloaded typify v0.6.2
8252026-08-12T01:02:49.730Z Downloaded pkcs1 v0.8.0-rc.4
8262026-08-12T01:02:49.734Z Downloaded quinn-udp v0.5.14
8272026-08-12T01:02:49.734Z Downloaded slog-dtrace v0.3.0
8282026-08-12T01:02:49.734Z Downloaded snafu-derive v0.8.9
8292026-08-12T01:02:49.734Z Downloaded expectorate v1.2.0
8302026-08-12T01:02:49.734Z Downloaded hickory-resolver v0.24.4
8312026-08-12T01:02:49.737Z Downloaded parking_lot v0.11.2
8322026-08-12T01:02:49.737Z Downloaded zerofrom-derive v0.1.6
8332026-08-12T01:02:49.740Z Downloaded termios v0.3.3
8342026-08-12T01:02:49.740Z Downloaded tls_codec v0.4.2
8352026-08-12T01:02:49.740Z Downloaded unit-prefix v0.5.2
8362026-08-12T01:02:49.744Z Downloaded is_ci v1.2.0
8372026-08-12T01:02:49.748Z Downloaded linked-hash-map v0.5.6
8382026-08-12T01:02:49.752Z Downloaded lru-cache v0.1.2
8392026-08-12T01:02:49.752Z Downloaded match_cfg v0.1.0
8402026-08-12T01:02:49.752Z Downloaded tui-tree-widget v0.23.1
8412026-08-12T01:02:49.752Z Downloaded unicase v2.9.0
8422026-08-12T01:02:49.756Z Downloaded proc-macro-error2 v2.0.1
8432026-08-12T01:02:49.756Z Downloaded time-macros v0.2.27
8442026-08-12T01:02:49.756Z Downloaded progenitor-impl v0.14.0
8452026-08-12T01:02:49.760Z Downloaded thiserror-no-std v2.0.2
8462026-08-12T01:02:49.760Z Downloaded schemars v0.9.0
8472026-08-12T01:02:49.765Z Downloaded toml_edit v0.23.10+spec-1.0.0
8482026-08-12T01:02:49.769Z Downloaded prettyplease v0.2.37
8492026-08-12T01:02:49.769Z Downloaded ctutils v0.4.2
8502026-08-12T01:02:49.772Z Downloaded rsa v0.9.10
8512026-08-12T01:02:49.772Z Downloaded ctr v0.10.1
8522026-08-12T01:02:49.776Z Downloaded der_derive v0.7.3
8532026-08-12T01:02:49.776Z Downloaded indexmap v1.9.3
8542026-08-12T01:02:49.776Z Downloaded newtype_derive v0.1.6
8552026-08-12T01:02:49.776Z Downloaded nodrop v0.1.14
8562026-08-12T01:02:49.776Z Downloaded openssl-macros v0.1.1
8572026-08-12T01:02:49.780Z Downloaded phf_shared v0.11.3
8582026-08-12T01:02:49.780Z Downloaded bumpalo v3.20.2
8592026-08-12T01:02:49.780Z Downloaded psl-types v2.0.11
8602026-08-12T01:02:49.780Z Downloaded hashbrown v0.12.3
8612026-08-12T01:02:49.784Z Downloaded simd-adler32 v0.3.8
8622026-08-12T01:02:49.784Z Downloaded illumos-nvpair-sys v0.2.0
8632026-08-12T01:02:49.784Z Downloaded proc-macro-crate v3.4.0
8642026-08-12T01:02:49.787Z Downloaded parking_lot v0.12.5
8652026-08-12T01:02:49.787Z Downloaded elliptic-curve v0.13.8
8662026-08-12T01:02:49.791Z Downloaded omicron-zone-package v0.12.3
8672026-08-12T01:02:49.791Z Downloaded serde_repr v0.1.20
8682026-08-12T01:02:49.791Z Downloaded recursive v0.1.1
8692026-08-12T01:02:49.795Z Downloaded recursive-proc-macro-impl v0.1.1
8702026-08-12T01:02:49.795Z Downloaded ipnet v2.11.0
8712026-08-12T01:02:49.795Z Downloaded precomputed-hash v0.1.1
8722026-08-12T01:02:49.795Z Downloaded ecdsa v0.16.9
8732026-08-12T01:02:49.795Z Downloaded hickory-server v0.25.2
8742026-08-12T01:02:49.799Z Downloaded impl-trait-for-tuples v0.2.3
8752026-08-12T01:02:49.804Z Downloaded aes v0.9.1
8762026-08-12T01:02:49.807Z Downloaded libsw-core v0.3.2
8772026-08-12T01:02:49.808Z Downloaded steno v0.4.1
8782026-08-12T01:02:49.811Z Downloaded mime_guess v2.0.5
8792026-08-12T01:02:49.816Z Downloaded strum v0.26.3
8802026-08-12T01:02:49.820Z Downloaded testing_table v0.3.0
8812026-08-12T01:02:49.820Z Downloaded time-core v0.1.8
8822026-08-12T01:02:49.820Z Downloaded try-lock v0.2.5
8832026-08-12T01:02:49.820Z Downloaded cookie_store v0.22.1
8842026-08-12T01:02:49.820Z Downloaded crossbeam-utils v0.8.21
8852026-08-12T01:02:49.823Z Downloaded cookie v0.18.1
8862026-08-12T01:02:49.823Z Downloaded walkdir v2.5.0
8872026-08-12T01:02:49.823Z Downloaded num_enum v0.5.11
8882026-08-12T01:02:49.827Z Downloaded derive_builder v0.20.2
8892026-08-12T01:02:49.830Z Downloaded password-hash v0.5.0
8902026-08-12T01:02:49.830Z Downloaded unarray v0.1.4
8912026-08-12T01:02:49.830Z Downloaded rustls-webpki v0.103.13
8922026-08-12T01:02:49.834Z Downloaded zerotrie v0.2.3
8932026-08-12T01:02:49.834Z Downloaded icu_normalizer v2.1.1
8942026-08-12T01:02:49.834Z Downloaded icu_locale_core v2.1.1
8952026-08-12T01:02:49.838Z Downloaded signal-hook-tokio v0.3.1
8962026-08-12T01:02:49.838Z Downloaded subprocess v0.2.15
8972026-08-12T01:02:49.842Z Downloaded oxide-update-engine-display v0.1.2
8982026-08-12T01:02:49.842Z Downloaded psm v0.1.30
8992026-08-12T01:02:49.842Z Downloaded unicode-xid v0.2.6
9002026-08-12T01:02:49.842Z Downloaded usdt v0.6.0
9012026-08-12T01:02:49.842Z Downloaded darling_core v0.21.3
9022026-08-12T01:02:49.846Z Downloaded hashbrown v0.13.2
9032026-08-12T01:02:49.849Z Downloaded http v1.4.2
9042026-08-12T01:02:49.849Z Downloaded oso v0.27.3
9052026-08-12T01:02:49.854Z Downloaded toml v1.1.2+spec-1.1.0
9062026-08-12T01:02:49.854Z Downloaded scopeguard v1.2.0
9072026-08-12T01:02:49.854Z Downloaded waitgroup v0.1.2
9082026-08-12T01:02:49.854Z Downloaded serde_path_to_error v0.1.20
9092026-08-12T01:02:49.857Z Downloaded tap v1.0.1
9102026-08-12T01:02:49.857Z Downloaded toml v0.7.8
9112026-08-12T01:02:49.858Z Downloaded shlex v1.3.0
9122026-08-12T01:02:49.862Z Downloaded debug-ignore v1.0.5
9132026-08-12T01:02:49.862Z Downloaded derive_builder_macro v0.20.2
9142026-08-12T01:02:49.862Z Downloaded diesel_table_macro_syntax v0.3.0
9152026-08-12T01:02:49.868Z Downloaded scuffle v0.1.0
9162026-08-12T01:02:49.868Z Downloaded strum_macros v0.27.2
9172026-08-12T01:02:49.871Z Downloaded difflib v0.4.0
9182026-08-12T01:02:49.871Z Downloaded schemars_derive v0.8.22
9192026-08-12T01:02:49.875Z Downloaded embedded-io v0.4.0
9202026-08-12T01:02:49.879Z Downloaded num-derive v0.4.2
9212026-08-12T01:02:49.879Z Downloaded lazy_static v1.5.0
9222026-08-12T01:02:49.882Z Downloaded nibble_vec v0.1.0
9232026-08-12T01:02:49.882Z Downloaded spki v0.7.3
9242026-08-12T01:02:49.882Z Downloaded tungstenite v0.23.0
9252026-08-12T01:02:49.886Z Downloaded ssh-cipher v0.3.0
9262026-08-12T01:02:49.886Z Downloaded md5 v0.8.0
9272026-08-12T01:02:49.886Z Downloaded serde_yaml v0.9.34+deprecated
9282026-08-12T01:02:49.889Z Downloaded synstructure v0.13.2
9292026-08-12T01:02:49.890Z Downloaded tokio-native-tls v0.3.1
9302026-08-12T01:02:49.895Z Downloaded oso-derive v0.27.3
9312026-08-12T01:02:49.895Z Downloaded predicates-tree v1.0.13
9322026-08-12T01:02:49.895Z Downloaded serde_with v1.14.0
9332026-08-12T01:02:49.898Z Downloaded peg v0.8.5
9342026-08-12T01:02:49.898Z Downloaded slog-term v2.9.2
9352026-08-12T01:02:49.902Z Downloaded maybe-uninit v2.0.0
9362026-08-12T01:02:49.902Z Downloaded parse-display v0.10.0
9372026-08-12T01:02:49.902Z Downloaded uzers v0.12.2
9382026-08-12T01:02:49.902Z Downloaded curve25519-dalek-derive v0.1.1
9392026-08-12T01:02:49.906Z Downloaded der v0.7.10
9402026-08-12T01:02:49.910Z Downloaded dropshot_endpoint v0.17.1
9412026-08-12T01:02:49.910Z Downloaded icu_properties v2.1.2
9422026-08-12T01:02:49.910Z Downloaded rand_chacha v0.3.1
9432026-08-12T01:02:49.915Z Downloaded rfc6979 v0.6.0
9442026-08-12T01:02:49.918Z Downloaded writeable v0.6.2
9452026-08-12T01:02:49.918Z Downloaded wyz v0.5.1
9462026-08-12T01:02:49.919Z Downloaded drift v0.2.0
9472026-08-12T01:02:49.922Z Downloaded defmt v1.0.1
9482026-08-12T01:02:49.927Z Downloaded keccak v0.2.0
9492026-08-12T01:02:49.927Z Downloaded crypto-bigint v0.5.5
9502026-08-12T01:02:49.933Z Downloaded elliptic-curve v0.14.1
9512026-08-12T01:02:49.933Z Downloaded derive_more-impl v2.1.1
9522026-08-12T01:02:49.933Z Downloaded openssl-sys v0.9.117
9532026-08-12T01:02:49.937Z Downloaded schemars v1.2.1
9542026-08-12T01:02:49.940Z Downloaded zstd v0.13.3
9552026-08-12T01:02:49.944Z Downloaded hashbrown v0.15.5
9562026-08-12T01:02:49.944Z Downloaded ingot-types v0.2.0
9572026-08-12T01:02:49.947Z Downloaded serde-big-array v0.5.1
9582026-08-12T01:02:49.947Z Downloaded postgres-types v0.2.12
9592026-08-12T01:02:49.947Z Downloaded scheduled-thread-pool v0.2.7
9602026-08-12T01:02:49.947Z Downloaded semver v0.1.20
9612026-08-12T01:02:49.951Z Downloaded seq-macro v0.3.6
9622026-08-12T01:02:49.951Z Downloaded take_mut v0.2.2
9632026-08-12T01:02:49.951Z Downloaded sqlparser_derive v0.5.0
9642026-08-12T01:02:49.951Z Downloaded zstd-safe v7.2.4
9652026-08-12T01:02:49.951Z Downloaded csv-core v0.1.13
9662026-08-12T01:02:49.951Z Downloaded libbz2-rs-sys v0.2.2
9672026-08-12T01:02:49.955Z Downloaded usdt-attr-macro v0.6.0
9682026-08-12T01:02:49.955Z Downloaded unicode-segmentation v1.12.0
9692026-08-12T01:02:49.955Z Downloaded md-5 v0.10.6
9702026-08-12T01:02:49.955Z Downloaded utf-8 v0.7.6
9712026-08-12T01:02:49.955Z Downloaded libefi-sys v0.1.0
9722026-08-12T01:02:49.959Z Downloaded hyper-util v0.1.20
9732026-08-12T01:02:49.963Z Downloaded salsa20 v0.11.0
9742026-08-12T01:02:49.968Z Downloaded num-traits v0.2.19
9752026-08-12T01:02:49.968Z Downloaded crc8 v0.1.1
9762026-08-12T01:02:49.968Z Downloaded crunchy v0.2.4
9772026-08-12T01:02:49.972Z Downloaded dof v0.4.0
9782026-08-12T01:02:49.972Z Downloaded newtype-uuid v1.3.2
9792026-08-12T01:02:49.975Z Downloaded rand_seeder v0.4.0
9802026-08-12T01:02:49.978Z Downloaded der v0.8.0
9812026-08-12T01:02:49.982Z Downloaded pkcs5 v0.8.1
9822026-08-12T01:02:49.985Z Downloaded peg-macros v0.8.5
9832026-08-12T01:02:49.988Z Downloaded phf v0.12.1
9842026-08-12T01:02:49.988Z Downloaded phf v0.13.1
9852026-08-12T01:02:49.988Z Downloaded polyval v0.7.1
9862026-08-12T01:02:49.988Z Downloaded instant v0.1.13
9872026-08-12T01:02:49.991Z Downloaded kstat-rs v0.2.5
9882026-08-12T01:02:49.991Z Downloaded rustversion v1.0.22
9892026-08-12T01:02:49.995Z Downloaded zeroize v1.9.0
9902026-08-12T01:02:49.995Z Downloaded ron v0.8.1
9912026-08-12T01:02:49.998Z Downloaded ryu v1.0.23
9922026-08-12T01:02:50.002Z Downloaded jiff-static v0.2.34
9932026-08-12T01:02:50.002Z Downloaded dropshot-api-manager-types v0.7.2
9942026-08-12T01:02:50.002Z Downloaded lru v0.12.5
9952026-08-12T01:02:50.005Z Downloaded nom v8.0.0
9962026-08-12T01:02:50.009Z Downloaded zerocopy-derive v0.8.40
9972026-08-12T01:02:50.012Z Downloaded zip v4.6.1
9982026-08-12T01:02:50.015Z Downloaded serde-hex v0.1.0
9992026-08-12T01:02:50.015Z Downloaded diff v0.1.13
10002026-08-12T01:02:50.019Z Downloaded num_threads v0.1.7
10012026-08-12T01:02:50.020Z Downloaded support-bundle-viewer v0.1.2
10022026-08-12T01:02:50.020Z Downloaded quick-error v1.2.3
10032026-08-12T01:02:50.023Z Downloaded usdt-impl v0.6.0
10042026-08-12T01:02:50.027Z Downloaded phf_shared v0.12.1
10052026-08-12T01:02:50.027Z Downloaded rustc_version v0.4.1
10062026-08-12T01:02:50.030Z Downloaded daft-derive v0.1.7
10072026-08-12T01:02:50.031Z Downloaded thread-id v5.1.0
10082026-08-12T01:02:50.031Z Downloaded sapling-renderdag v0.1.0
10092026-08-12T01:02:50.034Z Downloaded ref-cast-impl v1.0.25
10102026-08-12T01:02:50.034Z Downloaded nom v7.1.3
10112026-08-12T01:02:50.038Z Downloaded url v2.5.8
10122026-08-12T01:02:50.039Z Downloaded tokio-rustls v0.26.4
10132026-08-12T01:02:50.042Z Downloaded crossterm v0.28.1
10142026-08-12T01:02:50.042Z Downloaded ecdsa v0.17.0
10152026-08-12T01:02:50.045Z Downloaded data-encoding v2.10.0
10162026-08-12T01:02:50.051Z Downloaded diesel-dtrace v0.5.0
10172026-08-12T01:02:50.051Z Downloaded slog-envlogger v2.2.0
10182026-08-12T01:02:50.055Z Downloaded trait-variant v0.1.2
10192026-08-12T01:02:50.055Z Downloaded cstr-argument v0.1.2
10202026-08-12T01:02:50.055Z Downloaded darling_macro v0.23.0
10212026-08-12T01:02:50.055Z Downloaded embedded-io v0.6.1
10222026-08-12T01:02:50.058Z Downloaded ed25519 v3.0.0
10232026-08-12T01:02:50.058Z Downloaded hashbrown v0.16.1
10242026-08-12T01:02:50.061Z Downloaded crossbeam-deque v0.8.6
10252026-08-12T01:02:50.061Z Downloaded hyper v1.10.1
10262026-08-12T01:02:50.064Z Downloaded derive-ex v0.1.8
10272026-08-12T01:02:50.064Z Downloaded ed25519 v2.2.3
10282026-08-12T01:02:50.064Z Downloaded digest-io v0.1.0
10292026-08-12T01:02:50.069Z Downloaded zone_cfg_derive v0.3.1
10302026-08-12T01:02:50.073Z Downloaded indoc v1.0.9
10312026-08-12T01:02:50.073Z Downloaded ingot v0.2.1
10322026-08-12T01:02:50.073Z Downloaded serde_cbor v0.11.2
10332026-08-12T01:02:50.073Z Downloaded derive_more v2.1.1
10342026-08-12T01:02:50.078Z Downloaded nanorand v0.7.0
10352026-08-12T01:02:50.081Z Downloaded aho-corasick v1.1.4
10362026-08-12T01:02:50.085Z Downloaded oxide-update-engine v0.1.2
10372026-08-12T01:02:50.085Z Downloaded oxnet v0.1.6
10382026-08-12T01:02:50.085Z Downloaded serde_derive_internals v0.29.1
10392026-08-12T01:02:50.085Z Downloaded keccak v0.1.6
10402026-08-12T01:02:50.089Z Downloaded native-tls v0.2.18
10412026-08-12T01:02:50.089Z Downloaded pkg-config v0.3.32
10422026-08-12T01:02:50.089Z Downloaded password-hash v0.6.1
10432026-08-12T01:02:50.089Z Downloaded oxide-tokio-rt v0.1.4
10442026-08-12T01:02:50.093Z Downloaded poly1305 v0.8.0
10452026-08-12T01:02:50.097Z Downloaded unicode-properties v0.1.4
10462026-08-12T01:02:50.101Z Downloaded litrs v1.0.0
10472026-08-12T01:02:50.101Z Downloaded zerocopy v0.6.6
10482026-08-12T01:02:50.101Z Downloaded tokio-stream v0.1.18
10492026-08-12T01:02:50.105Z Downloaded toml_parser v1.1.2+spec-1.1.0
10502026-08-12T01:02:50.109Z Downloaded zerovec-derive v0.11.2
10512026-08-12T01:02:50.109Z Downloaded rand_pcg v0.10.2
10522026-08-12T01:02:50.113Z Downloaded slog-json v2.6.1
10532026-08-12T01:02:50.113Z Downloaded unsafe-libyaml v0.2.11
10542026-08-12T01:02:50.117Z Downloaded vergen-git2 v9.1.0
10552026-08-12T01:02:50.120Z Downloaded tagptr v0.2.0
10562026-08-12T01:02:50.124Z Downloaded prefix-trie v0.7.0
10572026-08-12T01:02:50.127Z Downloaded stacker v0.1.23
10582026-08-12T01:02:50.127Z Downloaded vergen-gitcl v1.0.8
10592026-08-12T01:02:50.127Z Downloaded corncobs v0.1.4
10602026-08-12T01:02:50.131Z Downloaded toml_writer v1.1.1+spec-1.1.0
10612026-08-12T01:02:50.131Z Downloaded zeroize_derive v1.5.0
10622026-08-12T01:02:50.135Z Downloaded itertools v0.13.0
10632026-08-12T01:02:50.139Z Downloaded hkdf v0.12.4
10642026-08-12T01:02:50.142Z Downloaded universal-hash v0.5.1
10652026-08-12T01:02:50.142Z Downloaded rand v0.8.6
10662026-08-12T01:02:50.145Z Downloaded ipnetwork v0.21.1
10672026-08-12T01:02:50.145Z Downloaded indicatif v0.18.4
10682026-08-12T01:02:50.145Z Downloaded defmt-parser v1.0.0
10692026-08-12T01:02:50.149Z Downloaded dsl_auto_type v0.2.0
10702026-08-12T01:02:50.154Z Downloaded test-strategy v0.4.5
10712026-08-12T01:02:50.157Z Downloaded crc-catalog v2.4.0
10722026-08-12T01:02:50.157Z Downloaded multer v3.1.0
10732026-08-12T01:02:50.161Z Downloaded num-integer v0.1.46
10742026-08-12T01:02:50.161Z Downloaded multimap v0.10.1
10752026-08-12T01:02:50.165Z Downloaded num-complex v0.4.6
10762026-08-12T01:02:50.168Z Downloaded pin-project-internal v1.1.11
10772026-08-12T01:02:50.179Z Downloaded p256 v0.14.0
10782026-08-12T01:02:50.184Z Downloaded darling_core v0.13.4
10792026-08-12T01:02:50.188Z Downloaded icu_normalizer_data v2.1.1
10802026-08-12T01:02:50.191Z Downloaded parse-display-derive v0.10.0
10812026-08-12T01:02:50.191Z Downloaded primeorder v0.13.6
10822026-08-12T01:02:50.191Z Downloaded rand_core v0.6.4
10832026-08-12T01:02:50.198Z Downloaded ed25519-dalek v3.0.0
10842026-08-12T01:02:50.198Z Downloaded signal-hook-mio v0.2.5
10852026-08-12T01:02:50.198Z Downloaded strsim v0.10.0
10862026-08-12T01:02:50.198Z Downloaded signature v2.2.0
10872026-08-12T01:02:50.198Z Downloaded sync_wrapper v1.0.2
10882026-08-12T01:02:50.202Z Downloaded topological-sort v0.2.2
10892026-08-12T01:02:50.202Z Downloaded crossbeam-channel v0.5.15
10902026-08-12T01:02:50.202Z Downloaded tiny-keccak v2.0.2
10912026-08-12T01:02:50.202Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10922026-08-12T01:02:50.202Z Downloaded twox-hash v2.1.2
10932026-08-12T01:02:50.202Z Downloaded signal-hook-registry v1.4.8
10942026-08-12T01:02:50.208Z Downloaded new_debug_unreachable v1.0.6
10952026-08-12T01:02:50.208Z Downloaded snafu v0.8.9
10962026-08-12T01:02:50.211Z Downloaded want v0.3.1
10972026-08-12T01:02:50.211Z Downloaded dtrace-parser v0.3.0
10982026-08-12T01:02:50.211Z Downloaded peg-runtime v0.8.5
10992026-08-12T01:02:50.211Z Downloaded mio v1.2.0
11002026-08-12T01:02:50.211Z Downloaded futures-util v0.3.32
11012026-08-12T01:02:50.216Z Downloaded h2 v0.4.15
11022026-08-12T01:02:50.220Z Downloaded memmap2 v0.9.10
11032026-08-12T01:02:50.223Z Downloaded itertools v0.14.0
11042026-08-12T01:02:50.226Z Downloaded itertools v0.15.0
11052026-08-12T01:02:50.232Z Downloaded scroll_derive v0.13.1
11062026-08-12T01:02:50.232Z Downloaded bitvec v1.0.1
11072026-08-12T01:02:50.236Z Downloaded termtree v0.5.1
11082026-08-12T01:02:50.239Z Downloaded paste v1.0.15
11092026-08-12T01:02:50.239Z Downloaded rsa v0.10.0-rc.18
11102026-08-12T01:02:50.244Z Downloaded phc v0.6.1
11112026-08-12T01:02:50.244Z Downloaded nu-ansi-term v0.50.3
11122026-08-12T01:02:50.249Z Downloaded predicates v3.1.4
11132026-08-12T01:02:50.249Z Downloaded similar v2.7.0
11142026-08-12T01:02:50.249Z Downloaded quinn v0.11.11
11152026-08-12T01:02:50.253Z Downloaded tinyvec v1.10.0
11162026-08-12T01:02:50.253Z Downloaded strum_macros v0.26.4
11172026-08-12T01:02:50.253Z Downloaded signal-hook v0.3.18
11182026-08-12T01:02:50.256Z Downloaded siphasher v1.0.2
11192026-08-12T01:02:50.256Z Downloaded progenitor-macro v0.14.0
11202026-08-12T01:02:50.260Z Downloaded russh-cryptovec v0.62.0
11212026-08-12T01:02:50.260Z Downloaded crucible-workspace-hack v0.1.0
11222026-08-12T01:02:50.260Z Downloaded strum v0.27.2
11232026-08-12T01:02:50.260Z Downloaded icu_collections v2.1.1
11242026-08-12T01:02:50.263Z Downloaded publicsuffix v2.3.0
11252026-08-12T01:02:50.268Z Downloaded tracing-attributes v0.1.31
11262026-08-12T01:02:50.268Z Downloaded whoami v2.1.0
11272026-08-12T01:02:50.268Z Downloaded uuid v1.23.4
11282026-08-12T01:02:50.271Z Downloaded darling v0.23.0
11292026-08-12T01:02:50.271Z Downloaded itertools v0.10.5
11302026-08-12T01:02:50.275Z Downloaded salty v0.3.0
11312026-08-12T01:02:50.280Z Downloaded crc32fast v1.5.0
11322026-08-12T01:02:50.280Z Downloaded p521 v0.14.0
11332026-08-12T01:02:50.284Z Downloaded rustls-pki-types v1.14.0
11342026-08-12T01:02:50.284Z Downloaded blake3 v1.8.5
11352026-08-12T01:02:50.287Z Downloaded lru-slab v0.1.2
11362026-08-12T01:02:50.287Z Downloaded num_enum v0.7.6
11372026-08-12T01:02:50.292Z Downloaded derive-where v1.6.0
11382026-08-12T01:02:50.295Z Downloaded libloading v0.8.9
11392026-08-12T01:02:50.295Z Downloaded litemap v0.8.1
11402026-08-12T01:02:50.295Z Downloaded resolv-conf v0.7.6
11412026-08-12T01:02:50.295Z Downloaded hkdf v0.13.0
11422026-08-12T01:02:50.295Z Downloaded dirs-sys-next v0.1.2
11432026-08-12T01:02:50.299Z Downloaded maplit v1.0.2
11442026-08-12T01:02:50.299Z Downloaded radium v0.7.0
11452026-08-12T01:02:50.299Z Downloaded iana-time-zone v0.1.65
11462026-08-12T01:02:50.299Z Downloaded num v0.4.3
11472026-08-12T01:02:50.299Z Downloaded smallvec v0.6.14
11482026-08-12T01:02:50.303Z Downloaded olpc-cjson v0.1.4
11492026-08-12T01:02:50.303Z Downloaded inout v0.2.2
11502026-08-12T01:02:50.303Z Downloaded icu_provider v2.1.1
11512026-08-12T01:02:50.303Z Downloaded proc-macro-error-attr2 v2.0.0
11522026-08-12T01:02:50.303Z Downloaded stable_deref_trait v1.2.1
11532026-08-12T01:02:50.303Z Downloaded serde_with_macros v1.5.2
11542026-08-12T01:02:50.303Z Downloaded postgres-protocol v0.6.10
11552026-08-12T01:02:50.307Z Downloaded serde_with_macros v3.21.0
11562026-08-12T01:02:50.307Z Downloaded tokio-postgres v0.7.16
11572026-08-12T01:02:50.311Z Downloaded downcast-rs v2.0.2
11582026-08-12T01:02:50.311Z Downloaded tower-service v0.3.3
11592026-08-12T01:02:50.314Z Downloaded tokio-dtrace v0.1.1
11602026-08-12T01:02:50.318Z Downloaded kem v0.3.0
11612026-08-12T01:02:50.318Z Downloaded proc-macro-crate v1.3.1
11622026-08-12T01:02:50.318Z Downloaded typify-macro v0.6.2
11632026-08-12T01:02:50.318Z Downloaded derive_builder_core v0.20.2
11642026-08-12T01:02:50.321Z Downloaded linear-map v1.2.0
11652026-08-12T01:02:50.328Z Downloaded sha1 v0.11.0
11662026-08-12T01:02:50.334Z Downloaded deranged v0.5.8
11672026-08-12T01:02:50.338Z Downloaded strum_macros v0.24.3
11682026-08-12T01:02:50.338Z Downloaded defmt-macros v1.0.1
11692026-08-12T01:02:50.338Z Downloaded idna_adapter v1.2.1
11702026-08-12T01:02:50.338Z Downloaded bindgen v0.71.1
11712026-08-12T01:02:50.341Z Downloaded percent-encoding v2.3.2
11722026-08-12T01:02:50.341Z Downloaded sync-ptr v0.1.4
11732026-08-12T01:02:50.341Z Downloaded sha1 v0.10.6
11742026-08-12T01:02:50.345Z Downloaded reqwest v0.12.28
11752026-08-12T01:02:50.348Z Downloaded num-bigint-dig v0.8.6
11762026-08-12T01:02:50.348Z Downloaded typed-path v0.9.3
11772026-08-12T01:02:50.351Z Downloaded universal-hash v0.6.1
11782026-08-12T01:02:50.351Z Downloaded russh-util v0.52.0
11792026-08-12T01:02:50.354Z Downloaded ref-cast v1.0.25
11802026-08-12T01:02:50.358Z Downloaded newline-converter v0.3.0
11812026-08-12T01:02:50.361Z Downloaded instability v0.3.11
11822026-08-12T01:02:50.361Z Downloaded path-slash v0.1.5
11832026-08-12T01:02:50.361Z Downloaded pkcs8 v0.10.2
11842026-08-12T01:02:50.361Z Downloaded smf v0.2.3
11852026-08-12T01:02:50.366Z Downloaded pretty_assertions v1.4.1
11862026-08-12T01:02:50.370Z Downloaded smallvec v1.15.1
11872026-08-12T01:02:50.373Z Downloaded schemars v0.8.22
11882026-08-12T01:02:50.377Z Downloaded tough v0.22.0
11892026-08-12T01:02:50.382Z Downloaded vergen-lib v0.1.6
11902026-08-12T01:02:50.385Z Downloaded vsss-rs v3.3.4
11912026-08-12T01:02:50.385Z Downloaded secrecy v0.8.0
11922026-08-12T01:02:50.385Z Downloaded yoke v0.8.1
11932026-08-12T01:02:50.390Z Downloaded socket2 v0.6.3
11942026-08-12T01:02:50.390Z Downloaded darling v0.13.4
11952026-08-12T01:02:50.390Z Downloaded aws-lc-rs v1.16.3
11962026-08-12T01:02:50.394Z Downloaded packed_struct v0.10.1
11972026-08-12T01:02:50.398Z Downloaded rawzip v0.4.4
11982026-08-12T01:02:50.398Z Downloaded itertools v0.12.1
11992026-08-12T01:02:50.401Z Downloaded x509-cert v0.2.5
12002026-08-12T01:02:50.404Z Downloaded internal-russh-num-bigint v0.5.0
12012026-08-12T01:02:50.408Z Downloaded slog v2.8.2
12022026-08-12T01:02:50.411Z Downloaded jiff-core v0.1.0
12032026-08-12T01:02:50.411Z Downloaded unicode-bidi v0.3.18
12042026-08-12T01:02:50.411Z Downloaded winnow v0.6.26
12052026-08-12T01:02:50.415Z Downloaded winnow v1.0.3
12062026-08-12T01:02:50.420Z Downloaded crossterm v0.29.0
12072026-08-12T01:02:50.424Z Downloaded derive_more v0.99.20
12082026-08-12T01:02:50.427Z Downloaded critical-section v1.2.0
12092026-08-12T01:02:50.427Z Downloaded yasna v0.5.2
12102026-08-12T01:02:50.431Z Downloaded serdect v0.4.3
12112026-08-12T01:02:50.431Z Downloaded ena v0.14.4
12122026-08-12T01:02:50.431Z Downloaded samael v0.0.19
12132026-08-12T01:02:50.434Z Downloaded git2 v0.20.4
12142026-08-12T01:02:50.438Z Downloaded ignore v0.4.25
12152026-08-12T01:02:50.442Z Downloaded jobserver v0.1.34
12162026-08-12T01:02:50.442Z Downloaded crossbeam-epoch v0.9.18
12172026-08-12T01:02:50.442Z Downloaded vte v0.14.1
12182026-08-12T01:02:50.442Z Downloaded chrono v0.4.45
12192026-08-12T01:02:50.445Z Downloaded term v1.2.1
12202026-08-12T01:02:50.448Z Downloaded unicode_categories v0.1.1
12212026-08-12T01:02:50.448Z Downloaded ingot-macros v0.2.0
12222026-08-12T01:02:50.453Z Downloaded tar v0.4.46
12232026-08-12T01:02:50.456Z Downloaded tower v0.5.3
12242026-08-12T01:02:50.459Z Downloaded darling_core v0.23.0
12252026-08-12T01:02:50.463Z Downloaded yansi v1.0.1
12262026-08-12T01:02:50.463Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12272026-08-12T01:02:50.466Z Downloaded rand v0.9.2
12282026-08-12T01:02:50.469Z Downloaded tower-http v0.6.8
12292026-08-12T01:02:50.488Z Downloaded sha3 v0.12.0
12302026-08-12T01:02:50.491Z Downloaded darling v0.20.11
12312026-08-12T01:02:50.491Z Downloaded darling_core v0.20.11
12322026-08-12T01:02:50.495Z Downloaded pin-project v1.1.11
12332026-08-12T01:02:50.500Z Downloaded socket2 v0.5.10
12342026-08-12T01:02:50.503Z Downloaded zerovec v0.11.5
12352026-08-12T01:02:50.514Z Downloaded qorb v0.4.1
12362026-08-12T01:02:50.517Z Downloaded rayon v1.11.0
12372026-08-12T01:02:50.521Z Downloaded num-bigint v0.4.6
12382026-08-12T01:02:50.525Z Downloaded reedline v0.40.0
12392026-08-12T01:02:50.529Z Downloaded miniz_oxide v0.8.9
12402026-08-12T01:02:50.533Z Downloaded rustyline v14.0.0
12412026-08-12T01:02:50.533Z Downloaded tabled v0.21.0
12422026-08-12T01:02:50.541Z Downloaded quinn-proto v0.11.16
12432026-08-12T01:02:50.546Z Downloaded ssh-key v0.7.0-rc.11
12442026-08-12T01:02:50.550Z Downloaded idna v1.1.0
12452026-08-12T01:02:50.553Z Downloaded zip v0.6.6
12462026-08-12T01:02:50.557Z Downloaded rand v0.10.1
12472026-08-12T01:02:50.557Z Downloaded crc-any v2.5.0
12482026-08-12T01:02:50.566Z Downloaded diesel_derives v2.3.7
12492026-08-12T01:02:50.570Z Downloaded libxml v0.3.3
12502026-08-12T01:02:50.583Z Downloaded ed25519-dalek v2.2.0
12512026-08-12T01:02:50.586Z Downloaded libm v0.2.16
12522026-08-12T01:02:50.590Z Downloaded iri-string v0.7.10
12532026-08-12T01:02:50.593Z Downloaded petname v2.0.2
12542026-08-12T01:02:50.596Z Downloaded minimal-lexical v0.2.1
12552026-08-12T01:02:50.605Z Downloaded vcpkg v0.2.15
12562026-08-12T01:02:50.627Z Downloaded reqwest v0.13.2
12572026-08-12T01:02:50.631Z Downloaded regex-syntax v0.6.29
12582026-08-12T01:02:50.635Z Downloaded unicode-normalization v0.1.25
12592026-08-12T01:02:50.639Z Downloaded regex v1.12.3
12602026-08-12T01:02:50.642Z Downloaded crypto-primes v0.7.2
12612026-08-12T01:02:50.642Z Downloaded goblin v0.10.5
12622026-08-12T01:02:50.646Z Downloaded toml_edit v0.19.15
12632026-08-12T01:02:50.655Z Downloaded moka v0.12.13
12642026-08-12T01:02:50.659Z Downloaded smoltcp v0.9.1
12652026-08-12T01:02:50.665Z Downloaded icu_properties_data v2.1.2
12662026-08-12T01:02:50.670Z Downloaded winnow v0.5.40
12672026-08-12T01:02:50.674Z Downloaded crypto-bigint v0.7.5
12682026-08-12T01:02:50.683Z Downloaded radix_trie v0.2.1
12692026-08-12T01:02:50.686Z Downloaded quick-xml v0.37.5
12702026-08-12T01:02:50.690Z Downloaded object v0.37.3
12712026-08-12T01:02:50.695Z Downloaded dropshot-api-manager v0.7.2
12722026-08-12T01:02:50.699Z Downloaded nix v0.28.0
12732026-08-12T01:02:50.704Z Downloaded portable-atomic v1.13.1
12742026-08-12T01:02:50.708Z Downloaded curve25519-dalek v4.1.3
12752026-08-12T01:02:50.712Z Downloaded iddqd v0.4.2
12762026-08-12T01:02:50.717Z Downloaded bstr v1.12.1
12772026-08-12T01:02:50.723Z Downloaded p384 v0.13.1
12782026-08-12T01:02:50.727Z Downloaded tokio-util v0.7.18
12792026-08-12T01:02:50.731Z Downloaded russh v0.62.4
12802026-08-12T01:02:50.734Z Downloaded lalrpop v0.19.12
12812026-08-12T01:02:50.738Z Downloaded proptest v1.11.0
12822026-08-12T01:02:50.742Z Downloaded serde_with v3.21.0
12832026-08-12T01:02:50.749Z Downloaded smoltcp v0.11.0
12842026-08-12T01:02:50.785Z Downloaded polar-core v0.27.3
12852026-08-12T01:02:50.797Z Downloaded object v0.30.4
12862026-08-12T01:02:50.800Z Downloaded zerocopy v0.8.40
12872026-08-12T01:02:50.806Z Downloaded regex-syntax v0.8.10
12882026-08-12T01:02:50.810Z Downloaded hickory-proto v0.24.4
12892026-08-12T01:02:50.819Z Downloaded time v0.3.47
12902026-08-12T01:02:50.826Z Downloaded hickory-proto v0.25.2
12912026-08-12T01:02:50.833Z Downloaded zlib-rs v0.6.2
12922026-08-12T01:02:50.837Z Downloaded typify-impl v0.6.2
12932026-08-12T01:02:50.843Z Downloaded regress v0.10.5
12942026-08-12T01:02:50.848Z Downloaded nix v0.27.1
12952026-08-12T01:02:50.853Z Downloaded openssl v0.10.80
12962026-08-12T01:02:50.858Z Downloaded openapiv3 v2.2.0
12972026-08-12T01:02:50.870Z Downloaded sqlparser v0.61.0
12982026-08-12T01:02:50.876Z Downloaded rustix v0.38.44
12992026-08-12T01:02:50.889Z Downloaded curve25519-dalek v5.0.0
13002026-08-12T01:02:50.900Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-08-12T01:02:50.933Z Downloaded tracing v0.1.44
13022026-08-12T01:02:50.946Z Downloaded diesel v2.3.7
13032026-08-12T01:02:50.958Z Downloaded nix v0.31.2
13042026-08-12T01:02:50.964Z Downloaded rustls v0.23.41
13052026-08-12T01:02:50.973Z Downloaded sha3 v0.11.0
13062026-08-12T01:02:50.977Z Downloaded regress v0.11.1
13072026-08-12T01:02:50.981Z Downloaded sled v0.34.7
13082026-08-12T01:02:50.985Z Downloaded chrono-tz v0.10.4
13092026-08-12T01:02:50.995Z Downloaded dropshot v0.17.1
13102026-08-12T01:02:51.009Z Downloaded jiff v0.2.34
13112026-08-12T01:02:51.020Z Downloaded sha3 v0.10.8
13122026-08-12T01:02:51.023Z Downloaded ratatui v0.29.0
13132026-08-12T01:02:51.034Z Downloaded regex-automata v0.4.14
13142026-08-12T01:02:51.042Z Downloaded zerocopy-derive v0.6.6
13152026-08-12T01:02:51.053Z Downloaded petgraph v0.6.5
13162026-08-12T01:02:51.066Z Downloaded tokio v1.52.1
13172026-08-12T01:02:51.090Z Downloaded petgraph v0.8.3
13182026-08-12T01:02:51.104Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-08-12T01:02:51.121Z Downloaded csv v1.4.0
13202026-08-12T01:02:51.132Z Downloaded libz-sys v1.1.24
13212026-08-12T01:02:51.146Z Downloaded encoding_rs v0.8.35
13222026-08-12T01:02:51.163Z Downloaded ring v0.17.14
13232026-08-12T01:02:51.196Z Downloaded libgit2-sys v0.18.3+1.9.2
13242026-08-12T01:02:51.676Z Downloaded aws-lc-sys v0.40.0
13252026-08-12T01:02:51.937Z Compiling serde_core v1.0.228
13262026-08-12T01:02:51.937Z Compiling libc v0.2.185
13272026-08-12T01:02:51.937Z Compiling serde v1.0.228
13282026-08-12T01:02:51.941Z Compiling log v0.4.29
13292026-08-12T01:02:51.941Z Compiling smallvec v1.15.1
13302026-08-12T01:02:52.091Z Compiling find-msvc-tools v0.1.9
13312026-08-12T01:02:52.095Z Compiling shlex v1.3.0
13322026-08-12T01:02:52.100Z Compiling syn v2.0.117
13332026-08-12T01:02:52.286Z Compiling subtle v2.6.1
13342026-08-12T01:02:52.299Z Compiling scopeguard v1.2.0
13352026-08-12T01:02:52.299Z Compiling typenum v1.20.1
13362026-08-12T01:02:52.399Z Compiling lock_api v0.4.14
13372026-08-12T01:02:52.404Z Compiling stable_deref_trait v1.2.1
13382026-08-12T01:02:52.404Z Compiling zerocopy v0.8.40
13392026-08-12T01:02:52.452Z Compiling portable-atomic v1.13.1
13402026-08-12T01:02:52.479Z Compiling serde_json v1.0.151
13412026-08-12T01:02:52.619Z Compiling critical-section v1.2.0
13422026-08-12T01:02:52.678Z Compiling libm v0.2.16
13432026-08-12T01:02:52.722Z Compiling num-traits v0.2.19
13442026-08-12T01:02:52.832Z Compiling pkg-config v0.3.32
13452026-08-12T01:02:52.899Z Compiling jobserver v0.1.34
13462026-08-12T01:02:52.930Z Compiling errno v0.3.14
13472026-08-12T01:02:52.975Z Compiling getrandom v0.2.17
13482026-08-12T01:02:53.104Z Compiling cc v1.2.56
13492026-08-12T01:02:53.194Z Compiling rand_core v0.6.4
13502026-08-12T01:02:53.257Z Compiling generic-array v0.14.7
13512026-08-12T01:02:53.354Z Compiling once_cell v1.21.3
13522026-08-12T01:02:53.441Z Compiling parking_lot_core v0.9.12
13532026-08-12T01:02:53.456Z Compiling const-oid v0.9.6
13542026-08-12T01:02:53.469Z Compiling getrandom v0.4.1
13552026-08-12T01:02:53.567Z Compiling pin-project-lite v0.2.17
13562026-08-12T01:02:53.716Z Compiling rand_core v0.10.0
13572026-08-12T01:02:53.837Z Compiling signal-hook-registry v1.4.8
13582026-08-12T01:02:54.090Z Compiling bitflags v2.11.0
13592026-08-12T01:02:54.157Z Compiling percent-encoding v2.3.2
13602026-08-12T01:02:54.183Z Compiling futures-core v0.3.32
13612026-08-12T01:02:54.297Z Compiling writeable v0.6.2
13622026-08-12T01:02:54.312Z Compiling litemap v0.8.1
13632026-08-12T01:02:54.326Z Compiling semver v1.0.28
13642026-08-12T01:02:54.341Z Compiling parking_lot v0.12.5
13652026-08-12T01:02:54.479Z Compiling mio v1.2.0
13662026-08-12T01:02:54.495Z Compiling icu_properties_data v2.1.2
13672026-08-12T01:02:54.599Z Compiling icu_normalizer_data v2.1.1
13682026-08-12T01:02:54.599Z Compiling socket2 v0.6.3
13692026-08-12T01:02:54.626Z Compiling getrandom v0.3.4
13702026-08-12T01:02:54.701Z Compiling futures-sink v0.3.32
13712026-08-12T01:02:54.782Z Compiling synstructure v0.13.2
13722026-08-12T01:02:54.816Z Compiling futures-channel v0.3.32
13732026-08-12T01:02:54.908Z Compiling indexmap v2.14.0
13742026-08-12T01:02:54.921Z Compiling utf8_iter v1.0.4
13752026-08-12T01:02:54.984Z Compiling slab v0.4.12
13762026-08-12T01:02:55.035Z Compiling futures-task v0.3.32
13772026-08-12T01:02:55.060Z Compiling futures-io v0.3.32
13782026-08-12T01:02:55.156Z Compiling rustix v1.1.3
13792026-08-12T01:02:55.234Z Compiling form_urlencoded v1.2.2
13802026-08-12T01:02:55.305Z Compiling rustversion v1.0.22
13812026-08-12T01:02:55.305Z Compiling base64ct v1.8.3
13822026-08-12T01:02:55.441Z Compiling iana-time-zone v0.1.65
13832026-08-12T01:02:55.455Z Compiling cmake v0.1.57
13842026-08-12T01:02:55.561Z Compiling pem-rfc7468 v0.7.0
13852026-08-12T01:02:55.591Z Compiling ident_case v1.0.1
13862026-08-12T01:02:55.609Z Compiling fs_extra v1.3.0
13872026-08-12T01:02:55.638Z Compiling dunce v1.0.5
13882026-08-12T01:02:55.720Z Compiling regex-syntax v0.8.10
13892026-08-12T01:02:55.733Z Compiling flagset v0.4.7
13902026-08-12T01:02:55.856Z Compiling rand_core v0.9.5
13912026-08-12T01:02:55.859Z Compiling uuid v1.23.4
13922026-08-12T01:02:55.884Z Compiling base64 v0.22.1
13932026-08-12T01:02:55.892Z Compiling aws-lc-sys v0.40.0
13942026-08-12T01:02:56.140Z Compiling vcpkg v0.2.15
13952026-08-12T01:02:56.210Z Compiling syn v1.0.109
13962026-08-12T01:02:56.288Z Compiling serde_derive_internals v0.29.1
13972026-08-12T01:02:56.565Z Compiling rustc_version v0.4.1
13982026-08-12T01:02:56.580Z Compiling tracing-core v0.1.36
13992026-08-12T01:02:56.594Z Compiling serde_derive v1.0.228
14002026-08-12T01:02:56.868Z Compiling zeroize_derive v1.5.0
14012026-08-12T01:02:56.894Z Compiling zerocopy-derive v0.8.40
14022026-08-12T01:02:56.933Z Compiling zerofrom-derive v0.1.6
14032026-08-12T01:02:57.140Z Compiling yoke-derive v0.8.1
14042026-08-12T01:02:57.213Z Compiling zerovec-derive v0.11.2
14052026-08-12T01:02:57.521Z Compiling displaydoc v0.2.5
14062026-08-12T01:02:58.073Z Compiling tokio-macros v2.7.0
14072026-08-12T01:02:58.294Z Compiling futures-macro v0.3.32
14082026-08-12T01:02:58.313Z Compiling der_derive v0.7.3
14092026-08-12T01:02:58.333Z Compiling zerofrom v0.1.6
14102026-08-12T01:02:58.354Z Compiling thiserror-impl v2.0.18
14112026-08-12T01:02:58.454Z Compiling yoke v0.8.1
14122026-08-12T01:02:58.637Z Compiling zerovec v0.11.5
14132026-08-12T01:02:58.814Z Compiling zerotrie v0.2.3
14142026-08-12T01:02:59.103Z Compiling tinystr v0.8.2
14152026-08-12T01:02:59.107Z Compiling potential_utf v0.1.4
14162026-08-12T01:02:59.153Z Compiling futures-util v0.3.32
14172026-08-12T01:02:59.272Z Compiling icu_locale_core v2.1.1
14182026-08-12T01:02:59.289Z Compiling icu_collections v2.1.1
14192026-08-12T01:02:59.302Z Compiling openssl-sys v0.9.117
14202026-08-12T01:02:59.691Z Compiling thiserror v2.0.18
14212026-08-12T01:02:59.749Z Compiling tracing-attributes v0.1.31
14222026-08-12T01:02:59.796Z Compiling aws-lc-rs v1.16.3
14232026-08-12T01:02:59.817Z Compiling schemars v0.8.22
14242026-08-12T01:03:00.009Z Compiling icu_provider v2.1.1
14252026-08-12T01:03:00.075Z Compiling zeroize v1.9.0
14262026-08-12T01:03:00.110Z Compiling bytes v1.11.1
14272026-08-12T01:03:00.126Z Compiling chrono v0.4.45
14282026-08-12T01:03:00.346Z Compiling icu_properties v2.1.2
14292026-08-12T01:03:00.758Z Compiling tokio v1.52.1
14302026-08-12T01:03:00.882Z Compiling crypto-common v0.1.7
14312026-08-12T01:03:01.036Z Compiling block-buffer v0.10.4
14322026-08-12T01:03:01.067Z Compiling icu_normalizer v2.1.1
14332026-08-12T01:03:01.212Z Compiling digest v0.10.7
14342026-08-12T01:03:01.416Z Compiling ppv-lite86 v0.2.21
14352026-08-12T01:03:01.432Z Compiling idna_adapter v1.2.1
14362026-08-12T01:03:01.471Z Compiling der v0.7.10
14372026-08-12T01:03:01.488Z Compiling http v1.4.2
14382026-08-12T01:03:01.557Z Compiling idna v1.1.0
14392026-08-12T01:03:01.571Z Compiling cpufeatures v0.2.17
14402026-08-12T01:03:01.612Z Compiling dyn-clone v1.0.20
14412026-08-12T01:03:01.646Z Compiling tracing v0.1.44
14422026-08-12T01:03:01.735Z Compiling rand_chacha v0.9.0
14432026-08-12T01:03:01.756Z Compiling rustls-pki-types v1.14.0
14442026-08-12T01:03:01.903Z Compiling url v2.5.8
14452026-08-12T01:03:02.188Z Compiling http-body v1.0.1
14462026-08-12T01:03:02.203Z Compiling rand v0.9.2
14472026-08-12T01:03:02.336Z Compiling spki v0.7.3
14482026-08-12T01:03:02.416Z Compiling schemars_derive v0.8.22
14492026-08-12T01:03:02.537Z Compiling pkcs8 v0.10.2
14502026-08-12T01:03:02.635Z Compiling spin v0.9.8
14512026-08-12T01:03:02.666Z Compiling crc32fast v1.5.0
14522026-08-12T01:03:02.786Z Compiling cmov v0.5.4
14532026-08-12T01:03:02.837Z Compiling openssl-probe v0.2.1
14542026-08-12T01:03:02.921Z Compiling tinyvec_macros v0.1.1
14552026-08-12T01:03:02.937Z Compiling httparse v1.10.1
14562026-08-12T01:03:02.986Z Compiling tinyvec v1.10.0
14572026-08-12T01:03:02.989Z Compiling ctutils v0.4.2
14582026-08-12T01:03:03.055Z Compiling tempfile v3.25.0
14592026-08-12T01:03:03.212Z Compiling pest_generator v2.8.6
14602026-08-12T01:03:03.293Z Compiling sha2 v0.10.9
14612026-08-12T01:03:03.325Z Compiling aho-corasick v1.1.4
14622026-08-12T01:03:03.407Z Compiling untrusted v0.7.1
14632026-08-12T01:03:03.532Z Compiling atomic-waker v1.1.2
14642026-08-12T01:03:03.652Z Compiling try-lock v0.2.5
14652026-08-12T01:03:03.759Z Compiling radium v0.7.0
14662026-08-12T01:03:03.865Z Compiling tower-service v0.3.3
14672026-08-12T01:03:03.961Z Compiling tower-layer v0.3.3
14682026-08-12T01:03:04.013Z Compiling pest_derive v2.8.6
14692026-08-12T01:03:04.115Z Compiling regex-automata v0.4.14
14702026-08-12T01:03:04.441Z Compiling tokio-util v0.7.18
14712026-08-12T01:03:04.566Z Compiling want v0.3.1
14722026-08-12T01:03:04.850Z Compiling hybrid-array v0.4.13
14732026-08-12T01:03:05.012Z Compiling ipnet v2.11.0
14742026-08-12T01:03:05.116Z Compiling h2 v0.4.15
14752026-08-12T01:03:05.490Z Compiling scroll_derive v0.13.1
14762026-08-12T01:03:05.505Z Compiling darling_core v0.20.11
14772026-08-12T01:03:05.638Z Compiling httpdate v1.0.3
14782026-08-12T01:03:05.865Z Compiling untrusted v0.9.0
14792026-08-12T01:03:05.988Z Compiling tap v1.0.1
14802026-08-12T01:03:06.098Z Compiling rustls v0.23.41
14812026-08-12T01:03:06.158Z Compiling openssl v0.10.80
14822026-08-12T01:03:06.265Z Compiling foreign-types-shared v0.1.1
14832026-08-12T01:03:06.280Z Compiling maybe-uninit v2.0.0
14842026-08-12T01:03:06.338Z Compiling simd-adler32 v0.3.8
14852026-08-12T01:03:06.353Z Compiling foreign-types v0.3.2
14862026-08-12T01:03:06.400Z Compiling scroll v0.13.0
14872026-08-12T01:03:06.421Z Compiling wyz v0.5.1
14882026-08-12T01:03:06.585Z Compiling unicode-normalization v0.1.25
14892026-08-12T01:03:06.654Z Compiling rand_chacha v0.3.1
14902026-08-12T01:03:06.768Z Compiling signature v2.2.0
14912026-08-12T01:03:06.950Z Compiling hex v0.4.3
14922026-08-12T01:03:06.994Z Compiling terminal_size v0.4.3
14932026-08-12T01:03:07.030Z Compiling openssl-macros v0.1.1
14942026-08-12T01:03:07.129Z Compiling thiserror-impl v1.0.69
14952026-08-12T01:03:07.208Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-08-12T01:03:07.408Z Compiling bzip2-sys v0.1.13+1.0.8
14972026-08-12T01:03:07.408Z Compiling num-integer v0.1.46
14982026-08-12T01:03:07.583Z Compiling wait-timeout v0.2.1
14992026-08-12T01:03:07.674Z Compiling ahash v0.8.12
15002026-08-12T01:03:07.730Z Compiling powerfmt v0.2.0
15012026-08-12T01:03:07.735Z Compiling darling_macro v0.20.11
15022026-08-12T01:03:07.841Z Compiling quick-error v1.2.3
15032026-08-12T01:03:07.872Z Compiling num-bigint-dig v0.8.6
15042026-08-12T01:03:07.925Z Compiling num-conv v0.2.0
15052026-08-12T01:03:07.945Z Compiling native-tls v0.2.18
15062026-08-12T01:03:08.049Z Compiling packed_struct v0.10.1
15072026-08-12T01:03:08.054Z Compiling time-core v0.1.8
15082026-08-12T01:03:08.138Z Compiling adler2 v2.0.1
15092026-08-12T01:03:08.153Z Compiling bit-vec v0.8.0
15102026-08-12T01:03:08.201Z Compiling hyper v1.10.1
15112026-08-12T01:03:08.217Z Compiling funty v2.0.0
15122026-08-12T01:03:08.265Z Compiling miniz_oxide v0.8.9
15132026-08-12T01:03:08.305Z Compiling darling v0.20.11
15142026-08-12T01:03:08.330Z Compiling thiserror v1.0.69
15152026-08-12T01:03:08.375Z Compiling bit-set v0.8.0
15162026-08-12T01:03:08.389Z Compiling time-macros v0.2.27
15172026-08-12T01:03:08.465Z Compiling clap_builder v4.6.0
15182026-08-12T01:03:08.530Z Compiling bitvec v1.0.1
15192026-08-12T01:03:08.778Z Compiling rusty-fork v0.3.1
15202026-08-12T01:03:08.910Z Compiling deranged v0.5.8
15212026-08-12T01:03:09.191Z Compiling num-iter v0.1.45
15222026-08-12T01:03:09.304Z Compiling hyper-util v0.1.20
15232026-08-12T01:03:09.842Z Compiling rand v0.8.6
15242026-08-12T01:03:09.858Z Compiling goblin v0.10.5
15252026-08-12T01:03:09.992Z Compiling packed_struct_codegen v0.10.1
15262026-08-12T01:03:10.653Z Compiling lazy_static v1.5.0
15272026-08-12T01:03:10.743Z Compiling hmac v0.12.1
15282026-08-12T01:03:10.905Z Compiling toml_datetime v0.6.11
15292026-08-12T01:03:11.050Z Compiling serde_spanned v0.6.9
15302026-08-12T01:03:11.089Z Compiling zerocopy-derive v0.6.6
15312026-08-12T01:03:11.161Z Compiling clap_derive v4.6.1
15322026-08-12T01:03:11.189Z Compiling bitfield-macros v0.19.4
15332026-08-12T01:03:11.464Z Compiling anstyle-parse v0.2.7
15342026-08-12T01:03:11.649Z Compiling rand_xorshift v0.4.0
15352026-08-12T01:03:11.812Z Compiling sync_wrapper v1.0.2
15362026-08-12T01:03:11.881Z Compiling indexmap v1.9.3
15372026-08-12T01:03:11.898Z Compiling crossbeam-utils v0.8.21
15382026-08-12T01:03:11.914Z Compiling unarray v0.1.4
15392026-08-12T01:03:12.021Z Compiling paste v1.0.15
15402026-08-12T01:03:12.058Z Compiling nodrop v0.1.14
15412026-08-12T01:03:12.150Z Compiling crc-catalog v2.4.0
15422026-08-12T01:03:12.169Z Compiling siphasher v1.0.2
15432026-08-12T01:03:12.240Z Compiling usdt-impl v0.6.0
15442026-08-12T01:03:12.274Z Compiling num_threads v0.1.7
15452026-08-12T01:03:12.349Z Compiling zlib-rs v0.6.2
15462026-08-12T01:03:12.371Z Compiling time v0.3.47
15472026-08-12T01:03:12.499Z Compiling crc v3.4.0
15482026-08-12T01:03:12.689Z Compiling dof v0.4.0
15492026-08-12T01:03:12.739Z Compiling array-init v0.0.4
15502026-08-12T01:03:12.860Z Compiling clap v4.6.1
15512026-08-12T01:03:12.960Z Compiling proptest v1.11.0
15522026-08-12T01:03:13.380Z Compiling zerocopy v0.6.6
15532026-08-12T01:03:13.690Z Compiling tower v0.5.3
15542026-08-12T01:03:13.811Z Compiling bitfield v0.19.4
15552026-08-12T01:03:13.880Z Compiling anstream v0.6.21
15562026-08-12T01:03:14.139Z Compiling smallvec v0.6.14
15572026-08-12T01:03:14.331Z Compiling derive_builder_core v0.20.2
15582026-08-12T01:03:14.468Z Compiling dtrace-parser v0.3.0
15592026-08-12T01:03:15.145Z Compiling flate2 v1.1.9
15602026-08-12T01:03:15.169Z Compiling ipnetwork v0.21.1
15612026-08-12T01:03:15.343Z Compiling pkcs1 v0.7.5
15622026-08-12T01:03:15.511Z Compiling http-body-util v0.1.3
15632026-08-12T01:03:15.577Z Compiling heapless v0.7.17
15642026-08-12T01:03:15.592Z Compiling scroll_derive v0.12.1
15652026-08-12T01:03:15.734Z Compiling structmeta-derive v0.3.0
15662026-08-12T01:03:15.754Z Compiling slog v2.8.2
15672026-08-12T01:03:15.814Z Compiling darling_core v0.23.0
15682026-08-12T01:03:15.923Z Compiling thread-id v5.1.0
15692026-08-12T01:03:15.937Z Compiling cookie v0.18.1
15702026-08-12T01:03:16.006Z Compiling env_filter v1.0.0
15712026-08-12T01:03:16.113Z Compiling anyhow v1.0.102
15722026-08-12T01:03:16.257Z Compiling unicode-properties v0.1.4
15732026-08-12T01:03:16.302Z Compiling zstd-safe v7.2.4
15742026-08-12T01:03:16.413Z Compiling base64 v0.21.7
15752026-08-12T01:03:16.461Z Compiling hashbrown v0.12.3
15762026-08-12T01:03:16.496Z Compiling unicode-bidi v0.3.18
15772026-08-12T01:03:16.728Z Compiling signal-hook v0.3.18
15782026-08-12T01:03:16.801Z Compiling allocator-api2 v0.2.21
15792026-08-12T01:03:16.896Z Compiling iri-string v0.7.10
15802026-08-12T01:03:16.915Z Compiling ryu v1.0.23
15812026-08-12T01:03:17.015Z Compiling winnow v0.5.40
15822026-08-12T01:03:17.087Z Compiling serde_urlencoded v0.7.1
15832026-08-12T01:03:17.327Z Compiling stringprep v0.1.5
15842026-08-12T01:03:17.520Z Compiling structmeta v0.3.0
15852026-08-12T01:03:17.730Z Compiling ron v0.8.1
15862026-08-12T01:03:17.983Z Compiling tower-http v0.6.8
15872026-08-12T01:03:18.311Z Compiling darling_macro v0.23.0
15882026-08-12T01:03:18.374Z Compiling toml_edit v0.19.15
15892026-08-12T01:03:18.382Z Compiling scroll v0.12.0
15902026-08-12T01:03:18.436Z Compiling env_logger v0.11.9
15912026-08-12T01:03:18.780Z Compiling rsa v0.9.10
15922026-08-12T01:03:18.795Z Compiling oxnet v0.1.6
15932026-08-12T01:03:18.834Z Compiling newtype-uuid v1.3.2
15942026-08-12T01:03:19.157Z Compiling derive_builder_macro v0.20.2
15952026-08-12T01:03:19.206Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15962026-08-12T01:03:19.210Z Compiling hashbrown v0.13.2
15972026-08-12T01:03:19.499Z Compiling serde-hex v0.1.0
15982026-08-12T01:03:19.619Z Compiling bzip2 v0.4.4
15992026-08-12T01:03:19.690Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16002026-08-12T01:03:19.822Z Compiling tokio-native-tls v0.3.1
16012026-08-12T01:03:19.870Z Compiling camino v1.2.2
16022026-08-12T01:03:20.525Z Compiling bstr v1.12.1
16032026-08-12T01:03:20.773Z Compiling block-buffer v0.12.1
16042026-08-12T01:03:21.041Z Compiling block-padding v0.4.2
16052026-08-12T01:03:21.050Z Compiling crypto-common v0.2.2
16062026-08-12T01:03:21.145Z Compiling rustls-native-certs v0.8.3
16072026-08-12T01:03:21.167Z Compiling x509-cert v0.2.5
16082026-08-12T01:03:21.275Z Compiling md-5 v0.10.6
16092026-08-12T01:03:21.431Z Compiling erased-serde v0.3.31
16102026-08-12T01:03:21.444Z Compiling serde_tokenstream v0.2.3
16112026-08-12T01:03:21.817Z Compiling curve25519-dalek v4.1.3
16122026-08-12T01:03:22.002Z Compiling pin-project-internal v1.1.11
16132026-08-12T01:03:22.159Z Compiling zerocopy-derive v0.7.35
16142026-08-12T01:03:22.278Z Compiling daft-derive v0.1.7
16152026-08-12T01:03:22.788Z Compiling async-trait v0.1.89
16162026-08-12T01:03:22.881Z Compiling vergen-lib v9.1.0
16172026-08-12T01:03:22.881Z Compiling hash32 v0.2.1
16182026-08-12T01:03:22.881Z Compiling memoffset v0.9.1
16192026-08-12T01:03:22.950Z Compiling encoding_rs v0.8.35
16202026-08-12T01:03:23.030Z Compiling ref-cast v1.0.25
16212026-08-12T01:03:23.031Z Compiling mime v0.3.17
16222026-08-12T01:03:23.031Z Compiling crc-any v2.5.0
16232026-08-12T01:03:23.247Z Compiling rustix v0.38.44
16242026-08-12T01:03:23.319Z Compiling litrs v1.0.0
16252026-08-12T01:03:23.319Z Compiling cfg_aliases v0.2.1
16262026-08-12T01:03:23.395Z Compiling psl-types v2.0.11
16272026-08-12T01:03:23.463Z Compiling smoltcp v0.9.1
16282026-08-12T01:03:23.574Z Compiling fallible-iterator v0.2.0
16292026-08-12T01:03:23.740Z Compiling document-features v0.2.12
16302026-08-12T01:03:23.848Z Compiling publicsuffix v2.3.0
16312026-08-12T01:03:23.848Z Compiling nix v0.31.2
16322026-08-12T01:03:23.848Z Compiling postgres-protocol v0.6.10
16332026-08-12T01:03:23.963Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16342026-08-12T01:03:24.059Z Compiling pin-project v1.1.11
16352026-08-12T01:03:24.118Z Compiling daft v0.1.7
16362026-08-12T01:03:24.199Z Compiling zerocopy v0.7.35
16372026-08-12T01:03:24.354Z Compiling inout v0.2.2
16382026-08-12T01:03:24.412Z Compiling hyper-tls v0.6.0
16392026-08-12T01:03:24.412Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16402026-08-12T01:03:24.506Z Compiling zip v0.6.6
16412026-08-12T01:03:24.604Z Compiling toml v0.7.8
16422026-08-12T01:03:24.604Z Compiling object v0.30.4
16432026-08-12T01:03:24.807Z Compiling derive_builder v0.20.2
16442026-08-12T01:03:24.994Z Compiling darling v0.23.0
16452026-08-12T01:03:24.994Z Compiling goblin v0.8.2
16462026-08-12T01:03:25.080Z Compiling derive-ex v0.1.8
16472026-08-12T01:03:25.234Z Compiling phf_shared v0.13.1
16482026-08-12T01:03:25.317Z Compiling regex v1.12.3
16492026-08-12T01:03:25.408Z Compiling hubpack_derive v0.1.1
16502026-08-12T01:03:25.515Z Compiling futures-executor v0.3.32
16512026-08-12T01:03:25.756Z Compiling ref-cast-impl v1.0.25
16522026-08-12T01:03:25.807Z Compiling snafu-derive v0.8.9
16532026-08-12T01:03:25.836Z Compiling strum_macros v0.27.2
16542026-08-12T01:03:26.260Z Compiling curve25519-dalek-derive v0.1.1
16552026-08-12T01:03:26.652Z Compiling vergen v9.1.0
16562026-08-12T01:03:26.851Z Compiling cargo-platform v0.3.2
16572026-08-12T01:03:26.915Z Compiling ff v0.13.1
16582026-08-12T01:03:27.064Z Compiling fs-err v3.3.0
16592026-08-12T01:03:27.133Z Compiling foldhash v0.2.0
16602026-08-12T01:03:27.200Z Compiling same-file v1.0.6
16612026-08-12T01:03:27.299Z Compiling path-slash v0.1.5
16622026-08-12T01:03:27.356Z Compiling bumpalo v3.20.2
16632026-08-12T01:03:27.386Z Compiling base16ct v0.2.0
16642026-08-12T01:03:27.422Z Compiling unicode-segmentation v1.12.0
16652026-08-12T01:03:27.555Z Compiling object v0.37.3
16662026-08-12T01:03:27.621Z Compiling managed v0.8.0
16672026-08-12T01:03:27.639Z Compiling foldhash v0.1.5
16682026-08-12T01:03:27.751Z Compiling jiff-core v0.1.0
16692026-08-12T01:03:27.777Z Compiling either v1.15.0
16702026-08-12T01:03:27.782Z Compiling bitflags v1.3.2
16712026-08-12T01:03:27.803Z Compiling libbz2-rs-sys v0.2.2
16722026-08-12T01:03:27.859Z Compiling strum v0.27.2
16732026-08-12T01:03:27.982Z Compiling hashbrown v0.15.5
16742026-08-12T01:03:27.998Z Compiling snafu v0.8.9
16752026-08-12T01:03:28.191Z Compiling zopfli v0.8.3
16762026-08-12T01:03:28.428Z Compiling bzip2 v0.6.1
16772026-08-12T01:03:28.482Z Compiling jiff v0.2.34
16782026-08-12T01:03:28.522Z Compiling sec1 v0.7.3
16792026-08-12T01:03:28.587Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16802026-08-12T01:03:28.664Z Compiling walkdir v2.5.0
16812026-08-12T01:03:28.798Z Compiling hashbrown v0.16.1
16822026-08-12T01:03:28.822Z Compiling group v0.13.0
16832026-08-12T01:03:28.908Z Compiling cargo_metadata v0.23.1
16842026-08-12T01:03:28.955Z Compiling dof v0.3.0
16852026-08-12T01:03:29.385Z Compiling test-strategy v0.4.5
16862026-08-12T01:03:29.749Z Compiling hubpack v0.1.2
16872026-08-12T01:03:29.951Z Compiling futures v0.3.32
16882026-08-12T01:03:29.963Z Compiling phf v0.13.1
16892026-08-12T01:03:30.021Z Compiling signal-hook-mio v0.2.5
16902026-08-12T01:03:30.148Z Compiling cookie_store v0.22.1
16912026-08-12T01:03:30.253Z Compiling zstd v0.13.3
16922026-08-12T01:03:30.503Z Compiling serde_with_macros v3.21.0
16932026-08-12T01:03:30.532Z Compiling reqwest v0.12.28
16942026-08-12T01:03:30.859Z Compiling cipher v0.5.2
16952026-08-12T01:03:30.907Z Compiling postgres-types v0.2.12
16962026-08-12T01:03:31.454Z Compiling usdt-attr-macro v0.6.0
16972026-08-12T01:03:31.649Z Compiling usdt-macro v0.6.0
16982026-08-12T01:03:32.023Z Compiling globset v0.4.18
16992026-08-12T01:03:32.080Z Compiling phf_shared v0.11.3
17002026-08-12T01:03:32.243Z Compiling hkdf v0.12.4
17012026-08-12T01:03:32.253Z Compiling dtrace-parser v0.2.0
17022026-08-12T01:03:32.388Z Compiling byte-wrapper v0.1.0
17032026-08-12T01:03:32.415Z Compiling olpc-cjson v0.1.4
17042026-08-12T01:03:32.428Z Compiling ed25519 v2.2.3
17052026-08-12T01:03:32.610Z Compiling crypto-bigint v0.5.5
17062026-08-12T01:03:32.788Z Compiling serde_plain v1.0.2
17072026-08-12T01:03:32.874Z Compiling serde-big-array v0.5.1
17082026-08-12T01:03:32.875Z Compiling async-recursion v1.1.1
17092026-08-12T01:03:32.990Z Compiling enum-as-inner v0.6.1
17102026-08-12T01:03:32.990Z Compiling serde_repr v0.1.20
17112026-08-12T01:03:33.025Z Compiling strum_macros v0.26.4
17122026-08-12T01:03:33.312Z Compiling pem v3.0.6
17132026-08-12T01:03:33.388Z Compiling float-cmp v0.10.0
17142026-08-12T01:03:33.463Z Compiling memmap2 v0.9.10
17152026-08-12T01:03:33.526Z Compiling thread-id v4.2.2
17162026-08-12T01:03:33.526Z Compiling data-encoding v2.10.0
17172026-08-12T01:03:33.584Z Compiling typed-path v0.9.3
17182026-08-12T01:03:33.654Z Compiling fixedbitset v0.5.7
17192026-08-12T01:03:33.740Z Compiling predicates-core v1.0.10
17202026-08-12T01:03:33.816Z Compiling keccak v0.1.6
17212026-08-12T01:03:33.975Z Compiling difflib v0.4.0
17222026-08-12T01:03:34.232Z Compiling fixedbitset v0.4.2
17232026-08-12T01:03:34.708Z Compiling winnow v1.0.3
17242026-08-12T01:03:34.780Z Compiling new_debug_unreachable v1.0.6
17252026-08-12T01:03:34.780Z Compiling precomputed-hash v0.1.1
17262026-08-12T01:03:34.781Z Compiling normalize-line-endings v0.3.0
17272026-08-12T01:03:34.781Z Compiling const-oid v0.10.2
17282026-08-12T01:03:34.781Z Compiling static_assertions v1.1.0
17292026-08-12T01:03:34.781Z Compiling cpufeatures v0.3.0
17302026-08-12T01:03:34.781Z Compiling whoami v2.1.0
17312026-08-12T01:03:34.781Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17322026-08-12T01:03:34.781Z Compiling predicates v3.1.4
17332026-08-12T01:03:34.781Z Compiling chacha20 v0.10.0
17342026-08-12T01:03:34.781Z Compiling digest v0.11.3
17352026-08-12T01:03:34.781Z Compiling strum v0.26.3
17362026-08-12T01:03:34.856Z Compiling toml_parser v1.1.2+spec-1.1.0
17372026-08-12T01:03:34.983Z Compiling tokio-postgres v0.7.16
17382026-08-12T01:03:35.074Z Compiling string_cache v0.8.9
17392026-08-12T01:03:35.075Z Compiling petgraph v0.6.5
17402026-08-12T01:03:35.075Z Compiling toml_edit v0.22.27
17412026-08-12T01:03:35.232Z Compiling sha3 v0.10.8
17422026-08-12T01:03:35.288Z Compiling petgraph v0.8.3
17432026-08-12T01:03:35.414Z Compiling hickory-proto v0.25.2
17442026-08-12T01:03:35.738Z Compiling usdt v0.6.0
17452026-08-12T01:03:35.956Z Compiling usdt-impl v0.5.0
17462026-08-12T01:03:36.532Z Compiling elliptic-curve v0.13.8
17472026-08-12T01:03:36.532Z Compiling ed25519-dalek v2.2.0
17482026-08-12T01:03:36.947Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17492026-08-12T01:03:37.045Z Compiling crossterm v0.28.1
17502026-08-12T01:03:37.112Z Compiling serde_with v3.21.0
17512026-08-12T01:03:37.455Z Compiling zip v4.6.1
17522026-08-12T01:03:38.169Z Compiling iddqd v0.4.2
17532026-08-12T01:03:38.379Z Compiling itertools v0.15.0
17542026-08-12T01:03:38.411Z Compiling itertools v0.13.0
17552026-08-12T01:03:38.850Z Compiling heck v0.4.1
17562026-08-12T01:03:38.899Z Compiling similar v2.7.0
17572026-08-12T01:03:39.072Z Compiling crossbeam-epoch v0.9.18
17582026-08-12T01:03:39.389Z Compiling tokio-stream v0.1.18
17592026-08-12T01:03:39.421Z Compiling buf-list v1.1.2
17602026-08-12T01:03:39.647Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-12T01:03:39.670Z Compiling openapiv3 v2.2.0
17622026-08-12T01:03:39.691Z Compiling lalrpop-util v0.19.12
17632026-08-12T01:03:39.723Z Compiling peg-runtime v0.8.5
17642026-08-12T01:03:39.840Z Compiling thread_local v1.1.9
17652026-08-12T01:03:39.877Z Compiling slog-async v2.8.0
17662026-08-12T01:03:39.931Z Compiling crossbeam-channel v0.5.15
17672026-08-12T01:03:40.002Z Compiling filetime v0.2.27
17682026-08-12T01:03:40.022Z Compiling is-terminal v0.4.17
17692026-08-12T01:03:40.088Z Compiling term v1.2.1
17702026-08-12T01:03:40.118Z Compiling xattr v1.6.1
17712026-08-12T01:03:40.168Z Compiling take_mut v0.2.2
17722026-08-12T01:03:40.211Z Compiling camino-tempfile v1.4.1
17732026-08-12T01:03:40.290Z Compiling tar v0.4.46
17742026-08-12T01:03:40.414Z Compiling slog-term v2.9.2
17752026-08-12T01:03:46.905Z Compiling rustls-webpki v0.103.13
17762026-08-12T01:03:49.551Z Compiling tokio-rustls v0.26.4
17772026-08-12T01:03:49.552Z Compiling rustls-platform-verifier v0.6.2
17782026-08-12T01:03:49.552Z Compiling tough v0.22.0
17792026-08-12T01:03:49.759Z Compiling hyper-rustls v0.27.7
17802026-08-12T01:03:49.950Z Compiling reqwest v0.13.2
17812026-08-12T01:03:52.147Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-12T01:03:52.357Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-12T01:03:55.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17842026-08-12T01:03:55.405Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-12T01:03:55.459ZAug 12 01:03:53.743 INFO Starting download, target: Console
17862026-08-12T01:03:55.459ZAug 12 01:03:53.744 INFO Starting download, target: Cockroach
17872026-08-12T01:03:55.459ZAug 12 01:03:53.744 INFO Starting download, target: Clickhouse
17882026-08-12T01:03:55.459ZAug 12 01:03:53.744 INFO Starting download, target: DendriteStub
17892026-08-12T01:03:55.462ZAug 12 01:03:53.744 INFO Starting download, target: MaghemiteMgd
17902026-08-12T01:03:55.462ZAug 12 01:03:53.744 INFO Starting download, target: MaghemiteDdmd
17912026-08-12T01:03:55.462ZAug 12 01:03:53.744 INFO Starting download, target: TransceiverControl
17922026-08-12T01:03:55.462ZAug 12 01:03:53.744 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17932026-08-12T01:03:55.462ZAug 12 01:03:53.744 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17942026-08-12T01:03:55.462ZAug 12 01:03:53.744 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17952026-08-12T01:03:55.462ZAug 12 01:03:53.744 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17962026-08-12T01:03:55.462ZAug 12 01:03:53.744 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17972026-08-12T01:03:55.462ZAug 12 01:03:53.744 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17982026-08-12T01:03:55.462ZAug 12 01:03:53.744 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17992026-08-12T01:03:56.107ZAug 12 01:03:54.369 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-08-12T01:03:56.296ZAug 12 01:03:54.577 INFO Download complete, target: TransceiverControl
18012026-08-12T01:03:57.394ZAug 12 01:03:55.678 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18022026-08-12T01:03:57.498ZAug 12 01:03:55.783 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-08-12T01:03:57.743ZAug 12 01:03:56.025 INFO Download complete, target: Console
18042026-08-12T01:04:00.116ZAug 12 01:03:58.394 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18052026-08-12T01:04:00.156ZAug 12 01:03:58.432 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-08-12T01:04:00.779ZAug 12 01:03:59.053 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-12T01:04:00.909ZAug 12 01:03:59.194 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082026-08-12T01:04:00.909ZAug 12 01:03:59.194 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092026-08-12T01:04:02.078ZAug 12 01:04:00.362 INFO Download complete, target: MaghemiteDdmd
18102026-08-12T01:04:02.541ZAug 12 01:04:00.824 INFO Download complete, target: DendriteStub
18112026-08-12T01:04:03.161ZAug 12 01:04:01.446 INFO Download complete, target: MaghemiteMgd
18122026-08-12T01:04:04.106ZAug 12 01:04:02.387 INFO Checking that binary works, target: Clickhouse
18132026-08-12T01:04:04.247ZAug 12 01:04:02.532 INFO Download complete, target: Clickhouse
18142026-08-12T01:04:05.552ZAug 12 01:04:03.831 INFO Checking that binary works, target: Cockroach
18152026-08-12T01:04:05.657ZAug 12 01:04:03.941 INFO Download complete, target: Cockroach
18162026-08-12T01:04:05.671ZAll builder prerequisites installed successfully, and PATH looks valid
18172026-08-12T01:04:05.675Z
18182026-08-12T01:04:05.675Zreal 2:08.767263109
18192026-08-12T01:04:05.675Zuser 7:06.117316769
18202026-08-12T01:04:05.675Zsys 1:23.962974912
18212026-08-12T01:04:05.675Ztrap 0.236262626
18222026-08-12T01:04:05.675Ztflt 0.522106967
18232026-08-12T01:04:05.675Zdflt 0.903156245
18242026-08-12T01:04:05.675Zkflt 0.026653104
18252026-08-12T01:04:05.675Zlock 26:54.133312053
18262026-08-12T01:04:05.675Zslp 21:30.234556722
18272026-08-12T01:04:05.675Zlat 44.230882761
18282026-08-12T01:04:05.675Zstop 2:33.231638732
18292026-08-12T01:04:05.675Z+ banner clippy
18302026-08-12T01:04:05.675Z
18312026-08-12T01:04:05.675Z #### # # ##### ##### # #
18322026-08-12T01:04:05.675Z # # # # # # # # # #
18332026-08-12T01:04:05.675Z # # # # # # # #
18342026-08-12T01:04:05.675Z # # # ##### ##### #
18352026-08-12T01:04:05.675Z # # # # # # #
18362026-08-12T01:04:05.675Z #### ###### # # # #
18372026-08-12T01:04:05.675Z
18382026-08-12T01:04:05.675Z+ export CARGO_INCREMENTAL=0
18392026-08-12T01:04:05.676Z+ CARGO_INCREMENTAL=0
18402026-08-12T01:04:05.676Z+ ptime -m cargo xtask clippy
18412026-08-12T01:04:06.135Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18422026-08-12T01:04:06.430Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18432026-08-12T01:04:08.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18442026-08-12T01:04:08.287Z Running `target/debug/xtask clippy`
18452026-08-12T01:04:08.310Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18462026-08-12T01:04:08.875Z Downloading crates ...
18472026-08-12T01:04:09.050Z Downloaded approx v0.5.1
18482026-08-12T01:04:09.054Z Downloaded async-lock v3.4.2
18492026-08-12T01:04:09.054Z Downloaded backtrace v0.3.76
18502026-08-12T01:04:09.054Z Downloaded assert-json-diff v2.0.2
18512026-08-12T01:04:09.054Z Downloaded criterion v0.7.0
18522026-08-12T01:04:09.057Z Downloaded addr2line v0.25.1
18532026-08-12T01:04:09.061Z Downloaded criterion-plot v0.6.0
18542026-08-12T01:04:09.061Z Downloaded anes v0.1.6
18552026-08-12T01:04:09.061Z Downloaded event-listener v5.4.1
18562026-08-12T01:04:09.069Z Downloaded async-object-pool v0.2.0
18572026-08-12T01:04:09.069Z Downloaded cast v0.3.0
18582026-08-12T01:04:09.069Z Downloaded concurrent-queue v2.5.0
18592026-08-12T01:04:09.069Z Downloaded blake2b_simd v1.0.4
18602026-08-12T01:04:09.069Z Downloaded guppy v0.17.25
18612026-08-12T01:04:09.073Z Downloaded hickory-client v0.25.2
18622026-08-12T01:04:09.073Z Downloaded escape8259 v0.5.3
18632026-08-12T01:04:09.073Z Downloaded fancy-regex v0.14.0
18642026-08-12T01:04:09.073Z Downloaded gimli v0.32.3
18652026-08-12T01:04:09.077Z Downloaded knuffel-derive v3.2.0
18662026-08-12T01:04:09.077Z Downloaded hashbrown v0.14.5
18672026-08-12T01:04:09.080Z Downloaded linkme-impl v0.3.35
18682026-08-12T01:04:09.080Z Downloaded backtrace-ext v0.2.1
18692026-08-12T01:04:09.080Z Downloaded constant_time_eq v0.3.1
18702026-08-12T01:04:09.081Z Downloaded pathdiff v0.2.3
18712026-08-12T01:04:09.081Z Downloaded nested v0.1.1
18722026-08-12T01:04:09.081Z Downloaded guppy-workspace-hack v0.1.0
18732026-08-12T01:04:09.081Z Downloaded cfg-expr v0.20.6
18742026-08-12T01:04:09.084Z Downloaded datatest-stable v0.3.3
18752026-08-12T01:04:09.084Z Downloaded hex-literal v0.4.1
18762026-08-12T01:04:09.084Z Downloaded parking v2.2.1
18772026-08-12T01:04:09.090Z Downloaded miette-derive v5.10.0
18782026-08-12T01:04:09.090Z Downloaded assert_cmd v2.1.2
18792026-08-12T01:04:09.090Z Downloaded chumsky v0.9.3
18802026-08-12T01:04:09.093Z Downloaded plotters-backend v0.3.7
18812026-08-12T01:04:09.093Z Downloaded oorandom v11.1.5
18822026-08-12T01:04:09.093Z Downloaded futures-timer v3.0.3
18832026-08-12T01:04:09.093Z Downloaded linkme v0.3.35
18842026-08-12T01:04:09.093Z Downloaded event-listener-strategy v0.5.4
18852026-08-12T01:04:09.093Z Downloaded path-tree v0.8.3
18862026-08-12T01:04:09.093Z Downloaded serde_regex v1.1.0
18872026-08-12T01:04:09.093Z Downloaded libtest-mimic v0.8.1
18882026-08-12T01:04:09.093Z Downloaded plotters-svg v0.3.7
18892026-08-12T01:04:09.098Z Downloaded httptest v0.16.4
18902026-08-12T01:04:09.098Z Downloaded owo-colors v3.5.0
18912026-08-12T01:04:09.098Z Downloaded partial-io v0.5.4
18922026-08-12T01:04:09.098Z Downloaded rustc-demangle v0.1.27
18932026-08-12T01:04:09.101Z Downloaded similar-asserts v1.7.0
18942026-08-12T01:04:09.101Z Downloaded knuffel v3.2.0
18952026-08-12T01:04:09.101Z Downloaded terminal_size v0.1.17
18962026-08-12T01:04:09.101Z Downloaded relative-path v1.9.3
18972026-08-12T01:04:09.101Z Downloaded rust-argon2 v2.1.0
18982026-08-12T01:04:09.104Z Downloaded miette v5.10.0
18992026-08-12T01:04:09.104Z Downloaded supports-hyperlinks v2.1.0
19002026-08-12T01:04:09.104Z Downloaded supports-color v2.1.0
19012026-08-12T01:04:09.107Z Downloaded target-triple v1.0.0
19022026-08-12T01:04:09.107Z Downloaded stringmetrics v2.2.2
19032026-08-12T01:04:09.107Z Downloaded supports-unicode v2.1.0
19042026-08-12T01:04:09.107Z Downloaded termcolor v1.4.1
19052026-08-12T01:04:09.110Z Downloaded target-lexicon v0.13.3
19062026-08-12T01:04:09.110Z Downloaded rand_distr v0.5.1
19072026-08-12T01:04:09.110Z Downloaded rstest v0.25.0
19082026-08-12T01:04:09.113Z Downloaded tinytemplate v1.2.1
19092026-08-12T01:04:09.116Z Downloaded target-spec v3.5.7
19102026-08-12T01:04:09.116Z Downloaded rstest_macros v0.25.0
19112026-08-12T01:04:09.116Z Downloaded textwrap v0.15.2
19122026-08-12T01:04:09.119Z Downloaded trybuild v1.0.116
19132026-08-12T01:04:09.119Z Downloaded plotters v0.3.7
19142026-08-12T01:04:09.204Z Downloaded httpmock v0.8.3
19152026-08-12T01:04:10.950Z Checking cfg-if v1.0.4
19162026-08-12T01:04:11.325Z Checking serde_core v1.0.228
19172026-08-12T01:04:11.325Z Checking libc v0.2.185
19182026-08-12T01:04:11.397Z Checking memchr v2.8.0
19192026-08-12T01:04:11.440Z Checking smallvec v1.15.1
19202026-08-12T01:04:11.478Z Checking rand_core v0.10.0
19212026-08-12T01:04:11.514Z Checking itoa v1.0.17
19222026-08-12T01:04:11.554Z Checking subtle v2.6.1
19232026-08-12T01:04:11.588Z Checking log v0.4.29
19242026-08-12T01:04:11.639Z Checking libm v0.2.16
19252026-08-12T01:04:11.688Z Checking typenum v1.20.1
19262026-08-12T01:04:11.731Z Checking scopeguard v1.2.0
19272026-08-12T01:04:11.769Z Checking zmij v1.0.21
19282026-08-12T01:04:11.807Z Checking getrandom v0.4.1
19292026-08-12T01:04:11.807Z Checking errno v0.3.14
19302026-08-12T01:04:11.841Z Checking stable_deref_trait v1.2.1
19312026-08-12T01:04:11.908Z Checking lock_api v0.4.14
19322026-08-12T01:04:11.978Z Checking zerofrom v0.1.6
19332026-08-12T01:04:12.020Z Checking percent-encoding v2.3.2
19342026-08-12T01:04:12.055Z Checking writeable v0.6.2
19352026-08-12T01:04:12.090Z Checking litemap v0.8.1
19362026-08-12T01:04:12.125Z Checking yoke v0.8.1
19372026-08-12T01:04:12.164Z Checking icu_properties_data v2.1.2
19382026-08-12T01:04:12.201Z Checking icu_normalizer_data v2.1.1
19392026-08-12T01:04:12.240Z Checking form_urlencoded v1.2.2
19402026-08-12T01:04:12.283Z Checking utf8_iter v1.0.4
19412026-08-12T01:04:12.322Z Checking zerovec v0.11.5
19422026-08-12T01:04:12.322Z Checking zerotrie v0.2.3
19432026-08-12T01:04:12.391Z Checking num-traits v0.2.19
19442026-08-12T01:04:12.429Z Checking pin-project-lite v0.2.17
19452026-08-12T01:04:12.468Z Checking zerocopy v0.8.40
19462026-08-12T01:04:12.508Z Checking parking_lot_core v0.9.12
19472026-08-12T01:04:12.542Z Checking portable-atomic v1.13.1
19482026-08-12T01:04:12.579Z Checking critical-section v1.2.0
19492026-08-12T01:04:12.625Z Checking signal-hook-registry v1.4.8
19502026-08-12T01:04:12.708Z Checking mio v1.2.0
19512026-08-12T01:04:12.747Z Checking parking_lot v0.12.5
19522026-08-12T01:04:12.782Z Checking tinystr v0.8.2
19532026-08-12T01:04:12.817Z Checking potential_utf v0.1.4
19542026-08-12T01:04:12.821Z Checking serde v1.0.228
19552026-08-12T01:04:12.931Z Checking serde_json v1.0.151
19562026-08-12T01:04:12.967Z Checking bitflags v2.11.0
19572026-08-12T01:04:12.970Z Checking once_cell v1.21.3
19582026-08-12T01:04:12.970Z Checking icu_collections v2.1.1
19592026-08-12T01:04:13.077Z Checking icu_locale_core v2.1.1
19602026-08-12T01:04:13.111Z Checking iana-time-zone v0.1.65
19612026-08-12T01:04:13.165Z Checking socket2 v0.6.3
19622026-08-12T01:04:13.210Z Checking uuid v1.23.4
19632026-08-12T01:04:13.261Z Checking semver v1.0.28
19642026-08-12T01:04:13.303Z Checking zeroize v1.9.0
19652026-08-12T01:04:13.354Z Checking bytes v1.11.1
19662026-08-12T01:04:13.428Z Checking chrono v0.4.45
19672026-08-12T01:04:13.499Z Checking thiserror v2.0.18
19682026-08-12T01:04:13.556Z Checking dyn-clone v1.0.20
19692026-08-12T01:04:13.603Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19702026-08-12T01:04:13.606Z Checking futures-core v0.3.32
19712026-08-12T01:04:13.678Z Checking equivalent v1.0.2
19722026-08-12T01:04:13.681Z Checking icu_provider v2.1.1
19732026-08-12T01:04:13.746Z Checking rustix v1.1.3
19742026-08-12T01:04:13.788Z Checking getrandom v0.2.17
19752026-08-12T01:04:13.788Z Checking cmov v0.5.4
19762026-08-12T01:04:13.863Z Checking tokio v1.52.1
19772026-08-12T01:04:13.950Z Checking futures-sink v0.3.32
19782026-08-12T01:04:13.989Z Checking rand_core v0.6.4
19792026-08-12T01:04:13.993Z Checking icu_normalizer v2.1.1
19802026-08-12T01:04:14.060Z Checking icu_properties v2.1.2
19812026-08-12T01:04:14.093Z Checking ctutils v0.4.2
19822026-08-12T01:04:14.201Z Checking byteorder v1.5.0
19832026-08-12T01:04:14.290Z Checking futures-channel v0.3.32
19842026-08-12T01:04:14.332Z Checking hybrid-array v0.4.13
19852026-08-12T01:04:14.368Z Checking getrandom v0.3.4
19862026-08-12T01:04:14.425Z Checking futures-io v0.3.32
19872026-08-12T01:04:14.513Z Checking futures-task v0.3.32
19882026-08-12T01:04:14.550Z Checking slab v0.4.12
19892026-08-12T01:04:14.586Z Checking generic-array v0.14.7
19902026-08-12T01:04:14.589Z Checking hashbrown v0.17.0
19912026-08-12T01:04:14.675Z Checking thiserror v1.0.69
19922026-08-12T01:04:14.734Z Checking futures-util v0.3.32
19932026-08-12T01:04:14.797Z Checking fnv v1.0.7
19942026-08-12T01:04:14.889Z Checking idna_adapter v1.2.1
19952026-08-12T01:04:14.926Z Checking regex-syntax v0.8.10
19962026-08-12T01:04:15.035Z Checking idna v1.1.0
19972026-08-12T01:04:15.073Z Checking const-oid v0.9.6
19982026-08-12T01:04:15.112Z Checking crypto-common v0.2.2
19992026-08-12T01:04:15.115Z Checking indexmap v2.14.0
20002026-08-12T01:04:15.182Z Checking ppv-lite86 v0.2.21
20012026-08-12T01:04:15.304Z Checking url v2.5.8
20022026-08-12T01:04:15.490Z Checking base64ct v1.8.3
20032026-08-12T01:04:15.709Z Checking crypto-common v0.1.7
20042026-08-12T01:04:15.747Z Checking block-buffer v0.12.1
20052026-08-12T01:04:15.751Z Checking block-buffer v0.10.4
20062026-08-12T01:04:15.815Z Checking base64 v0.22.1
20072026-08-12T01:04:15.818Z Checking schemars v0.8.22
20082026-08-12T01:04:15.885Z Checking utf8parse v0.2.2
20092026-08-12T01:04:15.937Z Checking anstyle v1.0.14
20102026-08-12T01:04:15.974Z Checking digest v0.10.7
20112026-08-12T01:04:16.011Z Checking http v1.4.2
20122026-08-12T01:04:16.075Z Checking tracing-core v0.1.36
20132026-08-12T01:04:16.143Z Checking anstyle-query v1.1.5
20142026-08-12T01:04:16.201Z Checking colorchoice v1.0.4
20152026-08-12T01:04:16.241Z Checking is_terminal_polyfill v1.70.2
20162026-08-12T01:04:16.284Z Checking rand_core v0.9.5
20172026-08-12T01:04:16.342Z Checking const-oid v0.10.2
20182026-08-12T01:04:16.379Z Checking anstyle-parse v1.0.0
20192026-08-12T01:04:16.414Z Checking tracing v0.1.44
20202026-08-12T01:04:16.488Z Checking terminal_size v0.4.3
20212026-08-12T01:04:16.526Z Checking rand_chacha v0.9.0
20222026-08-12T01:04:16.529Z Checking ipnet v2.11.0
20232026-08-12T01:04:16.597Z Checking anstream v1.0.0
20242026-08-12T01:04:16.633Z Checking aho-corasick v1.1.4
20252026-08-12T01:04:16.670Z Checking strsim v0.11.1
20262026-08-12T01:04:16.670Z Checking clap_lex v1.0.0
20272026-08-12T01:04:16.673Z Checking crossbeam-utils v0.8.21
20282026-08-12T01:04:16.772Z Checking rand v0.9.2
20292026-08-12T01:04:16.816Z Checking unicode-ident v1.0.24
20302026-08-12T01:04:16.853Z Checking erased-serde v0.3.31
20312026-08-12T01:04:16.888Z Checking powerfmt v0.2.0
20322026-08-12T01:04:16.924Z Checking clap_builder v4.6.0
20332026-08-12T01:04:16.961Z Checking proc-macro2 v1.0.106
20342026-08-12T01:04:17.062Z Checking deranged v0.5.8
20352026-08-12T01:04:17.065Z Checking digest v0.11.3
20362026-08-12T01:04:17.137Z Checking tokio-util v0.7.18
20372026-08-12T01:04:17.253Z Checking slog v2.8.2
20382026-08-12T01:04:17.256Z Checking allocator-api2 v0.2.21
20392026-08-12T01:04:17.325Z Checking quote v1.0.45
20402026-08-12T01:04:17.329Z Checking regex-automata v0.4.14
20412026-08-12T01:04:17.329Z Checking fastrand v2.3.0
20422026-08-12T01:04:17.518Z Checking num_threads v0.1.7
20432026-08-12T01:04:17.571Z Checking time-core v0.1.8
20442026-08-12T01:04:17.593Z Checking num-conv v0.2.0
20452026-08-12T01:04:17.596Z Checking cpufeatures v0.3.0
20462026-08-12T01:04:17.662Z Checking syn v2.0.117
20472026-08-12T01:04:17.723Z Checking httparse v1.10.1
20482026-08-12T01:04:17.726Z Checking anyhow v1.0.102
20492026-08-12T01:04:17.793Z Checking cpufeatures v0.2.17
20502026-08-12T01:04:17.797Z Checking tempfile v3.25.0
20512026-08-12T01:04:17.924Z Checking ipnetwork v0.21.1
20522026-08-12T01:04:17.964Z Checking rustls-pki-types v1.14.0
20532026-08-12T01:04:17.998Z Checking aws-lc-sys v0.40.0
20542026-08-12T01:04:18.035Z Checking time v0.3.47
20552026-08-12T01:04:18.038Z Checking untrusted v0.7.1
20562026-08-12T01:04:18.151Z Checking clap v4.6.1
20572026-08-12T01:04:18.188Z Checking http-body v1.0.1
20582026-08-12T01:04:18.191Z Checking atomic-waker v1.1.2
20592026-08-12T01:04:18.258Z Checking hex v0.4.3
20602026-08-12T01:04:18.295Z Checking httpdate v1.0.3
20612026-08-12T01:04:18.346Z Checking try-lock v0.2.5
20622026-08-12T01:04:18.350Z Checking h2 v0.4.15
20632026-08-12T01:04:18.466Z Checking ryu v1.0.23
20642026-08-12T01:04:18.505Z Checking want v0.3.1
20652026-08-12T01:04:18.508Z Checking aws-lc-rs v1.16.3
20662026-08-12T01:04:18.537Z Checking tower-layer v0.3.3
20672026-08-12T01:04:18.627Z Checking tower-service v0.3.3
20682026-08-12T01:04:18.664Z Checking untrusted v0.9.0
20692026-08-12T01:04:18.743Z Checking pem-rfc7468 v0.7.0
20702026-08-12T01:04:18.747Z Checking spin v0.9.8
20712026-08-12T01:04:18.812Z Checking flagset v0.4.7
20722026-08-12T01:04:18.957Z Checking mime v0.3.17
20732026-08-12T01:04:18.962Z Checking der v0.7.10
20742026-08-12T01:04:18.962Z Checking simd-adler32 v0.3.8
20752026-08-12T01:04:19.162Z Checking block-padding v0.4.2
20762026-08-12T01:04:19.201Z Checking adler2 v2.0.1
20772026-08-12T01:04:19.205Z Checking pretty-hex v0.4.1
20782026-08-12T01:04:19.205Z Checking http-body-util v0.1.3
20792026-08-12T01:04:19.329Z Checking inout v0.2.2
20802026-08-12T01:04:19.361Z Checking miniz_oxide v0.8.9
20812026-08-12T01:04:19.401Z Checking rustls-webpki v0.103.13
20822026-08-12T01:04:19.404Z Checking oxnet v0.1.6
20832026-08-12T01:04:19.535Z Checking camino v1.2.2
20842026-08-12T01:04:19.535Z Checking plain v0.2.3
20852026-08-12T01:04:19.724Z Checking ucd-trie v0.1.7
20862026-08-12T01:04:19.770Z Checking openssl-probe v0.2.1
20872026-08-12T01:04:19.774Z Checking cipher v0.5.2
20882026-08-12T01:04:19.804Z Checking regex v1.12.3
20892026-08-12T01:04:19.843Z Checking serde_urlencoded v0.7.1
20902026-08-12T01:04:19.909Z Checking pest v2.8.6
20912026-08-12T01:04:19.912Z Checking rustls v0.23.41
20922026-08-12T01:04:19.943Z Checking rand_chacha v0.3.1
20932026-08-12T01:04:19.946Z Checking encoding_rs v0.8.35
20942026-08-12T01:04:20.066Z Checking spki v0.7.3
20952026-08-12T01:04:20.104Z Checking futures-executor v0.3.32
20962026-08-12T01:04:20.142Z Checking crc32fast v1.5.0
20972026-08-12T01:04:20.211Z Checking rand v0.8.6
20982026-08-12T01:04:20.263Z Checking either v1.15.0
20992026-08-12T01:04:20.299Z Checking futures v0.3.32
21002026-08-12T01:04:20.336Z Checking sync_wrapper v1.0.2
21012026-08-12T01:04:20.404Z Checking pkcs8 v0.10.2
21022026-08-12T01:04:20.466Z Checking tower v0.5.3
21032026-08-12T01:04:20.504Z Checking static_assertions v1.1.0
21042026-08-12T01:04:20.599Z Checking foldhash v0.2.0
21052026-08-12T01:04:20.637Z Checking iri-string v0.7.10
21062026-08-12T01:04:20.754Z Checking openapiv3 v2.2.0
21072026-08-12T01:04:20.792Z Checking hashbrown v0.16.1
21082026-08-12T01:04:20.882Z Checking zlib-rs v0.6.2
21092026-08-12T01:04:20.966Z Checking bit-vec v0.8.0
21102026-08-12T01:04:21.004Z Checking sha2 v0.10.9
21112026-08-12T01:04:21.171Z Checking hyper v1.10.1
21122026-08-12T01:04:21.207Z Checking bit-set v0.8.0
21132026-08-12T01:04:21.303Z Checking hubpack v0.1.2
21142026-08-12T01:04:21.340Z Checking wait-timeout v0.2.1
21152026-08-12T01:04:21.379Z Checking rustls-native-certs v0.8.3
21162026-08-12T01:04:21.491Z Checking lazy_static v1.5.0
21172026-08-12T01:04:21.528Z Checking psl-types v2.0.11
21182026-08-12T01:04:21.566Z Checking quick-error v1.2.3
21192026-08-12T01:04:21.610Z Checking tinyvec_macros v0.1.1
21202026-08-12T01:04:21.673Z Checking publicsuffix v2.3.0
21212026-08-12T01:04:21.711Z Checking rusty-fork v0.3.1
21222026-08-12T01:04:21.714Z Checking tower-http v0.6.8
21232026-08-12T01:04:21.714Z Checking tinyvec v1.10.0
21242026-08-12T01:04:21.814Z Checking flate2 v1.1.9
21252026-08-12T01:04:21.857Z Checking cookie v0.18.1
21262026-08-12T01:04:21.907Z Checking rand_xorshift v0.4.0
21272026-08-12T01:04:22.045Z Checking strum v0.26.3
21282026-08-12T01:04:22.082Z Checking unarray v0.1.4
21292026-08-12T01:04:22.085Z Checking signature v2.2.0
21302026-08-12T01:04:22.152Z Checking num-integer v0.1.46
21312026-08-12T01:04:22.184Z Checking hyper-util v0.1.20
21322026-08-12T01:04:22.184Z Checking cookie_store v0.22.1
21332026-08-12T01:04:22.187Z Checking scroll v0.13.0
21342026-08-12T01:04:22.190Z Checking memmap2 v0.9.10
21352026-08-12T01:04:22.322Z Checking proptest v1.11.0
21362026-08-12T01:04:22.326Z Checking tokio-rustls v0.26.4
21372026-08-12T01:04:22.355Z Checking rustls-platform-verifier v0.6.2
21382026-08-12T01:04:22.424Z Checking dtrace-parser v0.3.0
21392026-08-12T01:04:22.427Z Checking goblin v0.10.5
21402026-08-12T01:04:22.492Z Checking anstyle-parse v0.2.7
21412026-08-12T01:04:22.550Z Checking ahash v0.8.12
21422026-08-12T01:04:22.589Z Checking toml_datetime v0.6.11
21432026-08-12T01:04:22.625Z Checking serde_spanned v0.6.9
21442026-08-12T01:04:22.665Z Checking thread-id v5.1.0
21452026-08-12T01:04:22.701Z Checking base64 v0.21.7
21462026-08-12T01:04:22.770Z Checking data-encoding v2.10.0
21472026-08-12T01:04:22.773Z Checking anstream v0.6.21
21482026-08-12T01:04:22.773Z Checking bstr v1.12.1
21492026-08-12T01:04:22.873Z Checking hmac v0.12.1
21502026-08-12T01:04:22.955Z Checking x509-cert v0.2.5
21512026-08-12T01:04:23.041Z Checking crossbeam-epoch v0.9.18
21522026-08-12T01:04:23.074Z Checking memoffset v0.9.1
21532026-08-12T01:04:23.077Z Checking num-iter v0.1.45
21542026-08-12T01:04:23.181Z Checking scroll v0.12.0
21552026-08-12T01:04:23.218Z Checking zerocopy v0.7.35
21562026-08-12T01:04:23.254Z Checking rustix v0.38.44
21572026-08-12T01:04:23.289Z Checking env_filter v1.0.0
21582026-08-12T01:04:23.455Z Checking goblin v0.8.2
21592026-08-12T01:04:23.469Z Checking tap v1.0.1
21602026-08-12T01:04:23.509Z Checking hyper-rustls v0.27.7
21612026-08-12T01:04:23.599Z Checking unicode-segmentation v1.12.0
21622026-08-12T01:04:23.637Z Checking wyz v0.5.1
21632026-08-12T01:04:23.723Z Checking env_logger v0.11.9
21642026-08-12T01:04:23.761Z Checking reqwest v0.13.2
21652026-08-12T01:04:23.835Z Checking num-bigint-dig v0.8.6
21662026-08-12T01:04:23.932Z Checking nix v0.31.2
21672026-08-12T01:04:23.969Z Checking dtrace-parser v0.2.0
21682026-08-12T01:04:24.071Z Checking pkcs1 v0.7.5
21692026-08-12T01:04:24.146Z Checking newtype-uuid v1.3.2
21702026-08-12T01:04:24.230Z Checking ff v0.13.1
21712026-08-12T01:04:24.303Z Checking radium v0.7.0
21722026-08-12T01:04:24.370Z Checking daft v0.1.7
21732026-08-12T01:04:24.408Z Checking thread-id v4.2.2
21742026-08-12T01:04:24.500Z Checking same-file v1.0.6
21752026-08-12T01:04:24.537Z Checking base16ct v0.2.0
21762026-08-12T01:04:24.618Z Checking funty v2.0.0
21772026-08-12T01:04:24.657Z Checking crc-catalog v2.4.0
21782026-08-12T01:04:24.660Z Checking rsa v0.9.10
21792026-08-12T01:04:24.660Z Checking walkdir v2.5.0
21802026-08-12T01:04:24.726Z Checking sec1 v0.7.3
21812026-08-12T01:04:24.793Z Checking dof v0.4.0
21822026-08-12T01:04:24.797Z Checking crc v3.4.0
21832026-08-12T01:04:24.906Z Checking group v0.13.0
21842026-08-12T01:04:24.948Z Checking bitvec v1.0.1
21852026-08-12T01:04:24.988Z Checking hkdf v0.12.4
21862026-08-12T01:04:25.028Z Checking unicode-normalization v0.1.25
21872026-08-12T01:04:25.079Z Checking serde_with v3.21.0
21882026-08-12T01:04:25.130Z Checking crypto-bigint v0.5.5
21892026-08-12T01:04:25.169Z Checking zerocopy v0.6.6
21902026-08-12T01:04:25.204Z Checking maybe-uninit v2.0.0
21912026-08-12T01:04:25.299Z Checking keccak v0.1.6
21922026-08-12T01:04:25.337Z Checking dof v0.3.0
21932026-08-12T01:04:25.446Z Checking winnow v0.5.40
21942026-08-12T01:04:25.483Z Checking usdt-impl v0.6.0
21952026-08-12T01:04:25.487Z Checking nodrop v0.1.14
21962026-08-12T01:04:25.553Z Checking foldhash v0.1.5
21972026-08-12T01:04:25.630Z Checking foreign-types-shared v0.1.1
21982026-08-12T01:04:25.667Z Checking usdt-impl v0.5.0
21992026-08-12T01:04:25.709Z Checking hashbrown v0.15.5
22002026-08-12T01:04:25.746Z Checking foreign-types v0.3.2
22012026-08-12T01:04:25.787Z Checking usdt v0.6.0
22022026-08-12T01:04:25.840Z Checking array-init v0.0.4
22032026-08-12T01:04:25.965Z Checking sha3 v0.10.8
22042026-08-12T01:04:26.003Z Checking smallvec v0.6.14
22052026-08-12T01:04:26.058Z Checking elliptic-curve v0.13.8
22062026-08-12T01:04:26.160Z Checking bitfield v0.19.4
22072026-08-12T01:04:26.196Z Checking bzip2-sys v0.1.13+1.0.8
22082026-08-12T01:04:26.200Z Checking openssl-sys v0.9.117
22092026-08-12T01:04:26.276Z Checking hashbrown v0.12.3
22102026-08-12T01:04:26.280Z Checking packed_struct v0.10.1
22112026-08-12T01:04:26.346Z Checking winnow v1.0.3
22122026-08-12T01:04:26.400Z Checking siphasher v1.0.2
22132026-08-12T01:04:26.459Z Checking bitflags v1.3.2
22142026-08-12T01:04:26.561Z Checking winnow v0.7.14
22152026-08-12T01:04:26.600Z Checking bzip2 v0.4.4
22162026-08-12T01:04:26.603Z Checking serde-hex v0.1.0
22172026-08-12T01:04:26.669Z Checking toml_edit v0.19.15
22182026-08-12T01:04:26.673Z Checking openssl v0.10.80
22192026-08-12T01:04:26.673Z Checking toml_parser v1.1.2+spec-1.1.0
22202026-08-12T01:04:26.772Z Checking indexmap v1.9.3
22212026-08-12T01:04:26.808Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22222026-08-12T01:04:26.987Z Checking ron v0.8.1
22232026-08-12T01:04:27.047Z Checking hashbrown v0.13.2
22242026-08-12T01:04:27.108Z Checking itertools v0.13.0
22252026-08-12T01:04:27.385Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22262026-08-12T01:04:27.485Z Checking itertools v0.15.0
22272026-08-12T01:04:27.522Z Checking signal-hook v0.3.18
22282026-08-12T01:04:27.708Z Checking toml v0.7.8
22292026-08-12T01:04:27.745Z Checking managed v0.8.0
22302026-08-12T01:04:27.748Z Checking crc-any v2.5.0
22312026-08-12T01:04:27.956Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22322026-08-12T01:04:27.990Z Checking object v0.30.4
22332026-08-12T01:04:28.037Z Checking zip v0.6.6
22342026-08-12T01:04:28.124Z Checking globset v0.4.18
22352026-08-12T01:04:28.160Z Checking chacha20 v0.10.0
22362026-08-12T01:04:28.164Z Checking curve25519-dalek v4.1.3
22372026-08-12T01:04:28.380Z Checking object v0.37.3
22382026-08-12T01:04:28.411Z Checking path-slash v0.1.5
22392026-08-12T01:04:28.449Z Checking toml_write v0.1.2
22402026-08-12T01:04:28.538Z Checking signal-hook-mio v0.2.5
22412026-08-12T01:04:28.592Z Checking ed25519 v2.2.3
22422026-08-12T01:04:28.639Z Checking toml_edit v0.22.27
22432026-08-12T01:04:28.677Z Checking ref-cast v1.0.25
22442026-08-12T01:04:28.726Z Checking native-tls v0.2.18
22452026-08-12T01:04:28.802Z Checking pin-project v1.1.11
22462026-08-12T01:04:28.840Z Checking jiff-core v0.1.0
22472026-08-12T01:04:28.927Z Checking pem v3.0.6
22482026-08-12T01:04:28.930Z Checking tokio-native-tls v0.3.1
22492026-08-12T01:04:29.006Z Checking ed25519-dalek v2.2.0
22502026-08-12T01:04:29.112Z Checking zstd-sys v2.0.16+zstd.1.5.7
22512026-08-12T01:04:29.148Z Checking fixedbitset v0.5.7
22522026-08-12T01:04:29.250Z Checking zstd-safe v7.2.4
22532026-08-12T01:04:29.288Z Checking hyper-tls v0.6.0
22542026-08-12T01:04:29.364Z Checking petgraph v0.8.3
22552026-08-12T01:04:29.440Z Checking snafu v0.8.9
22562026-08-12T01:04:29.483Z Checking crossterm v0.28.1
22572026-08-12T01:04:29.527Z Checking jiff v0.2.34
22582026-08-12T01:04:29.707Z Checking similar v2.7.0
22592026-08-12T01:04:29.747Z Checking fs-err v3.3.0
22602026-08-12T01:04:30.075Z Checking hash32 v0.2.1
22612026-08-12T01:04:30.113Z Checking serde_plain v1.0.2
22622026-08-12T01:04:30.118Z Checking serde-big-array v0.5.1
22632026-08-12T01:04:30.216Z Checking libbz2-rs-sys v0.2.2
22642026-08-12T01:04:30.262Z Checking predicates-core v1.0.10
22652026-08-12T01:04:30.298Z Checking bumpalo v3.20.2
22662026-08-12T01:04:30.333Z Checking typed-path v0.9.3
22672026-08-12T01:04:30.374Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22682026-08-12T01:04:30.411Z Checking unicode-bidi v0.3.18
22692026-08-12T01:04:30.519Z Checking unicode-properties v0.1.4
22702026-08-12T01:04:30.629Z Checking bzip2 v0.6.1
22712026-08-12T01:04:30.680Z Checking zopfli v0.8.3
22722026-08-12T01:04:30.729Z Checking heapless v0.7.17
22732026-08-12T01:04:30.732Z Checking stringprep v0.1.5
22742026-08-12T01:04:30.816Z Checking reqwest v0.12.28
22752026-08-12T01:04:30.943Z Checking zstd v0.13.3
22762026-08-12T01:04:30.946Z Checking hickory-proto v0.25.2
22772026-08-12T01:04:31.027Z Checking byte-wrapper v0.1.0
22782026-08-12T01:04:31.107Z Checking md-5 v0.10.6
22792026-08-12T01:04:31.159Z Checking float-cmp v0.10.0
22802026-08-12T01:04:31.163Z Checking normalize-line-endings v0.3.0
22812026-08-12T01:04:31.271Z Checking difflib v0.4.0
22822026-08-12T01:04:31.275Z Checking fallible-iterator v0.2.0
22832026-08-12T01:04:31.342Z Checking smoltcp v0.9.1
22842026-08-12T01:04:31.346Z Checking iddqd v0.4.2
22852026-08-12T01:04:31.411Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22862026-08-12T01:04:31.448Z Checking zip v4.6.1
22872026-08-12T01:04:31.508Z Checking predicates v3.1.4
22882026-08-12T01:04:31.575Z Checking postgres-protocol v0.6.10
22892026-08-12T01:04:31.579Z Checking phf_shared v0.11.3
22902026-08-12T01:04:31.767Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22912026-08-12T01:04:31.808Z Checking phf_shared v0.13.1
22922026-08-12T01:04:31.840Z Checking olpc-cjson v0.1.4
22932026-08-12T01:04:31.921Z Checking tokio-stream v0.1.18
22942026-08-12T01:04:31.958Z Checking strum v0.27.2
22952026-08-12T01:04:32.002Z Checking lalrpop-util v0.19.12
22962026-08-12T01:04:32.039Z Checking new_debug_unreachable v1.0.6
22972026-08-12T01:04:32.076Z Checking fixedbitset v0.4.2
22982026-08-12T01:04:32.112Z Checking precomputed-hash v0.1.1
22992026-08-12T01:04:32.148Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23002026-08-12T01:04:32.187Z Checking phf v0.13.1
23012026-08-12T01:04:32.225Z Checking string_cache v0.8.9
23022026-08-12T01:04:32.260Z Checking petgraph v0.6.5
23032026-08-12T01:04:32.297Z Checking tough v0.22.0
23042026-08-12T01:04:32.334Z Checking postgres-types v0.2.12
23052026-08-12T01:04:32.370Z Checking buf-list v1.1.2
23062026-08-12T01:04:32.407Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23072026-08-12T01:04:32.444Z Checking whoami v2.1.0
23082026-08-12T01:04:32.576Z Checking peg-runtime v0.8.5
23092026-08-12T01:04:32.701Z Checking is-terminal v0.4.17
23102026-08-12T01:04:32.704Z Checking tokio-postgres v0.7.16
23112026-08-12T01:04:32.770Z Checking crossbeam-channel v0.5.15
23122026-08-12T01:04:32.811Z Checking thread_local v1.1.9
23132026-08-12T01:04:32.848Z Checking take_mut v0.2.2
23142026-08-12T01:04:32.979Z Checking term v1.2.1
23152026-08-12T01:04:33.016Z Compiling newtype-uuid-macros v0.1.0
23162026-08-12T01:04:33.123Z Checking slog-async v2.8.0
23172026-08-12T01:04:33.229Z Checking slog-term v2.9.2
23182026-08-12T01:04:33.322Z Checking match_cfg v0.1.0
23192026-08-12T01:04:33.429Z Checking hostname v0.3.1
23202026-08-12T01:04:33.516Z Checking slog-json v2.6.1
23212026-08-12T01:04:33.519Z Compiling multer v3.1.0
23222026-08-12T01:04:33.589Z Compiling async-stream-impl v0.3.6
23232026-08-12T01:04:33.707Z Checking slog-bunyan v2.5.0
23242026-08-12T01:04:33.805Z Compiling dropshot v0.17.1
23252026-08-12T01:04:33.841Z Checking debug-ignore v1.0.5
23262026-08-12T01:04:33.877Z Compiling dropshot_endpoint v0.17.1
23272026-08-12T01:04:33.880Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23282026-08-12T01:04:33.967Z Checking serde_path_to_error v0.1.20
23292026-08-12T01:04:34.005Z Checking progenitor-client v0.14.0
23302026-08-12T01:04:34.119Z Checking sha1 v0.11.0
23312026-08-12T01:04:34.199Z Checking toml_datetime v1.1.1+spec-1.1.0
23322026-08-12T01:04:34.258Z Checking serde_spanned v1.1.1
23332026-08-12T01:04:34.294Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23342026-08-12T01:04:34.331Z Checking compression-core v0.4.31
23352026-08-12T01:04:34.368Z Checking toml_writer v1.1.1+spec-1.1.0
23362026-08-12T01:04:34.371Z Checking async-stream v0.3.6
23372026-08-12T01:04:34.439Z Checking waitgroup v0.1.2
23382026-08-12T01:04:34.542Z Checking compression-codecs v0.4.37
23392026-08-12T01:04:34.581Z Checking toml v1.1.2+spec-1.1.0
23402026-08-12T01:04:34.584Z Checking rustls-pemfile v2.2.0
23412026-08-12T01:04:34.655Z Checking hostname v0.4.2
23422026-08-12T01:04:34.693Z Checking atomicwrites v0.4.4
23432026-08-12T01:04:34.729Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23442026-08-12T01:04:34.765Z Checking async-compression v0.4.41
23452026-08-12T01:04:34.765Z Compiling parse-display-derive v0.10.0
23462026-08-12T01:04:34.770Z Checking macaddr v1.0.1
23472026-08-12T01:04:34.866Z Checking regress v0.10.5
23482026-08-12T01:04:34.899Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23492026-08-12T01:04:34.902Z Checking instant v0.1.13
23502026-08-12T01:04:35.030Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23512026-08-12T01:04:35.033Z Checking itertools v0.14.0
23522026-08-12T01:04:35.100Z Checking backoff v0.4.0
23532026-08-12T01:04:35.198Z Checking backon v1.6.0
23542026-08-12T01:04:35.283Z Checking humantime v2.3.0
23552026-08-12T01:04:35.322Z Checking unicode-width v0.2.0
23562026-08-12T01:04:35.361Z Compiling convert_case v0.4.0
23572026-08-12T01:04:35.397Z Checking progenitor-extras v0.2.0
23582026-08-12T01:04:35.489Z Checking half v2.7.1
23592026-08-12T01:04:35.593Z Checking ciborium-io v0.2.2
23602026-08-12T01:04:35.666Z Checking heck v0.5.0
23612026-08-12T01:04:35.711Z Checking secrecy v0.10.3
23622026-08-12T01:04:35.747Z Compiling derive_more v0.99.20
23632026-08-12T01:04:35.784Z Checking ciborium-ll v0.2.2
23642026-08-12T01:04:35.819Z Checking camino-tempfile v1.4.1
23652026-08-12T01:04:35.861Z Checking indent_write v2.2.0
23662026-08-12T01:04:35.983Z Checking ciborium v0.2.2
23672026-08-12T01:04:36.020Z Compiling regress v0.11.1
23682026-08-12T01:04:36.023Z Compiling crucible-workspace-hack v0.1.0
23692026-08-12T01:04:36.146Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-08-12T01:04:36.320Z Checking inout v0.1.4
23712026-08-12T01:04:36.494Z Checking universal-hash v0.5.1
23722026-08-12T01:04:36.498Z Checking parse-display v0.10.0
23732026-08-12T01:04:36.525Z Checking cipher v0.4.4
23742026-08-12T01:04:36.597Z Compiling thiserror-impl-no-std v2.0.2
23752026-08-12T01:04:36.648Z Checking opaque-debug v0.3.1
23762026-08-12T01:04:36.701Z Checking blake2 v0.10.6
23772026-08-12T01:04:36.749Z Checking poly1305 v0.8.0
23782026-08-12T01:04:36.793Z Checking chacha20 v0.9.1
23792026-08-12T01:04:36.970Z Checking aead v0.5.2
23802026-08-12T01:04:37.023Z Checking password-hash v0.5.0
23812026-08-12T01:04:37.059Z Compiling unsafe-libyaml v0.2.11
23822026-08-12T01:04:37.143Z Checking chacha20poly1305 v0.10.1
23832026-08-12T01:04:37.277Z Checking argon2 v0.5.3
23842026-08-12T01:04:37.314Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23852026-08-12T01:04:37.649Z Compiling typify-impl v0.6.2
23862026-08-12T01:04:37.688Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-08-12T01:04:37.742Z Compiling serde_yaml v0.9.34+deprecated
23882026-08-12T01:04:37.782Z Checking thiserror-no-std v2.0.2
23892026-08-12T01:04:37.832Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23902026-08-12T01:04:37.896Z Checking vsss-rs v3.3.4
23912026-08-12T01:04:38.137Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23922026-08-12T01:04:38.339Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23932026-08-12T01:04:38.407Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23942026-08-12T01:04:39.011Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23952026-08-12T01:04:39.077Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-08-12T01:04:39.113Z Checking swrite v0.1.0
23972026-08-12T01:04:39.161Z Checking crossbeam-deque v0.8.6
23982026-08-12T01:04:39.203Z Compiling rayon-core v1.13.0
23992026-08-12T01:04:39.238Z Compiling num-derive v0.4.2
24002026-08-12T01:04:39.321Z Compiling toml_datetime v0.7.5+spec-1.1.0
24012026-08-12T01:04:39.375Z Compiling proc-macro-error v1.0.4
24022026-08-12T01:04:39.588Z Compiling toml_edit v0.23.10+spec-1.0.0
24032026-08-12T01:04:39.713Z Checking tabwriter v1.4.1
24042026-08-12T01:04:39.812Z Checking rayon v1.11.0
24052026-08-12T01:04:39.893Z Checking glob v0.3.3
24062026-08-12T01:04:40.084Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24072026-08-12T01:04:40.123Z Compiling heapless v0.8.0
24082026-08-12T01:04:40.162Z Compiling proc-macro-crate v3.4.0
24092026-08-12T01:04:40.201Z Checking hash32 v0.3.1
24102026-08-12T01:04:40.237Z Compiling ingot-macros v0.2.0
24112026-08-12T01:04:40.355Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24122026-08-12T01:04:40.586Z Compiling smoltcp v0.11.0
24132026-08-12T01:04:40.628Z Checking colored v3.1.1
24142026-08-12T01:04:40.712Z Compiling num_enum_derive v0.7.6
24152026-08-12T01:04:40.902Z Checking cobs v0.3.0
24162026-08-12T01:04:40.991Z Compiling usdt-macro v0.5.0
24172026-08-12T01:04:41.062Z Compiling usdt-attr-macro v0.5.0
24182026-08-12T01:04:41.097Z Checking memmap v0.7.0
24192026-08-12T01:04:41.152Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24202026-08-12T01:04:41.278Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24212026-08-12T01:04:41.323Z Checking postcard v1.1.3
24222026-08-12T01:04:41.650Z Checking toml v0.8.23
24232026-08-12T01:04:41.801Z Checking num_enum v0.7.6
24242026-08-12T01:04:41.805Z Checking rand v0.10.1
24252026-08-12T01:04:41.908Z Checking usdt v0.5.0
24262026-08-12T01:04:41.948Z Compiling proc-macro-crate v1.3.1
24272026-08-12T01:04:42.010Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24282026-08-12T01:04:42.109Z Checking sigpipe v0.1.3
24292026-08-12T01:04:42.145Z Compiling typify-macro v0.6.2
24302026-08-12T01:04:42.218Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24312026-08-12T01:04:42.254Z Compiling foreign-types-macros v0.2.3
24322026-08-12T01:04:42.359Z Checking foreign-types-shared v0.3.1
24332026-08-12T01:04:42.397Z Compiling num_enum_derive v0.5.11
24342026-08-12T01:04:42.607Z Checking cstr-argument v0.1.2
24352026-08-12T01:04:42.649Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24362026-08-12T01:04:42.748Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24372026-08-12T01:04:42.784Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24382026-08-12T01:04:42.858Z Checking foreign-types v0.5.0
24392026-08-12T01:04:42.964Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24402026-08-12T01:04:43.048Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24412026-08-12T01:04:43.086Z Checking ingot-types v0.2.0
24422026-08-12T01:04:43.119Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24432026-08-12T01:04:43.160Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24442026-08-12T01:04:43.212Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24452026-08-12T01:04:43.248Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24462026-08-12T01:04:43.364Z Compiling zone_cfg_derive v0.3.1
24472026-08-12T01:04:43.367Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-12T01:04:43.432Z Checking num_enum v0.5.11
24492026-08-12T01:04:43.466Z Checking ingot v0.2.1
24502026-08-12T01:04:43.567Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24512026-08-12T01:04:43.603Z Checking itertools v0.12.1
24522026-08-12T01:04:43.638Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24532026-08-12T01:04:43.885Z Compiling typify v0.6.2
24542026-08-12T01:04:43.967Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24552026-08-12T01:04:44.020Z Compiling progenitor-impl v0.14.0
24562026-08-12T01:04:44.055Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24572026-08-12T01:04:44.125Z Checking smf v0.2.3
24582026-08-12T01:04:44.158Z Checking whoami v1.6.1
24592026-08-12T01:04:44.303Z Compiling derive-where v1.6.0
24602026-08-12T01:04:44.355Z Checking tokio-dtrace v0.1.1
24612026-08-12T01:04:44.390Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24622026-08-12T01:04:44.568Z Checking oxide-tokio-rt v0.1.4
24632026-08-12T01:04:44.610Z Checking zone v0.3.1
24642026-08-12T01:04:44.771Z Checking console v0.15.11
24652026-08-12T01:04:44.984Z Checking newline-converter v0.3.0
24662026-08-12T01:04:45.021Z Checking bytecount v0.6.9
24672026-08-12T01:04:45.081Z Checking unicode-width v0.1.14
24682026-08-12T01:04:45.117Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24692026-08-12T01:04:45.154Z Checking expectorate v1.2.0
24702026-08-12T01:04:45.157Z Checking num-rational v0.4.2
24712026-08-12T01:04:45.309Z Checking num-complex v0.4.6
24722026-08-12T01:04:45.356Z Checking float-ord v0.3.2
24732026-08-12T01:04:45.482Z Compiling cancel-safe-futures v0.1.5
24742026-08-12T01:04:45.518Z Checking linear-map v1.2.0
24752026-08-12T01:04:45.616Z Checking oxide-update-engine-types v0.1.2
24762026-08-12T01:04:45.672Z Checking num v0.4.3
24772026-08-12T01:04:45.713Z Checking gethostname v0.5.0
24782026-08-12T01:04:45.786Z Compiling prettyplease v0.2.37
24792026-08-12T01:04:45.866Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24802026-08-12T01:04:46.058Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24812026-08-12T01:04:46.259Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24822026-08-12T01:04:46.349Z Compiling owo-colors v4.3.0
24832026-08-12T01:04:46.383Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24842026-08-12T01:04:46.386Z Checking resolv-conf v0.7.6
24852026-08-12T01:04:46.550Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24862026-08-12T01:04:46.587Z Checking oxide-update-engine v0.1.2
24872026-08-12T01:04:46.640Z Checking unicode-linebreak v0.1.5
24882026-08-12T01:04:46.679Z Compiling progenitor-macro v0.14.0
24892026-08-12T01:04:46.860Z Checking smawk v0.3.2
24902026-08-12T01:04:47.022Z Checking papergrid v0.11.0
24912026-08-12T01:04:47.058Z Compiling tabled_derive v0.7.0
24922026-08-12T01:04:47.381Z Compiling convert_case v0.10.0
24932026-08-12T01:04:47.485Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24942026-08-12T01:04:47.672Z Compiling slog-dtrace v0.3.0
24952026-08-12T01:04:47.719Z Compiling derive_more-impl v2.1.1
24962026-08-12T01:04:47.972Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-08-12T01:04:48.007Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24982026-08-12T01:04:48.046Z Checking tabled v0.15.0
24992026-08-12T01:04:48.389Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-08-12T01:04:48.572Z Checking derive_more v2.1.1
25012026-08-12T01:04:48.733Z Checking crossterm v0.29.0
25022026-08-12T01:04:48.932Z Checking linked-hash-map v0.5.6
25032026-08-12T01:04:49.125Z Checking lru-cache v0.1.2
25042026-08-12T01:04:49.329Z Checking hickory-proto v0.24.4
25052026-08-12T01:04:49.401Z Checking fd-lock v4.0.4
25062026-08-12T01:04:49.961Z Checking vte v0.14.1
25072026-08-12T01:04:50.349Z Checking strip-ansi-escapes v0.2.1
25082026-08-12T01:04:50.387Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25092026-08-12T01:04:50.391Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25102026-08-12T01:04:50.559Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-08-12T01:04:51.606Z Checking progenitor v0.14.0
25122026-08-12T01:04:51.761Z Checking nu-ansi-term v0.50.3
25132026-08-12T01:04:51.795Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25142026-08-12T01:04:51.856Z Checking termtree v0.5.1
25152026-08-12T01:04:52.031Z Checking reedline v0.40.0
25162026-08-12T01:04:52.321Z Checking hickory-resolver v0.24.4
25172026-08-12T01:04:52.391Z Checking textwrap v0.16.2
25182026-08-12T01:04:52.633Z Compiling minimal-lexical v0.2.1
25192026-08-12T01:04:52.830Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25202026-08-12T01:04:53.070Z Compiling nom v7.1.3
25212026-08-12T01:04:53.106Z Checking qorb v0.4.1
25222026-08-12T01:04:53.142Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25232026-08-12T01:04:53.189Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-08-12T01:04:53.695Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-08-12T01:04:53.874Z Checking display-error-chain v0.2.2
25262026-08-12T01:04:54.026Z Compiling unicode-xid v0.2.6
25272026-08-12T01:04:54.160Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-08-12T01:04:54.257Z Compiling ar_archive_writer v0.5.1
25292026-08-12T01:04:54.260Z Checking csv-core v0.1.13
25302026-08-12T01:04:54.328Z Compiling stacker v0.1.23
25312026-08-12T01:04:54.430Z Compiling cfg_aliases v0.1.1
25322026-08-12T01:04:54.499Z Checking csv v1.4.0
25332026-08-12T01:04:54.535Z Compiling semver v0.1.20
25342026-08-12T01:04:54.611Z Checking highway v1.3.0
25352026-08-12T01:04:54.788Z Compiling rustc_version v0.1.7
25362026-08-12T01:04:54.859Z Compiling nix v0.28.0
25372026-08-12T01:04:54.893Z Checking nibble_vec v0.1.0
25382026-08-12T01:04:54.897Z Checking endian-type v0.1.2
25392026-08-12T01:04:54.966Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25402026-08-12T01:04:55.035Z Compiling newtype_derive v0.1.6
25412026-08-12T01:04:55.069Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25422026-08-12T01:04:55.103Z Checking radix_trie v0.2.1
25432026-08-12T01:04:55.138Z Compiling psm v0.1.30
25442026-08-12T01:04:55.257Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25452026-08-12T01:04:55.301Z Checking phf_shared v0.12.1
25462026-08-12T01:04:55.337Z Compiling recursive-proc-macro-impl v0.1.1
25472026-08-12T01:04:55.456Z Compiling chrono-tz v0.10.4
25482026-08-12T01:04:55.493Z Checking phf v0.12.1
25492026-08-12T01:04:55.785Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502026-08-12T01:04:55.785Z Compiling const_format_proc_macros v0.2.34
25512026-08-12T01:04:55.918Z Compiling peg-macros v0.8.5
25522026-08-12T01:04:55.954Z Checking winnow v0.6.26
25532026-08-12T01:04:55.988Z Compiling sqlparser_derive v0.5.0
25542026-08-12T01:04:56.033Z Checking recursive v0.1.1
25552026-08-12T01:04:56.154Z Checking home v0.5.12
25562026-08-12T01:04:56.311Z Checking unicode_categories v0.1.1
25572026-08-12T01:04:56.718Z Checking const_format v0.2.35
25582026-08-12T01:04:56.721Z Checking rustyline v14.0.0
25592026-08-12T01:04:56.818Z Checking sqlparser v0.61.0
25602026-08-12T01:04:56.974Z Checking bcs v0.1.6
25612026-08-12T01:04:57.146Z Checking sqlformat v0.3.5
25622026-08-12T01:04:57.238Z Checking nom v8.0.0
25632026-08-12T01:04:57.480Z Checking peg v0.8.5
25642026-08-12T01:04:57.584Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-08-12T01:04:57.617Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25662026-08-12T01:04:57.720Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25672026-08-12T01:04:57.797Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-08-12T01:04:57.835Z Checking steno v0.4.1
25692026-08-12T01:04:58.122Z Checking sha1 v0.10.6
25702026-08-12T01:04:58.324Z Checking filetime v0.2.27
25712026-08-12T01:04:58.489Z Checking xattr v1.6.1
25722026-08-12T01:04:58.651Z Checking tar v0.4.46
25732026-08-12T01:04:58.767Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25742026-08-12T01:04:58.806Z Checking subprocess v0.2.15
25752026-08-12T01:04:58.846Z Checking headers-core v0.3.0
25762026-08-12T01:04:58.965Z Checking yasna v0.5.2
25772026-08-12T01:04:58.999Z Checking headers v0.4.1
25782026-08-12T01:04:59.054Z Checking port-file v0.1.0
25792026-08-12T01:04:59.115Z Checking tagptr v0.2.0
25802026-08-12T01:04:59.210Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25812026-08-12T01:04:59.258Z Checking dropshot-api-manager-types v0.7.2
25822026-08-12T01:04:59.367Z Checking rcgen v0.12.1
25832026-08-12T01:04:59.453Z Checking moka v0.12.13
25842026-08-12T01:04:59.489Z Checking utf-8 v0.7.6
25852026-08-12T01:04:59.677Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25862026-08-12T01:04:59.722Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25872026-08-12T01:04:59.856Z Checking tungstenite v0.21.0
25882026-08-12T01:05:00.112Z Checking hickory-resolver v0.25.2
25892026-08-12T01:05:00.209Z Compiling libefi-sys v0.1.0
25902026-08-12T01:05:00.304Z Checking tokio-tungstenite v0.21.0
25912026-08-12T01:05:00.361Z Compiling bitfield-struct v0.6.2
25922026-08-12T01:05:00.464Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25932026-08-12T01:05:00.608Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25942026-08-12T01:05:00.853Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-08-12T01:05:00.922Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25962026-08-12T01:05:00.958Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25972026-08-12T01:05:01.012Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25982026-08-12T01:05:01.046Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25992026-08-12T01:05:01.139Z Compiling xshell-macros v0.2.7
26002026-08-12T01:05:01.208Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26012026-08-12T01:05:01.293Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26022026-08-12T01:05:01.373Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26032026-08-12T01:05:01.558Z Checking xshell v0.2.7
26042026-08-12T01:05:01.562Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26052026-08-12T01:05:01.831Z Checking half v1.8.3
26062026-08-12T01:05:01.913Z Checking libscf-sys v1.2.0
26072026-08-12T01:05:01.960Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26082026-08-12T01:05:02.055Z Checking serde_cbor v0.11.2
26092026-08-12T01:05:02.088Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26102026-08-12T01:05:02.317Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26112026-08-12T01:05:02.369Z Checking papergrid v0.18.0
26122026-08-12T01:05:02.405Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26132026-08-12T01:05:02.454Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26142026-08-12T01:05:02.652Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26152026-08-12T01:05:02.688Z Checking maplit v1.0.2
26162026-08-12T01:05:02.795Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26172026-08-12T01:05:02.852Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26182026-08-12T01:05:03.185Z Checking tabled v0.21.0
26192026-08-12T01:05:03.262Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26202026-08-12T01:05:03.399Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26212026-08-12T01:05:03.432Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26222026-08-12T01:05:03.469Z Checking crc8 v0.1.1
26232026-08-12T01:05:03.591Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26242026-08-12T01:05:03.634Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26252026-08-12T01:05:03.744Z Checking unicase v2.9.0
26262026-08-12T01:05:03.871Z Checking fxhash v0.2.1
26272026-08-12T01:05:03.951Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26282026-08-12T01:05:04.024Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26292026-08-12T01:05:04.520Z Checking sha2 v0.11.0
26302026-08-12T01:05:04.668Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26312026-08-12T01:05:04.703Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26322026-08-12T01:05:04.965Z Compiling darling_core v0.21.3
26332026-08-12T01:05:05.034Z Compiling vergen-lib v0.1.6
26342026-08-12T01:05:05.165Z Compiling diesel_derives v2.3.7
26352026-08-12T01:05:05.211Z Checking scheduled-thread-pool v0.2.7
26362026-08-12T01:05:05.292Z Compiling vergen-gitcl v1.0.8
26372026-08-12T01:05:05.403Z Compiling diesel_table_macro_syntax v0.3.0
26382026-08-12T01:05:05.437Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26392026-08-12T01:05:05.472Z Checking r2d2 v0.8.10
26402026-08-12T01:05:05.633Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26412026-08-12T01:05:05.677Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26422026-08-12T01:05:05.934Z Checking downcast-rs v2.0.2
26432026-08-12T01:05:06.015Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26442026-08-12T01:05:06.058Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26452026-08-12T01:05:06.633Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26462026-08-12T01:05:06.637Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26472026-08-12T01:05:06.701Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26482026-08-12T01:05:06.781Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26492026-08-12T01:05:06.976Z Checking kstat-rs v0.2.5
26502026-08-12T01:05:07.200Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-08-12T01:05:07.469Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26522026-08-12T01:05:07.504Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26532026-08-12T01:05:07.541Z Compiling darling_macro v0.21.3
26542026-08-12T01:05:07.574Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26552026-08-12T01:05:08.064Z Compiling darling v0.21.3
26562026-08-12T01:05:08.182Z Compiling dsl_auto_type v0.2.0
26572026-08-12T01:05:08.415Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26582026-08-12T01:05:08.749Z Compiling dirs-sys-next v0.1.2
26592026-08-12T01:05:08.783Z Compiling crunchy v0.2.4
26602026-08-12T01:05:08.851Z Compiling parking_lot_core v0.8.6
26612026-08-12T01:05:08.950Z Compiling dirs-next v2.0.0
26622026-08-12T01:05:09.047Z Compiling clang-sys v1.8.1
26632026-08-12T01:05:09.116Z Compiling git-stub v1.0.0
26642026-08-12T01:05:09.181Z Compiling tiny-keccak v2.0.2
26652026-08-12T01:05:09.394Z Compiling git-stub-vcs v0.1.0
26662026-08-12T01:05:09.530Z Compiling term v0.7.0
26672026-08-12T01:05:09.564Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26682026-08-12T01:05:09.603Z Compiling bit-vec v0.6.3
26692026-08-12T01:05:09.799Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26702026-08-12T01:05:09.854Z Compiling ascii-canvas v3.0.0
26712026-08-12T01:05:09.911Z Compiling bit-set v0.5.3
26722026-08-12T01:05:10.121Z Checking parking_lot v0.11.2
26732026-08-12T01:05:10.124Z Checking prefix-trie v0.7.0
26742026-08-12T01:05:10.271Z Compiling itertools v0.10.5
26752026-08-12T01:05:10.377Z Compiling ena v0.14.4
26762026-08-12T01:05:10.453Z Compiling libloading v0.8.9
26772026-08-12T01:05:10.489Z Compiling diff v0.1.13
26782026-08-12T01:05:10.526Z Compiling regex-syntax v0.6.29
26792026-08-12T01:05:10.616Z Compiling bindgen v0.71.1
26802026-08-12T01:05:10.774Z Checking hickory-server v0.25.2
26812026-08-12T01:05:11.074Z Checking sled v0.34.7
26822026-08-12T01:05:11.389Z Compiling cexpr v0.6.0
26832026-08-12T01:05:11.907Z Compiling lalrpop v0.19.12
26842026-08-12T01:05:12.072Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26852026-08-12T01:05:12.108Z Checking nanorand v0.7.0
26862026-08-12T01:05:12.331Z Compiling rustc-hash v2.1.1
26872026-08-12T01:05:12.374Z Compiling salty v0.3.0
26882026-08-12T01:05:12.478Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26892026-08-12T01:05:12.617Z Checking flume v0.11.1
26902026-08-12T01:05:12.698Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26912026-08-12T01:05:12.789Z Compiling libxml v0.3.3
26922026-08-12T01:05:12.887Z Checking assert_matches v1.5.0
26932026-08-12T01:05:12.964Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26942026-08-12T01:05:13.296Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26952026-08-12T01:05:13.564Z Compiling strum_macros v0.24.3
26962026-08-12T01:05:13.880Z Compiling indoc v1.0.9
26972026-08-12T01:05:14.040Z Checking diesel v2.3.7
26982026-08-12T01:05:14.244Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26992026-08-12T01:05:14.334Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27002026-08-12T01:05:14.458Z Checking quick-xml v0.37.5
27012026-08-12T01:05:14.524Z Checking derive_builder v0.20.2
27022026-08-12T01:05:14.665Z Compiling oso-derive v0.27.3
27032026-08-12T01:05:14.700Z Compiling impl-trait-for-tuples v0.2.3
27042026-08-12T01:05:14.912Z Compiling trait-variant v0.1.2
27052026-08-12T01:05:15.184Z Checking openssl-probe v0.1.6
27062026-08-12T01:05:15.358Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27072026-08-12T01:05:15.401Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27082026-08-12T01:05:15.474Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27092026-08-12T01:05:15.815Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27102026-08-12T01:05:16.248Z Checking rfc6979 v0.4.0
27112026-08-12T01:05:16.328Z Checking predicates-tree v1.0.13
27122026-08-12T01:05:16.432Z Checking ecdsa v0.16.9
27132026-08-12T01:05:16.473Z Compiling progenitor-impl v0.13.0
27142026-08-12T01:05:16.621Z Checking primeorder v0.13.6
27152026-08-12T01:05:16.909Z Checking p384 v0.13.1
27162026-08-12T01:05:17.367Z Checking progenitor-client v0.13.0
27172026-08-12T01:05:17.642Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27182026-08-12T01:05:17.732Z Checking bb8 v0.8.6
27192026-08-12T01:05:17.989Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27202026-08-12T01:05:18.043Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27212026-08-12T01:05:18.095Z Compiling mime_guess v2.0.5
27222026-08-12T01:05:18.356Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-08-12T01:05:18.523Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27242026-08-12T01:05:18.572Z Checking ignore v0.4.25
27252026-08-12T01:05:18.627Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27262026-08-12T01:05:18.660Z Checking http-range v0.1.5
27272026-08-12T01:05:18.800Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27282026-08-12T01:05:19.013Z Checking globwalk v0.9.1
27292026-08-12T01:05:19.095Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-08-12T01:05:19.130Z Compiling progenitor-macro v0.13.0
27312026-08-12T01:05:19.201Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27322026-08-12T01:05:19.498Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27332026-08-12T01:05:19.569Z Checking digest-io v0.1.0
27342026-08-12T01:05:19.735Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27352026-08-12T01:05:19.959Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27362026-08-12T01:05:20.163Z Checking rawzip v0.4.4
27372026-08-12T01:05:20.199Z Checking nonempty v0.12.0
27382026-08-12T01:05:20.391Z Checking corncobs v0.1.4
27392026-08-12T01:05:20.551Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27402026-08-12T01:05:20.692Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27412026-08-12T01:05:20.763Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27422026-08-12T01:05:20.846Z Checking camino-tempfile-ext v0.3.3
27432026-08-12T01:05:21.095Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-08-12T01:05:21.421Z Checking secrecy v0.8.0
27452026-08-12T01:05:22.118Z Checking hyper-staticfile v0.10.1
27462026-08-12T01:05:22.189Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27472026-08-12T01:05:22.416Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27482026-08-12T01:05:22.451Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27492026-08-12T01:05:22.507Z Checking signal-hook-tokio v0.3.1
27502026-08-12T01:05:22.667Z Compiling illumos-nvpair-sys v0.2.0
27512026-08-12T01:05:22.933Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27522026-08-12T01:05:22.972Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27532026-08-12T01:05:23.026Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27542026-08-12T01:05:23.378Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27552026-08-12T01:05:23.411Z Checking scuffle v0.1.0
27562026-08-12T01:05:23.805Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27572026-08-12T01:05:24.078Z Checking progenitor v0.13.0
27582026-08-12T01:05:24.125Z Checking illumos-nvpair v0.3.0
27592026-08-12T01:05:24.255Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27602026-08-12T01:05:24.300Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27612026-08-12T01:05:24.336Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27622026-08-12T01:05:24.339Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27632026-08-12T01:05:24.585Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27642026-08-12T01:05:24.673Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27652026-08-12T01:05:24.676Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27662026-08-12T01:05:24.907Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27672026-08-12T01:05:25.049Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27682026-08-12T01:05:25.314Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27692026-08-12T01:05:25.508Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27702026-08-12T01:05:25.797Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27712026-08-12T01:05:26.007Z Checking tungstenite v0.23.0
27722026-08-12T01:05:26.485Z Checking rand_seeder v0.4.0
27732026-08-12T01:05:26.556Z Checking tokio-tungstenite v0.23.1
27742026-08-12T01:05:26.665Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27752026-08-12T01:05:26.861Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27762026-08-12T01:05:27.082Z Checking void v1.0.2
27772026-08-12T01:05:27.164Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27782026-08-12T01:05:27.218Z Checking lzss v0.8.2
27792026-08-12T01:05:27.363Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27802026-08-12T01:05:27.445Z Checking nix v0.27.1
27812026-08-12T01:05:27.552Z Checking serde_bytes v0.11.19
27822026-08-12T01:05:27.757Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27832026-08-12T01:05:27.901Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27842026-08-12T01:05:27.987Z Checking diesel-dtrace v0.5.0
27852026-08-12T01:05:28.219Z Checking async-bb8-diesel v0.2.1
27862026-08-12T01:05:28.260Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27872026-08-12T01:05:28.511Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27882026-08-12T01:05:28.547Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27892026-08-12T01:05:28.600Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27902026-08-12T01:05:29.680Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27912026-08-12T01:05:30.366Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27922026-08-12T01:05:30.465Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27932026-08-12T01:05:30.630Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27942026-08-12T01:05:31.389Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27952026-08-12T01:05:31.726Z Checking yansi v1.0.1
27962026-08-12T01:05:32.016Z Checking cpubits v0.1.1
27972026-08-12T01:05:32.083Z Checking is_ci v1.2.0
27982026-08-12T01:05:32.120Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27992026-08-12T01:05:32.154Z Checking pretty_assertions v1.4.1
28002026-08-12T01:05:32.218Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28012026-08-12T01:05:32.317Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28022026-08-12T01:05:32.484Z Checking pem-rfc7468 v1.0.0
28032026-08-12T01:05:32.688Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28042026-08-12T01:05:32.965Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28052026-08-12T01:05:33.186Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28062026-08-12T01:05:33.706Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28072026-08-12T01:05:33.983Z Checking hmac v0.13.0
28082026-08-12T01:05:34.029Z Checking universal-hash v0.6.1
28092026-08-12T01:05:34.062Z Compiling libz-sys v1.1.24
28102026-08-12T01:05:34.174Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28112026-08-12T01:05:34.208Z Compiling instability v0.3.11
28122026-08-12T01:05:34.469Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28132026-08-12T01:05:34.536Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-08-12T01:05:34.603Z Checking castaway v0.2.4
28152026-08-12T01:05:34.636Z Compiling indoc v2.0.7
28162026-08-12T01:05:34.749Z Checking compact_str v0.8.1
28172026-08-12T01:05:35.160Z Checking polyval v0.7.1
28182026-08-12T01:05:35.369Z Checking der v0.8.0
28192026-08-12T01:05:35.599Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28202026-08-12T01:05:35.827Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28212026-08-12T01:05:35.866Z Checking unicode-truncate v1.1.0
28222026-08-12T01:05:36.041Z Checking lru v0.12.5
28232026-08-12T01:05:36.076Z Compiling libgit2-sys v0.18.3+1.9.2
28242026-08-12T01:05:36.203Z Checking arc-swap v1.8.2
28252026-08-12T01:05:36.238Z Checking cassowary v0.3.0
28262026-08-12T01:05:36.367Z Checking ghash v0.6.0
28272026-08-12T01:05:36.463Z Checking slog-scope v4.4.1
28282026-08-12T01:05:36.497Z Checking ratatui v0.29.0
28292026-08-12T01:05:36.633Z Checking pbkdf2 v0.13.0
28302026-08-12T01:05:36.673Z Checking aes v0.9.1
28312026-08-12T01:05:36.709Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28322026-08-12T01:05:36.783Z Checking crypto-bigint v0.7.5
28332026-08-12T01:05:37.105Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28342026-08-12T01:05:37.819Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28352026-08-12T01:05:38.066Z Checking ctr v0.10.1
28362026-08-12T01:05:38.271Z Checking aead v0.6.1
28372026-08-12T01:05:38.388Z Checking cargo-platform v0.3.2
28382026-08-12T01:05:38.441Z Checking aes-gcm v0.11.0
28392026-08-12T01:05:38.597Z Checking cargo_metadata v0.23.1
28402026-08-12T01:05:38.638Z Checking slog-stdlog v4.1.1
28412026-08-12T01:05:38.788Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28422026-08-12T01:05:38.999Z Checking spki v0.8.0
28432026-08-12T01:05:39.208Z Checking supports-color v3.0.2
28442026-08-12T01:05:39.367Z Checking console v0.16.2
28452026-08-12T01:05:39.370Z Checking colored v2.2.0
28462026-08-12T01:05:39.630Z Checking salsa20 v0.11.0
28472026-08-12T01:05:39.700Z Compiling vergen-git2 v9.1.0
28482026-08-12T01:05:39.808Z Checking unit-prefix v0.5.2
28492026-08-12T01:05:39.917Z Checking plotters-backend v0.3.7
28502026-08-12T01:05:39.967Z Checking indicatif v0.18.4
28512026-08-12T01:05:40.148Z Checking plotters-svg v0.3.7
28522026-08-12T01:05:40.231Z Checking scrypt v0.12.0
28532026-08-12T01:05:40.316Z Checking slog-envlogger v2.2.0
28542026-08-12T01:05:40.362Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28552026-08-12T01:05:40.426Z Checking cbc v0.2.1
28562026-08-12T01:05:40.495Z Checking libsw-core v0.3.2
28572026-08-12T01:05:40.579Z Checking cast v0.3.0
28582026-08-12T01:05:40.614Z Checking pkcs5 v0.8.1
28592026-08-12T01:05:40.670Z Checking libsw v3.5.0
28602026-08-12T01:05:40.761Z Checking criterion-plot v0.6.0
28612026-08-12T01:05:40.898Z Checking plotters v0.3.7
28622026-08-12T01:05:40.938Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28632026-08-12T01:05:41.025Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28642026-08-12T01:05:41.254Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28652026-08-12T01:05:41.477Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28662026-08-12T01:05:41.686Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28672026-08-12T01:05:41.722Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28682026-08-12T01:05:41.905Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28692026-08-12T01:05:41.941Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28702026-08-12T01:05:41.975Z Checking tinytemplate v1.2.1
28712026-08-12T01:05:42.125Z Checking oorandom v11.1.5
28722026-08-12T01:05:42.215Z Checking anes v0.1.6
28732026-08-12T01:05:42.268Z Checking shell-words v1.1.1
28742026-08-12T01:05:42.421Z Checking criterion v0.7.0
28752026-08-12T01:05:42.502Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28762026-08-12T01:05:42.830Z Checking pkcs8 v0.11.0
28772026-08-12T01:05:43.085Z Checking oxide-update-engine-display v0.1.2
28782026-08-12T01:05:43.425Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28792026-08-12T01:05:43.688Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28802026-08-12T01:05:44.030Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-08-12T01:05:44.828Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-08-12T01:05:45.645Z Checking tokio-test v0.4.5
28832026-08-12T01:05:45.879Z Checking ff v0.14.0
28842026-08-12T01:05:46.047Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28852026-08-12T01:05:46.278Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28862026-08-12T01:05:46.688Z Checking twox-hash v2.1.2
28872026-08-12T01:05:47.010Z Compiling petname v2.0.2
28882026-08-12T01:05:47.149Z Checking atty v0.2.14
28892026-08-12T01:05:47.277Z Checking arrayvec v0.7.6
28902026-08-12T01:05:47.494Z Checking arrayref v0.3.9
28912026-08-12T01:05:47.528Z Checking constant_time_eq v0.4.2
28922026-08-12T01:05:47.743Z Checking group v0.14.0
28932026-08-12T01:05:47.778Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28942026-08-12T01:05:47.931Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28952026-08-12T01:05:47.973Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28962026-08-12T01:05:48.679Z Checking fatfs v0.3.6
28972026-08-12T01:05:48.914Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28982026-08-12T01:05:48.971Z Checking signature v3.0.0
28992026-08-12T01:05:49.097Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29002026-08-12T01:05:49.155Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29012026-08-12T01:05:49.158Z Checking base16ct v1.0.0
29022026-08-12T01:05:49.352Z Compiling seq-macro v0.3.6
29032026-08-12T01:05:49.876Z Checking sec1 v0.8.1
29042026-08-12T01:05:50.416Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29052026-08-12T01:05:50.506Z Checking hkdf v0.13.0
29062026-08-12T01:05:50.541Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29072026-08-12T01:05:50.680Z Checking concurrent-queue v2.5.0
29082026-08-12T01:05:50.735Z Checking sapling-renderdag v0.1.0
29092026-08-12T01:05:50.898Z Checking parking v2.2.1
29102026-08-12T01:05:51.009Z Checking sync-ptr v0.1.4
29112026-08-12T01:05:51.051Z Checking event-listener v5.4.1
29122026-08-12T01:05:51.157Z Checking elliptic-curve v0.14.1
29132026-08-12T01:05:51.314Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29142026-08-12T01:05:51.616Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29152026-08-12T01:05:51.725Z Checking rtoolbox v0.0.3
29162026-08-12T01:05:51.880Z Checking event-listener-strategy v0.5.4
29172026-08-12T01:05:51.916Z Checking rpassword v7.5.4
29182026-08-12T01:05:52.048Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29192026-08-12T01:05:52.102Z Checking wnaf v0.14.0
29202026-08-12T01:05:52.298Z Checking primefield v0.14.0
29212026-08-12T01:05:52.435Z Compiling samael v0.0.19
29222026-08-12T01:05:52.533Z Checking rfc6979 v0.6.0
29232026-08-12T01:05:52.710Z Checking tui-tree-widget v0.23.1
29242026-08-12T01:05:52.931Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29252026-08-12T01:05:53.029Z Compiling blake3 v1.8.5
29262026-08-12T01:05:53.418Z Checking futures-timer v3.0.3
29272026-08-12T01:05:53.934Z Checking ecdsa v0.17.0
29282026-08-12T01:05:54.123Z Checking primeorder v0.14.0
29292026-08-12T01:05:54.358Z Checking async-lock v3.4.2
29302026-08-12T01:05:54.393Z Compiling curve25519-dalek v5.0.0
29312026-08-12T01:05:54.513Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29322026-08-12T01:05:54.761Z Checking async-object-pool v0.2.0
29332026-08-12T01:05:55.207Z Checking ssh-encoding v0.3.0
29342026-08-12T01:05:55.457Z Checking serde_regex v1.1.0
29352026-08-12T01:05:55.644Z Checking assert-json-diff v2.0.2
29362026-08-12T01:05:55.841Z Checking path-tree v0.8.3
29372026-08-12T01:05:56.059Z Checking keccak v0.2.0
29382026-08-12T01:05:56.259Z Checking topological-sort v0.2.2
29392026-08-12T01:05:56.428Z Compiling strsim v0.10.0
29402026-08-12T01:05:56.785Z Checking stringmetrics v2.2.2
29412026-08-12T01:05:56.871Z Compiling darling_core v0.13.4
29422026-08-12T01:05:56.966Z Checking httpmock v0.8.3
29432026-08-12T01:05:57.248Z Checking omicron-zone-package v0.12.3
29442026-08-12T01:05:58.142Z Checking ed25519 v3.0.0
29452026-08-12T01:05:58.370Z Checking pkcs1 v0.8.0-rc.4
29462026-08-12T01:05:58.405Z Checking crypto-primes v0.7.2
29472026-08-12T01:05:58.616Z Checking poly1305 v0.9.0
29482026-08-12T01:05:58.729Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29492026-08-12T01:05:58.915Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29502026-08-12T01:05:59.138Z Checking blowfish v0.10.0
29512026-08-12T01:05:59.173Z Checking blake2 v0.11.0-rc.6
29522026-08-12T01:05:59.325Z Checking gimli v0.32.3
29532026-08-12T01:05:59.382Z Compiling target-lexicon v0.13.3
29542026-08-12T01:05:59.459Z Checking argon2 v0.6.0-rc.8
29552026-08-12T01:05:59.568Z Checking rsa v0.10.0-rc.18
29562026-08-12T01:05:59.807Z Checking bcrypt-pbkdf v0.11.0
29572026-08-12T01:05:59.942Z Checking ssh-cipher v0.3.0
29582026-08-12T01:05:59.996Z Compiling darling_macro v0.13.4
29592026-08-12T01:06:00.086Z Checking ed25519-dalek v3.0.0
29602026-08-12T01:06:00.181Z Checking sha3 v0.11.0
29612026-08-12T01:06:00.340Z Checking p256 v0.14.0
29622026-08-12T01:06:00.500Z Checking p521 v0.14.0
29632026-08-12T01:06:00.556Z Checking p384 v0.14.0
29642026-08-12T01:06:00.865Z Checking addr2line v0.25.1
29652026-08-12T01:06:01.106Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29662026-08-12T01:06:01.159Z Checking kem v0.3.0
29672026-08-12T01:06:01.326Z Checking module-lattice v0.2.3
29682026-08-12T01:06:01.380Z Checking hex-literal v0.4.1
29692026-08-12T01:06:01.508Z Checking rustc-demangle v0.1.27
29702026-08-12T01:06:01.579Z Compiling guppy-workspace-hack v0.1.0
29712026-08-12T01:06:01.762Z Checking sponge-cursor v0.1.0
29722026-08-12T01:06:01.842Z Checking backtrace v0.3.76
29732026-08-12T01:06:01.917Z Checking sha3 v0.12.0
29742026-08-12T01:06:02.150Z Checking ml-kem v0.3.2
29752026-08-12T01:06:02.184Z Compiling darling v0.13.4
29762026-08-12T01:06:02.547Z Checking russh-cryptovec v0.62.0
29772026-08-12T01:06:02.582Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29782026-08-12T01:06:02.737Z Checking internal-russh-num-bigint v0.5.0
29792026-08-12T01:06:02.797Z Checking num-bigint v0.4.6
29802026-08-12T01:06:02.936Z Checking russh-util v0.52.0
29812026-08-12T01:06:03.092Z Checking generic-array v1.4.3
29822026-08-12T01:06:03.478Z Checking ssh-key v0.7.0-rc.11
29832026-08-12T01:06:03.513Z Compiling enum_dispatch v0.3.13
29842026-08-12T01:06:03.734Z Compiling delegate v0.13.5
29852026-08-12T01:06:03.768Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29862026-08-12T01:06:03.957Z Compiling git2 v0.20.4
29872026-08-12T01:06:04.207Z Compiling target-spec v3.5.7
29882026-08-12T01:06:04.397Z Checking md5 v0.8.0
29892026-08-12T01:06:04.485Z Checking hex-literal v1.1.0
29902026-08-12T01:06:04.565Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29912026-08-12T01:06:04.680Z Checking cfg-expr v0.20.6
29922026-08-12T01:06:04.713Z Checking russh v0.62.4
29932026-08-12T01:06:04.747Z Compiling serde_with_macros v1.5.2
29942026-08-12T01:06:05.094Z Checking backtrace-ext v0.2.1
29952026-08-12T01:06:05.253Z Checking supports-color v2.1.0
29962026-08-12T01:06:05.322Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29972026-08-12T01:06:05.414Z Checking textwrap v0.15.2
29982026-08-12T01:06:05.610Z Checking supports-unicode v2.1.0
29992026-08-12T01:06:05.654Z Checking supports-hyperlinks v2.1.0
30002026-08-12T01:06:05.755Z Checking hashbrown v0.14.5
30012026-08-12T01:06:05.798Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30022026-08-12T01:06:06.011Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30032026-08-12T01:06:06.308Z Checking terminal_size v0.1.17
30042026-08-12T01:06:06.449Z Checking socket2 v0.5.10
30052026-08-12T01:06:06.498Z Compiling miette-derive v5.10.0
30062026-08-12T01:06:06.738Z Checking owo-colors v3.5.0
30072026-08-12T01:06:06.882Z Checking internet-checksum v0.2.1
30082026-08-12T01:06:07.038Z Checking chumsky v0.9.3
30092026-08-12T01:06:07.291Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30102026-08-12T01:06:07.326Z Compiling serde_with v1.14.0
30112026-08-12T01:06:07.655Z Checking miette v5.10.0
30122026-08-12T01:06:08.188Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30132026-08-12T01:06:08.315Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30142026-08-12T01:06:08.408Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30152026-08-12T01:06:08.471Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30162026-08-12T01:06:08.820Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30172026-08-12T01:06:08.866Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30182026-08-12T01:06:09.023Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30192026-08-12T01:06:09.059Z Compiling knuffel-derive v3.2.0
30202026-08-12T01:06:09.159Z Checking httptest v0.16.4
30212026-08-12T01:06:09.211Z Checking pathdiff v0.2.3
30222026-08-12T01:06:09.247Z Compiling polar-core v0.27.3
30232026-08-12T01:06:09.346Z Checking nested v0.1.1
30242026-08-12T01:06:09.518Z Checking guppy v0.17.25
30252026-08-12T01:06:09.551Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30262026-08-12T01:06:09.870Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30272026-08-12T01:06:10.142Z Checking similar-asserts v1.7.0
30282026-08-12T01:06:10.324Z Compiling target-triple v1.0.0
30292026-08-12T01:06:10.465Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30302026-08-12T01:06:10.550Z Checking knuffel v3.2.0
30312026-08-12T01:06:10.675Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30322026-08-12T01:06:11.191Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30332026-08-12T01:06:11.226Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30342026-08-12T01:06:11.264Z Checking hickory-client v0.25.2
30352026-08-12T01:06:11.601Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30362026-08-12T01:06:11.781Z Compiling fs-err v2.11.0
30372026-08-12T01:06:11.846Z Compiling assert_cmd v2.1.2
30382026-08-12T01:06:12.004Z Checking escape8259 v0.5.3
30392026-08-12T01:06:12.202Z Checking libtest-mimic v0.8.1
30402026-08-12T01:06:12.263Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30412026-08-12T01:06:12.583Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30422026-08-12T01:06:12.677Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30432026-08-12T01:06:12.718Z Checking blake2b_simd v1.0.4
30442026-08-12T01:06:13.124Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30452026-08-12T01:06:13.389Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30462026-08-12T01:06:13.577Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30472026-08-12T01:06:13.798Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30482026-08-12T01:06:13.832Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30492026-08-12T01:06:14.021Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30502026-08-12T01:06:14.214Z Checking fancy-regex v0.14.0
30512026-08-12T01:06:14.287Z Checking oso v0.27.3
30522026-08-12T01:06:14.290Z Checking serde_tokenstream v0.2.3
30532026-08-12T01:06:14.593Z Checking approx v0.5.1
30542026-08-12T01:06:14.751Z Compiling rstest_macros v0.25.0
30552026-08-12T01:06:14.785Z Checking uzers v0.12.2
30562026-08-12T01:06:15.023Z Checking termcolor v1.4.1
30572026-08-12T01:06:15.057Z Compiling linkme-impl v0.3.35
30582026-08-12T01:06:15.132Z Checking constant_time_eq v0.3.1
30592026-08-12T01:06:15.268Z Checking rust-argon2 v2.1.0
30602026-08-12T01:06:15.271Z Checking trybuild v1.0.116
30612026-08-12T01:06:15.450Z Checking datatest-stable v0.3.3
30622026-08-12T01:06:15.643Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30632026-08-12T01:06:15.678Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30642026-08-12T01:06:15.963Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30652026-08-12T01:06:15.997Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30662026-08-12T01:06:16.000Z Checking support-bundle-viewer v0.1.2
30672026-08-12T01:06:16.184Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30682026-08-12T01:06:16.316Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30692026-08-12T01:06:16.408Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30702026-08-12T01:06:16.536Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30712026-08-12T01:06:16.634Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30722026-08-12T01:06:16.754Z Checking drift v0.2.0
30732026-08-12T01:06:16.824Z Checking rand_distr v0.5.1
30742026-08-12T01:06:17.009Z Checking multimap v0.10.1
30752026-08-12T01:06:17.139Z Compiling linkme v0.3.35
30762026-08-12T01:06:17.174Z Compiling relative-path v1.9.3
30772026-08-12T01:06:17.211Z Checking parse-size v1.1.0
30782026-08-12T01:06:17.357Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30792026-08-12T01:06:17.468Z Checking dropshot-api-manager v0.7.2
30802026-08-12T01:06:18.202Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30812026-08-12T01:06:18.654Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30822026-08-12T01:06:18.942Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30832026-08-12T01:06:19.150Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30842026-08-12T01:06:19.373Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30852026-08-12T01:06:19.409Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30862026-08-12T01:06:19.536Z Checking cargo_toml v0.21.0
30872026-08-12T01:06:19.900Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30882026-08-12T01:06:19.946Z Checking partial-io v0.5.4
30892026-08-12T01:06:20.113Z Checking termios v0.3.3
30902026-08-12T01:06:20.186Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30912026-08-12T01:06:20.355Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30922026-08-12T01:06:20.999Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30932026-08-12T01:06:21.041Z Checking rstest v0.25.0
30942026-08-12T01:06:24.068Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30952026-08-12T01:06:24.849Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30962026-08-12T01:06:28.179Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30972026-08-12T01:06:32.239Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30982026-08-12T01:06:33.507Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30992026-08-12T01:06:36.754Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31002026-08-12T01:06:41.686Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31012026-08-12T01:06:43.955Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31022026-08-12T01:06:47.410Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31032026-08-12T01:06:51.100Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31042026-08-12T01:06:51.601Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31052026-08-12T01:06:53.459Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31062026-08-12T01:06:57.081Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31072026-08-12T01:07:01.438Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31082026-08-12T01:07:20.775Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31092026-08-12T01:08:16.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s
31102026-08-12T01:08:16.834Z
31112026-08-12T01:08:16.834Zreal 4:11.155777993
31122026-08-12T01:08:16.834Zuser 21:26.694446024
31132026-08-12T01:08:16.834Zsys 5:02.066624764
31142026-08-12T01:08:16.834Ztrap 0.522246981
31152026-08-12T01:08:16.834Ztflt 0.442268339
31162026-08-12T01:08:16.834Zdflt 0.564810688
31172026-08-12T01:08:16.834Zkflt 0.005293060
31182026-08-12T01:08:16.834Zlock 1:04:57.318798603
31192026-08-12T01:08:16.834Zslp 58:24.828866669
31202026-08-12T01:08:16.834Zlat 1:49.173762051
31212026-08-12T01:08:16.835Zstop 13:44.060147964
31222026-08-12T01:08:16.837Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31232026-08-12T01:08:16.837Z+ ptime -m cargo doc --workspace --no-deps
31242026-08-12T01:08:17.663Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31252026-08-12T01:08:17.663Z |
31262026-08-12T01:08:17.663Z = 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)`
31272026-08-12T01:08:17.663Z = 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>
31282026-08-12T01:08:18.709Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31292026-08-12T01:08:18.954Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31302026-08-12T01:08:19.000Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31312026-08-12T01:08:19.064Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31322026-08-12T01:08:19.126Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31332026-08-12T01:08:19.233Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31342026-08-12T01:08:19.264Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31352026-08-12T01:08:19.264Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31362026-08-12T01:08:19.314Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31372026-08-12T01:08:19.340Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-08-12T01:08:19.484Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31392026-08-12T01:08:19.538Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31402026-08-12T01:08:19.564Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31412026-08-12T01:08:19.646Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31422026-08-12T01:08:19.649Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31432026-08-12T01:08:19.691Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31442026-08-12T01:08:19.694Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31452026-08-12T01:08:19.694Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31462026-08-12T01:08:19.760Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31472026-08-12T01:08:19.808Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31482026-08-12T01:08:19.902Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31492026-08-12T01:08:20.105Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31502026-08-12T01:08:20.250Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31512026-08-12T01:08:20.295Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31522026-08-12T01:08:20.340Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31532026-08-12T01:08:20.365Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31542026-08-12T01:08:20.522Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31552026-08-12T01:08:20.569Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31562026-08-12T01:08:20.681Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31572026-08-12T01:08:20.802Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31582026-08-12T01:08:20.840Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31592026-08-12T01:08:20.877Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31602026-08-12T01:08:21.025Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31612026-08-12T01:08:21.063Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31622026-08-12T01:08:21.245Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31632026-08-12T01:08:21.302Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31642026-08-12T01:08:21.387Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31652026-08-12T01:08:21.390Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31662026-08-12T01:08:21.469Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31672026-08-12T01:08:21.639Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31682026-08-12T01:08:21.705Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31692026-08-12T01:08:21.873Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31702026-08-12T01:08:21.930Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31712026-08-12T01:08:21.968Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31722026-08-12T01:08:22.024Z Checking scuffle v0.1.0
31732026-08-12T01:08:22.148Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31742026-08-12T01:08:22.180Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31752026-08-12T01:08:22.294Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31762026-08-12T01:08:22.374Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31772026-08-12T01:08:22.430Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31782026-08-12T01:08:22.518Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31792026-08-12T01:08:22.604Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31802026-08-12T01:08:22.604Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31812026-08-12T01:08:22.682Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31822026-08-12T01:08:22.685Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31832026-08-12T01:08:22.736Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31842026-08-12T01:08:22.800Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31852026-08-12T01:08:22.823Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31862026-08-12T01:08:23.224Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31872026-08-12T01:08:23.592Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31882026-08-12T01:08:23.618Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31892026-08-12T01:08:23.930Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31902026-08-12T01:08:24.089Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31912026-08-12T01:08:24.323Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31922026-08-12T01:08:24.356Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31932026-08-12T01:08:24.497Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31942026-08-12T01:08:24.594Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31952026-08-12T01:08:24.619Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31962026-08-12T01:08:24.644Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31972026-08-12T01:08:24.794Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31982026-08-12T01:08:24.882Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31992026-08-12T01:08:24.920Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32002026-08-12T01:08:25.669Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32012026-08-12T01:08:25.762Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32022026-08-12T01:08:25.931Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32032026-08-12T01:08:25.956Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32042026-08-12T01:08:26.129Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32052026-08-12T01:08:26.243Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32062026-08-12T01:08:26.321Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32072026-08-12T01:08:26.363Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32082026-08-12T01:08:26.391Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32092026-08-12T01:08:26.425Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32102026-08-12T01:08:26.554Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32112026-08-12T01:08:26.578Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32122026-08-12T01:08:26.678Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32132026-08-12T01:08:26.808Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32142026-08-12T01:08:26.836Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32152026-08-12T01:08:26.839Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32162026-08-12T01:08:26.882Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32172026-08-12T01:08:27.033Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32182026-08-12T01:08:27.036Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32192026-08-12T01:08:27.082Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32202026-08-12T01:08:27.149Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32212026-08-12T01:08:27.177Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32222026-08-12T01:08:27.199Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32232026-08-12T01:08:27.337Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32242026-08-12T01:08:27.386Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32252026-08-12T01:08:27.429Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32262026-08-12T01:08:27.454Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32272026-08-12T01:08:27.476Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32282026-08-12T01:08:27.556Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32292026-08-12T01:08:27.601Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32302026-08-12T01:08:27.672Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32312026-08-12T01:08:27.752Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32322026-08-12T01:08:27.801Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32332026-08-12T01:08:28.061Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32342026-08-12T01:08:28.108Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32352026-08-12T01:08:28.154Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32362026-08-12T01:08:28.602Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32372026-08-12T01:08:28.805Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32382026-08-12T01:08:29.093Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32392026-08-12T01:08:29.880Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32402026-08-12T01:08:30.076Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32412026-08-12T01:08:30.260Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32422026-08-12T01:08:30.446Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32432026-08-12T01:08:30.908Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32442026-08-12T01:08:31.392Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32452026-08-12T01:08:31.849Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32462026-08-12T01:08:32.221Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32472026-08-12T01:08:32.492Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32482026-08-12T01:08:32.754Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32492026-08-12T01:08:32.782Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32502026-08-12T01:08:32.933Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32512026-08-12T01:08:33.209Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32522026-08-12T01:08:33.432Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32532026-08-12T01:08:33.931Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32542026-08-12T01:08:33.965Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32552026-08-12T01:08:34.307Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32562026-08-12T01:08:34.489Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32572026-08-12T01:08:34.630Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32582026-08-12T01:08:34.698Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32592026-08-12T01:08:35.245Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32602026-08-12T01:08:35.575Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32612026-08-12T01:08:35.721Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32622026-08-12T01:08:36.006Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32632026-08-12T01:08:36.029Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32642026-08-12T01:08:36.504Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32652026-08-12T01:08:36.875Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32662026-08-12T01:08:37.552Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32672026-08-12T01:08:37.949Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32682026-08-12T01:08:37.994Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32692026-08-12T01:08:38.391Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32702026-08-12T01:08:38.620Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32712026-08-12T01:08:39.110Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32722026-08-12T01:08:39.137Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32732026-08-12T01:08:39.466Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32742026-08-12T01:08:39.535Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32752026-08-12T01:08:39.718Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32762026-08-12T01:08:40.066Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32772026-08-12T01:08:40.244Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32782026-08-12T01:08:41.461Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32792026-08-12T01:08:41.507Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32802026-08-12T01:08:41.700Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32812026-08-12T01:08:42.214Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32822026-08-12T01:08:43.472Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32832026-08-12T01:08:45.291Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32842026-08-12T01:08:46.357Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32852026-08-12T01:08:46.972Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32862026-08-12T01:08:48.065Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32872026-08-12T01:08:48.629Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32882026-08-12T01:08:49.178Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32892026-08-12T01:08:49.727Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32902026-08-12T01:08:49.923Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32912026-08-12T01:08:50.205Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32922026-08-12T01:08:50.270Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32932026-08-12T01:08:51.934Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32942026-08-12T01:08:52.061Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32952026-08-12T01:08:52.530Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32962026-08-12T01:08:53.283Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32972026-08-12T01:08:53.310Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32982026-08-12T01:08:53.732Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32992026-08-12T01:08:54.012Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33002026-08-12T01:08:54.050Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33012026-08-12T01:08:54.425Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33022026-08-12T01:08:54.507Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33032026-08-12T01:08:54.631Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33042026-08-12T01:08:54.992Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33052026-08-12T01:08:55.016Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33062026-08-12T01:08:55.763Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33072026-08-12T01:08:55.789Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33082026-08-12T01:08:56.084Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33092026-08-12T01:08:56.119Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33102026-08-12T01:08:56.171Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33112026-08-12T01:08:56.520Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33122026-08-12T01:08:56.903Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33132026-08-12T01:08:57.775Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33142026-08-12T01:08:58.587Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33152026-08-12T01:08:59.348Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33162026-08-12T01:09:01.368Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33172026-08-12T01:09:02.897Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33182026-08-12T01:09:03.417Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33192026-08-12T01:09:03.969Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33202026-08-12T01:09:05.774Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33212026-08-12T01:09:07.871Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33222026-08-12T01:09:08.452Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33232026-08-12T01:09:08.990Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33242026-08-12T01:09:09.789Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33252026-08-12T01:09:11.095Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33262026-08-12T01:09:13.073Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33272026-08-12T01:09:13.097Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33282026-08-12T01:09:14.907Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33292026-08-12T01:09:14.944Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33302026-08-12T01:09:17.104Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33312026-08-12T01:09:17.946Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33322026-08-12T01:09:21.194Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33332026-08-12T01:09:22.014Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33342026-08-12T01:09:22.936Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33352026-08-12T01:09:23.676Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33362026-08-12T01:09:24.467Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33372026-08-12T01:09:25.255Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33382026-08-12T01:09:26.845Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33392026-08-12T01:09:26.922Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33402026-08-12T01:09:28.115Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33412026-08-12T01:09:28.958Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33422026-08-12T01:09:29.982Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33432026-08-12T01:09:31.099Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33442026-08-12T01:09:31.654Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33452026-08-12T01:09:34.014Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33462026-08-12T01:09:35.711Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33472026-08-12T01:09:37.254Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33482026-08-12T01:09:38.104Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33492026-08-12T01:09:39.170Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33502026-08-12T01:09:40.003Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33512026-08-12T01:09:41.036Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33522026-08-12T01:09:43.189Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33532026-08-12T01:09:44.343Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33542026-08-12T01:09:45.318Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33552026-08-12T01:09:46.382Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33562026-08-12T01:09:47.373Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33572026-08-12T01:09:49.692Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33582026-08-12T01:09:52.060Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33592026-08-12T01:09:52.406Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33602026-08-12T01:09:53.583Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33612026-08-12T01:09:55.130Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33622026-08-12T01:09:56.742Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33632026-08-12T01:09:58.362Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33642026-08-12T01:09:59.765Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33652026-08-12T01:10:01.556Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33662026-08-12T01:10:03.246Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33672026-08-12T01:10:07.694Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33682026-08-12T01:10:08.278Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33692026-08-12T01:10:09.629Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33702026-08-12T01:10:09.848Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33712026-08-12T01:10:11.562Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33722026-08-12T01:10:13.426Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33732026-08-12T01:10:15.100Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33742026-08-12T01:10:17.095Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33752026-08-12T01:10:18.824Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33762026-08-12T01:10:20.518Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33772026-08-12T01:10:22.502Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33782026-08-12T01:10:24.032Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33792026-08-12T01:10:25.712Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33802026-08-12T01:10:27.469Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33812026-08-12T01:10:29.209Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33822026-08-12T01:10:32.328Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33832026-08-12T01:10:34.368Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33842026-08-12T01:10:36.082Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33852026-08-12T01:10:37.689Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-08-12T01:10:39.220Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33872026-08-12T01:10:40.940Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33882026-08-12T01:10:45.326Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33892026-08-12T01:10:47.021Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33902026-08-12T01:10:48.716Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33912026-08-12T01:10:50.991Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33922026-08-12T01:10:53.119Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33932026-08-12T01:10:54.836Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33942026-08-12T01:10:58.170Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33952026-08-12T01:10:58.828Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33962026-08-12T01:11:01.467Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33972026-08-12T01:11:04.453Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33982026-08-12T01:11:06.459Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33992026-08-12T01:11:08.446Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34002026-08-12T01:11:11.056Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34012026-08-12T01:11:13.197Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34022026-08-12T01:11:15.649Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34032026-08-12T01:11:18.548Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34042026-08-12T01:11:21.008Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34052026-08-12T01:11:23.003Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34062026-08-12T01:11:25.426Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34072026-08-12T01:11:27.794Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34082026-08-12T01:11:30.247Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34092026-08-12T01:11:32.692Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34102026-08-12T01:11:35.167Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34112026-08-12T01:11:37.632Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34122026-08-12T01:11:39.978Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34132026-08-12T01:11:42.325Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34142026-08-12T01:11:44.960Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34152026-08-12T01:11:47.396Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34162026-08-12T01:11:49.797Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34172026-08-12T01:11:52.291Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34182026-08-12T01:11:54.833Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34192026-08-12T01:11:57.193Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34202026-08-12T01:11:59.675Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34212026-08-12T01:12:02.213Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34222026-08-12T01:12:04.706Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34232026-08-12T01:12:07.258Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34242026-08-12T01:12:09.695Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34252026-08-12T01:12:11.972Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34262026-08-12T01:12:14.530Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34272026-08-12T01:12:17.150Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34282026-08-12T01:12:19.691Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34292026-08-12T01:12:22.183Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34302026-08-12T01:12:25.305Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34312026-08-12T01:12:27.496Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34322026-08-12T01:12:29.934Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34332026-08-12T01:12:32.557Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34342026-08-12T01:12:35.263Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34352026-08-12T01:12:37.911Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34362026-08-12T01:12:40.582Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34372026-08-12T01:12:43.118Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34382026-08-12T01:12:45.607Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34392026-08-12T01:12:48.379Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34402026-08-12T01:12:51.007Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34412026-08-12T01:12:53.665Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34422026-08-12T01:12:56.216Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34432026-08-12T01:12:58.698Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34442026-08-12T01:13:01.448Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34452026-08-12T01:13:04.057Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34462026-08-12T01:13:07.117Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34472026-08-12T01:13:09.789Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34482026-08-12T01:13:12.375Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34492026-08-12T01:13:14.956Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34502026-08-12T01:13:17.671Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34512026-08-12T01:13:20.417Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34522026-08-12T01:13:23.644Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34532026-08-12T01:13:26.016Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34542026-08-12T01:13:28.804Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34552026-08-12T01:13:36.676Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34562026-08-12T01:13:36.871Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34572026-08-12T01:13:40.259Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34582026-08-12T01:13:44.062Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34592026-08-12T01:13:48.718Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34602026-08-12T01:13:51.753Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34612026-08-12T01:13:55.715Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34622026-08-12T01:13:59.421Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34632026-08-12T01:14:03.236Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34642026-08-12T01:14:07.086Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34652026-08-12T01:14:10.940Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34662026-08-12T01:14:14.771Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34672026-08-12T01:14:18.620Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34682026-08-12T01:14:22.476Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34692026-08-12T01:14:26.317Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34702026-08-12T01:14:30.236Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34712026-08-12T01:14:34.238Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34722026-08-12T01:14:37.966Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34732026-08-12T01:14:41.784Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34742026-08-12T01:14:45.590Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34752026-08-12T01:14:49.460Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34762026-08-12T01:14:53.241Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34772026-08-12T01:14:57.150Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34782026-08-12T01:15:00.979Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34792026-08-12T01:15:31.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 14s
34802026-08-12T01:15:31.411Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34812026-08-12T01:15:31.519Z
34822026-08-12T01:15:31.519Zreal 7:14.593697022
34832026-08-12T01:15:31.519Zuser 19:46.672419481
34842026-08-12T01:15:31.519Zsys 4:12.308420630
34852026-08-12T01:15:31.519Ztrap 0.285719749
34862026-08-12T01:15:31.519Ztflt 0.006066530
34872026-08-12T01:15:31.522Zdflt 0.194334769
34882026-08-12T01:15:31.522Zkflt 0.000031740
34892026-08-12T01:15:31.522Zlock 6:53:45.937080739
34902026-08-12T01:15:31.522Zslp 2:25:48.157539280
34912026-08-12T01:15:31.522Zlat 34.401508610
34922026-08-12T01:15:31.522Zstop 2:04.094379191
34932026-08-12T01:15:31.522Zprocess exited: duration 814658 ms, exit code 0
 
34942026-08-12T01:15:31.528Zfound 0 output files