01KMGN758PNVC9377XG7VC1K6G: clippy (helios)

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

Buildomat Job: 01KMGN82BENG90REZP0TAGKKRR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T19:32:29.030Zjob assigned to worker 01KMGN8E5TRRP9NRC5W27RKM45 [factory aws, i-03327fab35a8f61b9] (queued for 1 m 40 s)
 
22026-03-24T19:32:36.532Zstarting task 0: "setup"
32026-03-24T19:32:36.538Z++ uname -s
42026-03-24T19:32:36.541Z+ kern=SunOS
52026-03-24T19:32:36.541Z+ build_user=build
62026-03-24T19:32:36.541Z+ build_uid=12345
72026-03-24T19:32:36.541Z+ work_dir=/work
82026-03-24T19:32:36.541Z+ input_dir=/input
92026-03-24T19:32:36.541Z+ [[ 0 == 12345 ]]
102026-03-24T19:32:36.541Z+ case "$kern" in
112026-03-24T19:32:36.541Z+ groupadd -g 12345 build
122026-03-24T19:32:36.541Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T19:32:38.546Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T19:32:38.662Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T19:32:38.665Z+ home_fs=zfs
162026-03-24T19:32:38.665Z+ [[ zfs == autofs ]]
172026-03-24T19:32:38.665Z+ mkdir -p /home/build
182026-03-24T19:32:38.668Z+ chown build:build /home/build /work
192026-03-24T19:32:39.668Z+ chmod 0700 /home/build /work
202026-03-24T19:32:39.671Zprocess exited: duration 3140 ms, exit code 0
 
212026-03-24T19:32:39.679Zstarting task 1: "rust-toolchain"
222026-03-24T19:32:39.683Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T19:32:39.683Z * rust toolchain channel = "1.94.0"
242026-03-24T19:32:39.683Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T19:32:39.683Z * rust toolchain profile = "default"
262026-03-24T19:32:39.683Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T19:32:39.683Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T19:32:39.688Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T19:32:39.688Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T19:32:39.796Zinfo: downloading installer
312026-03-24T19:32:41.518Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T19:32:41.518Zwarn: /opt/ooce/bin
332026-03-24T19:32:41.518Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T19:32:41.523Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T19:32:41.523Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T19:32:41.523Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T19:32:41.523Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T19:32:41.523Zerror: cannot install while Rust is installed
392026-03-24T19:32:41.523Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T19:32:41.523Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T19:32:41.523Zwarn: /home/build/.rustup/settings.toml
422026-03-24T19:32:41.523Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T19:32:41.523Zwarn: instead of the one inferred from the default host triple.
442026-03-24T19:32:41.529Zinfo: profile set to default
452026-03-24T19:32:41.529Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T19:32:41.532Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T19:32:41.675Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T19:32:41.678Zinfo: downloading 6 components
492026-03-24T19:32:56.543Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T19:32:56.543Z
512026-03-24T19:32:56.588Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T19:32:56.589Z
532026-03-24T19:32:56.589Z
542026-03-24T19:32:56.589ZRust is installed now. Great!
552026-03-24T19:32:56.589Z
562026-03-24T19:32:56.612ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T19:32:56.612Zenvironment variable. This has not been done automatically.
582026-03-24T19:32:56.612Z
592026-03-24T19:32:56.612ZTo configure your current shell, you need to source
602026-03-24T19:32:56.612Zthe corresponding env file under $HOME/.cargo.
612026-03-24T19:32:56.612Z
622026-03-24T19:32:56.612ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T19:32:56.612Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T19:32:56.612Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T19:32:56.612Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T19:32:56.612Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T19:32:56.613Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T19:32:56.613Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T19:32:56.613Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T19:32:56.613Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T19:32:56.695Z+ rustup --version
722026-03-24T19:32:56.705Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T19:32:56.711Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T19:32:56.732Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T19:32:56.737Z+ cargo --version
762026-03-24T19:32:56.813Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T19:32:56.853Z+ rustc --version
782026-03-24T19:32:56.853Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T19:32:56.853Zprocess exited: duration 17108 ms, exit code 0
 
802026-03-24T19:32:56.894Zstarting task 2: "authentication"
812026-03-24T19:32:56.918Zprocess exited: duration 25 ms, exit code 0
 
822026-03-24T19:32:56.928Zstarting task 3: "clone repository"
832026-03-24T19:32:56.932Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T19:32:56.963Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T19:32:56.993ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T19:33:07.350Z+ cd /work/oxidecomputer/omicron
872026-03-24T19:33:07.350Z+ git fetch origin 35a378cf06e18fc42a532b61f068a989b56c4448
882026-03-24T19:33:07.673ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T19:33:07.673Z * branch 35a378cf06e18fc42a532b61f068a989b56c4448 -> FETCH_HEAD
902026-03-24T19:33:07.716Z+ [[ -n mergeconflict/more-comments ]]
912026-03-24T19:33:07.716Z++ git branch --show-current
922026-03-24T19:33:07.716Z+ current=main
932026-03-24T19:33:07.716Z+ [[ main != mergeconflict/more-comments ]]
942026-03-24T19:33:07.717Z+ git branch -f mergeconflict/more-comments 35a378cf06e18fc42a532b61f068a989b56c4448
952026-03-24T19:33:07.717Z+ git checkout -f mergeconflict/more-comments
962026-03-24T19:33:08.028ZSwitched to branch 'mergeconflict/more-comments'
972026-03-24T19:33:08.039Z+ git reset --hard 35a378cf06e18fc42a532b61f068a989b56c4448
982026-03-24T19:33:08.135ZHEAD is now at 35a378cf0 don't ignore examples
992026-03-24T19:33:08.135Zprocess exited: duration 11123 ms, exit code 0
 
