01KVXEN1SMFS4DT4YV6VDY0Q6C: clippy (helios)

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

Buildomat Job: 01KVXENG4TX1ZQCZ1C2MGBYCCW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-24T18:36:46.477Zjob assigned to worker 01KVXENZMDE0VSA4QBEH2MMXQZ [factory aws, i-0ff055ee88ffea168] (queued for 57 s)
 
22026-06-24T18:36:52.432Zstarting task 0: "setup"
32026-06-24T18:36:52.436Z++ uname -s
42026-06-24T18:36:52.436Z+ kern=SunOS
52026-06-24T18:36:52.436Z+ build_user=build
62026-06-24T18:36:52.436Z+ build_uid=12345
72026-06-24T18:36:52.436Z+ work_dir=/work
82026-06-24T18:36:52.436Z+ input_dir=/input
92026-06-24T18:36:52.436Z+ [[ 0 == 12345 ]]
102026-06-24T18:36:52.436Z+ case "$kern" in
112026-06-24T18:36:52.436Z+ groupadd -g 12345 build
122026-06-24T18:36:52.458Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-24T18:36:54.444Z+ zfs create -o mountpoint=/work rpool/work
142026-06-24T18:36:54.609Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-24T18:36:54.612Z+ home_fs=zfs
162026-06-24T18:36:54.613Z+ [[ zfs == autofs ]]
172026-06-24T18:36:54.613Z+ mkdir -p /home/build
182026-06-24T18:36:54.613Z+ chown build:build /home/build /work
192026-06-24T18:36:56.615Z+ chmod 0700 /home/build /work
202026-06-24T18:36:56.619Zprocess exited: duration 4185 ms, exit code 0
 
212026-06-24T18:36:56.626Zstarting task 1: "rust-toolchain"
222026-06-24T18:36:56.630Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-24T18:36:56.630Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-24T18:36:56.630Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-24T18:36:56.630Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-24T18:36:56.634Z * rust toolchain channel = "1.96.0"
272026-06-24T18:36:56.634Z * rust toolchain profile = "default"
282026-06-24T18:36:56.634Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-24T18:36:56.634Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-24T18:36:56.738Zinfo: downloading installer
312026-06-24T18:36:58.102Zwarn: It looks like you have an existing rustup settings file at:
322026-06-24T18:36:58.102Zwarn: /home/build/.rustup/settings.toml
332026-06-24T18:36:58.102Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-24T18:36:58.102Zwarn: instead of the one inferred from the default host triple.
352026-06-24T18:36:58.115Zinfo: profile set to default
362026-06-24T18:36:58.115Zinfo: default host triple is x86_64-unknown-illumos
372026-06-24T18:36:58.118Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-24T18:36:58.265Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-24T18:36:58.268Zinfo: downloading 6 components
402026-06-24T18:37:13.408Z
412026-06-24T18:37:13.408Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-24T18:37:13.434Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-24T18:37:13.434Z
442026-06-24T18:37:13.434Z
452026-06-24T18:37:13.434ZRust is installed now. Great!
462026-06-24T18:37:13.434Z
472026-06-24T18:37:13.438ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-24T18:37:13.438Zenvironment variable. This has not been done automatically.
492026-06-24T18:37:13.438Z
502026-06-24T18:37:13.438ZTo configure your current shell, you need to source
512026-06-24T18:37:13.438Zthe corresponding env file under $HOME/.cargo.
522026-06-24T18:37:13.438Z
532026-06-24T18:37:13.438ZThis is usually done by running one of the following (note the leading DOT):
542026-06-24T18:37:13.438Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-24T18:37:13.438Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-24T18:37:13.438Zsource "~/.cargo/env.nu" # For nushell
572026-06-24T18:37:13.438Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-24T18:37:13.438Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-24T18:37:13.438Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-24T18:37:13.438Zwarn: no default linker (`cc`) was found in your PATH
612026-06-24T18:37:13.438Zwarn: many Rust crates require a system C toolchain to build
622026-06-24T18:37:13.525Z+ rustup --version
632026-06-24T18:37:13.534Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-24T18:37:13.537Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-24T18:37:13.555Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-24T18:37:13.559Z+ cargo --version
672026-06-24T18:37:13.571Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-24T18:37:13.575Z+ rustc --version
692026-06-24T18:37:13.593Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-24T18:37:13.596Zprocess exited: duration 16969 ms, exit code 0
 
712026-06-24T18:37:13.602Zstarting task 2: "authentication"
722026-06-24T18:37:13.619Zprocess exited: duration 16 ms, exit code 0
 
732026-06-24T18:37:13.625Zstarting task 3: "clone repository"
742026-06-24T18:37:13.628Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-24T18:37:13.632Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-24T18:37:13.666ZCloning into '/work/oxidecomputer/omicron'...
772026-06-24T18:37:52.781Z+ cd /work/oxidecomputer/omicron
782026-06-24T18:37:52.781Z+ git fetch origin e98e0c5daa2ce71a96f75d563eade06ad4f5a762
792026-06-24T18:37:53.065ZFrom https://github.com/oxidecomputer/omicron
802026-06-24T18:37:53.065Z * branch e98e0c5daa2ce71a96f75d563eade06ad4f5a762 -> FETCH_HEAD
812026-06-24T18:37:53.070Z+ [[ -n eliza/fix-reincarnation ]]
822026-06-24T18:37:53.070Z++ git branch --show-current
832026-06-24T18:37:53.070Z+ current=main
842026-06-24T18:37:53.070Z+ [[ main != eliza/fix-reincarnation ]]
852026-06-24T18:37:53.070Z+ git branch -f eliza/fix-reincarnation e98e0c5daa2ce71a96f75d563eade06ad4f5a762
862026-06-24T18:37:53.070Z+ git checkout -f eliza/fix-reincarnation
872026-06-24T18:37:53.307ZSwitched to branch 'eliza/fix-reincarnation'
882026-06-24T18:37:53.311Z+ git reset --hard e98e0c5daa2ce71a96f75d563eade06ad4f5a762
892026-06-24T18:37:53.324ZHEAD is now at e98e0c5da omdb: add some help text for reincarnation
902026-06-24T18:37:53.327Zprocess exited: duration 39698 ms, exit code 0
 
