01KZRTQ0Z8C6V6JM6RZSE3E5H6: clippy (helios)

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

Buildomat Job: 01KZRTQHVCTM8WVN1D30EJZ86D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T16:34:04.180Zjob assigned to worker 01KZRTQTCEXNX5VTKY0CE4PZM7 [factory aws, i-0faa6aff345364640] (queued for 49 s)
 
22026-08-11T16:34:11.036Zstarting task 0: "setup"
32026-08-11T16:34:11.042Z++ uname -s
42026-08-11T16:34:11.045Z+ kern=SunOS
52026-08-11T16:34:11.045Z+ build_user=build
62026-08-11T16:34:11.045Z+ build_uid=12345
72026-08-11T16:34:11.045Z+ work_dir=/work
82026-08-11T16:34:11.045Z+ input_dir=/input
92026-08-11T16:34:11.045Z+ [[ 0 == 12345 ]]
102026-08-11T16:34:11.045Z+ case "$kern" in
112026-08-11T16:34:11.045Z+ groupadd -g 12345 build
122026-08-11T16:34:11.045Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T16:34:13.051Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T16:34:13.148Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T16:34:13.151Z+ home_fs=zfs
162026-08-11T16:34:13.151Z+ [[ zfs == autofs ]]
172026-08-11T16:34:13.151Z+ mkdir -p /home/build
182026-08-11T16:34:13.151Z+ chown build:build /home/build /work
192026-08-11T16:34:15.152Z+ chmod 0700 /home/build /work
202026-08-11T16:34:15.155Zprocess exited: duration 4117 ms, exit code 0
 
212026-08-11T16:34:15.162Zstarting task 1: "rust-toolchain"
222026-08-11T16:34:15.165Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T16:34:15.165Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-11T16:34:15.165Z * rust toolchain channel = "1.97.1"
252026-08-11T16:34:15.165Z * rust toolchain profile = "default"
262026-08-11T16:34:15.165Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T16:34:15.165Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T16:34:15.168Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T16:34:15.168Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T16:34:15.248Zinfo: downloading installer
312026-08-11T16:34:16.589Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T16:34:16.589Zwarn: /home/build/.rustup/settings.toml
332026-08-11T16:34:16.589Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T16:34:16.589Zwarn: instead of the one inferred from the default host triple.
352026-08-11T16:34:16.602Zinfo: profile set to default
362026-08-11T16:34:16.602Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T16:34:16.605Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T16:34:16.746Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T16:34:16.748Zinfo: downloading 6 components
402026-08-11T16:34:31.264Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-11T16:34:31.264Z
422026-08-11T16:34:31.291Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T16:34:31.291Z
442026-08-11T16:34:31.291Z
452026-08-11T16:34:31.291ZRust is installed now. Great!
462026-08-11T16:34:31.291Z
472026-08-11T16:34:31.291ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T16:34:31.291Zenvironment variable. This has not been done automatically.
492026-08-11T16:34:31.291Z
502026-08-11T16:34:31.291ZTo configure your current shell, you need to source
512026-08-11T16:34:31.291Zthe corresponding env file under $HOME/.cargo.
522026-08-11T16:34:31.291Z
532026-08-11T16:34:31.291ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T16:34:31.294Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T16:34:31.294Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T16:34:31.294Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T16:34:31.294Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T16:34:31.294Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T16:34:31.294Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T16:34:31.294Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T16:34:31.294Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T16:34:31.388Z+ rustup --version
632026-08-11T16:34:31.397Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T16:34:31.400Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T16:34:31.419Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T16:34:31.422Z+ cargo --version
672026-08-11T16:34:31.436Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T16:34:31.439Z+ rustc --version
692026-08-11T16:34:31.458Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T16:34:31.461Zprocess exited: duration 16298 ms, exit code 0
 
712026-08-11T16:34:31.467Zstarting task 2: "authentication"
722026-08-11T16:34:31.483Zprocess exited: duration 16 ms, exit code 0
 
732026-08-11T16:34:31.489Zstarting task 3: "clone repository"
742026-08-11T16:34:31.492Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-11T16:34:31.495Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-11T16:34:31.527ZCloning into '/work/oxidecomputer/omicron'...
772026-08-11T16:34:48.594Z+ cd /work/oxidecomputer/omicron
782026-08-11T16:34:48.594Z+ git fetch origin 7649f3c7afa892963f4b524e481009f67f20735e
792026-08-11T16:34:48.942ZFrom https://github.com/oxidecomputer/omicron
802026-08-11T16:34:48.942Z * branch 7649f3c7afa892963f4b524e481009f67f20735e -> FETCH_HEAD
812026-08-11T16:34:48.952Z+ [[ -n eliza/committed-sitrep-type ]]
822026-08-11T16:34:48.955Z++ git branch --show-current
832026-08-11T16:34:48.955Z+ current=main
842026-08-11T16:34:48.955Z+ [[ main != eliza/committed-sitrep-type ]]
852026-08-11T16:34:48.955Z+ git branch -f eliza/committed-sitrep-type 7649f3c7afa892963f4b524e481009f67f20735e
862026-08-11T16:34:48.958Z+ git checkout -f eliza/committed-sitrep-type
872026-08-11T16:34:49.201ZSwitched to branch 'eliza/committed-sitrep-type'
882026-08-11T16:34:49.226Z+ git reset --hard 7649f3c7afa892963f4b524e481009f67f20735e
892026-08-11T16:34:49.443ZHEAD is now at 7649f3c7a fm: refactor `(SitrepVersion, Sitrep)` into a type
902026-08-11T16:34:49.446Zprocess exited: duration 17955 ms, exit code 0
 