1002026-03-24T19:33:08.194Zstarting task 4: "build"
1012026-03-24T19:33:08.205Z+ source ./env.sh
1022026-03-24T19:33:08.205Z++ OLD_SHELL_OPTS=ehxB
1032026-03-24T19:33:08.205Z++ set -o xtrace
1042026-03-24T19:33:08.205Z++++ dirname ./env.sh
1052026-03-24T19:33:08.205Z+++ readlink -f .
1062026-03-24T19:33:08.205Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-24T19:33:08.205Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-24T19:33:08.205Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-24T19:33:08.206Z++ 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
1102026-03-24T19:33:08.206Z++ 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
1112026-03-24T19:33:08.206Z++ 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
1122026-03-24T19:33:08.206Z++ 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
1132026-03-24T19:33:08.206Z++ 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
1142026-03-24T19:33:08.206Z++ 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
1152026-03-24T19:33:08.206Z++ case $OLD_SHELL_OPTS in
1162026-03-24T19:33:08.206Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-24T19:33:08.206Z+ source .github/buildomat/ci-env.sh
1182026-03-24T19:33:08.206Z++ export CARGO_TERM_COLOR=always
1192026-03-24T19:33:08.206Z++ CARGO_TERM_COLOR=always
1202026-03-24T19:33:08.206Z+ cargo --version
1212026-03-24T19:33:08.206Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-24T19:33:08.206Z+ rustc --version
1232026-03-24T19:33:08.228Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-24T19:33:08.249Z+ banner prerequisites
1252026-03-24T19:33:08.249Z
1262026-03-24T19:33:08.249Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-24T19:33:08.249Z # # # # # # # # # # # # # # #
1282026-03-24T19:33:08.249Z # # # # ##### # # ##### # # # # # #### #
1292026-03-24T19:33:08.250Z ##### ##### # ##### # # # # # # # # #
1302026-03-24T19:33:08.250Z # # # # # # # # # # # # # # #
1312026-03-24T19:33:08.250Z # # # ###### # # ###### ### # #### # #### #
1322026-03-24T19:33:08.250Z
1332026-03-24T19:33:08.250Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-24T19:33:18.445Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-24T19:33:29.414Z Startup: Caching catalogs ... Done
1362026-03-24T19:33:51.092ZPlanning: Solver setup ... Done (21.345s)
1372026-03-24T19:33:51.252ZPlanning: Running solver ... Done (0.161s)
1382026-03-24T19:33:51.437ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-24T19:33:51.463ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-24T19:33:51.599ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-24T19:33:51.642ZPlanning: Package planning ... Done (0.043s)
1422026-03-24T19:33:51.682ZPlanning: Merging actions ... Done (0.040s)
1432026-03-24T19:33:51.928ZPlanning: Checking for conflicting actions ... Done (0.246s)
1442026-03-24T19:33:51.939ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-24T19:33:52.784ZPlanning: Evaluating mediators ... Done (0.845s)
1462026-03-24T19:33:52.795ZPlanning: Planning completed in 24.33 seconds
1472026-03-24T19:33:52.807Z Packages to install: 4
1482026-03-24T19:33:52.810Z Mediators to change: 2
1492026-03-24T19:33:52.810Z Services to change: 1
1502026-03-24T19:33:52.810Z Estimated space available: 155.43 GB
1512026-03-24T19:33:52.810ZEstimated space to be consumed: 1.83 GB
1522026-03-24T19:33:52.810Z Create boot environment: No
1532026-03-24T19:33:52.810ZCreate backup boot environment: No
1542026-03-24T19:33:52.810Z Rebuild boot archive: No
1552026-03-24T19:33:52.811Z
1562026-03-24T19:33:52.811ZChanged mediators:
1572026-03-24T19:33:52.811Z mediator clang:
1582026-03-24T19:33:52.811Z version: None -> 15 (system default)
1592026-03-24T19:33:52.811Z
1602026-03-24T19:33:52.811Z mediator llvm:
1612026-03-24T19:33:52.811Z version: 14 (system default) -> 15 (system default)
1622026-03-24T19:33:52.811Z
1632026-03-24T19:33:52.811ZChanged packages:
1642026-03-24T19:33:52.811Zhelios-dev
1652026-03-24T19:33:52.811Z developer/build-essential
1662026-03-24T19:33:52.811Z None -> 11-2.0
1672026-03-24T19:33:52.811Z library/libxmlsec1
1682026-03-24T19:33:52.811Z None -> 1.2.35-2.0
1692026-03-24T19:33:52.811Z ooce/developer/clang-15
1702026-03-24T19:33:52.811Z None -> 15.0.7-2.0
1712026-03-24T19:33:52.811Z ooce/developer/llvm-15
1722026-03-24T19:33:52.811Z None -> 15.0.7-2.0
1732026-03-24T19:33:52.811Z
1742026-03-24T19:33:52.811ZServices:
1752026-03-24T19:33:52.811Z restart_fmri:
1762026-03-24T19:33:52.811Z svc:/system/update-man-index:default
1772026-03-24T19:33:52.857Z
1782026-03-24T19:33:52.857ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-24T19:33:58.056ZDownload: 2215/3290 items 119.2/212.6MB 56% complete (24.2M/s)
1802026-03-24T19:34:04.640ZDownload: 3287/3290 items 211.1/212.6MB 99% complete (21.2M/s)
1812026-03-24T19:34:04.711ZDownload: Completed 212.60 MB in 11.86 seconds (17.9M/s)
1822026-03-24T19:34:04.894Z Actions: 1/3689 actions (Installing new actions)
1832026-03-24T19:34:09.014Z Actions: Completed 3689 actions in 4.12 seconds.
1842026-03-24T19:34:09.759Z Done (0.742s)
1852026-03-24T19:34:09.760Z Done (0.000s)
1862026-03-24T19:34:10.772Z Done (1.014s)
1872026-03-24T19:34:14.546Z Done (3.408s)
1882026-03-24T19:34:14.636Z Done (0.020s)
1892026-03-24T19:34:14.640Z Done (0.000s)
1902026-03-24T19:34:14.789Z Done (0.000s)
1912026-03-24T19:34:15.763ZPlanning: Evaluating mediator changes ... Done
1922026-03-24T19:34:15.907ZPlanning: Checking for conflicting actions ... Done
1932026-03-24T19:34:15.910ZPlanning: Consolidating action changes ... Done
1942026-03-24T19:34:16.132ZPlanning: Evaluating mediators ... Done
1952026-03-24T19:34:16.135ZPlanning: Planning completed in 0.37 seconds
1962026-03-24T19:34:16.163Z Mediators to change: 2
1972026-03-24T19:34:16.163Z Create boot environment: No
1982026-03-24T19:34:16.168ZCreate backup boot environment: No
1992026-03-24T19:34:16.225Z Done
2002026-03-24T19:34:16.225Z Done
2012026-03-24T19:34:16.968Z Done
2022026-03-24T19:34:20.331Z Done
2032026-03-24T19:34:20.419Z Done
2042026-03-24T19:34:20.423Z Done
2052026-03-24T19:34:20.588Z Done
2062026-03-24T19:34:21.130ZPlanning: Evaluating mediator changes ... Done
2072026-03-24T19:34:21.133ZPlanning: Merging actions ... Done
2082026-03-24T19:34:21.300ZPlanning: Checking for conflicting actions ... Done
2092026-03-24T19:34:21.303ZPlanning: Consolidating action changes ... Done
2102026-03-24T19:34:21.518ZPlanning: Evaluating mediators ... Done
2112026-03-24T19:34:21.561ZPlanning: Planning completed in 0.63 seconds
2122026-03-24T19:34:21.591Z Packages to change: 1
2132026-03-24T19:34:21.591Z Mediators to change: 1
2142026-03-24T19:34:21.595Z Services to change: 1
2152026-03-24T19:34:21.595Z Create boot environment: No
2162026-03-24T19:34:21.595ZCreate backup boot environment: Yes
2172026-03-24T19:34:24.253Z Actions: 1/6 actions (Updating modified actions)
2182026-03-24T19:34:24.256Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-24T19:34:24.257Z Done
2202026-03-24T19:34:24.257Z Done
2212026-03-24T19:34:24.446Z Done
2222026-03-24T19:34:27.738Z Done
2232026-03-24T19:34:27.841Z Done
2242026-03-24T19:34:27.847Z Done
2252026-03-24T19:34:27.990Z Done
2262026-03-24T19:34:28.383ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-24T19:34:28.383Zclang system 15 system
2282026-03-24T19:34:28.383Zcsh system system illumos
2292026-03-24T19:34:28.383Zctags system system illumos
2302026-03-24T19:34:28.383Zfile system system illumos
2312026-03-24T19:34:28.383Zgcc vendor 12 vendor
2322026-03-24T19:34:28.383Zgcc system 10 system
2332026-03-24T19:34:28.383Zgcc system 7 system
2342026-03-24T19:34:28.384Zgo system 1.20 system
2352026-03-24T19:34:28.384Zgo system 1.19 system
2362026-03-24T19:34:28.384Zllvm system 15 system
2372026-03-24T19:34:28.384Zllvm system 14 system
2382026-03-24T19:34:28.384Zmariadb system 10.6 system
2392026-03-24T19:34:28.384Zmta vendor vendor dma
2402026-03-24T19:34:28.384Zopenjdk system 17 system
2412026-03-24T19:34:28.384Zopenjdk system 11 system
2422026-03-24T19:34:28.384Zopenjdk system 1.8 system
2432026-03-24T19:34:28.384Zopenssl vendor 3 vendor
2442026-03-24T19:34:28.384Zperl system 5.36 system
2452026-03-24T19:34:28.384Zpostgresql system 15 system
2462026-03-24T19:34:28.384Zpostgresql system 13 system
2472026-03-24T19:34:28.384Zpython vendor 3 vendor
2482026-03-24T19:34:28.384Zpython system 2 system
2492026-03-24T19:34:28.384Zpython3 system 3.11 system
2502026-03-24T19:34:28.384Zruby system 3.0 system
2512026-03-24T19:34:28.384Zwords vendor vendor american-english
2522026-03-24T19:34:28.384Zwords system system australian-english
2532026-03-24T19:34:28.384Zwords system system british-english
2542026-03-24T19:34:28.384Zwords system system canadian-english
2552026-03-24T19:34:28.384Zwords system system french
2562026-03-24T19:34:28.384Zwords system system italian
2572026-03-24T19:34:28.384Zwords system system ngerman
2582026-03-24T19:34:28.384Zwords system system ogerman
2592026-03-24T19:34:28.384Zwords system system spanish
2602026-03-24T19:34:28.676ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-24T19:34:28.676Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-24T19:34:34.845ZFMRI IFO
2632026-03-24T19:34:34.845Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-24T19:34:34.845Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-24T19:34:34.846Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-24T19:34:34.846Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-24T19:34:34.846Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-24T19:34:34.846Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-24T19:34:34.846Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-24T19:34:34.846Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-24T19:34:34.846Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-24T19:34:34.846Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-24T19:34:34.846Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-24T19:34:34.846Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-24T19:34:34.846Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-24T19:34:34.846Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-24T19:34:34.846Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-24T19:34:34.846Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-24T19:34:36.227Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-24T19:34:36.281Z Updating crates.io index
2812026-03-24T19:34:36.281Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-24T19:34:37.070Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-24T19:34:37.598Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-24T19:34:38.145Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-03-24T19:34:38.897Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-03-24T19:34:39.702Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-24T19:34:41.114Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-24T19:34:43.855Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-24T19:34:43.889Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-24T19:34:44.193Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-24T19:34:44.864Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-24T19:34:45.522Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-24T19:34:45.934Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-24T19:34:46.380Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-24T19:34:47.339Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-24T19:34:48.114Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-24T19:34:48.411Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-24T19:34:48.838Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-24T19:34:49.339Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-24T19:34:49.598Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-24T19:34:49.849Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-24T19:34:50.120Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-24T19:34:50.592Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-24T19:34:51.555Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-24T19:34:51.766Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-24T19:34:52.030Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-24T19:34:52.354Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-24T19:34:52.641Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3092026-03-24T19:34:54.222Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-24T19:34:54.662Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-03-24T19:34:55.361Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-24T19:34:55.719Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-24T19:34:56.122Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-24T19:34:56.539Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-24T19:34:57.266Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-24T19:34:57.538Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-24T19:34:57.797Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-24T19:34:58.038Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-24T19:34:58.560Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-24T19:35:13.667Z Downloading crates ...
3212026-03-24T19:35:13.726Z Downloaded bitflags v2.11.0
3222026-03-24T19:35:13.735Z Downloaded dof v0.3.0
3232026-03-24T19:35:13.740Z Downloaded once_cell v1.21.3
3242026-03-24T19:35:13.743Z Downloaded form_urlencoded v1.2.2
3252026-03-24T19:35:13.743Z Downloaded fnv v1.0.7
3262026-03-24T19:35:13.746Z Downloaded fastrand v2.3.0
3272026-03-24T19:35:13.746Z Downloaded clap_lex v1.0.0
3282026-03-24T19:35:13.746Z Downloaded toml v0.8.23
3292026-03-24T19:35:13.754Z Downloaded zerocopy-derive v0.7.35
3302026-03-24T19:35:13.757Z Downloaded zerofrom v0.1.6
3312026-03-24T19:35:13.760Z Downloaded cargo_toml v0.21.0
3322026-03-24T19:35:13.760Z Downloaded cargo-platform v0.2.0
3332026-03-24T19:35:13.764Z Downloaded potential_utf v0.1.4
3342026-03-24T19:35:13.764Z Downloaded writeable v0.6.2
3352026-03-24T19:35:13.764Z Downloaded tinystr v0.8.2
3362026-03-24T19:35:13.767Z Downloaded utf8parse v0.2.2
3372026-03-24T19:35:13.767Z Downloaded toml_write v0.1.2
3382026-03-24T19:35:13.767Z Downloaded toml_datetime v0.6.11
3392026-03-24T19:35:13.769Z Downloaded ucd-trie v0.1.7
3402026-03-24T19:35:13.769Z Downloaded heck v0.4.1
3412026-03-24T19:35:13.770Z Downloaded litemap v0.8.1
3422026-03-24T19:35:13.772Z Downloaded clap_derive v4.5.55
3432026-03-24T19:35:13.776Z Downloaded digest v0.10.7
3442026-03-24T19:35:13.776Z Downloaded utf8_iter v1.0.4
3452026-03-24T19:35:13.779Z Downloaded camino-tempfile v1.4.1
3462026-03-24T19:35:13.779Z Downloaded proc-macro-error-attr v1.0.4
3472026-03-24T19:35:13.779Z Downloaded macaddr v1.0.1
3482026-03-24T19:35:13.779Z Downloaded idna_adapter v1.2.1
3492026-03-24T19:35:13.782Z Downloaded camino v1.2.2
3502026-03-24T19:35:13.782Z Downloaded usdt-attr-macro v0.5.0
3512026-03-24T19:35:13.782Z Downloaded thread-id v4.2.2
3522026-03-24T19:35:13.785Z Downloaded memmap v0.7.0
3532026-03-24T19:35:13.785Z Downloaded yoke-derive v0.8.1
3542026-03-24T19:35:13.785Z Downloaded thiserror-impl v1.0.69
3552026-03-24T19:35:13.788Z Downloaded cpufeatures v0.2.17
3562026-03-24T19:35:13.788Z Downloaded heck v0.5.0
3572026-03-24T19:35:13.788Z Downloaded errno v0.3.14
3582026-03-24T19:35:13.791Z Downloaded cargo-util-schemas v0.8.2
3592026-03-24T19:35:13.791Z Downloaded is_terminal_polyfill v1.70.2
3602026-03-24T19:35:13.791Z Downloaded crypto-common v0.1.7
3612026-03-24T19:35:13.796Z Downloaded unicode-xid v0.2.6
3622026-03-24T19:35:13.796Z Downloaded zerofrom-derive v0.1.6
3632026-03-24T19:35:13.799Z Downloaded usdt-macro v0.5.0
3642026-03-24T19:35:13.799Z Downloaded usdt v0.5.0
3652026-03-24T19:35:13.799Z Downloaded unicode-linebreak v0.1.5
3662026-03-24T19:35:13.799Z Downloaded smawk v0.3.2
3672026-03-24T19:35:13.799Z Downloaded version_check v0.9.5
3682026-03-24T19:35:13.799Z Downloaded plain v0.2.3
3692026-03-24T19:35:13.802Z Downloaded percent-encoding v2.3.2
3702026-03-24T19:35:13.802Z Downloaded dtrace-parser v0.2.0
3712026-03-24T19:35:13.802Z Downloaded stable_deref_trait v1.2.1
3722026-03-24T19:35:13.802Z Downloaded thiserror v1.0.69
3732026-03-24T19:35:13.806Z Downloaded zmij v1.0.21
3742026-03-24T19:35:13.809Z Downloaded yoke v0.8.1
3752026-03-24T19:35:13.809Z Downloaded tabled_derive v0.7.0
3762026-03-24T19:35:13.809Z Downloaded colorchoice v1.0.4
3772026-03-24T19:35:13.812Z Downloaded generic-array v0.14.7
3782026-03-24T19:35:13.812Z Downloaded typeid v1.0.3
3792026-03-24T19:35:13.812Z Downloaded usdt-impl v0.5.0
3802026-03-24T19:35:13.812Z Downloaded thiserror-impl v2.0.18
3812026-03-24T19:35:13.816Z Downloaded thiserror v2.0.18
3822026-03-24T19:35:13.820Z Downloaded strsim v0.11.1
3832026-03-24T19:35:13.829Z Downloaded zerovec-derive v0.11.2
3842026-03-24T19:35:13.831Z Downloaded cfg-if v1.0.4
3852026-03-24T19:35:13.836Z Downloaded swrite v0.1.0
3862026-03-24T19:35:13.839Z Downloaded block-buffer v0.10.4
3872026-03-24T19:35:13.839Z Downloaded anstyle-query v1.1.5
3882026-03-24T19:35:13.839Z Downloaded serde-value v0.7.0
3892026-03-24T19:35:13.844Z Downloaded pretty-hex v0.4.1
3902026-03-24T19:35:13.848Z Downloaded equivalent v1.0.2
3912026-03-24T19:35:13.848Z Downloaded zerotrie v0.2.3
3922026-03-24T19:35:13.852Z Downloaded textwrap v0.16.2
3932026-03-24T19:35:13.852Z Downloaded terminal_size v0.4.3
3942026-03-24T19:35:13.852Z Downloaded serde_spanned v0.6.9
3952026-03-24T19:35:13.852Z Downloaded toml_edit v0.22.27
3962026-03-24T19:35:13.855Z Downloaded scroll_derive v0.12.1
3972026-03-24T19:35:13.858Z Downloaded url v2.5.8
3982026-03-24T19:35:13.858Z Downloaded anstyle v1.0.13
3992026-03-24T19:35:13.861Z Downloaded byteorder v1.5.0
4002026-03-24T19:35:13.861Z Downloaded unicode-ident v1.0.24
4012026-03-24T19:35:13.864Z Downloaded displaydoc v0.2.5
4022026-03-24T19:35:13.867Z Downloaded itoa v1.0.17
4032026-03-24T19:35:13.873Z Downloaded bytecount v0.6.9
4042026-03-24T19:35:13.873Z Downloaded typenum v1.19.0
4052026-03-24T19:35:13.876Z Downloaded autocfg v1.5.0
4062026-03-24T19:35:13.876Z Downloaded erased-serde v0.4.9
4072026-03-24T19:35:13.879Z Downloaded semver v1.0.27
4082026-03-24T19:35:13.879Z Downloaded zerovec v0.11.5
4092026-03-24T19:35:13.882Z Downloaded anstream v0.6.21
4102026-03-24T19:35:13.886Z Downloaded anstyle-parse v0.2.7
4112026-03-24T19:35:13.889Z Downloaded zerocopy v0.7.35
4122026-03-24T19:35:13.898Z Downloaded serde-untagged v0.1.9
4132026-03-24T19:35:13.901Z Downloaded winnow v0.7.14
4142026-03-24T19:35:13.906Z Downloaded scroll v0.12.0
4152026-03-24T19:35:13.909Z Downloaded proc-macro-error v1.0.4
4162026-03-24T19:35:13.912Z Downloaded icu_collections v2.1.1
4172026-03-24T19:35:13.915Z Downloaded ordered-float v2.10.1
4182026-03-24T19:35:13.915Z Downloaded unicode-width v0.2.0
4192026-03-24T19:35:13.918Z Downloaded synstructure v0.13.2
4202026-03-24T19:35:13.922Z Downloaded clap v4.5.60
4212026-03-24T19:35:13.925Z Downloaded serde_tokenstream v0.2.3
4222026-03-24T19:35:13.928Z Downloaded cargo_metadata v0.21.0
4232026-03-24T19:35:13.928Z Downloaded unicode-width v0.1.14
4242026-03-24T19:35:13.931Z Downloaded pest_generator v2.8.6
4252026-03-24T19:35:13.934Z Downloaded tempfile v3.25.0
4262026-03-24T19:35:13.934Z Downloaded fs-err v3.3.0
4272026-03-24T19:35:13.937Z Downloaded sha2 v0.10.9
4282026-03-24T19:35:13.938Z Downloaded anyhow v1.0.102
4292026-03-24T19:35:13.941Z Downloaded quote v1.0.44
4302026-03-24T19:35:13.945Z Downloaded serde_core v1.0.228
4312026-03-24T19:35:13.948Z Downloaded log v0.4.29
4322026-03-24T19:35:13.951Z Downloaded indexmap v2.13.0
4332026-03-24T19:35:13.954Z Downloaded pest_derive v2.8.6
4342026-03-24T19:35:13.954Z Downloaded papergrid v0.11.0
4352026-03-24T19:35:13.957Z Downloaded getrandom v0.4.1
4362026-03-24T19:35:13.959Z Downloaded icu_provider v2.1.1
4372026-03-24T19:35:13.962Z Downloaded smallvec v1.15.1
4382026-03-24T19:35:13.962Z Downloaded serde_derive v1.0.228
4392026-03-24T19:35:13.965Z Downloaded proc-macro2 v1.0.106
4402026-03-24T19:35:13.968Z Downloaded icu_properties v2.1.2
4412026-03-24T19:35:13.975Z Downloaded icu_locale_core v2.1.1
4422026-03-24T19:35:13.978Z Downloaded pest_meta v2.8.6
4432026-03-24T19:35:13.989Z Downloaded num-traits v0.2.19
4442026-03-24T19:35:13.993Z Downloaded serde v1.0.228
4452026-03-24T19:35:13.995Z Downloaded icu_normalizer v2.1.1
4462026-03-24T19:35:14.002Z Downloaded memchr v2.8.0
4472026-03-24T19:35:14.006Z Downloaded icu_normalizer_data v2.1.1
4482026-03-24T19:35:14.029Z Downloaded clap_builder v4.5.60
4492026-03-24T19:35:14.034Z Downloaded pest v2.8.6
4502026-03-24T19:35:14.048Z Downloaded serde_json v1.0.149
4512026-03-24T19:35:14.055Z Downloaded idna v1.1.0
4522026-03-24T19:35:14.062Z Downloaded hashbrown v0.16.1
4532026-03-24T19:35:14.066Z Downloaded icu_properties_data v2.1.2
4542026-03-24T19:35:14.072Z Downloaded goblin v0.8.2
4552026-03-24T19:35:14.077Z Downloaded tabled v0.15.0
4562026-03-24T19:35:14.087Z Downloaded syn v1.0.109
4572026-03-24T19:35:14.095Z Downloaded syn v2.0.117
4582026-03-24T19:35:14.118Z Downloaded rustix v1.1.3
4592026-03-24T19:35:14.149Z Downloaded libc v0.2.180
4602026-03-24T19:35:14.236Z Compiling proc-macro2 v1.0.106
4612026-03-24T19:35:14.239Z Compiling quote v1.0.44
4622026-03-24T19:35:14.239Z Compiling unicode-ident v1.0.24
4632026-03-24T19:35:14.239Z Compiling serde_core v1.0.228
4642026-03-24T19:35:14.239Z Compiling libc v0.2.180
4652026-03-24T19:35:14.239Z Compiling version_check v0.9.5
4662026-03-24T19:35:14.239Z Compiling serde v1.0.228
4672026-03-24T19:35:14.239Z Compiling memchr v2.8.0
4682026-03-24T19:35:14.662Z Compiling stable_deref_trait v1.2.1
4692026-03-24T19:35:14.758Z Compiling zmij v1.0.21
4702026-03-24T19:35:14.951Z Compiling ucd-trie v0.1.7
4712026-03-24T19:35:15.066Z Compiling thiserror v1.0.69
4722026-03-24T19:35:15.295Z Compiling itoa v1.0.17
4732026-03-24T19:35:15.353Z Compiling autocfg v1.5.0
4742026-03-24T19:35:15.496Z Compiling pest v2.8.6
4752026-03-24T19:35:15.517Z Compiling writeable v0.6.2
4762026-03-24T19:35:15.541Z Compiling litemap v0.8.1
4772026-03-24T19:35:15.687Z Compiling byteorder v1.5.0
4782026-03-24T19:35:15.784Z Compiling icu_properties_data v2.1.2
4792026-03-24T19:35:15.932Z Compiling icu_normalizer_data v2.1.1
4802026-03-24T19:35:16.044Z Compiling rustix v1.1.3
4812026-03-24T19:35:16.158Z Compiling syn v2.0.117
4822026-03-24T19:35:16.246Z Compiling errno v0.3.14
4832026-03-24T19:35:16.268Z Compiling bitflags v2.11.0
4842026-03-24T19:35:16.449Z Compiling serde_json v1.0.149
4852026-03-24T19:35:16.685Z Compiling num-traits v0.2.19
4862026-03-24T19:35:16.722Z Compiling hashbrown v0.16.1
4872026-03-24T19:35:16.873Z Compiling equivalent v1.0.2
4882026-03-24T19:35:16.900Z Compiling smallvec v1.15.1
4892026-03-24T19:35:16.986Z Compiling pest_meta v2.8.6
4902026-03-24T19:35:17.180Z Compiling typeid v1.0.3
4912026-03-24T19:35:17.456Z Compiling indexmap v2.13.0
4922026-03-24T19:35:17.489Z Compiling thread-id v4.2.2
4932026-03-24T19:35:17.583Z Compiling proc-macro-error-attr v1.0.4
4942026-03-24T19:35:17.607Z Compiling usdt-impl v0.5.0
4952026-03-24T19:35:17.634Z Compiling syn v1.0.109
4962026-03-24T19:35:17.824Z Compiling erased-serde v0.4.9
4972026-03-24T19:35:17.932Z Compiling toml_write v0.1.2
4982026-03-24T19:35:18.206Z Compiling winnow v0.7.14
4992026-03-24T19:35:18.446Z Compiling proc-macro-error v1.0.4
5002026-03-24T19:35:18.513Z Compiling plain v0.2.3
5012026-03-24T19:35:18.660Z Compiling getrandom v0.4.1
5022026-03-24T19:35:18.687Z Compiling camino v1.2.2
5032026-03-24T19:35:19.106Z Compiling thiserror v2.0.18
5042026-03-24T19:35:19.111Z Compiling log v0.4.29
5052026-03-24T19:35:19.379Z Compiling utf8parse v0.2.2
5062026-03-24T19:35:19.410Z Compiling percent-encoding v2.3.2
5072026-03-24T19:35:19.441Z Compiling utf8_iter v1.0.4
5082026-03-24T19:35:19.526Z Compiling anstyle-parse v0.2.7
5092026-03-24T19:35:19.606Z Compiling form_urlencoded v1.2.2
5102026-03-24T19:35:19.635Z Compiling ordered-float v2.10.1
5112026-03-24T19:35:19.887Z Compiling synstructure v0.13.2
5122026-03-24T19:35:19.912Z Compiling pest_generator v2.8.6
5132026-03-24T19:35:20.006Z Compiling terminal_size v0.4.3
5142026-03-24T19:35:20.308Z Compiling anstyle v1.0.13
5152026-03-24T19:35:20.330Z Compiling is_terminal_polyfill v1.70.2
5162026-03-24T19:35:20.447Z Compiling cfg-if v1.0.4
5172026-03-24T19:35:20.451Z Compiling pretty-hex v0.4.1
5182026-03-24T19:35:20.451Z Compiling anstyle-query v1.1.5
5192026-03-24T19:35:20.543Z Compiling colorchoice v1.0.4
5202026-03-24T19:35:20.662Z Compiling anstream v0.6.21
5212026-03-24T19:35:20.691Z Compiling serde-untagged v0.1.9
5222026-03-24T19:35:20.763Z Compiling semver v1.0.27
5232026-03-24T19:35:20.862Z Compiling fs-err v3.3.0
5242026-03-24T19:35:21.012Z Compiling heck v0.4.1
5252026-03-24T19:35:21.078Z Compiling strsim v0.11.1
5262026-03-24T19:35:21.102Z Compiling unicode-width v0.1.14
5272026-03-24T19:35:21.202Z Compiling fnv v1.0.7
5282026-03-24T19:35:21.249Z Compiling bytecount v0.6.9
5292026-03-24T19:35:21.313Z Compiling anyhow v1.0.102
5302026-03-24T19:35:21.338Z Compiling fastrand v2.3.0
5312026-03-24T19:35:21.458Z Compiling once_cell v1.21.3
5322026-03-24T19:35:21.538Z Compiling unicode-xid v0.2.6
5332026-03-24T19:35:21.687Z Compiling clap_lex v1.0.0
5342026-03-24T19:35:21.709Z Compiling heck v0.5.0
5352026-03-24T19:35:21.758Z Compiling tempfile v3.25.0
5362026-03-24T19:35:21.835Z Compiling papergrid v0.11.0
5372026-03-24T19:35:21.999Z Compiling clap_builder v4.5.60
5382026-03-24T19:35:22.082Z Compiling memmap v0.7.0
5392026-03-24T19:35:22.181Z Compiling unicode-width v0.2.0
5402026-03-24T19:35:22.279Z Compiling unicode-linebreak v0.1.5
5412026-03-24T19:35:22.314Z Compiling smawk v0.3.2
5422026-03-24T19:35:22.473Z Compiling serde_derive v1.0.228
5432026-03-24T19:35:22.497Z Compiling zerofrom-derive v0.1.6
5442026-03-24T19:35:22.538Z Compiling yoke-derive v0.8.1
5452026-03-24T19:35:22.590Z Compiling zerovec-derive v0.11.2
5462026-03-24T19:35:22.771Z Compiling displaydoc v0.2.5
5472026-03-24T19:35:23.780Z Compiling thiserror-impl v1.0.69
5482026-03-24T19:35:23.855Z Compiling zerocopy-derive v0.7.35
5492026-03-24T19:35:24.116Z Compiling pest_derive v2.8.6
5502026-03-24T19:35:24.182Z Compiling scroll_derive v0.12.1
5512026-03-24T19:35:24.425Z Compiling zerofrom v0.1.6
5522026-03-24T19:35:24.603Z Compiling yoke v0.8.1
5532026-03-24T19:35:24.653Z Compiling thiserror-impl v2.0.18
5542026-03-24T19:35:24.850Z Compiling zerovec v0.11.5
5552026-03-24T19:35:25.064Z Compiling zerotrie v0.2.3
5562026-03-24T19:35:25.078Z Compiling zerocopy v0.7.35
5572026-03-24T19:35:25.416Z Compiling scroll v0.12.0
5582026-03-24T19:35:25.476Z Compiling tinystr v0.8.2
5592026-03-24T19:35:25.683Z Compiling potential_utf v0.1.4
5602026-03-24T19:35:25.746Z Compiling icu_locale_core v2.1.1
5612026-03-24T19:35:25.776Z Compiling dtrace-parser v0.2.0
5622026-03-24T19:35:25.861Z Compiling icu_collections v2.1.1
5632026-03-24T19:35:25.901Z Compiling goblin v0.8.2
5642026-03-24T19:35:26.376Z Compiling tabled_derive v0.7.0
5652026-03-24T19:35:26.505Z Compiling clap_derive v4.5.55
5662026-03-24T19:35:26.551Z Compiling textwrap v0.16.2
5672026-03-24T19:35:26.599Z Compiling icu_provider v2.1.1
5682026-03-24T19:35:26.988Z Compiling icu_properties v2.1.2
5692026-03-24T19:35:27.014Z Compiling icu_normalizer v2.1.1
5702026-03-24T19:35:27.291Z Compiling serde_spanned v0.6.9
5712026-03-24T19:35:27.477Z Compiling toml_datetime v0.6.11
5722026-03-24T19:35:27.538Z Compiling dof v0.3.0
5732026-03-24T19:35:27.562Z Compiling serde_tokenstream v0.2.3
5742026-03-24T19:35:27.607Z Compiling serde-value v0.7.0
5752026-03-24T19:35:27.735Z Compiling toml_edit v0.22.27
5762026-03-24T19:35:27.826Z Compiling cargo-platform v0.2.0
5772026-03-24T19:35:28.165Z Compiling tabled v0.15.0
5782026-03-24T19:35:28.174Z Compiling macaddr v1.0.1
5792026-03-24T19:35:28.238Z Compiling idna_adapter v1.2.1
5802026-03-24T19:35:28.424Z Compiling idna v1.1.0
5812026-03-24T19:35:28.568Z Compiling camino-tempfile v1.4.1
5822026-03-24T19:35:28.868Z Compiling url v2.5.8
5832026-03-24T19:35:28.893Z Compiling usdt-macro v0.5.0
5842026-03-24T19:35:28.919Z Compiling usdt-attr-macro v0.5.0
5852026-03-24T19:35:28.943Z Compiling clap v4.5.60
5862026-03-24T19:35:29.054Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5872026-03-24T19:35:29.374Z Compiling swrite v0.1.0
5882026-03-24T19:35:29.793Z Compiling toml v0.8.23
5892026-03-24T19:35:30.251Z Compiling usdt v0.5.0
5902026-03-24T19:35:30.306Z Compiling cargo-util-schemas v0.8.2
5912026-03-24T19:35:30.339Z Compiling cargo_toml v0.21.0
5922026-03-24T19:35:31.503Z Compiling cargo_metadata v0.21.0
5932026-03-24T19:35:32.796Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-24T19:35:35.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
5952026-03-24T19:35:35.968Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-24T19:35:36.731Z Downloading crates ...
5972026-03-24T19:35:36.848Z Downloaded adler2 v2.0.1
5982026-03-24T19:35:36.872Z Downloaded crossbeam-deque v0.8.6
5992026-03-24T19:35:36.880Z Downloaded convert_case v0.10.0
6002026-03-24T19:35:36.880Z Downloaded const_format v0.2.35
6012026-03-24T19:35:36.895Z Downloaded crossbeam-utils v0.8.21
6022026-03-24T19:35:36.895Z Downloaded bzip2 v0.4.4
6032026-03-24T19:35:36.895Z Downloaded ahash v0.8.12
6042026-03-24T19:35:36.895Z Downloaded aead v0.5.2
6052026-03-24T19:35:36.895Z Downloaded buf-list v1.1.2
6062026-03-24T19:35:36.895Z Downloaded blowfish v0.9.1
6072026-03-24T19:35:36.895Z Downloaded darling_macro v0.20.11
6082026-03-24T19:35:36.895Z Downloaded bitflags v1.3.2
6092026-03-24T19:35:36.895Z Downloaded dof v0.4.0
6102026-03-24T19:35:36.901Z Downloaded bitfield-struct v0.6.2
6112026-03-24T19:35:36.913Z Downloaded des v0.8.1
6122026-03-24T19:35:36.918Z Downloaded deranged v0.5.8
6132026-03-24T19:35:36.922Z Downloaded der_derive v0.7.3
6142026-03-24T19:35:36.922Z Downloaded block-padding v0.3.3
6152026-03-24T19:35:36.925Z Downloaded fixedbitset v0.4.2
6162026-03-24T19:35:36.928Z Downloaded enum-as-inner v0.6.1
6172026-03-24T19:35:36.932Z Downloaded ctr v0.9.2
6182026-03-24T19:35:36.937Z Downloaded defmt v0.3.100
6192026-03-24T19:35:36.937Z Downloaded cipher v0.4.4
6202026-03-24T19:35:36.937Z Downloaded crunchy v0.2.4
6212026-03-24T19:35:36.940Z Downloaded ff v0.13.1
6222026-03-24T19:35:36.940Z Downloaded byte-wrapper v0.1.0
6232026-03-24T19:35:36.944Z Downloaded display-error-chain v0.2.2
6242026-03-24T19:35:36.944Z Downloaded crc8 v0.1.1
6252026-03-24T19:35:36.947Z Downloaded ciborium-io v0.2.2
6262026-03-24T19:35:36.947Z Downloaded async-stream v0.3.6
6272026-03-24T19:35:36.947Z Downloaded foreign-types v0.5.0
6282026-03-24T19:35:36.951Z Downloaded flagset v0.4.7
6292026-03-24T19:35:36.951Z Downloaded diesel_table_macro_syntax v0.3.0
6302026-03-24T19:35:36.952Z Downloaded env_filter v1.0.0
6312026-03-24T19:35:36.957Z Downloaded cobs v0.3.0
6322026-03-24T19:35:36.957Z Downloaded bit-set v0.8.0
6332026-03-24T19:35:36.958Z Downloaded defmt-parser v1.0.0
6342026-03-24T19:35:36.958Z Downloaded embedded-io v0.6.1
6352026-03-24T19:35:36.966Z Downloaded derive_builder_macro v0.20.2
6362026-03-24T19:35:36.966Z Downloaded atomicwrites v0.4.4
6372026-03-24T19:35:36.966Z Downloaded defmt-macros v1.0.1
6382026-03-24T19:35:36.966Z Downloaded ciborium-ll v0.2.2
6392026-03-24T19:35:36.966Z Downloaded cfg_aliases v0.1.1
6402026-03-24T19:35:36.966Z Downloaded convert_case v0.4.0
6412026-03-24T19:35:36.966Z Downloaded ascii-canvas v3.0.0
6422026-03-24T19:35:36.966Z Downloaded cpufeatures v0.3.0
6432026-03-24T19:35:36.970Z Downloaded float-ord v0.3.2
6442026-03-24T19:35:36.970Z Downloaded dsl_auto_type v0.2.0
6452026-03-24T19:35:36.970Z Downloaded debug-ignore v1.0.5
6462026-03-24T19:35:36.973Z Downloaded darling_macro v0.23.0
6472026-03-24T19:35:36.973Z Downloaded bzip2 v0.6.1
6482026-03-24T19:35:36.973Z Downloaded darling_macro v0.21.3
6492026-03-24T19:35:36.977Z Downloaded dyn-clone v1.0.20
6502026-03-24T19:35:36.977Z Downloaded bitfield-macros v0.19.4
6512026-03-24T19:35:36.977Z Downloaded diesel-dtrace v0.5.0
6522026-03-24T19:35:36.981Z Downloaded derive-ex v0.1.8
6532026-03-24T19:35:36.981Z Downloaded data-encoding v2.10.0
6542026-03-24T19:35:36.981Z Downloaded async-stream-impl v0.3.6
6552026-03-24T19:35:36.984Z Downloaded dirs-sys-next v0.1.2
6562026-03-24T19:35:36.984Z Downloaded crucible-workspace-hack v0.1.0
6572026-03-24T19:35:36.988Z Downloaded base16ct v0.2.0
6582026-03-24T19:35:36.988Z Downloaded assert_matches v1.5.0
6592026-03-24T19:35:36.992Z Downloaded cfg_aliases v0.2.1
6602026-03-24T19:35:36.992Z Downloaded curve25519-dalek-derive v0.1.1
6612026-03-24T19:35:36.996Z Downloaded bb8 v0.8.6
6622026-03-24T19:35:36.996Z Downloaded dropshot-api-manager-types v0.6.0
6632026-03-24T19:35:37.000Z Downloaded crc v3.4.0
6642026-03-24T19:35:37.000Z Downloaded crc-catalog v2.4.0
6652026-03-24T19:35:37.000Z Downloaded dtrace-parser v0.3.0
6662026-03-24T19:35:37.054Z Downloaded difflib v0.4.0
6672026-03-24T19:35:37.054Z Downloaded async-recursion v1.1.1
6682026-03-24T19:35:37.064Z Downloaded foreign-types v0.3.2
6692026-03-24T19:35:37.064Z Downloaded endian-type v0.1.2
6702026-03-24T19:35:37.064Z Downloaded foreign-types-shared v0.3.1
6712026-03-24T19:35:37.064Z Downloaded castaway v0.2.4
6722026-03-24T19:35:37.064Z Downloaded fd-lock v4.0.4
6732026-03-24T19:35:37.064Z Downloaded downcast-rs v2.0.2
6742026-03-24T19:35:37.064Z Downloaded array-init v0.0.4
6752026-03-24T19:35:37.064Z Downloaded cargo-platform v0.1.9
6762026-03-24T19:35:37.064Z Downloaded float-cmp v0.10.0
6772026-03-24T19:35:37.064Z Downloaded embedded-io v0.4.0
6782026-03-24T19:35:37.064Z Downloaded defmt v1.0.1
6792026-03-24T19:35:37.064Z Downloaded allocator-api2 v0.2.21
6802026-03-24T19:35:37.064Z Downloaded darling v0.23.0
6812026-03-24T19:35:37.064Z Downloaded dunce v1.0.5
6822026-03-24T19:35:37.064Z Downloaded futures-core v0.3.32
6832026-03-24T19:35:37.064Z Downloaded bcrypt-pbkdf v0.10.0
6842026-03-24T19:35:37.064Z Downloaded atty v0.2.14
6852026-03-24T19:35:37.064Z Downloaded bit-set v0.5.3
6862026-03-24T19:35:37.064Z Downloaded arrayref v0.3.9
6872026-03-24T19:35:37.065Z Downloaded foreign-types-shared v0.1.1
6882026-03-24T19:35:37.065Z Downloaded futures-io v0.3.32
6892026-03-24T19:35:37.065Z Downloaded foreign-types-macros v0.2.3
6902026-03-24T19:35:37.065Z Downloaded document-features v0.2.12
6912026-03-24T19:35:37.065Z Downloaded funty v2.0.0
6922026-03-24T19:35:37.065Z Downloaded cstr-argument v0.1.2
6932026-03-24T19:35:37.065Z Downloaded camino-tempfile-ext v0.3.3
6942026-03-24T19:35:37.065Z Downloaded base16ct v1.0.0
6952026-03-24T19:35:37.065Z Downloaded futures-task v0.3.32
6962026-03-24T19:35:37.065Z Downloaded git-stub v1.0.0
6972026-03-24T19:35:37.065Z Downloaded headers-core v0.3.0
6982026-03-24T19:35:37.065Z Downloaded hash32 v0.3.1
6992026-03-24T19:35:37.069Z Downloaded globwalk v0.9.1
7002026-03-24T19:35:37.077Z Downloaded hex v0.4.3
7012026-03-24T19:35:37.078Z Downloaded ghash v0.5.1
7022026-03-24T19:35:37.078Z Downloaded gethostname v0.5.0
7032026-03-24T19:35:37.078Z Downloaded erased-serde v0.3.31
7042026-03-24T19:35:37.078Z Downloaded find-msvc-tools v0.1.9
7052026-03-24T19:35:37.078Z Downloaded constant_time_eq v0.4.2
7062026-03-24T19:35:37.082Z Downloaded dirs-next v2.0.0
7072026-03-24T19:35:37.082Z Downloaded derive_more v2.1.1
7082026-03-24T19:35:37.082Z Downloaded foldhash v0.2.0
7092026-03-24T19:35:37.082Z Downloaded fixedbitset v0.5.7
7102026-03-24T19:35:37.086Z Downloaded hash32 v0.2.1
7112026-03-24T19:35:37.086Z Downloaded bitfield v0.19.4
7122026-03-24T19:35:37.090Z Downloaded hex-literal v0.4.1
7132026-03-24T19:35:37.090Z Downloaded drift v0.1.3
7142026-03-24T19:35:37.093Z Downloaded bit-vec v0.6.3
7152026-03-24T19:35:37.094Z Downloaded daft v0.1.5
7162026-03-24T19:35:37.097Z Downloaded derive-where v1.6.0
7172026-03-24T19:35:37.100Z Downloaded ecdsa v0.16.9
7182026-03-24T19:35:37.100Z Downloaded home v0.5.12
7192026-03-24T19:35:37.103Z Downloaded bumpalo v3.20.2
7202026-03-24T19:35:37.103Z Downloaded hostname v0.4.2
7212026-03-24T19:35:37.106Z Downloaded blake2 v0.10.6
7222026-03-24T19:35:37.106Z Downloaded http-range v0.1.5
7232026-03-24T19:35:37.109Z Downloaded env_logger v0.11.9
7242026-03-24T19:35:37.110Z Downloaded ena v0.14.4
7252026-03-24T19:35:37.113Z Downloaded hubpack_derive v0.1.1
7262026-03-24T19:35:37.113Z Downloaded derive_builder_core v0.20.2
7272026-03-24T19:35:37.113Z Downloaded fs_extra v1.3.0
7282026-03-24T19:35:37.118Z Downloaded filetime v0.2.27
7292026-03-24T19:35:37.118Z Downloaded httpdate v1.0.3
7302026-03-24T19:35:37.121Z Downloaded futures-sink v0.3.32
7312026-03-24T19:35:37.121Z Downloaded futures-executor v0.3.32
7322026-03-24T19:35:37.121Z Downloaded ed25519 v2.2.3
7332026-03-24T19:35:37.122Z Downloaded http-body v1.0.1
7342026-03-24T19:35:37.125Z Downloaded glob v0.3.3
7352026-03-24T19:35:37.125Z Downloaded ident_case v1.0.1
7362026-03-24T19:35:37.125Z Downloaded group v0.13.0
7372026-03-24T19:35:37.128Z Downloaded git-stub-vcs v0.1.0
7382026-03-24T19:35:37.128Z Downloaded colored v2.2.0
7392026-03-24T19:35:37.131Z Downloaded hyper-tls v0.6.0
7402026-03-24T19:35:37.134Z Downloaded internet-checksum v0.2.1
7412026-03-24T19:35:37.134Z Downloaded backon v1.6.0
7422026-03-24T19:35:37.137Z Downloaded chacha20 v0.10.0
7432026-03-24T19:35:37.137Z Downloaded base64ct v1.8.3
7442026-03-24T19:35:37.140Z Downloaded instability v0.3.11
7452026-03-24T19:35:37.143Z Downloaded indent_write v2.2.0
7462026-03-24T19:35:37.143Z Downloaded inout v0.1.4
7472026-03-24T19:35:37.143Z Downloaded indoc v1.0.9
7482026-03-24T19:35:37.146Z Downloaded bytes v1.11.1
7492026-03-24T19:35:37.150Z Downloaded argon2 v0.5.3
7502026-03-24T19:35:37.154Z Downloaded console v0.15.11
7512026-03-24T19:35:37.154Z Downloaded darling v0.20.11
7522026-03-24T19:35:37.157Z Downloaded async-trait v0.1.89
7532026-03-24T19:35:37.160Z Downloaded derive_builder v0.20.2
7542026-03-24T19:35:37.163Z Downloaded is_ci v1.2.0
7552026-03-24T19:35:37.167Z Downloaded keccak v0.1.6
7562026-03-24T19:35:37.167Z Downloaded is-terminal v0.4.17
7572026-03-24T19:35:37.167Z Downloaded instant v0.1.13
7582026-03-24T19:35:37.170Z Downloaded kstat-rs v0.2.4
7592026-03-24T19:35:37.170Z Downloaded crc32fast v1.5.0
7602026-03-24T19:35:37.173Z Downloaded corncobs v0.1.4
7612026-03-24T19:35:37.173Z Downloaded hostname v0.3.1
7622026-03-24T19:35:37.173Z Downloaded clang-sys v1.8.1
7632026-03-24T19:35:37.177Z Downloaded lazy_static v1.5.0
7642026-03-24T19:35:37.180Z Downloaded highway v1.3.0
7652026-03-24T19:35:37.180Z Downloaded lalrpop-util v0.19.12
7662026-03-24T19:35:37.180Z Downloaded diff v0.1.13
7672026-03-24T19:35:37.183Z Downloaded ciborium v0.2.2
7682026-03-24T19:35:37.186Z Downloaded foldhash v0.1.5
7692026-03-24T19:35:37.189Z Downloaded http-body-util v0.1.3
7702026-03-24T19:35:37.189Z Downloaded futures-channel v0.3.32
7712026-03-24T19:35:37.192Z Downloaded linked-hash-map v0.5.6
7722026-03-24T19:35:37.192Z Downloaded fallible-iterator v0.2.0
7732026-03-24T19:35:37.192Z Downloaded colored v3.1.1
7742026-03-24T19:35:37.195Z Downloaded humantime v2.3.0
7752026-03-24T19:35:37.198Z Downloaded fs-err v2.11.0
7762026-03-24T19:35:37.198Z Downloaded maybe-uninit v2.0.0
7772026-03-24T19:35:37.202Z Downloaded maplit v1.0.2
7782026-03-24T19:35:37.202Z Downloaded lru-slab v0.1.2
7792026-03-24T19:35:37.202Z Downloaded cargo_toml v0.22.3
7802026-03-24T19:35:37.206Z Downloaded globset v0.4.18
7812026-03-24T19:35:37.206Z Downloaded memoffset v0.9.1
7822026-03-24T19:35:37.206Z Downloaded match_cfg v0.1.0
7832026-03-24T19:35:37.206Z Downloaded md5 v0.7.0
7842026-03-24T19:35:37.209Z Downloaded ingot v0.1.1
7852026-03-24T19:35:37.209Z Downloaded cookie_store v0.22.1
7862026-03-24T19:35:37.212Z Downloaded managed v0.8.0
7872026-03-24T19:35:37.212Z Downloaded lru v0.12.5
7882026-03-24T19:35:37.215Z Downloaded md-5 v0.10.6
7892026-03-24T19:35:37.215Z Downloaded lzss v0.8.2
7902026-03-24T19:35:37.220Z Downloaded ingot-types v0.1.2
7912026-03-24T19:35:37.220Z Downloaded cookie v0.18.1
7922026-03-24T19:35:37.223Z Downloaded darling_core v0.20.11
7932026-03-24T19:35:37.223Z Downloaded ipnet v2.11.0
7942026-03-24T19:35:37.226Z Downloaded newline-converter v0.3.0
7952026-03-24T19:35:37.226Z Downloaded new_debug_unreachable v1.0.6
7962026-03-24T19:35:37.229Z Downloaded half v1.8.3
7972026-03-24T19:35:37.229Z Downloaded dropshot_endpoint v0.16.7
7982026-03-24T19:35:37.232Z Downloaded async-bb8-diesel v0.2.1
7992026-03-24T19:35:37.235Z Downloaded ar_archive_writer v0.5.1
8002026-03-24T19:35:37.238Z Downloaded num v0.4.3
8012026-03-24T19:35:37.238Z Downloaded crossbeam-epoch v0.9.18
8022026-03-24T19:35:37.241Z Downloaded indoc v2.0.7
8032026-03-24T19:35:37.244Z Downloaded ipnetwork v0.21.1
8042026-03-24T19:35:37.244Z Downloaded derive_more v0.99.20
8052026-03-24T19:35:37.248Z Downloaded num-iter v0.1.45
8062026-03-24T19:35:37.251Z Downloaded num-conv v0.2.0
8072026-03-24T19:35:37.251Z Downloaded crypto-bigint v0.5.5
8082026-03-24T19:35:37.255Z Downloaded newtype-uuid-macros v0.1.0
8092026-03-24T19:35:37.259Z Downloaded normalize-line-endings v0.3.0
8102026-03-24T19:35:37.259Z Downloaded nodrop v0.1.14
8112026-03-24T19:35:37.266Z Downloaded jobserver v0.1.34
8122026-03-24T19:35:37.266Z Downloaded crossterm v0.29.0
8132026-03-24T19:35:37.269Z Downloaded num-derive v0.4.2
8142026-03-24T19:35:37.269Z Downloaded num_threads v0.1.7
8152026-03-24T19:35:37.269Z Downloaded olpc-cjson v0.1.4
8162026-03-24T19:35:37.269Z Downloaded num_enum_derive v0.5.11
8172026-03-24T19:35:37.273Z Downloaded libsw-core v0.3.2
8182026-03-24T19:35:37.273Z Downloaded lock_api v0.4.14
8192026-03-24T19:35:37.276Z Downloaded nonempty v0.12.0
8202026-03-24T19:35:37.276Z Downloaded newtype_derive v0.1.6
8212026-03-24T19:35:37.280Z Downloaded futures v0.3.32
8222026-03-24T19:35:37.283Z Downloaded httparse v1.10.1
8232026-03-24T19:35:37.283Z Downloaded num-derive v0.3.3
8242026-03-24T19:35:37.286Z Downloaded mime v0.3.17
8252026-03-24T19:35:37.286Z Downloaded linear-map v1.2.0
8262026-03-24T19:35:37.289Z Downloaded libloading v0.8.9
8272026-03-24T19:35:37.289Z Downloaded openssl-probe v0.1.6
8282026-03-24T19:35:37.292Z Downloaded openssl-macros v0.1.1
8292026-03-24T19:35:37.292Z Downloaded darling v0.21.3
8302026-03-24T19:35:37.295Z Downloaded iana-time-zone v0.1.65
8312026-03-24T19:35:37.299Z Downloaded getrandom v0.3.4
8322026-03-24T19:35:37.302Z Downloaded openssl-probe v0.2.1
8332026-03-24T19:35:37.302Z Downloaded oso-derive v0.27.3
8342026-03-24T19:35:37.302Z Downloaded ingot-macros v0.1.1
8352026-03-24T19:35:37.306Z Downloaded packed_struct_codegen v0.10.1
8362026-03-24T19:35:37.306Z Downloaded mime_guess v2.0.5
8372026-03-24T19:35:37.310Z Downloaded nanorand v0.7.0
8382026-03-24T19:35:37.310Z Downloaded crc-any v2.5.0
8392026-03-24T19:35:37.313Z Downloaded fatfs v0.3.6
8402026-03-24T19:35:37.317Z Downloaded darling_core v0.23.0
8412026-03-24T19:35:37.320Z Downloaded darling_core v0.21.3
8422026-03-24T19:35:37.324Z Downloaded nu-ansi-term v0.50.3
8432026-03-24T19:35:37.324Z Downloaded path-slash v0.1.5
8442026-03-24T19:35:37.327Z Downloaded parse-size v1.1.0
8452026-03-24T19:35:37.327Z Downloaded hickory-client v0.25.2
8462026-03-24T19:35:37.331Z Downloaded pbkdf2 v0.12.2
8472026-03-24T19:35:37.331Z Downloaded parse-display v0.10.0
8482026-03-24T19:35:37.331Z Downloaded nibble_vec v0.1.0
8492026-03-24T19:35:37.335Z Downloaded native-tls v0.2.18
8502026-03-24T19:35:37.335Z Downloaded peg-runtime v0.8.5
8512026-03-24T19:35:37.335Z Downloaded multer v3.1.0
8522026-03-24T19:35:37.339Z Downloaded compact_str v0.8.1
8532026-03-24T19:35:37.342Z Downloaded pin-utils v0.1.0
8542026-03-24T19:35:37.342Z Downloaded newtype-uuid v1.3.2
8552026-03-24T19:35:37.343Z Downloaded flume v0.11.1
8562026-03-24T19:35:37.346Z Downloaded phf_shared v0.11.3
8572026-03-24T19:35:37.347Z Downloaded elliptic-curve v0.13.8
8582026-03-24T19:35:37.350Z Downloaded opaque-debug v0.3.1
8592026-03-24T19:35:37.350Z Downloaded num_enum v0.7.5
8602026-03-24T19:35:37.354Z Downloaded phf_shared v0.13.1
8612026-03-24T19:35:37.357Z Downloaded num-rational v0.4.2
8622026-03-24T19:35:37.358Z Downloaded phf_shared v0.12.1
8632026-03-24T19:35:37.358Z Downloaded num-integer v0.1.46
8642026-03-24T19:35:37.364Z Downloaded litrs v1.0.0
8652026-03-24T19:35:37.364Z Downloaded precomputed-hash v0.1.1
8662026-03-24T19:35:37.369Z Downloaded num-complex v0.4.6
8672026-03-24T19:35:37.369Z Downloaded powerfmt v0.2.0
8682026-03-24T19:35:37.369Z Downloaded num_enum_derive v0.7.5
8692026-03-24T19:35:37.369Z Downloaded hyper-rustls v0.27.7
8702026-03-24T19:35:37.370Z Downloaded libefi-sys v0.1.0
8712026-03-24T19:35:37.373Z Downloaded der v0.7.10
8722026-03-24T19:35:37.373Z Downloaded aes v0.8.4
8732026-03-24T19:35:37.377Z Downloaded chacha20poly1305 v0.10.1
8742026-03-24T19:35:37.380Z Downloaded memmap2 v0.9.10
8752026-03-24T19:35:37.380Z Downloaded predicates-core v1.0.10
8762026-03-24T19:35:37.381Z Downloaded ignore v0.4.25
8772026-03-24T19:35:37.384Z Downloaded half v2.7.1
8782026-03-24T19:35:37.388Z Downloaded proc-macro-error-attr2 v2.0.0
8792026-03-24T19:35:37.388Z Downloaded proc-macro-crate v1.3.1
8802026-03-24T19:35:37.388Z Downloaded hmac v0.12.1
8812026-03-24T19:35:37.392Z Downloaded predicates-tree v1.0.13
8822026-03-24T19:35:37.392Z Downloaded oxide-tokio-rt v0.1.3
8832026-03-24T19:35:37.392Z Downloaded progenitor-client v0.10.0
8842026-03-24T19:35:37.395Z Downloaded proc-macro-crate v3.4.0
8852026-03-24T19:35:37.395Z Downloaded progenitor-client v0.11.2
8862026-03-24T19:35:37.398Z Downloaded parking_lot_core v0.8.6
8872026-03-24T19:35:37.398Z Downloaded heapless v0.8.0
8882026-03-24T19:35:37.401Z Downloaded heapless v0.7.17
8892026-03-24T19:35:37.404Z Downloaded flate2 v1.1.9
8902026-03-24T19:35:37.408Z Downloaded pbkdf2 v0.11.0
8912026-03-24T19:35:37.411Z Downloaded paste v1.0.15
8922026-03-24T19:35:37.415Z Downloaded password-hash v0.4.2
8932026-03-24T19:35:37.415Z Downloaded dropshot-api-manager v0.6.0
8942026-03-24T19:35:37.418Z Downloaded progenitor-macro v0.13.0
8952026-03-24T19:35:37.418Z Downloaded progenitor-macro v0.10.0
8962026-03-24T19:35:37.422Z Downloaded crossterm v0.28.1
8972026-03-24T19:35:37.427Z Downloaded quick-error v1.2.3
8982026-03-24T19:35:37.427Z Downloaded psl-types v2.0.11
8992026-03-24T19:35:37.430Z Downloaded phf v0.12.1
9002026-03-24T19:35:37.431Z Downloaded ed25519-dalek v2.2.0
9012026-03-24T19:35:37.431Z Downloaded peg v0.8.5
9022026-03-24T19:35:37.435Z Downloaded pem-rfc7468 v0.7.0
9032026-03-24T19:35:37.435Z Downloaded cc v1.2.56
9042026-03-24T19:35:37.439Z Downloaded base64 v0.21.7
9052026-03-24T19:35:37.443Z Downloaded pin-project-internal v1.1.11
9062026-03-24T19:35:37.443Z Downloaded pem v3.0.6
9072026-03-24T19:35:37.447Z Downloaded postgres-protocol v0.6.10
9082026-03-24T19:35:37.447Z Downloaded pkcs8 v0.10.2
9092026-03-24T19:35:37.450Z Downloaded pin-project-lite v0.2.17
9102026-03-24T19:35:37.454Z Downloaded rand_chacha v0.3.1
9112026-03-24T19:35:37.454Z Downloaded radium v0.7.0
9122026-03-24T19:35:37.458Z Downloaded base64 v0.22.1
9132026-03-24T19:35:37.458Z Downloaded omicron-zone-package v0.12.2
9142026-03-24T19:35:37.461Z Downloaded libbz2-rs-sys v0.2.2
9152026-03-24T19:35:37.465Z Downloaded indexmap v1.9.3
9162026-03-24T19:35:37.465Z Downloaded phf v0.13.1
9172026-03-24T19:35:37.468Z Downloaded predicates v3.1.4
9182026-03-24T19:35:37.468Z Downloaded rand_xorshift v0.4.0
9192026-03-24T19:35:37.472Z Downloaded primeorder v0.13.6
9202026-03-24T19:35:37.472Z Downloaded ppv-lite86 v0.2.21
9212026-03-24T19:35:37.472Z Downloaded recursive-proc-macro-impl v0.1.1
9222026-03-24T19:35:37.475Z Downloaded recursive v0.1.1
9232026-03-24T19:35:37.476Z Downloaded oxnet v0.1.4
9242026-03-24T19:35:37.476Z Downloaded polyval v0.6.2
9252026-03-24T19:35:37.479Z Downloaded ref-cast-impl v1.0.25
9262026-03-24T19:35:37.479Z Downloaded ref-cast v1.0.25
9272026-03-24T19:35:37.483Z Downloaded owo-colors v4.3.0
9282026-03-24T19:35:37.483Z Downloaded progenitor v0.11.2
9292026-03-24T19:35:37.483Z Downloaded diesel_derives v2.3.7
9302026-03-24T19:35:37.488Z Downloaded rfc6979 v0.4.0
9312026-03-24T19:35:37.492Z Downloaded derive_more-impl v2.1.1
9322026-03-24T19:35:37.497Z Downloaded progenitor v0.10.0
9332026-03-24T19:35:37.497Z Downloaded parking_lot v0.11.2
9342026-03-24T19:35:37.501Z Downloaded progenitor-macro v0.11.2
9352026-03-24T19:35:37.501Z Downloaded progenitor-client v0.13.0
9362026-03-24T19:35:37.501Z Downloaded proc-macro-error2 v2.0.1
9372026-03-24T19:35:37.504Z Downloaded peg-macros v0.8.5
9382026-03-24T19:35:37.505Z Downloaded parking_lot_core v0.9.12
9392026-03-24T19:35:37.508Z Downloaded parking_lot v0.12.5
9402026-03-24T19:35:37.508Z Downloaded progenitor-extras v0.1.1
9412026-03-24T19:35:37.512Z Downloaded rustc_version v0.1.7
9422026-03-24T19:35:37.512Z Downloaded russh-cryptovec v0.7.3
9432026-03-24T19:35:37.512Z Downloaded rustc_version v0.4.1
9442026-03-24T19:35:37.512Z Downloaded rustc-hash v2.1.1
9452026-03-24T19:35:37.515Z Downloaded rtoolbox v0.0.3
9462026-03-24T19:35:37.515Z Downloaded psm v0.1.30
9472026-03-24T19:35:37.519Z Downloaded progenitor v0.13.0
9482026-03-24T19:35:37.519Z Downloaded r2d2 v0.8.10
9492026-03-24T19:35:37.522Z Downloaded indicatif v0.18.4
9502026-03-24T19:35:37.525Z Downloaded headers v0.4.1
9512026-03-24T19:35:37.528Z Downloaded pkg-config v0.3.32
9522026-03-24T19:35:37.528Z Downloaded num_enum v0.5.11
9532026-03-24T19:35:37.532Z Downloaded pkcs1 v0.7.5
9542026-03-24T19:35:37.535Z Downloaded poly1305 v0.8.0
9552026-03-24T19:35:37.539Z Downloaded parse-display-derive v0.10.0
9562026-03-24T19:35:37.539Z Downloaded rand_seeder v0.4.0
9572026-03-24T19:35:37.539Z Downloaded rand_core v0.9.5
9582026-03-24T19:35:37.543Z Downloaded rand_core v0.6.4
9592026-03-24T19:35:37.543Z Downloaded pkcs5 v0.7.1
9602026-03-24T19:35:37.547Z Downloaded oso v0.27.3
9612026-03-24T19:35:37.550Z Downloaded hickory-resolver v0.25.2
9622026-03-24T19:35:37.553Z Downloaded scrypt v0.11.0
9632026-03-24T19:35:37.554Z Downloaded scheduled-thread-pool v0.2.7
9642026-03-24T19:35:37.554Z Downloaded scroll_derive v0.13.1
9652026-03-24T19:35:37.557Z Downloaded salsa20 v0.10.2
9662026-03-24T19:35:37.557Z Downloaded postcard v1.1.3
9672026-03-24T19:35:37.561Z Downloaded rand_chacha v0.9.0
9682026-03-24T19:35:37.561Z Downloaded sapling-renderdag v0.1.0
9692026-03-24T19:35:37.561Z Downloaded packed_struct v0.10.1
9702026-03-24T19:35:37.564Z Downloaded rand_core v0.10.0
9712026-03-24T19:35:37.564Z Downloaded expectorate v1.2.0
9722026-03-24T19:35:37.568Z Downloaded password-hash v0.5.0
9732026-03-24T19:35:37.568Z Downloaded crossbeam-channel v0.5.15
9742026-03-24T19:35:37.571Z Downloaded postgres-types v0.2.12
9752026-03-24T19:35:37.575Z Downloaded arc-swap v1.8.2
9762026-03-24T19:35:37.578Z Downloaded serde-big-array v0.5.1
9772026-03-24T19:35:37.578Z Downloaded same-file v1.0.6
9782026-03-24T19:35:37.582Z Downloaded libsw v3.5.0
9792026-03-24T19:35:37.582Z Downloaded libscf-sys v1.1.0
9802026-03-24T19:35:37.582Z Downloaded semver v0.1.20
9812026-03-24T19:35:37.586Z Downloaded multimap v0.10.1
9822026-03-24T19:35:37.586Z Downloaded impl-trait-for-tuples v0.2.3
9832026-03-24T19:35:37.586Z Downloaded lru-cache v0.1.2
9842026-03-24T19:35:37.591Z Downloaded hyper-staticfile v0.10.1
9852026-03-24T19:35:37.591Z Downloaded secrecy v0.10.3
9862026-03-24T19:35:37.591Z Downloaded secrecy v0.8.0
9872026-03-24T19:35:37.595Z Downloaded resolv-conf v0.7.6
9882026-03-24T19:35:37.595Z Downloaded seq-macro v0.3.6
9892026-03-24T19:35:37.595Z Downloaded papergrid v0.17.0
9902026-03-24T19:35:37.599Z Downloaded serde_urlencoded v0.7.1
9912026-03-24T19:35:37.602Z Downloaded getrandom v0.2.17
9922026-03-24T19:35:37.603Z Downloaded cmake v0.1.57
9932026-03-24T19:35:37.606Z Downloaded hubpack v0.1.2
9942026-03-24T19:35:37.606Z Downloaded cassowary v0.3.0
9952026-03-24T19:35:37.606Z Downloaded pin-project v1.1.11
9962026-03-24T19:35:37.614Z Downloaded serde_repr v0.1.20
9972026-03-24T19:35:37.633Z Downloaded signal-hook-mio v0.2.5
9982026-03-24T19:35:37.633Z Downloaded shell-words v1.1.1
9992026-03-24T19:35:37.633Z Downloaded rustls-pemfile v1.0.4
10002026-03-24T19:35:37.633Z Downloaded signal-hook-tokio v0.3.1
10012026-03-24T19:35:37.633Z Downloaded rustls-native-certs v0.8.3
10022026-03-24T19:35:37.633Z Downloaded signature v2.2.0
10032026-03-24T19:35:37.638Z Downloaded jiff-static v0.2.21
10042026-03-24T19:35:37.638Z Downloaded rustversion v1.0.22
10052026-03-24T19:35:37.638Z Downloaded hashbrown v0.12.3
10062026-03-24T19:35:37.639Z Downloaded miniz_oxide v0.8.9
10072026-03-24T19:35:37.639Z Downloaded hickory-resolver v0.24.4
10082026-03-24T19:35:37.642Z Downloaded siphasher v1.0.2
10092026-03-24T19:35:37.642Z Downloaded serde_spanned v1.0.4
10102026-03-24T19:35:37.642Z Downloaded slog-bunyan v2.5.0
10112026-03-24T19:35:37.642Z Downloaded sha1 v0.10.6
10122026-03-24T19:35:37.645Z Downloaded serde_bytes v0.11.19
10132026-03-24T19:35:37.646Z Downloaded cancel-safe-futures v0.1.5
10142026-03-24T19:35:37.651Z Downloaded rustls-pemfile v2.2.0
10152026-03-24T19:35:37.651Z Downloaded const_format_proc_macros v0.2.34
10162026-03-24T19:35:37.655Z Downloaded minimal-lexical v0.2.1
10172026-03-24T19:35:37.655Z Downloaded chacha20 v0.9.1
10182026-03-24T19:35:37.659Z Downloaded rusty-fork v0.3.1
10192026-03-24T19:35:37.659Z Downloaded bit-vec v0.8.0
10202026-03-24T19:35:37.659Z Downloaded bcs v0.1.6
10212026-03-24T19:35:37.663Z Downloaded slog-envlogger v2.2.0
10222026-03-24T19:35:37.663Z Downloaded either v1.15.0
10232026-03-24T19:35:37.667Z Downloaded daft-derive v0.1.5
10242026-03-24T19:35:37.667Z Downloaded schemars_derive v0.8.22
10252026-03-24T19:35:37.670Z Downloaded p256 v0.13.2
10262026-03-24T19:35:37.671Z Downloaded sec1 v0.7.3
10272026-03-24T19:35:37.675Z Downloaded prefix-trie v0.7.0
10282026-03-24T19:35:37.678Z Downloaded scroll v0.13.0
10292026-03-24T19:35:37.678Z Downloaded scopeguard v1.2.0
10302026-03-24T19:35:37.678Z Downloaded serde_plain v1.0.2
10312026-03-24T19:35:37.682Z Downloaded serde_path_to_error v0.1.20
10322026-03-24T19:35:37.682Z Downloaded serde-hex v0.1.0
10332026-03-24T19:35:37.682Z Downloaded sqlparser_derive v0.5.0
10342026-03-24T19:35:37.682Z Downloaded sct v0.7.1
10352026-03-24T19:35:37.686Z Downloaded ssh-encoding v0.2.0
10362026-03-24T19:35:37.689Z Downloaded quinn-udp v0.5.14
10372026-03-24T19:35:37.689Z Downloaded aho-corasick v1.1.4
10382026-03-24T19:35:37.693Z Downloaded ssh-cipher v0.2.0
10392026-03-24T19:35:37.696Z Downloaded csv-core v0.1.13
10402026-03-24T19:35:37.696Z Downloaded const-oid v0.9.6
10412026-03-24T19:35:37.700Z Downloaded progenitor-impl v0.10.0
10422026-03-24T19:35:37.700Z Downloaded console v0.16.2
10432026-03-24T19:35:37.704Z Downloaded http v1.4.0
10442026-03-24T19:35:37.704Z Downloaded fxhash v0.2.1
10452026-03-24T19:35:37.708Z Downloaded russh-keys v0.45.0
10462026-03-24T19:35:37.708Z Downloaded critical-section v1.2.0
10472026-03-24T19:35:37.708Z Downloaded cexpr v0.6.0
10482026-03-24T19:35:37.711Z Downloaded strum v0.27.2
10492026-03-24T19:35:37.711Z Downloaded strum v0.26.3
10502026-03-24T19:35:37.712Z Downloaded strip-ansi-escapes v0.2.1
10512026-03-24T19:35:37.715Z Downloaded structmeta v0.3.0
10522026-03-24T19:35:37.715Z Downloaded simd-adler32 v0.3.8
10532026-03-24T19:35:37.718Z Downloaded sigpipe v0.1.3
10542026-03-24T19:35:37.718Z Downloaded signal-hook-registry v1.4.8
10552026-03-24T19:35:37.718Z Downloaded shlex v1.3.0
10562026-03-24T19:35:37.722Z Downloaded pretty_assertions v1.4.1
10572026-03-24T19:35:37.722Z Downloaded hickory-server v0.25.2
10582026-03-24T19:35:37.726Z Downloaded aes-gcm v0.10.3
10592026-03-24T19:35:37.729Z Downloaded slab v0.4.12
10602026-03-24T19:35:37.729Z Downloaded cbc v0.1.2
10612026-03-24T19:35:37.732Z Downloaded cargo_metadata v0.19.2
10622026-03-24T19:35:37.732Z Downloaded structmeta-derive v0.3.0
10632026-03-24T19:35:37.732Z Downloaded sync-ptr v0.1.4
10642026-03-24T19:35:37.736Z Downloaded supports-color v3.0.2
10652026-03-24T19:35:37.736Z Downloaded rcgen v0.12.1
10662026-03-24T19:35:37.739Z Downloaded slog-async v2.8.0
10672026-03-24T19:35:37.740Z Downloaded smf v0.2.3
10682026-03-24T19:35:37.740Z Downloaded rustls-pki-types v1.14.0
10692026-03-24T19:35:37.743Z Downloaded slog-stdlog v4.1.1
10702026-03-24T19:35:37.743Z Downloaded slog-scope v4.4.1
10712026-03-24T19:35:37.747Z Downloaded subtle v2.6.1
10722026-03-24T19:35:37.747Z Downloaded backoff v0.4.0
10732026-03-24T19:35:37.747Z Downloaded arrayvec v0.7.6
10742026-03-24T19:35:37.750Z Downloaded smallvec v0.6.14
10752026-03-24T19:35:37.750Z Downloaded take_mut v0.2.2
10762026-03-24T19:35:37.754Z Downloaded tabled_derive v0.11.0
10772026-03-24T19:35:37.754Z Downloaded slog-term v2.9.2
10782026-03-24T19:35:37.757Z Downloaded sync_wrapper v1.0.2
10792026-03-24T19:35:37.757Z Downloaded openssl-sys v0.9.111
10802026-03-24T19:35:37.761Z Downloaded termtree v0.5.1
10812026-03-24T19:35:37.761Z Downloaded progenitor-impl v0.13.0
10822026-03-24T19:35:37.765Z Downloaded slog-dtrace v0.3.0
10832026-03-24T19:35:37.765Z Downloaded hyper-util v0.1.20
10842026-03-24T19:35:37.768Z Downloaded tagptr v0.2.0
10852026-03-24T19:35:37.772Z Downloaded tap v1.0.1
10862026-03-24T19:35:37.772Z Downloaded snafu-derive v0.8.9
10872026-03-24T19:35:37.772Z Downloaded hashbrown v0.13.2
10882026-03-24T19:35:37.776Z Downloaded thiserror-impl-no-std v2.0.2
10892026-03-24T19:35:37.779Z Downloaded testing_table v0.3.0
10902026-03-24T19:35:37.779Z Downloaded stringprep v0.1.5
10912026-03-24T19:35:37.784Z Downloaded static_assertions v1.1.0
10922026-03-24T19:35:37.784Z Downloaded stacker v0.1.23
10932026-03-24T19:35:37.784Z Downloaded sqlformat v0.3.5
10942026-03-24T19:35:37.789Z Downloaded serde_with_macros v3.17.0
10952026-03-24T19:35:37.789Z Downloaded spki v0.7.3
10962026-03-24T19:35:37.789Z Downloaded futures-macro v0.3.32
10972026-03-24T19:35:37.792Z Downloaded atomic-waker v1.1.2
10982026-03-24T19:35:37.800Z Downloaded thread-id v5.1.0
10992026-03-24T19:35:37.800Z Downloaded bitvec v1.0.1
11002026-03-24T19:35:37.808Z Downloaded time-core v0.1.8
11012026-03-24T19:35:37.811Z Downloaded serde_derive_internals v0.29.1
11022026-03-24T19:35:37.811Z Downloaded strum_macros v0.27.2
11032026-03-24T19:35:37.815Z Downloaded schemars v0.8.22
11042026-03-24T19:35:37.821Z Downloaded tinyvec_macros v0.1.1
11052026-03-24T19:35:37.824Z Downloaded slog-json v2.6.1
11062026-03-24T19:35:37.824Z Downloaded mio v1.1.1
11072026-03-24T19:35:37.828Z Downloaded strum_macros v0.26.4
11082026-03-24T19:35:37.845Z Downloaded tabwriter v1.4.1
11092026-03-24T19:35:37.845Z Downloaded strum_macros v0.24.3
11102026-03-24T19:35:37.845Z Downloaded hashbrown v0.15.5
11112026-03-24T19:35:37.851Z Downloaded rustls-platform-verifier v0.6.2
11122026-03-24T19:35:37.851Z Downloaded termios v0.3.3
11132026-03-24T19:35:37.855Z Downloaded thiserror-no-std v2.0.2
11142026-03-24T19:35:37.858Z Downloaded spin v0.9.8
11152026-03-24T19:35:37.861Z Downloaded trait-variant v0.1.2
11162026-03-24T19:35:37.861Z Downloaded try-lock v0.2.5
11172026-03-24T19:35:37.861Z Downloaded tower-service v0.3.3
11182026-03-24T19:35:37.865Z Downloaded rayon-core v1.13.0
11192026-03-24T19:35:37.868Z Downloaded tower-layer v0.3.3
11202026-03-24T19:35:37.868Z Downloaded thread_local v1.1.9
11212026-03-24T19:35:37.868Z Downloaded libxml v0.3.3
11222026-03-24T19:35:37.874Z Downloaded num-bigint v0.4.6
11232026-03-24T19:35:37.877Z Downloaded qorb v0.4.1
11242026-03-24T19:35:37.881Z Downloaded publicsuffix v2.3.0
11252026-03-24T19:35:37.884Z Downloaded typify-macro v0.6.1
11262026-03-24T19:35:37.887Z Downloaded time-macros v0.2.27
11272026-03-24T19:35:37.887Z Downloaded unarray v0.1.4
11282026-03-24T19:35:37.891Z Downloaded typify-macro v0.4.3
11292026-03-24T19:35:37.891Z Downloaded ron v0.8.1
11302026-03-24T19:35:37.894Z Downloaded tiny-keccak v2.0.2
11312026-03-24T19:35:37.897Z Downloaded tokio-native-tls v0.3.1
11322026-03-24T19:35:37.898Z Downloaded tokio-macros v2.6.0
11332026-03-24T19:35:37.901Z Downloaded quinn v0.11.9
11342026-03-24T19:35:37.904Z Downloaded similar v2.7.0
11352026-03-24T19:35:37.909Z Downloaded usdt v0.6.0
11362026-03-24T19:35:37.909Z Downloaded universal-hash v0.5.1
11372026-03-24T19:35:37.909Z Downloaded unit-prefix v0.5.2
11382026-03-24T19:35:37.912Z Downloaded unicode-truncate v1.1.0
11392026-03-24T19:35:37.913Z Downloaded tokio-dtrace v0.1.1
11402026-03-24T19:35:37.913Z Downloaded usdt-macro v0.6.0
11412026-03-24T19:35:37.913Z Downloaded tokio-rustls v0.25.0
11422026-03-24T19:35:37.916Z Downloaded iddqd v0.3.17
11432026-03-24T19:35:37.921Z Downloaded tls_codec_derive v0.4.2
11442026-03-24T19:35:37.925Z Downloaded untrusted v0.9.0
11452026-03-24T19:35:37.925Z Downloaded untrusted v0.7.1
11462026-03-24T19:35:37.925Z Downloaded usdt-attr-macro v0.6.0
11472026-03-24T19:35:37.928Z Downloaded signal-hook v0.3.18
11482026-03-24T19:35:37.928Z Downloaded term v1.2.1
11492026-03-24T19:35:37.932Z Downloaded utf-8 v0.7.6
11502026-03-24T19:35:37.935Z Downloaded tokio-tungstenite v0.21.0
11512026-03-24T19:35:37.935Z Downloaded num-bigint-dig v0.8.6
11522026-03-24T19:35:37.938Z Downloaded rsa v0.9.10
11532026-03-24T19:35:37.942Z Downloaded blake3 v1.8.3
11542026-03-24T19:35:37.950Z Downloaded toml_writer v1.0.6+spec-1.1.0
11552026-03-24T19:35:37.954Z Downloaded socket2 v0.6.2
11562026-03-24T19:35:37.954Z Downloaded topological-sort v0.2.2
11572026-03-24T19:35:37.954Z Downloaded slog v2.8.2
11582026-03-24T19:35:37.957Z Downloaded term v0.7.0
11592026-03-24T19:35:37.961Z Downloaded ryu v1.0.23
11602026-03-24T19:35:37.964Z Downloaded serde_yaml v0.9.34+deprecated
11612026-03-24T19:35:37.969Z Downloaded prettyplease v0.2.37
11622026-03-24T19:35:37.969Z Downloaded tui-tree-widget v0.23.1
11632026-03-24T19:35:37.972Z Downloaded void v1.0.2
11642026-03-24T19:35:37.972Z Downloaded nom v7.1.3
11652026-03-24T19:35:37.977Z Downloaded want v0.3.1
11662026-03-24T19:35:37.977Z Downloaded waitgroup v0.1.2
11672026-03-24T19:35:37.977Z Downloaded wait-timeout v0.2.1
11682026-03-24T19:35:37.981Z Downloaded h2 v0.4.13
11692026-03-24T19:35:37.985Z Downloaded rand v0.9.2
11702026-03-24T19:35:37.985Z Downloaded tls_codec v0.4.2
11712026-03-24T19:35:37.989Z Downloaded unicase v2.9.0
11722026-03-24T19:35:37.989Z Downloaded subprocess v0.2.15
11732026-03-24T19:35:37.993Z Downloaded itertools v0.10.5
11742026-03-24T19:35:37.996Z Downloaded xshell-macros v0.2.7
11752026-03-24T19:35:37.996Z Downloaded rand v0.8.5
11762026-03-24T19:35:38.000Z Downloaded xattr v1.6.1
11772026-03-24T19:35:38.000Z Downloaded tokio-rustls v0.24.1
11782026-03-24T19:35:38.003Z Downloaded tokio-rustls v0.26.4
11792026-03-24T19:35:38.003Z Downloaded support-bundle-viewer v0.1.2
11802026-03-24T19:35:38.007Z Downloaded progenitor-impl v0.11.2
11812026-03-24T19:35:38.007Z Downloaded string_cache v0.8.9
11822026-03-24T19:35:38.007Z Downloaded serde_cbor v0.11.2
11832026-03-24T19:35:38.011Z Downloaded usdt-impl v0.6.0
11842026-03-24T19:35:38.049Z Downloaded tokio-tungstenite v0.23.1
11852026-03-24T19:35:38.049Z Downloaded tokio-stream v0.1.18
11862026-03-24T19:35:38.049Z Downloaded rustls-webpki v0.103.9
11872026-03-24T19:35:38.049Z Downloaded zone v0.3.1
11882026-03-24T19:35:38.049Z Downloaded test-strategy v0.4.5
11892026-03-24T19:35:38.049Z Downloaded futures-util v0.3.32
11902026-03-24T19:35:38.049Z Downloaded toml_parser v1.0.9+spec-1.1.0
11912026-03-24T19:35:38.050Z Downloaded tar v0.4.44
11922026-03-24T19:35:38.050Z Downloaded zone_cfg_derive v0.3.1
11932026-03-24T19:35:38.050Z Downloaded socket2 v0.5.10
11942026-03-24T19:35:38.050Z Downloaded schemars v0.9.0
11952026-03-24T19:35:38.053Z Downloaded vergen-lib v0.1.6
11962026-03-24T19:35:38.053Z Downloaded tracing-attributes v0.1.31
11972026-03-24T19:35:38.054Z Downloaded rand v0.10.0
11982026-03-24T19:35:38.057Z Downloaded twox-hash v2.1.2
11992026-03-24T19:35:38.060Z Downloaded itertools v0.13.0
12002026-03-24T19:35:38.064Z Downloaded walkdir v2.5.0
12012026-03-24T19:35:38.067Z Downloaded vsss-rs v3.3.4
12022026-03-24T19:35:38.067Z Downloaded tinyvec v1.10.0
12032026-03-24T19:35:38.071Z Downloaded samael v0.0.19
12042026-03-24T19:35:38.075Z Downloaded p521 v0.13.3
12052026-03-24T19:35:38.078Z Downloaded vergen-gitcl v1.0.8
12062026-03-24T19:35:38.078Z Downloaded wyz v0.5.1
12072026-03-24T19:35:38.082Z Downloaded whoami v2.1.0
12082026-03-24T19:35:38.082Z Downloaded zeroize v1.8.2
12092026-03-24T19:35:38.086Z Downloaded vergen-git2 v1.0.7
12102026-03-24T19:35:38.086Z Downloaded itertools v0.14.0
12112026-03-24T19:35:38.089Z Downloaded itertools v0.12.1
12122026-03-24T19:35:38.094Z Downloaded snafu v0.8.9
12132026-03-24T19:35:38.099Z Downloaded xshell v0.2.7
12142026-03-24T19:35:38.103Z Downloaded schemars v1.2.1
12152026-03-24T19:35:38.113Z Downloaded toml v0.7.8
12162026-03-24T19:35:38.116Z Downloaded vergen v9.0.6
12172026-03-24T19:35:38.119Z Downloaded toml v0.9.12+spec-1.1.0
12182026-03-24T19:35:38.123Z Downloaded zstd-safe v7.2.4
12192026-03-24T19:35:38.123Z Downloaded zstd v0.13.3
12202026-03-24T19:35:38.126Z Downloaded iri-string v0.7.10
12212026-03-24T19:35:38.130Z Downloaded whoami v1.6.1
12222026-03-24T19:35:38.134Z Downloaded uzers v0.12.2
12232026-03-24T19:35:38.134Z Downloaded zeroize_derive v1.4.3
12242026-03-24T19:35:38.134Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12252026-03-24T19:35:38.137Z Downloaded tracing-core v0.1.36
12262026-03-24T19:35:38.137Z Downloaded unicode-properties v0.1.4
12272026-03-24T19:35:38.141Z Downloaded tungstenite v0.23.0
12282026-03-24T19:35:38.145Z Downloaded hyper v1.8.1
12292026-03-24T19:35:38.150Z Downloaded zerocopy v0.6.6
12302026-03-24T19:35:38.154Z Downloaded xz2 v0.1.7
12312026-03-24T19:35:38.154Z Downloaded typify v0.6.1
12322026-03-24T19:35:38.157Z Downloaded libm v0.2.16
12332026-03-24T19:35:38.164Z Downloaded uuid v1.21.0
12342026-03-24T19:35:38.167Z Downloaded typify v0.4.3
12352026-03-24T19:35:38.171Z Downloaded toml_edit v0.23.10+spec-1.0.0
12362026-03-24T19:35:38.175Z Downloaded yasna v0.5.2
12372026-03-24T19:35:38.180Z Downloaded vte v0.14.1
12382026-03-24T19:35:38.183Z Downloaded russh v0.45.0
12392026-03-24T19:35:38.187Z Downloaded steno v0.4.1
12402026-03-24T19:35:38.191Z Downloaded hkdf v0.12.4
12412026-03-24T19:35:38.194Z Downloaded ron v0.12.0
12422026-03-24T19:35:38.200Z Downloaded tungstenite v0.21.0
12432026-03-24T19:35:38.208Z Downloaded unicode-bidi v0.3.18
12442026-03-24T19:35:38.212Z Downloaded reedline v0.40.0
12452026-03-24T19:35:38.218Z Downloaded unsafe-libyaml v0.2.11
12462026-03-24T19:35:38.221Z Downloaded rustyline v14.0.0
12472026-03-24T19:35:38.231Z Downloaded rpassword v7.4.0
12482026-03-24T19:35:38.234Z Downloaded aws-lc-rs v1.16.0
12492026-03-24T19:35:38.239Z Downloaded zopfli v0.8.3
12502026-03-24T19:35:38.243Z Downloaded ssh-key v0.6.7
12512026-03-24T19:35:38.248Z Downloaded unicode_categories v0.1.1
12522026-03-24T19:35:38.259Z Downloaded tokio-postgres v0.7.16
12532026-03-24T19:35:38.270Z Downloaded p384 v0.13.1
12542026-03-24T19:35:38.274Z Downloaded reqwest v0.12.28
12552026-03-24T19:35:38.279Z Downloaded chrono v0.4.44
12562026-03-24T19:35:38.284Z Downloaded zip v0.6.6
12572026-03-24T19:35:38.301Z Downloaded bindgen v0.71.1
12582026-03-24T19:35:38.307Z Downloaded zerocopy-derive v0.8.40
12592026-03-24T19:35:38.315Z Downloaded portable-atomic v1.13.1
12602026-03-24T19:35:38.321Z Downloaded regex v1.12.3
12612026-03-24T19:35:38.325Z Downloaded rayon v1.11.0
12622026-03-24T19:35:38.331Z Downloaded toml_edit v0.19.15
12632026-03-24T19:35:38.345Z Downloaded unicode-segmentation v1.12.0
12642026-03-24T19:35:38.348Z Downloaded quick-xml v0.37.5
12652026-03-24T19:35:38.352Z Downloaded typed-path v0.9.3
12662026-03-24T19:35:38.355Z Downloaded moka v0.12.13
12672026-03-24T19:35:38.361Z Downloaded tower v0.5.3
12682026-03-24T19:35:38.368Z Downloaded yansi v1.0.1
12692026-03-24T19:35:38.379Z Downloaded salty v0.3.0
12702026-03-24T19:35:38.383Z Downloaded lalrpop v0.19.12
12712026-03-24T19:35:38.403Z Downloaded goblin v0.10.5
12722026-03-24T19:35:38.403Z Downloaded reqwest v0.13.2
12732026-03-24T19:35:38.410Z Downloaded rustls-webpki v0.101.7
12742026-03-24T19:35:38.410Z Downloaded unicode-normalization v0.1.25
12752026-03-24T19:35:38.414Z Downloaded tokio-util v0.7.18
12762026-03-24T19:35:38.414Z Downloaded tower-http v0.6.8
12772026-03-24T19:35:38.419Z Downloaded proptest v1.10.0
12782026-03-24T19:35:38.426Z Downloaded zip v4.6.1
12792026-03-24T19:35:38.430Z Downloaded rustls-webpki v0.102.8
12802026-03-24T19:35:38.443Z Downloaded x509-cert v0.2.5
12812026-03-24T19:35:38.448Z Downloaded bstr v1.12.1
12822026-03-24T19:35:38.455Z Downloaded quinn-proto v0.11.13
12832026-03-24T19:35:38.478Z Downloaded tough v0.20.0
12842026-03-24T19:35:38.478Z Downloaded curve25519-dalek v4.1.3
12852026-03-24T19:35:38.482Z Downloaded serde_with v3.17.0
12862026-03-24T19:35:38.486Z Downloaded petname v2.0.2
12872026-03-24T19:35:38.489Z Downloaded nix v0.27.1
12882026-03-24T19:35:38.494Z Downloaded winnow v0.5.40
12892026-03-24T19:35:38.500Z Downloaded radix_trie v0.2.1
12902026-03-24T19:35:38.504Z Downloaded git2 v0.20.4
12912026-03-24T19:35:38.519Z Downloaded winnow v0.6.26
12922026-03-24T19:35:38.526Z Downloaded object v0.30.4
12932026-03-24T19:35:38.534Z Downloaded nix v0.28.0
12942026-03-24T19:35:38.552Z Downloaded openssl v0.10.75
12952026-03-24T19:35:38.568Z Downloaded time v0.3.47
12962026-03-24T19:35:38.577Z Downloaded polar-core v0.27.3
12972026-03-24T19:35:38.584Z Downloaded tabled v0.20.0
12982026-03-24T19:35:38.595Z Downloaded dropshot v0.16.7
12992026-03-24T19:35:38.612Z Downloaded zlib-rs v0.6.2
13002026-03-24T19:35:38.616Z Downloaded nix v0.31.1
13012026-03-24T19:35:38.626Z Downloaded rustls v0.21.12
13022026-03-24T19:35:38.636Z Downloaded smoltcp v0.9.1
13032026-03-24T19:35:38.643Z Downloaded hickory-proto v0.24.4
13042026-03-24T19:35:38.656Z Downloaded nix v0.29.0
13052026-03-24T19:35:38.665Z Downloaded zerocopy v0.8.40
13062026-03-24T19:35:38.672Z Downloaded webpki-roots v1.0.6
13072026-03-24T19:35:38.676Z Downloaded regress v0.10.5
13082026-03-24T19:35:38.682Z Downloaded object v0.37.3
13092026-03-24T19:35:38.691Z Downloaded regex-syntax v0.6.29
13102026-03-24T19:35:38.696Z Downloaded rustls v0.23.37
13112026-03-24T19:35:38.706Z Downloaded rustls v0.22.4
13122026-03-24T19:35:38.716Z Downloaded regex-syntax v0.8.10
13132026-03-24T19:35:38.722Z Downloaded hickory-proto v0.25.2
13142026-03-24T19:35:38.735Z Downloaded diesel v2.3.7
13152026-03-24T19:35:38.752Z Downloaded rustix v0.38.44
13162026-03-24T19:35:38.769Z Downloaded smoltcp v0.11.0
13172026-03-24T19:35:38.778Z Downloaded openapiv3 v2.2.0
13182026-03-24T19:35:38.787Z Downloaded vcpkg v0.2.15
13192026-03-24T19:35:38.818Z Downloaded tracing v0.1.44
13202026-03-24T19:35:38.844Z Downloaded sqlparser v0.61.0
13212026-03-24T19:35:38.853Z Downloaded bzip2-sys v0.1.13+1.0.8
13222026-03-24T19:35:38.861Z Downloaded typify-impl v0.4.3
13232026-03-24T19:35:38.873Z Downloaded sled v0.34.7
13242026-03-24T19:35:38.904Z Downloaded ratatui v0.29.0
13252026-03-24T19:35:38.921Z Downloaded typify-impl v0.6.1
13262026-03-24T19:35:38.931Z Downloaded petgraph v0.6.5
13272026-03-24T19:35:38.946Z Downloaded chrono-tz v0.10.4
13282026-03-24T19:35:38.961Z Downloaded zerocopy-derive v0.6.6
13292026-03-24T19:35:38.991Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13302026-03-24T19:35:39.005Z Downloaded tokio v1.49.0
13312026-03-24T19:35:39.034Z Downloaded regex-automata v0.4.14
13322026-03-24T19:35:39.055Z Downloaded csv v1.4.0
13332026-03-24T19:35:39.069Z Downloaded lzma-sys v0.1.20
13342026-03-24T19:35:39.091Z Downloaded jiff v0.2.21
13352026-03-24T19:35:39.104Z Downloaded petgraph v0.8.3
13362026-03-24T19:35:39.131Z Downloaded libz-sys v1.1.24
13372026-03-24T19:35:39.148Z Downloaded sha3 v0.10.8
13382026-03-24T19:35:39.226Z Downloaded encoding_rs v0.8.35
13392026-03-24T19:35:39.230Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-24T19:35:39.266Z Downloaded ring v0.17.14
13412026-03-24T19:35:39.914Z Downloaded aws-lc-sys v0.37.1
13422026-03-24T19:35:40.241Z Compiling libc v0.2.180
13432026-03-24T19:35:40.246Z Compiling serde v1.0.228
13442026-03-24T19:35:40.247Z Compiling log v0.4.29
13452026-03-24T19:35:40.247Z Compiling find-msvc-tools v0.1.9
13462026-03-24T19:35:40.451Z Compiling shlex v1.3.0
13472026-03-24T19:35:40.454Z Compiling smallvec v1.15.1
13482026-03-24T19:35:40.467Z Compiling syn v2.0.117
13492026-03-24T19:35:40.486Z Compiling typenum v1.19.0
13502026-03-24T19:35:40.670Z Compiling generic-array v0.14.7
13512026-03-24T19:35:40.696Z Compiling subtle v2.6.1
13522026-03-24T19:35:40.728Z Compiling scopeguard v1.2.0
13532026-03-24T19:35:40.773Z Compiling portable-atomic v1.13.1
13542026-03-24T19:35:40.831Z Compiling lock_api v0.4.14
13552026-03-24T19:35:40.856Z Compiling const-oid v0.9.6
13562026-03-24T19:35:40.924Z Compiling critical-section v1.2.0
13572026-03-24T19:35:40.980Z Compiling zerocopy v0.8.40
13582026-03-24T19:35:41.055Z Compiling pin-project-lite v0.2.17
13592026-03-24T19:35:41.128Z Compiling parking_lot_core v0.9.12
13602026-03-24T19:35:41.173Z Compiling serde_json v1.0.149
13612026-03-24T19:35:41.489Z Compiling pkg-config v0.3.32
13622026-03-24T19:35:41.560Z Compiling getrandom v0.2.17
13632026-03-24T19:35:41.641Z Compiling jobserver v0.1.34
13642026-03-24T19:35:41.762Z Compiling rand_core v0.6.4
13652026-03-24T19:35:41.836Z Compiling errno v0.3.14
13662026-03-24T19:35:41.930Z Compiling cc v1.2.56
13672026-03-24T19:35:42.020Z Compiling signal-hook-registry v1.4.8
13682026-03-24T19:35:42.102Z Compiling once_cell v1.21.3
13692026-03-24T19:35:42.152Z Compiling mio v1.1.1
13702026-03-24T19:35:42.227Z Compiling bitflags v2.11.0
13712026-03-24T19:35:42.370Z Compiling parking_lot v0.12.5
13722026-03-24T19:35:42.385Z Compiling libm v0.2.16
13732026-03-24T19:35:42.492Z Compiling num-traits v0.2.19
13742026-03-24T19:35:42.518Z Compiling futures-core v0.3.32
13752026-03-24T19:35:42.704Z Compiling socket2 v0.6.2
13762026-03-24T19:35:42.792Z Compiling percent-encoding v2.3.2
13772026-03-24T19:35:42.941Z Compiling allocator-api2 v0.2.21
13782026-03-24T19:35:42.982Z Compiling foldhash v0.2.0
13792026-03-24T19:35:43.092Z Compiling futures-sink v0.3.32
13802026-03-24T19:35:43.136Z Compiling cpufeatures v0.2.17
13812026-03-24T19:35:43.230Z Compiling futures-channel v0.3.32
13822026-03-24T19:35:43.249Z Compiling futures-task v0.3.32
13832026-03-24T19:35:43.271Z Compiling getrandom v0.4.1
13842026-03-24T19:35:43.439Z Compiling hashbrown v0.16.1
13852026-03-24T19:35:43.447Z Compiling futures-io v0.3.32
13862026-03-24T19:35:43.472Z Compiling slab v0.4.12
13872026-03-24T19:35:43.541Z Compiling getrandom v0.3.4
13882026-03-24T19:35:43.628Z Compiling rustversion v1.0.22
13892026-03-24T19:35:43.716Z Compiling rand_core v0.10.0
13902026-03-24T19:35:43.739Z Compiling form_urlencoded v1.2.2
13912026-03-24T19:35:43.971Z Compiling cmake v0.1.57
13922026-03-24T19:35:44.222Z Compiling indexmap v2.13.0
13932026-03-24T19:35:44.242Z Compiling base64ct v1.8.3
13942026-03-24T19:35:44.528Z Compiling fs_extra v1.3.0
13952026-03-24T19:35:44.584Z Compiling synstructure v0.13.2
13962026-03-24T19:35:44.669Z Compiling ident_case v1.0.1
13972026-03-24T19:35:44.780Z Compiling dunce v1.0.5
13982026-03-24T19:35:44.827Z Compiling pem-rfc7468 v0.7.0
13992026-03-24T19:35:44.885Z Compiling flagset v0.4.7
14002026-03-24T19:35:44.905Z Compiling aws-lc-sys v0.37.1
14012026-03-24T19:35:45.054Z Compiling rand_core v0.9.5
14022026-03-24T19:35:45.073Z Compiling iana-time-zone v0.1.65
14032026-03-24T19:35:45.092Z Compiling rustix v1.1.3
14042026-03-24T19:35:45.139Z Compiling ring v0.17.14
14052026-03-24T19:35:45.242Z Compiling uuid v1.21.0
14062026-03-24T19:35:45.342Z Compiling rustc_version v0.4.1
14072026-03-24T19:35:45.415Z Compiling vcpkg v0.2.15
14082026-03-24T19:35:45.447Z Compiling regex-syntax v0.8.10
14092026-03-24T19:35:45.785Z Compiling aws-lc-rs v1.16.0
14102026-03-24T19:35:46.155Z Compiling tracing-core v0.1.36
14112026-03-24T19:35:46.175Z Compiling crossbeam-utils v0.8.21
14122026-03-24T19:35:46.456Z Compiling openssl-sys v0.9.111
14132026-03-24T19:35:46.578Z Compiling pest_generator v2.8.6
14142026-03-24T19:35:46.912Z Compiling serde_derive_internals v0.29.1
14152026-03-24T19:35:47.209Z Compiling schemars v0.8.22
14162026-03-24T19:35:47.245Z Compiling serde_derive v1.0.228
14172026-03-24T19:35:47.458Z Compiling zeroize_derive v1.4.3
14182026-03-24T19:35:47.508Z Compiling zerofrom-derive v0.1.6
14192026-03-24T19:35:47.527Z Compiling yoke-derive v0.8.1
14202026-03-24T19:35:48.207Z Compiling zerocopy-derive v0.8.40
14212026-03-24T19:35:48.345Z Compiling zeroize v1.8.2
14222026-03-24T19:35:48.764Z Compiling zerovec-derive v0.11.2
14232026-03-24T19:35:49.137Z Compiling displaydoc v0.2.5
14242026-03-24T19:35:49.392Z Compiling crypto-common v0.1.7
14252026-03-24T19:35:49.480Z Compiling zerofrom v0.1.6
14262026-03-24T19:35:49.571Z Compiling block-buffer v0.10.4
14272026-03-24T19:35:49.638Z Compiling yoke v0.8.1
14282026-03-24T19:35:49.804Z Compiling digest v0.10.7
14292026-03-24T19:35:49.876Z Compiling tokio-macros v2.6.0
14302026-03-24T19:35:50.063Z Compiling futures-macro v0.3.32
14312026-03-24T19:35:50.106Z Compiling zerotrie v0.2.3
14322026-03-24T19:35:50.109Z Compiling hmac v0.12.1
14332026-03-24T19:35:50.213Z Compiling zerovec v0.11.5
14342026-03-24T19:35:50.319Z Compiling block-padding v0.3.3
14352026-03-24T19:35:50.506Z Compiling inout v0.1.4
14362026-03-24T19:35:50.520Z Compiling sha2 v0.10.9
14372026-03-24T19:35:50.720Z Compiling cipher v0.4.4
14382026-03-24T19:35:50.848Z Compiling tinystr v0.8.2
14392026-03-24T19:35:50.907Z Compiling potential_utf v0.1.4
14402026-03-24T19:35:51.070Z Compiling icu_locale_core v2.1.1
14412026-03-24T19:35:51.141Z Compiling icu_collections v2.1.1
14422026-03-24T19:35:51.146Z Compiling der_derive v0.7.3
14432026-03-24T19:35:51.155Z Compiling futures-util v0.3.32
14442026-03-24T19:35:51.773Z Compiling salsa20 v0.10.2
14452026-03-24T19:35:51.946Z Compiling bytes v1.11.1
14462026-03-24T19:35:52.030Z Compiling icu_provider v2.1.1
14472026-03-24T19:35:52.292Z Compiling chrono v0.4.44
14482026-03-24T19:35:52.407Z Compiling icu_normalizer v2.1.1
14492026-03-24T19:35:52.407Z Compiling icu_properties v2.1.2
14502026-03-24T19:35:52.413Z Compiling der v0.7.10
14512026-03-24T19:35:52.769Z Compiling tokio v1.49.0
14522026-03-24T19:35:53.162Z Compiling http v1.4.0
14532026-03-24T19:35:53.994Z Compiling idna_adapter v1.2.1
14542026-03-24T19:35:54.137Z Compiling idna v1.1.0
14552026-03-24T19:35:54.164Z Compiling spki v0.7.3
14562026-03-24T19:35:54.207Z Compiling pbkdf2 v0.12.2
14572026-03-24T19:35:54.298Z Compiling thiserror-impl v2.0.18
14582026-03-24T19:35:54.345Z Compiling ppv-lite86 v0.2.21
14592026-03-24T19:35:54.417Z Compiling scrypt v0.11.0
14602026-03-24T19:35:54.436Z Compiling cbc v0.1.2
14612026-03-24T19:35:54.539Z Compiling url v2.5.8
14622026-03-24T19:35:54.616Z Compiling aes v0.8.4
14632026-03-24T19:35:54.741Z Compiling rand_chacha v0.9.0
14642026-03-24T19:35:54.791Z Compiling rustls-pki-types v1.14.0
14652026-03-24T19:35:55.013Z Compiling tracing-attributes v0.1.31
14662026-03-24T19:35:55.396Z Compiling pkcs5 v0.7.1
14672026-03-24T19:35:55.598Z Compiling rand v0.9.2
14682026-03-24T19:35:55.614Z Compiling http-body v1.0.1
14692026-03-24T19:35:55.801Z Compiling httparse v1.10.1
14702026-03-24T19:35:56.013Z Compiling base64 v0.22.1
14712026-03-24T19:35:56.035Z Compiling untrusted v0.7.1
14722026-03-24T19:35:56.055Z Compiling thiserror v2.0.18
14732026-03-24T19:35:56.183Z Compiling untrusted v0.9.0
14742026-03-24T19:35:56.202Z Compiling syn v1.0.109
14752026-03-24T19:35:56.236Z Compiling openssl-probe v0.2.1
14762026-03-24T19:35:56.459Z Compiling pkcs8 v0.10.2
14772026-03-24T19:35:56.485Z Compiling schemars_derive v0.8.22
14782026-03-24T19:35:56.627Z Compiling pest_derive v2.8.6
14792026-03-24T19:35:56.673Z Compiling scroll_derive v0.13.1
14802026-03-24T19:35:56.844Z Compiling tracing v0.1.44
14812026-03-24T19:35:57.163Z Compiling darling_core v0.20.11
14822026-03-24T19:35:57.190Z Compiling tinyvec_macros v0.1.1
14832026-03-24T19:35:57.276Z Compiling dyn-clone v1.0.20
14842026-03-24T19:35:57.450Z Compiling tower-service v0.3.3
14852026-03-24T19:35:57.528Z Compiling atomic-waker v1.1.2
14862026-03-24T19:35:57.573Z Compiling rustls v0.23.37
14872026-03-24T19:35:57.688Z Compiling try-lock v0.2.5
14882026-03-24T19:35:57.722Z Compiling tower-layer v0.3.3
14892026-03-24T19:35:57.783Z Compiling scroll v0.13.0
14902026-03-24T19:35:57.826Z Compiling tokio-util v0.7.18
14912026-03-24T19:35:57.970Z Compiling want v0.3.1
14922026-03-24T19:35:58.159Z Compiling tinyvec v1.10.0
14932026-03-24T19:35:58.844Z Compiling h2 v0.4.13
14942026-03-24T19:35:59.024Z Compiling ipnet v2.11.0
14952026-03-24T19:35:59.295Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-24T19:35:59.698Z Compiling spin v0.9.8
14972026-03-24T19:35:59.800Z Compiling aho-corasick v1.1.4
14982026-03-24T19:35:59.966Z Compiling openssl v0.10.75
14992026-03-24T19:36:00.056Z Compiling time-core v0.1.8
15002026-03-24T19:36:00.247Z Compiling powerfmt v0.2.0
15012026-03-24T19:36:00.267Z Compiling httpdate v1.0.3
15022026-03-24T19:36:00.499Z Compiling darling_macro v0.20.11
15032026-03-24T19:36:00.518Z Compiling crc32fast v1.5.0
15042026-03-24T19:36:00.549Z Compiling pin-utils v0.1.0
15052026-03-24T19:36:00.642Z Compiling foreign-types-shared v0.1.1
15062026-03-24T19:36:00.740Z Compiling num-conv v0.2.0
15072026-03-24T19:36:00.760Z Compiling foreign-types v0.3.2
15082026-03-24T19:36:00.849Z Compiling deranged v0.5.8
15092026-03-24T19:36:00.915Z Compiling time-macros v0.2.27
15102026-03-24T19:36:00.934Z Compiling regex-automata v0.4.14
15112026-03-24T19:36:01.104Z Compiling darling v0.20.11
15122026-03-24T19:36:01.236Z Compiling tempfile v3.25.0
15132026-03-24T19:36:02.147Z Compiling goblin v0.10.5
15142026-03-24T19:36:02.190Z Compiling openssl-macros v0.1.1
15152026-03-24T19:36:02.377Z Compiling thiserror-impl v1.0.69
15162026-03-24T19:36:03.409Z Compiling hyper v1.8.1
15172026-03-24T19:36:03.812Z Compiling wait-timeout v0.2.1
15182026-03-24T19:36:04.112Z Compiling native-tls v0.2.18
15192026-03-24T19:36:04.148Z Compiling bit-vec v0.8.0
15202026-03-24T19:36:04.296Z Compiling quick-error v1.2.3
15212026-03-24T19:36:04.354Z Compiling simd-adler32 v0.3.8
15222026-03-24T19:36:04.423Z Compiling usdt-impl v0.6.0
15232026-03-24T19:36:04.443Z Compiling siphasher v1.0.2
15242026-03-24T19:36:04.676Z Compiling either v1.15.0
15252026-03-24T19:36:04.676Z Compiling num_threads v0.1.7
15262026-03-24T19:36:04.743Z Compiling rusty-fork v0.3.1
15272026-03-24T19:36:04.818Z Compiling time v0.3.47
15282026-03-24T19:36:04.944Z Compiling hyper-util v0.1.20
15292026-03-24T19:36:05.159Z Compiling bit-set v0.8.0
15302026-03-24T19:36:05.397Z Compiling thiserror v1.0.69
15312026-03-24T19:36:05.580Z Compiling derive_builder_core v0.20.2
15322026-03-24T19:36:06.760Z Compiling dof v0.4.0
15332026-03-24T19:36:06.995Z Compiling unicode-normalization v0.1.25
15342026-03-24T19:36:07.016Z Compiling crossbeam-epoch v0.9.18
15352026-03-24T19:36:07.289Z Compiling dtrace-parser v0.3.0
15362026-03-24T19:36:07.447Z Compiling rustls-native-certs v0.8.3
15372026-03-24T19:36:07.587Z Compiling signature v2.2.0
15382026-03-24T19:36:07.810Z Compiling scroll_derive v0.12.1
15392026-03-24T19:36:07.829Z Compiling heapless v0.7.17
15402026-03-24T19:36:08.162Z Compiling rand_xorshift v0.4.0
15412026-03-24T19:36:08.212Z Compiling slog v2.8.2
15422026-03-24T19:36:08.354Z Compiling darling_core v0.21.3
15432026-03-24T19:36:08.374Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-03-24T19:36:08.403Z Compiling sync_wrapper v1.0.2
15452026-03-24T19:36:08.444Z Compiling thread-id v5.1.0
15462026-03-24T19:36:08.537Z Compiling cookie v0.18.1
15472026-03-24T19:36:08.558Z Compiling zstd-safe v7.2.4
15482026-03-24T19:36:08.712Z Compiling unicode-properties v0.1.4
15492026-03-24T19:36:08.731Z Compiling signal-hook v0.3.18
15502026-03-24T19:36:08.760Z Compiling adler2 v2.0.1
15512026-03-24T19:36:08.797Z Compiling unicode-segmentation v1.12.0
15522026-03-24T19:36:08.954Z Compiling paste v1.0.15
15532026-03-24T19:36:08.966Z Compiling anyhow v1.0.102
15542026-03-24T19:36:08.984Z Compiling rayon-core v1.13.0
15552026-03-24T19:36:09.198Z Compiling unarray v0.1.4
15562026-03-24T19:36:09.265Z Compiling unicode-bidi v0.3.18
15572026-03-24T19:36:09.328Z Compiling proptest v1.10.0
15582026-03-24T19:36:09.423Z Compiling miniz_oxide v0.8.9
15592026-03-24T19:36:09.720Z Compiling stringprep v0.1.5
15602026-03-24T19:36:09.991Z Compiling scroll v0.12.0
15612026-03-24T19:36:10.308Z Compiling tower v0.5.3
15622026-03-24T19:36:10.419Z Compiling crossbeam-deque v0.8.6
15632026-03-24T19:36:10.438Z Compiling derive_builder_macro v0.20.2
15642026-03-24T19:36:10.476Z Compiling ipnetwork v0.21.1
15652026-03-24T19:36:10.657Z Compiling http-body-util v0.1.3
15662026-03-24T19:36:10.935Z Compiling webpki-roots v1.0.6
15672026-03-24T19:36:10.977Z Compiling rand_chacha v0.3.1
15682026-03-24T19:36:10.998Z Compiling serde_spanned v0.6.9
15692026-03-24T19:36:11.018Z Compiling toml_datetime v0.6.11
15702026-03-24T19:36:11.021Z Compiling erased-serde v0.3.31
15712026-03-24T19:36:11.087Z Compiling serde_tokenstream v0.2.3
15722026-03-24T19:36:11.174Z Compiling md-5 v0.10.6
15732026-03-24T19:36:11.354Z Compiling zerocopy-derive v0.7.35
15742026-03-24T19:36:11.382Z Compiling curve25519-dalek v4.1.3
15752026-03-24T19:36:11.492Z Compiling vergen-lib v0.1.6
15762026-03-24T19:36:11.719Z Compiling num-integer v0.1.46
15772026-03-24T19:36:11.760Z Compiling hash32 v0.2.1
15782026-03-24T19:36:11.801Z Compiling ff v0.13.1
15792026-03-24T19:36:11.937Z Compiling darling_macro v0.21.3
15802026-03-24T19:36:11.975Z Compiling memoffset v0.9.1
15812026-03-24T19:36:12.012Z Compiling num-bigint-dig v0.8.6
15822026-03-24T19:36:12.029Z Compiling zlib-rs v0.6.2
15832026-03-24T19:36:12.152Z Compiling ref-cast v1.0.25
15842026-03-24T19:36:12.213Z Compiling rustix v0.38.44
15852026-03-24T19:36:12.241Z Compiling psl-types v2.0.11
15862026-03-24T19:36:12.405Z Compiling fallible-iterator v0.2.0
15872026-03-24T19:36:12.520Z Compiling iri-string v0.7.10
15882026-03-24T19:36:12.540Z Compiling base16ct v0.2.0
15892026-03-24T19:36:12.559Z Compiling ryu v1.0.23
15902026-03-24T19:36:12.658Z Compiling cfg_aliases v0.2.1
15912026-03-24T19:36:12.755Z Compiling smoltcp v0.9.1
15922026-03-24T19:36:12.772Z Compiling litrs v1.0.0
15932026-03-24T19:36:12.793Z Compiling postgres-protocol v0.6.10
15942026-03-24T19:36:12.814Z Compiling nix v0.31.1
15952026-03-24T19:36:13.244Z Compiling serde_urlencoded v0.7.1
15962026-03-24T19:36:13.359Z Compiling sec1 v0.7.3
15972026-03-24T19:36:13.510Z Compiling document-features v0.2.12
15982026-03-24T19:36:13.607Z Compiling newtype-uuid v1.3.2
15992026-03-24T19:36:13.698Z Compiling darling v0.21.3
16002026-03-24T19:36:13.787Z Compiling zerocopy v0.7.35
16012026-03-24T19:36:13.806Z Compiling publicsuffix v2.3.0
16022026-03-24T19:36:14.073Z Compiling num-iter v0.1.45
16032026-03-24T19:36:14.223Z Compiling tower-http v0.6.8
16042026-03-24T19:36:14.291Z Compiling group v0.13.0
16052026-03-24T19:36:14.610Z Compiling rand v0.8.5
16062026-03-24T19:36:14.759Z Compiling derive_builder v0.20.2
16072026-03-24T19:36:14.763Z Compiling oxnet v0.1.4
16082026-03-24T19:36:14.931Z Compiling proc-macro-error v1.0.4
16092026-03-24T19:36:15.231Z Compiling tokio-native-tls v0.3.1
16102026-03-24T19:36:15.278Z Compiling goblin v0.8.2
16112026-03-24T19:36:16.059Z Compiling heck v0.4.1
16122026-03-24T19:36:16.078Z Compiling phf_shared v0.13.1
16132026-03-24T19:36:16.167Z Compiling flate2 v1.1.9
16142026-03-24T19:36:16.355Z Compiling regex v1.12.3
16152026-03-24T19:36:16.358Z Compiling hubpack_derive v0.1.1
16162026-03-24T19:36:16.410Z Compiling lazy_static v1.5.0
16172026-03-24T19:36:16.529Z Compiling cargo-platform v0.1.9
16182026-03-24T19:36:16.675Z Compiling hkdf v0.12.4
16192026-03-24T19:36:16.727Z Compiling crypto-bigint v0.5.5
16202026-03-24T19:36:16.866Z Compiling strum_macros v0.27.2
16212026-03-24T19:36:16.887Z Compiling daft-derive v0.1.5
16222026-03-24T19:36:16.943Z Compiling ref-cast-impl v1.0.25
16232026-03-24T19:36:16.963Z Compiling async-trait v0.1.89
16242026-03-24T19:36:17.648Z Compiling curve25519-dalek-derive v0.1.1
16252026-03-24T19:36:17.839Z Compiling terminal_size v0.4.3
16262026-03-24T19:36:18.037Z Compiling vergen v9.0.6
16272026-03-24T19:36:18.263Z Compiling fs-err v3.3.0
16282026-03-24T19:36:18.430Z Compiling ahash v0.8.12
16292026-03-24T19:36:18.525Z Compiling foldhash v0.1.5
16302026-03-24T19:36:18.541Z Compiling winnow v0.5.40
16312026-03-24T19:36:18.682Z Compiling bitflags v1.3.2
16322026-03-24T19:36:18.724Z Compiling object v0.37.3
16332026-03-24T19:36:18.773Z Compiling libbz2-rs-sys v0.2.2
16342026-03-24T19:36:19.064Z Compiling bumpalo v3.20.2
16352026-03-24T19:36:19.401Z Compiling managed v0.8.0
16362026-03-24T19:36:19.607Z Compiling strum v0.27.2
16372026-03-24T19:36:19.683Z Compiling console v0.16.2
16382026-03-24T19:36:19.703Z Compiling bzip2 v0.6.1
16392026-03-24T19:36:19.776Z Compiling zopfli v0.8.3
16402026-03-24T19:36:19.968Z Compiling clap_builder v4.5.60
16412026-03-24T19:36:20.272Z Compiling toml_edit v0.19.15
16422026-03-24T19:36:20.455Z Compiling hashbrown v0.15.5
16432026-03-24T19:36:20.739Z Compiling dof v0.3.0
16442026-03-24T19:36:20.826Z Compiling elliptic-curve v0.13.8
16452026-03-24T19:36:21.197Z Compiling daft v0.1.5
16462026-03-24T19:36:21.490Z Compiling hubpack v0.1.2
16472026-03-24T19:36:21.566Z Compiling cargo_metadata v0.19.2
16482026-03-24T19:36:21.781Z Compiling zone_cfg_derive v0.3.1
16492026-03-24T19:36:22.688Z Compiling phf v0.13.1
16502026-03-24T19:36:22.934Z Compiling signal-hook-mio v0.2.5
16512026-03-24T19:36:23.475Z Compiling cookie_store v0.22.1
16522026-03-24T19:36:23.587Z Compiling zstd v0.13.3
16532026-03-24T19:36:23.683Z Compiling hyper-tls v0.6.0
16542026-03-24T19:36:23.945Z Compiling rayon v1.11.0
16552026-03-24T19:36:23.977Z Compiling bzip2 v0.4.4
16562026-03-24T19:36:24.189Z Compiling serde_with_macros v3.17.0
16572026-03-24T19:36:24.298Z Compiling postgres-types v0.2.12
16582026-03-24T19:36:24.382Z Compiling usdt-attr-macro v0.6.0
16592026-03-24T19:36:24.493Z Compiling usdt-macro v0.6.0
16602026-03-24T19:36:25.077Z Compiling ed25519 v2.2.3
16612026-03-24T19:36:25.434Z Compiling dtrace-parser v0.2.0
16622026-03-24T19:36:25.457Z Compiling itertools v0.12.1
16632026-03-24T19:36:25.727Z Compiling phf_shared v0.11.3
16642026-03-24T19:36:25.854Z Compiling bstr v1.12.1
16652026-03-24T19:36:25.972Z Compiling pkcs1 v0.7.5
16662026-03-24T19:36:26.232Z Compiling serde-big-array v0.5.1
16672026-03-24T19:36:26.404Z Compiling hex v0.4.3
16682026-03-24T19:36:26.423Z Compiling rfc6979 v0.4.0
16692026-03-24T19:36:26.500Z Compiling strum_macros v0.26.4
16702026-03-24T19:36:26.519Z Compiling clap_derive v4.5.55
16712026-03-24T19:36:26.577Z Compiling serde_repr v0.1.20
16722026-03-24T19:36:26.744Z Compiling enum-as-inner v0.6.1
16732026-03-24T19:36:26.767Z Compiling float-cmp v0.10.0
16742026-03-24T19:36:26.955Z Compiling thread-id v4.2.2
16752026-03-24T19:36:27.063Z Compiling memmap2 v0.9.10
16762026-03-24T19:36:27.141Z Compiling env_filter v1.0.0
16772026-03-24T19:36:27.272Z Compiling encoding_rs v0.8.35
16782026-03-24T19:36:27.348Z Compiling keccak v0.1.6
16792026-03-24T19:36:27.411Z Compiling rustc-hash v2.1.1
16802026-03-24T19:36:27.546Z Compiling fixedbitset v0.5.7
16812026-03-24T19:36:27.573Z Compiling precomputed-hash v0.1.1
16822026-03-24T19:36:27.686Z Compiling normalize-line-endings v0.3.0
16832026-03-24T19:36:27.807Z Compiling unit-prefix v0.5.2
16842026-03-24T19:36:27.996Z Compiling fixedbitset v0.4.2
16852026-03-24T19:36:28.015Z Compiling jiff v0.2.21
16862026-03-24T19:36:28.283Z Compiling difflib v0.4.0
16872026-03-24T19:36:28.503Z Compiling predicates-core v1.0.10
16882026-03-24T19:36:28.739Z Compiling data-encoding v2.10.0
16892026-03-24T19:36:29.001Z Compiling mime v0.3.17
16902026-03-24T19:36:29.004Z Compiling new_debug_unreachable v1.0.6
16912026-03-24T19:36:29.082Z Compiling whoami v2.1.0
16922026-03-24T19:36:29.109Z Compiling static_assertions v1.1.0
16932026-03-24T19:36:29.179Z Compiling hickory-proto v0.25.2
16942026-03-24T19:36:29.205Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-03-24T19:36:29.338Z Compiling string_cache v0.8.9
16962026-03-24T19:36:29.392Z Compiling tokio-postgres v0.7.16
16972026-03-24T19:36:29.583Z Compiling clap v4.5.60
16982026-03-24T19:36:29.633Z Compiling strum v0.26.3
16992026-03-24T19:36:29.689Z Compiling predicates v3.1.4
17002026-03-24T19:36:29.726Z Compiling petgraph v0.6.5
17012026-03-24T19:36:29.796Z Compiling indicatif v0.18.4
17022026-03-24T19:36:30.580Z Compiling petgraph v0.8.3
17032026-03-24T19:36:30.970Z Compiling sha3 v0.10.8
17042026-03-24T19:36:31.560Z Compiling toml_edit v0.22.27
17052026-03-24T19:36:31.726Z Compiling zip v4.6.1
17062026-03-24T19:36:32.376Z Compiling iddqd v0.3.17
17072026-03-24T19:36:32.973Z Compiling env_logger v0.11.9
17082026-03-24T19:36:33.086Z Compiling usdt v0.6.0
17092026-03-24T19:36:33.293Z Compiling usdt-impl v0.5.0
17102026-03-24T19:36:33.437Z Compiling zone v0.3.1
17112026-03-24T19:36:33.466Z Compiling serde_with v3.17.0
17122026-03-24T19:36:33.967Z Compiling ecdsa v0.16.9
17132026-03-24T19:36:33.990Z Compiling similar v2.7.0
17142026-03-24T19:36:34.093Z Compiling rsa v0.9.10
17152026-03-24T19:36:34.374Z Compiling crossterm v0.28.1
17162026-03-24T19:36:34.473Z Compiling ed25519-dalek v2.2.0
17172026-03-24T19:36:35.302Z Compiling zip v0.6.6
17182026-03-24T19:36:35.645Z Compiling toml v0.7.8
17192026-03-24T19:36:36.180Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-03-24T19:36:36.257Z Compiling itertools v0.13.0
17212026-03-24T19:36:36.406Z Compiling tokio-stream v0.1.18
17222026-03-24T19:36:36.506Z Compiling buf-list v1.1.2
17232026-03-24T19:36:36.876Z Compiling x509-cert v0.2.5
17242026-03-24T19:36:37.048Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-03-24T19:36:37.067Z Compiling openapiv3 v2.2.0
17262026-03-24T19:36:37.190Z Compiling sha1 v0.10.6
17272026-03-24T19:36:37.450Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-03-24T19:36:37.495Z Compiling peg-runtime v0.8.5
17292026-03-24T19:36:37.853Z Compiling lalrpop-util v0.19.12
17302026-03-24T19:36:37.885Z Compiling thread_local v1.1.9
17312026-03-24T19:36:37.988Z Compiling slog-async v2.8.0
17322026-03-24T19:36:38.109Z Compiling crossbeam-channel v0.5.15
17332026-03-24T19:36:38.215Z Compiling futures-executor v0.3.32
17342026-03-24T19:36:38.317Z Compiling is-terminal v0.4.17
17352026-03-24T19:36:38.397Z Compiling filetime v0.2.27
17362026-03-24T19:36:38.436Z Compiling take_mut v0.2.2
17372026-03-24T19:36:38.558Z Compiling term v1.2.1
17382026-03-24T19:36:38.587Z Compiling xattr v1.6.1
17392026-03-24T19:36:38.747Z Compiling tar v0.4.44
17402026-03-24T19:36:38.795Z Compiling futures v0.3.32
17412026-03-24T19:36:39.229Z Compiling slog-term v2.9.2
17422026-03-24T19:36:45.919Z Compiling rustls-webpki v0.103.9
17432026-03-24T19:36:49.973Z Compiling tokio-rustls v0.26.4
17442026-03-24T19:36:49.973Z Compiling rustls-platform-verifier v0.6.2
17452026-03-24T19:36:50.237Z Compiling hyper-rustls v0.27.7
17462026-03-24T19:36:50.500Z Compiling reqwest v0.13.2
17472026-03-24T19:36:50.500Z Compiling reqwest v0.12.28
17482026-03-24T19:36:53.463Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-03-24T19:36:53.734Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-03-24T19:36:57.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17512026-03-24T19:36:57.712Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-03-24T19:36:57.780ZMar 24 19:36:57.254 INFO Starting download, target: DendriteStub
17532026-03-24T19:36:57.780ZMar 24 19:36:57.255 INFO Starting download, target: Cockroach
17542026-03-24T19:36:57.780ZMar 24 19:36:57.255 INFO Starting download, target: MaghemiteMgd
17552026-03-24T19:36:57.780ZMar 24 19:36:57.255 INFO Starting download, target: Clickhouse
17562026-03-24T19:36:57.780ZMar 24 19:36:57.255 INFO Starting download, target: Console
17572026-03-24T19:36:57.780ZMar 24 19:36:57.255 INFO Starting download, target: TransceiverControl
17582026-03-24T19:36:57.797ZMar 24 19:36:57.255 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-24T19:36:57.797ZMar 24 19:36:57.255 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-24T19:36:57.797ZMar 24 19:36:57.255 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-24T19:36:57.797ZMar 24 19:36:57.255 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-24T19:36:57.797ZMar 24 19:36:57.255 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-24T19:36:57.797ZMar 24 19:36:57.255 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-24T19:36:58.311ZMar 24 19:36:57.787 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-03-24T19:36:58.817ZMar 24 19:36:58.127 INFO Download complete, target: TransceiverControl
17662026-03-24T19:36:58.916ZMar 24 19:36:58.339 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-03-24T19:36:59.245ZMar 24 19:36:58.711 INFO Download complete, target: Console
17682026-03-24T19:36:59.940ZMar 24 19:36:59.426 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-03-24T19:37:03.792ZMar 24 19:37:00.167 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-24T19:37:03.844ZMar 24 19:37:00.176 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-24T19:37:04.272ZMar 24 19:37:03.761 INFO Download complete, target: MaghemiteMgd
17722026-03-24T19:37:04.273ZMar 24 19:37:03.761 INFO Download complete, target: DendriteStub
17732026-03-24T19:37:07.597ZMar 24 19:37:07.087 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-03-24T19:37:07.597ZMar 24 19:37:07.087 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-03-24T19:37:11.124ZMar 24 19:37:10.614 INFO Checking that binary works, target: Clickhouse
17762026-03-24T19:37:11.288ZMar 24 19:37:10.777 INFO Download complete, target: Clickhouse
17772026-03-24T19:37:15.108ZMar 24 19:37:14.600 INFO Checking that binary works, target: Cockroach
17782026-03-24T19:37:15.220ZMar 24 19:37:14.711 INFO Download complete, target: Cockroach
17792026-03-24T19:37:15.237ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-03-24T19:37:15.249Z
17812026-03-24T19:37:15.249Zreal 4:07.086920969
17822026-03-24T19:37:15.249Zuser 10:27.020255403
17832026-03-24T19:37:15.250Zsys 1:49.043675606
17842026-03-24T19:37:15.250Ztrap 0.321537914
17852026-03-24T19:37:15.250Ztflt 0.676842593
17862026-03-24T19:37:15.250Zdflt 0.613675067
17872026-03-24T19:37:15.250Zkflt 0.022903290
17882026-03-24T19:37:15.250Zlock 31:59.155773126
17892026-03-24T19:37:15.250Zslp 29:33.057728190
17902026-03-24T19:37:15.250Zlat 56.878127010
17912026-03-24T19:37:15.250Zstop 2:46.339773940
17922026-03-24T19:37:15.250Z+ banner clippy
17932026-03-24T19:37:15.250Z
17942026-03-24T19:37:15.250Z #### # # ##### ##### # #
17952026-03-24T19:37:15.250Z # # # # # # # # # #
17962026-03-24T19:37:15.250Z # # # # # # # #
17972026-03-24T19:37:15.250Z # # # ##### ##### #
17982026-03-24T19:37:15.250Z # # # # # # #
17992026-03-24T19:37:15.250Z #### ###### # # # #
18002026-03-24T19:37:15.250Z
18012026-03-24T19:37:15.251Z+ export CARGO_INCREMENTAL=0
18022026-03-24T19:37:15.251Z+ CARGO_INCREMENTAL=0
18032026-03-24T19:37:15.256Z+ ptime -m cargo xtask clippy
18042026-03-24T19:37:15.943Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-03-24T19:37:16.217Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-03-24T19:37:18.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18072026-03-24T19:37:18.853Z Running `target/debug/xtask clippy`
18082026-03-24T19:37:18.885Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18092026-03-24T19:37:19.682Z Downloading crates ...
18102026-03-24T19:37:19.941Z Downloaded assert-json-diff v2.0.2
18112026-03-24T19:37:19.960Z Downloaded libtest-mimic v0.8.1
18122026-03-24T19:37:19.964Z Downloaded concurrent-queue v2.5.0
18132026-03-24T19:37:19.964Z Downloaded knuffel-derive v3.2.0
18142026-03-24T19:37:19.967Z Downloaded addr2line v0.25.1
18152026-03-24T19:37:19.967Z Downloaded cfg-expr v0.20.6
18162026-03-24T19:37:19.970Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18172026-03-24T19:37:19.973Z Downloaded supports-unicode v2.1.0
18182026-03-24T19:37:19.973Z Downloaded async-lock v3.4.2
18192026-03-24T19:37:19.976Z Downloaded parking v2.2.1
18202026-03-24T19:37:19.976Z Downloaded cast v0.3.0
18212026-03-24T19:37:19.980Z Downloaded httptest v0.16.4
18222026-03-24T19:37:19.980Z Downloaded cargo-platform v0.3.2
18232026-03-24T19:37:19.989Z Downloaded guppy-workspace-hack v0.1.0
18242026-03-24T19:37:19.993Z Downloaded anes v0.1.6
18252026-03-24T19:37:19.996Z Downloaded plotters-svg v0.3.7
18262026-03-24T19:37:20.004Z Downloaded pathdiff v0.2.3
18272026-03-24T19:37:20.008Z Downloaded target-lexicon v0.13.3
18282026-03-24T19:37:20.012Z Downloaded path-tree v0.8.3
18292026-03-24T19:37:20.015Z Downloaded event-listener v5.4.1
18302026-03-24T19:37:20.018Z Downloaded approx v0.5.1
18312026-03-24T19:37:20.022Z Downloaded target-triple v1.0.0
18322026-03-24T19:37:20.022Z Downloaded terminal_size v0.1.17
18332026-03-24T19:37:20.022Z Downloaded constant_time_eq v0.3.1
18342026-03-24T19:37:20.026Z Downloaded supports-hyperlinks v2.1.0
18352026-03-24T19:37:20.026Z Downloaded linkme-impl v0.3.35
18362026-03-24T19:37:20.033Z Downloaded event-listener-strategy v0.5.4
18372026-03-24T19:37:20.039Z Downloaded tinytemplate v1.2.1
18382026-03-24T19:37:20.039Z Downloaded chumsky v0.9.3
18392026-03-24T19:37:20.042Z Downloaded nested v0.1.1
18402026-03-24T19:37:20.042Z Downloaded plotters-backend v0.3.7
18412026-03-24T19:37:20.048Z Downloaded similar-asserts v1.7.0
18422026-03-24T19:37:20.051Z Downloaded escape8259 v0.5.3
18432026-03-24T19:37:20.051Z Downloaded supports-color v2.1.0
18442026-03-24T19:37:20.051Z Downloaded async-object-pool v0.2.0
18452026-03-24T19:37:20.059Z Downloaded backtrace-ext v0.2.1
18462026-03-24T19:37:20.062Z Downloaded relative-path v1.9.3
18472026-03-24T19:37:20.081Z Downloaded miette-derive v5.10.0
18482026-03-24T19:37:20.084Z Downloaded knuffel v3.2.0
18492026-03-24T19:37:20.088Z Downloaded assert_cmd v2.1.2
18502026-03-24T19:37:20.090Z Downloaded owo-colors v3.5.0
18512026-03-24T19:37:20.090Z Downloaded cargo_metadata v0.23.1
18522026-03-24T19:37:20.154Z Downloaded termcolor v1.4.1
18532026-03-24T19:37:20.154Z Downloaded serde_regex v1.1.0
18542026-03-24T19:37:20.154Z Downloaded linkme v0.3.35
18552026-03-24T19:37:20.154Z Downloaded stringmetrics v2.2.2
18562026-03-24T19:37:20.154Z Downloaded criterion-plot v0.6.0
18572026-03-24T19:37:20.154Z Downloaded target-spec v3.5.7
18582026-03-24T19:37:20.154Z Downloaded futures-timer v3.0.3
18592026-03-24T19:37:20.154Z Downloaded datatest-stable v0.3.3
18602026-03-24T19:37:20.154Z Downloaded rustc-demangle v0.1.27
18612026-03-24T19:37:20.155Z Downloaded blake2b_simd v1.0.4
18622026-03-24T19:37:20.155Z Downloaded rust-argon2 v2.1.0
18632026-03-24T19:37:20.155Z Downloaded oorandom v11.1.5
18642026-03-24T19:37:20.155Z Downloaded textwrap v0.15.2
18652026-03-24T19:37:20.155Z Downloaded partial-io v0.5.4
18662026-03-24T19:37:20.155Z Downloaded backtrace v0.3.76
18672026-03-24T19:37:20.155Z Downloaded trybuild v1.0.116
18682026-03-24T19:37:20.159Z Downloaded miette v5.10.0
18692026-03-24T19:37:20.159Z Downloaded toml v1.0.3+spec-1.1.0
18702026-03-24T19:37:20.159Z Downloaded rstest v0.25.0
18712026-03-24T19:37:20.163Z Downloaded rand_distr v0.5.1
18722026-03-24T19:37:20.163Z Downloaded criterion v0.7.0
18732026-03-24T19:37:20.167Z Downloaded rstest_macros v0.25.0
18742026-03-24T19:37:20.171Z Downloaded fancy-regex v0.14.0
18752026-03-24T19:37:20.174Z Downloaded guppy v0.17.25
18762026-03-24T19:37:20.177Z Downloaded plotters v0.3.7
18772026-03-24T19:37:20.182Z Downloaded hashbrown v0.14.5
18782026-03-24T19:37:20.212Z Downloaded gimli v0.32.3
18792026-03-24T19:37:20.333Z Downloaded httpmock v0.8.3
18802026-03-24T19:37:22.566Z Checking cfg-if v1.0.4
18812026-03-24T19:37:22.976Z Checking libc v0.2.180
18822026-03-24T19:37:22.979Z Checking serde_core v1.0.228
18832026-03-24T19:37:23.071Z Checking memchr v2.8.0
18842026-03-24T19:37:23.121Z Checking smallvec v1.15.1
18852026-03-24T19:37:23.170Z Checking itoa v1.0.17
18862026-03-24T19:37:23.220Z Checking log v0.4.29
18872026-03-24T19:37:23.275Z Checking zeroize v1.8.2
18882026-03-24T19:37:23.278Z Checking libm v0.2.16
18892026-03-24T19:37:23.386Z Checking stable_deref_trait v1.2.1
18902026-03-24T19:37:23.436Z Checking scopeguard v1.2.0
18912026-03-24T19:37:23.489Z Checking zmij v1.0.21
18922026-03-24T19:37:23.540Z Checking zerofrom v0.1.6
18932026-03-24T19:37:23.590Z Checking errno v0.3.14
18942026-03-24T19:37:23.590Z Checking getrandom v0.2.17
18952026-03-24T19:37:23.682Z Checking lock_api v0.4.14
18962026-03-24T19:37:23.729Z Checking yoke v0.8.1
18972026-03-24T19:37:23.780Z Checking percent-encoding v2.3.2
18982026-03-24T19:37:23.829Z Checking litemap v0.8.1
18992026-03-24T19:37:23.833Z Checking writeable v0.6.2
19002026-03-24T19:37:23.923Z Checking icu_properties_data v2.1.2
19012026-03-24T19:37:23.977Z Checking icu_normalizer_data v2.1.1
19022026-03-24T19:37:23.981Z Checking zerovec v0.11.5
19032026-03-24T19:37:24.068Z Checking zerotrie v0.2.3
19042026-03-24T19:37:24.119Z Checking form_urlencoded v1.2.2
19052026-03-24T19:37:24.162Z Checking utf8_iter v1.0.4
19062026-03-24T19:37:24.213Z Checking subtle v2.6.1
19072026-03-24T19:37:24.259Z Checking rand_core v0.10.0
19082026-03-24T19:37:24.308Z Checking num-traits v0.2.19
19092026-03-24T19:37:24.312Z Checking rand_core v0.6.4
19102026-03-24T19:37:24.355Z Checking portable-atomic v1.13.1
19112026-03-24T19:37:24.447Z Checking pin-project-lite v0.2.17
19122026-03-24T19:37:24.447Z Checking zerocopy v0.8.40
19132026-03-24T19:37:24.537Z Checking getrandom v0.4.1
19142026-03-24T19:37:24.615Z Checking critical-section v1.2.0
19152026-03-24T19:37:24.670Z Checking tinystr v0.8.2
19162026-03-24T19:37:24.670Z Checking potential_utf v0.1.4
19172026-03-24T19:37:24.759Z Checking parking_lot_core v0.9.12
19182026-03-24T19:37:24.813Z Checking signal-hook-registry v1.4.8
19192026-03-24T19:37:24.862Z Checking icu_collections v2.1.1
19202026-03-24T19:37:24.979Z Checking icu_locale_core v2.1.1
19212026-03-24T19:37:25.027Z Checking once_cell v1.21.3
19222026-03-24T19:37:25.077Z Checking parking_lot v0.12.5
19232026-03-24T19:37:25.125Z Checking mio v1.1.1
19242026-03-24T19:37:25.175Z Checking typenum v1.19.0
19252026-03-24T19:37:25.224Z Checking serde v1.0.228
19262026-03-24T19:37:25.282Z Checking serde_json v1.0.149
19272026-03-24T19:37:25.331Z Checking bitflags v2.11.0
19282026-03-24T19:37:25.382Z Checking iana-time-zone v0.1.65
19292026-03-24T19:37:25.544Z Checking socket2 v0.6.2
19302026-03-24T19:37:25.608Z Checking uuid v1.21.0
19312026-03-24T19:37:25.608Z Checking semver v1.0.27
19322026-03-24T19:37:25.773Z Checking icu_provider v2.1.1
19332026-03-24T19:37:25.828Z Checking bytes v1.11.1
19342026-03-24T19:37:25.903Z Checking chrono v0.4.44
19352026-03-24T19:37:25.950Z Checking generic-array v0.14.7
19362026-03-24T19:37:26.002Z Checking thiserror v2.0.18
19372026-03-24T19:37:26.069Z Checking allocator-api2 v0.2.21
19382026-03-24T19:37:26.121Z Checking icu_properties v2.1.2
19392026-03-24T19:37:26.176Z Checking icu_normalizer v2.1.1
19402026-03-24T19:37:26.268Z Checking futures-core v0.3.32
19412026-03-24T19:37:26.461Z Checking tokio v1.49.0
19422026-03-24T19:37:26.519Z Checking dyn-clone v1.0.20
19432026-03-24T19:37:26.571Z Checking equivalent v1.0.2
19442026-03-24T19:37:26.620Z Checking crypto-common v0.1.7
19452026-03-24T19:37:26.690Z Checking const-oid v0.9.6
19462026-03-24T19:37:26.751Z Checking foldhash v0.2.0
19472026-03-24T19:37:26.754Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19482026-03-24T19:37:26.844Z Checking block-buffer v0.10.4
19492026-03-24T19:37:26.989Z Checking hashbrown v0.16.1
19502026-03-24T19:37:27.060Z Checking futures-sink v0.3.32
19512026-03-24T19:37:27.112Z Checking byteorder v1.5.0
19522026-03-24T19:37:27.224Z Checking rustix v1.1.3
19532026-03-24T19:37:27.270Z Checking futures-channel v0.3.32
19542026-03-24T19:37:27.322Z Checking idna_adapter v1.2.1
19552026-03-24T19:37:27.421Z Checking futures-task v0.3.32
19562026-03-24T19:37:27.510Z Checking idna v1.1.0
19572026-03-24T19:37:27.560Z Checking slab v0.4.12
19582026-03-24T19:37:27.635Z Checking futures-io v0.3.32
19592026-03-24T19:37:27.714Z Checking cpufeatures v0.2.17
19602026-03-24T19:37:27.762Z Checking digest v0.10.7
19612026-03-24T19:37:27.810Z Checking indexmap v2.13.0
19622026-03-24T19:37:27.859Z Checking futures-util v0.3.32
19632026-03-24T19:37:27.862Z Checking thiserror v1.0.69
19642026-03-24T19:37:27.949Z Checking url v2.5.8
19652026-03-24T19:37:28.051Z Checking getrandom v0.3.4
19662026-03-24T19:37:28.098Z Checking fnv v1.0.7
19672026-03-24T19:37:28.248Z Checking regex-syntax v0.8.10
19682026-03-24T19:37:28.296Z Checking base64 v0.22.1
19692026-03-24T19:37:28.448Z Checking http v1.4.0
19702026-03-24T19:37:28.511Z Checking ppv-lite86 v0.2.21
19712026-03-24T19:37:28.560Z Checking schemars v0.8.22
19722026-03-24T19:37:28.623Z Checking tracing-core v0.1.36
19732026-03-24T19:37:28.673Z Checking unicode-ident v1.0.24
19742026-03-24T19:37:28.846Z Checking ipnet v2.11.0
19752026-03-24T19:37:28.947Z Checking proc-macro2 v1.0.106
19762026-03-24T19:37:29.080Z Checking tracing v0.1.44
19772026-03-24T19:37:29.220Z Checking untrusted v0.9.0
19782026-03-24T19:37:29.268Z Checking utf8parse v0.2.2
19792026-03-24T19:37:29.380Z Checking anstyle v1.0.13
19802026-03-24T19:37:29.430Z Checking ring v0.17.14
19812026-03-24T19:37:29.433Z Checking quote v1.0.44
19822026-03-24T19:37:29.433Z Checking aho-corasick v1.1.4
19832026-03-24T19:37:29.567Z Checking anstyle-parse v0.2.7
19842026-03-24T19:37:29.655Z Checking anstyle-query v1.1.5
19852026-03-24T19:37:29.781Z Checking syn v2.0.117
19862026-03-24T19:37:29.829Z Checking colorchoice v1.0.4
19872026-03-24T19:37:29.834Z Checking base64ct v1.8.3
19882026-03-24T19:37:29.992Z Checking is_terminal_polyfill v1.70.2
19892026-03-24T19:37:30.095Z Checking block-padding v0.3.3
19902026-03-24T19:37:30.146Z Checking anstream v0.6.21
19912026-03-24T19:37:30.218Z Checking rustls-pki-types v1.14.0
19922026-03-24T19:37:30.298Z Checking httparse v1.10.1
19932026-03-24T19:37:30.444Z Checking regex-automata v0.4.14
19942026-03-24T19:37:30.450Z Checking inout v0.1.4
19952026-03-24T19:37:30.606Z Checking terminal_size v0.4.3
19962026-03-24T19:37:30.610Z Checking crossbeam-utils v0.8.21
19972026-03-24T19:37:30.701Z Checking clap_lex v1.0.0
19982026-03-24T19:37:30.769Z Checking cipher v0.4.4
19992026-03-24T19:37:30.825Z Checking strsim v0.11.1
20002026-03-24T19:37:30.828Z Checking http-body v1.0.1
20012026-03-24T19:37:30.920Z Checking tokio-util v0.7.18
20022026-03-24T19:37:30.968Z Checking rand_core v0.9.5
20032026-03-24T19:37:31.062Z Checking clap_builder v4.5.60
20042026-03-24T19:37:31.067Z Checking sha2 v0.10.9
20052026-03-24T19:37:31.111Z Checking atomic-waker v1.1.2
20062026-03-24T19:37:31.200Z Checking pem-rfc7468 v0.7.0
20072026-03-24T19:37:31.249Z Checking try-lock v0.2.5
20082026-03-24T19:37:31.313Z Checking httpdate v1.0.3
20092026-03-24T19:37:31.408Z Checking want v0.3.1
20102026-03-24T19:37:31.458Z Checking hmac v0.12.1
20112026-03-24T19:37:31.505Z Checking tower-layer v0.3.3
20122026-03-24T19:37:31.555Z Checking tower-service v0.3.3
20132026-03-24T19:37:31.603Z Checking pin-utils v0.1.0
20142026-03-24T19:37:31.660Z Checking ryu v1.0.23
20152026-03-24T19:37:31.707Z Checking rand_chacha v0.9.0
20162026-03-24T19:37:31.765Z Checking erased-serde v0.3.31
20172026-03-24T19:37:31.769Z Checking flagset v0.4.7
20182026-03-24T19:37:31.859Z Checking h2 v0.4.13
20192026-03-24T19:37:31.908Z Checking powerfmt v0.2.0
20202026-03-24T19:37:32.008Z Checking der v0.7.10
20212026-03-24T19:37:32.056Z Checking rand v0.9.2
20222026-03-24T19:37:32.145Z Checking deranged v0.5.8
20232026-03-24T19:37:32.383Z Checking slog v2.8.2
20242026-03-24T19:37:32.731Z Checking spin v0.9.8
20252026-03-24T19:37:32.782Z Checking anyhow v1.0.102
20262026-03-24T19:37:32.833Z Checking clap v4.5.60
20272026-03-24T19:37:32.971Z Checking time-core v0.1.8
20282026-03-24T19:37:33.020Z Checking num-conv v0.2.0
20292026-03-24T19:37:33.071Z Checking num_threads v0.1.7
20302026-03-24T19:37:33.120Z Checking http-body-util v0.1.3
20312026-03-24T19:37:33.123Z Checking aws-lc-sys v0.37.1
20322026-03-24T19:37:33.214Z Checking untrusted v0.7.1
20332026-03-24T19:37:33.217Z Checking openssl-probe v0.2.1
20342026-03-24T19:37:33.256Z Checking regex v1.12.3
20352026-03-24T19:37:33.260Z Checking serde_urlencoded v0.7.1
20362026-03-24T19:37:33.396Z Checking rand_chacha v0.3.1
20372026-03-24T19:37:33.445Z Checking fastrand v2.3.0
20382026-03-24T19:37:33.452Z Checking spki v0.7.3
20392026-03-24T19:37:33.537Z Checking time v0.3.47
20402026-03-24T19:37:33.608Z Checking pbkdf2 v0.12.2
20412026-03-24T19:37:33.699Z Checking rand v0.8.5
20422026-03-24T19:37:33.749Z Checking aes v0.8.4
20432026-03-24T19:37:33.752Z Checking pretty-hex v0.4.1
20442026-03-24T19:37:33.843Z Checking unicode-width v0.2.0
20452026-03-24T19:37:33.846Z Checking cbc v0.1.2
20462026-03-24T19:37:33.938Z Checking aws-lc-rs v1.16.0
20472026-03-24T19:37:33.986Z Checking salsa20 v0.10.2
20482026-03-24T19:37:34.085Z Checking ipnetwork v0.21.1
20492026-03-24T19:37:34.187Z Checking hex v0.4.3
20502026-03-24T19:37:34.235Z Checking scrypt v0.11.0
20512026-03-24T19:37:34.322Z Checking tempfile v3.25.0
20522026-03-24T19:37:34.402Z Checking rustls-native-certs v0.8.3
20532026-03-24T19:37:34.452Z Checking sync_wrapper v1.0.2
20542026-03-24T19:37:34.455Z Checking plain v0.2.3
20552026-03-24T19:37:34.544Z Checking pkcs5 v0.7.1
20562026-03-24T19:37:34.601Z Checking webpki-roots v1.0.6
20572026-03-24T19:37:34.650Z Checking camino v1.2.2
20582026-03-24T19:37:34.653Z Checking tower v0.5.3
20592026-03-24T19:37:34.741Z Checking ucd-trie v0.1.7
20602026-03-24T19:37:34.788Z Checking iri-string v0.7.10
20612026-03-24T19:37:34.915Z Checking pkcs8 v0.10.2
20622026-03-24T19:37:34.964Z Checking pest v2.8.6
20632026-03-24T19:37:35.031Z Checking openapiv3 v2.2.0
20642026-03-24T19:37:35.107Z Checking rustls-webpki v0.103.9
20652026-03-24T19:37:35.160Z Checking mime v0.3.17
20662026-03-24T19:37:35.205Z Checking either v1.15.0
20672026-03-24T19:37:35.259Z Checking winnow v0.7.14
20682026-03-24T19:37:35.421Z Checking oxnet v0.1.4
20692026-03-24T19:37:35.485Z Checking hyper v1.8.1
20702026-03-24T19:37:35.534Z Checking lazy_static v1.5.0
20712026-03-24T19:37:35.686Z Checking static_assertions v1.1.0
20722026-03-24T19:37:35.736Z Checking rustls v0.23.37
20732026-03-24T19:37:35.785Z Checking signature v2.2.0
20742026-03-24T19:37:35.834Z Checking encoding_rs v0.8.35
20752026-03-24T19:37:35.988Z Checking foreign-types-shared v0.1.1
20762026-03-24T19:37:36.130Z Checking simd-adler32 v0.3.8
20772026-03-24T19:37:36.284Z Checking tower-http v0.6.8
20782026-03-24T19:37:36.397Z Checking foreign-types v0.3.2
20792026-03-24T19:37:36.470Z Checking hubpack v0.1.2
20802026-03-24T19:37:36.526Z Checking openssl-sys v0.9.111
20812026-03-24T19:37:36.691Z Checking adler2 v2.0.1
20822026-03-24T19:37:36.744Z Checking sha1 v0.10.6
20832026-03-24T19:37:36.791Z Checking hyper-util v0.1.20
20842026-03-24T19:37:36.874Z Checking miniz_oxide v0.8.9
20852026-03-24T19:37:36.922Z Checking strum v0.26.3
20862026-03-24T19:37:36.985Z Checking data-encoding v2.10.0
20872026-03-24T19:37:37.033Z Checking tinyvec_macros v0.1.1
20882026-03-24T19:37:37.101Z Checking serde_spanned v0.6.9
20892026-03-24T19:37:37.162Z Checking tinyvec v1.10.0
20902026-03-24T19:37:37.214Z Checking toml_datetime v0.6.11
20912026-03-24T19:37:37.217Z Checking openssl v0.10.75
20922026-03-24T19:37:37.305Z Checking num-integer v0.1.46
20932026-03-24T19:37:37.386Z Checking scroll v0.13.0
20942026-03-24T19:37:37.434Z Checking memmap2 v0.9.10
20952026-03-24T19:37:37.528Z Checking bit-vec v0.8.0
20962026-03-24T19:37:37.619Z Checking base16ct v0.2.0
20972026-03-24T19:37:37.669Z Checking dtrace-parser v0.3.0
20982026-03-24T19:37:37.717Z Checking crossbeam-epoch v0.9.18
20992026-03-24T19:37:37.764Z Checking goblin v0.10.5
21002026-03-24T19:37:37.820Z Checking sec1 v0.7.3
21012026-03-24T19:37:37.824Z Checking bit-set v0.8.0
21022026-03-24T19:37:38.014Z Checking crc32fast v1.5.0
21032026-03-24T19:37:38.065Z Checking ff v0.13.1
21042026-03-24T19:37:38.120Z Checking thread-id v5.1.0
21052026-03-24T19:37:38.163Z Checking wait-timeout v0.2.1
21062026-03-24T19:37:38.228Z Checking num-iter v0.1.45
21072026-03-24T19:37:38.280Z Checking bstr v1.12.1
21082026-03-24T19:37:38.283Z Checking group v0.13.0
21092026-03-24T19:37:38.371Z Checking hkdf v0.12.4
21102026-03-24T19:37:38.419Z Checking ahash v0.8.12
21112026-03-24T19:37:38.528Z Checking crypto-bigint v0.5.5
21122026-03-24T19:37:38.578Z Checking quick-error v1.2.3
21132026-03-24T19:37:38.581Z Checking psl-types v2.0.11
21142026-03-24T19:37:38.711Z Checking cookie v0.18.1
21152026-03-24T19:37:38.759Z Checking rusty-fork v0.3.1
21162026-03-24T19:37:38.807Z Checking publicsuffix v2.3.0
21172026-03-24T19:37:38.857Z Checking rand_xorshift v0.4.0
21182026-03-24T19:37:39.021Z Checking scroll v0.12.0
21192026-03-24T19:37:39.068Z Checking unarray v0.1.4
21202026-03-24T19:37:39.072Z Checking cookie_store v0.22.1
21212026-03-24T19:37:39.072Z Checking num-bigint-dig v0.8.6
21222026-03-24T19:37:39.204Z Checking tokio-rustls v0.26.4
21232026-03-24T19:37:39.250Z Checking proptest v1.10.0
21242026-03-24T19:37:39.357Z Checking goblin v0.8.2
21252026-03-24T19:37:39.536Z Checking hyper-rustls v0.27.7
21262026-03-24T19:37:39.638Z Checking rustls-platform-verifier v0.6.2
21272026-03-24T19:37:39.833Z Checking pkcs1 v0.7.5
21282026-03-24T19:37:39.883Z Checking x509-cert v0.2.5
21292026-03-24T19:37:39.931Z Checking elliptic-curve v0.13.8
21302026-03-24T19:37:40.080Z Checking native-tls v0.2.18
21312026-03-24T19:37:40.153Z Checking zerocopy v0.7.35
21322026-03-24T19:37:40.296Z Checking zlib-rs v0.6.2
21332026-03-24T19:37:40.347Z Checking tokio-native-tls v0.3.1
21342026-03-24T19:37:40.395Z Checking unicode-segmentation v1.12.0
21352026-03-24T19:37:40.580Z Checking hyper-tls v0.6.0
21362026-03-24T19:37:40.817Z Checking rsa v0.9.10
21372026-03-24T19:37:40.869Z Checking reqwest v0.13.2
21382026-03-24T19:37:40.872Z Checking reqwest v0.12.28
21392026-03-24T19:37:40.961Z Checking crossbeam-deque v0.8.6
21402026-03-24T19:37:40.963Z Checking dof v0.4.0
21412026-03-24T19:37:41.229Z Checking dtrace-parser v0.2.0
21422026-03-24T19:37:41.475Z Checking rfc6979 v0.4.0
21432026-03-24T19:37:41.554Z Checking flate2 v1.1.9
21442026-03-24T19:37:41.603Z Checking thread-id v4.2.2
21452026-03-24T19:37:41.660Z Checking toml_write v0.1.2
21462026-03-24T19:37:41.751Z Checking ecdsa v0.16.9
21472026-03-24T19:37:41.801Z Checking newtype-uuid v1.3.2
21482026-03-24T19:37:41.914Z Checking usdt-impl v0.6.0
21492026-03-24T19:37:41.964Z Checking toml_edit v0.22.27
21502026-03-24T19:37:42.025Z Checking toml_parser v1.0.9+spec-1.1.0
21512026-03-24T19:37:42.077Z Checking dof v0.3.0
21522026-03-24T19:37:42.081Z Checking curve25519-dalek v4.1.3
21532026-03-24T19:37:42.174Z Checking memoffset v0.9.1
21542026-03-24T19:37:42.231Z Checking rustix v0.38.44
21552026-03-24T19:37:42.264Z Checking env_filter v1.0.0
21562026-03-24T19:37:42.312Z Checking keccak v0.1.6
21572026-03-24T19:37:42.358Z Checking usdt v0.6.0
21582026-03-24T19:37:42.478Z Checking usdt-impl v0.5.0
21592026-03-24T19:37:42.527Z Checking env_logger v0.11.9
21602026-03-24T19:37:42.530Z Checking daft v0.1.5
21612026-03-24T19:37:42.620Z Checking sha3 v0.10.8
21622026-03-24T19:37:42.623Z Checking ed25519 v2.2.3
21632026-03-24T19:37:42.803Z Checking itertools v0.13.0
21642026-03-24T19:37:42.871Z Checking serde_with v3.17.0
21652026-03-24T19:37:42.922Z Checking bitflags v1.3.2
21662026-03-24T19:37:42.969Z Checking siphasher v1.0.2
21672026-03-24T19:37:42.972Z Checking unicode-normalization v0.1.25
21682026-03-24T19:37:43.075Z Checking signal-hook v0.3.18
21692026-03-24T19:37:43.210Z Checking toml_datetime v0.7.5+spec-1.1.0
21702026-03-24T19:37:43.212Z Checking ed25519-dalek v2.2.0
21712026-03-24T19:37:43.360Z Checking winnow v0.5.40
21722026-03-24T19:37:43.409Z Checking managed v0.8.0
21732026-03-24T19:37:43.491Z Checking nix v0.31.1
21742026-03-24T19:37:43.538Z Checking rayon-core v1.13.0
21752026-03-24T19:37:43.586Z Checking bzip2-sys v0.1.13+1.0.8
21762026-03-24T19:37:43.590Z Checking object v0.37.3
21772026-03-24T19:37:43.692Z Checking foldhash v0.1.5
21782026-03-24T19:37:43.740Z Checking bzip2 v0.4.4
21792026-03-24T19:37:43.902Z Checking hashbrown v0.15.5
21802026-03-24T19:37:43.990Z Checking signal-hook-mio v0.2.5
21812026-03-24T19:37:44.038Z Checking ref-cast v1.0.25
21822026-03-24T19:37:44.156Z Checking zstd-sys v2.0.16+zstd.1.5.7
21832026-03-24T19:37:44.231Z Checking zip v0.6.6
21842026-03-24T19:37:44.278Z Checking bumpalo v3.20.2
21852026-03-24T19:37:44.337Z Checking zstd-safe v7.2.4
21862026-03-24T19:37:44.576Z Checking libbz2-rs-sys v0.2.2
21872026-03-24T19:37:44.624Z Checking zstd v0.13.3
21882026-03-24T19:37:44.627Z Checking zopfli v0.8.3
21892026-03-24T19:37:44.714Z Checking crossterm v0.28.1
21902026-03-24T19:37:44.907Z Checking rayon v1.11.0
21912026-03-24T19:37:44.958Z Checking similar v2.7.0
21922026-03-24T19:37:44.961Z Checking toml_edit v0.19.15
21932026-03-24T19:37:44.961Z Checking fs-err v3.3.0
21942026-03-24T19:37:45.134Z Checking bzip2 v0.6.1
21952026-03-24T19:37:45.137Z Checking hash32 v0.2.1
21962026-03-24T19:37:45.385Z Checking serde-big-array v0.5.1
21972026-03-24T19:37:45.435Z Checking predicates-core v1.0.10
21982026-03-24T19:37:45.438Z Checking unicode-properties v0.1.4
21992026-03-24T19:37:45.527Z Checking unicode-bidi v0.3.18
22002026-03-24T19:37:45.589Z Checking jiff v0.2.21
22012026-03-24T19:37:45.637Z Checking heapless v0.7.17
22022026-03-24T19:37:45.733Z Checking hickory-proto v0.25.2
22032026-03-24T19:37:45.780Z Checking tokio-stream v0.1.18
22042026-03-24T19:37:45.957Z Checking stringprep v0.1.5
22052026-03-24T19:37:46.196Z Checking md-5 v0.10.6
22062026-03-24T19:37:46.248Z Checking float-cmp v0.10.0
22072026-03-24T19:37:46.323Z Checking difflib v0.4.0
22082026-03-24T19:37:46.410Z Checking fallible-iterator v0.2.0
22092026-03-24T19:37:46.459Z Checking rustc-hash v2.1.1
22102026-03-24T19:37:46.513Z Checking toml v0.7.8
22112026-03-24T19:37:46.593Z Checking normalize-line-endings v0.3.0
22122026-03-24T19:37:46.642Z Checking iddqd v0.3.17
22132026-03-24T19:37:46.793Z Checking predicates v3.1.4
22142026-03-24T19:37:46.830Z Checking postgres-protocol v0.6.10
22152026-03-24T19:37:46.968Z Checking smoltcp v0.9.1
22162026-03-24T19:37:47.019Z Checking phf_shared v0.13.1
22172026-03-24T19:37:47.023Z Checking phf_shared v0.11.3
22182026-03-24T19:37:47.204Z Checking itertools v0.12.1
22192026-03-24T19:37:47.281Z Checking console v0.16.2
22202026-03-24T19:37:47.330Z Checking buf-list v1.1.2
22212026-03-24T19:37:47.333Z Checking strum v0.27.2
22222026-03-24T19:37:47.554Z Checking fixedbitset v0.4.2
22232026-03-24T19:37:47.603Z Checking unit-prefix v0.5.2
22242026-03-24T19:37:47.720Z Checking fixedbitset v0.5.7
22252026-03-24T19:37:47.784Z Checking precomputed-hash v0.1.1
22262026-03-24T19:37:47.833Z Checking new_debug_unreachable v1.0.6
22272026-03-24T19:37:47.836Z Checking lalrpop-util v0.19.12
22282026-03-24T19:37:47.925Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22292026-03-24T19:37:47.930Z Checking indicatif v0.18.4
22302026-03-24T19:37:48.019Z Checking string_cache v0.8.9
22312026-03-24T19:37:48.022Z Checking petgraph v0.8.3
22322026-03-24T19:37:48.120Z Checking petgraph v0.6.5
22332026-03-24T19:37:48.272Z Checking phf v0.13.1
22342026-03-24T19:37:48.467Z Checking postgres-types v0.2.12
22352026-03-24T19:37:48.515Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22362026-03-24T19:37:48.595Z Checking zone v0.3.1
22372026-03-24T19:37:48.776Z Checking zip v4.6.1
22382026-03-24T19:37:48.908Z Checking peg-runtime v0.8.5
22392026-03-24T19:37:48.955Z Checking whoami v2.1.0
22402026-03-24T19:37:49.151Z Checking futures-executor v0.3.32
22412026-03-24T19:37:49.239Z Checking tokio-postgres v0.7.16
22422026-03-24T19:37:49.290Z Checking is-terminal v0.4.17
22432026-03-24T19:37:49.371Z Checking futures v0.3.32
22442026-03-24T19:37:49.441Z Checking crossbeam-channel v0.5.15
22452026-03-24T19:37:49.510Z Compiling structmeta-derive v0.3.0
22462026-03-24T19:37:49.605Z Checking thread_local v1.1.9
22472026-03-24T19:37:49.653Z Checking term v1.2.1
22482026-03-24T19:37:49.849Z Checking take_mut v0.2.2
22492026-03-24T19:37:49.899Z Compiling newtype-uuid-macros v0.1.0
22502026-03-24T19:37:49.946Z Checking regress v0.10.5
22512026-03-24T19:37:49.993Z Checking slog-term v2.9.2
22522026-03-24T19:37:50.040Z Checking slog-async v2.8.0
22532026-03-24T19:37:50.247Z Compiling rustls v0.22.4
22542026-03-24T19:37:50.299Z Compiling multer v3.1.0
22552026-03-24T19:37:50.379Z Compiling async-stream-impl v0.3.6
22562026-03-24T19:37:50.615Z Compiling dropshot v0.16.7
22572026-03-24T19:37:50.677Z Compiling dropshot_endpoint v0.16.7
22582026-03-24T19:37:50.959Z Checking match_cfg v0.1.0
22592026-03-24T19:37:51.008Z Compiling structmeta v0.3.0
22602026-03-24T19:37:51.053Z Checking slog-json v2.6.1
22612026-03-24T19:37:51.056Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-03-24T19:37:51.149Z Checking hostname v0.3.1
22632026-03-24T19:37:51.241Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642026-03-24T19:37:51.304Z Checking debug-ignore v1.0.5
22652026-03-24T19:37:51.354Z Compiling derive-ex v0.1.8
22662026-03-24T19:37:51.357Z Checking slog-bunyan v2.5.0
22672026-03-24T19:37:51.452Z Checking serde_spanned v1.0.4
22682026-03-24T19:37:51.504Z Checking toml_writer v1.0.6+spec-1.1.0
22692026-03-24T19:37:51.579Z Checking progenitor-client v0.13.0
22702026-03-24T19:37:51.583Z Checking rustls-webpki v0.102.8
22712026-03-24T19:37:51.674Z Checking serde_path_to_error v0.1.20
22722026-03-24T19:37:51.816Z Checking toml v0.9.12+spec-1.1.0
22732026-03-24T19:37:51.866Z Checking async-stream v0.3.6
22742026-03-24T19:37:51.972Z Checking waitgroup v0.1.2
22752026-03-24T19:37:52.071Z Checking rustls-pemfile v2.2.0
22762026-03-24T19:37:52.119Z Checking hostname v0.4.2
22772026-03-24T19:37:52.166Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22782026-03-24T19:37:52.263Z Compiling parse-display-derive v0.10.0
22792026-03-24T19:37:52.310Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22802026-03-24T19:37:52.313Z Checking itertools v0.14.0
22812026-03-24T19:37:52.402Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22822026-03-24T19:37:52.537Z Checking macaddr v1.0.1
22832026-03-24T19:37:52.705Z Checking progenitor-client v0.10.0
22842026-03-24T19:37:52.806Z Checking instant v0.1.13
22852026-03-24T19:37:52.955Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22862026-03-24T19:37:53.002Z Checking backoff v0.4.0
22872026-03-24T19:37:53.052Z Checking backon v1.6.0
22882026-03-24T19:37:53.110Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22892026-03-24T19:37:53.318Z Checking progenitor-extras v0.1.1
22902026-03-24T19:37:53.342Z Checking heck v0.5.0
22912026-03-24T19:37:53.559Z Checking camino-tempfile v1.4.1
22922026-03-24T19:37:53.636Z Checking toml v0.8.23
22932026-03-24T19:37:53.782Z Compiling test-strategy v0.4.5
22942026-03-24T19:37:53.875Z Compiling convert_case v0.4.0
22952026-03-24T19:37:53.878Z Compiling unsafe-libyaml v0.2.11
22962026-03-24T19:37:54.120Z Checking secrecy v0.10.3
22972026-03-24T19:37:54.241Z Checking tokio-rustls v0.25.0
22982026-03-24T19:37:54.306Z Compiling crucible-workspace-hack v0.1.0
22992026-03-24T19:37:54.425Z Compiling derive_more v0.99.20
23002026-03-24T19:37:54.604Z Checking parse-display v0.10.0
23012026-03-24T19:37:54.715Z Compiling serde_yaml v0.9.34+deprecated
23022026-03-24T19:37:54.970Z Compiling toml_edit v0.23.10+spec-1.0.0
23032026-03-24T19:37:55.019Z Checking typify-impl v0.6.1
23042026-03-24T19:37:55.859Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-03-24T19:37:56.397Z Compiling proc-macro-crate v3.4.0
23062026-03-24T19:37:56.523Z Checking half v2.7.1
23072026-03-24T19:37:56.590Z Checking glob v0.3.3
23082026-03-24T19:37:56.826Z Checking ciborium-io v0.2.2
23092026-03-24T19:37:56.896Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-03-24T19:37:56.981Z Compiling heapless v0.8.0
23112026-03-24T19:37:56.985Z Checking ciborium-ll v0.2.2
23122026-03-24T19:37:57.159Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23132026-03-24T19:37:57.300Z Checking ciborium v0.2.2
23142026-03-24T19:37:57.305Z Compiling ingot-macros v0.1.1
23152026-03-24T19:37:57.353Z Checking tabwriter v1.4.1
23162026-03-24T19:37:57.584Z Checking hash32 v0.3.1
23172026-03-24T19:37:57.664Z Compiling smoltcp v0.11.0
23182026-03-24T19:37:57.712Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-03-24T19:37:57.911Z Compiling num_enum_derive v0.7.5
23202026-03-24T19:37:58.046Z Checking cobs v0.3.0
23212026-03-24T19:37:58.131Z Compiling foreign-types-macros v0.2.3
23222026-03-24T19:37:58.243Z Checking cpufeatures v0.3.0
23232026-03-24T19:37:58.294Z Checking foreign-types-shared v0.3.1
23242026-03-24T19:37:58.400Z Checking chacha20 v0.10.0
23252026-03-24T19:37:58.443Z Checking postcard v1.1.3
23262026-03-24T19:37:58.885Z Compiling proc-macro-crate v1.3.1
23272026-03-24T19:37:58.983Z Checking foreign-types v0.5.0
23282026-03-24T19:37:59.058Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23292026-03-24T19:37:59.111Z Checking cstr-argument v0.1.2
23302026-03-24T19:37:59.398Z Checking sigpipe v0.1.3
23312026-03-24T19:37:59.447Z Checking num_enum v0.7.5
23322026-03-24T19:37:59.448Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-03-24T19:37:59.455Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-03-24T19:37:59.543Z Checking colored v3.1.1
23352026-03-24T19:37:59.568Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-03-24T19:37:59.824Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-03-24T19:37:59.828Z Compiling num_enum_derive v0.5.11
23382026-03-24T19:38:01.416Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23392026-03-24T19:38:01.570Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-03-24T19:38:01.570Z Checking rand v0.10.0
23412026-03-24T19:38:01.570Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23422026-03-24T19:38:01.570Z Checking indent_write v2.2.0
23432026-03-24T19:38:01.570Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23442026-03-24T19:38:01.570Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23452026-03-24T19:38:01.570Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23462026-03-24T19:38:01.570Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23472026-03-24T19:38:01.570Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23482026-03-24T19:38:01.571Z Checking smf v0.2.3
23492026-03-24T19:38:01.571Z Compiling num-derive v0.4.2
23502026-03-24T19:38:01.571Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-03-24T19:38:01.571Z Checking ingot-types v0.1.2
23522026-03-24T19:38:01.571Z Checking num_enum v0.5.11
23532026-03-24T19:38:01.571Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23542026-03-24T19:38:01.571Z Checking whoami v1.6.1
23552026-03-24T19:38:01.652Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23562026-03-24T19:38:01.652Z Checking universal-hash v0.5.1
23572026-03-24T19:38:01.696Z Checking ingot v0.1.1
23582026-03-24T19:38:01.703Z Checking opaque-debug v0.3.1
23592026-03-24T19:38:01.879Z Checking aead v0.5.2
23602026-03-24T19:38:01.952Z Checking swrite v0.1.0
23612026-03-24T19:38:02.034Z Checking poly1305 v0.8.0
23622026-03-24T19:38:02.101Z Checking chacha20 v0.9.1
23632026-03-24T19:38:02.151Z Checking unicode-width v0.1.14
23642026-03-24T19:38:02.174Z Compiling typify-macro v0.6.1
23652026-03-24T19:38:02.187Z Compiling thiserror-impl-no-std v2.0.2
23662026-03-24T19:38:02.391Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23672026-03-24T19:38:02.426Z Checking password-hash v0.5.0
23682026-03-24T19:38:02.448Z Checking blake2 v0.10.6
23692026-03-24T19:38:02.496Z Checking chacha20poly1305 v0.10.1
23702026-03-24T19:38:02.731Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23712026-03-24T19:38:02.755Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23722026-03-24T19:38:02.802Z Checking byte-wrapper v0.1.0
23732026-03-24T19:38:02.869Z Checking argon2 v0.5.3
23742026-03-24T19:38:03.136Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23752026-03-24T19:38:03.173Z Compiling usdt-attr-macro v0.5.0
23762026-03-24T19:38:03.193Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23772026-03-24T19:38:03.383Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-03-24T19:38:03.451Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23792026-03-24T19:38:04.016Z Compiling usdt-macro v0.5.0
23802026-03-24T19:38:04.058Z Checking thiserror-no-std v2.0.2
23812026-03-24T19:38:04.058Z Checking vsss-rs v3.3.4
23822026-03-24T19:38:04.083Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23832026-03-24T19:38:04.135Z Checking memmap v0.7.0
23842026-03-24T19:38:04.182Z Compiling derive-where v1.6.0
23852026-03-24T19:38:04.244Z Checking atomicwrites v0.4.4
23862026-03-24T19:38:04.324Z Checking console v0.15.11
23872026-03-24T19:38:04.427Z Checking newline-converter v0.3.0
23882026-03-24T19:38:04.598Z Checking bytecount v0.6.9
23892026-03-24T19:38:04.601Z Checking usdt v0.5.0
23902026-03-24T19:38:04.688Z Compiling typify v0.6.1
23912026-03-24T19:38:04.786Z Checking expectorate v1.2.0
23922026-03-24T19:38:04.863Z Compiling progenitor-impl v0.13.0
23932026-03-24T19:38:04.907Z Checking tokio-dtrace v0.1.1
23942026-03-24T19:38:05.005Z Compiling prettyplease v0.2.37
23952026-03-24T19:38:05.168Z Checking oxide-tokio-rt v0.1.3
23962026-03-24T19:38:05.345Z Compiling owo-colors v4.3.0
23972026-03-24T19:38:05.422Z Compiling cancel-safe-futures v0.1.5
23982026-03-24T19:38:05.474Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23992026-03-24T19:38:05.559Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24002026-03-24T19:38:05.630Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-03-24T19:38:05.634Z Checking libsw-core v0.3.2
24022026-03-24T19:38:05.897Z Checking libsw v3.5.0
24032026-03-24T19:38:07.011Z Checking linear-map v1.2.0
24042026-03-24T19:38:07.015Z Checking same-file v1.0.6
24052026-03-24T19:38:07.015Z Checking num-rational v0.4.2
24062026-03-24T19:38:07.015Z Checking num-complex v0.4.6
24072026-03-24T19:38:07.015Z Checking float-ord v0.3.2
24082026-03-24T19:38:07.015Z Checking walkdir v2.5.0
24092026-03-24T19:38:07.015Z Checking gethostname v0.5.0
24102026-03-24T19:38:07.016Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24112026-03-24T19:38:07.016Z Checking num v0.4.3
24122026-03-24T19:38:07.016Z Compiling async-recursion v1.1.1
24132026-03-24T19:38:07.016Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24142026-03-24T19:38:07.016Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24152026-03-24T19:38:07.016Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24162026-03-24T19:38:08.342Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24172026-03-24T19:38:08.582Z Compiling progenitor-macro v0.13.0
24182026-03-24T19:38:09.176Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24192026-03-24T19:38:10.279Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24202026-03-24T19:38:11.793Z Checking unicode-linebreak v0.1.5
24212026-03-24T19:38:11.830Z Checking smawk v0.3.2
24222026-03-24T19:38:11.830Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24232026-03-24T19:38:11.830Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24242026-03-24T19:38:11.868Z Checking globset v0.4.18
24252026-03-24T19:38:12.050Z Compiling convert_case v0.10.0
24262026-03-24T19:38:12.571Z Compiling slog-dtrace v0.3.0
24272026-03-24T19:38:12.771Z Checking resolv-conf v0.7.6
24282026-03-24T19:38:12.954Z Compiling derive_more-impl v2.1.1
24292026-03-24T19:38:13.298Z Compiling pin-project-internal v1.1.11
24302026-03-24T19:38:13.515Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24312026-03-24T19:38:13.566Z Checking pem v3.0.6
24322026-03-24T19:38:13.811Z Checking fd-lock v4.0.4
24332026-03-24T19:38:13.868Z Checking vte v0.14.1
24342026-03-24T19:38:14.127Z Checking display-error-chain v0.2.2
24352026-03-24T19:38:14.144Z Checking derive_more v2.1.1
24362026-03-24T19:38:14.144Z Checking strip-ansi-escapes v0.2.1
24372026-03-24T19:38:14.159Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24382026-03-24T19:38:14.210Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24392026-03-24T19:38:14.214Z Checking crossterm v0.29.0
24402026-03-24T19:38:14.302Z Compiling snafu-derive v0.8.9
24412026-03-24T19:38:14.360Z Checking nu-ansi-term v0.50.3
24422026-03-24T19:38:14.859Z Checking pin-project v1.1.11
24432026-03-24T19:38:15.018Z Checking linked-hash-map v0.5.6
24442026-03-24T19:38:15.067Z Checking termtree v0.5.1
24452026-03-24T19:38:15.072Z Checking reedline v0.40.0
24462026-03-24T19:38:15.281Z Checking textwrap v0.16.2
24472026-03-24T19:38:15.328Z Checking lru-cache v0.1.2
24482026-03-24T19:38:15.530Z Checking olpc-cjson v0.1.4
24492026-03-24T19:38:15.598Z Checking hickory-proto v0.24.4
24502026-03-24T19:38:15.651Z Checking progenitor v0.13.0
24512026-03-24T19:38:15.751Z Checking serde_plain v1.0.2
24522026-03-24T19:38:15.855Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24532026-03-24T19:38:15.979Z Compiling minimal-lexical v0.2.1
24542026-03-24T19:38:16.353Z Checking typed-path v0.9.3
24552026-03-24T19:38:16.752Z Compiling nom v7.1.3
24562026-03-24T19:38:17.071Z Checking snafu v0.8.9
24572026-03-24T19:38:17.440Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24582026-03-24T19:38:17.561Z Checking tough v0.20.0
24592026-03-24T19:38:18.121Z Checking nibble_vec v0.1.0
24602026-03-24T19:38:18.210Z Checking endian-type v0.1.2
24612026-03-24T19:38:18.245Z Checking hickory-resolver v0.24.4
24622026-03-24T19:38:18.328Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-03-24T19:38:18.392Z Checking radix_trie v0.2.1
24642026-03-24T19:38:18.807Z Compiling ar_archive_writer v0.5.1
24652026-03-24T19:38:18.976Z Checking base64 v0.21.7
24662026-03-24T19:38:19.147Z Checking humantime v2.3.0
24672026-03-24T19:38:19.215Z Checking csv-core v0.1.13
24682026-03-24T19:38:19.235Z Checking qorb v0.4.1
24692026-03-24T19:38:19.387Z Compiling stacker v0.1.23
24702026-03-24T19:38:19.413Z Checking csv v1.4.0
24712026-03-24T19:38:19.649Z Checking highway v1.3.0
24722026-03-24T19:38:19.791Z Compiling cfg_aliases v0.1.1
24732026-03-24T19:38:19.999Z Compiling nix v0.28.0
24742026-03-24T19:38:20.069Z Compiling psm v0.1.30
24752026-03-24T19:38:20.069Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24762026-03-24T19:38:20.069Z Checking papergrid v0.11.0
24772026-03-24T19:38:21.436Z Compiling tabled_derive v0.7.0
24782026-03-24T19:38:21.477Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24792026-03-24T19:38:21.477Z Checking home v0.5.12
24802026-03-24T19:38:21.477Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24812026-03-24T19:38:21.477Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24822026-03-24T19:38:21.477Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24832026-03-24T19:38:21.477Z Checking phf_shared v0.12.1
24842026-03-24T19:38:21.477Z Compiling recursive-proc-macro-impl v0.1.1
24852026-03-24T19:38:21.477Z Compiling semver v0.1.20
24862026-03-24T19:38:21.477Z Compiling chrono-tz v0.10.4
24872026-03-24T19:38:21.551Z Compiling rustc_version v0.1.7
24882026-03-24T19:38:21.647Z Checking phf v0.12.1
24892026-03-24T19:38:21.663Z Checking tabled v0.15.0
24902026-03-24T19:38:21.723Z Checking recursive v0.1.1
24912026-03-24T19:38:21.766Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24922026-03-24T19:38:21.855Z Compiling const_format_proc_macros v0.2.34
24932026-03-24T19:38:21.905Z Compiling peg-macros v0.8.5
24942026-03-24T19:38:21.918Z Checking winnow v0.6.26
24952026-03-24T19:38:21.918Z Compiling sqlparser_derive v0.5.0
24962026-03-24T19:38:23.121Z Checking unicode_categories v0.1.1
24972026-03-24T19:38:23.171Z Checking rustyline v14.0.0
24982026-03-24T19:38:23.358Z Checking const_format v0.2.35
24992026-03-24T19:38:23.368Z Checking sqlparser v0.61.0
25002026-03-24T19:38:23.777Z Checking sqlformat v0.3.5
25012026-03-24T19:38:24.931Z Checking peg v0.8.5
25022026-03-24T19:38:24.977Z Compiling newtype_derive v0.1.6
25032026-03-24T19:38:24.977Z Checking bcs v0.1.6
25042026-03-24T19:38:24.977Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25052026-03-24T19:38:24.977Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25062026-03-24T19:38:24.977Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25072026-03-24T19:38:24.977Z Checking steno v0.4.1
25082026-03-24T19:38:24.977Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25092026-03-24T19:38:24.977Z Checking utf-8 v0.7.6
25102026-03-24T19:38:25.144Z Checking filetime v0.2.27
25112026-03-24T19:38:25.296Z Checking arc-swap v1.8.2
25122026-03-24T19:38:25.359Z Checking xattr v1.6.1
25132026-03-24T19:38:25.559Z Checking tar v0.4.44
25142026-03-24T19:38:25.628Z Checking slog-scope v4.4.1
25152026-03-24T19:38:25.853Z Checking slog-stdlog v4.1.1
25162026-03-24T19:38:25.988Z Checking tungstenite v0.21.0
25172026-03-24T19:38:26.041Z Checking slog-envlogger v2.2.0
25182026-03-24T19:38:26.100Z Compiling typify-impl v0.4.3
25192026-03-24T19:38:26.275Z Checking typeid v1.0.3
25202026-03-24T19:38:26.584Z Checking tokio-tungstenite v0.21.0
25212026-03-24T19:38:26.966Z Checking subprocess v0.2.15
25222026-03-24T19:38:27.261Z Checking headers-core v0.3.0
25232026-03-24T19:38:27.395Z Compiling lzma-sys v0.1.20
25242026-03-24T19:38:27.443Z Checking headers v0.4.1
25252026-03-24T19:38:28.008Z Compiling cargo_toml v0.22.3
25262026-03-24T19:38:28.051Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25272026-03-24T19:38:28.097Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25282026-03-24T19:38:28.153Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25292026-03-24T19:38:28.535Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25302026-03-24T19:38:28.668Z Checking yasna v0.5.2
25312026-03-24T19:38:29.222Z Checking rcgen v0.12.1
25322026-03-24T19:38:29.694Z Checking xz2 v0.1.7
25332026-03-24T19:38:29.903Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25342026-03-24T19:38:29.953Z Checking ron v0.12.0
25352026-03-24T19:38:30.048Z Checking base16ct v1.0.0
25362026-03-24T19:38:30.257Z Checking dropshot-api-manager-types v0.6.0
25372026-03-24T19:38:30.308Z Checking tagptr v0.2.0
25382026-03-24T19:38:30.511Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25392026-03-24T19:38:30.562Z Checking moka v0.12.13
25402026-03-24T19:38:30.768Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25412026-03-24T19:38:31.003Z Compiling radium v0.7.0
25422026-03-24T19:38:31.007Z Compiling libefi-sys v0.1.0
25432026-03-24T19:38:31.442Z Compiling bitfield-struct v0.6.2
25442026-03-24T19:38:31.490Z Checking hickory-resolver v0.25.2
25452026-03-24T19:38:31.534Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25462026-03-24T19:38:31.947Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25472026-03-24T19:38:32.009Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25482026-03-24T19:38:32.136Z Compiling maybe-uninit v2.0.0
25492026-03-24T19:38:32.274Z Checking tap v1.0.1
25502026-03-24T19:38:32.339Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-03-24T19:38:32.492Z Checking wyz v0.5.1
25522026-03-24T19:38:32.579Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25532026-03-24T19:38:32.690Z Compiling typify-macro v0.4.3
25542026-03-24T19:38:32.779Z Compiling zerocopy-derive v0.6.6
25552026-03-24T19:38:34.423Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25562026-03-24T19:38:34.473Z Compiling packed_struct v0.10.1
25572026-03-24T19:38:34.473Z Checking funty v2.0.0
25582026-03-24T19:38:34.473Z Checking crc-catalog v2.4.0
25592026-03-24T19:38:34.473Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-03-24T19:38:34.473Z Checking crc v3.4.0
25612026-03-24T19:38:34.473Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25622026-03-24T19:38:34.473Z Checking bitvec v1.0.1
25632026-03-24T19:38:34.473Z Compiling packed_struct_codegen v0.10.1
25642026-03-24T19:38:34.473Z Compiling bitfield-macros v0.19.4
25652026-03-24T19:38:34.473Z Compiling indexmap v1.9.3
25662026-03-24T19:38:34.473Z Checking zerocopy v0.6.6
25672026-03-24T19:38:34.473Z Checking nodrop v0.1.14
25682026-03-24T19:38:34.473Z Checking array-init v0.0.4
25692026-03-24T19:38:34.537Z Checking smallvec v0.6.14
25702026-03-24T19:38:34.713Z Checking bitfield v0.19.4
25712026-03-24T19:38:34.782Z Checking hashbrown v0.12.3
25722026-03-24T19:38:34.857Z Checking serde-hex v0.1.0
25732026-03-24T19:38:35.018Z Compiling typify v0.4.3
25742026-03-24T19:38:35.208Z Compiling progenitor-impl v0.10.0
25752026-03-24T19:38:35.255Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25762026-03-24T19:38:35.492Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25772026-03-24T19:38:35.862Z Checking ron v0.8.1
25782026-03-24T19:38:36.481Z Checking hashbrown v0.13.2
25792026-03-24T19:38:36.621Z Checking crc-any v2.5.0
25802026-03-24T19:38:36.729Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25812026-03-24T19:38:36.972Z Checking path-slash v0.1.5
25822026-03-24T19:38:37.016Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25832026-03-24T19:38:37.062Z Compiling xshell-macros v0.2.7
25842026-03-24T19:38:37.140Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25852026-03-24T19:38:37.188Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25862026-03-24T19:38:37.191Z Checking object v0.30.4
25872026-03-24T19:38:37.690Z Checking xshell v0.2.7
25882026-03-24T19:38:37.718Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25892026-03-24T19:38:37.893Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25902026-03-24T19:38:38.574Z Checking half v1.8.3
25912026-03-24T19:38:38.886Z Checking serde_cbor v0.11.2
25922026-03-24T19:38:38.934Z Compiling progenitor-macro v0.10.0
25932026-03-24T19:38:38.940Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25942026-03-24T19:38:39.180Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-03-24T19:38:39.282Z Compiling num-derive v0.3.3
25962026-03-24T19:38:39.462Z Compiling proc-macro-error-attr2 v2.0.0
25972026-03-24T19:38:40.005Z Compiling proc-macro-error2 v2.0.1
25982026-03-24T19:38:40.206Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25992026-03-24T19:38:40.454Z Compiling tabled_derive v0.11.0
26002026-03-24T19:38:40.498Z Checking libscf-sys v1.1.0
26012026-03-24T19:38:40.735Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26022026-03-24T19:38:40.764Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26032026-03-24T19:38:41.010Z Checking papergrid v0.17.0
26042026-03-24T19:38:41.442Z Checking testing_table v0.3.0
26052026-03-24T19:38:41.487Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-03-24T19:38:41.594Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26072026-03-24T19:38:42.098Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-03-24T19:38:42.146Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-03-24T19:38:42.150Z Checking maplit v1.0.2
26102026-03-24T19:38:42.235Z Checking tabled v0.20.0
26112026-03-24T19:38:42.329Z Checking crc8 v0.1.1
26122026-03-24T19:38:42.493Z Checking fxhash v0.2.1
26132026-03-24T19:38:42.539Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26142026-03-24T19:38:42.684Z Checking unicase v2.9.0
26152026-03-24T19:38:42.881Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26162026-03-24T19:38:42.930Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26172026-03-24T19:38:43.178Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26182026-03-24T19:38:43.372Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26192026-03-24T19:38:43.479Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26202026-03-24T19:38:43.757Z Checking kstat-rs v0.2.4
26212026-03-24T19:38:43.993Z Compiling diesel_derives v2.3.7
26222026-03-24T19:38:44.045Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26232026-03-24T19:38:44.125Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26242026-03-24T19:38:44.255Z Compiling parking_lot_core v0.8.6
26252026-03-24T19:38:44.657Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26262026-03-24T19:38:44.718Z Compiling git-stub v1.0.0
26272026-03-24T19:38:44.847Z Checking scheduled-thread-pool v0.2.7
26282026-03-24T19:38:45.082Z Compiling dsl_auto_type v0.2.0
26292026-03-24T19:38:45.124Z Compiling vergen-gitcl v1.0.8
26302026-03-24T19:38:45.172Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26312026-03-24T19:38:45.277Z Compiling diesel_table_macro_syntax v0.3.0
26322026-03-24T19:38:45.473Z Checking r2d2 v0.8.10
26332026-03-24T19:38:45.532Z Compiling git-stub-vcs v0.1.0
26342026-03-24T19:38:45.752Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26352026-03-24T19:38:45.897Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26362026-03-24T19:38:45.990Z Checking progenitor v0.10.0
26372026-03-24T19:38:46.077Z Checking downcast-rs v2.0.2
26382026-03-24T19:38:46.163Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26392026-03-24T19:38:46.212Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26402026-03-24T19:38:46.217Z Checking parking_lot v0.11.2
26412026-03-24T19:38:46.352Z Checking prefix-trie v0.7.0
26422026-03-24T19:38:46.538Z Checking nanorand v0.7.0
26432026-03-24T19:38:46.811Z Compiling dirs-sys-next v0.1.2
26442026-03-24T19:38:46.856Z Compiling crunchy v0.2.4
26452026-03-24T19:38:46.861Z Checking flume v0.11.1
26462026-03-24T19:38:47.166Z Compiling dirs-next v2.0.0
26472026-03-24T19:38:47.229Z Checking hickory-server v0.25.2
26482026-03-24T19:38:47.364Z Checking sled v0.34.7
26492026-03-24T19:38:47.383Z Compiling clang-sys v1.8.1
26502026-03-24T19:38:47.452Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26512026-03-24T19:38:47.734Z Checking hickory-client v0.25.2
26522026-03-24T19:38:47.859Z Compiling tiny-keccak v2.0.2
26532026-03-24T19:38:48.371Z Compiling term v0.7.0
26542026-03-24T19:38:48.420Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26552026-03-24T19:38:48.468Z Compiling bit-vec v0.6.3
26562026-03-24T19:38:48.659Z Compiling salty v0.3.0
26572026-03-24T19:38:48.793Z Compiling ascii-canvas v3.0.0
26582026-03-24T19:38:48.962Z Compiling bit-set v0.5.3
26592026-03-24T19:38:49.164Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-03-24T19:38:49.212Z Checking primeorder v0.13.6
26612026-03-24T19:38:49.215Z Compiling itertools v0.10.5
26622026-03-24T19:38:49.618Z Compiling ena v0.14.4
26632026-03-24T19:38:49.665Z Compiling libloading v0.8.9
26642026-03-24T19:38:49.843Z Compiling fs-err v2.11.0
26652026-03-24T19:38:49.929Z Compiling bindgen v0.71.1
26662026-03-24T19:38:49.976Z Compiling regex-syntax v0.6.29
26672026-03-24T19:38:50.115Z Compiling diff v0.1.13
26682026-03-24T19:38:50.466Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-03-24T19:38:50.577Z Compiling cexpr v0.6.0
26702026-03-24T19:38:50.694Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26712026-03-24T19:38:50.800Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26722026-03-24T19:38:51.268Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-03-24T19:38:51.552Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26742026-03-24T19:38:51.651Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26752026-03-24T19:38:51.893Z Compiling lalrpop v0.19.12
26762026-03-24T19:38:52.167Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-03-24T19:38:52.451Z Compiling libxml v0.3.3
26782026-03-24T19:38:52.507Z Checking parse-size v1.1.0
26792026-03-24T19:38:52.702Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26802026-03-24T19:38:52.907Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26812026-03-24T19:38:53.011Z Checking p384 v0.13.1
26822026-03-24T19:38:53.325Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26832026-03-24T19:38:53.519Z Checking diesel v2.3.7
26842026-03-24T19:38:53.603Z Compiling strum_macros v0.24.3
26852026-03-24T19:38:53.830Z Checking assert_matches v1.5.0
26862026-03-24T19:38:53.959Z Compiling indoc v1.0.9
26872026-03-24T19:38:55.411Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26882026-03-24T19:38:55.488Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26892026-03-24T19:38:55.733Z Checking predicates-tree v1.0.13
26902026-03-24T19:38:55.783Z Checking derive_builder v0.20.2
26912026-03-24T19:38:55.918Z Checking quick-xml v0.37.5
26922026-03-24T19:38:55.961Z Compiling oso-derive v0.27.3
26932026-03-24T19:38:56.607Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26942026-03-24T19:38:56.652Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26952026-03-24T19:38:56.700Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26962026-03-24T19:38:56.705Z Compiling impl-trait-for-tuples v0.2.3
26972026-03-24T19:38:57.190Z Compiling trait-variant v0.1.2
26982026-03-24T19:38:57.961Z Checking openssl-probe v0.1.6
26992026-03-24T19:38:58.139Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27002026-03-24T19:38:58.986Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27012026-03-24T19:38:59.100Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27022026-03-24T19:38:59.250Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27032026-03-24T19:38:59.313Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27042026-03-24T19:38:59.377Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27052026-03-24T19:38:59.892Z Compiling progenitor-impl v0.11.2
27062026-03-24T19:39:00.675Z Compiling mime_guess v2.0.5
27072026-03-24T19:39:00.853Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27082026-03-24T19:39:01.260Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-03-24T19:39:01.425Z Checking progenitor-client v0.11.2
27102026-03-24T19:39:01.665Z Checking http-range v0.1.5
27112026-03-24T19:39:01.796Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27122026-03-24T19:39:01.875Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-03-24T19:39:02.150Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27142026-03-24T19:39:02.191Z Checking ignore v0.4.25
27152026-03-24T19:39:02.959Z Checking atty v0.2.14
27162026-03-24T19:39:03.126Z Checking globwalk v0.9.1
27172026-03-24T19:39:03.725Z Compiling progenitor-macro v0.11.2
27182026-03-24T19:39:04.120Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-03-24T19:39:05.275Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-03-24T19:39:05.555Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27212026-03-24T19:39:05.810Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27222026-03-24T19:39:06.092Z Checking bb8 v0.8.6
27232026-03-24T19:39:06.145Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27242026-03-24T19:39:06.289Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27252026-03-24T19:39:06.441Z Checking corncobs v0.1.4
27262026-03-24T19:39:06.491Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-24T19:39:06.642Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-03-24T19:39:06.785Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27292026-03-24T19:39:07.302Z Checking hyper-staticfile v0.10.1
27302026-03-24T19:39:07.757Z Checking camino-tempfile-ext v0.3.3
27312026-03-24T19:39:07.781Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27322026-03-24T19:39:07.862Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27332026-03-24T19:39:08.037Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27342026-03-24T19:39:08.170Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27352026-03-24T19:39:08.315Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-03-24T19:39:09.118Z Checking signal-hook-tokio v0.3.1
27372026-03-24T19:39:09.462Z Checking secrecy v0.8.0
27382026-03-24T19:39:09.532Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27392026-03-24T19:39:09.951Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27402026-03-24T19:39:10.426Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-03-24T19:39:10.490Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27422026-03-24T19:39:10.543Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27432026-03-24T19:39:11.902Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27442026-03-24T19:39:11.935Z Checking progenitor v0.11.2
27452026-03-24T19:39:11.935Z Checking nonempty v0.12.0
27462026-03-24T19:39:11.935Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27472026-03-24T19:39:11.936Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27482026-03-24T19:39:11.936Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27492026-03-24T19:39:12.015Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27502026-03-24T19:39:12.015Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27512026-03-24T19:39:12.140Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27522026-03-24T19:39:12.499Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27532026-03-24T19:39:12.560Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27542026-03-24T19:39:13.501Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27552026-03-24T19:39:13.546Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27562026-03-24T19:39:13.546Z Checking tungstenite v0.23.0
27572026-03-24T19:39:14.117Z Checking async-bb8-diesel v0.2.1
27582026-03-24T19:39:14.125Z Checking diesel-dtrace v0.5.0
27592026-03-24T19:39:14.501Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27602026-03-24T19:39:14.547Z Checking tokio-tungstenite v0.23.1
27612026-03-24T19:39:14.604Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27622026-03-24T19:39:14.920Z Checking rand_seeder v0.4.0
27632026-03-24T19:39:15.090Z Checking void v1.0.2
27642026-03-24T19:39:15.160Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-03-24T19:39:15.345Z Checking lzss v0.8.2
27662026-03-24T19:39:15.557Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27672026-03-24T19:39:15.698Z Checking nix v0.27.1
27682026-03-24T19:39:15.822Z Checking serde_bytes v0.11.19
27692026-03-24T19:39:16.137Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27702026-03-24T19:39:16.152Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-03-24T19:39:16.333Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27722026-03-24T19:39:16.431Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27732026-03-24T19:39:17.180Z Checking is_ci v1.2.0
27742026-03-24T19:39:17.359Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27752026-03-24T19:39:17.566Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27762026-03-24T19:39:17.735Z Checking yansi v1.0.1
27772026-03-24T19:39:17.863Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27782026-03-24T19:39:18.124Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27792026-03-24T19:39:18.160Z Checking pretty_assertions v1.4.1
27802026-03-24T19:39:18.287Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27812026-03-24T19:39:18.371Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27822026-03-24T19:39:18.483Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27832026-03-24T19:39:18.806Z Compiling darling_core v0.23.0
27842026-03-24T19:39:21.421Z Compiling indoc v2.0.7
27852026-03-24T19:39:21.470Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27862026-03-24T19:39:21.470Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-24T19:39:21.470Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27882026-03-24T19:39:21.471Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-03-24T19:39:21.471Z Compiling instability v0.3.11
27902026-03-24T19:39:21.471Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27912026-03-24T19:39:21.637Z Compiling libz-sys v1.1.24
27922026-03-24T19:39:21.795Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27932026-03-24T19:39:22.170Z Checking castaway v0.2.4
27942026-03-24T19:39:22.395Z Checking compact_str v0.8.1
27952026-03-24T19:39:22.550Z Compiling darling_macro v0.23.0
27962026-03-24T19:39:22.950Z Checking supports-color v3.0.2
27972026-03-24T19:39:23.164Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27982026-03-24T19:39:23.219Z Compiling darling v0.23.0
27992026-03-24T19:39:23.267Z Checking unicode-truncate v1.1.0
28002026-03-24T19:39:23.448Z Checking lru v0.12.5
28012026-03-24T19:39:23.500Z Checking cassowary v0.3.0
28022026-03-24T19:39:23.795Z Compiling libgit2-sys v0.18.3+1.9.2
28032026-03-24T19:39:24.035Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28042026-03-24T19:39:24.436Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-03-24T19:39:24.451Z Checking ratatui v0.29.0
28062026-03-24T19:39:25.606Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28072026-03-24T19:39:25.893Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-03-24T19:39:26.228Z Compiling vergen-git2 v1.0.7
28092026-03-24T19:39:26.313Z Checking plotters-backend v0.3.7
28102026-03-24T19:39:26.357Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28112026-03-24T19:39:26.609Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-24T19:39:26.650Z Checking plotters-svg v0.3.7
28132026-03-24T19:39:26.656Z Checking colored v2.2.0
28142026-03-24T19:39:26.886Z Compiling rustls v0.21.12
28152026-03-24T19:39:26.890Z Checking shell-words v1.1.1
28162026-03-24T19:39:27.039Z Checking cast v0.3.0
28172026-03-24T19:39:27.233Z Checking plotters v0.3.7
28182026-03-24T19:39:27.323Z Checking criterion-plot v0.6.0
28192026-03-24T19:39:27.386Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-24T19:39:27.689Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-03-24T19:39:27.969Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28222026-03-24T19:39:28.258Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-03-24T19:39:28.307Z Checking rustls-webpki v0.101.7
28242026-03-24T19:39:28.693Z Checking sct v0.7.1
28252026-03-24T19:39:28.809Z Checking tinytemplate v1.2.1
28262026-03-24T19:39:28.856Z Compiling nix v0.29.0
28272026-03-24T19:39:28.902Z Checking hex-literal v0.4.1
28282026-03-24T19:39:29.070Z Checking oorandom v11.1.5
28292026-03-24T19:39:29.127Z Checking anes v0.1.6
28302026-03-24T19:39:29.448Z Checking criterion v0.7.0
28312026-03-24T19:39:29.514Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-03-24T19:39:31.198Z Checking erased-serde v0.4.9
28332026-03-24T19:39:31.246Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28342026-03-24T19:39:31.777Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28352026-03-24T19:39:32.821Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362026-03-24T19:39:33.812Z Checking ordered-float v2.10.1
28372026-03-24T19:39:34.196Z Checking serde-value v0.7.0
28382026-03-24T19:39:34.523Z Checking serde-untagged v0.1.9
28392026-03-24T19:39:34.821Z Checking tokio-rustls v0.24.1
28402026-03-24T19:39:35.164Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-03-24T19:39:35.332Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28422026-03-24T19:39:35.623Z Checking rustls-pemfile v1.0.4
28432026-03-24T19:39:35.838Z Checking twox-hash v2.1.2
28442026-03-24T19:39:36.233Z Checking unicode-xid v0.2.6
28452026-03-24T19:39:36.346Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-03-24T19:39:36.409Z Checking cargo-util-schemas v0.8.2
28472026-03-24T19:39:37.672Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28482026-03-24T19:39:37.912Z Checking fatfs v0.3.6
28492026-03-24T19:39:38.143Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-03-24T19:39:38.366Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-03-24T19:39:38.573Z Checking cargo-platform v0.2.0
28522026-03-24T19:39:38.851Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28532026-03-24T19:39:40.154Z Compiling petname v2.0.2
28542026-03-24T19:39:40.836Z Compiling seq-macro v0.3.6
28552026-03-24T19:39:41.111Z Checking cargo_metadata v0.21.0
28562026-03-24T19:39:41.536Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28572026-03-24T19:39:42.172Z Checking concurrent-queue v2.5.0
28582026-03-24T19:39:42.217Z Checking rtoolbox v0.0.3
28592026-03-24T19:39:42.432Z Checking parking v2.2.1
28602026-03-24T19:39:42.478Z Checking futures-timer v3.0.3
28612026-03-24T19:39:42.628Z Checking event-listener v5.4.1
28622026-03-24T19:39:42.753Z Checking rpassword v7.4.0
28632026-03-24T19:39:42.974Z Checking tui-tree-widget v0.23.1
28642026-03-24T19:39:42.979Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28652026-03-24T19:39:43.268Z Checking polyval v0.6.2
28662026-03-24T19:39:43.315Z Checking sapling-renderdag v0.1.0
28672026-03-24T19:39:43.482Z Checking sync-ptr v0.1.4
28682026-03-24T19:39:43.529Z Checking ghash v0.5.1
28692026-03-24T19:39:43.675Z Checking event-listener-strategy v0.5.4
28702026-03-24T19:39:43.721Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28712026-03-24T19:39:43.725Z Checking ctr v0.9.2
28722026-03-24T19:39:43.889Z Checking arrayref v0.3.9
28732026-03-24T19:39:44.067Z Checking constant_time_eq v0.4.2
28742026-03-24T19:39:44.073Z Checking arrayvec v0.7.6
28752026-03-24T19:39:44.073Z Checking aes-gcm v0.10.3
28762026-03-24T19:39:44.278Z Checking async-lock v3.4.2
28772026-03-24T19:39:44.326Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28782026-03-24T19:39:44.372Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28792026-03-24T19:39:44.844Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28802026-03-24T19:39:45.590Z Checking ssh-encoding v0.2.0
28812026-03-24T19:39:45.696Z Checking blowfish v0.9.1
28822026-03-24T19:39:45.877Z Checking ssh-cipher v0.2.0
28832026-03-24T19:39:45.935Z Checking bcrypt-pbkdf v0.10.0
28842026-03-24T19:39:46.141Z Checking async-object-pool v0.2.0
28852026-03-24T19:39:46.183Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28862026-03-24T19:39:46.318Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28872026-03-24T19:39:46.601Z Checking serde_regex v1.1.0
28882026-03-24T19:39:46.853Z Checking password-hash v0.4.2
28892026-03-24T19:39:46.972Z Compiling samael v0.0.19
28902026-03-24T19:39:47.198Z Checking assert-json-diff v2.0.2
28912026-03-24T19:39:47.251Z Checking path-tree v0.8.3
28922026-03-24T19:39:47.466Z Checking gimli v0.32.3
28932026-03-24T19:39:47.544Z Checking stringmetrics v2.2.2
28942026-03-24T19:39:47.774Z Compiling target-lexicon v0.13.3
28952026-03-24T19:39:48.136Z Checking httpmock v0.8.3
28962026-03-24T19:39:48.544Z Checking pbkdf2 v0.11.0
28972026-03-24T19:39:48.812Z Checking ssh-key v0.6.7
28982026-03-24T19:39:49.750Z Checking addr2line v0.25.1
28992026-03-24T19:39:50.141Z Checking p256 v0.13.2
29002026-03-24T19:39:50.522Z Checking p521 v0.13.3
29012026-03-24T19:39:51.193Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29022026-03-24T19:39:51.372Z Checking russh-cryptovec v0.7.3
29032026-03-24T19:39:51.481Z Checking md5 v0.7.0
29042026-03-24T19:39:51.582Z Compiling guppy-workspace-hack v0.1.0
29052026-03-24T19:39:51.782Z Checking rustc-demangle v0.1.27
29062026-03-24T19:39:51.935Z Checking russh-keys v0.45.0
29072026-03-24T19:39:52.131Z Checking backtrace v0.3.76
29082026-03-24T19:39:52.582Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29092026-03-24T19:39:52.783Z Checking num-bigint v0.4.6
29102026-03-24T19:39:52.844Z Checking des v0.8.1
29112026-03-24T19:39:53.176Z Compiling blake3 v1.8.3
29122026-03-24T19:39:53.284Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29132026-03-24T19:39:53.680Z Compiling target-spec v3.5.7
29142026-03-24T19:39:53.860Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-03-24T19:39:54.243Z Checking russh v0.45.0
29162026-03-24T19:39:54.359Z Checking cfg-expr v0.20.6
29172026-03-24T19:39:54.709Z Checking backtrace-ext v0.2.1
29182026-03-24T19:39:54.877Z Checking supports-color v2.1.0
29192026-03-24T19:39:54.921Z Checking textwrap v0.15.2
29202026-03-24T19:39:54.966Z Checking supports-hyperlinks v2.1.0
29212026-03-24T19:39:55.081Z Checking supports-unicode v2.1.0
29222026-03-24T19:39:55.147Z Checking hashbrown v0.14.5
29232026-03-24T19:39:55.221Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29242026-03-24T19:39:55.268Z Checking cargo-platform v0.3.2
29252026-03-24T19:39:55.523Z Checking terminal_size v0.1.17
29262026-03-24T19:39:55.568Z Checking socket2 v0.5.10
29272026-03-24T19:39:55.696Z Compiling miette-derive v5.10.0
29282026-03-24T19:39:55.841Z Checking internet-checksum v0.2.1
29292026-03-24T19:39:55.939Z Checking owo-colors v3.5.0
29302026-03-24T19:39:56.031Z Checking chumsky v0.9.3
29312026-03-24T19:39:56.740Z Checking cargo_metadata v0.23.1
29322026-03-24T19:39:57.282Z Checking miette v5.10.0
29332026-03-24T19:39:57.644Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29342026-03-24T19:39:57.827Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29352026-03-24T19:39:57.910Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29362026-03-24T19:39:57.972Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29372026-03-24T19:39:58.306Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29382026-03-24T19:39:58.352Z Checking httptest v0.16.4
29392026-03-24T19:39:58.666Z Compiling git2 v0.20.4
29402026-03-24T19:39:58.743Z Checking pathdiff v0.2.3
29412026-03-24T19:39:58.880Z Compiling knuffel-derive v3.2.0
29422026-03-24T19:39:58.926Z Checking topological-sort v0.2.2
29432026-03-24T19:39:58.970Z Checking nested v0.1.1
29442026-03-24T19:39:59.146Z Checking omicron-zone-package v0.12.2
29452026-03-24T19:39:59.193Z Checking guppy v0.17.25
29462026-03-24T19:39:59.463Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29472026-03-24T19:39:59.773Z Checking similar-asserts v1.7.0
29482026-03-24T19:40:00.006Z Compiling rstest_macros v0.25.0
29492026-03-24T19:40:00.374Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29502026-03-24T19:40:00.417Z Compiling target-triple v1.0.0
29512026-03-24T19:40:00.575Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29522026-03-24T19:40:00.641Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29532026-03-24T19:40:00.890Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29542026-03-24T19:40:00.962Z Checking knuffel v3.2.0
29552026-03-24T19:40:01.473Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29562026-03-24T19:40:01.643Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29572026-03-24T19:40:02.556Z Checking toml_datetime v1.0.0+spec-1.1.0
29582026-03-24T19:40:02.716Z Compiling assert_cmd v2.1.2
29592026-03-24T19:40:02.918Z Checking escape8259 v0.5.3
29602026-03-24T19:40:03.018Z Compiling relative-path v1.9.3
29612026-03-24T19:40:03.129Z Checking libtest-mimic v0.8.1
29622026-03-24T19:40:03.192Z Checking toml v1.0.3+spec-1.1.0
29632026-03-24T19:40:03.625Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29642026-03-24T19:40:03.720Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29652026-03-24T19:40:03.893Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29662026-03-24T19:40:04.080Z Checking blake2b_simd v1.0.4
29672026-03-24T19:40:04.671Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29682026-03-24T19:40:04.821Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29692026-03-24T19:40:05.174Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29702026-03-24T19:40:05.365Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29712026-03-24T19:40:05.665Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29722026-03-24T19:40:05.898Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29732026-03-24T19:40:06.176Z Checking fancy-regex v0.14.0
29742026-03-24T19:40:06.332Z Compiling polar-core v0.27.3
29752026-03-24T19:40:06.467Z Checking serde_tokenstream v0.2.3
29762026-03-24T19:40:06.700Z Checking uzers v0.12.2
29772026-03-24T19:40:06.844Z Compiling linkme-impl v0.3.35
29782026-03-24T19:40:07.119Z Checking constant_time_eq v0.3.1
29792026-03-24T19:40:07.325Z Checking termcolor v1.4.1
29802026-03-24T19:40:07.491Z Checking rust-argon2 v2.1.0
29812026-03-24T19:40:07.669Z Checking trybuild v1.0.116
29822026-03-24T19:40:07.853Z Checking datatest-stable v0.3.3
29832026-03-24T19:40:08.806Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29842026-03-24T19:40:08.811Z Checking rstest v0.25.0
29852026-03-24T19:40:09.030Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29862026-03-24T19:40:09.197Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29872026-03-24T19:40:09.249Z Checking support-bundle-viewer v0.1.2
29882026-03-24T19:40:09.592Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29892026-03-24T19:40:09.887Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29902026-03-24T19:40:10.082Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29912026-03-24T19:40:10.175Z Checking drift v0.1.3
29922026-03-24T19:40:10.459Z Checking rand_distr v0.5.1
29932026-03-24T19:40:10.738Z Checking multimap v0.10.1
29942026-03-24T19:40:11.015Z Checking approx v0.5.1
29952026-03-24T19:40:11.105Z Compiling linkme v0.3.35
29962026-03-24T19:40:11.241Z Checking dropshot-api-manager v0.6.0
29972026-03-24T19:40:12.672Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29982026-03-24T19:40:12.944Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29992026-03-24T19:40:13.163Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30002026-03-24T19:40:13.388Z Checking oso v0.27.3
30012026-03-24T19:40:13.517Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30022026-03-24T19:40:13.835Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30032026-03-24T19:40:14.106Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30042026-03-24T19:40:14.153Z Checking partial-io v0.5.4
30052026-03-24T19:40:14.205Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30062026-03-24T19:40:14.335Z Checking cargo_toml v0.21.0
30072026-03-24T19:40:14.468Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30082026-03-24T19:40:14.582Z Checking termios v0.3.3
30092026-03-24T19:40:14.728Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30102026-03-24T19:40:14.775Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30112026-03-24T19:40:15.149Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30122026-03-24T19:40:15.538Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-03-24T19:40:17.352Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30142026-03-24T19:40:20.099Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30152026-03-24T19:40:25.124Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30162026-03-24T19:40:27.777Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30172026-03-24T19:40:32.987Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30182026-03-24T19:40:35.898Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30192026-03-24T19:40:40.800Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30202026-03-24T19:40:47.705Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30212026-03-24T19:40:48.620Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30222026-03-24T19:40:50.375Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30232026-03-24T19:41:01.560Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30242026-03-24T19:43:03.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 44s
30252026-03-24T19:43:03.861Z
30262026-03-24T19:43:03.862Zreal 5:48.711996026
30272026-03-24T19:43:03.862Zuser 28:57.920781989
30282026-03-24T19:43:03.862Zsys 6:02.420492609
30292026-03-24T19:43:03.866Ztrap 0.728921748
30302026-03-24T19:43:03.866Ztflt 0.107166225
30312026-03-24T19:43:03.866Zdflt 0.196212417
30322026-03-24T19:43:03.866Zkflt 0.001428764
30332026-03-24T19:43:03.866Zlock 1:21:40.947840525
30342026-03-24T19:43:03.866Zslp 1:18:26.639404289
30352026-03-24T19:43:03.866Zlat 1:56.887884612
30362026-03-24T19:43:03.866Zstop 14:13.340680151
30372026-03-24T19:43:03.866Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30382026-03-24T19:43:03.866Z+ ptime -m cargo doc --workspace --no-deps
30392026-03-24T19:43:05.104Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30402026-03-24T19:43:05.104Z |
30412026-03-24T19:43:05.104Z = 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)`
30422026-03-24T19:43:05.104Z = 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>
30432026-03-24T19:43:06.434Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-03-24T19:43:06.711Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-03-24T19:43:06.762Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30462026-03-24T19:43:06.847Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30472026-03-24T19:43:07.034Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30482026-03-24T19:43:07.066Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30492026-03-24T19:43:07.070Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30502026-03-24T19:43:07.133Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-24T19:43:07.201Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30522026-03-24T19:43:07.312Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30532026-03-24T19:43:07.354Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30542026-03-24T19:43:07.412Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30552026-03-24T19:43:07.456Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30562026-03-24T19:43:07.488Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30572026-03-24T19:43:07.540Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30582026-03-24T19:43:07.592Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30592026-03-24T19:43:07.623Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30602026-03-24T19:43:07.664Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30612026-03-24T19:43:07.730Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30622026-03-24T19:43:07.808Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30632026-03-24T19:43:08.051Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30642026-03-24T19:43:08.367Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30652026-03-24T19:43:08.554Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30662026-03-24T19:43:08.640Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30672026-03-24T19:43:08.672Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30682026-03-24T19:43:08.859Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30692026-03-24T19:43:08.919Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30702026-03-24T19:43:09.140Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30712026-03-24T19:43:09.214Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30722026-03-24T19:43:09.299Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30732026-03-24T19:43:09.377Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30742026-03-24T19:43:09.458Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30752026-03-24T19:43:09.645Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30762026-03-24T19:43:09.894Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30772026-03-24T19:43:09.938Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30782026-03-24T19:43:09.968Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30792026-03-24T19:43:10.288Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30802026-03-24T19:43:10.302Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30812026-03-24T19:43:10.302Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30822026-03-24T19:43:10.586Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30832026-03-24T19:43:10.675Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30842026-03-24T19:43:10.883Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30852026-03-24T19:43:10.998Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30862026-03-24T19:43:11.066Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30872026-03-24T19:43:11.149Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30882026-03-24T19:43:11.228Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30892026-03-24T19:43:11.437Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30902026-03-24T19:43:11.478Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30912026-03-24T19:43:11.556Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30922026-03-24T19:43:11.697Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30932026-03-24T19:43:11.757Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30942026-03-24T19:43:11.796Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30952026-03-24T19:43:11.826Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30962026-03-24T19:43:12.117Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30972026-03-24T19:43:12.120Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30982026-03-24T19:43:12.173Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30992026-03-24T19:43:12.177Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31002026-03-24T19:43:12.432Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31012026-03-24T19:43:12.459Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31022026-03-24T19:43:12.488Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31032026-03-24T19:43:12.682Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31042026-03-24T19:43:12.770Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31052026-03-24T19:43:12.812Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31062026-03-24T19:43:12.854Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31072026-03-24T19:43:13.011Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31082026-03-24T19:43:13.041Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31092026-03-24T19:43:13.106Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31102026-03-24T19:43:13.351Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31112026-03-24T19:43:13.406Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31122026-03-24T19:43:13.411Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31132026-03-24T19:43:13.465Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31142026-03-24T19:43:13.678Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31152026-03-24T19:43:14.225Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31162026-03-24T19:43:14.257Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31172026-03-24T19:43:15.235Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31182026-03-24T19:43:15.774Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31192026-03-24T19:43:15.991Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31202026-03-24T19:43:16.067Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31212026-03-24T19:43:16.185Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31222026-03-24T19:43:16.236Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31232026-03-24T19:43:16.537Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31242026-03-24T19:43:16.570Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31252026-03-24T19:43:16.888Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31262026-03-24T19:43:17.167Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31272026-03-24T19:43:17.469Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31282026-03-24T19:43:17.576Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31292026-03-24T19:43:17.607Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31302026-03-24T19:43:17.825Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31312026-03-24T19:43:18.042Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31322026-03-24T19:43:18.409Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-03-24T19:43:18.950Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31342026-03-24T19:43:19.100Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31352026-03-24T19:43:19.186Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31362026-03-24T19:43:19.566Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31372026-03-24T19:43:19.641Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31382026-03-24T19:43:20.278Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31392026-03-24T19:43:20.460Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31402026-03-24T19:43:21.364Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-03-24T19:43:21.552Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31422026-03-24T19:43:21.944Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31432026-03-24T19:43:22.722Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31442026-03-24T19:43:22.887Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31452026-03-24T19:43:23.169Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31462026-03-24T19:43:23.202Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31472026-03-24T19:43:23.235Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31482026-03-24T19:43:23.438Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31492026-03-24T19:43:23.536Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31502026-03-24T19:43:23.739Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31512026-03-24T19:43:23.910Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31522026-03-24T19:43:24.041Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31532026-03-24T19:43:24.435Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31542026-03-24T19:43:24.498Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31552026-03-24T19:43:24.651Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31562026-03-24T19:43:25.032Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31572026-03-24T19:43:25.804Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31582026-03-24T19:43:26.145Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31592026-03-24T19:43:27.002Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31602026-03-24T19:43:27.032Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31612026-03-24T19:43:27.416Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31622026-03-24T19:43:27.492Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31632026-03-24T19:43:27.845Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-03-24T19:43:27.958Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31652026-03-24T19:43:27.989Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31662026-03-24T19:43:28.370Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31672026-03-24T19:43:29.110Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31682026-03-24T19:43:29.141Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-03-24T19:43:29.178Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31702026-03-24T19:43:30.379Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31712026-03-24T19:43:30.385Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31722026-03-24T19:43:31.062Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31732026-03-24T19:43:31.168Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-03-24T19:43:31.528Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31752026-03-24T19:43:31.776Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31762026-03-24T19:43:32.213Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31772026-03-24T19:43:32.387Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31782026-03-24T19:43:33.912Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31792026-03-24T19:43:34.926Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31802026-03-24T19:43:35.164Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31812026-03-24T19:43:35.731Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31822026-03-24T19:43:36.071Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31832026-03-24T19:43:36.305Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31842026-03-24T19:43:36.664Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31852026-03-24T19:43:37.103Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31862026-03-24T19:43:37.132Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31872026-03-24T19:43:38.473Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31882026-03-24T19:43:39.879Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892026-03-24T19:43:40.490Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31902026-03-24T19:43:40.585Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31912026-03-24T19:43:40.701Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31922026-03-24T19:43:42.132Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31932026-03-24T19:43:42.650Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31942026-03-24T19:43:45.472Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31952026-03-24T19:43:46.028Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31962026-03-24T19:43:46.181Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31972026-03-24T19:43:47.007Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31982026-03-24T19:43:48.335Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31992026-03-24T19:43:48.574Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32002026-03-24T19:43:49.832Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32012026-03-24T19:43:50.042Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32022026-03-24T19:43:50.643Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32032026-03-24T19:43:50.902Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32042026-03-24T19:43:51.463Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32052026-03-24T19:43:52.002Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32062026-03-24T19:43:52.151Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32072026-03-24T19:43:52.266Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32082026-03-24T19:43:52.390Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092026-03-24T19:43:52.463Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32102026-03-24T19:43:53.004Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32112026-03-24T19:43:53.252Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32122026-03-24T19:43:53.359Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32132026-03-24T19:43:53.637Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32142026-03-24T19:43:53.948Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32152026-03-24T19:43:54.275Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32162026-03-24T19:43:54.278Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32172026-03-24T19:43:55.278Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32182026-03-24T19:43:56.125Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-03-24T19:43:56.850Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32202026-03-24T19:43:57.039Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32212026-03-24T19:43:57.694Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32222026-03-24T19:43:59.864Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32232026-03-24T19:44:00.369Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-03-24T19:44:03.941Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32252026-03-24T19:44:05.317Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32262026-03-24T19:44:06.611Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32272026-03-24T19:44:07.392Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32282026-03-24T19:44:07.775Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32292026-03-24T19:44:10.430Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32302026-03-24T19:44:11.727Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32312026-03-24T19:44:13.479Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32322026-03-24T19:44:14.391Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32332026-03-24T19:44:15.101Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32342026-03-24T19:44:17.498Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32352026-03-24T19:44:18.499Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32362026-03-24T19:44:19.588Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32372026-03-24T19:44:19.933Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-03-24T19:44:20.240Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32392026-03-24T19:44:20.962Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32402026-03-24T19:44:21.276Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32412026-03-24T19:44:23.921Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32422026-03-24T19:44:28.831Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32432026-03-24T19:44:30.172Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32442026-03-24T19:44:31.074Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32452026-03-24T19:44:32.224Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32462026-03-24T19:44:33.255Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32472026-03-24T19:44:34.516Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32482026-03-24T19:44:35.484Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32492026-03-24T19:44:36.485Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32502026-03-24T19:44:37.522Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32512026-03-24T19:44:38.631Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32522026-03-24T19:44:39.197Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32532026-03-24T19:44:39.668Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32542026-03-24T19:44:40.742Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32552026-03-24T19:44:41.858Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32562026-03-24T19:44:45.337Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32572026-03-24T19:44:48.799Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32582026-03-24T19:44:49.471Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32592026-03-24T19:44:51.343Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32602026-03-24T19:44:55.807Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32612026-03-24T19:44:55.889Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32622026-03-24T19:44:55.889Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32632026-03-24T19:44:59.262Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32642026-03-24T19:44:59.283Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-03-24T19:45:03.042Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32662026-03-24T19:45:03.090Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32672026-03-24T19:45:03.816Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32682026-03-24T19:45:06.731Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32692026-03-24T19:45:07.493Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32702026-03-24T19:45:09.720Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32712026-03-24T19:45:12.596Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32722026-03-24T19:45:14.323Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32732026-03-24T19:45:16.391Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32742026-03-24T19:45:18.588Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32752026-03-24T19:45:20.823Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32762026-03-24T19:45:23.096Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32772026-03-24T19:45:28.439Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32782026-03-24T19:45:30.336Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32792026-03-24T19:45:30.731Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32802026-03-24T19:45:32.861Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32812026-03-24T19:45:35.375Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32822026-03-24T19:45:37.764Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32832026-03-24T19:45:40.275Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32842026-03-24T19:45:43.081Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32852026-03-24T19:45:45.543Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32862026-03-24T19:45:48.371Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32872026-03-24T19:45:50.494Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32882026-03-24T19:45:52.995Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32892026-03-24T19:45:55.418Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32902026-03-24T19:45:57.864Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32912026-03-24T19:46:00.258Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32922026-03-24T19:46:02.451Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-03-24T19:46:05.228Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32942026-03-24T19:46:07.415Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-24T19:46:09.874Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32962026-03-24T19:46:12.522Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32972026-03-24T19:46:15.003Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32982026-03-24T19:46:17.549Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32992026-03-24T19:46:20.130Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33002026-03-24T19:46:23.164Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33012026-03-24T19:46:25.489Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33022026-03-24T19:46:28.056Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33032026-03-24T19:46:30.682Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-03-24T19:46:33.188Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33052026-03-24T19:46:35.900Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33062026-03-24T19:46:38.584Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33072026-03-24T19:46:44.461Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33082026-03-24T19:46:47.295Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33092026-03-24T19:46:50.133Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33102026-03-24T19:46:52.954Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33112026-03-24T19:46:55.892Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33122026-03-24T19:46:58.676Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33132026-03-24T19:47:01.400Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33142026-03-24T19:47:04.469Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33152026-03-24T19:47:07.231Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33162026-03-24T19:47:10.038Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33172026-03-24T19:47:13.390Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33182026-03-24T19:47:15.857Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33192026-03-24T19:47:19.323Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33202026-03-24T19:47:21.522Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33212026-03-24T19:47:24.547Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33222026-03-24T19:47:27.535Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33232026-03-24T19:47:30.204Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33242026-03-24T19:47:33.103Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33252026-03-24T19:47:36.456Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33262026-03-24T19:47:39.312Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33272026-03-24T19:47:42.289Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33282026-03-24T19:47:45.294Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33292026-03-24T19:47:48.366Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33302026-03-24T19:47:51.416Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33312026-03-24T19:47:54.428Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-03-24T19:47:57.396Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33332026-03-24T19:48:00.610Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33342026-03-24T19:48:03.629Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33352026-03-24T19:48:06.522Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33362026-03-24T19:48:09.643Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33372026-03-24T19:48:12.768Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33382026-03-24T19:48:15.871Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33392026-03-24T19:48:19.159Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33402026-03-24T19:48:22.307Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33412026-03-24T19:48:25.508Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33422026-03-24T19:48:28.630Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33432026-03-24T19:48:31.805Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33442026-03-24T19:48:35.020Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33452026-03-24T19:48:38.251Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33462026-03-24T19:48:41.963Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33472026-03-24T19:48:44.914Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33482026-03-24T19:48:54.076Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33492026-03-24T19:48:54.330Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33502026-03-24T19:48:58.276Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33512026-03-24T19:49:04.281Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33522026-03-24T19:49:07.768Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33532026-03-24T19:49:12.321Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33542026-03-24T19:49:16.878Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33552026-03-24T19:49:21.489Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33562026-03-24T19:49:26.221Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33572026-03-24T19:49:30.847Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33582026-03-24T19:49:35.386Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33592026-03-24T19:49:40.699Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33602026-03-24T19:49:44.471Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33612026-03-24T19:49:49.907Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33622026-03-24T19:49:53.682Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33632026-03-24T19:49:58.437Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33642026-03-24T19:50:03.119Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33652026-03-24T19:50:07.989Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33662026-03-24T19:50:12.380Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33672026-03-24T19:50:16.907Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33682026-03-24T19:50:21.524Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33692026-03-24T19:50:26.168Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33702026-03-24T19:50:30.811Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33712026-03-24T19:50:35.484Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33722026-03-24T19:50:40.354Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33732026-03-24T19:51:17.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 13s
33742026-03-24T19:51:17.388Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33752026-03-24T19:51:17.506Z
33762026-03-24T19:51:17.510Zreal 8:13.683838269
33772026-03-24T19:51:17.510Zuser 23:56.226085468
33782026-03-24T19:51:17.510Zsys 4:32.363146489
33792026-03-24T19:51:17.511Ztrap 0.425594485
33802026-03-24T19:51:17.511Ztflt 0.012851158
33812026-03-24T19:51:17.511Zdflt 0.023652037
33822026-03-24T19:51:17.511Zkflt 0.000023765
33832026-03-24T19:51:17.511Zlock 7:26:14.238412460
33842026-03-24T19:51:17.511Zslp 2:44:11.639429656
33852026-03-24T19:51:17.511Zlat 37.412748651
33862026-03-24T19:51:17.511Zstop 1:58.476349995
33872026-03-24T19:51:17.511Zprocess exited: duration 1089643 ms, exit code 0
 
33882026-03-24T19:51:17.518Zfound 0 output files