01M0XH0P4R7TWEBC5EEDMEZR32: clippy (helios)

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

Buildomat Job: 01M0XH124ZN666ND12M8T5ZR94

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T22:36:29.302Zjob assigned to worker 01M0XH14KVADHW5SG83E2DKCPE [factory aws, i-0bbc294a46c496856] (queued for 54 s)
 
22026-08-25T22:36:35.272Zstarting task 0: "setup"
32026-08-25T22:36:35.279Z++ uname -s
42026-08-25T22:36:35.282Z+ kern=SunOS
52026-08-25T22:36:35.282Z+ build_user=build
62026-08-25T22:36:35.282Z+ build_uid=12345
72026-08-25T22:36:35.282Z+ work_dir=/work
82026-08-25T22:36:35.282Z+ input_dir=/input
92026-08-25T22:36:35.282Z+ [[ 0 == 12345 ]]
102026-08-25T22:36:35.282Z+ case "$kern" in
112026-08-25T22:36:35.282Z+ groupadd -g 12345 build
122026-08-25T22:36:35.286Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T22:36:37.289Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T22:36:37.374Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T22:36:37.377Z+ home_fs=zfs
162026-08-25T22:36:37.377Z+ [[ zfs == autofs ]]
172026-08-25T22:36:37.377Z+ mkdir -p /home/build
182026-08-25T22:36:37.377Z+ chown build:build /home/build /work
192026-08-25T22:36:39.379Z+ chmod 0700 /home/build /work
202026-08-25T22:36:39.382Zprocess exited: duration 4109 ms, exit code 0
 
212026-08-25T22:36:39.389Zstarting task 1: "rust-toolchain"
222026-08-25T22:36:39.393Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T22:36:39.393Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T22:36:39.393Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-25T22:36:39.393Z * rust toolchain channel = "1.97.1"
262026-08-25T22:36:39.393Z * rust toolchain profile = "default"
272026-08-25T22:36:39.393Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T22:36:39.396Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T22:36:39.396Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T22:36:39.472Zinfo: downloading installer
312026-08-25T22:36:40.890Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T22:36:40.890Zwarn: /home/build/.rustup/settings.toml
332026-08-25T22:36:40.890Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T22:36:40.890Zwarn: instead of the one inferred from the default host triple.
352026-08-25T22:36:40.901Zinfo: profile set to default
362026-08-25T22:36:40.901Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T22:36:40.906Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T22:36:41.042Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T22:36:41.046Zinfo: downloading 6 components
402026-08-25T22:36:56.704Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T22:36:56.705Z
422026-08-25T22:36:56.732Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T22:36:56.732Z
442026-08-25T22:36:56.732Z
452026-08-25T22:36:56.732ZRust is installed now. Great!
462026-08-25T22:36:56.732Z
472026-08-25T22:36:56.732ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T22:36:56.732Zenvironment variable. This has not been done automatically.
492026-08-25T22:36:56.732Z
502026-08-25T22:36:56.732ZTo configure your current shell, you need to source
512026-08-25T22:36:56.732Zthe corresponding env file under $HOME/.cargo.
522026-08-25T22:36:56.732Z
532026-08-25T22:36:56.732ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T22:36:56.732Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T22:36:56.732Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T22:36:56.732Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T22:36:56.732Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T22:36:56.732Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T22:36:56.732Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T22:36:56.736Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T22:36:56.736Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T22:36:56.833Z+ rustup --version
632026-08-25T22:36:56.843Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T22:36:56.846Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T22:36:56.864Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T22:36:56.867Z+ cargo --version
672026-08-25T22:36:56.881Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T22:36:56.884Z+ rustc --version
692026-08-25T22:36:56.902Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T22:36:56.905Zprocess exited: duration 17515 ms, exit code 0
 
712026-08-25T22:36:56.911Zstarting task 2: "authentication"
722026-08-25T22:36:56.928Zprocess exited: duration 16 ms, exit code 0
 
732026-08-25T22:36:56.935Zstarting task 3: "clone repository"
742026-08-25T22:36:56.939Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T22:36:56.942Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T22:36:56.971ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T22:37:15.972Z+ cd /work/oxidecomputer/omicron
782026-08-25T22:37:15.972Z+ git fetch origin 1f434a86565fc333096a97e446b86bdac323e6f1
792026-08-25T22:37:16.320ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T22:37:16.320Z * branch 1f434a86565fc333096a97e446b86bdac323e6f1 -> FETCH_HEAD
812026-08-25T22:37:16.331Z+ [[ -n alan/gzip-to-lz4 ]]
822026-08-25T22:37:16.334Z++ git branch --show-current
832026-08-25T22:37:16.334Z+ current=main
842026-08-25T22:37:16.334Z+ [[ main != alan/gzip-to-lz4 ]]
852026-08-25T22:37:16.335Z+ git branch -f alan/gzip-to-lz4 1f434a86565fc333096a97e446b86bdac323e6f1
862026-08-25T22:37:16.338Z+ git checkout -f alan/gzip-to-lz4
872026-08-25T22:37:16.583ZSwitched to branch 'alan/gzip-to-lz4'
882026-08-25T22:37:16.587Z+ git reset --hard 1f434a86565fc333096a97e446b86bdac323e6f1
892026-08-25T22:37:16.652ZHEAD is now at 1f434a865 fix expected test output
902026-08-25T22:37:16.656Zprocess exited: duration 19717 ms, exit code 0
 