912026-08-11T16:34:49.452Zstarting task 4: "build"
922026-08-11T16:34:49.456Z+ source ./env.sh
932026-08-11T16:34:49.456Z++ OLD_SHELL_OPTS=ehxB
942026-08-11T16:34:49.456Z++ set -o xtrace
952026-08-11T16:34:49.459Z++++ dirname ./env.sh
962026-08-11T16:34:49.462Z+++ readlink -f .
972026-08-11T16:34:49.462Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-11T16:34:49.465Z++ 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-11T16:34:49.465Z++ 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-11T16:34:49.465Z++ 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-11T16:34:49.465Z++ 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-11T16:34:49.465Z++ 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-11T16:34:49.465Z++ 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-11T16:34:49.465Z++ 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-11T16:34:49.465Z++ 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-11T16:34:49.465Z++ 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-11T16:34:49.465Z++ 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-11T16:34:49.465Z++ case $OLD_SHELL_OPTS in
1092026-08-11T16:34:49.465Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-11T16:34:49.465Z+ source .github/buildomat/ci-env.sh
1112026-08-11T16:34:49.465Z++ export CARGO_TERM_COLOR=always
1122026-08-11T16:34:49.465Z++ CARGO_TERM_COLOR=always
1132026-08-11T16:34:49.465Z+++ uname -s
1142026-08-11T16:34:49.465Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-11T16:34:49.465Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-11T16:34:49.468Z+ cargo --version
1172026-08-11T16:34:49.474Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-11T16:34:49.478Z+ rustc --version
1192026-08-11T16:34:49.496Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-11T16:34:49.500Z+ banner prerequisites
1212026-08-11T16:34:49.503Z
1222026-08-11T16:34:49.503Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-11T16:34:49.503Z # # # # # # # # # # # # # # #
1242026-08-11T16:34:49.503Z # # # # ##### # # ##### # # # # # #### #
1252026-08-11T16:34:49.503Z ##### ##### # ##### # # # # # # # # #
1262026-08-11T16:34:49.503Z # # # # # # # # # # # # # # #
1272026-08-11T16:34:49.503Z # # # ###### # # ###### ### # #### # #### #
1282026-08-11T16:34:49.503Z
1292026-08-11T16:34:49.503Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-11T16:34:51.267Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-11T16:34:51.558Z Startup: Caching catalogs ... Done
1322026-08-11T16:34:53.224ZPlanning: Solver setup ... Done (1.568s)
1332026-08-11T16:34:53.275ZPlanning: Running solver ... Done (0.051s)
1342026-08-11T16:34:53.314ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-11T16:34:53.323ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-11T16:34:53.338ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-11T16:34:53.352ZPlanning: Package planning ... Done (0.013s)
1382026-08-11T16:34:53.355ZPlanning: Merging actions ... Done (0.001s)
1392026-08-11T16:34:53.514ZPlanning: Checking for conflicting actions ... Done (0.161s)
1402026-08-11T16:34:53.517ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-11T16:34:54.273ZPlanning: Evaluating mediators ... Done (0.758s)
1422026-08-11T16:34:54.276ZPlanning: Planning completed in 2.69 seconds
1432026-08-11T16:34:54.282Z Packages to install: 2
1442026-08-11T16:34:54.282Z Estimated space available: 156.02 GB
1452026-08-11T16:34:54.285ZEstimated space to be consumed: 66.55 MB
1462026-08-11T16:34:54.285Z Create boot environment: No
1472026-08-11T16:34:54.285ZCreate backup boot environment: No
1482026-08-11T16:34:54.285Z Rebuild boot archive: No
1492026-08-11T16:34:54.286Z
1502026-08-11T16:34:54.286ZChanged packages:
1512026-08-11T16:34:54.286Zhelios
1522026-08-11T16:34:54.286Z developer/build-essential
1532026-08-11T16:34:54.286Z None -> 11-3.0
1542026-08-11T16:34:54.286Z library/libxmlsec1
1552026-08-11T16:34:54.286Z None -> 1.2.35-3.0
1562026-08-11T16:34:54.307Z
1572026-08-11T16:34:54.307ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-11T16:34:54.383ZDownload: Completed 1.28 MB in 0.08 seconds (16.9M/s)
1592026-08-11T16:34:54.503Z Actions: 1/268 actions (Installing new actions)
1602026-08-11T16:34:54.542Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-11T16:34:54.573ZFinalize: Updating package state database ... Done (0.031s)
1622026-08-11T16:34:54.576ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-11T16:34:54.646ZFinalize: Updating image state ... Done (0.072s)
1642026-08-11T16:34:57.132ZFinalize: Creating fast lookup database ... Done (2.437s)
1652026-08-11T16:34:57.202ZFinalize: Reading search index ... Done (0.012s)
1662026-08-11T16:34:57.215ZFinalize: Updating search index ... Done (0.000s)
1672026-08-11T16:34:57.373ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-11T16:34:57.643ZPlanning: Evaluating mediator changes ... Done
1692026-08-11T16:34:57.751ZPlanning: Checking for conflicting actions ... Done
1702026-08-11T16:34:57.761ZPlanning: Consolidating action changes ... Done
1712026-08-11T16:34:57.908ZPlanning: Evaluating mediators ... Done
1722026-08-11T16:34:57.913ZPlanning: Planning completed in 0.26 seconds
1732026-08-11T16:34:57.927Z Mediators to change: 2
1742026-08-11T16:34:57.927Z Create boot environment: No
1752026-08-11T16:34:57.927ZCreate backup boot environment: No
1762026-08-11T16:34:58.000ZFinalize: Updating package state database ... Done
1772026-08-11T16:34:58.000ZFinalize: Updating package cache ... Done
1782026-08-11T16:34:58.078ZFinalize: Updating image state ... Done
1792026-08-11T16:35:00.008ZFinalize: Creating fast lookup database ... Done
1802026-08-11T16:35:00.070ZFinalize: Reading search index ... Done
1812026-08-11T16:35:00.072ZFinalize: Updating search index ... Done
1822026-08-11T16:35:00.167ZFinalize: Updating package cache ... Done
1832026-08-11T16:35:00.456ZPlanning: Evaluating mediator changes ... Done
1842026-08-11T16:35:00.561ZPlanning: Checking for conflicting actions ... Done
1852026-08-11T16:35:00.564ZPlanning: Consolidating action changes ... Done
1862026-08-11T16:35:00.718ZPlanning: Evaluating mediators ... Done
1872026-08-11T16:35:00.721ZPlanning: Planning completed in 0.26 seconds
1882026-08-11T16:35:00.743Z Mediators to change: 1
1892026-08-11T16:35:00.743Z Create boot environment: No
1902026-08-11T16:35:00.747ZCreate backup boot environment: No
1912026-08-11T16:35:00.805ZFinalize: Updating package state database ... Done
1922026-08-11T16:35:00.805ZFinalize: Updating package cache ... Done
1932026-08-11T16:35:00.847ZFinalize: Updating image state ... Done
1942026-08-11T16:35:02.805ZFinalize: Creating fast lookup database ... Done
1952026-08-11T16:35:02.866ZFinalize: Reading search index ... Done
1962026-08-11T16:35:02.868ZFinalize: Updating search index ... Done
1972026-08-11T16:35:03.021ZFinalize: Updating package cache ... Done
1982026-08-11T16:35:03.339ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-11T16:35:03.339Zapache system 2.4 system
2002026-08-11T16:35:03.339Zclang system 15 system
2012026-08-11T16:35:03.339Zcsh system system illumos
2022026-08-11T16:35:03.339Zctags system system illumos
2032026-08-11T16:35:03.339Zfile vendor vendor darwinsys
2042026-08-11T16:35:03.339Zfile system system illumos
2052026-08-11T16:35:03.339Zgcc vendor 14 vendor
2062026-08-11T16:35:03.339Zgcc system 13 system
2072026-08-11T16:35:03.339Zgcc system 10 system
2082026-08-11T16:35:03.339Zgo system 1.25 system
2092026-08-11T16:35:03.339Zllvm system 15 system
2102026-08-11T16:35:03.340Zmariadb system 11.4 system
2112026-08-11T16:35:03.340Zmta vendor vendor dma
2122026-08-11T16:35:03.340Zopenjdk system 17 system
2132026-08-11T16:35:03.340Zopenjdk system 11 system
2142026-08-11T16:35:03.340Zopenssl vendor 3 vendor
2152026-08-11T16:35:03.340Zperl system 5.40 system
2162026-08-11T16:35:03.340Zpostgresql system 18 system
2172026-08-11T16:35:03.340Zpostgresql system 17 system
2182026-08-11T16:35:03.340Zpython vendor 3 vendor
2192026-08-11T16:35:03.340Zpython system 2 system
2202026-08-11T16:35:03.340Zpython3 vendor 3.13 vendor
2212026-08-11T16:35:03.340Zruby system 3.4 system
2222026-08-11T16:35:03.340Zruby system 3.0 system
2232026-08-11T16:35:03.340Zwords vendor vendor american-english
2242026-08-11T16:35:03.340Zwords system system australian-english
2252026-08-11T16:35:03.340Zwords system system british-english
2262026-08-11T16:35:03.340Zwords system system canadian-english
2272026-08-11T16:35:03.340Zwords system system french
2282026-08-11T16:35:03.340Zwords system system italian
2292026-08-11T16:35:03.340Zwords system system ngerman
2302026-08-11T16:35:03.340Zwords system system ogerman
2312026-08-11T16:35:03.341Zwords system system spanish
2322026-08-11T16:35:03.590ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-11T16:35:03.591Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-11T16:35:04.021ZFMRI IFO
2352026-08-11T16:35:04.021Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-11T16:35:04.021Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-11T16:35:04.021Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-11T16:35:04.021Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-11T16:35:04.021Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-11T16:35:04.021Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-11T16:35:04.021Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-11T16:35:04.021Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-11T16:35:04.021Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-11T16:35:04.347Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-11T16:35:04.632Z Updating crates.io index
2462026-08-11T16:35:04.635Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-11T16:35:04.884Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-11T16:35:05.313Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-11T16:35:06.611Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-11T16:35:07.231Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-11T16:35:09.184Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-11T16:35:10.265Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-11T16:35:10.569Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-11T16:35:10.959Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-11T16:35:12.326Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-11T16:35:13.039Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-11T16:35:13.416Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-08-11T16:35:13.769Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-08-11T16:35:14.374Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-08-11T16:35:14.951Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-11T16:35:15.227Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-11T16:35:15.498Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-11T16:35:15.790Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-08-11T16:35:16.145Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-08-11T16:35:16.440Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-08-11T16:35:16.718Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-08-11T16:35:17.021Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-08-11T16:35:17.370Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-08-11T16:35:17.753Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-11T16:35:18.018Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-11T16:35:18.528Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-11T16:35:18.813Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-11T16:35:19.126Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-11T16:35:22.606Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-11T16:35:22.889Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-11T16:35:23.220Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-11T16:35:23.608Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-08-11T16:35:24.113Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-11T16:35:24.386Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-11T16:35:24.675Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-11T16:35:24.955Z Updating git repository `https://github.com/oxidecomputer/tough`
2822026-08-11T16:35:25.724Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-11T16:35:26.070Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-11T16:35:26.362Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-11T16:35:26.697Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-11T16:35:27.014Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-11T16:35:27.269Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-11T16:35:30.148Z Downloading crates ...
2892026-08-11T16:35:30.200Z Downloaded anyhow v1.0.102
2902026-08-11T16:35:30.203Z Downloaded anstyle v1.0.14
2912026-08-11T16:35:30.207Z Downloaded semver v1.0.28
2922026-08-11T16:35:30.210Z Downloaded cargo_toml v0.21.0
2932026-08-11T16:35:30.210Z Downloaded anstream v1.0.0
2942026-08-11T16:35:30.212Z Downloaded getrandom v0.4.1
2952026-08-11T16:35:30.227Z Downloaded block-buffer v0.10.4
2962026-08-11T16:35:30.227Z Downloaded pest_derive v2.8.6
2972026-08-11T16:35:30.227Z Downloaded fastrand v2.3.0
2982026-08-11T16:35:30.227Z Downloaded memchr v2.8.0
2992026-08-11T16:35:30.232Z Downloaded memmap v0.7.0
3002026-08-11T16:35:30.232Z Downloaded zmij v1.0.21
3012026-08-11T16:35:30.232Z Downloaded byteorder v1.5.0
3022026-08-11T16:35:30.232Z Downloaded fnv v1.0.7
3032026-08-11T16:35:30.232Z Downloaded zerocopy v0.7.35
3042026-08-11T16:35:30.237Z Downloaded zerocopy-derive v0.7.35
3052026-08-11T16:35:30.239Z Downloaded log v0.4.29
3062026-08-11T16:35:30.242Z Downloaded clap_lex v1.0.0
3072026-08-11T16:35:30.242Z Downloaded macaddr v1.0.1
3082026-08-11T16:35:30.242Z Downloaded dof v0.3.0
3092026-08-11T16:35:30.242Z Downloaded anstyle-query v1.1.5
3102026-08-11T16:35:30.242Z Downloaded autocfg v1.5.0
3112026-08-11T16:35:30.245Z Downloaded heck v0.5.0
3122026-08-11T16:35:30.245Z Downloaded equivalent v1.0.2
3132026-08-11T16:35:30.245Z Downloaded cargo_metadata v0.23.1
3142026-08-11T16:35:30.248Z Downloaded pest_generator v2.8.6
3152026-08-11T16:35:30.252Z Downloaded itoa v1.0.17
3162026-08-11T16:35:30.254Z Downloaded is_terminal_polyfill v1.70.2
3172026-08-11T16:35:30.262Z Downloaded cfg-if v1.0.4
3182026-08-11T16:35:30.265Z Downloaded strsim v0.11.1
3192026-08-11T16:35:30.268Z Downloaded cpufeatures v0.2.17
3202026-08-11T16:35:30.271Z Downloaded version_check v0.9.5
3212026-08-11T16:35:30.271Z Downloaded pretty-hex v0.4.1
3222026-08-11T16:35:30.274Z Downloaded toml_datetime v0.6.11
3232026-08-11T16:35:30.274Z Downloaded serde_spanned v0.6.9
3242026-08-11T16:35:30.277Z Downloaded utf8parse v0.2.2
3252026-08-11T16:35:30.277Z Downloaded terminal_size v0.4.3
3262026-08-11T16:35:30.282Z Downloaded scroll_derive v0.12.1
3272026-08-11T16:35:30.285Z Downloaded anstyle-parse v1.0.0
3282026-08-11T16:35:30.285Z Downloaded clap_derive v4.6.1
3292026-08-11T16:35:30.289Z Downloaded dtrace-parser v0.2.0
3302026-08-11T16:35:30.292Z Downloaded smawk v0.3.2
3312026-08-11T16:35:30.292Z Downloaded usdt-macro v0.5.0
3322026-08-11T16:35:30.292Z Downloaded usdt-attr-macro v0.5.0
3332026-08-11T16:35:30.299Z Downloaded unicode-linebreak v0.1.5
3342026-08-11T16:35:30.302Z Downloaded usdt v0.5.0
3352026-08-11T16:35:30.307Z Downloaded tabled_derive v0.7.0
3362026-08-11T16:35:30.310Z Downloaded plain v0.2.3
3372026-08-11T16:35:30.313Z Downloaded cargo-platform v0.3.2
3382026-08-11T16:35:30.317Z Downloaded swrite v0.1.0
3392026-08-11T16:35:30.320Z Downloaded crypto-common v0.1.7
3402026-08-11T16:35:30.320Z Downloaded generic-array v0.14.7
3412026-08-11T16:35:30.320Z Downloaded colorchoice v1.0.4
3422026-08-11T16:35:30.323Z Downloaded errno v0.3.14
3432026-08-11T16:35:30.332Z Downloaded toml_write v0.1.2
3442026-08-11T16:35:30.338Z Downloaded digest v0.10.7
3452026-08-11T16:35:30.338Z Downloaded heck v0.4.1
3462026-08-11T16:35:30.338Z Downloaded proc-macro-error-attr v1.0.4
3472026-08-11T16:35:30.345Z Downloaded fs-err v3.3.0
3482026-08-11T16:35:30.345Z Downloaded camino v1.2.2
3492026-08-11T16:35:30.345Z Downloaded thiserror-impl v2.0.18
3502026-08-11T16:35:30.345Z Downloaded thread-id v4.2.2
3512026-08-11T16:35:30.354Z Downloaded thiserror v1.0.69
3522026-08-11T16:35:30.368Z Downloaded sha2 v0.10.9
3532026-08-11T16:35:30.371Z Downloaded proc-macro-error v1.0.4
3542026-08-11T16:35:30.371Z Downloaded scroll v0.12.0
3552026-08-11T16:35:30.371Z Downloaded camino-tempfile v1.4.1
3562026-08-11T16:35:30.374Z Downloaded quote v1.0.45
3572026-08-11T16:35:30.374Z Downloaded serde_tokenstream v0.2.3
3582026-08-11T16:35:30.378Z Downloaded thiserror-impl v1.0.69
3592026-08-11T16:35:30.384Z Downloaded usdt-impl v0.5.0
3602026-08-11T16:35:30.390Z Downloaded ucd-trie v0.1.7
3612026-08-11T16:35:30.390Z Downloaded bytecount v0.6.9
3622026-08-11T16:35:30.394Z Downloaded thiserror v2.0.18
3632026-08-11T16:35:30.394Z Downloaded toml v0.8.23
3642026-08-11T16:35:30.400Z Downloaded unicode-ident v1.0.24
3652026-08-11T16:35:30.405Z Downloaded tempfile v3.25.0
3662026-08-11T16:35:30.412Z Downloaded serde_derive v1.0.228
3672026-08-11T16:35:30.417Z Downloaded textwrap v0.16.2
3682026-08-11T16:35:30.417Z Downloaded proc-macro2 v1.0.106
3692026-08-11T16:35:30.421Z Downloaded once_cell v1.21.3
3702026-08-11T16:35:30.429Z Downloaded papergrid v0.11.0
3712026-08-11T16:35:30.433Z Downloaded clap v4.6.1
3722026-08-11T16:35:30.437Z Downloaded bitflags v2.11.0
3732026-08-11T16:35:30.437Z Downloaded hashbrown v0.17.0
3742026-08-11T16:35:30.441Z Downloaded pest_meta v2.8.6
3752026-08-11T16:35:30.446Z Downloaded serde_core v1.0.228
3762026-08-11T16:35:30.452Z Downloaded toml_edit v0.22.27
3772026-08-11T16:35:30.461Z Downloaded serde v1.0.228
3782026-08-11T16:35:30.473Z Downloaded indexmap v2.14.0
3792026-08-11T16:35:30.478Z Downloaded typenum v1.20.1
3802026-08-11T16:35:30.482Z Downloaded clap_builder v4.6.0
3812026-08-11T16:35:30.495Z Downloaded pest v2.8.6
3822026-08-11T16:35:30.512Z Downloaded serde_json v1.0.151
3832026-08-11T16:35:30.535Z Downloaded winnow v0.7.14
3842026-08-11T16:35:30.538Z Downloaded goblin v0.8.2
3852026-08-11T16:35:30.555Z Downloaded syn v1.0.109
3862026-08-11T16:35:30.558Z Downloaded tabled v0.15.0
3872026-08-11T16:35:30.566Z Downloaded unicode-width v0.2.0
3882026-08-11T16:35:30.570Z Downloaded unicode-width v0.1.14
3892026-08-11T16:35:30.576Z Downloaded syn v2.0.117
3902026-08-11T16:35:30.600Z Downloaded rustix v1.1.3
3912026-08-11T16:35:30.621Z Downloaded libc v0.2.185
3922026-08-11T16:35:30.685Z Compiling proc-macro2 v1.0.106
3932026-08-11T16:35:30.685Z Compiling unicode-ident v1.0.24
3942026-08-11T16:35:30.688Z Compiling quote v1.0.45
3952026-08-11T16:35:30.688Z Compiling serde_core v1.0.228
3962026-08-11T16:35:30.688Z Compiling libc v0.2.185
3972026-08-11T16:35:30.688Z Compiling version_check v0.9.5
3982026-08-11T16:35:30.688Z Compiling memchr v2.8.0
3992026-08-11T16:35:30.688Z Compiling serde v1.0.228
4002026-08-11T16:35:31.005Z Compiling zmij v1.0.21
4012026-08-11T16:35:31.253Z Compiling thiserror v1.0.69
4022026-08-11T16:35:31.329Z Compiling itoa v1.0.17
4032026-08-11T16:35:31.505Z Compiling ucd-trie v0.1.7
4042026-08-11T16:35:31.506Z Compiling rustix v1.1.3
4052026-08-11T16:35:31.660Z Compiling pest v2.8.6
4062026-08-11T16:35:31.717Z Compiling byteorder v1.5.0
4072026-08-11T16:35:31.781Z Compiling errno v0.3.14
4082026-08-11T16:35:31.973Z Compiling bitflags v2.11.0
4092026-08-11T16:35:32.053Z Compiling serde_json v1.0.151
4102026-08-11T16:35:32.188Z Compiling syn v2.0.117
4112026-08-11T16:35:32.230Z Compiling thread-id v4.2.2
4122026-08-11T16:35:32.281Z Compiling usdt-impl v0.5.0
4132026-08-11T16:35:32.297Z Compiling proc-macro-error-attr v1.0.4
4142026-08-11T16:35:32.311Z Compiling camino v1.2.2
4152026-08-11T16:35:32.475Z Compiling syn v1.0.109
4162026-08-11T16:35:32.642Z Compiling proc-macro-error v1.0.4
4172026-08-11T16:35:32.674Z Compiling pest_meta v2.8.6
4182026-08-11T16:35:32.823Z Compiling log v0.4.29
4192026-08-11T16:35:32.840Z Compiling utf8parse v0.2.2
4202026-08-11T16:35:32.900Z Compiling plain v0.2.3
4212026-08-11T16:35:32.979Z Compiling equivalent v1.0.2
4222026-08-11T16:35:33.060Z Compiling hashbrown v0.17.0
4232026-08-11T16:35:33.077Z Compiling getrandom v0.4.1
4242026-08-11T16:35:33.229Z Compiling terminal_size v0.4.3
4252026-08-11T16:35:33.483Z Compiling anstyle-parse v1.0.0
4262026-08-11T16:35:33.640Z Compiling indexmap v2.14.0
4272026-08-11T16:35:34.033Z Compiling toml_write v0.1.2
4282026-08-11T16:35:34.118Z Compiling anstyle-query v1.1.5
4292026-08-11T16:35:34.206Z Compiling anstyle v1.0.14
4302026-08-11T16:35:34.324Z Compiling autocfg v1.5.0
4312026-08-11T16:35:34.324Z Compiling is_terminal_polyfill v1.70.2
4322026-08-11T16:35:34.447Z Compiling winnow v0.7.14
4332026-08-11T16:35:34.447Z Compiling cfg-if v1.0.4
4342026-08-11T16:35:34.447Z Compiling pretty-hex v0.4.1
4352026-08-11T16:35:34.581Z Compiling colorchoice v1.0.4
4362026-08-11T16:35:34.582Z Compiling thiserror v2.0.18
4372026-08-11T16:35:34.582Z Compiling anstream v1.0.0
4382026-08-11T16:35:34.664Z Compiling pest_generator v2.8.6
4392026-08-11T16:35:34.780Z Compiling strsim v0.11.1
4402026-08-11T16:35:34.780Z Compiling fs-err v3.3.0
4412026-08-11T16:35:34.857Z Compiling fastrand v2.3.0
4422026-08-11T16:35:34.952Z Compiling anyhow v1.0.102
4432026-08-11T16:35:34.978Z Compiling clap_lex v1.0.0
4442026-08-11T16:35:35.121Z Compiling fnv v1.0.7
4452026-08-11T16:35:35.174Z Compiling bytecount v0.6.9
4462026-08-11T16:35:35.242Z Compiling once_cell v1.21.3
4472026-08-11T16:35:35.289Z Compiling heck v0.5.0
4482026-08-11T16:35:35.289Z Compiling heck v0.4.1
4492026-08-11T16:35:35.324Z Compiling unicode-width v0.1.14
4502026-08-11T16:35:35.417Z Compiling tempfile v3.25.0
4512026-08-11T16:35:35.448Z Compiling clap_builder v4.6.0
4522026-08-11T16:35:35.533Z Compiling papergrid v0.11.0
4532026-08-11T16:35:35.563Z Compiling semver v1.0.28
4542026-08-11T16:35:35.581Z Compiling cargo-platform v0.3.2
4552026-08-11T16:35:35.669Z Compiling tabled_derive v0.7.0
4562026-08-11T16:35:35.773Z Compiling memmap v0.7.0
4572026-08-11T16:35:35.792Z Compiling smawk v0.3.2
4582026-08-11T16:35:35.851Z Compiling unicode-linebreak v0.1.5
4592026-08-11T16:35:35.886Z Compiling unicode-width v0.2.0
4602026-08-11T16:35:35.934Z Compiling camino-tempfile v1.4.1
4612026-08-11T16:35:36.160Z Compiling textwrap v0.16.2
4622026-08-11T16:35:36.178Z Compiling swrite v0.1.0
4632026-08-11T16:35:36.219Z Compiling serde_derive v1.0.228
4642026-08-11T16:35:36.239Z Compiling thiserror-impl v1.0.69
4652026-08-11T16:35:36.279Z Compiling zerocopy-derive v0.7.35
4662026-08-11T16:35:36.456Z Compiling pest_derive v2.8.6
4672026-08-11T16:35:36.571Z Compiling scroll_derive v0.12.1
4682026-08-11T16:35:36.614Z Compiling thiserror-impl v2.0.18
4692026-08-11T16:35:36.903Z Compiling clap_derive v4.6.1
4702026-08-11T16:35:36.940Z Compiling tabled v0.15.0
4712026-08-11T16:35:37.156Z Compiling zerocopy v0.7.35
4722026-08-11T16:35:37.248Z Compiling scroll v0.12.0
4732026-08-11T16:35:37.543Z Compiling goblin v0.8.2
4742026-08-11T16:35:37.602Z Compiling dtrace-parser v0.2.0
4752026-08-11T16:35:38.517Z Compiling clap v4.6.1
4762026-08-11T16:35:39.161Z Compiling toml_datetime v0.6.11
4772026-08-11T16:35:39.161Z Compiling serde_spanned v0.6.9
4782026-08-11T16:35:39.162Z Compiling macaddr v1.0.1
4792026-08-11T16:35:39.165Z Compiling cargo_metadata v0.23.1
4802026-08-11T16:35:39.165Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-11T16:35:39.242Z Compiling dof v0.3.0
4822026-08-11T16:35:39.242Z Compiling serde_tokenstream v0.2.3
4832026-08-11T16:35:39.374Z Compiling toml_edit v0.22.27
4842026-08-11T16:35:39.951Z Compiling usdt-attr-macro v0.5.0
4852026-08-11T16:35:40.022Z Compiling usdt-macro v0.5.0
4862026-08-11T16:35:40.605Z Compiling usdt v0.5.0
4872026-08-11T16:35:40.726Z Compiling toml v0.8.23
4882026-08-11T16:35:41.060Z Compiling cargo_toml v0.21.0
4892026-08-11T16:35:42.319Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-11T16:35:44.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.20s
4912026-08-11T16:35:44.588Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-11T16:35:45.104Z Downloading crates ...
4932026-08-11T16:35:45.169Z Downloaded adler2 v2.0.1
4942026-08-11T16:35:45.178Z Downloaded convert_case v0.4.0
4952026-08-11T16:35:45.181Z Downloaded endian-type v0.1.2
4962026-08-11T16:35:45.189Z Downloaded form_urlencoded v1.2.2
4972026-08-11T16:35:45.199Z Downloaded foreign-types-macros v0.2.3
4982026-08-11T16:35:45.203Z Downloaded futures-core v0.3.32
4992026-08-11T16:35:45.204Z Downloaded fxhash v0.2.1
5002026-08-11T16:35:45.204Z Downloaded env_filter v1.0.0
5012026-08-11T16:35:45.204Z Downloaded fixedbitset v0.4.2
5022026-08-11T16:35:45.210Z Downloaded futures-macro v0.3.32
5032026-08-11T16:35:45.210Z Downloaded enum-as-inner v0.6.1
5042026-08-11T16:35:45.219Z Downloaded ghash v0.6.0
5052026-08-11T16:35:45.219Z Downloaded futures-io v0.3.32
5062026-08-11T16:35:45.219Z Downloaded async-recursion v1.1.1
5072026-08-11T16:35:45.219Z Downloaded atty v0.2.14
5082026-08-11T16:35:45.219Z Downloaded futures-task v0.3.32
5092026-08-11T16:35:45.224Z Downloaded hash32 v0.2.1
5102026-08-11T16:35:45.224Z Downloaded async-stream-impl v0.3.6
5112026-08-11T16:35:45.224Z Downloaded filetime v0.2.27
5122026-08-11T16:35:45.224Z Downloaded fs-err v2.11.0
5132026-08-11T16:35:45.224Z Downloaded atomicwrites v0.4.4
5142026-08-11T16:35:45.224Z Downloaded funty v2.0.0
5152026-08-11T16:35:45.224Z Downloaded foldhash v0.2.0
5162026-08-11T16:35:45.228Z Downloaded git-stub-vcs v0.1.0
5172026-08-11T16:35:45.231Z Downloaded foreign-types v0.3.2
5182026-08-11T16:35:45.231Z Downloaded foreign-types-shared v0.3.1
5192026-08-11T16:35:45.231Z Downloaded gethostname v0.5.0
5202026-08-11T16:35:45.231Z Downloaded bitfield-macros v0.19.4
5212026-08-11T16:35:45.234Z Downloaded float-ord v0.3.2
5222026-08-11T16:35:45.237Z Downloaded float-cmp v0.10.0
5232026-08-11T16:35:45.243Z Downloaded ff v0.14.0
5242026-08-11T16:35:45.243Z Downloaded flagset v0.4.7
5252026-08-11T16:35:45.250Z Downloaded foldhash v0.1.5
5262026-08-11T16:35:45.250Z Downloaded futures-channel v0.3.32
5272026-08-11T16:35:45.250Z Downloaded bit-set v0.5.3
5282026-08-11T16:35:45.250Z Downloaded cfg_aliases v0.2.1
5292026-08-11T16:35:45.256Z Downloaded base16ct v1.0.0
5302026-08-11T16:35:45.256Z Downloaded bitfield-struct v0.6.2
5312026-08-11T16:35:45.256Z Downloaded git-stub v1.0.0
5322026-08-11T16:35:45.256Z Downloaded env_logger v0.11.9
5332026-08-11T16:35:45.256Z Downloaded ff v0.13.1
5342026-08-11T16:35:45.256Z Downloaded futures-sink v0.3.32
5352026-08-11T16:35:45.256Z Downloaded home v0.5.12
5362026-08-11T16:35:45.256Z Downloaded http-body v1.0.1
5372026-08-11T16:35:45.260Z Downloaded foreign-types-shared v0.1.1
5382026-08-11T16:35:45.260Z Downloaded foreign-types v0.5.0
5392026-08-11T16:35:45.264Z Downloaded headers-core v0.3.0
5402026-08-11T16:35:45.264Z Downloaded hubpack_derive v0.1.1
5412026-08-11T16:35:45.269Z Downloaded async-stream v0.3.6
5422026-08-11T16:35:45.269Z Downloaded hash32 v0.3.1
5432026-08-11T16:35:45.269Z Downloaded hex-literal v1.1.0
5442026-08-11T16:35:45.275Z Downloaded enum_dispatch v0.3.13
5452026-08-11T16:35:45.282Z Downloaded find-msvc-tools v0.1.9
5462026-08-11T16:35:45.282Z Downloaded futures-executor v0.3.32
5472026-08-11T16:35:45.286Z Downloaded atomic-waker v1.1.2
5482026-08-11T16:35:45.286Z Downloaded fixedbitset v0.5.7
5492026-08-11T16:35:45.286Z Downloaded assert_matches v1.5.0
5502026-08-11T16:35:45.286Z Downloaded hostname v0.3.1
5512026-08-11T16:35:45.291Z Downloaded hostname v0.4.2
5522026-08-11T16:35:45.296Z Downloaded globwalk v0.9.1
5532026-08-11T16:35:45.296Z Downloaded http-range v0.1.5
5542026-08-11T16:35:45.296Z Downloaded bb8 v0.8.6
5552026-08-11T16:35:45.300Z Downloaded hubpack v0.1.2
5562026-08-11T16:35:45.304Z Downloaded num-conv v0.2.0
5572026-08-11T16:35:45.308Z Downloaded ciborium-io v0.2.2
5582026-08-11T16:35:45.309Z Downloaded httpdate v1.0.3
5592026-08-11T16:35:45.313Z Downloaded arrayref v0.3.9
5602026-08-11T16:35:45.313Z Downloaded hex v0.4.3
5612026-08-11T16:35:45.317Z Downloaded num_threads v0.1.7
5622026-08-11T16:35:45.317Z Downloaded openssl-probe v0.2.1
5632026-08-11T16:35:45.321Z Downloaded anstream v0.6.21
5642026-08-11T16:35:45.321Z Downloaded num_enum_derive v0.5.11
5652026-08-11T16:35:45.327Z Downloaded fs_extra v1.3.0
5662026-08-11T16:35:45.333Z Downloaded phf_shared v0.13.1
5672026-08-11T16:35:45.333Z Downloaded fd-lock v4.0.4
5682026-08-11T16:35:45.336Z Downloaded erased-serde v0.3.31
5692026-08-11T16:35:45.336Z Downloaded fallible-iterator v0.2.0
5702026-08-11T16:35:45.339Z Downloaded group v0.13.0
5712026-08-11T16:35:45.344Z Downloaded generic-array v1.4.3
5722026-08-11T16:35:45.348Z Downloaded getrandom v0.2.17
5732026-08-11T16:35:45.348Z Downloaded futures v0.3.32
5742026-08-11T16:35:45.353Z Downloaded compression-core v0.4.31
5752026-08-11T16:35:45.359Z Downloaded predicates-core v1.0.10
5762026-08-11T16:35:45.359Z Downloaded cobs v0.3.0
5772026-08-11T16:35:45.363Z Downloaded progenitor-macro v0.14.0
5782026-08-11T16:35:45.363Z Downloaded quick-error v1.2.3
5792026-08-11T16:35:45.363Z Downloaded ref-cast-impl v1.0.25
5802026-08-11T16:35:45.363Z Downloaded russh-cryptovec v0.62.0
5812026-08-11T16:35:45.366Z Downloaded cfg_aliases v0.1.1
5822026-08-11T16:35:45.375Z Downloaded highway v1.3.0
5832026-08-11T16:35:45.378Z Downloaded glob v0.3.3
5842026-08-11T16:35:45.378Z Downloaded http-body-util v0.1.3
5852026-08-11T16:35:45.384Z Downloaded block-padding v0.4.2
5862026-08-11T16:35:45.391Z Downloaded array-init v0.0.4
5872026-08-11T16:35:45.395Z Downloaded group v0.14.0
5882026-08-11T16:35:45.395Z Downloaded hyper-staticfile v0.10.1
5892026-08-11T16:35:45.395Z Downloaded globset v0.4.18
5902026-08-11T16:35:45.395Z Downloaded num v0.4.3
5912026-08-11T16:35:45.399Z Downloaded owo-colors v4.3.0
5922026-08-11T16:35:45.399Z Downloaded bit-set v0.8.0
5932026-08-11T16:35:45.399Z Downloaded castaway v0.2.4
5942026-08-11T16:35:45.399Z Downloaded num_enum_derive v0.7.6
5952026-08-11T16:35:45.404Z Downloaded oxide-tokio-rt v0.1.4
5962026-08-11T16:35:45.404Z Downloaded semver v0.1.20
5972026-08-11T16:35:45.420Z Downloaded serde_bytes v0.11.19
5982026-08-11T16:35:45.420Z Downloaded sigpipe v0.1.3
5992026-08-11T16:35:45.425Z Downloaded block-buffer v0.12.1
6002026-08-11T16:35:45.425Z Downloaded ciborium-ll v0.2.2
6012026-08-11T16:35:45.425Z Downloaded hmac v0.13.0
6022026-08-11T16:35:45.425Z Downloaded pem v3.0.6
6032026-08-11T16:35:45.425Z Downloaded flate2 v1.1.9
6042026-08-11T16:35:45.425Z Downloaded shell-words v1.1.1
6052026-08-11T16:35:45.434Z Downloaded powerfmt v0.2.0
6062026-08-11T16:35:45.440Z Downloaded primefield v0.14.0
6072026-08-11T16:35:45.440Z Downloaded progenitor-extras v0.2.0
6082026-08-11T16:35:45.444Z Downloaded base16ct v0.2.0
6092026-08-11T16:35:45.449Z Downloaded rustls-native-certs v0.8.3
6102026-08-11T16:35:45.449Z Downloaded sync-ptr v0.1.4
6112026-08-11T16:35:45.449Z Downloaded take_mut v0.2.2
6122026-08-11T16:35:45.454Z Downloaded supports-color v3.0.2
6132026-08-11T16:35:45.454Z Downloaded testing_table v0.3.0
6142026-08-11T16:35:45.454Z Downloaded thiserror-impl-no-std v2.0.2
6152026-08-11T16:35:45.458Z Downloaded tokio-macros v2.7.0
6162026-08-11T16:35:45.464Z Downloaded humantime v2.3.0
6172026-08-11T16:35:45.464Z Downloaded hyper-tls v0.6.0
6182026-08-11T16:35:45.464Z Downloaded sec1 v0.7.3
6192026-08-11T16:35:45.469Z Downloaded hybrid-array v0.4.13
6202026-08-11T16:35:45.469Z Downloaded hyper-rustls v0.27.7
6212026-08-11T16:35:45.469Z Downloaded num-rational v0.4.2
6222026-08-11T16:35:45.478Z Downloaded hmac v0.12.1
6232026-08-11T16:35:45.483Z Downloaded httparse v1.10.1
6242026-08-11T16:35:45.483Z Downloaded aead v0.5.2
6252026-08-11T16:35:45.483Z Downloaded signal-hook-registry v1.4.8
6262026-08-11T16:35:45.487Z Downloaded anstyle-parse v0.2.7
6272026-08-11T16:35:45.488Z Downloaded fatfs v0.3.6
6282026-08-11T16:35:45.488Z Downloaded bit-vec v0.6.3
6292026-08-11T16:35:45.491Z Downloaded getrandom v0.3.4
6302026-08-11T16:35:45.495Z Downloaded topological-sort v0.2.2
6312026-08-11T16:35:45.495Z Downloaded cexpr v0.6.0
6322026-08-11T16:35:45.495Z Downloaded chacha20 v0.9.1
6332026-08-11T16:35:45.502Z Downloaded half v1.8.3
6342026-08-11T16:35:45.507Z Downloaded slog-scope v4.4.1
6352026-08-11T16:35:45.507Z Downloaded ssh-encoding v0.3.0
6362026-08-11T16:35:45.507Z Downloaded unarray v0.1.4
6372026-08-11T16:35:45.507Z Downloaded base64ct v1.8.3
6382026-08-11T16:35:45.507Z Downloaded utf-8 v0.7.6
6392026-08-11T16:35:45.507Z Downloaded utf8_iter v1.0.4
6402026-08-11T16:35:45.511Z Downloaded want v0.3.1
6412026-08-11T16:35:45.511Z Downloaded xshell-macros v0.2.7
6422026-08-11T16:35:45.511Z Downloaded zeroize_derive v1.5.0
6432026-08-11T16:35:45.516Z Downloaded bitfield v0.19.4
6442026-08-11T16:35:45.516Z Downloaded bitflags v1.3.2
6452026-08-11T16:35:45.519Z Downloaded static_assertions v1.1.0
6462026-08-11T16:35:45.519Z Downloaded argon2 v0.5.3
6472026-08-11T16:35:45.519Z Downloaded cbc v0.2.1
6482026-08-11T16:35:45.519Z Downloaded argon2 v0.6.0-rc.8
6492026-08-11T16:35:45.527Z Downloaded slog-bunyan v2.5.0
6502026-08-11T16:35:45.532Z Downloaded salsa20 v0.11.0
6512026-08-11T16:35:45.532Z Downloaded scroll v0.13.0
6522026-08-11T16:35:45.532Z Downloaded strum v0.26.3
6532026-08-11T16:35:45.532Z Downloaded tinystr v0.8.2
6542026-08-11T16:35:45.538Z Downloaded usdt v0.6.0
6552026-08-11T16:35:45.543Z Downloaded tiny-keccak v2.0.2
6562026-08-11T16:35:45.547Z Downloaded zone_cfg_derive v0.3.1
6572026-08-11T16:35:45.547Z Downloaded curve25519-dalek-derive v0.1.1
6582026-08-11T16:35:45.558Z Downloaded arrayvec v0.7.6
6592026-08-11T16:35:45.565Z Downloaded parking_lot_core v0.9.12
6602026-08-11T16:35:45.566Z Downloaded serde_cbor v0.11.2
6612026-08-11T16:35:45.566Z Downloaded simd-adler32 v0.3.8
6622026-08-11T16:35:45.566Z Downloaded crunchy v0.2.4
6632026-08-11T16:35:45.566Z Downloaded flume v0.11.1
6642026-08-11T16:35:45.566Z Downloaded constant_time_eq v0.4.2
6652026-08-11T16:35:45.566Z Downloaded camino-tempfile-ext v0.3.3
6662026-08-11T16:35:45.570Z Downloaded ascii-canvas v3.0.0
6672026-08-11T16:35:45.570Z Downloaded cipher v0.4.4
6682026-08-11T16:35:45.570Z Downloaded papergrid v0.17.0
6692026-08-11T16:35:45.571Z Downloaded pin-project v1.1.11
6702026-08-11T16:35:45.575Z Downloaded tui-tree-widget v0.23.1
6712026-08-11T16:35:45.575Z Downloaded toml_writer v1.1.1+spec-1.1.0
6722026-08-11T16:35:45.575Z Downloaded cstr-argument v0.1.2
6732026-08-11T16:35:45.579Z Downloaded byte-wrapper v0.1.0
6742026-08-11T16:35:45.579Z Downloaded buf-list v1.1.2
6752026-08-11T16:35:45.579Z Downloaded defmt-parser v1.0.0
6762026-08-11T16:35:45.579Z Downloaded debug-ignore v1.0.5
6772026-08-11T16:35:45.579Z Downloaded cassowary v0.3.0
6782026-08-11T16:35:45.579Z Downloaded poly1305 v0.9.0
6792026-08-11T16:35:45.583Z Downloaded smallvec v1.15.1
6802026-08-11T16:35:45.584Z Downloaded expectorate v1.2.0
6812026-08-11T16:35:45.584Z Downloaded half v2.7.1
6822026-08-11T16:35:45.588Z Downloaded vergen-lib v9.1.0
6832026-08-11T16:35:45.588Z Downloaded dirs-sys-next v0.1.2
6842026-08-11T16:35:45.589Z Downloaded display-error-chain v0.2.2
6852026-08-11T16:35:45.597Z Downloaded dtrace-parser v0.3.0
6862026-08-11T16:35:45.597Z Downloaded dunce v1.0.5
6872026-08-11T16:35:45.597Z Downloaded embedded-io v0.4.0
6882026-08-11T16:35:45.597Z Downloaded async-trait v0.1.89
6892026-08-11T16:35:45.597Z Downloaded blowfish v0.10.0
6902026-08-11T16:35:45.597Z Downloaded const_format_proc_macros v0.2.34
6912026-08-11T16:35:45.600Z Downloaded bs58 v0.5.1
6922026-08-11T16:35:45.600Z Downloaded spin v0.9.8
6932026-08-11T16:35:45.600Z Downloaded strum_macros v0.27.2
6942026-08-11T16:35:45.600Z Downloaded bcrypt-pbkdf v0.11.0
6952026-08-11T16:35:45.600Z Downloaded bcs v0.1.6
6962026-08-11T16:35:45.606Z Downloaded cmake v0.1.57
6972026-08-11T16:35:45.609Z Downloaded cmov v0.5.4
6982026-08-11T16:35:45.609Z Downloaded ryu v1.0.23
6992026-08-11T16:35:45.609Z Downloaded term v1.2.1
7002026-08-11T16:35:45.612Z Downloaded cpubits v0.1.1
7012026-08-11T16:35:45.615Z Downloaded indent_write v2.2.0
7022026-08-11T16:35:45.615Z Downloaded is-terminal v0.4.17
7032026-08-11T16:35:45.615Z Downloaded password-hash v0.5.0
7042026-08-11T16:35:45.619Z Downloaded password-hash v0.6.1
7052026-08-11T16:35:45.619Z Downloaded is_ci v1.2.0
7062026-08-11T16:35:45.619Z Downloaded phf v0.12.1
7072026-08-11T16:35:45.622Z Downloaded corncobs v0.1.4
7082026-08-11T16:35:45.622Z Downloaded progenitor v0.13.0
7092026-08-11T16:35:45.622Z Downloaded rand_core v0.9.5
7102026-08-11T16:35:45.622Z Downloaded rand_core v0.10.0
7112026-08-11T16:35:45.632Z Downloaded p256 v0.14.0
7122026-08-11T16:35:45.635Z Downloaded console v0.15.11
7132026-08-11T16:35:45.639Z Downloaded md-5 v0.10.6
7142026-08-11T16:35:45.642Z Downloaded bit-vec v0.8.0
7152026-08-11T16:35:45.646Z Downloaded heapless v0.7.17
7162026-08-11T16:35:45.649Z Downloaded chacha20 v0.10.0
7172026-08-11T16:35:45.654Z Downloaded aead v0.6.1
7182026-08-11T16:35:45.658Z Downloaded keccak v0.1.6
7192026-08-11T16:35:45.661Z Downloaded lru-slab v0.1.2
7202026-08-11T16:35:45.661Z Downloaded packed_struct_codegen v0.10.1
7212026-08-11T16:35:45.664Z Downloaded peg-runtime v0.8.5
7222026-08-11T16:35:45.664Z Downloaded lzss v0.8.2
7232026-08-11T16:35:45.667Z Downloaded vergen-lib v0.1.6
7242026-08-11T16:35:45.670Z Downloaded sqlformat v0.3.5
7252026-08-11T16:35:45.685Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7262026-08-11T16:35:45.689Z Downloaded critical-section v1.2.0
7272026-08-11T16:35:45.690Z Downloaded crossbeam-utils v0.8.21
7282026-08-11T16:35:45.690Z Downloaded potential_utf v0.1.4
7292026-08-11T16:35:45.693Z Downloaded openssl-macros v0.1.1
7302026-08-11T16:35:45.693Z Downloaded oso-derive v0.27.3
7312026-08-11T16:35:45.693Z Downloaded proc-macro-error-attr2 v2.0.0
7322026-08-11T16:35:45.693Z Downloaded ref-cast v1.0.25
7332026-08-11T16:35:45.696Z Downloaded rand_chacha v0.3.1
7342026-08-11T16:35:45.700Z Downloaded rustc-hash v2.1.1
7352026-08-11T16:35:45.704Z Downloaded bzip2 v0.4.4
7362026-08-11T16:35:45.704Z Downloaded bzip2 v0.6.1
7372026-08-11T16:35:45.709Z Downloaded cancel-safe-futures v0.1.5
7382026-08-11T16:35:45.709Z Downloaded libefi-sys v0.1.0
7392026-08-11T16:35:45.709Z Downloaded compression-codecs v0.4.37
7402026-08-11T16:35:45.712Z Downloaded hickory-resolver v0.25.2
7412026-08-11T16:35:45.712Z Downloaded backoff v0.4.0
7422026-08-11T16:35:45.712Z Downloaded backon v1.6.0
7432026-08-11T16:35:45.716Z Downloaded headers v0.4.1
7442026-08-11T16:35:45.724Z Downloaded hickory-resolver v0.24.4
7452026-08-11T16:35:45.724Z Downloaded heapless v0.8.0
7462026-08-11T16:35:45.729Z Downloaded serde_yaml v0.9.34+deprecated
7472026-08-11T16:35:45.729Z Downloaded const-oid v0.9.6
7482026-08-11T16:35:45.729Z Downloaded libscf-sys v1.2.0
7492026-08-11T16:35:45.729Z Downloaded colored v2.2.0
7502026-08-11T16:35:45.729Z Downloaded colored v3.1.1
7512026-08-11T16:35:45.729Z Downloaded rustc_version v0.1.7
7522026-08-11T16:35:45.729Z Downloaded blake2 v0.11.0-rc.6
7532026-08-11T16:35:45.729Z Downloaded ciborium v0.2.2
7542026-08-11T16:35:45.735Z Downloaded cipher v0.5.2
7552026-08-11T16:35:45.735Z Downloaded ahash v0.8.12
7562026-08-11T16:35:45.735Z Downloaded clang-sys v1.8.1
7572026-08-11T16:35:45.735Z Downloaded async-bb8-diesel v0.2.1
7582026-08-11T16:35:45.738Z Downloaded darling v0.20.11
7592026-08-11T16:35:45.738Z Downloaded unicode-properties v0.1.4
7602026-08-11T16:35:45.738Z Downloaded delegate v0.13.5
7612026-08-11T16:35:45.738Z Downloaded derive_builder v0.20.2
7622026-08-11T16:35:45.741Z Downloaded pkcs8 v0.11.0
7632026-08-11T16:35:45.741Z Downloaded num-integer v0.1.46
7642026-08-11T16:35:45.745Z Downloaded secrecy v0.8.0
7652026-08-11T16:35:45.745Z Downloaded scroll_derive v0.13.1
7662026-08-11T16:35:45.745Z Downloaded sqlparser_derive v0.5.0
7672026-08-11T16:35:45.745Z Downloaded secrecy v0.10.3
7682026-08-11T16:35:45.749Z Downloaded prettyplease v0.2.37
7692026-08-11T16:35:45.752Z Downloaded des v0.9.0
7702026-08-11T16:35:45.752Z Downloaded peg-macros v0.8.5
7712026-08-11T16:35:45.755Z Downloaded publicsuffix v2.3.0
7722026-08-11T16:35:45.760Z Downloaded qorb v0.4.1
7732026-08-11T16:35:45.767Z Downloaded blake2 v0.10.6
7742026-08-11T16:35:45.771Z Downloaded structmeta v0.3.0
7752026-08-11T16:35:45.771Z Downloaded proc-macro-error2 v2.0.1
7762026-08-11T16:35:45.771Z Downloaded r2d2 v0.8.10
7772026-08-11T16:35:45.774Z Downloaded strsim v0.10.0
7782026-08-11T16:35:45.774Z Downloaded termtree v0.5.1
7792026-08-11T16:35:45.774Z Downloaded tower-service v0.3.3
7802026-08-11T16:35:45.774Z Downloaded time-core v0.1.8
7812026-08-11T16:35:45.775Z Downloaded tokio-test v0.4.5
7822026-08-11T16:35:45.778Z Downloaded universal-hash v0.6.1
7832026-08-11T16:35:45.781Z Downloaded indoc v2.0.7
7842026-08-11T16:35:45.781Z Downloaded ingot v0.2.1
7852026-08-11T16:35:45.784Z Downloaded hashbrown v0.13.2
7862026-08-11T16:35:45.789Z Downloaded trait-variant v0.1.2
7872026-08-11T16:35:45.789Z Downloaded unicode-xid v0.2.6
7882026-08-11T16:35:45.792Z Downloaded sha2 v0.11.0
7892026-08-11T16:35:45.797Z Downloaded hashbrown v0.12.3
7902026-08-11T16:35:45.800Z Downloaded tokio-stream v0.1.18
7912026-08-11T16:35:45.800Z Downloaded rusty-fork v0.3.1
7922026-08-11T16:35:45.803Z Downloaded xattr v1.6.1
7932026-08-11T16:35:45.803Z Downloaded crc-catalog v2.4.0
7942026-08-11T16:35:45.806Z Downloaded serde_with_macros v1.5.2
7952026-08-11T16:35:45.809Z Downloaded num_enum v0.7.6
7962026-08-11T16:35:45.809Z Downloaded oxnet v0.1.6
7972026-08-11T16:35:45.813Z Downloaded newtype-uuid v1.3.2
7982026-08-11T16:35:45.813Z Downloaded phf v0.13.1
7992026-08-11T16:35:45.813Z Downloaded pkcs8 v0.10.2
8002026-08-11T16:35:45.816Z Downloaded pin-project-internal v1.1.11
8012026-08-11T16:35:45.816Z Downloaded packed_struct v0.10.1
8022026-08-11T16:35:45.817Z Downloaded slog-term v2.9.2
8032026-08-11T16:35:45.817Z Downloaded spki v0.7.3
8042026-08-11T16:35:45.817Z Downloaded ssh-cipher v0.3.0
8052026-08-11T16:35:45.820Z Downloaded tokio-dtrace v0.1.1
8062026-08-11T16:35:45.820Z Downloaded rand_seeder v0.4.0
8072026-08-11T16:35:45.820Z Downloaded wait-timeout v0.2.1
8082026-08-11T16:35:45.820Z Downloaded darling_macro v0.21.3
8092026-08-11T16:35:45.820Z Downloaded derive_builder_macro v0.20.2
8102026-08-11T16:35:45.824Z Downloaded dyn-clone v1.0.20
8112026-08-11T16:35:45.824Z Downloaded digest-io v0.1.0
8122026-08-11T16:35:45.827Z Downloaded crucible-workspace-hack v0.1.0
8132026-08-11T16:35:45.827Z Downloaded support-bundle-viewer v0.1.2
8142026-08-11T16:35:45.830Z Downloaded zerotrie v0.2.3
8152026-08-11T16:35:45.835Z Downloaded rustls-webpki v0.103.13
8162026-08-11T16:35:45.835Z Downloaded const-oid v0.10.2
8172026-08-11T16:35:45.838Z Downloaded console v0.16.2
8182026-08-11T16:35:45.838Z Downloaded yansi v1.0.1
8192026-08-11T16:35:45.838Z Downloaded postgres-types v0.2.12
8202026-08-11T16:35:45.844Z Downloaded rustversion v1.0.22
8212026-08-11T16:35:45.847Z Downloaded usdt-attr-macro v0.6.0
8222026-08-11T16:35:45.847Z Downloaded kem v0.3.0
8232026-08-11T16:35:45.847Z Downloaded ignore v0.4.25
8242026-08-11T16:35:45.851Z Downloaded hickory-server v0.25.2
8252026-08-11T16:35:45.854Z Downloaded litrs v1.0.0
8262026-08-11T16:35:45.857Z Downloaded serde_repr v0.1.20
8272026-08-11T16:35:45.858Z Downloaded shlex v1.3.0
8282026-08-11T16:35:45.858Z Downloaded idna_adapter v1.2.1
8292026-08-11T16:35:45.861Z Downloaded instant v0.1.13
8302026-08-11T16:35:45.866Z Downloaded maplit v1.0.2
8312026-08-11T16:35:45.866Z Downloaded http v1.4.2
8322026-08-11T16:35:45.866Z Downloaded newline-converter v0.3.0
8332026-08-11T16:35:45.866Z Downloaded normalize-line-endings v0.3.0
8342026-08-11T16:35:45.869Z Downloaded darling_core v0.20.11
8352026-08-11T16:35:45.869Z Downloaded darling_core v0.21.3
8362026-08-11T16:35:45.872Z Downloaded wyz v0.5.1
8372026-08-11T16:35:45.872Z Downloaded allocator-api2 v0.2.21
8382026-08-11T16:35:45.872Z Downloaded base64 v0.22.1
8392026-08-11T16:35:45.876Z Downloaded iana-time-zone v0.1.65
8402026-08-11T16:35:45.879Z Downloaded slab v0.4.12
8412026-08-11T16:35:45.879Z Downloaded const_format v0.2.35
8422026-08-11T16:35:45.879Z Downloaded newtype-uuid-macros v0.1.0
8432026-08-11T16:35:45.879Z Downloaded num-derive v0.4.2
8442026-08-11T16:35:45.884Z Downloaded num-iter v0.1.45
8452026-08-11T16:35:45.884Z Downloaded serde_with_macros v3.21.0
8462026-08-11T16:35:45.884Z Downloaded bytes v1.11.1
8472026-08-11T16:35:45.890Z Downloaded tabled_derive v0.11.0
8482026-08-11T16:35:45.890Z Downloaded omicron-zone-package v0.12.3
8492026-08-11T16:35:45.890Z Downloaded zstd-safe v7.2.4
8502026-08-11T16:35:45.890Z Downloaded ar_archive_writer v0.5.1
8512026-08-11T16:35:45.894Z Downloaded crossbeam-deque v0.8.6
8522026-08-11T16:35:45.894Z Downloaded darling v0.13.4
8532026-08-11T16:35:45.895Z Downloaded digest v0.11.3
8542026-08-11T16:35:45.895Z Downloaded unicase v2.9.0
8552026-08-11T16:35:45.895Z Downloaded uzers v0.12.2
8562026-08-11T16:35:45.895Z Downloaded rand_pcg v0.10.2
8572026-08-11T16:35:45.900Z Downloaded predicates-tree v1.0.13
8582026-08-11T16:35:45.900Z Downloaded icu_normalizer_data v2.1.1
8592026-08-11T16:35:45.906Z Downloaded zerocopy-derive v0.8.40
8602026-08-11T16:35:45.906Z Downloaded nanorand v0.7.0
8612026-08-11T16:35:45.909Z Downloaded rand v0.10.1
8622026-08-11T16:35:45.909Z Downloaded steno v0.4.1
8632026-08-11T16:35:45.909Z Downloaded unsafe-libyaml v0.2.11
8642026-08-11T16:35:45.914Z Downloaded zeroize v1.9.0
8652026-08-11T16:35:45.917Z Downloaded signature v2.2.0
8662026-08-11T16:35:45.917Z Downloaded whoami v2.1.0
8672026-08-11T16:35:45.917Z Downloaded vergen-gitcl v1.0.8
8682026-08-11T16:35:45.920Z Downloaded jobserver v0.1.34
8692026-08-11T16:35:45.920Z Downloaded lock_api v0.4.14
8702026-08-11T16:35:45.923Z Downloaded ecdsa v0.16.9
8712026-08-11T16:35:45.923Z Downloaded progenitor-macro v0.13.0
8722026-08-11T16:35:45.926Z Downloaded recursive v0.1.1
8732026-08-11T16:35:45.926Z Downloaded scopeguard v1.2.0
8742026-08-11T16:35:45.930Z Downloaded serde_urlencoded v0.7.1
8752026-08-11T16:35:45.933Z Downloaded signal-hook-mio v0.2.5
8762026-08-11T16:35:45.933Z Downloaded signal-hook-tokio v0.3.1
8772026-08-11T16:35:45.933Z Downloaded sponge-cursor v0.1.0
8782026-08-11T16:35:45.938Z Downloaded sha1 v0.11.0
8792026-08-11T16:35:45.938Z Downloaded subtle v2.6.1
8802026-08-11T16:35:45.951Z Downloaded chacha20poly1305 v0.10.1
8812026-08-11T16:35:45.966Z Downloaded rcgen v0.12.1
8822026-08-11T16:35:45.966Z Downloaded toml v1.1.2+spec-1.1.0
8832026-08-11T16:35:45.966Z Downloaded zstd v0.13.3
8842026-08-11T16:35:45.966Z Downloaded ingot-types v0.2.0
8852026-08-11T16:35:45.966Z Downloaded progenitor-client v0.13.0
8862026-08-11T16:35:45.978Z Downloaded multer v3.1.0
8872026-08-11T16:35:45.982Z Downloaded prefix-trie v0.7.0
8882026-08-11T16:35:45.985Z Downloaded zerofrom-derive v0.1.6
8892026-08-11T16:35:45.989Z Downloaded rfc6979 v0.6.0
8902026-08-11T16:35:45.992Z Downloaded keccak v0.2.0
8912026-08-11T16:35:45.993Z Downloaded toml_parser v1.1.2+spec-1.1.0
8922026-08-11T16:35:45.997Z Downloaded paste v1.0.15
8932026-08-11T16:35:46.002Z Downloaded pem-rfc7468 v0.7.0
8942026-08-11T16:35:46.002Z Downloaded predicates v3.1.4
8952026-08-11T16:35:46.002Z Downloaded difflib v0.4.0
8962026-08-11T16:35:46.006Z Downloaded dof v0.4.0
8972026-08-11T16:35:46.006Z Downloaded lru v0.12.5
8982026-08-11T16:35:46.006Z Downloaded md5 v0.8.0
8992026-08-11T16:35:46.011Z Downloaded snafu v0.8.9
9002026-08-11T16:35:46.014Z Downloaded twox-hash v2.1.2
9012026-08-11T16:35:46.017Z Downloaded inout v0.2.2
9022026-08-11T16:35:46.020Z Downloaded defmt-macros v1.0.1
9032026-08-11T16:35:46.024Z Downloaded lalrpop-util v0.19.12
9042026-08-11T16:35:46.024Z Downloaded pkg-config v0.3.32
9052026-08-11T16:35:46.024Z Downloaded string_cache v0.8.9
9062026-08-11T16:35:46.029Z Downloaded stringprep v0.1.5
9072026-08-11T16:35:46.029Z Downloaded hashbrown v0.15.5
9082026-08-11T16:35:46.032Z Downloaded instability v0.3.11
9092026-08-11T16:35:46.032Z Downloaded opaque-debug v0.3.1
9102026-08-11T16:35:46.032Z Downloaded serde_derive_internals v0.29.1
9112026-08-11T16:35:46.035Z Downloaded nonempty v0.12.0
9122026-08-11T16:35:46.035Z Downloaded parse-size v1.1.0
9132026-08-11T16:35:46.035Z Downloaded phf_shared v0.11.3
9142026-08-11T16:35:46.044Z Downloaded derive_more v2.1.1
9152026-08-11T16:35:46.048Z Downloaded thread_local v1.1.9
9162026-08-11T16:35:46.048Z Downloaded unicode-segmentation v1.12.0
9172026-08-11T16:35:46.048Z Downloaded derive_more-impl v2.1.1
9182026-08-11T16:35:46.048Z Downloaded arc-swap v1.8.2
9192026-08-11T16:35:46.051Z Downloaded bumpalo v3.20.2
9202026-08-11T16:35:46.051Z Downloaded derive_more v0.99.20
9212026-08-11T16:35:46.054Z Downloaded postcard v1.1.3
9222026-08-11T16:35:46.054Z Downloaded base64 v0.21.7
9232026-08-11T16:35:46.057Z Downloaded compact_str v0.8.1
9242026-08-11T16:35:46.061Z Downloaded vsss-rs v3.3.4
9252026-08-11T16:35:46.061Z Downloaded schemars v0.9.0
9262026-08-11T16:35:46.067Z Downloaded rayon-core v1.13.0
9272026-08-11T16:35:46.071Z Downloaded same-file v1.0.6
9282026-08-11T16:35:46.071Z Downloaded termios v0.3.3
9292026-08-11T16:35:46.071Z Downloaded psl-types v2.0.11
9302026-08-11T16:35:46.071Z Downloaded ecdsa v0.17.0
9312026-08-11T16:35:46.074Z Downloaded rfc6979 v0.4.0
9322026-08-11T16:35:46.074Z Downloaded radium v0.7.0
9332026-08-11T16:35:46.075Z Downloaded recursive-proc-macro-impl v0.1.1
9342026-08-11T16:35:46.075Z Downloaded tar v0.4.46
9352026-08-11T16:35:46.075Z Downloaded whoami v1.6.1
9362026-08-11T16:35:46.075Z Downloaded seq-macro v0.3.6
9372026-08-11T16:35:46.075Z Downloaded signal-hook v0.3.18
9382026-08-11T16:35:46.078Z Downloaded memmap2 v0.9.10
9392026-08-11T16:35:46.078Z Downloaded xshell v0.2.7
9402026-08-11T16:35:46.078Z Downloaded derive_builder_core v0.20.2
9412026-08-11T16:35:46.081Z Downloaded defmt v1.0.1
9422026-08-11T16:35:46.081Z Downloaded serde_plain v1.0.2
9432026-08-11T16:35:46.085Z Downloaded sha1 v0.10.6
9442026-08-11T16:35:46.087Z Downloaded hashbrown v0.16.1
9452026-08-11T16:35:46.091Z Downloaded pin-project-lite v0.2.17
9462026-08-11T16:35:46.094Z Downloaded daft v0.1.7
9472026-08-11T16:35:46.094Z Downloaded either v1.15.0
9482026-08-11T16:35:46.094Z Downloaded strum v0.27.2
9492026-08-11T16:35:46.100Z Downloaded unit-prefix v0.5.2
9502026-08-11T16:35:46.103Z Downloaded hkdf v0.13.0
9512026-08-11T16:35:46.103Z Downloaded linear-map v1.2.0
9522026-08-11T16:35:46.103Z Downloaded num_enum v0.5.11
9532026-08-11T16:35:46.106Z Downloaded aes-gcm v0.11.0
9542026-08-11T16:35:46.106Z Downloaded libloading v0.8.9
9552026-08-11T16:35:46.109Z Downloaded stable_deref_trait v1.2.1
9562026-08-11T16:35:46.110Z Downloaded sync_wrapper v1.0.2
9572026-08-11T16:35:46.110Z Downloaded tap v1.0.1
9582026-08-11T16:35:46.112Z Downloaded tracing-attributes v0.1.31
9592026-08-11T16:35:46.115Z Downloaded pem-rfc7468 v1.0.0
9602026-08-11T16:35:46.119Z Downloaded schemars_derive v0.8.22
9612026-08-11T16:35:46.122Z Downloaded tls_codec v0.4.2
9622026-08-11T16:35:46.125Z Downloaded native-tls v0.2.18
9632026-08-11T16:35:46.125Z Downloaded progenitor v0.14.0
9642026-08-11T16:35:46.125Z Downloaded zerofrom v0.1.6
9652026-08-11T16:35:46.128Z Downloaded darling_macro v0.13.4
9662026-08-11T16:35:46.128Z Downloaded ppv-lite86 v0.2.21
9672026-08-11T16:35:46.128Z Downloaded document-features v0.2.12
9682026-08-11T16:35:46.129Z Downloaded postgres-protocol v0.6.10
9692026-08-11T16:35:46.129Z Downloaded async-compression v0.4.41
9702026-08-11T16:35:46.132Z Downloaded cc v1.2.56
9712026-08-11T16:35:46.140Z Downloaded rsa v0.9.10
9722026-08-11T16:35:46.145Z Downloaded dsl_auto_type v0.2.0
9732026-08-11T16:35:46.150Z Downloaded tokio-util v0.7.18
9742026-08-11T16:35:46.150Z Downloaded indexmap v1.9.3
9752026-08-11T16:35:46.154Z Downloaded crc32fast v1.5.0
9762026-08-11T16:35:46.154Z Downloaded yasna v0.5.2
9772026-08-11T16:35:46.154Z Downloaded darling_macro v0.20.11
9782026-08-11T16:35:46.154Z Downloaded darling_macro v0.23.0
9792026-08-11T16:35:46.154Z Downloaded diesel_table_macro_syntax v0.3.0
9802026-08-11T16:35:46.161Z Downloaded embedded-io v0.6.1
9812026-08-11T16:35:46.161Z Downloaded illumos-nvpair-sys v0.2.0
9822026-08-11T16:35:46.161Z Downloaded illumos-nvpair v0.3.0
9832026-08-11T16:35:46.161Z Downloaded cookie v0.18.1
9842026-08-11T16:35:46.161Z Downloaded managed v0.8.0
9852026-08-11T16:35:46.161Z Downloaded match_cfg v0.1.0
9862026-08-11T16:35:46.166Z Downloaded nodrop v0.1.14
9872026-08-11T16:35:46.166Z Downloaded serdect v0.4.3
9882026-08-11T16:35:46.166Z Downloaded internal-russh-num-bigint v0.5.0
9892026-08-11T16:35:46.166Z Downloaded futures-util v0.3.32
9902026-08-11T16:35:46.169Z Downloaded h2 v0.4.15
9912026-08-11T16:35:46.173Z Downloaded hyper v1.10.1
9922026-08-11T16:35:46.177Z Downloaded parse-display v0.10.0
9932026-08-11T16:35:46.180Z Downloaded minimal-lexical v0.2.1
9942026-08-11T16:35:46.183Z Downloaded miniz_oxide v0.8.9
9952026-08-11T16:35:46.183Z Downloaded oso v0.27.3
9962026-08-11T16:35:46.186Z Downloaded hkdf v0.12.4
9972026-08-11T16:35:46.186Z Downloaded thread-id v5.1.0
9982026-08-11T16:35:46.189Z Downloaded tls_codec_derive v0.4.2
9992026-08-11T16:35:46.189Z Downloaded multimap v0.10.1
10002026-08-11T16:35:46.189Z Downloaded olpc-cjson v0.1.4
10012026-08-11T16:35:46.190Z Downloaded smallvec v0.6.14
10022026-08-11T16:35:46.190Z Downloaded usdt-impl v0.6.0
10032026-08-11T16:35:46.193Z Downloaded progenitor-client v0.14.0
10042026-08-11T16:35:46.193Z Downloaded rustc_version v0.4.1
10052026-08-11T16:35:46.193Z Downloaded sapling-renderdag v0.1.0
10062026-08-11T16:35:46.193Z Downloaded walkdir v2.5.0
10072026-08-11T16:35:46.196Z Downloaded p384 v0.14.0
10082026-08-11T16:35:46.196Z Downloaded darling_core v0.23.0
10092026-08-11T16:35:46.201Z Downloaded tungstenite v0.23.0
10102026-08-11T16:35:46.204Z Downloaded unicode-bidi v0.3.18
10112026-08-11T16:35:46.204Z Downloaded rustls-platform-verifier v0.6.2
10122026-08-11T16:35:46.204Z Downloaded socket2 v0.5.10
10132026-08-11T16:35:46.207Z Downloaded parking_lot v0.12.5
10142026-08-11T16:35:46.207Z Downloaded yoke v0.8.1
10152026-08-11T16:35:46.210Z Downloaded rand_core v0.6.4
10162026-08-11T16:35:46.210Z Downloaded toml v0.7.8
10172026-08-11T16:35:46.215Z Downloaded resolv-conf v0.7.6
10182026-08-11T16:35:46.215Z Downloaded daft-derive v0.1.7
10192026-08-11T16:35:46.218Z Downloaded uuid v1.23.4
10202026-08-11T16:35:46.218Z Downloaded ipnetwork v0.21.1
10212026-08-11T16:35:46.221Z Downloaded try-lock v0.2.5
10222026-08-11T16:35:46.221Z Downloaded crc8 v0.1.1
10232026-08-11T16:35:46.221Z Downloaded dirs-next v2.0.0
10242026-08-11T16:35:46.221Z Downloaded reqwest v0.12.28
10252026-08-11T16:35:46.224Z Downloaded slog-dtrace v0.3.0
10262026-08-11T16:35:46.224Z Downloaded reqwest v0.13.2
10272026-08-11T16:35:46.227Z Downloaded crc-any v2.5.0
10282026-08-11T16:35:46.232Z Downloaded num-complex v0.4.6
10292026-08-11T16:35:46.232Z Downloaded unicode-truncate v1.1.0
10302026-08-11T16:35:46.236Z Downloaded usdt-macro v0.6.0
10312026-08-11T16:35:46.239Z Downloaded oxide-update-engine-display v0.1.2
10322026-08-11T16:35:46.239Z Downloaded libsw-core v0.3.2
10332026-08-11T16:35:46.243Z Downloaded tough v0.22.0
10342026-08-11T16:35:46.249Z Downloaded polyval v0.7.1
10352026-08-11T16:35:46.253Z Downloaded vergen-git2 v9.1.0
10362026-08-11T16:35:46.253Z Downloaded rpassword v7.5.4
10372026-08-11T16:35:46.253Z Downloaded serde_path_to_error v0.1.20
10382026-08-11T16:35:46.256Z Downloaded peg v0.8.5
10392026-08-11T16:35:46.256Z Downloaded dropshot_endpoint v0.17.1
10402026-08-11T16:35:46.260Z Downloaded rand_chacha v0.9.0
10412026-08-11T16:35:46.260Z Downloaded rtoolbox v0.0.3
10422026-08-11T16:35:46.260Z Downloaded dropshot-api-manager-types v0.7.2
10432026-08-11T16:35:46.260Z Downloaded tagptr v0.2.0
10442026-08-11T16:35:46.263Z Downloaded ml-kem v0.3.2
10452026-08-11T16:35:46.263Z Downloaded typed-path v0.9.3
10462026-08-11T16:35:46.269Z Downloaded quinn v0.11.11
10472026-08-11T16:35:46.272Z Downloaded lru-cache v0.1.2
10482026-08-11T16:35:46.272Z Downloaded phc v0.6.1
10492026-08-11T16:35:46.272Z Downloaded kstat-rs v0.2.5
10502026-08-11T16:35:46.272Z Downloaded crypto-bigint v0.5.5
10512026-08-11T16:35:46.275Z Downloaded nibble_vec v0.1.0
10522026-08-11T16:35:46.275Z Downloaded proc-macro-crate v1.3.1
10532026-08-11T16:35:46.275Z Downloaded slog-stdlog v4.1.1
10542026-08-11T16:35:46.275Z Downloaded dropshot-api-manager v0.7.2
10552026-08-11T16:35:46.278Z Downloaded universal-hash v0.5.1
10562026-08-11T16:35:46.282Z Downloaded void v1.0.2
10572026-08-11T16:35:46.282Z Downloaded crypto-common v0.2.2
10582026-08-11T16:35:46.282Z Downloaded icu_collections v2.1.1
10592026-08-11T16:35:46.288Z Downloaded x509-cert v0.2.5
10602026-08-11T16:35:46.293Z Downloaded der v0.7.10
10612026-08-11T16:35:46.293Z Downloaded pkcs5 v0.8.1
10622026-08-11T16:35:46.296Z Downloaded zerovec-derive v0.11.2
10632026-08-11T16:35:46.296Z Downloaded spki v0.8.0
10642026-08-11T16:35:46.296Z Downloaded stacker v0.1.23
10652026-08-11T16:35:46.296Z Downloaded toml_edit v0.23.10+spec-1.0.0
10662026-08-11T16:35:46.299Z Downloaded ed25519-dalek v3.0.0
10672026-08-11T16:35:46.302Z Downloaded scheduled-thread-pool v0.2.7
10682026-08-11T16:35:46.302Z Downloaded yoke-derive v0.8.1
10692026-08-11T16:35:46.302Z Downloaded maybe-uninit v2.0.0
10702026-08-11T16:35:46.302Z Downloaded indoc v1.0.9
10712026-08-11T16:35:46.306Z Downloaded wnaf v0.14.0
10722026-08-11T16:35:46.306Z Downloaded ena v0.14.4
10732026-08-11T16:35:46.306Z Downloaded thiserror-no-std v2.0.2
10742026-08-11T16:35:46.310Z Downloaded aes v0.9.1
10752026-08-11T16:35:46.310Z Downloaded p521 v0.14.0
10762026-08-11T16:35:46.313Z Downloaded deranged v0.5.8
10772026-08-11T16:35:46.313Z Downloaded der_derive v0.7.3
10782026-08-11T16:35:46.313Z Downloaded path-slash v0.1.5
10792026-08-11T16:35:46.313Z Downloaded phf_shared v0.12.1
10802026-08-11T16:35:46.318Z Downloaded strip-ansi-escapes v0.2.1
10812026-08-11T16:35:46.318Z Downloaded convert_case v0.10.0
10822026-08-11T16:35:46.318Z Downloaded libsw v3.5.0
10832026-08-11T16:35:46.318Z Downloaded module-lattice v0.2.3
10842026-08-11T16:35:46.324Z Downloaded openssl-probe v0.1.6
10852026-08-11T16:35:46.324Z Downloaded socket2 v0.6.3
10862026-08-11T16:35:46.325Z Downloaded port-file v0.1.0
10872026-08-11T16:35:46.325Z Downloaded elliptic-curve v0.13.8
10882026-08-11T16:35:46.335Z Downloaded iri-string v0.7.10
10892026-08-11T16:35:46.335Z Downloaded rustyline v14.0.0
10902026-08-11T16:35:46.340Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10912026-08-11T16:35:46.340Z Downloaded tower-layer v0.3.3
10922026-08-11T16:35:46.340Z Downloaded indicatif v0.18.4
10932026-08-11T16:35:46.340Z Downloaded csv-core v0.1.13
10942026-08-11T16:35:46.340Z Downloaded rand_xorshift v0.4.0
10952026-08-11T16:35:46.340Z Downloaded serde_with v1.14.0
10962026-08-11T16:35:46.345Z Downloaded num-bigint v0.4.6
10972026-08-11T16:35:46.345Z Downloaded rand v0.8.6
10982026-08-11T16:35:46.349Z Downloaded time-macros v0.2.27
10992026-08-11T16:35:46.349Z Downloaded defmt v0.3.100
11002026-08-11T16:35:46.349Z Downloaded poly1305 v0.8.0
11012026-08-11T16:35:46.349Z Downloaded tabwriter v1.4.1
11022026-08-11T16:35:46.357Z Downloaded nom v8.0.0
11032026-08-11T16:35:46.361Z Downloaded siphasher v1.0.2
11042026-08-11T16:35:46.361Z Downloaded term v0.7.0
11052026-08-11T16:35:46.361Z Downloaded ed25519 v2.2.3
11062026-08-11T16:35:46.364Z Downloaded slog-async v2.8.0
11072026-08-11T16:35:46.364Z Downloaded typify-macro v0.6.2
11082026-08-11T16:35:46.367Z Downloaded zone v0.3.1
11092026-08-11T16:35:46.367Z Downloaded lazy_static v1.5.0
11102026-08-11T16:35:46.370Z Downloaded nu-ansi-term v0.50.3
11112026-08-11T16:35:46.370Z Downloaded jiff-static v0.2.34
11122026-08-11T16:35:46.374Z Downloaded signature v3.0.0
11132026-08-11T16:35:46.377Z Downloaded crossbeam-epoch v0.9.18
11142026-08-11T16:35:46.379Z Downloaded url v2.5.8
11152026-08-11T16:35:46.382Z Downloaded reedline v0.40.0
11162026-08-11T16:35:46.386Z Downloaded ingot-macros v0.2.0
11172026-08-11T16:35:46.390Z Downloaded scrypt v0.12.0
11182026-08-11T16:35:46.390Z Downloaded libbz2-rs-sys v0.2.2
11192026-08-11T16:35:46.390Z Downloaded structmeta-derive v0.3.0
11202026-08-11T16:35:46.390Z Downloaded writeable v0.6.2
11212026-08-11T16:35:46.393Z Downloaded tracing-core v0.1.36
11222026-08-11T16:35:46.396Z Downloaded downcast-rs v2.0.2
11232026-08-11T16:35:46.399Z Downloaded newtype_derive v0.1.6
11242026-08-11T16:35:46.399Z Downloaded strum_macros v0.24.3
11252026-08-11T16:35:46.401Z Downloaded linked-hash-map v0.5.6
11262026-08-11T16:35:46.401Z Downloaded inout v0.1.4
11272026-08-11T16:35:46.408Z Downloaded subprocess v0.2.15
11282026-08-11T16:35:46.412Z Downloaded mio v1.2.0
11292026-08-11T16:35:46.415Z Downloaded diff v0.1.13
11302026-08-11T16:35:46.418Z Downloaded mime v0.3.17
11312026-08-11T16:35:46.418Z Downloaded derive-ex v0.1.8
11322026-08-11T16:35:46.418Z Downloaded ed25519 v3.0.0
11332026-08-11T16:35:46.418Z Downloaded git2 v0.20.4
11342026-08-11T16:35:46.425Z Downloaded primeorder v0.14.0
11352026-08-11T16:35:46.429Z Downloaded russh-util v0.52.0
11362026-08-11T16:35:46.429Z Downloaded primeorder v0.13.6
11372026-08-11T16:35:46.429Z Downloaded untrusted v0.9.0
11382026-08-11T16:35:46.429Z Downloaded crc v3.4.0
11392026-08-11T16:35:46.432Z Downloaded schemars v1.2.1
11402026-08-11T16:35:46.440Z Downloaded percent-encoding v2.3.2
11412026-08-11T16:35:46.443Z Downloaded itertools v0.10.5
11422026-08-11T16:35:46.447Z Downloaded tokio-postgres v0.7.16
11432026-08-11T16:35:46.451Z Downloaded unicode_categories v0.1.1
11442026-08-11T16:35:46.451Z Downloaded oxide-update-engine v0.1.2
11452026-08-11T16:35:46.451Z Downloaded slog v2.8.2
11462026-08-11T16:35:46.455Z Downloaded pkcs1 v0.8.0-rc.4
11472026-08-11T16:35:46.455Z Downloaded untrusted v0.7.1
11482026-08-11T16:35:46.455Z Downloaded zerocopy v0.6.6
11492026-08-11T16:35:46.458Z Downloaded ctutils v0.4.2
11502026-08-11T16:35:46.458Z Downloaded cpufeatures v0.3.0
11512026-08-11T16:35:46.458Z Downloaded ctr v0.10.1
11522026-08-11T16:35:46.458Z Downloaded ipnet v2.11.0
11532026-08-11T16:35:46.462Z Downloaded ident_case v1.0.1
11542026-08-11T16:35:46.462Z Downloaded slog-envlogger v2.2.0
11552026-08-11T16:35:46.462Z Downloaded darling v0.23.0
11562026-08-11T16:35:46.467Z Downloaded psm v0.1.30
11572026-08-11T16:35:46.467Z Downloaded tinyvec_macros v0.1.1
11582026-08-11T16:35:46.467Z Downloaded test-strategy v0.4.5
11592026-08-11T16:35:46.474Z Downloaded num-traits v0.2.19
11602026-08-11T16:35:46.480Z Downloaded sec1 v0.8.1
11612026-08-11T16:35:46.483Z Downloaded serde_spanned v1.1.1
11622026-08-11T16:35:46.483Z Downloaded tokio-tungstenite v0.23.1
11632026-08-11T16:35:46.483Z Downloaded memoffset v0.9.1
11642026-08-11T16:35:46.488Z Downloaded icu_locale_core v2.1.1
11652026-08-11T16:35:46.488Z Downloaded new_debug_unreachable v1.0.6
11662026-08-11T16:35:46.494Z Downloaded ed25519-dalek v2.2.0
11672026-08-11T16:35:46.494Z Downloaded regex v1.12.3
11682026-08-11T16:35:46.498Z Downloaded zerovec v0.11.5
11692026-08-11T16:35:46.498Z Downloaded derive-where v1.6.0
11702026-08-11T16:35:46.501Z Downloaded parking_lot_core v0.8.6
11712026-08-11T16:35:46.501Z Downloaded precomputed-hash v0.1.1
11722026-08-11T16:35:46.501Z Downloaded icu_provider v2.1.1
11732026-08-11T16:35:46.502Z Downloaded parse-display-derive v0.10.0
11742026-08-11T16:35:46.504Z Downloaded crypto-primes v0.7.2
11752026-08-11T16:35:46.507Z Downloaded progenitor-impl v0.13.0
11762026-08-11T16:35:46.507Z Downloaded internet-checksum v0.2.1
11772026-08-11T16:35:46.507Z Downloaded serde-hex v0.1.0
11782026-08-11T16:35:46.508Z Downloaded slog-json v2.6.1
11792026-08-11T16:35:46.511Z Downloaded tokio-rustls v0.26.4
11802026-08-11T16:35:46.511Z Downloaded rustls-pemfile v2.2.0
11812026-08-11T16:35:46.511Z Downloaded libxml v0.3.3
11822026-08-11T16:35:46.516Z Downloaded serde-big-array v0.5.1
11832026-08-11T16:35:46.520Z Downloaded waitgroup v0.1.2
11842026-08-11T16:35:46.520Z Downloaded displaydoc v0.2.5
11852026-08-11T16:35:46.520Z Downloaded pbkdf2 v0.13.0
11862026-08-11T16:35:46.523Z Downloaded oxide-update-engine-types v0.1.2
11872026-08-11T16:35:46.523Z Downloaded schemars v0.8.22
11882026-08-11T16:35:46.528Z Downloaded similar v2.7.0
11892026-08-11T16:35:46.536Z Downloaded tungstenite v0.21.0
11902026-08-11T16:35:46.540Z Downloaded parking_lot v0.11.2
11912026-08-11T16:35:46.540Z Downloaded diesel-dtrace v0.5.0
11922026-08-11T16:35:46.540Z Downloaded tokio-tungstenite v0.21.0
11932026-08-11T16:35:46.540Z Downloaded der v0.8.0
11942026-08-11T16:35:46.554Z Downloaded synstructure v0.13.2
11952026-08-11T16:35:46.554Z Downloaded portable-atomic v1.13.1
11962026-08-11T16:35:46.554Z Downloaded proc-macro-crate v3.4.0
11972026-08-11T16:35:46.554Z Downloaded ron v0.8.1
11982026-08-11T16:35:46.554Z Downloaded rayon v1.11.0
11992026-08-11T16:35:46.562Z Downloaded rustls-pki-types v1.14.0
12002026-08-11T16:35:46.562Z Downloaded crossbeam-channel v0.5.15
12012026-08-11T16:35:46.566Z Downloaded itertools v0.12.1
12022026-08-11T16:35:46.566Z Downloaded tokio-native-tls v0.3.1
12032026-08-11T16:35:46.566Z Downloaded russh v0.62.4
12042026-08-11T16:35:46.569Z Downloaded scuffle v0.1.0
12052026-08-11T16:35:46.574Z Downloaded darling_core v0.13.4
12062026-08-11T16:35:46.574Z Downloaded zip v0.6.6
12072026-08-11T16:35:46.577Z Downloaded litemap v0.8.1
12082026-08-11T16:35:46.577Z Downloaded winnow v0.6.26
12092026-08-11T16:35:46.581Z Downloaded elliptic-curve v0.14.1
12102026-08-11T16:35:46.584Z Downloaded snafu-derive v0.8.9
12112026-08-11T16:35:46.584Z Downloaded smf v0.2.3
12122026-08-11T16:35:46.584Z Downloaded data-encoding v2.10.0
12132026-08-11T16:35:46.589Z Downloaded mime_guess v2.0.5
12142026-08-11T16:35:46.589Z Downloaded zopfli v0.8.3
12152026-08-11T16:35:46.589Z Downloaded tinyvec v1.10.0
12162026-08-11T16:35:46.595Z Downloaded goblin v0.10.5
12172026-08-11T16:35:46.597Z Downloaded icu_normalizer v2.1.1
12182026-08-11T16:35:46.597Z Downloaded vergen v9.1.0
12192026-08-11T16:35:46.600Z Downloaded drift v0.2.0
12202026-08-11T16:35:46.605Z Downloaded darling v0.21.3
12212026-08-11T16:35:46.608Z Downloaded typify v0.6.2
12222026-08-11T16:35:46.611Z Downloaded quinn-udp v0.5.14
12232026-08-11T16:35:46.611Z Downloaded cookie_store v0.22.1
12242026-08-11T16:35:46.614Z Downloaded openssl-sys v0.9.117
12252026-08-11T16:35:46.617Z Downloaded pkcs1 v0.7.5
12262026-08-11T16:35:46.617Z Downloaded winnow v1.0.3
12272026-08-11T16:35:46.622Z Downloaded vte v0.14.1
12282026-08-11T16:35:46.625Z Downloaded strum_macros v0.26.4
12292026-08-11T16:35:46.625Z Downloaded pretty_assertions v1.4.1
12302026-08-11T16:35:46.628Z Downloaded aho-corasick v1.1.4
12312026-08-11T16:35:46.631Z Downloaded impl-trait-for-tuples v0.2.3
12322026-08-11T16:35:46.651Z Downloaded samael v0.0.19
12332026-08-11T16:35:46.654Z Downloaded icu_properties v2.1.2
12342026-08-11T16:35:46.658Z Downloaded iddqd v0.4.2
12352026-08-11T16:35:46.662Z Downloaded idna v1.1.0
12362026-08-11T16:35:46.665Z Downloaded tower v0.5.3
12372026-08-11T16:35:46.668Z Downloaded rsa v0.10.0-rc.18
12382026-08-11T16:35:46.673Z Downloaded p384 v0.13.1
12392026-08-11T16:35:46.679Z Downloaded progenitor-impl v0.14.0
12402026-08-11T16:35:46.682Z Downloaded blake3 v1.8.5
12412026-08-11T16:35:46.689Z Downloaded lalrpop v0.19.12
12422026-08-11T16:35:46.698Z Downloaded sha3 v0.12.0
12432026-08-11T16:35:46.701Z Downloaded aws-lc-rs v1.16.3
12442026-08-11T16:35:46.731Z Downloaded icu_properties_data v2.1.2
12452026-08-11T16:35:46.738Z Downloaded unicode-normalization v0.1.25
12462026-08-11T16:35:46.745Z Downloaded bindgen v0.71.1
12472026-08-11T16:35:46.748Z Downloaded bitvec v1.0.1
12482026-08-11T16:35:46.757Z Downloaded jiff-core v0.1.0
12492026-08-11T16:35:46.760Z Downloaded crossterm v0.28.1
12502026-08-11T16:35:46.763Z Downloaded toml_edit v0.19.15
12512026-08-11T16:35:46.772Z Downloaded zip v4.6.1
12522026-08-11T16:35:46.775Z Downloaded salty v0.3.0
12532026-08-11T16:35:46.781Z Downloaded itertools v0.14.0
12542026-08-11T16:35:46.786Z Downloaded nom v7.1.3
12552026-08-11T16:35:46.790Z Downloaded chrono v0.4.45
12562026-08-11T16:35:46.794Z Downloaded itertools v0.15.0
12572026-08-11T16:35:46.797Z Downloaded nix v0.27.1
12582026-08-11T16:35:46.800Z Downloaded smoltcp v0.9.1
12592026-08-11T16:35:46.806Z Downloaded hyper-util v0.1.20
12602026-08-11T16:35:46.810Z Downloaded tabled v0.20.0
12612026-08-11T16:35:46.820Z Downloaded itertools v0.13.0
12622026-08-11T16:35:46.824Z Downloaded petname v2.0.2
12632026-08-11T16:35:46.827Z Downloaded proptest v1.11.0
12642026-08-11T16:35:46.833Z Downloaded libm v0.2.16
12652026-08-11T16:35:46.838Z Downloaded nix v0.28.0
12662026-08-11T16:35:46.845Z Downloaded time v0.3.47
12672026-08-11T16:35:46.852Z Downloaded regress v0.11.1
12682026-08-11T16:35:46.858Z Downloaded diesel_derives v2.3.7
12692026-08-11T16:35:46.861Z Downloaded num-bigint-dig v0.8.6
12702026-08-11T16:35:46.864Z Downloaded rand v0.9.2
12712026-08-11T16:35:46.867Z Downloaded tower-http v0.6.8
12722026-08-11T16:35:46.871Z Downloaded ssh-key v0.7.0-rc.11
12732026-08-11T16:35:46.876Z Downloaded hickory-proto v0.24.4
12742026-08-11T16:35:46.885Z Downloaded zlib-rs v0.6.2
12752026-08-11T16:35:46.888Z Downloaded hickory-proto v0.25.2
12762026-08-11T16:35:46.898Z Downloaded vcpkg v0.2.15
12772026-08-11T16:35:46.923Z Downloaded openssl v0.10.80
12782026-08-11T16:35:46.929Z Downloaded crossterm v0.29.0
12792026-08-11T16:35:46.933Z Downloaded rawzip v0.4.4
12802026-08-11T16:35:46.937Z Downloaded regex-syntax v0.8.10
12812026-08-11T16:35:46.941Z Downloaded curve25519-dalek v4.1.3
12822026-08-11T16:35:46.945Z Downloaded curve25519-dalek v5.0.0
12832026-08-11T16:35:46.950Z Downloaded zerocopy v0.8.40
12842026-08-11T16:35:46.954Z Downloaded nix v0.31.2
12852026-08-11T16:35:46.962Z Downloaded winnow v0.5.40
12862026-08-11T16:35:46.967Z Downloaded rustix v0.38.44
12872026-08-11T16:35:46.980Z Downloaded quinn-proto v0.11.16
12882026-08-11T16:35:46.985Z Downloaded quick-xml v0.37.5
12892026-08-11T16:35:46.989Z Downloaded smoltcp v0.11.0
12902026-08-11T16:35:46.996Z Downloaded crypto-bigint v0.7.5
12912026-08-11T16:35:47.005Z Downloaded polar-core v0.27.3
12922026-08-11T16:35:47.011Z Downloaded moka v0.12.13
12932026-08-11T16:35:47.015Z Downloaded radix_trie v0.2.1
12942026-08-11T16:35:47.018Z Downloaded bstr v1.12.1
12952026-08-11T16:35:47.023Z Downloaded sha3 v0.11.0
12962026-08-11T16:35:47.030Z Downloaded petgraph v0.6.5
12972026-08-11T16:35:47.044Z Downloaded serde_with v3.21.0
12982026-08-11T16:35:47.081Z Downloaded dropshot v0.17.1
12992026-08-11T16:35:47.095Z Downloaded libz-sys v1.1.24
13002026-08-11T16:35:47.107Z Downloaded csv v1.4.0
13012026-08-11T16:35:47.120Z Downloaded object v0.30.4
13022026-08-11T16:35:47.126Z Downloaded openapiv3 v2.2.0
13032026-08-11T16:35:47.135Z Downloaded encoding_rs v0.8.35
13042026-08-11T16:35:47.149Z Downloaded regex-syntax v0.6.29
13052026-08-11T16:35:47.159Z Downloaded ring v0.17.14
13062026-08-11T16:35:47.181Z Downloaded rustls v0.23.41
13072026-08-11T16:35:47.201Z Downloaded object v0.37.3
13082026-08-11T16:35:47.209Z Downloaded regress v0.10.5
13092026-08-11T16:35:47.230Z Downloaded sled v0.34.7
13102026-08-11T16:35:47.251Z Downloaded typify-impl v0.6.2
13112026-08-11T16:35:47.292Z Downloaded sqlparser v0.61.0
13122026-08-11T16:35:47.297Z Downloaded zerocopy-derive v0.6.6
13132026-08-11T16:35:47.303Z Downloaded diesel v2.3.7
13142026-08-11T16:35:47.341Z Downloaded tracing v0.1.44
13152026-08-11T16:35:47.353Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-08-11T16:35:47.372Z Downloaded ratatui v0.29.0
13172026-08-11T16:35:47.390Z Downloaded regex-automata v0.4.14
13182026-08-11T16:35:47.399Z Downloaded jiff v0.2.34
13192026-08-11T16:35:47.423Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-08-11T16:35:47.439Z Downloaded chrono-tz v0.10.4
13212026-08-11T16:35:47.473Z Downloaded petgraph v0.8.3
13222026-08-11T16:35:47.487Z Downloaded tokio v1.52.1
13232026-08-11T16:35:47.508Z Downloaded sha3 v0.10.8
13242026-08-11T16:35:47.614Z Downloaded libgit2-sys v0.18.3+1.9.2
13252026-08-11T16:35:48.299Z Downloaded aws-lc-sys v0.40.0
13262026-08-11T16:35:48.565Z Compiling libc v0.2.185
13272026-08-11T16:35:48.565Z Compiling serde_core v1.0.228
13282026-08-11T16:35:48.565Z Compiling serde v1.0.228
13292026-08-11T16:35:48.569Z Compiling log v0.4.29
13302026-08-11T16:35:48.569Z Compiling smallvec v1.15.1
13312026-08-11T16:35:48.724Z Compiling find-msvc-tools v0.1.9
13322026-08-11T16:35:48.734Z Compiling shlex v1.3.0
13332026-08-11T16:35:48.738Z Compiling syn v2.0.117
13342026-08-11T16:35:48.923Z Compiling subtle v2.6.1
13352026-08-11T16:35:48.948Z Compiling scopeguard v1.2.0
13362026-08-11T16:35:48.949Z Compiling typenum v1.20.1
13372026-08-11T16:35:49.006Z Compiling stable_deref_trait v1.2.1
13382026-08-11T16:35:49.037Z Compiling lock_api v0.4.14
13392026-08-11T16:35:49.051Z Compiling zerocopy v0.8.40
13402026-08-11T16:35:49.078Z Compiling portable-atomic v1.13.1
13412026-08-11T16:35:49.104Z Compiling serde_json v1.0.151
13422026-08-11T16:35:49.273Z Compiling critical-section v1.2.0
13432026-08-11T16:35:49.311Z Compiling libm v0.2.16
13442026-08-11T16:35:49.385Z Compiling num-traits v0.2.19
13452026-08-11T16:35:49.507Z Compiling pkg-config v0.3.32
13462026-08-11T16:35:49.576Z Compiling jobserver v0.1.34
13472026-08-11T16:35:49.589Z Compiling errno v0.3.14
13482026-08-11T16:35:49.612Z Compiling getrandom v0.2.17
13492026-08-11T16:35:49.762Z Compiling rand_core v0.6.4
13502026-08-11T16:35:49.780Z Compiling cc v1.2.56
13512026-08-11T16:35:50.036Z Compiling once_cell v1.21.3
13522026-08-11T16:35:50.036Z Compiling generic-array v0.14.7
13532026-08-11T16:35:50.121Z Compiling pin-project-lite v0.2.17
13542026-08-11T16:35:50.139Z Compiling const-oid v0.9.6
13552026-08-11T16:35:50.220Z Compiling getrandom v0.4.1
13562026-08-11T16:35:50.247Z Compiling parking_lot_core v0.9.12
13572026-08-11T16:35:50.344Z Compiling rand_core v0.10.0
13582026-08-11T16:35:50.480Z Compiling signal-hook-registry v1.4.8
13592026-08-11T16:35:50.806Z Compiling writeable v0.6.2
13602026-08-11T16:35:50.824Z Compiling litemap v0.8.1
13612026-08-11T16:35:50.892Z Compiling bitflags v2.11.0
13622026-08-11T16:35:51.005Z Compiling percent-encoding v2.3.2
13632026-08-11T16:35:51.012Z Compiling futures-core v0.3.32
13642026-08-11T16:35:51.034Z Compiling semver v1.0.28
13652026-08-11T16:35:51.128Z Compiling parking_lot v0.12.5
13662026-08-11T16:35:51.174Z Compiling mio v1.2.0
13672026-08-11T16:35:51.200Z Compiling icu_properties_data v2.1.2
13682026-08-11T16:35:51.364Z Compiling icu_normalizer_data v2.1.1
13692026-08-11T16:35:51.365Z Compiling socket2 v0.6.3
13702026-08-11T16:35:51.407Z Compiling getrandom v0.3.4
13712026-08-11T16:35:51.508Z Compiling futures-sink v0.3.32
13722026-08-11T16:35:51.572Z Compiling indexmap v2.14.0
13732026-08-11T16:35:51.586Z Compiling synstructure v0.13.2
13742026-08-11T16:35:51.646Z Compiling futures-channel v0.3.32
13752026-08-11T16:35:51.694Z Compiling futures-io v0.3.32
13762026-08-11T16:35:51.784Z Compiling rustix v1.1.3
13772026-08-11T16:35:51.859Z Compiling utf8_iter v1.0.4
13782026-08-11T16:35:51.902Z Compiling slab v0.4.12
13792026-08-11T16:35:52.056Z Compiling futures-task v0.3.32
13802026-08-11T16:35:52.124Z Compiling form_urlencoded v1.2.2
13812026-08-11T16:35:52.182Z Compiling rustversion v1.0.22
13822026-08-11T16:35:52.215Z Compiling base64ct v1.8.3
13832026-08-11T16:35:52.215Z Compiling iana-time-zone v0.1.65
13842026-08-11T16:35:52.253Z Compiling cmake v0.1.57
13852026-08-11T16:35:52.292Z Compiling regex-syntax v0.8.10
13862026-08-11T16:35:52.349Z Compiling fs_extra v1.3.0
13872026-08-11T16:35:52.405Z Compiling flagset v0.4.7
13882026-08-11T16:35:52.487Z Compiling pem-rfc7468 v0.7.0
13892026-08-11T16:35:52.517Z Compiling ident_case v1.0.1
13902026-08-11T16:35:52.560Z Compiling dunce v1.0.5
13912026-08-11T16:35:52.642Z Compiling rand_core v0.9.5
13922026-08-11T16:35:52.651Z Compiling uuid v1.23.4
13932026-08-11T16:35:52.683Z Compiling aws-lc-sys v0.40.0
13942026-08-11T16:35:52.772Z Compiling base64 v0.22.1
13952026-08-11T16:35:52.921Z Compiling vcpkg v0.2.15
13962026-08-11T16:35:53.130Z Compiling syn v1.0.109
13972026-08-11T16:35:53.149Z Compiling serde_derive_internals v0.29.1
13982026-08-11T16:35:53.395Z Compiling serde_derive v1.0.228
13992026-08-11T16:35:53.410Z Compiling zeroize_derive v1.5.0
14002026-08-11T16:35:53.466Z Compiling zerocopy-derive v0.8.40
14012026-08-11T16:35:53.511Z Compiling zerofrom-derive v0.1.6
14022026-08-11T16:35:53.689Z Compiling yoke-derive v0.8.1
14032026-08-11T16:35:54.051Z Compiling zeroize v1.9.0
14042026-08-11T16:35:54.091Z Compiling zerovec-derive v0.11.2
14052026-08-11T16:35:54.262Z Compiling displaydoc v0.2.5
14062026-08-11T16:35:54.857Z Compiling tokio-macros v2.7.0
14072026-08-11T16:35:54.941Z Compiling zerofrom v0.1.6
14082026-08-11T16:35:55.046Z Compiling futures-macro v0.3.32
14092026-08-11T16:35:55.068Z Compiling yoke v0.8.1
14102026-08-11T16:35:55.215Z Compiling crypto-common v0.1.7
14112026-08-11T16:35:55.225Z Compiling zerovec v0.11.5
14122026-08-11T16:35:55.234Z Compiling zerotrie v0.2.3
14132026-08-11T16:35:55.338Z Compiling block-buffer v0.10.4
14142026-08-11T16:35:55.519Z Compiling digest v0.10.7
14152026-08-11T16:35:55.545Z Compiling thiserror-impl v2.0.18
14162026-08-11T16:35:55.597Z Compiling der_derive v0.7.3
14172026-08-11T16:35:55.734Z Compiling tinystr v0.8.2
14182026-08-11T16:35:55.764Z Compiling potential_utf v0.1.4
14192026-08-11T16:35:55.824Z Compiling futures-util v0.3.32
14202026-08-11T16:35:55.926Z Compiling icu_locale_core v2.1.1
14212026-08-11T16:35:55.942Z Compiling icu_collections v2.1.1
14222026-08-11T16:35:56.414Z Compiling openssl-sys v0.9.117
14232026-08-11T16:35:56.559Z Compiling icu_provider v2.1.1
14242026-08-11T16:35:56.805Z Compiling bytes v1.11.1
14252026-08-11T16:35:56.856Z Compiling icu_properties v2.1.2
14262026-08-11T16:35:56.869Z Compiling icu_normalizer v2.1.1
14272026-08-11T16:35:56.885Z Compiling chrono v0.4.45
14282026-08-11T16:35:56.936Z Compiling thiserror v2.0.18
14292026-08-11T16:35:57.045Z Compiling der v0.7.10
14302026-08-11T16:35:57.398Z Compiling tokio v1.52.1
14312026-08-11T16:35:57.412Z Compiling http v1.4.2
14322026-08-11T16:35:57.919Z Compiling ppv-lite86 v0.2.21
14332026-08-11T16:35:58.019Z Compiling idna_adapter v1.2.1
14342026-08-11T16:35:58.163Z Compiling idna v1.1.0
14352026-08-11T16:35:58.196Z Compiling spki v0.7.3
14362026-08-11T16:35:58.265Z Compiling rand_chacha v0.9.0
14372026-08-11T16:35:58.312Z Compiling tracing-attributes v0.1.31
14382026-08-11T16:35:58.357Z Compiling rustc_version v0.4.1
14392026-08-11T16:35:58.380Z Compiling tracing-core v0.1.36
14402026-08-11T16:35:58.395Z Compiling aws-lc-rs v1.16.3
14412026-08-11T16:35:58.495Z Compiling url v2.5.8
14422026-08-11T16:35:58.685Z Compiling dyn-clone v1.0.20
14432026-08-11T16:35:58.833Z Compiling schemars v0.8.22
14442026-08-11T16:35:58.838Z Compiling cpufeatures v0.2.17
14452026-08-11T16:35:58.914Z Compiling rand v0.9.2
14462026-08-11T16:35:58.971Z Compiling pkcs8 v0.10.2
14472026-08-11T16:35:59.044Z Compiling http-body v1.0.1
14482026-08-11T16:35:59.231Z Compiling rustls-pki-types v1.14.0
14492026-08-11T16:35:59.265Z Compiling schemars_derive v0.8.22
14502026-08-11T16:35:59.311Z Compiling spin v0.9.8
14512026-08-11T16:35:59.520Z Compiling cmov v0.5.4
14522026-08-11T16:35:59.646Z Compiling tracing v0.1.44
14532026-08-11T16:35:59.671Z Compiling httparse v1.10.1
14542026-08-11T16:35:59.692Z Compiling crc32fast v1.5.0
14552026-08-11T16:35:59.729Z Compiling openssl-probe v0.2.1
14562026-08-11T16:35:59.901Z Compiling tinyvec_macros v0.1.1
14572026-08-11T16:35:59.916Z Compiling tempfile v3.25.0
14582026-08-11T16:35:59.971Z Compiling tinyvec v1.10.0
14592026-08-11T16:35:59.983Z Compiling ctutils v0.4.2
14602026-08-11T16:36:00.042Z Compiling pest_generator v2.8.6
14612026-08-11T16:36:00.214Z Compiling sha2 v0.10.9
14622026-08-11T16:36:00.269Z Compiling aho-corasick v1.1.4
14632026-08-11T16:36:00.303Z Compiling atomic-waker v1.1.2
14642026-08-11T16:36:00.433Z Compiling untrusted v0.7.1
14652026-08-11T16:36:00.555Z Compiling try-lock v0.2.5
14662026-08-11T16:36:00.664Z Compiling radium v0.7.0
14672026-08-11T16:36:00.715Z Compiling tower-layer v0.3.3
14682026-08-11T16:36:00.880Z Compiling tower-service v0.3.3
14692026-08-11T16:36:00.929Z Compiling pest_derive v2.8.6
14702026-08-11T16:36:00.975Z Compiling want v0.3.1
14712026-08-11T16:36:01.144Z Compiling regex-automata v0.4.14
14722026-08-11T16:36:01.364Z Compiling tokio-util v0.7.18
14732026-08-11T16:36:01.502Z Compiling hybrid-array v0.4.13
14742026-08-11T16:36:02.036Z Compiling h2 v0.4.15
14752026-08-11T16:36:02.081Z Compiling ipnet v2.11.0
14762026-08-11T16:36:02.258Z Compiling scroll_derive v0.13.1
14772026-08-11T16:36:02.381Z Compiling darling_core v0.20.11
14782026-08-11T16:36:02.583Z Compiling tap v1.0.1
14792026-08-11T16:36:02.685Z Compiling maybe-uninit v2.0.0
14802026-08-11T16:36:02.720Z Compiling simd-adler32 v0.3.8
14812026-08-11T16:36:02.985Z Compiling rustls v0.23.41
14822026-08-11T16:36:02.994Z Compiling foreign-types-shared v0.1.1
14832026-08-11T16:36:03.092Z Compiling openssl v0.10.80
14842026-08-11T16:36:03.097Z Compiling httpdate v1.0.3
14852026-08-11T16:36:03.153Z Compiling untrusted v0.9.0
14862026-08-11T16:36:03.169Z Compiling scroll v0.13.0
14872026-08-11T16:36:03.274Z Compiling foreign-types v0.3.2
14882026-08-11T16:36:03.342Z Compiling wyz v0.5.1
14892026-08-11T16:36:03.362Z Compiling unicode-normalization v0.1.25
14902026-08-11T16:36:03.545Z Compiling rand_chacha v0.3.1
14912026-08-11T16:36:03.556Z Compiling hex v0.4.3
14922026-08-11T16:36:03.818Z Compiling signature v2.2.0
14932026-08-11T16:36:03.819Z Compiling openssl-macros v0.1.1
14942026-08-11T16:36:03.858Z Compiling thiserror-impl v1.0.69
14952026-08-11T16:36:04.003Z Compiling terminal_size v0.4.3
14962026-08-11T16:36:04.141Z Compiling bzip2-sys v0.1.13+1.0.8
14972026-08-11T16:36:04.231Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-08-11T16:36:04.300Z Compiling num-integer v0.1.46
14992026-08-11T16:36:04.439Z Compiling wait-timeout v0.2.1
15002026-08-11T16:36:04.629Z Compiling ahash v0.8.12
15012026-08-11T16:36:04.639Z Compiling packed_struct v0.10.1
15022026-08-11T16:36:04.705Z Compiling num-bigint-dig v0.8.6
15032026-08-11T16:36:04.713Z Compiling darling_macro v0.20.11
15042026-08-11T16:36:04.828Z Compiling num-conv v0.2.0
15052026-08-11T16:36:04.873Z Compiling native-tls v0.2.18
15062026-08-11T16:36:04.891Z Compiling bit-vec v0.8.0
15072026-08-11T16:36:04.964Z Compiling time-core v0.1.8
15082026-08-11T16:36:05.087Z Compiling quick-error v1.2.3
15092026-08-11T16:36:05.119Z Compiling powerfmt v0.2.0
15102026-08-11T16:36:05.125Z Compiling funty v2.0.0
15112026-08-11T16:36:05.125Z Compiling adler2 v2.0.1
15122026-08-11T16:36:05.183Z Compiling rusty-fork v0.3.1
15132026-08-11T16:36:05.213Z Compiling hyper v1.10.1
15142026-08-11T16:36:05.263Z Compiling miniz_oxide v0.8.9
15152026-08-11T16:36:05.312Z Compiling deranged v0.5.8
15162026-08-11T16:36:05.312Z Compiling darling v0.20.11
15172026-08-11T16:36:05.430Z Compiling time-macros v0.2.27
15182026-08-11T16:36:05.529Z Compiling bitvec v1.0.1
15192026-08-11T16:36:05.710Z Compiling thiserror v1.0.69
15202026-08-11T16:36:05.842Z Compiling bit-set v0.8.0
15212026-08-11T16:36:05.856Z Compiling clap_builder v4.6.0
15222026-08-11T16:36:06.214Z Compiling num-iter v0.1.45
15232026-08-11T16:36:06.326Z Compiling hyper-util v0.1.20
15242026-08-11T16:36:06.766Z Compiling rand v0.8.6
15252026-08-11T16:36:06.923Z Compiling goblin v0.10.5
15262026-08-11T16:36:07.043Z Compiling packed_struct_codegen v0.10.1
15272026-08-11T16:36:07.567Z Compiling lazy_static v1.5.0
15282026-08-11T16:36:07.662Z Compiling serde_spanned v0.6.9
15292026-08-11T16:36:07.808Z Compiling toml_datetime v0.6.11
15302026-08-11T16:36:08.052Z Compiling hmac v0.12.1
15312026-08-11T16:36:08.074Z Compiling clap_derive v4.6.1
15322026-08-11T16:36:08.137Z Compiling bitfield-macros v0.19.4
15332026-08-11T16:36:08.210Z Compiling zerocopy-derive v0.6.6
15342026-08-11T16:36:08.846Z Compiling anstyle-parse v0.2.7
15352026-08-11T16:36:08.859Z Compiling rand_xorshift v0.4.0
15362026-08-11T16:36:09.045Z Compiling sync_wrapper v1.0.2
15372026-08-11T16:36:09.045Z Compiling indexmap v1.9.3
15382026-08-11T16:36:09.056Z Compiling siphasher v1.0.2
15392026-08-11T16:36:09.145Z Compiling usdt-impl v0.6.0
15402026-08-11T16:36:09.249Z Compiling nodrop v0.1.14
15412026-08-11T16:36:09.283Z Compiling unarray v0.1.4
15422026-08-11T16:36:09.418Z Compiling crossbeam-utils v0.8.21
15432026-08-11T16:36:09.515Z Compiling paste v1.0.15
15442026-08-11T16:36:09.516Z Compiling zlib-rs v0.6.2
15452026-08-11T16:36:09.516Z Compiling crc-catalog v2.4.0
15462026-08-11T16:36:09.559Z Compiling num_threads v0.1.7
15472026-08-11T16:36:09.682Z Compiling time v0.3.47
15482026-08-11T16:36:09.770Z Compiling crc v3.4.0
15492026-08-11T16:36:09.770Z Compiling proptest v1.11.0
15502026-08-11T16:36:09.906Z Compiling clap v4.6.1
15512026-08-11T16:36:09.991Z Compiling dof v0.4.0
15522026-08-11T16:36:09.992Z Compiling array-init v0.0.4
15532026-08-11T16:36:10.350Z Compiling tower v0.5.3
15542026-08-11T16:36:10.797Z Compiling zerocopy v0.6.6
15552026-08-11T16:36:11.007Z Compiling anstream v0.6.21
15562026-08-11T16:36:11.111Z Compiling bitfield v0.19.4
15572026-08-11T16:36:11.395Z Compiling smallvec v0.6.14
15582026-08-11T16:36:11.591Z Compiling derive_builder_core v0.20.2
15592026-08-11T16:36:11.768Z Compiling dtrace-parser v0.3.0
15602026-08-11T16:36:12.399Z Compiling flate2 v1.1.9
15612026-08-11T16:36:12.475Z Compiling ipnetwork v0.21.1
15622026-08-11T16:36:12.488Z Compiling http-body-util v0.1.3
15632026-08-11T16:36:12.530Z Compiling pkcs1 v0.7.5
15642026-08-11T16:36:12.574Z Compiling heapless v0.7.17
15652026-08-11T16:36:12.734Z Compiling scroll_derive v0.12.1
15662026-08-11T16:36:12.787Z Compiling structmeta-derive v0.3.0
15672026-08-11T16:36:12.799Z Compiling slog v2.8.2
15682026-08-11T16:36:12.873Z Compiling darling_core v0.23.0
15692026-08-11T16:36:12.978Z Compiling thread-id v5.1.0
15702026-08-11T16:36:13.016Z Compiling cookie v0.18.1
15712026-08-11T16:36:13.065Z Compiling env_filter v1.0.0
15722026-08-11T16:36:13.205Z Compiling ryu v1.0.23
15732026-08-11T16:36:13.367Z Compiling unicode-properties v0.1.4
15742026-08-11T16:36:13.400Z Compiling winnow v0.5.40
15752026-08-11T16:36:13.457Z Compiling signal-hook v0.3.18
15762026-08-11T16:36:13.580Z Compiling hashbrown v0.12.3
15772026-08-11T16:36:13.617Z Compiling anyhow v1.0.102
15782026-08-11T16:36:13.945Z Compiling iri-string v0.7.10
15792026-08-11T16:36:13.978Z Compiling zstd-safe v7.2.4
15802026-08-11T16:36:14.073Z Compiling allocator-api2 v0.2.21
15812026-08-11T16:36:14.140Z Compiling base64 v0.21.7
15822026-08-11T16:36:14.404Z Compiling unicode-bidi v0.3.18
15832026-08-11T16:36:14.439Z Compiling ron v0.8.1
15842026-08-11T16:36:14.823Z Compiling stringprep v0.1.5
15852026-08-11T16:36:14.919Z Compiling toml_edit v0.19.15
15862026-08-11T16:36:15.262Z Compiling tower-http v0.6.8
15872026-08-11T16:36:15.401Z Compiling darling_macro v0.23.0
15882026-08-11T16:36:15.626Z Compiling structmeta v0.3.0
15892026-08-11T16:36:15.675Z Compiling scroll v0.12.0
15902026-08-11T16:36:15.755Z Compiling serde_urlencoded v0.7.1
15912026-08-11T16:36:15.840Z Compiling env_logger v0.11.9
15922026-08-11T16:36:16.010Z Compiling rsa v0.9.10
15932026-08-11T16:36:16.024Z Compiling oxnet v0.1.6
15942026-08-11T16:36:16.319Z Compiling derive_builder_macro v0.20.2
15952026-08-11T16:36:16.450Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15962026-08-11T16:36:16.509Z Compiling newtype-uuid v1.3.2
15972026-08-11T16:36:16.714Z Compiling hashbrown v0.13.2
15982026-08-11T16:36:16.794Z Compiling serde-hex v0.1.0
15992026-08-11T16:36:16.835Z Compiling bzip2 v0.4.4
16002026-08-11T16:36:17.047Z Compiling tokio-native-tls v0.3.1
16012026-08-11T16:36:17.205Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16022026-08-11T16:36:17.225Z Compiling camino v1.2.2
16032026-08-11T16:36:17.600Z Compiling bstr v1.12.1
16042026-08-11T16:36:17.890Z Compiling crypto-common v0.2.2
16052026-08-11T16:36:18.106Z Compiling block-padding v0.4.2
16062026-08-11T16:36:18.268Z Compiling block-buffer v0.12.1
16072026-08-11T16:36:18.274Z Compiling rustls-native-certs v0.8.3
16082026-08-11T16:36:18.471Z Compiling curve25519-dalek v4.1.3
16092026-08-11T16:36:18.567Z Compiling x509-cert v0.2.5
16102026-08-11T16:36:18.579Z Compiling serde_tokenstream v0.2.3
16112026-08-11T16:36:18.809Z Compiling erased-serde v0.3.31
16122026-08-11T16:36:18.901Z Compiling md-5 v0.10.6
16132026-08-11T16:36:19.068Z Compiling zerocopy-derive v0.7.35
16142026-08-11T16:36:19.080Z Compiling async-trait v0.1.89
16152026-08-11T16:36:19.309Z Compiling daft-derive v0.1.7
16162026-08-11T16:36:19.692Z Compiling pin-project-internal v1.1.11
16172026-08-11T16:36:19.937Z Compiling vergen-lib v9.1.0
16182026-08-11T16:36:20.041Z Compiling hash32 v0.2.1
16192026-08-11T16:36:20.104Z Compiling memoffset v0.9.1
16202026-08-11T16:36:20.121Z Compiling encoding_rs v0.8.35
16212026-08-11T16:36:20.195Z Compiling fallible-iterator v0.2.0
16222026-08-11T16:36:20.236Z Compiling mime v0.3.17
16232026-08-11T16:36:20.296Z Compiling litrs v1.0.0
16242026-08-11T16:36:20.500Z Compiling ref-cast v1.0.25
16252026-08-11T16:36:20.514Z Compiling cfg_aliases v0.2.1
16262026-08-11T16:36:20.577Z Compiling smoltcp v0.9.1
16272026-08-11T16:36:20.593Z Compiling psl-types v2.0.11
16282026-08-11T16:36:20.719Z Compiling rustix v0.38.44
16292026-08-11T16:36:20.800Z Compiling crc-any v2.5.0
16302026-08-11T16:36:20.812Z Compiling document-features v0.2.12
16312026-08-11T16:36:20.812Z Compiling pin-project v1.1.11
16322026-08-11T16:36:20.942Z Compiling publicsuffix v2.3.0
16332026-08-11T16:36:20.957Z Compiling nix v0.31.2
16342026-08-11T16:36:21.022Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16352026-08-11T16:36:21.105Z Compiling postgres-protocol v0.6.10
16362026-08-11T16:36:21.239Z Compiling daft v0.1.7
16372026-08-11T16:36:21.314Z Compiling zerocopy v0.7.35
16382026-08-11T16:36:21.596Z Compiling inout v0.2.2
16392026-08-11T16:36:21.611Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16402026-08-11T16:36:21.611Z Compiling hyper-tls v0.6.0
16412026-08-11T16:36:21.641Z Compiling object v0.30.4
16422026-08-11T16:36:21.769Z Compiling zip v0.6.6
16432026-08-11T16:36:21.788Z Compiling derive_builder v0.20.2
16442026-08-11T16:36:21.855Z Compiling toml v0.7.8
16452026-08-11T16:36:21.904Z Compiling goblin v0.8.2
16462026-08-11T16:36:22.044Z Compiling darling v0.23.0
16472026-08-11T16:36:22.134Z Compiling derive-ex v0.1.8
16482026-08-11T16:36:22.436Z Compiling phf_shared v0.13.1
16492026-08-11T16:36:22.623Z Compiling regex v1.12.3
16502026-08-11T16:36:22.680Z Compiling hubpack_derive v0.1.1
16512026-08-11T16:36:22.737Z Compiling futures-executor v0.3.32
16522026-08-11T16:36:23.004Z Compiling curve25519-dalek-derive v0.1.1
16532026-08-11T16:36:23.096Z Compiling snafu-derive v0.8.9
16542026-08-11T16:36:23.168Z Compiling strum_macros v0.27.2
16552026-08-11T16:36:23.656Z Compiling ref-cast-impl v1.0.25
16562026-08-11T16:36:23.848Z Compiling vergen v9.1.0
16572026-08-11T16:36:24.011Z Compiling cargo-platform v0.3.2
16582026-08-11T16:36:24.212Z Compiling ff v0.13.1
16592026-08-11T16:36:24.290Z Compiling fs-err v3.3.0
16602026-08-11T16:36:24.361Z Compiling base16ct v0.2.0
16612026-08-11T16:36:24.484Z Compiling foldhash v0.2.0
16622026-08-11T16:36:24.539Z Compiling same-file v1.0.6
16632026-08-11T16:36:24.565Z Compiling bumpalo v3.20.2
16642026-08-11T16:36:24.699Z Compiling object v0.37.3
16652026-08-11T16:36:24.714Z Compiling foldhash v0.1.5
16662026-08-11T16:36:24.820Z Compiling path-slash v0.1.5
16672026-08-11T16:36:24.882Z Compiling jiff-core v0.1.0
16682026-08-11T16:36:24.951Z Compiling bitflags v1.3.2
16692026-08-11T16:36:24.966Z Compiling unicode-segmentation v1.12.0
16702026-08-11T16:36:25.005Z Compiling either v1.15.0
16712026-08-11T16:36:25.032Z Compiling managed v0.8.0
16722026-08-11T16:36:25.125Z Compiling libbz2-rs-sys v0.2.2
16732026-08-11T16:36:25.243Z Compiling strum v0.27.2
16742026-08-11T16:36:25.351Z Compiling snafu v0.8.9
16752026-08-11T16:36:25.393Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16762026-08-11T16:36:25.419Z Compiling hashbrown v0.15.5
16772026-08-11T16:36:25.697Z Compiling jiff v0.2.34
16782026-08-11T16:36:25.796Z Compiling bzip2 v0.6.1
16792026-08-11T16:36:25.948Z Compiling zopfli v0.8.3
16802026-08-11T16:36:25.975Z Compiling walkdir v2.5.0
16812026-08-11T16:36:25.998Z Compiling hashbrown v0.16.1
16822026-08-11T16:36:26.115Z Compiling sec1 v0.7.3
16832026-08-11T16:36:26.285Z Compiling group v0.13.0
16842026-08-11T16:36:26.467Z Compiling cargo_metadata v0.23.1
16852026-08-11T16:36:26.499Z Compiling dof v0.3.0
16862026-08-11T16:36:26.615Z Compiling test-strategy v0.4.5
16872026-08-11T16:36:26.845Z Compiling hubpack v0.1.2
16882026-08-11T16:36:27.067Z Compiling futures v0.3.32
16892026-08-11T16:36:27.160Z Compiling phf v0.13.1
16902026-08-11T16:36:27.282Z Compiling signal-hook-mio v0.2.5
16912026-08-11T16:36:27.406Z Compiling cookie_store v0.22.1
16922026-08-11T16:36:27.563Z Compiling serde_with_macros v3.21.0
16932026-08-11T16:36:27.817Z Compiling zstd v0.13.3
16942026-08-11T16:36:28.101Z Compiling reqwest v0.12.28
16952026-08-11T16:36:28.127Z Compiling cipher v0.5.2
16962026-08-11T16:36:28.142Z Compiling postgres-types v0.2.12
16972026-08-11T16:36:28.708Z Compiling usdt-macro v0.6.0
16982026-08-11T16:36:28.748Z Compiling usdt-attr-macro v0.6.0
16992026-08-11T16:36:29.306Z Compiling globset v0.4.18
17002026-08-11T16:36:29.524Z Compiling phf_shared v0.11.3
17012026-08-11T16:36:29.584Z Compiling hkdf v0.12.4
17022026-08-11T16:36:29.666Z Compiling dtrace-parser v0.2.0
17032026-08-11T16:36:29.694Z Compiling ed25519 v2.2.3
17042026-08-11T16:36:29.713Z Compiling byte-wrapper v0.1.0
17052026-08-11T16:36:29.759Z Compiling olpc-cjson v0.1.4
17062026-08-11T16:36:29.941Z Compiling serde_plain v1.0.2
17072026-08-11T16:36:30.056Z Compiling serde-big-array v0.5.1
17082026-08-11T16:36:30.066Z Compiling crypto-bigint v0.5.5
17092026-08-11T16:36:30.147Z Compiling serde_repr v0.1.20
17102026-08-11T16:36:30.264Z Compiling async-recursion v1.1.1
17112026-08-11T16:36:30.289Z Compiling strum_macros v0.26.4
17122026-08-11T16:36:30.399Z Compiling enum-as-inner v0.6.1
17132026-08-11T16:36:30.586Z Compiling pem v3.0.6
17142026-08-11T16:36:30.665Z Compiling float-cmp v0.10.0
17152026-08-11T16:36:30.789Z Compiling memmap2 v0.9.10
17162026-08-11T16:36:30.827Z Compiling thread-id v4.2.2
17172026-08-11T16:36:30.906Z Compiling cpufeatures v0.3.0
17182026-08-11T16:36:30.910Z Compiling winnow v1.0.3
17192026-08-11T16:36:30.910Z Compiling difflib v0.4.0
17202026-08-11T16:36:30.980Z Compiling fixedbitset v0.4.2
17212026-08-11T16:36:31.005Z Compiling new_debug_unreachable v1.0.6
17222026-08-11T16:36:31.086Z Compiling fixedbitset v0.5.7
17232026-08-11T16:36:31.198Z Compiling static_assertions v1.1.0
17242026-08-11T16:36:31.282Z Compiling typed-path v0.9.3
17252026-08-11T16:36:31.296Z Compiling predicates-core v1.0.10
17262026-08-11T16:36:31.396Z Compiling const-oid v0.10.2
17272026-08-11T16:36:31.473Z Compiling data-encoding v2.10.0
17282026-08-11T16:36:31.486Z Compiling whoami v2.1.0
17292026-08-11T16:36:31.604Z Compiling precomputed-hash v0.1.1
17302026-08-11T16:36:31.709Z Compiling keccak v0.1.6
17312026-08-11T16:36:31.865Z Compiling normalize-line-endings v0.3.0
17322026-08-11T16:36:31.913Z Compiling sha3 v0.10.8
17332026-08-11T16:36:31.948Z Compiling strum v0.26.3
17342026-08-11T16:36:31.966Z Compiling predicates v3.1.4
17352026-08-11T16:36:32.085Z Compiling hickory-proto v0.25.2
17362026-08-11T16:36:32.148Z Compiling tokio-postgres v0.7.16
17372026-08-11T16:36:32.162Z Compiling string_cache v0.8.9
17382026-08-11T16:36:32.362Z Compiling digest v0.11.3
17392026-08-11T16:36:32.392Z Compiling toml_edit v0.22.27
17402026-08-11T16:36:32.458Z Compiling petgraph v0.8.3
17412026-08-11T16:36:32.494Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17422026-08-11T16:36:32.586Z Compiling toml_parser v1.1.2+spec-1.1.0
17432026-08-11T16:36:32.606Z Compiling petgraph v0.6.5
17442026-08-11T16:36:33.265Z Compiling elliptic-curve v0.13.8
17452026-08-11T16:36:33.665Z Compiling chacha20 v0.10.0
17462026-08-11T16:36:34.048Z Compiling usdt v0.6.0
17472026-08-11T16:36:34.148Z Compiling usdt-impl v0.5.0
17482026-08-11T16:36:34.326Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17492026-08-11T16:36:34.450Z Compiling ed25519-dalek v2.2.0
17502026-08-11T16:36:34.488Z Compiling crossterm v0.28.1
17512026-08-11T16:36:34.753Z Compiling serde_with v3.21.0
17522026-08-11T16:36:35.179Z Compiling zip v4.6.1
17532026-08-11T16:36:35.747Z Compiling iddqd v0.4.2
17542026-08-11T16:36:36.124Z Compiling similar v2.7.0
17552026-08-11T16:36:36.164Z Compiling heck v0.4.1
17562026-08-11T16:36:36.395Z Compiling itertools v0.13.0
17572026-08-11T16:36:36.535Z Compiling itertools v0.15.0
17582026-08-11T16:36:36.686Z Compiling crossbeam-epoch v0.9.18
17592026-08-11T16:36:36.816Z Compiling tokio-stream v0.1.18
17602026-08-11T16:36:36.982Z Compiling buf-list v1.1.2
17612026-08-11T16:36:37.008Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-08-11T16:36:37.032Z Compiling openapiv3 v2.2.0
17632026-08-11T16:36:37.249Z Compiling peg-runtime v0.8.5
17642026-08-11T16:36:37.274Z Compiling lalrpop-util v0.19.12
17652026-08-11T16:36:37.299Z Compiling thread_local v1.1.9
17662026-08-11T16:36:37.465Z Compiling slog-async v2.8.0
17672026-08-11T16:36:37.524Z Compiling crossbeam-channel v0.5.15
17682026-08-11T16:36:37.552Z Compiling filetime v0.2.27
17692026-08-11T16:36:37.635Z Compiling is-terminal v0.4.17
17702026-08-11T16:36:37.733Z Compiling term v1.2.1
17712026-08-11T16:36:37.742Z Compiling take_mut v0.2.2
17722026-08-11T16:36:37.790Z Compiling xattr v1.6.1
17732026-08-11T16:36:37.851Z Compiling camino-tempfile v1.4.1
17742026-08-11T16:36:37.989Z Compiling tar v0.4.46
17752026-08-11T16:36:38.019Z Compiling slog-term v2.9.2
17762026-08-11T16:36:44.402Z Compiling rustls-webpki v0.103.13
17772026-08-11T16:36:47.080Z Compiling tokio-rustls v0.26.4
17782026-08-11T16:36:47.080Z Compiling rustls-platform-verifier v0.6.2
17792026-08-11T16:36:47.095Z Compiling tough v0.22.0
17802026-08-11T16:36:47.288Z Compiling hyper-rustls v0.27.7
17812026-08-11T16:36:47.503Z Compiling reqwest v0.13.2
17822026-08-11T16:36:49.749Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17832026-08-11T16:36:49.961Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17842026-08-11T16:36:52.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
17852026-08-11T16:36:53.072Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17862026-08-11T16:36:53.125ZAug 11 16:36:51.776 INFO Starting download, target: Console
17872026-08-11T16:36:53.125ZAug 11 16:36:51.777 INFO Starting download, target: Cockroach
17882026-08-11T16:36:53.125ZAug 11 16:36:51.777 INFO Starting download, target: MaghemiteMgd
17892026-08-11T16:36:53.133ZAug 11 16:36:51.777 INFO Starting download, target: Clickhouse
17902026-08-11T16:36:53.133ZAug 11 16:36:51.777 INFO Starting download, target: DendriteStub
17912026-08-11T16:36:53.133ZAug 11 16:36:51.777 INFO Starting download, target: MaghemiteDdmd
17922026-08-11T16:36:53.133ZAug 11 16:36:51.777 INFO Starting download, target: TransceiverControl
17932026-08-11T16:36:53.133ZAug 11 16:36:51.777 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17942026-08-11T16:36:53.133ZAug 11 16:36:51.777 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-08-11T16:36:53.133ZAug 11 16:36:51.777 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17962026-08-11T16:36:53.134ZAug 11 16:36:51.777 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17972026-08-11T16:36:53.134ZAug 11 16:36:51.777 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17982026-08-11T16:36:53.134ZAug 11 16:36:51.777 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17992026-08-11T16:36:53.134ZAug 11 16:36:51.777 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18002026-08-11T16:36:54.093ZAug 11 16:36:52.725 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18012026-08-11T16:36:54.309ZAug 11 16:36:52.936 INFO Download complete, target: TransceiverControl
18022026-08-11T16:36:54.953ZAug 11 16:36:53.580 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-08-11T16:36:55.096ZAug 11 16:36:53.700 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18042026-08-11T16:36:55.198ZAug 11 16:36:53.832 INFO Download complete, target: Console
18052026-08-11T16:36:56.008ZAug 11 16:36:54.662 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18062026-08-11T16:36:56.039ZAug 11 16:36:54.686 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18072026-08-11T16:36:56.236ZAug 11 16:36:54.889 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18082026-08-11T16:36:56.837ZAug 11 16:36:55.485 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18092026-08-11T16:36:56.837ZAug 11 16:36:55.485 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18102026-08-11T16:36:57.991ZAug 11 16:36:56.645 INFO Download complete, target: MaghemiteDdmd
18112026-08-11T16:36:58.573ZAug 11 16:36:57.227 INFO Download complete, target: DendriteStub
18122026-08-11T16:36:58.816ZAug 11 16:36:57.469 INFO Download complete, target: MaghemiteMgd
18132026-08-11T16:37:01.515ZAug 11 16:37:00.169 INFO Checking that binary works, target: Cockroach
18142026-08-11T16:37:01.627ZAug 11 16:37:00.281 INFO Download complete, target: Cockroach
18152026-08-11T16:37:01.896ZAug 11 16:37:00.549 INFO Checking that binary works, target: Clickhouse
18162026-08-11T16:37:02.036ZAug 11 16:37:00.689 INFO Download complete, target: Clickhouse
18172026-08-11T16:37:02.051ZAll builder prerequisites installed successfully, and PATH looks valid
18182026-08-11T16:37:02.056Z
18192026-08-11T16:37:02.056Zreal 2:12.548871902
18202026-08-11T16:37:02.057Zuser 7:13.592639220
18212026-08-11T16:37:02.057Zsys 1:26.879296778
18222026-08-11T16:37:02.057Ztrap 0.249202061
18232026-08-11T16:37:02.057Ztflt 0.497887778
18242026-08-11T16:37:02.057Zdflt 0.892890650
18252026-08-11T16:37:02.057Zkflt 0.025911456
18262026-08-11T16:37:02.057Zlock 26:56.553178048
18272026-08-11T16:37:02.057Zslp 21:49.140505482
18282026-08-11T16:37:02.057Zlat 46.589076732
18292026-08-11T16:37:02.057Zstop 2:41.115348348
18302026-08-11T16:37:02.057Z+ banner clippy
18312026-08-11T16:37:02.057Z
18322026-08-11T16:37:02.057Z #### # # ##### ##### # #
18332026-08-11T16:37:02.057Z # # # # # # # # # #
18342026-08-11T16:37:02.057Z # # # # # # # #
18352026-08-11T16:37:02.057Z # # # ##### ##### #
18362026-08-11T16:37:02.057Z # # # # # # #
18372026-08-11T16:37:02.057Z #### ###### # # # #
18382026-08-11T16:37:02.057Z
18392026-08-11T16:37:02.057Z+ export CARGO_INCREMENTAL=0
18402026-08-11T16:37:02.057Z+ CARGO_INCREMENTAL=0
18412026-08-11T16:37:02.057Z+ ptime -m cargo xtask clippy
18422026-08-11T16:37:02.535Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18432026-08-11T16:37:02.823Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18442026-08-11T16:37:04.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
18452026-08-11T16:37:04.752Z Running `target/debug/xtask clippy`
18462026-08-11T16:37:04.780Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18472026-08-11T16:37:05.361Z Downloading crates ...
18482026-08-11T16:37:05.532Z Downloaded addr2line v0.25.1
18492026-08-11T16:37:05.535Z Downloaded approx v0.5.1
18502026-08-11T16:37:05.535Z Downloaded backtrace-ext v0.2.1
18512026-08-11T16:37:05.535Z Downloaded assert-json-diff v2.0.2
18522026-08-11T16:37:05.539Z Downloaded constant_time_eq v0.3.1
18532026-08-11T16:37:05.539Z Downloaded datatest-stable v0.3.3
18542026-08-11T16:37:05.539Z Downloaded async-object-pool v0.2.0
18552026-08-11T16:37:05.542Z Downloaded cast v0.3.0
18562026-08-11T16:37:05.542Z Downloaded anes v0.1.6
18572026-08-11T16:37:05.542Z Downloaded assert_cmd v2.1.2
18582026-08-11T16:37:05.546Z Downloaded concurrent-queue v2.5.0
18592026-08-11T16:37:05.546Z Downloaded criterion-plot v0.6.0
18602026-08-11T16:37:05.546Z Downloaded cfg-expr v0.20.6
18612026-08-11T16:37:05.546Z Downloaded event-listener-strategy v0.5.4
18622026-08-11T16:37:05.550Z Downloaded async-lock v3.4.2
18632026-08-11T16:37:05.550Z Downloaded escape8259 v0.5.3
18642026-08-11T16:37:05.550Z Downloaded guppy-workspace-hack v0.1.0
18652026-08-11T16:37:05.550Z Downloaded blake2b_simd v1.0.4
18662026-08-11T16:37:05.550Z Downloaded futures-timer v3.0.3
18672026-08-11T16:37:05.553Z Downloaded event-listener v5.4.1
18682026-08-11T16:37:05.553Z Downloaded hex-literal v0.4.1
18692026-08-11T16:37:05.553Z Downloaded chumsky v0.9.3
18702026-08-11T16:37:05.553Z Downloaded backtrace v0.3.76
18712026-08-11T16:37:05.556Z Downloaded hickory-client v0.25.2
18722026-08-11T16:37:05.556Z Downloaded httptest v0.16.4
18732026-08-11T16:37:05.559Z Downloaded miette-derive v5.10.0
18742026-08-11T16:37:05.559Z Downloaded linkme-impl v0.3.35
18752026-08-11T16:37:05.560Z Downloaded nested v0.1.1
18762026-08-11T16:37:05.560Z Downloaded pathdiff v0.2.3
18772026-08-11T16:37:05.563Z Downloaded knuffel-derive v3.2.0
18782026-08-11T16:37:05.563Z Downloaded linkme v0.3.35
18792026-08-11T16:37:05.564Z Downloaded criterion v0.7.0
18802026-08-11T16:37:05.566Z Downloaded fancy-regex v0.14.0
18812026-08-11T16:37:05.571Z Downloaded parking v2.2.1
18822026-08-11T16:37:05.571Z Downloaded plotters-backend v0.3.7
18832026-08-11T16:37:05.571Z Downloaded plotters-svg v0.3.7
18842026-08-11T16:37:05.571Z Downloaded libtest-mimic v0.8.1
18852026-08-11T16:37:05.571Z Downloaded path-tree v0.8.3
18862026-08-11T16:37:05.574Z Downloaded partial-io v0.5.4
18872026-08-11T16:37:05.575Z Downloaded owo-colors v3.5.0
18882026-08-11T16:37:05.575Z Downloaded oorandom v11.1.5
18892026-08-11T16:37:05.575Z Downloaded serde_regex v1.1.0
18902026-08-11T16:37:05.575Z Downloaded knuffel v3.2.0
18912026-08-11T16:37:05.579Z Downloaded similar-asserts v1.7.0
18922026-08-11T16:37:05.579Z Downloaded relative-path v1.9.3
18932026-08-11T16:37:05.579Z Downloaded rust-argon2 v2.1.0
18942026-08-11T16:37:05.579Z Downloaded guppy v0.17.25
18952026-08-11T16:37:05.582Z Downloaded hashbrown v0.14.5
18962026-08-11T16:37:05.585Z Downloaded miette v5.10.0
18972026-08-11T16:37:05.585Z Downloaded supports-color v2.1.0
18982026-08-11T16:37:05.588Z Downloaded rustc-demangle v0.1.27
18992026-08-11T16:37:05.591Z Downloaded target-triple v1.0.0
19002026-08-11T16:37:05.592Z Downloaded terminal_size v0.1.17
19012026-08-11T16:37:05.592Z Downloaded supports-unicode v2.1.0
19022026-08-11T16:37:05.603Z Downloaded rstest v0.25.0
19032026-08-11T16:37:05.607Z Downloaded stringmetrics v2.2.2
19042026-08-11T16:37:05.610Z Downloaded supports-hyperlinks v2.1.0
19052026-08-11T16:37:05.613Z Downloaded target-spec v3.5.7
19062026-08-11T16:37:05.613Z Downloaded termcolor v1.4.1
19072026-08-11T16:37:05.613Z Downloaded tinytemplate v1.2.1
19082026-08-11T16:37:05.617Z Downloaded target-lexicon v0.13.3
19092026-08-11T16:37:05.620Z Downloaded rstest_macros v0.25.0
19102026-08-11T16:37:05.623Z Downloaded rand_distr v0.5.1
19112026-08-11T16:37:05.626Z Downloaded trybuild v1.0.116
19122026-08-11T16:37:05.631Z Downloaded textwrap v0.15.2
19132026-08-11T16:37:05.644Z Downloaded plotters v0.3.7
19142026-08-11T16:37:05.657Z Downloaded gimli v0.32.3
19152026-08-11T16:37:05.772Z Downloaded httpmock v0.8.3
19162026-08-11T16:37:07.542Z Checking cfg-if v1.0.4
19172026-08-11T16:37:07.920Z Checking libc v0.2.185
19182026-08-11T16:37:07.924Z Checking serde_core v1.0.228
19192026-08-11T16:37:07.994Z Checking memchr v2.8.0
19202026-08-11T16:37:08.037Z Checking smallvec v1.15.1
19212026-08-11T16:37:08.071Z Checking zeroize v1.9.0
19222026-08-11T16:37:08.108Z Checking rand_core v0.10.0
19232026-08-11T16:37:08.146Z Checking itoa v1.0.17
19242026-08-11T16:37:08.185Z Checking subtle v2.6.1
19252026-08-11T16:37:08.244Z Checking log v0.4.29
19262026-08-11T16:37:08.283Z Checking libm v0.2.16
19272026-08-11T16:37:08.334Z Checking typenum v1.20.1
19282026-08-11T16:37:08.347Z Checking getrandom v0.4.1
19292026-08-11T16:37:08.347Z Checking errno v0.3.14
19302026-08-11T16:37:08.466Z Checking scopeguard v1.2.0
19312026-08-11T16:37:08.508Z Checking zmij v1.0.21
19322026-08-11T16:37:08.513Z Checking stable_deref_trait v1.2.1
19332026-08-11T16:37:08.587Z Checking zerofrom v0.1.6
19342026-08-11T16:37:08.629Z Checking lock_api v0.4.14
19352026-08-11T16:37:08.671Z Checking percent-encoding v2.3.2
19362026-08-11T16:37:08.673Z Checking litemap v0.8.1
19372026-08-11T16:37:08.741Z Checking yoke v0.8.1
19382026-08-11T16:37:08.777Z Checking writeable v0.6.2
19392026-08-11T16:37:08.866Z Checking icu_properties_data v2.1.2
19402026-08-11T16:37:08.869Z Checking icu_normalizer_data v2.1.1
19412026-08-11T16:37:08.942Z Checking zerovec v0.11.5
19422026-08-11T16:37:08.942Z Checking zerotrie v0.2.3
19432026-08-11T16:37:09.017Z Checking form_urlencoded v1.2.2
19442026-08-11T16:37:09.059Z Checking utf8_iter v1.0.4
19452026-08-11T16:37:09.066Z Checking num-traits v0.2.19
19462026-08-11T16:37:09.139Z Checking pin-project-lite v0.2.17
19472026-08-11T16:37:09.181Z Checking zerocopy v0.8.40
19482026-08-11T16:37:09.225Z Checking parking_lot_core v0.9.12
19492026-08-11T16:37:09.230Z Checking portable-atomic v1.13.1
19502026-08-11T16:37:09.300Z Checking critical-section v1.2.0
19512026-08-11T16:37:09.346Z Checking signal-hook-registry v1.4.8
19522026-08-11T16:37:09.437Z Checking tinystr v0.8.2
19532026-08-11T16:37:09.437Z Checking potential_utf v0.1.4
19542026-08-11T16:37:09.511Z Checking parking_lot v0.12.5
19552026-08-11T16:37:09.547Z Checking serde v1.0.228
19562026-08-11T16:37:09.553Z Checking serde_json v1.0.151
19572026-08-11T16:37:09.631Z Checking bitflags v2.11.0
19582026-08-11T16:37:09.671Z Checking icu_locale_core v2.1.1
19592026-08-11T16:37:09.674Z Checking icu_collections v2.1.1
19602026-08-11T16:37:09.745Z Checking once_cell v1.21.3
19612026-08-11T16:37:09.745Z Checking mio v1.2.0
19622026-08-11T16:37:09.835Z Checking iana-time-zone v0.1.65
19632026-08-11T16:37:09.957Z Checking socket2 v0.6.3
19642026-08-11T16:37:10.003Z Checking bytes v1.11.1
19652026-08-11T16:37:10.003Z Checking chrono v0.4.45
19662026-08-11T16:37:10.081Z Checking uuid v1.23.4
19672026-08-11T16:37:10.135Z Checking semver v1.0.28
19682026-08-11T16:37:10.235Z Checking thiserror v2.0.18
19692026-08-11T16:37:10.275Z Checking icu_provider v2.1.1
19702026-08-11T16:37:10.331Z Checking dyn-clone v1.0.20
19712026-08-11T16:37:10.388Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19722026-08-11T16:37:10.388Z Checking futures-core v0.3.32
19732026-08-11T16:37:10.465Z Checking equivalent v1.0.2
19742026-08-11T16:37:10.468Z Checking rustix v1.1.3
19752026-08-11T16:37:10.542Z Checking tokio v1.52.1
19762026-08-11T16:37:10.546Z Checking icu_normalizer v2.1.1
19772026-08-11T16:37:10.612Z Checking icu_properties v2.1.2
19782026-08-11T16:37:10.615Z Checking getrandom v0.2.17
19792026-08-11T16:37:10.740Z Checking cmov v0.5.4
19802026-08-11T16:37:10.796Z Checking rand_core v0.6.4
19812026-08-11T16:37:10.876Z Checking byteorder v1.5.0
19822026-08-11T16:37:10.879Z Checking futures-sink v0.3.32
19832026-08-11T16:37:10.960Z Checking ctutils v0.4.2
19842026-08-11T16:37:11.006Z Checking getrandom v0.3.4
19852026-08-11T16:37:11.053Z Checking futures-channel v0.3.32
19862026-08-11T16:37:11.110Z Checking slab v0.4.12
19872026-08-11T16:37:11.184Z Checking futures-io v0.3.32
19882026-08-11T16:37:11.225Z Checking hybrid-array v0.4.13
19892026-08-11T16:37:11.268Z Checking futures-task v0.3.32
19902026-08-11T16:37:11.306Z Checking generic-array v0.14.7
19912026-08-11T16:37:11.346Z Checking hashbrown v0.17.0
19922026-08-11T16:37:11.381Z Checking thiserror v1.0.69
19932026-08-11T16:37:11.442Z Checking futures-util v0.3.32
19942026-08-11T16:37:11.498Z Checking idna_adapter v1.2.1
19952026-08-11T16:37:11.537Z Checking regex-syntax v0.8.10
19962026-08-11T16:37:11.649Z Checking idna v1.1.0
19972026-08-11T16:37:11.785Z Checking fnv v1.0.7
19982026-08-11T16:37:11.840Z Checking indexmap v2.14.0
19992026-08-11T16:37:11.911Z Checking const-oid v0.9.6
20002026-08-11T16:37:11.950Z Checking url v2.5.8
20012026-08-11T16:37:11.987Z Checking ppv-lite86 v0.2.21
20022026-08-11T16:37:12.025Z Checking crypto-common v0.2.2
20032026-08-11T16:37:12.310Z Checking base64ct v1.8.3
20042026-08-11T16:37:12.420Z Checking schemars v0.8.22
20052026-08-11T16:37:12.452Z Checking crypto-common v0.1.7
20062026-08-11T16:37:12.568Z Checking block-buffer v0.12.1
20072026-08-11T16:37:12.609Z Checking block-buffer v0.10.4
20082026-08-11T16:37:12.647Z Checking base64 v0.22.1
20092026-08-11T16:37:12.686Z Checking utf8parse v0.2.2
20102026-08-11T16:37:12.765Z Checking anstyle v1.0.14
20112026-08-11T16:37:12.809Z Checking digest v0.10.7
20122026-08-11T16:37:12.840Z Checking http v1.4.2
20132026-08-11T16:37:12.878Z Checking tracing-core v0.1.36
20142026-08-11T16:37:12.927Z Checking is_terminal_polyfill v1.70.2
20152026-08-11T16:37:12.979Z Checking anstyle-query v1.1.5
20162026-08-11T16:37:13.029Z Checking colorchoice v1.0.4
20172026-08-11T16:37:13.069Z Checking rand_core v0.9.5
20182026-08-11T16:37:13.106Z Checking anstyle-parse v1.0.0
20192026-08-11T16:37:13.109Z Checking terminal_size v0.4.3
20202026-08-11T16:37:13.179Z Checking const-oid v0.10.2
20212026-08-11T16:37:13.219Z Checking tracing v0.1.44
20222026-08-11T16:37:13.273Z Checking rand_chacha v0.9.0
20232026-08-11T16:37:13.311Z Checking ipnet v2.11.0
20242026-08-11T16:37:13.314Z Checking anstream v1.0.0
20252026-08-11T16:37:13.384Z Checking aho-corasick v1.1.4
20262026-08-11T16:37:13.390Z Checking clap_lex v1.0.0
20272026-08-11T16:37:13.460Z Checking strsim v0.11.1
20282026-08-11T16:37:13.497Z Checking crossbeam-utils v0.8.21
20292026-08-11T16:37:13.534Z Checking rand v0.9.2
20302026-08-11T16:37:13.578Z Checking erased-serde v0.3.31
20312026-08-11T16:37:13.617Z Checking unicode-ident v1.0.24
20322026-08-11T16:37:13.621Z Checking powerfmt v0.2.0
20332026-08-11T16:37:13.690Z Checking clap_builder v4.6.0
20342026-08-11T16:37:13.765Z Checking proc-macro2 v1.0.106
20352026-08-11T16:37:13.821Z Checking tokio-util v0.7.18
20362026-08-11T16:37:13.867Z Checking deranged v0.5.8
20372026-08-11T16:37:13.901Z Checking time-core v0.1.8
20382026-08-11T16:37:13.997Z Checking slog v2.8.2
20392026-08-11T16:37:14.045Z Checking fastrand v2.3.0
20402026-08-11T16:37:14.084Z Checking num_threads v0.1.7
20412026-08-11T16:37:14.123Z Checking regex-automata v0.4.14
20422026-08-11T16:37:14.126Z Checking num-conv v0.2.0
20432026-08-11T16:37:14.205Z Checking quote v1.0.45
20442026-08-11T16:37:14.257Z Checking digest v0.11.3
20452026-08-11T16:37:14.291Z Checking httparse v1.10.1
20462026-08-11T16:37:14.345Z Checking anyhow v1.0.102
20472026-08-11T16:37:14.405Z Checking cpufeatures v0.3.0
20482026-08-11T16:37:14.453Z Checking allocator-api2 v0.2.21
20492026-08-11T16:37:14.492Z Checking syn v2.0.117
20502026-08-11T16:37:14.529Z Checking cpufeatures v0.2.17
20512026-08-11T16:37:14.566Z Checking tempfile v3.25.0
20522026-08-11T16:37:14.570Z Checking ipnetwork v0.21.1
20532026-08-11T16:37:14.639Z Checking aws-lc-sys v0.40.0
20542026-08-11T16:37:14.767Z Checking rustls-pki-types v1.14.0
20552026-08-11T16:37:14.802Z Checking untrusted v0.7.1
20562026-08-11T16:37:14.842Z Checking time v0.3.47
20572026-08-11T16:37:14.879Z Checking http-body v1.0.1
20582026-08-11T16:37:14.947Z Checking atomic-waker v1.1.2
20592026-08-11T16:37:14.987Z Checking clap v4.6.1
20602026-08-11T16:37:15.042Z Checking hex v0.4.3
20612026-08-11T16:37:15.082Z Checking try-lock v0.2.5
20622026-08-11T16:37:15.120Z Checking httpdate v1.0.3
20632026-08-11T16:37:15.123Z Checking h2 v0.4.15
20642026-08-11T16:37:15.193Z Checking aws-lc-rs v1.16.3
20652026-08-11T16:37:15.231Z Checking want v0.3.1
20662026-08-11T16:37:15.288Z Checking tower-service v0.3.3
20672026-08-11T16:37:15.327Z Checking ryu v1.0.23
20682026-08-11T16:37:15.384Z Checking untrusted v0.9.0
20692026-08-11T16:37:15.422Z Checking tower-layer v0.3.3
20702026-08-11T16:37:15.494Z Checking pem-rfc7468 v0.7.0
20712026-08-11T16:37:15.531Z Checking spin v0.9.8
20722026-08-11T16:37:15.602Z Checking flagset v0.4.7
20732026-08-11T16:37:15.686Z Checking mime v0.3.17
20742026-08-11T16:37:15.742Z Checking simd-adler32 v0.3.8
20752026-08-11T16:37:15.780Z Checking der v0.7.10
20762026-08-11T16:37:15.906Z Checking adler2 v2.0.1
20772026-08-11T16:37:15.969Z Checking http-body-util v0.1.3
20782026-08-11T16:37:16.005Z Checking oxnet v0.1.6
20792026-08-11T16:37:16.043Z Checking block-padding v0.4.2
20802026-08-11T16:37:16.083Z Checking miniz_oxide v0.8.9
20812026-08-11T16:37:16.086Z Checking rustls-webpki v0.103.13
20822026-08-11T16:37:16.208Z Checking camino v1.2.2
20832026-08-11T16:37:16.211Z Checking pretty-hex v0.4.1
20842026-08-11T16:37:16.289Z Checking inout v0.2.2
20852026-08-11T16:37:16.397Z Checking plain v0.2.3
20862026-08-11T16:37:16.465Z Checking openssl-probe v0.2.1
20872026-08-11T16:37:16.468Z Checking regex v1.12.3
20882026-08-11T16:37:16.538Z Checking serde_urlencoded v0.7.1
20892026-08-11T16:37:16.542Z Checking rand_chacha v0.3.1
20902026-08-11T16:37:16.580Z Checking encoding_rs v0.8.35
20912026-08-11T16:37:16.650Z Checking rustls v0.23.41
20922026-08-11T16:37:16.684Z Checking ucd-trie v0.1.7
20932026-08-11T16:37:16.772Z Checking spki v0.7.3
20942026-08-11T16:37:16.775Z Checking cipher v0.5.2
20952026-08-11T16:37:16.845Z Checking pest v2.8.6
20962026-08-11T16:37:16.849Z Checking rand v0.8.6
20972026-08-11T16:37:16.879Z Checking futures-executor v0.3.32
20982026-08-11T16:37:16.969Z Checking crc32fast v1.5.0
20992026-08-11T16:37:17.064Z Checking futures v0.3.32
21002026-08-11T16:37:17.132Z Checking either v1.15.0
21012026-08-11T16:37:17.145Z Checking sync_wrapper v1.0.2
21022026-08-11T16:37:17.193Z Checking pkcs8 v0.10.2
21032026-08-11T16:37:17.280Z Checking tower v0.5.3
21042026-08-11T16:37:17.319Z Checking iri-string v0.7.10
21052026-08-11T16:37:17.395Z Checking zlib-rs v0.6.2
21062026-08-11T16:37:17.463Z Checking foldhash v0.2.0
21072026-08-11T16:37:17.603Z Checking static_assertions v1.1.0
21082026-08-11T16:37:17.652Z Checking bit-vec v0.8.0
21092026-08-11T16:37:17.698Z Checking hashbrown v0.16.1
21102026-08-11T16:37:17.736Z Checking sha2 v0.10.9
21112026-08-11T16:37:17.876Z Checking bit-set v0.8.0
21122026-08-11T16:37:17.942Z Checking openapiv3 v2.2.0
21132026-08-11T16:37:18.040Z Checking wait-timeout v0.2.1
21142026-08-11T16:37:18.082Z Checking lazy_static v1.5.0
21152026-08-11T16:37:18.085Z Checking hyper v1.10.1
21162026-08-11T16:37:18.198Z Checking hubpack v0.1.2
21172026-08-11T16:37:18.237Z Checking quick-error v1.2.3
21182026-08-11T16:37:18.240Z Checking tinyvec_macros v0.1.1
21192026-08-11T16:37:18.309Z Checking flate2 v1.1.9
21202026-08-11T16:37:18.365Z Checking tower-http v0.6.8
21212026-08-11T16:37:18.405Z Checking tinyvec v1.10.0
21222026-08-11T16:37:18.409Z Checking rusty-fork v0.3.1
21232026-08-11T16:37:18.476Z Checking rustls-native-certs v0.8.3
21242026-08-11T16:37:18.614Z Checking rand_xorshift v0.4.0
21252026-08-11T16:37:18.654Z Checking strum v0.26.3
21262026-08-11T16:37:18.657Z Checking unarray v0.1.4
21272026-08-11T16:37:18.726Z Checking psl-types v2.0.11
21282026-08-11T16:37:18.769Z Checking cookie v0.18.1
21292026-08-11T16:37:18.807Z Checking signature v2.2.0
21302026-08-11T16:37:18.810Z Checking num-integer v0.1.46
21312026-08-11T16:37:18.880Z Checking proptest v1.11.0
21322026-08-11T16:37:18.884Z Checking publicsuffix v2.3.0
21332026-08-11T16:37:18.951Z Checking tokio-rustls v0.26.4
21342026-08-11T16:37:18.991Z Checking rustls-platform-verifier v0.6.2
21352026-08-11T16:37:19.031Z Checking scroll v0.13.0
21362026-08-11T16:37:19.098Z Checking anstyle-parse v0.2.7
21372026-08-11T16:37:19.101Z Checking cookie_store v0.22.1
21382026-08-11T16:37:19.173Z Checking hyper-util v0.1.20
21392026-08-11T16:37:19.176Z Checking ahash v0.8.12
21402026-08-11T16:37:19.248Z Checking serde_spanned v0.6.9
21412026-08-11T16:37:19.286Z Checking goblin v0.10.5
21422026-08-11T16:37:19.289Z Checking toml_datetime v0.6.11
21432026-08-11T16:37:19.358Z Checking memmap2 v0.9.10
21442026-08-11T16:37:19.401Z Checking base64 v0.21.7
21452026-08-11T16:37:19.442Z Checking anstream v0.6.21
21462026-08-11T16:37:19.493Z Checking dtrace-parser v0.3.0
21472026-08-11T16:37:19.532Z Checking bstr v1.12.1
21482026-08-11T16:37:19.569Z Checking thread-id v5.1.0
21492026-08-11T16:37:19.665Z Checking data-encoding v2.10.0
21502026-08-11T16:37:19.670Z Checking x509-cert v0.2.5
21512026-08-11T16:37:19.740Z Checking hmac v0.12.1
21522026-08-11T16:37:19.776Z Checking num-iter v0.1.45
21532026-08-11T16:37:19.906Z Checking crossbeam-epoch v0.9.18
21542026-08-11T16:37:19.947Z Checking memoffset v0.9.1
21552026-08-11T16:37:19.950Z Checking scroll v0.12.0
21562026-08-11T16:37:20.019Z Checking env_filter v1.0.0
21572026-08-11T16:37:20.061Z Checking tap v1.0.1
21582026-08-11T16:37:20.160Z Checking num-bigint-dig v0.8.6
21592026-08-11T16:37:20.198Z Checking wyz v0.5.1
21602026-08-11T16:37:20.202Z Checking env_logger v0.11.9
21612026-08-11T16:37:20.273Z Checking goblin v0.8.2
21622026-08-11T16:37:20.380Z Checking pkcs1 v0.7.5
21632026-08-11T16:37:20.417Z Checking zerocopy v0.7.35
21642026-08-11T16:37:20.458Z Checking rustix v0.38.44
21652026-08-11T16:37:20.461Z Checking hyper-rustls v0.27.7
21662026-08-11T16:37:20.615Z Checking radium v0.7.0
21672026-08-11T16:37:20.711Z Checking newtype-uuid v1.3.2
21682026-08-11T16:37:20.750Z Checking reqwest v0.13.2
21692026-08-11T16:37:20.827Z Checking funty v2.0.0
21702026-08-11T16:37:20.945Z Checking same-file v1.0.6
21712026-08-11T16:37:20.949Z Checking daft v0.1.7
21722026-08-11T16:37:21.019Z Checking crc-catalog v2.4.0
21732026-08-11T16:37:21.098Z Checking unicode-segmentation v1.12.0
21742026-08-11T16:37:21.140Z Checking crc v3.4.0
21752026-08-11T16:37:21.178Z Checking bitvec v1.0.1
21762026-08-11T16:37:21.258Z Checking walkdir v2.5.0
21772026-08-11T16:37:21.299Z Checking rsa v0.9.10
21782026-08-11T16:37:21.343Z Checking nix v0.31.2
21792026-08-11T16:37:21.444Z Checking unicode-normalization v0.1.25
21802026-08-11T16:37:21.482Z Checking dtrace-parser v0.2.0
21812026-08-11T16:37:21.640Z Checking zerocopy v0.6.6
21822026-08-11T16:37:21.681Z Checking dof v0.4.0
21832026-08-11T16:37:21.755Z Checking ff v0.13.1
21842026-08-11T16:37:21.814Z Checking maybe-uninit v2.0.0
21852026-08-11T16:37:21.878Z Checking thread-id v4.2.2
21862026-08-11T16:37:21.919Z Checking nodrop v0.1.14
21872026-08-11T16:37:21.922Z Checking foreign-types-shared v0.1.1
21882026-08-11T16:37:21.989Z Checking base16ct v0.2.0
21892026-08-11T16:37:21.995Z Checking winnow v0.5.40
21902026-08-11T16:37:22.061Z Checking array-init v0.0.4
21912026-08-11T16:37:22.099Z Checking foreign-types v0.3.2
21922026-08-11T16:37:22.149Z Checking sec1 v0.7.3
21932026-08-11T16:37:22.197Z Checking group v0.13.0
21942026-08-11T16:37:22.202Z Checking dof v0.3.0
21952026-08-11T16:37:22.342Z Checking usdt-impl v0.6.0
21962026-08-11T16:37:22.381Z Checking smallvec v0.6.14
21972026-08-11T16:37:22.384Z Checking hkdf v0.12.4
21982026-08-11T16:37:22.384Z Checking serde_with v3.21.0
21992026-08-11T16:37:22.534Z Checking packed_struct v0.10.1
22002026-08-11T16:37:22.573Z Checking usdt-impl v0.5.0
22012026-08-11T16:37:22.614Z Checking crypto-bigint v0.5.5
22022026-08-11T16:37:22.618Z Checking bitfield v0.19.4
22032026-08-11T16:37:22.618Z Checking bzip2-sys v0.1.13+1.0.8
22042026-08-11T16:37:22.720Z Checking usdt v0.6.0
22052026-08-11T16:37:22.797Z Checking openssl-sys v0.9.117
22062026-08-11T16:37:22.887Z Checking keccak v0.1.6
22072026-08-11T16:37:22.926Z Checking hashbrown v0.12.3
22082026-08-11T16:37:22.965Z Checking foldhash v0.1.5
22092026-08-11T16:37:23.104Z Checking winnow v0.7.14
22102026-08-11T16:37:23.139Z Checking hashbrown v0.15.5
22112026-08-11T16:37:23.200Z Checking toml_edit v0.19.15
22122026-08-11T16:37:23.203Z Checking openssl v0.10.80
22132026-08-11T16:37:23.374Z Checking indexmap v1.9.3
22142026-08-11T16:37:23.565Z Checking elliptic-curve v0.13.8
22152026-08-11T16:37:23.617Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22162026-08-11T16:37:23.657Z Checking sha3 v0.10.8
22172026-08-11T16:37:23.727Z Checking bzip2 v0.4.4
22182026-08-11T16:37:23.892Z Checking serde-hex v0.1.0
22192026-08-11T16:37:23.933Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22202026-08-11T16:37:23.936Z Checking ron v0.8.1
22212026-08-11T16:37:24.015Z Checking hashbrown v0.13.2
22222026-08-11T16:37:24.121Z Checking itertools v0.13.0
22232026-08-11T16:37:24.286Z Checking toml v0.7.8
22242026-08-11T16:37:24.335Z Checking bitflags v1.3.2
22252026-08-11T16:37:24.443Z Checking siphasher v1.0.2
22262026-08-11T16:37:24.481Z Checking crc-any v2.5.0
22272026-08-11T16:37:24.522Z Checking winnow v1.0.3
22282026-08-11T16:37:24.668Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22292026-08-11T16:37:24.682Z Checking object v0.30.4
22302026-08-11T16:37:24.702Z Checking zip v0.6.6
22312026-08-11T16:37:24.822Z Checking globset v0.4.18
22322026-08-11T16:37:24.861Z Checking toml_parser v1.1.2+spec-1.1.0
22332026-08-11T16:37:25.055Z Checking signal-hook v0.3.18
22342026-08-11T16:37:25.112Z Checking path-slash v0.1.5
22352026-08-11T16:37:25.186Z Checking managed v0.8.0
22362026-08-11T16:37:25.226Z Checking toml_write v0.1.2
22372026-08-11T16:37:25.262Z Checking chacha20 v0.10.0
22382026-08-11T16:37:25.302Z Checking curve25519-dalek v4.1.3
22392026-08-11T16:37:25.306Z Checking native-tls v0.2.18
22402026-08-11T16:37:25.401Z Checking pin-project v1.1.11
22412026-08-11T16:37:25.439Z Checking object v0.37.3
22422026-08-11T16:37:25.442Z Checking toml_edit v0.22.27
22432026-08-11T16:37:25.531Z Checking jiff-core v0.1.0
22442026-08-11T16:37:25.573Z Checking tokio-native-tls v0.3.1
22452026-08-11T16:37:25.578Z Checking signal-hook-mio v0.2.5
22462026-08-11T16:37:25.744Z Checking ed25519 v2.2.3
22472026-08-11T16:37:25.783Z Checking pem v3.0.6
22482026-08-11T16:37:25.967Z Checking ref-cast v1.0.25
22492026-08-11T16:37:26.007Z Checking zstd-sys v2.0.16+zstd.1.5.7
22502026-08-11T16:37:26.105Z Checking hyper-tls v0.6.0
22512026-08-11T16:37:26.152Z Checking ed25519-dalek v2.2.0
22522026-08-11T16:37:26.190Z Checking zstd-safe v7.2.4
22532026-08-11T16:37:26.252Z Checking jiff v0.2.34
22542026-08-11T16:37:26.310Z Checking snafu v0.8.9
22552026-08-11T16:37:26.383Z Checking serde_plain v1.0.2
22562026-08-11T16:37:26.423Z Checking libbz2-rs-sys v0.2.2
22572026-08-11T16:37:26.563Z Checking fixedbitset v0.5.7
22582026-08-11T16:37:26.603Z Checking typed-path v0.9.3
22592026-08-11T16:37:26.609Z Checking bumpalo v3.20.2
22602026-08-11T16:37:26.680Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22612026-08-11T16:37:26.809Z Checking zstd v0.13.3
22622026-08-11T16:37:26.848Z Checking petgraph v0.8.3
22632026-08-11T16:37:26.869Z Checking bzip2 v0.6.1
22642026-08-11T16:37:26.892Z Checking zopfli v0.8.3
22652026-08-11T16:37:26.996Z Checking reqwest v0.12.28
22662026-08-11T16:37:27.048Z Checking crossterm v0.28.1
22672026-08-11T16:37:27.251Z Checking similar v2.7.0
22682026-08-11T16:37:27.394Z Checking fs-err v3.3.0
22692026-08-11T16:37:27.664Z Checking hash32 v0.2.1
22702026-08-11T16:37:27.703Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22712026-08-11T16:37:27.741Z Checking serde-big-array v0.5.1
22722026-08-11T16:37:27.777Z Checking unicode-properties v0.1.4
22732026-08-11T16:37:27.817Z Checking unicode-bidi v0.3.18
22742026-08-11T16:37:27.820Z Checking predicates-core v1.0.10
22752026-08-11T16:37:27.895Z Checking heapless v0.7.17
22762026-08-11T16:37:27.929Z Checking olpc-cjson v0.1.4
22772026-08-11T16:37:27.994Z Checking hickory-proto v0.25.2
22782026-08-11T16:37:28.034Z Checking byte-wrapper v0.1.0
22792026-08-11T16:37:28.072Z Checking md-5 v0.10.6
22802026-08-11T16:37:28.121Z Checking float-cmp v0.10.0
22812026-08-11T16:37:28.148Z Checking stringprep v0.1.5
22822026-08-11T16:37:28.206Z Checking zip v4.6.1
22832026-08-11T16:37:28.267Z Checking normalize-line-endings v0.3.0
22842026-08-11T16:37:28.285Z Checking difflib v0.4.0
22852026-08-11T16:37:28.307Z Checking fallible-iterator v0.2.0
22862026-08-11T16:37:28.355Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22872026-08-11T16:37:28.360Z Checking smoltcp v0.9.1
22882026-08-11T16:37:28.420Z Checking tough v0.22.0
22892026-08-11T16:37:28.458Z Checking iddqd v0.4.2
22902026-08-11T16:37:28.498Z Checking predicates v3.1.4
22912026-08-11T16:37:28.623Z Checking postgres-protocol v0.6.10
22922026-08-11T16:37:28.816Z Checking phf_shared v0.11.3
22932026-08-11T16:37:28.864Z Checking phf_shared v0.13.1
22942026-08-11T16:37:28.975Z Checking tokio-stream v0.1.18
22952026-08-11T16:37:28.978Z Checking buf-list v1.1.2
22962026-08-11T16:37:29.048Z Checking strum v0.27.2
22972026-08-11T16:37:29.052Z Checking precomputed-hash v0.1.1
22982026-08-11T16:37:29.122Z Checking lalrpop-util v0.19.12
22992026-08-11T16:37:29.192Z Checking new_debug_unreachable v1.0.6
23002026-08-11T16:37:29.239Z Checking fixedbitset v0.4.2
23012026-08-11T16:37:29.243Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23022026-08-11T16:37:29.308Z Checking phf v0.13.1
23032026-08-11T16:37:29.347Z Checking string_cache v0.8.9
23042026-08-11T16:37:29.392Z Checking postgres-types v0.2.12
23052026-08-11T16:37:29.424Z Checking petgraph v0.6.5
23062026-08-11T16:37:29.427Z Checking itertools v0.15.0
23072026-08-11T16:37:29.504Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23082026-08-11T16:37:29.562Z Checking peg-runtime v0.8.5
23092026-08-11T16:37:29.727Z Checking whoami v2.1.0
23102026-08-11T16:37:29.803Z Checking is-terminal v0.4.17
23112026-08-11T16:37:29.883Z Checking crossbeam-channel v0.5.15
23122026-08-11T16:37:29.926Z Checking thread_local v1.1.9
23132026-08-11T16:37:29.964Z Checking tokio-postgres v0.7.16
23142026-08-11T16:37:30.126Z Checking term v1.2.1
23152026-08-11T16:37:30.264Z Checking take_mut v0.2.2
23162026-08-11T16:37:30.397Z Checking slog-term v2.9.2
23172026-08-11T16:37:30.417Z Checking slog-async v2.8.0
23182026-08-11T16:37:30.504Z Compiling newtype-uuid-macros v0.1.0
23192026-08-11T16:37:30.613Z Checking match_cfg v0.1.0
23202026-08-11T16:37:30.652Z Checking slog-json v2.6.1
23212026-08-11T16:37:30.753Z Compiling multer v3.1.0
23222026-08-11T16:37:30.776Z Compiling async-stream-impl v0.3.6
23232026-08-11T16:37:30.776Z Checking hostname v0.3.1
23242026-08-11T16:37:30.853Z Compiling dropshot v0.17.1
23252026-08-11T16:37:30.875Z Compiling dropshot_endpoint v0.17.1
23262026-08-11T16:37:30.918Z Checking slog-bunyan v2.5.0
23272026-08-11T16:37:30.995Z Checking debug-ignore v1.0.5
23282026-08-11T16:37:31.094Z Checking progenitor-client v0.14.0
23292026-08-11T16:37:31.131Z Checking sha1 v0.11.0
23302026-08-11T16:37:31.167Z Checking serde_path_to_error v0.1.20
23312026-08-11T16:37:31.264Z Checking toml_datetime v1.1.1+spec-1.1.0
23322026-08-11T16:37:31.303Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23332026-08-11T16:37:31.349Z Checking serde_spanned v1.1.1
23342026-08-11T16:37:31.349Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23352026-08-11T16:37:31.423Z Checking compression-core v0.4.31
23362026-08-11T16:37:31.469Z Checking toml_writer v1.1.1+spec-1.1.0
23372026-08-11T16:37:31.508Z Checking async-stream v0.3.6
23382026-08-11T16:37:31.588Z Checking compression-codecs v0.4.37
23392026-08-11T16:37:31.666Z Checking rustls-pemfile v2.2.0
23402026-08-11T16:37:31.706Z Checking toml v1.1.2+spec-1.1.0
23412026-08-11T16:37:31.749Z Checking waitgroup v0.1.2
23422026-08-11T16:37:31.791Z Checking hostname v0.4.2
23432026-08-11T16:37:31.827Z Checking async-compression v0.4.41
23442026-08-11T16:37:31.830Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23452026-08-11T16:37:31.831Z Checking atomicwrites v0.4.4
23462026-08-11T16:37:31.937Z Checking itertools v0.14.0
23472026-08-11T16:37:31.941Z Compiling parse-display-derive v0.10.0
23482026-08-11T16:37:31.941Z Checking macaddr v1.0.1
23492026-08-11T16:37:32.040Z Checking regress v0.10.5
23502026-08-11T16:37:32.079Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23512026-08-11T16:37:32.133Z Checking instant v0.1.13
23522026-08-11T16:37:32.216Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23532026-08-11T16:37:32.256Z Checking backoff v0.4.0
23542026-08-11T16:37:32.302Z Checking backon v1.6.0
23552026-08-11T16:37:32.469Z Checking humantime v2.3.0
23562026-08-11T16:37:32.511Z Checking progenitor-extras v0.2.0
23572026-08-11T16:37:32.514Z Checking unicode-width v0.2.0
23582026-08-11T16:37:32.586Z Compiling convert_case v0.4.0
23592026-08-11T16:37:32.680Z Checking half v2.7.1
23602026-08-11T16:37:32.764Z Checking ciborium-io v0.2.2
23612026-08-11T16:37:32.825Z Checking heck v0.5.0
23622026-08-11T16:37:32.889Z Checking secrecy v0.10.3
23632026-08-11T16:37:32.968Z Checking ciborium-ll v0.2.2
23642026-08-11T16:37:33.004Z Checking camino-tempfile v1.4.1
23652026-08-11T16:37:33.008Z Compiling derive_more v0.99.20
23662026-08-11T16:37:33.085Z Checking indent_write v2.2.0
23672026-08-11T16:37:33.089Z Compiling regress v0.11.1
23682026-08-11T16:37:33.171Z Checking ciborium v0.2.2
23692026-08-11T16:37:33.209Z Compiling crucible-workspace-hack v0.1.0
23702026-08-11T16:37:33.277Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-08-11T16:37:33.548Z Checking inout v0.1.4
23722026-08-11T16:37:33.613Z Checking universal-hash v0.5.1
23732026-08-11T16:37:33.688Z Compiling thiserror-impl-no-std v2.0.2
23742026-08-11T16:37:33.722Z Checking parse-display v0.10.0
23752026-08-11T16:37:33.726Z Checking cipher v0.4.4
23762026-08-11T16:37:33.802Z Checking opaque-debug v0.3.1
23772026-08-11T16:37:33.901Z Checking poly1305 v0.8.0
23782026-08-11T16:37:33.906Z Checking blake2 v0.10.6
23792026-08-11T16:37:33.994Z Checking chacha20 v0.9.1
23802026-08-11T16:37:34.201Z Checking aead v0.5.2
23812026-08-11T16:37:34.238Z Checking password-hash v0.5.0
23822026-08-11T16:37:34.241Z Compiling unsafe-libyaml v0.2.11
23832026-08-11T16:37:34.378Z Checking chacha20poly1305 v0.10.1
23842026-08-11T16:37:34.530Z Checking argon2 v0.5.3
23852026-08-11T16:37:34.571Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23862026-08-11T16:37:34.681Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-08-11T16:37:34.898Z Compiling typify-impl v0.6.2
23882026-08-11T16:37:34.937Z Checking thiserror-no-std v2.0.2
23892026-08-11T16:37:35.004Z Compiling serde_yaml v0.9.34+deprecated
23902026-08-11T16:37:35.046Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-08-11T16:37:35.089Z Checking vsss-rs v3.3.4
23922026-08-11T16:37:35.364Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23932026-08-11T16:37:35.644Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23942026-08-11T16:37:35.682Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23952026-08-11T16:37:36.214Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-08-11T16:37:36.352Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-08-11T16:37:36.453Z Checking swrite v0.1.0
23982026-08-11T16:37:36.482Z Checking crossbeam-deque v0.8.6
23992026-08-11T16:37:36.502Z Compiling rayon-core v1.13.0
24002026-08-11T16:37:36.533Z Compiling num-derive v0.4.2
24012026-08-11T16:37:36.620Z Compiling toml_datetime v0.7.5+spec-1.1.0
24022026-08-11T16:37:36.666Z Compiling proc-macro-error v1.0.4
24032026-08-11T16:37:36.889Z Compiling toml_edit v0.23.10+spec-1.0.0
24042026-08-11T16:37:37.015Z Checking tabwriter v1.4.1
24052026-08-11T16:37:37.118Z Checking rayon v1.11.0
24062026-08-11T16:37:37.195Z Checking glob v0.3.3
24072026-08-11T16:37:37.343Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24082026-08-11T16:37:37.437Z Compiling heapless v0.8.0
24092026-08-11T16:37:37.461Z Compiling proc-macro-crate v3.4.0
24102026-08-11T16:37:37.512Z Checking toml v0.8.23
24112026-08-11T16:37:37.566Z Checking hash32 v0.3.1
24122026-08-11T16:37:37.738Z Compiling ingot-macros v0.2.0
24132026-08-11T16:37:37.870Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24142026-08-11T16:37:37.997Z Checking colored v3.1.1
24152026-08-11T16:37:38.078Z Compiling smoltcp v0.11.0
24162026-08-11T16:37:38.078Z Compiling num_enum_derive v0.7.6
24172026-08-11T16:37:38.195Z Checking cobs v0.3.0
24182026-08-11T16:37:38.339Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24192026-08-11T16:37:38.406Z Compiling usdt-macro v0.5.0
24202026-08-11T16:37:38.478Z Compiling usdt-attr-macro v0.5.0
24212026-08-11T16:37:38.636Z Checking memmap v0.7.0
24222026-08-11T16:37:38.669Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24232026-08-11T16:37:38.970Z Checking postcard v1.1.3
24242026-08-11T16:37:39.183Z Checking num_enum v0.7.6
24252026-08-11T16:37:39.203Z Checking rand v0.10.1
24262026-08-11T16:37:39.267Z Compiling proc-macro-crate v1.3.1
24272026-08-11T16:37:39.301Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24282026-08-11T16:37:39.312Z Checking usdt v0.5.0
24292026-08-11T16:37:39.489Z Compiling typify-macro v0.6.2
24302026-08-11T16:37:39.559Z Checking sigpipe v0.1.3
24312026-08-11T16:37:39.570Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24322026-08-11T16:37:39.654Z Compiling foreign-types-macros v0.2.3
24332026-08-11T16:37:39.711Z Checking foreign-types-shared v0.3.1
24342026-08-11T16:37:39.718Z Compiling num_enum_derive v0.5.11
24352026-08-11T16:37:39.981Z Checking cstr-argument v0.1.2
24362026-08-11T16:37:40.041Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24372026-08-11T16:37:40.101Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24382026-08-11T16:37:40.134Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24392026-08-11T16:37:40.314Z Checking foreign-types v0.5.0
24402026-08-11T16:37:40.399Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24412026-08-11T16:37:40.435Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24422026-08-11T16:37:40.493Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24432026-08-11T16:37:40.542Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24442026-08-11T16:37:40.569Z Checking ingot-types v0.2.0
24452026-08-11T16:37:40.619Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24462026-08-11T16:37:40.644Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24472026-08-11T16:37:40.747Z Compiling zone_cfg_derive v0.3.1
24482026-08-11T16:37:40.805Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24492026-08-11T16:37:40.836Z Checking num_enum v0.5.11
24502026-08-11T16:37:40.960Z Checking ingot v0.2.1
24512026-08-11T16:37:41.002Z Checking itertools v0.12.1
24522026-08-11T16:37:41.008Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24532026-08-11T16:37:41.088Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24542026-08-11T16:37:41.249Z Compiling typify v0.6.2
24552026-08-11T16:37:41.390Z Compiling progenitor-impl v0.14.0
24562026-08-11T16:37:41.469Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24572026-08-11T16:37:41.533Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24582026-08-11T16:37:41.569Z Checking smf v0.2.3
24592026-08-11T16:37:41.640Z Checking whoami v1.6.1
24602026-08-11T16:37:41.786Z Compiling derive-where v1.6.0
24612026-08-11T16:37:41.829Z Checking tokio-dtrace v0.1.1
24622026-08-11T16:37:41.866Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24632026-08-11T16:37:42.057Z Checking oxide-tokio-rt v0.1.4
24642026-08-11T16:37:42.100Z Checking zone v0.3.1
24652026-08-11T16:37:42.282Z Checking console v0.15.11
24662026-08-11T16:37:42.402Z Checking newline-converter v0.3.0
24672026-08-11T16:37:42.491Z Checking bytecount v0.6.9
24682026-08-11T16:37:42.556Z Checking unicode-width v0.1.14
24692026-08-11T16:37:42.587Z Checking expectorate v1.2.0
24702026-08-11T16:37:42.653Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24712026-08-11T16:37:42.680Z Checking num-rational v0.4.2
24722026-08-11T16:37:42.761Z Checking num-complex v0.4.6
24732026-08-11T16:37:42.850Z Checking float-ord v0.3.2
24742026-08-11T16:37:42.982Z Compiling cancel-safe-futures v0.1.5
24752026-08-11T16:37:42.996Z Checking linear-map v1.2.0
24762026-08-11T16:37:43.144Z Checking num v0.4.3
24772026-08-11T16:37:43.163Z Checking oxide-update-engine-types v0.1.2
24782026-08-11T16:37:43.228Z Checking gethostname v0.5.0
24792026-08-11T16:37:43.296Z Compiling prettyplease v0.2.37
24802026-08-11T16:37:43.361Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24812026-08-11T16:37:43.648Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24822026-08-11T16:37:43.795Z Compiling owo-colors v4.3.0
24832026-08-11T16:37:43.837Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24842026-08-11T16:37:43.874Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24852026-08-11T16:37:43.911Z Checking resolv-conf v0.7.6
24862026-08-11T16:37:44.046Z Compiling progenitor-macro v0.14.0
24872026-08-11T16:37:44.086Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-08-11T16:37:44.124Z Checking smawk v0.3.2
24892026-08-11T16:37:44.161Z Checking oxide-update-engine v0.1.2
24902026-08-11T16:37:44.312Z Checking unicode-linebreak v0.1.5
24912026-08-11T16:37:44.565Z Checking papergrid v0.11.0
24922026-08-11T16:37:44.629Z Compiling tabled_derive v0.7.0
24932026-08-11T16:37:44.892Z Compiling convert_case v0.10.0
24942026-08-11T16:37:44.963Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24952026-08-11T16:37:45.212Z Compiling slog-dtrace v0.3.0
24962026-08-11T16:37:45.260Z Compiling derive_more-impl v2.1.1
24972026-08-11T16:37:45.518Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-08-11T16:37:45.559Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-08-11T16:37:45.628Z Checking tabled v0.15.0
25002026-08-11T16:37:45.967Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25012026-08-11T16:37:46.129Z Checking derive_more v2.1.1
25022026-08-11T16:37:46.303Z Checking crossterm v0.29.0
25032026-08-11T16:37:46.405Z Checking linked-hash-map v0.5.6
25042026-08-11T16:37:46.603Z Checking lru-cache v0.1.2
25052026-08-11T16:37:46.936Z Checking hickory-proto v0.24.4
25062026-08-11T16:37:47.005Z Checking fd-lock v4.0.4
25072026-08-11T16:37:47.518Z Checking vte v0.14.1
25082026-08-11T16:37:47.645Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25092026-08-11T16:37:47.704Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25102026-08-11T16:37:47.950Z Checking display-error-chain v0.2.2
25112026-08-11T16:37:47.989Z Checking strip-ansi-escapes v0.2.1
25122026-08-11T16:37:48.261Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25132026-08-11T16:37:49.048Z Checking progenitor v0.14.0
25142026-08-11T16:37:49.251Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25152026-08-11T16:37:49.580Z Checking nu-ansi-term v0.50.3
25162026-08-11T16:37:49.761Z Checking termtree v0.5.1
25172026-08-11T16:37:49.825Z Checking reedline v0.40.0
25182026-08-11T16:37:50.045Z Checking hickory-resolver v0.24.4
25192026-08-11T16:37:50.082Z Checking textwrap v0.16.2
25202026-08-11T16:37:50.153Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25212026-08-11T16:37:50.335Z Compiling minimal-lexical v0.2.1
25222026-08-11T16:37:50.445Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25232026-08-11T16:37:50.750Z Compiling nom v7.1.3
25242026-08-11T16:37:50.791Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-08-11T16:37:50.835Z Checking qorb v0.4.1
25262026-08-11T16:37:51.197Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-08-11T16:37:51.306Z Compiling unicode-xid v0.2.6
25282026-08-11T16:37:51.470Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25292026-08-11T16:37:51.781Z Compiling ar_archive_writer v0.5.1
25302026-08-11T16:37:51.944Z Checking csv-core v0.1.13
25312026-08-11T16:37:52.091Z Compiling stacker v0.1.23
25322026-08-11T16:37:52.129Z Checking highway v1.3.0
25332026-08-11T16:37:52.165Z Checking csv v1.4.0
25342026-08-11T16:37:52.169Z Compiling semver v0.1.20
25352026-08-11T16:37:52.317Z Compiling cfg_aliases v0.1.1
25362026-08-11T16:37:52.419Z Checking nibble_vec v0.1.0
25372026-08-11T16:37:52.456Z Compiling nix v0.28.0
25382026-08-11T16:37:52.493Z Compiling rustc_version v0.1.7
25392026-08-11T16:37:52.528Z Checking endian-type v0.1.2
25402026-08-11T16:37:52.564Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25412026-08-11T16:37:52.599Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25422026-08-11T16:37:52.645Z Compiling psm v0.1.30
25432026-08-11T16:37:52.687Z Checking radix_trie v0.2.1
25442026-08-11T16:37:52.748Z Compiling newtype_derive v0.1.6
25452026-08-11T16:37:52.879Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25462026-08-11T16:37:52.935Z Checking phf_shared v0.12.1
25472026-08-11T16:37:52.972Z Compiling recursive-proc-macro-impl v0.1.1
25482026-08-11T16:37:53.074Z Compiling chrono-tz v0.10.4
25492026-08-11T16:37:53.113Z Checking phf v0.12.1
25502026-08-11T16:37:53.386Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-08-11T16:37:53.462Z Compiling const_format_proc_macros v0.2.34
25522026-08-11T16:37:53.498Z Compiling peg-macros v0.8.5
25532026-08-11T16:37:53.568Z Checking winnow v0.6.26
25542026-08-11T16:37:53.617Z Checking recursive v0.1.1
25552026-08-11T16:37:53.666Z Compiling sqlparser_derive v0.5.0
25562026-08-11T16:37:53.749Z Checking home v0.5.12
25572026-08-11T16:37:53.956Z Checking unicode_categories v0.1.1
25582026-08-11T16:37:54.353Z Checking const_format v0.2.35
25592026-08-11T16:37:54.392Z Checking rustyline v14.0.0
25602026-08-11T16:37:54.470Z Checking sqlparser v0.61.0
25612026-08-11T16:37:54.728Z Checking bcs v0.1.6
25622026-08-11T16:37:54.795Z Checking sqlformat v0.3.5
25632026-08-11T16:37:54.932Z Checking peg v0.8.5
25642026-08-11T16:37:54.992Z Checking nom v8.0.0
25652026-08-11T16:37:55.127Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-08-11T16:37:55.236Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25672026-08-11T16:37:55.272Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25682026-08-11T16:37:55.349Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-08-11T16:37:55.388Z Checking steno v0.4.1
25702026-08-11T16:37:55.749Z Checking sha1 v0.10.6
25712026-08-11T16:37:55.957Z Checking filetime v0.2.27
25722026-08-11T16:37:56.126Z Checking xattr v1.6.1
25732026-08-11T16:37:56.296Z Checking tar v0.4.46
25742026-08-11T16:37:56.365Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25752026-08-11T16:37:56.430Z Checking subprocess v0.2.15
25762026-08-11T16:37:56.576Z Checking headers-core v0.3.0
25772026-08-11T16:37:56.619Z Checking yasna v0.5.2
25782026-08-11T16:37:56.717Z Checking headers v0.4.1
25792026-08-11T16:37:56.751Z Checking port-file v0.1.0
25802026-08-11T16:37:56.791Z Checking tagptr v0.2.0
25812026-08-11T16:37:56.965Z Checking moka v0.12.13
25822026-08-11T16:37:56.969Z Checking dropshot-api-manager-types v0.7.2
25832026-08-11T16:37:57.032Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25842026-08-11T16:37:57.194Z Checking rcgen v0.12.1
25852026-08-11T16:37:57.235Z Checking utf-8 v0.7.6
25862026-08-11T16:37:57.436Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25872026-08-11T16:37:57.544Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25882026-08-11T16:37:57.636Z Checking tungstenite v0.21.0
25892026-08-11T16:37:57.657Z Checking hickory-resolver v0.25.2
25902026-08-11T16:37:58.023Z Compiling libefi-sys v0.1.0
25912026-08-11T16:37:58.069Z Checking tokio-tungstenite v0.21.0
25922026-08-11T16:37:58.168Z Compiling bitfield-struct v0.6.2
25932026-08-11T16:37:58.275Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25942026-08-11T16:37:58.419Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25952026-08-11T16:37:58.457Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25962026-08-11T16:37:58.696Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25972026-08-11T16:37:58.789Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25982026-08-11T16:37:58.818Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25992026-08-11T16:37:58.853Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26002026-08-11T16:37:58.965Z Compiling xshell-macros v0.2.7
26012026-08-11T16:37:59.004Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26022026-08-11T16:37:59.040Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26032026-08-11T16:37:59.122Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26042026-08-11T16:37:59.381Z Checking xshell v0.2.7
26052026-08-11T16:37:59.417Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26062026-08-11T16:37:59.603Z Checking half v1.8.3
26072026-08-11T16:37:59.638Z Checking libscf-sys v1.2.0
26082026-08-11T16:37:59.684Z Compiling proc-macro-error-attr2 v2.0.0
26092026-08-11T16:37:59.797Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26102026-08-11T16:37:59.836Z Checking serde_cbor v0.11.2
26112026-08-11T16:38:00.036Z Checking papergrid v0.17.0
26122026-08-11T16:38:00.112Z Compiling proc-macro-error2 v2.0.1
26132026-08-11T16:38:00.220Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26142026-08-11T16:38:00.257Z Checking testing_table v0.3.0
26152026-08-11T16:38:00.381Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26162026-08-11T16:38:00.461Z Compiling tabled_derive v0.11.0
26172026-08-11T16:38:00.516Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26182026-08-11T16:38:00.594Z Checking maplit v1.0.2
26192026-08-11T16:38:00.711Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26202026-08-11T16:38:00.846Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26212026-08-11T16:38:01.109Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26222026-08-11T16:38:01.157Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26232026-08-11T16:38:01.251Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26242026-08-11T16:38:01.334Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26252026-08-11T16:38:01.534Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26262026-08-11T16:38:01.662Z Checking tabled v0.20.0
26272026-08-11T16:38:01.701Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26282026-08-11T16:38:01.902Z Checking crc8 v0.1.1
26292026-08-11T16:38:02.036Z Checking unicase v2.9.0
26302026-08-11T16:38:02.226Z Checking fxhash v0.2.1
26312026-08-11T16:38:02.335Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26322026-08-11T16:38:02.390Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26332026-08-11T16:38:02.445Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26342026-08-11T16:38:02.549Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26352026-08-11T16:38:02.669Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26362026-08-11T16:38:02.874Z Compiling darling_core v0.21.3
26372026-08-11T16:38:03.132Z Checking sha2 v0.11.0
26382026-08-11T16:38:03.165Z Compiling vergen-lib v0.1.6
26392026-08-11T16:38:03.417Z Compiling diesel_derives v2.3.7
26402026-08-11T16:38:03.559Z Checking scheduled-thread-pool v0.2.7
26412026-08-11T16:38:03.678Z Compiling vergen-gitcl v1.0.8
26422026-08-11T16:38:03.741Z Compiling diesel_table_macro_syntax v0.3.0
26432026-08-11T16:38:03.934Z Checking r2d2 v0.8.10
26442026-08-11T16:38:03.980Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26452026-08-11T16:38:04.007Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-08-11T16:38:04.157Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26472026-08-11T16:38:04.401Z Checking downcast-rs v2.0.2
26482026-08-11T16:38:04.480Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26492026-08-11T16:38:04.557Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26502026-08-11T16:38:04.573Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26512026-08-11T16:38:05.047Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26522026-08-11T16:38:05.084Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26532026-08-11T16:38:05.280Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542026-08-11T16:38:05.466Z Compiling darling_macro v0.21.3
26552026-08-11T16:38:05.503Z Checking kstat-rs v0.2.5
26562026-08-11T16:38:05.721Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26572026-08-11T16:38:05.755Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26582026-08-11T16:38:05.984Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26592026-08-11T16:38:06.020Z Compiling darling v0.21.3
26602026-08-11T16:38:06.150Z Compiling dsl_auto_type v0.2.0
26612026-08-11T16:38:06.271Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26622026-08-11T16:38:06.829Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26632026-08-11T16:38:06.894Z Compiling dirs-sys-next v0.1.2
26642026-08-11T16:38:06.938Z Compiling crunchy v0.2.4
26652026-08-11T16:38:07.161Z Compiling parking_lot_core v0.8.6
26662026-08-11T16:38:07.214Z Compiling dirs-next v2.0.0
26672026-08-11T16:38:07.297Z Compiling clang-sys v1.8.1
26682026-08-11T16:38:07.372Z Compiling git-stub v1.0.0
26692026-08-11T16:38:07.492Z Compiling tiny-keccak v2.0.2
26702026-08-11T16:38:07.660Z Compiling git-stub-vcs v0.1.0
26712026-08-11T16:38:07.810Z Compiling term v0.7.0
26722026-08-11T16:38:07.927Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26732026-08-11T16:38:07.963Z Compiling bit-vec v0.6.3
26742026-08-11T16:38:08.040Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26752026-08-11T16:38:08.214Z Compiling bit-set v0.5.3
26762026-08-11T16:38:08.279Z Compiling ascii-canvas v3.0.0
26772026-08-11T16:38:08.440Z Checking parking_lot v0.11.2
26782026-08-11T16:38:08.535Z Checking prefix-trie v0.7.0
26792026-08-11T16:38:08.575Z Compiling itertools v0.10.5
26802026-08-11T16:38:08.612Z Compiling ena v0.14.4
26812026-08-11T16:38:08.672Z Compiling libloading v0.8.9
26822026-08-11T16:38:08.862Z Compiling diff v0.1.13
26832026-08-11T16:38:08.875Z Compiling regex-syntax v0.6.29
26842026-08-11T16:38:08.937Z Compiling bindgen v0.71.1
26852026-08-11T16:38:08.943Z Checking hickory-server v0.25.2
26862026-08-11T16:38:09.394Z Checking sled v0.34.7
26872026-08-11T16:38:09.747Z Compiling cexpr v0.6.0
26882026-08-11T16:38:10.271Z Compiling lalrpop v0.19.12
26892026-08-11T16:38:10.450Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26902026-08-11T16:38:10.521Z Checking nanorand v0.7.0
26912026-08-11T16:38:10.648Z Compiling salty v0.3.0
26922026-08-11T16:38:10.759Z Compiling rustc-hash v2.1.1
26932026-08-11T16:38:10.858Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26942026-08-11T16:38:11.002Z Checking flume v0.11.1
26952026-08-11T16:38:11.038Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26962026-08-11T16:38:11.181Z Compiling libxml v0.3.3
26972026-08-11T16:38:11.294Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26982026-08-11T16:38:11.636Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26992026-08-11T16:38:11.907Z Compiling strum_macros v0.24.3
27002026-08-11T16:38:12.128Z Checking diesel v2.3.7
27012026-08-11T16:38:12.295Z Compiling indoc v1.0.9
27022026-08-11T16:38:12.759Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27032026-08-11T16:38:12.794Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27042026-08-11T16:38:12.932Z Checking quick-xml v0.37.5
27052026-08-11T16:38:12.996Z Checking derive_builder v0.20.2
27062026-08-11T16:38:13.136Z Compiling oso-derive v0.27.3
27072026-08-11T16:38:13.170Z Compiling trait-variant v0.1.2
27082026-08-11T16:38:13.271Z Compiling impl-trait-for-tuples v0.2.3
27092026-08-11T16:38:13.712Z Checking openssl-probe v0.1.6
27102026-08-11T16:38:13.790Z Checking assert_matches v1.5.0
27112026-08-11T16:38:13.852Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27122026-08-11T16:38:13.924Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27132026-08-11T16:38:14.974Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27142026-08-11T16:38:14.980Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27152026-08-11T16:38:14.980Z Checking rfc6979 v0.4.0
27162026-08-11T16:38:14.980Z Checking ecdsa v0.16.9
27172026-08-11T16:38:14.980Z Compiling progenitor-impl v0.13.0
27182026-08-11T16:38:15.198Z Checking primeorder v0.13.6
27192026-08-11T16:38:15.476Z Checking p384 v0.13.1
27202026-08-11T16:38:15.935Z Checking progenitor-client v0.13.0
27212026-08-11T16:38:16.198Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27222026-08-11T16:38:16.237Z Checking predicates-tree v1.0.13
27232026-08-11T16:38:16.384Z Checking bb8 v0.8.6
27242026-08-11T16:38:16.429Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27252026-08-11T16:38:16.525Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27262026-08-11T16:38:16.691Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27272026-08-11T16:38:16.830Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27282026-08-11T16:38:16.889Z Compiling mime_guess v2.0.5
27292026-08-11T16:38:17.056Z Checking http-range v0.1.5
27302026-08-11T16:38:17.257Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27312026-08-11T16:38:17.393Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27322026-08-11T16:38:17.524Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27332026-08-11T16:38:17.563Z Compiling progenitor-macro v0.13.0
27342026-08-11T16:38:17.672Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27352026-08-11T16:38:17.754Z Checking nonempty v0.12.0
27362026-08-11T16:38:17.793Z Checking corncobs v0.1.4
27372026-08-11T16:38:17.951Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27382026-08-11T16:38:17.960Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27392026-08-11T16:38:18.276Z Checking ignore v0.4.25
27402026-08-11T16:38:18.320Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27412026-08-11T16:38:18.416Z Checking secrecy v0.8.0
27422026-08-11T16:38:18.514Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27432026-08-11T16:38:18.755Z Checking globwalk v0.9.1
27442026-08-11T16:38:18.978Z Checking hyper-staticfile v0.10.1
27452026-08-11T16:38:19.212Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27462026-08-11T16:38:19.312Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27472026-08-11T16:38:19.538Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27482026-08-11T16:38:19.884Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27492026-08-11T16:38:20.143Z Checking signal-hook-tokio v0.3.1
27502026-08-11T16:38:20.316Z Checking digest-io v0.1.0
27512026-08-11T16:38:20.485Z Compiling illumos-nvpair-sys v0.2.0
27522026-08-11T16:38:20.537Z Checking rawzip v0.4.4
27532026-08-11T16:38:20.573Z Checking camino-tempfile-ext v0.3.3
27542026-08-11T16:38:20.762Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27552026-08-11T16:38:20.813Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27562026-08-11T16:38:21.025Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27572026-08-11T16:38:21.274Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27582026-08-11T16:38:22.089Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27592026-08-11T16:38:22.343Z Checking scuffle v0.1.0
27602026-08-11T16:38:22.548Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27612026-08-11T16:38:22.583Z Checking illumos-nvpair v0.3.0
27622026-08-11T16:38:22.619Z Checking progenitor v0.13.0
27632026-08-11T16:38:22.816Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27642026-08-11T16:38:22.898Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27652026-08-11T16:38:22.954Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27662026-08-11T16:38:23.080Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27672026-08-11T16:38:23.287Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27682026-08-11T16:38:23.320Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27692026-08-11T16:38:23.361Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27702026-08-11T16:38:23.590Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27712026-08-11T16:38:23.744Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27722026-08-11T16:38:23.805Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27732026-08-11T16:38:24.144Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27742026-08-11T16:38:24.222Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27752026-08-11T16:38:24.317Z Checking tungstenite v0.23.0
27762026-08-11T16:38:24.788Z Checking tokio-tungstenite v0.23.1
27772026-08-11T16:38:24.974Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27782026-08-11T16:38:25.099Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27792026-08-11T16:38:25.399Z Checking void v1.0.2
27802026-08-11T16:38:25.544Z Checking lzss v0.8.2
27812026-08-11T16:38:25.776Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27822026-08-11T16:38:25.974Z Checking nix v0.27.1
27832026-08-11T16:38:26.334Z Checking rand_seeder v0.4.0
27842026-08-11T16:38:26.371Z Checking serde_bytes v0.11.19
27852026-08-11T16:38:26.513Z Checking diesel-dtrace v0.5.0
27862026-08-11T16:38:26.550Z Checking async-bb8-diesel v0.2.1
27872026-08-11T16:38:26.586Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27882026-08-11T16:38:26.798Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27892026-08-11T16:38:26.907Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27902026-08-11T16:38:26.946Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27912026-08-11T16:38:27.017Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27922026-08-11T16:38:28.030Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27932026-08-11T16:38:28.878Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27942026-08-11T16:38:28.968Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27952026-08-11T16:38:29.075Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27962026-08-11T16:38:29.113Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27972026-08-11T16:38:29.859Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27982026-08-11T16:38:30.401Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27992026-08-11T16:38:30.802Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28002026-08-11T16:38:30.869Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28012026-08-11T16:38:31.147Z Checking cpubits v0.1.1
28022026-08-11T16:38:31.279Z Checking yansi v1.0.1
28032026-08-11T16:38:31.431Z Checking is_ci v1.2.0
28042026-08-11T16:38:31.581Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28052026-08-11T16:38:31.598Z Checking pretty_assertions v1.4.1
28062026-08-11T16:38:31.780Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28072026-08-11T16:38:31.865Z Checking pem-rfc7468 v1.0.0
28082026-08-11T16:38:32.069Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28092026-08-11T16:38:32.198Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28102026-08-11T16:38:32.350Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28112026-08-11T16:38:32.585Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28122026-08-11T16:38:32.834Z Checking hmac v0.13.0
28132026-08-11T16:38:32.963Z Checking universal-hash v0.6.1
28142026-08-11T16:38:33.031Z Compiling libz-sys v1.1.24
28152026-08-11T16:38:33.133Z Checking arc-swap v1.8.2
28162026-08-11T16:38:33.421Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28172026-08-11T16:38:33.421Z Compiling instability v0.3.11
28182026-08-11T16:38:33.550Z Checking slog-scope v4.4.1
28192026-08-11T16:38:33.595Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28202026-08-11T16:38:33.766Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28212026-08-11T16:38:33.799Z Checking castaway v0.2.4
28222026-08-11T16:38:33.836Z Compiling indoc v2.0.7
28232026-08-11T16:38:33.955Z Checking compact_str v0.8.1
28242026-08-11T16:38:34.368Z Checking slog-stdlog v4.1.1
28252026-08-11T16:38:34.540Z Checking polyval v0.7.1
28262026-08-11T16:38:34.752Z Checking der v0.8.0
28272026-08-11T16:38:34.840Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28282026-08-11T16:38:35.075Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28292026-08-11T16:38:35.112Z Checking unicode-truncate v1.1.0
28302026-08-11T16:38:35.148Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28312026-08-11T16:38:35.293Z Checking lru v0.12.5
28322026-08-11T16:38:35.328Z Compiling libgit2-sys v0.18.3+1.9.2
28332026-08-11T16:38:35.364Z Checking cassowary v0.3.0
28342026-08-11T16:38:35.587Z Checking ghash v0.6.0
28352026-08-11T16:38:35.624Z Checking ratatui v0.29.0
28362026-08-11T16:38:35.627Z Checking slog-envlogger v2.2.0
28372026-08-11T16:38:35.896Z Checking pbkdf2 v0.13.0
28382026-08-11T16:38:35.899Z Checking crypto-bigint v0.7.5
28392026-08-11T16:38:36.049Z Checking aes v0.9.1
28402026-08-11T16:38:36.483Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28412026-08-11T16:38:36.958Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28422026-08-11T16:38:37.210Z Checking ctr v0.10.1
28432026-08-11T16:38:37.427Z Checking aead v0.6.1
28442026-08-11T16:38:37.602Z Checking cargo-platform v0.3.2
28452026-08-11T16:38:37.730Z Checking aes-gcm v0.11.0
28462026-08-11T16:38:37.815Z Checking cargo_metadata v0.23.1
28472026-08-11T16:38:37.930Z Checking spki v0.8.0
28482026-08-11T16:38:38.145Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28492026-08-11T16:38:38.220Z Checking supports-color v3.0.2
28502026-08-11T16:38:38.424Z Checking console v0.16.2
28512026-08-11T16:38:38.657Z Checking salsa20 v0.11.0
28522026-08-11T16:38:38.775Z Compiling vergen-git2 v9.1.0
28532026-08-11T16:38:38.838Z Checking unit-prefix v0.5.2
28542026-08-11T16:38:39.003Z Checking plotters-backend v0.3.7
28552026-08-11T16:38:39.044Z Checking indicatif v0.18.4
28562026-08-11T16:38:39.253Z Checking plotters-svg v0.3.7
28572026-08-11T16:38:39.465Z Checking scrypt v0.12.0
28582026-08-11T16:38:39.513Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28592026-08-11T16:38:39.624Z Checking cbc v0.2.1
28602026-08-11T16:38:39.665Z Checking libsw-core v0.3.2
28612026-08-11T16:38:39.739Z Checking cast v0.3.0
28622026-08-11T16:38:39.801Z Checking pkcs5 v0.8.1
28632026-08-11T16:38:39.850Z Checking libsw v3.5.0
28642026-08-11T16:38:39.926Z Checking criterion-plot v0.6.0
28652026-08-11T16:38:40.091Z Checking plotters v0.3.7
28662026-08-11T16:38:40.127Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28672026-08-11T16:38:40.203Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28682026-08-11T16:38:40.435Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28692026-08-11T16:38:40.665Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28702026-08-11T16:38:40.883Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28712026-08-11T16:38:40.918Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28722026-08-11T16:38:41.111Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28732026-08-11T16:38:41.148Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28742026-08-11T16:38:41.151Z Checking colored v2.2.0
28752026-08-11T16:38:41.339Z Checking tinytemplate v1.2.1
28762026-08-11T16:38:41.420Z Checking shell-words v1.1.1
28772026-08-11T16:38:41.591Z Checking anes v0.1.6
28782026-08-11T16:38:41.620Z Checking oorandom v11.1.5
28792026-08-11T16:38:41.803Z Checking criterion v0.7.0
28802026-08-11T16:38:41.876Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28812026-08-11T16:38:42.120Z Checking pkcs8 v0.11.0
28822026-08-11T16:38:42.357Z Checking oxide-update-engine-display v0.1.2
28832026-08-11T16:38:42.703Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28842026-08-11T16:38:43.071Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28852026-08-11T16:38:43.282Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28862026-08-11T16:38:44.142Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28872026-08-11T16:38:44.972Z Checking tokio-test v0.4.5
28882026-08-11T16:38:45.221Z Checking ff v0.14.0
28892026-08-11T16:38:45.397Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28902026-08-11T16:38:45.631Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28912026-08-11T16:38:46.052Z Checking twox-hash v2.1.2
28922026-08-11T16:38:46.395Z Checking atty v0.2.14
28932026-08-11T16:38:46.528Z Checking arrayvec v0.7.6
28942026-08-11T16:38:46.588Z Checking constant_time_eq v0.4.2
28952026-08-11T16:38:46.753Z Checking arrayref v0.3.9
28962026-08-11T16:38:46.841Z Checking group v0.14.0
28972026-08-11T16:38:46.876Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28982026-08-11T16:38:47.032Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28992026-08-11T16:38:47.083Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29002026-08-11T16:38:47.807Z Checking fatfs v0.3.6
29012026-08-11T16:38:48.100Z Checking signature v3.0.0
29022026-08-11T16:38:48.292Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29032026-08-11T16:38:48.342Z Compiling seq-macro v0.3.6
29042026-08-11T16:38:48.499Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29052026-08-11T16:38:48.695Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29062026-08-11T16:38:48.885Z Checking base16ct v1.0.0
29072026-08-11T16:38:49.052Z Checking sec1 v0.8.1
29082026-08-11T16:38:49.299Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29092026-08-11T16:38:49.663Z Checking hkdf v0.13.0
29102026-08-11T16:38:49.842Z Checking concurrent-queue v2.5.0
29112026-08-11T16:38:50.038Z Compiling petname v2.0.2
29122026-08-11T16:38:50.074Z Checking parking v2.2.1
29132026-08-11T16:38:50.235Z Checking event-listener v5.4.1
29142026-08-11T16:38:50.492Z Checking elliptic-curve v0.14.1
29152026-08-11T16:38:50.594Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29162026-08-11T16:38:50.718Z Checking rtoolbox v0.0.3
29172026-08-11T16:38:50.888Z Checking rpassword v7.5.4
29182026-08-11T16:38:51.088Z Checking event-listener-strategy v0.5.4
29192026-08-11T16:38:51.263Z Checking wnaf v0.14.0
29202026-08-11T16:38:51.353Z Checking primefield v0.14.0
29212026-08-11T16:38:51.389Z Compiling samael v0.0.19
29222026-08-11T16:38:51.459Z Checking rfc6979 v0.6.0
29232026-08-11T16:38:51.589Z Checking tui-tree-widget v0.23.1
29242026-08-11T16:38:51.637Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29252026-08-11T16:38:51.814Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29262026-08-11T16:38:51.850Z Checking sapling-renderdag v0.1.0
29272026-08-11T16:38:52.132Z Compiling blake3 v1.8.5
29282026-08-11T16:38:52.529Z Checking sync-ptr v0.1.4
29292026-08-11T16:38:52.685Z Checking futures-timer v3.0.3
29302026-08-11T16:38:52.901Z Checking ecdsa v0.17.0
29312026-08-11T16:38:53.322Z Checking primeorder v0.14.0
29322026-08-11T16:38:53.365Z Checking async-lock v3.4.2
29332026-08-11T16:38:53.601Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29342026-08-11T16:38:53.735Z Compiling curve25519-dalek v5.0.0
29352026-08-11T16:38:53.793Z Checking async-object-pool v0.2.0
29362026-08-11T16:38:53.877Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29372026-08-11T16:38:54.253Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29382026-08-11T16:38:54.289Z Checking ssh-encoding v0.3.0
29392026-08-11T16:38:54.557Z Checking serde_regex v1.1.0
29402026-08-11T16:38:54.742Z Checking assert-json-diff v2.0.2
29412026-08-11T16:38:54.950Z Checking path-tree v0.8.3
29422026-08-11T16:38:55.179Z Checking keccak v0.2.0
29432026-08-11T16:38:55.254Z Compiling strsim v0.10.0
29442026-08-11T16:38:55.377Z Checking topological-sort v0.2.2
29452026-08-11T16:38:55.552Z Checking stringmetrics v2.2.2
29462026-08-11T16:38:55.617Z Checking omicron-zone-package v0.12.3
29472026-08-11T16:38:55.741Z Checking httpmock v0.8.3
29482026-08-11T16:38:56.545Z Compiling darling_core v0.13.4
29492026-08-11T16:38:56.619Z Checking ed25519 v3.0.0
29502026-08-11T16:38:56.848Z Checking crypto-primes v0.7.2
29512026-08-11T16:38:57.438Z Checking pkcs1 v0.8.0-rc.4
29522026-08-11T16:38:57.679Z Checking poly1305 v0.9.0
29532026-08-11T16:38:57.830Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29542026-08-11T16:38:57.957Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29552026-08-11T16:38:57.992Z Checking blowfish v0.10.0
29562026-08-11T16:38:58.179Z Checking blake2 v0.11.0-rc.6
29572026-08-11T16:38:58.264Z Compiling target-lexicon v0.13.3
29582026-08-11T16:38:58.437Z Checking gimli v0.32.3
29592026-08-11T16:38:58.479Z Checking argon2 v0.6.0-rc.8
29602026-08-11T16:38:58.643Z Compiling darling_macro v0.13.4
29612026-08-11T16:38:58.830Z Checking bcrypt-pbkdf v0.11.0
29622026-08-11T16:38:58.866Z Checking ssh-cipher v0.3.0
29632026-08-11T16:38:59.022Z Checking rsa v0.10.0-rc.18
29642026-08-11T16:38:59.113Z Checking ed25519-dalek v3.0.0
29652026-08-11T16:38:59.164Z Checking sha3 v0.11.0
29662026-08-11T16:38:59.549Z Checking p521 v0.14.0
29672026-08-11T16:38:59.557Z Checking p256 v0.14.0
29682026-08-11T16:39:00.039Z Checking addr2line v0.25.1
29692026-08-11T16:39:00.340Z Checking p384 v0.14.0
29702026-08-11T16:39:00.378Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29712026-08-11T16:39:00.648Z Checking kem v0.3.0
29722026-08-11T16:39:00.805Z Checking module-lattice v0.2.3
29732026-08-11T16:39:01.059Z Checking hex-literal v0.4.1
29742026-08-11T16:39:01.196Z Checking sponge-cursor v0.1.0
29752026-08-11T16:39:01.292Z Checking rustc-demangle v0.1.27
29762026-08-11T16:39:01.356Z Compiling guppy-workspace-hack v0.1.0
29772026-08-11T16:39:01.551Z Checking backtrace v0.3.76
29782026-08-11T16:39:01.637Z Checking sha3 v0.12.0
29792026-08-11T16:39:01.869Z Checking ml-kem v0.3.2
29802026-08-11T16:39:01.904Z Compiling darling v0.13.4
29812026-08-11T16:39:02.288Z Checking russh-cryptovec v0.62.0
29822026-08-11T16:39:02.323Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29832026-08-11T16:39:02.484Z Checking internal-russh-num-bigint v0.5.0
29842026-08-11T16:39:02.548Z Checking num-bigint v0.4.6
29852026-08-11T16:39:02.586Z Checking ssh-key v0.7.0-rc.11
29862026-08-11T16:39:02.667Z Checking russh-util v0.52.0
29872026-08-11T16:39:02.830Z Checking generic-array v1.4.3
29882026-08-11T16:39:03.257Z Compiling enum_dispatch v0.3.13
29892026-08-11T16:39:03.519Z Compiling delegate v0.13.5
29902026-08-11T16:39:03.555Z Compiling git2 v0.20.4
29912026-08-11T16:39:03.562Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29922026-08-11T16:39:03.626Z Checking hex-literal v1.1.0
29932026-08-11T16:39:03.761Z Checking md5 v0.8.0
29942026-08-11T16:39:03.974Z Compiling target-spec v3.5.7
29952026-08-11T16:39:04.045Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29962026-08-11T16:39:04.419Z Checking cfg-expr v0.20.6
29972026-08-11T16:39:04.476Z Compiling serde_with_macros v1.5.2
29982026-08-11T16:39:04.510Z Checking russh v0.62.4
29992026-08-11T16:39:04.717Z Checking backtrace-ext v0.2.1
30002026-08-11T16:39:04.876Z Checking supports-color v2.1.0
30012026-08-11T16:39:04.949Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30022026-08-11T16:39:05.042Z Checking textwrap v0.15.2
30032026-08-11T16:39:05.290Z Checking supports-unicode v2.1.0
30042026-08-11T16:39:05.349Z Checking supports-hyperlinks v2.1.0
30052026-08-11T16:39:05.443Z Checking hashbrown v0.14.5
30062026-08-11T16:39:05.503Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30072026-08-11T16:39:05.724Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30082026-08-11T16:39:05.967Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30092026-08-11T16:39:06.120Z Checking socket2 v0.5.10
30102026-08-11T16:39:06.226Z Checking terminal_size v0.1.17
30112026-08-11T16:39:06.373Z Compiling miette-derive v5.10.0
30122026-08-11T16:39:06.430Z Compiling fs-err v2.11.0
30132026-08-11T16:39:06.521Z Checking internet-checksum v0.2.1
30142026-08-11T16:39:06.665Z Checking owo-colors v3.5.0
30152026-08-11T16:39:06.847Z Checking chumsky v0.9.3
30162026-08-11T16:39:06.923Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30172026-08-11T16:39:07.236Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30182026-08-11T16:39:07.529Z Checking miette v5.10.0
30192026-08-11T16:39:07.675Z Compiling serde_with v1.14.0
30202026-08-11T16:39:08.048Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30212026-08-11T16:39:08.178Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30222026-08-11T16:39:08.237Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30232026-08-11T16:39:08.468Z Compiling polar-core v0.27.3
30242026-08-11T16:39:08.728Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30252026-08-11T16:39:08.885Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30262026-08-11T16:39:09.024Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30272026-08-11T16:39:09.102Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30282026-08-11T16:39:09.141Z Compiling knuffel-derive v3.2.0
30292026-08-11T16:39:09.178Z Checking httptest v0.16.4
30302026-08-11T16:39:09.328Z Checking pathdiff v0.2.3
30312026-08-11T16:39:09.472Z Checking nested v0.1.1
30322026-08-11T16:39:09.589Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30332026-08-11T16:39:09.640Z Checking guppy v0.17.25
30342026-08-11T16:39:09.957Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30352026-08-11T16:39:10.445Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30362026-08-11T16:39:10.614Z Checking similar-asserts v1.7.0
30372026-08-11T16:39:10.650Z Checking knuffel v3.2.0
30382026-08-11T16:39:10.705Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30392026-08-11T16:39:10.801Z Compiling target-triple v1.0.0
30402026-08-11T16:39:11.083Z Checking parse-size v1.1.0
30412026-08-11T16:39:11.212Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30422026-08-11T16:39:11.247Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30432026-08-11T16:39:11.282Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30442026-08-11T16:39:11.320Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30452026-08-11T16:39:11.552Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30462026-08-11T16:39:11.867Z Checking hickory-client v0.25.2
30472026-08-11T16:39:12.187Z Checking escape8259 v0.5.3
30482026-08-11T16:39:12.222Z Compiling assert_cmd v2.1.2
30492026-08-11T16:39:12.361Z Checking libtest-mimic v0.8.1
30502026-08-11T16:39:12.754Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30512026-08-11T16:39:12.900Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30522026-08-11T16:39:13.039Z Checking blake2b_simd v1.0.4
30532026-08-11T16:39:13.499Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30542026-08-11T16:39:13.535Z Checking oso v0.27.3
30552026-08-11T16:39:13.647Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30562026-08-11T16:39:13.950Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30572026-08-11T16:39:14.058Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30582026-08-11T16:39:14.187Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30592026-08-11T16:39:14.292Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30602026-08-11T16:39:14.469Z Checking fancy-regex v0.14.0
30612026-08-11T16:39:14.521Z Checking serde_tokenstream v0.2.3
30622026-08-11T16:39:14.766Z Checking approx v0.5.1
30632026-08-11T16:39:14.804Z Compiling rstest_macros v0.25.0
30642026-08-11T16:39:14.807Z Checking uzers v0.12.2
30652026-08-11T16:39:14.877Z Checking termcolor v1.4.1
30662026-08-11T16:39:14.938Z Checking constant_time_eq v0.3.1
30672026-08-11T16:39:15.077Z Compiling linkme-impl v0.3.35
30682026-08-11T16:39:15.114Z Checking rust-argon2 v2.1.0
30692026-08-11T16:39:15.150Z Checking trybuild v1.0.116
30702026-08-11T16:39:15.226Z Checking datatest-stable v0.3.3
30712026-08-11T16:39:15.622Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30722026-08-11T16:39:15.694Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30732026-08-11T16:39:15.805Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30742026-08-11T16:39:15.921Z Checking support-bundle-viewer v0.1.2
30752026-08-11T16:39:15.985Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30762026-08-11T16:39:16.207Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30772026-08-11T16:39:16.247Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30782026-08-11T16:39:16.440Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30792026-08-11T16:39:16.483Z Checking drift v0.2.0
30802026-08-11T16:39:16.658Z Checking rand_distr v0.5.1
30812026-08-11T16:39:16.694Z Checking multimap v0.10.1
30822026-08-11T16:39:16.881Z Compiling relative-path v1.9.3
30832026-08-11T16:39:16.915Z Compiling linkme v0.3.35
30842026-08-11T16:39:17.104Z Checking dropshot-api-manager v0.7.2
30852026-08-11T16:39:18.291Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30862026-08-11T16:39:18.677Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30872026-08-11T16:39:18.738Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30882026-08-11T16:39:18.911Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30892026-08-11T16:39:19.509Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30902026-08-11T16:39:19.533Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30912026-08-11T16:39:19.592Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30922026-08-11T16:39:19.723Z Checking cargo_toml v0.21.0
30932026-08-11T16:39:19.919Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30942026-08-11T16:39:20.108Z Checking partial-io v0.5.4
30952026-08-11T16:39:20.274Z Checking termios v0.3.3
30962026-08-11T16:39:20.339Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30972026-08-11T16:39:20.430Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30982026-08-11T16:39:20.559Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30992026-08-11T16:39:20.885Z Checking rstest v0.25.0
31002026-08-11T16:39:21.958Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31012026-08-11T16:39:25.768Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31022026-08-11T16:39:28.032Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31032026-08-11T16:39:28.136Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31042026-08-11T16:39:33.313Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31052026-08-11T16:39:33.837Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31062026-08-11T16:39:35.783Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31072026-08-11T16:39:40.431Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31082026-08-11T16:39:44.304Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31092026-08-11T16:39:46.641Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31102026-08-11T16:39:50.572Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31112026-08-11T16:39:51.112Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31122026-08-11T16:39:53.508Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31132026-08-11T16:39:57.019Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31142026-08-11T16:40:01.893Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31152026-08-11T16:40:22.370Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31162026-08-11T16:41:16.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 12s
31172026-08-11T16:41:16.870Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31182026-08-11T16:41:16.870Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31192026-08-11T16:41:17.516Z
31202026-08-11T16:41:17.516Zreal 4:15.457269274
31212026-08-11T16:41:17.516Zuser 21:54.271479560
31222026-08-11T16:41:17.516Zsys 5:15.325060526
31232026-08-11T16:41:17.516Ztrap 0.534861628
31242026-08-11T16:41:17.516Ztflt 0.436137121
31252026-08-11T16:41:17.516Zdflt 0.599643741
31262026-08-11T16:41:17.516Zkflt 0.005558561
31272026-08-11T16:41:17.516Zlock 1:06:09.554016666
31282026-08-11T16:41:17.516Zslp 59:28.464747784
31292026-08-11T16:41:17.516Zlat 1:52.835125301
31302026-08-11T16:41:17.529Zstop 14:14.337326669
31312026-08-11T16:41:17.529Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31322026-08-11T16:41:17.529Z+ ptime -m cargo doc --workspace --no-deps
31332026-08-11T16:41:18.378Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31342026-08-11T16:41:18.378Z |
31352026-08-11T16:41:18.378Z = 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)`
31362026-08-11T16:41:18.378Z = 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>
31372026-08-11T16:41:19.452Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31382026-08-11T16:41:19.690Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31392026-08-11T16:41:19.734Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31402026-08-11T16:41:19.797Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31412026-08-11T16:41:19.858Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31422026-08-11T16:41:19.965Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-08-11T16:41:19.998Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31442026-08-11T16:41:19.998Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31452026-08-11T16:41:20.048Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31462026-08-11T16:41:20.074Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-08-11T16:41:20.222Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31482026-08-11T16:41:20.269Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31492026-08-11T16:41:20.296Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31502026-08-11T16:41:20.390Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31512026-08-11T16:41:20.413Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31522026-08-11T16:41:20.418Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31532026-08-11T16:41:20.454Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31542026-08-11T16:41:20.480Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31552026-08-11T16:41:20.489Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31562026-08-11T16:41:20.582Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31572026-08-11T16:41:20.627Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31582026-08-11T16:41:20.880Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31592026-08-11T16:41:21.022Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31602026-08-11T16:41:21.062Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31612026-08-11T16:41:21.076Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31622026-08-11T16:41:21.121Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31632026-08-11T16:41:21.246Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31642026-08-11T16:41:21.272Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31652026-08-11T16:41:21.457Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31662026-08-11T16:41:21.527Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31672026-08-11T16:41:21.610Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31682026-08-11T16:41:21.693Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31692026-08-11T16:41:21.765Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31702026-08-11T16:41:21.811Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31712026-08-11T16:41:22.043Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31722026-08-11T16:41:22.067Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31732026-08-11T16:41:22.147Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31742026-08-11T16:41:22.277Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31752026-08-11T16:41:22.305Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31762026-08-11T16:41:22.382Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31772026-08-11T16:41:22.557Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31782026-08-11T16:41:22.725Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31792026-08-11T16:41:22.754Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31802026-08-11T16:41:22.765Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31812026-08-11T16:41:22.793Z Checking scuffle v0.1.0
31822026-08-11T16:41:22.971Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31832026-08-11T16:41:22.995Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31842026-08-11T16:41:23.096Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31852026-08-11T16:41:23.229Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31862026-08-11T16:41:23.257Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31872026-08-11T16:41:23.329Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31882026-08-11T16:41:23.395Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31892026-08-11T16:41:23.467Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31902026-08-11T16:41:23.519Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31912026-08-11T16:41:23.555Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31922026-08-11T16:41:23.583Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31932026-08-11T16:41:23.612Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31942026-08-11T16:41:23.665Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31952026-08-11T16:41:23.717Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31962026-08-11T16:41:23.748Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31972026-08-11T16:41:23.785Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31982026-08-11T16:41:24.193Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31992026-08-11T16:41:24.433Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32002026-08-11T16:41:24.564Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32012026-08-11T16:41:24.888Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32022026-08-11T16:41:24.917Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32032026-08-11T16:41:25.278Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32042026-08-11T16:41:25.303Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32052026-08-11T16:41:25.419Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32062026-08-11T16:41:25.444Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32072026-08-11T16:41:25.555Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32082026-08-11T16:41:25.587Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32092026-08-11T16:41:25.718Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32102026-08-11T16:41:25.772Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32112026-08-11T16:41:25.840Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32122026-08-11T16:41:26.535Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32132026-08-11T16:41:26.716Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32142026-08-11T16:41:26.891Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32152026-08-11T16:41:26.944Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32162026-08-11T16:41:27.097Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32172026-08-11T16:41:27.195Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32182026-08-11T16:41:27.289Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32192026-08-11T16:41:27.347Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32202026-08-11T16:41:27.381Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32212026-08-11T16:41:27.407Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32222026-08-11T16:41:27.698Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32232026-08-11T16:41:27.728Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32242026-08-11T16:41:27.747Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32252026-08-11T16:41:27.790Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32262026-08-11T16:41:27.815Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32272026-08-11T16:41:27.969Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32282026-08-11T16:41:27.992Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32292026-08-11T16:41:28.015Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32302026-08-11T16:41:28.035Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32312026-08-11T16:41:28.113Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32322026-08-11T16:41:28.190Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32332026-08-11T16:41:28.238Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32342026-08-11T16:41:28.259Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32352026-08-11T16:41:28.304Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32362026-08-11T16:41:28.330Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32372026-08-11T16:41:28.437Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32382026-08-11T16:41:28.459Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32392026-08-11T16:41:28.531Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32402026-08-11T16:41:28.630Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32412026-08-11T16:41:28.678Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32422026-08-11T16:41:28.850Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32432026-08-11T16:41:28.894Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32442026-08-11T16:41:28.952Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32452026-08-11T16:41:29.455Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32462026-08-11T16:41:29.615Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32472026-08-11T16:41:30.250Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32482026-08-11T16:41:30.551Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32492026-08-11T16:41:30.891Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32502026-08-11T16:41:31.092Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32512026-08-11T16:41:31.235Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32522026-08-11T16:41:31.349Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32532026-08-11T16:41:31.591Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32542026-08-11T16:41:31.816Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32552026-08-11T16:41:32.604Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32562026-08-11T16:41:33.488Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32572026-08-11T16:41:33.566Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32582026-08-11T16:41:33.846Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32592026-08-11T16:41:33.961Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32602026-08-11T16:41:34.060Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32612026-08-11T16:41:34.443Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32622026-08-11T16:41:34.539Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32632026-08-11T16:41:35.068Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32642026-08-11T16:41:35.183Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32652026-08-11T16:41:35.273Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32662026-08-11T16:41:35.526Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32672026-08-11T16:41:35.617Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32682026-08-11T16:41:35.843Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-08-11T16:41:36.397Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32702026-08-11T16:41:36.584Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32712026-08-11T16:41:36.818Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32722026-08-11T16:41:37.013Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32732026-08-11T16:41:37.186Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32742026-08-11T16:41:37.522Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32752026-08-11T16:41:38.040Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32762026-08-11T16:41:38.583Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32772026-08-11T16:41:39.058Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32782026-08-11T16:41:39.235Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32792026-08-11T16:41:39.647Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32802026-08-11T16:41:39.823Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32812026-08-11T16:41:40.331Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32822026-08-11T16:41:40.475Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32832026-08-11T16:41:40.691Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32842026-08-11T16:41:40.716Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32852026-08-11T16:41:40.958Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32862026-08-11T16:41:41.511Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32872026-08-11T16:41:41.815Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32882026-08-11T16:41:42.772Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32892026-08-11T16:41:42.887Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32902026-08-11T16:41:43.511Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32912026-08-11T16:41:45.362Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32922026-08-11T16:41:46.742Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32932026-08-11T16:41:47.094Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32942026-08-11T16:41:48.321Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32952026-08-11T16:41:49.302Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32962026-08-11T16:41:49.476Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32972026-08-11T16:41:50.217Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32982026-08-11T16:41:50.427Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32992026-08-11T16:41:50.783Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33002026-08-11T16:41:51.620Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33012026-08-11T16:41:52.259Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33022026-08-11T16:41:52.734Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33032026-08-11T16:41:53.129Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33042026-08-11T16:41:53.372Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33052026-08-11T16:41:53.644Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33062026-08-11T16:41:53.830Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33072026-08-11T16:41:53.987Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33082026-08-11T16:41:54.054Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33092026-08-11T16:41:54.411Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33102026-08-11T16:41:54.551Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33112026-08-11T16:41:54.650Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33122026-08-11T16:41:54.849Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33132026-08-11T16:41:55.319Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33142026-08-11T16:41:55.430Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33152026-08-11T16:41:55.683Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33162026-08-11T16:41:56.006Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33172026-08-11T16:41:56.098Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33182026-08-11T16:41:56.183Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33192026-08-11T16:41:56.815Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33202026-08-11T16:41:58.094Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33212026-08-11T16:41:58.745Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33222026-08-11T16:41:59.345Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33232026-08-11T16:42:00.872Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33242026-08-11T16:42:02.370Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33252026-08-11T16:42:02.985Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33262026-08-11T16:42:03.994Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33272026-08-11T16:42:05.694Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33282026-08-11T16:42:06.788Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33292026-08-11T16:42:07.892Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33302026-08-11T16:42:08.320Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33312026-08-11T16:42:09.795Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33322026-08-11T16:42:11.372Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33332026-08-11T16:42:12.113Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33342026-08-11T16:42:13.234Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33352026-08-11T16:42:14.521Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33362026-08-11T16:42:14.982Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33372026-08-11T16:42:15.031Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33382026-08-11T16:42:17.299Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33392026-08-11T16:42:20.803Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33402026-08-11T16:42:21.568Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33412026-08-11T16:42:22.574Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33422026-08-11T16:42:23.211Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33432026-08-11T16:42:24.206Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33442026-08-11T16:42:24.961Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33452026-08-11T16:42:25.806Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33462026-08-11T16:42:27.578Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33472026-08-11T16:42:28.425Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33482026-08-11T16:42:29.059Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33492026-08-11T16:42:29.263Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33502026-08-11T16:42:29.890Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33512026-08-11T16:42:31.019Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33522026-08-11T16:42:32.649Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33532026-08-11T16:42:35.689Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33542026-08-11T16:42:36.973Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33552026-08-11T16:42:37.494Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33562026-08-11T16:42:38.421Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33572026-08-11T16:42:39.510Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33582026-08-11T16:42:40.654Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33592026-08-11T16:42:42.721Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33602026-08-11T16:42:43.677Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33612026-08-11T16:42:44.669Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33622026-08-11T16:42:45.741Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33632026-08-11T16:42:46.838Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33642026-08-11T16:42:49.448Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33652026-08-11T16:42:50.269Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33662026-08-11T16:42:52.105Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33672026-08-11T16:42:52.853Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33682026-08-11T16:42:54.301Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33692026-08-11T16:42:56.098Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33702026-08-11T16:42:57.542Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33712026-08-11T16:42:59.238Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33722026-08-11T16:43:00.768Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33732026-08-11T16:43:02.249Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33742026-08-11T16:43:04.157Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33752026-08-11T16:43:08.903Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33762026-08-11T16:43:09.231Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33772026-08-11T16:43:10.701Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33782026-08-11T16:43:10.830Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33792026-08-11T16:43:12.647Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33802026-08-11T16:43:14.397Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33812026-08-11T16:43:16.122Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33822026-08-11T16:43:18.170Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33832026-08-11T16:43:19.935Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33842026-08-11T16:43:21.937Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33852026-08-11T16:43:23.438Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33862026-08-11T16:43:25.173Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33872026-08-11T16:43:26.913Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33882026-08-11T16:43:28.670Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33892026-08-11T16:43:30.449Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33902026-08-11T16:43:32.134Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33912026-08-11T16:43:33.851Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33922026-08-11T16:43:37.413Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33932026-08-11T16:43:38.934Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33942026-08-11T16:43:40.823Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33952026-08-11T16:43:42.555Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33962026-08-11T16:43:44.255Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33972026-08-11T16:43:45.961Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33982026-08-11T16:43:50.304Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33992026-08-11T16:43:52.030Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34002026-08-11T16:43:54.199Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34012026-08-11T16:43:57.934Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34022026-08-11T16:43:59.359Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34032026-08-11T16:44:00.523Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34042026-08-11T16:44:01.906Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34052026-08-11T16:44:07.130Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34062026-08-11T16:44:10.176Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34072026-08-11T16:44:12.172Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34082026-08-11T16:44:14.211Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34092026-08-11T16:44:16.918Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34102026-08-11T16:44:19.191Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34112026-08-11T16:44:21.545Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34122026-08-11T16:44:24.518Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34132026-08-11T16:44:27.174Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34142026-08-11T16:44:28.873Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34152026-08-11T16:44:31.648Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34162026-08-11T16:44:34.085Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34172026-08-11T16:44:36.566Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34182026-08-11T16:44:39.004Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34192026-08-11T16:44:41.524Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34202026-08-11T16:44:44.036Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34212026-08-11T16:44:46.568Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34222026-08-11T16:44:48.981Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34232026-08-11T16:44:51.329Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34242026-08-11T16:44:54.056Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34252026-08-11T16:44:56.511Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34262026-08-11T16:44:59.034Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34272026-08-11T16:45:01.502Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34282026-08-11T16:45:04.055Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34292026-08-11T16:45:06.704Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34302026-08-11T16:45:09.142Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34312026-08-11T16:45:11.671Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34322026-08-11T16:45:14.229Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34332026-08-11T16:45:16.784Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34342026-08-11T16:45:19.357Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34352026-08-11T16:45:21.862Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34362026-08-11T16:45:24.382Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34372026-08-11T16:45:26.980Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34382026-08-11T16:45:29.535Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34392026-08-11T16:45:31.912Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34402026-08-11T16:45:34.691Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34412026-08-11T16:45:37.393Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34422026-08-11T16:45:40.400Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34432026-08-11T16:45:42.447Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34442026-08-11T16:45:45.037Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34452026-08-11T16:45:47.481Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34462026-08-11T16:45:50.272Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34472026-08-11T16:45:52.733Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34482026-08-11T16:45:55.890Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34492026-08-11T16:45:58.196Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34502026-08-11T16:46:00.837Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34512026-08-11T16:46:03.522Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34522026-08-11T16:46:06.027Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34532026-08-11T16:46:08.629Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34542026-08-11T16:46:11.370Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34552026-08-11T16:46:14.157Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34562026-08-11T16:46:16.849Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34572026-08-11T16:46:20.357Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34582026-08-11T16:46:24.199Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34592026-08-11T16:46:25.235Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34602026-08-11T16:46:27.859Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34612026-08-11T16:46:30.648Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34622026-08-11T16:46:33.385Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34632026-08-11T16:46:36.584Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34642026-08-11T16:46:39.037Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34652026-08-11T16:46:41.875Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34662026-08-11T16:46:49.952Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34672026-08-11T16:46:50.159Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34682026-08-11T16:46:53.870Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34692026-08-11T16:46:57.273Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34702026-08-11T16:47:00.755Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34712026-08-11T16:47:04.350Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34722026-08-11T16:47:07.819Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34732026-08-11T16:47:12.819Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34742026-08-11T16:47:15.802Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34752026-08-11T16:47:19.908Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34762026-08-11T16:47:23.609Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34772026-08-11T16:47:27.445Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34782026-08-11T16:47:31.418Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34792026-08-11T16:47:35.266Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34802026-08-11T16:47:39.091Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34812026-08-11T16:47:42.976Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34822026-08-11T16:47:46.914Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34832026-08-11T16:47:50.796Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34842026-08-11T16:47:54.653Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34852026-08-11T16:47:58.463Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34862026-08-11T16:48:02.355Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34872026-08-11T16:48:06.325Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34882026-08-11T16:48:10.093Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34892026-08-11T16:48:14.023Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34902026-08-11T16:48:45.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 27s
34912026-08-11T16:48:45.116Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34922026-08-11T16:48:45.116Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34932026-08-11T16:48:45.285Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files
34942026-08-11T16:48:45.398Z
34952026-08-11T16:48:45.403Zreal 7:27.789682983
34962026-08-11T16:48:45.403Zuser 20:17.454803615
34972026-08-11T16:48:45.404Zsys 4:21.496140265
34982026-08-11T16:48:45.404Ztrap 0.298264169
34992026-08-11T16:48:45.404Ztflt 0.038220495
35002026-08-11T16:48:45.404Zdflt 0.051454914
35012026-08-11T16:48:45.404Zkflt 0.000035940
35022026-08-11T16:48:45.404Zlock 7:07:00.467184115
35032026-08-11T16:48:45.404Zslp 2:30:20.589853329
35042026-08-11T16:48:45.404Zlat 35.649312519
35052026-08-11T16:48:45.404Zstop 2:07.554295212
35062026-08-11T16:48:45.404Zprocess exited: duration 835940 ms, exit code 0
 
35072026-08-11T16:48:45.488Zfound 0 output files