01KVBRZWY5AFFP6QBWMBTHXDTF: clippy (helios)

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

Buildomat Job: 01KVBS0G2VQ2QXE21QXCBMNBDM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-17T21:51:17.173Zjob assigned to worker 01KVBS0S2K6DKBKDKRBNEKG57E [factory aws, i-0fcbbfe7d02144cf9] (queued for 1 m 1 s)
 
22026-06-17T21:51:24.245Zstarting task 0: "setup"
32026-06-17T21:51:24.251Z++ uname -s
42026-06-17T21:51:24.253Z+ kern=SunOS
52026-06-17T21:51:24.253Z+ build_user=build
62026-06-17T21:51:24.253Z+ build_uid=12345
72026-06-17T21:51:24.253Z+ work_dir=/work
82026-06-17T21:51:24.253Z+ input_dir=/input
92026-06-17T21:51:24.253Z+ [[ 0 == 12345 ]]
102026-06-17T21:51:24.253Z+ case "$kern" in
112026-06-17T21:51:24.253Z+ groupadd -g 12345 build
122026-06-17T21:51:24.256Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-17T21:51:26.259Z+ zfs create -o mountpoint=/work rpool/work
142026-06-17T21:51:26.321Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-17T21:51:26.324Z+ home_fs=zfs
162026-06-17T21:51:26.324Z+ [[ zfs == autofs ]]
172026-06-17T21:51:26.325Z+ mkdir -p /home/build
182026-06-17T21:51:26.325Z+ chown build:build /home/build /work
192026-06-17T21:51:28.327Z+ chmod 0700 /home/build /work
202026-06-17T21:51:28.329Zprocess exited: duration 4082 ms, exit code 0
 
212026-06-17T21:51:28.335Zstarting task 1: "rust-toolchain"
222026-06-17T21:51:28.339Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-17T21:51:28.339Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-17T21:51:28.339Z * rust toolchain channel = "1.94.0"
252026-06-17T21:51:28.339Z * rust toolchain profile = "default"
262026-06-17T21:51:28.339Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-17T21:51:28.339Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-17T21:51:28.342Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-17T21:51:28.342Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-17T21:51:28.443Zinfo: downloading installer
312026-06-17T21:51:30.321Zwarn: It looks like you have an existing rustup settings file at:
322026-06-17T21:51:30.321Zwarn: /home/build/.rustup/settings.toml
332026-06-17T21:51:30.321Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-17T21:51:30.323Zwarn: instead of the one inferred from the default host triple.
352026-06-17T21:51:30.333Zinfo: profile set to default
362026-06-17T21:51:30.333Zinfo: default host triple is x86_64-unknown-illumos
372026-06-17T21:51:30.336Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-17T21:51:30.494Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-17T21:51:30.499Zinfo: downloading 6 components
402026-06-17T21:51:45.635Z
412026-06-17T21:51:45.635Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-17T21:51:45.665Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-17T21:51:45.665Z
442026-06-17T21:51:45.665Z
452026-06-17T21:51:45.665ZRust is installed now. Great!
462026-06-17T21:51:45.665Z
472026-06-17T21:51:45.665ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-17T21:51:45.665Zenvironment variable. This has not been done automatically.
492026-06-17T21:51:45.665Z
502026-06-17T21:51:45.665ZTo configure your current shell, you need to source
512026-06-17T21:51:45.665Zthe corresponding env file under $HOME/.cargo.
522026-06-17T21:51:45.667Z
532026-06-17T21:51:45.668ZThis is usually done by running one of the following (note the leading DOT):
542026-06-17T21:51:45.671Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-17T21:51:45.671Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-17T21:51:45.671Zsource "~/.cargo/env.nu" # For nushell
572026-06-17T21:51:45.671Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-17T21:51:45.671Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-17T21:51:45.673Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-17T21:51:45.673Zwarn: no default linker (`cc`) was found in your PATH
612026-06-17T21:51:45.673Zwarn: many Rust crates require a system C toolchain to build
622026-06-17T21:51:45.766Z+ rustup --version
632026-06-17T21:51:45.775Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-17T21:51:45.777Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-17T21:51:45.797Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-17T21:51:45.799Z+ cargo --version
672026-06-17T21:51:45.812Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-17T21:51:45.814Z+ rustc --version
692026-06-17T21:51:45.834Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-17T21:51:45.837Zprocess exited: duration 17501 ms, exit code 0
 
712026-06-17T21:51:45.843Zstarting task 2: "authentication"
722026-06-17T21:51:45.857Zprocess exited: duration 15 ms, exit code 0
 
732026-06-17T21:51:45.862Zstarting task 3: "clone repository"
742026-06-17T21:51:45.865Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-17T21:51:45.868Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-17T21:51:45.897ZCloning into '/work/oxidecomputer/omicron'...
772026-06-17T21:51:59.692Z+ cd /work/oxidecomputer/omicron
782026-06-17T21:51:59.692Z+ git fetch origin eba3cd009411a493ec63c7c2b40054e19017c7e5
792026-06-17T21:52:00.170ZFrom https://github.com/oxidecomputer/omicron
802026-06-17T21:52:00.171Z * branch eba3cd009411a493ec63c7c2b40054e19017c7e5 -> FETCH_HEAD
812026-06-17T21:52:00.181Z+ [[ -n '' ]]
822026-06-17T21:52:00.181Z+ git reset --hard eba3cd009411a493ec63c7c2b40054e19017c7e5
832026-06-17T21:52:00.258ZHEAD is now at eba3cd009 typo
842026-06-17T21:52:00.267Zprocess exited: duration 14399 ms, exit code 0
 