912026-06-24T18:37:53.333Zstarting task 4: "build"
922026-06-24T18:37:53.337Z+ source ./env.sh
932026-06-24T18:37:53.340Z++ OLD_SHELL_OPTS=ehxB
942026-06-24T18:37:53.340Z++ set -o xtrace
952026-06-24T18:37:53.340Z++++ dirname ./env.sh
962026-06-24T18:37:53.343Z+++ readlink -f .
972026-06-24T18:37:53.343Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-24T18:37:53.343Z++ 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-06-24T18:37:53.344Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-24T18:37:53.344Z++ 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-06-24T18:37:53.344Z++ 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-06-24T18:37:53.344Z++ 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-06-24T18:37:53.344Z++ 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-06-24T18:37:53.344Z++ 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-06-24T18:37:53.344Z++ 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-06-24T18:37:53.344Z++ 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-06-24T18:37:53.344Z++ 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-06-24T18:37:53.344Z++ case $OLD_SHELL_OPTS in
1092026-06-24T18:37:53.344Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-24T18:37:53.344Z+ source .github/buildomat/ci-env.sh
1112026-06-24T18:37:53.344Z++ export CARGO_TERM_COLOR=always
1122026-06-24T18:37:53.344Z++ CARGO_TERM_COLOR=always
1132026-06-24T18:37:53.344Z+ cargo --version
1142026-06-24T18:37:53.352Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-24T18:37:53.355Z+ rustc --version
1162026-06-24T18:37:53.374Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-24T18:37:53.379Z+ banner prerequisites
1182026-06-24T18:37:53.382Z
1192026-06-24T18:37:53.382Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-24T18:37:53.382Z # # # # # # # # # # # # # # #
1212026-06-24T18:37:53.382Z # # # # ##### # # ##### # # # # # #### #
1222026-06-24T18:37:53.382Z ##### ##### # ##### # # # # # # # # #
1232026-06-24T18:37:53.382Z # # # # # # # # # # # # # # #
1242026-06-24T18:37:53.382Z # # # ###### # # ###### ### # #### # #### #
1252026-06-24T18:37:53.382Z
1262026-06-24T18:37:53.382Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-24T18:37:54.877Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-24T18:37:54.978Z Startup: Caching catalogs ... Done
1292026-06-24T18:37:55.429ZPlanning: Solver setup ... Done (0.408s)
1302026-06-24T18:37:55.454ZPlanning: Running solver ... Done (0.024s)
1312026-06-24T18:37:55.465ZPlanning: Finding local manifests ... Done (0.004s)
1322026-06-24T18:37:55.476ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-24T18:37:55.493ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-24T18:37:55.505ZPlanning: Package planning ... Done (0.013s)
1352026-06-24T18:37:55.511ZPlanning: Merging actions ... Done (0.001s)
1362026-06-24T18:37:55.668ZPlanning: Checking for conflicting actions ... Done (0.161s)
1372026-06-24T18:37:55.672ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-24T18:37:56.467ZPlanning: Evaluating mediators ... Done (0.798s)
1392026-06-24T18:37:56.471ZPlanning: Planning completed in 1.47 seconds
1402026-06-24T18:37:56.476Z Packages to install: 2
1412026-06-24T18:37:56.479Z Estimated space available: 156.06 GB
1422026-06-24T18:37:56.479ZEstimated space to be consumed: 29.56 MB
1432026-06-24T18:37:56.479Z Create boot environment: No
1442026-06-24T18:37:56.480ZCreate backup boot environment: No
1452026-06-24T18:37:56.480Z Rebuild boot archive: No
1462026-06-24T18:37:56.480Z
1472026-06-24T18:37:56.480ZChanged packages:
1482026-06-24T18:37:56.480Zhelios
1492026-06-24T18:37:56.480Z developer/build-essential
1502026-06-24T18:37:56.480Z None -> 11-3.0
1512026-06-24T18:37:56.480Z library/libxmlsec1
1522026-06-24T18:37:56.480Z None -> 1.2.35-3.0
1532026-06-24T18:37:56.500Z
1542026-06-24T18:37:56.500ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-24T18:37:57.072ZDownload: Completed 1.28 MB in 0.57 seconds (2.2M/s)
1562026-06-24T18:37:57.131Z Actions: 1/268 actions (Installing new actions)
1572026-06-24T18:37:57.168Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-24T18:37:57.178ZFinalize: Updating package state database ... Done (0.010s)
1592026-06-24T18:37:57.178ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-24T18:37:57.205ZFinalize: Updating image state ... Done (0.027s)
1612026-06-24T18:37:59.615ZFinalize: Creating fast lookup database ... Done (2.386s)
1622026-06-24T18:37:59.683ZFinalize: Reading search index ... Done (0.014s)
1632026-06-24T18:37:59.688ZFinalize: Updating search index ... Done (0.000s)
1642026-06-24T18:37:59.813ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-24T18:38:00.129ZPlanning: Evaluating mediator changes ... Done
1662026-06-24T18:38:00.233ZPlanning: Checking for conflicting actions ... Done
1672026-06-24T18:38:00.236ZPlanning: Consolidating action changes ... Done
1682026-06-24T18:38:00.391ZPlanning: Evaluating mediators ... Done
1692026-06-24T18:38:00.394ZPlanning: Planning completed in 0.26 seconds
1702026-06-24T18:38:00.413Z Mediators to change: 2
1712026-06-24T18:38:00.413Z Create boot environment: No
1722026-06-24T18:38:00.413ZCreate backup boot environment: No
1732026-06-24T18:38:00.452ZFinalize: Updating package state database ... Done
1742026-06-24T18:38:00.456ZFinalize: Updating package cache ... Done
1752026-06-24T18:38:00.467ZFinalize: Updating image state ... Done
1762026-06-24T18:38:02.416ZFinalize: Creating fast lookup database ... Done
1772026-06-24T18:38:02.476ZFinalize: Reading search index ... Done
1782026-06-24T18:38:02.480ZFinalize: Updating search index ... Done
1792026-06-24T18:38:02.545ZFinalize: Updating package cache ... Done
1802026-06-24T18:38:02.831ZPlanning: Evaluating mediator changes ... Done
1812026-06-24T18:38:02.938ZPlanning: Checking for conflicting actions ... Done
1822026-06-24T18:38:02.942ZPlanning: Consolidating action changes ... Done
1832026-06-24T18:38:03.096ZPlanning: Evaluating mediators ... Done
1842026-06-24T18:38:03.099ZPlanning: Planning completed in 0.27 seconds
1852026-06-24T18:38:03.119Z Mediators to change: 1
1862026-06-24T18:38:03.119Z Create boot environment: No
1872026-06-24T18:38:03.119ZCreate backup boot environment: No
1882026-06-24T18:38:03.158ZFinalize: Updating package state database ... Done
1892026-06-24T18:38:03.158ZFinalize: Updating package cache ... Done
1902026-06-24T18:38:03.173ZFinalize: Updating image state ... Done
1912026-06-24T18:38:05.121ZFinalize: Creating fast lookup database ... Done
1922026-06-24T18:38:05.183ZFinalize: Reading search index ... Done
1932026-06-24T18:38:05.189ZFinalize: Updating search index ... Done
1942026-06-24T18:38:05.237ZFinalize: Updating package cache ... Done
1952026-06-24T18:38:05.551ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-24T18:38:05.551Zapache system 2.4 system
1972026-06-24T18:38:05.551Zclang system 15 system
1982026-06-24T18:38:05.551Zcsh system system illumos
1992026-06-24T18:38:05.551Zctags system system illumos
2002026-06-24T18:38:05.551Zfile vendor vendor darwinsys
2012026-06-24T18:38:05.551Zfile system system illumos
2022026-06-24T18:38:05.551Zgcc vendor 14 vendor
2032026-06-24T18:38:05.551Zgcc system 13 system
2042026-06-24T18:38:05.551Zgcc system 10 system
2052026-06-24T18:38:05.551Zgo system 1.25 system
2062026-06-24T18:38:05.552Zllvm system 15 system
2072026-06-24T18:38:05.552Zmariadb system 11.4 system
2082026-06-24T18:38:05.552Zmta vendor vendor dma
2092026-06-24T18:38:05.552Zopenjdk system 17 system
2102026-06-24T18:38:05.552Zopenjdk system 11 system
2112026-06-24T18:38:05.552Zopenssl vendor 3 vendor
2122026-06-24T18:38:05.552Zperl system 5.40 system
2132026-06-24T18:38:05.552Zpostgresql system 18 system
2142026-06-24T18:38:05.552Zpostgresql system 17 system
2152026-06-24T18:38:05.552Zpython vendor 3 vendor
2162026-06-24T18:38:05.552Zpython system 2 system
2172026-06-24T18:38:05.552Zpython3 vendor 3.13 vendor
2182026-06-24T18:38:05.552Zruby system 3.4 system
2192026-06-24T18:38:05.552Zruby system 3.0 system
2202026-06-24T18:38:05.552Zwords vendor vendor american-english
2212026-06-24T18:38:05.552Zwords system system australian-english
2222026-06-24T18:38:05.552Zwords system system british-english
2232026-06-24T18:38:05.552Zwords system system canadian-english
2242026-06-24T18:38:05.552Zwords system system french
2252026-06-24T18:38:05.552Zwords system system italian
2262026-06-24T18:38:05.552Zwords system system ngerman
2272026-06-24T18:38:05.552Zwords system system ogerman
2282026-06-24T18:38:05.552Zwords system system spanish
2292026-06-24T18:38:05.803ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-24T18:38:05.803Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-24T18:38:06.106ZFMRI IFO
2322026-06-24T18:38:06.106Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-24T18:38:06.106Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-24T18:38:06.106Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-24T18:38:06.106Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-24T18:38:06.106Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-24T18:38:06.106Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-24T18:38:06.106Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-24T18:38:06.106Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-24T18:38:06.106Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-24T18:38:06.363Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-24T18:38:06.608Z Updating crates.io index
2432026-06-24T18:38:06.611Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-24T18:38:06.828Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-24T18:38:07.152Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-24T18:38:07.426Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-24T18:38:08.270Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-24T18:38:08.746Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-24T18:38:10.235Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-24T18:38:11.000Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-24T18:38:11.233Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-24T18:38:12.269Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-24T18:38:12.493Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-24T18:38:12.780Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-24T18:38:13.117Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-24T18:38:13.511Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-24T18:38:14.023Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-24T18:38:14.450Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-24T18:38:14.699Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-24T18:38:14.940Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-24T18:38:15.222Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-24T18:38:15.594Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-24T18:38:15.819Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-24T18:38:16.042Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-24T18:38:16.380Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-24T18:38:16.693Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-24T18:38:16.919Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-24T18:38:17.303Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-24T18:38:17.683Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-24T18:38:17.959Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-24T18:38:18.224Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-24T18:38:18.442Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-24T18:38:18.749Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-24T18:38:19.115Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-24T18:38:19.353Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-24T18:38:19.618Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-24T18:38:19.859Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-24T18:38:20.127Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-24T18:38:20.375Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-24T18:38:20.597Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-24T18:38:20.861Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-24T18:38:21.113Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-24T18:38:23.608Z Downloading crates ...
2842026-06-24T18:38:23.658Z Downloaded cargo-platform v0.2.0
2852026-06-24T18:38:23.662Z Downloaded fnv v1.0.7
2862026-06-24T18:38:23.670Z Downloaded byteorder v1.5.0
2872026-06-24T18:38:23.673Z Downloaded anstream v1.0.0
2882026-06-24T18:38:23.681Z Downloaded cargo_toml v0.21.0
2892026-06-24T18:38:23.684Z Downloaded heck v0.4.1
2902026-06-24T18:38:23.684Z Downloaded errno v0.3.14
2912026-06-24T18:38:23.687Z Downloaded dof v0.3.0
2922026-06-24T18:38:23.687Z Downloaded anstyle-query v1.1.5
2932026-06-24T18:38:23.691Z Downloaded version_check v0.9.5
2942026-06-24T18:38:23.692Z Downloaded block-buffer v0.10.4
2952026-06-24T18:38:23.692Z Downloaded yoke-derive v0.8.1
2962026-06-24T18:38:23.695Z Downloaded autocfg v1.5.0
2972026-06-24T18:38:23.698Z Downloaded thiserror v2.0.18
2982026-06-24T18:38:23.701Z Downloaded toml_datetime v0.6.11
2992026-06-24T18:38:23.701Z Downloaded crypto-common v0.1.7
3002026-06-24T18:38:23.701Z Downloaded unicode-xid v0.2.6
3012026-06-24T18:38:23.704Z Downloaded fastrand v2.3.0
3022026-06-24T18:38:23.704Z Downloaded colorchoice v1.0.4
3032026-06-24T18:38:23.704Z Downloaded anyhow v1.0.102
3042026-06-24T18:38:23.707Z Downloaded synstructure v0.13.2
3052026-06-24T18:38:23.707Z Downloaded idna_adapter v1.2.1
3062026-06-24T18:38:23.707Z Downloaded anstyle-parse v1.0.0
3072026-06-24T18:38:23.710Z Downloaded thread-id v4.2.2
3082026-06-24T18:38:23.713Z Downloaded equivalent v1.0.2
3092026-06-24T18:38:23.713Z Downloaded zerofrom v0.1.6
3102026-06-24T18:38:23.716Z Downloaded usdt-macro v0.5.0
3112026-06-24T18:38:23.716Z Downloaded usdt v0.5.0
3122026-06-24T18:38:23.720Z Downloaded utf8parse v0.2.2
3132026-06-24T18:38:23.720Z Downloaded semver v1.0.28
3142026-06-24T18:38:23.723Z Downloaded camino-tempfile v1.4.1
3152026-06-24T18:38:23.726Z Downloaded usdt-attr-macro v0.5.0
3162026-06-24T18:38:23.726Z Downloaded clap_lex v1.0.0
3172026-06-24T18:38:23.729Z Downloaded toml_write v0.1.2
3182026-06-24T18:38:23.729Z Downloaded cfg-if v1.0.4
3192026-06-24T18:38:23.732Z Downloaded zerofrom-derive v0.1.6
3202026-06-24T18:38:23.732Z Downloaded bitflags v2.11.0
3212026-06-24T18:38:23.735Z Downloaded utf8_iter v1.0.4
3222026-06-24T18:38:23.739Z Downloaded erased-serde v0.4.9
3232026-06-24T18:38:23.739Z Downloaded displaydoc v0.2.5
3242026-06-24T18:38:23.742Z Downloaded bytecount v0.6.9
3252026-06-24T18:38:23.742Z Downloaded quote v1.0.45
3262026-06-24T18:38:23.742Z Downloaded icu_normalizer_data v2.1.1
3272026-06-24T18:38:23.745Z Downloaded yoke v0.8.1
3282026-06-24T18:38:23.746Z Downloaded writeable v0.6.2
3292026-06-24T18:38:23.746Z Downloaded thiserror-impl v1.0.69
3302026-06-24T18:38:23.749Z Downloaded usdt-impl v0.5.0
3312026-06-24T18:38:23.749Z Downloaded typeid v1.0.3
3322026-06-24T18:38:23.749Z Downloaded tinystr v0.8.2
3332026-06-24T18:38:23.749Z Downloaded plain v0.2.3
3342026-06-24T18:38:23.752Z Downloaded macaddr v1.0.1
3352026-06-24T18:38:23.752Z Downloaded thiserror-impl v2.0.18
3362026-06-24T18:38:23.752Z Downloaded is_terminal_polyfill v1.70.2
3372026-06-24T18:38:23.752Z Downloaded zerovec-derive v0.11.2
3382026-06-24T18:38:23.756Z Downloaded serde_derive v1.0.228
3392026-06-24T18:38:23.756Z Downloaded zmij v1.0.21
3402026-06-24T18:38:23.757Z Downloaded heck v0.5.0
3412026-06-24T18:38:23.757Z Downloaded terminal_size v0.4.3
3422026-06-24T18:38:23.757Z Downloaded anstyle v1.0.14
3432026-06-24T18:38:23.760Z Downloaded unicode-linebreak v0.1.5
3442026-06-24T18:38:23.760Z Downloaded stable_deref_trait v1.2.1
3452026-06-24T18:38:23.760Z Downloaded percent-encoding v2.3.2
3462026-06-24T18:38:23.760Z Downloaded swrite v0.1.0
3472026-06-24T18:38:23.763Z Downloaded serde-value v0.7.0
3482026-06-24T18:38:23.763Z Downloaded serde_spanned v0.6.9
3492026-06-24T18:38:23.763Z Downloaded memmap v0.7.0
3502026-06-24T18:38:23.763Z Downloaded scroll_derive v0.12.1
3512026-06-24T18:38:23.766Z Downloaded zerocopy-derive v0.7.35
3522026-06-24T18:38:23.770Z Downloaded smawk v0.3.2
3532026-06-24T18:38:23.770Z Downloaded dtrace-parser v0.2.0
3542026-06-24T18:38:23.770Z Downloaded toml v0.8.23
3552026-06-24T18:38:23.774Z Downloaded form_urlencoded v1.2.2
3562026-06-24T18:38:23.777Z Downloaded proc-macro-error-attr v1.0.4
3572026-06-24T18:38:23.777Z Downloaded cpufeatures v0.2.17
3582026-06-24T18:38:23.780Z Downloaded pretty-hex v0.4.1
3592026-06-24T18:38:23.783Z Downloaded generic-array v0.14.7
3602026-06-24T18:38:23.783Z Downloaded unicode-ident v1.0.24
3612026-06-24T18:38:23.783Z Downloaded strsim v0.11.1
3622026-06-24T18:38:23.786Z Downloaded ucd-trie v0.1.7
3632026-06-24T18:38:23.786Z Downloaded textwrap v0.16.2
3642026-06-24T18:38:23.792Z Downloaded camino v1.2.2
3652026-06-24T18:38:23.795Z Downloaded zerotrie v0.2.3
3662026-06-24T18:38:23.798Z Downloaded typenum v1.19.0
3672026-06-24T18:38:23.801Z Downloaded tabled_derive v0.7.0
3682026-06-24T18:38:23.804Z Downloaded url v2.5.8
3692026-06-24T18:38:23.804Z Downloaded ordered-float v2.10.1
3702026-06-24T18:38:23.807Z Downloaded toml_edit v0.22.27
3712026-06-24T18:38:23.810Z Downloaded potential_utf v0.1.4
3722026-06-24T18:38:23.810Z Downloaded pest_meta v2.8.6
3732026-06-24T18:38:23.815Z Downloaded log v0.4.29
3742026-06-24T18:38:23.815Z Downloaded fs-err v3.3.0
3752026-06-24T18:38:23.818Z Downloaded digest v0.10.7
3762026-06-24T18:38:23.818Z Downloaded itoa v1.0.17
3772026-06-24T18:38:23.818Z Downloaded zerovec v0.11.5
3782026-06-24T18:38:23.821Z Downloaded serde-untagged v0.1.9
3792026-06-24T18:38:23.821Z Downloaded winnow v0.7.14
3802026-06-24T18:38:23.825Z Downloaded zerocopy v0.7.35
3812026-06-24T18:38:23.833Z Downloaded serde_tokenstream v0.2.3
3822026-06-24T18:38:23.836Z Downloaded litemap v0.8.1
3832026-06-24T18:38:23.836Z Downloaded cargo-util-schemas v0.8.2
3842026-06-24T18:38:23.836Z Downloaded scroll v0.12.0
3852026-06-24T18:38:23.839Z Downloaded getrandom v0.4.1
3862026-06-24T18:38:23.842Z Downloaded thiserror v1.0.69
3872026-06-24T18:38:23.845Z Downloaded unicode-width v0.2.0
3882026-06-24T18:38:23.848Z Downloaded clap_derive v4.6.1
3892026-06-24T18:38:23.848Z Downloaded unicode-width v0.1.14
3902026-06-24T18:38:23.853Z Downloaded proc-macro-error v1.0.4
3912026-06-24T18:38:23.858Z Downloaded clap v4.6.1
3922026-06-24T18:38:23.861Z Downloaded smallvec v1.15.1
3932026-06-24T18:38:23.861Z Downloaded pest_derive v2.8.6
3942026-06-24T18:38:23.861Z Downloaded sha2 v0.10.9
3952026-06-24T18:38:23.861Z Downloaded cargo_metadata v0.21.0
3962026-06-24T18:38:23.878Z Downloaded pest_generator v2.8.6
3972026-06-24T18:38:23.881Z Downloaded indexmap v2.14.0
3982026-06-24T18:38:23.881Z Downloaded icu_provider v2.1.1
3992026-06-24T18:38:23.885Z Downloaded tempfile v3.25.0
4002026-06-24T18:38:23.888Z Downloaded icu_properties v2.1.2
4012026-06-24T18:38:23.888Z Downloaded once_cell v1.21.3
4022026-06-24T18:38:23.891Z Downloaded num-traits v0.2.19
4032026-06-24T18:38:23.891Z Downloaded papergrid v0.11.0
4042026-06-24T18:38:23.895Z Downloaded icu_locale_core v2.1.1
4052026-06-24T18:38:23.898Z Downloaded serde_core v1.0.228
4062026-06-24T18:38:23.904Z Downloaded proc-macro2 v1.0.106
4072026-06-24T18:38:23.904Z Downloaded icu_normalizer v2.1.1
4082026-06-24T18:38:23.907Z Downloaded icu_collections v2.1.1
4092026-06-24T18:38:23.924Z Downloaded pest v2.8.6
4102026-06-24T18:38:23.934Z Downloaded serde v1.0.228
4112026-06-24T18:38:23.942Z Downloaded memchr v2.8.0
4122026-06-24T18:38:23.946Z Downloaded idna v1.1.0
4132026-06-24T18:38:23.955Z Downloaded hashbrown v0.17.0
4142026-06-24T18:38:23.969Z Downloaded serde_json v1.0.149
4152026-06-24T18:38:23.977Z Downloaded icu_properties_data v2.1.2
4162026-06-24T18:38:23.983Z Downloaded clap_builder v4.6.0
4172026-06-24T18:38:23.986Z Downloaded goblin v0.8.2
4182026-06-24T18:38:23.991Z Downloaded tabled v0.15.0
4192026-06-24T18:38:24.004Z Downloaded syn v1.0.109
4202026-06-24T18:38:24.017Z Downloaded syn v2.0.117
4212026-06-24T18:38:24.032Z Downloaded rustix v1.1.3
4222026-06-24T18:38:24.059Z Downloaded libc v0.2.185
4232026-06-24T18:38:24.125Z Compiling proc-macro2 v1.0.106
4242026-06-24T18:38:24.125Z Compiling quote v1.0.45
4252026-06-24T18:38:24.125Z Compiling unicode-ident v1.0.24
4262026-06-24T18:38:24.125Z Compiling serde_core v1.0.228
4272026-06-24T18:38:24.130Z Compiling libc v0.2.185
4282026-06-24T18:38:24.130Z Compiling version_check v0.9.5
4292026-06-24T18:38:24.130Z Compiling stable_deref_trait v1.2.1
4302026-06-24T18:38:24.130Z Compiling memchr v2.8.0
4312026-06-24T18:38:24.431Z Compiling serde v1.0.228
4322026-06-24T18:38:24.446Z Compiling zmij v1.0.21
4332026-06-24T18:38:24.658Z Compiling thiserror v1.0.69
4342026-06-24T18:38:24.692Z Compiling autocfg v1.5.0
4352026-06-24T18:38:24.937Z Compiling itoa v1.0.17
4362026-06-24T18:38:24.944Z Compiling ucd-trie v0.1.7
4372026-06-24T18:38:25.111Z Compiling pest v2.8.6
4382026-06-24T18:38:25.127Z Compiling writeable v0.6.2
4392026-06-24T18:38:25.130Z Compiling litemap v0.8.1
4402026-06-24T18:38:25.190Z Compiling icu_normalizer_data v2.1.1
4412026-06-24T18:38:25.377Z Compiling rustix v1.1.3
4422026-06-24T18:38:25.409Z Compiling byteorder v1.5.0
4432026-06-24T18:38:25.505Z Compiling icu_properties_data v2.1.2
4442026-06-24T18:38:25.622Z Compiling syn v2.0.117
4452026-06-24T18:38:25.673Z Compiling errno v0.3.14
4462026-06-24T18:38:25.688Z Compiling serde_json v1.0.149
4472026-06-24T18:38:25.721Z Compiling bitflags v2.11.0
4482026-06-24T18:38:25.956Z Compiling num-traits v0.2.19
4492026-06-24T18:38:25.972Z Compiling typeid v1.0.3
4502026-06-24T18:38:25.988Z Compiling equivalent v1.0.2
4512026-06-24T18:38:26.078Z Compiling smallvec v1.15.1
4522026-06-24T18:38:26.141Z Compiling hashbrown v0.17.0
4532026-06-24T18:38:26.246Z Compiling pest_meta v2.8.6
4542026-06-24T18:38:26.521Z Compiling thread-id v4.2.2
4552026-06-24T18:38:26.608Z Compiling usdt-impl v0.5.0
4562026-06-24T18:38:26.628Z Compiling proc-macro-error-attr v1.0.4
4572026-06-24T18:38:26.645Z Compiling indexmap v2.14.0
4582026-06-24T18:38:26.702Z Compiling syn v1.0.109
4592026-06-24T18:38:26.807Z Compiling erased-serde v0.4.9
4602026-06-24T18:38:26.822Z Compiling winnow v0.7.14
4612026-06-24T18:38:27.051Z Compiling toml_write v0.1.2
4622026-06-24T18:38:27.261Z Compiling proc-macro-error v1.0.4
4632026-06-24T18:38:27.358Z Compiling percent-encoding v2.3.2
4642026-06-24T18:38:27.481Z Compiling getrandom v0.4.1
4652026-06-24T18:38:27.555Z Compiling utf8parse v0.2.2
4662026-06-24T18:38:27.671Z Compiling camino v1.2.2
4672026-06-24T18:38:27.786Z Compiling plain v0.2.3
4682026-06-24T18:38:27.845Z Compiling log v0.4.29
4692026-06-24T18:38:27.861Z Compiling utf8_iter v1.0.4
4702026-06-24T18:38:27.901Z Compiling thiserror v2.0.18
4712026-06-24T18:38:28.026Z Compiling ordered-float v2.10.1
4722026-06-24T18:38:28.041Z Compiling anstyle-parse v1.0.0
4732026-06-24T18:38:28.041Z Compiling form_urlencoded v1.2.2
4742026-06-24T18:38:28.218Z Compiling synstructure v0.13.2
4752026-06-24T18:38:28.234Z Compiling pest_generator v2.8.6
4762026-06-24T18:38:28.281Z Compiling terminal_size v0.4.3
4772026-06-24T18:38:28.449Z Compiling anstyle-query v1.1.5
4782026-06-24T18:38:28.561Z Compiling pretty-hex v0.4.1
4792026-06-24T18:38:28.634Z Compiling colorchoice v1.0.4
4802026-06-24T18:38:28.651Z Compiling anstyle v1.0.14
4812026-06-24T18:38:28.654Z Compiling is_terminal_polyfill v1.70.2
4822026-06-24T18:38:28.697Z Compiling cfg-if v1.0.4
4832026-06-24T18:38:28.770Z Compiling serde-untagged v0.1.9
4842026-06-24T18:38:28.868Z Compiling anstream v1.0.0
4852026-06-24T18:38:28.884Z Compiling semver v1.0.28
4862026-06-24T18:38:28.940Z Compiling fs-err v3.3.0
4872026-06-24T18:38:29.051Z Compiling bytecount v0.6.9
4882026-06-24T18:38:29.141Z Compiling fnv v1.0.7
4892026-06-24T18:38:29.173Z Compiling unicode-xid v0.2.6
4902026-06-24T18:38:29.190Z Compiling strsim v0.11.1
4912026-06-24T18:38:29.205Z Compiling heck v0.4.1
4922026-06-24T18:38:29.220Z Compiling anyhow v1.0.102
4932026-06-24T18:38:29.240Z Compiling clap_lex v1.0.0
4942026-06-24T18:38:29.298Z Compiling heck v0.5.0
4952026-06-24T18:38:29.468Z Compiling fastrand v2.3.0
4962026-06-24T18:38:29.520Z Compiling unicode-width v0.1.14
4972026-06-24T18:38:29.542Z Compiling once_cell v1.21.3
4982026-06-24T18:38:29.726Z Compiling tempfile v3.25.0
4992026-06-24T18:38:29.730Z Compiling clap_builder v4.6.0
5002026-06-24T18:38:29.755Z Compiling papergrid v0.11.0
5012026-06-24T18:38:29.788Z Compiling memmap v0.7.0
5022026-06-24T18:38:29.832Z Compiling serde_derive v1.0.228
5032026-06-24T18:38:29.866Z Compiling zerofrom-derive v0.1.6
5042026-06-24T18:38:29.972Z Compiling yoke-derive v0.8.1
5052026-06-24T18:38:30.093Z Compiling zerovec-derive v0.11.2
5062026-06-24T18:38:30.285Z Compiling displaydoc v0.2.5
5072026-06-24T18:38:31.035Z Compiling thiserror-impl v1.0.69
5082026-06-24T18:38:31.170Z Compiling zerocopy-derive v0.7.35
5092026-06-24T18:38:31.217Z Compiling pest_derive v2.8.6
5102026-06-24T18:38:31.265Z Compiling scroll_derive v0.12.1
5112026-06-24T18:38:31.310Z Compiling zerofrom v0.1.6
5122026-06-24T18:38:31.445Z Compiling yoke v0.8.1
5132026-06-24T18:38:31.640Z Compiling zerovec v0.11.5
5142026-06-24T18:38:31.657Z Compiling zerotrie v0.2.3
5152026-06-24T18:38:31.932Z Compiling scroll v0.12.0
5162026-06-24T18:38:31.954Z Compiling thiserror-impl v2.0.18
5172026-06-24T18:38:32.039Z Compiling zerocopy v0.7.35
5182026-06-24T18:38:32.152Z Compiling tinystr v0.8.2
5192026-06-24T18:38:32.209Z Compiling potential_utf v0.1.4
5202026-06-24T18:38:32.359Z Compiling icu_locale_core v2.1.1
5212026-06-24T18:38:32.378Z Compiling icu_collections v2.1.1
5222026-06-24T18:38:32.401Z Compiling dtrace-parser v0.2.0
5232026-06-24T18:38:32.593Z Compiling goblin v0.8.2
5242026-06-24T18:38:32.818Z Compiling tabled_derive v0.7.0
5252026-06-24T18:38:32.846Z Compiling clap_derive v4.6.1
5262026-06-24T18:38:33.139Z Compiling icu_provider v2.1.1
5272026-06-24T18:38:33.231Z Compiling toml_datetime v0.6.11
5282026-06-24T18:38:33.298Z Compiling serde_spanned v0.6.9
5292026-06-24T18:38:33.318Z Compiling dof v0.3.0
5302026-06-24T18:38:33.322Z Compiling serde_tokenstream v0.2.3
5312026-06-24T18:38:33.437Z Compiling icu_properties v2.1.2
5322026-06-24T18:38:33.454Z Compiling icu_normalizer v2.1.1
5332026-06-24T18:38:33.490Z Compiling toml_edit v0.22.27
5342026-06-24T18:38:33.724Z Compiling serde-value v0.7.0
5352026-06-24T18:38:33.820Z Compiling cargo-platform v0.2.0
5362026-06-24T18:38:33.989Z Compiling unicode-width v0.2.0
5372026-06-24T18:38:34.078Z Compiling smawk v0.3.2
5382026-06-24T18:38:34.095Z Compiling unicode-linebreak v0.1.5
5392026-06-24T18:38:34.220Z Compiling tabled v0.15.0
5402026-06-24T18:38:34.251Z Compiling usdt-macro v0.5.0
5412026-06-24T18:38:34.267Z Compiling usdt-attr-macro v0.5.0
5422026-06-24T18:38:34.336Z Compiling idna_adapter v1.2.1
5432026-06-24T18:38:34.480Z Compiling idna v1.1.0
5442026-06-24T18:38:34.516Z Compiling textwrap v0.16.2
5452026-06-24T18:38:34.603Z Compiling clap v4.6.1
5462026-06-24T18:38:34.692Z Compiling macaddr v1.0.1
5472026-06-24T18:38:34.875Z Compiling url v2.5.8
5482026-06-24T18:38:34.921Z Compiling toml v0.8.23
5492026-06-24T18:38:34.973Z Compiling camino-tempfile v1.4.1
5502026-06-24T18:38:35.473Z Compiling cargo-util-schemas v0.8.2
5512026-06-24T18:38:35.615Z Compiling cargo_toml v0.21.0
5522026-06-24T18:38:35.691Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-24T18:38:35.708Z Compiling swrite v0.1.0
5542026-06-24T18:38:35.962Z Compiling usdt v0.5.0
5552026-06-24T18:38:36.404Z Compiling cargo_metadata v0.21.0
5562026-06-24T18:38:37.333Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-24T18:38:39.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.19s
5582026-06-24T18:38:39.604Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5592026-06-24T18:38:40.080Z Downloading crates ...
5602026-06-24T18:38:40.169Z Downloaded adler2 v2.0.1
5612026-06-24T18:38:40.180Z Downloaded allocator-api2 v0.2.21
5622026-06-24T18:38:40.184Z Downloaded anstream v0.6.21
5632026-06-24T18:38:40.187Z Downloaded bit-vec v0.6.3
5642026-06-24T18:38:40.190Z Downloaded ahash v0.8.12
5652026-06-24T18:38:40.198Z Downloaded async-stream-impl v0.3.6
5662026-06-24T18:38:40.203Z Downloaded base16ct v0.2.0
5672026-06-24T18:38:40.203Z Downloaded anstyle-parse v0.2.7
5682026-06-24T18:38:40.203Z Downloaded aes v0.8.4
5692026-06-24T18:38:40.203Z Downloaded crc-any v2.5.0
5702026-06-24T18:38:40.208Z Downloaded darling v0.13.4
5712026-06-24T18:38:40.208Z Downloaded block-padding v0.3.3
5722026-06-24T18:38:40.221Z Downloaded bitfield-struct v0.6.2
5732026-06-24T18:38:40.221Z Downloaded elliptic-curve v0.13.8
5742026-06-24T18:38:40.221Z Downloaded debug-ignore v1.0.5
5752026-06-24T18:38:40.221Z Downloaded atomic-waker v1.1.2
5762026-06-24T18:38:40.221Z Downloaded arc-swap v1.8.2
5772026-06-24T18:38:40.221Z Downloaded derive-ex v0.1.8
5782026-06-24T18:38:40.221Z Downloaded darling_macro v0.21.3
5792026-06-24T18:38:40.221Z Downloaded bb8 v0.8.6
5802026-06-24T18:38:40.221Z Downloaded async-recursion v1.1.1
5812026-06-24T18:38:40.225Z Downloaded blake3 v1.8.5
5822026-06-24T18:38:40.228Z Downloaded defmt-macros v1.0.1
5832026-06-24T18:38:40.228Z Downloaded ascii-canvas v3.0.0
5842026-06-24T18:38:40.232Z Downloaded blake2 v0.10.6
5852026-06-24T18:38:40.233Z Downloaded darling_core v0.20.11
5862026-06-24T18:38:40.236Z Downloaded defmt v0.3.100
5872026-06-24T18:38:40.236Z Downloaded darling_macro v0.13.4
5882026-06-24T18:38:40.236Z Downloaded curve25519-dalek-derive v0.1.1
5892026-06-24T18:38:40.236Z Downloaded crunchy v0.2.4
5902026-06-24T18:38:40.241Z Downloaded crucible-workspace-hack v0.1.0
5912026-06-24T18:38:40.241Z Downloaded crc8 v0.1.1
5922026-06-24T18:38:40.241Z Downloaded base64 v0.22.1
5932026-06-24T18:38:40.245Z Downloaded cstr-argument v0.1.2
5942026-06-24T18:38:40.245Z Downloaded aead v0.5.2
5952026-06-24T18:38:40.245Z Downloaded async-stream v0.3.6
5962026-06-24T18:38:40.245Z Downloaded darling_macro v0.23.0
5972026-06-24T18:38:40.245Z Downloaded data-encoding v2.10.0
5982026-06-24T18:38:40.245Z Downloaded assert_matches v1.5.0
5992026-06-24T18:38:40.248Z Downloaded darling v0.23.0
6002026-06-24T18:38:40.253Z Downloaded darling_macro v0.20.11
6012026-06-24T18:38:40.254Z Downloaded der_derive v0.7.3
6022026-06-24T18:38:40.254Z Downloaded atomicwrites v0.4.4
6032026-06-24T18:38:40.257Z Downloaded daft-derive v0.1.7
6042026-06-24T18:38:40.257Z Downloaded darling v0.21.3
6052026-06-24T18:38:40.261Z Downloaded blowfish v0.9.1
6062026-06-24T18:38:40.261Z Downloaded bit-set v0.8.0
6072026-06-24T18:38:40.264Z Downloaded float-cmp v0.10.0
6082026-06-24T18:38:40.264Z Downloaded fixedbitset v0.4.2
6092026-06-24T18:38:40.264Z Downloaded bitfield-macros v0.19.4
6102026-06-24T18:38:40.265Z Downloaded enum-as-inner v0.6.1
6112026-06-24T18:38:40.268Z Downloaded embedded-io v0.6.1
6122026-06-24T18:38:40.268Z Downloaded compression-core v0.4.31
6132026-06-24T18:38:40.268Z Downloaded ciborium-io v0.2.2
6142026-06-24T18:38:40.271Z Downloaded cfg_aliases v0.1.1
6152026-06-24T18:38:40.272Z Downloaded float-ord v0.3.2
6162026-06-24T18:38:40.272Z Downloaded derive_builder_macro v0.20.2
6172026-06-24T18:38:40.272Z Downloaded arrayref v0.3.9
6182026-06-24T18:38:40.276Z Downloaded cfg_aliases v0.2.1
6192026-06-24T18:38:40.276Z Downloaded crc v3.4.0
6202026-06-24T18:38:40.276Z Downloaded convert_case v0.4.0
6212026-06-24T18:38:40.276Z Downloaded bcrypt-pbkdf v0.10.0
6222026-06-24T18:38:40.280Z Downloaded endian-type v0.1.2
6232026-06-24T18:38:40.280Z Downloaded difflib v0.4.0
6242026-06-24T18:38:40.280Z Downloaded flagset v0.4.7
6252026-06-24T18:38:40.280Z Downloaded dunce v1.0.5
6262026-06-24T18:38:40.284Z Downloaded cobs v0.3.0
6272026-06-24T18:38:40.284Z Downloaded castaway v0.2.4
6282026-06-24T18:38:40.284Z Downloaded defmt-parser v1.0.0
6292026-06-24T18:38:40.284Z Downloaded cargo-platform v0.3.2
6302026-06-24T18:38:40.287Z Downloaded foreign-types v0.5.0
6312026-06-24T18:38:40.287Z Downloaded crc32fast v1.5.0
6322026-06-24T18:38:40.287Z Downloaded erased-serde v0.3.31
6332026-06-24T18:38:40.290Z Downloaded daft v0.1.7
6342026-06-24T18:38:40.290Z Downloaded ciborium-ll v0.2.2
6352026-06-24T18:38:40.294Z Downloaded foreign-types v0.3.2
6362026-06-24T18:38:40.294Z Downloaded crc-catalog v2.4.0
6372026-06-24T18:38:40.294Z Downloaded array-init v0.0.4
6382026-06-24T18:38:40.299Z Downloaded dtrace-parser v0.3.0
6392026-06-24T18:38:40.299Z Downloaded downcast-rs v2.0.2
6402026-06-24T18:38:40.299Z Downloaded display-error-chain v0.2.2
6412026-06-24T18:38:40.299Z Downloaded dirs-next v2.0.0
6422026-06-24T18:38:40.302Z Downloaded dyn-clone v1.0.20
6432026-06-24T18:38:40.302Z Downloaded diesel_table_macro_syntax v0.3.0
6442026-06-24T18:38:40.303Z Downloaded dof v0.4.0
6452026-06-24T18:38:40.306Z Downloaded atty v0.2.14
6462026-06-24T18:38:40.310Z Downloaded embedded-io v0.4.0
6472026-06-24T18:38:40.313Z Downloaded deranged v0.5.8
6482026-06-24T18:38:40.313Z Downloaded dsl_auto_type v0.2.0
6492026-06-24T18:38:40.317Z Downloaded foreign-types-macros v0.2.3
6502026-06-24T18:38:40.320Z Downloaded fd-lock v4.0.4
6512026-06-24T18:38:40.320Z Downloaded bit-set v0.5.3
6522026-06-24T18:38:40.320Z Downloaded base64ct v1.8.3
6532026-06-24T18:38:40.324Z Downloaded env_filter v1.0.0
6542026-06-24T18:38:40.324Z Downloaded dropshot-api-manager-types v0.7.2
6552026-06-24T18:38:40.324Z Downloaded document-features v0.2.12
6562026-06-24T18:38:40.327Z Downloaded argon2 v0.5.3
6572026-06-24T18:38:40.327Z Downloaded bitflags v1.3.2
6582026-06-24T18:38:40.330Z Downloaded gethostname v0.5.0
6592026-06-24T18:38:40.330Z Downloaded futures-core v0.3.32
6602026-06-24T18:38:40.330Z Downloaded futures-macro v0.3.32
6612026-06-24T18:38:40.334Z Downloaded futures-io v0.3.32
6622026-06-24T18:38:40.334Z Downloaded foreign-types-shared v0.3.1
6632026-06-24T18:38:40.340Z Downloaded foreign-types-shared v0.1.1
6642026-06-24T18:38:40.340Z Downloaded futures-task v0.3.32
6652026-06-24T18:38:40.340Z Downloaded derive_builder_core v0.20.2
6662026-06-24T18:38:40.343Z Downloaded diesel-dtrace v0.5.0
6672026-06-24T18:38:40.343Z Downloaded critical-section v1.2.0
6682026-06-24T18:38:40.343Z Downloaded env_logger v0.11.9
6692026-06-24T18:38:40.343Z Downloaded fxhash v0.2.1
6702026-06-24T18:38:40.343Z Downloaded ghash v0.5.1
6712026-06-24T18:38:40.347Z Downloaded defmt v1.0.1
6722026-06-24T18:38:40.347Z Downloaded hash32 v0.3.1
6732026-06-24T18:38:40.350Z Downloaded globwalk v0.9.1
6742026-06-24T18:38:40.350Z Downloaded derive-where v1.6.0
6752026-06-24T18:38:40.354Z Downloaded ena v0.14.4
6762026-06-24T18:38:40.354Z Downloaded darling v0.20.11
6772026-06-24T18:38:40.357Z Downloaded backoff v0.4.0
6782026-06-24T18:38:40.357Z Downloaded git-stub v1.0.0
6792026-06-24T18:38:40.357Z Downloaded arrayvec v0.7.6
6802026-06-24T18:38:40.361Z Downloaded corncobs v0.1.4
6812026-06-24T18:38:40.361Z Downloaded cexpr v0.6.0
6822026-06-24T18:38:40.364Z Downloaded cassowary v0.3.0
6832026-06-24T18:38:40.364Z Downloaded hash32 v0.2.1
6842026-06-24T18:38:40.364Z Downloaded filetime v0.2.27
6852026-06-24T18:38:40.369Z Downloaded fixedbitset v0.5.7
6862026-06-24T18:38:40.369Z Downloaded cbc v0.1.2
6872026-06-24T18:38:40.369Z Downloaded dirs-sys-next v0.1.2
6882026-06-24T18:38:40.369Z Downloaded cpufeatures v0.3.0
6892026-06-24T18:38:40.373Z Downloaded compression-codecs v0.4.37
6902026-06-24T18:38:40.373Z Downloaded find-msvc-tools v0.1.9
6912026-06-24T18:38:40.373Z Downloaded hex v0.4.3
6922026-06-24T18:38:40.376Z Downloaded headers-core v0.3.0
6932026-06-24T18:38:40.376Z Downloaded derive_builder v0.20.2
6942026-06-24T18:38:40.380Z Downloaded constant_time_eq v0.4.2
6952026-06-24T18:38:40.380Z Downloaded byte-wrapper v0.1.0
6962026-06-24T18:38:40.383Z Downloaded futures-executor v0.3.32
6972026-06-24T18:38:40.383Z Downloaded cargo_metadata v0.23.1
6982026-06-24T18:38:40.383Z Downloaded buf-list v1.1.2
6992026-06-24T18:38:40.386Z Downloaded bitfield v0.19.4
7002026-06-24T18:38:40.386Z Downloaded funty v2.0.0
7012026-06-24T18:38:40.386Z Downloaded darling_core v0.23.0
7022026-06-24T18:38:40.390Z Downloaded hex-literal v0.4.1
7032026-06-24T18:38:40.393Z Downloaded fs-err v2.11.0
7042026-06-24T18:38:40.393Z Downloaded convert_case v0.10.0
7052026-06-24T18:38:40.393Z Downloaded fs_extra v1.3.0
7062026-06-24T18:38:40.397Z Downloaded hyper-tls v0.6.0
7072026-06-24T18:38:40.397Z Downloaded bzip2 v0.4.4
7082026-06-24T18:38:40.397Z Downloaded httpdate v1.0.3
7092026-06-24T18:38:40.400Z Downloaded glob v0.3.3
7102026-06-24T18:38:40.400Z Downloaded bit-vec v0.8.0
7112026-06-24T18:38:40.400Z Downloaded hostname v0.3.1
7122026-06-24T18:38:40.404Z Downloaded indent_write v2.2.0
7132026-06-24T18:38:40.404Z Downloaded diff v0.1.13
7142026-06-24T18:38:40.404Z Downloaded const_format_proc_macros v0.2.34
7152026-06-24T18:38:40.407Z Downloaded darling_core v0.13.4
7162026-06-24T18:38:40.408Z Downloaded hubpack_derive v0.1.1
7172026-06-24T18:38:40.413Z Downloaded git-stub-vcs v0.1.0
7182026-06-24T18:38:40.414Z Downloaded hubpack v0.1.2
7192026-06-24T18:38:40.414Z Downloaded http-range v0.1.5
7202026-06-24T18:38:40.414Z Downloaded crossterm v0.28.1
7212026-06-24T18:38:40.419Z Downloaded inout v0.1.4
7222026-06-24T18:38:40.419Z Downloaded crossbeam-utils v0.8.21
7232026-06-24T18:38:40.419Z Downloaded globset v0.4.18
7242026-06-24T18:38:40.422Z Downloaded indoc v1.0.9
7252026-06-24T18:38:40.422Z Downloaded group v0.13.0
7262026-06-24T18:38:40.423Z Downloaded darling_core v0.21.3
7272026-06-24T18:38:40.426Z Downloaded internet-checksum v0.2.1
7282026-06-24T18:38:40.426Z Downloaded instant v0.1.13
7292026-06-24T18:38:40.431Z Downloaded instability v0.3.11
7302026-06-24T18:38:40.431Z Downloaded illumos-nvpair v0.3.0
7312026-06-24T18:38:40.431Z Downloaded colored v3.1.1
7322026-06-24T18:38:40.435Z Downloaded des v0.8.1
7332026-06-24T18:38:40.436Z Downloaded bcs v0.1.6
7342026-06-24T18:38:40.436Z Downloaded cookie_store v0.22.1
7352026-06-24T18:38:40.439Z Downloaded cmake v0.1.57
7362026-06-24T18:38:40.439Z Downloaded ciborium v0.2.2
7372026-06-24T18:38:40.439Z Downloaded is_ci v1.2.0
7382026-06-24T18:38:40.439Z Downloaded chacha20 v0.10.0
7392026-06-24T18:38:40.442Z Downloaded lazy_static v1.5.0
7402026-06-24T18:38:40.442Z Downloaded kstat-rs v0.2.4
7412026-06-24T18:38:40.442Z Downloaded const-oid v0.9.6
7422026-06-24T18:38:40.446Z Downloaded console v0.15.11
7432026-06-24T18:38:40.446Z Downloaded async-trait v0.1.89
7442026-06-24T18:38:40.449Z Downloaded foldhash v0.2.0
7452026-06-24T18:38:40.449Z Downloaded console v0.16.2
7462026-06-24T18:38:40.449Z Downloaded async-bb8-diesel v0.2.1
7472026-06-24T18:38:40.453Z Downloaded cookie v0.18.1
7482026-06-24T18:38:40.453Z Downloaded crossbeam-deque v0.8.6
7492026-06-24T18:38:40.456Z Downloaded chacha20 v0.9.1
7502026-06-24T18:38:40.456Z Downloaded cancel-safe-futures v0.1.5
7512026-06-24T18:38:40.459Z Downloaded ed25519 v2.2.3
7522026-06-24T18:38:40.459Z Downloaded keccak v0.1.6
7532026-06-24T18:38:40.459Z Downloaded humantime v2.3.0
7542026-06-24T18:38:40.463Z Downloaded linked-hash-map v0.5.6
7552026-06-24T18:38:40.463Z Downloaded lalrpop-util v0.19.12
7562026-06-24T18:38:40.463Z Downloaded http-body-util v0.1.3
7572026-06-24T18:38:40.466Z Downloaded derive_more v0.99.20
7582026-06-24T18:38:40.469Z Downloaded match_cfg v0.1.0
7592026-06-24T18:38:40.469Z Downloaded half v1.8.3
7602026-06-24T18:38:40.469Z Downloaded lru v0.12.5
7612026-06-24T18:38:40.476Z Downloaded crossbeam-channel v0.5.15
7622026-06-24T18:38:40.476Z Downloaded lru-slab v0.1.2
7632026-06-24T18:38:40.479Z Downloaded impl-trait-for-tuples v0.2.3
7642026-06-24T18:38:40.479Z Downloaded md-5 v0.10.6
7652026-06-24T18:38:40.479Z Downloaded getrandom v0.2.17
7662026-06-24T18:38:40.483Z Downloaded memoffset v0.9.1
7672026-06-24T18:38:40.483Z Downloaded ingot v0.1.1
7682026-06-24T18:38:40.484Z Downloaded maybe-uninit v2.0.0
7692026-06-24T18:38:40.484Z Downloaded maplit v1.0.2
7702026-06-24T18:38:40.488Z Downloaded lzss v0.8.2
7712026-06-24T18:38:40.488Z Downloaded managed v0.8.0
7722026-06-24T18:38:40.488Z Downloaded mime v0.3.17
7732026-06-24T18:38:40.491Z Downloaded md5 v0.7.0
7742026-06-24T18:38:40.492Z Downloaded lru-cache v0.1.2
7752026-06-24T18:38:40.492Z Downloaded is-terminal v0.4.17
7762026-06-24T18:38:40.492Z Downloaded dropshot_endpoint v0.17.0
7772026-06-24T18:38:40.495Z Downloaded newtype-uuid-macros v0.1.0
7782026-06-24T18:38:40.495Z Downloaded normalize-line-endings v0.3.0
7792026-06-24T18:38:40.499Z Downloaded nonempty v0.12.0
7802026-06-24T18:38:40.499Z Downloaded nibble_vec v0.1.0
7812026-06-24T18:38:40.499Z Downloaded newtype_derive v0.1.6
7822026-06-24T18:38:40.499Z Downloaded colored v2.2.0
7832026-06-24T18:38:40.502Z Downloaded futures v0.3.32
7842026-06-24T18:38:40.505Z Downloaded ipnetwork v0.21.1
7852026-06-24T18:38:40.509Z Downloaded drift v0.2.0
7862026-06-24T18:38:40.512Z Downloaded num-derive v0.4.2
7872026-06-24T18:38:40.515Z Downloaded num_enum_derive v0.5.11
7882026-06-24T18:38:40.515Z Downloaded num-derive v0.3.3
7892026-06-24T18:38:40.519Z Downloaded derive_more-impl v2.1.1
7902026-06-24T18:38:40.522Z Downloaded nodrop v0.1.14
7912026-06-24T18:38:40.522Z Downloaded crypto-bigint v0.5.5
7922026-06-24T18:38:40.525Z Downloaded jobserver v0.1.34
7932026-06-24T18:38:40.529Z Downloaded num-conv v0.2.0
7942026-06-24T18:38:40.529Z Downloaded libscf-sys v1.1.0
7952026-06-24T18:38:40.529Z Downloaded num-iter v0.1.45
7962026-06-24T18:38:40.529Z Downloaded num_threads v0.1.7
7972026-06-24T18:38:40.533Z Downloaded libsw v3.5.0
7982026-06-24T18:38:40.533Z Downloaded num v0.4.3
7992026-06-24T18:38:40.533Z Downloaded openssl-macros v0.1.1
8002026-06-24T18:38:40.533Z Downloaded hyper-staticfile v0.10.1
8012026-06-24T18:38:40.536Z Downloaded hyper-rustls v0.27.7
8022026-06-24T18:38:40.536Z Downloaded hmac v0.12.1
8032026-06-24T18:38:40.540Z Downloaded openssl-probe v0.2.1
8042026-06-24T18:38:40.540Z Downloaded openssl-probe v0.1.6
8052026-06-24T18:38:40.540Z Downloaded opaque-debug v0.3.1
8062026-06-24T18:38:40.544Z Downloaded libefi-sys v0.1.0
8072026-06-24T18:38:40.544Z Downloaded base64 v0.21.7
8082026-06-24T18:38:40.544Z Downloaded clang-sys v1.8.1
8092026-06-24T18:38:40.548Z Downloaded oso-derive v0.27.3
8102026-06-24T18:38:40.548Z Downloaded libloading v0.8.9
8112026-06-24T18:38:40.548Z Downloaded indoc v2.0.7
8122026-06-24T18:38:40.552Z Downloaded httparse v1.10.1
8132026-06-24T18:38:40.552Z Downloaded getrandom v0.3.4
8142026-06-24T18:38:40.555Z Downloaded new_debug_unreachable v1.0.6
8152026-06-24T18:38:40.558Z Downloaded mime_guess v2.0.5
8162026-06-24T18:38:40.558Z Downloaded nanorand v0.7.0
8172026-06-24T18:38:40.562Z Downloaded multer v3.1.0
8182026-06-24T18:38:40.562Z Downloaded parse-size v1.1.0
8192026-06-24T18:38:40.562Z Downloaded native-tls v0.2.18
8202026-06-24T18:38:40.565Z Downloaded lock_api v0.4.14
8212026-06-24T18:38:40.565Z Downloaded packed_struct_codegen v0.10.1
8222026-06-24T18:38:40.568Z Downloaded parse-display v0.10.0
8232026-06-24T18:38:40.568Z Downloaded flume v0.11.1
8242026-06-24T18:38:40.572Z Downloaded fatfs v0.3.6
8252026-06-24T18:38:40.572Z Downloaded num-complex v0.4.6
8262026-06-24T18:38:40.576Z Downloaded const_format v0.2.35
8272026-06-24T18:38:40.576Z Downloaded peg-runtime v0.8.5
8282026-06-24T18:38:40.579Z Downloaded pbkdf2 v0.12.2
8292026-06-24T18:38:40.579Z Downloaded linear-map v1.2.0
8302026-06-24T18:38:40.579Z Downloaded ipnet v2.11.0
8312026-06-24T18:38:40.583Z Downloaded compact_str v0.8.1
8322026-06-24T18:38:40.583Z Downloaded phf_shared v0.13.1
8332026-06-24T18:38:40.586Z Downloaded ingot-macros v0.1.1
8342026-06-24T18:38:40.586Z Downloaded flate2 v1.1.9
8352026-06-24T18:38:40.589Z Downloaded nu-ansi-term v0.50.3
8362026-06-24T18:38:40.589Z Downloaded pbkdf2 v0.11.0
8372026-06-24T18:38:40.594Z Downloaded derive_more v2.1.1
8382026-06-24T18:38:40.597Z Downloaded num_enum v0.7.6
8392026-06-24T18:38:40.601Z Downloaded pin-utils v0.1.0
8402026-06-24T18:38:40.604Z Downloaded phf_shared v0.11.3
8412026-06-24T18:38:40.604Z Downloaded olpc-cjson v0.1.4
8422026-06-24T18:38:40.604Z Downloaded phf_shared v0.12.1
8432026-06-24T18:38:40.604Z Downloaded bytes v1.11.1
8442026-06-24T18:38:40.608Z Downloaded num_enum v0.5.11
8452026-06-24T18:38:40.611Z Downloaded num_enum_derive v0.7.6
8462026-06-24T18:38:40.611Z Downloaded indexmap v1.9.3
8472026-06-24T18:38:40.615Z Downloaded proc-macro-crate v3.4.0
8482026-06-24T18:38:40.618Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-06-24T18:38:40.618Z Downloaded predicates-tree v1.0.13
8502026-06-24T18:38:40.618Z Downloaded predicates-core v1.0.10
8512026-06-24T18:38:40.618Z Downloaded powerfmt v0.2.0
8522026-06-24T18:38:40.622Z Downloaded libsw-core v0.3.2
8532026-06-24T18:38:40.622Z Downloaded proc-macro-crate v1.3.1
8542026-06-24T18:38:40.622Z Downloaded precomputed-hash v0.1.1
8552026-06-24T18:38:40.622Z Downloaded parking_lot_core v0.8.6
8562026-06-24T18:38:40.625Z Downloaded memmap2 v0.9.10
8572026-06-24T18:38:40.625Z Downloaded oxide-tokio-rt v0.1.4
8582026-06-24T18:38:40.625Z Downloaded litrs v1.0.0
8592026-06-24T18:38:40.628Z Downloaded password-hash v0.4.2
8602026-06-24T18:38:40.631Z Downloaded ignore v0.4.25
8612026-06-24T18:38:40.632Z Downloaded half v2.7.1
8622026-06-24T18:38:40.635Z Downloaded progenitor-client v0.14.0
8632026-06-24T18:38:40.636Z Downloaded packed_struct v0.10.1
8642026-06-24T18:38:40.639Z Downloaded paste v1.0.15
8652026-06-24T18:38:40.639Z Downloaded parse-display-derive v0.10.0
8662026-06-24T18:38:40.639Z Downloaded newtype-uuid v1.3.2
8672026-06-24T18:38:40.642Z Downloaded progenitor-macro v0.13.0
8682026-06-24T18:38:40.642Z Downloaded psl-types v2.0.11
8692026-06-24T18:38:40.642Z Downloaded quick-error v1.2.3
8702026-06-24T18:38:40.646Z Downloaded progenitor-macro v0.14.0
8712026-06-24T18:38:40.646Z Downloaded pem v3.0.6
8722026-06-24T18:38:40.646Z Downloaded libbz2-rs-sys v0.2.2
8732026-06-24T18:38:40.649Z Downloaded chacha20poly1305 v0.10.1
8742026-06-24T18:38:40.649Z Downloaded num-integer v0.1.46
8752026-06-24T18:38:40.649Z Downloaded iana-time-zone v0.1.65
8762026-06-24T18:38:40.653Z Downloaded radium v0.7.0
8772026-06-24T18:38:40.653Z Downloaded bumpalo v3.20.2
8782026-06-24T18:38:40.656Z Downloaded der v0.7.10
8792026-06-24T18:38:40.671Z Downloaded pem-rfc7468 v0.7.0
8802026-06-24T18:38:40.674Z Downloaded async-compression v0.4.41
8812026-06-24T18:38:40.677Z Downloaded path-slash v0.1.5
8822026-06-24T18:38:40.677Z Downloaded password-hash v0.5.0
8832026-06-24T18:38:40.680Z Downloaded pkg-config v0.3.32
8842026-06-24T18:38:40.681Z Downloaded recursive-proc-macro-impl v0.1.1
8852026-06-24T18:38:40.681Z Downloaded rand_xorshift v0.4.0
8862026-06-24T18:38:40.684Z Downloaded rand_chacha v0.3.1
8872026-06-24T18:38:40.684Z Downloaded num-rational v0.4.2
8882026-06-24T18:38:40.684Z Downloaded pin-project-lite v0.2.17
8892026-06-24T18:38:40.687Z Downloaded postgres-protocol v0.6.10
8902026-06-24T18:38:40.691Z Downloaded owo-colors v4.3.0
8912026-06-24T18:38:40.691Z Downloaded indicatif v0.18.4
8922026-06-24T18:38:40.694Z Downloaded pin-project-internal v1.1.11
8932026-06-24T18:38:40.694Z Downloaded ref-cast-impl v1.0.25
8942026-06-24T18:38:40.698Z Downloaded ref-cast v1.0.25
8952026-06-24T18:38:40.698Z Downloaded recursive v0.1.1
8962026-06-24T18:38:40.698Z Downloaded predicates v3.1.4
8972026-06-24T18:38:40.701Z Downloaded parking_lot v0.11.2
8982026-06-24T18:38:40.701Z Downloaded parking_lot v0.12.5
8992026-06-24T18:38:40.704Z Downloaded progenitor-client v0.13.0
9002026-06-24T18:38:40.705Z Downloaded progenitor v0.14.0
9012026-06-24T18:38:40.708Z Downloaded proc-macro-error2 v2.0.1
9022026-06-24T18:38:40.708Z Downloaded primeorder v0.13.6
9032026-06-24T18:38:40.708Z Downloaded progenitor-extras v0.2.0
9042026-06-24T18:38:40.712Z Downloaded rfc6979 v0.4.0
9052026-06-24T18:38:40.712Z Downloaded hickory-resolver v0.25.2
9062026-06-24T18:38:40.715Z Downloaded expectorate v1.2.0
9072026-06-24T18:38:40.715Z Downloaded peg-macros v0.8.5
9082026-06-24T18:38:40.719Z Downloaded parking_lot_core v0.9.12
9092026-06-24T18:38:40.719Z Downloaded psm v0.1.30
9102026-06-24T18:38:40.722Z Downloaded headers v0.4.1
9112026-06-24T18:38:40.726Z Downloaded r2d2 v0.8.10
9122026-06-24T18:38:40.726Z Downloaded peg v0.8.5
9132026-06-24T18:38:40.729Z Downloaded rtoolbox v0.0.3
9142026-06-24T18:38:40.729Z Downloaded rustc_version v0.4.1
9152026-06-24T18:38:40.733Z Downloaded progenitor v0.13.0
9162026-06-24T18:38:40.733Z Downloaded rustc_version v0.1.7
9172026-06-24T18:38:40.733Z Downloaded ppv-lite86 v0.2.21
9182026-06-24T18:38:40.736Z Downloaded rand_seeder v0.4.0
9192026-06-24T18:38:40.736Z Downloaded cc v1.2.56
9202026-06-24T18:38:40.739Z Downloaded rustc-hash v2.1.1
9212026-06-24T18:38:40.739Z Downloaded russh-cryptovec v0.7.3
9222026-06-24T18:38:40.739Z Downloaded diesel_derives v2.3.7
9232026-06-24T18:38:40.743Z Downloaded oxnet v0.1.6
9242026-06-24T18:38:40.746Z Downloaded rand_core v0.6.4
9252026-06-24T18:38:40.746Z Downloaded rand_chacha v0.9.0
9262026-06-24T18:38:40.749Z Downloaded oso v0.27.3
9272026-06-24T18:38:40.749Z Downloaded pkcs8 v0.10.2
9282026-06-24T18:38:40.752Z Downloaded scopeguard v1.2.0
9292026-06-24T18:38:40.752Z Downloaded rand_core v0.10.0
9302026-06-24T18:38:40.756Z Downloaded rand_core v0.9.5
9312026-06-24T18:38:40.756Z Downloaded poly1305 v0.8.0
9322026-06-24T18:38:40.762Z Downloaded polyval v0.6.2
9332026-06-24T18:38:40.762Z Downloaded salsa20 v0.10.2
9342026-06-24T18:38:40.762Z Downloaded pkcs5 v0.7.1
9352026-06-24T18:38:40.765Z Downloaded scheduled-thread-pool v0.2.7
9362026-06-24T18:38:40.765Z Downloaded sapling-renderdag v0.1.0
9372026-06-24T18:38:40.765Z Downloaded ar_archive_writer v0.5.1
9382026-06-24T18:38:40.770Z Downloaded papergrid v0.17.0
9392026-06-24T18:38:40.773Z Downloaded postgres-types v0.2.12
9402026-06-24T18:38:40.773Z Downloaded miniz_oxide v0.8.9
9412026-06-24T18:38:40.777Z Downloaded resolv-conf v0.7.6
9422026-06-24T18:38:40.777Z Downloaded p256 v0.13.2
9432026-06-24T18:38:40.780Z Downloaded serde_plain v1.0.2
9442026-06-24T18:38:40.780Z Downloaded seq-macro v0.3.6
9452026-06-24T18:38:40.783Z Downloaded serde_bytes v0.11.19
9462026-06-24T18:38:40.783Z Downloaded hickory-resolver v0.24.4
9472026-06-24T18:38:40.786Z Downloaded serde-big-array v0.5.1
9482026-06-24T18:38:40.786Z Downloaded pkcs1 v0.7.5
9492026-06-24T18:38:40.790Z Downloaded ed25519-dalek v2.2.0
9502026-06-24T18:38:40.790Z Downloaded phf v0.13.1
9512026-06-24T18:38:40.794Z Downloaded quinn-udp v0.5.14
9522026-06-24T18:38:40.795Z Downloaded pin-project v1.1.11
9532026-06-24T18:38:40.799Z Downloaded scrypt v0.11.0
9542026-06-24T18:38:40.803Z Downloaded rustls-pemfile v1.0.4
9552026-06-24T18:38:40.803Z Downloaded rustls-pemfile v2.2.0
9562026-06-24T18:38:40.806Z Downloaded jiff-static v0.2.21
9572026-06-24T18:38:40.806Z Downloaded serde_urlencoded v0.7.1
9582026-06-24T18:38:40.809Z Downloaded serde_spanned v1.0.4
9592026-06-24T18:38:40.809Z Downloaded heapless v0.8.0
9602026-06-24T18:38:40.814Z Downloaded scroll_derive v0.13.1
9612026-06-24T18:38:40.814Z Downloaded semver v0.1.20
9622026-06-24T18:38:40.814Z Downloaded secrecy v0.10.3
9632026-06-24T18:38:40.817Z Downloaded rustls-native-certs v0.8.3
9642026-06-24T18:38:40.817Z Downloaded phf v0.12.1
9652026-06-24T18:38:40.817Z Downloaded omicron-zone-package v0.12.2
9662026-06-24T18:38:40.821Z Downloaded heapless v0.7.17
9672026-06-24T18:38:40.824Z Downloaded rustversion v1.0.22
9682026-06-24T18:38:40.824Z Downloaded siphasher v1.0.2
9692026-06-24T18:38:40.827Z Downloaded sigpipe v0.1.3
9702026-06-24T18:38:40.827Z Downloaded signal-hook-tokio v0.3.1
9712026-06-24T18:38:40.827Z Downloaded openssl-sys v0.9.115
9722026-06-24T18:38:40.831Z Downloaded serde_repr v0.1.20
9732026-06-24T18:38:40.834Z Downloaded schemars_derive v0.8.22
9742026-06-24T18:38:40.834Z Downloaded sha1 v0.10.6
9752026-06-24T18:38:40.834Z Downloaded postcard v1.1.3
9762026-06-24T18:38:40.838Z Downloaded prefix-trie v0.7.0
9772026-06-24T18:38:40.841Z Downloaded rusty-fork v0.3.1
9782026-06-24T18:38:40.841Z Downloaded newline-converter v0.3.0
9792026-06-24T18:38:40.841Z Downloaded multimap v0.10.1
9802026-06-24T18:38:40.844Z Downloaded ingot-types v0.1.2
9812026-06-24T18:38:40.844Z Downloaded same-file v1.0.6
9822026-06-24T18:38:40.844Z Downloaded minimal-lexical v0.2.1
9832026-06-24T18:38:40.848Z Downloaded hashbrown v0.12.3
9842026-06-24T18:38:40.851Z Downloaded signal-hook-mio v0.2.5
9852026-06-24T18:38:40.851Z Downloaded serde-hex v0.1.0
9862026-06-24T18:38:40.857Z Downloaded slog-envlogger v2.2.0
9872026-06-24T18:38:40.857Z Downloaded russh-keys v0.45.0
9882026-06-24T18:38:40.857Z Downloaded slog-bunyan v2.5.0
9892026-06-24T18:38:40.861Z Downloaded scroll v0.13.0
9902026-06-24T18:38:40.861Z Downloaded highway v1.3.0
9912026-06-24T18:38:40.861Z Downloaded futures-channel v0.3.32
9922026-06-24T18:38:40.861Z Downloaded sec1 v0.7.3
9932026-06-24T18:38:40.861Z Downloaded bzip2 v0.6.1
9942026-06-24T18:38:40.864Z Downloaded illumos-nvpair-sys v0.2.0
9952026-06-24T18:38:40.865Z Downloaded futures-sink v0.3.32
9962026-06-24T18:38:40.865Z Downloaded foldhash v0.1.5
9972026-06-24T18:38:40.868Z Downloaded hostname v0.4.2
9982026-06-24T18:38:40.868Z Downloaded home v0.5.12
9992026-06-24T18:38:40.868Z Downloaded ident_case v1.0.1
10002026-06-24T18:38:40.868Z Downloaded http-body v1.0.1
10012026-06-24T18:38:40.871Z Downloaded backon v1.6.0
10022026-06-24T18:38:40.872Z Downloaded csv-core v0.1.13
10032026-06-24T18:38:40.875Z Downloaded crossbeam-epoch v0.9.18
10042026-06-24T18:38:40.875Z Downloaded ff v0.13.1
10052026-06-24T18:38:40.875Z Downloaded fallible-iterator v0.2.0
10062026-06-24T18:38:40.878Z Downloaded either v1.15.0
10072026-06-24T18:38:40.878Z Downloaded ecdsa v0.16.9
10082026-06-24T18:38:40.878Z Downloaded cipher v0.4.4
10092026-06-24T18:38:40.882Z Downloaded camino-tempfile-ext v0.3.3
10102026-06-24T18:38:40.882Z Downloaded ctr v0.9.2
10112026-06-24T18:38:40.882Z Downloaded shell-words v1.1.1
10122026-06-24T18:38:40.885Z Downloaded serde_path_to_error v0.1.20
10132026-06-24T18:38:40.885Z Downloaded secrecy v0.8.0
10142026-06-24T18:38:40.888Z Downloaded serde_derive_internals v0.29.1
10152026-06-24T18:38:40.888Z Downloaded sct v0.7.1
10162026-06-24T18:38:40.892Z Downloaded ssh-encoding v0.2.0
10172026-06-24T18:38:40.895Z Downloaded http v1.4.0
10182026-06-24T18:38:40.895Z Downloaded aes-gcm v0.10.3
10192026-06-24T18:38:40.898Z Downloaded strum v0.26.3
10202026-06-24T18:38:40.898Z Downloaded rcgen v0.12.1
10212026-06-24T18:38:40.902Z Downloaded structmeta v0.3.0
10222026-06-24T18:38:40.902Z Downloaded strum v0.27.2
10232026-06-24T18:38:40.905Z Downloaded structmeta-derive v0.3.0
10242026-06-24T18:38:40.905Z Downloaded signature v2.2.0
10252026-06-24T18:38:40.905Z Downloaded rustls-pki-types v1.14.0
10262026-06-24T18:38:40.910Z Downloaded ssh-cipher v0.2.0
10272026-06-24T18:38:40.910Z Downloaded hickory-server v0.25.2
10282026-06-24T18:38:40.913Z Downloaded pretty_assertions v1.4.1
10292026-06-24T18:38:40.913Z Downloaded strip-ansi-escapes v0.2.1
10302026-06-24T18:38:40.917Z Downloaded subtle v2.6.1
10312026-06-24T18:38:40.920Z Downloaded sync_wrapper v1.0.2
10322026-06-24T18:38:40.920Z Downloaded serde_with_macros v1.5.2
10332026-06-24T18:38:40.920Z Downloaded progenitor-impl v0.13.0
10342026-06-24T18:38:40.925Z Downloaded slog-json v2.6.1
10352026-06-24T18:38:40.929Z Downloaded slog-async v2.8.0
10362026-06-24T18:38:40.929Z Downloaded simd-adler32 v0.3.8
10372026-06-24T18:38:40.929Z Downloaded snafu-derive v0.8.9
10382026-06-24T18:38:40.929Z Downloaded tabled_derive v0.11.0
10392026-06-24T18:38:40.929Z Downloaded slog-dtrace v0.3.0
10402026-06-24T18:38:40.932Z Downloaded shlex v1.3.0
10412026-06-24T18:38:40.932Z Downloaded strsim v0.10.0
10422026-06-24T18:38:40.932Z Downloaded hashbrown v0.13.2
10432026-06-24T18:38:40.935Z Downloaded slab v0.4.12
10442026-06-24T18:38:40.935Z Downloaded crossterm v0.29.0
10452026-06-24T18:38:40.948Z Downloaded smallvec v0.6.14
10462026-06-24T18:38:40.951Z Downloaded slog-stdlog v4.1.1
10472026-06-24T18:38:40.951Z Downloaded take_mut v0.2.2
10482026-06-24T18:38:40.952Z Downloaded tabwriter v1.4.1
10492026-06-24T18:38:40.955Z Downloaded tagptr v0.2.0
10502026-06-24T18:38:40.955Z Downloaded supports-color v3.0.2
10512026-06-24T18:38:40.955Z Downloaded tap v1.0.1
10522026-06-24T18:38:40.955Z Downloaded slog-scope v4.4.1
10532026-06-24T18:38:40.959Z Downloaded ron v0.8.1
10542026-06-24T18:38:40.962Z Downloaded time-core v0.1.8
10552026-06-24T18:38:40.962Z Downloaded testing_table v0.3.0
10562026-06-24T18:38:40.962Z Downloaded stringprep v0.1.5
10572026-06-24T18:38:40.962Z Downloaded smf v0.2.3
10582026-06-24T18:38:40.965Z Downloaded spki v0.7.3
10592026-06-24T18:38:40.965Z Downloaded slog-term v2.9.2
10602026-06-24T18:38:40.965Z Downloaded thiserror-impl-no-std v2.0.2
10612026-06-24T18:38:40.968Z Downloaded termtree v0.5.1
10622026-06-24T18:38:40.969Z Downloaded bitvec v1.0.1
10632026-06-24T18:38:40.977Z Downloaded tinyvec_macros v0.1.1
10642026-06-24T18:38:40.980Z Downloaded thread-id v5.1.0
10652026-06-24T18:38:40.980Z Downloaded string_cache v0.8.9
10662026-06-24T18:38:40.980Z Downloaded stacker v0.1.23
10672026-06-24T18:38:40.984Z Downloaded static_assertions v1.1.0
10682026-06-24T18:38:40.984Z Downloaded signal-hook-registry v1.4.8
10692026-06-24T18:38:40.984Z Downloaded rustls-platform-verifier v0.6.2
10702026-06-24T18:38:40.987Z Downloaded schemars v0.8.22
10712026-06-24T18:38:40.992Z Downloaded prettyplease v0.2.37
10722026-06-24T18:38:40.995Z Downloaded strum_macros v0.27.2
10732026-06-24T18:38:40.999Z Downloaded strum_macros v0.24.3
10742026-06-24T18:38:40.999Z Downloaded strum_macros v0.26.4
10752026-06-24T18:38:41.004Z Downloaded support-bundle-viewer v0.1.2
10762026-06-24T18:38:41.004Z Downloaded hashbrown v0.15.5
10772026-06-24T18:38:41.004Z Downloaded mio v1.2.0
10782026-06-24T18:38:41.007Z Downloaded termios v0.3.3
10792026-06-24T18:38:41.008Z Downloaded qorb v0.4.1
10802026-06-24T18:38:41.011Z Downloaded sync-ptr v0.1.4
10812026-06-24T18:38:41.011Z Downloaded sqlformat v0.3.5
10822026-06-24T18:38:41.014Z Downloaded nom v7.1.3
10832026-06-24T18:38:41.018Z Downloaded dropshot-api-manager v0.7.2
10842026-06-24T18:38:41.021Z Downloaded serde_cbor v0.11.2
10852026-06-24T18:38:41.021Z Downloaded num-bigint v0.4.6
10862026-06-24T18:38:41.024Z Downloaded progenitor-impl v0.14.0
10872026-06-24T18:38:41.024Z Downloaded tokio-macros v2.7.0
10882026-06-24T18:38:41.028Z Downloaded rand v0.8.6
10892026-06-24T18:38:41.028Z Downloaded quinn v0.11.9
10902026-06-24T18:38:41.031Z Downloaded hashbrown v0.16.1
10912026-06-24T18:38:41.035Z Downloaded serde_with_macros v3.17.0
10922026-06-24T18:38:41.035Z Downloaded publicsuffix v2.3.0
10932026-06-24T18:38:41.038Z Downloaded topological-sort v0.2.2
10942026-06-24T18:38:41.038Z Downloaded thiserror-no-std v2.0.2
10952026-06-24T18:38:41.042Z Downloaded thread_local v1.1.9
10962026-06-24T18:38:41.042Z Downloaded time-macros v0.2.27
10972026-06-24T18:38:41.045Z Downloaded sqlparser_derive v0.5.0
10982026-06-24T18:38:41.045Z Downloaded spin v0.9.8
10992026-06-24T18:38:41.045Z Downloaded itertools v0.10.5
11002026-06-24T18:38:41.049Z Downloaded hyper-util v0.1.20
11012026-06-24T18:38:41.052Z Downloaded ryu v1.0.23
11022026-06-24T18:38:41.055Z Downloaded tiny-keccak v2.0.2
11032026-06-24T18:38:41.055Z Downloaded rayon-core v1.13.0
11042026-06-24T18:38:41.058Z Downloaded try-lock v0.2.5
11052026-06-24T18:38:41.058Z Downloaded signal-hook v0.3.18
11062026-06-24T18:38:41.061Z Downloaded tls_codec_derive v0.4.2
11072026-06-24T18:38:41.061Z Downloaded slog v2.8.2
11082026-06-24T18:38:41.065Z Downloaded trait-variant v0.1.2
11092026-06-24T18:38:41.065Z Downloaded tower-layer v0.3.3
11102026-06-24T18:38:41.065Z Downloaded tls_codec v0.4.2
11112026-06-24T18:38:41.068Z Downloaded iri-string v0.7.10
11122026-06-24T18:38:41.072Z Downloaded similar v2.7.0
11132026-06-24T18:38:41.075Z Downloaded typify-macro v0.6.2
11142026-06-24T18:38:41.080Z Downloaded tokio-native-tls v0.3.1
11152026-06-24T18:38:41.084Z Downloaded term v1.2.1
11162026-06-24T18:38:41.084Z Downloaded tokio-dtrace v0.1.1
11172026-06-24T18:38:41.087Z Downloaded term v0.7.0
11182026-06-24T18:38:41.087Z Downloaded unarray v0.1.4
11192026-06-24T18:38:41.091Z Downloaded socket2 v0.5.10
11202026-06-24T18:38:41.091Z Downloaded unit-prefix v0.5.2
11212026-06-24T18:38:41.091Z Downloaded universal-hash v0.5.1
11222026-06-24T18:38:41.096Z Downloaded socket2 v0.6.3
11232026-06-24T18:38:41.096Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11242026-06-24T18:38:41.099Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11252026-06-24T18:38:41.099Z Downloaded tokio-tungstenite v0.21.0
11262026-06-24T18:38:41.099Z Downloaded unicode-truncate v1.1.0
11272026-06-24T18:38:41.099Z Downloaded itertools v0.13.0
11282026-06-24T18:38:41.103Z Downloaded untrusted v0.7.1
11292026-06-24T18:38:41.106Z Downloaded rsa v0.9.10
11302026-06-24T18:38:41.106Z Downloaded usdt-macro v0.6.0
11312026-06-24T18:38:41.109Z Downloaded usdt v0.6.0
11322026-06-24T18:38:41.109Z Downloaded utf-8 v0.7.6
11332026-06-24T18:38:41.109Z Downloaded serde_yaml v0.9.34+deprecated
11342026-06-24T18:38:41.113Z Downloaded untrusted v0.9.0
11352026-06-24T18:38:41.113Z Downloaded wait-timeout v0.2.1
11362026-06-24T18:38:41.113Z Downloaded void v1.0.2
11372026-06-24T18:38:41.113Z Downloaded rand v0.9.2
11382026-06-24T18:38:41.116Z Downloaded itertools v0.12.1
11392026-06-24T18:38:41.119Z Downloaded rustls-webpki v0.103.9
11402026-06-24T18:38:41.122Z Downloaded rand v0.10.0
11412026-06-24T18:38:41.126Z Downloaded toml_writer v1.0.6+spec-1.1.0
11422026-06-24T18:38:41.126Z Downloaded tokio-rustls v0.25.0
11432026-06-24T18:38:41.126Z Downloaded usdt-attr-macro v0.6.0
11442026-06-24T18:38:41.126Z Downloaded num-bigint-dig v0.8.6
11452026-06-24T18:38:41.129Z Downloaded samael v0.0.19
11462026-06-24T18:38:41.134Z Downloaded tui-tree-widget v0.23.1
11472026-06-24T18:38:41.134Z Downloaded tower-service v0.3.3
11482026-06-24T18:38:41.139Z Downloaded h2 v0.4.13
11492026-06-24T18:38:41.154Z Downloaded schemars v1.2.1
11502026-06-24T18:38:41.154Z Downloaded xshell-macros v0.2.7
11512026-06-24T18:38:41.154Z Downloaded want v0.3.1
11522026-06-24T18:38:41.154Z Downloaded waitgroup v0.1.2
11532026-06-24T18:38:41.154Z Downloaded schemars v0.9.0
11542026-06-24T18:38:41.157Z Downloaded snafu v0.8.9
11552026-06-24T18:38:41.163Z Downloaded aho-corasick v1.1.4
11562026-06-24T18:38:41.166Z Downloaded subprocess v0.2.15
11572026-06-24T18:38:41.166Z Downloaded uzers v0.12.2
11582026-06-24T18:38:41.166Z Downloaded libxml v0.3.3
11592026-06-24T18:38:41.170Z Downloaded zone v0.3.1
11602026-06-24T18:38:41.174Z Downloaded tokio-stream v0.1.18
11612026-06-24T18:38:41.174Z Downloaded itertools v0.14.0
11622026-06-24T18:38:41.177Z Downloaded xattr v1.6.1
11632026-06-24T18:38:41.182Z Downloaded tokio-tungstenite v0.23.1
11642026-06-24T18:38:41.185Z Downloaded vergen-lib v9.1.0
11652026-06-24T18:38:41.185Z Downloaded vergen-git2 v9.1.0
11662026-06-24T18:38:41.185Z Downloaded unicase v2.9.0
11672026-06-24T18:38:41.189Z Downloaded test-strategy v0.4.5
11682026-06-24T18:38:41.192Z Downloaded zone_cfg_derive v0.3.1
11692026-06-24T18:38:41.192Z Downloaded zeroize_derive v1.4.3
11702026-06-24T18:38:41.192Z Downloaded hkdf v0.12.4
11712026-06-24T18:38:41.199Z Downloaded hyper v1.8.1
11722026-06-24T18:38:41.202Z Downloaded whoami v1.6.1
11732026-06-24T18:38:41.205Z Downloaded tinyvec v1.10.0
11742026-06-24T18:38:41.210Z Downloaded wyz v0.5.1
11752026-06-24T18:38:41.213Z Downloaded twox-hash v2.1.2
11762026-06-24T18:38:41.213Z Downloaded tracing-attributes v0.1.31
11772026-06-24T18:38:41.218Z Downloaded p521 v0.13.3
11782026-06-24T18:38:41.218Z Downloaded futures-util v0.3.32
11792026-06-24T18:38:41.223Z Downloaded vergen-lib v0.1.6
11802026-06-24T18:38:41.227Z Downloaded walkdir v2.5.0
11812026-06-24T18:38:41.227Z Downloaded toml v0.7.8
11822026-06-24T18:38:41.227Z Downloaded whoami v2.1.0
11832026-06-24T18:38:41.232Z Downloaded toml v1.0.6+spec-1.1.0
11842026-06-24T18:38:41.232Z Downloaded tokio-rustls v0.26.4
11852026-06-24T18:38:41.236Z Downloaded toml_parser v1.0.9+spec-1.1.0
11862026-06-24T18:38:41.239Z Downloaded nom v8.0.0
11872026-06-24T18:38:41.245Z Downloaded zstd-safe v7.2.4
11882026-06-24T18:38:41.248Z Downloaded zstd v0.13.3
11892026-06-24T18:38:41.252Z Downloaded unicode-properties v0.1.4
11902026-06-24T18:38:41.252Z Downloaded tokio-rustls v0.24.1
11912026-06-24T18:38:41.255Z Downloaded tar v0.4.45
11922026-06-24T18:38:41.262Z Downloaded zeroize v1.8.2
11932026-06-24T18:38:41.268Z Downloaded usdt-impl v0.6.0
11942026-06-24T18:38:41.268Z Downloaded libm v0.2.16
11952026-06-24T18:38:41.273Z Downloaded zerocopy v0.6.6
11962026-06-24T18:38:41.276Z Downloaded yasna v0.5.2
11972026-06-24T18:38:41.281Z Downloaded tungstenite v0.21.0
11982026-06-24T18:38:41.284Z Downloaded steno v0.4.1
11992026-06-24T18:38:41.288Z Downloaded vsss-rs v3.3.4
12002026-06-24T18:38:41.291Z Downloaded vergen-gitcl v1.0.8
12012026-06-24T18:38:41.291Z Downloaded tracing-core v0.1.36
12022026-06-24T18:38:41.294Z Downloaded russh v0.45.0
12032026-06-24T18:38:41.298Z Downloaded tungstenite v0.23.0
12042026-06-24T18:38:41.301Z Downloaded vte v0.14.1
12052026-06-24T18:38:41.307Z Downloaded typify v0.6.2
12062026-06-24T18:38:41.310Z Downloaded xshell v0.2.7
12072026-06-24T18:38:41.317Z Downloaded unicode-bidi v0.3.18
12082026-06-24T18:38:41.320Z Downloaded unsafe-libyaml v0.2.11
12092026-06-24T18:38:41.323Z Downloaded iddqd v0.4.2
12102026-06-24T18:38:41.326Z Downloaded reedline v0.40.0
12112026-06-24T18:38:41.331Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-06-24T18:38:41.335Z Downloaded vergen v9.1.0
12132026-06-24T18:38:41.335Z Downloaded uuid v1.23.0
12142026-06-24T18:38:41.338Z Downloaded serde_with v1.14.0
12152026-06-24T18:38:41.340Z Downloaded toml_edit v0.19.15
12162026-06-24T18:38:41.348Z Downloaded zopfli v0.8.3
12172026-06-24T18:38:41.351Z Downloaded rpassword v7.4.0
12182026-06-24T18:38:41.358Z Downloaded git2 v0.20.4
12192026-06-24T18:38:41.362Z Downloaded aws-lc-rs v1.16.3
12202026-06-24T18:38:41.378Z Downloaded rustyline v14.0.0
12212026-06-24T18:38:41.382Z Downloaded unicode_categories v0.1.1
12222026-06-24T18:38:41.386Z Downloaded ssh-key v0.6.7
12232026-06-24T18:38:41.393Z Downloaded bindgen v0.71.1
12242026-06-24T18:38:41.397Z Downloaded chrono v0.4.44
12252026-06-24T18:38:41.408Z Downloaded regex v1.12.3
12262026-06-24T18:38:41.411Z Downloaded yansi v1.0.1
12272026-06-24T18:38:41.425Z Downloaded reqwest v0.12.28
12282026-06-24T18:38:41.429Z Downloaded portable-atomic v1.13.1
12292026-06-24T18:38:41.429Z Downloaded zip v0.6.6
12302026-06-24T18:38:41.429Z Downloaded p384 v0.13.1
12312026-06-24T18:38:41.432Z Downloaded rustls-webpki v0.101.7
12322026-06-24T18:38:41.436Z Downloaded tower v0.5.3
12332026-06-24T18:38:41.441Z Downloaded quick-xml v0.37.5
12342026-06-24T18:38:41.445Z Downloaded reqwest v0.13.2
12352026-06-24T18:38:41.460Z Downloaded tokio-postgres v0.7.16
12362026-06-24T18:38:41.464Z Downloaded zerocopy-derive v0.8.40
12372026-06-24T18:38:41.485Z Downloaded rayon v1.11.0
12382026-06-24T18:38:41.489Z Downloaded goblin v0.10.5
12392026-06-24T18:38:41.489Z Downloaded x509-cert v0.2.5
12402026-06-24T18:38:41.489Z Downloaded tokio-util v0.7.18
12412026-06-24T18:38:41.489Z Downloaded typed-path v0.9.3
12422026-06-24T18:38:41.507Z Downloaded salty v0.3.0
12432026-06-24T18:38:41.511Z Downloaded unicode-segmentation v1.12.0
12442026-06-24T18:38:41.512Z Downloaded lalrpop v0.19.12
12452026-06-24T18:38:41.512Z Downloaded tower-http v0.6.8
12462026-06-24T18:38:41.512Z Downloaded rustls-webpki v0.102.8
12472026-06-24T18:38:41.525Z Downloaded unicode-normalization v0.1.25
12482026-06-24T18:38:41.529Z Downloaded petname v2.0.2
12492026-06-24T18:38:41.529Z Downloaded curve25519-dalek v4.1.3
12502026-06-24T18:38:41.529Z Downloaded proptest v1.10.0
12512026-06-24T18:38:41.542Z Downloaded zip v4.6.1
12522026-06-24T18:38:41.546Z Downloaded tough v0.22.0
12532026-06-24T18:38:41.546Z Downloaded moka v0.12.13
12542026-06-24T18:38:41.552Z Downloaded object v0.30.4
12552026-06-24T18:38:41.586Z Downloaded quinn-proto v0.11.13
12562026-06-24T18:38:41.594Z Downloaded serde_with v3.17.0
12572026-06-24T18:38:41.605Z Downloaded winnow v0.5.40
12582026-06-24T18:38:41.605Z Downloaded nix v0.27.1
12592026-06-24T18:38:41.612Z Downloaded winnow v0.6.26
12602026-06-24T18:38:41.618Z Downloaded polar-core v0.27.3
12612026-06-24T18:38:41.622Z Downloaded time v0.3.47
12622026-06-24T18:38:41.628Z Downloaded radix_trie v0.2.1
12632026-06-24T18:38:41.631Z Downloaded tabled v0.20.0
12642026-06-24T18:38:41.640Z Downloaded dropshot v0.17.0
12652026-06-24T18:38:41.653Z Downloaded rustls v0.21.12
12662026-06-24T18:38:41.659Z Downloaded regex-syntax v0.6.29
12672026-06-24T18:38:41.663Z Downloaded hickory-proto v0.24.4
12682026-06-24T18:38:41.671Z Downloaded smoltcp v0.9.1
12692026-06-24T18:38:41.677Z Downloaded zlib-rs v0.6.2
12702026-06-24T18:38:41.680Z Downloaded webpki-roots v1.0.6
12712026-06-24T18:38:41.683Z Downloaded rustls v0.22.4
12722026-06-24T18:38:41.690Z Downloaded openapiv3 v2.2.0
12732026-06-24T18:38:41.696Z Downloaded vcpkg v0.2.15
12742026-06-24T18:38:41.718Z Downloaded regress v0.10.5
12752026-06-24T18:38:41.723Z Downloaded rustls v0.23.37
12762026-06-24T18:38:41.730Z Downloaded zerocopy v0.8.40
12772026-06-24T18:38:41.737Z Downloaded regress v0.11.1
12782026-06-24T18:38:41.740Z Downloaded smoltcp v0.11.0
12792026-06-24T18:38:41.747Z Downloaded regex-syntax v0.8.10
12802026-06-24T18:38:41.751Z Downloaded diesel v2.3.7
12812026-06-24T18:38:41.763Z Downloaded rustix v0.38.44
12822026-06-24T18:38:41.776Z Downloaded hickory-proto v0.25.2
12832026-06-24T18:38:41.785Z Downloaded object v0.37.3
12842026-06-24T18:38:41.792Z Downloaded nix v0.31.2
12852026-06-24T18:38:41.797Z Downloaded bstr v1.12.1
12862026-06-24T18:38:41.806Z Downloaded openssl v0.10.79
12872026-06-24T18:38:41.810Z Downloaded sqlparser v0.61.0
12882026-06-24T18:38:41.814Z Downloaded nix v0.28.0
12892026-06-24T18:38:41.849Z Downloaded tracing v0.1.44
12902026-06-24T18:38:41.868Z Downloaded typify-impl v0.6.2
12912026-06-24T18:38:41.877Z Downloaded sled v0.34.7
12922026-06-24T18:38:41.882Z Downloaded ratatui v0.29.0
12932026-06-24T18:38:41.893Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-06-24T18:38:41.900Z Downloaded zerocopy-derive v0.6.6
12952026-06-24T18:38:41.907Z Downloaded regex-automata v0.4.14
12962026-06-24T18:38:41.918Z Downloaded petgraph v0.6.5
12972026-06-24T18:38:41.935Z Downloaded jiff v0.2.21
12982026-06-24T18:38:41.947Z Downloaded petgraph v0.8.3
12992026-06-24T18:38:41.959Z Downloaded csv v1.4.0
13002026-06-24T18:38:41.971Z Downloaded chrono-tz v0.10.4
13012026-06-24T18:38:41.996Z Downloaded tokio v1.52.1
13022026-06-24T18:38:42.026Z Downloaded encoding_rs v0.8.35
13032026-06-24T18:38:42.039Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-06-24T18:38:42.049Z Downloaded libz-sys v1.1.24
13052026-06-24T18:38:42.062Z Downloaded sha3 v0.10.8
13062026-06-24T18:38:42.162Z Downloaded ring v0.17.14
13072026-06-24T18:38:42.216Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-06-24T18:38:42.738Z Downloaded aws-lc-sys v0.40.0
13092026-06-24T18:38:42.987Z Compiling libc v0.2.185
13102026-06-24T18:38:42.987Z Compiling serde v1.0.228
13112026-06-24T18:38:42.990Z Compiling log v0.4.29
13122026-06-24T18:38:42.990Z Compiling shlex v1.3.0
13132026-06-24T18:38:43.118Z Compiling find-msvc-tools v0.1.9
13142026-06-24T18:38:43.136Z Compiling syn v2.0.117
13152026-06-24T18:38:43.144Z Compiling smallvec v1.15.1
13162026-06-24T18:38:43.147Z Compiling typenum v1.19.0
13172026-06-24T18:38:43.296Z Compiling generic-array v0.14.7
13182026-06-24T18:38:43.308Z Compiling subtle v2.6.1
13192026-06-24T18:38:43.339Z Compiling scopeguard v1.2.0
13202026-06-24T18:38:43.376Z Compiling const-oid v0.9.6
13212026-06-24T18:38:43.442Z Compiling lock_api v0.4.14
13222026-06-24T18:38:43.455Z Compiling serde_json v1.0.149
13232026-06-24T18:38:43.479Z Compiling zerocopy v0.8.40
13242026-06-24T18:38:43.546Z Compiling parking_lot_core v0.9.12
13252026-06-24T18:38:43.669Z Compiling portable-atomic v1.13.1
13262026-06-24T18:38:43.782Z Compiling pin-project-lite v0.2.17
13272026-06-24T18:38:43.894Z Compiling pkg-config v0.3.32
13282026-06-24T18:38:43.909Z Compiling getrandom v0.2.17
13292026-06-24T18:38:43.983Z Compiling jobserver v0.1.34
13302026-06-24T18:38:44.101Z Compiling rand_core v0.6.4
13312026-06-24T18:38:44.102Z Compiling errno v0.3.14
13322026-06-24T18:38:44.259Z Compiling cc v1.2.56
13332026-06-24T18:38:44.359Z Compiling signal-hook-registry v1.4.8
13342026-06-24T18:38:44.371Z Compiling bitflags v2.11.0
13352026-06-24T18:38:44.417Z Compiling critical-section v1.2.0
13362026-06-24T18:38:44.437Z Compiling libm v0.2.16
13372026-06-24T18:38:44.526Z Compiling futures-core v0.3.32
13382026-06-24T18:38:44.590Z Compiling once_cell v1.21.3
13392026-06-24T18:38:44.619Z Compiling parking_lot v0.12.5
13402026-06-24T18:38:44.659Z Compiling mio v1.2.0
13412026-06-24T18:38:44.672Z Compiling num-traits v0.2.19
13422026-06-24T18:38:44.769Z Compiling percent-encoding v2.3.2
13432026-06-24T18:38:44.797Z Compiling socket2 v0.6.3
13442026-06-24T18:38:44.955Z Compiling futures-sink v0.3.32
13452026-06-24T18:38:44.981Z Compiling slab v0.4.12
13462026-06-24T18:38:45.013Z Compiling getrandom v0.4.1
13472026-06-24T18:38:45.061Z Compiling futures-channel v0.3.32
13482026-06-24T18:38:45.109Z Compiling cpufeatures v0.2.17
13492026-06-24T18:38:45.156Z Compiling futures-task v0.3.32
13502026-06-24T18:38:45.182Z Compiling futures-io v0.3.32
13512026-06-24T18:38:45.197Z Compiling rand_core v0.10.0
13522026-06-24T18:38:45.407Z Compiling indexmap v2.14.0
13532026-06-24T18:38:45.420Z Compiling rustversion v1.0.22
13542026-06-24T18:38:45.423Z Compiling getrandom v0.3.4
13552026-06-24T18:38:45.423Z Compiling cmake v0.1.57
13562026-06-24T18:38:45.831Z Compiling form_urlencoded v1.2.2
13572026-06-24T18:38:45.843Z Compiling fs_extra v1.3.0
13582026-06-24T18:38:45.868Z Compiling dunce v1.0.5
13592026-06-24T18:38:45.990Z Compiling base64ct v1.8.3
13602026-06-24T18:38:46.014Z Compiling ident_case v1.0.1
13612026-06-24T18:38:46.086Z Compiling synstructure v0.13.2
13622026-06-24T18:38:46.110Z Compiling aws-lc-sys v0.40.0
13632026-06-24T18:38:46.145Z Compiling regex-syntax v0.8.10
13642026-06-24T18:38:46.292Z Compiling pem-rfc7468 v0.7.0
13652026-06-24T18:38:46.373Z Compiling flagset v0.4.7
13662026-06-24T18:38:46.386Z Compiling iana-time-zone v0.1.65
13672026-06-24T18:38:46.506Z Compiling rustix v1.1.3
13682026-06-24T18:38:46.575Z Compiling rand_core v0.9.5
13692026-06-24T18:38:46.589Z Compiling ring v0.17.14
13702026-06-24T18:38:46.604Z Compiling vcpkg v0.2.15
13712026-06-24T18:38:46.708Z Compiling aws-lc-rs v1.16.3
13722026-06-24T18:38:46.856Z Compiling uuid v1.23.0
13732026-06-24T18:38:47.013Z Compiling rustc_version v0.4.1
13742026-06-24T18:38:47.344Z Compiling tracing-core v0.1.36
13752026-06-24T18:38:47.356Z Compiling openssl-sys v0.9.115
13762026-06-24T18:38:47.595Z Compiling base64 v0.22.1
13772026-06-24T18:38:47.799Z Compiling serde_derive v1.0.228
13782026-06-24T18:38:47.881Z Compiling zeroize_derive v1.4.3
13792026-06-24T18:38:47.907Z Compiling zerofrom-derive v0.1.6
13802026-06-24T18:38:47.923Z Compiling yoke-derive v0.8.1
13812026-06-24T18:38:48.249Z Compiling zerocopy-derive v0.8.40
13822026-06-24T18:38:48.561Z Compiling zeroize v1.8.2
13832026-06-24T18:38:48.581Z Compiling zerovec-derive v0.11.2
13842026-06-24T18:38:49.116Z Compiling displaydoc v0.2.5
13852026-06-24T18:38:49.346Z Compiling crypto-common v0.1.7
13862026-06-24T18:38:49.347Z Compiling zerofrom v0.1.6
13872026-06-24T18:38:49.484Z Compiling yoke v0.8.1
13882026-06-24T18:38:49.499Z Compiling block-buffer v0.10.4
13892026-06-24T18:38:49.662Z Compiling digest v0.10.7
13902026-06-24T18:38:49.678Z Compiling tokio-macros v2.7.0
13912026-06-24T18:38:49.701Z Compiling zerovec v0.11.5
13922026-06-24T18:38:49.858Z Compiling zerotrie v0.2.3
13932026-06-24T18:38:49.906Z Compiling futures-macro v0.3.32
13942026-06-24T18:38:50.148Z Compiling tinystr v0.8.2
13952026-06-24T18:38:50.194Z Compiling potential_utf v0.1.4
13962026-06-24T18:38:50.351Z Compiling icu_locale_core v2.1.1
13972026-06-24T18:38:50.409Z Compiling icu_collections v2.1.1
13982026-06-24T18:38:50.412Z Compiling hmac v0.12.1
13992026-06-24T18:38:50.573Z Compiling block-padding v0.3.3
14002026-06-24T18:38:50.733Z Compiling inout v0.1.4
14012026-06-24T18:38:50.768Z Compiling futures-util v0.3.32
14022026-06-24T18:38:50.886Z Compiling cipher v0.4.4
14032026-06-24T18:38:50.900Z Compiling sha2 v0.10.9
14042026-06-24T18:38:51.146Z Compiling icu_provider v2.1.1
14052026-06-24T18:38:51.217Z Compiling der_derive v0.7.3
14062026-06-24T18:38:51.258Z Compiling bytes v1.11.1
14072026-06-24T18:38:51.310Z Compiling chrono v0.4.44
14082026-06-24T18:38:51.443Z Compiling icu_normalizer v2.1.1
14092026-06-24T18:38:51.875Z Compiling tokio v1.52.1
14102026-06-24T18:38:51.966Z Compiling icu_properties v2.1.2
14112026-06-24T18:38:52.188Z Compiling der v0.7.10
14122026-06-24T18:38:52.299Z Compiling http v1.4.0
14132026-06-24T18:38:52.681Z Compiling ppv-lite86 v0.2.21
14142026-06-24T18:38:52.750Z Compiling salsa20 v0.10.2
14152026-06-24T18:38:52.887Z Compiling idna_adapter v1.2.1
14162026-06-24T18:38:52.997Z Compiling idna v1.1.0
14172026-06-24T18:38:53.021Z Compiling spki v0.7.3
14182026-06-24T18:38:53.034Z Compiling pbkdf2 v0.12.2
14192026-06-24T18:38:53.058Z Compiling rustls-pki-types v1.14.0
14202026-06-24T18:38:53.145Z Compiling thiserror-impl v2.0.18
14212026-06-24T18:38:53.182Z Compiling tracing-attributes v0.1.31
14222026-06-24T18:38:53.218Z Compiling scrypt v0.11.0
14232026-06-24T18:38:53.355Z Compiling url v2.5.8
14242026-06-24T18:38:53.463Z Compiling rand_chacha v0.9.0
14252026-06-24T18:38:53.497Z Compiling http-body v1.0.1
14262026-06-24T18:38:53.639Z Compiling cbc v0.1.2
14272026-06-24T18:38:53.651Z Compiling aes v0.8.4
14282026-06-24T18:38:53.853Z Compiling untrusted v0.9.0
14292026-06-24T18:38:53.977Z Compiling tinyvec_macros v0.1.1
14302026-06-24T18:38:54.048Z Compiling httparse v1.10.1
14312026-06-24T18:38:54.139Z Compiling openssl-probe v0.2.1
14322026-06-24T18:38:54.142Z Compiling untrusted v0.7.1
14332026-06-24T18:38:54.272Z Compiling pkcs5 v0.7.1
14342026-06-24T18:38:54.311Z Compiling tinyvec v1.10.0
14352026-06-24T18:38:54.437Z Compiling thiserror v2.0.18
14362026-06-24T18:38:54.455Z Compiling tracing v0.1.44
14372026-06-24T18:38:54.539Z Compiling pest_generator v2.8.6
14382026-06-24T18:38:54.654Z Compiling rand v0.9.2
14392026-06-24T18:38:54.687Z Compiling serde_derive_internals v0.29.1
14402026-06-24T18:38:54.712Z Compiling aho-corasick v1.1.4
14412026-06-24T18:38:54.739Z Compiling try-lock v0.2.5
14422026-06-24T18:38:54.844Z Compiling tower-service v0.3.3
14432026-06-24T18:38:54.939Z Compiling schemars v0.8.22
14442026-06-24T18:38:55.138Z Compiling tower-layer v0.3.3
14452026-06-24T18:38:55.215Z Compiling atomic-waker v1.1.2
14462026-06-24T18:38:55.340Z Compiling rustls v0.23.37
14472026-06-24T18:38:55.361Z Compiling dyn-clone v1.0.20
14482026-06-24T18:38:55.477Z Compiling pest_derive v2.8.6
14492026-06-24T18:38:55.511Z Compiling want v0.3.1
14502026-06-24T18:38:55.526Z Compiling pkcs8 v0.10.2
14512026-06-24T18:38:55.571Z Compiling schemars_derive v0.8.22
14522026-06-24T18:38:55.670Z Compiling tokio-util v0.7.18
14532026-06-24T18:38:55.828Z Compiling regex-automata v0.4.14
14542026-06-24T18:38:56.197Z Compiling ipnet v2.11.0
14552026-06-24T18:38:56.211Z Compiling scroll_derive v0.13.1
14562026-06-24T18:38:56.414Z Compiling h2 v0.4.13
14572026-06-24T18:38:56.692Z Compiling darling_core v0.20.11
14582026-06-24T18:38:56.713Z Compiling openssl v0.10.79
14592026-06-24T18:38:56.811Z Compiling pin-utils v0.1.0
14602026-06-24T18:38:56.883Z Compiling foreign-types-shared v0.1.1
14612026-06-24T18:38:56.935Z Compiling httpdate v1.0.3
14622026-06-24T18:38:56.969Z Compiling foreign-types v0.3.2
14632026-06-24T18:38:57.003Z Compiling scroll v0.13.0
14642026-06-24T18:38:57.055Z Compiling tempfile v3.25.0
14652026-06-24T18:38:57.265Z Compiling unicode-normalization v0.1.25
14662026-06-24T18:38:57.515Z Compiling openssl-macros v0.1.1
14672026-06-24T18:38:57.715Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-06-24T18:38:57.823Z Compiling socket2 v0.5.10
14692026-06-24T18:38:57.906Z Compiling spin v0.9.8
14702026-06-24T18:38:58.090Z Compiling time-core v0.1.8
14712026-06-24T18:38:58.112Z Compiling num-conv v0.2.0
14722026-06-24T18:38:58.215Z Compiling native-tls v0.2.18
14732026-06-24T18:38:58.236Z Compiling crc32fast v1.5.0
14742026-06-24T18:38:58.239Z Compiling powerfmt v0.2.0
14752026-06-24T18:38:58.426Z Compiling deranged v0.5.8
14762026-06-24T18:38:58.438Z Compiling time-macros v0.2.27
14772026-06-24T18:38:58.914Z Compiling darling_macro v0.20.11
14782026-06-24T18:38:59.381Z Compiling hyper v1.8.1
14792026-06-24T18:38:59.384Z Compiling darling v0.20.11
14802026-06-24T18:38:59.472Z Compiling goblin v0.10.5
14812026-06-24T18:38:59.486Z Compiling rustls-native-certs v0.8.3
14822026-06-24T18:38:59.773Z Compiling sync_wrapper v1.0.2
14832026-06-24T18:38:59.846Z Compiling wait-timeout v0.2.1
14842026-06-24T18:38:59.880Z Compiling siphasher v1.0.2
14852026-06-24T18:39:00.067Z Compiling usdt-impl v0.6.0
14862026-06-24T18:39:00.105Z Compiling bit-vec v0.8.0
14872026-06-24T18:39:00.292Z Compiling crossbeam-utils v0.8.21
14882026-06-24T18:39:00.335Z Compiling unicode-segmentation v1.12.0
14892026-06-24T18:39:00.378Z Compiling syn v1.0.109
14902026-06-24T18:39:00.576Z Compiling hyper-util v0.1.20
14912026-06-24T18:39:00.687Z Compiling num_threads v0.1.7
14922026-06-24T18:39:00.718Z Compiling simd-adler32 v0.3.8
14932026-06-24T18:39:00.785Z Compiling quick-error v1.2.3
14942026-06-24T18:39:00.892Z Compiling rusty-fork v0.3.1
14952026-06-24T18:39:01.014Z Compiling time v0.3.47
14962026-06-24T18:39:01.284Z Compiling bit-set v0.8.0
14972026-06-24T18:39:01.299Z Compiling tower v0.5.3
14982026-06-24T18:39:01.450Z Compiling derive_builder_core v0.20.2
14992026-06-24T18:39:01.711Z Compiling dtrace-parser v0.3.0
15002026-06-24T18:39:01.779Z Compiling http-body-util v0.1.3
15012026-06-24T18:39:02.018Z Compiling webpki-roots v1.0.6
15022026-06-24T18:39:02.141Z Compiling signature v2.2.0
15032026-06-24T18:39:02.295Z Compiling dof v0.4.0
15042026-06-24T18:39:02.319Z Compiling scroll_derive v0.12.1
15052026-06-24T18:39:02.332Z Compiling thiserror-impl v1.0.69
15062026-06-24T18:39:02.432Z Compiling heapless v0.7.17
15072026-06-24T18:39:02.598Z Compiling rand_xorshift v0.4.0
15082026-06-24T18:39:02.666Z Compiling slog v2.8.2
15092026-06-24T18:39:02.758Z Compiling darling_core v0.21.3
15102026-06-24T18:39:02.849Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-06-24T18:39:02.969Z Compiling thread-id v5.1.0
15122026-06-24T18:39:03.054Z Compiling cookie v0.18.1
15132026-06-24T18:39:03.120Z Compiling anyhow v1.0.102
15142026-06-24T18:39:03.235Z Compiling allocator-api2 v0.2.21
15152026-06-24T18:39:03.427Z Compiling unicode-bidi v0.3.18
15162026-06-24T18:39:03.441Z Compiling paste v1.0.15
15172026-06-24T18:39:03.547Z Compiling zstd-safe v7.2.4
15182026-06-24T18:39:03.565Z Compiling ryu v1.0.23
15192026-06-24T18:39:03.665Z Compiling unarray v0.1.4
15202026-06-24T18:39:03.705Z Compiling iri-string v0.7.10
15212026-06-24T18:39:03.737Z Compiling unicode-properties v0.1.4
15222026-06-24T18:39:03.748Z Compiling adler2 v2.0.1
15232026-06-24T18:39:03.771Z Compiling signal-hook v0.3.18
15242026-06-24T18:39:03.871Z Compiling miniz_oxide v0.8.9
15252026-06-24T18:39:03.934Z Compiling stringprep v0.1.5
15262026-06-24T18:39:03.960Z Compiling proptest v1.10.0
15272026-06-24T18:39:04.019Z Compiling serde_urlencoded v0.7.1
15282026-06-24T18:39:04.262Z Compiling thiserror v1.0.69
15292026-06-24T18:39:04.575Z Compiling scroll v0.12.0
15302026-06-24T18:39:04.837Z Compiling tower-http v0.6.8
15312026-06-24T18:39:05.077Z Compiling derive_builder_macro v0.20.2
15322026-06-24T18:39:05.179Z Compiling tokio-native-tls v0.3.1
15332026-06-24T18:39:05.218Z Compiling darling_macro v0.21.3
15342026-06-24T18:39:05.271Z Compiling heck v0.4.1
15352026-06-24T18:39:05.378Z Compiling bstr v1.12.1
15362026-06-24T18:39:05.497Z Compiling ipnetwork v0.21.1
15372026-06-24T18:39:05.580Z Compiling rand_chacha v0.3.1
15382026-06-24T18:39:05.610Z Compiling serde_tokenstream v0.2.3
15392026-06-24T18:39:05.746Z Compiling serde_spanned v0.6.9
15402026-06-24T18:39:05.887Z Compiling erased-serde v0.3.31
15412026-06-24T18:39:05.901Z Compiling toml_datetime v0.6.11
15422026-06-24T18:39:05.922Z Compiling md-5 v0.10.6
15432026-06-24T18:39:06.025Z Compiling pin-project-internal v1.1.11
15442026-06-24T18:39:06.083Z Compiling zerocopy-derive v0.7.35
15452026-06-24T18:39:06.156Z Compiling async-trait v0.1.89
15462026-06-24T18:39:06.374Z Compiling curve25519-dalek v4.1.3
15472026-06-24T18:39:06.374Z Compiling vergen-lib v9.1.0
15482026-06-24T18:39:06.563Z Compiling num-integer v0.1.46
15492026-06-24T18:39:06.704Z Compiling hash32 v0.2.1
15502026-06-24T18:39:06.883Z Compiling ff v0.13.1
15512026-06-24T18:39:06.897Z Compiling memoffset v0.9.1
15522026-06-24T18:39:06.948Z Compiling encoding_rs v0.8.35
15532026-06-24T18:39:07.022Z Compiling base16ct v0.2.0
15542026-06-24T18:39:07.084Z Compiling cfg_aliases v0.2.1
15552026-06-24T18:39:07.127Z Compiling fallible-iterator v0.2.0
15562026-06-24T18:39:07.158Z Compiling zlib-rs v0.6.2
15572026-06-24T18:39:07.171Z Compiling mime v0.3.17
15582026-06-24T18:39:07.201Z Compiling smoltcp v0.9.1
15592026-06-24T18:39:07.430Z Compiling psl-types v2.0.11
15602026-06-24T18:39:07.443Z Compiling rustix v0.38.44
15612026-06-24T18:39:07.527Z Compiling ref-cast v1.0.25
15622026-06-24T18:39:07.552Z Compiling num-bigint-dig v0.8.6
15632026-06-24T18:39:07.738Z Compiling litrs v1.0.0
15642026-06-24T18:39:07.891Z Compiling publicsuffix v2.3.0
15652026-06-24T18:39:07.905Z Compiling postgres-protocol v0.6.10
15662026-06-24T18:39:08.062Z Compiling nix v0.31.2
15672026-06-24T18:39:08.239Z Compiling document-features v0.2.12
15682026-06-24T18:39:08.422Z Compiling sec1 v0.7.3
15692026-06-24T18:39:08.435Z Compiling pin-project v1.1.11
15702026-06-24T18:39:08.530Z Compiling group v0.13.0
15712026-06-24T18:39:08.545Z Compiling zerocopy v0.7.35
15722026-06-24T18:39:08.707Z Compiling num-iter v0.1.45
15732026-06-24T18:39:08.852Z Compiling newtype-uuid v1.3.2
15742026-06-24T18:39:08.936Z Compiling hubpack_derive v0.1.1
15752026-06-24T18:39:09.076Z Compiling rand v0.8.6
15762026-06-24T18:39:09.151Z Compiling darling v0.21.3
15772026-06-24T18:39:09.173Z Compiling oxnet v0.1.6
15782026-06-24T18:39:09.235Z Compiling derive_builder v0.20.2
15792026-06-24T18:39:09.274Z Compiling snafu-derive v0.8.9
15802026-06-24T18:39:09.359Z Compiling hyper-tls v0.6.0
15812026-06-24T18:39:09.581Z Compiling goblin v0.8.2
15822026-06-24T18:39:10.200Z Compiling flate2 v1.1.9
15832026-06-24T18:39:10.282Z Compiling phf_shared v0.13.1
15842026-06-24T18:39:10.457Z Compiling lazy_static v1.5.0
15852026-06-24T18:39:10.470Z Compiling regex v1.12.3
15862026-06-24T18:39:10.525Z Compiling anstyle-parse v0.2.7
15872026-06-24T18:39:10.553Z Compiling strum_macros v0.27.2
15882026-06-24T18:39:10.647Z Compiling futures-executor v0.3.32
15892026-06-24T18:39:10.706Z Compiling hex v0.4.3
15902026-06-24T18:39:10.896Z Compiling hkdf v0.12.4
15912026-06-24T18:39:10.910Z Compiling crypto-bigint v0.5.5
15922026-06-24T18:39:10.972Z Compiling terminal_size v0.4.3
15932026-06-24T18:39:11.064Z Compiling curve25519-dalek-derive v0.1.1
15942026-06-24T18:39:11.113Z Compiling daft-derive v0.1.7
15952026-06-24T18:39:11.163Z Compiling ref-cast-impl v1.0.25
15962026-06-24T18:39:11.721Z Compiling vergen v9.1.0
15972026-06-24T18:39:11.724Z Compiling fs-err v3.3.0
15982026-06-24T18:39:11.844Z Compiling cargo-platform v0.3.2
15992026-06-24T18:39:11.897Z Compiling ahash v0.8.12
16002026-06-24T18:39:11.929Z Compiling bumpalo v3.20.2
16012026-06-24T18:39:12.101Z Compiling foldhash v0.1.5
16022026-06-24T18:39:12.114Z Compiling libbz2-rs-sys v0.2.2
16032026-06-24T18:39:12.172Z Compiling bitflags v1.3.2
16042026-06-24T18:39:12.248Z Compiling object v0.37.3
16052026-06-24T18:39:12.269Z Compiling foldhash v0.2.0
16062026-06-24T18:39:12.495Z Compiling same-file v1.0.6
16072026-06-24T18:39:12.514Z Compiling managed v0.8.0
16082026-06-24T18:39:12.528Z Compiling winnow v0.5.40
16092026-06-24T18:39:12.655Z Compiling walkdir v2.5.0
16102026-06-24T18:39:12.796Z Compiling strum v0.27.2
16112026-06-24T18:39:12.929Z Compiling bzip2 v0.6.1
16122026-06-24T18:39:13.009Z Compiling hashbrown v0.16.1
16132026-06-24T18:39:13.030Z Compiling hashbrown v0.15.5
16142026-06-24T18:39:13.069Z Compiling zopfli v0.8.3
16152026-06-24T18:39:13.128Z Compiling clap_builder v4.6.0
16162026-06-24T18:39:13.549Z Compiling cargo_metadata v0.23.1
16172026-06-24T18:39:13.599Z Compiling elliptic-curve v0.13.8
16182026-06-24T18:39:13.671Z Compiling daft v0.1.7
16192026-06-24T18:39:13.710Z Compiling dof v0.3.0
16202026-06-24T18:39:13.927Z Compiling toml_edit v0.19.15
16212026-06-24T18:39:14.099Z Compiling snafu v0.8.9
16222026-06-24T18:39:14.406Z Compiling futures v0.3.32
16232026-06-24T18:39:14.455Z Compiling anstream v0.6.21
16242026-06-24T18:39:14.764Z Compiling phf v0.13.1
16252026-06-24T18:39:14.882Z Compiling signal-hook-mio v0.2.5
16262026-06-24T18:39:14.898Z Compiling cookie_store v0.22.1
16272026-06-24T18:39:15.001Z Compiling zstd v0.13.3
16282026-06-24T18:39:15.300Z Compiling bzip2 v0.4.4
16292026-06-24T18:39:15.327Z Compiling hubpack v0.1.2
16302026-06-24T18:39:15.520Z Compiling serde_with_macros v3.17.0
16312026-06-24T18:39:15.594Z Compiling postgres-types v0.2.12
16322026-06-24T18:39:16.078Z Compiling usdt-macro v0.6.0
16332026-06-24T18:39:16.147Z Compiling usdt-attr-macro v0.6.0
16342026-06-24T18:39:16.611Z Compiling globset v0.4.18
16352026-06-24T18:39:16.639Z Compiling dtrace-parser v0.2.0
16362026-06-24T18:39:16.732Z Compiling ed25519 v2.2.3
16372026-06-24T18:39:16.825Z Compiling phf_shared v0.11.3
16382026-06-24T18:39:16.932Z Compiling olpc-cjson v0.1.4
16392026-06-24T18:39:16.980Z Compiling pkcs1 v0.7.5
16402026-06-24T18:39:17.006Z Compiling strum_macros v0.26.4
16412026-06-24T18:39:17.087Z Compiling enum-as-inner v0.6.1
16422026-06-24T18:39:17.284Z Compiling clap_derive v4.6.1
16432026-06-24T18:39:17.360Z Compiling serde-big-array v0.5.1
16442026-06-24T18:39:17.380Z Compiling serde_plain v1.0.2
16452026-06-24T18:39:17.499Z Compiling rfc6979 v0.4.0
16462026-06-24T18:39:17.577Z Compiling pem v3.0.6
16472026-06-24T18:39:17.590Z Compiling serde_repr v0.1.20
16482026-06-24T18:39:17.622Z Compiling async-recursion v1.1.1
16492026-06-24T18:39:17.652Z Compiling float-cmp v0.10.0
16502026-06-24T18:39:17.798Z Compiling thread-id v4.2.2
16512026-06-24T18:39:17.885Z Compiling memmap2 v0.9.10
16522026-06-24T18:39:17.898Z Compiling env_filter v1.0.0
16532026-06-24T18:39:18.093Z Compiling predicates-core v1.0.10
16542026-06-24T18:39:18.106Z Compiling precomputed-hash v0.1.1
16552026-06-24T18:39:18.190Z Compiling fixedbitset v0.4.2
16562026-06-24T18:39:18.193Z Compiling difflib v0.4.0
16572026-06-24T18:39:18.262Z Compiling fixedbitset v0.5.7
16582026-06-24T18:39:18.276Z Compiling keccak v0.1.6
16592026-06-24T18:39:18.412Z Compiling static_assertions v1.1.0
16602026-06-24T18:39:18.492Z Compiling new_debug_unreachable v1.0.6
16612026-06-24T18:39:18.558Z Compiling either v1.15.0
16622026-06-24T18:39:18.561Z Compiling normalize-line-endings v0.3.0
16632026-06-24T18:39:18.669Z Compiling typed-path v0.9.3
16642026-06-24T18:39:18.730Z Compiling jiff v0.2.21
16652026-06-24T18:39:18.744Z Compiling data-encoding v2.10.0
16662026-06-24T18:39:18.765Z Compiling whoami v2.1.0
16672026-06-24T18:39:19.007Z Compiling tokio-postgres v0.7.16
16682026-06-24T18:39:19.026Z Compiling clap v4.6.1
16692026-06-24T18:39:19.108Z Compiling hickory-proto v0.25.2
16702026-06-24T18:39:19.141Z Compiling itertools v0.13.0
16712026-06-24T18:39:19.429Z Compiling strum v0.26.3
16722026-06-24T18:39:19.561Z Compiling predicates v3.1.4
16732026-06-24T18:39:19.866Z Compiling string_cache v0.8.9
16742026-06-24T18:39:20.096Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16752026-06-24T18:39:20.130Z Compiling petgraph v0.8.3
16762026-06-24T18:39:20.202Z Compiling sha3 v0.10.8
16772026-06-24T18:39:20.440Z Compiling petgraph v0.6.5
16782026-06-24T18:39:20.697Z Compiling toml_edit v0.22.27
16792026-06-24T18:39:21.231Z Compiling env_logger v0.11.9
16802026-06-24T18:39:21.588Z Compiling zip v4.6.1
16812026-06-24T18:39:21.930Z Compiling usdt v0.6.0
16822026-06-24T18:39:22.102Z Compiling usdt-impl v0.5.0
16832026-06-24T18:39:22.189Z Compiling ecdsa v0.16.9
16842026-06-24T18:39:22.554Z Compiling rsa v0.9.10
16852026-06-24T18:39:22.600Z Compiling ed25519-dalek v2.2.0
16862026-06-24T18:39:22.683Z Compiling serde_with v3.17.0
16872026-06-24T18:39:22.920Z Compiling crossterm v0.28.1
16882026-06-24T18:39:23.278Z Compiling zip v0.6.6
16892026-06-24T18:39:23.400Z Compiling toml v0.7.8
16902026-06-24T18:39:23.861Z Compiling iddqd v0.4.2
16912026-06-24T18:39:24.400Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-06-24T18:39:24.417Z Compiling similar v2.7.0
16932026-06-24T18:39:24.454Z Compiling crossbeam-epoch v0.9.18
16942026-06-24T18:39:24.473Z Compiling tokio-stream v0.1.18
16952026-06-24T18:39:24.749Z Compiling buf-list v1.1.2
16962026-06-24T18:39:24.921Z Compiling x509-cert v0.2.5
16972026-06-24T18:39:25.016Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-06-24T18:39:25.027Z Compiling openapiv3 v2.2.0
16992026-06-24T18:39:25.110Z Compiling sha1 v0.10.6
17002026-06-24T18:39:25.305Z Compiling peg-runtime v0.8.5
17012026-06-24T18:39:25.367Z Compiling lalrpop-util v0.19.12
17022026-06-24T18:39:25.379Z Compiling thread_local v1.1.9
17032026-06-24T18:39:25.575Z Compiling slog-async v2.8.0
17042026-06-24T18:39:25.582Z Compiling crossbeam-channel v0.5.15
17052026-06-24T18:39:25.639Z Compiling is-terminal v0.4.17
17062026-06-24T18:39:25.727Z Compiling filetime v0.2.27
17072026-06-24T18:39:25.848Z Compiling term v1.2.1
17082026-06-24T18:39:25.884Z Compiling take_mut v0.2.2
17092026-06-24T18:39:25.906Z Compiling xattr v1.6.1
17102026-06-24T18:39:26.072Z Compiling tar v0.4.45
17112026-06-24T18:39:26.429Z Compiling slog-term v2.9.2
17122026-06-24T18:39:36.066Z Compiling rustls-webpki v0.103.9
17132026-06-24T18:39:38.851Z Compiling tokio-rustls v0.26.4
17142026-06-24T18:39:38.851Z Compiling rustls-platform-verifier v0.6.2
17152026-06-24T18:39:39.060Z Compiling hyper-rustls v0.27.7
17162026-06-24T18:39:39.257Z Compiling reqwest v0.12.28
17172026-06-24T18:39:39.261Z Compiling reqwest v0.13.2
17182026-06-24T18:39:40.551Z Compiling tough v0.22.0
17192026-06-24T18:39:43.088Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-06-24T18:39:43.298Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-06-24T18:39:46.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17222026-06-24T18:39:46.297Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17232026-06-24T18:39:46.348ZJun 24 18:39:45.154 INFO Starting download, target: Clickhouse
17242026-06-24T18:39:46.348ZJun 24 18:39:45.154 INFO Starting download, target: DendriteStub
17252026-06-24T18:39:46.349ZJun 24 18:39:45.154 INFO Starting download, target: Console
17262026-06-24T18:39:46.349ZJun 24 18:39:45.154 INFO Starting download, target: Cockroach
17272026-06-24T18:39:46.352ZJun 24 18:39:45.154 INFO Starting download, target: MaghemiteMgd
17282026-06-24T18:39:46.352ZJun 24 18:39:45.154 INFO Starting download, target: MaghemiteDdmd
17292026-06-24T18:39:46.352ZJun 24 18:39:45.154 INFO Starting download, target: TransceiverControl
17302026-06-24T18:39:46.353ZJun 24 18:39:45.154 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-06-24T18:39:46.353ZJun 24 18:39:45.154 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-06-24T18:39:46.353ZJun 24 18:39:45.154 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-06-24T18:39:46.353ZJun 24 18:39:45.154 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17342026-06-24T18:39:46.353ZJun 24 18:39:45.155 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-24T18:39:46.353ZJun 24 18:39:45.155 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-24T18:39:46.353ZJun 24 18:39:45.155 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-24T18:39:46.682ZJun 24 18:39:45.478 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-24T18:39:46.933ZJun 24 18:39:45.729 INFO Download complete, target: TransceiverControl
17392026-06-24T18:39:47.310ZJun 24 18:39:46.107 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-24T18:39:47.564ZJun 24 18:39:46.363 INFO Download complete, target: Console
17412026-06-24T18:39:47.742ZJun 24 18:39:46.547 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-06-24T18:39:47.833ZJun 24 18:39:46.635 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-06-24T18:39:47.995ZJun 24 18:39:46.794 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17442026-06-24T18:39:48.281ZJun 24 18:39:47.087 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-06-24T18:39:48.281ZJun 24 18:39:47.087 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-06-24T18:39:48.858ZJun 24 18:39:47.664 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-06-24T18:39:49.965ZJun 24 18:39:48.771 INFO Download complete, target: MaghemiteDdmd
17482026-06-24T18:39:50.316ZJun 24 18:39:49.122 INFO Download complete, target: DendriteStub
17492026-06-24T18:39:50.400ZJun 24 18:39:49.203 INFO Download complete, target: MaghemiteMgd
17502026-06-24T18:39:52.994ZJun 24 18:39:51.800 INFO Checking that binary works, target: Cockroach
17512026-06-24T18:39:53.111ZJun 24 18:39:51.917 INFO Download complete, target: Cockroach
17522026-06-24T18:39:55.535ZJun 24 18:39:54.340 INFO Checking that binary works, target: Clickhouse
17532026-06-24T18:39:55.665ZJun 24 18:39:54.471 INFO Download complete, target: Clickhouse
17542026-06-24T18:39:55.680ZAll builder prerequisites installed successfully, and PATH looks valid
17552026-06-24T18:39:55.684Z
17562026-06-24T18:39:55.684Zreal 2:02.299628052
17572026-06-24T18:39:55.684Zuser 6:50.075688230
17582026-06-24T18:39:55.684Zsys 1:23.395746012
17592026-06-24T18:39:55.684Ztrap 0.240702225
17602026-06-24T18:39:55.684Ztflt 0.743632866
17612026-06-24T18:39:55.684Zdflt 0.828262249
17622026-06-24T18:39:55.684Zkflt 0.022716765
17632026-06-24T18:39:55.684Zlock 22:56.764148632
17642026-06-24T18:39:55.684Zslp 21:06.250500528
17652026-06-24T18:39:55.684Zlat 40.790347677
17662026-06-24T18:39:55.684Zstop 1:54.472989970
17672026-06-24T18:39:55.684Z+ banner clippy
17682026-06-24T18:39:55.684Z
17692026-06-24T18:39:55.684Z #### # # ##### ##### # #
17702026-06-24T18:39:55.684Z # # # # # # # # # #
17712026-06-24T18:39:55.684Z # # # # # # # #
17722026-06-24T18:39:55.684Z # # # ##### ##### #
17732026-06-24T18:39:55.684Z # # # # # # #
17742026-06-24T18:39:55.684Z #### ###### # # # #
17752026-06-24T18:39:55.684Z
17762026-06-24T18:39:55.684Z+ export CARGO_INCREMENTAL=0
17772026-06-24T18:39:55.684Z+ CARGO_INCREMENTAL=0
17782026-06-24T18:39:55.684Z+ ptime -m cargo xtask clippy
17792026-06-24T18:39:56.137Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17802026-06-24T18:39:56.346Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17812026-06-24T18:39:58.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
17822026-06-24T18:39:58.271Z Running `target/debug/xtask clippy`
17832026-06-24T18:39:58.299Zrunning: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17842026-06-24T18:39:58.842Z Downloading crates ...
17852026-06-24T18:39:59.053Z Downloaded cfg-expr v0.20.6
17862026-06-24T18:39:59.057Z Downloaded guppy-workspace-hack v0.1.0
17872026-06-24T18:39:59.063Z Downloaded anes v0.1.6
17882026-06-24T18:39:59.066Z Downloaded criterion-plot v0.6.0
17892026-06-24T18:39:59.069Z Downloaded assert_cmd v2.1.2
17902026-06-24T18:39:59.072Z Downloaded nested v0.1.1
17912026-06-24T18:39:59.072Z Downloaded supports-unicode v2.1.0
17922026-06-24T18:39:59.084Z Downloaded escape8259 v0.5.3
17932026-06-24T18:39:59.087Z Downloaded async-object-pool v0.2.0
17942026-06-24T18:39:59.087Z Downloaded linkme v0.3.35
17952026-06-24T18:39:59.091Z Downloaded oorandom v11.1.5
17962026-06-24T18:39:59.091Z Downloaded knuffel-derive v3.2.0
17972026-06-24T18:39:59.091Z Downloaded futures-timer v3.0.3
17982026-06-24T18:39:59.094Z Downloaded addr2line v0.25.1
17992026-06-24T18:39:59.094Z Downloaded plotters-backend v0.3.7
18002026-06-24T18:39:59.097Z Downloaded plotters-svg v0.3.7
18012026-06-24T18:39:59.097Z Downloaded pathdiff v0.2.3
18022026-06-24T18:39:59.097Z Downloaded miette-derive v5.10.0
18032026-06-24T18:39:59.103Z Downloaded event-listener-strategy v0.5.4
18042026-06-24T18:39:59.106Z Downloaded supports-color v2.1.0
18052026-06-24T18:39:59.106Z Downloaded terminal_size v0.1.17
18062026-06-24T18:39:59.110Z Downloaded target-spec v3.5.7
18072026-06-24T18:39:59.113Z Downloaded target-lexicon v0.13.3
18082026-06-24T18:39:59.113Z Downloaded httptest v0.16.4
18092026-06-24T18:39:59.117Z Downloaded serde_regex v1.1.0
18102026-06-24T18:39:59.119Z Downloaded assert-json-diff v2.0.2
18112026-06-24T18:39:59.123Z Downloaded target-triple v1.0.0
18122026-06-24T18:39:59.127Z Downloaded linkme-impl v0.3.35
18132026-06-24T18:39:59.130Z Downloaded similar-asserts v1.7.0
18142026-06-24T18:39:59.130Z Downloaded constant_time_eq v0.3.1
18152026-06-24T18:39:59.134Z Downloaded path-tree v0.8.3
18162026-06-24T18:39:59.134Z Downloaded approx v0.5.1
18172026-06-24T18:39:59.134Z Downloaded concurrent-queue v2.5.0
18182026-06-24T18:39:59.137Z Downloaded owo-colors v3.5.0
18192026-06-24T18:39:59.137Z Downloaded libtest-mimic v0.8.1
18202026-06-24T18:39:59.137Z Downloaded cast v0.3.0
18212026-06-24T18:39:59.140Z Downloaded supports-hyperlinks v2.1.0
18222026-06-24T18:39:59.140Z Downloaded parking v2.2.1
18232026-06-24T18:39:59.145Z Downloaded termcolor v1.4.1
18242026-06-24T18:39:59.145Z Downloaded relative-path v1.9.3
18252026-06-24T18:39:59.148Z Downloaded backtrace-ext v0.2.1
18262026-06-24T18:39:59.152Z Downloaded tokio-test v0.4.5
18272026-06-24T18:39:59.156Z Downloaded guppy v0.17.25
18282026-06-24T18:39:59.160Z Downloaded tinytemplate v1.2.1
18292026-06-24T18:39:59.163Z Downloaded rust-argon2 v2.1.0
18302026-06-24T18:39:59.167Z Downloaded hickory-client v0.25.2
18312026-06-24T18:39:59.171Z Downloaded partial-io v0.5.4
18322026-06-24T18:39:59.178Z Downloaded event-listener v5.4.1
18332026-06-24T18:39:59.181Z Downloaded textwrap v0.15.2
18342026-06-24T18:39:59.181Z Downloaded async-lock v3.4.2
18352026-06-24T18:39:59.184Z Downloaded stringmetrics v2.2.2
18362026-06-24T18:39:59.184Z Downloaded rstest v0.25.0
18372026-06-24T18:39:59.187Z Downloaded rustc-demangle v0.1.27
18382026-06-24T18:39:59.190Z Downloaded datatest-stable v0.3.3
18392026-06-24T18:39:59.190Z Downloaded miette v5.10.0
18402026-06-24T18:39:59.195Z Downloaded knuffel v3.2.0
18412026-06-24T18:39:59.198Z Downloaded blake2b_simd v1.0.4
18422026-06-24T18:39:59.198Z Downloaded trybuild v1.0.116
18432026-06-24T18:39:59.201Z Downloaded fancy-regex v0.14.0
18442026-06-24T18:39:59.204Z Downloaded rstest_macros v0.25.0
18452026-06-24T18:39:59.204Z Downloaded rand_distr v0.5.1
18462026-06-24T18:39:59.208Z Downloaded backtrace v0.3.76
18472026-06-24T18:39:59.212Z Downloaded hashbrown v0.14.5
18482026-06-24T18:39:59.215Z Downloaded chumsky v0.9.3
18492026-06-24T18:39:59.219Z Downloaded plotters v0.3.7
18502026-06-24T18:39:59.224Z Downloaded criterion v0.7.0
18512026-06-24T18:39:59.246Z Downloaded gimli v0.32.3
18522026-06-24T18:39:59.357Z Downloaded httpmock v0.8.3
18532026-06-24T18:40:01.020Z Checking cfg-if v1.0.4
18542026-06-24T18:40:01.372Z Checking libc v0.2.185
18552026-06-24T18:40:01.375Z Checking serde_core v1.0.228
18562026-06-24T18:40:01.442Z Checking memchr v2.8.0
18572026-06-24T18:40:01.481Z Checking smallvec v1.15.1
18582026-06-24T18:40:01.521Z Checking itoa v1.0.17
18592026-06-24T18:40:01.576Z Checking log v0.4.29
18602026-06-24T18:40:01.603Z Checking zeroize v1.8.2
18612026-06-24T18:40:01.603Z Checking libm v0.2.16
18622026-06-24T18:40:01.682Z Checking scopeguard v1.2.0
18632026-06-24T18:40:01.721Z Checking stable_deref_trait v1.2.1
18642026-06-24T18:40:01.762Z Checking zmij v1.0.21
18652026-06-24T18:40:01.799Z Checking errno v0.3.14
18662026-06-24T18:40:01.834Z Checking getrandom v0.2.17
18672026-06-24T18:40:01.866Z Checking lock_api v0.4.14
18682026-06-24T18:40:01.904Z Checking zerofrom v0.1.6
18692026-06-24T18:40:01.942Z Checking percent-encoding v2.3.2
18702026-06-24T18:40:01.977Z Checking litemap v0.8.1
18712026-06-24T18:40:02.014Z Checking writeable v0.6.2
18722026-06-24T18:40:02.051Z Checking yoke v0.8.1
18732026-06-24T18:40:02.089Z Checking icu_properties_data v2.1.2
18742026-06-24T18:40:02.089Z Checking icu_normalizer_data v2.1.1
18752026-06-24T18:40:02.159Z Checking subtle v2.6.1
18762026-06-24T18:40:02.196Z Checking form_urlencoded v1.2.2
18772026-06-24T18:40:02.233Z Checking utf8_iter v1.0.4
18782026-06-24T18:40:02.272Z Checking zerovec v0.11.5
18792026-06-24T18:40:02.272Z Checking zerotrie v0.2.3
18802026-06-24T18:40:02.305Z Checking rand_core v0.6.4
18812026-06-24T18:40:02.372Z Checking num-traits v0.2.19
18822026-06-24T18:40:02.406Z Checking pin-project-lite v0.2.17
18832026-06-24T18:40:02.441Z Checking zerocopy v0.8.40
18842026-06-24T18:40:02.445Z Checking rand_core v0.10.0
18852026-06-24T18:40:02.527Z Checking parking_lot_core v0.9.12
18862026-06-24T18:40:02.575Z Checking portable-atomic v1.13.1
18872026-06-24T18:40:02.623Z Checking signal-hook-registry v1.4.8
18882026-06-24T18:40:02.658Z Checking getrandom v0.4.1
18892026-06-24T18:40:02.731Z Checking tinystr v0.8.2
18902026-06-24T18:40:02.766Z Checking potential_utf v0.1.4
18912026-06-24T18:40:02.811Z Checking parking_lot v0.12.5
18922026-06-24T18:40:02.850Z Checking critical-section v1.2.0
18932026-06-24T18:40:02.913Z Checking serde v1.0.228
18942026-06-24T18:40:02.917Z Checking serde_json v1.0.149
18952026-06-24T18:40:02.917Z Checking bitflags v2.11.0
18962026-06-24T18:40:03.013Z Checking icu_locale_core v2.1.1
18972026-06-24T18:40:03.017Z Checking icu_collections v2.1.1
18982026-06-24T18:40:03.083Z Checking once_cell v1.21.3
18992026-06-24T18:40:03.120Z Checking mio v1.2.0
19002026-06-24T18:40:03.171Z Checking typenum v1.19.0
19012026-06-24T18:40:03.287Z Checking socket2 v0.6.3
19022026-06-24T18:40:03.340Z Checking bytes v1.11.1
19032026-06-24T18:40:03.387Z Checking iana-time-zone v0.1.65
19042026-06-24T18:40:03.436Z Checking uuid v1.23.0
19052026-06-24T18:40:03.523Z Checking chrono v0.4.44
19062026-06-24T18:40:03.562Z Checking thiserror v2.0.18
19072026-06-24T18:40:03.609Z Checking icu_provider v2.1.1
19082026-06-24T18:40:03.653Z Checking semver v1.0.28
19092026-06-24T18:40:03.703Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19102026-06-24T18:40:03.742Z Checking generic-array v0.14.7
19112026-06-24T18:40:03.777Z Checking futures-core v0.3.32
19122026-06-24T18:40:03.813Z Checking tokio v1.52.1
19132026-06-24T18:40:03.862Z Checking icu_properties v2.1.2
19142026-06-24T18:40:03.897Z Checking icu_normalizer v2.1.1
19152026-06-24T18:40:03.934Z Checking dyn-clone v1.0.20
19162026-06-24T18:40:04.017Z Checking const-oid v0.9.6
19172026-06-24T18:40:04.062Z Checking equivalent v1.0.2
19182026-06-24T18:40:04.173Z Checking rustix v1.1.3
19192026-06-24T18:40:04.209Z Checking crypto-common v0.1.7
19202026-06-24T18:40:04.245Z Checking block-buffer v0.10.4
19212026-06-24T18:40:04.362Z Checking futures-sink v0.3.32
19222026-06-24T18:40:04.409Z Checking byteorder v1.5.0
19232026-06-24T18:40:04.413Z Checking slab v0.4.12
19242026-06-24T18:40:04.487Z Checking futures-channel v0.3.32
19252026-06-24T18:40:04.627Z Checking futures-io v0.3.32
19262026-06-24T18:40:04.664Z Checking futures-task v0.3.32
19272026-06-24T18:40:04.697Z Checking idna_adapter v1.2.1
19282026-06-24T18:40:04.731Z Checking digest v0.10.7
19292026-06-24T18:40:04.735Z Checking cpufeatures v0.2.17
19302026-06-24T18:40:04.796Z Checking thiserror v1.0.69
19312026-06-24T18:40:04.830Z Checking futures-util v0.3.32
19322026-06-24T18:40:04.865Z Checking hashbrown v0.17.0
19332026-06-24T18:40:04.868Z Checking idna v1.1.0
19342026-06-24T18:40:04.932Z Checking getrandom v0.3.4
19352026-06-24T18:40:04.991Z Checking fnv v1.0.7
19362026-06-24T18:40:05.027Z Checking regex-syntax v0.8.10
19372026-06-24T18:40:05.105Z Checking http v1.4.0
19382026-06-24T18:40:05.145Z Checking tracing-core v0.1.36
19392026-06-24T18:40:05.182Z Checking url v2.5.8
19402026-06-24T18:40:05.220Z Checking ppv-lite86 v0.2.21
19412026-06-24T18:40:05.393Z Checking indexmap v2.14.0
19422026-06-24T18:40:05.487Z Checking utf8parse v0.2.2
19432026-06-24T18:40:05.544Z Checking base64 v0.22.1
19442026-06-24T18:40:05.615Z Checking tracing v0.1.44
19452026-06-24T18:40:05.654Z Checking schemars v0.8.22
19462026-06-24T18:40:05.703Z Checking anstyle v1.0.14
19472026-06-24T18:40:05.807Z Checking anstyle-query v1.1.5
19482026-06-24T18:40:05.849Z Checking colorchoice v1.0.4
19492026-06-24T18:40:05.908Z Checking is_terminal_polyfill v1.70.2
19502026-06-24T18:40:05.944Z Checking base64ct v1.8.3
19512026-06-24T18:40:05.980Z Checking block-padding v0.3.3
19522026-06-24T18:40:05.984Z Checking ipnet v2.11.0
19532026-06-24T18:40:06.047Z Checking untrusted v0.9.0
19542026-06-24T18:40:06.139Z Checking inout v0.1.4
19552026-06-24T18:40:06.184Z Checking ring v0.17.14
19562026-06-24T18:40:06.221Z Checking anstyle-parse v1.0.0
19572026-06-24T18:40:06.289Z Checking terminal_size v0.4.3
19582026-06-24T18:40:06.326Z Checking cipher v0.4.4
19592026-06-24T18:40:06.329Z Checking aho-corasick v1.1.4
19602026-06-24T18:40:06.394Z Checking crossbeam-utils v0.8.21
19612026-06-24T18:40:06.397Z Checking unicode-ident v1.0.24
19622026-06-24T18:40:06.461Z Checking anstream v1.0.0
19632026-06-24T18:40:06.561Z Checking proc-macro2 v1.0.106
19642026-06-24T18:40:06.565Z Checking strsim v0.11.1
19652026-06-24T18:40:06.684Z Checking clap_lex v1.0.0
19662026-06-24T18:40:06.748Z Checking pem-rfc7468 v0.7.0
19672026-06-24T18:40:06.785Z Checking sha2 v0.10.9
19682026-06-24T18:40:06.788Z Checking rustls-pki-types v1.14.0
19692026-06-24T18:40:06.861Z Checking clap_builder v4.6.0
19702026-06-24T18:40:06.897Z Checking quote v1.0.45
19712026-06-24T18:40:06.934Z Checking httparse v1.10.1
19722026-06-24T18:40:07.033Z Checking tokio-util v0.7.18
19732026-06-24T18:40:07.036Z Checking regex-automata v0.4.14
19742026-06-24T18:40:07.104Z Checking powerfmt v0.2.0
19752026-06-24T18:40:07.126Z Checking syn v2.0.117
19762026-06-24T18:40:07.171Z Checking rand_core v0.9.5
19772026-06-24T18:40:07.174Z Checking hmac v0.12.1
19782026-06-24T18:40:07.240Z Checking num_threads v0.1.7
19792026-06-24T18:40:07.278Z Checking deranged v0.5.8
19802026-06-24T18:40:07.352Z Checking time-core v0.1.8
19812026-06-24T18:40:07.389Z Checking num-conv v0.2.0
19822026-06-24T18:40:07.392Z Checking erased-serde v0.3.31
19832026-06-24T18:40:07.521Z Checking flagset v0.4.7
19842026-06-24T18:40:07.558Z Checking http-body v1.0.1
19852026-06-24T18:40:07.665Z Checking atomic-waker v1.1.2
19862026-06-24T18:40:07.702Z Checking der v0.7.10
19872026-06-24T18:40:07.737Z Checking allocator-api2 v0.2.21
19882026-06-24T18:40:07.793Z Checking rand_chacha v0.9.0
19892026-06-24T18:40:07.832Z Checking slog v2.8.2
19902026-06-24T18:40:08.018Z Checking anyhow v1.0.102
19912026-06-24T18:40:08.054Z Checking try-lock v0.2.5
19922026-06-24T18:40:08.093Z Checking clap v4.6.1
19932026-06-24T18:40:08.130Z Checking httpdate v1.0.3
19942026-06-24T18:40:08.178Z Checking want v0.3.1
19952026-06-24T18:40:08.214Z Checking rand v0.9.2
19962026-06-24T18:40:08.250Z Checking time v0.3.47
19972026-06-24T18:40:08.253Z Checking h2 v0.4.13
19982026-06-24T18:40:08.319Z Checking spin v0.9.8
19992026-06-24T18:40:08.353Z Checking pin-utils v0.1.0
20002026-06-24T18:40:08.450Z Checking ryu v1.0.23
20012026-06-24T18:40:08.453Z Checking tower-layer v0.3.3
20022026-06-24T18:40:08.526Z Checking tower-service v0.3.3
20032026-06-24T18:40:08.615Z Checking ipnetwork v0.21.1
20042026-06-24T18:40:08.650Z Checking socket2 v0.5.10
20052026-06-24T18:40:08.685Z Checking mime v0.3.17
20062026-06-24T18:40:08.721Z Checking fastrand v2.3.0
20072026-06-24T18:40:08.856Z Checking spki v0.7.3
20082026-06-24T18:40:08.893Z Checking pbkdf2 v0.12.2
20092026-06-24T18:40:08.896Z Checking aes v0.8.4
20102026-06-24T18:40:08.962Z Checking http-body-util v0.1.3
20112026-06-24T18:40:08.965Z Checking salsa20 v0.10.2
20122026-06-24T18:40:09.048Z Checking cbc v0.1.2
20132026-06-24T18:40:09.084Z Checking rand_chacha v0.3.1
20142026-06-24T18:40:09.149Z Checking hex v0.4.3
20152026-06-24T18:40:09.203Z Checking aws-lc-sys v0.40.0
20162026-06-24T18:40:09.239Z Checking untrusted v0.7.1
20172026-06-24T18:40:09.311Z Checking simd-adler32 v0.3.8
20182026-06-24T18:40:09.314Z Checking pretty-hex v0.4.1
20192026-06-24T18:40:09.379Z Checking rand v0.8.6
20202026-06-24T18:40:09.416Z Checking scrypt v0.11.0
20212026-06-24T18:40:09.419Z Checking tempfile v3.25.0
20222026-06-24T18:40:09.419Z Checking adler2 v2.0.1
20232026-06-24T18:40:09.516Z Checking openssl-probe v0.2.1
20242026-06-24T18:40:09.519Z Checking plain v0.2.3
20252026-06-24T18:40:09.583Z Checking pkcs5 v0.7.1
20262026-06-24T18:40:09.586Z Checking miniz_oxide v0.8.9
20272026-06-24T18:40:09.652Z Checking regex v1.12.3
20282026-06-24T18:40:09.687Z Checking serde_urlencoded v0.7.1
20292026-06-24T18:40:09.724Z Checking aws-lc-rs v1.16.3
20302026-06-24T18:40:09.727Z Checking encoding_rs v0.8.35
20312026-06-24T18:40:09.862Z Checking ucd-trie v0.1.7
20322026-06-24T18:40:09.915Z Checking pkcs8 v0.10.2
20332026-06-24T18:40:09.918Z Checking camino v1.2.2
20342026-06-24T18:40:09.986Z Checking rustls-native-certs v0.8.3
20352026-06-24T18:40:10.022Z Checking oxnet v0.1.6
20362026-06-24T18:40:10.058Z Checking pest v2.8.6
20372026-06-24T18:40:10.160Z Checking futures-executor v0.3.32
20382026-06-24T18:40:10.163Z Checking sync_wrapper v1.0.2
20392026-06-24T18:40:10.236Z Checking either v1.15.0
20402026-06-24T18:40:10.313Z Checking webpki-roots v1.0.6
20412026-06-24T18:40:10.353Z Checking futures v0.3.32
20422026-06-24T18:40:10.356Z Checking tower v0.5.3
20432026-06-24T18:40:10.456Z Checking crc32fast v1.5.0
20442026-06-24T18:40:10.496Z Checking iri-string v0.7.10
20452026-06-24T18:40:10.499Z Checking static_assertions v1.1.0
20462026-06-24T18:40:10.612Z Checking rustls-webpki v0.103.9
20472026-06-24T18:40:10.648Z Checking foldhash v0.2.0
20482026-06-24T18:40:10.652Z Checking lazy_static v1.5.0
20492026-06-24T18:40:10.739Z Checking openapiv3 v2.2.0
20502026-06-24T18:40:10.775Z Checking signature v2.2.0
20512026-06-24T18:40:10.810Z Checking winnow v0.7.14
20522026-06-24T18:40:10.845Z Checking hashbrown v0.16.1
20532026-06-24T18:40:10.930Z Checking hubpack v0.1.2
20542026-06-24T18:40:10.991Z Checking hyper v1.8.1
20552026-06-24T18:40:11.063Z Checking rustls v0.23.37
20562026-06-24T18:40:11.123Z Checking zlib-rs v0.6.2
20572026-06-24T18:40:11.201Z Checking strum v0.26.3
20582026-06-24T18:40:11.343Z Checking tinyvec_macros v0.1.1
20592026-06-24T18:40:11.380Z Checking psl-types v2.0.11
20602026-06-24T18:40:11.438Z Checking tinyvec v1.10.0
20612026-06-24T18:40:11.524Z Checking publicsuffix v2.3.0
20622026-06-24T18:40:11.561Z Checking tower-http v0.6.8
20632026-06-24T18:40:11.713Z Checking cookie v0.18.1
20642026-06-24T18:40:11.769Z Checking sha1 v0.10.6
20652026-06-24T18:40:11.861Z Checking num-integer v0.1.46
20662026-06-24T18:40:11.902Z Checking hyper-util v0.1.20
20672026-06-24T18:40:11.956Z Checking scroll v0.13.0
20682026-06-24T18:40:11.993Z Checking data-encoding v2.10.0
20692026-06-24T18:40:11.996Z Checking cookie_store v0.22.1
20702026-06-24T18:40:12.059Z Checking serde_spanned v0.6.9
20712026-06-24T18:40:12.063Z Checking flate2 v1.1.9
20722026-06-24T18:40:12.127Z Checking toml_datetime v0.6.11
20732026-06-24T18:40:12.207Z Checking goblin v0.10.5
20742026-06-24T18:40:12.246Z Checking memmap2 v0.9.10
20752026-06-24T18:40:12.290Z Checking bit-vec v0.8.0
20762026-06-24T18:40:12.332Z Checking base16ct v0.2.0
20772026-06-24T18:40:12.373Z Checking dtrace-parser v0.3.0
20782026-06-24T18:40:12.377Z Checking ff v0.13.1
20792026-06-24T18:40:12.461Z Checking thread-id v5.1.0
20802026-06-24T18:40:12.483Z Checking sec1 v0.7.3
20812026-06-24T18:40:12.518Z Checking bit-set v0.8.0
20822026-06-24T18:40:12.553Z Checking wait-timeout v0.2.1
20832026-06-24T18:40:12.588Z Checking group v0.13.0
20842026-06-24T18:40:12.634Z Checking num-iter v0.1.45
20852026-06-24T18:40:12.691Z Checking bstr v1.12.1
20862026-06-24T18:40:12.727Z Checking hkdf v0.12.4
20872026-06-24T18:40:12.731Z Checking crossbeam-epoch v0.9.18
20882026-06-24T18:40:12.794Z Checking anstyle-parse v0.2.7
20892026-06-24T18:40:12.799Z Checking ahash v0.8.12
20902026-06-24T18:40:12.886Z Checking crypto-bigint v0.5.5
20912026-06-24T18:40:13.000Z Checking quick-error v1.2.3
20922026-06-24T18:40:13.000Z Checking anstream v0.6.21
20932026-06-24T18:40:13.070Z Checking rand_xorshift v0.4.0
20942026-06-24T18:40:13.106Z Checking scroll v0.12.0
20952026-06-24T18:40:13.140Z Checking rusty-fork v0.3.1
20962026-06-24T18:40:13.175Z Checking unarray v0.1.4
20972026-06-24T18:40:13.213Z Checking num-bigint-dig v0.8.6
20982026-06-24T18:40:13.256Z Checking pkcs1 v0.7.5
20992026-06-24T18:40:13.308Z Checking x509-cert v0.2.5
21002026-06-24T18:40:13.343Z Checking proptest v1.10.0
21012026-06-24T18:40:13.378Z Checking goblin v0.8.2
21022026-06-24T18:40:13.419Z Checking tokio-rustls v0.26.4
21032026-06-24T18:40:13.494Z Checking rustls-platform-verifier v0.6.2
21042026-06-24T18:40:13.659Z Checking zerocopy v0.7.35
21052026-06-24T18:40:13.696Z Checking hyper-rustls v0.27.7
21062026-06-24T18:40:13.796Z Checking elliptic-curve v0.13.8
21072026-06-24T18:40:13.928Z Checking reqwest v0.13.2
21082026-06-24T18:40:13.992Z Checking unicode-segmentation v1.12.0
21092026-06-24T18:40:14.034Z Checking foreign-types-shared v0.1.1
21102026-06-24T18:40:14.132Z Checking rsa v0.9.10
21112026-06-24T18:40:14.168Z Checking foreign-types v0.3.2
21122026-06-24T18:40:14.203Z Checking dtrace-parser v0.2.0
21132026-06-24T18:40:14.264Z Checking rfc6979 v0.4.0
21142026-06-24T18:40:14.329Z Checking memoffset v0.9.1
21152026-06-24T18:40:14.410Z Checking openssl-sys v0.9.115
21162026-06-24T18:40:14.446Z Checking thread-id v4.2.2
21172026-06-24T18:40:14.479Z Checking ecdsa v0.16.9
21182026-06-24T18:40:14.515Z Checking dof v0.4.0
21192026-06-24T18:40:14.551Z Checking curve25519-dalek v4.1.3
21202026-06-24T18:40:14.629Z Checking rustix v0.38.44
21212026-06-24T18:40:14.797Z Checking env_filter v1.0.0
21222026-06-24T18:40:14.835Z Checking openssl v0.10.79
21232026-06-24T18:40:14.870Z Checking keccak v0.1.6
21242026-06-24T18:40:14.982Z Checking toml_write v0.1.2
21252026-06-24T18:40:15.068Z Checking same-file v1.0.6
21262026-06-24T18:40:15.153Z Checking newtype-uuid v1.3.2
21272026-06-24T18:40:15.190Z Checking toml_edit v0.22.27
21282026-06-24T18:40:15.194Z Checking usdt-impl v0.6.0
21292026-06-24T18:40:15.259Z Checking walkdir v2.5.0
21302026-06-24T18:40:15.294Z Checking dof v0.3.0
21312026-06-24T18:40:15.360Z Checking sha3 v0.10.8
21322026-06-24T18:40:15.395Z Checking daft v0.1.7
21332026-06-24T18:40:15.446Z Checking env_logger v0.11.9
21342026-06-24T18:40:15.483Z Checking ed25519 v2.2.3
21352026-06-24T18:40:15.535Z Checking usdt v0.6.0
21362026-06-24T18:40:15.586Z Checking itertools v0.13.0
21372026-06-24T18:40:15.623Z Checking usdt-impl v0.5.0
21382026-06-24T18:40:15.658Z Checking serde_with v3.17.0
21392026-06-24T18:40:15.662Z Checking bitflags v1.3.2
21402026-06-24T18:40:15.725Z Checking siphasher v1.0.2
21412026-06-24T18:40:15.728Z Checking ed25519-dalek v2.2.0
21422026-06-24T18:40:15.792Z Checking nix v0.31.2
21432026-06-24T18:40:15.909Z Checking toml_parser v1.0.9+spec-1.1.0
21442026-06-24T18:40:15.945Z Checking unicode-normalization v0.1.25
21452026-06-24T18:40:16.012Z Checking signal-hook v0.3.18
21462026-06-24T18:40:16.230Z Checking managed v0.8.0
21472026-06-24T18:40:16.267Z Checking winnow v0.5.40
21482026-06-24T18:40:16.314Z Checking bzip2-sys v0.1.13+1.0.8
21492026-06-24T18:40:16.372Z Checking object v0.37.3
21502026-06-24T18:40:16.429Z Checking foldhash v0.1.5
21512026-06-24T18:40:16.466Z Checking bzip2 v0.4.4
21522026-06-24T18:40:16.594Z Checking hashbrown v0.15.5
21532026-06-24T18:40:16.645Z Checking signal-hook-mio v0.2.5
21542026-06-24T18:40:16.682Z Checking globset v0.4.18
21552026-06-24T18:40:16.778Z Checking ref-cast v1.0.25
21562026-06-24T18:40:16.854Z Checking zstd-sys v2.0.16+zstd.1.5.7
21572026-06-24T18:40:16.890Z Checking native-tls v0.2.18
21582026-06-24T18:40:16.925Z Checking zip v0.6.6
21592026-06-24T18:40:16.959Z Checking pin-project v1.1.11
21602026-06-24T18:40:16.994Z Checking zstd-safe v7.2.4
21612026-06-24T18:40:17.078Z Checking bumpalo v3.20.2
21622026-06-24T18:40:17.082Z Checking libbz2-rs-sys v0.2.2
21632026-06-24T18:40:17.149Z Checking tokio-native-tls v0.3.1
21642026-06-24T18:40:17.153Z Checking crossterm v0.28.1
21652026-06-24T18:40:17.217Z Checking zstd v0.13.3
21662026-06-24T18:40:17.271Z Checking similar v2.7.0
21672026-06-24T18:40:17.309Z Checking zopfli v0.8.3
21682026-06-24T18:40:17.344Z Checking hyper-tls v0.6.0
21692026-06-24T18:40:17.417Z Checking toml_edit v0.19.15
21702026-06-24T18:40:17.453Z Checking tokio-stream v0.1.18
21712026-06-24T18:40:17.528Z Checking bzip2 v0.6.1
21722026-06-24T18:40:17.565Z Checking reqwest v0.12.28
21732026-06-24T18:40:17.656Z Checking fs-err v3.3.0
21742026-06-24T18:40:17.692Z Checking pem v3.0.6
21752026-06-24T18:40:17.726Z Checking hash32 v0.2.1
21762026-06-24T18:40:17.860Z Checking serde-big-array v0.5.1
21772026-06-24T18:40:17.895Z Checking unicode-bidi v0.3.18
21782026-06-24T18:40:17.931Z Checking predicates-core v1.0.10
21792026-06-24T18:40:17.934Z Checking unicode-properties v0.1.4
21802026-06-24T18:40:18.001Z Checking jiff v0.2.21
21812026-06-24T18:40:18.035Z Checking heapless v0.7.17
21822026-06-24T18:40:18.085Z Checking snafu v0.8.9
21832026-06-24T18:40:18.179Z Checking olpc-cjson v0.1.4
21842026-06-24T18:40:18.215Z Checking stringprep v0.1.5
21852026-06-24T18:40:18.345Z Checking hickory-proto v0.25.2
21862026-06-24T18:40:18.348Z Checking md-5 v0.10.6
21872026-06-24T18:40:18.413Z Checking serde_plain v1.0.2
21882026-06-24T18:40:18.448Z Checking float-cmp v0.10.0
21892026-06-24T18:40:18.484Z Checking toml v0.7.8
21902026-06-24T18:40:18.488Z Checking difflib v0.4.0
21912026-06-24T18:40:18.551Z Checking fallible-iterator v0.2.0
21922026-06-24T18:40:18.586Z Checking normalize-line-endings v0.3.0
21932026-06-24T18:40:18.620Z Checking typed-path v0.9.3
21942026-06-24T18:40:18.662Z Checking smoltcp v0.9.1
21952026-06-24T18:40:18.701Z Checking iddqd v0.4.2
21962026-06-24T18:40:18.736Z Checking predicates v3.1.4
21972026-06-24T18:40:18.815Z Checking phf_shared v0.13.1
21982026-06-24T18:40:18.850Z Checking postgres-protocol v0.6.10
21992026-06-24T18:40:19.039Z Checking phf_shared v0.11.3
22002026-06-24T18:40:19.078Z Checking buf-list v1.1.2
22012026-06-24T18:40:19.194Z Checking strum v0.27.2
22022026-06-24T18:40:19.231Z Checking lalrpop-util v0.19.12
22032026-06-24T18:40:19.265Z Checking new_debug_unreachable v1.0.6
22042026-06-24T18:40:19.301Z Checking fixedbitset v0.4.2
22052026-06-24T18:40:19.336Z Checking precomputed-hash v0.1.1
22062026-06-24T18:40:19.372Z Checking fixedbitset v0.5.7
22072026-06-24T18:40:19.406Z Checking tough v0.22.0
22082026-06-24T18:40:19.442Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22092026-06-24T18:40:19.477Z Checking string_cache v0.8.9
22102026-06-24T18:40:19.480Z Checking petgraph v0.6.5
22112026-06-24T18:40:19.590Z Checking petgraph v0.8.3
22122026-06-24T18:40:19.634Z Checking postgres-types v0.2.12
22132026-06-24T18:40:19.674Z Checking phf v0.13.1
22142026-06-24T18:40:19.853Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22152026-06-24T18:40:19.976Z Checking peg-runtime v0.8.5
22162026-06-24T18:40:20.150Z Checking whoami v2.1.0
22172026-06-24T18:40:20.260Z Checking zip v4.6.1
22182026-06-24T18:40:20.309Z Checking is-terminal v0.4.17
22192026-06-24T18:40:20.376Z Checking tokio-postgres v0.7.16
22202026-06-24T18:40:20.434Z Checking crossbeam-channel v0.5.15
22212026-06-24T18:40:20.798Z Checking thread_local v1.1.9
22222026-06-24T18:40:20.835Z Compiling structmeta-derive v0.3.0
22232026-06-24T18:40:20.870Z Checking take_mut v0.2.2
22242026-06-24T18:40:20.996Z Checking term v1.2.1
22252026-06-24T18:40:21.032Z Checking slog-async v2.8.0
22262026-06-24T18:40:21.188Z Compiling newtype-uuid-macros v0.1.0
22272026-06-24T18:40:21.191Z Compiling rustls v0.22.4
22282026-06-24T18:40:21.260Z Checking slog-term v2.9.2
22292026-06-24T18:40:21.263Z Compiling multer v3.1.0
22302026-06-24T18:40:21.464Z Compiling async-stream-impl v0.3.6
22312026-06-24T18:40:21.537Z Checking match_cfg v0.1.0
22322026-06-24T18:40:21.572Z Checking slog-json v2.6.1
22332026-06-24T18:40:21.607Z Compiling dropshot v0.17.0
22342026-06-24T18:40:21.641Z Checking hostname v0.3.1
22352026-06-24T18:40:21.678Z Compiling dropshot_endpoint v0.17.0
22362026-06-24T18:40:21.758Z Checking debug-ignore v1.0.5
22372026-06-24T18:40:21.794Z Checking slog-bunyan v2.5.0
22382026-06-24T18:40:21.869Z Checking progenitor-client v0.14.0
22392026-06-24T18:40:21.908Z Checking rustls-webpki v0.102.8
22402026-06-24T18:40:21.945Z Checking serde_path_to_error v0.1.20
22412026-06-24T18:40:21.957Z Compiling structmeta v0.3.0
22422026-06-24T18:40:21.974Z Checking toml_datetime v1.0.0+spec-1.1.0
22432026-06-24T18:40:22.041Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22442026-06-24T18:40:22.076Z Checking serde_spanned v1.0.4
22452026-06-24T18:40:22.123Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22462026-06-24T18:40:22.220Z Compiling derive-ex v0.1.8
22472026-06-24T18:40:22.249Z Checking toml_writer v1.0.6+spec-1.1.0
22482026-06-24T18:40:22.252Z Checking compression-core v0.4.31
22492026-06-24T18:40:22.252Z Checking async-stream v0.3.6
22502026-06-24T18:40:22.438Z Checking compression-codecs v0.4.37
22512026-06-24T18:40:22.468Z Checking toml v1.0.6+spec-1.1.0
22522026-06-24T18:40:22.536Z Checking waitgroup v0.1.2
22532026-06-24T18:40:22.539Z Checking rustls-pemfile v2.2.0
22542026-06-24T18:40:22.626Z Checking async-compression v0.4.41
22552026-06-24T18:40:22.667Z Checking hostname v0.4.2
22562026-06-24T18:40:22.748Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-06-24T18:40:22.756Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22582026-06-24T18:40:22.808Z Checking atomicwrites v0.4.4
22592026-06-24T18:40:22.878Z Compiling parse-display-derive v0.10.0
22602026-06-24T18:40:22.914Z Checking itertools v0.14.0
22612026-06-24T18:40:22.949Z Checking macaddr v1.0.1
22622026-06-24T18:40:22.986Z Checking regress v0.10.5
22632026-06-24T18:40:23.064Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22642026-06-24T18:40:23.157Z Checking instant v0.1.13
22652026-06-24T18:40:23.274Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22662026-06-24T18:40:23.408Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22672026-06-24T18:40:23.504Z Checking backoff v0.4.0
22682026-06-24T18:40:23.542Z Checking backon v1.6.0
22692026-06-24T18:40:23.708Z Checking humantime v2.3.0
22702026-06-24T18:40:23.743Z Checking progenitor-extras v0.2.0
22712026-06-24T18:40:23.812Z Checking tokio-rustls v0.25.0
22722026-06-24T18:40:23.896Z Compiling test-strategy v0.4.5
22732026-06-24T18:40:23.932Z Checking unicode-width v0.2.0
22742026-06-24T18:40:23.936Z Compiling convert_case v0.4.0
22752026-06-24T18:40:24.003Z Checking heck v0.5.0
22762026-06-24T18:40:24.034Z Checking half v2.7.1
22772026-06-24T18:40:24.149Z Checking ciborium-io v0.2.2
22782026-06-24T18:40:24.207Z Checking secrecy v0.10.3
22792026-06-24T18:40:24.267Z Compiling regress v0.11.1
22802026-06-24T18:40:24.318Z Checking ciborium-ll v0.2.2
22812026-06-24T18:40:24.352Z Checking indent_write v2.2.0
22822026-06-24T18:40:24.386Z Compiling derive_more v0.99.20
22832026-06-24T18:40:24.435Z Checking universal-hash v0.5.1
22842026-06-24T18:40:25.511Z Checking opaque-debug v0.3.1
22852026-06-24T18:40:25.515Z Checking ciborium v0.2.2
22862026-06-24T18:40:25.515Z Checking parse-display v0.10.0
22872026-06-24T18:40:25.515Z Checking camino-tempfile v1.4.1
22882026-06-24T18:40:25.515Z Compiling crucible-workspace-hack v0.1.0
22892026-06-24T18:40:25.515Z Checking aead v0.5.2
22902026-06-24T18:40:25.515Z Compiling unsafe-libyaml v0.2.11
22912026-06-24T18:40:25.515Z Checking poly1305 v0.8.0
22922026-06-24T18:40:25.515Z Checking chacha20 v0.9.1
22932026-06-24T18:40:25.518Z Compiling thiserror-impl-no-std v2.0.2
22942026-06-24T18:40:25.518Z Checking swrite v0.1.0
22952026-06-24T18:40:25.518Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-06-24T18:40:25.541Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972026-06-24T18:40:25.799Z Compiling serde_yaml v0.9.34+deprecated
22982026-06-24T18:40:25.872Z Compiling typify-impl v0.6.2
22992026-06-24T18:40:25.910Z Checking password-hash v0.5.0
23002026-06-24T18:40:26.061Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23012026-06-24T18:40:26.168Z Checking blake2 v0.10.6
23022026-06-24T18:40:26.472Z Checking argon2 v0.5.3
23032026-06-24T18:40:26.567Z Checking thiserror-no-std v2.0.2
23042026-06-24T18:40:26.683Z Checking vsss-rs v3.3.4
23052026-06-24T18:40:26.844Z Checking chacha20poly1305 v0.10.1
23062026-06-24T18:40:27.004Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23072026-06-24T18:40:27.037Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-06-24T18:40:27.307Z Checking byte-wrapper v0.1.0
23092026-06-24T18:40:27.363Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-24T18:40:27.398Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23112026-06-24T18:40:27.435Z Checking crossbeam-deque v0.8.6
23122026-06-24T18:40:27.541Z Compiling rayon-core v1.13.0
23132026-06-24T18:40:27.545Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23142026-06-24T18:40:27.620Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23152026-06-24T18:40:27.658Z Compiling toml_datetime v0.7.5+spec-1.1.0
23162026-06-24T18:40:27.827Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23172026-06-24T18:40:27.937Z Compiling toml_edit v0.23.10+spec-1.0.0
23182026-06-24T18:40:28.153Z Compiling proc-macro-error v1.0.4
23192026-06-24T18:40:28.306Z Checking rayon v1.11.0
23202026-06-24T18:40:28.488Z Compiling proc-macro-crate v3.4.0
23212026-06-24T18:40:28.962Z Checking toml v0.8.23
23222026-06-24T18:40:28.998Z Checking tabwriter v1.4.1
23232026-06-24T18:40:29.002Z Checking cpufeatures v0.3.0
23242026-06-24T18:40:29.067Z Compiling num_enum_derive v0.7.6
23252026-06-24T18:40:29.101Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23262026-06-24T18:40:29.135Z Checking glob v0.3.3
23272026-06-24T18:40:29.207Z Compiling heapless v0.8.0
23282026-06-24T18:40:29.244Z Checking colored v3.1.1
23292026-06-24T18:40:29.306Z Compiling ingot-macros v0.1.1
23302026-06-24T18:40:29.340Z Checking hash32 v0.3.1
23312026-06-24T18:40:29.467Z Checking unicode-width v0.1.14
23322026-06-24T18:40:29.502Z Compiling smoltcp v0.11.0
23332026-06-24T18:40:29.733Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23342026-06-24T18:40:29.801Z Checking cobs v0.3.0
23352026-06-24T18:40:29.912Z Compiling usdt-macro v0.5.0
23362026-06-24T18:40:29.999Z Compiling usdt-attr-macro v0.5.0
23372026-06-24T18:40:30.070Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23382026-06-24T18:40:30.107Z Checking memmap v0.7.0
23392026-06-24T18:40:30.149Z Checking num_enum v0.7.6
23402026-06-24T18:40:30.191Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23412026-06-24T18:40:30.303Z Checking postcard v1.1.3
23422026-06-24T18:40:30.392Z Compiling typify-macro v0.6.2
23432026-06-24T18:40:30.476Z Compiling proc-macro-crate v1.3.1
23442026-06-24T18:40:30.626Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23452026-06-24T18:40:30.685Z Checking sigpipe v0.1.3
23462026-06-24T18:40:30.793Z Compiling foreign-types-macros v0.2.3
23472026-06-24T18:40:30.844Z Checking usdt v0.5.0
23482026-06-24T18:40:30.877Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23492026-06-24T18:40:30.917Z Checking foreign-types-shared v0.3.1
23502026-06-24T18:40:31.035Z Compiling num_enum_derive v0.5.11
23512026-06-24T18:40:31.214Z Checking chacha20 v0.10.0
23522026-06-24T18:40:31.320Z Checking cstr-argument v0.1.2
23532026-06-24T18:40:31.403Z Checking foreign-types v0.5.0
23542026-06-24T18:40:31.459Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-06-24T18:40:31.494Z Compiling num-derive v0.4.2
23562026-06-24T18:40:31.497Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23572026-06-24T18:40:31.558Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23582026-06-24T18:40:31.807Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-06-24T18:40:31.905Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-06-24T18:40:31.998Z Checking rand v0.10.0
23612026-06-24T18:40:32.034Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23622026-06-24T18:40:32.065Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23632026-06-24T18:40:32.097Z Checking num_enum v0.5.11
23642026-06-24T18:40:32.159Z Compiling typify v0.6.2
23652026-06-24T18:40:32.225Z Checking ingot-types v0.1.2
23662026-06-24T18:40:32.258Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23672026-06-24T18:40:32.261Z Checking itertools v0.12.1
23682026-06-24T18:40:32.323Z Compiling progenitor-impl v0.14.0
23692026-06-24T18:40:32.401Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23702026-06-24T18:40:32.436Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23712026-06-24T18:40:32.604Z Checking ingot v0.1.1
23722026-06-24T18:40:32.639Z Compiling zone_cfg_derive v0.3.1
23732026-06-24T18:40:32.763Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23742026-06-24T18:40:32.965Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23752026-06-24T18:40:33.228Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23762026-06-24T18:40:33.301Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23772026-06-24T18:40:33.336Z Checking zone v0.3.1
23782026-06-24T18:40:33.339Z Checking smf v0.2.3
23792026-06-24T18:40:33.404Z Checking whoami v1.6.1
23802026-06-24T18:40:33.437Z Checking tokio-dtrace v0.1.1
23812026-06-24T18:40:33.547Z Compiling derive-where v1.6.0
23822026-06-24T18:40:33.601Z Checking console v0.15.11
23832026-06-24T18:40:33.635Z Checking newline-converter v0.3.0
23842026-06-24T18:40:33.668Z Checking oxide-tokio-rt v0.1.4
23852026-06-24T18:40:33.708Z Checking bytecount v0.6.9
23862026-06-24T18:40:33.770Z Compiling owo-colors v4.3.0
23872026-06-24T18:40:33.839Z Compiling cancel-safe-futures v0.1.5
23882026-06-24T18:40:33.874Z Checking libsw-core v0.3.2
23892026-06-24T18:40:33.906Z Checking expectorate v1.2.0
23902026-06-24T18:40:34.043Z Checking libsw v3.5.0
23912026-06-24T18:40:34.079Z Checking num-rational v0.4.2
23922026-06-24T18:40:34.252Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23932026-06-24T18:40:34.410Z Checking num-complex v0.4.6
23942026-06-24T18:40:34.445Z Checking linear-map v1.2.0
23952026-06-24T18:40:34.501Z Checking float-ord v0.3.2
23962026-06-24T18:40:34.632Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23972026-06-24T18:40:34.666Z Checking gethostname v0.5.0
23982026-06-24T18:40:34.766Z Checking num v0.4.3
23992026-06-24T18:40:34.801Z Compiling prettyplease v0.2.37
24002026-06-24T18:40:34.804Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24012026-06-24T18:40:34.865Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24022026-06-24T18:40:34.899Z Compiling progenitor-macro v0.14.0
24032026-06-24T18:40:34.902Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24042026-06-24T18:40:35.150Z Checking resolv-conf v0.7.6
24052026-06-24T18:40:35.322Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24062026-06-24T18:40:35.367Z Checking unicode-linebreak v0.1.5
24072026-06-24T18:40:35.459Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-24T18:40:35.614Z Checking smawk v0.3.2
24092026-06-24T18:40:35.777Z Checking papergrid v0.11.0
24102026-06-24T18:40:36.435Z Compiling tabled_derive v0.7.0
24112026-06-24T18:40:36.471Z Compiling convert_case v0.10.0
24122026-06-24T18:40:36.507Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24132026-06-24T18:40:36.511Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-06-24T18:40:36.723Z Compiling slog-dtrace v0.3.0
24152026-06-24T18:40:36.781Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-06-24T18:40:36.848Z Compiling derive_more-impl v2.1.1
24172026-06-24T18:40:37.010Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24182026-06-24T18:40:37.167Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24192026-06-24T18:40:37.421Z Checking tabled v0.15.0
24202026-06-24T18:40:37.681Z Checking derive_more v2.1.1
24212026-06-24T18:40:37.782Z Checking crossterm v0.29.0
24222026-06-24T18:40:38.097Z Checking linked-hash-map v0.5.6
24232026-06-24T18:40:38.296Z Checking lru-cache v0.1.2
24242026-06-24T18:40:38.686Z Checking hickory-proto v0.24.4
24252026-06-24T18:40:38.789Z Checking fd-lock v4.0.4
24262026-06-24T18:40:38.859Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24272026-06-24T18:40:39.473Z Checking vte v0.14.1
24282026-06-24T18:40:39.679Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24292026-06-24T18:40:39.810Z Checking progenitor v0.14.0
24302026-06-24T18:40:39.876Z Checking display-error-chain v0.2.2
24312026-06-24T18:40:40.007Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24322026-06-24T18:40:40.043Z Checking strip-ansi-escapes v0.2.1
24332026-06-24T18:40:40.503Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24342026-06-24T18:40:41.571Z Checking nu-ansi-term v0.50.3
24352026-06-24T18:40:41.662Z Checking termtree v0.5.1
24362026-06-24T18:40:41.775Z Checking hickory-resolver v0.24.4
24372026-06-24T18:40:41.810Z Checking reedline v0.40.0
24382026-06-24T18:40:41.813Z Checking textwrap v0.16.2
24392026-06-24T18:40:41.878Z Compiling minimal-lexical v0.2.1
24402026-06-24T18:40:42.059Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24412026-06-24T18:40:42.093Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24422026-06-24T18:40:42.158Z Compiling nom v7.1.3
24432026-06-24T18:40:42.379Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-06-24T18:40:42.530Z Checking qorb v0.4.1
24452026-06-24T18:40:42.656Z Compiling ar_archive_writer v0.5.1
24462026-06-24T18:40:43.016Z Checking csv-core v0.1.13
24472026-06-24T18:40:43.219Z Compiling stacker v0.1.23
24482026-06-24T18:40:43.223Z Checking csv v1.4.0
24492026-06-24T18:40:43.510Z Compiling cfg_aliases v0.1.1
24502026-06-24T18:40:43.547Z Compiling psm v0.1.30
24512026-06-24T18:40:43.550Z Checking highway v1.3.0
24522026-06-24T18:40:43.623Z Compiling semver v0.1.20
24532026-06-24T18:40:43.657Z Compiling nix v0.28.0
24542026-06-24T18:40:43.819Z Checking nibble_vec v0.1.0
24552026-06-24T18:40:43.853Z Compiling rustc_version v0.1.7
24562026-06-24T18:40:43.936Z Checking home v0.5.12
24572026-06-24T18:40:43.977Z Checking endian-type v0.1.2
24582026-06-24T18:40:44.060Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24592026-06-24T18:40:44.096Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24602026-06-24T18:40:44.162Z Checking radix_trie v0.2.1
24612026-06-24T18:40:44.165Z Compiling newtype_derive v0.1.6
24622026-06-24T18:40:44.165Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24632026-06-24T18:40:44.427Z Checking phf_shared v0.12.1
24642026-06-24T18:40:44.461Z Compiling recursive-proc-macro-impl v0.1.1
24652026-06-24T18:40:44.550Z Compiling chrono-tz v0.10.4
24662026-06-24T18:40:44.594Z Checking phf v0.12.1
24672026-06-24T18:40:44.707Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24682026-06-24T18:40:44.797Z Compiling const_format_proc_macros v0.2.34
24692026-06-24T18:40:44.832Z Compiling peg-macros v0.8.5
24702026-06-24T18:40:44.896Z Checking recursive v0.1.1
24712026-06-24T18:40:44.936Z Checking winnow v0.6.26
24722026-06-24T18:40:45.050Z Checking nom v8.0.0
24732026-06-24T18:40:45.261Z Compiling sqlparser_derive v0.5.0
24742026-06-24T18:40:45.523Z Checking unicode_categories v0.1.1
24752026-06-24T18:40:45.679Z Checking const_format v0.2.35
24762026-06-24T18:40:45.712Z Checking rustyline v14.0.0
24772026-06-24T18:40:46.052Z Checking sqlparser v0.61.0
24782026-06-24T18:40:46.136Z Checking sqlformat v0.3.5
24792026-06-24T18:40:46.259Z Checking peg v0.8.5
24802026-06-24T18:40:46.434Z Checking bcs v0.1.6
24812026-06-24T18:40:46.467Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24822026-06-24T18:40:46.568Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24832026-06-24T18:40:46.600Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24842026-06-24T18:40:46.694Z Checking steno v0.4.1
24852026-06-24T18:40:46.782Z Checking filetime v0.2.27
24862026-06-24T18:40:46.951Z Checking xattr v1.6.1
24872026-06-24T18:40:46.987Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-06-24T18:40:47.065Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24892026-06-24T18:40:47.111Z Checking tar v0.4.45
24902026-06-24T18:40:47.181Z Checking subprocess v0.2.15
24912026-06-24T18:40:47.528Z Checking base64 v0.21.7
24922026-06-24T18:40:47.609Z Checking headers-core v0.3.0
24932026-06-24T18:40:47.720Z Checking yasna v0.5.2
24942026-06-24T18:40:47.755Z Checking headers v0.4.1
24952026-06-24T18:40:47.799Z Checking dropshot-api-manager-types v0.7.2
24962026-06-24T18:40:47.999Z Checking tagptr v0.2.0
24972026-06-24T18:40:48.142Z Checking rcgen v0.12.1
24982026-06-24T18:40:48.181Z Checking moka v0.12.13
24992026-06-24T18:40:48.253Z Checking utf-8 v0.7.6
25002026-06-24T18:40:48.419Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25012026-06-24T18:40:48.483Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25022026-06-24T18:40:48.593Z Compiling libefi-sys v0.1.0
25032026-06-24T18:40:48.844Z Checking tungstenite v0.21.0
25042026-06-24T18:40:48.908Z Checking hickory-resolver v0.25.2
25052026-06-24T18:40:48.952Z Compiling bitfield-struct v0.6.2
25062026-06-24T18:40:49.248Z Compiling radium v0.7.0
25072026-06-24T18:40:49.301Z Checking tokio-tungstenite v0.21.0
25082026-06-24T18:40:49.604Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25092026-06-24T18:40:49.638Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25102026-06-24T18:40:49.669Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25112026-06-24T18:40:49.753Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25122026-06-24T18:40:49.905Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-06-24T18:40:49.937Z Compiling maybe-uninit v2.0.0
25142026-06-24T18:40:50.178Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25152026-06-24T18:40:50.213Z Checking tap v1.0.1
25162026-06-24T18:40:50.352Z Checking wyz v0.5.1
25172026-06-24T18:40:50.435Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25182026-06-24T18:40:50.477Z Compiling zerocopy-derive v0.6.6
25192026-06-24T18:40:50.533Z Compiling packed_struct v0.10.1
25202026-06-24T18:40:50.564Z Checking crc-catalog v2.4.0
25212026-06-24T18:40:50.607Z Checking funty v2.0.0
25222026-06-24T18:40:50.686Z Checking crc v3.4.0
25232026-06-24T18:40:50.889Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25242026-06-24T18:40:50.953Z Compiling packed_struct_codegen v0.10.1
25252026-06-24T18:40:50.986Z Checking bitvec v1.0.1
25262026-06-24T18:40:51.117Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25272026-06-24T18:40:51.247Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25282026-06-24T18:40:51.345Z Checking zerocopy v0.6.6
25292026-06-24T18:40:51.460Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-06-24T18:40:51.660Z Compiling bitfield-macros v0.19.4
25312026-06-24T18:40:51.879Z Compiling indexmap v1.9.3
25322026-06-24T18:40:52.031Z Checking nodrop v0.1.14
25332026-06-24T18:40:52.147Z Checking smallvec v0.6.14
25342026-06-24T18:40:52.179Z Checking array-init v0.0.4
25352026-06-24T18:40:52.213Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25362026-06-24T18:40:52.367Z Checking hashbrown v0.12.3
25372026-06-24T18:40:52.401Z Checking bitfield v0.19.4
25382026-06-24T18:40:52.501Z Checking serde-hex v0.1.0
25392026-06-24T18:40:52.687Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25402026-06-24T18:40:52.874Z Checking ron v0.8.1
25412026-06-24T18:40:53.147Z Checking hashbrown v0.13.2
25422026-06-24T18:40:53.370Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25432026-06-24T18:40:53.420Z Checking crc-any v2.5.0
25442026-06-24T18:40:53.600Z Checking object v0.30.4
25452026-06-24T18:40:53.633Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25462026-06-24T18:40:53.837Z Compiling xshell-macros v0.2.7
25472026-06-24T18:40:54.023Z Checking path-slash v0.1.5
25482026-06-24T18:40:54.157Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25492026-06-24T18:40:54.251Z Checking xshell v0.2.7
25502026-06-24T18:40:54.362Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-06-24T18:40:54.463Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25522026-06-24T18:40:54.498Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25532026-06-24T18:40:54.785Z Checking half v1.8.3
25542026-06-24T18:40:54.896Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25552026-06-24T18:40:55.050Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25562026-06-24T18:40:55.084Z Checking serde_cbor v0.11.2
25572026-06-24T18:40:55.301Z Compiling proc-macro-error-attr2 v2.0.0
25582026-06-24T18:40:55.506Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25592026-06-24T18:40:55.751Z Compiling num-derive v0.3.3
25602026-06-24T18:40:55.755Z Compiling proc-macro-error2 v2.0.1
25612026-06-24T18:40:55.799Z Checking papergrid v0.17.0
25622026-06-24T18:40:55.830Z Checking testing_table v0.3.0
25632026-06-24T18:40:55.951Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25642026-06-24T18:40:56.109Z Compiling tabled_derive v0.11.0
25652026-06-24T18:40:56.495Z Compiling progenitor-impl v0.13.0
25662026-06-24T18:40:56.575Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25672026-06-24T18:40:56.621Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25682026-06-24T18:40:56.666Z Checking libscf-sys v1.1.0
25692026-06-24T18:40:56.824Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25702026-06-24T18:40:57.058Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25712026-06-24T18:40:57.281Z Checking maplit v1.0.2
25722026-06-24T18:40:57.315Z Checking tabled v0.20.0
25732026-06-24T18:40:57.435Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25742026-06-24T18:40:57.583Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25752026-06-24T18:40:57.958Z Checking progenitor-client v0.13.0
25762026-06-24T18:40:58.232Z Compiling git-stub v1.0.0
25772026-06-24T18:40:58.313Z Checking crc8 v0.1.1
25782026-06-24T18:40:58.389Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25792026-06-24T18:40:58.441Z Compiling git-stub-vcs v0.1.0
25802026-06-24T18:40:58.526Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25812026-06-24T18:40:58.818Z Checking fxhash v0.2.1
25822026-06-24T18:40:58.853Z Checking unicase v2.9.0
25832026-06-24T18:40:58.969Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25842026-06-24T18:40:59.019Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25852026-06-24T18:40:59.052Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25862026-06-24T18:40:59.099Z Compiling progenitor-macro v0.13.0
25872026-06-24T18:40:59.287Z Compiling vergen-lib v0.1.6
25882026-06-24T18:40:59.388Z Compiling diesel_derives v2.3.7
25892026-06-24T18:40:59.459Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25902026-06-24T18:40:59.494Z Checking scheduled-thread-pool v0.2.7
25912026-06-24T18:40:59.572Z Compiling dsl_auto_type v0.2.0
25922026-06-24T18:40:59.647Z Compiling vergen-gitcl v1.0.8
25932026-06-24T18:40:59.680Z Compiling diesel_table_macro_syntax v0.3.0
25942026-06-24T18:40:59.745Z Checking r2d2 v0.8.10
25952026-06-24T18:40:59.934Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-06-24T18:40:59.973Z Checking downcast-rs v2.0.2
25972026-06-24T18:40:59.975Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25982026-06-24T18:41:00.041Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25992026-06-24T18:41:00.263Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26002026-06-24T18:41:00.296Z Checking kstat-rs v0.2.4
26012026-06-24T18:41:00.327Z Checking arc-swap v1.8.2
26022026-06-24T18:41:00.572Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26032026-06-24T18:41:00.606Z Checking slog-scope v4.4.1
26042026-06-24T18:41:00.723Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26052026-06-24T18:41:00.766Z Compiling parking_lot_core v0.8.6
26062026-06-24T18:41:00.799Z Checking slog-stdlog v4.1.1
26072026-06-24T18:41:00.857Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26082026-06-24T18:41:00.907Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26092026-06-24T18:41:00.947Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26102026-06-24T18:41:01.212Z Checking slog-envlogger v2.2.0
26112026-06-24T18:41:01.313Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26122026-06-24T18:41:01.402Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26132026-06-24T18:41:01.572Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26142026-06-24T18:41:01.681Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26152026-06-24T18:41:01.721Z Compiling dirs-sys-next v0.1.2
26162026-06-24T18:41:01.879Z Compiling crunchy v0.2.4
26172026-06-24T18:41:02.028Z Compiling dirs-next v2.0.0
26182026-06-24T18:41:02.062Z Checking parking_lot v0.11.2
26192026-06-24T18:41:02.095Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26202026-06-24T18:41:02.196Z Compiling clang-sys v1.8.1
26212026-06-24T18:41:02.238Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26222026-06-24T18:41:02.286Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26232026-06-24T18:41:02.412Z Checking prefix-trie v0.7.0
26242026-06-24T18:41:02.575Z Compiling tiny-keccak v2.0.2
26252026-06-24T18:41:02.771Z Checking hickory-server v0.25.2
26262026-06-24T18:41:02.837Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26272026-06-24T18:41:02.840Z Checking sled v0.34.7
26282026-06-24T18:41:02.969Z Compiling term v0.7.0
26292026-06-24T18:41:03.042Z Checking nanorand v0.7.0
26302026-06-24T18:41:03.272Z Compiling salty v0.3.0
26312026-06-24T18:41:03.433Z Compiling bit-vec v0.6.3
26322026-06-24T18:41:03.572Z Checking flume v0.11.1
26332026-06-24T18:41:03.615Z Compiling ascii-canvas v3.0.0
26342026-06-24T18:41:03.680Z Compiling bit-set v0.5.3
26352026-06-24T18:41:03.881Z Checking primeorder v0.13.6
26362026-06-24T18:41:03.913Z Compiling itertools v0.10.5
26372026-06-24T18:41:04.019Z Checking progenitor v0.13.0
26382026-06-24T18:41:04.086Z Compiling ena v0.14.4
26392026-06-24T18:41:04.151Z Compiling libloading v0.8.9
26402026-06-24T18:41:04.155Z Compiling bindgen v0.71.1
26412026-06-24T18:41:04.219Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26422026-06-24T18:41:04.289Z Compiling diff v0.1.13
26432026-06-24T18:41:04.321Z Compiling regex-syntax v0.6.29
26442026-06-24T18:41:04.989Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26452026-06-24T18:41:05.381Z Compiling cexpr v0.6.0
26462026-06-24T18:41:05.459Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26472026-06-24T18:41:05.497Z Checking diesel v2.3.7
26482026-06-24T18:41:05.499Z Compiling fs-err v2.11.0
26492026-06-24T18:41:05.757Z Compiling lalrpop v0.19.12
26502026-06-24T18:41:06.083Z Compiling rustc-hash v2.1.1
26512026-06-24T18:41:06.272Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26522026-06-24T18:41:06.309Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26532026-06-24T18:41:06.450Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26542026-06-24T18:41:06.486Z Compiling libxml v0.3.3
26552026-06-24T18:41:06.859Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26562026-06-24T18:41:07.022Z Checking p384 v0.13.1
26572026-06-24T18:41:07.488Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26582026-06-24T18:41:07.870Z Compiling strum_macros v0.24.3
26592026-06-24T18:41:08.098Z Checking assert_matches v1.5.0
26602026-06-24T18:41:08.201Z Checking parse-size v1.1.0
26612026-06-24T18:41:08.354Z Compiling indoc v1.0.9
26622026-06-24T18:41:08.817Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26632026-06-24T18:41:09.335Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26642026-06-24T18:41:09.554Z Checking quick-xml v0.37.5
26652026-06-24T18:41:09.690Z Checking derive_builder v0.20.2
26662026-06-24T18:41:09.815Z Compiling oso-derive v0.27.3
26672026-06-24T18:41:09.848Z Compiling trait-variant v0.1.2
26682026-06-24T18:41:10.333Z Compiling impl-trait-for-tuples v0.2.3
26692026-06-24T18:41:10.445Z Checking openssl-probe v0.1.6
26702026-06-24T18:41:10.527Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26712026-06-24T18:41:10.635Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26722026-06-24T18:41:10.793Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-06-24T18:41:11.248Z Checking predicates-tree v1.0.13
26742026-06-24T18:41:11.394Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26752026-06-24T18:41:11.583Z Compiling mime_guess v2.0.5
26762026-06-24T18:41:11.586Z Checking http-range v0.1.5
26772026-06-24T18:41:11.777Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26782026-06-24T18:41:11.864Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26792026-06-24T18:41:11.903Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26802026-06-24T18:41:12.121Z Checking bb8 v0.8.6
26812026-06-24T18:41:12.202Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26822026-06-24T18:41:12.205Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26832026-06-24T18:41:12.267Z Checking atty v0.2.14
26842026-06-24T18:41:12.391Z Checking corncobs v0.1.4
26852026-06-24T18:41:12.426Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26862026-06-24T18:41:12.567Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-06-24T18:41:12.609Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-06-24T18:41:12.787Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26892026-06-24T18:41:12.827Z Checking ignore v0.4.25
26902026-06-24T18:41:12.863Z Checking secrecy v0.8.0
26912026-06-24T18:41:12.938Z Checking hyper-staticfile v0.10.1
26922026-06-24T18:41:13.258Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26932026-06-24T18:41:13.292Z Checking globwalk v0.9.1
26942026-06-24T18:41:13.400Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26952026-06-24T18:41:13.511Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26962026-06-24T18:41:13.577Z Compiling illumos-nvpair-sys v0.2.0
26972026-06-24T18:41:13.631Z Checking nonempty v0.12.0
26982026-06-24T18:41:13.830Z Checking camino-tempfile-ext v0.3.3
26992026-06-24T18:41:13.869Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27002026-06-24T18:41:13.914Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27012026-06-24T18:41:14.054Z Checking signal-hook-tokio v0.3.1
27022026-06-24T18:41:14.095Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27032026-06-24T18:41:14.219Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27042026-06-24T18:41:14.518Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27052026-06-24T18:41:14.662Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27062026-06-24T18:41:14.920Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27072026-06-24T18:41:15.038Z Checking illumos-nvpair v0.3.0
27082026-06-24T18:41:15.233Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27092026-06-24T18:41:15.267Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27102026-06-24T18:41:15.341Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27112026-06-24T18:41:15.476Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27122026-06-24T18:41:15.606Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27132026-06-24T18:41:15.663Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27142026-06-24T18:41:15.696Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27152026-06-24T18:41:15.699Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27162026-06-24T18:41:15.768Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-06-24T18:41:16.107Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27182026-06-24T18:41:16.143Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27192026-06-24T18:41:16.371Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27202026-06-24T18:41:17.644Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27212026-06-24T18:41:17.746Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27222026-06-24T18:41:17.931Z Checking tungstenite v0.23.0
27232026-06-24T18:41:17.966Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27242026-06-24T18:41:18.130Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-06-24T18:41:18.386Z Checking tokio-tungstenite v0.23.1
27262026-06-24T18:41:18.692Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-06-24T18:41:18.846Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27282026-06-24T18:41:19.027Z Checking rand_seeder v0.4.0
27292026-06-24T18:41:19.107Z Checking void v1.0.2
27302026-06-24T18:41:19.144Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27312026-06-24T18:41:19.206Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27322026-06-24T18:41:19.240Z Checking nix v0.27.1
27332026-06-24T18:41:19.271Z Checking lzss v0.8.2
27342026-06-24T18:41:19.330Z Checking serde_bytes v0.11.19
27352026-06-24T18:41:19.468Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27362026-06-24T18:41:19.500Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27372026-06-24T18:41:19.537Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27382026-06-24T18:41:19.668Z Checking async-bb8-diesel v0.2.1
27392026-06-24T18:41:19.779Z Checking diesel-dtrace v0.5.0
27402026-06-24T18:41:20.054Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27412026-06-24T18:41:20.211Z Checking is_ci v1.2.0
27422026-06-24T18:41:20.319Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27432026-06-24T18:41:20.522Z Checking yansi v1.0.1
27442026-06-24T18:41:20.621Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27452026-06-24T18:41:20.807Z Checking pretty_assertions v1.4.1
27462026-06-24T18:41:20.894Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27472026-06-24T18:41:20.970Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27482026-06-24T18:41:21.006Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27492026-06-24T18:41:21.231Z Compiling darling_core v0.23.0
27502026-06-24T18:41:21.454Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27512026-06-24T18:41:22.469Z Compiling indoc v2.0.7
27522026-06-24T18:41:22.955Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27532026-06-24T18:41:23.022Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-06-24T18:41:23.150Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27552026-06-24T18:41:23.184Z Compiling libz-sys v1.1.24
27562026-06-24T18:41:23.598Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-24T18:41:23.761Z Compiling darling_macro v0.23.0
27582026-06-24T18:41:23.796Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27592026-06-24T18:41:23.831Z Compiling instability v0.3.11
27602026-06-24T18:41:23.863Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-24T18:41:24.305Z Compiling darling v0.23.0
27622026-06-24T18:41:24.349Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27632026-06-24T18:41:24.425Z Checking castaway v0.2.4
27642026-06-24T18:41:24.560Z Checking compact_str v0.8.1
27652026-06-24T18:41:24.974Z Checking supports-color v3.0.2
27662026-06-24T18:41:25.139Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27672026-06-24T18:41:25.218Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27682026-06-24T18:41:25.365Z Checking unicode-truncate v1.1.0
27692026-06-24T18:41:25.399Z Checking console v0.16.2
27702026-06-24T18:41:25.440Z Checking lru v0.12.5
27712026-06-24T18:41:25.545Z Compiling libgit2-sys v0.18.3+1.9.2
27722026-06-24T18:41:25.630Z Checking cassowary v0.3.0
27732026-06-24T18:41:25.663Z Checking unit-prefix v0.5.2
27742026-06-24T18:41:25.823Z Checking indicatif v0.18.4
27752026-06-24T18:41:25.887Z Checking ratatui v0.29.0
27762026-06-24T18:41:26.019Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27772026-06-24T18:41:26.243Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27782026-06-24T18:41:26.494Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27792026-06-24T18:41:27.221Z Compiling vergen-git2 v9.1.0
27802026-06-24T18:41:27.256Z Checking plotters-backend v0.3.7
27812026-06-24T18:41:27.488Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27822026-06-24T18:41:27.521Z Checking plotters-svg v0.3.7
27832026-06-24T18:41:27.692Z Compiling rustls v0.21.12
27842026-06-24T18:41:27.727Z Checking cast v0.3.0
27852026-06-24T18:41:27.906Z Checking criterion-plot v0.6.0
27862026-06-24T18:41:28.031Z Checking plotters v0.3.7
27872026-06-24T18:41:28.181Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27882026-06-24T18:41:28.215Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27892026-06-24T18:41:28.437Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27902026-06-24T18:41:28.660Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27912026-06-24T18:41:28.810Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27922026-06-24T18:41:28.885Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27932026-06-24T18:41:29.036Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27942026-06-24T18:41:29.112Z Checking colored v2.2.0
27952026-06-24T18:41:29.209Z Checking rustls-webpki v0.101.7
27962026-06-24T18:41:29.347Z Checking sct v0.7.1
27972026-06-24T18:41:29.516Z Checking tinytemplate v1.2.1
27982026-06-24T18:41:29.579Z Checking shell-words v1.1.1
27992026-06-24T18:41:29.712Z Checking anes v0.1.6
28002026-06-24T18:41:29.744Z Checking oorandom v11.1.5
28012026-06-24T18:41:29.887Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28022026-06-24T18:41:29.919Z Checking criterion v0.7.0
28032026-06-24T18:41:31.328Z Checking typeid v1.0.3
28042026-06-24T18:41:31.361Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28052026-06-24T18:41:31.464Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28062026-06-24T18:41:32.145Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28072026-06-24T18:41:32.920Z Checking hex-literal v0.4.1
28082026-06-24T18:41:33.051Z Checking erased-serde v0.4.9
28092026-06-24T18:41:33.441Z Checking tokio-rustls v0.24.1
28102026-06-24T18:41:33.678Z Checking rustls-pemfile v1.0.4
28112026-06-24T18:41:33.850Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28122026-06-24T18:41:34.074Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28132026-06-24T18:41:34.490Z Checking twox-hash v2.1.2
28142026-06-24T18:41:34.789Z Checking ordered-float v2.10.1
28152026-06-24T18:41:34.868Z Checking serde-untagged v0.1.9
28162026-06-24T18:41:35.067Z Checking serde-value v0.7.0
28172026-06-24T18:41:35.103Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28182026-06-24T18:41:35.316Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28192026-06-24T18:41:35.508Z Checking fatfs v0.3.6
28202026-06-24T18:41:35.996Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28212026-06-24T18:41:36.098Z Compiling seq-macro v0.3.6
28222026-06-24T18:41:36.390Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28232026-06-24T18:41:36.571Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-06-24T18:41:36.637Z Checking unicode-xid v0.2.6
28252026-06-24T18:41:36.777Z Checking cargo-util-schemas v0.8.2
28262026-06-24T18:41:37.332Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28272026-06-24T18:41:37.687Z Checking cargo-platform v0.2.0
28282026-06-24T18:41:37.891Z Compiling petname v2.0.2
28292026-06-24T18:41:37.924Z Checking cargo_metadata v0.21.0
28302026-06-24T18:41:38.569Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28312026-06-24T18:41:38.711Z Checking concurrent-queue v2.5.0
28322026-06-24T18:41:38.930Z Checking rtoolbox v0.0.3
28332026-06-24T18:41:39.095Z Checking parking v2.2.1
28342026-06-24T18:41:39.201Z Checking rpassword v7.4.0
28352026-06-24T18:41:39.247Z Checking event-listener v5.4.1
28362026-06-24T18:41:39.499Z Checking tui-tree-widget v0.23.1
28372026-06-24T18:41:39.719Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28382026-06-24T18:41:39.770Z Checking polyval v0.6.2
28392026-06-24T18:41:39.909Z Checking sapling-renderdag v0.1.0
28402026-06-24T18:41:39.982Z Checking sync-ptr v0.1.4
28412026-06-24T18:41:40.132Z Checking ghash v0.5.1
28422026-06-24T18:41:40.203Z Checking event-listener-strategy v0.5.4
28432026-06-24T18:41:40.282Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28442026-06-24T18:41:40.372Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28452026-06-24T18:41:40.595Z Checking ctr v0.9.2
28462026-06-24T18:41:40.797Z Checking arrayref v0.3.9
28472026-06-24T18:41:40.900Z Checking constant_time_eq v0.4.2
28482026-06-24T18:41:40.956Z Checking arrayvec v0.7.6
28492026-06-24T18:41:41.067Z Checking futures-timer v3.0.3
28502026-06-24T18:41:41.174Z Checking aes-gcm v0.10.3
28512026-06-24T18:41:41.324Z Checking async-lock v3.4.2
28522026-06-24T18:41:41.356Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28532026-06-24T18:41:41.749Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28542026-06-24T18:41:41.783Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28552026-06-24T18:41:42.323Z Checking ssh-encoding v0.2.0
28562026-06-24T18:41:42.544Z Checking blowfish v0.9.1
28572026-06-24T18:41:42.726Z Compiling strsim v0.10.0
28582026-06-24T18:41:42.979Z Compiling darling_core v0.13.4
28592026-06-24T18:41:43.081Z Checking bcrypt-pbkdf v0.10.0
28602026-06-24T18:41:43.281Z Checking ssh-cipher v0.2.0
28612026-06-24T18:41:43.483Z Checking async-object-pool v0.2.0
28622026-06-24T18:41:43.637Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-06-24T18:41:44.037Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28642026-06-24T18:41:44.558Z Checking serde_regex v1.1.0
28652026-06-24T18:41:44.706Z Checking password-hash v0.4.2
28662026-06-24T18:41:44.749Z Checking assert-json-diff v2.0.2
28672026-06-24T18:41:44.850Z Checking path-tree v0.8.3
28682026-06-24T18:41:44.943Z Checking stringmetrics v2.2.2
28692026-06-24T18:41:44.946Z Compiling target-lexicon v0.13.3
28702026-06-24T18:41:45.078Z Checking gimli v0.32.3
28712026-06-24T18:41:45.125Z Checking httpmock v0.8.3
28722026-06-24T18:41:45.561Z Checking pbkdf2 v0.11.0
28732026-06-24T18:41:45.762Z Compiling darling_macro v0.13.4
28742026-06-24T18:41:46.267Z Checking ssh-key v0.6.7
28752026-06-24T18:41:46.647Z Checking addr2line v0.25.1
28762026-06-24T18:41:46.979Z Compiling samael v0.0.19
28772026-06-24T18:41:47.012Z Checking p521 v0.13.3
28782026-06-24T18:41:47.353Z Checking p256 v0.13.2
28792026-06-24T18:41:47.635Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28802026-06-24T18:41:47.668Z Checking russh-cryptovec v0.7.3
28812026-06-24T18:41:47.835Z Checking rustc-demangle v0.1.27
28822026-06-24T18:41:47.904Z Compiling guppy-workspace-hack v0.1.0
28832026-06-24T18:41:48.090Z Checking md5 v0.7.0
28842026-06-24T18:41:48.168Z Checking backtrace v0.3.76
28852026-06-24T18:41:48.297Z Checking russh-keys v0.45.0
28862026-06-24T18:41:48.507Z Compiling darling v0.13.4
28872026-06-24T18:41:48.807Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28882026-06-24T18:41:48.886Z Checking num-bigint v0.4.6
28892026-06-24T18:41:48.967Z Checking des v0.8.1
28902026-06-24T18:41:49.154Z Compiling blake3 v1.8.5
28912026-06-24T18:41:49.186Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28922026-06-24T18:41:49.542Z Compiling target-spec v3.5.7
28932026-06-24T18:41:49.625Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28942026-06-24T18:41:49.874Z Checking russh v0.45.0
28952026-06-24T18:41:50.479Z Checking cfg-expr v0.20.6
28962026-06-24T18:41:50.521Z Compiling serde_with_macros v1.5.2
28972026-06-24T18:41:50.900Z Checking backtrace-ext v0.2.1
28982026-06-24T18:41:51.149Z Checking supports-color v2.1.0
28992026-06-24T18:41:51.313Z Checking textwrap v0.15.2
29002026-06-24T18:41:51.384Z Checking supports-unicode v2.1.0
29012026-06-24T18:41:51.528Z Checking supports-hyperlinks v2.1.0
29022026-06-24T18:41:51.561Z Checking hashbrown v0.14.5
29032026-06-24T18:41:51.675Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29042026-06-24T18:41:51.828Z Checking cargo-platform v0.3.2
29052026-06-24T18:41:51.900Z Checking terminal_size v0.1.17
29062026-06-24T18:41:52.035Z Compiling miette-derive v5.10.0
29072026-06-24T18:41:52.037Z Checking owo-colors v3.5.0
29082026-06-24T18:41:52.101Z Checking internet-checksum v0.2.1
29092026-06-24T18:41:52.248Z Checking chumsky v0.9.3
29102026-06-24T18:41:52.626Z Checking cargo_metadata v0.23.1
29112026-06-24T18:41:53.193Z Checking miette v5.10.0
29122026-06-24T18:41:53.315Z Compiling serde_with v1.14.0
29132026-06-24T18:41:53.698Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29142026-06-24T18:41:53.775Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29152026-06-24T18:41:53.920Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29162026-06-24T18:41:54.155Z Compiling git2 v0.20.4
29172026-06-24T18:41:54.259Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29182026-06-24T18:41:54.474Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29192026-06-24T18:41:54.506Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29202026-06-24T18:41:54.587Z Compiling knuffel-derive v3.2.0
29212026-06-24T18:41:54.692Z Checking httptest v0.16.4
29222026-06-24T18:41:54.741Z Checking pathdiff v0.2.3
29232026-06-24T18:41:54.879Z Checking topological-sort v0.2.2
29242026-06-24T18:41:55.062Z Checking nested v0.1.1
29252026-06-24T18:41:55.104Z Checking omicron-zone-package v0.12.2
29262026-06-24T18:41:55.233Z Checking guppy v0.17.25
29272026-06-24T18:41:55.405Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29282026-06-24T18:41:56.047Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29292026-06-24T18:41:56.130Z Checking knuffel v3.2.0
29302026-06-24T18:41:56.217Z Checking similar-asserts v1.7.0
29312026-06-24T18:41:56.312Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29322026-06-24T18:41:56.479Z Compiling target-triple v1.0.0
29332026-06-24T18:41:56.788Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29342026-06-24T18:41:56.867Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29352026-06-24T18:41:57.019Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29362026-06-24T18:41:57.054Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29372026-06-24T18:41:57.284Z Checking hickory-client v0.25.2
29382026-06-24T18:41:58.445Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29392026-06-24T18:41:58.445Z Checking tokio-test v0.4.5
29402026-06-24T18:41:58.445Z Compiling assert_cmd v2.1.2
29412026-06-24T18:41:58.445Z Checking escape8259 v0.5.3
29422026-06-24T18:41:58.445Z Checking libtest-mimic v0.8.1
29432026-06-24T18:41:58.445Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29442026-06-24T18:41:58.544Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29452026-06-24T18:41:58.640Z Checking blake2b_simd v1.0.4
29462026-06-24T18:41:59.056Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29472026-06-24T18:41:59.241Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29482026-06-24T18:41:59.473Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29492026-06-24T18:41:59.656Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29502026-06-24T18:41:59.702Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29512026-06-24T18:41:59.883Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29522026-06-24T18:42:00.128Z Checking fancy-regex v0.14.0
29532026-06-24T18:42:00.360Z Checking serde_tokenstream v0.2.3
29542026-06-24T18:42:00.521Z Checking approx v0.5.1
29552026-06-24T18:42:00.620Z Checking uzers v0.12.2
29562026-06-24T18:42:00.691Z Compiling rstest_macros v0.25.0
29572026-06-24T18:42:00.874Z Checking termcolor v1.4.1
29582026-06-24T18:42:01.003Z Checking constant_time_eq v0.3.1
29592026-06-24T18:42:01.124Z Compiling linkme-impl v0.3.35
29602026-06-24T18:42:01.156Z Checking rust-argon2 v2.1.0
29612026-06-24T18:42:01.417Z Checking trybuild v1.0.116
29622026-06-24T18:42:01.646Z Checking datatest-stable v0.3.3
29632026-06-24T18:42:02.233Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29642026-06-24T18:42:02.541Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29652026-06-24T18:42:02.604Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29662026-06-24T18:42:02.937Z Checking support-bundle-viewer v0.1.2
29672026-06-24T18:42:03.231Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29682026-06-24T18:42:03.358Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29692026-06-24T18:42:03.457Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29702026-06-24T18:42:03.581Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29712026-06-24T18:42:03.614Z Compiling polar-core v0.27.3
29722026-06-24T18:42:03.646Z Checking drift v0.2.0
29732026-06-24T18:42:03.680Z Checking rand_distr v0.5.1
29742026-06-24T18:42:03.801Z Checking multimap v0.10.1
29752026-06-24T18:42:04.006Z Compiling relative-path v1.9.3
29762026-06-24T18:42:04.036Z Compiling linkme v0.3.35
29772026-06-24T18:42:04.119Z Checking dropshot-api-manager v0.7.2
29782026-06-24T18:42:05.275Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29792026-06-24T18:42:05.964Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29802026-06-24T18:42:06.077Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29812026-06-24T18:42:06.165Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29822026-06-24T18:42:06.407Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29832026-06-24T18:42:06.685Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29842026-06-24T18:42:06.761Z Checking cargo_toml v0.21.0
29852026-06-24T18:42:06.944Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29862026-06-24T18:42:07.379Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29872026-06-24T18:42:07.576Z Checking partial-io v0.5.4
29882026-06-24T18:42:07.613Z Checking termios v0.3.3
29892026-06-24T18:42:07.770Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29902026-06-24T18:42:07.875Z Checking rstest v0.25.0
29912026-06-24T18:42:08.542Z Checking oso v0.27.3
29922026-06-24T18:42:09.467Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29932026-06-24T18:42:10.078Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29942026-06-24T18:42:10.497Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29952026-06-24T18:42:12.954Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29962026-06-24T18:42:18.076Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29972026-06-24T18:42:20.532Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29982026-06-24T18:42:20.563Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29992026-06-24T18:42:23.088Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30002026-06-24T18:42:28.061Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30012026-06-24T18:42:33.890Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30022026-06-24T18:42:36.640Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30032026-06-24T18:42:37.257Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30042026-06-24T18:42:38.497Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30052026-06-24T18:42:43.849Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30062026-06-24T18:42:47.977Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30072026-06-24T18:44:04.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
30082026-06-24T18:44:05.317Z
30092026-06-24T18:44:05.317Zreal 4:09.630296395
30102026-06-24T18:44:05.317Zuser 21:07.338878119
30112026-06-24T18:44:05.317Zsys 4:50.877465977
30122026-06-24T18:44:05.317Ztrap 0.510565174
30132026-06-24T18:44:05.317Ztflt 0.486686061
30142026-06-24T18:44:05.317Zdflt 0.438241154
30152026-06-24T18:44:05.317Zkflt 0.005502190
30162026-06-24T18:44:05.318Zlock 58:08.998174408
30172026-06-24T18:44:05.318Zslp 57:50.102224431
30182026-06-24T18:44:05.318Zlat 1:47.279737794
30192026-06-24T18:44:05.318Zstop 10:45.997749217
30202026-06-24T18:44:05.321Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30212026-06-24T18:44:05.321Z+ ptime -m cargo doc --workspace --no-deps
30222026-06-24T18:44:06.117Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30232026-06-24T18:44:06.117Z |
30242026-06-24T18:44:06.117Z = 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)`
30252026-06-24T18:44:06.117Z = 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>
30262026-06-24T18:44:07.112Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30272026-06-24T18:44:07.339Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30282026-06-24T18:44:07.384Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30292026-06-24T18:44:07.445Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302026-06-24T18:44:07.504Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30312026-06-24T18:44:07.530Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30322026-06-24T18:44:07.625Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30332026-06-24T18:44:07.654Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30342026-06-24T18:44:07.682Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30352026-06-24T18:44:07.707Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30362026-06-24T18:44:07.876Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30372026-06-24T18:44:07.925Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30382026-06-24T18:44:07.963Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30392026-06-24T18:44:07.990Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30402026-06-24T18:44:08.015Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30412026-06-24T18:44:08.041Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30422026-06-24T18:44:08.062Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30432026-06-24T18:44:08.082Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30442026-06-24T18:44:08.104Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30452026-06-24T18:44:08.131Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30462026-06-24T18:44:08.184Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30472026-06-24T18:44:08.232Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30482026-06-24T18:44:08.507Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30492026-06-24T18:44:08.841Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30502026-06-24T18:44:08.876Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30512026-06-24T18:44:08.956Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30522026-06-24T18:44:08.994Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30532026-06-24T18:44:09.022Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30542026-06-24T18:44:09.172Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30552026-06-24T18:44:09.242Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30562026-06-24T18:44:09.334Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30572026-06-24T18:44:09.465Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30582026-06-24T18:44:09.550Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30592026-06-24T18:44:09.614Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30602026-06-24T18:44:09.637Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30612026-06-24T18:44:09.659Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30622026-06-24T18:44:09.775Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30632026-06-24T18:44:09.827Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30642026-06-24T18:44:09.883Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30652026-06-24T18:44:10.114Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30662026-06-24T18:44:10.161Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30672026-06-24T18:44:10.486Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30682026-06-24T18:44:10.548Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30692026-06-24T18:44:10.622Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30702026-06-24T18:44:10.716Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30712026-06-24T18:44:10.782Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30722026-06-24T18:44:10.808Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30732026-06-24T18:44:10.893Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30742026-06-24T18:44:10.947Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30752026-06-24T18:44:11.037Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30762026-06-24T18:44:11.067Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30772026-06-24T18:44:11.119Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30782026-06-24T18:44:11.178Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30792026-06-24T18:44:11.269Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30802026-06-24T18:44:11.320Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30812026-06-24T18:44:11.342Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30822026-06-24T18:44:11.376Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30832026-06-24T18:44:11.434Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30842026-06-24T18:44:11.464Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30852026-06-24T18:44:11.515Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30862026-06-24T18:44:11.538Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30872026-06-24T18:44:11.594Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30882026-06-24T18:44:11.931Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30892026-06-24T18:44:11.954Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30902026-06-24T18:44:12.098Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30912026-06-24T18:44:12.258Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30922026-06-24T18:44:12.520Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30932026-06-24T18:44:12.742Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30942026-06-24T18:44:12.991Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30952026-06-24T18:44:13.022Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30962026-06-24T18:44:13.025Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30972026-06-24T18:44:13.065Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30982026-06-24T18:44:13.266Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30992026-06-24T18:44:13.305Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31002026-06-24T18:44:13.327Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31012026-06-24T18:44:13.367Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31022026-06-24T18:44:13.935Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31032026-06-24T18:44:14.461Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31042026-06-24T18:44:14.464Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31052026-06-24T18:44:14.562Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31062026-06-24T18:44:14.659Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31072026-06-24T18:44:14.814Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31082026-06-24T18:44:14.909Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31092026-06-24T18:44:14.932Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31102026-06-24T18:44:15.092Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31112026-06-24T18:44:15.130Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31122026-06-24T18:44:15.275Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31132026-06-24T18:44:15.319Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31142026-06-24T18:44:15.348Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31152026-06-24T18:44:15.498Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31162026-06-24T18:44:15.501Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31172026-06-24T18:44:15.546Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31182026-06-24T18:44:15.610Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31192026-06-24T18:44:15.638Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31202026-06-24T18:44:15.663Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31212026-06-24T18:44:15.799Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31222026-06-24T18:44:15.844Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31232026-06-24T18:44:15.846Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31242026-06-24T18:44:15.907Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31252026-06-24T18:44:15.929Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31262026-06-24T18:44:15.950Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31272026-06-24T18:44:16.014Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31282026-06-24T18:44:16.127Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31292026-06-24T18:44:16.150Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31302026-06-24T18:44:16.206Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31312026-06-24T18:44:16.324Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31322026-06-24T18:44:16.464Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31332026-06-24T18:44:16.507Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31342026-06-24T18:44:16.528Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31352026-06-24T18:44:16.960Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31362026-06-24T18:44:17.148Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31372026-06-24T18:44:17.212Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31382026-06-24T18:44:17.897Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31392026-06-24T18:44:17.991Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31402026-06-24T18:44:18.106Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31412026-06-24T18:44:18.709Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31422026-06-24T18:44:18.795Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31432026-06-24T18:44:19.447Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31442026-06-24T18:44:20.210Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31452026-06-24T18:44:20.843Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31462026-06-24T18:44:20.897Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31472026-06-24T18:44:21.129Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31482026-06-24T18:44:21.437Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31492026-06-24T18:44:21.481Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31502026-06-24T18:44:21.695Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31512026-06-24T18:44:21.749Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31522026-06-24T18:44:22.204Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31532026-06-24T18:44:22.387Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31542026-06-24T18:44:22.411Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31552026-06-24T18:44:22.761Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31562026-06-24T18:44:23.029Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31572026-06-24T18:44:23.126Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31582026-06-24T18:44:23.463Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31592026-06-24T18:44:23.631Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31602026-06-24T18:44:23.861Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31612026-06-24T18:44:24.117Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31622026-06-24T18:44:24.219Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31632026-06-24T18:44:24.375Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31642026-06-24T18:44:24.802Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31652026-06-24T18:44:25.156Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31662026-06-24T18:44:25.539Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31672026-06-24T18:44:25.949Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31682026-06-24T18:44:26.562Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31692026-06-24T18:44:26.640Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31702026-06-24T18:44:27.354Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31712026-06-24T18:44:27.926Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31722026-06-24T18:44:27.999Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31732026-06-24T18:44:28.048Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31742026-06-24T18:44:28.417Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31752026-06-24T18:44:28.957Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31762026-06-24T18:44:29.608Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31772026-06-24T18:44:30.410Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31782026-06-24T18:44:30.447Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-06-24T18:44:31.049Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-06-24T18:44:31.737Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31812026-06-24T18:44:32.013Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31822026-06-24T18:44:34.983Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31832026-06-24T18:44:35.893Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31842026-06-24T18:44:35.917Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31852026-06-24T18:44:36.625Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31862026-06-24T18:44:37.010Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31872026-06-24T18:44:37.117Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31882026-06-24T18:44:37.163Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31892026-06-24T18:44:38.325Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31902026-06-24T18:44:38.769Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31912026-06-24T18:44:38.963Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31922026-06-24T18:44:38.985Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31932026-06-24T18:44:39.415Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31942026-06-24T18:44:39.596Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31952026-06-24T18:44:39.652Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31962026-06-24T18:44:39.868Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31972026-06-24T18:44:39.953Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31982026-06-24T18:44:40.589Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31992026-06-24T18:44:40.684Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32002026-06-24T18:44:41.062Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32012026-06-24T18:44:41.406Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32022026-06-24T18:44:41.517Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32032026-06-24T18:44:41.611Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32042026-06-24T18:44:41.730Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32052026-06-24T18:44:42.087Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32062026-06-24T18:44:42.426Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32072026-06-24T18:44:43.682Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32082026-06-24T18:44:44.081Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32092026-06-24T18:44:44.193Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32102026-06-24T18:44:45.927Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32112026-06-24T18:44:47.483Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32122026-06-24T18:44:47.885Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32132026-06-24T18:44:49.070Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32142026-06-24T18:44:50.137Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32152026-06-24T18:44:51.089Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32162026-06-24T18:44:52.241Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32172026-06-24T18:44:52.736Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32182026-06-24T18:44:54.642Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32192026-06-24T18:44:55.217Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32202026-06-24T18:44:56.553Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32212026-06-24T18:44:56.941Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32222026-06-24T18:44:57.562Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32232026-06-24T18:44:58.656Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32242026-06-24T18:44:59.514Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32252026-06-24T18:44:59.842Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32262026-06-24T18:45:03.058Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32272026-06-24T18:45:05.534Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32282026-06-24T18:45:06.468Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32292026-06-24T18:45:07.091Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32302026-06-24T18:45:08.202Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32312026-06-24T18:45:09.184Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32322026-06-24T18:45:09.927Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32332026-06-24T18:45:10.626Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32342026-06-24T18:45:11.386Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32352026-06-24T18:45:12.294Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32362026-06-24T18:45:13.715Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32372026-06-24T18:45:14.224Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32382026-06-24T18:45:15.466Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32392026-06-24T18:45:15.490Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32402026-06-24T18:45:16.253Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32412026-06-24T18:45:17.272Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32422026-06-24T18:45:18.418Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32432026-06-24T18:45:20.809Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32442026-06-24T18:45:22.092Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32452026-06-24T18:45:22.714Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32462026-06-24T18:45:24.023Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32472026-06-24T18:45:24.931Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32482026-06-24T18:45:25.963Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32492026-06-24T18:45:26.718Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32502026-06-24T18:45:27.800Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32512026-06-24T18:45:28.746Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32522026-06-24T18:45:31.461Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32532026-06-24T18:45:31.997Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32542026-06-24T18:45:32.711Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32552026-06-24T18:45:33.968Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32562026-06-24T18:45:35.615Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32572026-06-24T18:45:37.924Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32582026-06-24T18:45:38.588Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32592026-06-24T18:45:40.033Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32602026-06-24T18:45:41.726Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32612026-06-24T18:45:43.242Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32622026-06-24T18:45:44.909Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32632026-06-24T18:45:46.469Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32642026-06-24T18:45:47.979Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32652026-06-24T18:45:49.565Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32662026-06-24T18:45:53.738Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32672026-06-24T18:45:54.567Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32682026-06-24T18:45:55.169Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32692026-06-24T18:45:56.316Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32702026-06-24T18:45:58.233Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32712026-06-24T18:46:00.045Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32722026-06-24T18:46:01.726Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32732026-06-24T18:46:03.844Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32742026-06-24T18:46:05.629Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32752026-06-24T18:46:07.369Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32762026-06-24T18:46:09.495Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32772026-06-24T18:46:11.015Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32782026-06-24T18:46:14.624Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32792026-06-24T18:46:16.413Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32802026-06-24T18:46:18.146Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32812026-06-24T18:46:19.511Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32822026-06-24T18:46:21.618Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32832026-06-24T18:46:25.452Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32842026-06-24T18:46:27.395Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32852026-06-24T18:46:29.225Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32862026-06-24T18:46:31.057Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32872026-06-24T18:46:33.854Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32882026-06-24T18:46:35.300Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32892026-06-24T18:46:37.328Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-06-24T18:46:39.455Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-06-24T18:46:41.859Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32922026-06-24T18:46:45.764Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32932026-06-24T18:46:48.672Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32942026-06-24T18:46:48.703Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32952026-06-24T18:46:50.764Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32962026-06-24T18:46:52.948Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32972026-06-24T18:46:55.158Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32982026-06-24T18:46:57.352Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32992026-06-24T18:46:59.885Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33002026-06-24T18:47:01.905Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33012026-06-24T18:47:04.383Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33022026-06-24T18:47:07.120Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33032026-06-24T18:47:08.412Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33042026-06-24T18:47:10.694Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33052026-06-24T18:47:12.910Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33062026-06-24T18:47:15.115Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33072026-06-24T18:47:17.344Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33082026-06-24T18:47:19.751Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33092026-06-24T18:47:22.019Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33102026-06-24T18:47:26.701Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-06-24T18:47:26.701Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33122026-06-24T18:47:28.944Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33132026-06-24T18:47:31.318Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33142026-06-24T18:47:33.652Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33152026-06-24T18:47:35.980Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33162026-06-24T18:47:38.315Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33172026-06-24T18:47:40.599Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33182026-06-24T18:47:42.901Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33192026-06-24T18:47:45.331Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33202026-06-24T18:47:47.595Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33212026-06-24T18:47:49.960Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33222026-06-24T18:47:52.400Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33232026-06-24T18:47:54.686Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33242026-06-24T18:47:57.161Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33252026-06-24T18:47:59.582Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33262026-06-24T18:48:01.832Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33272026-06-24T18:48:04.115Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33282026-06-24T18:48:06.530Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33292026-06-24T18:48:08.866Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33302026-06-24T18:48:11.120Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33312026-06-24T18:48:14.129Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33322026-06-24T18:48:16.139Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33332026-06-24T18:48:18.784Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33342026-06-24T18:48:21.204Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33352026-06-24T18:48:23.777Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33362026-06-24T18:48:26.426Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33372026-06-24T18:48:28.943Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33382026-06-24T18:48:31.475Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33392026-06-24T18:48:33.889Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33402026-06-24T18:48:36.451Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33412026-06-24T18:48:39.064Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33422026-06-24T18:48:41.623Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33432026-06-24T18:48:44.516Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33442026-06-24T18:48:46.954Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33452026-06-24T18:48:54.950Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33462026-06-24T18:48:54.974Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33472026-06-24T18:48:58.266Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33482026-06-24T18:49:01.752Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33492026-06-24T18:49:05.049Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33502026-06-24T18:49:08.382Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33512026-06-24T18:49:11.602Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33522026-06-24T18:49:16.267Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33532026-06-24T18:49:19.054Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33542026-06-24T18:49:22.694Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33552026-06-24T18:49:26.480Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33562026-06-24T18:49:30.065Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33572026-06-24T18:49:33.743Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33582026-06-24T18:49:37.441Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33592026-06-24T18:49:41.150Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33602026-06-24T18:49:44.856Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33612026-06-24T18:49:48.419Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33622026-06-24T18:49:52.088Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33632026-06-24T18:49:55.781Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33642026-06-24T18:49:59.504Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33652026-06-24T18:50:03.162Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33662026-06-24T18:50:06.793Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33672026-06-24T18:50:10.477Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33682026-06-24T18:50:14.117Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33692026-06-24T18:50:17.781Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33702026-06-24T18:50:46.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 41s
33712026-06-24T18:50:47.131Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files
33722026-06-24T18:50:47.237Z
33732026-06-24T18:50:47.240Zreal 6:41.829939909
33742026-06-24T18:50:47.240Zuser 18:04.646202766
33752026-06-24T18:50:47.240Zsys 3:49.497159380
33762026-06-24T18:50:47.240Ztrap 0.267558453
33772026-06-24T18:50:47.240Ztflt 0.003404400
33782026-06-24T18:50:47.240Zdflt 0.039009512
33792026-06-24T18:50:47.240Zkflt 0.000014100
33802026-06-24T18:50:47.240Zlock 6:10:29.054493092
33812026-06-24T18:50:47.240Zslp 2:14:53.400182861
33822026-06-24T18:50:47.240Zlat 34.052562017
33832026-06-24T18:50:47.240Zstop 1:32.882329413
33842026-06-24T18:50:47.240Zprocess exited: duration 773898 ms, exit code 0
 
33852026-06-24T18:50:47.246Zfound 0 output files