912026-08-25T22:37:16.663Zstarting task 4: "build"
922026-08-25T22:37:16.667Z+ source ./env.sh
932026-08-25T22:37:16.667Z++ OLD_SHELL_OPTS=ehxB
942026-08-25T22:37:16.667Z++ set -o xtrace
952026-08-25T22:37:16.671Z++++ dirname ./env.sh
962026-08-25T22:37:16.674Z+++ readlink -f .
972026-08-25T22:37:16.674Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-25T22:37:16.674Z++ 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-25T22:37:16.674Z++ 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-25T22:37:16.674Z++ 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-25T22:37:16.674Z++ 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-25T22:37:16.674Z++ 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-25T22:37:16.674Z++ 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-25T22:37:16.674Z++ 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-25T22:37:16.674Z++ 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-25T22:37:16.674Z++ 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-25T22:37:16.674Z++ 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-25T22:37:16.674Z++ case $OLD_SHELL_OPTS in
1092026-08-25T22:37:16.674Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-25T22:37:16.678Z+ source .github/buildomat/ci-env.sh
1112026-08-25T22:37:16.678Z++ export CARGO_TERM_COLOR=always
1122026-08-25T22:37:16.678Z++ CARGO_TERM_COLOR=always
1132026-08-25T22:37:16.678Z+++ uname -s
1142026-08-25T22:37:16.678Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-25T22:37:16.678Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-25T22:37:16.678Z+ cargo --version
1172026-08-25T22:37:16.686Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-25T22:37:16.689Z+ rustc --version
1192026-08-25T22:37:16.708Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-25T22:37:16.711Z+ banner prerequisites
1212026-08-25T22:37:16.714Z
1222026-08-25T22:37:16.714Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-25T22:37:16.714Z # # # # # # # # # # # # # # #
1242026-08-25T22:37:16.714Z # # # # ##### # # ##### # # # # # #### #
1252026-08-25T22:37:16.714Z ##### ##### # ##### # # # # # # # # #
1262026-08-25T22:37:16.714Z # # # # # # # # # # # # # # #
1272026-08-25T22:37:16.714Z # # # ###### # # ###### ### # #### # #### #
1282026-08-25T22:37:16.714Z
1292026-08-25T22:37:16.714Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-25T22:37:18.698Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-25T22:37:19.084Z Startup: Caching catalogs ... Done
1322026-08-25T22:37:21.249ZPlanning: Solver setup ... Done (2.045s)
1332026-08-25T22:37:21.311ZPlanning: Running solver ... Done (0.062s)
1342026-08-25T22:37:21.361ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-25T22:37:21.373ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-25T22:37:21.393ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-25T22:37:21.407ZPlanning: Package planning ... Done (0.014s)
1382026-08-25T22:37:21.410ZPlanning: Merging actions ... Done (0.001s)
1392026-08-25T22:37:21.633ZPlanning: Checking for conflicting actions ... Done (0.224s)
1402026-08-25T22:37:21.636ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-25T22:37:22.437ZPlanning: Evaluating mediators ... Done (0.803s)
1422026-08-25T22:37:22.440ZPlanning: Planning completed in 3.32 seconds
1432026-08-25T22:37:22.446Z Packages to install: 2
1442026-08-25T22:37:22.446Z Estimated space available: 156.01 GB
1452026-08-25T22:37:22.446ZEstimated space to be consumed: 80.56 MB
1462026-08-25T22:37:22.446Z Create boot environment: No
1472026-08-25T22:37:22.449ZCreate backup boot environment: No
1482026-08-25T22:37:22.449Z Rebuild boot archive: No
1492026-08-25T22:37:22.449Z
1502026-08-25T22:37:22.449ZChanged packages:
1512026-08-25T22:37:22.449Zhelios
1522026-08-25T22:37:22.449Z developer/build-essential
1532026-08-25T22:37:22.449Z None -> 11-3.0
1542026-08-25T22:37:22.449Z library/libxmlsec1
1552026-08-25T22:37:22.449Z None -> 1.2.35-3.0
1562026-08-25T22:37:22.470Z
1572026-08-25T22:37:22.470ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-25T22:37:22.547ZDownload: Completed 1.28 MB in 0.08 seconds (16.8M/s)
1592026-08-25T22:37:22.631Z Actions: 1/268 actions (Installing new actions)
1602026-08-25T22:37:22.669Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-25T22:37:22.704ZFinalize: Updating package state database ... Done (0.035s)
1622026-08-25T22:37:22.707ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-25T22:37:22.799ZFinalize: Updating image state ... Done (0.093s)
1642026-08-25T22:37:25.250ZFinalize: Creating fast lookup database ... Done (2.400s)
1652026-08-25T22:37:25.313ZFinalize: Reading search index ... Done (0.012s)
1662026-08-25T22:37:25.317ZFinalize: Updating search index ... Done (0.000s)
1672026-08-25T22:37:25.403ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-25T22:37:25.773ZPlanning: Evaluating mediator changes ... Done
1692026-08-25T22:37:25.878ZPlanning: Checking for conflicting actions ... Done
1702026-08-25T22:37:25.881ZPlanning: Consolidating action changes ... Done
1712026-08-25T22:37:26.035ZPlanning: Evaluating mediators ... Done
1722026-08-25T22:37:26.038ZPlanning: Planning completed in 0.26 seconds
1732026-08-25T22:37:26.058Z Mediators to change: 2
1742026-08-25T22:37:26.058Z Create boot environment: No
1752026-08-25T22:37:26.058ZCreate backup boot environment: No
1762026-08-25T22:37:26.108ZFinalize: Updating package state database ... Done
1772026-08-25T22:37:26.108ZFinalize: Updating package cache ... Done
1782026-08-25T22:37:26.160ZFinalize: Updating image state ... Done
1792026-08-25T22:37:28.073ZFinalize: Creating fast lookup database ... Done
1802026-08-25T22:37:28.134ZFinalize: Reading search index ... Done
1812026-08-25T22:37:28.138ZFinalize: Updating search index ... Done
1822026-08-25T22:37:28.206ZFinalize: Updating package cache ... Done
1832026-08-25T22:37:28.488ZPlanning: Evaluating mediator changes ... Done
1842026-08-25T22:37:28.591ZPlanning: Checking for conflicting actions ... Done
1852026-08-25T22:37:28.595ZPlanning: Consolidating action changes ... Done
1862026-08-25T22:37:28.747ZPlanning: Evaluating mediators ... Done
1872026-08-25T22:37:28.751ZPlanning: Planning completed in 0.26 seconds
1882026-08-25T22:37:28.771Z Mediators to change: 1
1892026-08-25T22:37:28.771Z Create boot environment: No
1902026-08-25T22:37:28.771ZCreate backup boot environment: No
1912026-08-25T22:37:28.811ZFinalize: Updating package state database ... Done
1922026-08-25T22:37:28.811ZFinalize: Updating package cache ... Done
1932026-08-25T22:37:28.864ZFinalize: Updating image state ... Done
1942026-08-25T22:37:30.780ZFinalize: Creating fast lookup database ... Done
1952026-08-25T22:37:30.840ZFinalize: Reading search index ... Done
1962026-08-25T22:37:30.844ZFinalize: Updating search index ... Done
1972026-08-25T22:37:30.913ZFinalize: Updating package cache ... Done
1982026-08-25T22:37:31.223ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-25T22:37:31.223Zapache system 2.4 system
2002026-08-25T22:37:31.223Zclang system 15 system
2012026-08-25T22:37:31.223Zcsh system system illumos
2022026-08-25T22:37:31.223Zctags system system illumos
2032026-08-25T22:37:31.223Zfile vendor vendor darwinsys
2042026-08-25T22:37:31.223Zfile system system illumos
2052026-08-25T22:37:31.223Zgcc vendor 14 vendor
2062026-08-25T22:37:31.223Zgcc system 13 system
2072026-08-25T22:37:31.223Zgcc system 10 system
2082026-08-25T22:37:31.223Zgo system 1.25 system
2092026-08-25T22:37:31.223Zllvm system 15 system
2102026-08-25T22:37:31.223Zmariadb system 11.4 system
2112026-08-25T22:37:31.223Zmta vendor vendor dma
2122026-08-25T22:37:31.223Zopenjdk system 17 system
2132026-08-25T22:37:31.223Zopenjdk system 11 system
2142026-08-25T22:37:31.223Zopenssl vendor 3 vendor
2152026-08-25T22:37:31.223Zperl system 5.40 system
2162026-08-25T22:37:31.223Zpostgresql system 18 system
2172026-08-25T22:37:31.223Zpostgresql system 17 system
2182026-08-25T22:37:31.223Zpython vendor 3 vendor
2192026-08-25T22:37:31.223Zpython system 2 system
2202026-08-25T22:37:31.223Zpython3 vendor 3.13 vendor
2212026-08-25T22:37:31.223Zruby system 3.4 system
2222026-08-25T22:37:31.223Zruby system 3.0 system
2232026-08-25T22:37:31.223Zwords vendor vendor american-english
2242026-08-25T22:37:31.223Zwords system system australian-english
2252026-08-25T22:37:31.223Zwords system system british-english
2262026-08-25T22:37:31.223Zwords system system canadian-english
2272026-08-25T22:37:31.223Zwords system system french
2282026-08-25T22:37:31.223Zwords system system italian
2292026-08-25T22:37:31.223Zwords system system ngerman
2302026-08-25T22:37:31.223Zwords system system ogerman
2312026-08-25T22:37:31.223Zwords system system spanish
2322026-08-25T22:37:31.473ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-25T22:37:31.473Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-25T22:37:31.956ZFMRI IFO
2352026-08-25T22:37:31.956Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-25T22:37:31.956Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-25T22:37:31.956Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-25T22:37:31.956Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-25T22:37:31.956Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-25T22:37:31.956Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-25T22:37:31.956Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-25T22:37:31.956Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-25T22:37:31.956Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-25T22:37:32.286Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-25T22:37:32.624Z Updating crates.io index
2462026-08-25T22:37:32.628Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-25T22:37:32.911Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-25T22:37:33.310Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-25T22:37:34.716Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-25T22:37:35.438Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-25T22:37:37.429Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-25T22:37:38.515Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-25T22:37:38.807Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-25T22:37:39.187Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-25T22:37:42.217Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-25T22:37:42.586Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-25T22:37:42.984Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-25T22:37:43.314Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-25T22:37:43.885Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-25T22:37:44.200Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-25T22:37:44.535Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-25T22:37:45.020Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-25T22:37:45.353Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-08-25T22:37:45.910Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-25T22:37:46.313Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-25T22:37:46.793Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-08-25T22:37:47.110Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-08-25T22:37:47.692Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-08-25T22:37:48.064Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-25T22:37:48.356Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-25T22:37:48.822Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-25T22:37:49.150Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-25T22:37:49.654Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-25T22:37:50.028Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-25T22:37:50.293Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-25T22:37:50.653Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-25T22:37:50.992Z Updating git repository `https://github.com/oxidecomputer/tough`
2782026-08-25T22:37:51.544Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-25T22:37:51.828Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-25T22:37:52.142Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-25T22:37:52.481Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-08-25T22:37:53.162Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-08-25T22:37:53.424Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-08-25T22:37:53.733Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-08-25T22:37:54.024Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-08-25T22:37:54.322Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-08-25T22:37:54.605Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2882026-08-25T22:37:56.325Z Downloading crates ...
2892026-08-25T22:37:56.381Z Downloaded anyhow v1.0.104
2902026-08-25T22:37:56.391Z Downloaded zerocopy-derive v0.7.35
2912026-08-25T22:37:56.397Z Downloaded bitflags v2.11.0
2922026-08-25T22:37:56.398Z Downloaded pest_meta v2.8.6
2932026-08-25T22:37:56.398Z Downloaded anstream v1.0.0
2942026-08-25T22:37:56.398Z Downloaded terminal_size v0.4.3
2952026-08-25T22:37:56.398Z Downloaded zmij v1.0.21
2962026-08-25T22:37:56.398Z Downloaded generic-array v0.14.7
2972026-08-25T22:37:56.398Z Downloaded heck v0.5.0
2982026-08-25T22:37:56.410Z Downloaded log v0.4.33
2992026-08-25T22:37:56.410Z Downloaded macaddr v1.0.1
3002026-08-25T22:37:56.410Z Downloaded once_cell v1.21.3
3012026-08-25T22:37:56.410Z Downloaded zerocopy v0.7.35
3022026-08-25T22:37:56.420Z Downloaded crypto-common v0.1.7
3032026-08-25T22:37:56.421Z Downloaded anstyle-query v1.1.5
3042026-08-25T22:37:56.421Z Downloaded byteorder v1.5.0
3052026-08-25T22:37:56.421Z Downloaded fs-err v3.3.0
3062026-08-25T22:37:56.421Z Downloaded anstyle-parse v1.0.0
3072026-08-25T22:37:56.421Z Downloaded heck v0.4.1
3082026-08-25T22:37:56.421Z Downloaded camino-tempfile v1.4.1
3092026-08-25T22:37:56.421Z Downloaded errno v0.3.14
3102026-08-25T22:37:56.427Z Downloaded equivalent v1.0.2
3112026-08-25T22:37:56.427Z Downloaded cargo-platform v0.3.2
3122026-08-25T22:37:56.427Z Downloaded cpufeatures v0.2.17
3132026-08-25T22:37:56.427Z Downloaded toml v0.8.23
3142026-08-25T22:37:56.428Z Downloaded clap_derive v4.6.1
3152026-08-25T22:37:56.439Z Downloaded is_terminal_polyfill v1.70.2
3162026-08-25T22:37:56.439Z Downloaded cfg-if v1.0.4
3172026-08-25T22:37:56.440Z Downloaded clap_lex v1.0.0
3182026-08-25T22:37:56.440Z Downloaded usdt-attr-macro v0.5.0
3192026-08-25T22:37:56.440Z Downloaded swrite v0.1.0
3202026-08-25T22:37:56.450Z Downloaded dtrace-parser v0.2.0
3212026-08-25T22:37:56.451Z Downloaded serde_spanned v0.6.9
3222026-08-25T22:37:56.451Z Downloaded fastrand v2.3.0
3232026-08-25T22:37:56.451Z Downloaded thread-id v4.2.2
3242026-08-25T22:37:56.451Z Downloaded colorchoice v1.0.4
3252026-08-25T22:37:56.463Z Downloaded block-buffer v0.10.4
3262026-08-25T22:37:56.463Z Downloaded dof v0.3.0
3272026-08-25T22:37:56.463Z Downloaded cargo_metadata v0.23.1
3282026-08-25T22:37:56.463Z Downloaded fnv v1.0.7
3292026-08-25T22:37:56.475Z Downloaded utf8parse v0.2.2
3302026-08-25T22:37:56.475Z Downloaded toml_write v0.1.2
3312026-08-25T22:37:56.475Z Downloaded usdt v0.5.0
3322026-08-25T22:37:56.475Z Downloaded tabled_derive v0.7.0
3332026-08-25T22:37:56.475Z Downloaded version_check v0.9.5
3342026-08-25T22:37:56.476Z Downloaded scroll_derive v0.12.1
3352026-08-25T22:37:56.484Z Downloaded strsim v0.11.1
3362026-08-25T22:37:56.491Z Downloaded memmap v0.7.0
3372026-08-25T22:37:56.491Z Downloaded smawk v0.3.2
3382026-08-25T22:37:56.491Z Downloaded usdt-macro v0.5.0
3392026-08-25T22:37:56.491Z Downloaded plain v0.2.3
3402026-08-25T22:37:56.491Z Downloaded toml_datetime v0.6.11
3412026-08-25T22:37:56.508Z Downloaded pretty-hex v0.4.1
3422026-08-25T22:37:56.513Z Downloaded proc-macro-error-attr v1.0.4
3432026-08-25T22:37:56.513Z Downloaded itoa v1.0.17
3442026-08-25T22:37:56.513Z Downloaded unicode-linebreak v0.1.5
3452026-08-25T22:37:56.513Z Downloaded bytecount v0.6.9
3462026-08-25T22:37:56.513Z Downloaded anstyle v1.0.14
3472026-08-25T22:37:56.521Z Downloaded thiserror v1.0.69
3482026-08-25T22:37:56.525Z Downloaded serde_tokenstream v0.2.3
3492026-08-25T22:37:56.537Z Downloaded cargo_toml v0.21.0
3502026-08-25T22:37:56.546Z Downloaded digest v0.10.7
3512026-08-25T22:37:56.546Z Downloaded scroll v0.12.0
3522026-08-25T22:37:56.546Z Downloaded sha2 v0.10.9
3532026-08-25T22:37:56.546Z Downloaded usdt-impl v0.5.0
3542026-08-25T22:37:56.546Z Downloaded autocfg v1.5.0
3552026-08-25T22:37:56.546Z Downloaded proc-macro-error v1.0.4
3562026-08-25T22:37:56.550Z Downloaded thiserror-impl v1.0.69
3572026-08-25T22:37:56.551Z Downloaded thiserror v2.0.18
3582026-08-25T22:37:56.556Z Downloaded pest_generator v2.8.6
3592026-08-25T22:37:56.556Z Downloaded pest_derive v2.8.6
3602026-08-25T22:37:56.562Z Downloaded papergrid v0.11.0
3612026-08-25T22:37:56.581Z Downloaded thiserror-impl v2.0.18
3622026-08-25T22:37:56.591Z Downloaded tempfile v3.27.0
3632026-08-25T22:37:56.591Z Downloaded camino v1.2.5
3642026-08-25T22:37:56.591Z Downloaded ucd-trie v0.1.7
3652026-08-25T22:37:56.591Z Downloaded quote v1.0.45
3662026-08-25T22:37:56.591Z Downloaded getrandom v0.4.3
3672026-08-25T22:37:56.598Z Downloaded proc-macro2 v1.0.106
3682026-08-25T22:37:56.601Z Downloaded semver v1.0.28
3692026-08-25T22:37:56.601Z Downloaded textwrap v0.16.2
3702026-08-25T22:37:56.609Z Downloaded unicode-ident v1.0.24
3712026-08-25T22:37:56.622Z Downloaded clap v4.6.1
3722026-08-25T22:37:56.634Z Downloaded serde_derive v1.0.228
3732026-08-25T22:37:56.651Z Downloaded serde_core v1.0.228
3742026-08-25T22:37:56.659Z Downloaded toml_edit v0.22.27
3752026-08-25T22:37:56.659Z Downloaded memchr v2.8.0
3762026-08-25T22:37:56.665Z Downloaded indexmap v2.14.0
3772026-08-25T22:37:56.668Z Downloaded serde v1.0.228
3782026-08-25T22:37:56.689Z Downloaded typenum v1.20.1
3792026-08-25T22:37:56.692Z Downloaded pest v2.8.6
3802026-08-25T22:37:56.728Z Downloaded serde_json v1.0.151
3812026-08-25T22:37:56.731Z Downloaded clap_builder v4.6.0
3822026-08-25T22:37:56.748Z Downloaded goblin v0.8.2
3832026-08-25T22:37:56.754Z Downloaded tabled v0.15.0
3842026-08-25T22:37:56.762Z Downloaded winnow v0.7.14
3852026-08-25T22:37:56.767Z Downloaded hashbrown v0.17.0
3862026-08-25T22:37:56.781Z Downloaded syn v1.0.109
3872026-08-25T22:37:56.787Z Downloaded unicode-width v0.2.0
3882026-08-25T22:37:56.791Z Downloaded unicode-width v0.1.14
3892026-08-25T22:37:56.795Z Downloaded syn v2.0.117
3902026-08-25T22:37:56.813Z Downloaded rustix v1.1.4
3912026-08-25T22:37:56.844Z Downloaded libc v0.2.185
3922026-08-25T22:37:56.905Z Compiling proc-macro2 v1.0.106
3932026-08-25T22:37:56.905Z Compiling quote v1.0.45
3942026-08-25T22:37:56.905Z Compiling unicode-ident v1.0.24
3952026-08-25T22:37:56.905Z Compiling serde_core v1.0.228
3962026-08-25T22:37:56.910Z Compiling libc v0.2.185
3972026-08-25T22:37:56.910Z Compiling version_check v0.9.5
3982026-08-25T22:37:56.910Z Compiling memchr v2.8.0
3992026-08-25T22:37:56.910Z Compiling serde v1.0.228
4002026-08-25T22:37:57.221Z Compiling zmij v1.0.21
4012026-08-25T22:37:57.470Z Compiling itoa v1.0.17
4022026-08-25T22:37:57.473Z Compiling thiserror v1.0.69
4032026-08-25T22:37:57.657Z Compiling ucd-trie v0.1.7
4042026-08-25T22:37:57.776Z Compiling byteorder v1.5.0
4052026-08-25T22:37:57.863Z Compiling pest v2.8.6
4062026-08-25T22:37:57.913Z Compiling rustix v1.1.4
4072026-08-25T22:37:57.958Z Compiling errno v0.3.14
4082026-08-25T22:37:58.010Z Compiling serde_json v1.0.151
4092026-08-25T22:37:58.205Z Compiling bitflags v2.11.0
4102026-08-25T22:37:58.347Z Compiling syn v2.0.117
4112026-08-25T22:37:58.376Z Compiling thread-id v4.2.2
4122026-08-25T22:37:58.421Z Compiling proc-macro-error-attr v1.0.4
4132026-08-25T22:37:58.462Z Compiling usdt-impl v0.5.0
4142026-08-25T22:37:58.506Z Compiling syn v1.0.109
4152026-08-25T22:37:58.613Z Compiling camino v1.2.5
4162026-08-25T22:37:58.824Z Compiling proc-macro-error v1.0.4
4172026-08-25T22:37:58.853Z Compiling utf8parse v0.2.2
4182026-08-25T22:37:58.909Z Compiling pest_meta v2.8.6
4192026-08-25T22:37:59.003Z Compiling equivalent v1.0.2
4202026-08-25T22:37:59.019Z Compiling hashbrown v0.17.0
4212026-08-25T22:37:59.081Z Compiling log v0.4.33
4222026-08-25T22:37:59.097Z Compiling getrandom v0.4.3
4232026-08-25T22:37:59.357Z Compiling plain v0.2.3
4242026-08-25T22:37:59.463Z Compiling terminal_size v0.4.3
4252026-08-25T22:37:59.536Z Compiling indexmap v2.14.0
4262026-08-25T22:37:59.696Z Compiling anstyle-parse v1.0.0
4272026-08-25T22:38:00.092Z Compiling thiserror v2.0.18
4282026-08-25T22:38:00.134Z Compiling is_terminal_polyfill v1.70.2
4292026-08-25T22:38:00.237Z Compiling toml_write v0.1.2
4302026-08-25T22:38:00.254Z Compiling autocfg v1.5.0
4312026-08-25T22:38:00.272Z Compiling winnow v0.7.14
4322026-08-25T22:38:00.423Z Compiling colorchoice v1.0.4
4332026-08-25T22:38:00.440Z Compiling cfg-if v1.0.4
4342026-08-25T22:38:00.509Z Compiling pest_generator v2.8.6
4352026-08-25T22:38:00.528Z Compiling pretty-hex v0.4.1
4362026-08-25T22:38:00.544Z Compiling anstyle-query v1.1.5
4372026-08-25T22:38:00.560Z Compiling anstyle v1.0.14
4382026-08-25T22:38:00.685Z Compiling fs-err v3.3.0
4392026-08-25T22:38:00.775Z Compiling anstream v1.0.0
4402026-08-25T22:38:00.918Z Compiling fastrand v2.3.0
4412026-08-25T22:38:01.004Z Compiling heck v0.5.0
4422026-08-25T22:38:01.148Z Compiling anyhow v1.0.104
4432026-08-25T22:38:01.200Z Compiling once_cell v1.21.3
4442026-08-25T22:38:01.218Z Compiling strsim v0.11.1
4452026-08-25T22:38:01.249Z Compiling clap_lex v1.0.0
4462026-08-25T22:38:01.267Z Compiling fnv v1.0.7
4472026-08-25T22:38:01.373Z Compiling heck v0.4.1
4482026-08-25T22:38:01.423Z Compiling bytecount v0.6.9
4492026-08-25T22:38:01.454Z Compiling unicode-width v0.1.14
4502026-08-25T22:38:01.563Z Compiling clap_builder v4.6.0
4512026-08-25T22:38:01.566Z Compiling tempfile v3.27.0
4522026-08-25T22:38:01.699Z Compiling papergrid v0.11.0
4532026-08-25T22:38:01.716Z Compiling semver v1.0.28
4542026-08-25T22:38:01.732Z Compiling cargo-platform v0.3.2
4552026-08-25T22:38:01.795Z Compiling tabled_derive v0.7.0
4562026-08-25T22:38:01.830Z Compiling memmap v0.7.0
4572026-08-25T22:38:01.942Z Compiling unicode-width v0.2.0
4582026-08-25T22:38:02.006Z Compiling unicode-linebreak v0.1.5
4592026-08-25T22:38:02.022Z Compiling smawk v0.3.2
4602026-08-25T22:38:02.038Z Compiling camino-tempfile v1.4.1
4612026-08-25T22:38:02.214Z Compiling serde_derive v1.0.228
4622026-08-25T22:38:02.231Z Compiling thiserror-impl v1.0.69
4632026-08-25T22:38:02.253Z Compiling zerocopy-derive v0.7.35
4642026-08-25T22:38:02.277Z Compiling pest_derive v2.8.6
4652026-08-25T22:38:02.447Z Compiling scroll_derive v0.12.1
4662026-08-25T22:38:02.710Z Compiling thiserror-impl v2.0.18
4672026-08-25T22:38:02.728Z Compiling clap_derive v4.6.1
4682026-08-25T22:38:03.099Z Compiling scroll v0.12.0
4692026-08-25T22:38:03.103Z Compiling zerocopy v0.7.35
4702026-08-25T22:38:03.139Z Compiling tabled v0.15.0
4712026-08-25T22:38:03.371Z Compiling goblin v0.8.2
4722026-08-25T22:38:03.551Z Compiling dtrace-parser v0.2.0
4732026-08-25T22:38:03.665Z Compiling textwrap v0.16.2
4742026-08-25T22:38:04.132Z Compiling swrite v0.1.0
4752026-08-25T22:38:04.449Z Compiling clap v4.6.1
4762026-08-25T22:38:05.214Z Compiling dof v0.3.0
4772026-08-25T22:38:05.214Z Compiling serde_tokenstream v0.2.3
4782026-08-25T22:38:05.230Z Compiling toml_datetime v0.6.11
4792026-08-25T22:38:05.246Z Compiling serde_spanned v0.6.9
4802026-08-25T22:38:05.249Z Compiling macaddr v1.0.1
4812026-08-25T22:38:05.293Z Compiling cargo_metadata v0.23.1
4822026-08-25T22:38:05.293Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-25T22:38:05.445Z Compiling toml_edit v0.22.27
4842026-08-25T22:38:05.965Z Compiling usdt-attr-macro v0.5.0
4852026-08-25T22:38:05.989Z Compiling usdt-macro v0.5.0
4862026-08-25T22:38:06.559Z Compiling usdt v0.5.0
4872026-08-25T22:38:06.822Z Compiling toml v0.8.23
4882026-08-25T22:38:07.166Z Compiling cargo_toml v0.21.0
4892026-08-25T22:38:08.404Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-25T22:38:10.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.26s
4912026-08-25T22:38:10.597Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-25T22:38:11.117Z Downloading crates ...
4932026-08-25T22:38:11.169Z Downloaded aead v0.5.2
4942026-08-25T22:38:11.175Z Downloaded backtrace-ext v0.2.1
4952026-08-25T22:38:11.185Z Downloaded async-bb8-diesel v0.2.1
4962026-08-25T22:38:11.190Z Downloaded futures-sink v0.3.32
4972026-08-25T22:38:11.193Z Downloaded adler2 v2.0.1
4982026-08-25T22:38:11.193Z Downloaded bitfield-macros v0.19.4
4992026-08-25T22:38:11.193Z Downloaded enum-as-inner v0.6.1
5002026-08-25T22:38:11.193Z Downloaded arrayref v0.3.9
5012026-08-25T22:38:11.193Z Downloaded env_logger v0.11.11
5022026-08-25T22:38:11.197Z Downloaded base16ct v0.2.0
5032026-08-25T22:38:11.197Z Downloaded bit-set v0.5.3
5042026-08-25T22:38:11.197Z Downloaded async-stream-impl v0.3.6
5052026-08-25T22:38:11.200Z Downloaded httpdate v1.0.3
5062026-08-25T22:38:11.204Z Downloaded assert_matches v1.5.0
5072026-08-25T22:38:11.204Z Downloaded async-recursion v1.1.1
5082026-08-25T22:38:11.207Z Downloaded hex-literal v1.1.0
5092026-08-25T22:38:11.207Z Downloaded array-init v0.0.4
5102026-08-25T22:38:11.211Z Downloaded bb8 v0.8.6
5112026-08-25T22:38:11.211Z Downloaded atomic-waker v1.1.2
5122026-08-25T22:38:11.214Z Downloaded funty v2.0.0
5132026-08-25T22:38:11.214Z Downloaded ascii-canvas v3.0.0
5142026-08-25T22:38:11.217Z Downloaded atomicwrites v0.4.4
5152026-08-25T22:38:11.217Z Downloaded bit-vec v0.6.3
5162026-08-25T22:38:11.217Z Downloaded aead v0.6.1
5172026-08-25T22:38:11.221Z Downloaded anstream v0.6.21
5182026-08-25T22:38:11.221Z Downloaded anstyle-parse v0.2.7
5192026-08-25T22:38:11.221Z Downloaded foreign-types-shared v0.1.1
5202026-08-25T22:38:11.221Z Downloaded base16ct v1.0.0
5212026-08-25T22:38:11.224Z Downloaded futures-channel v0.3.32
5222026-08-25T22:38:11.229Z Downloaded ahash v0.8.12
5232026-08-25T22:38:11.229Z Downloaded bitfield-struct v0.6.2
5242026-08-25T22:38:11.229Z Downloaded erased-serde v0.3.31
5252026-08-25T22:38:11.232Z Downloaded futures-core v0.3.32
5262026-08-25T22:38:11.232Z Downloaded git-stub-vcs v0.1.0
5272026-08-25T22:38:11.232Z Downloaded atty v0.2.14
5282026-08-25T22:38:11.235Z Downloaded env_filter v2.0.0
5292026-08-25T22:38:11.236Z Downloaded argon2 v0.5.3
5302026-08-25T22:38:11.236Z Downloaded backoff v0.4.0
5312026-08-25T22:38:11.236Z Downloaded fxhash v0.2.1
5322026-08-25T22:38:11.236Z Downloaded ghash v0.6.0
5332026-08-25T22:38:11.241Z Downloaded embedded-io v0.6.1
5342026-08-25T22:38:11.241Z Downloaded base64ct v1.8.3
5352026-08-25T22:38:11.241Z Downloaded futures-io v0.3.32
5362026-08-25T22:38:11.241Z Downloaded fs-err v2.11.0
5372026-08-25T22:38:11.241Z Downloaded fs_extra v1.3.0
5382026-08-25T22:38:11.244Z Downloaded bit-set v0.8.0
5392026-08-25T22:38:11.244Z Downloaded addr2line v0.25.1
5402026-08-25T22:38:11.244Z Downloaded bit-vec v0.8.0
5412026-08-25T22:38:11.244Z Downloaded bcs v0.1.6
5422026-08-25T22:38:11.244Z Downloaded const-oid v0.10.2
5432026-08-25T22:38:11.247Z Downloaded bcrypt-pbkdf v0.11.0
5442026-08-25T22:38:11.250Z Downloaded async-stream v0.3.6
5452026-08-25T22:38:11.250Z Downloaded hash32 v0.3.1
5462026-08-25T22:38:11.254Z Downloaded home v0.5.12
5472026-08-25T22:38:11.254Z Downloaded arc-swap v1.8.2
5482026-08-25T22:38:11.257Z Downloaded hostname v0.4.2
5492026-08-25T22:38:11.257Z Downloaded futures-task v0.3.32
5502026-08-25T22:38:11.257Z Downloaded allocator-api2 v0.2.21
5512026-08-25T22:38:11.261Z Downloaded http-body v1.0.1
5522026-08-25T22:38:11.261Z Downloaded float-ord v0.3.2
5532026-08-25T22:38:11.261Z Downloaded cfg_aliases v0.1.1
5542026-08-25T22:38:11.261Z Downloaded cfg_aliases v0.2.1
5552026-08-25T22:38:11.261Z Downloaded fixedbitset v0.5.7
5562026-08-25T22:38:11.264Z Downloaded ena v0.14.4
5572026-08-25T22:38:11.265Z Downloaded glob v0.3.3
5582026-08-25T22:38:11.265Z Downloaded heapless v0.7.17
5592026-08-25T22:38:11.271Z Downloaded foreign-types v0.3.2
5602026-08-25T22:38:11.274Z Downloaded foreign-types-shared v0.3.1
5612026-08-25T22:38:11.274Z Downloaded globwalk v0.9.1
5622026-08-25T22:38:11.274Z Downloaded gethostname v0.5.0
5632026-08-25T22:38:11.277Z Downloaded block-padding v0.4.2
5642026-08-25T22:38:11.280Z Downloaded ciborium-io v0.2.2
5652026-08-25T22:38:11.280Z Downloaded compression-core v0.4.31
5662026-08-25T22:38:11.280Z Downloaded foreign-types v0.5.0
5672026-08-25T22:38:11.280Z Downloaded hex v0.4.3
5682026-08-25T22:38:11.280Z Downloaded castaway v0.2.4
5692026-08-25T22:38:11.284Z Downloaded futures-macro v0.3.32
5702026-08-25T22:38:11.284Z Downloaded block-buffer v0.12.1
5712026-08-25T22:38:11.284Z Downloaded async-trait v0.1.89
5722026-08-25T22:38:11.287Z Downloaded hostname v0.3.1
5732026-08-25T22:38:11.287Z Downloaded arrayvec v0.7.6
5742026-08-25T22:38:11.291Z Downloaded hubpack v0.1.2
5752026-08-25T22:38:11.291Z Downloaded hash32 v0.2.1
5762026-08-25T22:38:11.291Z Downloaded headers-core v0.3.0
5772026-08-25T22:38:11.296Z Downloaded ciborium-ll v0.2.2
5782026-08-25T22:38:11.299Z Downloaded hubpack_derive v0.1.1
5792026-08-25T22:38:11.299Z Downloaded form_urlencoded v1.2.2
5802026-08-25T22:38:11.299Z Downloaded newline-converter v0.3.0
5812026-08-25T22:38:11.299Z Downloaded cobs v0.3.0
5822026-08-25T22:38:11.302Z Downloaded embedded-io v0.4.0
5832026-08-25T22:38:11.302Z Downloaded float-cmp v0.10.0
5842026-08-25T22:38:11.302Z Downloaded foreign-types-macros v0.2.3
5852026-08-25T22:38:11.302Z Downloaded nodrop v0.1.14
5862026-08-25T22:38:11.307Z Downloaded nibble_vec v0.1.0
5872026-08-25T22:38:11.307Z Downloaded openssl-macros v0.1.1
5882026-08-25T22:38:11.307Z Downloaded endian-type v0.1.2
5892026-08-25T22:38:11.307Z Downloaded oxide-generation-macros v0.2.0
5902026-08-25T22:38:11.307Z Downloaded backon v1.6.0
5912026-08-25T22:38:11.310Z Downloaded fixedbitset v0.4.2
5922026-08-25T22:38:11.314Z Downloaded cipher v0.5.2
5932026-08-25T22:38:11.314Z Downloaded cassowary v0.3.0
5942026-08-25T22:38:11.318Z Downloaded flagset v0.4.7
5952026-08-25T22:38:11.318Z Downloaded futures-executor v0.3.32
5962026-08-25T22:38:11.318Z Downloaded git-stub v1.0.0
5972026-08-25T22:38:11.318Z Downloaded http-range v0.1.5
5982026-08-25T22:38:11.318Z Downloaded normalize-line-endings v0.3.0
5992026-08-25T22:38:11.321Z Downloaded num_threads v0.1.7
6002026-08-25T22:38:11.321Z Downloaded powerfmt v0.2.0
6012026-08-25T22:38:11.324Z Downloaded hickory-resolver v0.25.2
6022026-08-25T22:38:11.328Z Downloaded openssl-probe v0.1.6
6032026-08-25T22:38:11.331Z Downloaded path-slash v0.1.5
6042026-08-25T22:38:11.331Z Downloaded phf_shared v0.13.1
6052026-08-25T22:38:11.334Z Downloaded predicates-core v1.0.10
6062026-08-25T22:38:11.334Z Downloaded progenitor-client v0.14.0
6072026-08-25T22:38:11.334Z Downloaded rand_xorshift v0.4.0
6082026-08-25T22:38:11.334Z Downloaded recursive v0.1.1
6092026-08-25T22:38:11.338Z Downloaded radium v0.7.0
6102026-08-25T22:38:11.338Z Downloaded rfc6979 v0.6.0
6112026-08-25T22:38:11.338Z Downloaded bitfield v0.19.4
6122026-08-25T22:38:11.341Z Downloaded bitflags v1.3.2
6132026-08-25T22:38:11.341Z Downloaded cexpr v0.6.0
6142026-08-25T22:38:11.341Z Downloaded rfc6979 v0.4.0
6152026-08-25T22:38:11.345Z Downloaded scopeguard v1.2.0
6162026-08-25T22:38:11.345Z Downloaded cipher v0.4.4
6172026-08-25T22:38:11.348Z Downloaded bs58 v0.5.1
6182026-08-25T22:38:11.348Z Downloaded chacha20 v0.9.1
6192026-08-25T22:38:11.348Z Downloaded compression-codecs v0.4.37
6202026-08-25T22:38:11.352Z Downloaded fd-lock v4.0.4
6212026-08-25T22:38:11.352Z Downloaded foldhash v0.1.5
6222026-08-25T22:38:11.352Z Downloaded proc-macro-crate v1.3.1
6232026-08-25T22:38:11.352Z Downloaded blowfish v0.10.0
6242026-08-25T22:38:11.355Z Downloaded proc-macro-crate v3.4.0
6252026-08-25T22:38:11.355Z Downloaded ff v0.14.0
6262026-08-25T22:38:11.355Z Downloaded globset v0.4.18
6272026-08-25T22:38:11.355Z Downloaded rustc-hash v2.1.1
6282026-08-25T22:38:11.355Z Downloaded rustc_version v0.1.7
6292026-08-25T22:38:11.355Z Downloaded fallible-iterator v0.2.0
6302026-08-25T22:38:11.359Z Downloaded filetime v0.2.27
6312026-08-25T22:38:11.362Z Downloaded secrecy v0.10.3
6322026-08-25T22:38:11.366Z Downloaded ff v0.13.1
6332026-08-25T22:38:11.369Z Downloaded group v0.13.0
6342026-08-25T22:38:11.369Z Downloaded group v0.14.0
6352026-08-25T22:38:11.373Z Downloaded sha1 v0.10.6
6362026-08-25T22:38:11.373Z Downloaded cbc v0.2.1
6372026-08-25T22:38:11.373Z Downloaded find-msvc-tools v0.1.9
6382026-08-25T22:38:11.376Z Downloaded num-complex v0.4.6
6392026-08-25T22:38:11.377Z Downloaded byte-wrapper v0.1.0
6402026-08-25T22:38:11.377Z Downloaded foldhash v0.2.0
6412026-08-25T22:38:11.380Z Downloaded serde_spanned v1.1.1
6422026-08-25T22:38:11.383Z Downloaded chacha20 v0.10.0
6432026-08-25T22:38:11.387Z Downloaded argon2 v0.6.0-rc.8
6442026-08-25T22:38:11.387Z Downloaded blake2 v0.11.0-rc.6
6452026-08-25T22:38:11.387Z Downloaded signature v2.2.0
6462026-08-25T22:38:11.387Z Downloaded sqlparser_derive v0.5.0
6472026-08-25T22:38:11.391Z Downloaded stable_deref_trait v1.2.1
6482026-08-25T22:38:11.391Z Downloaded subtle v2.6.1
6492026-08-25T22:38:11.391Z Downloaded take_mut v0.2.2
6502026-08-25T22:38:11.391Z Downloaded generic-array v1.4.3
6512026-08-25T22:38:11.394Z Downloaded supports-unicode v3.0.0
6522026-08-25T22:38:11.394Z Downloaded tap v1.0.1
6532026-08-25T22:38:11.394Z Downloaded ar_archive_writer v0.5.1
6542026-08-25T22:38:11.397Z Downloaded cmov v0.5.4
6552026-08-25T22:38:11.397Z Downloaded pem v3.0.6
6562026-08-25T22:38:11.401Z Downloaded highway v1.3.0
6572026-08-25T22:38:11.401Z Downloaded password-hash v0.5.0
6582026-08-25T22:38:11.401Z Downloaded testing_table v0.3.0
6592026-08-25T22:38:11.404Z Downloaded progenitor-client v0.13.0
6602026-08-25T22:38:11.404Z Downloaded progenitor-extras v0.2.0
6612026-08-25T22:38:11.404Z Downloaded tokio-macros v2.7.0
6622026-08-25T22:38:11.408Z Downloaded universal-hash v0.6.1
6632026-08-25T22:38:11.408Z Downloaded colored v2.2.0
6642026-08-25T22:38:11.408Z Downloaded scroll v0.13.0
6652026-08-25T22:38:11.411Z Downloaded phf v0.12.1
6662026-08-25T22:38:11.411Z Downloaded pkcs8 v0.10.2
6672026-08-25T22:38:11.411Z Downloaded tower-layer v0.3.3
6682026-08-25T22:38:11.411Z Downloaded tower-service v0.3.3
6692026-08-25T22:38:11.414Z Downloaded buf-list v1.1.2
6702026-08-25T22:38:11.414Z Downloaded utf-8 v0.7.6
6712026-08-25T22:38:11.414Z Downloaded waitgroup v0.1.2
6722026-08-25T22:38:11.414Z Downloaded colored v3.1.1
6732026-08-25T22:38:11.418Z Downloaded console v0.15.11
6742026-08-25T22:38:11.418Z Downloaded enum_dispatch v0.3.13
6752026-08-25T22:38:11.418Z Downloaded serde-hex v0.1.0
6762026-08-25T22:38:11.421Z Downloaded serde_path_to_error v0.1.20
6772026-08-25T22:38:11.421Z Downloaded xshell-macros v0.2.7
6782026-08-25T22:38:11.421Z Downloaded bzip2 v0.4.4
6792026-08-25T22:38:11.421Z Downloaded cmake v0.1.57
6802026-08-25T22:38:11.422Z Downloaded console v0.16.2
6812026-08-25T22:38:11.425Z Downloaded getrandom v0.2.17
6822026-08-25T22:38:11.425Z Downloaded hmac v0.13.0
6832026-08-25T22:38:11.425Z Downloaded httparse v1.10.1
6842026-08-25T22:38:11.428Z Downloaded hmac v0.12.1
6852026-08-25T22:38:11.428Z Downloaded rustls-pemfile v2.2.0
6862026-08-25T22:38:11.432Z Downloaded yoke-derive v0.8.1
6872026-08-25T22:38:11.432Z Downloaded bzip2 v0.6.1
6882026-08-25T22:38:11.435Z Downloaded cancel-safe-futures v0.1.5
6892026-08-25T22:38:11.435Z Downloaded ciborium v0.2.2
6902026-08-25T22:38:11.435Z Downloaded const-oid v0.9.6
6912026-08-25T22:38:11.438Z Downloaded serde_tokenstream v0.3.0
6922026-08-25T22:38:11.438Z Downloaded wait-timeout v0.2.1
6932026-08-25T22:38:11.438Z Downloaded cpubits v0.1.1
6942026-08-25T22:38:11.441Z Downloaded cpufeatures v0.3.0
6952026-08-25T22:38:11.441Z Downloaded clang-sys v1.8.1
6962026-08-25T22:38:11.445Z Downloaded convert_case v0.4.0
6972026-08-25T22:38:11.445Z Downloaded http-body-util v0.1.3
6982026-08-25T22:38:11.448Z Downloaded half v1.8.3
6992026-08-25T22:38:11.448Z Downloaded half v2.7.1
7002026-08-25T22:38:11.449Z Downloaded parking_lot_core v0.9.12
7012026-08-25T22:38:11.452Z Downloaded slog-dtrace v0.3.0
7022026-08-25T22:38:11.452Z Downloaded zone_cfg_derive v0.3.1
7032026-08-25T22:38:11.455Z Downloaded camino-tempfile-ext v0.3.3
7042026-08-25T22:38:11.455Z Downloaded darling_macro v0.20.11
7052026-08-25T22:38:11.455Z Downloaded derive_builder_macro v0.20.2
7062026-08-25T22:38:11.459Z Downloaded dof v0.4.0
7072026-08-25T22:38:11.459Z Downloaded downcast-rs v2.0.2
7082026-08-25T22:38:11.459Z Downloaded debug-ignore v1.0.5
7092026-08-25T22:38:11.459Z Downloaded defmt v0.3.100
7102026-08-25T22:38:11.459Z Downloaded dirs-sys-next v0.1.2
7112026-08-25T22:38:11.459Z Downloaded dtrace-parser v0.3.0
7122026-08-25T22:38:11.462Z Downloaded dunce v1.0.5
7132026-08-25T22:38:11.463Z Downloaded slog-term v2.9.2
7142026-08-25T22:38:11.463Z Downloaded getrandom v0.3.4
7152026-08-25T22:38:11.466Z Downloaded hyper-tls v0.6.0
7162026-08-25T22:38:11.466Z Downloaded hashbrown v0.13.2
7172026-08-25T22:38:11.469Z Downloaded smallvec v0.6.14
7182026-08-25T22:38:11.469Z Downloaded static_assertions v1.1.0
7192026-08-25T22:38:11.469Z Downloaded thread_local v1.1.9
7202026-08-25T22:38:11.469Z Downloaded pkcs8 v0.11.0
7212026-08-25T22:38:11.473Z Downloaded pkg-config v0.3.32
7222026-08-25T22:38:11.473Z Downloaded synstructure v0.13.2
7232026-08-25T22:38:11.473Z Downloaded unarray v0.1.4
7242026-08-25T22:38:11.473Z Downloaded pkcs1 v0.7.5
7252026-08-25T22:38:11.473Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7262026-08-25T22:38:11.476Z Downloaded blake2 v0.10.6
7272026-08-25T22:38:11.476Z Downloaded tls_codec v0.4.2
7282026-08-25T22:38:11.480Z Downloaded tokio-tungstenite v0.23.1
7292026-08-25T22:38:11.480Z Downloaded unicase v2.9.0
7302026-08-25T22:38:11.484Z Downloaded is_ci v1.2.0
7312026-08-25T22:38:11.484Z Downloaded inout v0.2.2
7322026-08-25T22:38:11.487Z Downloaded lazy_static v1.5.0
7332026-08-25T22:38:11.487Z Downloaded vergen-lib v0.1.6
7342026-08-25T22:38:11.487Z Downloaded jiff-static v0.2.34
7352026-08-25T22:38:11.487Z Downloaded kem v0.3.0
7362026-08-25T22:38:11.487Z Downloaded match_cfg v0.1.0
7372026-08-25T22:38:11.491Z Downloaded memoffset v0.9.1
7382026-08-25T22:38:11.491Z Downloaded linked-hash-map v0.5.6
7392026-08-25T22:38:11.491Z Downloaded elliptic-curve v0.14.1
7402026-08-25T22:38:11.494Z Downloaded libscf-sys v1.2.0
7412026-08-25T22:38:11.494Z Downloaded new_debug_unreachable v1.0.6
7422026-08-25T22:38:11.494Z Downloaded num-conv v0.2.0
7432026-08-25T22:38:11.494Z Downloaded olpc-cjson v0.1.4
7442026-08-25T22:38:11.504Z Downloaded vsss-rs v3.3.4
7452026-08-25T22:38:11.508Z Downloaded zeroize v1.9.0
7462026-08-25T22:38:11.508Z Downloaded ctr v0.10.1
7472026-08-25T22:38:11.511Z Downloaded fatfs v0.3.6
7482026-08-25T22:38:11.514Z Downloaded openssl-probe v0.2.1
7492026-08-25T22:38:11.517Z Downloaded oxide-update-engine-types v0.1.2
7502026-08-25T22:38:11.521Z Downloaded stacker v0.1.23
7512026-08-25T22:38:11.521Z Downloaded derive_builder_core v0.20.2
7522026-08-25T22:38:11.524Z Downloaded parse-size v1.1.0
7532026-08-25T22:38:11.524Z Downloaded password-hash v0.6.1
7542026-08-25T22:38:11.524Z Downloaded omicron-zone-package v0.12.3
7552026-08-25T22:38:11.527Z Downloaded smallvec v1.15.1
7562026-08-25T22:38:11.527Z Downloaded toml_parser v1.1.2+spec-1.1.0
7572026-08-25T22:38:11.530Z Downloaded tiny-keccak v2.0.2
7582026-08-25T22:38:11.534Z Downloaded progenitor-macro v0.13.0
7592026-08-25T22:38:11.537Z Downloaded precomputed-hash v0.1.1
7602026-08-25T22:38:11.537Z Downloaded rand_chacha v0.3.1
7612026-08-25T22:38:11.540Z Downloaded seq-macro v0.3.6
7622026-08-25T22:38:11.544Z Downloaded chacha20poly1305 v0.10.1
7632026-08-25T22:38:11.547Z Downloaded compact_str v0.8.1
7642026-08-25T22:38:11.550Z Downloaded tokio-stream v0.1.18
7652026-08-25T22:38:11.553Z Downloaded ipnet v2.12.0
7662026-08-25T22:38:11.553Z Downloaded illumos-nvpair-sys v0.2.0
7672026-08-25T22:38:11.557Z Downloaded shell-words v1.1.1
7682026-08-25T22:38:11.560Z Downloaded sapling-renderdag v0.1.0
7692026-08-25T22:38:11.563Z Downloaded slog-bunyan v2.5.0
7702026-08-25T22:38:11.563Z Downloaded schemars v0.8.22
7712026-08-25T22:38:11.568Z Downloaded slog-envlogger v2.2.0
7722026-08-25T22:38:11.571Z Downloaded thread-id v5.1.0
7732026-08-25T22:38:11.571Z Downloaded time-core v0.1.8
7742026-08-25T22:38:11.571Z Downloaded chumsky v0.9.3
7752026-08-25T22:38:11.575Z Downloaded packed_struct_codegen v0.10.1
7762026-08-25T22:38:11.575Z Downloaded ctutils v0.4.2
7772026-08-25T22:38:11.575Z Downloaded futures v0.3.32
7782026-08-25T22:38:11.578Z Downloaded base64 v0.22.1
7792026-08-25T22:38:11.582Z Downloaded flume v0.11.1
7802026-08-25T22:38:11.585Z Downloaded heapless v0.8.0
7812026-08-25T22:38:11.588Z Downloaded derive_builder v0.20.2
7822026-08-25T22:38:11.592Z Downloaded pem-rfc7468 v1.0.0
7832026-08-25T22:38:11.592Z Downloaded corncobs v0.1.4
7842026-08-25T22:38:11.592Z Downloaded similar v2.7.0
7852026-08-25T22:38:11.595Z Downloaded crossbeam-utils v0.8.21
7862026-08-25T22:38:11.598Z Downloaded slog v2.8.2
7872026-08-25T22:38:11.598Z Downloaded darling v0.20.11
7882026-08-25T22:38:11.602Z Downloaded strip-ansi-escapes v0.2.1
7892026-08-25T22:38:11.602Z Downloaded tokio-test v0.4.5
7902026-08-25T22:38:11.602Z Downloaded universal-hash v0.5.1
7912026-08-25T22:38:11.602Z Downloaded usdt-attr-macro v0.6.0
7922026-08-25T22:38:11.602Z Downloaded packed_struct v0.10.1
7932026-08-25T22:38:11.606Z Downloaded want v0.3.1
7942026-08-25T22:38:11.606Z Downloaded phc v0.6.1
7952026-08-25T22:38:11.606Z Downloaded postgres-protocol v0.6.10
7962026-08-25T22:38:11.606Z Downloaded socket2 v0.6.3
7972026-08-25T22:38:11.611Z Downloaded oxide-update-engine v0.1.2
7982026-08-25T22:38:11.611Z Downloaded predicates v3.1.4
7992026-08-25T22:38:11.614Z Downloaded resolv-conf v0.7.6
8002026-08-25T22:38:11.614Z Downloaded zeroize_derive v1.5.0
8012026-08-25T22:38:11.620Z Downloaded crc v3.4.0
8022026-08-25T22:38:11.620Z Downloaded crc8 v0.1.1
8032026-08-25T22:38:11.624Z Downloaded prettyplease v0.2.37
8042026-08-25T22:38:11.624Z Downloaded hybrid-array v0.4.13
8052026-08-25T22:38:11.631Z Downloaded ingot-macros v0.2.0
8062026-08-25T22:38:11.635Z Downloaded linear-map v1.2.0
8072026-08-25T22:38:11.638Z Downloaded memmap2 v0.9.10
8082026-08-25T22:38:11.638Z Downloaded multer v3.1.0
8092026-08-25T22:38:11.638Z Downloaded backtrace v0.3.76
8102026-08-25T22:38:11.642Z Downloaded schemars_derive v0.8.22
8112026-08-25T22:38:11.642Z Downloaded serde-big-array v0.5.1
8122026-08-25T22:38:11.642Z Downloaded serde_with_macros v1.5.2
8132026-08-25T22:38:11.642Z Downloaded shlex v1.3.0
8142026-08-25T22:38:11.645Z Downloaded base64 v0.21.7
8152026-08-25T22:38:11.645Z Downloaded document-features v0.2.12
8162026-08-25T22:38:11.645Z Downloaded bytes v1.11.1
8172026-08-25T22:38:11.648Z Downloaded dropshot-api-manager-types v0.8.0
8182026-08-25T22:38:11.648Z Downloaded diesel_table_macro_syntax v0.3.0
8192026-08-25T22:38:11.652Z Downloaded cc v1.2.56
8202026-08-25T22:38:11.652Z Downloaded idna_adapter v1.2.1
8212026-08-25T22:38:11.655Z Downloaded async-compression v0.4.41
8222026-08-25T22:38:11.658Z Downloaded indent_write v2.2.0
8232026-08-25T22:38:11.658Z Downloaded string_cache v0.8.9
8242026-08-25T22:38:11.662Z Downloaded defmt v1.0.1
8252026-08-25T22:38:11.662Z Downloaded unicode-truncate v1.1.0
8262026-08-25T22:38:11.670Z Downloaded slog-async v2.8.0
8272026-08-25T22:38:11.673Z Downloaded ssh-encoding v0.3.0
8282026-08-25T22:38:11.676Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8292026-08-25T22:38:11.676Z Downloaded num-rational v0.4.2
8302026-08-25T22:38:11.676Z Downloaded multimap v0.10.1
8312026-08-25T22:38:11.677Z Downloaded instant v0.1.13
8322026-08-25T22:38:11.680Z Downloaded wyz v0.5.1
8332026-08-25T22:38:11.680Z Downloaded kstat-rs v0.2.5
8342026-08-25T22:38:11.680Z Downloaded lru-slab v0.1.2
8352026-08-25T22:38:11.680Z Downloaded p384 v0.14.0
8362026-08-25T22:38:11.683Z Downloaded headers v0.4.1
8372026-08-25T22:38:11.683Z Downloaded ppv-lite86 v0.2.21
8382026-08-25T22:38:11.684Z Downloaded vergen-gitcl v1.0.8
8392026-08-25T22:38:11.686Z Downloaded walkdir v2.5.0
8402026-08-25T22:38:11.687Z Downloaded phf v0.13.1
8412026-08-25T22:38:11.690Z Downloaded constant_time_eq v0.4.2
8422026-08-25T22:38:11.693Z Downloaded lzss v0.8.2
8432026-08-25T22:38:11.693Z Downloaded zstd v0.13.3
8442026-08-25T22:38:11.693Z Downloaded critical-section v1.2.0
8452026-08-25T22:38:11.696Z Downloaded mime v0.3.17
8462026-08-25T22:38:11.697Z Downloaded newtype-uuid-macros v0.1.0
8472026-08-25T22:38:11.697Z Downloaded num-derive v0.4.2
8482026-08-25T22:38:11.700Z Downloaded quinn v0.11.11
8492026-08-25T22:38:11.703Z Downloaded quinn-udp v0.5.14
8502026-08-25T22:38:11.703Z Downloaded csv-core v0.1.13
8512026-08-25T22:38:11.703Z Downloaded icu_properties v2.1.2
8522026-08-25T22:38:11.707Z Downloaded vte v0.14.1
8532026-08-25T22:38:11.710Z Downloaded data-encoding v2.10.0
8542026-08-25T22:38:11.714Z Downloaded phf_shared v0.11.3
8552026-08-25T22:38:11.718Z Downloaded derive-ex v0.1.8
8562026-08-25T22:38:11.721Z Downloaded progenitor-macro v0.14.0
8572026-08-25T22:38:11.721Z Downloaded zip v0.6.6
8582026-08-25T22:38:11.724Z Downloaded ecdsa v0.16.9
8592026-08-25T22:38:11.724Z Downloaded recursive-proc-macro-impl v0.1.1
8602026-08-25T22:38:11.728Z Downloaded bumpalo v3.20.2
8612026-08-25T22:38:11.733Z Downloaded hashbrown v0.12.3
8622026-08-25T22:38:11.737Z Downloaded stringprep v0.1.5
8632026-08-25T22:38:11.737Z Downloaded flate2 v1.1.9
8642026-08-25T22:38:11.740Z Downloaded hickory-server v0.25.2
8652026-08-25T22:38:11.740Z Downloaded jobserver v0.1.34
8662026-08-25T22:38:11.744Z Downloaded scroll_derive v0.13.1
8672026-08-25T22:38:11.744Z Downloaded serde_plain v1.0.2
8682026-08-25T22:38:11.744Z Downloaded libsw v3.5.0
8692026-08-25T22:38:11.747Z Downloaded hickory-resolver v0.24.4
8702026-08-25T22:38:11.748Z Downloaded pkcs5 v0.8.1
8712026-08-25T22:38:11.750Z Downloaded aes-gcm v0.11.0
8722026-08-25T22:38:11.754Z Downloaded num-traits v0.2.19
8732026-08-25T22:38:11.754Z Downloaded progenitor-impl v0.13.0
8742026-08-25T22:38:11.754Z Downloaded progenitor-impl v0.14.0
8752026-08-25T22:38:11.757Z Downloaded darling_core v0.20.11
8762026-08-25T22:38:11.757Z Downloaded same-file v1.0.6
8772026-08-25T22:38:11.761Z Downloaded signal-hook-mio v0.2.5
8782026-08-25T22:38:11.761Z Downloaded zerocopy v0.6.6
8792026-08-25T22:38:11.761Z Downloaded supports-color v3.0.2
8802026-08-25T22:38:11.765Z Downloaded derive_more v0.99.20
8812026-08-25T22:38:11.765Z Downloaded sync_wrapper v1.0.2
8822026-08-25T22:38:11.768Z Downloaded tinyvec_macros v0.1.1
8832026-08-25T22:38:11.768Z Downloaded topological-sort v0.2.2
8842026-08-25T22:38:11.772Z Downloaded indicatif v0.18.4
8852026-08-25T22:38:11.776Z Downloaded rand v0.9.2
8862026-08-25T22:38:11.776Z Downloaded samael v0.0.19
8872026-08-25T22:38:11.779Z Downloaded url v2.5.8
8882026-08-25T22:38:11.779Z Downloaded knus v3.4.0
8892026-08-25T22:38:11.779Z Downloaded structmeta-derive v0.3.0
8902026-08-25T22:38:11.783Z Downloaded untrusted v0.9.0
8912026-08-25T22:38:11.783Z Downloaded darling v0.21.3
8922026-08-25T22:38:11.786Z Downloaded utf8_iter v1.0.4
8932026-08-25T22:38:11.786Z Downloaded libefi-sys v0.1.0
8942026-08-25T22:38:11.786Z Downloaded num-integer v0.1.46
8952026-08-25T22:38:11.786Z Downloaded oxide-tokio-rt v0.1.4
8962026-08-25T22:38:11.786Z Downloaded peg v0.8.5
8972026-08-25T22:38:11.790Z Downloaded icu_locale_core v2.1.1
8982026-08-25T22:38:11.793Z Downloaded openssl-sys v0.9.117
8992026-08-25T22:38:11.793Z Downloaded unicode-xid v0.2.6
9002026-08-25T22:38:11.796Z Downloaded socket2 v0.5.10
9012026-08-25T22:38:11.797Z Downloaded rpassword v7.5.4
9022026-08-25T22:38:11.797Z Downloaded diff v0.1.13
9032026-08-25T22:38:11.800Z Downloaded parking_lot_core v0.8.6
9042026-08-25T22:38:11.800Z Downloaded pbkdf2 v0.13.0
9052026-08-25T22:38:11.800Z Downloaded poly1305 v0.8.0
9062026-08-25T22:38:11.800Z Downloaded crucible-workspace-hack v0.1.0
9072026-08-25T22:38:11.803Z Downloaded crunchy v0.2.4
9082026-08-25T22:38:11.803Z Downloaded primeorder v0.14.0
9092026-08-25T22:38:11.803Z Downloaded pin-project-lite v0.2.17
9102026-08-25T22:38:11.807Z Downloaded test-strategy v0.4.5
9112026-08-25T22:38:11.807Z Downloaded void v1.0.2
9122026-08-25T22:38:11.807Z Downloaded toml v1.1.2+spec-1.1.0
9132026-08-25T22:38:11.812Z Downloaded tracing-core v0.1.36
9142026-08-25T22:38:11.812Z Downloaded typify v0.6.2
9152026-08-25T22:38:11.815Z Downloaded expectorate v1.2.0
9162026-08-25T22:38:11.815Z Downloaded rand_core v0.9.5
9172026-08-25T22:38:11.815Z Downloaded indoc v1.0.9
9182026-08-25T22:38:11.818Z Downloaded inout v0.1.4
9192026-08-25T22:38:11.818Z Downloaded aho-corasick v1.1.4
9202026-08-25T22:38:11.821Z Downloaded num-bigint v0.4.6
9212026-08-25T22:38:11.824Z Downloaded p521 v0.14.0
9222026-08-25T22:38:11.825Z Downloaded dsl_auto_type v0.2.0
9232026-08-25T22:38:11.828Z Downloaded iana-time-zone v0.1.65
9242026-08-25T22:38:11.831Z Downloaded rustversion v1.0.22
9252026-08-25T22:38:11.834Z Downloaded termios v0.3.3
9262026-08-25T22:38:11.834Z Downloaded tokio-dtrace v0.1.1
9272026-08-25T22:38:11.834Z Downloaded scuffle v0.1.0
9282026-08-25T22:38:11.837Z Downloaded steno v0.4.1
9292026-08-25T22:38:11.841Z Downloaded rand v0.10.1
9302026-08-25T22:38:11.846Z Downloaded strum_macros v0.24.3
9312026-08-25T22:38:11.849Z Downloaded vergen-lib v9.1.0
9322026-08-25T22:38:11.849Z Downloaded nonempty v0.12.0
9332026-08-25T22:38:11.849Z Downloaded maybe-uninit v2.0.0
9342026-08-25T22:38:11.852Z Downloaded aes v0.9.1
9352026-08-25T22:38:11.852Z Downloaded des v0.9.0
9362026-08-25T22:38:11.855Z Downloaded oso-derive v0.27.3
9372026-08-25T22:38:11.855Z Downloaded rustyline v14.0.0
9382026-08-25T22:38:11.858Z Downloaded unicode_categories v0.1.1
9392026-08-25T22:38:11.859Z Downloaded rustls-platform-verifier v0.6.2
9402026-08-25T22:38:11.862Z Downloaded writeable v0.6.2
9412026-08-25T22:38:11.865Z Downloaded pkcs1 v0.8.0-rc.4
9422026-08-25T22:38:11.868Z Downloaded rand_core v0.6.4
9432026-08-25T22:38:11.868Z Downloaded psl-types v2.0.11
9442026-08-25T22:38:11.872Z Downloaded scheduled-thread-pool v0.2.7
9452026-08-25T22:38:11.875Z Downloaded tar v0.4.46
9462026-08-25T22:38:11.875Z Downloaded uuid v1.23.4
9472026-08-25T22:38:11.878Z Downloaded indexmap v1.9.3
9482026-08-25T22:38:11.878Z Downloaded ed25519 v3.0.0
9492026-08-25T22:38:11.882Z Downloaded sec1 v0.7.3
9502026-08-25T22:38:11.882Z Downloaded http v1.4.2
9512026-08-25T22:38:11.885Z Downloaded predicates-tree v1.0.13
9522026-08-25T22:38:11.885Z Downloaded quick-error v1.2.3
9532026-08-25T22:38:11.891Z Downloaded ipnetwork v0.21.1
9542026-08-25T22:38:11.894Z Downloaded sponge-cursor v0.1.0
9552026-08-25T22:38:11.894Z Downloaded sha1 v0.11.0
9562026-08-25T22:38:11.898Z Downloaded hashbrown v0.14.5
9572026-08-25T22:38:11.902Z Downloaded sha2 v0.11.0
9582026-08-25T22:38:11.905Z Downloaded scrypt v0.12.0
9592026-08-25T22:38:11.905Z Downloaded term v1.2.1
9602026-08-25T22:38:11.905Z Downloaded russh-util v0.52.0
9612026-08-25T22:38:11.908Z Downloaded strsim v0.10.0
9622026-08-25T22:38:11.913Z Downloaded zerotrie v0.2.3
9632026-08-25T22:38:11.918Z Downloaded gimli v0.32.3
9642026-08-25T22:38:11.921Z Downloaded litrs v1.0.0
9652026-08-25T22:38:11.921Z Downloaded keccak v0.2.0
9662026-08-25T22:38:11.924Z Downloaded yoke v0.8.1
9672026-08-25T22:38:11.924Z Downloaded libsw-core v0.3.2
9682026-08-25T22:38:11.924Z Downloaded crc-catalog v2.4.0
9692026-08-25T22:38:11.924Z Downloaded rustls-webpki v0.103.13
9702026-08-25T22:38:11.928Z Downloaded futures-util v0.3.32
9712026-08-25T22:38:11.931Z Downloaded peg-macros v0.8.5
9722026-08-25T22:38:11.934Z Downloaded xattr v1.6.1
9732026-08-25T22:38:11.934Z Downloaded zerofrom v0.1.6
9742026-08-25T22:38:11.934Z Downloaded miette-derive v7.6.0
9752026-08-25T22:38:11.934Z Downloaded darling_core v0.23.0
9762026-08-25T22:38:11.938Z Downloaded yasna v0.5.2
9772026-08-25T22:38:11.938Z Downloaded cookie v0.18.1
9782026-08-25T22:38:11.941Z Downloaded pin-project-internal v1.1.11
9792026-08-25T22:38:11.941Z Downloaded mime_guess v2.0.5
9802026-08-25T22:38:11.941Z Downloaded crc32fast v1.5.0
9812026-08-25T22:38:11.945Z Downloaded num_enum v0.7.6
9822026-08-25T22:38:11.945Z Downloaded curve25519-dalek-derive v0.1.1
9832026-08-25T22:38:11.945Z Downloaded miette v7.6.0
9842026-08-25T22:38:11.948Z Downloaded instability v0.3.11
9852026-08-25T22:38:11.951Z Downloaded num_enum v0.5.11
9862026-08-25T22:38:11.955Z Downloaded zerocopy-derive v0.8.55
9872026-08-25T22:38:11.959Z Downloaded hashbrown v0.15.5
9882026-08-25T22:38:11.962Z Downloaded hashbrown v0.16.1
9892026-08-25T22:38:11.965Z Downloaded hyper-rustls v0.27.7
9902026-08-25T22:38:11.965Z Downloaded oxnet v0.1.6
9912026-08-25T22:38:11.965Z Downloaded keccak v0.1.6
9922026-08-25T22:38:11.965Z Downloaded signal-hook-registry v1.4.8
9932026-08-25T22:38:11.969Z Downloaded md-5 v0.10.6
9942026-08-25T22:38:11.969Z Downloaded toml_edit v0.19.15
9952026-08-25T22:38:11.975Z Downloaded serdect v0.4.3
9962026-08-25T22:38:11.979Z Downloaded num-bigint-dig v0.8.6
9972026-08-25T22:38:11.979Z Downloaded signal-hook v0.3.18
9982026-08-25T22:38:11.982Z Downloaded spki v0.7.3
9992026-08-25T22:38:11.982Z Downloaded thiserror-no-std v2.0.2
10002026-08-25T22:38:11.985Z Downloaded crossbeam-channel v0.5.15
10012026-08-25T22:38:11.985Z Downloaded yansi v1.0.1
10022026-08-25T22:38:11.988Z Downloaded num_enum_derive v0.5.11
10032026-08-25T22:38:11.989Z Downloaded ref-cast-impl v1.0.25
10042026-08-25T22:38:11.989Z Downloaded maplit v1.0.2
10052026-08-25T22:38:11.989Z Downloaded parse-display v0.10.0
10062026-08-25T22:38:11.989Z Downloaded rand v0.8.6
10072026-08-25T22:38:11.992Z Downloaded strum_macros v0.26.4
10082026-08-25T22:38:11.992Z Downloaded usdt-impl v0.6.0
10092026-08-25T22:38:11.992Z Downloaded ed25519-dalek v3.0.0
10102026-08-25T22:38:11.995Z Downloaded unicode-bidi v0.3.18
10112026-08-25T22:38:11.995Z Downloaded whoami v1.6.1
10122026-08-25T22:38:11.998Z Downloaded signal-hook-tokio v0.3.1
10132026-08-25T22:38:11.998Z Downloaded serde_repr v0.1.20
10142026-08-25T22:38:11.998Z Downloaded const_format_proc_macros v0.2.34
10152026-08-25T22:38:12.004Z Downloaded der v0.7.10
10162026-08-25T22:38:12.005Z Downloaded vergen-git2 v9.1.0
10172026-08-25T22:38:12.008Z Downloaded xshell v0.2.7
10182026-08-25T22:38:12.008Z Downloaded dirs-next v2.0.0
10192026-08-25T22:38:12.011Z Downloaded secrecy v0.8.0
10202026-08-25T22:38:12.023Z Downloaded defmt-macros v1.0.1
10212026-08-25T22:38:12.026Z Downloaded defmt-parser v1.0.0
10222026-08-25T22:38:12.026Z Downloaded darling_core v0.13.4
10232026-08-25T22:38:12.030Z Downloaded drift v0.2.0
10242026-08-25T22:38:12.033Z Downloaded impl-trait-for-tuples v0.2.3
10252026-08-25T22:38:12.033Z Downloaded either v1.15.0
10262026-08-25T22:38:12.036Z Downloaded strum v0.26.3
10272026-08-25T22:38:12.036Z Downloaded supports-hyperlinks v3.2.0
10282026-08-25T22:38:12.036Z Downloaded derive-where v1.6.0
10292026-08-25T22:38:12.040Z Downloaded ed25519 v2.2.3
10302026-08-25T22:38:12.040Z Downloaded darling v0.23.0
10312026-08-25T22:38:12.043Z Downloaded darling_macro v0.13.4
10322026-08-25T22:38:12.043Z Downloaded icu_collections v2.1.1
10332026-08-25T22:38:12.048Z Downloaded lock_api v0.4.14
10342026-08-25T22:38:12.048Z Downloaded serde_cbor v0.11.2
10352026-08-25T22:38:12.051Z Downloaded serde_with_macros v3.21.0
10362026-08-25T22:38:12.051Z Downloaded native-tls v0.2.18
10372026-08-25T22:38:12.051Z Downloaded newtype-uuid v1.3.2
10382026-08-25T22:38:12.051Z Downloaded rustc-demangle v0.1.27
10392026-08-25T22:38:12.054Z Downloaded crossterm v0.28.1
10402026-08-25T22:38:12.057Z Downloaded tokio-native-tls v0.3.1
10412026-08-25T22:38:12.057Z Downloaded term v0.7.0
10422026-08-25T22:38:12.057Z Downloaded tower-http v0.6.8
10432026-08-25T22:38:12.061Z Downloaded oxide-update-engine-display v0.1.2
10442026-08-25T22:38:12.064Z Downloaded twox-hash v2.1.2
10452026-08-25T22:38:12.068Z Downloaded libbz2-rs-sys v0.2.2
10462026-08-25T22:38:12.071Z Downloaded md5 v0.8.0
10472026-08-25T22:38:12.071Z Downloaded psm v0.1.30
10482026-08-25T22:38:12.071Z Downloaded rand_pcg v0.10.2
10492026-08-25T22:38:12.074Z Downloaded progenitor v0.14.0
10502026-08-25T22:38:12.074Z Downloaded rustls-native-certs v0.8.3
10512026-08-25T22:38:12.078Z Downloaded prefix-trie v0.7.0
10522026-08-25T22:38:12.082Z Downloaded pretty_assertions v1.4.1
10532026-08-25T22:38:12.085Z Downloaded serde_with v1.14.0
10542026-08-25T22:38:12.085Z Downloaded slog-json v2.6.1
10552026-08-25T22:38:12.088Z Downloaded rsa v0.9.10
10562026-08-25T22:38:12.088Z Downloaded percent-encoding v2.3.2
10572026-08-25T22:38:12.091Z Downloaded spki v0.8.0
10582026-08-25T22:38:12.091Z Downloaded ref-cast v1.0.25
10592026-08-25T22:38:12.092Z Downloaded rtoolbox v0.0.3
10602026-08-25T22:38:12.092Z Downloaded russh-cryptovec v0.62.0
10612026-08-25T22:38:12.095Z Downloaded siphasher v1.0.2
10622026-08-25T22:38:12.095Z Downloaded wnaf v0.14.0
10632026-08-25T22:38:12.095Z Downloaded support-bundle-viewer v0.1.2
10642026-08-25T22:38:12.095Z Downloaded icu_normalizer_data v2.1.1
10652026-08-25T22:38:12.099Z Downloaded ed25519-dalek v2.2.0
10662026-08-25T22:38:12.099Z Downloaded darling_core v0.21.3
10672026-08-25T22:38:12.102Z Downloaded typed-path v0.9.3
10682026-08-25T22:38:12.106Z Downloaded tinystr v0.8.2
10692026-08-25T22:38:12.106Z Downloaded hkdf v0.12.4
10702026-08-25T22:38:12.106Z Downloaded tls_codec_derive v0.4.2
10712026-08-25T22:38:12.110Z Downloaded whoami v2.1.0
10722026-08-25T22:38:12.126Z Downloaded zerovec-derive v0.11.2
10732026-08-25T22:38:12.126Z Downloaded deranged v0.5.8
10742026-08-25T22:38:12.126Z Downloaded usdt-macro v0.6.0
10752026-08-25T22:38:12.126Z Downloaded serde_yaml v0.9.34+deprecated
10762026-08-25T22:38:12.127Z Downloaded tungstenite v0.21.0
10772026-08-25T22:38:12.127Z Downloaded rustls-pki-types v1.14.0
10782026-08-25T22:38:12.130Z Downloaded nom v8.0.0
10792026-08-25T22:38:12.130Z Downloaded der_derive v0.7.3
10802026-08-25T22:38:12.134Z Downloaded difflib v0.4.0
10812026-08-25T22:38:12.134Z Downloaded pem-rfc7468 v0.7.0
10822026-08-25T22:38:12.134Z Downloaded postgres-types v0.2.12
10832026-08-25T22:38:12.134Z Downloaded p256 v0.14.0
10842026-08-25T22:38:12.137Z Downloaded proc-macro-error-attr2 v2.0.0
10852026-08-25T22:38:12.151Z Downloaded strum_macros v0.27.2
10862026-08-25T22:38:12.154Z Downloaded tagptr v0.2.0
10872026-08-25T22:38:12.157Z Downloaded mio v1.2.0
10882026-08-25T22:38:12.161Z Downloaded strum v0.27.2
10892026-08-25T22:38:12.161Z Downloaded toml_writer v1.1.1+spec-1.1.0
10902026-08-25T22:38:12.161Z Downloaded sigpipe v0.1.3
10912026-08-25T22:38:12.164Z Downloaded termtree v0.5.1
10922026-08-25T22:38:12.164Z Downloaded crypto-bigint v0.5.5
10932026-08-25T22:38:12.168Z Downloaded hkdf v0.13.0
10942026-08-25T22:38:12.168Z Downloaded rustc_version v0.4.1
10952026-08-25T22:38:12.168Z Downloaded serde_urlencoded v0.7.1
10962026-08-25T22:38:12.171Z Downloaded derive_more v2.1.1
10972026-08-25T22:38:12.175Z Downloaded unicode-properties v0.1.4
10982026-08-25T22:38:12.178Z Downloaded displaydoc v0.2.5
10992026-08-25T22:38:12.181Z Downloaded trait-variant v0.1.2
11002026-08-25T22:38:12.181Z Downloaded untrusted v0.7.1
11012026-08-25T22:38:12.181Z Downloaded newtype_derive v0.1.6
11022026-08-25T22:38:12.186Z Downloaded ident_case v1.0.1
11032026-08-25T22:38:12.186Z Downloaded opaque-debug v0.3.1
11042026-08-25T22:38:12.190Z Downloaded cstr-argument v0.1.2
11052026-08-25T22:38:12.190Z Downloaded digest-io v0.1.0
11062026-08-25T22:38:12.190Z Downloaded toml_edit v0.23.10+spec-1.0.0
11072026-08-25T22:38:12.193Z Downloaded blake3 v1.8.5
11082026-08-25T22:38:12.197Z Downloaded itertools v0.14.0
11092026-08-25T22:38:12.201Z Downloaded semver v0.1.20
11102026-08-25T22:38:12.201Z Downloaded tungstenite v0.23.0
11112026-08-25T22:38:12.204Z Downloaded pin-project v1.1.11
11122026-08-25T22:38:12.207Z Downloaded rcgen v0.12.1
11132026-08-25T22:38:12.210Z Downloaded postcard v1.1.3
11142026-08-25T22:38:12.210Z Downloaded potential_utf v0.1.4
11152026-08-25T22:38:12.211Z Downloaded internet-checksum v0.2.1
11162026-08-25T22:38:12.211Z Downloaded sync-ptr v0.1.4
11172026-08-25T22:38:12.214Z Downloaded typify-macro v0.6.2
11182026-08-25T22:38:12.214Z Downloaded minimal-lexical v0.2.1
11192026-08-25T22:38:12.214Z Downloaded aws-lc-rs v1.16.3
11202026-08-25T22:38:12.219Z Downloaded spin v0.9.8
11212026-08-25T22:38:12.222Z Downloaded knus-derive v3.4.0
11222026-08-25T22:38:12.222Z Downloaded r2d2 v0.8.10
11232026-08-25T22:38:12.222Z Downloaded rand_chacha v0.9.0
11242026-08-25T22:38:12.225Z Downloaded slog-stdlog v4.1.1
11252026-08-25T22:38:12.225Z Downloaded polyval v0.7.1
11262026-08-25T22:38:12.225Z Downloaded humantime v2.3.0
11272026-08-25T22:38:12.225Z Downloaded serde_derive_internals v0.29.1
11282026-08-25T22:38:12.225Z Downloaded bindgen v0.71.1
11292026-08-25T22:38:12.229Z Downloaded daft v0.1.8
11302026-08-25T22:38:12.232Z Downloaded num_enum_derive v0.7.6
11312026-08-25T22:38:12.232Z Downloaded oxide-generation v0.1.3
11322026-08-25T22:38:12.232Z Downloaded signature v3.0.0
11332026-08-25T22:38:12.232Z Downloaded tracing-attributes v0.1.31
11342026-08-25T22:38:12.235Z Downloaded module-lattice v0.2.3
11352026-08-25T22:38:12.235Z Downloaded darling_macro v0.23.0
11362026-08-25T22:38:12.235Z Downloaded lalrpop-util v0.19.12
11372026-08-25T22:38:12.235Z Downloaded serde_bytes v0.11.19
11382026-08-25T22:38:12.243Z Downloaded h2 v0.4.15
11392026-08-25T22:38:12.248Z Downloaded convert_case v0.10.0
11402026-08-25T22:38:12.248Z Downloaded derive_more-impl v2.1.1
11412026-08-25T22:38:12.249Z Downloaded hyper-staticfile v0.10.1
11422026-08-25T22:38:12.252Z Downloaded num-iter v0.1.45
11432026-08-25T22:38:12.252Z Downloaded paste v1.0.15
11442026-08-25T22:38:12.252Z Downloaded tinyvec v1.10.0
11452026-08-25T22:38:12.252Z Downloaded reedline v0.40.0
11462026-08-25T22:38:12.255Z Downloaded reqwest v0.13.2
11472026-08-25T22:38:12.258Z Downloaded daft-derive v0.1.8
11482026-08-25T22:38:12.262Z Downloaded darling v0.13.4
11492026-08-25T22:38:12.262Z Downloaded sec1 v0.8.1
11502026-08-25T22:38:12.265Z Downloaded tokio-tungstenite v0.21.0
11512026-08-25T22:38:12.265Z Downloaded rusty-fork v0.3.1
11522026-08-25T22:38:12.265Z Downloaded zerofrom-derive v0.1.6
11532026-08-25T22:38:12.265Z Downloaded port-file v0.1.0
11542026-08-25T22:38:12.268Z Downloaded digest v0.11.3
11552026-08-25T22:38:12.268Z Downloaded ingot-types v0.2.0
11562026-08-25T22:38:12.268Z Downloaded try-lock v0.2.5
11572026-08-25T22:38:12.268Z Downloaded crc-any v2.5.0
11582026-08-25T22:38:12.272Z Downloaded dyn-clone v1.0.20
11592026-08-25T22:38:12.272Z Downloaded time-macros v0.2.27
11602026-08-25T22:38:12.275Z Downloaded nu-ansi-term v0.50.3
11612026-08-25T22:38:12.275Z Downloaded parse-display-derive v0.10.0
11622026-08-25T22:38:12.275Z Downloaded peg-runtime v0.8.5
11632026-08-25T22:38:12.275Z Downloaded rand_seeder v0.4.0
11642026-08-25T22:38:12.275Z Downloaded uzers v0.12.2
11652026-08-25T22:38:12.279Z Downloaded crossbeam-deque v0.8.6
11662026-08-25T22:38:12.279Z Downloaded ssh-key v0.7.0-rc.11
11672026-08-25T22:38:12.282Z Downloaded sqlformat v0.3.5
11682026-08-25T22:38:12.282Z Downloaded zone v0.3.1
11692026-08-25T22:38:12.282Z Downloaded lru-cache v0.1.2
11702026-08-25T22:38:12.285Z Downloaded num v0.4.3
11712026-08-25T22:38:12.285Z Downloaded crypto-primes v0.7.2
11722026-08-25T22:38:12.289Z Downloaded cookie_store v0.22.1
11732026-08-25T22:38:12.289Z Downloaded litemap v0.8.1
11742026-08-25T22:38:12.289Z Downloaded slog-scope v4.4.1
11752026-08-25T22:38:12.289Z Downloaded diesel-dtrace v0.5.0
11762026-08-25T22:38:12.293Z Downloaded indoc v2.0.7
11772026-08-25T22:38:12.293Z Downloaded unit-prefix v0.5.2
11782026-08-25T22:38:12.293Z Downloaded poly1305 v0.9.0
11792026-08-25T22:38:12.293Z Downloaded sha3 v0.12.0
11802026-08-25T22:38:12.296Z Downloaded iri-string v0.7.10
11812026-08-25T22:38:12.300Z Downloaded lru v0.12.5
11822026-08-25T22:38:12.300Z Downloaded parking_lot v0.12.5
11832026-08-25T22:38:12.305Z Downloaded crypto-common v0.2.2
11842026-08-25T22:38:12.308Z Downloaded primefield v0.14.0
11852026-08-25T22:38:12.308Z Downloaded rand_core v0.10.0
11862026-08-25T22:38:12.308Z Downloaded tabwriter v1.4.1
11872026-08-25T22:38:12.308Z Downloaded phf_shared v0.12.1
11882026-08-25T22:38:12.308Z Downloaded structmeta v0.3.0
11892026-08-25T22:38:12.308Z Downloaded nom v7.1.3
11902026-08-25T22:38:12.311Z Downloaded primeorder v0.13.6
11912026-08-25T22:38:12.314Z Downloaded illumos-nvpair v0.3.0
11922026-08-25T22:38:12.317Z Downloaded tower v0.5.3
11932026-08-25T22:38:12.323Z Downloaded unsafe-libyaml v0.2.11
11942026-08-25T22:38:12.326Z Downloaded bitvec v1.0.1
11952026-08-25T22:38:12.334Z Downloaded thiserror-impl-no-std v2.0.2
11962026-08-25T22:38:12.337Z Downloaded usdt v0.6.0
11972026-08-25T22:38:12.340Z Downloaded goblin v0.10.5
11982026-08-25T22:38:12.344Z Downloaded managed v0.8.0
11992026-08-25T22:38:12.347Z Downloaded darling_macro v0.21.3
12002026-08-25T22:38:12.347Z Downloaded display-error-chain v0.2.2
12012026-08-25T22:38:12.348Z Downloaded rayon v1.11.0
12022026-08-25T22:38:12.351Z Downloaded ecdsa v0.17.0
12032026-08-25T22:38:12.356Z Downloaded itertools v0.13.0
12042026-08-25T22:38:12.360Z Downloaded ml-kem v0.3.2
12052026-08-25T22:38:12.360Z Downloaded tui-tree-widget v0.23.1
12062026-08-25T22:38:12.360Z Downloaded simd-adler32 v0.3.8
12072026-08-25T22:38:12.360Z Downloaded is-terminal v0.4.17
12082026-08-25T22:38:12.360Z Downloaded parking_lot v0.11.2
12092026-08-25T22:38:12.363Z Downloaded ssh-cipher v0.3.0
12102026-08-25T22:38:12.363Z Downloaded zstd-safe v7.2.4
12112026-08-25T22:38:12.367Z Downloaded icu_properties_data v2.1.2
12122026-08-25T22:38:12.372Z Downloaded snafu-derive v0.8.9
12132026-08-25T22:38:12.375Z Downloaded oso v0.27.3
12142026-08-25T22:38:12.379Z Downloaded delegate v0.13.5
12152026-08-25T22:38:12.379Z Downloaded tokio-util v0.7.18
12162026-08-25T22:38:12.383Z Downloaded russh v0.62.4
12172026-08-25T22:38:12.391Z Downloaded smf v0.2.3
12182026-08-25T22:38:12.395Z Downloaded slab v0.4.12
12192026-08-25T22:38:12.395Z Downloaded chrono v0.4.45
12202026-08-25T22:38:12.398Z Downloaded hyper v1.10.1
12212026-08-25T22:38:12.401Z Downloaded const_format v0.2.35
12222026-08-25T22:38:12.402Z Downloaded tokio-rustls v0.26.4
12232026-08-25T22:38:12.405Z Downloaded ignore v0.4.25
12242026-08-25T22:38:12.405Z Downloaded crossbeam-epoch v0.9.18
12252026-08-25T22:38:12.405Z Downloaded libloading v0.8.9
12262026-08-25T22:38:12.416Z Downloaded miniz_oxide v0.8.9
12272026-08-25T22:38:12.419Z Downloaded proc-macro-error2 v2.0.1
12282026-08-25T22:38:12.422Z Downloaded rayon-core v1.13.0
12292026-08-25T22:38:12.425Z Downloaded nanorand v0.7.0
12302026-08-25T22:38:12.425Z Downloaded owo-colors v4.3.0
12312026-08-25T22:38:12.429Z Downloaded progenitor v0.13.0
12322026-08-25T22:38:12.429Z Downloaded tough v0.22.0
12332026-08-25T22:38:12.433Z Downloaded rsa v0.10.0-rc.18
12342026-08-25T22:38:12.437Z Downloaded salsa20 v0.11.0
12352026-08-25T22:38:12.440Z Downloaded vergen v9.1.0
12362026-08-25T22:38:12.440Z Downloaded publicsuffix v2.3.0
12372026-08-25T22:38:12.445Z Downloaded git2 v0.20.4
12382026-08-25T22:38:12.451Z Downloaded itertools v0.10.5
12392026-08-25T22:38:12.459Z Downloaded ingot v0.2.1
12402026-08-25T22:38:12.467Z Downloaded dropshot_endpoint v0.17.1
12412026-08-25T22:38:12.471Z Downloaded idna v1.1.0
12422026-08-25T22:38:12.474Z Downloaded vcpkg v0.2.15
12432026-08-25T22:38:12.492Z Downloaded toml v0.7.8
12442026-08-25T22:38:12.495Z Downloaded zopfli v0.8.3
12452026-08-25T22:38:12.496Z Downloaded elliptic-curve v0.13.8
12462026-08-25T22:38:12.499Z Downloaded libxml v0.3.3
12472026-08-25T22:38:12.503Z Downloaded ryu v1.0.23
12482026-08-25T22:38:12.503Z Downloaded diesel_derives v2.3.7
12492026-08-25T22:38:12.506Z Downloaded subprocess v0.2.15
12502026-08-25T22:38:12.506Z Downloaded ron v0.8.1
12512026-08-25T22:38:12.510Z Downloaded snafu v0.8.9
12522026-08-25T22:38:12.514Z Downloaded unicode-segmentation v1.12.0
12532026-08-25T22:38:12.517Z Downloaded tokio-postgres v0.7.16
12542026-08-25T22:38:12.517Z Downloaded itertools v0.15.0
12552026-08-25T22:38:12.527Z Downloaded hyper-util v0.1.20
12562026-08-25T22:38:12.527Z Downloaded icu_normalizer v2.1.1
12572026-08-25T22:38:12.527Z Downloaded icu_provider v2.1.1
12582026-08-25T22:38:12.531Z Downloaded papergrid v0.18.0
12592026-08-25T22:38:12.531Z Downloaded internal-russh-num-bigint v0.5.0
12602026-08-25T22:38:12.534Z Downloaded p384 v0.13.1
12612026-08-25T22:38:12.538Z Downloaded reqwest v0.12.28
12622026-08-25T22:38:12.541Z Downloaded zip v4.6.1
12632026-08-25T22:38:12.548Z Downloaded zerovec v0.11.5
12642026-08-25T22:38:12.558Z Downloaded portable-atomic v1.13.1
12652026-08-25T22:38:12.565Z Downloaded rawzip v0.4.4
12662026-08-25T22:38:12.568Z Downloaded serde_with v3.21.0
12672026-08-25T22:38:12.575Z Downloaded dropshot-api-manager v0.8.0
12682026-08-25T22:38:12.580Z Downloaded salty v0.3.0
12692026-08-25T22:38:12.583Z Downloaded schemars v0.9.0
12702026-08-25T22:38:12.592Z Downloaded schemars v1.2.1
12712026-08-25T22:38:12.597Z Downloaded crossterm v0.29.0
12722026-08-25T22:38:12.600Z Downloaded x509-cert v0.2.5
12732026-08-25T22:38:12.603Z Downloaded qorb v0.4.1
12742026-08-25T22:38:12.607Z Downloaded iddqd v0.4.2
12752026-08-25T22:38:12.610Z Downloaded itertools v0.12.1
12762026-08-25T22:38:12.614Z Downloaded proptest v1.11.0
12772026-08-25T22:38:12.618Z Downloaded time v0.3.47
12782026-08-25T22:38:12.625Z Downloaded quick-xml v0.37.5
12792026-08-25T22:38:12.628Z Downloaded polar-core v0.27.3
12802026-08-25T22:38:12.633Z Downloaded tabled v0.21.0
12812026-08-25T22:38:12.642Z Downloaded jiff-core v0.1.0
12822026-08-25T22:38:12.644Z Downloaded unicode-normalization v0.1.25
12832026-08-25T22:38:12.649Z Downloaded bstr v1.12.1
12842026-08-25T22:38:12.653Z Downloaded regex-syntax v0.6.29
12852026-08-25T22:38:12.658Z Downloaded der v0.8.0
12862026-08-25T22:38:12.663Z Downloaded winnow v0.5.40
12872026-08-25T22:38:12.669Z Downloaded quinn-proto v0.11.16
12882026-08-25T22:38:12.672Z Downloaded libm v0.2.16
12892026-08-25T22:38:12.679Z Downloaded nix v0.27.1
12902026-08-25T22:38:12.689Z Downloaded winnow v1.0.3
12912026-08-25T22:38:12.698Z Downloaded regex v1.12.3
12922026-08-25T22:38:12.704Z Downloaded winnow v0.6.26
12932026-08-25T22:38:12.708Z Downloaded hickory-proto v0.25.2
12942026-08-25T22:38:12.717Z Downloaded zerocopy v0.8.55
12952026-08-25T22:38:12.740Z Downloaded zlib-rs v0.6.2
12962026-08-25T22:38:12.744Z Downloaded openssl v0.10.80
12972026-08-25T22:38:12.748Z Downloaded lalrpop v0.19.12
12982026-08-25T22:38:12.754Z Downloaded hickory-proto v0.24.4
12992026-08-25T22:38:12.765Z Downloaded regress v0.11.1
13002026-08-25T22:38:12.774Z Downloaded rustix v0.38.44
13012026-08-25T22:38:12.783Z Downloaded object v0.37.3
13022026-08-25T22:38:12.789Z Downloaded crypto-bigint v0.7.5
13032026-08-25T22:38:12.798Z Downloaded smoltcp v0.9.1
13042026-08-25T22:38:12.803Z Downloaded petname v2.0.2
13052026-08-25T22:38:12.806Z Downloaded smoltcp v0.11.0
13062026-08-25T22:38:12.812Z Downloaded moka v0.12.13
13072026-08-25T22:38:12.817Z Downloaded radix_trie v0.2.1
13082026-08-25T22:38:12.820Z Downloaded syn v3.0.3
13092026-08-25T22:38:12.826Z Downloaded object v0.30.4
13102026-08-25T22:38:12.830Z Downloaded nix v0.28.0
13112026-08-25T22:38:12.836Z Downloaded regex-syntax v0.8.10
13122026-08-25T22:38:12.840Z Downloaded rustls v0.23.41
13132026-08-25T22:38:12.847Z Downloaded curve25519-dalek v5.0.0
13142026-08-25T22:38:12.852Z Downloaded curve25519-dalek v4.1.3
13152026-08-25T22:38:12.861Z Downloaded tracing v0.1.44
13162026-08-25T22:38:12.882Z Downloaded openapiv3 v2.2.0
13172026-08-25T22:38:12.888Z Downloaded dropshot v0.17.1
13182026-08-25T22:38:12.900Z Downloaded sqlparser v0.61.0
13192026-08-25T22:38:12.905Z Downloaded sled v0.34.7
13202026-08-25T22:38:12.911Z Downloaded sha3 v0.11.0
13212026-08-25T22:38:12.914Z Downloaded nix v0.31.2
13222026-08-25T22:38:12.919Z Downloaded regress v0.10.5
13232026-08-25T22:38:12.929Z Downloaded zerocopy-derive v0.6.6
13242026-08-25T22:38:12.937Z Downloaded ratatui v0.29.0
13252026-08-25T22:38:12.944Z Downloaded typify-impl v0.6.2
13262026-08-25T22:38:12.952Z Downloaded regex-automata v0.4.14
13272026-08-25T22:38:12.961Z Downloaded diesel v2.3.7
13282026-08-25T22:38:12.971Z Downloaded bzip2-sys v0.1.13+1.0.8
13292026-08-25T22:38:12.985Z Downloaded petgraph v0.6.5
13302026-08-25T22:38:12.996Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-08-25T22:38:13.006Z Downloaded chrono-tz v0.10.4
13322026-08-25T22:38:13.016Z Downloaded jiff v0.2.34
13332026-08-25T22:38:13.025Z Downloaded libz-sys v1.1.24
13342026-08-25T22:38:13.059Z Downloaded petgraph v0.8.3
13352026-08-25T22:38:13.076Z Downloaded csv v1.4.0
13362026-08-25T22:38:13.088Z Downloaded sha3 v0.10.8
13372026-08-25T22:38:13.091Z Downloaded tokio v1.52.1
13382026-08-25T22:38:13.112Z Downloaded ring v0.17.14
13392026-08-25T22:38:13.140Z Downloaded encoding_rs v0.8.35
13402026-08-25T22:38:13.174Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-08-25T22:38:13.613Z Downloaded aws-lc-sys v0.40.0
13422026-08-25T22:38:13.871Z Compiling serde_core v1.0.228
13432026-08-25T22:38:13.872Z Compiling libc v0.2.185
13442026-08-25T22:38:13.872Z Compiling serde v1.0.228
13452026-08-25T22:38:13.875Z Compiling log v0.4.33
13462026-08-25T22:38:13.875Z Compiling smallvec v1.15.1
13472026-08-25T22:38:14.028Z Compiling shlex v1.3.0
13482026-08-25T22:38:14.038Z Compiling find-msvc-tools v0.1.9
13492026-08-25T22:38:14.042Z Compiling syn v2.0.117
13502026-08-25T22:38:14.207Z Compiling subtle v2.6.1
13512026-08-25T22:38:14.221Z Compiling scopeguard v1.2.0
13522026-08-25T22:38:14.224Z Compiling stable_deref_trait v1.2.1
13532026-08-25T22:38:14.303Z Compiling lock_api v0.4.14
13542026-08-25T22:38:14.317Z Compiling zerocopy v0.8.55
13552026-08-25T22:38:14.320Z Compiling typenum v1.20.1
13562026-08-25T22:38:14.353Z Compiling portable-atomic v1.13.1
13572026-08-25T22:38:14.366Z Compiling serde_json v1.0.151
13582026-08-25T22:38:14.548Z Compiling critical-section v1.2.0
13592026-08-25T22:38:14.598Z Compiling libm v0.2.16
13602026-08-25T22:38:14.653Z Compiling num-traits v0.2.19
13612026-08-25T22:38:14.748Z Compiling getrandom v0.4.3
13622026-08-25T22:38:14.829Z Compiling errno v0.3.14
13632026-08-25T22:38:14.853Z Compiling jobserver v0.1.34
13642026-08-25T22:38:14.916Z Compiling getrandom v0.2.17
13652026-08-25T22:38:15.079Z Compiling cc v1.2.56
13662026-08-25T22:38:15.130Z Compiling rand_core v0.6.4
13672026-08-25T22:38:15.212Z Compiling pkg-config v0.3.32
13682026-08-25T22:38:15.301Z Compiling once_cell v1.21.3
13692026-08-25T22:38:15.427Z Compiling generic-array v0.14.7
13702026-08-25T22:38:15.507Z Compiling const-oid v0.9.6
13712026-08-25T22:38:15.592Z Compiling rand_core v0.10.0
13722026-08-25T22:38:15.666Z Compiling pin-project-lite v0.2.17
13732026-08-25T22:38:15.764Z Compiling parking_lot_core v0.9.12
13742026-08-25T22:38:16.064Z Compiling litemap v0.8.1
13752026-08-25T22:38:16.092Z Compiling writeable v0.6.2
13762026-08-25T22:38:16.201Z Compiling bitflags v2.11.0
13772026-08-25T22:38:16.273Z Compiling percent-encoding v2.3.2
13782026-08-25T22:38:16.290Z Compiling semver v1.0.28
13792026-08-25T22:38:16.434Z Compiling signal-hook-registry v1.4.8
13802026-08-25T22:38:16.463Z Compiling icu_normalizer_data v2.1.1
13812026-08-25T22:38:16.478Z Compiling futures-core v0.3.32
13822026-08-25T22:38:16.607Z Compiling icu_properties_data v2.1.2
13832026-08-25T22:38:16.622Z Compiling parking_lot v0.12.5
13842026-08-25T22:38:16.637Z Compiling mio v1.2.0
13852026-08-25T22:38:16.715Z Compiling rustix v1.1.4
13862026-08-25T22:38:16.730Z Compiling getrandom v0.3.4
13872026-08-25T22:38:16.747Z Compiling socket2 v0.6.3
13882026-08-25T22:38:16.950Z Compiling synstructure v0.13.2
13892026-08-25T22:38:17.005Z Compiling futures-sink v0.3.32
13902026-08-25T22:38:17.109Z Compiling utf8_iter v1.0.4
13912026-08-25T22:38:17.122Z Compiling futures-channel v0.3.32
13922026-08-25T22:38:17.162Z Compiling indexmap v2.14.0
13932026-08-25T22:38:17.257Z Compiling form_urlencoded v1.2.2
13942026-08-25T22:38:17.353Z Compiling futures-task v0.3.32
13952026-08-25T22:38:17.425Z Compiling slab v0.4.12
13962026-08-25T22:38:17.439Z Compiling futures-io v0.3.32
13972026-08-25T22:38:17.531Z Compiling rustversion v1.0.22
13982026-08-25T22:38:17.568Z Compiling iana-time-zone v0.1.65
13992026-08-25T22:38:17.600Z Compiling regex-syntax v0.8.10
14002026-08-25T22:38:17.615Z Compiling base64ct v1.8.3
14012026-08-25T22:38:17.628Z Compiling rand_core v0.9.5
14022026-08-25T22:38:17.768Z Compiling uuid v1.23.4
14032026-08-25T22:38:17.840Z Compiling pem-rfc7468 v0.7.0
14042026-08-25T22:38:17.905Z Compiling cmake v0.1.57
14052026-08-25T22:38:17.909Z Compiling flagset v0.4.7
14062026-08-25T22:38:18.051Z Compiling ident_case v1.0.1
14072026-08-25T22:38:18.142Z Compiling dunce v1.0.5
14082026-08-25T22:38:18.182Z Compiling fs_extra v1.3.0
14092026-08-25T22:38:18.243Z Compiling base64 v0.22.1
14102026-08-25T22:38:18.313Z Compiling serde_derive_internals v0.29.1
14112026-08-25T22:38:18.459Z Compiling aws-lc-sys v0.40.0
14122026-08-25T22:38:18.459Z Compiling vcpkg v0.2.15
14132026-08-25T22:38:18.487Z Compiling dyn-clone v1.0.20
14142026-08-25T22:38:18.515Z Compiling schemars v0.8.22
14152026-08-25T22:38:18.575Z Compiling syn v1.0.109
14162026-08-25T22:38:18.624Z Compiling rustc_version v0.4.1
14172026-08-25T22:38:18.659Z Compiling serde_derive v1.0.228
14182026-08-25T22:38:18.715Z Compiling zeroize_derive v1.5.0
14192026-08-25T22:38:18.882Z Compiling zerocopy-derive v0.8.55
14202026-08-25T22:38:18.946Z Compiling zerofrom-derive v0.1.6
14212026-08-25T22:38:19.211Z Compiling yoke-derive v0.8.1
14222026-08-25T22:38:19.226Z Compiling zerovec-derive v0.11.2
14232026-08-25T22:38:19.373Z Compiling displaydoc v0.2.5
14242026-08-25T22:38:19.968Z Compiling tokio-macros v2.7.0
14252026-08-25T22:38:20.126Z Compiling futures-macro v0.3.32
14262026-08-25T22:38:20.375Z Compiling thiserror-impl v2.0.18
14272026-08-25T22:38:20.417Z Compiling zerofrom v0.1.6
14282026-08-25T22:38:20.431Z Compiling der_derive v0.7.3
14292026-08-25T22:38:20.542Z Compiling yoke v0.8.1
14302026-08-25T22:38:20.736Z Compiling zerovec v0.11.5
14312026-08-25T22:38:20.756Z Compiling zerotrie v0.2.3
14322026-08-25T22:38:20.971Z Compiling futures-util v0.3.32
14332026-08-25T22:38:21.054Z Compiling schemars_derive v0.8.22
14342026-08-25T22:38:21.253Z Compiling tinystr v0.8.2
14352026-08-25T22:38:21.401Z Compiling potential_utf v0.1.4
14362026-08-25T22:38:21.458Z Compiling icu_locale_core v2.1.1
14372026-08-25T22:38:21.568Z Compiling icu_collections v2.1.1
14382026-08-25T22:38:21.735Z Compiling thiserror v2.0.18
14392026-08-25T22:38:21.845Z Compiling openssl-sys v0.9.117
14402026-08-25T22:38:22.082Z Compiling icu_provider v2.1.1
14412026-08-25T22:38:22.201Z Compiling zeroize v1.9.0
14422026-08-25T22:38:22.311Z Compiling bytes v1.11.1
14432026-08-25T22:38:22.335Z Compiling icu_normalizer v2.1.1
14442026-08-25T22:38:22.372Z Compiling icu_properties v2.1.2
14452026-08-25T22:38:22.416Z Compiling chrono v0.4.45
14462026-08-25T22:38:22.854Z Compiling tokio v1.52.1
14472026-08-25T22:38:22.909Z Compiling block-buffer v0.10.4
14482026-08-25T22:38:22.928Z Compiling crypto-common v0.1.7
14492026-08-25T22:38:23.078Z Compiling digest v0.10.7
14502026-08-25T22:38:23.078Z Compiling der v0.7.10
14512026-08-25T22:38:23.235Z Compiling idna_adapter v1.2.1
14522026-08-25T22:38:23.336Z Compiling ppv-lite86 v0.2.21
14532026-08-25T22:38:23.377Z Compiling idna v1.1.0
14542026-08-25T22:38:23.448Z Compiling http v1.4.2
14552026-08-25T22:38:23.517Z Compiling tracing-attributes v0.1.31
14562026-08-25T22:38:23.660Z Compiling rand_chacha v0.9.0
14572026-08-25T22:38:23.758Z Compiling url v2.5.8
14582026-08-25T22:38:24.025Z Compiling spki v0.7.3
14592026-08-25T22:38:24.242Z Compiling rand v0.9.2
14602026-08-25T22:38:24.269Z Compiling tracing-core v0.1.36
14612026-08-25T22:38:24.345Z Compiling aws-lc-rs v1.16.3
14622026-08-25T22:38:24.360Z Compiling cpufeatures v0.2.17
14632026-08-25T22:38:24.435Z Compiling simd-adler32 v0.3.8
14642026-08-25T22:38:24.547Z Compiling tempfile v3.27.0
14652026-08-25T22:38:24.674Z Compiling pkcs8 v0.10.2
14662026-08-25T22:38:24.790Z Compiling tracing v0.1.44
14672026-08-25T22:38:24.804Z Compiling http-body v1.0.1
14682026-08-25T22:38:24.930Z Compiling rustls-pki-types v1.14.0
14692026-08-25T22:38:24.979Z Compiling spin v0.9.8
14702026-08-25T22:38:24.989Z Compiling httparse v1.10.1
14712026-08-25T22:38:25.048Z Compiling cmov v0.5.4
14722026-08-25T22:38:25.173Z Compiling openssl-probe v0.2.1
14732026-08-25T22:38:25.253Z Compiling adler2 v2.0.1
14742026-08-25T22:38:25.304Z Compiling crc32fast v1.5.0
14752026-08-25T22:38:25.354Z Compiling tinyvec_macros v0.1.1
14762026-08-25T22:38:25.423Z Compiling miniz_oxide v0.8.9
14772026-08-25T22:38:25.476Z Compiling tinyvec v1.10.0
14782026-08-25T22:38:25.489Z Compiling ctutils v0.4.2
14792026-08-25T22:38:25.630Z Compiling pest_generator v2.8.6
14802026-08-25T22:38:25.724Z Compiling sha2 v0.10.9
14812026-08-25T22:38:25.815Z Compiling terminal_size v0.4.3
14822026-08-25T22:38:25.933Z Compiling aho-corasick v1.1.4
14832026-08-25T22:38:25.953Z Compiling tower-layer v0.3.3
14842026-08-25T22:38:26.009Z Compiling try-lock v0.2.5
14852026-08-25T22:38:26.116Z Compiling tower-service v0.3.3
14862026-08-25T22:38:26.119Z Compiling untrusted v0.7.1
14872026-08-25T22:38:26.214Z Compiling radium v0.7.0
14882026-08-25T22:38:26.254Z Compiling atomic-waker v1.1.2
14892026-08-25T22:38:26.318Z Compiling pest_derive v2.8.6
14902026-08-25T22:38:26.379Z Compiling want v0.3.1
14912026-08-25T22:38:26.480Z Compiling hybrid-array v0.4.13
14922026-08-25T22:38:26.732Z Compiling tokio-util v0.7.18
14932026-08-25T22:38:26.747Z Compiling regex-automata v0.4.14
14942026-08-25T22:38:27.229Z Compiling ipnet v2.12.0
14952026-08-25T22:38:27.301Z Compiling scroll_derive v0.13.1
14962026-08-25T22:38:27.559Z Compiling h2 v0.4.15
14972026-08-25T22:38:27.708Z Compiling darling_core v0.20.11
14982026-08-25T22:38:27.732Z Compiling wait-timeout v0.2.1
14992026-08-25T22:38:27.990Z Compiling foreign-types-shared v0.1.1
15002026-08-25T22:38:28.066Z Compiling bit-vec v0.8.0
15012026-08-25T22:38:28.080Z Compiling untrusted v0.9.0
15022026-08-25T22:38:28.199Z Compiling tap v1.0.1
15032026-08-25T22:38:28.295Z Compiling maybe-uninit v2.0.0
15042026-08-25T22:38:28.317Z Compiling httpdate v1.0.3
15052026-08-25T22:38:28.472Z Compiling rustls v0.23.41
15062026-08-25T22:38:28.535Z Compiling openssl v0.10.80
15072026-08-25T22:38:28.550Z Compiling quick-error v1.2.3
15082026-08-25T22:38:28.638Z Compiling rusty-fork v0.3.1
15092026-08-25T22:38:28.702Z Compiling wyz v0.5.1
15102026-08-25T22:38:28.741Z Compiling bit-set v0.8.0
15112026-08-25T22:38:28.773Z Compiling scroll v0.13.0
15122026-08-25T22:38:28.892Z Compiling foreign-types v0.3.2
15132026-08-25T22:38:28.940Z Compiling unicode-normalization v0.1.25
15142026-08-25T22:38:29.031Z Compiling rand_chacha v0.3.1
15152026-08-25T22:38:29.099Z Compiling signature v2.2.0
15162026-08-25T22:38:29.284Z Compiling hex v0.4.3
15172026-08-25T22:38:29.360Z Compiling thiserror-impl v1.0.69
15182026-08-25T22:38:29.389Z Compiling openssl-macros v0.1.1
15192026-08-25T22:38:29.547Z Compiling rand_xorshift v0.4.0
15202026-08-25T22:38:29.715Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15212026-08-25T22:38:29.777Z Compiling bzip2-sys v0.1.13+1.0.8
15222026-08-25T22:38:29.798Z Compiling num-integer v0.1.46
15232026-08-25T22:38:29.928Z Compiling darling_macro v0.20.11
15242026-08-25T22:38:30.047Z Compiling ahash v0.8.12
15252026-08-25T22:38:30.092Z Compiling native-tls v0.2.18
15262026-08-25T22:38:30.107Z Compiling num-bigint-dig v0.8.6
15272026-08-25T22:38:30.247Z Compiling time-core v0.1.8
15282026-08-25T22:38:30.282Z Compiling powerfmt v0.2.0
15292026-08-25T22:38:30.286Z Compiling num-conv v0.2.0
15302026-08-25T22:38:30.431Z Compiling funty v2.0.0
15312026-08-25T22:38:30.451Z Compiling paste v1.0.15
15322026-08-25T22:38:30.481Z Compiling packed_struct v0.10.1
15332026-08-25T22:38:30.512Z Compiling unarray v0.1.4
15342026-08-25T22:38:30.620Z Compiling hyper v1.10.1
15352026-08-25T22:38:30.634Z Compiling thiserror v1.0.69
15362026-08-25T22:38:30.736Z Compiling proptest v1.11.0
15372026-08-25T22:38:30.740Z Compiling time-macros v0.2.27
15382026-08-25T22:38:30.763Z Compiling bitvec v1.0.1
15392026-08-25T22:38:30.763Z Compiling darling v0.20.11
15402026-08-25T22:38:30.857Z Compiling deranged v0.5.8
15412026-08-25T22:38:31.026Z Compiling clap_builder v4.6.0
15422026-08-25T22:38:31.701Z Compiling hyper-util v0.1.20
15432026-08-25T22:38:32.183Z Compiling num-iter v0.1.45
15442026-08-25T22:38:32.299Z Compiling rand v0.8.6
15452026-08-25T22:38:32.578Z Compiling goblin v0.10.5
15462026-08-25T22:38:33.073Z Compiling packed_struct_codegen v0.10.1
15472026-08-25T22:38:33.448Z Compiling ipnetwork v0.21.1
15482026-08-25T22:38:33.826Z Compiling lazy_static v1.5.0
15492026-08-25T22:38:33.921Z Compiling hmac v0.12.1
15502026-08-25T22:38:33.947Z Compiling toml_datetime v0.6.11
15512026-08-25T22:38:34.083Z Compiling serde_spanned v0.6.9
15522026-08-25T22:38:34.107Z Compiling zerocopy-derive v0.6.6
15532026-08-25T22:38:34.209Z Compiling clap_derive v4.6.1
15542026-08-25T22:38:34.234Z Compiling bitfield-macros v0.19.4
15552026-08-25T22:38:34.917Z Compiling slog v2.8.2
15562026-08-25T22:38:34.932Z Compiling sync_wrapper v1.0.2
15572026-08-25T22:38:35.044Z Compiling indexmap v1.9.3
15582026-08-25T22:38:35.096Z Compiling syn v3.0.3
15592026-08-25T22:38:35.100Z Compiling usdt-impl v0.6.0
15602026-08-25T22:38:35.228Z Compiling siphasher v1.0.2
15612026-08-25T22:38:35.299Z Compiling crossbeam-utils v0.8.21
15622026-08-25T22:38:35.462Z Compiling nodrop v0.1.14
15632026-08-25T22:38:35.556Z Compiling object v0.37.3
15642026-08-25T22:38:35.605Z Compiling num_threads v0.1.7
15652026-08-25T22:38:35.708Z Compiling crc-catalog v2.4.0
15662026-08-25T22:38:35.804Z Compiling zlib-rs v0.6.2
15672026-08-25T22:38:35.876Z Compiling crc v3.4.0
15682026-08-25T22:38:35.950Z Compiling clap v4.6.1
15692026-08-25T22:38:36.034Z Compiling time v0.3.47
15702026-08-25T22:38:36.089Z Compiling array-init v0.0.4
15712026-08-25T22:38:36.447Z Compiling dof v0.4.0
15722026-08-25T22:38:36.855Z Compiling tower v0.5.3
15732026-08-25T22:38:37.311Z Compiling bitfield v0.19.4
15742026-08-25T22:38:37.559Z Compiling zerocopy v0.6.6
15752026-08-25T22:38:37.887Z Compiling oxnet v0.1.6
15762026-08-25T22:38:38.290Z Compiling smallvec v0.6.14
15772026-08-25T22:38:38.311Z Compiling newtype-uuid v1.3.2
15782026-08-25T22:38:38.533Z Compiling daft-derive v0.1.8
15792026-08-25T22:38:38.627Z Compiling derive_builder_core v0.20.2
15802026-08-25T22:38:38.816Z Compiling flate2 v1.1.9
15812026-08-25T22:38:38.999Z Compiling dtrace-parser v0.3.0
15822026-08-25T22:38:39.224Z Compiling http-body-util v0.1.3
15832026-08-25T22:38:39.239Z Compiling pkcs1 v0.7.5
15842026-08-25T22:38:39.341Z Compiling erased-serde v0.3.31
15852026-08-25T22:38:39.469Z Compiling heapless v0.7.17
15862026-08-25T22:38:39.482Z Compiling scroll_derive v0.12.1
15872026-08-25T22:38:39.638Z Compiling structmeta-derive v0.3.0
15882026-08-25T22:38:39.706Z Compiling darling_core v0.23.0
15892026-08-25T22:38:39.738Z Compiling thread-id v5.1.0
15902026-08-25T22:38:39.824Z Compiling cookie v0.18.1
15912026-08-25T22:38:39.841Z Compiling env_filter v2.0.0
15922026-08-25T22:38:40.010Z Compiling unicode-properties v0.1.4
15932026-08-25T22:38:40.129Z Compiling iri-string v0.7.10
15942026-08-25T22:38:40.154Z Compiling hashbrown v0.12.3
15952026-08-25T22:38:40.233Z Compiling ryu v1.0.23
15962026-08-25T22:38:40.451Z Compiling anyhow v1.0.104
15972026-08-25T22:38:40.651Z Compiling allocator-api2 v0.2.21
15982026-08-25T22:38:40.697Z Compiling gimli v0.32.3
15992026-08-25T22:38:40.755Z Compiling zstd-safe v7.2.4
16002026-08-25T22:38:40.949Z Compiling signal-hook v0.3.18
16012026-08-25T22:38:40.980Z Compiling unicode-bidi v0.3.18
16022026-08-25T22:38:41.119Z Compiling base64 v0.21.7
16032026-08-25T22:38:41.445Z Compiling winnow v0.5.40
16042026-08-25T22:38:41.512Z Compiling ron v0.8.1
16052026-08-25T22:38:41.553Z Compiling stringprep v0.1.5
16062026-08-25T22:38:41.666Z Compiling tower-http v0.6.8
16072026-08-25T22:38:42.061Z Compiling structmeta v0.3.0
16082026-08-25T22:38:42.243Z Compiling darling_macro v0.23.0
16092026-08-25T22:38:42.276Z Compiling serde_urlencoded v0.7.1
16102026-08-25T22:38:42.414Z Compiling addr2line v0.25.1
16112026-08-25T22:38:42.513Z Compiling scroll v0.12.0
16122026-08-25T22:38:42.626Z Compiling env_logger v0.11.11
16132026-08-25T22:38:42.725Z Compiling toml_edit v0.19.15
16142026-08-25T22:38:42.828Z Compiling derive_builder_macro v0.20.2
16152026-08-25T22:38:42.840Z Compiling rsa v0.9.10
16162026-08-25T22:38:42.970Z Compiling daft v0.1.8
16172026-08-25T22:38:43.124Z Compiling hashbrown v0.13.2
16182026-08-25T22:38:43.225Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16192026-08-25T22:38:43.247Z Compiling bzip2 v0.4.4
16202026-08-25T22:38:43.283Z Compiling serde-hex v0.1.0
16212026-08-25T22:38:43.422Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16222026-08-25T22:38:43.449Z Compiling tokio-native-tls v0.3.1
16232026-08-25T22:38:43.589Z Compiling camino v1.2.5
16242026-08-25T22:38:43.967Z Compiling bstr v1.12.1
16252026-08-25T22:38:44.077Z Compiling crypto-common v0.2.2
16262026-08-25T22:38:44.602Z Compiling block-padding v0.4.2
16272026-08-25T22:38:44.773Z Compiling block-buffer v0.12.1
16282026-08-25T22:38:44.983Z Compiling rustls-native-certs v0.8.3
16292026-08-25T22:38:44.986Z Compiling x509-cert v0.2.5
16302026-08-25T22:38:45.278Z Compiling md-5 v0.10.6
16312026-08-25T22:38:45.309Z Compiling serde_tokenstream v0.2.3
16322026-08-25T22:38:45.477Z Compiling curve25519-dalek v4.1.3
16332026-08-25T22:38:45.644Z Compiling pin-project-internal v1.1.11
16342026-08-25T22:38:45.813Z Compiling zerocopy-derive v0.7.35
16352026-08-25T22:38:45.840Z Compiling async-trait v0.1.89
16362026-08-25T22:38:45.882Z Compiling vergen-lib v9.1.0
16372026-08-25T22:38:46.063Z Compiling hash32 v0.2.1
16382026-08-25T22:38:46.268Z Compiling memoffset v0.9.1
16392026-08-25T22:38:46.428Z Compiling encoding_rs v0.8.35
16402026-08-25T22:38:46.451Z Compiling crc-any v2.5.0
16412026-08-25T22:38:46.676Z Compiling cfg_aliases v0.2.1
16422026-08-25T22:38:46.681Z Compiling owo-colors v4.3.0
16432026-08-25T22:38:46.691Z Compiling ref-cast v1.0.25
16442026-08-25T22:38:46.732Z Compiling smoltcp v0.9.1
16452026-08-25T22:38:46.759Z Compiling rustc-demangle v0.1.27
16462026-08-25T22:38:46.847Z Compiling litrs v1.0.0
16472026-08-25T22:38:46.972Z Compiling rustix v0.38.44
16482026-08-25T22:38:46.975Z Compiling psl-types v2.0.11
16492026-08-25T22:38:47.055Z Compiling fallible-iterator v0.2.0
16502026-08-25T22:38:47.115Z Compiling mime v0.3.17
16512026-08-25T22:38:47.134Z Compiling publicsuffix v2.3.0
16522026-08-25T22:38:47.326Z Compiling postgres-protocol v0.6.10
16532026-08-25T22:38:47.346Z Compiling document-features v0.2.12
16542026-08-25T22:38:47.403Z Compiling backtrace v0.3.76
16552026-08-25T22:38:47.414Z Compiling pin-project v1.1.11
16562026-08-25T22:38:47.436Z Compiling nix v0.31.2
16572026-08-25T22:38:47.506Z Compiling zerocopy v0.7.35
16582026-08-25T22:38:47.769Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16592026-08-25T22:38:47.906Z Compiling inout v0.2.2
16602026-08-25T22:38:47.918Z Compiling toml v0.7.8
16612026-08-25T22:38:47.977Z Compiling hyper-tls v0.6.0
16622026-08-25T22:38:48.058Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16632026-08-25T22:38:48.077Z Compiling object v0.30.4
16642026-08-25T22:38:48.181Z Compiling zip v0.6.6
16652026-08-25T22:38:48.337Z Compiling derive_builder v0.20.2
16662026-08-25T22:38:48.488Z Compiling goblin v0.8.2
16672026-08-25T22:38:48.512Z Compiling darling v0.23.0
16682026-08-25T22:38:48.537Z Compiling derive-ex v0.1.8
16692026-08-25T22:38:48.903Z Compiling phf_shared v0.13.1
16702026-08-25T22:38:49.019Z Compiling regex v1.12.3
16712026-08-25T22:38:49.020Z Compiling hubpack_derive v0.1.1
16722026-08-25T22:38:49.136Z Compiling futures-executor v0.3.32
16732026-08-25T22:38:49.399Z Compiling snafu-derive v0.8.9
16742026-08-25T22:38:49.444Z Compiling ref-cast-impl v1.0.25
16752026-08-25T22:38:49.474Z Compiling curve25519-dalek-derive v0.1.1
16762026-08-25T22:38:49.988Z Compiling strum_macros v0.27.2
16772026-08-25T22:38:50.100Z Compiling vergen v9.1.0
16782026-08-25T22:38:50.160Z Compiling cargo-platform v0.3.2
16792026-08-25T22:38:50.280Z Compiling ff v0.13.1
16802026-08-25T22:38:50.478Z Compiling fs-err v3.3.0
16812026-08-25T22:38:50.493Z Compiling jiff-core v0.1.0
16822026-08-25T22:38:50.669Z Compiling is_ci v1.2.0
16832026-08-25T22:38:50.809Z Compiling foldhash v0.1.5
16842026-08-25T22:38:50.956Z Compiling either v1.15.0
16852026-08-25T22:38:50.985Z Compiling managed v0.8.0
16862026-08-25T22:38:51.170Z Compiling foldhash v0.2.0
16872026-08-25T22:38:51.204Z Compiling bitflags v1.3.2
16882026-08-25T22:38:51.285Z Compiling same-file v1.0.6
16892026-08-25T22:38:51.354Z Compiling base16ct v0.2.0
16902026-08-25T22:38:51.397Z Compiling unicode-segmentation v1.12.0
16912026-08-25T22:38:51.457Z Compiling bumpalo v3.20.2
16922026-08-25T22:38:51.533Z Compiling libbz2-rs-sys v0.2.2
16932026-08-25T22:38:51.573Z Compiling path-slash v0.1.5
16942026-08-25T22:38:51.712Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16952026-08-25T22:38:51.728Z Compiling zopfli v0.8.3
16962026-08-25T22:38:51.787Z Compiling sec1 v0.7.3
16972026-08-25T22:38:51.937Z Compiling walkdir v2.5.0
16982026-08-25T22:38:51.963Z Compiling strum v0.27.2
16992026-08-25T22:38:52.070Z Compiling bzip2 v0.6.1
17002026-08-25T22:38:52.093Z Compiling textwrap v0.16.2
17012026-08-25T22:38:52.220Z Compiling snafu v0.8.9
17022026-08-25T22:38:52.243Z Compiling hashbrown v0.16.1
17032026-08-25T22:38:52.386Z Compiling jiff v0.2.34
17042026-08-25T22:38:52.554Z Compiling hashbrown v0.15.5
17052026-08-25T22:38:52.569Z Compiling supports-color v3.0.2
17062026-08-25T22:38:52.823Z Compiling dof v0.3.0
17072026-08-25T22:38:52.839Z Compiling group v0.13.0
17082026-08-25T22:38:53.016Z Compiling cargo_metadata v0.23.1
17092026-08-25T22:38:53.100Z Compiling test-strategy v0.4.5
17102026-08-25T22:38:53.232Z Compiling hubpack v0.1.2
17112026-08-25T22:38:53.452Z Compiling futures v0.3.32
17122026-08-25T22:38:53.532Z Compiling phf v0.13.1
17132026-08-25T22:38:53.547Z Compiling signal-hook-mio v0.2.5
17142026-08-25T22:38:53.671Z Compiling cookie_store v0.22.1
17152026-08-25T22:38:54.055Z Compiling serde_with_macros v3.21.0
17162026-08-25T22:38:54.318Z Compiling zstd v0.13.3
17172026-08-25T22:38:54.339Z Compiling reqwest v0.12.28
17182026-08-25T22:38:54.535Z Compiling cipher v0.5.2
17192026-08-25T22:38:54.668Z Compiling backtrace-ext v0.2.1
17202026-08-25T22:38:54.861Z Compiling postgres-types v0.2.12
17212026-08-25T22:38:55.425Z Compiling usdt-attr-macro v0.6.0
17222026-08-25T22:38:55.617Z Compiling usdt-macro v0.6.0
17232026-08-25T22:38:55.914Z Compiling globset v0.4.18
17242026-08-25T22:38:56.127Z Compiling phf_shared v0.11.3
17252026-08-25T22:38:56.239Z Compiling hkdf v0.12.4
17262026-08-25T22:38:56.319Z Compiling dtrace-parser v0.2.0
17272026-08-25T22:38:56.334Z Compiling byte-wrapper v0.1.0
17282026-08-25T22:38:56.369Z Compiling olpc-cjson v0.1.4
17292026-08-25T22:38:56.416Z Compiling ed25519 v2.2.3
17302026-08-25T22:38:56.530Z Compiling crypto-bigint v0.5.5
17312026-08-25T22:38:56.604Z Compiling serde_plain v1.0.2
17322026-08-25T22:38:56.659Z Compiling serde-big-array v0.5.1
17332026-08-25T22:38:56.777Z Compiling enum-as-inner v0.6.1
17342026-08-25T22:38:56.804Z Compiling async-recursion v1.1.1
17352026-08-25T22:38:56.818Z Compiling miette-derive v7.6.0
17362026-08-25T22:38:57.045Z Compiling strum_macros v0.26.4
17372026-08-25T22:38:57.284Z Compiling serde_repr v0.1.20
17382026-08-25T22:38:57.321Z Compiling pem v3.0.6
17392026-08-25T22:38:57.440Z Compiling float-cmp v0.10.0
17402026-08-25T22:38:57.593Z Compiling thread-id v4.2.2
17412026-08-25T22:38:57.647Z Compiling memmap2 v0.9.10
17422026-08-25T22:38:57.678Z Compiling keccak v0.1.6
17432026-08-25T22:38:57.817Z Compiling new_debug_unreachable v1.0.6
17442026-08-25T22:38:57.865Z Compiling typed-path v0.9.3
17452026-08-25T22:38:57.893Z Compiling winnow v1.0.3
17462026-08-25T22:38:57.967Z Compiling data-encoding v2.10.0
17472026-08-25T22:38:58.140Z Compiling fixedbitset v0.4.2
17482026-08-25T22:38:58.359Z Compiling fixedbitset v0.5.7
17492026-08-25T22:38:58.420Z Compiling difflib v0.4.0
17502026-08-25T22:38:58.616Z Compiling supports-hyperlinks v3.2.0
17512026-08-25T22:38:58.663Z Compiling cpufeatures v0.3.0
17522026-08-25T22:38:58.666Z Compiling const-oid v0.10.2
17532026-08-25T22:38:58.742Z Compiling supports-unicode v3.0.0
17542026-08-25T22:38:58.767Z Compiling normalize-line-endings v0.3.0
17552026-08-25T22:38:58.781Z Compiling whoami v2.1.0
17562026-08-25T22:38:58.866Z Compiling precomputed-hash v0.1.1
17572026-08-25T22:38:58.882Z Compiling static_assertions v1.1.0
17582026-08-25T22:38:58.896Z Compiling predicates-core v1.0.10
17592026-08-25T22:38:58.936Z Compiling string_cache v0.8.9
17602026-08-25T22:38:58.952Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-25T22:38:58.965Z Compiling miette v7.6.0
17622026-08-25T22:38:58.968Z Compiling toml_parser v1.1.2+spec-1.1.0
17632026-08-25T22:38:59.052Z Compiling predicates v3.1.4
17642026-08-25T22:38:59.066Z Compiling tokio-postgres v0.7.16
17652026-08-25T22:38:59.148Z Compiling digest v0.11.3
17662026-08-25T22:38:59.162Z Compiling strum v0.26.3
17672026-08-25T22:38:59.290Z Compiling toml_edit v0.22.27
17682026-08-25T22:38:59.376Z Compiling chacha20 v0.10.0
17692026-08-25T22:38:59.595Z Compiling petgraph v0.8.3
17702026-08-25T22:38:59.679Z Compiling petgraph v0.6.5
17712026-08-25T22:38:59.747Z Compiling hickory-proto v0.25.2
17722026-08-25T22:39:00.101Z Compiling sha3 v0.10.8
17732026-08-25T22:39:00.585Z Compiling usdt v0.6.0
17742026-08-25T22:39:00.859Z Compiling usdt-impl v0.5.0
17752026-08-25T22:39:01.171Z Compiling elliptic-curve v0.13.8
17762026-08-25T22:39:01.312Z Compiling ed25519-dalek v2.2.0
17772026-08-25T22:39:01.445Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17782026-08-25T22:39:01.587Z Compiling crossterm v0.28.1
17792026-08-25T22:39:01.603Z Compiling serde_with v3.21.0
17802026-08-25T22:39:01.849Z Compiling zip v4.6.1
17812026-08-25T22:39:02.454Z Compiling iddqd v0.4.2
17822026-08-25T22:39:02.853Z Compiling heck v0.4.1
17832026-08-25T22:39:02.924Z Compiling similar v2.7.0
17842026-08-25T22:39:03.077Z Compiling itertools v0.13.0
17852026-08-25T22:39:03.170Z Compiling itertools v0.15.0
17862026-08-25T22:39:03.351Z Compiling crossbeam-epoch v0.9.18
17872026-08-25T22:39:03.489Z Compiling oxide-generation v0.1.3
17882026-08-25T22:39:03.679Z Compiling tokio-stream v0.1.18
17892026-08-25T22:39:03.724Z Compiling buf-list v1.1.2
17902026-08-25T22:39:03.759Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17912026-08-25T22:39:03.784Z Compiling openapiv3 v2.2.0
17922026-08-25T22:39:04.033Z Compiling lalrpop-util v0.19.12
17932026-08-25T22:39:04.064Z Compiling peg-runtime v0.8.5
17942026-08-25T22:39:04.136Z Compiling thread_local v1.1.9
17952026-08-25T22:39:04.226Z Compiling slog-async v2.8.0
17962026-08-25T22:39:04.768Z Compiling crossbeam-channel v0.5.15
17972026-08-25T22:39:04.864Z Compiling filetime v0.2.27
17982026-08-25T22:39:04.864Z Compiling is-terminal v0.4.17
17992026-08-25T22:39:04.864Z Compiling take_mut v0.2.2
18002026-08-25T22:39:04.864Z Compiling xattr v1.6.1
18012026-08-25T22:39:04.864Z Compiling term v1.2.1
18022026-08-25T22:39:04.864Z Compiling camino-tempfile v1.4.1
18032026-08-25T22:39:04.864Z Compiling tar v0.4.46
18042026-08-25T22:39:04.864Z Compiling slog-term v2.9.2
18052026-08-25T22:39:10.701Z Compiling rustls-webpki v0.103.13
18062026-08-25T22:39:13.364Z Compiling tokio-rustls v0.26.4
18072026-08-25T22:39:13.364Z Compiling rustls-platform-verifier v0.6.2
18082026-08-25T22:39:13.367Z Compiling tough v0.22.0
18092026-08-25T22:39:13.569Z Compiling hyper-rustls v0.27.7
18102026-08-25T22:39:13.767Z Compiling reqwest v0.13.2
18112026-08-25T22:39:15.974Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-08-25T22:39:16.188Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-08-25T22:39:19.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18142026-08-25T22:39:19.234Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18152026-08-25T22:39:19.289ZAug 25 22:39:18.109 INFO Starting download, target: Console
18162026-08-25T22:39:19.292ZAug 25 22:39:18.109 INFO Starting download, target: DendriteStub
18172026-08-25T22:39:19.292ZAug 25 22:39:18.109 INFO Starting download, target: Clickhouse
18182026-08-25T22:39:19.292ZAug 25 22:39:18.110 INFO Starting download, target: Cockroach
18192026-08-25T22:39:19.293ZAug 25 22:39:18.110 INFO Starting download, target: MaghemiteMgd
18202026-08-25T22:39:19.293ZAug 25 22:39:18.110 INFO Starting download, target: MaghemiteDdmd
18212026-08-25T22:39:19.293ZAug 25 22:39:18.110 INFO Starting download, target: TransceiverControl
18222026-08-25T22:39:19.293ZAug 25 22:39:18.110 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18232026-08-25T22:39:19.293ZAug 25 22:39:18.110 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18242026-08-25T22:39:19.293ZAug 25 22:39:18.110 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18252026-08-25T22:39:19.293ZAug 25 22:39:18.110 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18262026-08-25T22:39:19.293ZAug 25 22:39:18.110 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18272026-08-25T22:39:19.293ZAug 25 22:39:18.110 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18282026-08-25T22:39:19.293ZAug 25 22:39:18.110 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18292026-08-25T22:39:20.391ZAug 25 22:39:19.212 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18302026-08-25T22:39:20.610ZAug 25 22:39:19.427 INFO Download complete, target: TransceiverControl
18312026-08-25T22:39:21.033ZAug 25 22:39:19.842 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18322026-08-25T22:39:21.201ZAug 25 22:39:20.003 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18332026-08-25T22:39:21.283ZAug 25 22:39:20.092 INFO Download complete, target: Console
18342026-08-25T22:39:22.084ZAug 25 22:39:20.879 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18352026-08-25T22:39:22.249ZAug 25 22:39:21.058 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18362026-08-25T22:39:22.506ZAug 25 22:39:21.318 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18372026-08-25T22:39:22.898ZAug 25 22:39:21.717 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18382026-08-25T22:39:22.898ZAug 25 22:39:21.717 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18392026-08-25T22:39:24.009ZAug 25 22:39:22.830 INFO Download complete, target: MaghemiteDdmd
18402026-08-25T22:39:24.797ZAug 25 22:39:23.616 INFO Download complete, target: DendriteStub
18412026-08-25T22:39:24.999ZAug 25 22:39:23.820 INFO Download complete, target: MaghemiteMgd
18422026-08-25T22:39:27.492ZAug 25 22:39:26.313 INFO Checking that binary works, target: Cockroach
18432026-08-25T22:39:27.605ZAug 25 22:39:26.426 INFO Download complete, target: Cockroach
18442026-08-25T22:39:27.929ZAug 25 22:39:26.750 INFO Checking that binary works, target: Clickhouse
18452026-08-25T22:39:28.071ZAug 25 22:39:26.888 INFO Download complete, target: Clickhouse
18462026-08-25T22:39:28.084ZAll builder prerequisites installed successfully, and PATH looks valid
18472026-08-25T22:39:28.087Z
18482026-08-25T22:39:28.087Zreal 2:11.366496440
18492026-08-25T22:39:28.087Zuser 7:19.101283924
18502026-08-25T22:39:28.087Zsys 1:26.868313244
18512026-08-25T22:39:28.087Ztrap 0.254989510
18522026-08-25T22:39:28.087Ztflt 0.559189226
18532026-08-25T22:39:28.087Zdflt 0.915233427
18542026-08-25T22:39:28.087Zkflt 0.023688605
18552026-08-25T22:39:28.088Zlock 27:36.258676781
18562026-08-25T22:39:28.088Zslp 22:06.982231888
18572026-08-25T22:39:28.088Zlat 49.713886192
18582026-08-25T22:39:28.088Zstop 2:42.045039175
18592026-08-25T22:39:28.088Z+ banner clippy
18602026-08-25T22:39:28.088Z
18612026-08-25T22:39:28.088Z #### # # ##### ##### # #
18622026-08-25T22:39:28.088Z # # # # # # # # # #
18632026-08-25T22:39:28.088Z # # # # # # # #
18642026-08-25T22:39:28.088Z # # # ##### ##### #
18652026-08-25T22:39:28.088Z # # # # # # #
18662026-08-25T22:39:28.088Z #### ###### # # # #
18672026-08-25T22:39:28.088Z
18682026-08-25T22:39:28.088Z+ export CARGO_INCREMENTAL=0
18692026-08-25T22:39:28.088Z+ CARGO_INCREMENTAL=0
18702026-08-25T22:39:28.088Z+ ptime -m cargo xtask clippy
18712026-08-25T22:39:28.551Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18722026-08-25T22:39:28.845Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18732026-08-25T22:39:30.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
18742026-08-25T22:39:30.802Z Running `target/debug/xtask clippy`
18752026-08-25T22:39:30.828Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18762026-08-25T22:39:31.393Z Downloading crates ...
18772026-08-25T22:39:31.567Z Downloaded cast v0.3.0
18782026-08-25T22:39:31.571Z Downloaded assert-json-diff v2.0.2
18792026-08-25T22:39:31.571Z Downloaded async-object-pool v0.2.0
18802026-08-25T22:39:31.571Z Downloaded anes v0.1.6
18812026-08-25T22:39:31.571Z Downloaded constant_time_eq v0.3.1
18822026-08-25T22:39:31.571Z Downloaded concurrent-queue v2.5.0
18832026-08-25T22:39:31.574Z Downloaded blake2b_simd v1.0.4
18842026-08-25T22:39:31.574Z Downloaded approx v0.5.1
18852026-08-25T22:39:31.574Z Downloaded event-listener-strategy v0.5.4
18862026-08-25T22:39:31.574Z Downloaded escape8259 v0.5.3
18872026-08-25T22:39:31.574Z Downloaded criterion-plot v0.6.0
18882026-08-25T22:39:31.578Z Downloaded assert_cmd v2.1.2
18892026-08-25T22:39:31.578Z Downloaded async-lock v3.4.2
18902026-08-25T22:39:31.578Z Downloaded futures-timer v3.0.3
18912026-08-25T22:39:31.581Z Downloaded criterion v0.7.0
18922026-08-25T22:39:31.581Z Downloaded datatest-stable v0.3.3
18932026-08-25T22:39:31.584Z Downloaded cfg-expr v0.20.6
18942026-08-25T22:39:31.589Z Downloaded guppy-workspace-hack v0.1.0
18952026-08-25T22:39:31.589Z Downloaded event-listener v5.4.1
18962026-08-25T22:39:31.589Z Downloaded fancy-regex v0.14.0
18972026-08-25T22:39:31.589Z Downloaded hex-literal v0.4.1
18982026-08-25T22:39:31.589Z Downloaded guppy v0.17.25
18992026-08-25T22:39:31.593Z Downloaded httptest v0.16.4
19002026-08-25T22:39:31.593Z Downloaded hickory-client v0.25.2
19012026-08-25T22:39:31.596Z Downloaded linkme-impl v0.3.35
19022026-08-25T22:39:31.596Z Downloaded nested v0.1.1
19032026-08-25T22:39:31.596Z Downloaded miette-derive v5.10.0
19042026-08-25T22:39:31.596Z Downloaded knuffel-derive v3.2.0
19052026-08-25T22:39:31.599Z Downloaded libtest-mimic v0.8.1
19062026-08-25T22:39:31.600Z Downloaded linkme v0.3.35
19072026-08-25T22:39:31.600Z Downloaded pathdiff v0.2.3
19082026-08-25T22:39:31.600Z Downloaded plotters-backend v0.3.7
19092026-08-25T22:39:31.603Z Downloaded owo-colors v3.5.0
19102026-08-25T22:39:31.603Z Downloaded oorandom v11.1.5
19112026-08-25T22:39:31.603Z Downloaded parking v2.2.1
19122026-08-25T22:39:31.603Z Downloaded plotters-svg v0.3.7
19132026-08-25T22:39:31.603Z Downloaded partial-io v0.5.4
19142026-08-25T22:39:31.606Z Downloaded path-tree v0.8.3
19152026-08-25T22:39:31.606Z Downloaded knuffel v3.2.0
19162026-08-25T22:39:31.606Z Downloaded miette v5.10.0
19172026-08-25T22:39:31.611Z Downloaded relative-path v1.9.3
19182026-08-25T22:39:31.611Z Downloaded rust-argon2 v2.1.0
19192026-08-25T22:39:31.611Z Downloaded serde_regex v1.1.0
19202026-08-25T22:39:31.611Z Downloaded rand_distr v0.5.1
19212026-08-25T22:39:31.617Z Downloaded rstest_macros v0.25.0
19222026-08-25T22:39:31.617Z Downloaded rstest v0.25.0
19232026-08-25T22:39:31.623Z Downloaded plotters v0.3.7
19242026-08-25T22:39:31.623Z Downloaded similar-asserts v1.7.0
19252026-08-25T22:39:31.624Z Downloaded stringmetrics v2.2.2
19262026-08-25T22:39:31.624Z Downloaded supports-color v2.1.0
19272026-08-25T22:39:31.627Z Downloaded supports-unicode v2.1.0
19282026-08-25T22:39:31.630Z Downloaded target-triple v1.0.0
19292026-08-25T22:39:31.630Z Downloaded supports-hyperlinks v2.1.0
19302026-08-25T22:39:31.630Z Downloaded terminal_size v0.1.17
19312026-08-25T22:39:31.630Z Downloaded termcolor v1.4.1
19322026-08-25T22:39:31.633Z Downloaded target-lexicon v0.13.3
19332026-08-25T22:39:31.636Z Downloaded tinytemplate v1.2.1
19342026-08-25T22:39:31.639Z Downloaded target-spec v3.5.7
19352026-08-25T22:39:31.639Z Downloaded textwrap v0.15.2
19362026-08-25T22:39:31.649Z Downloaded trybuild v1.0.116
19372026-08-25T22:39:31.740Z Downloaded httpmock v0.8.3
19382026-08-25T22:39:33.553Z Checking cfg-if v1.0.4
19392026-08-25T22:39:33.924Z Checking serde_core v1.0.228
19402026-08-25T22:39:33.924Z Checking libc v0.2.185
19412026-08-25T22:39:34.006Z Checking memchr v2.8.0
19422026-08-25T22:39:34.056Z Checking smallvec v1.15.1
19432026-08-25T22:39:34.096Z Checking rand_core v0.10.0
19442026-08-25T22:39:34.130Z Checking itoa v1.0.17
19452026-08-25T22:39:34.169Z Checking subtle v2.6.1
19462026-08-25T22:39:34.213Z Checking libm v0.2.16
19472026-08-25T22:39:34.255Z Checking log v0.4.33
19482026-08-25T22:39:34.312Z Checking typenum v1.20.1
19492026-08-25T22:39:34.315Z Checking scopeguard v1.2.0
19502026-08-25T22:39:34.385Z Checking zmij v1.0.21
19512026-08-25T22:39:34.421Z Checking getrandom v0.4.3
19522026-08-25T22:39:34.459Z Checking errno v0.3.14
19532026-08-25T22:39:34.464Z Checking stable_deref_trait v1.2.1
19542026-08-25T22:39:34.557Z Checking lock_api v0.4.14
19552026-08-25T22:39:34.602Z Checking zerofrom v0.1.6
19562026-08-25T22:39:34.648Z Checking percent-encoding v2.3.2
19572026-08-25T22:39:34.689Z Checking litemap v0.8.1
19582026-08-25T22:39:34.693Z Checking writeable v0.6.2
19592026-08-25T22:39:34.762Z Checking yoke v0.8.1
19602026-08-25T22:39:34.801Z Checking icu_normalizer_data v2.1.1
19612026-08-25T22:39:34.838Z Checking icu_properties_data v2.1.2
19622026-08-25T22:39:34.885Z Checking form_urlencoded v1.2.2
19632026-08-25T22:39:34.925Z Checking utf8_iter v1.0.4
19642026-08-25T22:39:34.964Z Checking num-traits v0.2.19
19652026-08-25T22:39:35.004Z Checking zerovec v0.11.5
19662026-08-25T22:39:35.004Z Checking zerotrie v0.2.3
19672026-08-25T22:39:35.077Z Checking zerocopy v0.8.55
19682026-08-25T22:39:35.117Z Checking portable-atomic v1.13.1
19692026-08-25T22:39:35.153Z Checking pin-project-lite v0.2.17
19702026-08-25T22:39:35.192Z Checking critical-section v1.2.0
19712026-08-25T22:39:35.280Z Checking parking_lot_core v0.9.12
19722026-08-25T22:39:35.331Z Checking signal-hook-registry v1.4.8
19732026-08-25T22:39:35.377Z Checking mio v1.2.0
19742026-08-25T22:39:35.461Z Checking serde v1.0.228
19752026-08-25T22:39:35.503Z Checking bitflags v2.11.0
19762026-08-25T22:39:35.506Z Checking serde_json v1.0.151
19772026-08-25T22:39:35.576Z Checking tinystr v0.8.2
19782026-08-25T22:39:35.579Z Checking potential_utf v0.1.4
19792026-08-25T22:39:35.579Z Checking once_cell v1.21.3
19802026-08-25T22:39:35.686Z Checking parking_lot v0.12.5
19812026-08-25T22:39:35.733Z Checking iana-time-zone v0.1.65
19822026-08-25T22:39:35.787Z Checking icu_locale_core v2.1.1
19832026-08-25T22:39:35.825Z Checking icu_collections v2.1.1
19842026-08-25T22:39:35.872Z Checking uuid v1.23.4
19852026-08-25T22:39:35.916Z Checking zeroize v1.9.0
19862026-08-25T22:39:35.916Z Checking bytes v1.11.1
19872026-08-25T22:39:35.916Z Checking chrono v0.4.45
19882026-08-25T22:39:36.120Z Checking socket2 v0.6.3
19892026-08-25T22:39:36.178Z Checking semver v1.0.28
19902026-08-25T22:39:36.257Z Checking thiserror v2.0.18
19912026-08-25T22:39:36.278Z Checking dyn-clone v1.0.20
19922026-08-25T22:39:36.345Z Checking icu_provider v2.1.1
19932026-08-25T22:39:36.400Z Checking futures-core v0.3.32
19942026-08-25T22:39:36.403Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19952026-08-25T22:39:36.443Z Checking rustix v1.1.4
19962026-08-25T22:39:36.480Z Checking tokio v1.52.1
19972026-08-25T22:39:36.549Z Checking equivalent v1.0.2
19982026-08-25T22:39:36.588Z Checking getrandom v0.2.17
19992026-08-25T22:39:36.625Z Checking icu_normalizer v2.1.1
20002026-08-25T22:39:36.666Z Checking icu_properties v2.1.2
20012026-08-25T22:39:36.759Z Checking cmov v0.5.4
20022026-08-25T22:39:36.799Z Checking rand_core v0.6.4
20032026-08-25T22:39:36.853Z Checking byteorder v1.5.0
20042026-08-25T22:39:36.958Z Checking futures-sink v0.3.32
20052026-08-25T22:39:36.998Z Checking ctutils v0.4.2
20062026-08-25T22:39:37.032Z Checking getrandom v0.3.4
20072026-08-25T22:39:37.076Z Checking futures-io v0.3.32
20082026-08-25T22:39:37.115Z Checking futures-channel v0.3.32
20092026-08-25T22:39:37.212Z Checking futures-task v0.3.32
20102026-08-25T22:39:37.244Z Checking hybrid-array v0.4.13
20112026-08-25T22:39:37.248Z Checking slab v0.4.12
20122026-08-25T22:39:37.317Z Checking hashbrown v0.17.0
20132026-08-25T22:39:37.357Z Checking generic-array v0.14.7
20142026-08-25T22:39:37.394Z Checking fnv v1.0.7
20152026-08-25T22:39:37.433Z Checking futures-util v0.3.32
20162026-08-25T22:39:37.514Z Checking regex-syntax v0.8.10
20172026-08-25T22:39:37.518Z Checking idna_adapter v1.2.1
20182026-08-25T22:39:37.701Z Checking idna v1.1.0
20192026-08-25T22:39:37.799Z Checking indexmap v2.14.0
20202026-08-25T22:39:37.854Z Checking thiserror v1.0.69
20212026-08-25T22:39:37.860Z Checking ppv-lite86 v0.2.21
20222026-08-25T22:39:37.972Z Checking const-oid v0.9.6
20232026-08-25T22:39:37.975Z Checking url v2.5.8
20242026-08-25T22:39:38.049Z Checking crypto-common v0.2.2
20252026-08-25T22:39:38.198Z Checking base64ct v1.8.3
20262026-08-25T22:39:38.372Z Checking crypto-common v0.1.7
20272026-08-25T22:39:38.461Z Checking block-buffer v0.12.1
20282026-08-25T22:39:38.504Z Checking schemars v0.8.22
20292026-08-25T22:39:38.546Z Checking base64 v0.22.1
20302026-08-25T22:39:38.659Z Checking block-buffer v0.10.4
20312026-08-25T22:39:38.698Z Checking rand_core v0.9.5
20322026-08-25T22:39:38.702Z Checking utf8parse v0.2.2
20332026-08-25T22:39:38.803Z Checking anstyle v1.0.14
20342026-08-25T22:39:38.844Z Checking digest v0.10.7
20352026-08-25T22:39:38.848Z Checking http v1.4.2
20362026-08-25T22:39:38.916Z Checking erased-serde v0.3.31
20372026-08-25T22:39:38.919Z Checking tracing-core v0.1.36
20382026-08-25T22:39:39.011Z Checking rand_chacha v0.9.0
20392026-08-25T22:39:39.067Z Checking anstyle-query v1.1.5
20402026-08-25T22:39:39.172Z Checking is_terminal_polyfill v1.70.2
20412026-08-25T22:39:39.211Z Checking colorchoice v1.0.4
20422026-08-25T22:39:39.251Z Checking rand v0.9.2
20432026-08-25T22:39:39.285Z Checking tracing v0.1.44
20442026-08-25T22:39:39.325Z Checking terminal_size v0.4.3
20452026-08-25T22:39:39.330Z Checking slog v2.8.2
20462026-08-25T22:39:39.330Z Checking const-oid v0.10.2
20472026-08-25T22:39:39.430Z Checking anstyle-parse v1.0.0
20482026-08-25T22:39:39.467Z Checking ipnet v2.12.0
20492026-08-25T22:39:39.470Z Checking aho-corasick v1.1.4
20502026-08-25T22:39:39.541Z Checking fastrand v2.3.0
20512026-08-25T22:39:39.578Z Checking crossbeam-utils v0.8.21
20522026-08-25T22:39:39.627Z Checking anstream v1.0.0
20532026-08-25T22:39:39.673Z Checking tokio-util v0.7.18
20542026-08-25T22:39:39.715Z Checking unicode-ident v1.0.24
20552026-08-25T22:39:39.754Z Checking strsim v0.11.1
20562026-08-25T22:39:39.757Z Checking clap_lex v1.0.0
20572026-08-25T22:39:39.828Z Checking allocator-api2 v0.2.21
20582026-08-25T22:39:39.868Z Checking proc-macro2 v1.0.106
20592026-08-25T22:39:39.871Z Checking powerfmt v0.2.0
20602026-08-25T22:39:39.947Z Checking tempfile v3.27.0
20612026-08-25T22:39:39.950Z Checking digest v0.11.3
20622026-08-25T22:39:40.021Z Checking clap_builder v4.6.0
20632026-08-25T22:39:40.085Z Checking deranged v0.5.8
20642026-08-25T22:39:40.140Z Checking ipnetwork v0.21.1
20652026-08-25T22:39:40.180Z Checking num-conv v0.2.0
20662026-08-25T22:39:40.216Z Checking quote v1.0.45
20672026-08-25T22:39:40.219Z Checking regex-automata v0.4.14
20682026-08-25T22:39:40.251Z Checking time-core v0.1.8
20692026-08-25T22:39:40.325Z Checking num_threads v0.1.7
20702026-08-25T22:39:40.328Z Checking cpufeatures v0.3.0
20712026-08-25T22:39:40.398Z Checking httparse v1.10.1
20722026-08-25T22:39:40.438Z Checking syn v2.0.117
20732026-08-25T22:39:40.441Z Checking anyhow v1.0.104
20742026-08-25T22:39:40.441Z Checking cpufeatures v0.2.17
20752026-08-25T22:39:40.546Z Checking rustls-pki-types v1.14.0
20762026-08-25T22:39:40.583Z Checking aws-lc-sys v0.40.0
20772026-08-25T22:39:40.636Z Checking untrusted v0.7.1
20782026-08-25T22:39:40.734Z Checking http-body v1.0.1
20792026-08-25T22:39:40.781Z Checking atomic-waker v1.1.2
20802026-08-25T22:39:40.861Z Checking httpdate v1.0.3
20812026-08-25T22:39:40.901Z Checking try-lock v0.2.5
20822026-08-25T22:39:40.938Z Checking h2 v0.4.15
20832026-08-25T22:39:41.023Z Checking time v0.3.47
20842026-08-25T22:39:41.062Z Checking want v0.3.1
20852026-08-25T22:39:41.067Z Checking hex v0.4.3
20862026-08-25T22:39:41.133Z Checking aws-lc-rs v1.16.3
20872026-08-25T22:39:41.216Z Checking simd-adler32 v0.3.8
20882026-08-25T22:39:41.266Z Checking clap v4.6.1
20892026-08-25T22:39:41.341Z Checking ryu v1.0.23
20902026-08-25T22:39:41.383Z Checking tower-layer v0.3.3
20912026-08-25T22:39:41.418Z Checking tower-service v0.3.3
20922026-08-25T22:39:41.516Z Checking untrusted v0.9.0
20932026-08-25T22:39:41.545Z Checking oxnet v0.1.6
20942026-08-25T22:39:41.586Z Checking spin v0.9.8
20952026-08-25T22:39:41.643Z Checking unicode-width v0.2.0
20962026-08-25T22:39:41.795Z Checking adler2 v2.0.1
20972026-08-25T22:39:41.831Z Checking pem-rfc7468 v0.7.0
20982026-08-25T22:39:41.936Z Checking mime v0.3.17
20992026-08-25T22:39:42.003Z Checking miniz_oxide v0.8.9
21002026-08-25T22:39:42.050Z Checking rustls-webpki v0.103.13
21012026-08-25T22:39:42.053Z Checking flagset v0.4.7
21022026-08-25T22:39:42.128Z Checking block-padding v0.4.2
21032026-08-25T22:39:42.164Z Checking pretty-hex v0.4.1
21042026-08-25T22:39:42.167Z Checking http-body-util v0.1.3
21052026-08-25T22:39:42.236Z Checking der v0.7.10
21062026-08-25T22:39:42.291Z Checking inout v0.2.2
21072026-08-25T22:39:42.330Z Checking camino v1.2.5
21082026-08-25T22:39:42.377Z Checking plain v0.2.3
21092026-08-25T22:39:42.450Z Checking ucd-trie v0.1.7
21102026-08-25T22:39:42.493Z Checking openssl-probe v0.2.1
21112026-08-25T22:39:42.531Z Checking cipher v0.5.2
21122026-08-25T22:39:42.573Z Checking rustls v0.23.41
21132026-08-25T22:39:42.628Z Checking pest v2.8.6
21142026-08-25T22:39:42.642Z Checking regex v1.12.3
21152026-08-25T22:39:42.645Z Checking serde_urlencoded v0.7.1
21162026-08-25T22:39:42.721Z Checking rand_chacha v0.3.1
21172026-08-25T22:39:42.780Z Checking encoding_rs v0.8.35
21182026-08-25T22:39:42.910Z Checking futures-executor v0.3.32
21192026-08-25T22:39:42.954Z Checking rand v0.8.6
21202026-08-25T22:39:42.964Z Checking crc32fast v1.5.0
21212026-08-25T22:39:43.027Z Checking spki v0.7.3
21222026-08-25T22:39:43.088Z Checking futures v0.3.32
21232026-08-25T22:39:43.162Z Checking either v1.15.0
21242026-08-25T22:39:43.200Z Checking bit-vec v0.8.0
21252026-08-25T22:39:43.238Z Checking sync_wrapper v1.0.2
21262026-08-25T22:39:43.372Z Checking wait-timeout v0.2.1
21272026-08-25T22:39:43.377Z Checking tower v0.5.3
21282026-08-25T22:39:43.447Z Checking bit-set v0.8.0
21292026-08-25T22:39:43.493Z Checking pkcs8 v0.10.2
21302026-08-25T22:39:43.533Z Checking foldhash v0.2.0
21312026-08-25T22:39:43.624Z Checking quick-error v1.2.3
21322026-08-25T22:39:43.680Z Checking iri-string v0.7.10
21332026-08-25T22:39:43.687Z Checking rand_xorshift v0.4.0
21342026-08-25T22:39:43.754Z Checking rusty-fork v0.3.1
21352026-08-25T22:39:43.758Z Checking hyper v1.10.1
21362026-08-25T22:39:43.758Z Checking hashbrown v0.16.1
21372026-08-25T22:39:43.758Z Checking openapiv3 v2.2.0
21382026-08-25T22:39:43.897Z Checking zlib-rs v0.6.2
21392026-08-25T22:39:43.901Z Checking static_assertions v1.1.0
21402026-08-25T22:39:43.972Z Checking unarray v0.1.4
21412026-08-25T22:39:44.011Z Checking sha2 v0.10.9
21422026-08-25T22:39:44.107Z Checking proptest v1.11.0
21432026-08-25T22:39:44.319Z Checking rustls-native-certs v0.8.3
21442026-08-25T22:39:44.376Z Checking lazy_static v1.5.0
21452026-08-25T22:39:44.484Z Checking hubpack v0.1.2
21462026-08-25T22:39:44.531Z Checking tinyvec_macros v0.1.1
21472026-08-25T22:39:44.632Z Checking psl-types v2.0.11
21482026-08-25T22:39:44.685Z Checking tinyvec v1.10.0
21492026-08-25T22:39:44.727Z Checking tower-http v0.6.8
21502026-08-25T22:39:44.765Z Checking hyper-util v0.1.20
21512026-08-25T22:39:44.804Z Checking publicsuffix v2.3.0
21522026-08-25T22:39:44.807Z Checking tokio-rustls v0.26.4
21532026-08-25T22:39:44.878Z Checking flate2 v1.1.9
21542026-08-25T22:39:44.992Z Checking cookie v0.18.1
21552026-08-25T22:39:45.032Z Checking rustls-platform-verifier v0.6.2
21562026-08-25T22:39:45.036Z Checking signature v2.2.0
21572026-08-25T22:39:45.104Z Checking num-integer v0.1.46
21582026-08-25T22:39:45.142Z Checking strum v0.26.3
21592026-08-25T22:39:45.200Z Checking scroll v0.13.0
21602026-08-25T22:39:45.203Z Checking ahash v0.8.12
21612026-08-25T22:39:45.282Z Checking cookie_store v0.22.1
21622026-08-25T22:39:45.282Z Checking memmap2 v0.9.10
21632026-08-25T22:39:45.282Z Checking unicode-width v0.1.14
21642026-08-25T22:39:45.384Z Checking dtrace-parser v0.3.0
21652026-08-25T22:39:45.453Z Checking goblin v0.10.5
21662026-08-25T22:39:45.493Z Checking serde_spanned v0.6.9
21672026-08-25T22:39:45.530Z Checking toml_datetime v0.6.11
21682026-08-25T22:39:45.617Z Checking thread-id v5.1.0
21692026-08-25T22:39:45.656Z Checking data-encoding v2.10.0
21702026-08-25T22:39:45.659Z Checking bstr v1.12.1
21712026-08-25T22:39:45.659Z Checking hmac v0.12.1
21722026-08-25T22:39:45.765Z Checking base64 v0.21.7
21732026-08-25T22:39:45.768Z Checking x509-cert v0.2.5
21742026-08-25T22:39:45.897Z Checking crossbeam-epoch v0.9.18
21752026-08-25T22:39:45.936Z Checking newtype-uuid v1.3.2
21762026-08-25T22:39:45.972Z Checking memoffset v0.9.1
21772026-08-25T22:39:46.045Z Checking num-iter v0.1.45
21782026-08-25T22:39:46.068Z Checking hyper-rustls v0.27.7
21792026-08-25T22:39:46.107Z Checking scroll v0.12.0
21802026-08-25T22:39:46.111Z Checking zerocopy v0.7.35
21812026-08-25T22:39:46.180Z Checking rustix v0.38.44
21822026-08-25T22:39:46.184Z Checking daft v0.1.8
21832026-08-25T22:39:46.213Z Checking env_filter v2.0.0
21842026-08-25T22:39:46.298Z Checking reqwest v0.13.2
21852026-08-25T22:39:46.363Z Checking goblin v0.8.2
21862026-08-25T22:39:46.419Z Checking tap v1.0.1
21872026-08-25T22:39:46.476Z Checking unicode-linebreak v0.1.5
21882026-08-25T22:39:46.516Z Checking unicode-segmentation v1.12.0
21892026-08-25T22:39:46.556Z Checking smawk v0.3.2
21902026-08-25T22:39:46.659Z Checking wyz v0.5.1
21912026-08-25T22:39:46.713Z Checking env_logger v0.11.11
21922026-08-25T22:39:46.716Z Checking num-bigint-dig v0.8.6
21932026-08-25T22:39:46.852Z Checking nix v0.31.2
21942026-08-25T22:39:46.890Z Checking dtrace-parser v0.2.0
21952026-08-25T22:39:46.932Z Checking pkcs1 v0.7.5
21962026-08-25T22:39:46.994Z Checking ff v0.13.1
21972026-08-25T22:39:47.152Z Checking radium v0.7.0
21982026-08-25T22:39:47.191Z Checking thread-id v4.2.2
21992026-08-25T22:39:47.194Z Checking same-file v1.0.6
22002026-08-25T22:39:47.227Z Checking crc-catalog v2.4.0
22012026-08-25T22:39:47.303Z Checking base16ct v0.2.0
22022026-08-25T22:39:47.351Z Checking funty v2.0.0
22032026-08-25T22:39:47.354Z Checking winnow v1.0.3
22042026-08-25T22:39:47.424Z Checking walkdir v2.5.0
22052026-08-25T22:39:47.463Z Checking sec1 v0.7.3
22062026-08-25T22:39:47.567Z Checking rsa v0.9.10
22072026-08-25T22:39:47.626Z Checking crc v3.4.0
22082026-08-25T22:39:47.697Z Checking bitvec v1.0.1
22092026-08-25T22:39:47.736Z Checking group v0.13.0
22102026-08-25T22:39:47.798Z Checking dof v0.4.0
22112026-08-25T22:39:47.843Z Checking hkdf v0.12.4
22122026-08-25T22:39:47.912Z Checking unicode-normalization v0.1.25
22132026-08-25T22:39:48.012Z Checking crypto-bigint v0.5.5
22142026-08-25T22:39:48.061Z Checking zerocopy v0.6.6
22152026-08-25T22:39:48.100Z Checking maybe-uninit v2.0.0
22162026-08-25T22:39:48.200Z Checking foreign-types-shared v0.1.1
22172026-08-25T22:39:48.255Z Checking dof v0.3.0
22182026-08-25T22:39:48.258Z Checking foldhash v0.1.5
22192026-08-25T22:39:48.328Z Checking gimli v0.32.3
22202026-08-25T22:39:48.365Z Checking nodrop v0.1.14
22212026-08-25T22:39:48.405Z Checking winnow v0.5.40
22222026-08-25T22:39:48.451Z Checking is_ci v1.2.0
22232026-08-25T22:39:48.455Z Checking usdt-impl v0.6.0
22242026-08-25T22:39:48.525Z Checking array-init v0.0.4
22252026-08-25T22:39:48.563Z Checking usdt-impl v0.5.0
22262026-08-25T22:39:48.603Z Checking hashbrown v0.15.5
22272026-08-25T22:39:48.794Z Checking usdt v0.6.0
22282026-08-25T22:39:48.848Z Checking foreign-types v0.3.2
22292026-08-25T22:39:48.887Z Checking smallvec v0.6.14
22302026-08-25T22:39:48.941Z Checking elliptic-curve v0.13.8
22312026-08-25T22:39:48.981Z Checking serde_with v3.21.0
22322026-08-25T22:39:49.019Z Checking bitfield v0.19.4
22332026-08-25T22:39:49.062Z Checking packed_struct v0.10.1
22342026-08-25T22:39:49.097Z Checking bzip2-sys v0.1.13+1.0.8
22352026-08-25T22:39:49.134Z Checking openssl-sys v0.9.117
22362026-08-25T22:39:49.209Z Checking object v0.37.3
22372026-08-25T22:39:49.281Z Checking keccak v0.1.6
22382026-08-25T22:39:49.320Z Checking siphasher v1.0.2
22392026-08-25T22:39:49.480Z Checking rustc-demangle v0.1.27
22402026-08-25T22:39:49.522Z Checking hashbrown v0.12.3
22412026-08-25T22:39:49.569Z Checking bitflags v1.3.2
22422026-08-25T22:39:49.607Z Checking toml_edit v0.19.15
22432026-08-25T22:39:49.673Z Checking openssl v0.10.80
22442026-08-25T22:39:49.736Z Checking sha3 v0.10.8
22452026-08-25T22:39:49.890Z Checking addr2line v0.25.1
22462026-08-25T22:39:49.983Z Checking indexmap v1.9.3
22472026-08-25T22:39:50.049Z Checking bzip2 v0.4.4
22482026-08-25T22:39:50.217Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22492026-08-25T22:39:50.341Z Checking serde-hex v0.1.0
22502026-08-25T22:39:50.342Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22512026-08-25T22:39:50.460Z Checking toml_parser v1.1.2+spec-1.1.0
22522026-08-25T22:39:50.578Z Checking ron v0.8.1
22532026-08-25T22:39:50.704Z Checking hashbrown v0.13.2
22542026-08-25T22:39:50.823Z Checking toml v0.7.8
22552026-08-25T22:39:50.823Z Checking itertools v0.13.0
22562026-08-25T22:39:51.010Z Checking itertools v0.15.0
22572026-08-25T22:39:51.083Z Checking signal-hook v0.3.18
22582026-08-25T22:39:51.142Z Checking crc-any v2.5.0
22592026-08-25T22:39:51.237Z Checking managed v0.8.0
22602026-08-25T22:39:51.273Z Checking object v0.30.4
22612026-08-25T22:39:51.442Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22622026-08-25T22:39:51.544Z Checking backtrace v0.3.76
22632026-08-25T22:39:51.635Z Checking zip v0.6.6
22642026-08-25T22:39:51.675Z Checking globset v0.4.18
22652026-08-25T22:39:51.716Z Checking chacha20 v0.10.0
22662026-08-25T22:39:51.750Z Checking curve25519-dalek v4.1.3
22672026-08-25T22:39:51.861Z Checking backtrace-ext v0.2.1
22682026-08-25T22:39:51.951Z Checking toml_write v0.1.2
22692026-08-25T22:39:51.989Z Checking path-slash v0.1.5
22702026-08-25T22:39:52.027Z Checking winnow v0.7.14
22712026-08-25T22:39:52.031Z Checking native-tls v0.2.18
22722026-08-25T22:39:52.107Z Checking signal-hook-mio v0.2.5
22732026-08-25T22:39:52.144Z Checking textwrap v0.16.2
22742026-08-25T22:39:52.147Z Checking ed25519 v2.2.3
22752026-08-25T22:39:52.249Z Checking ref-cast v1.0.25
22762026-08-25T22:39:52.273Z Checking pin-project v1.1.11
22772026-08-25T22:39:52.365Z Checking jiff-core v0.1.0
22782026-08-25T22:39:52.406Z Checking tokio-native-tls v0.3.1
22792026-08-25T22:39:52.410Z Checking pem v3.0.6
22802026-08-25T22:39:52.410Z Checking zstd-sys v2.0.16+zstd.1.5.7
22812026-08-25T22:39:52.552Z Checking ed25519-dalek v2.2.0
22822026-08-25T22:39:52.595Z Checking owo-colors v4.3.0
22832026-08-25T22:39:52.634Z Checking fixedbitset v0.5.7
22842026-08-25T22:39:52.638Z Checking zstd-safe v7.2.4
22852026-08-25T22:39:52.819Z Checking hyper-tls v0.6.0
22862026-08-25T22:39:52.864Z Checking petgraph v0.8.3
22872026-08-25T22:39:52.866Z Checking snafu v0.8.9
22882026-08-25T22:39:53.030Z Checking crossterm v0.28.1
22892026-08-25T22:39:53.080Z Checking jiff v0.2.34
22902026-08-25T22:39:53.176Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22912026-08-25T22:39:53.179Z Checking supports-color v3.0.2
22922026-08-25T22:39:53.241Z Checking similar v2.7.0
22932026-08-25T22:39:53.286Z Checking toml_edit v0.22.27
22942026-08-25T22:39:53.371Z Checking fs-err v3.3.0
22952026-08-25T22:39:53.425Z Checking hash32 v0.2.1
22962026-08-25T22:39:53.589Z Checking serde-big-array v0.5.1
22972026-08-25T22:39:53.649Z Checking serde_plain v1.0.2
22982026-08-25T22:39:53.688Z Checking bumpalo v3.20.2
22992026-08-25T22:39:53.738Z Checking typed-path v0.9.3
23002026-08-25T22:39:53.744Z Checking unicode-properties v0.1.4
23012026-08-25T22:39:53.819Z Checking unicode-bidi v0.3.18
23022026-08-25T22:39:53.911Z Checking libbz2-rs-sys v0.2.2
23032026-08-25T22:39:53.987Z Checking predicates-core v1.0.10
23042026-08-25T22:39:54.136Z Checking stringprep v0.1.5
23052026-08-25T22:39:54.174Z Checking zopfli v0.8.3
23062026-08-25T22:39:54.177Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23072026-08-25T22:39:54.318Z Checking heapless v0.7.17
23082026-08-25T22:39:54.359Z Checking bzip2 v0.6.1
23092026-08-25T22:39:54.396Z Checking reqwest v0.12.28
23102026-08-25T22:39:54.437Z Checking zstd v0.13.3
23112026-08-25T22:39:54.542Z Checking hickory-proto v0.25.2
23122026-08-25T22:39:54.547Z Checking byte-wrapper v0.1.0
23132026-08-25T22:39:54.611Z Checking md-5 v0.10.6
23142026-08-25T22:39:54.614Z Checking float-cmp v0.10.0
23152026-08-25T22:39:54.686Z Checking fallible-iterator v0.2.0
23162026-08-25T22:39:54.769Z Checking normalize-line-endings v0.3.0
23172026-08-25T22:39:54.810Z Checking supports-unicode v3.0.0
23182026-08-25T22:39:54.816Z Checking supports-hyperlinks v3.2.0
23192026-08-25T22:39:54.816Z Checking difflib v0.4.0
23202026-08-25T22:39:54.917Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23212026-08-25T22:39:54.954Z Checking smoltcp v0.9.1
23222026-08-25T22:39:54.990Z Checking miette v7.6.0
23232026-08-25T22:39:54.993Z Checking zip v4.6.1
23242026-08-25T22:39:54.993Z Checking postgres-protocol v0.6.10
23252026-08-25T22:39:55.099Z Checking predicates v3.1.4
23262026-08-25T22:39:55.167Z Checking iddqd v0.4.2
23272026-08-25T22:39:55.402Z Checking phf_shared v0.11.3
23282026-08-25T22:39:55.442Z Checking phf_shared v0.13.1
23292026-08-25T22:39:55.517Z Checking olpc-cjson v0.1.4
23302026-08-25T22:39:55.557Z Checking oxide-generation v0.1.3
23312026-08-25T22:39:55.560Z Checking tokio-stream v0.1.18
23322026-08-25T22:39:55.631Z Checking strum v0.27.2
23332026-08-25T22:39:55.667Z Checking fixedbitset v0.4.2
23342026-08-25T22:39:55.671Z Checking new_debug_unreachable v1.0.6
23352026-08-25T22:39:55.739Z Checking lalrpop-util v0.19.12
23362026-08-25T22:39:55.777Z Checking precomputed-hash v0.1.1
23372026-08-25T22:39:55.780Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23382026-08-25T22:39:55.852Z Checking tough v0.22.0
23392026-08-25T22:39:55.889Z Checking petgraph v0.6.5
23402026-08-25T22:39:55.931Z Checking string_cache v0.8.9
23412026-08-25T22:39:55.934Z Checking phf v0.13.1
23422026-08-25T22:39:56.000Z Checking postgres-types v0.2.12
23432026-08-25T22:39:56.103Z Checking buf-list v1.1.2
23442026-08-25T22:39:56.145Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23452026-08-25T22:39:56.150Z Checking whoami v2.1.0
23462026-08-25T22:39:56.318Z Checking peg-runtime v0.8.5
23472026-08-25T22:39:56.398Z Checking tokio-postgres v0.7.16
23482026-08-25T22:39:56.470Z Checking is-terminal v0.4.17
23492026-08-25T22:39:56.512Z Checking crossbeam-channel v0.5.15
23502026-08-25T22:39:56.547Z Checking thread_local v1.1.9
23512026-08-25T22:39:56.594Z Checking term v1.2.1
23522026-08-25T22:39:56.744Z Checking take_mut v0.2.2
23532026-08-25T22:39:56.849Z Checking slog-term v2.9.2
23542026-08-25T22:39:56.889Z Compiling newtype-uuid-macros v0.1.0
23552026-08-25T22:39:56.891Z Checking slog-async v2.8.0
23562026-08-25T22:39:57.134Z Checking match_cfg v0.1.0
23572026-08-25T22:39:57.175Z Checking slog-json v2.6.1
23582026-08-25T22:39:57.178Z Compiling multer v3.1.0
23592026-08-25T22:39:57.248Z Checking hostname v0.3.1
23602026-08-25T22:39:57.340Z Compiling async-stream-impl v0.3.6
23612026-08-25T22:39:57.380Z Compiling dropshot v0.17.1
23622026-08-25T22:39:57.384Z Checking slog-bunyan v2.5.0
23632026-08-25T22:39:57.527Z Checking debug-ignore v1.0.5
23642026-08-25T22:39:57.565Z Compiling dropshot_endpoint v0.17.1
23652026-08-25T22:39:57.672Z Checking serde_path_to_error v0.1.20
23662026-08-25T22:39:57.709Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23672026-08-25T22:39:57.709Z Checking progenitor-client v0.14.0
23682026-08-25T22:39:57.779Z Checking sha1 v0.11.0
23692026-08-25T22:39:57.850Z Checking serde_spanned v1.1.1
23702026-08-25T22:39:57.955Z Checking toml_datetime v1.1.1+spec-1.1.0
23712026-08-25T22:39:57.993Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23722026-08-25T22:39:57.997Z Checking toml_writer v1.1.1+spec-1.1.0
23732026-08-25T22:39:58.031Z Checking compression-core v0.4.31
23742026-08-25T22:39:58.104Z Checking async-stream v0.3.6
23752026-08-25T22:39:58.215Z Checking waitgroup v0.1.2
23762026-08-25T22:39:58.255Z Checking toml v1.1.2+spec-1.1.0
23772026-08-25T22:39:58.258Z Checking compression-codecs v0.4.37
23782026-08-25T22:39:58.333Z Checking rustls-pemfile v2.2.0
23792026-08-25T22:39:58.372Z Checking hostname v0.4.2
23802026-08-25T22:39:58.410Z Checking atomicwrites v0.4.4
23812026-08-25T22:39:58.413Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23822026-08-25T22:39:58.483Z Compiling parse-display-derive v0.10.0
23832026-08-25T22:39:58.487Z Checking async-compression v0.4.41
23842026-08-25T22:39:58.555Z Checking macaddr v1.0.1
23852026-08-25T22:39:58.558Z Checking regress v0.10.5
23862026-08-25T22:39:58.627Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23872026-08-25T22:39:58.630Z Checking instant v0.1.13
23882026-08-25T22:39:58.761Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23892026-08-25T22:39:58.806Z Checking itertools v0.14.0
23902026-08-25T22:39:58.811Z Checking backoff v0.4.0
23912026-08-25T22:39:58.879Z Checking backon v1.6.0
23922026-08-25T22:39:59.024Z Checking humantime v2.3.0
23932026-08-25T22:39:59.065Z Compiling convert_case v0.4.0
23942026-08-25T22:39:59.068Z Checking half v2.7.1
23952026-08-25T22:39:59.138Z Checking progenitor-extras v0.2.0
23962026-08-25T22:39:59.236Z Checking ciborium-io v0.2.2
23972026-08-25T22:39:59.357Z Checking heck v0.5.0
23982026-08-25T22:39:59.396Z Checking ciborium-ll v0.2.2
23992026-08-25T22:39:59.400Z Checking secrecy v0.10.3
24002026-08-25T22:39:59.470Z Compiling derive_more v0.99.20
24012026-08-25T22:39:59.510Z Checking indent_write v2.2.0
24022026-08-25T22:39:59.622Z Checking camino-tempfile v1.4.1
24032026-08-25T22:39:59.664Z Checking ciborium v0.2.2
24042026-08-25T22:39:59.698Z Compiling crucible-workspace-hack v0.1.0
24052026-08-25T22:39:59.813Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24062026-08-25T22:39:59.940Z Compiling regress v0.11.1
24072026-08-25T22:40:00.044Z Checking inout v0.1.4
24082026-08-25T22:40:00.093Z Checking universal-hash v0.5.1
24092026-08-25T22:40:00.130Z Compiling thiserror-impl-no-std v2.0.2
24102026-08-25T22:40:00.167Z Checking opaque-debug v0.3.1
24112026-08-25T22:40:00.204Z Checking parse-display v0.10.0
24122026-08-25T22:40:00.241Z Checking cipher v0.4.4
24132026-08-25T22:40:00.280Z Checking blake2 v0.10.6
24142026-08-25T22:40:00.280Z Checking poly1305 v0.8.0
24152026-08-25T22:40:00.382Z Checking aead v0.5.2
24162026-08-25T22:40:00.473Z Checking chacha20 v0.9.1
24172026-08-25T22:40:00.549Z Checking password-hash v0.5.0
24182026-08-25T22:40:00.587Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24192026-08-25T22:40:00.625Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24202026-08-25T22:40:00.699Z Checking chacha20poly1305 v0.10.1
24212026-08-25T22:40:00.804Z Checking argon2 v0.5.3
24222026-08-25T22:40:00.861Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24232026-08-25T22:40:01.016Z Compiling unsafe-libyaml v0.2.11
24242026-08-25T22:40:01.127Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24252026-08-25T22:40:01.183Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24262026-08-25T22:40:01.314Z Checking thiserror-no-std v2.0.2
24272026-08-25T22:40:01.352Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24282026-08-25T22:40:01.432Z Checking swrite v0.1.0
24292026-08-25T22:40:01.475Z Checking vsss-rs v3.3.4
24302026-08-25T22:40:01.555Z Compiling typify-impl v0.6.2
24312026-08-25T22:40:01.800Z Compiling serde_yaml v0.9.34+deprecated
24322026-08-25T22:40:02.047Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-08-25T22:40:02.592Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24342026-08-25T22:40:02.784Z Checking crossbeam-deque v0.8.6
24352026-08-25T22:40:02.856Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24362026-08-25T22:40:02.985Z Compiling rayon-core v1.13.0
24372026-08-25T22:40:03.023Z Compiling num-derive v0.4.2
24382026-08-25T22:40:03.137Z Compiling toml_datetime v0.7.5+spec-1.1.0
24392026-08-25T22:40:03.289Z Compiling proc-macro-error v1.0.4
24402026-08-25T22:40:03.414Z Compiling toml_edit v0.23.10+spec-1.0.0
24412026-08-25T22:40:03.609Z Checking tabwriter v1.4.1
24422026-08-25T22:40:03.612Z Checking rayon v1.11.0
24432026-08-25T22:40:03.681Z Checking glob v0.3.3
24442026-08-25T22:40:03.767Z Compiling heapless v0.8.0
24452026-08-25T22:40:03.805Z Checking hash32 v0.3.1
24462026-08-25T22:40:03.890Z Compiling ingot-macros v0.2.0
24472026-08-25T22:40:03.960Z Checking colored v3.1.1
24482026-08-25T22:40:03.963Z Compiling proc-macro-crate v3.4.0
24492026-08-25T22:40:04.191Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24502026-08-25T22:40:04.298Z Compiling smoltcp v0.11.0
24512026-08-25T22:40:04.512Z Checking toml v0.8.23
24522026-08-25T22:40:04.577Z Compiling num_enum_derive v0.7.6
24532026-08-25T22:40:04.616Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-08-25T22:40:04.739Z Checking cobs v0.3.0
24552026-08-25T22:40:04.896Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24562026-08-25T22:40:04.935Z Checking postcard v1.1.3
24572026-08-25T22:40:05.149Z Checking rand v0.10.1
24582026-08-25T22:40:05.196Z Compiling proc-macro-crate v1.3.1
24592026-08-25T22:40:05.262Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24602026-08-25T22:40:05.502Z Checking sigpipe v0.1.3
24612026-08-25T22:40:05.613Z Compiling foreign-types-macros v0.2.3
24622026-08-25T22:40:05.651Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24632026-08-25T22:40:05.654Z Checking num_enum v0.7.6
24642026-08-25T22:40:05.723Z Checking foreign-types-shared v0.3.1
24652026-08-25T22:40:05.838Z Compiling num_enum_derive v0.5.11
24662026-08-25T22:40:06.042Z Compiling usdt-attr-macro v0.5.0
24672026-08-25T22:40:06.085Z Compiling typify-macro v0.6.2
24682026-08-25T22:40:06.122Z Compiling usdt-macro v0.5.0
24692026-08-25T22:40:06.189Z Checking cstr-argument v0.1.2
24702026-08-25T22:40:06.226Z Checking foreign-types v0.5.0
24712026-08-25T22:40:06.333Z Checking memmap v0.7.0
24722026-08-25T22:40:06.371Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24732026-08-25T22:40:06.497Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24742026-08-25T22:40:06.751Z Checking ingot-types v0.2.0
24752026-08-25T22:40:06.830Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24762026-08-25T22:40:06.867Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24772026-08-25T22:40:06.870Z Checking usdt v0.5.0
24782026-08-25T22:40:06.937Z Checking num_enum v0.5.11
24792026-08-25T22:40:06.974Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24802026-08-25T22:40:07.008Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24812026-08-25T22:40:07.092Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24822026-08-25T22:40:07.116Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24832026-08-25T22:40:07.152Z Checking ingot v0.2.1
24842026-08-25T22:40:07.155Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24852026-08-25T22:40:07.222Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24862026-08-25T22:40:07.295Z Compiling zone_cfg_derive v0.3.1
24872026-08-25T22:40:07.298Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24882026-08-25T22:40:07.418Z Checking itertools v0.12.1
24892026-08-25T22:40:07.531Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24902026-08-25T22:40:07.747Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24912026-08-25T22:40:07.832Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24922026-08-25T22:40:07.868Z Compiling typify v0.6.2
24932026-08-25T22:40:07.969Z Checking smf v0.2.3
24942026-08-25T22:40:08.009Z Compiling progenitor-impl v0.14.0
24952026-08-25T22:40:08.107Z Checking whoami v1.6.1
24962026-08-25T22:40:08.110Z Compiling derive-where v1.6.0
24972026-08-25T22:40:08.222Z Checking tokio-dtrace v0.1.1
24982026-08-25T22:40:08.304Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-08-25T22:40:08.435Z Checking zone v0.3.1
25002026-08-25T22:40:08.474Z Checking oxide-tokio-rt v0.1.4
25012026-08-25T22:40:08.678Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-08-25T22:40:08.794Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25032026-08-25T22:40:08.831Z Checking console v0.15.11
25042026-08-25T22:40:08.869Z Checking newline-converter v0.3.0
25052026-08-25T22:40:08.993Z Checking bytecount v0.6.9
25062026-08-25T22:40:09.030Z Checking num-rational v0.4.2
25072026-08-25T22:40:09.132Z Checking num-complex v0.4.6
25082026-08-25T22:40:09.171Z Checking expectorate v1.2.0
25092026-08-25T22:40:09.330Z Compiling cancel-safe-futures v0.1.5
25102026-08-25T22:40:09.370Z Checking float-ord v0.3.2
25112026-08-25T22:40:09.463Z Checking oxide-update-engine-types v0.1.2
25122026-08-25T22:40:09.500Z Checking num v0.4.3
25132026-08-25T22:40:09.505Z Checking linear-map v1.2.0
25142026-08-25T22:40:09.646Z Checking gethostname v0.5.0
25152026-08-25T22:40:09.804Z Compiling prettyplease v0.2.37
25162026-08-25T22:40:09.807Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25172026-08-25T22:40:10.023Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25182026-08-25T22:40:10.094Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25192026-08-25T22:40:10.195Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202026-08-25T22:40:10.258Z Checking resolv-conf v0.7.6
25212026-08-25T22:40:10.363Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25222026-08-25T22:40:10.437Z Checking papergrid v0.11.0
25232026-08-25T22:40:10.476Z Checking oxide-update-engine v0.1.2
25242026-08-25T22:40:10.480Z Compiling tabled_derive v0.7.0
25252026-08-25T22:40:10.661Z Compiling progenitor-macro v0.14.0
25262026-08-25T22:40:10.929Z Compiling convert_case v0.10.0
25272026-08-25T22:40:11.079Z Compiling slog-dtrace v0.3.0
25282026-08-25T22:40:11.161Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25292026-08-25T22:40:11.274Z Compiling derive_more-impl v2.1.1
25302026-08-25T22:40:11.428Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25312026-08-25T22:40:11.495Z Checking tabled v0.15.0
25322026-08-25T22:40:11.869Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25332026-08-25T22:40:12.115Z Checking derive_more v2.1.1
25342026-08-25T22:40:12.218Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25352026-08-25T22:40:12.292Z Checking crossterm v0.29.0
25362026-08-25T22:40:12.597Z Checking linked-hash-map v0.5.6
25372026-08-25T22:40:12.796Z Checking lru-cache v0.1.2
25382026-08-25T22:40:13.009Z Checking hickory-proto v0.24.4
25392026-08-25T22:40:13.069Z Checking fd-lock v4.0.4
25402026-08-25T22:40:13.605Z Checking vte v0.14.1
25412026-08-25T22:40:14.004Z Checking strip-ansi-escapes v0.2.1
25422026-08-25T22:40:14.574Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-08-25T22:40:14.844Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25442026-08-25T22:40:15.439Z Checking nu-ansi-term v0.50.3
25452026-08-25T22:40:15.574Z Checking termtree v0.5.1
25462026-08-25T22:40:15.668Z Checking progenitor v0.14.0
25472026-08-25T22:40:15.704Z Checking reedline v0.40.0
25482026-08-25T22:40:15.781Z Checking hickory-resolver v0.24.4
25492026-08-25T22:40:15.842Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-08-25T22:40:15.846Z Compiling minimal-lexical v0.2.1
25512026-08-25T22:40:16.318Z Compiling nom v7.1.3
25522026-08-25T22:40:16.528Z Checking qorb v0.4.1
25532026-08-25T22:40:16.883Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25542026-08-25T22:40:17.402Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25552026-08-25T22:40:17.591Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25562026-08-25T22:40:17.650Z Compiling unicode-xid v0.2.6
25572026-08-25T22:40:17.688Z Checking display-error-chain v0.2.2
25582026-08-25T22:40:17.725Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25592026-08-25T22:40:17.763Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25602026-08-25T22:40:17.844Z Compiling ar_archive_writer v0.5.1
25612026-08-25T22:40:18.148Z Checking csv-core v0.1.13
25622026-08-25T22:40:18.248Z Compiling stacker v0.1.23
25632026-08-25T22:40:18.364Z Checking csv v1.4.0
25642026-08-25T22:40:18.405Z Checking highway v1.3.0
25652026-08-25T22:40:18.443Z Compiling semver v0.1.20
25662026-08-25T22:40:18.542Z Compiling cfg_aliases v0.1.1
25672026-08-25T22:40:18.647Z Compiling nix v0.28.0
25682026-08-25T22:40:18.686Z Compiling rustc_version v0.1.7
25692026-08-25T22:40:18.722Z Compiling psm v0.1.30
25702026-08-25T22:40:18.759Z Checking nibble_vec v0.1.0
25712026-08-25T22:40:18.837Z Checking endian-type v0.1.2
25722026-08-25T22:40:18.940Z Compiling newtype_derive v0.1.6
25732026-08-25T22:40:18.976Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25742026-08-25T22:40:19.012Z Checking radix_trie v0.2.1
25752026-08-25T22:40:19.097Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25762026-08-25T22:40:19.155Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25772026-08-25T22:40:19.279Z Checking phf_shared v0.12.1
25782026-08-25T22:40:19.454Z Compiling recursive-proc-macro-impl v0.1.1
25792026-08-25T22:40:19.492Z Compiling chrono-tz v0.10.4
25802026-08-25T22:40:19.577Z Checking phf v0.12.1
25812026-08-25T22:40:19.748Z Compiling const_format_proc_macros v0.2.34
25822026-08-25T22:40:19.753Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25832026-08-25T22:40:19.854Z Compiling peg-macros v0.8.5
25842026-08-25T22:40:19.900Z Checking winnow v0.6.26
25852026-08-25T22:40:19.938Z Checking recursive v0.1.1
25862026-08-25T22:40:20.038Z Compiling sqlparser_derive v0.5.0
25872026-08-25T22:40:20.077Z Checking unicode_categories v0.1.1
25882026-08-25T22:40:20.266Z Checking home v0.5.12
25892026-08-25T22:40:20.607Z Checking const_format v0.2.35
25902026-08-25T22:40:20.660Z Checking rustyline v14.0.0
25912026-08-25T22:40:20.824Z Checking sqlparser v0.61.0
25922026-08-25T22:40:21.076Z Checking sqlformat v0.3.5
25932026-08-25T22:40:21.248Z Checking peg v0.8.5
25942026-08-25T22:40:21.353Z Checking bcs v0.1.6
25952026-08-25T22:40:21.391Z Checking nom v8.0.0
25962026-08-25T22:40:21.545Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25972026-08-25T22:40:21.616Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25982026-08-25T22:40:21.657Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25992026-08-25T22:40:21.840Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26002026-08-25T22:40:21.946Z Compiling serde_tokenstream v0.3.0
26012026-08-25T22:40:22.157Z Checking steno v0.4.1
26022026-08-25T22:40:22.292Z Compiling oxide-generation-macros v0.2.0
26032026-08-25T22:40:22.433Z Checking sha1 v0.10.6
26042026-08-25T22:40:22.527Z Checking filetime v0.2.27
26052026-08-25T22:40:22.635Z Checking xattr v1.6.1
26062026-08-25T22:40:22.696Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26072026-08-25T22:40:22.799Z Checking tar v0.4.46
26082026-08-25T22:40:22.906Z Checking subprocess v0.2.15
26092026-08-25T22:40:23.216Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26102026-08-25T22:40:23.253Z Checking headers-core v0.3.0
26112026-08-25T22:40:23.258Z Checking yasna v0.5.2
26122026-08-25T22:40:23.409Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26132026-08-25T22:40:23.444Z Checking headers v0.4.1
26142026-08-25T22:40:23.447Z Checking port-file v0.1.0
26152026-08-25T22:40:23.691Z Checking dropshot-api-manager-types v0.8.0
26162026-08-25T22:40:23.728Z Checking rcgen v0.12.1
26172026-08-25T22:40:23.890Z Checking tagptr v0.2.0
26182026-08-25T22:40:23.927Z Checking utf-8 v0.7.6
26192026-08-25T22:40:24.061Z Checking moka v0.12.13
26202026-08-25T22:40:24.097Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26212026-08-25T22:40:24.134Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26222026-08-25T22:40:24.172Z Compiling libefi-sys v0.1.0
26232026-08-25T22:40:24.275Z Compiling bitfield-struct v0.6.2
26242026-08-25T22:40:24.630Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26252026-08-25T22:40:24.665Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26262026-08-25T22:40:24.737Z Checking tungstenite v0.21.0
26272026-08-25T22:40:24.788Z Checking hickory-resolver v0.25.2
26282026-08-25T22:40:24.826Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26292026-08-25T22:40:24.861Z Compiling xshell-macros v0.2.7
26302026-08-25T22:40:24.963Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26312026-08-25T22:40:25.002Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26322026-08-25T22:40:25.085Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26332026-08-25T22:40:25.191Z Checking tokio-tungstenite v0.21.0
26342026-08-25T22:40:25.235Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26352026-08-25T22:40:25.271Z Checking xshell v0.2.7
26362026-08-25T22:40:25.494Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26372026-08-25T22:40:25.497Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26382026-08-25T22:40:25.568Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26392026-08-25T22:40:25.599Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26402026-08-25T22:40:25.923Z Checking half v1.8.3
26412026-08-25T22:40:26.149Z Checking serde_cbor v0.11.2
26422026-08-25T22:40:26.188Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26432026-08-25T22:40:26.223Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26442026-08-25T22:40:26.440Z Checking libscf-sys v1.2.0
26452026-08-25T22:40:26.556Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26462026-08-25T22:40:26.595Z Checking papergrid v0.18.0
26472026-08-25T22:40:26.598Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26482026-08-25T22:40:26.667Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26492026-08-25T22:40:26.897Z Checking maplit v1.0.2
26502026-08-25T22:40:27.012Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26512026-08-25T22:40:27.092Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26522026-08-25T22:40:27.249Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26532026-08-25T22:40:27.401Z Checking tabled v0.21.0
26542026-08-25T22:40:27.437Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26552026-08-25T22:40:27.475Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26562026-08-25T22:40:27.606Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26572026-08-25T22:40:27.708Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26582026-08-25T22:40:27.788Z Checking crc8 v0.1.1
26592026-08-25T22:40:27.918Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26602026-08-25T22:40:28.038Z Checking unicase v2.9.0
26612026-08-25T22:40:28.220Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26622026-08-25T22:40:28.247Z Checking fxhash v0.2.1
26632026-08-25T22:40:28.399Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26642026-08-25T22:40:28.472Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26652026-08-25T22:40:28.476Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26662026-08-25T22:40:28.704Z Checking sha2 v0.11.0
26672026-08-25T22:40:28.755Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26682026-08-25T22:40:28.818Z Compiling darling_core v0.21.3
26692026-08-25T22:40:29.323Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26702026-08-25T22:40:29.395Z Compiling vergen-lib v0.1.6
26712026-08-25T22:40:29.430Z Compiling diesel_derives v2.3.7
26722026-08-25T22:40:29.679Z Checking scheduled-thread-pool v0.2.7
26732026-08-25T22:40:29.765Z Compiling vergen-gitcl v1.0.8
26742026-08-25T22:40:29.861Z Compiling diesel_table_macro_syntax v0.3.0
26752026-08-25T22:40:30.033Z Checking r2d2 v0.8.10
26762026-08-25T22:40:30.222Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26772026-08-25T22:40:30.258Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26782026-08-25T22:40:30.261Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26792026-08-25T22:40:30.499Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26802026-08-25T22:40:30.635Z Checking downcast-rs v2.0.2
26812026-08-25T22:40:30.724Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26822026-08-25T22:40:30.804Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26832026-08-25T22:40:31.174Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26842026-08-25T22:40:31.358Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26852026-08-25T22:40:31.394Z Checking kstat-rs v0.2.5
26862026-08-25T22:40:31.430Z Compiling darling_macro v0.21.3
26872026-08-25T22:40:31.465Z Compiling proc-macro-error-attr2 v2.0.0
26882026-08-25T22:40:31.616Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26892026-08-25T22:40:31.892Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26902026-08-25T22:40:31.928Z Compiling proc-macro-error2 v2.0.1
26912026-08-25T22:40:31.999Z Compiling darling v0.21.3
26922026-08-25T22:40:32.124Z Compiling dsl_auto_type v0.2.0
26932026-08-25T22:40:32.278Z Compiling knus-derive v3.4.0
26942026-08-25T22:40:32.320Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26952026-08-25T22:40:33.185Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26962026-08-25T22:40:33.525Z Compiling dirs-sys-next v0.1.2
26972026-08-25T22:40:33.696Z Compiling crunchy v0.2.4
26982026-08-25T22:40:33.749Z Compiling parking_lot_core v0.8.6
26992026-08-25T22:40:33.837Z Compiling salty v0.3.0
27002026-08-25T22:40:33.874Z Compiling dirs-next v2.0.0
27012026-08-25T22:40:34.029Z Compiling clang-sys v1.8.1
27022026-08-25T22:40:34.032Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27032026-08-25T22:40:34.176Z Compiling git-stub v1.0.0
27042026-08-25T22:40:34.222Z Compiling tiny-keccak v2.0.2
27052026-08-25T22:40:34.358Z Compiling git-stub-vcs v0.1.0
27062026-08-25T22:40:34.526Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27072026-08-25T22:40:34.722Z Compiling term v0.7.0
27082026-08-25T22:40:34.757Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27092026-08-25T22:40:34.793Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27102026-08-25T22:40:34.835Z Compiling bit-vec v0.6.3
27112026-08-25T22:40:34.897Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27122026-08-25T22:40:35.085Z Compiling bit-set v0.5.3
27132026-08-25T22:40:35.123Z Compiling ascii-canvas v3.0.0
27142026-08-25T22:40:35.279Z Checking parking_lot v0.11.2
27152026-08-25T22:40:35.314Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27162026-08-25T22:40:35.458Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27172026-08-25T22:40:35.505Z Checking rfc6979 v0.4.0
27182026-08-25T22:40:35.541Z Checking prefix-trie v0.7.0
27192026-08-25T22:40:35.666Z Compiling hashbrown v0.14.5
27202026-08-25T22:40:35.850Z Compiling itertools v0.10.5
27212026-08-25T22:40:35.907Z Compiling ena v0.14.4
27222026-08-25T22:40:35.964Z Compiling libloading v0.8.9
27232026-08-25T22:40:36.157Z Compiling bindgen v0.71.1
27242026-08-25T22:40:36.208Z Compiling regex-syntax v0.6.29
27252026-08-25T22:40:36.263Z Compiling diff v0.1.13
27262026-08-25T22:40:36.556Z Compiling chumsky v0.9.3
27272026-08-25T22:40:36.703Z Compiling ecdsa v0.16.9
27282026-08-25T22:40:36.930Z Checking hickory-server v0.25.2
27292026-08-25T22:40:37.582Z Compiling lalrpop v0.19.12
27302026-08-25T22:40:37.775Z Checking sled v0.34.7
27312026-08-25T22:40:37.901Z Compiling cexpr v0.6.0
27322026-08-25T22:40:37.997Z Checking diesel v2.3.7
27332026-08-25T22:40:38.194Z Checking primeorder v0.13.6
27342026-08-25T22:40:38.305Z Checking nanorand v0.7.0
27352026-08-25T22:40:38.509Z Compiling rustc-hash v2.1.1
27362026-08-25T22:40:38.589Z Checking flume v0.11.1
27372026-08-25T22:40:38.763Z Compiling p384 v0.13.1
27382026-08-25T22:40:39.025Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27392026-08-25T22:40:39.308Z Compiling knus v3.4.0
27402026-08-25T22:40:39.350Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27412026-08-25T22:40:39.683Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27422026-08-25T22:40:39.840Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27432026-08-25T22:40:40.114Z Compiling libxml v0.3.3
27442026-08-25T22:40:40.212Z Checking assert_matches v1.5.0
27452026-08-25T22:40:40.265Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27462026-08-25T22:40:40.317Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27472026-08-25T22:40:40.468Z Compiling strum_macros v0.24.3
27482026-08-25T22:40:40.550Z Compiling indoc v1.0.9
27492026-08-25T22:40:41.222Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27502026-08-25T22:40:41.445Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27512026-08-25T22:40:41.767Z Checking quick-xml v0.37.5
27522026-08-25T22:40:41.805Z Checking derive_builder v0.20.2
27532026-08-25T22:40:41.841Z Compiling oso-derive v0.27.3
27542026-08-25T22:40:41.948Z Compiling impl-trait-for-tuples v0.2.3
27552026-08-25T22:40:42.358Z Compiling trait-variant v0.1.2
27562026-08-25T22:40:42.662Z Checking openssl-probe v0.1.6
27572026-08-25T22:40:42.855Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27582026-08-25T22:40:42.897Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27592026-08-25T22:40:42.934Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27602026-08-25T22:40:43.500Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27612026-08-25T22:40:43.640Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27622026-08-25T22:40:43.730Z Checking corncobs v0.1.4
27632026-08-25T22:40:43.775Z Checking predicates-tree v1.0.13
27642026-08-25T22:40:43.919Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27652026-08-25T22:40:43.952Z Compiling progenitor-impl v0.13.0
27662026-08-25T22:40:43.992Z Checking secrecy v0.8.0
27672026-08-25T22:40:44.148Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27682026-08-25T22:40:44.731Z Checking progenitor-client v0.13.0
27692026-08-25T22:40:44.973Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27702026-08-25T22:40:45.013Z Checking anstyle-parse v0.2.7
27712026-08-25T22:40:45.200Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27722026-08-25T22:40:45.236Z Checking anstream v0.6.21
27732026-08-25T22:40:45.426Z Checking bb8 v0.8.6
27742026-08-25T22:40:45.728Z Compiling mime_guess v2.0.5
27752026-08-25T22:40:45.812Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27762026-08-25T22:40:46.050Z Checking ignore v0.4.25
27772026-08-25T22:40:46.293Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27782026-08-25T22:40:46.474Z Checking http-range v0.1.5
27792026-08-25T22:40:46.511Z Checking globwalk v0.9.1
27802026-08-25T22:40:46.631Z Compiling progenitor-macro v0.13.0
27812026-08-25T22:40:46.667Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-25T22:40:46.825Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27832026-08-25T22:40:47.201Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27842026-08-25T22:40:47.204Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27852026-08-25T22:40:47.916Z Checking digest-io v0.1.0
27862026-08-25T22:40:48.088Z Checking nonempty v0.12.0
27872026-08-25T22:40:48.290Z Checking rawzip v0.4.4
27882026-08-25T22:40:48.476Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27892026-08-25T22:40:48.766Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27902026-08-25T22:40:49.016Z Checking camino-tempfile-ext v0.3.3
27912026-08-25T22:40:49.216Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27922026-08-25T22:40:49.252Z Checking hyper-staticfile v0.10.1
27932026-08-25T22:40:49.615Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27942026-08-25T22:40:49.948Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27952026-08-25T22:40:50.116Z Checking signal-hook-tokio v0.3.1
27962026-08-25T22:40:50.289Z Compiling illumos-nvpair-sys v0.2.0
27972026-08-25T22:40:50.557Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27982026-08-25T22:40:50.595Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27992026-08-25T22:40:50.754Z Checking scuffle v0.1.0
28002026-08-25T22:40:51.022Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28012026-08-25T22:40:51.060Z Checking illumos-nvpair v0.3.0
28022026-08-25T22:40:51.254Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28032026-08-25T22:40:51.389Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28042026-08-25T22:40:51.486Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28052026-08-25T22:40:51.621Z Checking progenitor v0.13.0
28062026-08-25T22:40:51.680Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28072026-08-25T22:40:51.715Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28082026-08-25T22:40:51.796Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28092026-08-25T22:40:51.945Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28102026-08-25T22:40:52.167Z Checking async-bb8-diesel v0.2.1
28112026-08-25T22:40:52.485Z Checking diesel-dtrace v0.5.0
28122026-08-25T22:40:52.554Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28132026-08-25T22:40:52.770Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28142026-08-25T22:40:52.899Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28152026-08-25T22:40:52.976Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28162026-08-25T22:40:53.241Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28172026-08-25T22:40:53.355Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28182026-08-25T22:40:53.488Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28192026-08-25T22:40:53.525Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28202026-08-25T22:40:55.208Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28212026-08-25T22:40:55.246Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28222026-08-25T22:40:55.582Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28232026-08-25T22:40:56.039Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28242026-08-25T22:40:56.359Z Checking tungstenite v0.23.0
28252026-08-25T22:40:56.681Z Checking rand_seeder v0.4.0
28262026-08-25T22:40:56.828Z Checking tokio-tungstenite v0.23.1
28272026-08-25T22:40:56.867Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28282026-08-25T22:40:57.130Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28292026-08-25T22:40:57.272Z Checking void v1.0.2
28302026-08-25T22:40:57.408Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28312026-08-25T22:40:57.443Z Checking lzss v0.8.2
28322026-08-25T22:40:57.621Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-08-25T22:40:57.671Z Checking nix v0.27.1
28342026-08-25T22:40:57.813Z Checking serde_bytes v0.11.19
28352026-08-25T22:40:58.035Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28362026-08-25T22:40:58.224Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28372026-08-25T22:40:58.803Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28382026-08-25T22:40:59.047Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28392026-08-25T22:40:59.087Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28402026-08-25T22:40:59.417Z Checking yansi v1.0.1
28412026-08-25T22:40:59.612Z Checking cpubits v0.1.1
28422026-08-25T22:40:59.651Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28432026-08-25T22:40:59.771Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28442026-08-25T22:40:59.889Z Checking pretty_assertions v1.4.1
28452026-08-25T22:41:00.047Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28462026-08-25T22:41:00.085Z Checking pem-rfc7468 v1.0.0
28472026-08-25T22:41:00.289Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28482026-08-25T22:41:00.486Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28492026-08-25T22:41:00.557Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28502026-08-25T22:41:00.793Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28512026-08-25T22:41:00.958Z Checking hmac v0.13.0
28522026-08-25T22:41:01.166Z Checking universal-hash v0.6.1
28532026-08-25T22:41:01.414Z Compiling libz-sys v1.1.24
28542026-08-25T22:41:01.612Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28552026-08-25T22:41:01.773Z Compiling instability v0.3.11
28562026-08-25T22:41:01.907Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-25T22:41:02.021Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28582026-08-25T22:41:02.084Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28592026-08-25T22:41:02.126Z Checking castaway v0.2.4
28602026-08-25T22:41:02.253Z Compiling indoc v2.0.7
28612026-08-25T22:41:02.350Z Checking compact_str v0.8.1
28622026-08-25T22:41:02.779Z Checking polyval v0.7.1
28632026-08-25T22:41:02.976Z Checking der v0.8.0
28642026-08-25T22:41:03.491Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28652026-08-25T22:41:03.542Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28662026-08-25T22:41:03.655Z Checking unicode-truncate v1.1.0
28672026-08-25T22:41:03.716Z Checking lru v0.12.5
28682026-08-25T22:41:03.767Z Compiling libgit2-sys v0.18.3+1.9.2
28692026-08-25T22:41:03.814Z Checking arc-swap v1.8.2
28702026-08-25T22:41:03.848Z Checking cassowary v0.3.0
28712026-08-25T22:41:04.003Z Checking ghash v0.6.0
28722026-08-25T22:41:04.074Z Checking slog-scope v4.4.1
28732026-08-25T22:41:04.110Z Checking ratatui v0.29.0
28742026-08-25T22:41:04.249Z Checking pbkdf2 v0.13.0
28752026-08-25T22:41:04.312Z Checking crypto-bigint v0.7.5
28762026-08-25T22:41:04.403Z Checking aes v0.9.1
28772026-08-25T22:41:04.892Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28782026-08-25T22:41:05.506Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28792026-08-25T22:41:05.762Z Checking ctr v0.10.1
28802026-08-25T22:41:05.975Z Checking aead v0.6.1
28812026-08-25T22:41:06.157Z Checking cargo-platform v0.3.2
28822026-08-25T22:41:06.232Z Checking aes-gcm v0.11.0
28832026-08-25T22:41:06.404Z Checking cargo_metadata v0.23.1
28842026-08-25T22:41:06.483Z Checking slog-stdlog v4.1.1
28852026-08-25T22:41:06.566Z Checking spki v0.8.0
28862026-08-25T22:41:06.649Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28872026-08-25T22:41:06.782Z Checking colored v2.2.0
28882026-08-25T22:41:07.023Z Checking salsa20 v0.11.0
28892026-08-25T22:41:07.171Z Checking console v0.16.2
28902026-08-25T22:41:07.214Z Compiling vergen-git2 v9.1.0
28912026-08-25T22:41:07.428Z Checking unit-prefix v0.5.2
28922026-08-25T22:41:07.489Z Checking plotters-backend v0.3.7
28932026-08-25T22:41:07.585Z Checking indicatif v0.18.4
28942026-08-25T22:41:07.723Z Checking plotters-svg v0.3.7
28952026-08-25T22:41:07.951Z Checking scrypt v0.12.0
28962026-08-25T22:41:07.990Z Checking slog-envlogger v2.2.0
28972026-08-25T22:41:08.035Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28982026-08-25T22:41:08.146Z Checking cbc v0.2.1
28992026-08-25T22:41:08.188Z Checking libsw-core v0.3.2
29002026-08-25T22:41:08.255Z Checking cast v0.3.0
29012026-08-25T22:41:08.326Z Checking pkcs5 v0.8.1
29022026-08-25T22:41:08.367Z Checking libsw v3.5.0
29032026-08-25T22:41:08.435Z Checking criterion-plot v0.6.0
29042026-08-25T22:41:08.612Z Checking plotters v0.3.7
29052026-08-25T22:41:08.659Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29062026-08-25T22:41:08.710Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29072026-08-25T22:41:08.939Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29082026-08-25T22:41:09.166Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29092026-08-25T22:41:09.374Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29102026-08-25T22:41:09.412Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29112026-08-25T22:41:09.602Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29122026-08-25T22:41:09.647Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29132026-08-25T22:41:09.684Z Checking tinytemplate v1.2.1
29142026-08-25T22:41:09.829Z Checking anes v0.1.6
29152026-08-25T22:41:09.937Z Checking shell-words v1.1.1
29162026-08-25T22:41:10.044Z Checking oorandom v11.1.5
29172026-08-25T22:41:10.143Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29182026-08-25T22:41:10.193Z Checking criterion v0.7.0
29192026-08-25T22:41:10.574Z Checking pkcs8 v0.11.0
29202026-08-25T22:41:10.812Z Checking oxide-update-engine-display v0.1.2
29212026-08-25T22:41:11.153Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29222026-08-25T22:41:11.423Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29232026-08-25T22:41:12.245Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29242026-08-25T22:41:12.823Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29252026-08-25T22:41:13.641Z Checking tokio-test v0.4.5
29262026-08-25T22:41:13.884Z Checking ff v0.14.0
29272026-08-25T22:41:14.096Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29282026-08-25T22:41:14.328Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29292026-08-25T22:41:14.754Z Checking twox-hash v2.1.2
29302026-08-25T22:41:14.800Z Compiling petname v2.0.2
29312026-08-25T22:41:15.090Z Checking atty v0.2.14
29322026-08-25T22:41:15.228Z Checking arrayvec v0.7.6
29332026-08-25T22:41:15.299Z Checking constant_time_eq v0.4.2
29342026-08-25T22:41:15.455Z Checking arrayref v0.3.9
29352026-08-25T22:41:15.615Z Checking group v0.14.0
29362026-08-25T22:41:15.653Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29372026-08-25T22:41:15.689Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29382026-08-25T22:41:15.817Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29392026-08-25T22:41:15.845Z Checking fatfs v0.3.6
29402026-08-25T22:41:16.334Z Checking signature v3.0.0
29412026-08-25T22:41:16.400Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29422026-08-25T22:41:16.510Z Compiling seq-macro v0.3.6
29432026-08-25T22:41:16.553Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29442026-08-25T22:41:16.733Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29452026-08-25T22:41:16.792Z Checking base16ct v1.0.0
29462026-08-25T22:41:16.952Z Checking sec1 v0.8.1
29472026-08-25T22:41:17.191Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29482026-08-25T22:41:17.442Z Checking hkdf v0.13.0
29492026-08-25T22:41:17.615Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29502026-08-25T22:41:17.731Z Checking concurrent-queue v2.5.0
29512026-08-25T22:41:17.810Z Checking sapling-renderdag v0.1.0
29522026-08-25T22:41:17.952Z Checking sync-ptr v0.1.4
29532026-08-25T22:41:18.064Z Checking parking v2.2.1
29542026-08-25T22:41:18.100Z Checking elliptic-curve v0.14.1
29552026-08-25T22:41:18.104Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29562026-08-25T22:41:18.218Z Checking event-listener v5.4.1
29572026-08-25T22:41:18.470Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29582026-08-25T22:41:18.513Z Compiling samael v0.0.19
29592026-08-25T22:41:18.564Z Checking rtoolbox v0.0.3
29602026-08-25T22:41:18.731Z Checking rpassword v7.5.4
29612026-08-25T22:41:18.777Z Checking event-listener-strategy v0.5.4
29622026-08-25T22:41:18.921Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29632026-08-25T22:41:18.959Z Checking wnaf v0.14.0
29642026-08-25T22:41:19.162Z Checking primefield v0.14.0
29652026-08-25T22:41:19.407Z Checking rfc6979 v0.6.0
29662026-08-25T22:41:19.608Z Checking tui-tree-widget v0.23.1
29672026-08-25T22:41:19.875Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29682026-08-25T22:41:20.052Z Compiling blake3 v1.8.5
29692026-08-25T22:41:20.435Z Checking futures-timer v3.0.3
29702026-08-25T22:41:20.865Z Checking ecdsa v0.17.0
29712026-08-25T22:41:21.082Z Checking primeorder v0.14.0
29722026-08-25T22:41:21.188Z Checking async-lock v3.4.2
29732026-08-25T22:41:21.287Z Compiling curve25519-dalek v5.0.0
29742026-08-25T22:41:21.445Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29752026-08-25T22:41:21.608Z Checking async-object-pool v0.2.0
29762026-08-25T22:41:22.108Z Checking ssh-encoding v0.3.0
29772026-08-25T22:41:22.342Z Checking serde_regex v1.1.0
29782026-08-25T22:41:22.547Z Checking assert-json-diff v2.0.2
29792026-08-25T22:41:22.760Z Checking path-tree v0.8.3
29802026-08-25T22:41:22.983Z Checking keccak v0.2.0
29812026-08-25T22:41:23.179Z Checking stringmetrics v2.2.2
29822026-08-25T22:41:23.353Z Checking topological-sort v0.2.2
29832026-08-25T22:41:23.526Z Compiling strsim v0.10.0
29842026-08-25T22:41:23.660Z Checking omicron-zone-package v0.12.3
29852026-08-25T22:41:23.738Z Compiling darling_core v0.13.4
29862026-08-25T22:41:23.874Z Checking httpmock v0.8.3
29872026-08-25T22:41:24.568Z Checking ed25519 v3.0.0
29882026-08-25T22:41:24.812Z Checking pkcs1 v0.8.0-rc.4
29892026-08-25T22:41:24.976Z Checking crypto-primes v0.7.2
29902026-08-25T22:41:25.057Z Checking poly1305 v0.9.0
29912026-08-25T22:41:25.369Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29922026-08-25T22:41:25.674Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29932026-08-25T22:41:25.802Z Checking blowfish v0.10.0
29942026-08-25T22:41:25.956Z Checking blake2 v0.11.0-rc.6
29952026-08-25T22:41:25.994Z Compiling target-lexicon v0.13.3
29962026-08-25T22:41:26.088Z Checking bcrypt-pbkdf v0.11.0
29972026-08-25T22:41:26.252Z Checking argon2 v0.6.0-rc.8
29982026-08-25T22:41:26.287Z Checking rsa v0.10.0-rc.18
29992026-08-25T22:41:26.323Z Compiling darling_macro v0.13.4
30002026-08-25T22:41:26.564Z Checking ssh-cipher v0.3.0
30012026-08-25T22:41:26.600Z Checking ed25519-dalek v3.0.0
30022026-08-25T22:41:26.813Z Checking sha3 v0.11.0
30032026-08-25T22:41:26.816Z Checking p256 v0.14.0
30042026-08-25T22:41:26.883Z Checking p521 v0.14.0
30052026-08-25T22:41:26.886Z Checking p384 v0.14.0
30062026-08-25T22:41:27.190Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30072026-08-25T22:41:27.452Z Checking kem v0.3.0
30082026-08-25T22:41:27.607Z Checking module-lattice v0.2.3
30092026-08-25T22:41:27.644Z Checking socket2 v0.5.10
30102026-08-25T22:41:27.864Z Compiling guppy-workspace-hack v0.1.0
30112026-08-25T22:41:27.921Z Checking hex-literal v0.4.1
30122026-08-25T22:41:28.053Z Checking sponge-cursor v0.1.0
30132026-08-25T22:41:28.136Z Checking ml-kem v0.3.2
30142026-08-25T22:41:28.214Z Checking sha3 v0.12.0
30152026-08-25T22:41:28.449Z Compiling darling v0.13.4
30162026-08-25T22:41:28.832Z Checking russh-cryptovec v0.62.0
30172026-08-25T22:41:28.881Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30182026-08-25T22:41:28.918Z Checking internal-russh-num-bigint v0.5.0
30192026-08-25T22:41:29.104Z Checking num-bigint v0.4.6
30202026-08-25T22:41:29.548Z Checking russh-util v0.52.0
30212026-08-25T22:41:29.708Z Checking generic-array v1.4.3
30222026-08-25T22:41:29.885Z Checking ssh-key v0.7.0-rc.11
30232026-08-25T22:41:29.969Z Compiling enum_dispatch v0.3.13
30242026-08-25T22:41:30.078Z Compiling delegate v0.13.5
30252026-08-25T22:41:30.143Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30262026-08-25T22:41:30.584Z Checking md5 v0.8.0
30272026-08-25T22:41:30.781Z Compiling target-spec v3.5.7
30282026-08-25T22:41:30.784Z Checking hex-literal v1.1.0
30292026-08-25T22:41:30.949Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30302026-08-25T22:41:31.040Z Checking russh v0.62.4
30312026-08-25T22:41:31.211Z Checking cfg-expr v0.20.6
30322026-08-25T22:41:31.607Z Compiling git2 v0.20.4
30332026-08-25T22:41:31.644Z Compiling serde_with_macros v1.5.2
30342026-08-25T22:41:31.782Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30352026-08-25T22:41:32.163Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30362026-08-25T22:41:32.376Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30372026-08-25T22:41:32.521Z Checking internet-checksum v0.2.1
30382026-08-25T22:41:32.609Z Compiling serde_with v1.14.0
30392026-08-25T22:41:33.183Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30402026-08-25T22:41:34.223Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30412026-08-25T22:41:34.260Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30422026-08-25T22:41:34.362Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30432026-08-25T22:41:34.398Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30442026-08-25T22:41:34.641Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30452026-08-25T22:41:34.724Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30462026-08-25T22:41:34.801Z Checking httptest v0.16.4
30472026-08-25T22:41:34.891Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30482026-08-25T22:41:34.942Z Checking pathdiff v0.2.3
30492026-08-25T22:41:34.980Z Checking nested v0.1.1
30502026-08-25T22:41:35.039Z Compiling polar-core v0.27.3
30512026-08-25T22:41:35.081Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30522026-08-25T22:41:35.150Z Checking guppy v0.17.25
30532026-08-25T22:41:35.207Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30542026-08-25T22:41:35.481Z Checking similar-asserts v1.7.0
30552026-08-25T22:41:35.591Z Compiling target-triple v1.0.0
30562026-08-25T22:41:35.665Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30572026-08-25T22:41:35.952Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30582026-08-25T22:41:36.105Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30592026-08-25T22:41:36.331Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30602026-08-25T22:41:36.514Z Checking hickory-client v0.25.2
30612026-08-25T22:41:36.835Z Checking supports-hyperlinks v2.1.0
30622026-08-25T22:41:36.952Z Checking supports-unicode v2.1.0
30632026-08-25T22:41:36.989Z Checking supports-color v2.1.0
30642026-08-25T22:41:37.102Z Checking textwrap v0.15.2
30652026-08-25T22:41:37.157Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30662026-08-25T22:41:37.341Z Checking terminal_size v0.1.17
30672026-08-25T22:41:37.344Z Compiling miette-derive v5.10.0
30682026-08-25T22:41:37.423Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30692026-08-25T22:41:37.484Z Compiling fs-err v2.11.0
30702026-08-25T22:41:37.718Z Compiling assert_cmd v2.1.2
30712026-08-25T22:41:37.871Z Checking owo-colors v3.5.0
30722026-08-25T22:41:38.001Z Checking escape8259 v0.5.3
30732026-08-25T22:41:38.164Z Checking libtest-mimic v0.8.1
30742026-08-25T22:41:38.458Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30752026-08-25T22:41:38.548Z Checking miette v5.10.0
30762026-08-25T22:41:38.615Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30772026-08-25T22:41:39.175Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30782026-08-25T22:41:39.315Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30792026-08-25T22:41:39.847Z Checking blake2b_simd v1.0.4
30802026-08-25T22:41:40.000Z Checking oso v0.27.3
30812026-08-25T22:41:40.102Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30822026-08-25T22:41:40.271Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30832026-08-25T22:41:40.502Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30842026-08-25T22:41:40.558Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30852026-08-25T22:41:40.743Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30862026-08-25T22:41:40.789Z Compiling knuffel-derive v3.2.0
30872026-08-25T22:41:40.977Z Checking fancy-regex v0.14.0
30882026-08-25T22:41:41.104Z Checking serde_tokenstream v0.2.3
30892026-08-25T22:41:41.392Z Checking approx v0.5.1
30902026-08-25T22:41:41.549Z Compiling rstest_macros v0.25.0
30912026-08-25T22:41:41.556Z Checking uzers v0.12.2
30922026-08-25T22:41:41.801Z Compiling linkme-impl v0.3.35
30932026-08-25T22:41:41.838Z Checking constant_time_eq v0.3.1
30942026-08-25T22:41:41.874Z Checking termcolor v1.4.1
30952026-08-25T22:41:41.972Z Checking rust-argon2 v2.1.0
30962026-08-25T22:41:42.145Z Checking trybuild v1.0.116
30972026-08-25T22:41:42.236Z Checking datatest-stable v0.3.3
30982026-08-25T22:41:42.279Z Checking knuffel v3.2.0
30992026-08-25T22:41:42.542Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31002026-08-25T22:41:42.577Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31012026-08-25T22:41:42.823Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31022026-08-25T22:41:42.852Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31032026-08-25T22:41:42.922Z Checking support-bundle-viewer v0.1.2
31042026-08-25T22:41:42.926Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31052026-08-25T22:41:43.015Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31062026-08-25T22:41:43.174Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31072026-08-25T22:41:43.214Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31082026-08-25T22:41:43.251Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31092026-08-25T22:41:43.401Z Checking drift v0.2.0
31102026-08-25T22:41:43.440Z Checking rand_distr v0.5.1
31112026-08-25T22:41:43.626Z Checking multimap v0.10.1
31122026-08-25T22:41:43.678Z Checking parse-size v1.1.0
31132026-08-25T22:41:43.798Z Compiling relative-path v1.9.3
31142026-08-25T22:41:43.834Z Compiling linkme v0.3.35
31152026-08-25T22:41:43.837Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31162026-08-25T22:41:43.907Z Checking dropshot-api-manager v0.8.0
31172026-08-25T22:41:44.404Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31182026-08-25T22:41:45.216Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31192026-08-25T22:41:45.646Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31202026-08-25T22:41:45.950Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31212026-08-25T22:41:45.986Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31222026-08-25T22:41:46.170Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31232026-08-25T22:41:46.252Z Checking cargo_toml v0.21.0
31242026-08-25T22:41:46.564Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31252026-08-25T22:41:46.782Z Checking partial-io v0.5.4
31262026-08-25T22:41:46.859Z Checking termios v0.3.3
31272026-08-25T22:41:47.018Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31282026-08-25T22:41:47.091Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31292026-08-25T22:41:47.720Z Checking rstest v0.25.0
31302026-08-25T22:41:48.209Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31312026-08-25T22:41:52.619Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31322026-08-25T22:41:52.781Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31332026-08-25T22:41:54.628Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31342026-08-25T22:41:58.510Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31352026-08-25T22:41:59.955Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31362026-08-25T22:42:02.193Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31372026-08-25T22:42:07.380Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31382026-08-25T22:42:10.186Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31392026-08-25T22:42:12.930Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31402026-08-25T22:42:15.630Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31412026-08-25T22:42:17.324Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31422026-08-25T22:42:17.700Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31432026-08-25T22:42:19.796Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31442026-08-25T22:42:23.074Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31452026-08-25T22:42:28.094Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31462026-08-25T22:42:50.472Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31472026-08-25T22:43:41.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 10s
31482026-08-25T22:43:41.111Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31492026-08-25T22:43:41.111Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31502026-08-25T22:43:41.770Z
31512026-08-25T22:43:41.771Zreal 4:13.681050137
31522026-08-25T22:43:41.771Zuser 21:55.949954660
31532026-08-25T22:43:41.771Zsys 5:14.096339420
31542026-08-25T22:43:41.771Ztrap 0.511893366
31552026-08-25T22:43:41.771Ztflt 0.463743487
31562026-08-25T22:43:41.771Zdflt 0.534754677
31572026-08-25T22:43:41.771Zkflt 0.010379142
31582026-08-25T22:43:41.771Zlock 1:05:57.726860880
31592026-08-25T22:43:41.771Zslp 59:26.285370886
31602026-08-25T22:43:41.771Zlat 1:50.982821507
31612026-08-25T22:43:41.771Zstop 14:25.238491129
31622026-08-25T22:43:41.774Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31632026-08-25T22:43:41.774Z+ ptime -m cargo doc --workspace --no-deps
31642026-08-25T22:43:42.637Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31652026-08-25T22:43:42.637Z |
31662026-08-25T22:43:42.637Z = 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)`
31672026-08-25T22:43:42.637Z = 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>
31682026-08-25T22:43:43.744Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31692026-08-25T22:43:43.984Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31702026-08-25T22:43:44.030Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31712026-08-25T22:43:44.094Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31722026-08-25T22:43:44.123Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31732026-08-25T22:43:44.178Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31742026-08-25T22:43:44.295Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31752026-08-25T22:43:44.321Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-08-25T22:43:44.352Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31772026-08-25T22:43:44.382Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31782026-08-25T22:43:44.490Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31792026-08-25T22:43:44.561Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31802026-08-25T22:43:44.629Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31812026-08-25T22:43:44.659Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31822026-08-25T22:43:44.700Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31832026-08-25T22:43:44.724Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31842026-08-25T22:43:44.747Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31852026-08-25T22:43:44.770Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31862026-08-25T22:43:44.773Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31872026-08-25T22:43:44.842Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31882026-08-25T22:43:44.867Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31892026-08-25T22:43:44.891Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31902026-08-25T22:43:45.136Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31912026-08-25T22:43:45.286Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31922026-08-25T22:43:45.314Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31932026-08-25T22:43:45.371Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31942026-08-25T22:43:45.531Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31952026-08-25T22:43:45.604Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31962026-08-25T22:43:45.627Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31972026-08-25T22:43:45.771Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31982026-08-25T22:43:45.876Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31992026-08-25T22:43:45.901Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32002026-08-25T22:43:45.926Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32012026-08-25T22:43:46.063Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32022026-08-25T22:43:46.232Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32032026-08-25T22:43:46.292Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32042026-08-25T22:43:46.316Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32052026-08-25T22:43:46.448Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32062026-08-25T22:43:46.473Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32072026-08-25T22:43:46.530Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32082026-08-25T22:43:46.678Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32092026-08-25T22:43:46.805Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32102026-08-25T22:43:46.981Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32112026-08-25T22:43:47.007Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32122026-08-25T22:43:47.036Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32132026-08-25T22:43:47.061Z Checking scuffle v0.1.0
32142026-08-25T22:43:47.236Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152026-08-25T22:43:47.262Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32162026-08-25T22:43:47.364Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32172026-08-25T22:43:47.487Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32182026-08-25T22:43:47.511Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32192026-08-25T22:43:47.534Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32202026-08-25T22:43:47.559Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32212026-08-25T22:43:47.640Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32222026-08-25T22:43:48.140Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32232026-08-25T22:43:48.626Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32242026-08-25T22:43:48.706Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32252026-08-25T22:43:49.050Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32262026-08-25T22:43:49.118Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32272026-08-25T22:43:49.146Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32282026-08-25T22:43:49.150Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32292026-08-25T22:43:49.331Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32302026-08-25T22:43:49.418Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32312026-08-25T22:43:49.442Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32322026-08-25T22:43:49.466Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32332026-08-25T22:43:49.542Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32342026-08-25T22:43:49.618Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32352026-08-25T22:43:50.360Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32362026-08-25T22:43:50.553Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32372026-08-25T22:43:50.578Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32382026-08-25T22:43:50.669Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32392026-08-25T22:43:50.837Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32402026-08-25T22:43:50.963Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32412026-08-25T22:43:51.024Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32422026-08-25T22:43:51.049Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32432026-08-25T22:43:51.099Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32442026-08-25T22:43:51.123Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32452026-08-25T22:43:51.252Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32462026-08-25T22:43:51.276Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32472026-08-25T22:43:51.299Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32482026-08-25T22:43:51.357Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32492026-08-25T22:43:51.451Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32502026-08-25T22:43:51.476Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32512026-08-25T22:43:51.499Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32522026-08-25T22:43:51.744Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32532026-08-25T22:43:51.744Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32542026-08-25T22:43:51.792Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32552026-08-25T22:43:51.816Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32562026-08-25T22:43:51.819Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32572026-08-25T22:43:51.819Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32582026-08-25T22:43:51.992Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32592026-08-25T22:43:52.043Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32602026-08-25T22:43:52.089Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32612026-08-25T22:43:52.111Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32622026-08-25T22:43:52.134Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32632026-08-25T22:43:52.285Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32642026-08-25T22:43:52.333Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32652026-08-25T22:43:52.377Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32662026-08-25T22:43:52.400Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32672026-08-25T22:43:52.424Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32682026-08-25T22:43:52.523Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32692026-08-25T22:43:52.547Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32702026-08-25T22:43:52.618Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32712026-08-25T22:43:52.719Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32722026-08-25T22:43:52.742Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32732026-08-25T22:43:53.010Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32742026-08-25T22:43:53.014Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32752026-08-25T22:43:53.055Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32762026-08-25T22:43:53.565Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32772026-08-25T22:43:53.778Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32782026-08-25T22:43:53.820Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32792026-08-25T22:43:54.106Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32802026-08-25T22:43:54.881Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32812026-08-25T22:43:55.190Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32822026-08-25T22:43:55.687Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32832026-08-25T22:43:55.853Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32842026-08-25T22:43:56.544Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32852026-08-25T22:43:56.763Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32862026-08-25T22:43:57.400Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32872026-08-25T22:43:57.553Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32882026-08-25T22:43:57.988Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32892026-08-25T22:43:58.027Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32902026-08-25T22:43:58.322Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32912026-08-25T22:43:58.459Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32922026-08-25T22:43:58.535Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32932026-08-25T22:43:58.789Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32942026-08-25T22:43:59.237Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32952026-08-25T22:43:59.443Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32962026-08-25T22:43:59.842Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32972026-08-25T22:43:59.942Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32982026-08-25T22:44:00.184Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32992026-08-25T22:44:00.219Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33002026-08-25T22:44:00.477Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33012026-08-25T22:44:00.754Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33022026-08-25T22:44:00.904Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33032026-08-25T22:44:01.335Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33042026-08-25T22:44:01.524Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33052026-08-25T22:44:01.850Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33062026-08-25T22:44:02.321Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33072026-08-25T22:44:02.385Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33082026-08-25T22:44:02.996Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33092026-08-25T22:44:03.057Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33102026-08-25T22:44:03.443Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33112026-08-25T22:44:03.486Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33122026-08-25T22:44:04.324Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33132026-08-25T22:44:04.611Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33142026-08-25T22:44:04.810Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33152026-08-25T22:44:05.221Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33162026-08-25T22:44:05.423Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33172026-08-25T22:44:05.611Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33182026-08-25T22:44:05.762Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33192026-08-25T22:44:06.683Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33202026-08-25T22:44:06.811Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33212026-08-25T22:44:06.973Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33222026-08-25T22:44:07.052Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33232026-08-25T22:44:07.679Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33242026-08-25T22:44:08.787Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33252026-08-25T22:44:11.265Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33262026-08-25T22:44:11.360Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33272026-08-25T22:44:12.221Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33282026-08-25T22:44:14.014Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33292026-08-25T22:44:14.210Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33302026-08-25T22:44:14.676Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33312026-08-25T22:44:14.816Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33322026-08-25T22:44:15.059Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33332026-08-25T22:44:15.577Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33342026-08-25T22:44:16.732Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33352026-08-25T22:44:17.275Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33362026-08-25T22:44:17.319Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33372026-08-25T22:44:18.622Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-08-25T22:44:18.648Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33392026-08-25T22:44:18.941Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33402026-08-25T22:44:19.100Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33412026-08-25T22:44:19.696Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33422026-08-25T22:44:19.750Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33432026-08-25T22:44:19.774Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33442026-08-25T22:44:19.878Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33452026-08-25T22:44:20.102Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33462026-08-25T22:44:20.249Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33472026-08-25T22:44:20.313Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33482026-08-25T22:44:20.854Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33492026-08-25T22:44:20.879Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33502026-08-25T22:44:21.449Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33512026-08-25T22:44:21.603Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33522026-08-25T22:44:21.895Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33532026-08-25T22:44:21.921Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33542026-08-25T22:44:22.200Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33552026-08-25T22:44:22.638Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33562026-08-25T22:44:23.603Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33572026-08-25T22:44:24.492Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33582026-08-25T22:44:24.761Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33592026-08-25T22:44:26.607Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33602026-08-25T22:44:28.022Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33612026-08-25T22:44:28.493Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33622026-08-25T22:44:29.619Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33632026-08-25T22:44:31.302Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33642026-08-25T22:44:32.245Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33652026-08-25T22:44:33.305Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33662026-08-25T22:44:33.911Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33672026-08-25T22:44:35.414Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33682026-08-25T22:44:36.934Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33692026-08-25T22:44:37.505Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33702026-08-25T22:44:38.167Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33712026-08-25T22:44:39.788Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33722026-08-25T22:44:39.860Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33732026-08-25T22:44:42.348Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33742026-08-25T22:44:43.119Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33752026-08-25T22:44:46.379Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33762026-08-25T22:44:47.065Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33772026-08-25T22:44:47.922Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33782026-08-25T22:44:48.746Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33792026-08-25T22:44:49.505Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33802026-08-25T22:44:50.349Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33812026-08-25T22:44:51.151Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33822026-08-25T22:44:51.971Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33832026-08-25T22:44:53.956Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33842026-08-25T22:44:54.587Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33852026-08-25T22:44:55.004Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33862026-08-25T22:44:55.711Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33872026-08-25T22:44:56.827Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33882026-08-25T22:44:57.394Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33892026-08-25T22:44:58.239Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33902026-08-25T22:45:01.671Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33912026-08-25T22:45:02.946Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33922026-08-25T22:45:04.010Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33932026-08-25T22:45:04.837Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33942026-08-25T22:45:05.912Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33952026-08-25T22:45:06.691Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33962026-08-25T22:45:08.872Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33972026-08-25T22:45:10.004Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33982026-08-25T22:45:11.001Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33992026-08-25T22:45:11.959Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34002026-08-25T22:45:13.155Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34012026-08-25T22:45:15.781Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34022026-08-25T22:45:16.578Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
34032026-08-25T22:45:18.355Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-08-25T22:45:19.168Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34052026-08-25T22:45:20.682Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34062026-08-25T22:45:22.217Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34072026-08-25T22:45:23.810Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34082026-08-25T22:45:25.560Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34092026-08-25T22:45:27.159Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34102026-08-25T22:45:28.763Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34112026-08-25T22:45:30.579Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34122026-08-25T22:45:35.037Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34132026-08-25T22:45:35.528Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34142026-08-25T22:45:36.648Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34152026-08-25T22:45:37.395Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34162026-08-25T22:45:39.114Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34172026-08-25T22:45:40.925Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34182026-08-25T22:45:42.842Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34192026-08-25T22:45:44.856Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34202026-08-25T22:45:46.648Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34212026-08-25T22:45:48.673Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34222026-08-25T22:45:50.237Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34232026-08-25T22:45:51.968Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34242026-08-25T22:45:53.763Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34252026-08-25T22:45:55.558Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34262026-08-25T22:45:57.379Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34272026-08-25T22:45:59.160Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34282026-08-25T22:46:00.949Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34292026-08-25T22:46:04.292Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34302026-08-25T22:46:06.383Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34312026-08-25T22:46:08.066Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34322026-08-25T22:46:09.885Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34332026-08-25T22:46:11.559Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34342026-08-25T22:46:15.556Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34352026-08-25T22:46:17.438Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34362026-08-25T22:46:19.170Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34372026-08-25T22:46:21.549Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34382026-08-25T22:46:24.684Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34392026-08-25T22:46:25.562Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34402026-08-25T22:46:27.929Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34412026-08-25T22:46:30.065Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34422026-08-25T22:46:32.434Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34432026-08-25T22:46:34.881Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34442026-08-25T22:46:37.823Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34452026-08-25T22:46:39.353Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34462026-08-25T22:46:42.104Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34472026-08-25T22:46:44.547Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34482026-08-25T22:46:46.752Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34492026-08-25T22:46:49.656Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34502026-08-25T22:46:52.117Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34512026-08-25T22:46:53.934Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34522026-08-25T22:46:56.417Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34532026-08-25T22:46:58.980Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34542026-08-25T22:47:01.575Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34552026-08-25T22:47:04.070Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34562026-08-25T22:47:06.329Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34572026-08-25T22:47:09.064Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34582026-08-25T22:47:11.511Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34592026-08-25T22:47:14.092Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34602026-08-25T22:47:16.580Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34612026-08-25T22:47:18.949Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34622026-08-25T22:47:21.556Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34632026-08-25T22:47:24.167Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34642026-08-25T22:47:26.685Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34652026-08-25T22:47:29.212Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34662026-08-25T22:47:31.692Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34672026-08-25T22:47:34.380Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34682026-08-25T22:47:36.811Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34692026-08-25T22:47:39.344Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34702026-08-25T22:47:41.916Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34712026-08-25T22:47:44.499Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34722026-08-25T22:47:47.060Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34732026-08-25T22:47:49.619Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34742026-08-25T22:47:52.143Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34752026-08-25T22:47:54.578Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34762026-08-25T22:47:57.202Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34772026-08-25T22:47:59.879Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34782026-08-25T22:48:02.262Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34792026-08-25T22:48:05.649Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34802026-08-25T22:48:07.852Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34812026-08-25T22:48:10.555Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34822026-08-25T22:48:13.342Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34832026-08-25T22:48:15.781Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34842026-08-25T22:48:18.542Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34852026-08-25T22:48:21.250Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34862026-08-25T22:48:24.005Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34872026-08-25T22:48:26.623Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34882026-08-25T22:48:29.279Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34892026-08-25T22:48:31.965Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34902026-08-25T22:48:34.552Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34912026-08-25T22:48:37.181Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34922026-08-25T22:48:40.203Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34932026-08-25T22:48:42.922Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34942026-08-25T22:48:45.547Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34952026-08-25T22:48:48.230Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34962026-08-25T22:48:50.978Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34972026-08-25T22:48:53.697Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34982026-08-25T22:48:56.458Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34992026-08-25T22:48:59.222Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35002026-08-25T22:49:02.437Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35012026-08-25T22:49:09.988Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35022026-08-25T22:49:10.309Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35032026-08-25T22:49:13.644Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35042026-08-25T22:49:17.023Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35052026-08-25T22:49:20.708Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35062026-08-25T22:49:24.099Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35072026-08-25T22:49:27.582Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35082026-08-25T22:49:31.143Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35092026-08-25T22:49:34.690Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35102026-08-25T22:49:38.273Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35112026-08-25T22:49:41.767Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35122026-08-25T22:49:45.310Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35132026-08-25T22:49:48.868Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
35142026-08-25T22:49:52.510Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35152026-08-25T22:49:56.024Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35162026-08-25T22:49:59.558Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35172026-08-25T22:50:03.067Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35182026-08-25T22:50:08.035Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35192026-08-25T22:50:10.962Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35202026-08-25T22:50:14.830Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35212026-08-25T22:50:18.670Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35222026-08-25T22:50:22.783Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35232026-08-25T22:50:26.509Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35242026-08-25T22:50:30.348Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35252026-08-25T22:50:34.171Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35262026-08-25T22:51:04.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 23s
35272026-08-25T22:51:04.996Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35282026-08-25T22:51:04.996Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35292026-08-25T22:51:05.163Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35302026-08-25T22:51:05.270Z
35312026-08-25T22:51:05.274Zreal 7:23.408254328
35322026-08-25T22:51:05.274Zuser 20:09.062045747
35332026-08-25T22:51:05.274Zsys 4:19.347119305
35342026-08-25T22:51:05.274Ztrap 0.287756018
35352026-08-25T22:51:05.274Ztflt 0.007097341
35362026-08-25T22:51:05.274Zdflt 0.173552572
35372026-08-25T22:51:05.274Zkflt 0.000036520
35382026-08-25T22:51:05.274Zlock 7:02:03.400334232
35392026-08-25T22:51:05.274Zslp 2:28:39.395188192
35402026-08-25T22:51:05.274Zlat 36.269251753
35412026-08-25T22:51:05.274Zstop 2:11.529911563
35422026-08-25T22:51:05.274Zprocess exited: duration 828601 ms, exit code 0
 
35432026-08-25T22:51:05.285Zfound 0 output files