852026-06-17T21:52:00.291Zstarting task 4: "build"
862026-06-17T21:52:00.324Z+ source ./env.sh
872026-06-17T21:52:00.324Z++ OLD_SHELL_OPTS=ehxB
882026-06-17T21:52:00.324Z++ set -o xtrace
892026-06-17T21:52:00.324Z++++ dirname ./env.sh
902026-06-17T21:52:00.324Z+++ readlink -f .
912026-06-17T21:52:00.324Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-06-17T21:52:00.324Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-06-17T21:52:00.324Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-06-17T21:52:00.324Z++ 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
952026-06-17T21:52:00.324Z++ 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
962026-06-17T21:52:00.324Z++ 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
972026-06-17T21:52:00.324Z++ 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
982026-06-17T21:52:00.324Z++ 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
992026-06-17T21:52:00.324Z++ 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
1002026-06-17T21:52:00.325Z++ 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
1012026-06-17T21:52:00.326Z++ 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
1022026-06-17T21:52:00.326Z++ case $OLD_SHELL_OPTS in
1032026-06-17T21:52:00.326Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-06-17T21:52:00.326Z+ source .github/buildomat/ci-env.sh
1052026-06-17T21:52:00.326Z++ export CARGO_TERM_COLOR=always
1062026-06-17T21:52:00.326Z++ CARGO_TERM_COLOR=always
1072026-06-17T21:52:00.326Z+ cargo --version
1082026-06-17T21:52:00.338Zcargo 1.94.0 (85eff7c80 2026-01-15)
1092026-06-17T21:52:00.338Z+ rustc --version
1102026-06-17T21:52:00.338Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1112026-06-17T21:52:00.338Z+ banner prerequisites
1122026-06-17T21:52:00.338Z
1132026-06-17T21:52:00.338Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-06-17T21:52:00.339Z # # # # # # # # # # # # # # #
1152026-06-17T21:52:00.339Z # # # # ##### # # ##### # # # # # #### #
1162026-06-17T21:52:00.339Z ##### ##### # ##### # # # # # # # # #
1172026-06-17T21:52:00.339Z # # # # # # # # # # # # # # #
1182026-06-17T21:52:00.339Z # # # ###### # # ###### ### # #### # #### #
1192026-06-17T21:52:00.339Z
1202026-06-17T21:52:00.339Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-06-17T21:52:01.773Z Startup: Refreshing catalog 'helios' ... Done
1222026-06-17T21:52:01.866Z Startup: Caching catalogs ... Done
1232026-06-17T21:52:02.210ZPlanning: Solver setup ... Done (0.308s)
1242026-06-17T21:52:02.243ZPlanning: Running solver ... Done (0.022s)
1252026-06-17T21:52:02.246ZPlanning: Finding local manifests ... Done (0.003s)
1262026-06-17T21:52:02.249ZPlanning: Fetching manifests: 0/2 0% complete
1272026-06-17T21:52:02.269ZPlanning: Fetching manifests: 2/2 100% complete
1282026-06-17T21:52:02.282ZPlanning: Package planning ... Done (0.013s)
1292026-06-17T21:52:02.285ZPlanning: Merging actions ... Done (0.001s)
1302026-06-17T21:52:02.475ZPlanning: Checking for conflicting actions ... Done (0.190s)
1312026-06-17T21:52:02.485ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-06-17T21:52:03.238ZPlanning: Evaluating mediators ... Done (0.764s)
1332026-06-17T21:52:03.241ZPlanning: Planning completed in 1.36 seconds
1342026-06-17T21:52:03.247Z Packages to install: 2
1352026-06-17T21:52:03.250Z Estimated space available: 156.10 GB
1362026-06-17T21:52:03.250ZEstimated space to be consumed: 26.78 MB
1372026-06-17T21:52:03.250Z Create boot environment: No
1382026-06-17T21:52:03.250ZCreate backup boot environment: No
1392026-06-17T21:52:03.250Z Rebuild boot archive: No
1402026-06-17T21:52:03.250Z
1412026-06-17T21:52:03.250ZChanged packages:
1422026-06-17T21:52:03.250Zhelios
1432026-06-17T21:52:03.250Z developer/build-essential
1442026-06-17T21:52:03.250Z None -> 11-3.0
1452026-06-17T21:52:03.251Z library/libxmlsec1
1462026-06-17T21:52:03.251Z None -> 1.2.35-3.0
1472026-06-17T21:52:03.271Z
1482026-06-17T21:52:03.271ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-06-17T21:52:03.740ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
1502026-06-17T21:52:03.785Z Actions: 1/268 actions (Installing new actions)
1512026-06-17T21:52:03.829Z Actions: Completed 268 actions in 0.04 seconds.
1522026-06-17T21:52:03.833ZFinalize: Updating package state database ... Done (0.008s)
1532026-06-17T21:52:03.833ZFinalize: Updating package cache ... Done (0.000s)
1542026-06-17T21:52:03.848ZFinalize: Updating image state ... Done (0.025s)
1552026-06-17T21:52:06.213ZFinalize: Creating fast lookup database ... Done (2.343s)
1562026-06-17T21:52:06.283ZFinalize: Reading search index ... Done (0.013s)
1572026-06-17T21:52:06.287ZFinalize: Updating search index ... Done (0.000s)
1582026-06-17T21:52:06.375ZFinalize: Updating package cache ... Done (0.000s)
1592026-06-17T21:52:06.691ZPlanning: Evaluating mediator changes ... Done
1602026-06-17T21:52:06.799ZPlanning: Checking for conflicting actions ... Done
1612026-06-17T21:52:06.802ZPlanning: Consolidating action changes ... Done
1622026-06-17T21:52:06.957ZPlanning: Evaluating mediators ... Done
1632026-06-17T21:52:06.964ZPlanning: Planning completed in 0.27 seconds
1642026-06-17T21:52:06.979Z Mediators to change: 2
1652026-06-17T21:52:06.979Z Create boot environment: No
1662026-06-17T21:52:06.984ZCreate backup boot environment: No
1672026-06-17T21:52:07.024ZFinalize: Updating package state database ... Done
1682026-06-17T21:52:07.024ZFinalize: Updating package cache ... Done
1692026-06-17T21:52:07.036ZFinalize: Updating image state ... Done
1702026-06-17T21:52:09.020ZFinalize: Creating fast lookup database ... Done
1712026-06-17T21:52:09.064ZFinalize: Reading search index ... Done
1722026-06-17T21:52:09.071ZFinalize: Updating search index ... Done
1732026-06-17T21:52:09.127ZFinalize: Updating package cache ... Done
1742026-06-17T21:52:09.401ZPlanning: Evaluating mediator changes ... Done
1752026-06-17T21:52:09.509ZPlanning: Checking for conflicting actions ... Done
1762026-06-17T21:52:09.512ZPlanning: Consolidating action changes ... Done
1772026-06-17T21:52:09.670ZPlanning: Evaluating mediators ... Done
1782026-06-17T21:52:09.673ZPlanning: Planning completed in 0.27 seconds
1792026-06-17T21:52:09.693Z Mediators to change: 1
1802026-06-17T21:52:09.693Z Create boot environment: No
1812026-06-17T21:52:09.693ZCreate backup boot environment: No
1822026-06-17T21:52:09.729ZFinalize: Updating package state database ... Done
1832026-06-17T21:52:09.729ZFinalize: Updating package cache ... Done
1842026-06-17T21:52:09.742ZFinalize: Updating image state ... Done
1852026-06-17T21:52:11.683ZFinalize: Creating fast lookup database ... Done
1862026-06-17T21:52:11.748ZFinalize: Reading search index ... Done
1872026-06-17T21:52:11.756ZFinalize: Updating search index ... Done
1882026-06-17T21:52:11.796ZFinalize: Updating package cache ... Done
1892026-06-17T21:52:12.107ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-06-17T21:52:12.107Zapache system 2.4 system
1912026-06-17T21:52:12.107Zclang system 15 system
1922026-06-17T21:52:12.107Zcsh system system illumos
1932026-06-17T21:52:12.107Zctags system system illumos
1942026-06-17T21:52:12.107Zfile vendor vendor darwinsys
1952026-06-17T21:52:12.107Zfile system system illumos
1962026-06-17T21:52:12.108Zgcc vendor 14 vendor
1972026-06-17T21:52:12.108Zgcc system 13 system
1982026-06-17T21:52:12.108Zgcc system 10 system
1992026-06-17T21:52:12.108Zgo system 1.25 system
2002026-06-17T21:52:12.108Zllvm system 15 system
2012026-06-17T21:52:12.108Zmariadb system 11.4 system
2022026-06-17T21:52:12.108Zmta vendor vendor dma
2032026-06-17T21:52:12.108Zopenjdk system 17 system
2042026-06-17T21:52:12.108Zopenjdk system 11 system
2052026-06-17T21:52:12.108Zopenssl vendor 3 vendor
2062026-06-17T21:52:12.108Zperl system 5.40 system
2072026-06-17T21:52:12.108Zpostgresql system 18 system
2082026-06-17T21:52:12.108Zpostgresql system 17 system
2092026-06-17T21:52:12.108Zpython vendor 3 vendor
2102026-06-17T21:52:12.108Zpython system 2 system
2112026-06-17T21:52:12.108Zpython3 vendor 3.13 vendor
2122026-06-17T21:52:12.108Zruby system 3.4 system
2132026-06-17T21:52:12.109Zruby system 3.0 system
2142026-06-17T21:52:12.109Zwords vendor vendor american-english
2152026-06-17T21:52:12.109Zwords system system australian-english
2162026-06-17T21:52:12.109Zwords system system british-english
2172026-06-17T21:52:12.109Zwords system system canadian-english
2182026-06-17T21:52:12.109Zwords system system french
2192026-06-17T21:52:12.109Zwords system system italian
2202026-06-17T21:52:12.109Zwords system system ngerman
2212026-06-17T21:52:12.109Zwords system system ogerman
2222026-06-17T21:52:12.109Zwords system system spanish
2232026-06-17T21:52:12.360ZPUBLISHER TYPE STATUS P LOCATION
2242026-06-17T21:52:12.360Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-06-17T21:52:12.655ZFMRI IFO
2262026-06-17T21:52:12.655Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-06-17T21:52:12.656Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-06-17T21:52:12.656Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-06-17T21:52:12.656Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-06-17T21:52:12.656Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-06-17T21:52:12.656Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-06-17T21:52:12.656Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-06-17T21:52:12.656Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-06-17T21:52:12.656Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-06-17T21:52:12.913Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-06-17T21:52:13.226Z Updating crates.io index
2372026-06-17T21:52:13.265Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-06-17T21:52:13.501Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-06-17T21:52:14.584Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-06-17T21:52:15.282Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-06-17T21:52:16.661Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-06-17T21:52:17.219Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-06-17T21:52:18.780Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-06-17T21:52:19.851Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-06-17T21:52:20.108Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-06-17T21:52:21.706Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-06-17T21:52:21.844Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-06-17T21:52:22.255Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-06-17T21:52:22.537Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-06-17T21:52:23.098Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-17T21:52:23.571Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-06-17T21:52:23.808Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-17T21:52:24.216Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-06-17T21:52:24.535Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-06-17T21:52:24.839Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-06-17T21:52:25.129Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-06-17T21:52:25.364Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-06-17T21:52:25.614Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-06-17T21:52:26.086Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-06-17T21:52:26.455Z Updating git repository `https://github.com/oxidecomputer/erebor`
2612026-06-17T21:52:26.925Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2622026-06-17T21:52:27.467Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2632026-06-17T21:52:27.773Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2642026-06-17T21:52:28.093Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652026-06-17T21:52:29.200Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-06-17T21:52:29.875Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-06-17T21:52:30.322Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-06-17T21:52:30.684Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692026-06-17T21:52:31.103Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-06-17T21:52:31.532Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2712026-06-17T21:52:31.824Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2722026-06-17T21:52:32.197Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2732026-06-17T21:52:32.716Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-06-17T21:52:33.109Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-06-17T21:52:33.352Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-06-17T21:52:33.649Z Updating git repository `https://github.com/illumos/smf-rs`
2772026-06-17T21:52:34.044Z Updating git repository `https://github.com/oxidecomputer/omicron`
2782026-06-17T21:52:49.033Z Downloading crates ...
2792026-06-17T21:52:49.094Z Downloaded bitflags v2.11.0
2802026-06-17T21:52:49.097Z Downloaded idna_adapter v1.2.1
2812026-06-17T21:52:49.107Z Downloaded zerocopy-derive v0.7.35
2822026-06-17T21:52:49.110Z Downloaded colorchoice v1.0.4
2832026-06-17T21:52:49.112Z Downloaded getrandom v0.4.1
2842026-06-17T21:52:49.115Z Downloaded version_check v0.9.5
2852026-06-17T21:52:49.116Z Downloaded dof v0.3.0
2862026-06-17T21:52:49.116Z Downloaded ucd-trie v0.1.7
2872026-06-17T21:52:49.120Z Downloaded heck v0.4.1
2882026-06-17T21:52:49.120Z Downloaded fastrand v2.3.0
2892026-06-17T21:52:49.120Z Downloaded anstyle-query v1.1.5
2902026-06-17T21:52:49.123Z Downloaded unicode-linebreak v0.1.5
2912026-06-17T21:52:49.123Z Downloaded bytecount v0.6.9
2922026-06-17T21:52:49.123Z Downloaded thread-id v4.2.2
2932026-06-17T21:52:49.123Z Downloaded zerofrom v0.1.6
2942026-06-17T21:52:49.127Z Downloaded scroll v0.12.0
2952026-06-17T21:52:49.132Z Downloaded usdt-attr-macro v0.5.0
2962026-06-17T21:52:49.132Z Downloaded erased-serde v0.4.9
2972026-06-17T21:52:49.133Z Downloaded yoke-derive v0.8.1
2982026-06-17T21:52:49.133Z Downloaded clap_lex v1.0.0
2992026-06-17T21:52:49.137Z Downloaded cfg-if v1.0.4
3002026-06-17T21:52:49.137Z Downloaded clap_derive v4.6.1
3012026-06-17T21:52:49.137Z Downloaded utf8parse v0.2.2
3022026-06-17T21:52:49.137Z Downloaded clap v4.6.1
3032026-06-17T21:52:49.141Z Downloaded stable_deref_trait v1.2.1
3042026-06-17T21:52:49.141Z Downloaded scroll_derive v0.12.1
3052026-06-17T21:52:49.141Z Downloaded unicode-xid v0.2.6
3062026-06-17T21:52:49.141Z Downloaded usdt-macro v0.5.0
3072026-06-17T21:52:49.141Z Downloaded usdt v0.5.0
3082026-06-17T21:52:49.145Z Downloaded zerovec-derive v0.11.2
3092026-06-17T21:52:49.147Z Downloaded heck v0.5.0
3102026-06-17T21:52:49.147Z Downloaded equivalent v1.0.2
3112026-06-17T21:52:49.147Z Downloaded thiserror v1.0.69
3122026-06-17T21:52:49.151Z Downloaded zerofrom-derive v0.1.6
3132026-06-17T21:52:49.151Z Downloaded toml_write v0.1.2
3142026-06-17T21:52:49.151Z Downloaded typeid v1.0.3
3152026-06-17T21:52:49.156Z Downloaded itoa v1.0.17
3162026-06-17T21:52:49.156Z Downloaded toml_datetime v0.6.11
3172026-06-17T21:52:49.156Z Downloaded utf8_iter v1.0.4
3182026-06-17T21:52:49.160Z Downloaded yoke v0.8.1
3192026-06-17T21:52:49.164Z Downloaded thiserror-impl v2.0.18
3202026-06-17T21:52:49.164Z Downloaded thiserror v2.0.18
3212026-06-17T21:52:49.167Z Downloaded writeable v0.6.2
3222026-06-17T21:52:49.167Z Downloaded errno v0.3.14
3232026-06-17T21:52:49.167Z Downloaded strsim v0.11.1
3242026-06-17T21:52:49.167Z Downloaded typenum v1.19.0
3252026-06-17T21:52:49.170Z Downloaded cargo-platform v0.2.0
3262026-06-17T21:52:49.170Z Downloaded usdt-impl v0.5.0
3272026-06-17T21:52:49.172Z Downloaded swrite v0.1.0
3282026-06-17T21:52:49.172Z Downloaded memmap v0.7.0
3292026-06-17T21:52:49.172Z Downloaded plain v0.2.3
3302026-06-17T21:52:49.175Z Downloaded serde_tokenstream v0.2.3
3312026-06-17T21:52:49.175Z Downloaded sha2 v0.10.9
3322026-06-17T21:52:49.180Z Downloaded tinystr v0.8.2
3332026-06-17T21:52:49.180Z Downloaded anstyle-parse v1.0.0
3342026-06-17T21:52:49.180Z Downloaded zmij v1.0.21
3352026-06-17T21:52:49.185Z Downloaded toml v0.8.23
3362026-06-17T21:52:49.185Z Downloaded cargo-util-schemas v0.8.2
3372026-06-17T21:52:49.185Z Downloaded unicode-ident v1.0.24
3382026-06-17T21:52:49.190Z Downloaded crypto-common v0.1.7
3392026-06-17T21:52:49.190Z Downloaded terminal_size v0.4.3
3402026-06-17T21:52:49.190Z Downloaded textwrap v0.16.2
3412026-06-17T21:52:49.190Z Downloaded thiserror-impl v1.0.69
3422026-06-17T21:52:49.190Z Downloaded toml_edit v0.22.27
3432026-06-17T21:52:49.194Z Downloaded macaddr v1.0.1
3442026-06-17T21:52:49.195Z Downloaded zerotrie v0.2.3
3452026-06-17T21:52:49.198Z Downloaded pretty-hex v0.4.1
3462026-06-17T21:52:49.203Z Downloaded serde-value v0.7.0
3472026-06-17T21:52:49.203Z Downloaded url v2.5.8
3482026-06-17T21:52:49.206Z Downloaded proc-macro-error-attr v1.0.4
3492026-06-17T21:52:49.206Z Downloaded fnv v1.0.7
3502026-06-17T21:52:49.206Z Downloaded cpufeatures v0.2.17
3512026-06-17T21:52:49.209Z Downloaded smawk v0.3.2
3522026-06-17T21:52:49.212Z Downloaded tabled_derive v0.7.0
3532026-06-17T21:52:49.212Z Downloaded generic-array v0.14.7
3542026-06-17T21:52:49.212Z Downloaded anstream v1.0.0
3552026-06-17T21:52:49.212Z Downloaded byteorder v1.5.0
3562026-06-17T21:52:49.219Z Downloaded zerovec v0.11.5
3572026-06-17T21:52:49.223Z Downloaded serde_core v1.0.228
3582026-06-17T21:52:49.223Z Downloaded ordered-float v2.10.1
3592026-06-17T21:52:49.223Z Downloaded digest v0.10.7
3602026-06-17T21:52:49.226Z Downloaded zerocopy v0.7.35
3612026-06-17T21:52:49.234Z Downloaded winnow v0.7.14
3622026-06-17T21:52:49.239Z Downloaded percent-encoding v2.3.2
3632026-06-17T21:52:49.241Z Downloaded form_urlencoded v1.2.2
3642026-06-17T21:52:49.241Z Downloaded dtrace-parser v0.2.0
3652026-06-17T21:52:49.241Z Downloaded unicode-width v0.2.0
3662026-06-17T21:52:49.244Z Downloaded serde_spanned v0.6.9
3672026-06-17T21:52:49.252Z Downloaded unicode-width v0.1.14
3682026-06-17T21:52:49.255Z Downloaded block-buffer v0.10.4
3692026-06-17T21:52:49.255Z Downloaded potential_utf v0.1.4
3702026-06-17T21:52:49.255Z Downloaded is_terminal_polyfill v1.70.2
3712026-06-17T21:52:49.255Z Downloaded pest_meta v2.8.6
3722026-06-17T21:52:49.255Z Downloaded autocfg v1.5.0
3732026-06-17T21:52:49.255Z Downloaded serde-untagged v0.1.9
3742026-06-17T21:52:49.260Z Downloaded quote v1.0.45
3752026-06-17T21:52:49.263Z Downloaded anstyle v1.0.14
3762026-06-17T21:52:49.274Z Downloaded cargo_toml v0.21.0
3772026-06-17T21:52:49.281Z Downloaded synstructure v0.13.2
3782026-06-17T21:52:49.283Z Downloaded displaydoc v0.2.5
3792026-06-17T21:52:49.283Z Downloaded camino-tempfile v1.4.1
3802026-06-17T21:52:49.290Z Downloaded fs-err v3.3.0
3812026-06-17T21:52:49.292Z Downloaded icu_collections v2.1.1
3822026-06-17T21:52:49.295Z Downloaded smallvec v1.15.1
3832026-06-17T21:52:49.297Z Downloaded proc-macro-error v1.0.4
3842026-06-17T21:52:49.300Z Downloaded anyhow v1.0.102
3852026-06-17T21:52:49.303Z Downloaded cargo_metadata v0.21.0
3862026-06-17T21:52:49.308Z Downloaded proc-macro2 v1.0.106
3872026-06-17T21:52:49.312Z Downloaded icu_normalizer_data v2.1.1
3882026-06-17T21:52:49.313Z Downloaded once_cell v1.21.3
3892026-06-17T21:52:49.320Z Downloaded camino v1.2.2
3902026-06-17T21:52:49.324Z Downloaded pest_generator v2.8.6
3912026-06-17T21:52:49.324Z Downloaded pest_derive v2.8.6
3922026-06-17T21:52:49.327Z Downloaded litemap v0.8.1
3932026-06-17T21:52:49.332Z Downloaded icu_properties v2.1.2
3942026-06-17T21:52:49.332Z Downloaded log v0.4.29
3952026-06-17T21:52:49.337Z Downloaded papergrid v0.11.0
3962026-06-17T21:52:49.340Z Downloaded icu_provider v2.1.1
3972026-06-17T21:52:49.349Z Downloaded serde_derive v1.0.228
3982026-06-17T21:52:49.355Z Downloaded semver v1.0.28
3992026-06-17T21:52:49.370Z Downloaded tempfile v3.25.0
4002026-06-17T21:52:49.373Z Downloaded icu_normalizer v2.1.1
4012026-06-17T21:52:49.375Z Downloaded num-traits v0.2.19
4022026-06-17T21:52:49.378Z Downloaded serde v1.0.228
4032026-06-17T21:52:49.396Z Downloaded indexmap v2.14.0
4042026-06-17T21:52:49.399Z Downloaded icu_locale_core v2.1.1
4052026-06-17T21:52:49.403Z Downloaded icu_properties_data v2.1.2
4062026-06-17T21:52:49.407Z Downloaded memchr v2.8.0
4072026-06-17T21:52:49.409Z Downloaded hashbrown v0.17.0
4082026-06-17T21:52:49.417Z Downloaded pest v2.8.6
4092026-06-17T21:52:49.443Z Downloaded idna v1.1.0
4102026-06-17T21:52:49.446Z Downloaded goblin v0.8.2
4112026-06-17T21:52:49.465Z Downloaded serde_json v1.0.149
4122026-06-17T21:52:49.472Z Downloaded clap_builder v4.6.0
4132026-06-17T21:52:49.475Z Downloaded tabled v0.15.0
4142026-06-17T21:52:49.484Z Downloaded syn v1.0.109
4152026-06-17T21:52:49.492Z Downloaded syn v2.0.117
4162026-06-17T21:52:49.499Z Downloaded rustix v1.1.3
4172026-06-17T21:52:49.536Z Downloaded libc v0.2.185
4182026-06-17T21:52:49.604Z Compiling proc-macro2 v1.0.106
4192026-06-17T21:52:49.604Z Compiling unicode-ident v1.0.24
4202026-06-17T21:52:49.607Z Compiling quote v1.0.45
4212026-06-17T21:52:49.607Z Compiling serde_core v1.0.228
4222026-06-17T21:52:49.607Z Compiling libc v0.2.185
4232026-06-17T21:52:49.607Z Compiling version_check v0.9.5
4242026-06-17T21:52:49.607Z Compiling serde v1.0.228
4252026-06-17T21:52:49.608Z Compiling memchr v2.8.0
4262026-06-17T21:52:49.943Z Compiling stable_deref_trait v1.2.1
4272026-06-17T21:52:50.021Z Compiling zmij v1.0.21
4282026-06-17T21:52:50.191Z Compiling itoa v1.0.17
4292026-06-17T21:52:50.193Z Compiling autocfg v1.5.0
4302026-06-17T21:52:50.222Z Compiling thiserror v1.0.69
4312026-06-17T21:52:50.385Z Compiling ucd-trie v0.1.7
4322026-06-17T21:52:50.598Z Compiling pest v2.8.6
4332026-06-17T21:52:50.620Z Compiling writeable v0.6.2
4342026-06-17T21:52:50.636Z Compiling litemap v0.8.1
4352026-06-17T21:52:50.651Z Compiling byteorder v1.5.0
4362026-06-17T21:52:50.832Z Compiling icu_normalizer_data v2.1.1
4372026-06-17T21:52:50.895Z Compiling icu_properties_data v2.1.2
4382026-06-17T21:52:51.005Z Compiling syn v2.0.117
4392026-06-17T21:52:51.021Z Compiling rustix v1.1.3
4402026-06-17T21:52:51.123Z Compiling errno v0.3.14
4412026-06-17T21:52:51.155Z Compiling serde_json v1.0.149
4422026-06-17T21:52:51.172Z Compiling bitflags v2.11.0
4432026-06-17T21:52:51.391Z Compiling num-traits v0.2.19
4442026-06-17T21:52:51.422Z Compiling smallvec v1.15.1
4452026-06-17T21:52:51.575Z Compiling typeid v1.0.3
4462026-06-17T21:52:51.633Z Compiling pest_meta v2.8.6
4472026-06-17T21:52:51.735Z Compiling equivalent v1.0.2
4482026-06-17T21:52:51.854Z Compiling hashbrown v0.17.0
4492026-06-17T21:52:51.938Z Compiling thread-id v4.2.2
4502026-06-17T21:52:52.024Z Compiling proc-macro-error-attr v1.0.4
4512026-06-17T21:52:52.095Z Compiling usdt-impl v0.5.0
4522026-06-17T21:52:52.152Z Compiling toml_write v0.1.2
4532026-06-17T21:52:52.211Z Compiling winnow v0.7.14
4542026-06-17T21:52:52.307Z Compiling erased-serde v0.4.9
4552026-06-17T21:52:52.353Z Compiling syn v1.0.109
4562026-06-17T21:52:52.417Z Compiling indexmap v2.14.0
4572026-06-17T21:52:52.963Z Compiling proc-macro-error v1.0.4
4582026-06-17T21:52:53.067Z Compiling thiserror v2.0.18
4592026-06-17T21:52:53.156Z Compiling camino v1.2.2
4602026-06-17T21:52:53.326Z Compiling getrandom v0.4.1
4612026-06-17T21:52:53.404Z Compiling log v0.4.29
4622026-06-17T21:52:53.421Z Compiling utf8parse v0.2.2
4632026-06-17T21:52:53.486Z Compiling utf8_iter v1.0.4
4642026-06-17T21:52:53.538Z Compiling plain v0.2.3
4652026-06-17T21:52:53.596Z Compiling percent-encoding v2.3.2
4662026-06-17T21:52:53.645Z Compiling anstyle-parse v1.0.0
4672026-06-17T21:52:53.712Z Compiling synstructure v0.13.2
4682026-06-17T21:52:53.731Z Compiling pest_generator v2.8.6
4692026-06-17T21:52:53.748Z Compiling form_urlencoded v1.2.2
4702026-06-17T21:52:53.792Z Compiling ordered-float v2.10.1
4712026-06-17T21:52:53.965Z Compiling terminal_size v0.4.3
4722026-06-17T21:52:54.115Z Compiling anstyle v1.0.14
4732026-06-17T21:52:54.300Z Compiling anstyle-query v1.1.5
4742026-06-17T21:52:54.316Z Compiling is_terminal_polyfill v1.70.2
4752026-06-17T21:52:54.335Z Compiling pretty-hex v0.4.1
4762026-06-17T21:52:54.353Z Compiling colorchoice v1.0.4
4772026-06-17T21:52:54.353Z Compiling cfg-if v1.0.4
4782026-06-17T21:52:54.408Z Compiling serde-untagged v0.1.9
4792026-06-17T21:52:54.444Z Compiling anstream v1.0.0
4802026-06-17T21:52:54.482Z Compiling semver v1.0.28
4812026-06-17T21:52:54.635Z Compiling fs-err v3.3.0
4822026-06-17T21:52:54.666Z Compiling once_cell v1.21.3
4832026-06-17T21:52:54.749Z Compiling clap_lex v1.0.0
4842026-06-17T21:52:54.823Z Compiling heck v0.5.0
4852026-06-17T21:52:54.823Z Compiling fnv v1.0.7
4862026-06-17T21:52:54.865Z Compiling anyhow v1.0.102
4872026-06-17T21:52:54.885Z Compiling unicode-width v0.1.14
4882026-06-17T21:52:54.943Z Compiling strsim v0.11.1
4892026-06-17T21:52:54.979Z Compiling unicode-xid v0.2.6
4902026-06-17T21:52:55.106Z Compiling heck v0.4.1
4912026-06-17T21:52:55.158Z Compiling bytecount v0.6.9
4922026-06-17T21:52:55.175Z Compiling fastrand v2.3.0
4932026-06-17T21:52:55.292Z Compiling papergrid v0.11.0
4942026-06-17T21:52:55.332Z Compiling clap_builder v4.6.0
4952026-06-17T21:52:55.375Z Compiling tempfile v3.25.0
4962026-06-17T21:52:55.424Z Compiling serde_derive v1.0.228
4972026-06-17T21:52:55.441Z Compiling zerofrom-derive v0.1.6
4982026-06-17T21:52:55.529Z Compiling yoke-derive v0.8.1
4992026-06-17T21:52:55.746Z Compiling zerovec-derive v0.11.2
5002026-06-17T21:52:55.970Z Compiling displaydoc v0.2.5
5012026-06-17T21:52:56.683Z Compiling thiserror-impl v1.0.69
5022026-06-17T21:52:56.701Z Compiling zerocopy-derive v0.7.35
5032026-06-17T21:52:56.709Z Compiling pest_derive v2.8.6
5042026-06-17T21:52:56.842Z Compiling zerofrom v0.1.6
5052026-06-17T21:52:56.908Z Compiling scroll_derive v0.12.1
5062026-06-17T21:52:56.990Z Compiling yoke v0.8.1
5072026-06-17T21:52:57.191Z Compiling zerovec v0.11.5
5082026-06-17T21:52:57.210Z Compiling zerotrie v0.2.3
5092026-06-17T21:52:57.518Z Compiling thiserror-impl v2.0.18
5102026-06-17T21:52:57.599Z Compiling scroll v0.12.0
5112026-06-17T21:52:57.624Z Compiling zerocopy v0.7.35
5122026-06-17T21:52:57.709Z Compiling tinystr v0.8.2
5132026-06-17T21:52:57.884Z Compiling potential_utf v0.1.4
5142026-06-17T21:52:57.926Z Compiling icu_locale_core v2.1.1
5152026-06-17T21:52:58.053Z Compiling icu_collections v2.1.1
5162026-06-17T21:52:58.124Z Compiling dtrace-parser v0.2.0
5172026-06-17T21:52:58.187Z Compiling goblin v0.8.2
5182026-06-17T21:52:58.448Z Compiling tabled_derive v0.7.0
5192026-06-17T21:52:58.534Z Compiling clap_derive v4.6.1
5202026-06-17T21:52:58.818Z Compiling icu_provider v2.1.1
5212026-06-17T21:52:58.868Z Compiling toml_datetime v0.6.11
5222026-06-17T21:52:58.893Z Compiling serde_spanned v0.6.9
5232026-06-17T21:52:58.913Z Compiling dof v0.3.0
5242026-06-17T21:52:58.933Z Compiling serde_tokenstream v0.2.3
5252026-06-17T21:52:59.122Z Compiling icu_properties v2.1.2
5262026-06-17T21:52:59.139Z Compiling icu_normalizer v2.1.1
5272026-06-17T21:52:59.156Z Compiling toml_edit v0.22.27
5282026-06-17T21:52:59.304Z Compiling serde-value v0.7.0
5292026-06-17T21:52:59.350Z Compiling cargo-platform v0.2.0
5302026-06-17T21:52:59.666Z Compiling memmap v0.7.0
5312026-06-17T21:52:59.683Z Compiling unicode-linebreak v0.1.5
5322026-06-17T21:52:59.734Z Compiling unicode-width v0.2.0
5332026-06-17T21:52:59.850Z Compiling smawk v0.3.2
5342026-06-17T21:52:59.881Z Compiling usdt-attr-macro v0.5.0
5352026-06-17T21:52:59.929Z Compiling usdt-macro v0.5.0
5362026-06-17T21:53:00.000Z Compiling idna_adapter v1.2.1
5372026-06-17T21:53:00.027Z Compiling textwrap v0.16.2
5382026-06-17T21:53:00.149Z Compiling idna v1.1.0
5392026-06-17T21:53:00.284Z Compiling clap v4.6.1
5402026-06-17T21:53:00.373Z Compiling tabled v0.15.0
5412026-06-17T21:53:00.506Z Compiling url v2.5.8
5422026-06-17T21:53:00.559Z Compiling macaddr v1.0.1
5432026-06-17T21:53:00.577Z Compiling toml v0.8.23
5442026-06-17T21:53:00.786Z Compiling camino-tempfile v1.4.1
5452026-06-17T21:53:01.027Z Compiling cargo-util-schemas v0.8.2
5462026-06-17T21:53:01.189Z Compiling cargo_toml v0.21.0
5472026-06-17T21:53:01.214Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-06-17T21:53:01.251Z Compiling swrite v0.1.0
5492026-06-17T21:53:01.468Z Compiling usdt v0.5.0
5502026-06-17T21:53:01.985Z Compiling cargo_metadata v0.21.0
5512026-06-17T21:53:02.935Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5522026-06-17T21:53:05.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.44s
5532026-06-17T21:53:05.427Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5542026-06-17T21:53:05.992Z Downloading crates ...
5552026-06-17T21:53:06.086Z Downloaded arrayref v0.3.9
5562026-06-17T21:53:06.090Z Downloaded atty v0.2.14
5572026-06-17T21:53:06.092Z Downloaded ascii-canvas v3.0.0
5582026-06-17T21:53:06.105Z Downloaded async-stream v0.3.6
5592026-06-17T21:53:06.110Z Downloaded darling v0.21.3
5602026-06-17T21:53:06.118Z Downloaded ciborium-io v0.2.2
5612026-06-17T21:53:06.118Z Downloaded bb8 v0.8.6
5622026-06-17T21:53:06.118Z Downloaded cobs v0.3.0
5632026-06-17T21:53:06.122Z Downloaded daft-derive v0.1.7
5642026-06-17T21:53:06.122Z Downloaded crucible-workspace-hack v0.1.0
5652026-06-17T21:53:06.122Z Downloaded atomic-waker v1.1.2
5662026-06-17T21:53:06.122Z Downloaded ctr v0.9.2
5672026-06-17T21:53:06.122Z Downloaded bit-set v0.5.3
5682026-06-17T21:53:06.122Z Downloaded atomicwrites v0.4.4
5692026-06-17T21:53:06.138Z Downloaded adler2 v2.0.1
5702026-06-17T21:53:06.138Z Downloaded darling_macro v0.20.11
5712026-06-17T21:53:06.138Z Downloaded darling_macro v0.13.4
5722026-06-17T21:53:06.138Z Downloaded base16ct v0.2.0
5732026-06-17T21:53:06.138Z Downloaded assert_matches v1.5.0
5742026-06-17T21:53:06.138Z Downloaded aead v0.5.2
5752026-06-17T21:53:06.138Z Downloaded bcs v0.1.6
5762026-06-17T21:53:06.146Z Downloaded backoff v0.4.0
5772026-06-17T21:53:06.146Z Downloaded bcrypt-pbkdf v0.10.0
5782026-06-17T21:53:06.146Z Downloaded anstyle-parse v0.2.7
5792026-06-17T21:53:06.146Z Downloaded crc32fast v1.5.0
5802026-06-17T21:53:06.146Z Downloaded async-trait v0.1.89
5812026-06-17T21:53:06.146Z Downloaded crunchy v0.2.4
5822026-06-17T21:53:06.147Z Downloaded crc-catalog v2.4.0
5832026-06-17T21:53:06.147Z Downloaded async-recursion v1.1.1
5842026-06-17T21:53:06.150Z Downloaded crc-any v2.5.0
5852026-06-17T21:53:06.152Z Downloaded chacha20 v0.9.1
5862026-06-17T21:53:06.152Z Downloaded bit-vec v0.8.0
5872026-06-17T21:53:06.153Z Downloaded darling_core v0.13.4
5882026-06-17T21:53:06.153Z Downloaded darling v0.23.0
5892026-06-17T21:53:06.157Z Downloaded base64ct v1.8.3
5902026-06-17T21:53:06.157Z Downloaded darling v0.13.4
5912026-06-17T21:53:06.158Z Downloaded dyn-clone v1.0.20
5922026-06-17T21:53:06.164Z Downloaded cargo-platform v0.3.2
5932026-06-17T21:53:06.164Z Downloaded async-stream-impl v0.3.6
5942026-06-17T21:53:06.164Z Downloaded array-init v0.0.4
5952026-06-17T21:53:06.164Z Downloaded darling_macro v0.21.3
5962026-06-17T21:53:06.166Z Downloaded fd-lock v4.0.4
5972026-06-17T21:53:06.166Z Downloaded bit-vec v0.6.3
5982026-06-17T21:53:06.167Z Downloaded arrayvec v0.7.6
5992026-06-17T21:53:06.169Z Downloaded darling_core v0.23.0
6002026-06-17T21:53:06.172Z Downloaded async-bb8-diesel v0.2.1
6012026-06-17T21:53:06.172Z Downloaded clang-sys v1.8.1
6022026-06-17T21:53:06.174Z Downloaded dirs-sys-next v0.1.2
6032026-06-17T21:53:06.174Z Downloaded base64 v0.21.7
6042026-06-17T21:53:06.178Z Downloaded float-cmp v0.10.0
6052026-06-17T21:53:06.180Z Downloaded difflib v0.4.0
6062026-06-17T21:53:06.180Z Downloaded ciborium-ll v0.2.2
6072026-06-17T21:53:06.180Z Downloaded dropshot-api-manager-types v0.7.2
6082026-06-17T21:53:06.181Z Downloaded downcast-rs v2.0.2
6092026-06-17T21:53:06.181Z Downloaded darling_macro v0.23.0
6102026-06-17T21:53:06.183Z Downloaded backon v1.6.0
6112026-06-17T21:53:06.186Z Downloaded cfg_aliases v0.1.1
6122026-06-17T21:53:06.186Z Downloaded env_filter v1.0.0
6132026-06-17T21:53:06.187Z Downloaded dunce v1.0.5
6142026-06-17T21:53:06.192Z Downloaded cfg_aliases v0.2.1
6152026-06-17T21:53:06.194Z Downloaded block-padding v0.3.3
6162026-06-17T21:53:06.194Z Downloaded crc v3.4.0
6172026-06-17T21:53:06.194Z Downloaded document-features v0.2.12
6182026-06-17T21:53:06.197Z Downloaded curve25519-dalek-derive v0.1.1
6192026-06-17T21:53:06.200Z Downloaded dsl_auto_type v0.2.0
6202026-06-17T21:53:06.202Z Downloaded cpufeatures v0.3.0
6212026-06-17T21:53:06.202Z Downloaded foldhash v0.1.5
6222026-06-17T21:53:06.205Z Downloaded dof v0.4.0
6232026-06-17T21:53:06.205Z Downloaded enum-as-inner v0.6.1
6242026-06-17T21:53:06.205Z Downloaded bit-set v0.8.0
6252026-06-17T21:53:06.208Z Downloaded foreign-types v0.3.2
6262026-06-17T21:53:06.211Z Downloaded derive_builder_macro v0.20.2
6272026-06-17T21:53:06.211Z Downloaded debug-ignore v1.0.5
6282026-06-17T21:53:06.213Z Downloaded castaway v0.2.4
6292026-06-17T21:53:06.216Z Downloaded convert_case v0.4.0
6302026-06-17T21:53:06.219Z Downloaded compression-core v0.4.31
6312026-06-17T21:53:06.219Z Downloaded bitfield-macros v0.19.4
6322026-06-17T21:53:06.221Z Downloaded fixedbitset v0.4.2
6332026-06-17T21:53:06.224Z Downloaded dirs-next v2.0.0
6342026-06-17T21:53:06.224Z Downloaded endian-type v0.1.2
6352026-06-17T21:53:06.228Z Downloaded crc8 v0.1.1
6362026-06-17T21:53:06.228Z Downloaded defmt v0.3.100
6372026-06-17T21:53:06.228Z Downloaded dtrace-parser v0.3.0
6382026-06-17T21:53:06.228Z Downloaded foreign-types-shared v0.3.1
6392026-06-17T21:53:06.228Z Downloaded foreign-types-shared v0.1.1
6402026-06-17T21:53:06.231Z Downloaded foreign-types v0.5.0
6412026-06-17T21:53:06.231Z Downloaded corncobs v0.1.4
6422026-06-17T21:53:06.231Z Downloaded anstream v0.6.21
6432026-06-17T21:53:06.235Z Downloaded float-ord v0.3.2
6442026-06-17T21:53:06.235Z Downloaded defmt-macros v1.0.1
6452026-06-17T21:53:06.235Z Downloaded crossbeam-deque v0.8.6
6462026-06-17T21:53:06.237Z Downloaded defmt v1.0.1
6472026-06-17T21:53:06.240Z Downloaded bitflags v1.3.2
6482026-06-17T21:53:06.240Z Downloaded fallible-iterator v0.2.0
6492026-06-17T21:53:06.243Z Downloaded futures-macro v0.3.32
6502026-06-17T21:53:06.243Z Downloaded defmt-parser v1.0.0
6512026-06-17T21:53:06.243Z Downloaded embedded-io v0.4.0
6522026-06-17T21:53:06.245Z Downloaded fxhash v0.2.1
6532026-06-17T21:53:06.245Z Downloaded futures-task v0.3.32
6542026-06-17T21:53:06.247Z Downloaded funty v2.0.0
6552026-06-17T21:53:06.248Z Downloaded flagset v0.4.7
6562026-06-17T21:53:06.248Z Downloaded futures-core v0.3.32
6572026-06-17T21:53:06.250Z Downloaded cstr-argument v0.1.2
6582026-06-17T21:53:06.250Z Downloaded foreign-types-macros v0.2.3
6592026-06-17T21:53:06.250Z Downloaded diesel_table_macro_syntax v0.3.0
6602026-06-17T21:53:06.250Z Downloaded git-stub v1.0.0
6612026-06-17T21:53:06.253Z Downloaded darling_core v0.21.3
6622026-06-17T21:53:06.257Z Downloaded ff v0.13.1
6632026-06-17T21:53:06.258Z Downloaded darling v0.20.11
6642026-06-17T21:53:06.262Z Downloaded ghash v0.5.1
6652026-06-17T21:53:06.262Z Downloaded compression-codecs v0.4.37
6662026-06-17T21:53:06.268Z Downloaded camino-tempfile-ext v0.3.3
6672026-06-17T21:53:06.268Z Downloaded futures-io v0.3.32
6682026-06-17T21:53:06.268Z Downloaded cmake v0.1.57
6692026-06-17T21:53:06.268Z Downloaded cexpr v0.6.0
6702026-06-17T21:53:06.271Z Downloaded bitfield-struct v0.6.2
6712026-06-17T21:53:06.271Z Downloaded convert_case v0.10.0
6722026-06-17T21:53:06.271Z Downloaded gethostname v0.5.0
6732026-06-17T21:53:06.271Z Downloaded futures-sink v0.3.32
6742026-06-17T21:53:06.271Z Downloaded globwalk v0.9.1
6752026-06-17T21:53:06.271Z Downloaded hash32 v0.3.1
6762026-06-17T21:53:06.274Z Downloaded headers-core v0.3.0
6772026-06-17T21:53:06.274Z Downloaded hash32 v0.2.1
6782026-06-17T21:53:06.274Z Downloaded hex-literal v0.4.1
6792026-06-17T21:53:06.278Z Downloaded argon2 v0.5.3
6802026-06-17T21:53:06.326Z Downloaded ecdsa v0.16.9
6812026-06-17T21:53:06.328Z Downloaded blowfish v0.9.1
6822026-06-17T21:53:06.328Z Downloaded ed25519 v2.2.3
6832026-06-17T21:53:06.328Z Downloaded const_format_proc_macros v0.2.34
6842026-06-17T21:53:06.328Z Downloaded fixedbitset v0.5.7
6852026-06-17T21:53:06.328Z Downloaded erased-serde v0.3.31
6862026-06-17T21:53:06.328Z Downloaded find-msvc-tools v0.1.9
6872026-06-17T21:53:06.328Z Downloaded daft v0.1.7
6882026-06-17T21:53:06.328Z Downloaded cassowary v0.3.0
6892026-06-17T21:53:06.328Z Downloaded cipher v0.4.4
6902026-06-17T21:53:06.328Z Downloaded buf-list v1.1.2
6912026-06-17T21:53:06.328Z Downloaded embedded-io v0.6.1
6922026-06-17T21:53:06.328Z Downloaded home v0.5.12
6932026-06-17T21:53:06.328Z Downloaded derive_builder_core v0.20.2
6942026-06-17T21:53:06.329Z Downloaded der_derive v0.7.3
6952026-06-17T21:53:06.329Z Downloaded ciborium v0.2.2
6962026-06-17T21:53:06.329Z Downloaded critical-section v1.2.0
6972026-06-17T21:53:06.329Z Downloaded either v1.15.0
6982026-06-17T21:53:06.329Z Downloaded deranged v0.5.8
6992026-06-17T21:53:06.329Z Downloaded display-error-chain v0.2.2
7002026-06-17T21:53:06.329Z Downloaded filetime v0.2.27
7012026-06-17T21:53:06.329Z Downloaded ena v0.14.4
7022026-06-17T21:53:06.329Z Downloaded diesel-dtrace v0.5.0
7032026-06-17T21:53:06.329Z Downloaded derive-ex v0.1.8
7042026-06-17T21:53:06.329Z Downloaded const_format v0.2.35
7052026-06-17T21:53:06.329Z Downloaded hubpack v0.1.2
7062026-06-17T21:53:06.329Z Downloaded byte-wrapper v0.1.0
7072026-06-17T21:53:06.329Z Downloaded cbc v0.1.2
7082026-06-17T21:53:06.329Z Downloaded data-encoding v2.10.0
7092026-06-17T21:53:06.329Z Downloaded foldhash v0.2.0
7102026-06-17T21:53:06.329Z Downloaded hubpack_derive v0.1.1
7112026-06-17T21:53:06.329Z Downloaded futures-executor v0.3.32
7122026-06-17T21:53:06.343Z Downloaded hostname v0.4.2
7132026-06-17T21:53:06.343Z Downloaded fs-err v2.11.0
7142026-06-17T21:53:06.343Z Downloaded hostname v0.3.1
7152026-06-17T21:53:06.343Z Downloaded ident_case v1.0.1
7162026-06-17T21:53:06.343Z Downloaded ahash v0.8.12
7172026-06-17T21:53:06.343Z Downloaded http-range v0.1.5
7182026-06-17T21:53:06.343Z Downloaded fs_extra v1.3.0
7192026-06-17T21:53:06.343Z Downloaded derive_builder v0.20.2
7202026-06-17T21:53:06.343Z Downloaded crossbeam-utils v0.8.21
7212026-06-17T21:53:06.346Z Downloaded group v0.13.0
7222026-06-17T21:53:06.346Z Downloaded hex v0.4.3
7232026-06-17T21:53:06.346Z Downloaded globset v0.4.18
7242026-06-17T21:53:06.346Z Downloaded glob v0.3.3
7252026-06-17T21:53:06.346Z Downloaded git-stub-vcs v0.1.0
7262026-06-17T21:53:06.346Z Downloaded cookie v0.18.1
7272026-06-17T21:53:06.346Z Downloaded instant v0.1.13
7282026-06-17T21:53:06.346Z Downloaded hyper-tls v0.6.0
7292026-06-17T21:53:06.346Z Downloaded inout v0.1.4
7302026-06-17T21:53:06.346Z Downloaded indoc v1.0.9
7312026-06-17T21:53:06.348Z Downloaded constant_time_eq v0.4.2
7322026-06-17T21:53:06.351Z Downloaded illumos-nvpair-sys v0.2.0
7332026-06-17T21:53:06.351Z Downloaded illumos-nvpair v0.3.0
7342026-06-17T21:53:06.351Z Downloaded cancel-safe-futures v0.1.5
7352026-06-17T21:53:06.351Z Downloaded cookie_store v0.22.1
7362026-06-17T21:53:06.354Z Downloaded bzip2 v0.6.1
7372026-06-17T21:53:06.354Z Downloaded bzip2 v0.4.4
7382026-06-17T21:53:06.354Z Downloaded console v0.16.2
7392026-06-17T21:53:06.356Z Downloaded internet-checksum v0.2.1
7402026-06-17T21:53:06.356Z Downloaded instability v0.3.11
7412026-06-17T21:53:06.356Z Downloaded console v0.15.11
7422026-06-17T21:53:06.361Z Downloaded lalrpop-util v0.19.12
7432026-06-17T21:53:06.361Z Downloaded keccak v0.1.6
7442026-06-17T21:53:06.363Z Downloaded kstat-rs v0.2.4
7452026-06-17T21:53:06.363Z Downloaded colored v3.1.1
7462026-06-17T21:53:06.363Z Downloaded chacha20 v0.10.0
7472026-06-17T21:53:06.367Z Downloaded cargo_metadata v0.23.1
7482026-06-17T21:53:06.367Z Downloaded bitfield v0.19.4
7492026-06-17T21:53:06.370Z Downloaded bumpalo v3.20.2
7502026-06-17T21:53:06.373Z Downloaded http-body-util v0.1.3
7512026-06-17T21:53:06.373Z Downloaded http-body v1.0.1
7522026-06-17T21:53:06.375Z Downloaded diff v0.1.13
7532026-06-17T21:53:06.376Z Downloaded env_logger v0.11.9
7542026-06-17T21:53:06.383Z Downloaded ar_archive_writer v0.5.1
7552026-06-17T21:53:06.386Z Downloaded getrandom v0.2.17
7562026-06-17T21:53:06.386Z Downloaded futures-channel v0.3.32
7572026-06-17T21:53:06.386Z Downloaded maybe-uninit v2.0.0
7582026-06-17T21:53:06.389Z Downloaded lru-cache v0.1.2
7592026-06-17T21:53:06.389Z Downloaded linked-hash-map v0.5.6
7602026-06-17T21:53:06.389Z Downloaded is_ci v1.2.0
7612026-06-17T21:53:06.391Z Downloaded is-terminal v0.4.17
7622026-06-17T21:53:06.391Z Downloaded match_cfg v0.1.0
7632026-06-17T21:53:06.396Z Downloaded drift v0.2.0
7642026-06-17T21:53:06.401Z Downloaded lazy_static v1.5.0
7652026-06-17T21:53:06.404Z Downloaded indoc v2.0.7
7662026-06-17T21:53:06.406Z Downloaded elliptic-curve v0.13.8
7672026-06-17T21:53:06.410Z Downloaded new_debug_unreachable v1.0.6
7682026-06-17T21:53:06.410Z Downloaded memoffset v0.9.1
7692026-06-17T21:53:06.410Z Downloaded nodrop v0.1.14
7702026-06-17T21:53:06.410Z Downloaded lru-slab v0.1.2
7712026-06-17T21:53:06.414Z Downloaded lru v0.12.5
7722026-06-17T21:53:06.414Z Downloaded base64 v0.22.1
7732026-06-17T21:53:06.414Z Downloaded blake2 v0.10.6
7742026-06-17T21:53:06.419Z Downloaded colored v2.2.0
7752026-06-17T21:53:06.419Z Downloaded mime v0.3.17
7762026-06-17T21:53:06.422Z Downloaded md-5 v0.10.6
7772026-06-17T21:53:06.422Z Downloaded crossbeam-epoch v0.9.18
7782026-06-17T21:53:06.422Z Downloaded maplit v1.0.2
7792026-06-17T21:53:06.422Z Downloaded managed v0.8.0
7802026-06-17T21:53:06.422Z Downloaded jobserver v0.1.34
7812026-06-17T21:53:06.425Z Downloaded httpdate v1.0.3
7822026-06-17T21:53:06.425Z Downloaded libscf-sys v1.2.0
7832026-06-17T21:53:06.425Z Downloaded const-oid v0.9.6
7842026-06-17T21:53:06.431Z Downloaded humantime v2.3.0
7852026-06-17T21:53:06.431Z Downloaded num v0.4.3
7862026-06-17T21:53:06.433Z Downloaded indent_write v2.2.0
7872026-06-17T21:53:06.433Z Downloaded arc-swap v1.8.2
7882026-06-17T21:53:06.433Z Downloaded cc v1.2.56
7892026-06-17T21:53:06.436Z Downloaded newline-converter v0.3.0
7902026-06-17T21:53:06.436Z Downloaded impl-trait-for-tuples v0.2.3
7912026-06-17T21:53:06.438Z Downloaded nibble_vec v0.1.0
7922026-06-17T21:53:06.441Z Downloaded newtype-uuid-macros v0.1.0
7932026-06-17T21:53:06.441Z Downloaded libsw-core v0.3.2
7942026-06-17T21:53:06.441Z Downloaded multimap v0.10.1
7952026-06-17T21:53:06.444Z Downloaded linear-map v1.2.0
7962026-06-17T21:53:06.444Z Downloaded normalize-line-endings v0.3.0
7972026-06-17T21:53:06.444Z Downloaded num_enum_derive v0.5.11
7982026-06-17T21:53:06.444Z Downloaded nonempty v0.12.0
7992026-06-17T21:53:06.448Z Downloaded newtype_derive v0.1.6
8002026-06-17T21:53:06.448Z Downloaded num-conv v0.2.0
8012026-06-17T21:53:06.448Z Downloaded num_threads v0.1.7
8022026-06-17T21:53:06.452Z Downloaded num-iter v0.1.45
8032026-06-17T21:53:06.452Z Downloaded lzss v0.8.2
8042026-06-17T21:53:06.452Z Downloaded ingot-types v0.1.2
8052026-06-17T21:53:06.452Z Downloaded ipnetwork v0.21.1
8062026-06-17T21:53:06.453Z Downloaded ipnet v2.11.0
8072026-06-17T21:53:06.455Z Downloaded hyper-staticfile v0.10.1
8082026-06-17T21:53:06.455Z Downloaded ingot v0.1.1
8092026-06-17T21:53:06.458Z Downloaded hyper-rustls v0.27.7
8102026-06-17T21:53:06.461Z Downloaded openssl-probe v0.1.6
8112026-06-17T21:53:06.461Z Downloaded opaque-debug v0.3.1
8122026-06-17T21:53:06.462Z Downloaded csv-core v0.1.13
8132026-06-17T21:53:06.466Z Downloaded openssl-probe v0.2.1
8142026-06-17T21:53:06.466Z Downloaded compact_str v0.8.1
8152026-06-17T21:53:06.470Z Downloaded iana-time-zone v0.1.65
8162026-06-17T21:53:06.470Z Downloaded fatfs v0.3.6
8172026-06-17T21:53:06.473Z Downloaded des v0.8.1
8182026-06-17T21:53:06.473Z Downloaded derive-where v1.6.0
8192026-06-17T21:53:06.475Z Downloaded dropshot_endpoint v0.17.0
8202026-06-17T21:53:06.475Z Downloaded allocator-api2 v0.2.21
8212026-06-17T21:53:06.478Z Downloaded num-derive v0.4.2
8222026-06-17T21:53:06.481Z Downloaded multer v3.1.0
8232026-06-17T21:53:06.481Z Downloaded packed_struct_codegen v0.10.1
8242026-06-17T21:53:06.483Z Downloaded olpc-cjson v0.1.4
8252026-06-17T21:53:06.490Z Downloaded newtype-uuid v1.3.2
8262026-06-17T21:53:06.494Z Downloaded hmac v0.12.1
8272026-06-17T21:53:06.494Z Downloaded chacha20poly1305 v0.10.1
8282026-06-17T21:53:06.494Z Downloaded highway v1.3.0
8292026-06-17T21:53:06.494Z Downloaded libefi-sys v0.1.0
8302026-06-17T21:53:06.494Z Downloaded bytes v1.11.1
8312026-06-17T21:53:06.497Z Downloaded oso-derive v0.27.3
8322026-06-17T21:53:06.510Z Downloaded parse-size v1.1.0
8332026-06-17T21:53:06.513Z Downloaded httparse v1.10.1
8342026-06-17T21:53:06.513Z Downloaded async-compression v0.4.41
8352026-06-17T21:53:06.517Z Downloaded parse-display v0.10.0
8362026-06-17T21:53:06.517Z Downloaded mime_guess v2.0.5
8372026-06-17T21:53:06.517Z Downloaded libloading v0.8.9
8382026-06-17T21:53:06.520Z Downloaded pbkdf2 v0.11.0
8392026-06-17T21:53:06.522Z Downloaded openssl-macros v0.1.1
8402026-06-17T21:53:06.522Z Downloaded md5 v0.7.0
8412026-06-17T21:53:06.522Z Downloaded num-integer v0.1.46
8422026-06-17T21:53:06.527Z Downloaded nu-ansi-term v0.50.3
8432026-06-17T21:53:06.527Z Downloaded num_enum v0.5.11
8442026-06-17T21:53:06.531Z Downloaded phf_shared v0.11.3
8452026-06-17T21:53:06.531Z Downloaded peg-runtime v0.8.5
8462026-06-17T21:53:06.531Z Downloaded pbkdf2 v0.12.2
8472026-06-17T21:53:06.531Z Downloaded path-slash v0.1.5
8482026-06-17T21:53:06.533Z Downloaded num_enum_derive v0.7.6
8492026-06-17T21:53:06.533Z Downloaded phf_shared v0.12.1
8502026-06-17T21:53:06.533Z Downloaded num_enum v0.7.6
8512026-06-17T21:53:06.538Z Downloaded pin-utils v0.1.0
8522026-06-17T21:53:06.538Z Downloaded phf_shared v0.13.1
8532026-06-17T21:53:06.541Z Downloaded ingot-macros v0.1.1
8542026-06-17T21:53:06.541Z Downloaded half v1.8.3
8552026-06-17T21:53:06.541Z Downloaded derive_more v0.99.20
8562026-06-17T21:53:06.545Z Downloaded memmap2 v0.9.10
8572026-06-17T21:53:06.546Z Downloaded ignore v0.4.25
8582026-06-17T21:53:06.549Z Downloaded aho-corasick v1.1.4
8592026-06-17T21:53:06.550Z Downloaded oxnet v0.1.5
8602026-06-17T21:53:06.553Z Downloaded oxide-tokio-rt v0.1.4
8612026-06-17T21:53:06.554Z Downloaded headers v0.4.1
8622026-06-17T21:53:06.557Z Downloaded half v2.7.1
8632026-06-17T21:53:06.557Z Downloaded proc-macro-error-attr2 v2.0.0
8642026-06-17T21:53:06.557Z Downloaded proc-macro-crate v3.4.0
8652026-06-17T21:53:06.560Z Downloaded num-complex v0.4.6
8662026-06-17T21:53:06.560Z Downloaded proc-macro-crate v1.3.1
8672026-06-17T21:53:06.560Z Downloaded precomputed-hash v0.1.1
8682026-06-17T21:53:06.560Z Downloaded darling_core v0.20.11
8692026-06-17T21:53:06.564Z Downloaded num-rational v0.4.2
8702026-06-17T21:53:06.570Z Downloaded parse-display-derive v0.10.0
8712026-06-17T21:53:06.570Z Downloaded litrs v1.0.0
8722026-06-17T21:53:06.570Z Downloaded futures v0.3.32
8732026-06-17T21:53:06.577Z Downloaded getrandom v0.3.4
8742026-06-17T21:53:06.577Z Downloaded flume v0.11.1
8752026-06-17T21:53:06.577Z Downloaded crossterm v0.29.0
8762026-06-17T21:53:06.580Z Downloaded password-hash v0.4.2
8772026-06-17T21:53:06.580Z Downloaded powerfmt v0.2.0
8782026-06-17T21:53:06.580Z Downloaded packed_struct v0.10.1
8792026-06-17T21:53:06.580Z Downloaded predicates-core v1.0.10
8802026-06-17T21:53:06.584Z Downloaded nanorand v0.7.0
8812026-06-17T21:53:06.584Z Downloaded libsw v3.5.0
8822026-06-17T21:53:06.584Z Downloaded progenitor-macro v0.11.2
8832026-06-17T21:53:06.590Z Downloaded predicates-tree v1.0.13
8842026-06-17T21:53:06.593Z Downloaded password-hash v0.5.0
8852026-06-17T21:53:06.595Z Downloaded parking_lot_core v0.8.6
8862026-06-17T21:53:06.595Z Downloaded progenitor-client v0.14.0
8872026-06-17T21:53:06.598Z Downloaded indexmap v1.9.3
8882026-06-17T21:53:06.600Z Downloaded pem-rfc7468 v0.7.0
8892026-06-17T21:53:06.600Z Downloaded omicron-zone-package v0.12.2
8902026-06-17T21:53:06.603Z Downloaded native-tls v0.2.18
8912026-06-17T21:53:06.603Z Downloaded peg v0.8.5
8922026-06-17T21:53:06.605Z Downloaded radium v0.7.0
8932026-06-17T21:53:06.608Z Downloaded paste v1.0.15
8942026-06-17T21:53:06.608Z Downloaded rand_chacha v0.3.1
8952026-06-17T21:53:06.611Z Downloaded heapless v0.7.17
8962026-06-17T21:53:06.611Z Downloaded psl-types v2.0.11
8972026-06-17T21:53:06.614Z Downloaded progenitor-macro v0.13.0
8982026-06-17T21:53:06.614Z Downloaded peg-macros v0.8.5
8992026-06-17T21:53:06.614Z Downloaded progenitor-macro v0.14.0
9002026-06-17T21:53:06.614Z Downloaded owo-colors v4.3.0
9012026-06-17T21:53:06.619Z Downloaded quick-error v1.2.3
9022026-06-17T21:53:06.619Z Downloaded lock_api v0.4.14
9032026-06-17T21:53:06.623Z Downloaded phf v0.13.1
9042026-06-17T21:53:06.630Z Downloaded phf v0.12.1
9052026-06-17T21:53:06.630Z Downloaded pin-project-lite v0.2.17
9062026-06-17T21:53:06.633Z Downloaded parking_lot v0.11.2
9072026-06-17T21:53:06.633Z Downloaded rand_xorshift v0.4.0
9082026-06-17T21:53:06.633Z Downloaded ed25519-dalek v2.2.0
9092026-06-17T21:53:06.636Z Downloaded ref-cast-impl v1.0.25
9102026-06-17T21:53:06.636Z Downloaded flate2 v1.1.9
9112026-06-17T21:53:06.639Z Downloaded der v0.7.10
9122026-06-17T21:53:06.641Z Downloaded predicates v3.1.4
9132026-06-17T21:53:06.644Z Downloaded parking_lot_core v0.9.12
9142026-06-17T21:53:06.646Z Downloaded libbz2-rs-sys v0.2.2
9152026-06-17T21:53:06.646Z Downloaded heapless v0.8.0
9162026-06-17T21:53:06.649Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-06-17T21:53:06.649Z Downloaded recursive v0.1.1
9182026-06-17T21:53:06.649Z Downloaded pkcs8 v0.10.2
9192026-06-17T21:53:06.651Z Downloaded progenitor-client v0.13.0
9202026-06-17T21:53:06.651Z Downloaded progenitor v0.13.0
9212026-06-17T21:53:06.658Z Downloaded polyval v0.6.2
9222026-06-17T21:53:06.658Z Downloaded pkg-config v0.3.32
9232026-06-17T21:53:06.658Z Downloaded poly1305 v0.8.0
9242026-06-17T21:53:06.675Z Downloaded postgres-protocol v0.6.10
9252026-06-17T21:53:06.687Z Downloaded rtoolbox v0.0.3
9262026-06-17T21:53:06.687Z Downloaded ppv-lite86 v0.2.21
9272026-06-17T21:53:06.687Z Downloaded parking_lot v0.12.5
9282026-06-17T21:53:06.687Z Downloaded rustc_version v0.4.1
9292026-06-17T21:53:06.688Z Downloaded progenitor-client v0.11.2
9302026-06-17T21:53:06.700Z Downloaded progenitor v0.14.0
9312026-06-17T21:53:06.700Z Downloaded progenitor v0.11.2
9322026-06-17T21:53:06.700Z Downloaded proc-macro-error2 v2.0.1
9332026-06-17T21:53:06.700Z Downloaded rfc6979 v0.4.0
9342026-06-17T21:53:06.700Z Downloaded rustc-hash v2.1.1
9352026-06-17T21:53:06.700Z Downloaded rustc_version v0.1.7
9362026-06-17T21:53:06.700Z Downloaded russh-cryptovec v0.7.3
9372026-06-17T21:53:06.703Z Downloaded rand_core v0.10.0
9382026-06-17T21:53:06.703Z Downloaded rand_chacha v0.9.0
9392026-06-17T21:53:06.703Z Downloaded miniz_oxide v0.8.9
9402026-06-17T21:53:06.712Z Downloaded rand_core v0.6.4
9412026-06-17T21:53:06.712Z Downloaded pem v3.0.6
9422026-06-17T21:53:06.715Z Downloaded ref-cast v1.0.25
9432026-06-17T21:53:06.715Z Downloaded papergrid v0.17.0
9442026-06-17T21:53:06.715Z Downloaded progenitor-extras v0.2.0
9452026-06-17T21:53:06.715Z Downloaded primeorder v0.13.6
9462026-06-17T21:53:06.715Z Downloaded postcard v1.1.3
9472026-06-17T21:53:06.725Z Downloaded pin-project-internal v1.1.11
9482026-06-17T21:53:06.728Z Downloaded same-file v1.0.6
9492026-06-17T21:53:06.729Z Downloaded pkcs1 v0.7.5
9502026-06-17T21:53:06.732Z Downloaded scroll_derive v0.13.1
9512026-06-17T21:53:06.732Z Downloaded derive_more-impl v2.1.1
9522026-06-17T21:53:06.736Z Downloaded salsa20 v0.10.2
9532026-06-17T21:53:06.736Z Downloaded hickory-resolver v0.24.4
9542026-06-17T21:53:06.739Z Downloaded crossbeam-channel v0.5.15
9552026-06-17T21:53:06.739Z Downloaded hickory-resolver v0.25.2
9562026-06-17T21:53:06.747Z Downloaded scheduled-thread-pool v0.2.7
9572026-06-17T21:53:06.750Z Downloaded pkcs5 v0.7.1
9582026-06-17T21:53:06.753Z Downloaded rand_core v0.9.5
9592026-06-17T21:53:06.753Z Downloaded derive_more v2.1.1
9602026-06-17T21:53:06.758Z Downloaded serde-big-array v0.5.1
9612026-06-17T21:53:06.761Z Downloaded scopeguard v1.2.0
9622026-06-17T21:53:06.761Z Downloaded seq-macro v0.3.6
9632026-06-17T21:53:06.761Z Downloaded semver v0.1.20
9642026-06-17T21:53:06.764Z Downloaded scrypt v0.11.0
9652026-06-17T21:53:06.764Z Downloaded sapling-renderdag v0.1.0
9662026-06-17T21:53:06.764Z Downloaded secrecy v0.8.0
9672026-06-17T21:53:06.768Z Downloaded psm v0.1.30
9682026-06-17T21:53:06.770Z Downloaded expectorate v1.2.0
9692026-06-17T21:53:06.775Z Downloaded quinn-udp v0.5.14
9702026-06-17T21:53:06.779Z Downloaded p256 v0.13.2
9712026-06-17T21:53:06.782Z Downloaded serde_urlencoded v0.7.1
9722026-06-17T21:53:06.786Z Downloaded pin-project v1.1.11
9732026-06-17T21:53:06.794Z Downloaded serde_plain v1.0.2
9742026-06-17T21:53:06.797Z Downloaded secrecy v0.10.3
9752026-06-17T21:53:06.798Z Downloaded signal-hook-mio v0.2.5
9762026-06-17T21:53:06.798Z Downloaded resolv-conf v0.7.6
9772026-06-17T21:53:06.802Z Downloaded rand_seeder v0.4.0
9782026-06-17T21:53:06.802Z Downloaded hashbrown v0.12.3
9792026-06-17T21:53:06.806Z Downloaded indicatif v0.18.4
9802026-06-17T21:53:06.806Z Downloaded aes v0.8.4
9812026-06-17T21:53:06.807Z Downloaded serde_spanned v1.0.4
9822026-06-17T21:53:06.811Z Downloaded serde_repr v0.1.20
9832026-06-17T21:53:06.811Z Downloaded rustls-pemfile v2.2.0
9842026-06-17T21:53:06.811Z Downloaded r2d2 v0.8.10
9852026-06-17T21:53:06.814Z Downloaded rustls-pemfile v1.0.4
9862026-06-17T21:53:06.814Z Downloaded rustls-native-certs v0.8.3
9872026-06-17T21:53:06.814Z Downloaded siphasher v1.0.2
9882026-06-17T21:53:06.814Z Downloaded postgres-types v0.2.12
9892026-06-17T21:53:06.819Z Downloaded shell-words v1.1.1
9902026-06-17T21:53:06.824Z Downloaded signature v2.2.0
9912026-06-17T21:53:06.824Z Downloaded sha1 v0.10.6
9922026-06-17T21:53:06.824Z Downloaded sigpipe v0.1.3
9932026-06-17T21:53:06.827Z Downloaded rustversion v1.0.22
9942026-06-17T21:53:06.827Z Downloaded crypto-bigint v0.5.5
9952026-06-17T21:53:06.835Z Downloaded progenitor-impl v0.11.2
9962026-06-17T21:53:06.839Z Downloaded hickory-server v0.25.2
9972026-06-17T21:53:06.843Z Downloaded russh-keys v0.45.0
9982026-06-17T21:53:06.848Z Downloaded rusty-fork v0.3.1
9992026-06-17T21:53:06.848Z Downloaded jiff-static v0.2.21
10002026-06-17T21:53:06.851Z Downloaded serde_derive_internals v0.29.1
10012026-06-17T21:53:06.854Z Downloaded sec1 v0.7.3
10022026-06-17T21:53:06.854Z Downloaded slog-envlogger v2.2.0
10032026-06-17T21:53:06.863Z Downloaded sct v0.7.1
10042026-06-17T21:53:06.863Z Downloaded oso v0.27.3
10052026-06-17T21:53:06.863Z Downloaded serde_bytes v0.11.19
10062026-06-17T21:53:06.863Z Downloaded scroll v0.13.0
10072026-06-17T21:53:06.868Z Downloaded serde_path_to_error v0.1.20
10082026-06-17T21:53:06.868Z Downloaded openssl-sys v0.9.115
10092026-06-17T21:53:06.877Z Downloaded serde-hex v0.1.0
10102026-06-17T21:53:06.877Z Downloaded aes-gcm v0.10.3
10112026-06-17T21:53:06.879Z Downloaded ssh-encoding v0.2.0
10122026-06-17T21:53:06.879Z Downloaded sqlparser_derive v0.5.0
10132026-06-17T21:53:06.884Z Downloaded ssh-cipher v0.2.0
10142026-06-17T21:53:06.884Z Downloaded serde_with_macros v1.5.2
10152026-06-17T21:53:06.884Z Downloaded strsim v0.10.0
10162026-06-17T21:53:06.887Z Downloaded pretty_assertions v1.4.1
10172026-06-17T21:53:06.887Z Downloaded shlex v1.3.0
10182026-06-17T21:53:06.891Z Downloaded itertools v0.10.5
10192026-06-17T21:53:06.907Z Downloaded slog-bunyan v2.5.0
10202026-06-17T21:53:06.910Z Downloaded slog-async v2.8.0
10212026-06-17T21:53:06.910Z Downloaded signal-hook-tokio v0.3.1
10222026-06-17T21:53:06.910Z Downloaded signal-hook-registry v1.4.8
10232026-06-17T21:53:06.910Z Downloaded subtle v2.6.1
10242026-06-17T21:53:06.911Z Downloaded strum v0.26.3
10252026-06-17T21:53:06.911Z Downloaded rustls-pki-types v1.14.0
10262026-06-17T21:53:06.911Z Downloaded slab v0.4.12
10272026-06-17T21:53:06.911Z Downloaded strum v0.27.2
10282026-06-17T21:53:06.911Z Downloaded structmeta-derive v0.3.0
10292026-06-17T21:53:06.911Z Downloaded schemars_derive v0.8.22
10302026-06-17T21:53:06.911Z Downloaded tabled_derive v0.11.0
10312026-06-17T21:53:06.911Z Downloaded progenitor-impl v0.13.0
10322026-06-17T21:53:06.913Z Downloaded structmeta v0.3.0
10332026-06-17T21:53:06.914Z Downloaded diesel_derives v2.3.7
10342026-06-17T21:53:06.917Z Downloaded slog-json v2.6.1
10352026-06-17T21:53:06.920Z Downloaded slog-dtrace v0.3.0
10362026-06-17T21:53:06.920Z Downloaded http v1.4.0
10372026-06-17T21:53:06.923Z Downloaded simd-adler32 v0.3.8
10382026-06-17T21:53:06.923Z Downloaded crossterm v0.28.1
10392026-06-17T21:53:06.928Z Downloaded sync_wrapper v1.0.2
10402026-06-17T21:53:06.928Z Downloaded sync-ptr v0.1.4
10412026-06-17T21:53:06.934Z Downloaded supports-color v3.0.2
10422026-06-17T21:53:06.934Z Downloaded ron v0.8.1
10432026-06-17T21:53:06.934Z Downloaded slog-stdlog v4.1.1
10442026-06-17T21:53:06.937Z Downloaded slog-scope v4.4.1
10452026-06-17T21:53:06.937Z Downloaded serde_cbor v0.11.2
10462026-06-17T21:53:06.937Z Downloaded hashbrown v0.13.2
10472026-06-17T21:53:06.937Z Downloaded take_mut v0.2.2
10482026-06-17T21:53:06.940Z Downloaded tabwriter v1.4.1
10492026-06-17T21:53:06.940Z Downloaded smallvec v0.6.14
10502026-06-17T21:53:06.940Z Downloaded slog-term v2.9.2
10512026-06-17T21:53:06.944Z Downloaded snafu-derive v0.8.9
10522026-06-17T21:53:06.947Z Downloaded tap v1.0.1
10532026-06-17T21:53:06.947Z Downloaded prefix-trie v0.7.0
10542026-06-17T21:53:06.947Z Downloaded prettyplease v0.2.37
10552026-06-17T21:53:06.951Z Downloaded smf v0.2.3
10562026-06-17T21:53:06.962Z Downloaded rcgen v0.12.1
10572026-06-17T21:53:06.965Z Downloaded termtree v0.5.1
10582026-06-17T21:53:06.965Z Downloaded testing_table v0.3.0
10592026-06-17T21:53:06.965Z Downloaded spki v0.7.3
10602026-06-17T21:53:06.965Z Downloaded stringprep v0.1.5
10612026-06-17T21:53:06.973Z Downloaded num-bigint v0.4.6
10622026-06-17T21:53:06.973Z Downloaded nom v7.1.3
10632026-06-17T21:53:06.981Z Downloaded strum_macros v0.24.3
10642026-06-17T21:53:06.981Z Downloaded stacker v0.1.23
10652026-06-17T21:53:06.986Z Downloaded strum_macros v0.26.4
10662026-06-17T21:53:06.986Z Downloaded schemars v0.8.22
10672026-06-17T21:53:06.991Z Downloaded progenitor-impl v0.14.0
10682026-06-17T21:53:06.991Z Downloaded hyper-util v0.1.20
10692026-06-17T21:53:06.994Z Downloaded serde_with_macros v3.17.0
10702026-06-17T21:53:06.994Z Downloaded libxml v0.3.3
10712026-06-17T21:53:06.997Z Downloaded thread-id v5.1.0
10722026-06-17T21:53:06.999Z Downloaded thiserror-impl-no-std v2.0.2
10732026-06-17T21:53:06.999Z Downloaded support-bundle-viewer v0.1.2
10742026-06-17T21:53:07.003Z Downloaded strip-ansi-escapes v0.2.1
10752026-06-17T21:53:07.004Z Downloaded qorb v0.4.1
10762026-06-17T21:53:07.007Z Downloaded string_cache v0.8.9
10772026-06-17T21:53:07.007Z Downloaded static_assertions v1.1.0
10782026-06-17T21:53:07.010Z Downloaded strum_macros v0.27.2
10792026-06-17T21:53:07.010Z Downloaded rustls-platform-verifier v0.6.2
10802026-06-17T21:53:07.013Z Downloaded time-core v0.1.8
10812026-06-17T21:53:07.016Z Downloaded tinyvec_macros v0.1.1
10822026-06-17T21:53:07.020Z Downloaded tower-service v0.3.3
10832026-06-17T21:53:07.025Z Downloaded minimal-lexical v0.2.1
10842026-06-17T21:53:07.035Z Downloaded ryu v1.0.23
10852026-06-17T21:53:07.035Z Downloaded tagptr v0.2.0
10862026-06-17T21:53:07.039Z Downloaded topological-sort v0.2.2
10872026-06-17T21:53:07.039Z Downloaded thiserror-no-std v2.0.2
10882026-06-17T21:53:07.039Z Downloaded trait-variant v0.1.2
10892026-06-17T21:53:07.047Z Downloaded itertools v0.13.0
10902026-06-17T21:53:07.091Z Downloaded similar v2.7.0
10912026-06-17T21:53:07.091Z Downloaded spin v0.9.8
10922026-06-17T21:53:07.091Z Downloaded tokio-macros v2.7.0
10932026-06-17T21:53:07.091Z Downloaded tls_codec v0.4.2
10942026-06-17T21:53:07.091Z Downloaded termios v0.3.3
10952026-06-17T21:53:07.091Z Downloaded tower-layer v0.3.3
10962026-06-17T21:53:07.091Z Downloaded try-lock v0.2.5
10972026-06-17T21:53:07.091Z Downloaded tokio-native-tls v0.3.1
10982026-06-17T21:53:07.091Z Downloaded hashbrown v0.15.5
10992026-06-17T21:53:07.091Z Downloaded sqlformat v0.3.5
11002026-06-17T21:53:07.091Z Downloaded rsa v0.9.10
11012026-06-17T21:53:07.091Z Downloaded num-bigint-dig v0.8.6
11022026-06-17T21:53:07.091Z Downloaded quinn v0.11.9
11032026-06-17T21:53:07.096Z Downloaded unit-prefix v0.5.2
11042026-06-17T21:53:07.096Z Downloaded unicode-truncate v1.1.0
11052026-06-17T21:53:07.096Z Downloaded publicsuffix v2.3.0
11062026-06-17T21:53:07.096Z Downloaded tokio-tungstenite v0.21.0
11072026-06-17T21:53:07.096Z Downloaded unarray v0.1.4
11082026-06-17T21:53:07.096Z Downloaded typify-macro v0.4.3
11092026-06-17T21:53:07.096Z Downloaded serde_yaml v0.9.34+deprecated
11102026-06-17T21:53:07.096Z Downloaded mio v1.2.0
11112026-06-17T21:53:07.096Z Downloaded untrusted v0.9.0
11122026-06-17T21:53:07.096Z Downloaded untrusted v0.7.1
11132026-06-17T21:53:07.102Z Downloaded tokio-tungstenite v0.23.1
11142026-06-17T21:53:07.102Z Downloaded socket2 v0.5.10
11152026-06-17T21:53:07.102Z Downloaded utf-8 v0.7.6
11162026-06-17T21:53:07.105Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11172026-06-17T21:53:07.105Z Downloaded toml_writer v1.0.6+spec-1.1.0
11182026-06-17T21:53:07.105Z Downloaded dropshot-api-manager v0.7.2
11192026-06-17T21:53:07.105Z Downloaded universal-hash v0.5.1
11202026-06-17T21:53:07.108Z Downloaded tls_codec_derive v0.4.2
11212026-06-17T21:53:07.108Z Downloaded tiny-keccak v2.0.2
11222026-06-17T21:53:07.112Z Downloaded time-macros v0.2.27
11232026-06-17T21:53:07.113Z Downloaded usdt-macro v0.6.0
11242026-06-17T21:53:07.117Z Downloaded tokio-rustls v0.25.0
11252026-06-17T21:53:07.118Z Downloaded usdt-attr-macro v0.6.0
11262026-06-17T21:53:07.118Z Downloaded tokio-dtrace v0.1.1
11272026-06-17T21:53:07.118Z Downloaded thread_local v1.1.9
11282026-06-17T21:53:07.123Z Downloaded void v1.0.2
11292026-06-17T21:53:07.127Z Downloaded wait-timeout v0.2.1
11302026-06-17T21:53:07.127Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11312026-06-17T21:53:07.130Z Downloaded rand v0.8.6
11322026-06-17T21:53:07.130Z Downloaded itertools v0.14.0
11332026-06-17T21:53:07.132Z Downloaded slog v2.8.2
11342026-06-17T21:53:07.135Z Downloaded term v1.2.1
11352026-06-17T21:53:07.138Z Downloaded unicase v2.9.0
11362026-06-17T21:53:07.138Z Downloaded nom v8.0.0
11372026-06-17T21:53:07.141Z Downloaded want v0.3.1
11382026-06-17T21:53:07.145Z Downloaded itertools v0.12.1
11392026-06-17T21:53:07.145Z Downloaded term v0.7.0
11402026-06-17T21:53:07.147Z Downloaded socket2 v0.6.3
11412026-06-17T21:53:07.150Z Downloaded schemars v0.9.0
11422026-06-17T21:53:07.155Z Downloaded typify-macro v0.6.2
11432026-06-17T21:53:07.158Z Downloaded aws-lc-rs v1.16.3
11442026-06-17T21:53:07.161Z Downloaded xattr v1.6.1
11452026-06-17T21:53:07.164Z Downloaded hashbrown v0.16.1
11462026-06-17T21:53:07.166Z Downloaded tui-tree-widget v0.23.1
11472026-06-17T21:53:07.166Z Downloaded usdt-impl v0.6.0
11482026-06-17T21:53:07.168Z Downloaded tokio-rustls v0.26.4
11492026-06-17T21:53:07.169Z Downloaded xshell-macros v0.2.7
11502026-06-17T21:53:07.169Z Downloaded tokio-rustls v0.24.1
11512026-06-17T21:53:07.171Z Downloaded signal-hook v0.3.18
11522026-06-17T21:53:07.171Z Downloaded samael v0.0.19
11532026-06-17T21:53:07.175Z Downloaded toml_parser v1.0.9+spec-1.1.0
11542026-06-17T21:53:07.177Z Downloaded rustls-webpki v0.103.9
11552026-06-17T21:53:07.180Z Downloaded rand v0.10.0
11562026-06-17T21:53:07.182Z Downloaded rand v0.9.2
11572026-06-17T21:53:07.185Z Downloaded p521 v0.13.3
11582026-06-17T21:53:07.185Z Downloaded iri-string v0.7.10
11592026-06-17T21:53:07.189Z Downloaded tracing-attributes v0.1.31
11602026-06-17T21:53:07.194Z Downloaded zeroize_derive v1.4.3
11612026-06-17T21:53:07.198Z Downloaded zone_cfg_derive v0.3.1
11622026-06-17T21:53:07.198Z Downloaded rayon-core v1.13.0
11632026-06-17T21:53:07.200Z Downloaded uzers v0.12.2
11642026-06-17T21:53:07.203Z Downloaded vergen-lib v9.1.0
11652026-06-17T21:53:07.203Z Downloaded vergen-lib v0.1.6
11662026-06-17T21:53:07.205Z Downloaded subprocess v0.2.15
11672026-06-17T21:53:07.206Z Downloaded vergen-gitcl v1.0.8
11682026-06-17T21:53:07.209Z Downloaded vergen-git2 v9.1.0
11692026-06-17T21:53:07.209Z Downloaded zone v0.3.1
11702026-06-17T21:53:07.218Z Downloaded libm v0.2.16
11712026-06-17T21:53:07.227Z Downloaded snafu v0.8.9
11722026-06-17T21:53:07.231Z Downloaded wyz v0.5.1
11732026-06-17T21:53:07.233Z Downloaded tokio-stream v0.1.18
11742026-06-17T21:53:07.233Z Downloaded twox-hash v2.1.2
11752026-06-17T21:53:07.239Z Downloaded walkdir v2.5.0
11762026-06-17T21:53:07.239Z Downloaded usdt v0.6.0
11772026-06-17T21:53:07.239Z Downloaded hyper v1.8.1
11782026-06-17T21:53:07.246Z Downloaded toml v1.0.6+spec-1.1.0
11792026-06-17T21:53:07.246Z Downloaded toml v0.7.8
11802026-06-17T21:53:07.249Z Downloaded waitgroup v0.1.2
11812026-06-17T21:53:07.249Z Downloaded blake3 v1.8.3
11822026-06-17T21:53:07.249Z Downloaded unicode-properties v0.1.4
11832026-06-17T21:53:07.252Z Downloaded zstd v0.13.3
11842026-06-17T21:53:07.253Z Downloaded vergen v9.1.0
11852026-06-17T21:53:07.256Z Downloaded whoami v2.1.0
11862026-06-17T21:53:07.256Z Downloaded whoami v1.6.1
11872026-06-17T21:53:07.256Z Downloaded tungstenite v0.21.0
11882026-06-17T21:53:07.259Z Downloaded test-strategy v0.4.5
11892026-06-17T21:53:07.262Z Downloaded tinyvec v1.10.0
11902026-06-17T21:53:07.262Z Downloaded russh v0.45.0
11912026-06-17T21:53:07.265Z Downloaded xshell v0.2.7
11922026-06-17T21:53:07.267Z Downloaded vsss-rs v3.3.4
11932026-06-17T21:53:07.267Z Downloaded unicode-bidi v0.3.18
11942026-06-17T21:53:07.270Z Downloaded typify v0.6.2
11952026-06-17T21:53:07.270Z Downloaded chrono v0.4.44
11962026-06-17T21:53:07.274Z Downloaded schemars v1.2.1
11972026-06-17T21:53:07.281Z Downloaded zeroize v1.8.2
11982026-06-17T21:53:07.284Z Downloaded rustyline v14.0.0
11992026-06-17T21:53:07.288Z Downloaded zstd-safe v7.2.4
12002026-06-17T21:53:07.288Z Downloaded unsafe-libyaml v0.2.11
12012026-06-17T21:53:07.290Z Downloaded hkdf v0.12.4
12022026-06-17T21:53:07.292Z Downloaded bindgen v0.71.1
12032026-06-17T21:53:07.294Z Downloaded futures-util v0.3.32
12042026-06-17T21:53:07.300Z Downloaded reedline v0.40.0
12052026-06-17T21:53:07.307Z Downloaded steno v0.4.1
12062026-06-17T21:53:07.311Z Downloaded h2 v0.4.13
12072026-06-17T21:53:07.311Z Downloaded typify v0.4.3
12082026-06-17T21:53:07.315Z Downloaded ssh-key v0.6.7
12092026-06-17T21:53:07.321Z Downloaded bitvec v1.0.1
12102026-06-17T21:53:07.325Z Downloaded rpassword v7.4.0
12112026-06-17T21:53:07.328Z Downloaded iddqd v0.4.2
12122026-06-17T21:53:07.333Z Downloaded yasna v0.5.2
12132026-06-17T21:53:07.333Z Downloaded zerocopy v0.6.6
12142026-06-17T21:53:07.339Z Downloaded uuid v1.23.0
12152026-06-17T21:53:07.347Z Downloaded toml_edit v0.23.10+spec-1.0.0
12162026-06-17T21:53:07.349Z Downloaded tracing-core v0.1.36
12172026-06-17T21:53:07.352Z Downloaded p384 v0.13.1
12182026-06-17T21:53:07.355Z Downloaded serde_with v1.14.0
12192026-06-17T21:53:07.357Z Downloaded zopfli v0.8.3
12202026-06-17T21:53:07.360Z Downloaded tar v0.4.45
12212026-06-17T21:53:07.365Z Downloaded vte v0.14.1
12222026-06-17T21:53:07.368Z Downloaded tokio-postgres v0.7.16
12232026-06-17T21:53:07.373Z Downloaded tungstenite v0.23.0
12242026-06-17T21:53:07.387Z Downloaded yansi v1.0.1
12252026-06-17T21:53:07.390Z Downloaded portable-atomic v1.13.1
12262026-06-17T21:53:07.394Z Downloaded zip v0.6.6
12272026-06-17T21:53:07.405Z Downloaded lalrpop v0.19.12
12282026-06-17T21:53:07.415Z Downloaded unicode_categories v0.1.1
12292026-06-17T21:53:07.421Z Downloaded quick-xml v0.37.5
12302026-06-17T21:53:07.427Z Downloaded toml_edit v0.19.15
12312026-06-17T21:53:07.433Z Downloaded goblin v0.10.5
12322026-06-17T21:53:07.436Z Downloaded tower v0.5.3
12332026-06-17T21:53:07.450Z Downloaded salty v0.3.0
12342026-06-17T21:53:07.455Z Downloaded x509-cert v0.2.5
12352026-06-17T21:53:07.462Z Downloaded reqwest v0.13.2
12362026-06-17T21:53:07.468Z Downloaded regex v1.12.3
12372026-06-17T21:53:07.471Z Downloaded reqwest v0.12.28
12382026-06-17T21:53:07.493Z Downloaded serde_with v3.17.0
12392026-06-17T21:53:07.500Z Downloaded tough v0.22.0
12402026-06-17T21:53:07.505Z Downloaded unicode-normalization v0.1.25
12412026-06-17T21:53:07.517Z Downloaded petname v2.0.2
12422026-06-17T21:53:07.520Z Downloaded tokio-util v0.7.18
12432026-06-17T21:53:07.524Z Downloaded typed-path v0.9.3
12442026-06-17T21:53:07.528Z Downloaded rustls-webpki v0.102.8
12452026-06-17T21:53:07.538Z Downloaded unicode-segmentation v1.12.0
12462026-06-17T21:53:07.540Z Downloaded rustls-webpki v0.101.7
12472026-06-17T21:53:07.549Z Downloaded zerocopy-derive v0.8.40
12482026-06-17T21:53:07.561Z Downloaded git2 v0.20.4
12492026-06-17T21:53:07.567Z Downloaded winnow v0.5.40
12502026-06-17T21:53:07.571Z Downloaded moka v0.12.13
12512026-06-17T21:53:07.576Z Downloaded winnow v0.6.26
12522026-06-17T21:53:07.582Z Downloaded bstr v1.12.1
12532026-06-17T21:53:07.586Z Downloaded openssl v0.10.79
12542026-06-17T21:53:07.592Z Downloaded rayon v1.11.0
12552026-06-17T21:53:07.599Z Downloaded tower-http v0.6.8
12562026-06-17T21:53:07.612Z Downloaded proptest v1.11.0
12572026-06-17T21:53:07.618Z Downloaded polar-core v0.27.3
12582026-06-17T21:53:07.624Z Downloaded zip v4.6.1
12592026-06-17T21:53:07.630Z Downloaded time v0.3.47
12602026-06-17T21:53:07.666Z Downloaded hickory-proto v0.24.4
12612026-06-17T21:53:07.673Z Downloaded nix v0.27.1
12622026-06-17T21:53:07.679Z Downloaded nix v0.31.2
12632026-06-17T21:53:07.685Z Downloaded quinn-proto v0.11.13
12642026-06-17T21:53:07.691Z Downloaded radix_trie v0.2.1
12652026-06-17T21:53:07.693Z Downloaded smoltcp v0.11.0
12662026-06-17T21:53:07.700Z Downloaded rustls v0.22.4
12672026-06-17T21:53:07.707Z Downloaded webpki-roots v1.0.6
12682026-06-17T21:53:07.709Z Downloaded regress v0.10.5
12692026-06-17T21:53:07.714Z Downloaded openapiv3 v2.2.0
12702026-06-17T21:53:07.721Z Downloaded hickory-proto v0.25.2
12712026-06-17T21:53:07.730Z Downloaded rustix v0.38.44
12722026-06-17T21:53:07.743Z Downloaded regress v0.11.1
12732026-06-17T21:53:07.749Z Downloaded object v0.30.4
12742026-06-17T21:53:07.755Z Downloaded tabled v0.20.0
12752026-06-17T21:53:07.767Z Downloaded curve25519-dalek v4.1.3
12762026-06-17T21:53:07.772Z Downloaded nix v0.28.0
12772026-06-17T21:53:07.785Z Downloaded rustls v0.21.12
12782026-06-17T21:53:07.791Z Downloaded vcpkg v0.2.15
12792026-06-17T21:53:07.813Z Downloaded regex-syntax v0.6.29
12802026-06-17T21:53:07.823Z Downloaded dropshot v0.17.0
12812026-06-17T21:53:07.834Z Downloaded zlib-rs v0.6.2
12822026-06-17T21:53:07.838Z Downloaded sled v0.34.7
12832026-06-17T21:53:07.843Z Downloaded smoltcp v0.9.1
12842026-06-17T21:53:07.855Z Downloaded typify-impl v0.4.3
12852026-06-17T21:53:07.859Z Downloaded zerocopy v0.8.40
12862026-06-17T21:53:07.866Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-06-17T21:53:07.872Z Downloaded object v0.37.3
12882026-06-17T21:53:07.881Z Downloaded zerocopy-derive v0.6.6
12892026-06-17T21:53:07.887Z Downloaded regex-syntax v0.8.10
12902026-06-17T21:53:07.890Z Downloaded diesel v2.3.7
12912026-06-17T21:53:07.903Z Downloaded petgraph v0.6.5
12922026-06-17T21:53:07.914Z Downloaded chrono-tz v0.10.4
12932026-06-17T21:53:07.925Z Downloaded rustls v0.23.37
12942026-06-17T21:53:07.951Z Downloaded libz-sys v1.1.24
12952026-06-17T21:53:07.979Z Downloaded tokio v1.52.1
12962026-06-17T21:53:08.029Z Downloaded typify-impl v0.6.2
12972026-06-17T21:53:08.038Z Downloaded sqlparser v0.61.0
12982026-06-17T21:53:08.047Z Downloaded ratatui v0.29.0
12992026-06-17T21:53:08.060Z Downloaded tracing v0.1.44
13002026-06-17T21:53:08.101Z Downloaded regex-automata v0.4.14
13012026-06-17T21:53:08.116Z Downloaded libgit2-sys v0.18.3+1.9.2
13022026-06-17T21:53:08.159Z Downloaded jiff v0.2.21
13032026-06-17T21:53:08.193Z Downloaded petgraph v0.8.3
13042026-06-17T21:53:08.212Z Downloaded csv v1.4.0
13052026-06-17T21:53:08.223Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-06-17T21:53:08.235Z Downloaded sha3 v0.10.8
13072026-06-17T21:53:08.287Z Downloaded encoding_rs v0.8.35
13082026-06-17T21:53:08.299Z Downloaded ring v0.17.14
13092026-06-17T21:53:08.657Z Downloaded aws-lc-sys v0.40.0
13102026-06-17T21:53:08.904Z Compiling libc v0.2.185
13112026-06-17T21:53:08.904Z Compiling serde v1.0.228
13122026-06-17T21:53:08.909Z Compiling log v0.4.29
13132026-06-17T21:53:08.909Z Compiling find-msvc-tools v0.1.9
13142026-06-17T21:53:09.042Z Compiling shlex v1.3.0
13152026-06-17T21:53:09.061Z Compiling syn v2.0.117
13162026-06-17T21:53:09.065Z Compiling smallvec v1.15.1
13172026-06-17T21:53:09.068Z Compiling typenum v1.19.0
13182026-06-17T21:53:09.243Z Compiling generic-array v0.14.7
13192026-06-17T21:53:09.250Z Compiling subtle v2.6.1
13202026-06-17T21:53:09.310Z Compiling scopeguard v1.2.0
13212026-06-17T21:53:09.349Z Compiling const-oid v0.9.6
13222026-06-17T21:53:09.376Z Compiling serde_json v1.0.149
13232026-06-17T21:53:09.405Z Compiling lock_api v0.4.14
13242026-06-17T21:53:09.419Z Compiling zerocopy v0.8.40
13252026-06-17T21:53:09.490Z Compiling portable-atomic v1.13.1
13262026-06-17T21:53:09.626Z Compiling pin-project-lite v0.2.17
13272026-06-17T21:53:09.725Z Compiling parking_lot_core v0.9.12
13282026-06-17T21:53:09.857Z Compiling getrandom v0.2.17
13292026-06-17T21:53:09.930Z Compiling jobserver v0.1.34
13302026-06-17T21:53:09.943Z Compiling errno v0.3.14
13312026-06-17T21:53:10.021Z Compiling rand_core v0.6.4
13322026-06-17T21:53:10.035Z Compiling pkg-config v0.3.32
13332026-06-17T21:53:10.063Z Compiling signal-hook-registry v1.4.8
13342026-06-17T21:53:10.291Z Compiling cc v1.2.56
13352026-06-17T21:53:10.291Z Compiling bitflags v2.11.0
13362026-06-17T21:53:10.327Z Compiling critical-section v1.2.0
13372026-06-17T21:53:10.373Z Compiling libm v0.2.16
13382026-06-17T21:53:10.436Z Compiling futures-core v0.3.32
13392026-06-17T21:53:10.538Z Compiling once_cell v1.21.3
13402026-06-17T21:53:10.581Z Compiling parking_lot v0.12.5
13412026-06-17T21:53:10.608Z Compiling mio v1.2.0
13422026-06-17T21:53:10.611Z Compiling num-traits v0.2.19
13432026-06-17T21:53:10.682Z Compiling percent-encoding v2.3.2
13442026-06-17T21:53:10.746Z Compiling socket2 v0.6.3
13452026-06-17T21:53:10.871Z Compiling futures-sink v0.3.32
13462026-06-17T21:53:10.946Z Compiling futures-channel v0.3.32
13472026-06-17T21:53:10.959Z Compiling getrandom v0.4.1
13482026-06-17T21:53:10.973Z Compiling cpufeatures v0.2.17
13492026-06-17T21:53:11.046Z Compiling slab v0.4.12
13502026-06-17T21:53:11.060Z Compiling futures-task v0.3.32
13512026-06-17T21:53:11.151Z Compiling futures-io v0.3.32
13522026-06-17T21:53:11.172Z Compiling rand_core v0.10.0
13532026-06-17T21:53:11.222Z Compiling indexmap v2.14.0
13542026-06-17T21:53:11.237Z Compiling getrandom v0.3.4
13552026-06-17T21:53:11.316Z Compiling rustversion v1.0.22
13562026-06-17T21:53:11.333Z Compiling cmake v0.1.57
13572026-06-17T21:53:11.703Z Compiling form_urlencoded v1.2.2
13582026-06-17T21:53:11.729Z Compiling fs_extra v1.3.0
13592026-06-17T21:53:11.832Z Compiling dunce v1.0.5
13602026-06-17T21:53:11.952Z Compiling synstructure v0.13.2
13612026-06-17T21:53:11.966Z Compiling ident_case v1.0.1
13622026-06-17T21:53:11.992Z Compiling base64ct v1.8.3
13632026-06-17T21:53:12.079Z Compiling aws-lc-sys v0.40.0
13642026-06-17T21:53:12.102Z Compiling regex-syntax v0.8.10
13652026-06-17T21:53:12.239Z Compiling pem-rfc7468 v0.7.0
13662026-06-17T21:53:12.253Z Compiling flagset v0.4.7
13672026-06-17T21:53:12.285Z Compiling iana-time-zone v0.1.65
13682026-06-17T21:53:12.383Z Compiling rustix v1.1.3
13692026-06-17T21:53:12.489Z Compiling rand_core v0.9.5
13702026-06-17T21:53:12.547Z Compiling ring v0.17.14
13712026-06-17T21:53:12.551Z Compiling vcpkg v0.2.15
13722026-06-17T21:53:12.573Z Compiling aws-lc-rs v1.16.3
13732026-06-17T21:53:12.765Z Compiling uuid v1.23.0
13742026-06-17T21:53:12.865Z Compiling rustc_version v0.4.1
13752026-06-17T21:53:13.201Z Compiling tracing-core v0.1.36
13762026-06-17T21:53:13.320Z Compiling openssl-sys v0.9.115
13772026-06-17T21:53:13.485Z Compiling base64 v0.22.1
13782026-06-17T21:53:13.703Z Compiling serde_derive v1.0.228
13792026-06-17T21:53:13.754Z Compiling zeroize_derive v1.4.3
13802026-06-17T21:53:13.825Z Compiling zerofrom-derive v0.1.6
13812026-06-17T21:53:13.858Z Compiling yoke-derive v0.8.1
13822026-06-17T21:53:14.169Z Compiling zerocopy-derive v0.8.40
13832026-06-17T21:53:14.406Z Compiling zeroize v1.8.2
13842026-06-17T21:53:14.519Z Compiling zerovec-derive v0.11.2
13852026-06-17T21:53:15.048Z Compiling displaydoc v0.2.5
13862026-06-17T21:53:15.189Z Compiling crypto-common v0.1.7
13872026-06-17T21:53:15.263Z Compiling zerofrom v0.1.6
13882026-06-17T21:53:15.341Z Compiling block-buffer v0.10.4
13892026-06-17T21:53:15.393Z Compiling yoke v0.8.1
13902026-06-17T21:53:15.513Z Compiling digest v0.10.7
13912026-06-17T21:53:15.582Z Compiling tokio-macros v2.7.0
13922026-06-17T21:53:15.670Z Compiling zerovec v0.11.5
13932026-06-17T21:53:15.799Z Compiling futures-macro v0.3.32
13942026-06-17T21:53:15.835Z Compiling zerotrie v0.2.3
13952026-06-17T21:53:16.107Z Compiling hmac v0.12.1
13962026-06-17T21:53:16.172Z Compiling tinystr v0.8.2
13972026-06-17T21:53:16.264Z Compiling potential_utf v0.1.4
13982026-06-17T21:53:16.301Z Compiling block-padding v0.3.3
13992026-06-17T21:53:16.370Z Compiling icu_locale_core v2.1.1
14002026-06-17T21:53:16.425Z Compiling icu_collections v2.1.1
14012026-06-17T21:53:16.455Z Compiling inout v0.1.4
14022026-06-17T21:53:16.560Z Compiling futures-util v0.3.32
14032026-06-17T21:53:16.613Z Compiling cipher v0.4.4
14042026-06-17T21:53:16.931Z Compiling sha2 v0.10.9
14052026-06-17T21:53:16.945Z Compiling der_derive v0.7.3
14062026-06-17T21:53:17.237Z Compiling bytes v1.11.1
14072026-06-17T21:53:17.240Z Compiling icu_provider v2.1.1
14082026-06-17T21:53:17.264Z Compiling chrono v0.4.44
14092026-06-17T21:53:17.553Z Compiling icu_normalizer v2.1.1
14102026-06-17T21:53:17.875Z Compiling tokio v1.52.1
14112026-06-17T21:53:17.905Z Compiling icu_properties v2.1.2
14122026-06-17T21:53:18.106Z Compiling der v0.7.10
14132026-06-17T21:53:18.326Z Compiling http v1.4.0
14142026-06-17T21:53:18.679Z Compiling ppv-lite86 v0.2.21
14152026-06-17T21:53:18.744Z Compiling idna_adapter v1.2.1
14162026-06-17T21:53:18.882Z Compiling idna v1.1.0
14172026-06-17T21:53:18.904Z Compiling salsa20 v0.10.2
14182026-06-17T21:53:18.972Z Compiling spki v0.7.3
14192026-06-17T21:53:18.990Z Compiling pbkdf2 v0.12.2
14202026-06-17T21:53:19.041Z Compiling rustls-pki-types v1.14.0
14212026-06-17T21:53:19.100Z Compiling tracing-attributes v0.1.31
14222026-06-17T21:53:19.170Z Compiling url v2.5.8
14232026-06-17T21:53:19.218Z Compiling thiserror-impl v2.0.18
14242026-06-17T21:53:19.322Z Compiling scrypt v0.11.0
14252026-06-17T21:53:19.479Z Compiling http-body v1.0.1
14262026-06-17T21:53:19.523Z Compiling rand_chacha v0.9.0
14272026-06-17T21:53:19.557Z Compiling cbc v0.1.2
14282026-06-17T21:53:19.625Z Compiling aes v0.8.4
14292026-06-17T21:53:19.765Z Compiling untrusted v0.7.1
14302026-06-17T21:53:19.891Z Compiling tinyvec_macros v0.1.1
14312026-06-17T21:53:19.955Z Compiling httparse v1.10.1
14322026-06-17T21:53:19.970Z Compiling untrusted v0.9.0
14332026-06-17T21:53:20.086Z Compiling openssl-probe v0.2.1
14342026-06-17T21:53:20.257Z Compiling pkcs5 v0.7.1
14352026-06-17T21:53:20.337Z Compiling tinyvec v1.10.0
14362026-06-17T21:53:20.378Z Compiling tracing v0.1.44
14372026-06-17T21:53:20.544Z Compiling thiserror v2.0.18
14382026-06-17T21:53:20.639Z Compiling pest_generator v2.8.6
14392026-06-17T21:53:20.652Z Compiling rand v0.9.2
14402026-06-17T21:53:20.666Z Compiling serde_derive_internals v0.29.1
14412026-06-17T21:53:20.678Z Compiling aho-corasick v1.1.4
14422026-06-17T21:53:20.725Z Compiling schemars v0.8.22
14432026-06-17T21:53:20.918Z Compiling try-lock v0.2.5
14442026-06-17T21:53:21.031Z Compiling dyn-clone v1.0.20
14452026-06-17T21:53:21.163Z Compiling rustls v0.23.37
14462026-06-17T21:53:21.312Z Compiling tower-service v0.3.3
14472026-06-17T21:53:21.335Z Compiling tower-layer v0.3.3
14482026-06-17T21:53:21.412Z Compiling atomic-waker v1.1.2
14492026-06-17T21:53:21.425Z Compiling pest_derive v2.8.6
14502026-06-17T21:53:21.499Z Compiling regex-automata v0.4.14
14512026-06-17T21:53:21.530Z Compiling want v0.3.1
14522026-06-17T21:53:21.544Z Compiling tokio-util v0.7.18
14532026-06-17T21:53:21.738Z Compiling schemars_derive v0.8.22
14542026-06-17T21:53:21.877Z Compiling pkcs8 v0.10.2
14552026-06-17T21:53:22.190Z Compiling ipnet v2.11.0
14562026-06-17T21:53:22.276Z Compiling h2 v0.4.13
14572026-06-17T21:53:22.399Z Compiling scroll_derive v0.13.1
14582026-06-17T21:53:22.683Z Compiling darling_core v0.20.11
14592026-06-17T21:53:22.769Z Compiling openssl v0.10.79
14602026-06-17T21:53:22.949Z Compiling httpdate v1.0.3
14612026-06-17T21:53:23.065Z Compiling pin-utils v0.1.0
14622026-06-17T21:53:23.237Z Compiling foreign-types-shared v0.1.1
14632026-06-17T21:53:23.338Z Compiling foreign-types v0.3.2
14642026-06-17T21:53:23.338Z Compiling scroll v0.13.0
14652026-06-17T21:53:23.338Z Compiling tempfile v3.25.0
14662026-06-17T21:53:23.542Z Compiling unicode-normalization v0.1.25
14672026-06-17T21:53:23.709Z Compiling openssl-macros v0.1.1
14682026-06-17T21:53:24.010Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-06-17T21:53:24.167Z Compiling spin v0.9.8
14702026-06-17T21:53:24.169Z Compiling crc32fast v1.5.0
14712026-06-17T21:53:24.344Z Compiling powerfmt v0.2.0
14722026-06-17T21:53:24.408Z Compiling native-tls v0.2.18
14732026-06-17T21:53:24.426Z Compiling time-core v0.1.8
14742026-06-17T21:53:24.426Z Compiling num-conv v0.2.0
14752026-06-17T21:53:24.435Z Compiling deranged v0.5.8
14762026-06-17T21:53:24.520Z Compiling time-macros v0.2.27
14772026-06-17T21:53:24.880Z Compiling darling_macro v0.20.11
14782026-06-17T21:53:25.347Z Compiling hyper v1.8.1
14792026-06-17T21:53:25.391Z Compiling darling v0.20.11
14802026-06-17T21:53:25.472Z Compiling goblin v0.10.5
14812026-06-17T21:53:25.538Z Compiling rustls-native-certs v0.8.3
14822026-06-17T21:53:25.629Z Compiling sync_wrapper v1.0.2
14832026-06-17T21:53:25.757Z Compiling wait-timeout v0.2.1
14842026-06-17T21:53:25.886Z Compiling siphasher v1.0.2
14852026-06-17T21:53:26.008Z Compiling num_threads v0.1.7
14862026-06-17T21:53:26.013Z Compiling syn v1.0.109
14872026-06-17T21:53:26.118Z Compiling usdt-impl v0.6.0
14882026-06-17T21:53:26.198Z Compiling bit-vec v0.8.0
14892026-06-17T21:53:26.317Z Compiling simd-adler32 v0.3.8
14902026-06-17T21:53:26.353Z Compiling quick-error v1.2.3
14912026-06-17T21:53:26.440Z Compiling hyper-util v0.1.20
14922026-06-17T21:53:26.480Z Compiling unicode-segmentation v1.12.0
14932026-06-17T21:53:26.578Z Compiling crossbeam-utils v0.8.21
14942026-06-17T21:53:26.902Z Compiling rusty-fork v0.3.1
14952026-06-17T21:53:26.922Z Compiling bit-set v0.8.0
14962026-06-17T21:53:27.186Z Compiling time v0.3.47
14972026-06-17T21:53:27.235Z Compiling tower v0.5.3
14982026-06-17T21:53:27.235Z Compiling derive_builder_core v0.20.2
14992026-06-17T21:53:27.618Z Compiling dtrace-parser v0.3.0
15002026-06-17T21:53:27.754Z Compiling http-body-util v0.1.3
15012026-06-17T21:53:27.989Z Compiling webpki-roots v1.0.6
15022026-06-17T21:53:28.084Z Compiling signature v2.2.0
15032026-06-17T21:53:28.113Z Compiling scroll_derive v0.12.1
15042026-06-17T21:53:28.208Z Compiling thiserror-impl v1.0.69
15052026-06-17T21:53:28.261Z Compiling dof v0.4.0
15062026-06-17T21:53:28.381Z Compiling heapless v0.7.17
15072026-06-17T21:53:28.619Z Compiling rand_xorshift v0.4.0
15082026-06-17T21:53:28.720Z Compiling slog v2.8.2
15092026-06-17T21:53:28.782Z Compiling darling_core v0.21.3
15102026-06-17T21:53:28.793Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-06-17T21:53:28.897Z Compiling thread-id v5.1.0
15122026-06-17T21:53:28.983Z Compiling cookie v0.18.1
15132026-06-17T21:53:29.040Z Compiling unarray v0.1.4
15142026-06-17T21:53:29.151Z Compiling ryu v1.0.23
15152026-06-17T21:53:29.166Z Compiling iri-string v0.7.10
15162026-06-17T21:53:29.328Z Compiling anyhow v1.0.102
15172026-06-17T21:53:29.425Z Compiling allocator-api2 v0.2.21
15182026-06-17T21:53:29.447Z Compiling unicode-bidi v0.3.18
15192026-06-17T21:53:29.627Z Compiling unicode-properties v0.1.4
15202026-06-17T21:53:29.734Z Compiling signal-hook v0.3.18
15212026-06-17T21:53:29.749Z Compiling zstd-safe v7.2.4
15222026-06-17T21:53:29.831Z Compiling adler2 v2.0.1
15232026-06-17T21:53:29.900Z Compiling paste v1.0.15
15242026-06-17T21:53:29.940Z Compiling miniz_oxide v0.8.9
15252026-06-17T21:53:29.962Z Compiling stringprep v0.1.5
15262026-06-17T21:53:30.198Z Compiling thiserror v1.0.69
15272026-06-17T21:53:30.210Z Compiling serde_urlencoded v0.7.1
15282026-06-17T21:53:30.300Z Compiling tower-http v0.6.8
15292026-06-17T21:53:30.433Z Compiling proptest v1.11.0
15302026-06-17T21:53:30.661Z Compiling scroll v0.12.0
15312026-06-17T21:53:30.734Z Compiling derive_builder_macro v0.20.2
15322026-06-17T21:53:31.082Z Compiling tokio-native-tls v0.3.1
15332026-06-17T21:53:31.175Z Compiling heck v0.4.1
15342026-06-17T21:53:31.196Z Compiling ipnetwork v0.21.1
15352026-06-17T21:53:31.244Z Compiling darling_macro v0.21.3
15362026-06-17T21:53:31.254Z Compiling bstr v1.12.1
15372026-06-17T21:53:31.397Z Compiling rand_chacha v0.3.1
15382026-06-17T21:53:31.576Z Compiling erased-serde v0.3.31
15392026-06-17T21:53:31.576Z Compiling serde_tokenstream v0.2.3
15402026-06-17T21:53:31.725Z Compiling serde_spanned v0.6.9
15412026-06-17T21:53:31.869Z Compiling toml_datetime v0.6.11
15422026-06-17T21:53:31.897Z Compiling md-5 v0.10.6
15432026-06-17T21:53:31.932Z Compiling zerocopy-derive v0.7.35
15442026-06-17T21:53:32.062Z Compiling pin-project-internal v1.1.11
15452026-06-17T21:53:32.109Z Compiling async-trait v0.1.89
15462026-06-17T21:53:32.132Z Compiling curve25519-dalek v4.1.3
15472026-06-17T21:53:32.262Z Compiling vergen-lib v9.1.0
15482026-06-17T21:53:32.447Z Compiling num-integer v0.1.46
15492026-06-17T21:53:32.470Z Compiling hash32 v0.2.1
15502026-06-17T21:53:32.661Z Compiling ff v0.13.1
15512026-06-17T21:53:32.774Z Compiling memoffset v0.9.1
15522026-06-17T21:53:32.802Z Compiling encoding_rs v0.8.35
15532026-06-17T21:53:32.805Z Compiling psl-types v2.0.11
15542026-06-17T21:53:32.944Z Compiling ref-cast v1.0.25
15552026-06-17T21:53:32.966Z Compiling num-bigint-dig v0.8.6
15562026-06-17T21:53:33.131Z Compiling fallible-iterator v0.2.0
15572026-06-17T21:53:33.157Z Compiling litrs v1.0.0
15582026-06-17T21:53:33.178Z Compiling cfg_aliases v0.2.1
15592026-06-17T21:53:33.251Z Compiling smoltcp v0.9.1
15602026-06-17T21:53:33.262Z Compiling mime v0.3.17
15612026-06-17T21:53:33.442Z Compiling rustix v0.38.44
15622026-06-17T21:53:33.519Z Compiling zlib-rs v0.6.2
15632026-06-17T21:53:33.581Z Compiling base16ct v0.2.0
15642026-06-17T21:53:33.670Z Compiling document-features v0.2.12
15652026-06-17T21:53:33.758Z Compiling sec1 v0.7.3
15662026-06-17T21:53:33.902Z Compiling postgres-protocol v0.6.10
15672026-06-17T21:53:34.077Z Compiling nix v0.31.2
15682026-06-17T21:53:34.239Z Compiling pin-project v1.1.11
15692026-06-17T21:53:34.346Z Compiling publicsuffix v2.3.0
15702026-06-17T21:53:34.428Z Compiling zerocopy v0.7.35
15712026-06-17T21:53:34.447Z Compiling group v0.13.0
15722026-06-17T21:53:34.456Z Compiling newtype-uuid v1.3.2
15732026-06-17T21:53:34.504Z Compiling num-iter v0.1.45
15742026-06-17T21:53:34.786Z Compiling darling v0.21.3
15752026-06-17T21:53:34.805Z Compiling hubpack_derive v0.1.1
15762026-06-17T21:53:34.858Z Compiling rand v0.8.6
15772026-06-17T21:53:34.960Z Compiling oxnet v0.1.5
15782026-06-17T21:53:35.077Z Compiling snafu-derive v0.8.9
15792026-06-17T21:53:35.104Z Compiling hyper-tls v0.6.0
15802026-06-17T21:53:35.328Z Compiling derive_builder v0.20.2
15812026-06-17T21:53:35.352Z Compiling goblin v0.8.2
15822026-06-17T21:53:36.032Z Compiling phf_shared v0.13.1
15832026-06-17T21:53:36.046Z Compiling lazy_static v1.5.0
15842026-06-17T21:53:36.138Z Compiling regex v1.12.3
15852026-06-17T21:53:36.266Z Compiling anstyle-parse v0.2.7
15862026-06-17T21:53:36.280Z Compiling strum_macros v0.27.2
15872026-06-17T21:53:36.449Z Compiling flate2 v1.1.9
15882026-06-17T21:53:36.582Z Compiling futures-executor v0.3.32
15892026-06-17T21:53:36.695Z Compiling hex v0.4.3
15902026-06-17T21:53:36.875Z Compiling hkdf v0.12.4
15912026-06-17T21:53:36.875Z Compiling crypto-bigint v0.5.5
15922026-06-17T21:53:37.002Z Compiling terminal_size v0.4.3
15932026-06-17T21:53:37.016Z Compiling daft-derive v0.1.7
15942026-06-17T21:53:37.043Z Compiling curve25519-dalek-derive v0.1.1
15952026-06-17T21:53:37.139Z Compiling ref-cast-impl v1.0.25
15962026-06-17T21:53:37.687Z Compiling vergen v9.1.0
15972026-06-17T21:53:37.687Z Compiling fs-err v3.3.0
15982026-06-17T21:53:37.751Z Compiling cargo-platform v0.3.2
15992026-06-17T21:53:37.875Z Compiling ahash v0.8.12
16002026-06-17T21:53:37.891Z Compiling managed v0.8.0
16012026-06-17T21:53:38.028Z Compiling winnow v0.5.40
16022026-06-17T21:53:38.076Z Compiling foldhash v0.1.5
16032026-06-17T21:53:38.106Z Compiling libbz2-rs-sys v0.2.2
16042026-06-17T21:53:38.250Z Compiling bitflags v1.3.2
16052026-06-17T21:53:38.308Z Compiling object v0.37.3
16062026-06-17T21:53:38.325Z Compiling bumpalo v3.20.2
16072026-06-17T21:53:38.576Z Compiling same-file v1.0.6
16082026-06-17T21:53:38.592Z Compiling foldhash v0.2.0
16092026-06-17T21:53:38.754Z Compiling walkdir v2.5.0
16102026-06-17T21:53:38.783Z Compiling hashbrown v0.16.1
16112026-06-17T21:53:38.810Z Compiling clap_builder v4.6.0
16122026-06-17T21:53:38.927Z Compiling zopfli v0.8.3
16132026-06-17T21:53:39.010Z Compiling bzip2 v0.6.1
16142026-06-17T21:53:39.052Z Compiling strum v0.27.2
16152026-06-17T21:53:39.217Z Compiling hashbrown v0.15.5
16162026-06-17T21:53:39.404Z Compiling toml_edit v0.19.15
16172026-06-17T21:53:39.486Z Compiling cargo_metadata v0.23.1
16182026-06-17T21:53:39.701Z Compiling elliptic-curve v0.13.8
16192026-06-17T21:53:39.750Z Compiling daft v0.1.7
16202026-06-17T21:53:40.099Z Compiling dof v0.3.0
16212026-06-17T21:53:40.125Z Compiling snafu v0.8.9
16222026-06-17T21:53:40.475Z Compiling futures v0.3.32
16232026-06-17T21:53:40.560Z Compiling anstream v0.6.21
16242026-06-17T21:53:40.804Z Compiling phf v0.13.1
16252026-06-17T21:53:40.826Z Compiling signal-hook-mio v0.2.5
16262026-06-17T21:53:40.962Z Compiling cookie_store v0.22.1
16272026-06-17T21:53:41.305Z Compiling zstd v0.13.3
16282026-06-17T21:53:41.449Z Compiling bzip2 v0.4.4
16292026-06-17T21:53:41.568Z Compiling hubpack v0.1.2
16302026-06-17T21:53:41.610Z Compiling serde_with_macros v3.17.0
16312026-06-17T21:53:41.768Z Compiling postgres-types v0.2.12
16322026-06-17T21:53:41.822Z Compiling usdt-macro v0.6.0
16332026-06-17T21:53:42.003Z Compiling usdt-attr-macro v0.6.0
16342026-06-17T21:53:42.321Z Compiling globset v0.4.18
16352026-06-17T21:53:42.575Z Compiling dtrace-parser v0.2.0
16362026-06-17T21:53:42.781Z Compiling ed25519 v2.2.3
16372026-06-17T21:53:42.796Z Compiling phf_shared v0.11.3
16382026-06-17T21:53:42.941Z Compiling olpc-cjson v0.1.4
16392026-06-17T21:53:42.987Z Compiling pkcs1 v0.7.5
16402026-06-17T21:53:43.016Z Compiling strum_macros v0.26.4
16412026-06-17T21:53:43.061Z Compiling clap_derive v4.6.1
16422026-06-17T21:53:43.095Z Compiling enum-as-inner v0.6.1
16432026-06-17T21:53:43.336Z Compiling serde_plain v1.0.2
16442026-06-17T21:53:43.383Z Compiling serde-big-array v0.5.1
16452026-06-17T21:53:43.523Z Compiling rfc6979 v0.4.0
16462026-06-17T21:53:43.549Z Compiling pem v3.0.6
16472026-06-17T21:53:43.588Z Compiling async-recursion v1.1.1
16482026-06-17T21:53:43.654Z Compiling serde_repr v0.1.20
16492026-06-17T21:53:43.694Z Compiling float-cmp v0.10.0
16502026-06-17T21:53:43.841Z Compiling memmap2 v0.9.10
16512026-06-17T21:53:43.878Z Compiling thread-id v4.2.2
16522026-06-17T21:53:43.962Z Compiling env_filter v1.0.0
16532026-06-17T21:53:44.057Z Compiling data-encoding v2.10.0
16542026-06-17T21:53:44.181Z Compiling fixedbitset v0.4.2
16552026-06-17T21:53:44.234Z Compiling new_debug_unreachable v1.0.6
16562026-06-17T21:53:44.265Z Compiling precomputed-hash v0.1.1
16572026-06-17T21:53:44.308Z Compiling whoami v2.1.0
16582026-06-17T21:53:44.355Z Compiling normalize-line-endings v0.3.0
16592026-06-17T21:53:44.386Z Compiling typed-path v0.9.3
16602026-06-17T21:53:44.448Z Compiling jiff v0.2.21
16612026-06-17T21:53:44.676Z Compiling difflib v0.4.0
16622026-06-17T21:53:44.731Z Compiling static_assertions v1.1.0
16632026-06-17T21:53:44.758Z Compiling predicates-core v1.0.10
16642026-06-17T21:53:44.821Z Compiling either v1.15.0
16652026-06-17T21:53:44.835Z Compiling keccak v0.1.6
16662026-06-17T21:53:44.932Z Compiling fixedbitset v0.5.7
16672026-06-17T21:53:45.013Z Compiling itertools v0.13.0
16682026-06-17T21:53:45.233Z Compiling petgraph v0.8.3
16692026-06-17T21:53:45.249Z Compiling sha3 v0.10.8
16702026-06-17T21:53:45.593Z Compiling predicates v3.1.4
16712026-06-17T21:53:45.623Z Compiling clap v4.6.1
16722026-06-17T21:53:45.705Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-17T21:53:45.725Z Compiling toml_edit v0.22.27
16742026-06-17T21:53:46.244Z Compiling strum v0.26.3
16752026-06-17T21:53:46.254Z Compiling tokio-postgres v0.7.16
16762026-06-17T21:53:46.378Z Compiling string_cache v0.8.9
16772026-06-17T21:53:46.489Z Compiling hickory-proto v0.25.2
16782026-06-17T21:53:46.599Z Compiling petgraph v0.6.5
16792026-06-17T21:53:47.213Z Compiling zip v4.6.1
16802026-06-17T21:53:48.173Z Compiling env_logger v0.11.9
16812026-06-17T21:53:48.190Z Compiling usdt v0.6.0
16822026-06-17T21:53:48.457Z Compiling usdt-impl v0.5.0
16832026-06-17T21:53:48.481Z Compiling ecdsa v0.16.9
16842026-06-17T21:53:48.502Z Compiling rsa v0.9.10
16852026-06-17T21:53:48.520Z Compiling ed25519-dalek v2.2.0
16862026-06-17T21:53:48.603Z Compiling serde_with v3.17.0
16872026-06-17T21:53:48.685Z Compiling crossterm v0.28.1
16882026-06-17T21:53:49.030Z Compiling zip v0.6.6
16892026-06-17T21:53:49.580Z Compiling toml v0.7.8
16902026-06-17T21:53:49.608Z Compiling iddqd v0.4.2
16912026-06-17T21:53:50.363Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-06-17T21:53:50.380Z Compiling similar v2.7.0
16932026-06-17T21:53:50.422Z Compiling crossbeam-epoch v0.9.18
16942026-06-17T21:53:50.750Z Compiling tokio-stream v0.1.18
16952026-06-17T21:53:50.887Z Compiling buf-list v1.1.2
16962026-06-17T21:53:50.993Z Compiling x509-cert v0.2.5
16972026-06-17T21:53:51.166Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-06-17T21:53:51.212Z Compiling openapiv3 v2.2.0
16992026-06-17T21:53:51.226Z Compiling sha1 v0.10.6
17002026-06-17T21:53:51.262Z Compiling lalrpop-util v0.19.12
17012026-06-17T21:53:51.447Z Compiling peg-runtime v0.8.5
17022026-06-17T21:53:51.459Z Compiling thread_local v1.1.9
17032026-06-17T21:53:51.463Z Compiling slog-async v2.8.0
17042026-06-17T21:53:51.714Z Compiling crossbeam-channel v0.5.15
17052026-06-17T21:53:51.729Z Compiling filetime v0.2.27
17062026-06-17T21:53:51.806Z Compiling is-terminal v0.4.17
17072026-06-17T21:53:51.825Z Compiling xattr v1.6.1
17082026-06-17T21:53:51.909Z Compiling take_mut v0.2.2
17092026-06-17T21:53:51.909Z Compiling term v1.2.1
17102026-06-17T21:53:51.997Z Compiling tar v0.4.45
17112026-06-17T21:53:52.213Z Compiling slog-term v2.9.2
17122026-06-17T21:54:02.222Z Compiling rustls-webpki v0.103.9
17132026-06-17T21:54:04.962Z Compiling tokio-rustls v0.26.4
17142026-06-17T21:54:04.963Z Compiling rustls-platform-verifier v0.6.2
17152026-06-17T21:54:05.149Z Compiling hyper-rustls v0.27.7
17162026-06-17T21:54:05.373Z Compiling reqwest v0.12.28
17172026-06-17T21:54:05.373Z Compiling reqwest v0.13.2
17182026-06-17T21:54:06.627Z Compiling tough v0.22.0
17192026-06-17T21:54:09.118Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-06-17T21:54:09.324Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-06-17T21:54:12.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17222026-06-17T21:54:12.364Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17232026-06-17T21:54:12.465ZJun 17 21:54:10.751 INFO Starting download, target: Clickhouse
17242026-06-17T21:54:12.465ZJun 17 21:54:10.752 INFO Starting download, target: DendriteStub
17252026-06-17T21:54:12.530ZJun 17 21:54:10.752 INFO Starting download, target: Cockroach
17262026-06-17T21:54:12.530ZJun 17 21:54:10.752 INFO Starting download, target: Console
17272026-06-17T21:54:12.530ZJun 17 21:54:10.752 INFO Starting download, target: MaghemiteMgd
17282026-06-17T21:54:12.530ZJun 17 21:54:10.752 INFO Starting download, target: MaghemiteDdmd
17292026-06-17T21:54:12.530ZJun 17 21:54:10.752 INFO Starting download, target: TransceiverControl
17302026-06-17T21:54:12.530ZJun 17 21:54:10.752 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-06-17T21:54:12.530ZJun 17 21:54:10.752 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-06-17T21:54:12.530ZJun 17 21:54:10.752 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-06-17T21:54:12.530ZJun 17 21:54:10.752 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17342026-06-17T21:54:12.530ZJun 17 21:54:10.752 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-17T21:54:12.530ZJun 17 21:54:10.752 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-17T21:54:12.530ZJun 17 21:54:10.752 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-17T21:54:13.390ZJun 17 21:54:11.702 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-06-17T21:54:13.622ZJun 17 21:54:11.937 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-06-17T21:54:13.685ZJun 17 21:54:11.941 INFO Download complete, target: Console
17402026-06-17T21:54:13.878ZJun 17 21:54:12.149 INFO Download complete, target: TransceiverControl
17412026-06-17T21:54:14.411ZJun 17 21:54:12.731 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-06-17T21:54:16.314ZJun 17 21:54:14.646 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-06-17T21:54:18.575ZJun 17 21:54:16.921 INFO Download complete, target: DendriteStub
17442026-06-17T21:54:19.408ZJun 17 21:54:17.750 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17452026-06-17T21:54:20.122ZJun 17 21:54:18.440 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-06-17T21:54:21.307ZJun 17 21:54:19.621 INFO Checking that binary works, target: Clickhouse
17472026-06-17T21:54:21.385ZJun 17 21:54:19.678 INFO Download complete, target: MaghemiteDdmd
17482026-06-17T21:54:21.416ZJun 17 21:54:19.713 INFO Download complete, target: Clickhouse
17492026-06-17T21:54:21.941ZJun 17 21:54:20.163 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-06-17T21:54:21.941ZJun 17 21:54:20.164 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-06-17T21:54:22.444ZJun 17 21:54:20.763 INFO Download complete, target: MaghemiteMgd
17522026-06-17T21:54:26.396ZJun 17 21:54:24.745 INFO Checking that binary works, target: Cockroach
17532026-06-17T21:54:26.508ZJun 17 21:54:24.858 INFO Download complete, target: Cockroach
17542026-06-17T21:54:26.523ZAll builder prerequisites installed successfully, and PATH looks valid
17552026-06-17T21:54:26.526Z
17562026-06-17T21:54:26.526Zreal 2:26.197407188
17572026-06-17T21:54:26.526Zuser 7:00.160438564
17582026-06-17T21:54:26.526Zsys 1:23.965620098
17592026-06-17T21:54:26.526Ztrap 0.228332604
17602026-06-17T21:54:26.526Ztflt 0.623615814
17612026-06-17T21:54:26.526Zdflt 0.713359999
17622026-06-17T21:54:26.526Zkflt 0.023583205
17632026-06-17T21:54:26.526Zlock 23:08.224986637
17642026-06-17T21:54:26.526Zslp 21:41.636288451
17652026-06-17T21:54:26.526Zlat 43.359419767
17662026-06-17T21:54:26.526Zstop 1:55.513655665
17672026-06-17T21:54:26.526Z+ banner clippy
17682026-06-17T21:54:26.526Z
17692026-06-17T21:54:26.526Z #### # # ##### ##### # #
17702026-06-17T21:54:26.526Z # # # # # # # # # #
17712026-06-17T21:54:26.526Z # # # # # # # #
17722026-06-17T21:54:26.526Z # # # ##### ##### #
17732026-06-17T21:54:26.526Z # # # # # # #
17742026-06-17T21:54:26.526Z #### ###### # # # #
17752026-06-17T21:54:26.526Z
17762026-06-17T21:54:26.526Z+ export CARGO_INCREMENTAL=0
17772026-06-17T21:54:26.526Z+ CARGO_INCREMENTAL=0
17782026-06-17T21:54:26.526Z+ ptime -m cargo xtask clippy
17792026-06-17T21:54:27.062Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17802026-06-17T21:54:27.280Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17812026-06-17T21:54:29.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17822026-06-17T21:54:29.206Z Running `target/debug/xtask clippy`
17832026-06-17T21:54:29.233Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17842026-06-17T21:54:29.847Z Downloading crates ...
17852026-06-17T21:54:30.033Z Downloaded backtrace-ext v0.2.1
17862026-06-17T21:54:30.036Z Downloaded anes v0.1.6
17872026-06-17T21:54:30.042Z Downloaded assert_cmd v2.1.2
17882026-06-17T21:54:30.042Z Downloaded addr2line v0.25.1
17892026-06-17T21:54:30.045Z Downloaded async-lock v3.4.2
17902026-06-17T21:54:30.048Z Downloaded rust-argon2 v2.1.0
17912026-06-17T21:54:30.054Z Downloaded async-object-pool v0.2.0
17922026-06-17T21:54:30.061Z Downloaded event-listener v5.4.1
17932026-06-17T21:54:30.061Z Downloaded blake2b_simd v1.0.4
17942026-06-17T21:54:30.066Z Downloaded cast v0.3.0
17952026-06-17T21:54:30.066Z Downloaded trybuild v1.0.116
17962026-06-17T21:54:30.078Z Downloaded rstest v0.25.0
17972026-06-17T21:54:30.086Z Downloaded similar-asserts v1.7.0
17982026-06-17T21:54:30.086Z Downloaded relative-path v1.9.3
17992026-06-17T21:54:30.086Z Downloaded nested v0.1.1
18002026-06-17T21:54:30.087Z Downloaded backtrace v0.3.76
18012026-06-17T21:54:30.087Z Downloaded plotters-backend v0.3.7
18022026-06-17T21:54:30.094Z Downloaded assert-json-diff v2.0.2
18032026-06-17T21:54:30.094Z Downloaded guppy-workspace-hack v0.1.0
18042026-06-17T21:54:30.094Z Downloaded constant_time_eq v0.3.1
18052026-06-17T21:54:30.094Z Downloaded approx v0.5.1
18062026-06-17T21:54:30.095Z Downloaded supports-unicode v2.1.0
18072026-06-17T21:54:30.100Z Downloaded event-listener-strategy v0.5.4
18082026-06-17T21:54:30.100Z Downloaded miette-derive v5.10.0
18092026-06-17T21:54:30.100Z Downloaded futures-timer v3.0.3
18102026-06-17T21:54:30.115Z Downloaded serde_regex v1.1.0
18112026-06-17T21:54:30.115Z Downloaded plotters-svg v0.3.7
18122026-06-17T21:54:30.125Z Downloaded supports-hyperlinks v2.1.0
18132026-06-17T21:54:30.125Z Downloaded target-triple v1.0.0
18142026-06-17T21:54:30.125Z Downloaded escape8259 v0.5.3
18152026-06-17T21:54:30.125Z Downloaded pathdiff v0.2.3
18162026-06-17T21:54:30.130Z Downloaded stringmetrics v2.2.2
18172026-06-17T21:54:30.130Z Downloaded libtest-mimic v0.8.1
18182026-06-17T21:54:30.130Z Downloaded target-spec v3.5.7
18192026-06-17T21:54:30.136Z Downloaded supports-color v2.1.0
18202026-06-17T21:54:30.136Z Downloaded linkme-impl v0.3.35
18212026-06-17T21:54:30.142Z Downloaded tokio-test v0.4.5
18222026-06-17T21:54:30.142Z Downloaded parking v2.2.1
18232026-06-17T21:54:30.149Z Downloaded terminal_size v0.1.17
18242026-06-17T21:54:30.152Z Downloaded termcolor v1.4.1
18252026-06-17T21:54:30.152Z Downloaded knuffel v3.2.0
18262026-06-17T21:54:30.152Z Downloaded concurrent-queue v2.5.0
18272026-06-17T21:54:30.152Z Downloaded partial-io v0.5.4
18282026-06-17T21:54:30.155Z Downloaded owo-colors v3.5.0
18292026-06-17T21:54:30.155Z Downloaded tinytemplate v1.2.1
18302026-06-17T21:54:30.161Z Downloaded cfg-expr v0.20.6
18312026-06-17T21:54:30.161Z Downloaded knuffel-derive v3.2.0
18322026-06-17T21:54:30.161Z Downloaded target-lexicon v0.13.3
18332026-06-17T21:54:30.169Z Downloaded path-tree v0.8.3
18342026-06-17T21:54:30.169Z Downloaded chumsky v0.9.3
18352026-06-17T21:54:30.169Z Downloaded criterion-plot v0.6.0
18362026-06-17T21:54:30.169Z Downloaded httptest v0.16.4
18372026-06-17T21:54:30.172Z Downloaded oorandom v11.1.5
18382026-06-17T21:54:30.172Z Downloaded linkme v0.3.35
18392026-06-17T21:54:30.182Z Downloaded hickory-client v0.25.2
18402026-06-17T21:54:30.189Z Downloaded datatest-stable v0.3.3
18412026-06-17T21:54:30.189Z Downloaded rustc-demangle v0.1.27
18422026-06-17T21:54:30.197Z Downloaded textwrap v0.15.2
18432026-06-17T21:54:30.206Z Downloaded rstest_macros v0.25.0
18442026-06-17T21:54:30.215Z Downloaded rand_distr v0.5.1
18452026-06-17T21:54:30.224Z Downloaded fancy-regex v0.14.0
18462026-06-17T21:54:30.227Z Downloaded miette v5.10.0
18472026-06-17T21:54:30.231Z Downloaded hashbrown v0.14.5
18482026-06-17T21:54:30.235Z Downloaded criterion v0.7.0
18492026-06-17T21:54:30.239Z Downloaded plotters v0.3.7
18502026-06-17T21:54:30.245Z Downloaded guppy v0.17.25
18512026-06-17T21:54:30.273Z Downloaded gimli v0.32.3
18522026-06-17T21:54:30.372Z Downloaded httpmock v0.8.3
18532026-06-17T21:54:32.038Z Checking cfg-if v1.0.4
18542026-06-17T21:54:32.385Z Checking libc v0.2.185
18552026-06-17T21:54:32.388Z Checking serde_core v1.0.228
18562026-06-17T21:54:32.454Z Checking memchr v2.8.0
18572026-06-17T21:54:32.499Z Checking smallvec v1.15.1
18582026-06-17T21:54:32.528Z Checking itoa v1.0.17
18592026-06-17T21:54:32.559Z Checking log v0.4.29
18602026-06-17T21:54:32.602Z Checking libm v0.2.16
18612026-06-17T21:54:32.637Z Checking zeroize v1.8.2
18622026-06-17T21:54:32.693Z Checking scopeguard v1.2.0
18632026-06-17T21:54:32.724Z Checking stable_deref_trait v1.2.1
18642026-06-17T21:54:32.759Z Checking zmij v1.0.21
18652026-06-17T21:54:32.812Z Checking errno v0.3.14
18662026-06-17T21:54:32.812Z Checking getrandom v0.2.17
18672026-06-17T21:54:32.817Z Checking lock_api v0.4.14
18682026-06-17T21:54:32.903Z Checking zerofrom v0.1.6
18692026-06-17T21:54:32.939Z Checking percent-encoding v2.3.2
18702026-06-17T21:54:32.982Z Checking litemap v0.8.1
18712026-06-17T21:54:32.984Z Checking writeable v0.6.2
18722026-06-17T21:54:33.043Z Checking yoke v0.8.1
18732026-06-17T21:54:33.087Z Checking icu_normalizer_data v2.1.1
18742026-06-17T21:54:33.106Z Checking icu_properties_data v2.1.2
18752026-06-17T21:54:33.140Z Checking form_urlencoded v1.2.2
18762026-06-17T21:54:33.173Z Checking utf8_iter v1.0.4
18772026-06-17T21:54:33.205Z Checking subtle v2.6.1
18782026-06-17T21:54:33.237Z Checking zerovec v0.11.5
18792026-06-17T21:54:33.237Z Checking zerotrie v0.2.3
18802026-06-17T21:54:33.299Z Checking rand_core v0.10.0
18812026-06-17T21:54:33.333Z Checking num-traits v0.2.19
18822026-06-17T21:54:33.339Z Checking pin-project-lite v0.2.17
18832026-06-17T21:54:33.393Z Checking rand_core v0.6.4
18842026-06-17T21:54:33.427Z Checking parking_lot_core v0.9.12
18852026-06-17T21:54:33.463Z Checking getrandom v0.4.1
18862026-06-17T21:54:33.496Z Checking zerocopy v0.8.40
18872026-06-17T21:54:33.539Z Checking portable-atomic v1.13.1
18882026-06-17T21:54:33.594Z Checking signal-hook-registry v1.4.8
18892026-06-17T21:54:33.630Z Checking critical-section v1.2.0
18902026-06-17T21:54:33.709Z Checking parking_lot v0.12.5
18912026-06-17T21:54:33.717Z Checking tinystr v0.8.2
18922026-06-17T21:54:33.751Z Checking potential_utf v0.1.4
18932026-06-17T21:54:33.788Z Checking mio v1.2.0
18942026-06-17T21:54:33.881Z Checking socket2 v0.6.3
18952026-06-17T21:54:33.883Z Checking typenum v1.19.0
18962026-06-17T21:54:33.947Z Checking serde v1.0.228
18972026-06-17T21:54:33.952Z Checking serde_json v1.0.149
18982026-06-17T21:54:33.952Z Checking bitflags v2.11.0
18992026-06-17T21:54:34.033Z Checking icu_locale_core v2.1.1
19002026-06-17T21:54:34.079Z Checking icu_collections v2.1.1
19012026-06-17T21:54:34.176Z Checking once_cell v1.21.3
19022026-06-17T21:54:34.209Z Checking iana-time-zone v0.1.65
19032026-06-17T21:54:34.346Z Checking uuid v1.23.0
19042026-06-17T21:54:34.387Z Checking bytes v1.11.1
19052026-06-17T21:54:34.387Z Checking chrono v0.4.44
19062026-06-17T21:54:34.443Z Checking generic-array v0.14.7
19072026-06-17T21:54:34.476Z Checking thiserror v2.0.18
19082026-06-17T21:54:34.598Z Checking icu_provider v2.1.1
19092026-06-17T21:54:34.635Z Checking semver v1.0.28
19102026-06-17T21:54:34.685Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19112026-06-17T21:54:34.685Z Checking futures-core v0.3.32
19122026-06-17T21:54:34.838Z Checking dyn-clone v1.0.20
19132026-06-17T21:54:34.841Z Checking tokio v1.52.1
19142026-06-17T21:54:34.902Z Checking equivalent v1.0.2
19152026-06-17T21:54:34.905Z Checking icu_properties v2.1.2
19162026-06-17T21:54:34.965Z Checking icu_normalizer v2.1.1
19172026-06-17T21:54:34.972Z Checking crypto-common v0.1.7
19182026-06-17T21:54:35.030Z Checking const-oid v0.9.6
19192026-06-17T21:54:35.105Z Checking block-buffer v0.10.4
19202026-06-17T21:54:35.137Z Checking futures-sink v0.3.32
19212026-06-17T21:54:35.264Z Checking futures-channel v0.3.32
19222026-06-17T21:54:35.264Z Checking rustix v1.1.3
19232026-06-17T21:54:35.326Z Checking futures-io v0.3.32
19242026-06-17T21:54:35.381Z Checking futures-task v0.3.32
19252026-06-17T21:54:35.465Z Checking byteorder v1.5.0
19262026-06-17T21:54:35.501Z Checking slab v0.4.12
19272026-06-17T21:54:35.531Z Checking hashbrown v0.17.0
19282026-06-17T21:54:35.685Z Checking futures-util v0.3.32
19292026-06-17T21:54:35.716Z Checking cpufeatures v0.2.17
19302026-06-17T21:54:35.752Z Checking digest v0.10.7
19312026-06-17T21:54:35.789Z Checking idna_adapter v1.2.1
19322026-06-17T21:54:35.821Z Checking thiserror v1.0.69
19332026-06-17T21:54:35.936Z Checking idna v1.1.0
19342026-06-17T21:54:35.969Z Checking getrandom v0.3.4
19352026-06-17T21:54:36.001Z Checking fnv v1.0.7
19362026-06-17T21:54:36.034Z Checking indexmap v2.14.0
19372026-06-17T21:54:36.118Z Checking regex-syntax v0.8.10
19382026-06-17T21:54:36.151Z Checking http v1.4.0
19392026-06-17T21:54:36.155Z Checking tracing-core v0.1.36
19402026-06-17T21:54:36.211Z Checking url v2.5.8
19412026-06-17T21:54:36.281Z Checking ppv-lite86 v0.2.21
19422026-06-17T21:54:36.498Z Checking base64 v0.22.1
19432026-06-17T21:54:36.592Z Checking tracing v0.1.44
19442026-06-17T21:54:36.624Z Checking utf8parse v0.2.2
19452026-06-17T21:54:36.668Z Checking schemars v0.8.22
19462026-06-17T21:54:36.738Z Checking anstyle v1.0.14
19472026-06-17T21:54:36.772Z Checking ipnet v2.11.0
19482026-06-17T21:54:36.776Z Checking unicode-ident v1.0.24
19492026-06-17T21:54:36.834Z Checking untrusted v0.9.0
19502026-06-17T21:54:36.935Z Checking proc-macro2 v1.0.106
19512026-06-17T21:54:36.967Z Checking colorchoice v1.0.4
19522026-06-17T21:54:36.971Z Checking base64ct v1.8.3
19532026-06-17T21:54:37.046Z Checking is_terminal_polyfill v1.70.2
19542026-06-17T21:54:37.088Z Checking anstyle-query v1.1.5
19552026-06-17T21:54:37.157Z Checking ring v0.17.14
19562026-06-17T21:54:37.205Z Checking block-padding v0.3.3
19572026-06-17T21:54:37.244Z Checking aho-corasick v1.1.4
19582026-06-17T21:54:37.277Z Checking quote v1.0.45
19592026-06-17T21:54:37.370Z Checking anstyle-parse v1.0.0
19602026-06-17T21:54:37.376Z Checking inout v0.1.4
19612026-06-17T21:54:37.436Z Checking terminal_size v0.4.3
19622026-06-17T21:54:37.469Z Checking syn v2.0.117
19632026-06-17T21:54:37.499Z Checking rustls-pki-types v1.14.0
19642026-06-17T21:54:37.531Z Checking cipher v0.4.4
19652026-06-17T21:54:37.572Z Checking crossbeam-utils v0.8.21
19662026-06-17T21:54:37.612Z Checking httparse v1.10.1
19672026-06-17T21:54:37.760Z Checking anstream v1.0.0
19682026-06-17T21:54:37.803Z Checking allocator-api2 v0.2.21
19692026-06-17T21:54:37.834Z Checking strsim v0.11.1
19702026-06-17T21:54:37.921Z Checking clap_lex v1.0.0
19712026-06-17T21:54:37.953Z Checking regex-automata v0.4.14
19722026-06-17T21:54:37.985Z Checking pem-rfc7468 v0.7.0
19732026-06-17T21:54:38.020Z Checking sha2 v0.10.9
19742026-06-17T21:54:38.101Z Checking tokio-util v0.7.18
19752026-06-17T21:54:38.105Z Checking clap_builder v4.6.0
19762026-06-17T21:54:38.153Z Checking powerfmt v0.2.0
19772026-06-17T21:54:38.186Z Checking http-body v1.0.1
19782026-06-17T21:54:38.194Z Checking rand_core v0.9.5
19792026-06-17T21:54:38.309Z Checking hmac v0.12.1
19802026-06-17T21:54:38.340Z Checking deranged v0.5.8
19812026-06-17T21:54:38.344Z Checking atomic-waker v1.1.2
19822026-06-17T21:54:38.412Z Checking time-core v0.1.8
19832026-06-17T21:54:38.463Z Checking num_threads v0.1.7
19842026-06-17T21:54:38.466Z Checking num-conv v0.2.0
19852026-06-17T21:54:38.573Z Checking erased-serde v0.3.31
19862026-06-17T21:54:38.577Z Checking try-lock v0.2.5
19872026-06-17T21:54:38.635Z Checking flagset v0.4.7
19882026-06-17T21:54:38.723Z Checking httpdate v1.0.3
19892026-06-17T21:54:38.756Z Checking h2 v0.4.13
19902026-06-17T21:54:38.788Z Checking der v0.7.10
19912026-06-17T21:54:38.892Z Checking want v0.3.1
19922026-06-17T21:54:38.972Z Checking slog v2.8.2
19932026-06-17T21:54:39.035Z Checking tower-layer v0.3.3
19942026-06-17T21:54:39.205Z Checking tower-service v0.3.3
19952026-06-17T21:54:39.250Z Checking pin-utils v0.1.0
19962026-06-17T21:54:39.290Z Checking time v0.3.47
19972026-06-17T21:54:39.322Z Checking ryu v1.0.23
19982026-06-17T21:54:39.352Z Checking rand_chacha v0.9.0
19992026-06-17T21:54:39.361Z Checking clap v4.6.1
20002026-06-17T21:54:39.486Z Checking anyhow v1.0.102
20012026-06-17T21:54:39.489Z Checking spin v0.9.8
20022026-06-17T21:54:39.542Z Checking mime v0.3.17
20032026-06-17T21:54:39.577Z Checking rand v0.9.2
20042026-06-17T21:54:39.702Z Checking http-body-util v0.1.3
20052026-06-17T21:54:39.735Z Checking ipnetwork v0.21.1
20062026-06-17T21:54:39.739Z Checking aws-lc-sys v0.40.0
20072026-06-17T21:54:39.764Z Checking untrusted v0.7.1
20082026-06-17T21:54:39.823Z Checking fastrand v2.3.0
20092026-06-17T21:54:39.924Z Checking spki v0.7.3
20102026-06-17T21:54:39.959Z Checking pbkdf2 v0.12.2
20112026-06-17T21:54:39.988Z Checking aes v0.8.4
20122026-06-17T21:54:40.025Z Checking openssl-probe v0.2.1
20132026-06-17T21:54:40.058Z Checking regex v1.12.3
20142026-06-17T21:54:40.089Z Checking serde_urlencoded v0.7.1
20152026-06-17T21:54:40.121Z Checking cbc v0.1.2
20162026-06-17T21:54:40.157Z Checking salsa20 v0.10.2
20172026-06-17T21:54:40.271Z Checking rand_chacha v0.3.1
20182026-06-17T21:54:40.304Z Checking aws-lc-rs v1.16.3
20192026-06-17T21:54:40.308Z Checking hex v0.4.3
20202026-06-17T21:54:40.364Z Checking encoding_rs v0.8.35
20212026-06-17T21:54:40.367Z Checking pretty-hex v0.4.1
20222026-06-17T21:54:40.427Z Checking simd-adler32 v0.3.8
20232026-06-17T21:54:40.431Z Checking scrypt v0.11.0
20242026-06-17T21:54:40.499Z Checking rand v0.8.6
20252026-06-17T21:54:40.547Z Checking tempfile v3.25.0
20262026-06-17T21:54:40.586Z Checking plain v0.2.3
20272026-06-17T21:54:40.626Z Checking adler2 v2.0.1
20282026-06-17T21:54:40.657Z Checking pkcs5 v0.7.1
20292026-06-17T21:54:40.755Z Checking ucd-trie v0.1.7
20302026-06-17T21:54:40.789Z Checking rustls-native-certs v0.8.3
20312026-06-17T21:54:40.790Z Checking miniz_oxide v0.8.9
20322026-06-17T21:54:40.912Z Checking pest v2.8.6
20332026-06-17T21:54:40.993Z Checking sync_wrapper v1.0.2
20342026-06-17T21:54:41.024Z Checking pkcs8 v0.10.2
20352026-06-17T21:54:41.053Z Checking camino v1.2.2
20362026-06-17T21:54:41.118Z Checking foldhash v0.2.0
20372026-06-17T21:54:41.167Z Checking tower v0.5.3
20382026-06-17T21:54:41.200Z Checking rustls-webpki v0.103.9
20392026-06-17T21:54:41.231Z Checking webpki-roots v1.0.6
20402026-06-17T21:54:41.296Z Checking hashbrown v0.16.1
20412026-06-17T21:54:41.328Z Checking iri-string v0.7.10
20422026-06-17T21:54:41.359Z Checking oxnet v0.1.5
20432026-06-17T21:54:41.392Z Checking futures-executor v0.3.32
20442026-06-17T21:54:41.461Z Checking hyper v1.8.1
20452026-06-17T21:54:41.559Z Checking either v1.15.0
20462026-06-17T21:54:41.591Z Checking futures v0.3.32
20472026-06-17T21:54:41.622Z Checking openapiv3 v2.2.0
20482026-06-17T21:54:41.655Z Checking rustls v0.23.37
20492026-06-17T21:54:41.691Z Checking crc32fast v1.5.0
20502026-06-17T21:54:41.766Z Checking static_assertions v1.1.0
20512026-06-17T21:54:41.817Z Checking lazy_static v1.5.0
20522026-06-17T21:54:41.853Z Checking signature v2.2.0
20532026-06-17T21:54:41.886Z Checking winnow v0.7.14
20542026-06-17T21:54:41.931Z Checking hubpack v0.1.2
20552026-06-17T21:54:42.006Z Checking zlib-rs v0.6.2
20562026-06-17T21:54:42.008Z Checking strum v0.26.3
20572026-06-17T21:54:42.114Z Checking tinyvec_macros v0.1.1
20582026-06-17T21:54:42.169Z Checking psl-types v2.0.11
20592026-06-17T21:54:42.206Z Checking tinyvec v1.10.0
20602026-06-17T21:54:42.309Z Checking publicsuffix v2.3.0
20612026-06-17T21:54:42.368Z Checking tower-http v0.6.8
20622026-06-17T21:54:42.412Z Checking hyper-util v0.1.20
20632026-06-17T21:54:42.491Z Checking cookie v0.18.1
20642026-06-17T21:54:42.536Z Checking sha1 v0.10.6
20652026-06-17T21:54:42.659Z Checking num-integer v0.1.46
20662026-06-17T21:54:42.729Z Checking scroll v0.13.0
20672026-06-17T21:54:42.758Z Checking data-encoding v2.10.0
20682026-06-17T21:54:42.907Z Checking cookie_store v0.22.1
20692026-06-17T21:54:42.942Z Checking flate2 v1.1.9
20702026-06-17T21:54:42.945Z Checking serde_spanned v0.6.9
20712026-06-17T21:54:43.002Z Checking goblin v0.10.5
20722026-06-17T21:54:43.048Z Checking toml_datetime v0.6.11
20732026-06-17T21:54:43.080Z Checking memmap2 v0.9.10
20742026-06-17T21:54:43.117Z Checking bit-vec v0.8.0
20752026-06-17T21:54:43.250Z Checking base16ct v0.2.0
20762026-06-17T21:54:43.253Z Checking dtrace-parser v0.3.0
20772026-06-17T21:54:43.313Z Checking ff v0.13.1
20782026-06-17T21:54:43.316Z Checking thread-id v5.1.0
20792026-06-17T21:54:43.373Z Checking bit-set v0.8.0
20802026-06-17T21:54:43.429Z Checking sec1 v0.7.3
20812026-06-17T21:54:43.461Z Checking wait-timeout v0.2.1
20822026-06-17T21:54:43.493Z Checking group v0.13.0
20832026-06-17T21:54:43.523Z Checking num-iter v0.1.45
20842026-06-17T21:54:43.556Z Checking bstr v1.12.1
20852026-06-17T21:54:43.607Z Checking hkdf v0.12.4
20862026-06-17T21:54:43.656Z Checking crossbeam-epoch v0.9.18
20872026-06-17T21:54:43.659Z Checking anstyle-parse v0.2.7
20882026-06-17T21:54:43.659Z Checking ahash v0.8.12
20892026-06-17T21:54:43.745Z Checking crypto-bigint v0.5.5
20902026-06-17T21:54:43.779Z Checking quick-error v1.2.3
20912026-06-17T21:54:43.857Z Checking foreign-types-shared v0.1.1
20922026-06-17T21:54:43.900Z Checking anstream v0.6.21
20932026-06-17T21:54:43.903Z Checking rusty-fork v0.3.1
20942026-06-17T21:54:43.962Z Checking foreign-types v0.3.2
20952026-06-17T21:54:43.965Z Checking rand_xorshift v0.4.0
20962026-06-17T21:54:43.965Z Checking scroll v0.12.0
20972026-06-17T21:54:44.050Z Checking tokio-rustls v0.26.4
20982026-06-17T21:54:44.081Z Checking rustls-platform-verifier v0.6.2
20992026-06-17T21:54:44.115Z Checking openssl-sys v0.9.115
21002026-06-17T21:54:44.118Z Checking unarray v0.1.4
21012026-06-17T21:54:44.178Z Checking num-bigint-dig v0.8.6
21022026-06-17T21:54:44.239Z Checking pkcs1 v0.7.5
21032026-06-17T21:54:44.271Z Checking goblin v0.8.2
21042026-06-17T21:54:44.274Z Checking proptest v1.11.0
21052026-06-17T21:54:44.331Z Checking hyper-rustls v0.27.7
21062026-06-17T21:54:44.471Z Checking x509-cert v0.2.5
21072026-06-17T21:54:44.518Z Checking openssl v0.10.79
21082026-06-17T21:54:44.563Z Checking reqwest v0.13.2
21092026-06-17T21:54:44.643Z Checking elliptic-curve v0.13.8
21102026-06-17T21:54:44.970Z Checking zerocopy v0.7.35
21112026-06-17T21:54:45.010Z Checking unicode-segmentation v1.12.0
21122026-06-17T21:54:45.134Z Checking rsa v0.9.10
21132026-06-17T21:54:45.348Z Checking dtrace-parser v0.2.0
21142026-06-17T21:54:45.385Z Checking dof v0.4.0
21152026-06-17T21:54:45.459Z Checking rfc6979 v0.4.0
21162026-06-17T21:54:45.492Z Checking memoffset v0.9.1
21172026-06-17T21:54:45.600Z Checking thread-id v4.2.2
21182026-06-17T21:54:45.604Z Checking ecdsa v0.16.9
21192026-06-17T21:54:45.664Z Checking curve25519-dalek v4.1.3
21202026-06-17T21:54:45.667Z Checking rustix v0.38.44
21212026-06-17T21:54:45.724Z Checking env_filter v1.0.0
21222026-06-17T21:54:45.895Z Checking same-file v1.0.6
21232026-06-17T21:54:45.991Z Checking toml_write v0.1.2
21242026-06-17T21:54:46.037Z Checking keccak v0.1.6
21252026-06-17T21:54:46.069Z Checking usdt-impl v0.6.0
21262026-06-17T21:54:46.113Z Checking newtype-uuid v1.3.2
21272026-06-17T21:54:46.182Z Checking toml_edit v0.22.27
21282026-06-17T21:54:46.226Z Checking dof v0.3.0
21292026-06-17T21:54:46.245Z Checking sha3 v0.10.8
21302026-06-17T21:54:46.334Z Checking daft v0.1.7
21312026-06-17T21:54:46.374Z Checking usdt v0.6.0
21322026-06-17T21:54:46.461Z Checking walkdir v2.5.0
21332026-06-17T21:54:46.490Z Checking env_logger v0.11.9
21342026-06-17T21:54:46.522Z Checking usdt-impl v0.5.0
21352026-06-17T21:54:46.525Z Checking ed25519 v2.2.3
21362026-06-17T21:54:46.583Z Checking itertools v0.13.0
21372026-06-17T21:54:46.586Z Checking native-tls v0.2.18
21382026-06-17T21:54:46.643Z Checking serde_with v3.17.0
21392026-06-17T21:54:46.646Z Checking siphasher v1.0.2
21402026-06-17T21:54:46.703Z Checking bitflags v1.3.2
21412026-06-17T21:54:46.758Z Checking ed25519-dalek v2.2.0
21422026-06-17T21:54:46.798Z Checking nix v0.31.2
21432026-06-17T21:54:46.831Z Checking tokio-native-tls v0.3.1
21442026-06-17T21:54:46.837Z Checking toml_parser v1.0.9+spec-1.1.0
21452026-06-17T21:54:46.891Z Checking unicode-normalization v0.1.25
21462026-06-17T21:54:47.012Z Checking signal-hook v0.3.18
21472026-06-17T21:54:47.042Z Checking hyper-tls v0.6.0
21482026-06-17T21:54:47.206Z Checking managed v0.8.0
21492026-06-17T21:54:47.240Z Checking winnow v0.5.40
21502026-06-17T21:54:47.242Z Checking reqwest v0.12.28
21512026-06-17T21:54:47.300Z Checking bzip2-sys v0.1.13+1.0.8
21522026-06-17T21:54:47.331Z Checking object v0.37.3
21532026-06-17T21:54:47.409Z Checking foldhash v0.1.5
21542026-06-17T21:54:47.440Z Checking bzip2 v0.4.4
21552026-06-17T21:54:47.568Z Checking hashbrown v0.15.5
21562026-06-17T21:54:47.621Z Checking signal-hook-mio v0.2.5
21572026-06-17T21:54:47.654Z Checking globset v0.4.18
21582026-06-17T21:54:47.749Z Checking ref-cast v1.0.25
21592026-06-17T21:54:47.868Z Checking zstd-sys v2.0.16+zstd.1.5.7
21602026-06-17T21:54:47.902Z Checking zip v0.6.6
21612026-06-17T21:54:47.932Z Checking pin-project v1.1.11
21622026-06-17T21:54:48.006Z Checking zstd-safe v7.2.4
21632026-06-17T21:54:48.049Z Checking libbz2-rs-sys v0.2.2
21642026-06-17T21:54:48.052Z Checking bumpalo v3.20.2
21652026-06-17T21:54:48.111Z Checking crossterm v0.28.1
21662026-06-17T21:54:48.146Z Checking similar v2.7.0
21672026-06-17T21:54:48.189Z Checking zstd v0.13.3
21682026-06-17T21:54:48.250Z Checking tokio-stream v0.1.18
21692026-06-17T21:54:48.300Z Checking zopfli v0.8.3
21702026-06-17T21:54:48.397Z Checking fs-err v3.3.0
21712026-06-17T21:54:48.430Z Checking toml_edit v0.19.15
21722026-06-17T21:54:48.477Z Checking bzip2 v0.6.1
21732026-06-17T21:54:48.561Z Checking pem v3.0.6
21742026-06-17T21:54:48.644Z Checking hash32 v0.2.1
21752026-06-17T21:54:48.679Z Checking serde-big-array v0.5.1
21762026-06-17T21:54:48.682Z Checking unicode-bidi v0.3.18
21772026-06-17T21:54:48.739Z Checking predicates-core v1.0.10
21782026-06-17T21:54:48.742Z Checking jiff v0.2.21
21792026-06-17T21:54:48.822Z Checking unicode-properties v0.1.4
21802026-06-17T21:54:48.855Z Checking heapless v0.7.17
21812026-06-17T21:54:48.858Z Checking snafu v0.8.9
21822026-06-17T21:54:48.916Z Checking olpc-cjson v0.1.4
21832026-06-17T21:54:49.015Z Checking hickory-proto v0.25.2
21842026-06-17T21:54:49.050Z Checking stringprep v0.1.5
21852026-06-17T21:54:49.080Z Checking md-5 v0.10.6
21862026-06-17T21:54:49.121Z Checking serde_plain v1.0.2
21872026-06-17T21:54:49.225Z Checking float-cmp v0.10.0
21882026-06-17T21:54:49.258Z Checking normalize-line-endings v0.3.0
21892026-06-17T21:54:49.291Z Checking typed-path v0.9.3
21902026-06-17T21:54:49.323Z Checking difflib v0.4.0
21912026-06-17T21:54:49.369Z Checking fallible-iterator v0.2.0
21922026-06-17T21:54:49.402Z Checking smoltcp v0.9.1
21932026-06-17T21:54:49.482Z Checking toml v0.7.8
21942026-06-17T21:54:49.527Z Checking predicates v3.1.4
21952026-06-17T21:54:49.665Z Checking iddqd v0.4.2
21962026-06-17T21:54:49.668Z Checking postgres-protocol v0.6.10
21972026-06-17T21:54:49.818Z Checking phf_shared v0.11.3
21982026-06-17T21:54:49.851Z Checking phf_shared v0.13.1
21992026-06-17T21:54:49.986Z Checking buf-list v1.1.2
22002026-06-17T21:54:50.018Z Checking strum v0.27.2
22012026-06-17T21:54:50.049Z Checking fixedbitset v0.4.2
22022026-06-17T21:54:50.081Z Checking tough v0.22.0
22032026-06-17T21:54:50.084Z Checking fixedbitset v0.5.7
22042026-06-17T21:54:50.156Z Checking precomputed-hash v0.1.1
22052026-06-17T21:54:50.189Z Checking lalrpop-util v0.19.12
22062026-06-17T21:54:50.223Z Checking new_debug_unreachable v1.0.6
22072026-06-17T21:54:50.260Z Checking petgraph v0.6.5
22082026-06-17T21:54:50.315Z Checking string_cache v0.8.9
22092026-06-17T21:54:50.347Z Checking petgraph v0.8.3
22102026-06-17T21:54:50.378Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22112026-06-17T21:54:50.523Z Checking phf v0.13.1
22122026-06-17T21:54:50.601Z Checking postgres-types v0.2.12
22132026-06-17T21:54:50.699Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-06-17T21:54:50.939Z Checking whoami v2.1.0
22152026-06-17T21:54:51.003Z Checking peg-runtime v0.8.5
22162026-06-17T21:54:51.035Z Checking zip v4.6.1
22172026-06-17T21:54:51.159Z Checking tokio-postgres v0.7.16
22182026-06-17T21:54:51.302Z Checking is-terminal v0.4.17
22192026-06-17T21:54:51.422Z Checking crossbeam-channel v0.5.15
22202026-06-17T21:54:51.562Z Compiling structmeta-derive v0.3.0
22212026-06-17T21:54:51.626Z Checking thread_local v1.1.9
22222026-06-17T21:54:51.779Z Checking take_mut v0.2.2
22232026-06-17T21:54:51.818Z Checking term v1.2.1
22242026-06-17T21:54:51.867Z Compiling newtype-uuid-macros v0.1.0
22252026-06-17T21:54:51.908Z Checking slog-async v2.8.0
22262026-06-17T21:54:51.962Z Compiling rustls v0.22.4
22272026-06-17T21:54:52.060Z Checking slog-term v2.9.2
22282026-06-17T21:54:52.107Z Compiling multer v3.1.0
22292026-06-17T21:54:52.141Z Compiling async-stream-impl v0.3.6
22302026-06-17T21:54:52.216Z Compiling dropshot v0.17.0
22312026-06-17T21:54:52.351Z Compiling dropshot_endpoint v0.17.0
22322026-06-17T21:54:52.392Z Checking match_cfg v0.1.0
22332026-06-17T21:54:52.461Z Checking slog-json v2.6.1
22342026-06-17T21:54:52.501Z Checking hostname v0.3.1
22352026-06-17T21:54:52.504Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22362026-06-17T21:54:52.624Z Checking debug-ignore v1.0.5
22372026-06-17T21:54:52.655Z Compiling structmeta v0.3.0
22382026-06-17T21:54:52.682Z Checking slog-bunyan v2.5.0
22392026-06-17T21:54:52.684Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22402026-06-17T21:54:52.746Z Checking progenitor-client v0.14.0
22412026-06-17T21:54:52.807Z Checking rustls-webpki v0.102.8
22422026-06-17T21:54:52.848Z Checking toml_datetime v1.0.0+spec-1.1.0
22432026-06-17T21:54:52.885Z Checking serde_path_to_error v0.1.20
22442026-06-17T21:54:52.888Z Compiling derive-ex v0.1.8
22452026-06-17T21:54:52.948Z Checking serde_spanned v1.0.4
22462026-06-17T21:54:53.025Z Checking compression-core v0.4.31
22472026-06-17T21:54:53.069Z Checking toml_writer v1.0.6+spec-1.1.0
22482026-06-17T21:54:53.100Z Checking async-stream v0.3.6
22492026-06-17T21:54:53.175Z Checking compression-codecs v0.4.37
22502026-06-17T21:54:53.178Z Checking waitgroup v0.1.2
22512026-06-17T21:54:53.267Z Checking toml v1.0.6+spec-1.1.0
22522026-06-17T21:54:53.270Z Checking rustls-pemfile v2.2.0
22532026-06-17T21:54:53.328Z Checking hostname v0.4.2
22542026-06-17T21:54:53.370Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22552026-06-17T21:54:53.404Z Checking async-compression v0.4.41
22562026-06-17T21:54:53.434Z Compiling parse-display-derive v0.10.0
22572026-06-17T21:54:53.471Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22582026-06-17T21:54:53.504Z Checking atomicwrites v0.4.4
22592026-06-17T21:54:53.639Z Checking regress v0.10.5
22602026-06-17T21:54:53.667Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22612026-06-17T21:54:53.697Z Checking itertools v0.14.0
22622026-06-17T21:54:53.896Z Checking macaddr v1.0.1
22632026-06-17T21:54:54.095Z Checking instant v0.1.13
22642026-06-17T21:54:54.156Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22652026-06-17T21:54:54.170Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22662026-06-17T21:54:54.206Z Checking backoff v0.4.0
22672026-06-17T21:54:54.403Z Checking backon v1.6.0
22682026-06-17T21:54:54.438Z Checking humantime v2.3.0
22692026-06-17T21:54:54.595Z Checking progenitor-extras v0.2.0
22702026-06-17T21:54:54.627Z Compiling test-strategy v0.4.5
22712026-06-17T21:54:54.630Z Checking unicode-width v0.2.0
22722026-06-17T21:54:54.686Z Checking heck v0.5.0
22732026-06-17T21:54:54.719Z Checking tokio-rustls v0.25.0
22742026-06-17T21:54:54.766Z Compiling convert_case v0.4.0
22752026-06-17T21:54:54.827Z Checking half v2.7.1
22762026-06-17T21:54:54.857Z Checking ciborium-io v0.2.2
22772026-06-17T21:54:54.926Z Checking secrecy v0.10.3
22782026-06-17T21:54:54.987Z Compiling regress v0.11.1
22792026-06-17T21:54:55.057Z Checking indent_write v2.2.0
22802026-06-17T21:54:55.088Z Checking universal-hash v0.5.1
22812026-06-17T21:54:55.116Z Checking ciborium-ll v0.2.2
22822026-06-17T21:54:55.150Z Checking parse-display v0.10.0
22832026-06-17T21:54:55.181Z Compiling derive_more v0.99.20
22842026-06-17T21:54:55.209Z Compiling unsafe-libyaml v0.2.11
22852026-06-17T21:54:55.240Z Checking opaque-debug v0.3.1
22862026-06-17T21:54:55.311Z Checking ciborium v0.2.2
22872026-06-17T21:54:55.346Z Compiling crucible-workspace-hack v0.1.0
22882026-06-17T21:54:55.653Z Checking camino-tempfile v1.4.1
22892026-06-17T21:54:55.829Z Compiling serde_yaml v0.9.34+deprecated
22902026-06-17T21:54:55.857Z Checking aead v0.5.2
22912026-06-17T21:54:56.044Z Checking poly1305 v0.8.0
22922026-06-17T21:54:56.109Z Checking chacha20 v0.9.1
22932026-06-17T21:54:56.187Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22942026-06-17T21:54:56.329Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22952026-06-17T21:54:56.332Z Compiling thiserror-impl-no-std v2.0.2
22962026-06-17T21:54:56.601Z Compiling typify-impl v0.6.2
22972026-06-17T21:54:56.684Z Checking swrite v0.1.0
22982026-06-17T21:54:56.800Z Checking password-hash v0.5.0
22992026-06-17T21:54:56.930Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23002026-06-17T21:54:57.053Z Checking blake2 v0.10.6
23012026-06-17T21:54:57.304Z Checking chacha20poly1305 v0.10.1
23022026-06-17T21:54:57.337Z Checking argon2 v0.5.3
23032026-06-17T21:54:57.459Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23042026-06-17T21:54:57.574Z Checking thiserror-no-std v2.0.2
23052026-06-17T21:54:57.686Z Checking vsss-rs v3.3.4
23062026-06-17T21:54:57.720Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23072026-06-17T21:54:57.792Z Checking byte-wrapper v0.1.0
23082026-06-17T21:54:57.893Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23092026-06-17T21:54:58.036Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23102026-06-17T21:54:58.060Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23112026-06-17T21:54:58.152Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23122026-06-17T21:54:58.266Z Checking crossbeam-deque v0.8.6
23132026-06-17T21:54:58.325Z Compiling rayon-core v1.13.0
23142026-06-17T21:54:58.472Z Compiling num-derive v0.4.2
23152026-06-17T21:54:58.571Z Checking toml v0.8.23
23162026-06-17T21:54:58.800Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23172026-06-17T21:54:58.924Z Compiling toml_datetime v0.7.5+spec-1.1.0
23182026-06-17T21:54:59.190Z Compiling toml_edit v0.23.10+spec-1.0.0
23192026-06-17T21:54:59.224Z Compiling proc-macro-error v1.0.4
23202026-06-17T21:54:59.330Z Checking rayon v1.11.0
23212026-06-17T21:54:59.404Z Checking tabwriter v1.4.1
23222026-06-17T21:54:59.556Z Checking glob v0.3.3
23232026-06-17T21:54:59.587Z Checking colored v3.1.1
23242026-06-17T21:54:59.616Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23252026-06-17T21:54:59.812Z Compiling heapless v0.8.0
23262026-06-17T21:54:59.822Z Compiling proc-macro-crate v3.4.0
23272026-06-17T21:54:59.822Z Compiling ingot-macros v0.1.1
23282026-06-17T21:54:59.974Z Checking hash32 v0.3.1
23292026-06-17T21:55:00.124Z Compiling smoltcp v0.11.0
23302026-06-17T21:55:00.238Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-06-17T21:55:00.274Z Checking unicode-width v0.1.14
23322026-06-17T21:55:00.333Z Compiling num_enum_derive v0.7.6
23332026-06-17T21:55:00.598Z Checking cobs v0.3.0
23342026-06-17T21:55:00.602Z Compiling usdt-macro v0.5.0
23352026-06-17T21:55:00.771Z Compiling usdt-attr-macro v0.5.0
23362026-06-17T21:55:00.804Z Checking memmap v0.7.0
23372026-06-17T21:55:00.989Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-06-17T21:55:01.125Z Compiling typify-macro v0.6.2
23392026-06-17T21:55:01.162Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23402026-06-17T21:55:01.232Z Checking postcard v1.1.3
23412026-06-17T21:55:01.391Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23422026-06-17T21:55:01.425Z Checking num_enum v0.7.6
23432026-06-17T21:55:01.549Z Compiling proc-macro-crate v1.3.1
23442026-06-17T21:55:01.581Z Checking sigpipe v0.1.3
23452026-06-17T21:55:01.612Z Checking usdt v0.5.0
23462026-06-17T21:55:01.641Z Compiling foreign-types-macros v0.2.3
23472026-06-17T21:55:01.685Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23482026-06-17T21:55:01.835Z Checking cpufeatures v0.3.0
23492026-06-17T21:55:01.907Z Checking foreign-types-shared v0.3.1
23502026-06-17T21:55:01.934Z Checking chacha20 v0.10.0
23512026-06-17T21:55:01.982Z Compiling num_enum_derive v0.5.11
23522026-06-17T21:55:02.213Z Checking cstr-argument v0.1.2
23532026-06-17T21:55:02.241Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-06-17T21:55:02.272Z Checking foreign-types v0.5.0
23552026-06-17T21:55:02.303Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23562026-06-17T21:55:02.355Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23572026-06-17T21:55:02.388Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23582026-06-17T21:55:02.605Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23592026-06-17T21:55:02.646Z Checking rand v0.10.0
23602026-06-17T21:55:02.690Z Checking ingot-types v0.1.2
23612026-06-17T21:55:02.727Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23622026-06-17T21:55:02.787Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23632026-06-17T21:55:02.817Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23642026-06-17T21:55:02.847Z Checking itertools v0.12.1
23652026-06-17T21:55:02.917Z Compiling typify v0.6.2
23662026-06-17T21:55:02.991Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23672026-06-17T21:55:03.045Z Compiling progenitor-impl v0.14.0
23682026-06-17T21:55:03.081Z Checking ingot v0.1.1
23692026-06-17T21:55:03.086Z Checking num_enum v0.5.11
23702026-06-17T21:55:03.236Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23712026-06-17T21:55:03.354Z Compiling zone_cfg_derive v0.3.1
23722026-06-17T21:55:03.436Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23732026-06-17T21:55:03.627Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23742026-06-17T21:55:03.890Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23752026-06-17T21:55:03.979Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23762026-06-17T21:55:04.025Z Checking zone v0.3.1
23772026-06-17T21:55:04.059Z Checking smf v0.2.3
23782026-06-17T21:55:04.063Z Checking whoami v1.6.1
23792026-06-17T21:55:04.118Z Checking tokio-dtrace v0.1.1
23802026-06-17T21:55:04.223Z Compiling derive-where v1.6.0
23812026-06-17T21:55:04.281Z Checking console v0.15.11
23822026-06-17T21:55:04.345Z Checking oxide-tokio-rt v0.1.4
23832026-06-17T21:55:04.398Z Checking newline-converter v0.3.0
23842026-06-17T21:55:04.526Z Checking num-rational v0.4.2
23852026-06-17T21:55:04.529Z Checking num-complex v0.4.6
23862026-06-17T21:55:04.589Z Checking bytecount v0.6.9
23872026-06-17T21:55:04.592Z Checking expectorate v1.2.0
23882026-06-17T21:55:04.715Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23892026-06-17T21:55:04.752Z Checking float-ord v0.3.2
23902026-06-17T21:55:04.782Z Compiling owo-colors v4.3.0
23912026-06-17T21:55:04.827Z Compiling prettyplease v0.2.37
23922026-06-17T21:55:04.873Z Compiling cancel-safe-futures v0.1.5
23932026-06-17T21:55:04.915Z Checking num v0.4.3
23942026-06-17T21:55:05.015Z Checking libsw-core v0.3.2
23952026-06-17T21:55:05.094Z Checking linear-map v1.2.0
23962026-06-17T21:55:05.181Z Checking libsw v3.5.0
23972026-06-17T21:55:05.354Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23982026-06-17T21:55:05.540Z Checking gethostname v0.5.0
23992026-06-17T21:55:05.581Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24002026-06-17T21:55:05.724Z Compiling progenitor-macro v0.14.0
24012026-06-17T21:55:05.841Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24022026-06-17T21:55:05.956Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24032026-06-17T21:55:06.816Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24042026-06-17T21:55:07.071Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24052026-06-17T21:55:07.277Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24062026-06-17T21:55:10.040Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24072026-06-17T21:55:10.090Z Checking resolv-conf v0.7.6
24082026-06-17T21:55:10.280Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24092026-06-17T21:55:10.493Z Checking smawk v0.3.2
24102026-06-17T21:55:10.557Z Checking unicode-linebreak v0.1.5
24112026-06-17T21:55:10.648Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24122026-06-17T21:55:10.697Z Checking papergrid v0.11.0
24132026-06-17T21:55:10.736Z Checking progenitor v0.14.0
24142026-06-17T21:55:10.791Z Compiling tabled_derive v0.7.0
24152026-06-17T21:55:10.866Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24162026-06-17T21:55:10.935Z Compiling convert_case v0.10.0
24172026-06-17T21:55:11.083Z Compiling slog-dtrace v0.3.0
24182026-06-17T21:55:11.283Z Compiling derive_more-impl v2.1.1
24192026-06-17T21:55:11.328Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24202026-06-17T21:55:11.765Z Checking tabled v0.15.0
24212026-06-17T21:55:12.004Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24222026-06-17T21:55:12.208Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24232026-06-17T21:55:12.218Z Checking derive_more v2.1.1
24242026-06-17T21:55:12.304Z Checking crossterm v0.29.0
24252026-06-17T21:55:12.363Z Checking linked-hash-map v0.5.6
24262026-06-17T21:55:12.565Z Checking lru-cache v0.1.2
24272026-06-17T21:55:12.683Z Checking hickory-proto v0.24.4
24282026-06-17T21:55:12.715Z Checking fd-lock v4.0.4
24292026-06-17T21:55:12.864Z Checking vte v0.14.1
24302026-06-17T21:55:12.898Z Checking display-error-chain v0.2.2
24312026-06-17T21:55:12.946Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-06-17T21:55:13.007Z Checking termtree v0.5.1
24332026-06-17T21:55:13.039Z Checking nu-ansi-term v0.50.3
24342026-06-17T21:55:13.070Z Checking strip-ansi-escapes v0.2.1
24352026-06-17T21:55:13.104Z Checking textwrap v0.16.2
24362026-06-17T21:55:13.170Z Compiling minimal-lexical v0.2.1
24372026-06-17T21:55:13.201Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24382026-06-17T21:55:13.270Z Checking reedline v0.40.0
24392026-06-17T21:55:13.348Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24402026-06-17T21:55:13.442Z Compiling nom v7.1.3
24412026-06-17T21:55:13.473Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24422026-06-17T21:55:13.679Z Compiling ar_archive_writer v0.5.1
24432026-06-17T21:55:13.910Z Checking csv-core v0.1.13
24442026-06-17T21:55:14.108Z Compiling stacker v0.1.23
24452026-06-17T21:55:14.126Z Checking csv v1.4.0
24462026-06-17T21:55:14.430Z Checking highway v1.3.0
24472026-06-17T21:55:14.454Z Compiling semver v0.1.20
24482026-06-17T21:55:14.487Z Checking hickory-resolver v0.24.4
24492026-06-17T21:55:14.527Z Compiling cfg_aliases v0.1.1
24502026-06-17T21:55:14.554Z Compiling psm v0.1.30
24512026-06-17T21:55:14.615Z Compiling nix v0.28.0
24522026-06-17T21:55:14.653Z Compiling rustc_version v0.1.7
24532026-06-17T21:55:14.718Z Checking nibble_vec v0.1.0
24542026-06-17T21:55:14.753Z Checking home v0.5.12
24552026-06-17T21:55:14.803Z Checking endian-type v0.1.2
24562026-06-17T21:55:14.879Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24572026-06-17T21:55:14.896Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24582026-06-17T21:55:14.932Z Compiling newtype_derive v0.1.6
24592026-06-17T21:55:14.957Z Checking radix_trie v0.2.1
24602026-06-17T21:55:15.082Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24612026-06-17T21:55:15.157Z Checking phf_shared v0.12.1
24622026-06-17T21:55:15.247Z Checking nom v8.0.0
24632026-06-17T21:55:15.270Z Checking qorb v0.4.1
24642026-06-17T21:55:15.336Z Compiling recursive-proc-macro-impl v0.1.1
24652026-06-17T21:55:15.397Z Compiling chrono-tz v0.10.4
24662026-06-17T21:55:15.443Z Checking phf v0.12.1
24672026-06-17T21:55:15.677Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24682026-06-17T21:55:15.701Z Compiling const_format_proc_macros v0.2.34
24692026-06-17T21:55:15.755Z Compiling peg-macros v0.8.5
24702026-06-17T21:55:15.787Z Checking recursive v0.1.1
24712026-06-17T21:55:15.917Z Checking winnow v0.6.26
24722026-06-17T21:55:16.186Z Compiling sqlparser_derive v0.5.0
24732026-06-17T21:55:16.489Z Checking unicode_categories v0.1.1
24742026-06-17T21:55:16.603Z Checking rustyline v14.0.0
24752026-06-17T21:55:16.970Z Checking sqlparser v0.61.0
24762026-06-17T21:55:17.085Z Checking sqlformat v0.3.5
24772026-06-17T21:55:17.131Z Checking peg v0.8.5
24782026-06-17T21:55:17.213Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24792026-06-17T21:55:17.227Z Checking const_format v0.2.35
24802026-06-17T21:55:17.546Z Checking bcs v0.1.6
24812026-06-17T21:55:17.590Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24822026-06-17T21:55:17.689Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24832026-06-17T21:55:17.807Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24842026-06-17T21:55:17.853Z Checking steno v0.4.1
24852026-06-17T21:55:17.902Z Checking filetime v0.2.27
24862026-06-17T21:55:18.063Z Checking xattr v1.6.1
24872026-06-17T21:55:18.220Z Checking tar v0.4.45
24882026-06-17T21:55:18.436Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-06-17T21:55:18.616Z Checking subprocess v0.2.15
24902026-06-17T21:55:18.778Z Checking base64 v0.21.7
24912026-06-17T21:55:18.885Z Checking headers-core v0.3.0
24922026-06-17T21:55:18.976Z Checking yasna v0.5.2
24932026-06-17T21:55:19.015Z Checking headers v0.4.1
24942026-06-17T21:55:19.046Z Checking dropshot-api-manager-types v0.7.2
24952026-06-17T21:55:19.243Z Checking tagptr v0.2.0
24962026-06-17T21:55:19.390Z Checking rcgen v0.12.1
24972026-06-17T21:55:19.421Z Checking moka v0.12.13
24982026-06-17T21:55:19.498Z Checking utf-8 v0.7.6
24992026-06-17T21:55:19.667Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25002026-06-17T21:55:19.734Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25012026-06-17T21:55:19.785Z Compiling libefi-sys v0.1.0
25022026-06-17T21:55:19.835Z Checking tungstenite v0.21.0
25032026-06-17T21:55:20.036Z Compiling bitfield-struct v0.6.2
25042026-06-17T21:55:20.080Z Checking hickory-resolver v0.25.2
25052026-06-17T21:55:20.189Z Compiling radium v0.7.0
25062026-06-17T21:55:20.289Z Checking tokio-tungstenite v0.21.0
25072026-06-17T21:55:20.498Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25082026-06-17T21:55:20.602Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25092026-06-17T21:55:20.630Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25102026-06-17T21:55:20.763Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112026-06-17T21:55:20.771Z Compiling maybe-uninit v2.0.0
25122026-06-17T21:55:20.798Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-06-17T21:55:20.853Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25142026-06-17T21:55:20.909Z Checking tap v1.0.1
25152026-06-17T21:55:21.002Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25162026-06-17T21:55:21.049Z Checking wyz v0.5.1
25172026-06-17T21:55:21.150Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25182026-06-17T21:55:21.283Z Compiling zerocopy-derive v0.6.6
25192026-06-17T21:55:21.327Z Checking crc-catalog v2.4.0
25202026-06-17T21:55:21.359Z Checking funty v2.0.0
25212026-06-17T21:55:21.447Z Compiling packed_struct v0.10.1
25222026-06-17T21:55:21.477Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25232026-06-17T21:55:21.709Z Checking bitvec v1.0.1
25242026-06-17T21:55:21.766Z Checking crc v3.4.0
25252026-06-17T21:55:21.804Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25262026-06-17T21:55:21.904Z Compiling packed_struct_codegen v0.10.1
25272026-06-17T21:55:21.961Z Compiling bitfield-macros v0.19.4
25282026-06-17T21:55:22.140Z Checking zerocopy v0.6.6
25292026-06-17T21:55:22.460Z Compiling indexmap v1.9.3
25302026-06-17T21:55:22.735Z Checking nodrop v0.1.14
25312026-06-17T21:55:22.745Z Checking bitfield v0.19.4
25322026-06-17T21:55:22.805Z Checking array-init v0.0.4
25332026-06-17T21:55:23.029Z Checking smallvec v0.6.14
25342026-06-17T21:55:23.088Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25352026-06-17T21:55:23.130Z Checking hashbrown v0.12.3
25362026-06-17T21:55:23.274Z Checking serde-hex v0.1.0
25372026-06-17T21:55:23.446Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25382026-06-17T21:55:23.559Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25392026-06-17T21:55:23.711Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25402026-06-17T21:55:23.813Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25412026-06-17T21:55:23.891Z Checking ron v0.8.1
25422026-06-17T21:55:23.921Z Checking hashbrown v0.13.2
25432026-06-17T21:55:24.064Z Checking crc-any v2.5.0
25442026-06-17T21:55:24.095Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25452026-06-17T21:55:24.265Z Checking path-slash v0.1.5
25462026-06-17T21:55:24.361Z Checking object v0.30.4
25472026-06-17T21:55:24.394Z Compiling xshell-macros v0.2.7
25482026-06-17T21:55:24.425Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-06-17T21:55:24.611Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25502026-06-17T21:55:24.788Z Checking xshell v0.2.7
25512026-06-17T21:55:24.791Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25522026-06-17T21:55:25.153Z Checking half v1.8.3
25532026-06-17T21:55:25.214Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25542026-06-17T21:55:25.315Z Compiling proc-macro-error-attr2 v2.0.0
25552026-06-17T21:55:25.373Z Checking serde_cbor v0.11.2
25562026-06-17T21:55:25.760Z Compiling proc-macro-error2 v2.0.1
25572026-06-17T21:55:25.862Z Checking libscf-sys v1.2.0
25582026-06-17T21:55:26.019Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25592026-06-17T21:55:26.051Z Checking papergrid v0.17.0
25602026-06-17T21:55:26.104Z Compiling tabled_derive v0.11.0
25612026-06-17T21:55:26.250Z Checking testing_table v0.3.0
25622026-06-17T21:55:26.532Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25632026-06-17T21:55:26.569Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25642026-06-17T21:55:26.781Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25652026-06-17T21:55:26.865Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25662026-06-17T21:55:27.075Z Checking crc8 v0.1.1
25672026-06-17T21:55:27.105Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25682026-06-17T21:55:27.197Z Checking maplit v1.0.2
25692026-06-17T21:55:27.249Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25702026-06-17T21:55:27.301Z Compiling git-stub v1.0.0
25712026-06-17T21:55:27.331Z Checking tabled v0.20.0
25722026-06-17T21:55:27.387Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25732026-06-17T21:55:27.582Z Compiling git-stub-vcs v0.1.0
25742026-06-17T21:55:27.617Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25752026-06-17T21:55:27.955Z Checking fxhash v0.2.1
25762026-06-17T21:55:28.105Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25772026-06-17T21:55:28.215Z Checking unicase v2.9.0
25782026-06-17T21:55:28.246Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25792026-06-17T21:55:28.276Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25802026-06-17T21:55:28.396Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25812026-06-17T21:55:28.622Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25822026-06-17T21:55:28.691Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25832026-06-17T21:55:28.805Z Compiling vergen-lib v0.1.6
25842026-06-17T21:55:28.866Z Compiling diesel_derives v2.3.7
25852026-06-17T21:55:28.965Z Checking kstat-rs v0.2.4
25862026-06-17T21:55:29.060Z Checking scheduled-thread-pool v0.2.7
25872026-06-17T21:55:29.130Z Compiling dsl_auto_type v0.2.0
25882026-06-17T21:55:29.161Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25892026-06-17T21:55:29.189Z Compiling vergen-gitcl v1.0.8
25902026-06-17T21:55:29.231Z Compiling diesel_table_macro_syntax v0.3.0
25912026-06-17T21:55:29.432Z Checking r2d2 v0.8.10
25922026-06-17T21:55:29.491Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25932026-06-17T21:55:29.643Z Checking arc-swap v1.8.2
25942026-06-17T21:55:29.845Z Checking downcast-rs v2.0.2
25952026-06-17T21:55:29.904Z Checking slog-scope v4.4.1
25962026-06-17T21:55:29.938Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25972026-06-17T21:55:30.064Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25982026-06-17T21:55:30.262Z Compiling parking_lot_core v0.8.6
25992026-06-17T21:55:30.292Z Checking slog-stdlog v4.1.1
26002026-06-17T21:55:30.441Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26012026-06-17T21:55:30.592Z Checking slog-envlogger v2.2.0
26022026-06-17T21:55:30.624Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26032026-06-17T21:55:30.725Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26042026-06-17T21:55:30.771Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26052026-06-17T21:55:30.803Z Compiling dirs-sys-next v0.1.2
26062026-06-17T21:55:30.878Z Compiling crunchy v0.2.4
26072026-06-17T21:55:30.912Z Checking parking_lot v0.11.2
26082026-06-17T21:55:30.941Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26092026-06-17T21:55:31.111Z Compiling dirs-next v2.0.0
26102026-06-17T21:55:31.142Z Compiling clang-sys v1.8.1
26112026-06-17T21:55:31.200Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26122026-06-17T21:55:31.229Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26132026-06-17T21:55:31.264Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26142026-06-17T21:55:31.267Z Compiling progenitor-impl v0.13.0
26152026-06-17T21:55:31.490Z Checking prefix-trie v0.7.0
26162026-06-17T21:55:31.520Z Compiling tiny-keccak v2.0.2
26172026-06-17T21:55:31.523Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26182026-06-17T21:55:31.876Z Compiling term v0.7.0
26192026-06-17T21:55:31.880Z Checking hickory-server v0.25.2
26202026-06-17T21:55:31.945Z Checking sled v0.34.7
26212026-06-17T21:55:31.973Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26222026-06-17T21:55:32.454Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26232026-06-17T21:55:32.758Z Checking progenitor-client v0.13.0
26242026-06-17T21:55:33.029Z Checking nanorand v0.7.0
26252026-06-17T21:55:33.068Z Compiling salty v0.3.0
26262026-06-17T21:55:33.155Z Compiling bit-vec v0.6.3
26272026-06-17T21:55:33.204Z Compiling ascii-canvas v3.0.0
26282026-06-17T21:55:33.253Z Checking flume v0.11.1
26292026-06-17T21:55:33.393Z Compiling bit-set v0.5.3
26302026-06-17T21:55:33.424Z Checking primeorder v0.13.6
26312026-06-17T21:55:33.468Z Compiling itertools v0.10.5
26322026-06-17T21:55:33.521Z Compiling ena v0.14.4
26332026-06-17T21:55:33.575Z Compiling libloading v0.8.9
26342026-06-17T21:55:33.694Z Compiling regex-syntax v0.6.29
26352026-06-17T21:55:33.759Z Compiling diff v0.1.13
26362026-06-17T21:55:33.790Z Compiling bindgen v0.71.1
26372026-06-17T21:55:33.905Z Compiling progenitor-macro v0.13.0
26382026-06-17T21:55:34.335Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26392026-06-17T21:55:34.750Z Compiling cexpr v0.6.0
26402026-06-17T21:55:34.951Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26412026-06-17T21:55:35.028Z Compiling lalrpop v0.19.12
26422026-06-17T21:55:35.060Z Checking diesel v2.3.7
26432026-06-17T21:55:35.267Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26442026-06-17T21:55:35.501Z Compiling fs-err v2.11.0
26452026-06-17T21:55:35.665Z Compiling rustc-hash v2.1.1
26462026-06-17T21:55:35.851Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26472026-06-17T21:55:35.879Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26482026-06-17T21:55:36.065Z Compiling libxml v0.3.3
26492026-06-17T21:55:36.242Z Checking assert_matches v1.5.0
26502026-06-17T21:55:36.421Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26512026-06-17T21:55:36.588Z Checking p384 v0.13.1
26522026-06-17T21:55:37.051Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26532026-06-17T21:55:37.419Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26542026-06-17T21:55:37.531Z Compiling strum_macros v0.24.3
26552026-06-17T21:55:38.396Z Checking parse-size v1.1.0
26562026-06-17T21:55:38.554Z Compiling indoc v1.0.9
26572026-06-17T21:55:38.852Z Checking progenitor v0.13.0
26582026-06-17T21:55:38.887Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26592026-06-17T21:55:39.009Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26602026-06-17T21:55:39.039Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26612026-06-17T21:55:39.225Z Compiling typify-impl v0.4.3
26622026-06-17T21:55:39.506Z Checking quick-xml v0.37.5
26632026-06-17T21:55:39.730Z Checking derive_builder v0.20.2
26642026-06-17T21:55:39.871Z Compiling oso-derive v0.27.3
26652026-06-17T21:55:40.393Z Compiling impl-trait-for-tuples v0.2.3
26662026-06-17T21:55:40.421Z Compiling trait-variant v0.1.2
26672026-06-17T21:55:41.025Z Checking openssl-probe v0.1.6
26682026-06-17T21:55:41.168Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26692026-06-17T21:55:42.014Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26702026-06-17T21:55:42.059Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26712026-06-17T21:55:42.630Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26722026-06-17T21:55:42.857Z Checking predicates-tree v1.0.13
26732026-06-17T21:55:43.196Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26742026-06-17T21:55:43.227Z Compiling mime_guess v2.0.5
26752026-06-17T21:55:43.462Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26762026-06-17T21:55:43.755Z Compiling typify-macro v0.4.3
26772026-06-17T21:55:44.360Z Checking http-range v0.1.5
26782026-06-17T21:55:44.439Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26792026-06-17T21:55:45.451Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26802026-06-17T21:55:45.521Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26812026-06-17T21:55:45.843Z Compiling typify v0.4.3
26822026-06-17T21:55:45.998Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26832026-06-17T21:55:46.541Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26842026-06-17T21:55:46.653Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26852026-06-17T21:55:46.784Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26862026-06-17T21:55:47.125Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-06-17T21:55:47.446Z Checking bb8 v0.8.6
26882026-06-17T21:55:47.459Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-06-17T21:55:47.549Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26902026-06-17T21:55:47.655Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26912026-06-17T21:55:47.662Z Checking atty v0.2.14
26922026-06-17T21:55:47.781Z Checking corncobs v0.1.4
26932026-06-17T21:55:47.811Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26942026-06-17T21:55:47.961Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26952026-06-17T21:55:47.999Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26962026-06-17T21:55:48.265Z Compiling progenitor-impl v0.11.2
26972026-06-17T21:55:48.585Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
26982026-06-17T21:55:48.617Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-06-17T21:55:48.838Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27002026-06-17T21:55:48.904Z Checking ignore v0.4.25
27012026-06-17T21:55:49.340Z Checking async-bb8-diesel v0.2.1
27022026-06-17T21:55:49.449Z Checking diesel-dtrace v0.5.0
27032026-06-17T21:55:49.725Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27042026-06-17T21:55:49.757Z Checking secrecy v0.8.0
27052026-06-17T21:55:50.293Z Checking globwalk v0.9.1
27062026-06-17T21:55:50.573Z Checking hyper-staticfile v0.10.1
27072026-06-17T21:55:50.680Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-06-17T21:55:50.891Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27092026-06-17T21:55:50.957Z Compiling progenitor-macro v0.11.2
27102026-06-17T21:55:50.988Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27112026-06-17T21:55:51.207Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27122026-06-17T21:55:51.511Z Checking progenitor-client v0.11.2
27132026-06-17T21:55:51.570Z Checking signal-hook-tokio v0.3.1
27142026-06-17T21:55:51.732Z Compiling illumos-nvpair-sys v0.2.0
27152026-06-17T21:55:51.793Z Checking nonempty v0.12.0
27162026-06-17T21:55:51.825Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27172026-06-17T21:55:51.989Z Checking camino-tempfile-ext v0.3.3
27182026-06-17T21:55:52.019Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27192026-06-17T21:55:52.212Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27202026-06-17T21:55:52.753Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27212026-06-17T21:55:52.964Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27222026-06-17T21:55:53.039Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27232026-06-17T21:55:53.443Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27242026-06-17T21:55:53.499Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27252026-06-17T21:55:53.821Z Checking illumos-nvpair v0.3.0
27262026-06-17T21:55:53.960Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27272026-06-17T21:55:54.017Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27282026-06-17T21:55:54.177Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27292026-06-17T21:55:54.389Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27302026-06-17T21:55:54.433Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27312026-06-17T21:55:54.466Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27322026-06-17T21:55:54.650Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27332026-06-17T21:55:54.679Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27342026-06-17T21:55:54.797Z Checking tungstenite v0.23.0
27352026-06-17T21:55:55.109Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27362026-06-17T21:55:55.248Z Checking tokio-tungstenite v0.23.1
27372026-06-17T21:55:55.480Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27382026-06-17T21:55:55.564Z Checking void v1.0.2
27392026-06-17T21:55:55.633Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27402026-06-17T21:55:55.702Z Checking lzss v0.8.2
27412026-06-17T21:55:55.862Z Checking progenitor v0.11.2
27422026-06-17T21:55:55.917Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27432026-06-17T21:55:56.031Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27442026-06-17T21:55:56.329Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27452026-06-17T21:55:56.522Z Checking nix v0.27.1
27462026-06-17T21:55:56.691Z Checking rand_seeder v0.4.0
27472026-06-17T21:55:56.741Z Checking serde_bytes v0.11.19
27482026-06-17T21:55:56.861Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27492026-06-17T21:55:56.918Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27502026-06-17T21:55:56.957Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27512026-06-17T21:55:57.065Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27522026-06-17T21:55:57.147Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27532026-06-17T21:55:57.647Z Checking is_ci v1.2.0
27542026-06-17T21:55:57.781Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27552026-06-17T21:55:58.047Z Checking yansi v1.0.1
27562026-06-17T21:55:58.080Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27572026-06-17T21:55:58.108Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27582026-06-17T21:55:58.328Z Checking pretty_assertions v1.4.1
27592026-06-17T21:55:58.401Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27602026-06-17T21:55:58.489Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27612026-06-17T21:55:58.492Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27622026-06-17T21:55:58.744Z Compiling darling_core v0.23.0
27632026-06-17T21:55:59.945Z Compiling indoc v2.0.7
27642026-06-17T21:56:00.055Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27652026-06-17T21:56:00.284Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-06-17T21:56:00.425Z Compiling libz-sys v1.1.24
27672026-06-17T21:56:00.785Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27682026-06-17T21:56:00.837Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27692026-06-17T21:56:01.066Z Compiling instability v0.3.11
27702026-06-17T21:56:01.139Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-06-17T21:56:01.352Z Compiling darling_macro v0.23.0
27722026-06-17T21:56:01.496Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27732026-06-17T21:56:01.534Z Checking castaway v0.2.4
27742026-06-17T21:56:01.672Z Checking compact_str v0.8.1
27752026-06-17T21:56:01.862Z Compiling darling v0.23.0
27762026-06-17T21:56:02.007Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27772026-06-17T21:56:02.092Z Checking supports-color v3.0.2
27782026-06-17T21:56:02.248Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27792026-06-17T21:56:02.470Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27802026-06-17T21:56:02.501Z Checking unicode-truncate v1.1.0
27812026-06-17T21:56:02.675Z Checking console v0.16.2
27822026-06-17T21:56:02.706Z Checking lru v0.12.5
27832026-06-17T21:56:02.709Z Compiling libgit2-sys v0.18.3+1.9.2
27842026-06-17T21:56:02.873Z Checking cassowary v0.3.0
27852026-06-17T21:56:02.903Z Checking unit-prefix v0.5.2
27862026-06-17T21:56:03.077Z Checking indicatif v0.18.4
27872026-06-17T21:56:03.108Z Checking ratatui v0.29.0
27882026-06-17T21:56:03.271Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27892026-06-17T21:56:03.475Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27902026-06-17T21:56:03.722Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27912026-06-17T21:56:04.453Z Compiling vergen-git2 v9.1.0
27922026-06-17T21:56:04.489Z Checking plotters-backend v0.3.7
27932026-06-17T21:56:04.717Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27942026-06-17T21:56:04.746Z Checking plotters-svg v0.3.7
27952026-06-17T21:56:04.912Z Compiling rustls v0.21.12
27962026-06-17T21:56:04.942Z Checking cast v0.3.0
27972026-06-17T21:56:05.124Z Checking criterion-plot v0.6.0
27982026-06-17T21:56:05.241Z Checking plotters v0.3.7
27992026-06-17T21:56:05.312Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-06-17T21:56:05.396Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28012026-06-17T21:56:05.652Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-06-17T21:56:05.877Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28032026-06-17T21:56:06.049Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28042026-06-17T21:56:06.104Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28052026-06-17T21:56:06.273Z Checking colored v2.2.0
28062026-06-17T21:56:06.345Z Checking sct v0.7.1
28072026-06-17T21:56:06.498Z Checking rustls-webpki v0.101.7
28082026-06-17T21:56:06.529Z Checking tinytemplate v1.2.1
28092026-06-17T21:56:06.771Z Checking anes v0.1.6
28102026-06-17T21:56:06.804Z Checking oorandom v11.1.5
28112026-06-17T21:56:06.870Z Checking shell-words v1.1.1
28122026-06-17T21:56:06.982Z Checking criterion v0.7.0
28132026-06-17T21:56:07.020Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28142026-06-17T21:56:08.324Z Checking typeid v1.0.3
28152026-06-17T21:56:08.366Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28162026-06-17T21:56:08.454Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28172026-06-17T21:56:09.219Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28182026-06-17T21:56:10.029Z Checking hex-literal v0.4.1
28192026-06-17T21:56:10.156Z Checking erased-serde v0.4.9
28202026-06-17T21:56:10.563Z Checking tokio-rustls v0.24.1
28212026-06-17T21:56:10.792Z Checking rustls-pemfile v1.0.4
28222026-06-17T21:56:10.958Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28232026-06-17T21:56:11.184Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-06-17T21:56:11.599Z Checking twox-hash v2.1.2
28252026-06-17T21:56:11.679Z Checking ordered-float v2.10.1
28262026-06-17T21:56:11.955Z Checking serde-value v0.7.0
28272026-06-17T21:56:11.997Z Checking serde-untagged v0.1.9
28282026-06-17T21:56:12.338Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28292026-06-17T21:56:12.345Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28302026-06-17T21:56:14.239Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28312026-06-17T21:56:14.272Z Checking fatfs v0.3.6
28322026-06-17T21:56:14.272Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28332026-06-17T21:56:14.272Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-06-17T21:56:14.273Z Checking unicode-xid v0.2.6
28352026-06-17T21:56:14.273Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-06-17T21:56:14.273Z Compiling seq-macro v0.3.6
28372026-06-17T21:56:14.346Z Checking cargo-util-schemas v0.8.2
28382026-06-17T21:56:14.595Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28392026-06-17T21:56:14.939Z Checking concurrent-queue v2.5.0
28402026-06-17T21:56:15.175Z Checking cargo-platform v0.2.0
28412026-06-17T21:56:15.183Z Compiling petname v2.0.2
28422026-06-17T21:56:15.370Z Checking parking v2.2.1
28432026-06-17T21:56:15.537Z Checking event-listener v5.4.1
28442026-06-17T21:56:15.794Z Checking cargo_metadata v0.21.0
28452026-06-17T21:56:15.928Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28462026-06-17T21:56:16.693Z Checking rtoolbox v0.0.3
28472026-06-17T21:56:16.725Z Checking rpassword v7.4.0
28482026-06-17T21:56:17.279Z Checking event-listener-strategy v0.5.4
28492026-06-17T21:56:17.316Z Checking tui-tree-widget v0.23.1
28502026-06-17T21:56:17.440Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28512026-06-17T21:56:17.482Z Compiling samael v0.0.19
28522026-06-17T21:56:17.539Z Checking polyval v0.6.2
28532026-06-17T21:56:17.626Z Checking sapling-renderdag v0.1.0
28542026-06-17T21:56:17.718Z Checking futures-timer v3.0.3
28552026-06-17T21:56:17.892Z Checking sync-ptr v0.1.4
28562026-06-17T21:56:18.002Z Checking ghash v0.5.1
28572026-06-17T21:56:18.471Z Checking async-lock v3.4.2
28582026-06-17T21:56:18.506Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28592026-06-17T21:56:18.506Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28602026-06-17T21:56:18.765Z Checking ctr v0.9.2
28612026-06-17T21:56:18.886Z Checking arrayref v0.3.9
28622026-06-17T21:56:18.903Z Checking constant_time_eq v0.4.2
28632026-06-17T21:56:18.903Z Checking arrayvec v0.7.6
28642026-06-17T21:56:18.913Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28652026-06-17T21:56:19.063Z Checking aes-gcm v0.10.3
28662026-06-17T21:56:19.130Z Checking async-object-pool v0.2.0
28672026-06-17T21:56:19.182Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28682026-06-17T21:56:19.332Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28692026-06-17T21:56:20.607Z Checking serde_regex v1.1.0
28702026-06-17T21:56:20.643Z Checking ssh-encoding v0.2.0
28712026-06-17T21:56:20.644Z Checking blowfish v0.9.1
28722026-06-17T21:56:20.644Z Checking assert-json-diff v2.0.2
28732026-06-17T21:56:20.690Z Checking path-tree v0.8.3
28742026-06-17T21:56:20.748Z Checking stringmetrics v2.2.2
28752026-06-17T21:56:20.900Z Compiling strsim v0.10.0
28762026-06-17T21:56:20.928Z Checking httpmock v0.8.3
28772026-06-17T21:56:21.262Z Compiling darling_core v0.13.4
28782026-06-17T21:56:21.634Z Checking bcrypt-pbkdf v0.10.0
28792026-06-17T21:56:21.827Z Checking ssh-cipher v0.2.0
28802026-06-17T21:56:22.027Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28812026-06-17T21:56:22.426Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28822026-06-17T21:56:22.598Z Checking password-hash v0.4.2
28832026-06-17T21:56:22.849Z Checking gimli v0.32.3
28842026-06-17T21:56:23.085Z Compiling target-lexicon v0.13.3
28852026-06-17T21:56:23.118Z Checking pbkdf2 v0.11.0
28862026-06-17T21:56:23.146Z Compiling darling_macro v0.13.4
28872026-06-17T21:56:23.313Z Checking ssh-key v0.6.7
28882026-06-17T21:56:23.673Z Checking p256 v0.13.2
28892026-06-17T21:56:23.965Z Checking p521 v0.13.3
28902026-06-17T21:56:24.033Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28912026-06-17T21:56:24.297Z Checking russh-cryptovec v0.7.3
28922026-06-17T21:56:24.395Z Checking addr2line v0.25.1
28932026-06-17T21:56:24.475Z Compiling guppy-workspace-hack v0.1.0
28942026-06-17T21:56:24.579Z Checking md5 v0.7.0
28952026-06-17T21:56:24.679Z Checking rustc-demangle v0.1.27
28962026-06-17T21:56:24.742Z Compiling darling v0.13.4
28972026-06-17T21:56:24.783Z Checking russh-keys v0.45.0
28982026-06-17T21:56:24.925Z Checking backtrace v0.3.76
28992026-06-17T21:56:25.110Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29002026-06-17T21:56:25.253Z Checking num-bigint v0.4.6
29012026-06-17T21:56:25.355Z Checking des v0.8.1
29022026-06-17T21:56:25.516Z Compiling blake3 v1.8.3
29032026-06-17T21:56:26.737Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042026-06-17T21:56:26.737Z Compiling target-spec v3.5.7
29052026-06-17T21:56:26.738Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-06-17T21:56:26.738Z Checking backtrace-ext v0.2.1
29072026-06-17T21:56:26.738Z Checking russh v0.45.0
29082026-06-17T21:56:26.738Z Checking cfg-expr v0.20.6
29092026-06-17T21:56:26.738Z Compiling serde_with_macros v1.5.2
29102026-06-17T21:56:26.761Z Checking supports-color v2.1.0
29112026-06-17T21:56:26.761Z Checking textwrap v0.15.2
29122026-06-17T21:56:26.855Z Checking supports-unicode v2.1.0
29132026-06-17T21:56:26.972Z Checking supports-hyperlinks v2.1.0
29142026-06-17T21:56:27.010Z Checking hashbrown v0.14.5
29152026-06-17T21:56:27.116Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162026-06-17T21:56:27.270Z Checking cargo-platform v0.3.2
29172026-06-17T21:56:27.351Z Checking socket2 v0.5.10
29182026-06-17T21:56:27.478Z Checking terminal_size v0.1.17
29192026-06-17T21:56:27.503Z Compiling miette-derive v5.10.0
29202026-06-17T21:56:27.608Z Checking internet-checksum v0.2.1
29212026-06-17T21:56:27.760Z Checking owo-colors v3.5.0
29222026-06-17T21:56:28.196Z Checking chumsky v0.9.3
29232026-06-17T21:56:28.331Z Checking cargo_metadata v0.23.1
29242026-06-17T21:56:28.684Z Checking miette v5.10.0
29252026-06-17T21:56:28.966Z Compiling serde_with v1.14.0
29262026-06-17T21:56:29.322Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-06-17T21:56:29.489Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29282026-06-17T21:56:29.510Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29292026-06-17T21:56:29.824Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29302026-06-17T21:56:30.037Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29312026-06-17T21:56:30.125Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29322026-06-17T21:56:30.291Z Compiling knuffel-derive v3.2.0
29332026-06-17T21:56:30.322Z Checking httptest v0.16.4
29342026-06-17T21:56:30.325Z Checking pathdiff v0.2.3
29352026-06-17T21:56:30.499Z Checking nested v0.1.1
29362026-06-17T21:56:30.589Z Compiling git2 v0.20.4
29372026-06-17T21:56:30.669Z Checking topological-sort v0.2.2
29382026-06-17T21:56:30.731Z Checking guppy v0.17.25
29392026-06-17T21:56:30.842Z Checking omicron-zone-package v0.12.2
29402026-06-17T21:56:31.035Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29412026-06-17T21:56:32.603Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29422026-06-17T21:56:32.638Z Checking similar-asserts v1.7.0
29432026-06-17T21:56:32.638Z Checking knuffel v3.2.0
29442026-06-17T21:56:32.638Z Compiling target-triple v1.0.0
29452026-06-17T21:56:32.638Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29462026-06-17T21:56:32.638Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29472026-06-17T21:56:32.638Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29482026-06-17T21:56:32.638Z Compiling polar-core v0.27.3
29492026-06-17T21:56:32.638Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29502026-06-17T21:56:32.696Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29512026-06-17T21:56:32.918Z Checking hickory-client v0.25.2
29522026-06-17T21:56:33.227Z Checking tokio-test v0.4.5
29532026-06-17T21:56:33.460Z Checking escape8259 v0.5.3
29542026-06-17T21:56:33.489Z Compiling assert_cmd v2.1.2
29552026-06-17T21:56:33.620Z Checking libtest-mimic v0.8.1
29562026-06-17T21:56:33.936Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29572026-06-17T21:56:33.966Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29582026-06-17T21:56:33.995Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29592026-06-17T21:56:34.067Z Checking blake2b_simd v1.0.4
29602026-06-17T21:56:34.483Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29612026-06-17T21:56:34.685Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29622026-06-17T21:56:34.895Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29632026-06-17T21:56:35.091Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29642026-06-17T21:56:35.319Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29652026-06-17T21:56:35.444Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29662026-06-17T21:56:35.674Z Checking fancy-regex v0.14.0
29672026-06-17T21:56:35.936Z Checking serde_tokenstream v0.2.3
29682026-06-17T21:56:36.073Z Checking approx v0.5.1
29692026-06-17T21:56:36.183Z Compiling rstest_macros v0.25.0
29702026-06-17T21:56:36.235Z Checking uzers v0.12.2
29712026-06-17T21:56:36.478Z Checking constant_time_eq v0.3.1
29722026-06-17T21:56:36.507Z Checking termcolor v1.4.1
29732026-06-17T21:56:36.609Z Compiling linkme-impl v0.3.35
29742026-06-17T21:56:36.758Z Checking trybuild v1.0.116
29752026-06-17T21:56:37.020Z Checking rust-argon2 v2.1.0
29762026-06-17T21:56:37.343Z Checking datatest-stable v0.3.3
29772026-06-17T21:56:37.404Z Checking oso v0.27.3
29782026-06-17T21:56:37.709Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29792026-06-17T21:56:38.007Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29802026-06-17T21:56:38.063Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29812026-06-17T21:56:38.310Z Checking support-bundle-viewer v0.1.2
29822026-06-17T21:56:38.582Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29832026-06-17T21:56:38.804Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29842026-06-17T21:56:38.807Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29852026-06-17T21:56:39.031Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29862026-06-17T21:56:39.062Z Checking drift v0.2.0
29872026-06-17T21:56:39.252Z Checking rand_distr v0.5.1
29882026-06-17T21:56:39.408Z Checking multimap v0.10.1
29892026-06-17T21:56:39.446Z Compiling linkme v0.3.35
29902026-06-17T21:56:39.608Z Compiling relative-path v1.9.3
29912026-06-17T21:56:39.678Z Checking dropshot-api-manager v0.7.2
29922026-06-17T21:56:40.425Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29932026-06-17T21:56:40.856Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29942026-06-17T21:56:41.279Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29952026-06-17T21:56:41.327Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29962026-06-17T21:56:41.407Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29972026-06-17T21:56:41.583Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29982026-06-17T21:56:41.649Z Checking cargo_toml v0.21.0
29992026-06-17T21:56:41.913Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30002026-06-17T21:56:41.964Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30012026-06-17T21:56:42.315Z Checking partial-io v0.5.4
30022026-06-17T21:56:42.435Z Checking termios v0.3.3
30032026-06-17T21:56:42.499Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30042026-06-17T21:56:42.598Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30052026-06-17T21:56:42.629Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30062026-06-17T21:56:43.602Z Checking rstest v0.25.0
30072026-06-17T21:56:44.797Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-06-17T21:56:47.936Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30092026-06-17T21:56:48.531Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-06-17T21:56:54.325Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30112026-06-17T21:56:54.592Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30122026-06-17T21:56:56.044Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30132026-06-17T21:56:58.529Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
30142026-06-17T21:57:01.149Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30152026-06-17T21:57:06.968Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30162026-06-17T21:57:09.533Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30172026-06-17T21:57:10.715Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30182026-06-17T21:57:10.744Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30192026-06-17T21:57:11.610Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30202026-06-17T21:57:21.368Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30212026-06-17T21:58:31.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s
30222026-06-17T21:58:31.798Z
30232026-06-17T21:58:31.798Zreal 4:05.269471109
30242026-06-17T21:58:31.798Zuser 21:25.856141015
30252026-06-17T21:58:31.798Zsys 4:52.106753855
30262026-06-17T21:58:31.798Ztrap 0.518369282
30272026-06-17T21:58:31.799Ztflt 0.506976610
30282026-06-17T21:58:31.801Zdflt 0.375787916
30292026-06-17T21:58:31.801Zkflt 0.004541800
30302026-06-17T21:58:31.801Zlock 58:51.105283789
30312026-06-17T21:58:31.801Zslp 59:16.537846701
30322026-06-17T21:58:31.801Zlat 1:57.455324417
30332026-06-17T21:58:31.802Zstop 10:06.350886051
30342026-06-17T21:58:31.802Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30352026-06-17T21:58:31.802Z+ ptime -m cargo doc --workspace --no-deps
30362026-06-17T21:58:32.717Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30372026-06-17T21:58:32.717Z |
30382026-06-17T21:58:32.717Z = 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)`
30392026-06-17T21:58:32.717Z = 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>
30402026-06-17T21:58:33.698Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30412026-06-17T21:58:33.932Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30422026-06-17T21:58:33.978Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30432026-06-17T21:58:34.040Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30442026-06-17T21:58:34.132Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30452026-06-17T21:58:34.202Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30462026-06-17T21:58:34.226Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30472026-06-17T21:58:34.253Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30482026-06-17T21:58:34.302Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30492026-06-17T21:58:34.498Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30502026-06-17T21:58:34.520Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30512026-06-17T21:58:34.543Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30522026-06-17T21:58:34.587Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30532026-06-17T21:58:34.613Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30542026-06-17T21:58:34.646Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30552026-06-17T21:58:34.667Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30562026-06-17T21:58:34.691Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30572026-06-17T21:58:34.755Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30582026-06-17T21:58:34.779Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30592026-06-17T21:58:34.823Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30602026-06-17T21:58:34.960Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30612026-06-17T21:58:35.117Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30622026-06-17T21:58:35.481Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30632026-06-17T21:58:35.554Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30642026-06-17T21:58:35.576Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30652026-06-17T21:58:35.627Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30662026-06-17T21:58:35.704Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30672026-06-17T21:58:35.767Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30682026-06-17T21:58:35.793Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30692026-06-17T21:58:35.959Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30702026-06-17T21:58:35.981Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30712026-06-17T21:58:36.167Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30722026-06-17T21:58:36.192Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30732026-06-17T21:58:36.220Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30742026-06-17T21:58:36.393Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30752026-06-17T21:58:36.422Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30762026-06-17T21:58:36.445Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30772026-06-17T21:58:36.659Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30782026-06-17T21:58:36.788Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30792026-06-17T21:58:36.894Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30802026-06-17T21:58:37.152Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30812026-06-17T21:58:37.232Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30822026-06-17T21:58:37.257Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30832026-06-17T21:58:37.431Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30842026-06-17T21:58:37.474Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30852026-06-17T21:58:37.538Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30862026-06-17T21:58:37.703Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30872026-06-17T21:58:37.732Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30882026-06-17T21:58:37.774Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30892026-06-17T21:58:37.823Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30902026-06-17T21:58:38.009Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30912026-06-17T21:58:38.015Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30922026-06-17T21:58:38.050Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30932026-06-17T21:58:38.079Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30942026-06-17T21:58:38.136Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30952026-06-17T21:58:38.160Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30962026-06-17T21:58:38.229Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30972026-06-17T21:58:38.255Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30982026-06-17T21:58:38.279Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30992026-06-17T21:58:38.650Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31002026-06-17T21:58:38.815Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31012026-06-17T21:58:38.981Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31022026-06-17T21:58:39.244Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31032026-06-17T21:58:39.267Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31042026-06-17T21:58:39.719Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31052026-06-17T21:58:39.746Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31062026-06-17T21:58:39.799Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31072026-06-17T21:58:39.840Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31082026-06-17T21:58:40.004Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31092026-06-17T21:58:40.029Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31102026-06-17T21:58:40.377Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31112026-06-17T21:58:40.478Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31122026-06-17T21:58:40.821Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31132026-06-17T21:58:41.123Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31142026-06-17T21:58:41.523Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31152026-06-17T21:58:41.599Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31162026-06-17T21:58:41.947Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31172026-06-17T21:58:42.246Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31182026-06-17T21:58:42.316Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31192026-06-17T21:58:42.569Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31202026-06-17T21:58:42.675Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31212026-06-17T21:58:42.801Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31222026-06-17T21:58:42.929Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31232026-06-17T21:58:42.971Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31242026-06-17T21:58:43.171Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31252026-06-17T21:58:43.206Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31262026-06-17T21:58:43.259Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31272026-06-17T21:58:43.389Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31282026-06-17T21:58:43.412Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31292026-06-17T21:58:43.485Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31302026-06-17T21:58:43.567Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31312026-06-17T21:58:43.596Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31322026-06-17T21:58:43.648Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31332026-06-17T21:58:43.804Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31342026-06-17T21:58:43.826Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31352026-06-17T21:58:43.900Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31362026-06-17T21:58:43.923Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31372026-06-17T21:58:43.989Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31382026-06-17T21:58:44.127Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31392026-06-17T21:58:44.182Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31402026-06-17T21:58:44.235Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31412026-06-17T21:58:44.286Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31422026-06-17T21:58:44.310Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31432026-06-17T21:58:44.414Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31442026-06-17T21:58:44.514Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31452026-06-17T21:58:44.596Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31462026-06-17T21:58:44.645Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31472026-06-17T21:58:44.723Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31482026-06-17T21:58:44.857Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31492026-06-17T21:58:45.071Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31502026-06-17T21:58:45.094Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31512026-06-17T21:58:45.145Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31522026-06-17T21:58:45.453Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31532026-06-17T21:58:45.547Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31542026-06-17T21:58:45.735Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31552026-06-17T21:58:46.279Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31562026-06-17T21:58:46.463Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31572026-06-17T21:58:46.907Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31582026-06-17T21:58:47.317Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31592026-06-17T21:58:47.591Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31602026-06-17T21:58:47.860Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31612026-06-17T21:58:48.107Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31622026-06-17T21:58:48.153Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31632026-06-17T21:58:48.511Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31642026-06-17T21:58:48.618Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31652026-06-17T21:58:48.851Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31662026-06-17T21:58:48.984Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31672026-06-17T21:58:49.409Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31682026-06-17T21:58:49.483Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31692026-06-17T21:58:49.764Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31702026-06-17T21:58:49.806Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31712026-06-17T21:58:50.263Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31722026-06-17T21:58:50.895Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31732026-06-17T21:58:50.943Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31742026-06-17T21:58:51.004Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31752026-06-17T21:58:51.790Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31762026-06-17T21:58:52.010Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31772026-06-17T21:58:52.417Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31782026-06-17T21:58:52.823Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31792026-06-17T21:58:53.796Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31802026-06-17T21:58:53.931Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31812026-06-17T21:58:54.485Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31822026-06-17T21:58:54.509Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31832026-06-17T21:58:54.536Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-06-17T21:58:54.577Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31852026-06-17T21:58:54.744Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31862026-06-17T21:58:55.002Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31872026-06-17T21:58:55.083Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31882026-06-17T21:58:55.144Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31892026-06-17T21:58:55.182Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31902026-06-17T21:58:55.440Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31912026-06-17T21:58:56.030Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31922026-06-17T21:58:56.162Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31932026-06-17T21:58:56.226Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31942026-06-17T21:58:56.248Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31952026-06-17T21:58:57.081Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31962026-06-17T21:58:57.367Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31972026-06-17T21:58:58.298Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31982026-06-17T21:58:58.381Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31992026-06-17T21:59:00.345Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32002026-06-17T21:59:00.921Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32012026-06-17T21:59:02.487Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32022026-06-17T21:59:02.829Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32032026-06-17T21:59:02.975Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32042026-06-17T21:59:03.355Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32052026-06-17T21:59:03.441Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32062026-06-17T21:59:04.079Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32072026-06-17T21:59:04.547Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32082026-06-17T21:59:04.824Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32092026-06-17T21:59:04.994Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32102026-06-17T21:59:05.212Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112026-06-17T21:59:05.520Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32122026-06-17T21:59:05.768Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32132026-06-17T21:59:06.140Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32142026-06-17T21:59:06.887Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32152026-06-17T21:59:06.958Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32162026-06-17T21:59:07.229Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32172026-06-17T21:59:07.602Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32182026-06-17T21:59:07.640Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-06-17T21:59:07.799Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32202026-06-17T21:59:08.188Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32212026-06-17T21:59:08.332Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32222026-06-17T21:59:08.905Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32232026-06-17T21:59:09.515Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32242026-06-17T21:59:09.543Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32252026-06-17T21:59:09.730Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32262026-06-17T21:59:10.024Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32272026-06-17T21:59:12.671Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32282026-06-17T21:59:14.081Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32292026-06-17T21:59:14.584Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32302026-06-17T21:59:15.107Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32312026-06-17T21:59:16.274Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32322026-06-17T21:59:17.950Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32332026-06-17T21:59:18.629Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32342026-06-17T21:59:19.276Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32352026-06-17T21:59:20.011Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32362026-06-17T21:59:21.537Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32372026-06-17T21:59:22.304Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32382026-06-17T21:59:22.709Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32392026-06-17T21:59:23.388Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32402026-06-17T21:59:24.260Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32412026-06-17T21:59:24.740Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32422026-06-17T21:59:25.639Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32432026-06-17T21:59:26.462Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32442026-06-17T21:59:31.029Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32452026-06-17T21:59:31.510Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32462026-06-17T21:59:32.552Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32472026-06-17T21:59:33.273Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32482026-06-17T21:59:33.825Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32492026-06-17T21:59:34.594Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32502026-06-17T21:59:36.277Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32512026-06-17T21:59:36.933Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32522026-06-17T21:59:38.007Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32532026-06-17T21:59:38.526Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32542026-06-17T21:59:39.296Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32552026-06-17T21:59:40.150Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32562026-06-17T21:59:40.175Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32572026-06-17T21:59:41.316Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32582026-06-17T21:59:42.117Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32592026-06-17T21:59:44.522Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32602026-06-17T21:59:45.453Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32612026-06-17T21:59:46.665Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32622026-06-17T21:59:47.238Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32632026-06-17T21:59:48.869Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32642026-06-17T21:59:49.693Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32652026-06-17T21:59:52.309Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32662026-06-17T21:59:52.502Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32672026-06-17T21:59:53.347Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32682026-06-17T21:59:54.705Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32692026-06-17T21:59:55.840Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32702026-06-17T21:59:57.113Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32712026-06-17T21:59:58.353Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32722026-06-17T21:59:59.637Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32732026-06-17T22:00:01.991Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32742026-06-17T22:00:02.579Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32752026-06-17T22:00:04.282Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32762026-06-17T22:00:05.662Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32772026-06-17T22:00:07.216Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32782026-06-17T22:00:08.956Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32792026-06-17T22:00:11.908Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32802026-06-17T22:00:13.585Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32812026-06-17T22:00:17.518Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32822026-06-17T22:00:18.487Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32832026-06-17T22:00:19.375Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32842026-06-17T22:00:20.125Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32852026-06-17T22:00:21.727Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32862026-06-17T22:00:23.370Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32872026-06-17T22:00:25.181Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32882026-06-17T22:00:27.201Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32892026-06-17T22:00:28.830Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32902026-06-17T22:00:30.815Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32912026-06-17T22:00:32.233Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32922026-06-17T22:00:35.612Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32932026-06-17T22:00:37.275Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32942026-06-17T22:00:38.930Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32952026-06-17T22:00:40.263Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32962026-06-17T22:00:42.385Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32972026-06-17T22:00:44.063Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32982026-06-17T22:00:45.882Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32992026-06-17T22:00:47.350Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33002026-06-17T22:00:49.293Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33012026-06-17T22:00:51.078Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33022026-06-17T22:00:52.940Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33032026-06-17T22:00:55.216Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33042026-06-17T22:00:56.517Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33052026-06-17T22:00:58.538Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33062026-06-17T22:01:00.337Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33072026-06-17T22:01:02.466Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33082026-06-17T22:01:05.635Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33092026-06-17T22:01:06.833Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33102026-06-17T22:01:08.794Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33112026-06-17T22:01:11.630Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33122026-06-17T22:01:13.201Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33132026-06-17T22:01:15.507Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33142026-06-17T22:01:18.098Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33152026-06-17T22:01:20.204Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33162026-06-17T22:01:22.449Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33172026-06-17T22:01:24.907Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33182026-06-17T22:01:27.260Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33192026-06-17T22:01:28.975Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33202026-06-17T22:01:31.314Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33212026-06-17T22:01:33.462Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33222026-06-17T22:01:35.788Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33232026-06-17T22:01:38.002Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33242026-06-17T22:01:40.392Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33252026-06-17T22:01:42.686Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33262026-06-17T22:01:44.954Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33272026-06-17T22:01:47.256Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33282026-06-17T22:01:49.531Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33292026-06-17T22:01:51.808Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33302026-06-17T22:01:54.205Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33312026-06-17T22:01:56.478Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33322026-06-17T22:01:58.846Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33332026-06-17T22:02:01.243Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33342026-06-17T22:02:03.638Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33352026-06-17T22:02:05.990Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33362026-06-17T22:02:08.420Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33372026-06-17T22:02:10.757Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33382026-06-17T22:02:13.134Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33392026-06-17T22:02:15.641Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33402026-06-17T22:02:17.926Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33412026-06-17T22:02:20.391Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33422026-06-17T22:02:22.854Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33432026-06-17T22:02:25.169Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33442026-06-17T22:02:28.101Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33452026-06-17T22:02:30.443Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33462026-06-17T22:02:32.761Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33472026-06-17T22:02:35.279Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33482026-06-17T22:02:37.736Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33492026-06-17T22:02:40.288Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33502026-06-17T22:02:42.734Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-06-17T22:02:45.353Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33522026-06-17T22:02:47.803Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33532026-06-17T22:02:50.328Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33542026-06-17T22:02:52.736Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33552026-06-17T22:02:55.404Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33562026-06-17T22:02:57.966Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33572026-06-17T22:03:00.444Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33582026-06-17T22:03:03.216Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33592026-06-17T22:03:05.739Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33602026-06-17T22:03:08.434Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33612026-06-17T22:03:10.934Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33622026-06-17T22:03:13.547Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33632026-06-17T22:03:16.127Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33642026-06-17T22:03:19.149Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33652026-06-17T22:03:21.657Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33662026-06-17T22:03:24.394Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33672026-06-17T22:03:31.922Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33682026-06-17T22:03:32.142Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33692026-06-17T22:03:35.585Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33702026-06-17T22:03:38.869Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33712026-06-17T22:03:42.324Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33722026-06-17T22:03:45.801Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33732026-06-17T22:03:50.558Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33742026-06-17T22:03:53.463Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33752026-06-17T22:03:57.181Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33762026-06-17T22:04:01.008Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33772026-06-17T22:04:04.614Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33782026-06-17T22:04:08.367Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33792026-06-17T22:04:12.099Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33802026-06-17T22:04:15.878Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33812026-06-17T22:04:19.624Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33822026-06-17T22:04:23.358Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33832026-06-17T22:04:27.191Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33842026-06-17T22:04:30.869Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33852026-06-17T22:04:34.771Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33862026-06-17T22:04:38.405Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33872026-06-17T22:04:42.159Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33882026-06-17T22:04:45.906Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33892026-06-17T22:04:49.730Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33902026-06-17T22:04:53.403Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33912026-06-17T22:05:23.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s
33922026-06-17T22:05:23.554Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files
33932026-06-17T22:05:23.660Z
33942026-06-17T22:05:23.661Zreal 6:51.772607469
33952026-06-17T22:05:23.661Zuser 18:01.659696819
33962026-06-17T22:05:23.661Zsys 3:56.303208410
33972026-06-17T22:05:23.661Ztrap 0.264603014
33982026-06-17T22:05:23.661Ztflt 0.041086067
33992026-06-17T22:05:23.661Zdflt 0.057031820
34002026-06-17T22:05:23.661Zkflt 0.000031750
34012026-06-17T22:05:23.661Zlock 6:23:06.958284660
34022026-06-17T22:05:23.661Zslp 2:18:44.043704293
34032026-06-17T22:05:23.661Zlat 37.172113704
34042026-06-17T22:05:23.661Zstop 1:40.687704231
34052026-06-17T22:05:23.664Zprocess exited: duration 803379 ms, exit code 0
 
34062026-06-17T22:05:23.671Zfound 0 output files