01KKYP9WZZK76F1QCCM3F9EW4W: clippy (helios)

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

Buildomat Job: 01KKYPAD12ZYJ9D1E32XV8D6Q9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-17T20:04:33.310Zjob assigned to worker 01KKYPAQS7XW0KZXCZGW43PW22 [factory aws, i-0d5211a261eace386] (queued for 1 m 19 s)
 
22026-03-17T20:04:41.107Zstarting task 0: "setup"
32026-03-17T20:04:41.112Z++ uname -s
42026-03-17T20:04:41.115Z+ kern=SunOS
52026-03-17T20:04:41.115Z+ build_user=build
62026-03-17T20:04:41.115Z+ build_uid=12345
72026-03-17T20:04:41.115Z+ work_dir=/work
82026-03-17T20:04:41.115Z+ input_dir=/input
92026-03-17T20:04:41.115Z+ [[ 0 == 12345 ]]
102026-03-17T20:04:41.115Z+ case "$kern" in
112026-03-17T20:04:41.115Z+ groupadd -g 12345 build
122026-03-17T20:04:41.118Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-17T20:04:43.122Z+ zfs create -o mountpoint=/work rpool/work
142026-03-17T20:04:43.231Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-17T20:04:43.235Z+ home_fs=zfs
162026-03-17T20:04:43.235Z+ [[ zfs == autofs ]]
172026-03-17T20:04:43.235Z+ mkdir -p /home/build
182026-03-17T20:04:43.235Z+ chown build:build /home/build /work
192026-03-17T20:04:45.238Z+ chmod 0700 /home/build /work
202026-03-17T20:04:45.241Zprocess exited: duration 4133 ms, exit code 0
 
212026-03-17T20:04:45.248Zstarting task 1: "rust-toolchain"
222026-03-17T20:04:45.252Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-17T20:04:45.252Z * rust toolchain channel = "1.91.1"
242026-03-17T20:04:45.252Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-17T20:04:45.252Z * rust toolchain profile = "default"
262026-03-17T20:04:45.252Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-17T20:04:45.252Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-17T20:04:45.254Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-17T20:04:45.254Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-17T20:04:45.390Zinfo: downloading installer
312026-03-17T20:04:47.167Zwarn: It looks like you have an existing installation of Rust at:
322026-03-17T20:04:47.167Zwarn: /opt/ooce/bin
332026-03-17T20:04:47.167Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-17T20:04:47.167Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-17T20:04:47.168Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-17T20:04:47.168Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-17T20:04:47.168Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-17T20:04:47.168Zerror: cannot install while Rust is installed
392026-03-17T20:04:47.168Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-17T20:04:47.168Zwarn: It looks like you have an existing rustup settings file at:
412026-03-17T20:04:47.168Zwarn: /home/build/.rustup/settings.toml
422026-03-17T20:04:47.168Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-17T20:04:47.168Zwarn: instead of the one inferred from the default host triple.
442026-03-17T20:04:47.192Zinfo: profile set to default
452026-03-17T20:04:47.192Zinfo: default host triple is x86_64-unknown-illumos
462026-03-17T20:04:47.199Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-17T20:04:47.370Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-17T20:04:47.377Zinfo: downloading 6 components
492026-03-17T20:05:02.770Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-17T20:05:02.770Z
512026-03-17T20:05:02.805Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-17T20:05:02.805Z
532026-03-17T20:05:02.808Z
542026-03-17T20:05:02.808ZRust is installed now. Great!
552026-03-17T20:05:02.809Z
562026-03-17T20:05:02.809ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-17T20:05:02.809Zenvironment variable. This has not been done automatically.
582026-03-17T20:05:02.809Z
592026-03-17T20:05:02.809ZTo configure your current shell, you need to source
602026-03-17T20:05:02.809Zthe corresponding env file under $HOME/.cargo.
612026-03-17T20:05:02.809Z
622026-03-17T20:05:02.809ZThis is usually done by running one of the following (note the leading DOT):
632026-03-17T20:05:02.809Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-17T20:05:02.809Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-17T20:05:02.809Zsource "~/.cargo/env.nu" # For nushell
662026-03-17T20:05:02.809Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-17T20:05:02.809Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-17T20:05:02.809Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-17T20:05:02.809Zwarn: no default linker (`cc`) was found in your PATH
702026-03-17T20:05:02.809Zwarn: many Rust crates require a system C toolchain to build
712026-03-17T20:05:02.939Z+ rustup --version
722026-03-17T20:05:02.951Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-17T20:05:02.954Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-17T20:05:02.977Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-17T20:05:02.980Z+ cargo --version
762026-03-17T20:05:03.003Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-17T20:05:03.008Z+ rustc --version
782026-03-17T20:05:03.029Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-17T20:05:03.033Zprocess exited: duration 17780 ms, exit code 0
 
802026-03-17T20:05:03.040Zstarting task 2: "authentication"
812026-03-17T20:05:03.061Zprocess exited: duration 20 ms, exit code 0
 
822026-03-17T20:05:03.067Zstarting task 3: "clone repository"
832026-03-17T20:05:03.071Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-17T20:05:03.074Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-17T20:05:03.202ZCloning into '/work/oxidecomputer/omicron'...
862026-03-17T20:05:15.725Z+ cd /work/oxidecomputer/omicron
872026-03-17T20:05:15.726Z+ git fetch origin 6f12edd0ca0f8a94837748b17dc08d53c21e0a39
882026-03-17T20:05:16.104ZFrom https://github.com/oxidecomputer/omicron
892026-03-17T20:05:16.104Z * branch 6f12edd0ca0f8a94837748b17dc08d53c21e0a39 -> FETCH_HEAD
902026-03-17T20:05:16.115Z+ [[ -n zl/drop-mvlan-from-group ]]
912026-03-17T20:05:16.118Z++ git branch --show-current
922026-03-17T20:05:16.118Z+ current=main
932026-03-17T20:05:16.118Z+ [[ main != zl/drop-mvlan-from-group ]]
942026-03-17T20:05:16.118Z+ git branch -f zl/drop-mvlan-from-group 6f12edd0ca0f8a94837748b17dc08d53c21e0a39
952026-03-17T20:05:16.121Z+ git checkout -f zl/drop-mvlan-from-group
962026-03-17T20:05:16.432ZSwitched to branch 'zl/drop-mvlan-from-group'
972026-03-17T20:05:16.435Z+ git reset --hard 6f12edd0ca0f8a94837748b17dc08d53c21e0a39
982026-03-17T20:05:16.515ZHEAD is now at 6f12edd0c [review] add expectorate tests for multicast group allocation CTE queries + minor cleanup
992026-03-17T20:05:16.518Zprocess exited: duration 13447 ms, exit code 0
 
1002026-03-17T20:05:16.525Zstarting task 4: "build"
1012026-03-17T20:05:16.530Z+ source ./env.sh
1022026-03-17T20:05:16.533Z++ OLD_SHELL_OPTS=ehxB
1032026-03-17T20:05:16.533Z++ set -o xtrace
1042026-03-17T20:05:16.534Z++++ dirname ./env.sh
1052026-03-17T20:05:16.534Z+++ readlink -f .
1062026-03-17T20:05:16.538Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-17T20:05:16.538Z++ 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-17T20:05:16.538Z++ 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-17T20:05:16.538Z++ 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-17T20:05:16.538Z++ 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-17T20:05:16.538Z++ 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-17T20:05:16.538Z++ 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-17T20:05:16.538Z++ 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-17T20:05:16.538Z++ 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-17T20:05:16.538Z++ case $OLD_SHELL_OPTS in
1162026-03-17T20:05:16.538Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-17T20:05:16.538Z+ source .github/buildomat/ci-env.sh
1182026-03-17T20:05:16.538Z++ export CARGO_TERM_COLOR=always
1192026-03-17T20:05:16.538Z++ CARGO_TERM_COLOR=always
1202026-03-17T20:05:16.538Z+ cargo --version
1212026-03-17T20:05:16.548Zcargo 1.91.1 (ea2d97820 2025-10-10)
1222026-03-17T20:05:16.551Z+ rustc --version
1232026-03-17T20:05:16.575Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1242026-03-17T20:05:16.579Z+ banner prerequisites
1252026-03-17T20:05:16.585Z
1262026-03-17T20:05:16.585Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-17T20:05:16.585Z # # # # # # # # # # # # # # #
1282026-03-17T20:05:16.585Z # # # # ##### # # ##### # # # # # #### #
1292026-03-17T20:05:16.585Z ##### ##### # ##### # # # # # # # # #
1302026-03-17T20:05:16.585Z # # # # # # # # # # # # # # #
1312026-03-17T20:05:16.585Z # # # ###### # # ###### ### # #### # #### #
1322026-03-17T20:05:16.585Z
1332026-03-17T20:05:16.585Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-17T20:05:28.114Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-17T20:05:37.906Z Startup: Caching catalogs ... Done
1362026-03-17T20:06:00.144ZPlanning: Solver setup ... Done (20.612s)
1372026-03-17T20:06:00.301ZPlanning: Running solver ... Done (0.156s)
1382026-03-17T20:06:00.489ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-17T20:06:00.502ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-17T20:06:00.651ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-17T20:06:00.694ZPlanning: Package planning ... Done (0.043s)
1422026-03-17T20:06:00.734ZPlanning: Merging actions ... Done (0.039s)
1432026-03-17T20:06:00.993ZPlanning: Checking for conflicting actions ... Done (0.260s)
1442026-03-17T20:06:01.004ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-17T20:06:02.982ZPlanning: Evaluating mediators ... Done (1.978s)
1462026-03-17T20:06:02.990ZPlanning: Planning completed in 24.93 seconds
1472026-03-17T20:06:03.003Z Packages to install: 4
1482026-03-17T20:06:03.003Z Mediators to change: 2
1492026-03-17T20:06:03.003Z Services to change: 1
1502026-03-17T20:06:03.007Z Estimated space available: 155.43 GB
1512026-03-17T20:06:03.007ZEstimated space to be consumed: 1.83 GB
1522026-03-17T20:06:03.007Z Create boot environment: No
1532026-03-17T20:06:03.007ZCreate backup boot environment: No
1542026-03-17T20:06:03.007Z Rebuild boot archive: No
1552026-03-17T20:06:03.007Z
1562026-03-17T20:06:03.007ZChanged mediators:
1572026-03-17T20:06:03.007Z mediator clang:
1582026-03-17T20:06:03.007Z version: None -> 15 (system default)
1592026-03-17T20:06:03.007Z
1602026-03-17T20:06:03.007Z mediator llvm:
1612026-03-17T20:06:03.007Z version: 14 (system default) -> 15 (system default)
1622026-03-17T20:06:03.007Z
1632026-03-17T20:06:03.007ZChanged packages:
1642026-03-17T20:06:03.007Zhelios-dev
1652026-03-17T20:06:03.007Z developer/build-essential
1662026-03-17T20:06:03.007Z None -> 11-2.0
1672026-03-17T20:06:03.007Z library/libxmlsec1
1682026-03-17T20:06:03.007Z None -> 1.2.35-2.0
1692026-03-17T20:06:03.007Z ooce/developer/clang-15
1702026-03-17T20:06:03.007Z None -> 15.0.7-2.0
1712026-03-17T20:06:03.007Z ooce/developer/llvm-15
1722026-03-17T20:06:03.007Z None -> 15.0.7-2.0
1732026-03-17T20:06:03.007Z
1742026-03-17T20:06:03.007ZServices:
1752026-03-17T20:06:03.007Z restart_fmri:
1762026-03-17T20:06:03.007Z svc:/system/update-man-index:default
1772026-03-17T20:06:03.146Z
1782026-03-17T20:06:03.146ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-17T20:06:08.149ZDownload: 1250/3290 items 92.1/212.6MB 43% complete (18.3M/s)
1802026-03-17T20:06:13.148ZDownload: 2784/3290 items 120.7/212.6MB 56% complete (12.2M/s)
1812026-03-17T20:06:19.613ZDownload: 3246/3290 items 203.1/212.6MB 95% complete (19.1M/s)
1822026-03-17T20:06:21.025ZDownload: Completed 212.60 MB in 17.88 seconds (11.9M/s)
1832026-03-17T20:06:21.184Z Actions: 1/3689 actions (Installing new actions)
1842026-03-17T20:06:25.543Z Actions: Completed 3689 actions in 4.36 seconds.
1852026-03-17T20:06:25.913Z Done (0.366s)
1862026-03-17T20:06:25.913Z Done (0.000s)
1872026-03-17T20:06:26.905Z Done (0.992s)
1882026-03-17T20:06:31.253Z Done (4.008s)
1892026-03-17T20:06:31.337Z Done (0.018s)
1902026-03-17T20:06:31.341Z Done (0.000s)
1912026-03-17T20:06:31.477Z Done (0.000s)
1922026-03-17T20:06:32.454ZPlanning: Evaluating mediator changes ... Done
1932026-03-17T20:06:32.595ZPlanning: Checking for conflicting actions ... Done
1942026-03-17T20:06:32.600ZPlanning: Consolidating action changes ... Done
1952026-03-17T20:06:32.818ZPlanning: Evaluating mediators ... Done
1962026-03-17T20:06:32.821ZPlanning: Planning completed in 0.36 seconds
1972026-03-17T20:06:32.847Z Mediators to change: 2
1982026-03-17T20:06:32.850Z Create boot environment: No
1992026-03-17T20:06:32.850ZCreate backup boot environment: No
2002026-03-17T20:06:32.926Z Done
2012026-03-17T20:06:32.926Z Done
2022026-03-17T20:06:33.667Z Done
2032026-03-17T20:06:37.003Z Done
2042026-03-17T20:06:37.088Z Done
2052026-03-17T20:06:37.091Z Done
2062026-03-17T20:06:37.241Z Done
2072026-03-17T20:06:37.777ZPlanning: Evaluating mediator changes ... Done
2082026-03-17T20:06:37.785ZPlanning: Merging actions ... Done
2092026-03-17T20:06:37.955ZPlanning: Checking for conflicting actions ... Done
2102026-03-17T20:06:37.968ZPlanning: Consolidating action changes ... Done
2112026-03-17T20:06:38.170ZPlanning: Evaluating mediators ... Done
2122026-03-17T20:06:38.218ZPlanning: Planning completed in 0.63 seconds
2132026-03-17T20:06:38.246Z Packages to change: 1
2142026-03-17T20:06:38.246Z Mediators to change: 1
2152026-03-17T20:06:38.246Z Services to change: 1
2162026-03-17T20:06:38.246Z Create boot environment: No
2172026-03-17T20:06:38.246ZCreate backup boot environment: Yes
2182026-03-17T20:06:40.958Z Actions: 1/6 actions (Updating modified actions)
2192026-03-17T20:06:40.961Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-17T20:06:40.961Z Done
2212026-03-17T20:06:40.961Z Done
2222026-03-17T20:06:41.150Z Done
2232026-03-17T20:06:44.444Z Done
2242026-03-17T20:06:44.528Z Done
2252026-03-17T20:06:44.532Z Done
2262026-03-17T20:06:44.684Z Done
2272026-03-17T20:06:45.077ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-17T20:06:45.077Zclang system 15 system
2292026-03-17T20:06:45.077Zcsh system system illumos
2302026-03-17T20:06:45.077Zctags system system illumos
2312026-03-17T20:06:45.077Zfile system system illumos
2322026-03-17T20:06:45.077Zgcc vendor 12 vendor
2332026-03-17T20:06:45.078Zgcc system 10 system
2342026-03-17T20:06:45.078Zgcc system 7 system
2352026-03-17T20:06:45.078Zgo system 1.20 system
2362026-03-17T20:06:45.078Zgo system 1.19 system
2372026-03-17T20:06:45.078Zllvm system 15 system
2382026-03-17T20:06:45.078Zllvm system 14 system
2392026-03-17T20:06:45.078Zmariadb system 10.6 system
2402026-03-17T20:06:45.078Zmta vendor vendor dma
2412026-03-17T20:06:45.078Zopenjdk system 17 system
2422026-03-17T20:06:45.078Zopenjdk system 11 system
2432026-03-17T20:06:45.078Zopenjdk system 1.8 system
2442026-03-17T20:06:45.078Zopenssl vendor 3 vendor
2452026-03-17T20:06:45.078Zperl system 5.36 system
2462026-03-17T20:06:45.079Zpostgresql system 15 system
2472026-03-17T20:06:45.079Zpostgresql system 13 system
2482026-03-17T20:06:45.079Zpython vendor 3 vendor
2492026-03-17T20:06:45.079Zpython system 2 system
2502026-03-17T20:06:45.079Zpython3 system 3.11 system
2512026-03-17T20:06:45.079Zruby system 3.0 system
2522026-03-17T20:06:45.079Zwords vendor vendor american-english
2532026-03-17T20:06:45.079Zwords system system australian-english
2542026-03-17T20:06:45.079Zwords system system british-english
2552026-03-17T20:06:45.079Zwords system system canadian-english
2562026-03-17T20:06:45.079Zwords system system french
2572026-03-17T20:06:45.079Zwords system system italian
2582026-03-17T20:06:45.079Zwords system system ngerman
2592026-03-17T20:06:45.080Zwords system system ogerman
2602026-03-17T20:06:45.080Zwords system system spanish
2612026-03-17T20:06:45.355ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-17T20:06:45.355Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-17T20:06:51.284ZFMRI IFO
2642026-03-17T20:06:51.284Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-17T20:06:51.284Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-17T20:06:51.284Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-17T20:06:51.284Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-17T20:06:51.284Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-17T20:06:51.284Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-17T20:06:51.284Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-17T20:06:51.284Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-17T20:06:51.285Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-17T20:06:51.285Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-17T20:06:51.285Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-17T20:06:51.285Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-17T20:06:51.285Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-17T20:06:51.285Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-17T20:06:51.285Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-17T20:06:51.285Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-17T20:06:52.546Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-17T20:06:52.820Z Updating crates.io index
2822026-03-17T20:06:52.864Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-17T20:06:53.628Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-17T20:06:54.120Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-17T20:06:54.388Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-17T20:06:55.344Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-17T20:06:57.027Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-17T20:06:57.689Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-17T20:06:59.123Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-17T20:07:01.150Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-17T20:07:03.771Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-17T20:07:04.104Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-17T20:07:10.188Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-17T20:07:10.640Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-17T20:07:11.039Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-17T20:07:11.368Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-17T20:07:12.849Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-17T20:07:13.688Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-17T20:07:13.997Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-17T20:07:14.292Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-17T20:07:15.294Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-17T20:07:15.583Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-17T20:07:15.883Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-17T20:07:16.192Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-17T20:07:16.666Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-17T20:07:17.208Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-17T20:07:17.818Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-17T20:07:18.192Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-17T20:07:18.746Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-17T20:07:19.164Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-17T20:07:20.553Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-17T20:07:20.889Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-17T20:07:21.404Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-17T20:07:21.779Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-17T20:07:22.358Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-17T20:07:22.619Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-17T20:07:22.900Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-17T20:07:23.210Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-17T20:07:23.659Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-17T20:09:41.675Z Downloading crates ...
3212026-03-17T20:09:41.749Z Downloaded colorchoice v1.0.4
3222026-03-17T20:09:41.753Z Downloaded macaddr v1.0.1
3232026-03-17T20:09:41.766Z Downloaded digest v0.10.7
3242026-03-17T20:09:41.774Z Downloaded cargo_toml v0.21.0
3252026-03-17T20:09:41.777Z Downloaded dtrace-parser v0.2.0
3262026-03-17T20:09:41.784Z Downloaded tinystr v0.8.2
3272026-03-17T20:09:41.787Z Downloaded textwrap v0.16.2
3282026-03-17T20:09:41.787Z Downloaded thread-id v4.2.2
3292026-03-17T20:09:41.790Z Downloaded typeid v1.0.3
3302026-03-17T20:09:41.790Z Downloaded usdt v0.5.0
3312026-03-17T20:09:41.793Z Downloaded version_check v0.9.5
3322026-03-17T20:09:41.793Z Downloaded percent-encoding v2.3.2
3332026-03-17T20:09:41.794Z Downloaded strsim v0.11.1
3342026-03-17T20:09:41.798Z Downloaded crypto-common v0.1.7
3352026-03-17T20:09:41.798Z Downloaded idna_adapter v1.2.1
3362026-03-17T20:09:41.798Z Downloaded dof v0.3.0
3372026-03-17T20:09:41.798Z Downloaded cfg-if v1.0.4
3382026-03-17T20:09:41.801Z Downloaded utf8_iter v1.0.4
3392026-03-17T20:09:41.804Z Downloaded zerofrom v0.1.6
3402026-03-17T20:09:41.804Z Downloaded yoke-derive v0.8.1
3412026-03-17T20:09:41.804Z Downloaded plain v0.2.3
3422026-03-17T20:09:41.807Z Downloaded heck v0.5.0
3432026-03-17T20:09:41.807Z Downloaded unicode-xid v0.2.6
3442026-03-17T20:09:41.807Z Downloaded toml_datetime v0.6.11
3452026-03-17T20:09:41.810Z Downloaded equivalent v1.0.2
3462026-03-17T20:09:41.810Z Downloaded cpufeatures v0.2.17
3472026-03-17T20:09:41.810Z Downloaded zerofrom-derive v0.1.6
3482026-03-17T20:09:41.810Z Downloaded unicode-linebreak v0.1.5
3492026-03-17T20:09:41.813Z Downloaded toml_write v0.1.2
3502026-03-17T20:09:41.820Z Downloaded utf8parse v0.2.2
3512026-03-17T20:09:41.823Z Downloaded potential_utf v0.1.4
3522026-03-17T20:09:41.826Z Downloaded swrite v0.1.0
3532026-03-17T20:09:41.829Z Downloaded zerovec-derive v0.11.2
3542026-03-17T20:09:41.832Z Downloaded usdt-macro v0.5.0
3552026-03-17T20:09:41.832Z Downloaded usdt-attr-macro v0.5.0
3562026-03-17T20:09:41.832Z Downloaded block-buffer v0.10.4
3572026-03-17T20:09:41.835Z Downloaded cargo-platform v0.2.0
3582026-03-17T20:09:41.835Z Downloaded writeable v0.6.2
3592026-03-17T20:09:41.838Z Downloaded clap_lex v1.0.0
3602026-03-17T20:09:41.838Z Downloaded thiserror-impl v2.0.18
3612026-03-17T20:09:41.841Z Downloaded zmij v1.0.21
3622026-03-17T20:09:41.845Z Downloaded toml v0.8.23
3632026-03-17T20:09:41.848Z Downloaded proc-macro-error v1.0.4
3642026-03-17T20:09:41.851Z Downloaded zerocopy-derive v0.7.35
3652026-03-17T20:09:41.854Z Downloaded usdt-impl v0.5.0
3662026-03-17T20:09:41.857Z Downloaded thiserror-impl v1.0.69
3672026-03-17T20:09:41.857Z Downloaded serde_spanned v0.6.9
3682026-03-17T20:09:41.857Z Downloaded is_terminal_polyfill v1.70.2
3692026-03-17T20:09:41.860Z Downloaded itoa v1.0.17
3702026-03-17T20:09:41.860Z Downloaded ucd-trie v0.1.7
3712026-03-17T20:09:41.860Z Downloaded scroll_derive v0.12.1
3722026-03-17T20:09:41.863Z Downloaded yoke v0.8.1
3732026-03-17T20:09:41.863Z Downloaded memmap v0.7.0
3742026-03-17T20:09:41.866Z Downloaded terminal_size v0.4.3
3752026-03-17T20:09:41.869Z Downloaded fastrand v2.3.0
3762026-03-17T20:09:41.869Z Downloaded proc-macro-error-attr v1.0.4
3772026-03-17T20:09:41.872Z Downloaded pretty-hex v0.4.1
3782026-03-17T20:09:41.875Z Downloaded toml_edit v0.22.27
3792026-03-17T20:09:41.879Z Downloaded unicode-ident v1.0.24
3802026-03-17T20:09:41.882Z Downloaded zerotrie v0.2.3
3812026-03-17T20:09:41.885Z Downloaded stable_deref_trait v1.2.1
3822026-03-17T20:09:41.885Z Downloaded heck v0.4.1
3832026-03-17T20:09:41.885Z Downloaded generic-array v0.14.7
3842026-03-17T20:09:41.888Z Downloaded serde-value v0.7.0
3852026-03-17T20:09:41.888Z Downloaded ordered-float v2.10.1
3862026-03-17T20:09:41.888Z Downloaded smawk v0.3.2
3872026-03-17T20:09:41.888Z Downloaded anstyle-query v1.1.5
3882026-03-17T20:09:41.891Z Downloaded scroll v0.12.0
3892026-03-17T20:09:41.894Z Downloaded semver v1.0.27
3902026-03-17T20:09:41.897Z Downloaded typenum v1.19.0
3912026-03-17T20:09:41.897Z Downloaded url v2.5.8
3922026-03-17T20:09:41.901Z Downloaded cargo_metadata v0.21.0
3932026-03-17T20:09:41.904Z Downloaded displaydoc v0.2.5
3942026-03-17T20:09:41.907Z Downloaded anstyle-parse v0.2.7
3952026-03-17T20:09:41.907Z Downloaded anstream v0.6.21
3962026-03-17T20:09:41.910Z Downloaded tabled_derive v0.7.0
3972026-03-17T20:09:41.910Z Downloaded zerovec v0.11.5
3982026-03-17T20:09:41.913Z Downloaded serde-untagged v0.1.9
3992026-03-17T20:09:41.916Z Downloaded autocfg v1.5.0
4002026-03-17T20:09:41.916Z Downloaded winnow v0.7.14
4012026-03-17T20:09:41.922Z Downloaded zerocopy v0.7.35
4022026-03-17T20:09:41.933Z Downloaded erased-serde v0.4.9
4032026-03-17T20:09:41.936Z Downloaded form_urlencoded v1.2.2
4042026-03-17T20:09:41.936Z Downloaded anstyle v1.0.13
4052026-03-17T20:09:41.939Z Downloaded errno v0.3.14
4062026-03-17T20:09:41.939Z Downloaded fnv v1.0.7
4072026-03-17T20:09:41.942Z Downloaded byteorder v1.5.0
4082026-03-17T20:09:41.942Z Downloaded unicode-width v0.2.0
4092026-03-17T20:09:41.945Z Downloaded unicode-width v0.1.14
4102026-03-17T20:09:41.948Z Downloaded quote v1.0.44
4112026-03-17T20:09:41.951Z Downloaded serde_tokenstream v0.2.3
4122026-03-17T20:09:41.951Z Downloaded fs-err v3.3.0
4132026-03-17T20:09:41.965Z Downloaded once_cell v1.21.3
4142026-03-17T20:09:41.970Z Downloaded cargo-util-schemas v0.8.2
4152026-03-17T20:09:41.974Z Downloaded sha2 v0.10.9
4162026-03-17T20:09:41.977Z Downloaded thiserror v1.0.69
4172026-03-17T20:09:41.980Z Downloaded litemap v0.8.1
4182026-03-17T20:09:41.980Z Downloaded camino-tempfile v1.4.1
4192026-03-17T20:09:41.983Z Downloaded bytecount v0.6.9
4202026-03-17T20:09:41.987Z Downloaded tempfile v3.25.0
4212026-03-17T20:09:41.991Z Downloaded clap_derive v4.5.55
4222026-03-17T20:09:41.996Z Downloaded bitflags v2.11.0
4232026-03-17T20:09:42.000Z Downloaded thiserror v2.0.18
4242026-03-17T20:09:42.004Z Downloaded icu_properties v2.1.2
4252026-03-17T20:09:42.007Z Downloaded synstructure v0.13.2
4262026-03-17T20:09:42.009Z Downloaded papergrid v0.11.0
4272026-03-17T20:09:42.012Z Downloaded anyhow v1.0.102
4282026-03-17T20:09:42.015Z Downloaded log v0.4.29
4292026-03-17T20:09:42.018Z Downloaded camino v1.2.2
4302026-03-17T20:09:42.021Z Downloaded clap v4.5.60
4312026-03-17T20:09:42.026Z Downloaded serde_derive v1.0.228
4322026-03-17T20:09:42.029Z Downloaded pest_generator v2.8.6
4332026-03-17T20:09:42.029Z Downloaded num-traits v0.2.19
4342026-03-17T20:09:42.032Z Downloaded smallvec v1.15.1
4352026-03-17T20:09:42.035Z Downloaded pest_derive v2.8.6
4362026-03-17T20:09:42.039Z Downloaded pest_meta v2.8.6
4372026-03-17T20:09:42.042Z Downloaded icu_provider v2.1.1
4382026-03-17T20:09:42.045Z Downloaded serde_core v1.0.228
4392026-03-17T20:09:42.045Z Downloaded icu_locale_core v2.1.1
4402026-03-17T20:09:42.052Z Downloaded icu_normalizer_data v2.1.1
4412026-03-17T20:09:42.055Z Downloaded getrandom v0.4.1
4422026-03-17T20:09:42.058Z Downloaded icu_normalizer v2.1.1
4432026-03-17T20:09:42.062Z Downloaded proc-macro2 v1.0.106
4442026-03-17T20:09:42.065Z Downloaded idna v1.1.0
4452026-03-17T20:09:42.069Z Downloaded serde v1.0.228
4462026-03-17T20:09:42.072Z Downloaded memchr v2.8.0
4472026-03-17T20:09:42.077Z Downloaded icu_collections v2.1.1
4482026-03-17T20:09:42.084Z Downloaded indexmap v2.13.0
4492026-03-17T20:09:42.087Z Downloaded pest v2.8.6
4502026-03-17T20:09:42.127Z Downloaded hashbrown v0.16.1
4512026-03-17T20:09:42.132Z Downloaded serde_json v1.0.149
4522026-03-17T20:09:42.137Z Downloaded icu_properties_data v2.1.2
4532026-03-17T20:09:42.154Z Downloaded clap_builder v4.5.60
4542026-03-17T20:09:42.158Z Downloaded goblin v0.8.2
4552026-03-17T20:09:42.162Z Downloaded tabled v0.15.0
4562026-03-17T20:09:42.178Z Downloaded syn v1.0.109
4572026-03-17T20:09:42.187Z Downloaded syn v2.0.117
4582026-03-17T20:09:42.212Z Downloaded rustix v1.1.3
4592026-03-17T20:09:42.246Z Downloaded libc v0.2.180
4602026-03-17T20:09:42.326Z Compiling proc-macro2 v1.0.106
4612026-03-17T20:09:42.329Z Compiling unicode-ident v1.0.24
4622026-03-17T20:09:42.330Z Compiling quote v1.0.44
4632026-03-17T20:09:42.330Z Compiling serde_core v1.0.228
4642026-03-17T20:09:42.330Z Compiling libc v0.2.180
4652026-03-17T20:09:42.330Z Compiling version_check v0.9.5
4662026-03-17T20:09:42.330Z Compiling memchr v2.8.0
4672026-03-17T20:09:42.330Z Compiling serde v1.0.228
4682026-03-17T20:09:42.738Z Compiling stable_deref_trait v1.2.1
4692026-03-17T20:09:42.839Z Compiling zmij v1.0.21
4702026-03-17T20:09:43.504Z Compiling itoa v1.0.17
4712026-03-17T20:09:43.507Z Compiling autocfg v1.5.0
4722026-03-17T20:09:43.507Z Compiling ucd-trie v0.1.7
4732026-03-17T20:09:43.613Z Compiling thiserror v1.0.69
4742026-03-17T20:09:43.725Z Compiling pest v2.8.6
4752026-03-17T20:09:43.917Z Compiling litemap v0.8.1
4762026-03-17T20:09:43.940Z Compiling writeable v0.6.2
4772026-03-17T20:09:44.155Z Compiling icu_normalizer_data v2.1.1
4782026-03-17T20:09:44.158Z Compiling icu_properties_data v2.1.2
4792026-03-17T20:09:44.201Z Compiling byteorder v1.5.0
4802026-03-17T20:09:44.422Z Compiling rustix v1.1.3
4812026-03-17T20:09:44.555Z Compiling errno v0.3.14
4822026-03-17T20:09:44.677Z Compiling bitflags v2.11.0
4832026-03-17T20:09:44.720Z Compiling syn v2.0.117
4842026-03-17T20:09:44.804Z Compiling serde_json v1.0.149
4852026-03-17T20:09:44.973Z Compiling num-traits v0.2.19
4862026-03-17T20:09:45.091Z Compiling typeid v1.0.3
4872026-03-17T20:09:45.243Z Compiling equivalent v1.0.2
4882026-03-17T20:09:45.348Z Compiling pest_meta v2.8.6
4892026-03-17T20:09:45.375Z Compiling hashbrown v0.16.1
4902026-03-17T20:09:45.451Z Compiling smallvec v1.15.1
4912026-03-17T20:09:45.721Z Compiling thread-id v4.2.2
4922026-03-17T20:09:45.827Z Compiling usdt-impl v0.5.0
4932026-03-17T20:09:45.877Z Compiling proc-macro-error-attr v1.0.4
4942026-03-17T20:09:46.122Z Compiling indexmap v2.13.0
4952026-03-17T20:09:46.141Z Compiling syn v1.0.109
4962026-03-17T20:09:46.147Z Compiling winnow v0.7.14
4972026-03-17T20:09:46.302Z Compiling erased-serde v0.4.9
4982026-03-17T20:09:46.550Z Compiling toml_write v0.1.2
4992026-03-17T20:09:47.020Z Compiling proc-macro-error v1.0.4
5002026-03-17T20:09:47.100Z Compiling camino v1.2.2
5012026-03-17T20:09:47.265Z Compiling utf8parse v0.2.2
5022026-03-17T20:09:47.401Z Compiling plain v0.2.3
5032026-03-17T20:09:47.515Z Compiling percent-encoding v2.3.2
5042026-03-17T20:09:47.537Z Compiling log v0.4.29
5052026-03-17T20:09:47.705Z Compiling thiserror v2.0.18
5062026-03-17T20:09:47.749Z Compiling getrandom v0.4.1
5072026-03-17T20:09:47.773Z Compiling utf8_iter v1.0.4
5082026-03-17T20:09:47.865Z Compiling ordered-float v2.10.1
5092026-03-17T20:09:47.954Z Compiling form_urlencoded v1.2.2
5102026-03-17T20:09:48.131Z Compiling anstyle-parse v0.2.7
5112026-03-17T20:09:48.308Z Compiling terminal_size v0.4.3
5122026-03-17T20:09:48.361Z Compiling pretty-hex v0.4.1
5132026-03-17T20:09:48.410Z Compiling is_terminal_polyfill v1.70.2
5142026-03-17T20:09:48.473Z Compiling anstyle v1.0.13
5152026-03-17T20:09:48.525Z Compiling cfg-if v1.0.4
5162026-03-17T20:09:48.548Z Compiling synstructure v0.13.2
5172026-03-17T20:09:48.606Z Compiling pest_generator v2.8.6
5182026-03-17T20:09:48.629Z Compiling anstyle-query v1.1.5
5192026-03-17T20:09:48.753Z Compiling colorchoice v1.0.4
5202026-03-17T20:09:48.777Z Compiling serde-untagged v0.1.9
5212026-03-17T20:09:48.907Z Compiling anstream v0.6.21
5222026-03-17T20:09:49.053Z Compiling semver v1.0.27
5232026-03-17T20:09:49.302Z Compiling fs-err v3.3.0
5242026-03-17T20:09:49.355Z Compiling anyhow v1.0.102
5252026-03-17T20:09:49.465Z Compiling unicode-xid v0.2.6
5262026-03-17T20:09:49.488Z Compiling bytecount v0.6.9
5272026-03-17T20:09:49.540Z Compiling heck v0.5.0
5282026-03-17T20:09:49.564Z Compiling fastrand v2.3.0
5292026-03-17T20:09:49.666Z Compiling clap_lex v1.0.0
5302026-03-17T20:09:49.701Z Compiling strsim v0.11.1
5312026-03-17T20:09:49.797Z Compiling fnv v1.0.7
5322026-03-17T20:09:49.896Z Compiling unicode-width v0.1.14
5332026-03-17T20:09:49.942Z Compiling heck v0.4.1
5342026-03-17T20:09:49.965Z Compiling once_cell v1.21.3
5352026-03-17T20:09:50.159Z Compiling clap_builder v4.5.60
5362026-03-17T20:09:50.226Z Compiling papergrid v0.11.0
5372026-03-17T20:09:50.250Z Compiling tempfile v3.25.0
5382026-03-17T20:09:50.424Z Compiling memmap v0.7.0
5392026-03-17T20:09:50.547Z Compiling unicode-linebreak v0.1.5
5402026-03-17T20:09:50.650Z Compiling unicode-width v0.2.0
5412026-03-17T20:09:50.746Z Compiling smawk v0.3.2
5422026-03-17T20:09:50.910Z Compiling camino-tempfile v1.4.1
5432026-03-17T20:09:50.998Z Compiling textwrap v0.16.2
5442026-03-17T20:09:51.157Z Compiling serde_derive v1.0.228
5452026-03-17T20:09:51.203Z Compiling zerofrom-derive v0.1.6
5462026-03-17T20:09:51.248Z Compiling yoke-derive v0.8.1
5472026-03-17T20:09:51.318Z Compiling zerovec-derive v0.11.2
5482026-03-17T20:09:51.600Z Compiling displaydoc v0.2.5
5492026-03-17T20:09:52.165Z Compiling thiserror-impl v1.0.69
5502026-03-17T20:09:52.572Z Compiling zerocopy-derive v0.7.35
5512026-03-17T20:09:52.807Z Compiling pest_derive v2.8.6
5522026-03-17T20:09:52.831Z Compiling scroll_derive v0.12.1
5532026-03-17T20:09:53.110Z Compiling zerofrom v0.1.6
5542026-03-17T20:09:53.277Z Compiling yoke v0.8.1
5552026-03-17T20:09:53.375Z Compiling thiserror-impl v2.0.18
5562026-03-17T20:09:53.515Z Compiling zerovec v0.11.5
5572026-03-17T20:09:53.715Z Compiling zerotrie v0.2.3
5582026-03-17T20:09:53.746Z Compiling zerocopy v0.7.35
5592026-03-17T20:09:53.996Z Compiling dtrace-parser v0.2.0
5602026-03-17T20:09:54.110Z Compiling scroll v0.12.0
5612026-03-17T20:09:54.191Z Compiling tinystr v0.8.2
5622026-03-17T20:09:54.411Z Compiling potential_utf v0.1.4
5632026-03-17T20:09:54.447Z Compiling icu_locale_core v2.1.1
5642026-03-17T20:09:54.451Z Compiling goblin v0.8.2
5652026-03-17T20:09:54.527Z Compiling tabled_derive v0.7.0
5662026-03-17T20:09:54.649Z Compiling icu_collections v2.1.1
5672026-03-17T20:09:54.968Z Compiling clap_derive v4.5.55
5682026-03-17T20:09:55.462Z Compiling icu_provider v2.1.1
5692026-03-17T20:09:55.485Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5702026-03-17T20:09:55.732Z Compiling swrite v0.1.0
5712026-03-17T20:09:55.810Z Compiling icu_normalizer v2.1.1
5722026-03-17T20:09:55.833Z Compiling toml_datetime v0.6.11
5732026-03-17T20:09:55.856Z Compiling serde_spanned v0.6.9
5742026-03-17T20:09:55.878Z Compiling icu_properties v2.1.2
5752026-03-17T20:09:55.923Z Compiling dof v0.3.0
5762026-03-17T20:09:55.955Z Compiling serde_tokenstream v0.2.3
5772026-03-17T20:09:56.035Z Compiling serde-value v0.7.0
5782026-03-17T20:09:56.184Z Compiling toml_edit v0.22.27
5792026-03-17T20:09:56.441Z Compiling cargo-platform v0.2.0
5802026-03-17T20:09:56.524Z Compiling tabled v0.15.0
5812026-03-17T20:09:56.547Z Compiling macaddr v1.0.1
5822026-03-17T20:09:57.013Z Compiling usdt-attr-macro v0.5.0
5832026-03-17T20:09:57.034Z Compiling usdt-macro v0.5.0
5842026-03-17T20:09:57.057Z Compiling idna_adapter v1.2.1
5852026-03-17T20:09:57.235Z Compiling idna v1.1.0
5862026-03-17T20:09:57.308Z Compiling clap v4.5.60
5872026-03-17T20:09:57.583Z Compiling url v2.5.8
5882026-03-17T20:09:58.041Z Compiling toml v0.8.23
5892026-03-17T20:09:58.609Z Compiling cargo-util-schemas v0.8.2
5902026-03-17T20:09:58.612Z Compiling cargo_toml v0.21.0
5912026-03-17T20:09:58.655Z Compiling usdt v0.5.0
5922026-03-17T20:09:59.799Z Compiling cargo_metadata v0.21.0
5932026-03-17T20:10:01.087Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-17T20:10:03.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 11s
5952026-03-17T20:10:04.227Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-17T20:10:04.960Z Downloading crates ...
5972026-03-17T20:10:05.073Z Downloaded assert_matches v1.5.0
5982026-03-17T20:10:05.080Z Downloaded adler2 v2.0.1
5992026-03-17T20:10:05.084Z Downloaded base16ct v0.2.0
6002026-03-17T20:10:05.093Z Downloaded cargo-platform v0.1.9
6012026-03-17T20:10:05.098Z Downloaded base16ct v1.0.0
6022026-03-17T20:10:05.102Z Downloaded crunchy v0.2.4
6032026-03-17T20:10:05.105Z Downloaded cbc v0.1.2
6042026-03-17T20:10:05.109Z Downloaded endian-type v0.1.2
6052026-03-17T20:10:05.112Z Downloaded aead v0.5.2
6062026-03-17T20:10:05.115Z Downloaded dof v0.4.0
6072026-03-17T20:10:05.118Z Downloaded derive_builder_macro v0.20.2
6082026-03-17T20:10:05.121Z Downloaded clang-sys v1.8.1
6092026-03-17T20:10:05.126Z Downloaded derive_builder_core v0.20.2
6102026-03-17T20:10:05.130Z Downloaded bzip2 v0.4.4
6112026-03-17T20:10:05.133Z Downloaded daft-derive v0.1.5
6122026-03-17T20:10:05.140Z Downloaded crucible-workspace-hack v0.1.0
6132026-03-17T20:10:05.144Z Downloaded compact_str v0.8.1
6142026-03-17T20:10:05.148Z Downloaded cpufeatures v0.3.0
6152026-03-17T20:10:05.152Z Downloaded defmt v1.0.1
6162026-03-17T20:10:05.157Z Downloaded fallible-iterator v0.2.0
6172026-03-17T20:10:05.160Z Downloaded cobs v0.3.0
6182026-03-17T20:10:05.163Z Downloaded crossterm v0.29.0
6192026-03-17T20:10:05.171Z Downloaded foreign-types-shared v0.1.1
6202026-03-17T20:10:05.174Z Downloaded embedded-io v0.6.1
6212026-03-17T20:10:05.177Z Downloaded foreign-types v0.3.2
6222026-03-17T20:10:05.180Z Downloaded display-error-chain v0.2.2
6232026-03-17T20:10:05.183Z Downloaded bitfield-macros v0.19.4
6242026-03-17T20:10:05.187Z Downloaded dunce v1.0.5
6252026-03-17T20:10:05.191Z Downloaded dirs-sys-next v0.1.2
6262026-03-17T20:10:05.194Z Downloaded crc8 v0.1.1
6272026-03-17T20:10:05.197Z Downloaded diesel_table_macro_syntax v0.3.0
6282026-03-17T20:10:05.202Z Downloaded funty v2.0.0
6292026-03-17T20:10:05.205Z Downloaded difflib v0.4.0
6302026-03-17T20:10:05.205Z Downloaded foreign-types-macros v0.2.3
6312026-03-17T20:10:05.208Z Downloaded diesel-dtrace v0.5.0
6322026-03-17T20:10:05.214Z Downloaded defmt-macros v1.0.1
6332026-03-17T20:10:05.218Z Downloaded float-ord v0.3.2
6342026-03-17T20:10:05.218Z Downloaded downcast-rs v2.0.2
6352026-03-17T20:10:05.221Z Downloaded embedded-io v0.4.0
6362026-03-17T20:10:05.226Z Downloaded futures-sink v0.3.32
6372026-03-17T20:10:05.229Z Downloaded foreign-types v0.5.0
6382026-03-17T20:10:05.229Z Downloaded futures-task v0.3.32
6392026-03-17T20:10:05.233Z Downloaded hash32 v0.3.1
6402026-03-17T20:10:05.236Z Downloaded hash32 v0.2.1
6412026-03-17T20:10:05.240Z Downloaded git-stub v1.0.0
6422026-03-17T20:10:05.243Z Downloaded dyn-clone v1.0.20
6432026-03-17T20:10:05.246Z Downloaded hex-literal v0.4.1
6442026-03-17T20:10:05.249Z Downloaded foreign-types-shared v0.3.1
6452026-03-17T20:10:05.252Z Downloaded headers-core v0.3.0
6462026-03-17T20:10:05.252Z Downloaded hex v0.4.3
6472026-03-17T20:10:05.255Z Downloaded find-msvc-tools v0.1.9
6482026-03-17T20:10:05.258Z Downloaded ena v0.14.4
6492026-03-17T20:10:05.264Z Downloaded corncobs v0.1.4
6502026-03-17T20:10:05.267Z Downloaded home v0.5.12
6512026-03-17T20:10:05.270Z Downloaded crossbeam-deque v0.8.6
6522026-03-17T20:10:05.274Z Downloaded futures-core v0.3.32
6532026-03-17T20:10:05.274Z Downloaded http-body v1.0.1
6542026-03-17T20:10:05.277Z Downloaded hostname v0.4.2
6552026-03-17T20:10:05.280Z Downloaded colored v3.1.1
6562026-03-17T20:10:05.284Z Downloaded httpdate v1.0.3
6572026-03-17T20:10:05.287Z Downloaded ident_case v1.0.1
6582026-03-17T20:10:05.289Z Downloaded hubpack_derive v0.1.1
6592026-03-17T20:10:05.292Z Downloaded indent_write v2.2.0
6602026-03-17T20:10:05.297Z Downloaded fixedbitset v0.4.2
6612026-03-17T20:10:05.300Z Downloaded drift v0.1.3
6622026-03-17T20:10:05.316Z Downloaded indoc v1.0.9
6632026-03-17T20:10:05.321Z Downloaded group v0.13.0
6642026-03-17T20:10:05.328Z Downloaded is_ci v1.2.0
6652026-03-17T20:10:05.331Z Downloaded is-terminal v0.4.17
6662026-03-17T20:10:05.332Z Downloaded der v0.7.10
6672026-03-17T20:10:05.335Z Downloaded inout v0.1.4
6682026-03-17T20:10:05.337Z Downloaded env_logger v0.11.9
6692026-03-17T20:10:05.341Z Downloaded lazy_static v1.5.0
6702026-03-17T20:10:05.345Z Downloaded internet-checksum v0.2.1
6712026-03-17T20:10:05.348Z Downloaded libscf-sys v1.1.0
6722026-03-17T20:10:05.351Z Downloaded kstat-rs v0.2.4
6732026-03-17T20:10:05.351Z Downloaded hyper-tls v0.6.0
6742026-03-17T20:10:05.354Z Downloaded humantime v2.3.0
6752026-03-17T20:10:05.358Z Downloaded lalrpop-util v0.19.12
6762026-03-17T20:10:05.361Z Downloaded linked-hash-map v0.5.6
6772026-03-17T20:10:05.364Z Downloaded md-5 v0.10.6
6782026-03-17T20:10:05.364Z Downloaded memoffset v0.9.1
6792026-03-17T20:10:05.367Z Downloaded md5 v0.7.0
6802026-03-17T20:10:05.370Z Downloaded indoc v2.0.7
6812026-03-17T20:10:05.374Z Downloaded des v0.8.1
6822026-03-17T20:10:05.377Z Downloaded half v1.8.3
6832026-03-17T20:10:05.381Z Downloaded ingot-types v0.1.2
6842026-03-17T20:10:05.385Z Downloaded ingot v0.1.1
6852026-03-17T20:10:05.389Z Downloaded maplit v1.0.2
6862026-03-17T20:10:05.389Z Downloaded ipnet v2.11.0
6872026-03-17T20:10:05.393Z Downloaded new_debug_unreachable v1.0.6
6882026-03-17T20:10:05.393Z Downloaded nibble_vec v0.1.0
6892026-03-17T20:10:05.396Z Downloaded mime v0.3.17
6902026-03-17T20:10:05.399Z Downloaded normalize-line-endings v0.3.0
6912026-03-17T20:10:05.402Z Downloaded crc-any v2.5.0
6922026-03-17T20:10:05.402Z Downloaded darling_core v0.23.0
6932026-03-17T20:10:05.407Z Downloaded nodrop v0.1.14
6942026-03-17T20:10:05.410Z Downloaded hmac v0.12.1
6952026-03-17T20:10:05.413Z Downloaded linear-map v1.2.0
6962026-03-17T20:10:05.416Z Downloaded num v0.4.3
6972026-03-17T20:10:05.419Z Downloaded lock_api v0.4.14
6982026-03-17T20:10:05.422Z Downloaded getrandom v0.2.17
6992026-03-17T20:10:05.425Z Downloaded num-conv v0.2.0
7002026-03-17T20:10:05.428Z Downloaded crossbeam-epoch v0.9.18
7012026-03-17T20:10:05.431Z Downloaded libsw-core v0.3.2
7022026-03-17T20:10:05.431Z Downloaded libsw v3.5.0
7032026-03-17T20:10:05.434Z Downloaded openssl-macros v0.1.1
7042026-03-17T20:10:05.437Z Downloaded openssl-probe v0.1.6
7052026-03-17T20:10:05.440Z Downloaded olpc-cjson v0.1.4
7062026-03-17T20:10:05.443Z Downloaded num_threads v0.1.7
7072026-03-17T20:10:05.443Z Downloaded crossbeam-channel v0.5.15
7082026-03-17T20:10:05.447Z Downloaded newtype-uuid v1.3.2
7092026-03-17T20:10:05.450Z Downloaded num-derive v0.4.2
7102026-03-17T20:10:05.453Z Downloaded elliptic-curve v0.13.8
7112026-03-17T20:10:05.457Z Downloaded openssl-probe v0.2.1
7122026-03-17T20:10:05.459Z Downloaded opaque-debug v0.3.1
7132026-03-17T20:10:05.463Z Downloaded multer v3.1.0
7142026-03-17T20:10:05.465Z Downloaded pbkdf2 v0.11.0
7152026-03-17T20:10:05.469Z Downloaded oso-derive v0.27.3
7162026-03-17T20:10:05.471Z Downloaded allocator-api2 v0.2.21
7172026-03-17T20:10:05.475Z Downloaded parse-size v1.1.0
7182026-03-17T20:10:05.475Z Downloaded pbkdf2 v0.12.2
7192026-03-17T20:10:05.477Z Downloaded packed_struct_codegen v0.10.1
7202026-03-17T20:10:05.490Z Downloaded bytes v1.11.1
7212026-03-17T20:10:05.491Z Downloaded peg-runtime v0.8.5
7222026-03-17T20:10:05.491Z Downloaded phf_shared v0.13.1
7232026-03-17T20:10:05.491Z Downloaded indexmap v1.9.3
7242026-03-17T20:10:05.494Z Downloaded powerfmt v0.2.0
7252026-03-17T20:10:05.494Z Downloaded ignore v0.4.25
7262026-03-17T20:10:05.497Z Downloaded num_enum v0.7.5
7272026-03-17T20:10:05.501Z Downloaded iana-time-zone v0.1.65
7282026-03-17T20:10:05.505Z Downloaded oxnet v0.1.4
7292026-03-17T20:10:05.508Z Downloaded predicates-core v1.0.10
7302026-03-17T20:10:05.511Z Downloaded num_enum v0.5.11
7312026-03-17T20:10:05.514Z Downloaded phf_shared v0.12.1
7322026-03-17T20:10:05.517Z Downloaded crypto-bigint v0.5.5
7332026-03-17T20:10:05.522Z Downloaded pin-utils v0.1.0
7342026-03-17T20:10:05.525Z Downloaded proc-macro-crate v1.3.1
7352026-03-17T20:10:05.528Z Downloaded predicates-tree v1.0.13
7362026-03-17T20:10:05.531Z Downloaded progenitor-macro v0.10.0
7372026-03-17T20:10:05.531Z Downloaded ar_archive_writer v0.5.1
7382026-03-17T20:10:05.534Z Downloaded libbz2-rs-sys v0.2.2
7392026-03-17T20:10:05.537Z Downloaded const_format v0.2.35
7402026-03-17T20:10:05.541Z Downloaded psl-types v2.0.11
7412026-03-17T20:10:05.544Z Downloaded peg v0.8.5
7422026-03-17T20:10:05.548Z Downloaded password-hash v0.4.2
7432026-03-17T20:10:05.551Z Downloaded progenitor-client v0.10.0
7442026-03-17T20:10:05.554Z Downloaded progenitor-macro v0.13.0
7452026-03-17T20:10:05.554Z Downloaded proc-macro-error-attr2 v2.0.0
7462026-03-17T20:10:05.557Z Downloaded pin-project-internal v1.1.11
7472026-03-17T20:10:05.560Z Downloaded password-hash v0.5.0
7482026-03-17T20:10:05.560Z Downloaded flate2 v1.1.9
7492026-03-17T20:10:05.564Z Downloaded ppv-lite86 v0.2.21
7502026-03-17T20:10:05.567Z Downloaded pem-rfc7468 v0.7.0
7512026-03-17T20:10:05.570Z Downloaded pem v3.0.6
7522026-03-17T20:10:05.573Z Downloaded quick-error v1.2.3
7532026-03-17T20:10:05.574Z Downloaded primeorder v0.13.6
7542026-03-17T20:10:05.577Z Downloaded predicates v3.1.4
7552026-03-17T20:10:05.580Z Downloaded rand_xorshift v0.4.0
7562026-03-17T20:10:05.580Z Downloaded heapless v0.8.0
7572026-03-17T20:10:05.584Z Downloaded ref-cast v1.0.25
7582026-03-17T20:10:05.587Z Downloaded omicron-zone-package v0.12.2
7592026-03-17T20:10:05.590Z Downloaded radium v0.7.0
7602026-03-17T20:10:05.593Z Downloaded poly1305 v0.8.0
7612026-03-17T20:10:05.596Z Downloaded indicatif v0.18.4
7622026-03-17T20:10:05.599Z Downloaded recursive-proc-macro-impl v0.1.1
7632026-03-17T20:10:05.602Z Downloaded ref-cast-impl v1.0.25
7642026-03-17T20:10:05.602Z Downloaded hickory-resolver v0.24.4
7652026-03-17T20:10:05.606Z Downloaded recursive v0.1.1
7662026-03-17T20:10:05.609Z Downloaded parking_lot_core v0.9.12
7672026-03-17T20:10:05.612Z Downloaded parking_lot v0.12.5
7682026-03-17T20:10:05.615Z Downloaded progenitor-client v0.13.0
7692026-03-17T20:10:05.615Z Downloaded progenitor v0.11.2
7702026-03-17T20:10:05.618Z Downloaded progenitor v0.10.0
7712026-03-17T20:10:05.621Z Downloaded parse-display-derive v0.10.0
7722026-03-17T20:10:05.621Z Downloaded pkg-config v0.3.32
7732026-03-17T20:10:05.624Z Downloaded progenitor v0.13.0
7742026-03-17T20:10:05.627Z Downloaded rustc-hash v2.1.1
7752026-03-17T20:10:05.627Z Downloaded progenitor-extras v0.1.1
7762026-03-17T20:10:05.631Z Downloaded rustc_version v0.1.7
7772026-03-17T20:10:05.631Z Downloaded russh-cryptovec v0.7.3
7782026-03-17T20:10:05.634Z Downloaded rtoolbox v0.0.3
7792026-03-17T20:10:05.634Z Downloaded r2d2 v0.8.10
7802026-03-17T20:10:05.637Z Downloaded postgres-types v0.2.12
7812026-03-17T20:10:05.641Z Downloaded diesel_derives v2.3.7
7822026-03-17T20:10:05.644Z Downloaded p256 v0.13.2
7832026-03-17T20:10:05.647Z Downloaded rand_core v0.9.5
7842026-03-17T20:10:05.650Z Downloaded pkcs5 v0.7.1
7852026-03-17T20:10:05.653Z Downloaded rand_seeder v0.4.0
7862026-03-17T20:10:05.656Z Downloaded rand_core v0.6.4
7872026-03-17T20:10:05.659Z Downloaded scheduled-thread-pool v0.2.7
7882026-03-17T20:10:05.659Z Downloaded salsa20 v0.10.2
7892026-03-17T20:10:05.662Z Downloaded scopeguard v1.2.0
7902026-03-17T20:10:05.662Z Downloaded rand_core v0.10.0
7912026-03-17T20:10:05.665Z Downloaded same-file v1.0.6
7922026-03-17T20:10:05.668Z Downloaded postcard v1.1.3
7932026-03-17T20:10:05.668Z Downloaded miniz_oxide v0.8.9
7942026-03-17T20:10:05.671Z Downloaded oso v0.27.3
7952026-03-17T20:10:05.674Z Downloaded scrypt v0.11.0
7962026-03-17T20:10:05.677Z Downloaded proc-macro-error2 v2.0.1
7972026-03-17T20:10:05.680Z Downloaded scroll_derive v0.13.1
7982026-03-17T20:10:05.680Z Downloaded papergrid v0.17.0
7992026-03-17T20:10:05.685Z Downloaded serde_repr v0.1.20
8002026-03-17T20:10:05.688Z Downloaded serde-big-array v0.5.1
8012026-03-17T20:10:05.691Z Downloaded http v1.4.0
8022026-03-17T20:10:05.695Z Downloaded resolv-conf v0.7.6
8032026-03-17T20:10:05.698Z Downloaded seq-macro v0.3.6
8042026-03-17T20:10:05.698Z Downloaded serde_spanned v1.0.4
8052026-03-17T20:10:05.701Z Downloaded rustc_version v0.4.1
8062026-03-17T20:10:05.701Z Downloaded dropshot-api-manager v0.6.0
8072026-03-17T20:10:05.704Z Downloaded serde_urlencoded v0.7.1
8082026-03-17T20:10:05.707Z Downloaded sha1 v0.10.6
8092026-03-17T20:10:05.710Z Downloaded shell-words v1.1.1
8102026-03-17T20:10:05.710Z Downloaded signal-hook-mio v0.2.5
8112026-03-17T20:10:05.713Z Downloaded quinn-udp v0.5.14
8122026-03-17T20:10:05.713Z Downloaded rusty-fork v0.3.1
8132026-03-17T20:10:05.716Z Downloaded rustls-pemfile v1.0.4
8142026-03-17T20:10:05.719Z Downloaded rustls-pemfile v2.2.0
8152026-03-17T20:10:05.721Z Downloaded serde_plain v1.0.2
8162026-03-17T20:10:05.721Z Downloaded serde_bytes v0.11.19
8172026-03-17T20:10:05.724Z Downloaded rustls-native-certs v0.8.3
8182026-03-17T20:10:05.727Z Downloaded rustversion v1.0.22
8192026-03-17T20:10:05.730Z Downloaded signal-hook-tokio v0.3.1
8202026-03-17T20:10:05.730Z Downloaded siphasher v1.0.2
8212026-03-17T20:10:05.733Z Downloaded sigpipe v0.1.3
8222026-03-17T20:10:05.733Z Downloaded semver v0.1.20
8232026-03-17T20:10:05.736Z Downloaded scroll v0.13.0
8242026-03-17T20:10:05.736Z Downloaded secrecy v0.8.0
8252026-03-17T20:10:05.739Z Downloaded slog-envlogger v2.2.0
8262026-03-17T20:10:05.739Z Downloaded jiff-static v0.2.21
8272026-03-17T20:10:05.742Z Downloaded prefix-trie v0.7.0
8282026-03-17T20:10:05.745Z Downloaded schemars_derive v0.8.22
8292026-03-17T20:10:05.748Z Downloaded sct v0.7.1
8302026-03-17T20:10:05.751Z Downloaded slog-bunyan v2.5.0
8312026-03-17T20:10:05.751Z Downloaded hyper-util v0.1.20
8322026-03-17T20:10:05.759Z Downloaded hickory-resolver v0.25.2
8332026-03-17T20:10:05.764Z Downloaded secrecy v0.10.3
8342026-03-17T20:10:05.764Z Downloaded sec1 v0.7.3
8352026-03-17T20:10:05.767Z Downloaded structmeta v0.3.0
8362026-03-17T20:10:05.767Z Downloaded progenitor-impl v0.13.0
8372026-03-17T20:10:05.770Z Downloaded openssl-sys v0.9.111
8382026-03-17T20:10:05.773Z Downloaded sapling-renderdag v0.1.0
8392026-03-17T20:10:05.776Z Downloaded rand_chacha v0.9.0
8402026-03-17T20:10:05.776Z Downloaded serde-hex v0.1.0
8412026-03-17T20:10:05.778Z Downloaded minimal-lexical v0.2.1
8422026-03-17T20:10:05.781Z Downloaded russh-keys v0.45.0
8432026-03-17T20:10:05.784Z Downloaded simd-adler32 v0.3.8
8442026-03-17T20:10:05.787Z Downloaded ssh-encoding v0.2.0
8452026-03-17T20:10:05.787Z Downloaded ssh-cipher v0.2.0
8462026-03-17T20:10:05.790Z Downloaded strum v0.27.2
8472026-03-17T20:10:05.790Z Downloaded sqlparser_derive v0.5.0
8482026-03-17T20:10:05.790Z Downloaded supports-color v3.0.2
8492026-03-17T20:10:05.794Z Downloaded shlex v1.3.0
8502026-03-17T20:10:05.794Z Downloaded pin-project v1.1.11
8512026-03-17T20:10:05.802Z Downloaded strum v0.26.3
8522026-03-17T20:10:05.805Z Downloaded structmeta-derive v0.3.0
8532026-03-17T20:10:05.805Z Downloaded signature v2.2.0
8542026-03-17T20:10:05.808Z Downloaded subtle v2.6.1
8552026-03-17T20:10:05.808Z Downloaded serde_derive_internals v0.29.1
8562026-03-17T20:10:05.811Z Downloaded prettyplease v0.2.37
8572026-03-17T20:10:05.814Z Downloaded signal-hook-registry v1.4.8
8582026-03-17T20:10:05.817Z Downloaded serde_path_to_error v0.1.20
8592026-03-17T20:10:05.817Z Downloaded sync_wrapper v1.0.2
8602026-03-17T20:10:05.820Z Downloaded strip-ansi-escapes v0.2.1
8612026-03-17T20:10:05.820Z Downloaded tagptr v0.2.0
8622026-03-17T20:10:05.823Z Downloaded take_mut v0.2.2
8632026-03-17T20:10:05.823Z Downloaded tabwriter v1.4.1
8642026-03-17T20:10:05.823Z Downloaded slog-stdlog v4.1.1
8652026-03-17T20:10:05.826Z Downloaded tabled_derive v0.11.0
8662026-03-17T20:10:05.826Z Downloaded slog-json v2.6.1
8672026-03-17T20:10:05.829Z Downloaded smf v0.2.3
8682026-03-17T20:10:05.832Z Downloaded slog-term v2.9.2
8692026-03-17T20:10:05.832Z Downloaded ron v0.8.1
8702026-03-17T20:10:05.836Z Downloaded testing_table v0.3.0
8712026-03-17T20:10:05.839Z Downloaded thread-id v5.1.0
8722026-03-17T20:10:05.839Z Downloaded serde_with_macros v3.17.0
8732026-03-17T20:10:05.843Z Downloaded termtree v0.5.1
8742026-03-17T20:10:05.843Z Downloaded spki v0.7.3
8752026-03-17T20:10:05.845Z Downloaded serde_cbor v0.11.2
8762026-03-17T20:10:05.849Z Downloaded sqlformat v0.3.5
8772026-03-17T20:10:05.849Z Downloaded mio v1.1.1
8782026-03-17T20:10:05.853Z Downloaded tinyvec_macros v0.1.1
8792026-03-17T20:10:05.856Z Downloaded time-core v0.1.8
8802026-03-17T20:10:05.856Z Downloaded thiserror-impl-no-std v2.0.2
8812026-03-17T20:10:05.859Z Downloaded stringprep v0.1.5
8822026-03-17T20:10:05.859Z Downloaded rustls-pki-types v1.14.0
8832026-03-17T20:10:05.864Z Downloaded static_assertions v1.1.0
8842026-03-17T20:10:05.864Z Downloaded support-bundle-viewer v0.1.2
8852026-03-17T20:10:05.867Z Downloaded strum_macros v0.26.4
8862026-03-17T20:10:05.867Z Downloaded progenitor-impl v0.11.2
8872026-03-17T20:10:05.870Z Downloaded progenitor-impl v0.10.0
8882026-03-17T20:10:05.873Z Downloaded schemars v0.8.22
8892026-03-17T20:10:05.879Z Downloaded strum_macros v0.27.2
8902026-03-17T20:10:05.882Z Downloaded strum_macros v0.24.3
8912026-03-17T20:10:05.885Z Downloaded string_cache v0.8.9
8922026-03-17T20:10:05.885Z Downloaded slog-async v2.8.0
8932026-03-17T20:10:05.888Z Downloaded num-bigint v0.4.6
8942026-03-17T20:10:05.891Z Downloaded slog-scope v4.4.1
8952026-03-17T20:10:05.894Z Downloaded hickory-server v0.25.2
8962026-03-17T20:10:05.897Z Downloaded rcgen v0.12.1
8972026-03-17T20:10:05.900Z Downloaded ryu v1.0.23
8982026-03-17T20:10:05.900Z Downloaded rustls-platform-verifier v0.6.2
8992026-03-17T20:10:05.903Z Downloaded topological-sort v0.2.2
9002026-03-17T20:10:05.906Z Downloaded sync-ptr v0.1.4
9012026-03-17T20:10:05.906Z Downloaded tap v1.0.1
9022026-03-17T20:10:05.909Z Downloaded thread_local v1.1.9
9032026-03-17T20:10:05.909Z Downloaded snafu-derive v0.8.9
9042026-03-17T20:10:05.909Z Downloaded smallvec v0.6.14
9052026-03-17T20:10:05.912Z Downloaded time-macros v0.2.27
9062026-03-17T20:10:05.915Z Downloaded tower-layer v0.3.3
9072026-03-17T20:10:05.915Z Downloaded tiny-keccak v2.0.2
9082026-03-17T20:10:05.918Z Downloaded stacker v0.1.23
9092026-03-17T20:10:05.918Z Downloaded hashbrown v0.15.5
9102026-03-17T20:10:05.921Z Downloaded rayon-core v1.13.0
9112026-03-17T20:10:05.924Z Downloaded nom v7.1.3
9122026-03-17T20:10:05.929Z Downloaded try-lock v0.2.5
9132026-03-17T20:10:05.932Z Downloaded tokio-native-tls v0.3.1
9142026-03-17T20:10:05.932Z Downloaded trait-variant v0.1.2
9152026-03-17T20:10:05.935Z Downloaded typify-macro v0.4.3
9162026-03-17T20:10:05.935Z Downloaded schemars v0.9.0
9172026-03-17T20:10:05.943Z Downloaded tokio-tungstenite v0.21.0
9182026-03-17T20:10:05.946Z Downloaded thiserror-no-std v2.0.2
9192026-03-17T20:10:05.949Z Downloaded serde_yaml v0.9.34+deprecated
9202026-03-17T20:10:05.952Z Downloaded typify-macro v0.6.1
9212026-03-17T20:10:05.952Z Downloaded term v0.7.0
9222026-03-17T20:10:05.955Z Downloaded tokio-rustls v0.25.0
9232026-03-17T20:10:05.958Z Downloaded tokio-dtrace v0.1.1
9242026-03-17T20:10:05.958Z Downloaded utf-8 v0.7.6
9252026-03-17T20:10:05.958Z Downloaded untrusted v0.9.0
9262026-03-17T20:10:05.961Z Downloaded tokio-macros v2.6.0
9272026-03-17T20:10:05.961Z Downloaded tls_codec v0.4.2
9282026-03-17T20:10:05.964Z Downloaded publicsuffix v2.3.0
9292026-03-17T20:10:05.966Z Downloaded unicode-truncate v1.1.0
9302026-03-17T20:10:05.966Z Downloaded unarray v0.1.4
9312026-03-17T20:10:05.967Z Downloaded tokio-tungstenite v0.23.1
9322026-03-17T20:10:05.970Z Downloaded unit-prefix v0.5.2
9332026-03-17T20:10:05.970Z Downloaded rand v0.8.5
9342026-03-17T20:10:05.973Z Downloaded iri-string v0.7.10
9352026-03-17T20:10:05.977Z Downloaded universal-hash v0.5.1
9362026-03-17T20:10:05.980Z Downloaded untrusted v0.7.1
9372026-03-17T20:10:05.980Z Downloaded toml_writer v1.0.6+spec-1.1.0
9382026-03-17T20:10:05.983Z Downloaded usdt v0.6.0
9392026-03-17T20:10:05.983Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9402026-03-17T20:10:05.983Z Downloaded pretty_assertions v1.4.1
9412026-03-17T20:10:05.986Z Downloaded itertools v0.13.0
9422026-03-17T20:10:05.990Z Downloaded usdt-macro v0.6.0
9432026-03-17T20:10:05.993Z Downloaded usdt-attr-macro v0.6.0
9442026-03-17T20:10:05.993Z Downloaded spin v0.9.8
9452026-03-17T20:10:05.996Z Downloaded quinn v0.11.9
9462026-03-17T20:10:05.999Z Downloaded wait-timeout v0.2.1
9472026-03-17T20:10:05.999Z Downloaded hyper v1.8.1
9482026-03-17T20:10:06.003Z Downloaded term v1.2.1
9492026-03-17T20:10:06.006Z Downloaded waitgroup v0.1.2
9502026-03-17T20:10:06.006Z Downloaded void v1.0.2
9512026-03-17T20:10:06.009Z Downloaded tokio-rustls v0.26.4
9522026-03-17T20:10:06.009Z Downloaded socket2 v0.6.2
9532026-03-17T20:10:06.012Z Downloaded schemars v1.2.1
9542026-03-17T20:10:06.021Z Downloaded tokio-stream v0.1.18
9552026-03-17T20:10:06.024Z Downloaded futures-util v0.3.32
9562026-03-17T20:10:06.033Z Downloaded xshell-macros v0.2.7
9572026-03-17T20:10:06.036Z Downloaded xattr v1.6.1
9582026-03-17T20:10:06.036Z Downloaded unicase v2.9.0
9592026-03-17T20:10:06.039Z Downloaded tokio-rustls v0.24.1
9602026-03-17T20:10:06.039Z Downloaded toml_parser v1.0.9+spec-1.1.0
9612026-03-17T20:10:06.042Z Downloaded num-bigint-dig v0.8.6
9622026-03-17T20:10:06.045Z Downloaded test-strategy v0.4.5
9632026-03-17T20:10:06.048Z Downloaded zeroize_derive v1.4.3
9642026-03-17T20:10:06.048Z Downloaded tinyvec v1.10.0
9652026-03-17T20:10:06.051Z Downloaded rustls-webpki v0.103.9
9662026-03-17T20:10:06.054Z Downloaded snafu v0.8.9
9672026-03-17T20:10:06.057Z Downloaded uzers v0.12.2
9682026-03-17T20:10:06.060Z Downloaded usdt-impl v0.6.0
9692026-03-17T20:10:06.060Z Downloaded slog v2.8.2
9702026-03-17T20:10:06.065Z Downloaded vergen-git2 v1.0.7
9712026-03-17T20:10:06.065Z Downloaded h2 v0.4.13
9722026-03-17T20:10:06.067Z Downloaded libxml v0.3.3
9732026-03-17T20:10:06.072Z Downloaded zone_cfg_derive v0.3.1
9742026-03-17T20:10:06.075Z Downloaded tracing-attributes v0.1.31
9752026-03-17T20:10:06.075Z Downloaded subprocess v0.2.15
9762026-03-17T20:10:06.078Z Downloaded rsa v0.9.10
9772026-03-17T20:10:06.081Z Downloaded twox-hash v2.1.2
9782026-03-17T20:10:06.083Z Downloaded itertools v0.14.0
9792026-03-17T20:10:06.087Z Downloaded vergen-lib v0.1.6
9802026-03-17T20:10:06.090Z Downloaded vergen-gitcl v1.0.8
9812026-03-17T20:10:06.090Z Downloaded tui-tree-widget v0.23.1
9822026-03-17T20:10:06.093Z Downloaded walkdir v2.5.0
9832026-03-17T20:10:06.093Z Downloaded vsss-rs v3.3.4
9842026-03-17T20:10:06.096Z Downloaded hkdf v0.12.4
9852026-03-17T20:10:06.096Z Downloaded itertools v0.12.1
9862026-03-17T20:10:06.101Z Downloaded whoami v1.6.1
9872026-03-17T20:10:06.104Z Downloaded want v0.3.1
9882026-03-17T20:10:06.104Z Downloaded toml v0.7.8
9892026-03-17T20:10:06.106Z Downloaded xz2 v0.1.7
9902026-03-17T20:10:06.110Z Downloaded rand v0.10.0
9912026-03-17T20:10:06.110Z Downloaded qorb v0.4.1
9922026-03-17T20:10:06.113Z Downloaded xshell v0.2.7
9932026-03-17T20:10:06.116Z Downloaded libm v0.2.16
9942026-03-17T20:10:06.121Z Downloaded unicode-properties v0.1.4
9952026-03-17T20:10:06.124Z Downloaded samael v0.0.19
9962026-03-17T20:10:06.127Z Downloaded zeroize v1.8.2
9972026-03-17T20:10:06.130Z Downloaded zstd v0.13.3
9982026-03-17T20:10:06.133Z Downloaded zstd-safe v7.2.4
9992026-03-17T20:10:06.133Z Downloaded zone v0.3.1
10002026-03-17T20:10:06.133Z Downloaded tar v0.4.44
10012026-03-17T20:10:06.136Z Downloaded rand v0.9.2
10022026-03-17T20:10:06.139Z Downloaded p521 v0.13.3
10032026-03-17T20:10:06.142Z Downloaded wyz v0.5.1
10042026-03-17T20:10:06.142Z Downloaded whoami v2.1.0
10052026-03-17T20:10:06.142Z Downloaded socket2 v0.5.10
10062026-03-17T20:10:06.145Z Downloaded typify v0.4.3
10072026-03-17T20:10:06.152Z Downloaded tungstenite v0.21.0
10082026-03-17T20:10:06.152Z Downloaded iddqd v0.3.17
10092026-03-17T20:10:06.157Z Downloaded tower-service v0.3.3
10102026-03-17T20:10:06.160Z Downloaded tls_codec_derive v0.4.2
10112026-03-17T20:10:06.160Z Downloaded typify v0.6.1
10122026-03-17T20:10:06.160Z Downloaded unicode-bidi v0.3.18
10132026-03-17T20:10:06.164Z Downloaded toml v0.9.12+spec-1.1.0
10142026-03-17T20:10:06.168Z Downloaded yasna v0.5.2
10152026-03-17T20:10:06.168Z Downloaded tungstenite v0.23.0
10162026-03-17T20:10:06.171Z Downloaded russh v0.45.0
10172026-03-17T20:10:06.174Z Downloaded toml_edit v0.23.10+spec-1.0.0
10182026-03-17T20:10:06.177Z Downloaded vergen v9.0.6
10192026-03-17T20:10:06.177Z Downloaded unsafe-libyaml v0.2.11
10202026-03-17T20:10:06.180Z Downloaded zerocopy v0.6.6
10212026-03-17T20:10:06.184Z Downloaded uuid v1.21.0
10222026-03-17T20:10:06.188Z Downloaded rustyline v14.0.0
10232026-03-17T20:10:06.191Z Downloaded termios v0.3.3
10242026-03-17T20:10:06.191Z Downloaded tokio-postgres v0.7.16
10252026-03-17T20:10:06.195Z Downloaded tracing-core v0.1.36
10262026-03-17T20:10:06.197Z Downloaded blake3 v1.8.3
10272026-03-17T20:10:06.202Z Downloaded vte v0.14.1
10282026-03-17T20:10:06.207Z Downloaded chrono v0.4.44
10292026-03-17T20:10:06.210Z Downloaded rpassword v7.4.0
10302026-03-17T20:10:06.213Z Downloaded bitvec v1.0.1
10312026-03-17T20:10:06.223Z Downloaded similar v2.7.0
10322026-03-17T20:10:06.226Z Downloaded toml_edit v0.19.15
10332026-03-17T20:10:06.238Z Downloaded zopfli v0.8.3
10342026-03-17T20:10:06.245Z Downloaded aws-lc-rs v1.16.0
10352026-03-17T20:10:06.248Z Downloaded steno v0.4.1
10362026-03-17T20:10:06.251Z Downloaded ssh-key v0.6.7
10372026-03-17T20:10:06.255Z Downloaded p384 v0.13.1
10382026-03-17T20:10:06.259Z Downloaded unicode_categories v0.1.1
10392026-03-17T20:10:06.262Z Downloaded ron v0.12.0
10402026-03-17T20:10:06.268Z Downloaded bindgen v0.71.1
10412026-03-17T20:10:06.273Z Downloaded reedline v0.40.0
10422026-03-17T20:10:06.278Z Downloaded zip v0.6.6
10432026-03-17T20:10:06.281Z Downloaded reqwest v0.13.2
10442026-03-17T20:10:06.286Z Downloaded lalrpop v0.19.12
10452026-03-17T20:10:06.294Z Downloaded reqwest v0.12.28
10462026-03-17T20:10:06.301Z Downloaded rayon v1.11.0
10472026-03-17T20:10:06.305Z Downloaded yansi v1.0.1
10482026-03-17T20:10:06.308Z Downloaded tower v0.5.3
10492026-03-17T20:10:06.314Z Downloaded regex v1.12.3
10502026-03-17T20:10:06.317Z Downloaded zerocopy-derive v0.8.40
10512026-03-17T20:10:06.323Z Downloaded x509-cert v0.2.5
10522026-03-17T20:10:06.330Z Downloaded typed-path v0.9.3
10532026-03-17T20:10:06.334Z Downloaded portable-atomic v1.13.1
10542026-03-17T20:10:06.338Z Downloaded moka v0.12.13
10552026-03-17T20:10:06.345Z Downloaded unicode-segmentation v1.12.0
10562026-03-17T20:10:06.349Z Downloaded quick-xml v0.37.5
10572026-03-17T20:10:06.352Z Downloaded unicode-normalization v0.1.25
10582026-03-17T20:10:06.355Z Downloaded goblin v0.10.5
10592026-03-17T20:10:06.359Z Downloaded tokio-util v0.7.18
10602026-03-17T20:10:06.365Z Downloaded zip v4.6.1
10612026-03-17T20:10:06.368Z Downloaded tough v0.20.0
10622026-03-17T20:10:06.375Z Downloaded tower-http v0.6.8
10632026-03-17T20:10:06.380Z Downloaded serde_with v3.17.0
10642026-03-17T20:10:06.389Z Downloaded rustls-webpki v0.102.8
10652026-03-17T20:10:06.403Z Downloaded proptest v1.10.0
10662026-03-17T20:10:06.409Z Downloaded object v0.30.4
10672026-03-17T20:10:06.416Z Downloaded petname v2.0.2
10682026-03-17T20:10:06.420Z Downloaded salty v0.3.0
10692026-03-17T20:10:06.425Z Downloaded curve25519-dalek v4.1.3
10702026-03-17T20:10:06.432Z Downloaded rustls-webpki v0.101.7
10712026-03-17T20:10:06.443Z Downloaded quinn-proto v0.11.13
10722026-03-17T20:10:06.448Z Downloaded git2 v0.20.4
10732026-03-17T20:10:06.454Z Downloaded winnow v0.5.40
10742026-03-17T20:10:06.460Z Downloaded nix v0.29.0
10752026-03-17T20:10:06.470Z Downloaded radix_trie v0.2.1
10762026-03-17T20:10:06.473Z Downloaded openssl v0.10.75
10772026-03-17T20:10:06.481Z Downloaded winnow v0.6.26
10782026-03-17T20:10:06.487Z Downloaded polar-core v0.27.3
10792026-03-17T20:10:06.493Z Downloaded tabled v0.20.0
10802026-03-17T20:10:06.506Z Downloaded nix v0.28.0
10812026-03-17T20:10:06.515Z Downloaded smoltcp v0.9.1
10822026-03-17T20:10:06.522Z Downloaded time v0.3.47
10832026-03-17T20:10:06.531Z Downloaded regex-syntax v0.6.29
10842026-03-17T20:10:06.536Z Downloaded hickory-proto v0.24.4
10852026-03-17T20:10:06.547Z Downloaded webpki-roots v1.0.6
10862026-03-17T20:10:06.550Z Downloaded dropshot v0.16.7
10872026-03-17T20:10:06.566Z Downloaded vcpkg v0.2.15
10882026-03-17T20:10:06.595Z Downloaded rustls v0.21.12
10892026-03-17T20:10:06.603Z Downloaded zlib-rs v0.6.2
10902026-03-17T20:10:06.607Z Downloaded openapiv3 v2.2.0
10912026-03-17T20:10:06.616Z Downloaded nix v0.31.1
10922026-03-17T20:10:06.624Z Downloaded rustls v0.22.4
10932026-03-17T20:10:06.634Z Downloaded regress v0.10.5
10942026-03-17T20:10:06.642Z Downloaded zerocopy v0.8.40
10952026-03-17T20:10:06.648Z Downloaded rustix v0.38.44
10962026-03-17T20:10:06.665Z Downloaded smoltcp v0.11.0
10972026-03-17T20:10:06.674Z Downloaded diesel v2.3.7
10982026-03-17T20:10:06.689Z Downloaded sqlparser v0.61.0
10992026-03-17T20:10:06.696Z Downloaded sled v0.34.7
11002026-03-17T20:10:06.704Z Downloaded rustls v0.23.37
11012026-03-17T20:10:06.713Z Downloaded regex-syntax v0.8.10
11022026-03-17T20:10:06.719Z Downloaded hickory-proto v0.25.2
11032026-03-17T20:10:06.730Z Downloaded ratatui v0.29.0
11042026-03-17T20:10:06.745Z Downloaded bzip2-sys v0.1.13+1.0.8
11052026-03-17T20:10:06.754Z Downloaded object v0.37.3
11062026-03-17T20:10:06.762Z Downloaded nix v0.27.1
11072026-03-17T20:10:06.769Z Downloaded bstr v1.12.1
11082026-03-17T20:10:06.776Z Downloaded signal-hook v0.3.18
11092026-03-17T20:10:06.779Z Downloaded slog-dtrace v0.3.0
11102026-03-17T20:10:06.779Z Downloaded slab v0.4.12
11112026-03-17T20:10:06.782Z Downloaded itertools v0.10.5
11122026-03-17T20:10:06.787Z Downloaded typify-impl v0.6.1
11132026-03-17T20:10:06.799Z Downloaded tracing v0.1.44
11142026-03-17T20:10:06.812Z Downloaded pkcs1 v0.7.5
11152026-03-17T20:10:06.815Z Downloaded chrono-tz v0.10.4
11162026-03-17T20:10:06.827Z Downloaded typify-impl v0.4.3
11172026-03-17T20:10:06.838Z Downloaded pin-project-lite v0.2.17
11182026-03-17T20:10:06.842Z Downloaded jiff v0.2.21
11192026-03-17T20:10:06.857Z Downloaded rfc6979 v0.4.0
11202026-03-17T20:10:06.860Z Downloaded zerocopy-derive v0.6.6
11212026-03-17T20:10:06.864Z Downloaded psm v0.1.30
11222026-03-17T20:10:06.868Z Downloaded regex-automata v0.4.14
11232026-03-17T20:10:06.878Z Downloaded petgraph v0.8.3
11242026-03-17T20:10:06.894Z Downloaded petgraph v0.6.5
11252026-03-17T20:10:06.907Z Downloaded libz-sys v1.1.24
11262026-03-17T20:10:06.924Z Downloaded paste v1.0.15
11272026-03-17T20:10:06.928Z Downloaded hashbrown v0.12.3
11282026-03-17T20:10:06.931Z Downloaded hashbrown v0.13.2
11292026-03-17T20:10:06.931Z Downloaded aho-corasick v1.1.4
11302026-03-17T20:10:06.935Z Downloaded rand_chacha v0.3.1
11312026-03-17T20:10:06.938Z Downloaded headers v0.4.1
11322026-03-17T20:10:06.941Z Downloaded postgres-protocol v0.6.10
11332026-03-17T20:10:06.941Z Downloaded phf v0.13.1
11342026-03-17T20:10:06.946Z Downloaded expectorate v1.2.0
11352026-03-17T20:10:06.946Z Downloaded parking_lot v0.11.2
11362026-03-17T20:10:06.950Z Downloaded peg-macros v0.8.5
11372026-03-17T20:10:06.950Z Downloaded polyval v0.6.2
11382026-03-17T20:10:06.950Z Downloaded pkcs8 v0.10.2
11392026-03-17T20:10:06.950Z Downloaded num_enum_derive v0.7.5
11402026-03-17T20:10:06.953Z Downloaded num-complex v0.4.6
11412026-03-17T20:10:06.953Z Downloaded litrs v1.0.0
11422026-03-17T20:10:06.953Z Downloaded lzma-sys v0.1.20
11432026-03-17T20:10:06.975Z Downloaded phf v0.12.1
11442026-03-17T20:10:06.982Z Downloaded parking_lot_core v0.8.6
11452026-03-17T20:10:06.982Z Downloaded csv v1.4.0
11462026-03-17T20:10:06.992Z Downloaded packed_struct v0.10.1
11472026-03-17T20:10:06.996Z Downloaded const-oid v0.9.6
11482026-03-17T20:10:06.996Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11492026-03-17T20:10:07.008Z Downloaded progenitor-macro v0.11.2
11502026-03-17T20:10:07.012Z Downloaded owo-colors v4.3.0
11512026-03-17T20:10:07.012Z Downloaded cc v1.2.56
11522026-03-17T20:10:07.016Z Downloaded progenitor-client v0.11.2
11532026-03-17T20:10:07.016Z Downloaded sha3 v0.10.8
11542026-03-17T20:10:07.019Z Downloaded proc-macro-crate v3.4.0
11552026-03-17T20:10:07.019Z Downloaded path-slash v0.1.5
11562026-03-17T20:10:07.019Z Downloaded bumpalo v3.20.2
11572026-03-17T20:10:07.023Z Downloaded tokio v1.49.0
11582026-03-17T20:10:07.049Z Downloaded precomputed-hash v0.1.1
11592026-03-17T20:10:07.052Z Downloaded phf_shared v0.11.3
11602026-03-17T20:10:07.053Z Downloaded memmap2 v0.9.10
11612026-03-17T20:10:07.053Z Downloaded heapless v0.7.17
11622026-03-17T20:10:07.057Z Downloaded half v2.7.1
11632026-03-17T20:10:07.061Z Downloaded arc-swap v1.8.2
11642026-03-17T20:10:07.061Z Downloaded num-integer v0.1.46
11652026-03-17T20:10:07.061Z Downloaded oxide-tokio-rt v0.1.3
11662026-03-17T20:10:07.064Z Downloaded ed25519-dalek v2.2.0
11672026-03-17T20:10:07.064Z Downloaded num-rational v0.4.2
11682026-03-17T20:10:07.067Z Downloaded mime_guess v2.0.5
11692026-03-17T20:10:07.067Z Downloaded libloading v0.8.9
11702026-03-17T20:10:07.067Z Downloaded flume v0.11.1
11712026-03-17T20:10:07.070Z Downloaded parse-display v0.10.0
11722026-03-17T20:10:07.070Z Downloaded aes-gcm v0.10.3
11732026-03-17T20:10:07.073Z Downloaded futures v0.3.32
11742026-03-17T20:10:07.077Z Downloaded nu-ansi-term v0.50.3
11752026-03-17T20:10:07.080Z Downloaded chacha20poly1305 v0.10.1
11762026-03-17T20:10:07.080Z Downloaded ipnetwork v0.21.1
11772026-03-17T20:10:07.083Z Downloaded native-tls v0.2.18
11782026-03-17T20:10:07.083Z Downloaded nanorand v0.7.0
11792026-03-17T20:10:07.083Z Downloaded jobserver v0.1.34
11802026-03-17T20:10:07.087Z Downloaded ingot-macros v0.1.1
11812026-03-17T20:10:07.087Z Downloaded getrandom v0.3.4
11822026-03-17T20:10:07.090Z Downloaded fs-err v2.11.0
11832026-03-17T20:10:07.090Z Downloaded blake2 v0.10.6
11842026-03-17T20:10:07.093Z Downloaded num_enum_derive v0.5.11
11852026-03-17T20:10:07.093Z Downloaded num-iter v0.1.45
11862026-03-17T20:10:07.093Z Downloaded encoding_rs v0.8.35
11872026-03-17T20:10:07.108Z Downloaded num-derive v0.3.3
11882026-03-17T20:10:07.112Z Downloaded httparse v1.10.1
11892026-03-17T20:10:07.112Z Downloaded hyper-rustls v0.27.7
11902026-03-17T20:10:07.115Z Downloaded fatfs v0.3.6
11912026-03-17T20:10:07.115Z Downloaded aes v0.8.4
11922026-03-17T20:10:07.118Z Downloaded dropshot_endpoint v0.16.7
11932026-03-17T20:10:07.121Z Downloaded libefi-sys v0.1.0
11942026-03-17T20:10:07.121Z Downloaded chacha20 v0.9.1
11952026-03-17T20:10:07.121Z Downloaded ring v0.17.14
11962026-03-17T20:10:07.153Z Downloaded nonempty v0.12.0
11972026-03-17T20:10:07.156Z Downloaded derive_more v0.99.20
11982026-03-17T20:10:07.161Z Downloaded darling_core v0.20.11
11992026-03-17T20:10:07.161Z Downloaded newtype_derive v0.1.6
12002026-03-17T20:10:07.165Z Downloaded libgit2-sys v0.18.3+1.9.2
12012026-03-17T20:10:07.202Z Downloaded newtype-uuid-macros v0.1.0
12022026-03-17T20:10:07.207Z Downloaded newline-converter v0.3.0
12032026-03-17T20:10:07.207Z Downloaded multimap v0.10.1
12042026-03-17T20:10:07.207Z Downloaded derive-where v1.6.0
12052026-03-17T20:10:07.213Z Downloaded hickory-client v0.25.2
12062026-03-17T20:10:07.213Z Downloaded futures-channel v0.3.32
12072026-03-17T20:10:07.213Z Downloaded either v1.15.0
12082026-03-17T20:10:07.213Z Downloaded fixedbitset v0.5.7
12092026-03-17T20:10:07.218Z Downloaded backon v1.6.0
12102026-03-17T20:10:07.218Z Downloaded impl-trait-for-tuples v0.2.3
12112026-03-17T20:10:07.218Z Downloaded ecdsa v0.16.9
12122026-03-17T20:10:07.223Z Downloaded cookie v0.18.1
12132026-03-17T20:10:07.223Z Downloaded base64 v0.22.1
12142026-03-17T20:10:07.223Z Downloaded maybe-uninit v2.0.0
12152026-03-17T20:10:07.223Z Downloaded lzss v0.8.2
12162026-03-17T20:10:07.229Z Downloaded match_cfg v0.1.0
12172026-03-17T20:10:07.229Z Downloaded managed v0.8.0
12182026-03-17T20:10:07.229Z Downloaded lru-slab v0.1.2
12192026-03-17T20:10:07.229Z Downloaded lru-cache v0.1.2
12202026-03-17T20:10:07.230Z Downloaded lru v0.12.5
12212026-03-17T20:10:07.230Z Downloaded keccak v0.1.6
12222026-03-17T20:10:07.235Z Downloaded hyper-staticfile v0.10.1
12232026-03-17T20:10:07.235Z Downloaded http-body-util v0.1.3
12242026-03-17T20:10:07.235Z Downloaded highway v1.3.0
12252026-03-17T20:10:07.235Z Downloaded instability v0.3.11
12262026-03-17T20:10:07.235Z Downloaded derive_more-impl v2.1.1
12272026-03-17T20:10:07.240Z Downloaded darling v0.20.11
12282026-03-17T20:10:07.246Z Downloaded cargo_toml v0.22.3
12292026-03-17T20:10:07.246Z Downloaded cancel-safe-futures v0.1.5
12302026-03-17T20:10:07.246Z Downloaded async-bb8-diesel v0.2.1
12312026-03-17T20:10:07.254Z Downloaded diff v0.1.13
12322026-03-17T20:10:07.254Z Downloaded der_derive v0.7.3
12332026-03-17T20:10:07.254Z Downloaded darling v0.21.3
12342026-03-17T20:10:07.260Z Downloaded crc32fast v1.5.0
12352026-03-17T20:10:07.260Z Downloaded camino-tempfile-ext v0.3.3
12362026-03-17T20:10:07.260Z Downloaded bzip2 v0.6.1
12372026-03-17T20:10:07.260Z Downloaded arrayvec v0.7.6
12382026-03-17T20:10:07.260Z Downloaded daft v0.1.5
12392026-03-17T20:10:07.260Z Downloaded crossbeam-utils v0.8.21
12402026-03-17T20:10:07.264Z Downloaded instant v0.1.13
12412026-03-17T20:10:07.264Z Downloaded globset v0.4.18
12422026-03-17T20:10:07.264Z Downloaded glob v0.3.3
12432026-03-17T20:10:07.264Z Downloaded git-stub-vcs v0.1.0
12442026-03-17T20:10:07.264Z Downloaded futures-executor v0.3.32
12452026-03-17T20:10:07.267Z Downloaded fs_extra v1.3.0
12462026-03-17T20:10:07.267Z Downloaded foldhash v0.2.0
12472026-03-17T20:10:07.267Z Downloaded foldhash v0.1.5
12482026-03-17T20:10:07.267Z Downloaded filetime v0.2.27
12492026-03-17T20:10:07.270Z Downloaded ed25519 v2.2.3
12502026-03-17T20:10:07.270Z Downloaded data-encoding v2.10.0
12512026-03-17T20:10:07.270Z Downloaded hubpack v0.1.2
12522026-03-17T20:10:07.274Z Downloaded http-range v0.1.5
12532026-03-17T20:10:07.274Z Downloaded console v0.16.2
12542026-03-17T20:10:07.274Z Downloaded console v0.15.11
12552026-03-17T20:10:07.277Z Downloaded chacha20 v0.10.0
12562026-03-17T20:10:07.277Z Downloaded colored v2.2.0
12572026-03-17T20:10:07.280Z Downloaded base64ct v1.8.3
12582026-03-17T20:10:07.283Z Downloaded derive_more v2.1.1
12592026-03-17T20:10:07.289Z Downloaded hostname v0.3.1
12602026-03-17T20:10:07.293Z Downloaded convert_case v0.10.0
12612026-03-17T20:10:07.293Z Downloaded cmake v0.1.57
12622026-03-17T20:10:07.293Z Downloaded cexpr v0.6.0
12632026-03-17T20:10:07.296Z Downloaded buf-list v1.1.2
12642026-03-17T20:10:07.296Z Downloaded ff v0.13.1
12652026-03-17T20:10:07.299Z Downloaded derive-ex v0.1.8
12662026-03-17T20:10:07.299Z Downloaded bitfield v0.19.4
12672026-03-17T20:10:07.299Z Downloaded bit-vec v0.8.0
12682026-03-17T20:10:07.302Z Downloaded async-trait v0.1.89
12692026-03-17T20:10:07.302Z Downloaded erased-serde v0.3.31
12702026-03-17T20:10:07.306Z Downloaded globwalk v0.9.1
12712026-03-17T20:10:07.306Z Downloaded constant_time_eq v0.4.2
12722026-03-17T20:10:07.306Z Downloaded gethostname v0.5.0
12732026-03-17T20:10:07.310Z Downloaded fxhash v0.2.1
12742026-03-17T20:10:07.310Z Downloaded dirs-next v2.0.0
12752026-03-17T20:10:07.310Z Downloaded ghash v0.5.1
12762026-03-17T20:10:07.310Z Downloaded futures-macro v0.3.32
12772026-03-17T20:10:07.310Z Downloaded bb8 v0.8.6
12782026-03-17T20:10:07.310Z Downloaded futures-io v0.3.32
12792026-03-17T20:10:07.313Z Downloaded env_filter v1.0.0
12802026-03-17T20:10:07.313Z Downloaded defmt-parser v1.0.0
12812026-03-17T20:10:07.313Z Downloaded darling_core v0.21.3
12822026-03-17T20:10:07.317Z Downloaded cipher v0.4.4
12832026-03-17T20:10:07.317Z Downloaded cassowary v0.3.0
12842026-03-17T20:10:07.322Z Downloaded cargo_metadata v0.19.2
12852026-03-17T20:10:07.322Z Downloaded ctr v0.9.2
12862026-03-17T20:10:07.322Z Downloaded block-padding v0.3.3
12872026-03-17T20:10:07.322Z Downloaded darling_macro v0.20.11
12882026-03-17T20:10:07.325Z Downloaded bcrypt-pbkdf v0.10.0
12892026-03-17T20:10:07.325Z Downloaded float-cmp v0.10.0
12902026-03-17T20:10:07.325Z Downloaded flagset v0.4.7
12912026-03-17T20:10:07.325Z Downloaded fd-lock v4.0.4
12922026-03-17T20:10:07.325Z Downloaded enum-as-inner v0.6.1
12932026-03-17T20:10:07.328Z Downloaded debug-ignore v1.0.5
12942026-03-17T20:10:07.328Z Downloaded async-stream-impl v0.3.6
12952026-03-17T20:10:07.328Z Downloaded async-recursion v1.1.1
12962026-03-17T20:10:07.332Z Downloaded crc v3.4.0
12972026-03-17T20:10:07.332Z Downloaded dtrace-parser v0.3.0
12982026-03-17T20:10:07.332Z Downloaded document-features v0.2.12
12992026-03-17T20:10:07.335Z Downloaded bit-set v0.5.3
13002026-03-17T20:10:07.335Z Downloaded curve25519-dalek-derive v0.1.1
13012026-03-17T20:10:07.335Z Downloaded bit-set v0.8.0
13022026-03-17T20:10:07.335Z Downloaded dsl_auto_type v0.2.0
13032026-03-17T20:10:07.338Z Downloaded cfg_aliases v0.2.1
13042026-03-17T20:10:07.338Z Downloaded array-init v0.0.4
13052026-03-17T20:10:07.338Z Downloaded ciborium-io v0.2.2
13062026-03-17T20:10:07.338Z Downloaded bitfield-struct v0.6.2
13072026-03-17T20:10:07.341Z Downloaded castaway v0.2.4
13082026-03-17T20:10:07.341Z Downloaded atty v0.2.14
13092026-03-17T20:10:07.341Z Downloaded ascii-canvas v3.0.0
13102026-03-17T20:10:07.341Z Downloaded derive_builder v0.20.2
13112026-03-17T20:10:07.344Z Downloaded darling_macro v0.23.0
13122026-03-17T20:10:07.348Z Downloaded csv-core v0.1.13
13132026-03-17T20:10:07.348Z Downloaded crc-catalog v2.4.0
13142026-03-17T20:10:07.348Z Downloaded async-stream v0.3.6
13152026-03-17T20:10:07.351Z Downloaded convert_case v0.4.0
13162026-03-17T20:10:07.351Z Downloaded ciborium-ll v0.2.2
13172026-03-17T20:10:07.351Z Downloaded crossterm v0.28.1
13182026-03-17T20:10:07.354Z Downloaded atomic-waker v1.1.2
13192026-03-17T20:10:07.358Z Downloaded ahash v0.8.12
13202026-03-17T20:10:07.358Z Downloaded defmt v0.3.100
13212026-03-17T20:10:07.358Z Downloaded cookie_store v0.22.1
13222026-03-17T20:10:07.362Z Downloaded blowfish v0.9.1
13232026-03-17T20:10:07.362Z Downloaded cfg_aliases v0.1.1
13242026-03-17T20:10:07.362Z Downloaded atomicwrites v0.4.4
13252026-03-17T20:10:07.362Z Downloaded arrayref v0.3.9
13262026-03-17T20:10:07.362Z Downloaded deranged v0.5.8
13272026-03-17T20:10:07.365Z Downloaded cstr-argument v0.1.2
13282026-03-17T20:10:07.365Z Downloaded critical-section v1.2.0
13292026-03-17T20:10:07.365Z Downloaded base64 v0.21.7
13302026-03-17T20:10:07.368Z Downloaded bcs v0.1.6
13312026-03-17T20:10:07.369Z Downloaded argon2 v0.5.3
13322026-03-17T20:10:07.373Z Downloaded dropshot-api-manager-types v0.6.0
13332026-03-17T20:10:07.373Z Downloaded darling_macro v0.21.3
13342026-03-17T20:10:07.373Z Downloaded darling v0.23.0
13352026-03-17T20:10:07.377Z Downloaded const_format_proc_macros v0.2.34
13362026-03-17T20:10:07.377Z Downloaded ciborium v0.2.2
13372026-03-17T20:10:07.380Z Downloaded bit-vec v0.6.3
13382026-03-17T20:10:07.380Z Downloaded backoff v0.4.0
13392026-03-17T20:10:07.380Z Downloaded bitflags v1.3.2
13402026-03-17T20:10:07.712Z Downloaded aws-lc-sys v0.37.1
13412026-03-17T20:10:08.022Z Compiling libc v0.2.180
13422026-03-17T20:10:08.022Z Compiling serde v1.0.228
13432026-03-17T20:10:08.026Z Compiling log v0.4.29
13442026-03-17T20:10:08.026Z Compiling find-msvc-tools v0.1.9
13452026-03-17T20:10:08.026Z Compiling shlex v1.3.0
13462026-03-17T20:10:08.026Z Compiling smallvec v1.15.1
13472026-03-17T20:10:08.026Z Compiling syn v2.0.117
13482026-03-17T20:10:08.189Z Compiling typenum v1.19.0
13492026-03-17T20:10:08.448Z Compiling generic-array v0.14.7
13502026-03-17T20:10:08.473Z Compiling subtle v2.6.1
13512026-03-17T20:10:08.506Z Compiling scopeguard v1.2.0
13522026-03-17T20:10:08.524Z Compiling portable-atomic v1.13.1
13532026-03-17T20:10:08.608Z Compiling lock_api v0.4.14
13542026-03-17T20:10:08.633Z Compiling const-oid v0.9.6
13552026-03-17T20:10:08.719Z Compiling critical-section v1.2.0
13562026-03-17T20:10:08.770Z Compiling zerocopy v0.8.40
13572026-03-17T20:10:08.846Z Compiling serde_json v1.0.149
13582026-03-17T20:10:08.903Z Compiling pin-project-lite v0.2.17
13592026-03-17T20:10:09.025Z Compiling parking_lot_core v0.9.12
13602026-03-17T20:10:09.349Z Compiling pkg-config v0.3.32
13612026-03-17T20:10:09.370Z Compiling bitflags v2.11.0
13622026-03-17T20:10:09.481Z Compiling getrandom v0.2.17
13632026-03-17T20:10:09.498Z Compiling jobserver v0.1.34
13642026-03-17T20:10:09.748Z Compiling errno v0.3.14
13652026-03-17T20:10:09.851Z Compiling cc v1.2.56
13662026-03-17T20:10:09.898Z Compiling rand_core v0.6.4
13672026-03-17T20:10:09.949Z Compiling once_cell v1.21.3
13682026-03-17T20:10:10.041Z Compiling signal-hook-registry v1.4.8
13692026-03-17T20:10:10.223Z Compiling mio v1.1.1
13702026-03-17T20:10:10.235Z Compiling libm v0.2.16
13712026-03-17T20:10:10.284Z Compiling num-traits v0.2.19
13722026-03-17T20:10:10.417Z Compiling parking_lot v0.12.5
13732026-03-17T20:10:10.436Z Compiling futures-core v0.3.32
13742026-03-17T20:10:10.635Z Compiling socket2 v0.6.2
13752026-03-17T20:10:10.749Z Compiling percent-encoding v2.3.2
13762026-03-17T20:10:10.868Z Compiling allocator-api2 v0.2.21
13772026-03-17T20:10:10.917Z Compiling futures-sink v0.3.32
13782026-03-17T20:10:10.930Z Compiling cpufeatures v0.2.17
13792026-03-17T20:10:11.015Z Compiling foldhash v0.2.0
13802026-03-17T20:10:11.023Z Compiling futures-channel v0.3.32
13812026-03-17T20:10:11.042Z Compiling futures-task v0.3.32
13822026-03-17T20:10:11.207Z Compiling slab v0.4.12
13832026-03-17T20:10:11.261Z Compiling futures-io v0.3.32
13842026-03-17T20:10:11.275Z Compiling hashbrown v0.16.1
13852026-03-17T20:10:11.320Z Compiling getrandom v0.4.1
13862026-03-17T20:10:11.325Z Compiling getrandom v0.3.4
13872026-03-17T20:10:11.437Z Compiling rand_core v0.10.0
13882026-03-17T20:10:11.501Z Compiling rustversion v1.0.22
13892026-03-17T20:10:11.655Z Compiling form_urlencoded v1.2.2
13902026-03-17T20:10:12.080Z Compiling indexmap v2.13.0
13912026-03-17T20:10:12.097Z Compiling cmake v0.1.57
13922026-03-17T20:10:12.125Z Compiling fs_extra v1.3.0
13932026-03-17T20:10:12.344Z Compiling dunce v1.0.5
13942026-03-17T20:10:12.464Z Compiling base64ct v1.8.3
13952026-03-17T20:10:12.482Z Compiling synstructure v0.13.2
13962026-03-17T20:10:12.517Z Compiling ident_case v1.0.1
13972026-03-17T20:10:12.631Z Compiling aws-lc-sys v0.37.1
13982026-03-17T20:10:12.669Z Compiling flagset v0.4.7
13992026-03-17T20:10:12.797Z Compiling pem-rfc7468 v0.7.0
14002026-03-17T20:10:12.838Z Compiling rand_core v0.9.5
14012026-03-17T20:10:12.841Z Compiling rustix v1.1.3
14022026-03-17T20:10:12.875Z Compiling iana-time-zone v0.1.65
14032026-03-17T20:10:12.989Z Compiling ring v0.17.14
14042026-03-17T20:10:13.138Z Compiling uuid v1.21.0
14052026-03-17T20:10:13.224Z Compiling rustc_version v0.4.1
14062026-03-17T20:10:13.241Z Compiling aws-lc-rs v1.16.0
14072026-03-17T20:10:13.328Z Compiling regex-syntax v0.8.10
14082026-03-17T20:10:13.626Z Compiling vcpkg v0.2.15
14092026-03-17T20:10:13.663Z Compiling tracing-core v0.1.36
14102026-03-17T20:10:14.041Z Compiling crossbeam-utils v0.8.21
14112026-03-17T20:10:14.393Z Compiling pest_generator v2.8.6
14122026-03-17T20:10:14.444Z Compiling serde_derive_internals v0.29.1
14132026-03-17T20:10:14.610Z Compiling openssl-sys v0.9.111
14142026-03-17T20:10:15.166Z Compiling serde_derive v1.0.228
14152026-03-17T20:10:15.300Z Compiling zeroize_derive v1.4.3
14162026-03-17T20:10:15.320Z Compiling zerofrom-derive v0.1.6
14172026-03-17T20:10:15.358Z Compiling yoke-derive v0.8.1
14182026-03-17T20:10:15.729Z Compiling zerocopy-derive v0.8.40
14192026-03-17T20:10:16.160Z Compiling zeroize v1.8.2
14202026-03-17T20:10:16.586Z Compiling zerovec-derive v0.11.2
14212026-03-17T20:10:16.923Z Compiling displaydoc v0.2.5
14222026-03-17T20:10:17.213Z Compiling crypto-common v0.1.7
14232026-03-17T20:10:17.232Z Compiling zerofrom v0.1.6
14242026-03-17T20:10:17.386Z Compiling yoke v0.8.1
14252026-03-17T20:10:17.390Z Compiling block-buffer v0.10.4
14262026-03-17T20:10:17.600Z Compiling digest v0.10.7
14272026-03-17T20:10:17.620Z Compiling tokio-macros v2.6.0
14282026-03-17T20:10:17.896Z Compiling zerotrie v0.2.3
14292026-03-17T20:10:17.917Z Compiling hmac v0.12.1
14302026-03-17T20:10:18.055Z Compiling zerovec v0.11.5
14312026-03-17T20:10:18.108Z Compiling futures-macro v0.3.32
14322026-03-17T20:10:18.279Z Compiling block-padding v0.3.3
14332026-03-17T20:10:18.477Z Compiling inout v0.1.4
14342026-03-17T20:10:18.575Z Compiling sha2 v0.10.9
14352026-03-17T20:10:18.678Z Compiling tinystr v0.8.2
14362026-03-17T20:10:18.724Z Compiling potential_utf v0.1.4
14372026-03-17T20:10:18.926Z Compiling icu_locale_core v2.1.1
14382026-03-17T20:10:18.944Z Compiling icu_collections v2.1.1
14392026-03-17T20:10:19.104Z Compiling cipher v0.4.4
14402026-03-17T20:10:19.179Z Compiling futures-util v0.3.32
14412026-03-17T20:10:19.437Z Compiling der_derive v0.7.3
14422026-03-17T20:10:19.587Z Compiling salsa20 v0.10.2
14432026-03-17T20:10:19.771Z Compiling pbkdf2 v0.12.2
14442026-03-17T20:10:19.887Z Compiling bytes v1.11.1
14452026-03-17T20:10:19.913Z Compiling icu_provider v2.1.1
14462026-03-17T20:10:20.176Z Compiling chrono v0.4.44
14472026-03-17T20:10:20.292Z Compiling icu_normalizer v2.1.1
14482026-03-17T20:10:20.397Z Compiling icu_properties v2.1.2
14492026-03-17T20:10:20.733Z Compiling tokio v1.49.0
14502026-03-17T20:10:20.775Z Compiling der v0.7.10
14512026-03-17T20:10:21.016Z Compiling http v1.4.0
14522026-03-17T20:10:21.923Z Compiling idna_adapter v1.2.1
14532026-03-17T20:10:22.052Z Compiling idna v1.1.0
14542026-03-17T20:10:22.086Z Compiling ppv-lite86 v0.2.21
14552026-03-17T20:10:22.240Z Compiling spki v0.7.3
14562026-03-17T20:10:22.289Z Compiling thiserror-impl v2.0.18
14572026-03-17T20:10:22.307Z Compiling scrypt v0.11.0
14582026-03-17T20:10:22.432Z Compiling url v2.5.8
14592026-03-17T20:10:22.489Z Compiling rand_chacha v0.9.0
14602026-03-17T20:10:22.534Z Compiling cbc v0.1.2
14612026-03-17T20:10:22.624Z Compiling aes v0.8.4
14622026-03-17T20:10:22.715Z Compiling rustls-pki-types v1.14.0
14632026-03-17T20:10:22.910Z Compiling tracing-attributes v0.1.31
14642026-03-17T20:10:23.311Z Compiling pkcs5 v0.7.1
14652026-03-17T20:10:23.386Z Compiling rand v0.9.2
14662026-03-17T20:10:23.468Z Compiling http-body v1.0.1
14672026-03-17T20:10:23.790Z Compiling schemars v0.8.22
14682026-03-17T20:10:23.944Z Compiling syn v1.0.109
14692026-03-17T20:10:24.013Z Compiling httparse v1.10.1
14702026-03-17T20:10:24.063Z Compiling openssl-probe v0.2.1
14712026-03-17T20:10:24.125Z Compiling thiserror v2.0.18
14722026-03-17T20:10:24.254Z Compiling untrusted v0.9.0
14732026-03-17T20:10:24.278Z Compiling untrusted v0.7.1
14742026-03-17T20:10:24.345Z Compiling base64 v0.22.1
14752026-03-17T20:10:24.486Z Compiling pkcs8 v0.10.2
14762026-03-17T20:10:24.489Z Compiling schemars_derive v0.8.22
14772026-03-17T20:10:24.521Z Compiling pest_derive v2.8.6
14782026-03-17T20:10:24.752Z Compiling tracing v0.1.44
14792026-03-17T20:10:24.755Z Compiling scroll_derive v0.13.1
14802026-03-17T20:10:25.095Z Compiling darling_core v0.20.11
14812026-03-17T20:10:25.095Z Compiling dyn-clone v1.0.20
14822026-03-17T20:10:25.270Z Compiling rustls v0.23.37
14832026-03-17T20:10:25.504Z Compiling tower-layer v0.3.3
14842026-03-17T20:10:25.558Z Compiling tinyvec_macros v0.1.1
14852026-03-17T20:10:25.645Z Compiling atomic-waker v1.1.2
14862026-03-17T20:10:25.704Z Compiling try-lock v0.2.5
14872026-03-17T20:10:25.793Z Compiling tokio-util v0.7.18
14882026-03-17T20:10:25.835Z Compiling tower-service v0.3.3
14892026-03-17T20:10:25.860Z Compiling scroll v0.13.0
14902026-03-17T20:10:25.951Z Compiling want v0.3.1
14912026-03-17T20:10:26.150Z Compiling tinyvec v1.10.0
14922026-03-17T20:10:26.617Z Compiling ipnet v2.11.0
14932026-03-17T20:10:26.904Z Compiling h2 v0.4.13
14942026-03-17T20:10:27.175Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-17T20:10:27.297Z Compiling spin v0.9.8
14962026-03-17T20:10:27.566Z Compiling aho-corasick v1.1.4
14972026-03-17T20:10:27.687Z Compiling httpdate v1.0.3
14982026-03-17T20:10:27.968Z Compiling time-core v0.1.8
14992026-03-17T20:10:28.049Z Compiling pin-utils v0.1.0
15002026-03-17T20:10:28.141Z Compiling num-conv v0.2.0
15012026-03-17T20:10:28.165Z Compiling openssl v0.10.75
15022026-03-17T20:10:28.316Z Compiling powerfmt v0.2.0
15032026-03-17T20:10:28.336Z Compiling darling_macro v0.20.11
15042026-03-17T20:10:28.475Z Compiling crc32fast v1.5.0
15052026-03-17T20:10:28.568Z Compiling foreign-types-shared v0.1.1
15062026-03-17T20:10:28.588Z Compiling deranged v0.5.8
15072026-03-17T20:10:28.675Z Compiling regex-automata v0.4.14
15082026-03-17T20:10:28.886Z Compiling foreign-types v0.3.2
15092026-03-17T20:10:28.953Z Compiling darling v0.20.11
15102026-03-17T20:10:29.004Z Compiling time-macros v0.2.27
15112026-03-17T20:10:29.058Z Compiling tempfile v3.25.0
15122026-03-17T20:10:29.948Z Compiling goblin v0.10.5
15132026-03-17T20:10:30.533Z Compiling thiserror-impl v1.0.69
15142026-03-17T20:10:30.857Z Compiling openssl-macros v0.1.1
15152026-03-17T20:10:31.365Z Compiling hyper v1.8.1
15162026-03-17T20:10:32.218Z Compiling wait-timeout v0.2.1
15172026-03-17T20:10:32.237Z Compiling quick-error v1.2.3
15182026-03-17T20:10:32.322Z Compiling usdt-impl v0.6.0
15192026-03-17T20:10:32.361Z Compiling bit-vec v0.8.0
15202026-03-17T20:10:32.538Z Compiling either v1.15.0
15212026-03-17T20:10:32.594Z Compiling num_threads v0.1.7
15222026-03-17T20:10:32.650Z Compiling simd-adler32 v0.3.8
15232026-03-17T20:10:32.710Z Compiling siphasher v1.0.2
15242026-03-17T20:10:32.800Z Compiling native-tls v0.2.18
15252026-03-17T20:10:32.956Z Compiling hyper-util v0.1.20
15262026-03-17T20:10:32.977Z Compiling time v0.3.47
15272026-03-17T20:10:33.120Z Compiling bit-set v0.8.0
15282026-03-17T20:10:33.329Z Compiling rusty-fork v0.3.1
15292026-03-17T20:10:33.469Z Compiling thiserror v1.0.69
15302026-03-17T20:10:33.744Z Compiling derive_builder_core v0.20.2
15312026-03-17T20:10:34.469Z Compiling dof v0.4.0
15322026-03-17T20:10:35.157Z Compiling unicode-normalization v0.1.25
15332026-03-17T20:10:35.180Z Compiling crossbeam-epoch v0.9.18
15342026-03-17T20:10:35.260Z Compiling dtrace-parser v0.3.0
15352026-03-17T20:10:35.596Z Compiling rustls-native-certs v0.8.3
15362026-03-17T20:10:35.763Z Compiling signature v2.2.0
15372026-03-17T20:10:35.971Z Compiling scroll_derive v0.12.1
15382026-03-17T20:10:35.990Z Compiling heapless v0.7.17
15392026-03-17T20:10:36.127Z Compiling rand_xorshift v0.4.0
15402026-03-17T20:10:36.247Z Compiling slog v2.8.2
15412026-03-17T20:10:36.308Z Compiling darling_core v0.21.3
15422026-03-17T20:10:36.312Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-17T20:10:36.344Z Compiling sync_wrapper v1.0.2
15442026-03-17T20:10:36.471Z Compiling thread-id v5.1.0
15452026-03-17T20:10:36.489Z Compiling cookie v0.18.1
15462026-03-17T20:10:36.570Z Compiling rayon-core v1.13.0
15472026-03-17T20:10:36.689Z Compiling unicode-properties v0.1.4
15482026-03-17T20:10:36.730Z Compiling zstd-safe v7.2.4
15492026-03-17T20:10:36.807Z Compiling anyhow v1.0.102
15502026-03-17T20:10:36.850Z Compiling unicode-segmentation v1.12.0
15512026-03-17T20:10:36.952Z Compiling unicode-bidi v0.3.18
15522026-03-17T20:10:36.990Z Compiling signal-hook v0.3.18
15532026-03-17T20:10:37.217Z Compiling unarray v0.1.4
15542026-03-17T20:10:37.235Z Compiling paste v1.0.15
15552026-03-17T20:10:37.353Z Compiling adler2 v2.0.1
15562026-03-17T20:10:37.370Z Compiling stringprep v0.1.5
15572026-03-17T20:10:37.511Z Compiling miniz_oxide v0.8.9
15582026-03-17T20:10:37.644Z Compiling proptest v1.10.0
15592026-03-17T20:10:37.804Z Compiling scroll v0.12.0
15602026-03-17T20:10:38.166Z Compiling tower v0.5.3
15612026-03-17T20:10:38.360Z Compiling crossbeam-deque v0.8.6
15622026-03-17T20:10:38.398Z Compiling derive_builder_macro v0.20.2
15632026-03-17T20:10:38.593Z Compiling ipnetwork v0.21.1
15642026-03-17T20:10:38.743Z Compiling http-body-util v0.1.3
15652026-03-17T20:10:38.761Z Compiling webpki-roots v1.0.6
15662026-03-17T20:10:38.780Z Compiling rand_chacha v0.3.1
15672026-03-17T20:10:38.916Z Compiling serde_tokenstream v0.2.3
15682026-03-17T20:10:38.991Z Compiling erased-serde v0.3.31
15692026-03-17T20:10:39.061Z Compiling serde_spanned v0.6.9
15702026-03-17T20:10:39.102Z Compiling toml_datetime v0.6.11
15712026-03-17T20:10:39.233Z Compiling md-5 v0.10.6
15722026-03-17T20:10:39.309Z Compiling zerocopy-derive v0.7.35
15732026-03-17T20:10:39.430Z Compiling curve25519-dalek v4.1.3
15742026-03-17T20:10:39.433Z Compiling vergen-lib v0.1.6
15752026-03-17T20:10:39.730Z Compiling num-integer v0.1.46
15762026-03-17T20:10:39.769Z Compiling hash32 v0.2.1
15772026-03-17T20:10:39.888Z Compiling ff v0.13.1
15782026-03-17T20:10:39.915Z Compiling memoffset v0.9.1
15792026-03-17T20:10:39.939Z Compiling darling_macro v0.21.3
15802026-03-17T20:10:40.022Z Compiling smoltcp v0.9.1
15812026-03-17T20:10:40.060Z Compiling litrs v1.0.0
15822026-03-17T20:10:40.164Z Compiling rustix v0.38.44
15832026-03-17T20:10:40.183Z Compiling num-bigint-dig v0.8.6
15842026-03-17T20:10:40.442Z Compiling ref-cast v1.0.25
15852026-03-17T20:10:40.460Z Compiling fallible-iterator v0.2.0
15862026-03-17T20:10:40.500Z Compiling ryu v1.0.23
15872026-03-17T20:10:40.564Z Compiling cfg_aliases v0.2.1
15882026-03-17T20:10:40.630Z Compiling zlib-rs v0.6.2
15892026-03-17T20:10:40.654Z Compiling base16ct v0.2.0
15902026-03-17T20:10:40.732Z Compiling iri-string v0.7.10
15912026-03-17T20:10:40.758Z Compiling psl-types v2.0.11
15922026-03-17T20:10:40.871Z Compiling postgres-protocol v0.6.10
15932026-03-17T20:10:40.876Z Compiling sec1 v0.7.3
15942026-03-17T20:10:40.911Z Compiling publicsuffix v2.3.0
15952026-03-17T20:10:40.932Z Compiling document-features v0.2.12
15962026-03-17T20:10:41.112Z Compiling newtype-uuid v1.3.2
15972026-03-17T20:10:41.235Z Compiling serde_urlencoded v0.7.1
15982026-03-17T20:10:41.539Z Compiling nix v0.31.1
15992026-03-17T20:10:41.591Z Compiling darling v0.21.3
16002026-03-17T20:10:41.673Z Compiling zerocopy v0.7.35
16012026-03-17T20:10:41.749Z Compiling group v0.13.0
16022026-03-17T20:10:41.852Z Compiling num-iter v0.1.45
16032026-03-17T20:10:42.094Z Compiling rand v0.8.5
16042026-03-17T20:10:42.442Z Compiling tower-http v0.6.8
16052026-03-17T20:10:42.579Z Compiling derive_builder v0.20.2
16062026-03-17T20:10:42.597Z Compiling oxnet v0.1.4
16072026-03-17T20:10:42.848Z Compiling proc-macro-error v1.0.4
16082026-03-17T20:10:42.954Z Compiling tokio-native-tls v0.3.1
16092026-03-17T20:10:43.098Z Compiling goblin v0.8.2
16102026-03-17T20:10:43.734Z Compiling heck v0.4.1
16112026-03-17T20:10:43.865Z Compiling phf_shared v0.13.1
16122026-03-17T20:10:43.887Z Compiling hubpack_derive v0.1.1
16132026-03-17T20:10:44.020Z Compiling regex v1.12.3
16142026-03-17T20:10:44.197Z Compiling lazy_static v1.5.0
16152026-03-17T20:10:44.310Z Compiling cargo-platform v0.1.9
16162026-03-17T20:10:44.334Z Compiling hkdf v0.12.4
16172026-03-17T20:10:44.469Z Compiling flate2 v1.1.9
16182026-03-17T20:10:44.537Z Compiling crypto-bigint v0.5.5
16192026-03-17T20:10:44.601Z Compiling daft-derive v0.1.5
16202026-03-17T20:10:44.679Z Compiling strum_macros v0.27.2
16212026-03-17T20:10:45.049Z Compiling async-trait v0.1.89
16222026-03-17T20:10:45.067Z Compiling curve25519-dalek-derive v0.1.1
16232026-03-17T20:10:45.596Z Compiling ref-cast-impl v1.0.25
16242026-03-17T20:10:45.935Z Compiling terminal_size v0.4.3
16252026-03-17T20:10:46.102Z Compiling vergen v9.0.6
16262026-03-17T20:10:46.343Z Compiling fs-err v3.3.0
16272026-03-17T20:10:46.347Z Compiling ahash v0.8.12
16282026-03-17T20:10:46.494Z Compiling winnow v0.5.40
16292026-03-17T20:10:46.595Z Compiling object v0.37.3
16302026-03-17T20:10:46.635Z Compiling managed v0.8.0
16312026-03-17T20:10:46.916Z Compiling libbz2-rs-sys v0.2.2
16322026-03-17T20:10:46.953Z Compiling bitflags v1.3.2
16332026-03-17T20:10:47.049Z Compiling bumpalo v3.20.2
16342026-03-17T20:10:47.379Z Compiling foldhash v0.1.5
16352026-03-17T20:10:47.400Z Compiling strum v0.27.2
16362026-03-17T20:10:47.553Z Compiling hashbrown v0.15.5
16372026-03-17T20:10:47.593Z Compiling bzip2 v0.6.1
16382026-03-17T20:10:47.802Z Compiling zopfli v0.8.3
16392026-03-17T20:10:47.909Z Compiling clap_builder v4.5.60
16402026-03-17T20:10:48.134Z Compiling console v0.16.2
16412026-03-17T20:10:48.285Z Compiling toml_edit v0.19.15
16422026-03-17T20:10:48.705Z Compiling dof v0.3.0
16432026-03-17T20:10:48.762Z Compiling elliptic-curve v0.13.8
16442026-03-17T20:10:48.937Z Compiling daft v0.1.5
16452026-03-17T20:10:49.290Z Compiling cargo_metadata v0.19.2
16462026-03-17T20:10:49.308Z Compiling hubpack v0.1.2
16472026-03-17T20:10:49.756Z Compiling phf v0.13.1
16482026-03-17T20:10:49.969Z Compiling zone_cfg_derive v0.3.1
16492026-03-17T20:10:50.831Z Compiling signal-hook-mio v0.2.5
16502026-03-17T20:10:50.977Z Compiling cookie_store v0.22.1
16512026-03-17T20:10:51.680Z Compiling zstd v0.13.3
16522026-03-17T20:10:51.876Z Compiling rayon v1.11.0
16532026-03-17T20:10:52.036Z Compiling hyper-tls v0.6.0
16542026-03-17T20:10:52.054Z Compiling bzip2 v0.4.4
16552026-03-17T20:10:52.315Z Compiling serde_with_macros v3.17.0
16562026-03-17T20:10:52.352Z Compiling postgres-types v0.2.12
16572026-03-17T20:10:52.427Z Compiling usdt-macro v0.6.0
16582026-03-17T20:10:53.086Z Compiling usdt-attr-macro v0.6.0
16592026-03-17T20:10:53.111Z Compiling ed25519 v2.2.3
16602026-03-17T20:10:53.419Z Compiling dtrace-parser v0.2.0
16612026-03-17T20:10:53.841Z Compiling phf_shared v0.11.3
16622026-03-17T20:10:53.925Z Compiling itertools v0.12.1
16632026-03-17T20:10:54.087Z Compiling bstr v1.12.1
16642026-03-17T20:10:54.137Z Compiling pkcs1 v0.7.5
16652026-03-17T20:10:54.300Z Compiling hex v0.4.3
16662026-03-17T20:10:54.325Z Compiling serde-big-array v0.5.1
16672026-03-17T20:10:54.472Z Compiling rfc6979 v0.4.0
16682026-03-17T20:10:54.502Z Compiling strum_macros v0.26.4
16692026-03-17T20:10:54.648Z Compiling serde_repr v0.1.20
16702026-03-17T20:10:54.698Z Compiling enum-as-inner v0.6.1
16712026-03-17T20:10:54.722Z Compiling clap_derive v4.5.55
16722026-03-17T20:10:55.010Z Compiling float-cmp v0.10.0
16732026-03-17T20:10:55.199Z Compiling thread-id v4.2.2
16742026-03-17T20:10:55.309Z Compiling memmap2 v0.9.10
16752026-03-17T20:10:55.368Z Compiling env_filter v1.0.0
16762026-03-17T20:10:55.387Z Compiling encoding_rs v0.8.35
16772026-03-17T20:10:55.578Z Compiling unit-prefix v0.5.2
16782026-03-17T20:10:55.596Z Compiling fixedbitset v0.5.7
16792026-03-17T20:10:55.758Z Compiling static_assertions v1.1.0
16802026-03-17T20:10:55.783Z Compiling mime v0.3.17
16812026-03-17T20:10:55.853Z Compiling normalize-line-endings v0.3.0
16822026-03-17T20:10:55.975Z Compiling precomputed-hash v0.1.1
16832026-03-17T20:10:56.000Z Compiling keccak v0.1.6
16842026-03-17T20:10:56.086Z Compiling difflib v0.4.0
16852026-03-17T20:10:56.129Z Compiling predicates-core v1.0.10
16862026-03-17T20:10:56.362Z Compiling fixedbitset v0.4.2
16872026-03-17T20:10:56.649Z Compiling new_debug_unreachable v1.0.6
16882026-03-17T20:10:56.741Z Compiling data-encoding v2.10.0
16892026-03-17T20:10:56.839Z Compiling jiff v0.2.21
16902026-03-17T20:10:56.938Z Compiling whoami v2.1.0
16912026-03-17T20:10:56.998Z Compiling rustc-hash v2.1.1
16922026-03-17T20:10:57.109Z Compiling strum v0.26.3
16932026-03-17T20:10:57.153Z Compiling iddqd v0.3.17
16942026-03-17T20:10:57.207Z Compiling clap v4.5.60
16952026-03-17T20:10:57.262Z Compiling tokio-postgres v0.7.16
16962026-03-17T20:10:57.307Z Compiling hickory-proto v0.25.2
16972026-03-17T20:10:57.397Z Compiling string_cache v0.8.9
16982026-03-17T20:10:57.439Z Compiling petgraph v0.6.5
16992026-03-17T20:10:57.686Z Compiling predicates v3.1.4
17002026-03-17T20:10:57.705Z Compiling sha3 v0.10.8
17012026-03-17T20:10:58.318Z Compiling toml_edit v0.22.27
17022026-03-17T20:10:58.563Z Compiling petgraph v0.8.3
17032026-03-17T20:10:58.670Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17042026-03-17T20:10:59.530Z Compiling indicatif v0.18.4
17052026-03-17T20:11:00.206Z Compiling env_logger v0.11.9
17062026-03-17T20:11:00.673Z Compiling zip v4.6.1
17072026-03-17T20:11:00.691Z Compiling usdt v0.6.0
17082026-03-17T20:11:01.015Z Compiling zone v0.3.1
17092026-03-17T20:11:01.243Z Compiling usdt-impl v0.5.0
17102026-03-17T20:11:01.914Z Compiling similar v2.7.0
17112026-03-17T20:11:01.947Z Compiling serde_with v3.17.0
17122026-03-17T20:11:02.007Z Compiling ecdsa v0.16.9
17132026-03-17T20:11:02.139Z Compiling rsa v0.9.10
17142026-03-17T20:11:02.396Z Compiling crossterm v0.28.1
17152026-03-17T20:11:02.510Z Compiling ed25519-dalek v2.2.0
17162026-03-17T20:11:03.085Z Compiling zip v0.6.6
17172026-03-17T20:11:03.827Z Compiling toml v0.7.8
17182026-03-17T20:11:04.230Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-17T20:11:04.352Z Compiling itertools v0.13.0
17202026-03-17T20:11:04.379Z Compiling tokio-stream v0.1.18
17212026-03-17T20:11:04.705Z Compiling buf-list v1.1.2
17222026-03-17T20:11:04.797Z Compiling x509-cert v0.2.5
17232026-03-17T20:11:05.022Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-17T20:11:05.066Z Compiling openapiv3 v2.2.0
17252026-03-17T20:11:05.139Z Compiling sha1 v0.10.6
17262026-03-17T20:11:05.427Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-17T20:11:05.461Z Compiling peg-runtime v0.8.5
17282026-03-17T20:11:05.804Z Compiling lalrpop-util v0.19.12
17292026-03-17T20:11:05.821Z Compiling thread_local v1.1.9
17302026-03-17T20:11:06.045Z Compiling slog-async v2.8.0
17312026-03-17T20:11:06.092Z Compiling crossbeam-channel v0.5.15
17322026-03-17T20:11:06.126Z Compiling futures-executor v0.3.32
17332026-03-17T20:11:06.444Z Compiling is-terminal v0.4.17
17342026-03-17T20:11:06.467Z Compiling filetime v0.2.27
17352026-03-17T20:11:06.524Z Compiling take_mut v0.2.2
17362026-03-17T20:11:06.564Z Compiling term v1.2.1
17372026-03-17T20:11:06.662Z Compiling xattr v1.6.1
17382026-03-17T20:11:06.707Z Compiling futures v0.3.32
17392026-03-17T20:11:06.806Z Compiling tar v0.4.44
17402026-03-17T20:11:07.138Z Compiling slog-term v2.9.2
17412026-03-17T20:11:14.078Z Compiling rustls-webpki v0.103.9
17422026-03-17T20:11:18.084Z Compiling tokio-rustls v0.26.4
17432026-03-17T20:11:18.087Z Compiling rustls-platform-verifier v0.6.2
17442026-03-17T20:11:18.340Z Compiling hyper-rustls v0.27.7
17452026-03-17T20:11:18.601Z Compiling reqwest v0.12.28
17462026-03-17T20:11:18.621Z Compiling reqwest v0.13.2
17472026-03-17T20:11:21.543Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-17T20:11:21.835Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-17T20:11:25.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17502026-03-17T20:11:25.812Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-17T20:11:25.871ZMar 17 20:11:24.909 INFO Starting download, target: MaghemiteMgd
17522026-03-17T20:11:25.871ZMar 17 20:11:24.909 INFO Starting download, target: Cockroach
17532026-03-17T20:11:25.871ZMar 17 20:11:24.909 INFO Starting download, target: Console
17542026-03-17T20:11:25.871ZMar 17 20:11:24.909 INFO Starting download, target: Clickhouse
17552026-03-17T20:11:25.871ZMar 17 20:11:24.909 INFO Starting download, target: DendriteStub
17562026-03-17T20:11:25.874ZMar 17 20:11:24.909 INFO Starting download, target: TransceiverControl
17572026-03-17T20:11:25.874ZMar 17 20:11:24.909 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-17T20:11:25.874ZMar 17 20:11:24.909 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-17T20:11:25.874ZMar 17 20:11:24.909 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-17T20:11:25.874ZMar 17 20:11:24.909 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-17T20:11:25.874ZMar 17 20:11:24.909 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-17T20:11:25.875ZMar 17 20:11:24.909 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-17T20:11:26.349ZMar 17 20:11:25.386 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-17T20:11:26.697ZMar 17 20:11:25.732 INFO Download complete, target: TransceiverControl
17652026-03-17T20:11:26.842ZMar 17 20:11:25.879 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-17T20:11:27.204ZMar 17 20:11:26.241 INFO Download complete, target: Console
17672026-03-17T20:11:27.472ZMar 17 20:11:26.506 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-17T20:11:27.677ZMar 17 20:11:26.714 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-17T20:11:28.293ZMar 17 20:11:27.330 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-17T20:11:28.371ZMar 17 20:11:27.409 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-17T20:11:28.371ZMar 17 20:11:27.409 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-17T20:11:30.982ZMar 17 20:11:30.020 INFO Download complete, target: DendriteStub
17732026-03-17T20:11:31.187ZMar 17 20:11:30.225 INFO Download complete, target: MaghemiteMgd
17742026-03-17T20:11:35.961ZMar 17 20:11:34.998 INFO Checking that binary works, target: Cockroach
17752026-03-17T20:11:36.103ZMar 17 20:11:35.139 INFO Download complete, target: Cockroach
17762026-03-17T20:11:39.226ZMar 17 20:11:38.260 INFO Checking that binary works, target: Clickhouse
17772026-03-17T20:11:39.330ZMar 17 20:11:38.364 INFO Download complete, target: Clickhouse
17782026-03-17T20:11:39.347ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-17T20:11:39.352Z
17802026-03-17T20:11:39.352Zreal 6:22.703014920
17812026-03-17T20:11:39.353Zuser 10:24.761716407
17822026-03-17T20:11:39.353Zsys 1:48.311601220
17832026-03-17T20:11:39.353Ztrap 0.329919785
17842026-03-17T20:11:39.353Ztflt 1.636658288
17852026-03-17T20:11:39.353Zdflt 1.650640939
17862026-03-17T20:11:39.353Zkflt 0.080845311
17872026-03-17T20:11:39.353Zlock 22:31.586381733
17882026-03-17T20:11:39.353Zslp 42:59.067844703
17892026-03-17T20:11:39.353Zlat 55.300631986
17902026-03-17T20:11:39.353Zstop 2:34.458542951
17912026-03-17T20:11:39.353Z+ banner clippy
17922026-03-17T20:11:39.353Z
17932026-03-17T20:11:39.354Z #### # # ##### ##### # #
17942026-03-17T20:11:39.354Z # # # # # # # # # #
17952026-03-17T20:11:39.354Z # # # # # # # #
17962026-03-17T20:11:39.354Z # # # ##### ##### #
17972026-03-17T20:11:39.354Z # # # # # # #
17982026-03-17T20:11:39.354Z #### ###### # # # #
17992026-03-17T20:11:39.354Z
18002026-03-17T20:11:39.354Z+ export CARGO_INCREMENTAL=0
18012026-03-17T20:11:39.354Z+ CARGO_INCREMENTAL=0
18022026-03-17T20:11:39.354Z+ ptime -m cargo xtask clippy
18032026-03-17T20:11:40.036Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-17T20:11:40.295Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-17T20:11:42.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18062026-03-17T20:11:42.939Z Running `target/debug/xtask clippy`
18072026-03-17T20:11:42.963Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-03-17T20:11:43.760Z Downloading crates ...
18092026-03-17T20:11:43.993Z Downloaded backtrace-ext v0.2.1
18102026-03-17T20:11:43.997Z Downloaded approx v0.5.1
18112026-03-17T20:11:43.997Z Downloaded cargo_metadata v0.23.1
18122026-03-17T20:11:44.008Z Downloaded termcolor v1.4.1
18132026-03-17T20:11:44.008Z Downloaded assert-json-diff v2.0.2
18142026-03-17T20:11:44.008Z Downloaded cargo-platform v0.3.2
18152026-03-17T20:11:44.012Z Downloaded blake2b_simd v1.0.4
18162026-03-17T20:11:44.012Z Downloaded addr2line v0.25.1
18172026-03-17T20:11:44.012Z Downloaded anes v0.1.6
18182026-03-17T20:11:44.012Z Downloaded plotters-svg v0.3.7
18192026-03-17T20:11:44.012Z Downloaded miette-derive v5.10.0
18202026-03-17T20:11:44.018Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18212026-03-17T20:11:44.031Z Downloaded toml v1.0.3+spec-1.1.0
18222026-03-17T20:11:44.035Z Downloaded partial-io v0.5.4
18232026-03-17T20:11:44.035Z Downloaded oorandom v11.1.5
18242026-03-17T20:11:44.039Z Downloaded path-tree v0.8.3
18252026-03-17T20:11:44.039Z Downloaded escape8259 v0.5.3
18262026-03-17T20:11:44.039Z Downloaded cfg-expr v0.20.6
18272026-03-17T20:11:44.042Z Downloaded pathdiff v0.2.3
18282026-03-17T20:11:44.042Z Downloaded linkme-impl v0.3.35
18292026-03-17T20:11:44.043Z Downloaded event-listener v5.4.1
18302026-03-17T20:11:44.043Z Downloaded datatest-stable v0.3.3
18312026-03-17T20:11:44.047Z Downloaded stringmetrics v2.2.2
18322026-03-17T20:11:44.048Z Downloaded serde_regex v1.1.0
18332026-03-17T20:11:44.051Z Downloaded miette v5.10.0
18342026-03-17T20:11:44.054Z Downloaded futures-timer v3.0.3
18352026-03-17T20:11:44.058Z Downloaded event-listener-strategy v0.5.4
18362026-03-17T20:11:44.066Z Downloaded supports-color v2.1.0
18372026-03-17T20:11:44.066Z Downloaded parking v2.2.1
18382026-03-17T20:11:44.066Z Downloaded async-object-pool v0.2.0
18392026-03-17T20:11:44.066Z Downloaded target-triple v1.0.0
18402026-03-17T20:11:44.066Z Downloaded nested v0.1.1
18412026-03-17T20:11:44.069Z Downloaded cast v0.3.0
18422026-03-17T20:11:44.070Z Downloaded constant_time_eq v0.3.1
18432026-03-17T20:11:44.070Z Downloaded supports-unicode v2.1.0
18442026-03-17T20:11:44.070Z Downloaded plotters-backend v0.3.7
18452026-03-17T20:11:44.070Z Downloaded guppy-workspace-hack v0.1.0
18462026-03-17T20:11:44.070Z Downloaded terminal_size v0.1.17
18472026-03-17T20:11:44.070Z Downloaded supports-hyperlinks v2.1.0
18482026-03-17T20:11:44.070Z Downloaded concurrent-queue v2.5.0
18492026-03-17T20:11:44.074Z Downloaded assert_cmd v2.1.2
18502026-03-17T20:11:44.081Z Downloaded similar-asserts v1.7.0
18512026-03-17T20:11:44.089Z Downloaded owo-colors v3.5.0
18522026-03-17T20:11:44.092Z Downloaded rust-argon2 v2.1.0
18532026-03-17T20:11:44.092Z Downloaded rustc-demangle v0.1.27
18542026-03-17T20:11:44.095Z Downloaded knuffel-derive v3.2.0
18552026-03-17T20:11:44.095Z Downloaded tinytemplate v1.2.1
18562026-03-17T20:11:44.095Z Downloaded rand_distr v0.5.1
18572026-03-17T20:11:44.098Z Downloaded libtest-mimic v0.8.1
18582026-03-17T20:11:44.110Z Downloaded linkme v0.3.35
18592026-03-17T20:11:44.115Z Downloaded target-spec v3.5.7
18602026-03-17T20:11:44.115Z Downloaded target-lexicon v0.13.3
18612026-03-17T20:11:44.115Z Downloaded trybuild v1.0.116
18622026-03-17T20:11:44.119Z Downloaded httptest v0.16.4
18632026-03-17T20:11:44.119Z Downloaded rstest_macros v0.25.0
18642026-03-17T20:11:44.123Z Downloaded rstest v0.25.0
18652026-03-17T20:11:44.128Z Downloaded relative-path v1.9.3
18662026-03-17T20:11:44.128Z Downloaded criterion-plot v0.6.0
18672026-03-17T20:11:44.128Z Downloaded async-lock v3.4.2
18682026-03-17T20:11:44.133Z Downloaded textwrap v0.15.2
18692026-03-17T20:11:44.137Z Downloaded knuffel v3.2.0
18702026-03-17T20:11:44.140Z Downloaded chumsky v0.9.3
18712026-03-17T20:11:44.143Z Downloaded fancy-regex v0.14.0
18722026-03-17T20:11:44.148Z Downloaded backtrace v0.3.76
18732026-03-17T20:11:44.153Z Downloaded guppy v0.17.25
18742026-03-17T20:11:44.157Z Downloaded hashbrown v0.14.5
18752026-03-17T20:11:44.172Z Downloaded criterion v0.7.0
18762026-03-17T20:11:44.175Z Downloaded plotters v0.3.7
18772026-03-17T20:11:44.178Z Downloaded gimli v0.32.3
18782026-03-17T20:11:44.273Z Downloaded httpmock v0.8.3
18792026-03-17T20:11:46.270Z Checking cfg-if v1.0.4
18802026-03-17T20:11:46.637Z Checking libc v0.2.180
18812026-03-17T20:11:46.642Z Checking serde_core v1.0.228
18822026-03-17T20:11:46.721Z Checking memchr v2.8.0
18832026-03-17T20:11:46.765Z Checking smallvec v1.15.1
18842026-03-17T20:11:46.806Z Checking log v0.4.29
18852026-03-17T20:11:46.813Z Checking itoa v1.0.17
18862026-03-17T20:11:46.891Z Checking zeroize v1.8.2
18872026-03-17T20:11:46.938Z Checking libm v0.2.16
18882026-03-17T20:11:47.015Z Checking scopeguard v1.2.0
18892026-03-17T20:11:47.060Z Checking stable_deref_trait v1.2.1
18902026-03-17T20:11:47.107Z Checking zmij v1.0.21
18912026-03-17T20:11:47.155Z Checking zerofrom v0.1.6
18922026-03-17T20:11:47.197Z Checking lock_api v0.4.14
18932026-03-17T20:11:47.245Z Checking percent-encoding v2.3.2
18942026-03-17T20:11:47.290Z Checking writeable v0.6.2
18952026-03-17T20:11:47.358Z Checking errno v0.3.14
18962026-03-17T20:11:47.400Z Checking getrandom v0.2.17
18972026-03-17T20:11:47.442Z Checking yoke v0.8.1
18982026-03-17T20:11:47.485Z Checking litemap v0.8.1
18992026-03-17T20:11:47.532Z Checking subtle v2.6.1
19002026-03-17T20:11:47.578Z Checking icu_normalizer_data v2.1.1
19012026-03-17T20:11:47.582Z Checking icu_properties_data v2.1.2
19022026-03-17T20:11:47.709Z Checking rand_core v0.6.4
19032026-03-17T20:11:47.738Z Checking zerovec v0.11.5
19042026-03-17T20:11:47.738Z Checking zerotrie v0.2.3
19052026-03-17T20:11:47.791Z Checking form_urlencoded v1.2.2
19062026-03-17T20:11:47.796Z Checking portable-atomic v1.13.1
19072026-03-17T20:11:47.875Z Checking utf8_iter v1.0.4
19082026-03-17T20:11:47.919Z Checking pin-project-lite v0.2.17
19092026-03-17T20:11:47.983Z Checking num-traits v0.2.19
19102026-03-17T20:11:48.023Z Checking zerocopy v0.8.40
19112026-03-17T20:11:48.074Z Checking critical-section v1.2.0
19122026-03-17T20:11:48.142Z Checking parking_lot_core v0.9.12
19132026-03-17T20:11:48.164Z Checking rand_core v0.10.0
19142026-03-17T20:11:48.233Z Checking signal-hook-registry v1.4.8
19152026-03-17T20:11:48.357Z Checking tinystr v0.8.2
19162026-03-17T20:11:48.393Z Checking potential_utf v0.1.4
19172026-03-17T20:11:48.401Z Checking parking_lot v0.12.5
19182026-03-17T20:11:48.475Z Checking getrandom v0.4.1
19192026-03-17T20:11:48.481Z Checking once_cell v1.21.3
19202026-03-17T20:11:48.579Z Checking icu_collections v2.1.1
19212026-03-17T20:11:48.624Z Checking icu_locale_core v2.1.1
19222026-03-17T20:11:48.682Z Checking mio v1.1.1
19232026-03-17T20:11:48.731Z Checking typenum v1.19.0
19242026-03-17T20:11:48.780Z Checking socket2 v0.6.2
19252026-03-17T20:11:48.828Z Checking serde v1.0.228
19262026-03-17T20:11:48.833Z Checking bitflags v2.11.0
19272026-03-17T20:11:49.012Z Checking serde_json v1.0.149
19282026-03-17T20:11:49.108Z Checking thiserror v2.0.18
19292026-03-17T20:11:49.155Z Checking iana-time-zone v0.1.65
19302026-03-17T20:11:49.203Z Checking allocator-api2 v0.2.21
19312026-03-17T20:11:49.270Z Checking uuid v1.21.0
19322026-03-17T20:11:49.317Z Checking semver v1.0.27
19332026-03-17T20:11:49.418Z Checking icu_provider v2.1.1
19342026-03-17T20:11:49.463Z Checking bytes v1.11.1
19352026-03-17T20:11:49.506Z Checking generic-array v0.14.7
19362026-03-17T20:11:49.613Z Checking chrono v0.4.44
19372026-03-17T20:11:49.674Z Checking futures-core v0.3.32
19382026-03-17T20:11:49.724Z Checking equivalent v1.0.2
19392026-03-17T20:11:49.780Z Checking icu_normalizer v2.1.1
19402026-03-17T20:11:49.840Z Checking icu_properties v2.1.2
19412026-03-17T20:11:49.899Z Checking dyn-clone v1.0.20
19422026-03-17T20:11:49.965Z Checking const-oid v0.9.6
19432026-03-17T20:11:50.061Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19442026-03-17T20:11:50.105Z Checking tokio v1.49.0
19452026-03-17T20:11:50.186Z Checking crypto-common v0.1.7
19462026-03-17T20:11:50.227Z Checking foldhash v0.2.0
19472026-03-17T20:11:50.409Z Checking block-buffer v0.10.4
19482026-03-17T20:11:50.457Z Checking hashbrown v0.16.1
19492026-03-17T20:11:50.499Z Checking futures-sink v0.3.32
19502026-03-17T20:11:50.610Z Checking rustix v1.1.3
19512026-03-17T20:11:50.655Z Checking byteorder v1.5.0
19522026-03-17T20:11:50.821Z Checking futures-channel v0.3.32
19532026-03-17T20:11:50.952Z Checking slab v0.4.12
19542026-03-17T20:11:51.021Z Checking idna_adapter v1.2.1
19552026-03-17T20:11:51.034Z Checking digest v0.10.7
19562026-03-17T20:11:51.107Z Checking futures-io v0.3.32
19572026-03-17T20:11:51.154Z Checking futures-task v0.3.32
19582026-03-17T20:11:51.200Z Checking cpufeatures v0.2.17
19592026-03-17T20:11:51.205Z Checking idna v1.1.0
19602026-03-17T20:11:51.283Z Checking indexmap v2.13.0
19612026-03-17T20:11:51.330Z Checking thiserror v1.0.69
19622026-03-17T20:11:51.370Z Checking futures-util v0.3.32
19632026-03-17T20:11:51.370Z Checking getrandom v0.3.4
19642026-03-17T20:11:51.478Z Checking fnv v1.0.7
19652026-03-17T20:11:51.666Z Checking url v2.5.8
19662026-03-17T20:11:51.683Z Checking regex-syntax v0.8.10
19672026-03-17T20:11:51.683Z Checking http v1.4.0
19682026-03-17T20:11:51.824Z Checking tracing-core v0.1.36
19692026-03-17T20:11:52.078Z Checking base64 v0.22.1
19702026-03-17T20:11:52.185Z Checking schemars v0.8.22
19712026-03-17T20:11:52.270Z Checking tracing v0.1.44
19722026-03-17T20:11:52.350Z Checking ppv-lite86 v0.2.21
19732026-03-17T20:11:52.437Z Checking unicode-ident v1.0.24
19742026-03-17T20:11:52.497Z Checking ipnet v2.11.0
19752026-03-17T20:11:52.565Z Checking utf8parse v0.2.2
19762026-03-17T20:11:52.613Z Checking anstyle v1.0.13
19772026-03-17T20:11:52.727Z Checking proc-macro2 v1.0.106
19782026-03-17T20:11:52.803Z Checking untrusted v0.9.0
19792026-03-17T20:11:52.869Z Checking anstyle-parse v0.2.7
19802026-03-17T20:11:52.914Z Checking aho-corasick v1.1.4
19812026-03-17T20:11:52.968Z Checking ring v0.17.14
19822026-03-17T20:11:53.098Z Checking is_terminal_polyfill v1.70.2
19832026-03-17T20:11:53.144Z Checking colorchoice v1.0.4
19842026-03-17T20:11:53.188Z Checking quote v1.0.44
19852026-03-17T20:11:53.240Z Checking anstyle-query v1.1.5
19862026-03-17T20:11:53.300Z Checking base64ct v1.8.3
19872026-03-17T20:11:53.389Z Checking anstream v0.6.21
19882026-03-17T20:11:53.446Z Checking syn v2.0.117
19892026-03-17T20:11:53.500Z Checking block-padding v0.3.3
19902026-03-17T20:11:53.633Z Checking terminal_size v0.4.3
19912026-03-17T20:11:53.677Z Checking rustls-pki-types v1.14.0
19922026-03-17T20:11:53.719Z Checking inout v0.1.4
19932026-03-17T20:11:53.804Z Checking crossbeam-utils v0.8.21
19942026-03-17T20:11:53.884Z Checking regex-automata v0.4.14
19952026-03-17T20:11:53.933Z Checking httparse v1.10.1
19962026-03-17T20:11:54.074Z Checking cipher v0.4.4
19972026-03-17T20:11:54.119Z Checking strsim v0.11.1
19982026-03-17T20:11:54.229Z Checking clap_lex v1.0.0
19992026-03-17T20:11:54.283Z Checking sha2 v0.10.9
20002026-03-17T20:11:54.331Z Checking pem-rfc7468 v0.7.0
20012026-03-17T20:11:54.376Z Checking http-body v1.0.1
20022026-03-17T20:11:54.420Z Checking rand_core v0.9.5
20032026-03-17T20:11:54.552Z Checking clap_builder v4.5.60
20042026-03-17T20:11:54.690Z Checking tokio-util v0.7.18
20052026-03-17T20:11:54.737Z Checking atomic-waker v1.1.2
20062026-03-17T20:11:54.737Z Checking hmac v0.12.1
20072026-03-17T20:11:54.737Z Checking httpdate v1.0.3
20082026-03-17T20:11:54.737Z Checking try-lock v0.2.5
20092026-03-17T20:11:54.758Z Checking pin-utils v0.1.0
20102026-03-17T20:11:54.827Z Checking flagset v0.4.7
20112026-03-17T20:11:54.873Z Checking want v0.3.1
20122026-03-17T20:11:54.914Z Checking tower-service v0.3.3
20132026-03-17T20:11:54.917Z Checking tower-layer v0.3.3
20142026-03-17T20:11:55.016Z Checking ryu v1.0.23
20152026-03-17T20:11:55.060Z Checking der v0.7.10
20162026-03-17T20:11:55.102Z Checking rand_chacha v0.9.0
20172026-03-17T20:11:55.144Z Checking erased-serde v0.3.31
20182026-03-17T20:11:55.221Z Checking spin v0.9.8
20192026-03-17T20:11:55.394Z Checking h2 v0.4.13
20202026-03-17T20:11:55.412Z Checking rand v0.9.2
20212026-03-17T20:11:55.579Z Checking anyhow v1.0.102
20222026-03-17T20:11:55.745Z Checking slog v2.8.2
20232026-03-17T20:11:55.849Z Checking powerfmt v0.2.0
20242026-03-17T20:11:56.033Z Checking deranged v0.5.8
20252026-03-17T20:11:56.080Z Checking num_threads v0.1.7
20262026-03-17T20:11:56.122Z Checking num-conv v0.2.0
20272026-03-17T20:11:56.142Z Checking time-core v0.1.8
20282026-03-17T20:11:56.212Z Checking clap v4.5.60
20292026-03-17T20:11:56.256Z Checking http-body-util v0.1.3
20302026-03-17T20:11:56.312Z Checking aws-lc-sys v0.37.1
20312026-03-17T20:11:56.359Z Checking untrusted v0.7.1
20322026-03-17T20:11:56.409Z Checking fastrand v2.3.0
20332026-03-17T20:11:56.422Z Checking openssl-probe v0.2.1
20342026-03-17T20:11:56.529Z Checking regex v1.12.3
20352026-03-17T20:11:56.574Z Checking spki v0.7.3
20362026-03-17T20:11:56.622Z Checking serde_urlencoded v0.7.1
20372026-03-17T20:11:56.664Z Checking pbkdf2 v0.12.2
20382026-03-17T20:11:56.793Z Checking aes v0.8.4
20392026-03-17T20:11:56.822Z Checking rand_chacha v0.3.1
20402026-03-17T20:11:56.864Z Checking pretty-hex v0.4.1
20412026-03-17T20:11:56.918Z Checking unicode-width v0.2.0
20422026-03-17T20:11:56.966Z Checking cbc v0.1.2
20432026-03-17T20:11:57.046Z Checking salsa20 v0.10.2
20442026-03-17T20:11:57.119Z Checking rand v0.8.5
20452026-03-17T20:11:57.164Z Checking ipnetwork v0.21.1
20462026-03-17T20:11:57.234Z Checking aws-lc-rs v1.16.0
20472026-03-17T20:11:57.275Z Checking scrypt v0.11.0
20482026-03-17T20:11:57.280Z Checking tempfile v3.25.0
20492026-03-17T20:11:57.378Z Checking hex v0.4.3
20502026-03-17T20:11:57.448Z Checking time v0.3.47
20512026-03-17T20:11:57.515Z Checking plain v0.2.3
20522026-03-17T20:11:57.531Z Checking pkcs5 v0.7.1
20532026-03-17T20:11:57.615Z Checking rustls-native-certs v0.8.3
20542026-03-17T20:11:57.662Z Checking sync_wrapper v1.0.2
20552026-03-17T20:11:57.718Z Checking camino v1.2.2
20562026-03-17T20:11:57.810Z Checking ucd-trie v0.1.7
20572026-03-17T20:11:57.855Z Checking tower v0.5.3
20582026-03-17T20:11:57.913Z Checking webpki-roots v1.0.6
20592026-03-17T20:11:57.938Z Checking pkcs8 v0.10.2
20602026-03-17T20:11:58.008Z Checking pest v2.8.6
20612026-03-17T20:11:58.080Z Checking iri-string v0.7.10
20622026-03-17T20:11:58.128Z Checking mime v0.3.17
20632026-03-17T20:11:58.208Z Checking either v1.15.0
20642026-03-17T20:11:58.386Z Checking openapiv3 v2.2.0
20652026-03-17T20:11:58.432Z Checking winnow v0.7.14
20662026-03-17T20:11:58.479Z Checking oxnet v0.1.4
20672026-03-17T20:11:58.503Z Checking rustls-webpki v0.103.9
20682026-03-17T20:11:58.824Z Checking lazy_static v1.5.0
20692026-03-17T20:11:58.969Z Checking static_assertions v1.1.0
20702026-03-17T20:11:59.028Z Checking foreign-types-shared v0.1.1
20712026-03-17T20:11:59.074Z Checking hyper v1.8.1
20722026-03-17T20:11:59.115Z Checking rustls v0.23.37
20732026-03-17T20:11:59.124Z Checking signature v2.2.0
20742026-03-17T20:11:59.197Z Checking foreign-types v0.3.2
20752026-03-17T20:11:59.310Z Checking openssl-sys v0.9.111
20762026-03-17T20:11:59.347Z Checking encoding_rs v0.8.35
20772026-03-17T20:11:59.547Z Checking simd-adler32 v0.3.8
20782026-03-17T20:11:59.592Z Checking tower-http v0.6.8
20792026-03-17T20:11:59.813Z Checking hubpack v0.1.2
20802026-03-17T20:11:59.987Z Checking adler2 v2.0.1
20812026-03-17T20:12:00.065Z Checking strum v0.26.3
20822026-03-17T20:12:00.117Z Checking sha1 v0.10.6
20832026-03-17T20:12:00.135Z Checking openssl v0.10.75
20842026-03-17T20:12:00.194Z Checking miniz_oxide v0.8.9
20852026-03-17T20:12:00.252Z Checking data-encoding v2.10.0
20862026-03-17T20:12:00.260Z Checking tinyvec_macros v0.1.1
20872026-03-17T20:12:00.327Z Checking hyper-util v0.1.20
20882026-03-17T20:12:00.408Z Checking serde_spanned v0.6.9
20892026-03-17T20:12:00.464Z Checking tinyvec v1.10.0
20902026-03-17T20:12:00.565Z Checking toml_datetime v0.6.11
20912026-03-17T20:12:00.625Z Checking num-integer v0.1.46
20922026-03-17T20:12:00.698Z Checking scroll v0.13.0
20932026-03-17T20:12:00.732Z Checking memmap2 v0.9.10
20942026-03-17T20:12:00.832Z Checking base16ct v0.2.0
20952026-03-17T20:12:00.883Z Checking bit-vec v0.8.0
20962026-03-17T20:12:00.956Z Checking dtrace-parser v0.3.0
20972026-03-17T20:12:01.010Z Checking crossbeam-epoch v0.9.18
20982026-03-17T20:12:01.044Z Checking goblin v0.10.5
20992026-03-17T20:12:01.058Z Checking sec1 v0.7.3
21002026-03-17T20:12:01.166Z Checking bit-set v0.8.0
21012026-03-17T20:12:01.331Z Checking crc32fast v1.5.0
21022026-03-17T20:12:01.343Z Checking ff v0.13.1
21032026-03-17T20:12:01.386Z Checking thread-id v5.1.0
21042026-03-17T20:12:01.395Z Checking wait-timeout v0.2.1
21052026-03-17T20:12:01.503Z Checking num-iter v0.1.45
21062026-03-17T20:12:01.547Z Checking bstr v1.12.1
21072026-03-17T20:12:01.563Z Checking group v0.13.0
21082026-03-17T20:12:01.632Z Checking hkdf v0.12.4
21092026-03-17T20:12:01.687Z Checking ahash v0.8.12
21102026-03-17T20:12:01.806Z Checking crypto-bigint v0.5.5
21112026-03-17T20:12:01.851Z Checking quick-error v1.2.3
21122026-03-17T20:12:01.987Z Checking rand_xorshift v0.4.0
21132026-03-17T20:12:02.022Z Checking rusty-fork v0.3.1
21142026-03-17T20:12:02.029Z Checking scroll v0.12.0
21152026-03-17T20:12:02.120Z Checking unarray v0.1.4
21162026-03-17T20:12:02.164Z Checking num-bigint-dig v0.8.6
21172026-03-17T20:12:02.248Z Checking pkcs1 v0.7.5
21182026-03-17T20:12:02.293Z Checking proptest v1.10.0
21192026-03-17T20:12:02.354Z Checking tokio-rustls v0.26.4
21202026-03-17T20:12:02.399Z Checking goblin v0.8.2
21212026-03-17T20:12:02.566Z Checking x509-cert v0.2.5
21222026-03-17T20:12:02.693Z Checking hyper-rustls v0.27.7
21232026-03-17T20:12:02.988Z Checking zerocopy v0.7.35
21242026-03-17T20:12:07.577Z Checking native-tls v0.2.18
21252026-03-17T20:12:07.728Z Checking tokio-native-tls v0.3.1
21262026-03-17T20:12:07.728Z Checking psl-types v2.0.11
21272026-03-17T20:12:07.728Z Checking elliptic-curve v0.13.8
21282026-03-17T20:12:07.728Z Checking zlib-rs v0.6.2
21292026-03-17T20:12:07.728Z Checking hyper-tls v0.6.0
21302026-03-17T20:12:07.728Z Checking unicode-segmentation v1.12.0
21312026-03-17T20:12:07.729Z Checking publicsuffix v2.3.0
21322026-03-17T20:12:07.729Z Checking reqwest v0.12.28
21332026-03-17T20:12:07.729Z Checking rsa v0.9.10
21342026-03-17T20:12:07.729Z Checking crossbeam-deque v0.8.6
21352026-03-17T20:12:07.729Z Checking dtrace-parser v0.2.0
21362026-03-17T20:12:07.729Z Checking cookie v0.18.1
21372026-03-17T20:12:07.729Z Checking rfc6979 v0.4.0
21382026-03-17T20:12:07.729Z Checking dof v0.4.0
21392026-03-17T20:12:07.729Z Checking thread-id v4.2.2
21402026-03-17T20:12:07.729Z Checking toml_write v0.1.2
21412026-03-17T20:12:07.729Z Checking cookie_store v0.22.1
21422026-03-17T20:12:07.729Z Checking ecdsa v0.16.9
21432026-03-17T20:12:07.729Z Checking flate2 v1.1.9
21442026-03-17T20:12:07.729Z Checking toml_edit v0.22.27
21452026-03-17T20:12:07.729Z Checking newtype-uuid v1.3.2
21462026-03-17T20:12:07.729Z Checking rustls-platform-verifier v0.6.2
21472026-03-17T20:12:07.729Z Checking toml_parser v1.0.9+spec-1.1.0
21482026-03-17T20:12:07.729Z Checking curve25519-dalek v4.1.3
21492026-03-17T20:12:07.729Z Checking rustix v0.38.44
21502026-03-17T20:12:07.729Z Checking memoffset v0.9.1
21512026-03-17T20:12:07.729Z Checking dof v0.3.0
21522026-03-17T20:12:07.729Z Checking env_filter v1.0.0
21532026-03-17T20:12:07.729Z Checking keccak v0.1.6
21542026-03-17T20:12:07.729Z Checking usdt-impl v0.6.0
21552026-03-17T20:12:07.729Z Checking env_logger v0.11.9
21562026-03-17T20:12:07.729Z Checking daft v0.1.5
21572026-03-17T20:12:07.729Z Checking sha3 v0.10.8
21582026-03-17T20:12:07.729Z Checking usdt-impl v0.5.0
21592026-03-17T20:12:07.729Z Checking reqwest v0.13.2
21602026-03-17T20:12:07.729Z Checking usdt v0.6.0
21612026-03-17T20:12:07.729Z Checking ed25519 v2.2.3
21622026-03-17T20:12:07.729Z Checking itertools v0.13.0
21632026-03-17T20:12:07.729Z Checking serde_with v3.17.0
21642026-03-17T20:12:07.729Z Checking siphasher v1.0.2
21652026-03-17T20:12:07.729Z Checking bitflags v1.3.2
21662026-03-17T20:12:07.729Z Checking ed25519-dalek v2.2.0
21672026-03-17T20:12:07.729Z Checking unicode-normalization v0.1.25
21682026-03-17T20:12:07.730Z Checking signal-hook v0.3.18
21692026-03-17T20:12:07.730Z Checking toml_datetime v0.7.5+spec-1.1.0
21702026-03-17T20:12:07.730Z Checking managed v0.8.0
21712026-03-17T20:12:07.730Z Checking winnow v0.5.40
21722026-03-17T20:12:07.730Z Checking nix v0.31.1
21732026-03-17T20:12:07.730Z Checking rayon-core v1.13.0
21742026-03-17T20:12:07.730Z Checking bzip2-sys v0.1.13+1.0.8
21752026-03-17T20:12:07.730Z Checking object v0.37.3
21762026-03-17T20:12:07.730Z Checking foldhash v0.1.5
21772026-03-17T20:12:07.730Z Checking bzip2 v0.4.4
21782026-03-17T20:12:07.730Z Checking hashbrown v0.15.5
21792026-03-17T20:12:07.730Z Checking signal-hook-mio v0.2.5
21802026-03-17T20:12:07.730Z Checking ref-cast v1.0.25
21812026-03-17T20:12:07.730Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-03-17T20:12:07.730Z Checking zip v0.6.6
21832026-03-17T20:12:07.730Z Checking libbz2-rs-sys v0.2.2
21842026-03-17T20:12:07.730Z Checking zstd-safe v7.2.4
21852026-03-17T20:12:07.804Z Checking bumpalo v3.20.2
21862026-03-17T20:12:07.817Z Checking zstd v0.13.3
21872026-03-17T20:12:07.818Z Checking crossterm v0.28.1
21882026-03-17T20:12:07.981Z Checking bzip2 v0.6.1
21892026-03-17T20:12:07.995Z Checking zopfli v0.8.3
21902026-03-17T20:12:08.042Z Checking rayon v1.11.0
21912026-03-17T20:12:08.047Z Checking similar v2.7.0
21922026-03-17T20:12:08.131Z Checking fs-err v3.3.0
21932026-03-17T20:12:08.179Z Checking toml_edit v0.19.15
21942026-03-17T20:12:08.184Z Checking hash32 v0.2.1
21952026-03-17T20:12:08.454Z Checking serde-big-array v0.5.1
21962026-03-17T20:12:08.457Z Checking jiff v0.2.21
21972026-03-17T20:12:08.538Z Checking predicates-core v1.0.10
21982026-03-17T20:12:08.618Z Checking unicode-properties v0.1.4
21992026-03-17T20:12:08.694Z Checking unicode-bidi v0.3.18
22002026-03-17T20:12:08.739Z Checking heapless v0.7.17
22012026-03-17T20:12:08.816Z Checking hickory-proto v0.25.2
22022026-03-17T20:12:08.891Z Checking tokio-stream v0.1.18
22032026-03-17T20:12:09.109Z Checking stringprep v0.1.5
22042026-03-17T20:12:09.324Z Checking md-5 v0.10.6
22052026-03-17T20:12:09.366Z Checking float-cmp v0.10.0
22062026-03-17T20:12:09.424Z Checking difflib v0.4.0
22072026-03-17T20:12:09.528Z Checking rustc-hash v2.1.1
22082026-03-17T20:12:09.574Z Checking normalize-line-endings v0.3.0
22092026-03-17T20:12:09.619Z Checking toml v0.7.8
22102026-03-17T20:12:09.684Z Checking fallible-iterator v0.2.0
22112026-03-17T20:12:09.729Z Checking iddqd v0.3.17
22122026-03-17T20:12:09.732Z Checking predicates v3.1.4
22132026-03-17T20:12:10.054Z Checking smoltcp v0.9.1
22142026-03-17T20:12:10.101Z Checking postgres-protocol v0.6.10
22152026-03-17T20:12:10.104Z Checking phf_shared v0.11.3
22162026-03-17T20:12:10.186Z Checking phf_shared v0.13.1
22172026-03-17T20:12:10.284Z Checking itertools v0.12.1
22182026-03-17T20:12:10.329Z Checking console v0.16.2
22192026-03-17T20:12:10.488Z Checking buf-list v1.1.2
22202026-03-17T20:12:10.579Z Checking strum v0.27.2
22212026-03-17T20:12:10.749Z Checking lalrpop-util v0.19.12
22222026-03-17T20:12:10.751Z Checking new_debug_unreachable v1.0.6
22232026-03-17T20:12:10.751Z Checking fixedbitset v0.5.7
22242026-03-17T20:12:10.906Z Checking fixedbitset v0.4.2
22252026-03-17T20:12:10.952Z Checking unit-prefix v0.5.2
22262026-03-17T20:12:10.997Z Checking precomputed-hash v0.1.1
22272026-03-17T20:12:11.001Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22282026-03-17T20:12:11.082Z Checking petgraph v0.8.3
22292026-03-17T20:12:11.132Z Checking petgraph v0.6.5
22302026-03-17T20:12:11.135Z Checking string_cache v0.8.9
22312026-03-17T20:12:11.216Z Checking indicatif v0.18.4
22322026-03-17T20:12:11.418Z Checking postgres-types v0.2.12
22332026-03-17T20:12:11.593Z Checking zip v4.6.1
22342026-03-17T20:12:11.676Z Checking zone v0.3.1
22352026-03-17T20:12:11.760Z Checking phf v0.13.1
22362026-03-17T20:12:11.878Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22372026-03-17T20:12:11.985Z Checking peg-runtime v0.8.5
22382026-03-17T20:12:12.184Z Checking whoami v2.1.0
22392026-03-17T20:12:12.288Z Checking futures-executor v0.3.32
22402026-03-17T20:12:12.378Z Checking is-terminal v0.4.17
22412026-03-17T20:12:12.425Z Checking crossbeam-channel v0.5.15
22422026-03-17T20:12:12.484Z Checking tokio-postgres v0.7.16
22432026-03-17T20:12:12.531Z Compiling structmeta-derive v0.3.0
22442026-03-17T20:12:12.534Z Checking futures v0.3.32
22452026-03-17T20:12:12.630Z Checking thread_local v1.1.9
22462026-03-17T20:12:12.704Z Checking take_mut v0.2.2
22472026-03-17T20:12:12.871Z Checking term v1.2.1
22482026-03-17T20:12:12.875Z Compiling newtype-uuid-macros v0.1.0
22492026-03-17T20:12:12.951Z Checking slog-async v2.8.0
22502026-03-17T20:12:12.954Z Compiling rustls v0.22.4
22512026-03-17T20:12:13.184Z Checking slog-term v2.9.2
22522026-03-17T20:12:13.228Z Checking regress v0.10.5
22532026-03-17T20:12:13.274Z Compiling multer v3.1.0
22542026-03-17T20:12:13.372Z Compiling async-stream-impl v0.3.6
22552026-03-17T20:12:13.557Z Compiling dropshot v0.16.7
22562026-03-17T20:12:13.696Z Compiling dropshot_endpoint v0.16.7
22572026-03-17T20:12:13.943Z Checking match_cfg v0.1.0
22582026-03-17T20:12:13.987Z Checking slog-json v2.6.1
22592026-03-17T20:12:14.042Z Compiling structmeta v0.3.0
22602026-03-17T20:12:14.085Z Checking hostname v0.3.1
22612026-03-17T20:12:14.131Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-03-17T20:12:14.221Z Checking debug-ignore v1.0.5
22632026-03-17T20:12:14.223Z Checking serde_spanned v1.0.4
22642026-03-17T20:12:14.303Z Checking slog-bunyan v2.5.0
22652026-03-17T20:12:14.350Z Compiling derive-ex v0.1.8
22662026-03-17T20:12:14.394Z Checking toml_writer v1.0.6+spec-1.1.0
22672026-03-17T20:12:14.437Z Checking rustls-webpki v0.102.8
22682026-03-17T20:12:14.483Z Checking serde_path_to_error v0.1.20
22692026-03-17T20:12:14.487Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-03-17T20:12:14.665Z Checking toml v0.9.12+spec-1.1.0
22712026-03-17T20:12:14.710Z Checking progenitor-client v0.13.0
22722026-03-17T20:12:14.881Z Checking async-stream v0.3.6
22732026-03-17T20:12:15.082Z Checking waitgroup v0.1.2
22742026-03-17T20:12:15.086Z Checking rustls-pemfile v2.2.0
22752026-03-17T20:12:15.199Z Checking hostname v0.4.2
22762026-03-17T20:12:15.243Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-03-17T20:12:15.336Z Compiling parse-display-derive v0.10.0
22782026-03-17T20:12:15.383Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792026-03-17T20:12:15.397Z Checking itertools v0.14.0
22802026-03-17T20:12:15.470Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22812026-03-17T20:12:15.517Z Checking macaddr v1.0.1
22822026-03-17T20:12:15.590Z Checking progenitor-client v0.10.0
22832026-03-17T20:12:15.787Z Checking instant v0.1.13
22842026-03-17T20:12:15.902Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22852026-03-17T20:12:15.946Z Checking backoff v0.4.0
22862026-03-17T20:12:16.030Z Checking backon v1.6.0
22872026-03-17T20:12:16.114Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22882026-03-17T20:12:16.247Z Checking heck v0.5.0
22892026-03-17T20:12:16.293Z Checking progenitor-extras v0.1.1
22902026-03-17T20:12:16.438Z Checking camino-tempfile v1.4.1
22912026-03-17T20:12:16.606Z Checking toml v0.8.23
22922026-03-17T20:12:16.720Z Compiling test-strategy v0.4.5
22932026-03-17T20:12:16.774Z Compiling unsafe-libyaml v0.2.11
22942026-03-17T20:12:16.854Z Compiling convert_case v0.4.0
22952026-03-17T20:12:16.965Z Checking tokio-rustls v0.25.0
22962026-03-17T20:12:17.090Z Checking secrecy v0.10.3
22972026-03-17T20:12:17.297Z Compiling toml_edit v0.23.10+spec-1.0.0
22982026-03-17T20:12:17.443Z Compiling derive_more v0.99.20
22992026-03-17T20:12:17.711Z Checking parse-display v0.10.0
23002026-03-17T20:12:17.858Z Compiling serde_yaml v0.9.34+deprecated
23012026-03-17T20:12:17.917Z Compiling crucible-workspace-hack v0.1.0
23022026-03-17T20:12:18.196Z Compiling proc-macro-crate v3.4.0
23032026-03-17T20:12:18.452Z Compiling typify-impl v0.6.1
23042026-03-17T20:12:18.825Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-03-17T20:12:19.105Z Checking half v2.7.1
23062026-03-17T20:12:19.353Z Checking ciborium-io v0.2.2
23072026-03-17T20:12:19.507Z Checking glob v0.3.3
23082026-03-17T20:12:19.516Z Checking ciborium-ll v0.2.2
23092026-03-17T20:12:19.768Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-03-17T20:12:19.812Z Compiling heapless v0.8.0
23112026-03-17T20:12:19.856Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-17T20:12:19.935Z Checking ciborium v0.2.2
23132026-03-17T20:12:20.150Z Compiling ingot-macros v0.1.1
23142026-03-17T20:12:20.484Z Checking tabwriter v1.4.1
23152026-03-17T20:12:20.529Z Checking hash32 v0.3.1
23162026-03-17T20:12:20.573Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-03-17T20:12:20.579Z Compiling smoltcp v0.11.0
23182026-03-17T20:12:20.700Z Compiling num_enum_derive v0.7.5
23192026-03-17T20:12:20.911Z Checking cobs v0.3.0
23202026-03-17T20:12:21.091Z Compiling foreign-types-macros v0.2.3
23212026-03-17T20:12:21.141Z Checking foreign-types-shared v0.3.1
23222026-03-17T20:12:21.226Z Checking cpufeatures v0.3.0
23232026-03-17T20:12:21.364Z Checking postcard v1.1.3
23242026-03-17T20:12:21.388Z Checking chacha20 v0.10.0
23252026-03-17T20:12:21.867Z Compiling proc-macro-crate v1.3.1
23262026-03-17T20:12:21.910Z Checking foreign-types v0.5.0
23272026-03-17T20:12:21.953Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23282026-03-17T20:12:22.050Z Checking sigpipe v0.1.3
23292026-03-17T20:12:22.170Z Checking num_enum v0.7.5
23302026-03-17T20:12:22.214Z Checking cstr-argument v0.1.2
23312026-03-17T20:12:22.268Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322026-03-17T20:12:22.401Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23332026-03-17T20:12:22.448Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-03-17T20:12:22.488Z Checking colored v3.1.1
23352026-03-17T20:12:22.793Z Compiling num_enum_derive v0.5.11
23362026-03-17T20:12:22.835Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-03-17T20:12:22.879Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-03-17T20:12:22.922Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23392026-03-17T20:12:23.013Z Checking rand v0.10.0
23402026-03-17T20:12:23.116Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23412026-03-17T20:12:23.127Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23422026-03-17T20:12:23.189Z Checking indent_write v2.2.0
23432026-03-17T20:12:23.378Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23442026-03-17T20:12:23.567Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23452026-03-17T20:12:23.633Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23462026-03-17T20:12:23.739Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23472026-03-17T20:12:23.790Z Checking smf v0.2.3
23482026-03-17T20:12:24.042Z Compiling num-derive v0.4.2
23492026-03-17T20:12:24.045Z Checking ingot-types v0.1.2
23502026-03-17T20:12:24.128Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-03-17T20:12:24.132Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23522026-03-17T20:12:24.229Z Checking num_enum v0.5.11
23532026-03-17T20:12:24.354Z Checking whoami v1.6.1
23542026-03-17T20:12:24.399Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23552026-03-17T20:12:24.525Z Checking universal-hash v0.5.1
23562026-03-17T20:12:24.607Z Checking ingot v0.1.1
23572026-03-17T20:12:24.644Z Checking opaque-debug v0.3.1
23582026-03-17T20:12:24.726Z Checking aead v0.5.2
23592026-03-17T20:12:24.769Z Checking swrite v0.1.0
23602026-03-17T20:12:24.862Z Checking poly1305 v0.8.0
23612026-03-17T20:12:24.905Z Checking chacha20 v0.9.1
23622026-03-17T20:12:24.949Z Checking unicode-width v0.1.14
23632026-03-17T20:12:24.953Z Compiling thiserror-impl-no-std v2.0.2
23642026-03-17T20:12:25.076Z Compiling typify-macro v0.6.1
23652026-03-17T20:12:25.185Z Checking password-hash v0.5.0
23662026-03-17T20:12:25.227Z Checking blake2 v0.10.6
23672026-03-17T20:12:25.295Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-17T20:12:25.340Z Checking chacha20poly1305 v0.10.1
23692026-03-17T20:12:25.506Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23702026-03-17T20:12:25.549Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23712026-03-17T20:12:25.595Z Checking argon2 v0.5.3
23722026-03-17T20:12:25.635Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23732026-03-17T20:12:25.917Z Compiling usdt-attr-macro v0.5.0
23742026-03-17T20:12:25.963Z Compiling usdt-macro v0.5.0
23752026-03-17T20:12:25.970Z Checking memmap v0.7.0
23762026-03-17T20:12:26.059Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23772026-03-17T20:12:26.220Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-03-17T20:12:26.516Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23792026-03-17T20:12:26.612Z Checking thiserror-no-std v2.0.2
23802026-03-17T20:12:26.765Z Checking vsss-rs v3.3.4
23812026-03-17T20:12:26.874Z Compiling derive-where v1.6.0
23822026-03-17T20:12:26.960Z Checking atomicwrites v0.4.4
23832026-03-17T20:12:27.000Z Checking usdt v0.5.0
23842026-03-17T20:12:27.055Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23852026-03-17T20:12:27.145Z Checking console v0.15.11
23862026-03-17T20:12:27.277Z Checking tokio-dtrace v0.1.1
23872026-03-17T20:12:27.396Z Compiling typify v0.6.1
23882026-03-17T20:12:27.543Z Compiling progenitor-impl v0.13.0
23892026-03-17T20:12:27.591Z Checking oxide-tokio-rt v0.1.3
23902026-03-17T20:12:27.591Z Checking newline-converter v0.3.0
23912026-03-17T20:12:27.814Z Compiling prettyplease v0.2.37
23922026-03-17T20:12:27.859Z Checking expectorate v1.2.0
23932026-03-17T20:12:27.901Z Checking bytecount v0.6.9
23942026-03-17T20:12:28.051Z Compiling owo-colors v4.3.0
23952026-03-17T20:12:28.093Z Compiling cancel-safe-futures v0.1.5
23962026-03-17T20:12:28.197Z Checking libsw-core v0.3.2
23972026-03-17T20:12:28.451Z Checking libsw v3.5.0
23982026-03-17T20:12:28.559Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-03-17T20:12:28.696Z Checking same-file v1.0.6
24002026-03-17T20:12:28.701Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24012026-03-17T20:12:28.782Z Checking linear-map v1.2.0
24022026-03-17T20:12:28.852Z Checking num-rational v0.4.2
24032026-03-17T20:12:28.896Z Checking walkdir v2.5.0
24042026-03-17T20:12:28.987Z Checking num-complex v0.4.6
24052026-03-17T20:12:29.041Z Checking float-ord v0.3.2
24062026-03-17T20:12:29.190Z Checking gethostname v0.5.0
24072026-03-17T20:12:29.313Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24082026-03-17T20:12:29.432Z Compiling async-recursion v1.1.1
24092026-03-17T20:12:29.513Z Checking num v0.4.3
24102026-03-17T20:12:29.564Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24112026-03-17T20:12:29.649Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24122026-03-17T20:12:30.075Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24132026-03-17T20:12:30.545Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24142026-03-17T20:12:31.274Z Compiling progenitor-macro v0.13.0
24152026-03-17T20:12:31.755Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24162026-03-17T20:12:33.225Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24172026-03-17T20:12:33.406Z Checking unicode-linebreak v0.1.5
24182026-03-17T20:12:33.447Z Checking smawk v0.3.2
24192026-03-17T20:12:33.642Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24202026-03-17T20:12:33.721Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24212026-03-17T20:12:33.816Z Checking globset v0.4.18
24222026-03-17T20:12:34.369Z Compiling convert_case v0.10.0
24232026-03-17T20:12:35.062Z Compiling slog-dtrace v0.3.0
24242026-03-17T20:12:35.353Z Checking resolv-conf v0.7.6
24252026-03-17T20:12:35.530Z Compiling derive_more-impl v2.1.1
24262026-03-17T20:12:35.948Z Compiling pin-project-internal v1.1.11
24272026-03-17T20:12:35.958Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24282026-03-17T20:12:35.978Z Checking pem v3.0.6
24292026-03-17T20:12:36.201Z Checking fd-lock v4.0.4
24302026-03-17T20:12:36.244Z Checking vte v0.14.1
24312026-03-17T20:12:36.389Z Checking display-error-chain v0.2.2
24322026-03-17T20:12:36.473Z Checking strip-ansi-escapes v0.2.1
24332026-03-17T20:12:36.574Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24342026-03-17T20:12:36.647Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24352026-03-17T20:12:36.688Z Checking derive_more v2.1.1
24362026-03-17T20:12:36.700Z Compiling snafu-derive v0.8.9
24372026-03-17T20:12:36.774Z Checking termtree v0.5.1
24382026-03-17T20:12:36.818Z Checking crossterm v0.29.0
24392026-03-17T20:12:36.983Z Checking linked-hash-map v0.5.6
24402026-03-17T20:12:37.290Z Checking nu-ansi-term v0.50.3
24412026-03-17T20:12:37.416Z Checking pin-project v1.1.11
24422026-03-17T20:12:37.494Z Checking lru-cache v0.1.2
24432026-03-17T20:12:37.556Z Checking textwrap v0.16.2
24442026-03-17T20:12:37.599Z Checking reedline v0.40.0
24452026-03-17T20:12:37.642Z Checking olpc-cjson v0.1.4
24462026-03-17T20:12:37.853Z Checking hickory-proto v0.24.4
24472026-03-17T20:12:37.898Z Checking serde_plain v1.0.2
24482026-03-17T20:12:38.128Z Checking typed-path v0.9.3
24492026-03-17T20:12:38.296Z Checking progenitor v0.13.0
24502026-03-17T20:12:38.502Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24512026-03-17T20:12:39.216Z Compiling minimal-lexical v0.2.1
24522026-03-17T20:12:39.258Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24532026-03-17T20:12:39.478Z Checking snafu v0.8.9
24542026-03-17T20:12:39.580Z Compiling nom v7.1.3
24552026-03-17T20:12:39.810Z Checking tough v0.20.0
24562026-03-17T20:12:40.019Z Checking nibble_vec v0.1.0
24572026-03-17T20:12:40.222Z Checking endian-type v0.1.2
24582026-03-17T20:12:40.295Z Checking hickory-resolver v0.24.4
24592026-03-17T20:12:40.493Z Checking radix_trie v0.2.1
24602026-03-17T20:12:40.739Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24612026-03-17T20:12:41.295Z Compiling ar_archive_writer v0.5.1
24622026-03-17T20:12:41.391Z Checking humantime v2.3.0
24632026-03-17T20:12:41.446Z Checking qorb v0.4.1
24642026-03-17T20:12:41.547Z Checking csv-core v0.1.13
24652026-03-17T20:12:41.652Z Checking base64 v0.21.7
24662026-03-17T20:12:41.796Z Checking csv v1.4.0
24672026-03-17T20:12:41.994Z Compiling stacker v0.1.23
24682026-03-17T20:12:42.049Z Compiling cfg_aliases v0.1.1
24692026-03-17T20:12:42.185Z Checking highway v1.3.0
24702026-03-17T20:12:42.324Z Compiling nix v0.28.0
24712026-03-17T20:12:42.472Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24722026-03-17T20:12:42.522Z Checking papergrid v0.11.0
24732026-03-17T20:12:42.531Z Compiling psm v0.1.30
24742026-03-17T20:12:42.614Z Compiling tabled_derive v0.7.0
24752026-03-17T20:12:42.623Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24762026-03-17T20:12:42.894Z Checking home v0.5.12
24772026-03-17T20:12:43.056Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24782026-03-17T20:12:43.140Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24792026-03-17T20:12:43.181Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24802026-03-17T20:12:43.416Z Checking phf_shared v0.12.1
24812026-03-17T20:12:43.643Z Compiling recursive-proc-macro-impl v0.1.1
24822026-03-17T20:12:43.721Z Compiling semver v0.1.20
24832026-03-17T20:12:43.805Z Compiling chrono-tz v0.10.4
24842026-03-17T20:12:43.870Z Checking phf v0.12.1
24852026-03-17T20:12:43.983Z Checking tabled v0.15.0
24862026-03-17T20:12:48.255Z Compiling rustc_version v0.1.7
24872026-03-17T20:12:48.386Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24882026-03-17T20:12:48.386Z Checking recursive v0.1.1
24892026-03-17T20:12:48.386Z Compiling const_format_proc_macros v0.2.34
24902026-03-17T20:12:48.387Z Compiling peg-macros v0.8.5
24912026-03-17T20:12:48.387Z Checking winnow v0.6.26
24922026-03-17T20:12:48.387Z Compiling sqlparser_derive v0.5.0
24932026-03-17T20:12:48.387Z Checking unicode_categories v0.1.1
24942026-03-17T20:12:48.387Z Checking const_format v0.2.35
24952026-03-17T20:12:48.387Z Checking rustyline v14.0.0
24962026-03-17T20:12:48.387Z Checking sqlparser v0.61.0
24972026-03-17T20:12:48.387Z Compiling newtype_derive v0.1.6
24982026-03-17T20:12:48.387Z Checking sqlformat v0.3.5
24992026-03-17T20:12:48.387Z Checking peg v0.8.5
25002026-03-17T20:12:48.387Z Checking bcs v0.1.6
25012026-03-17T20:12:48.387Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25022026-03-17T20:12:48.387Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25032026-03-17T20:12:48.387Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25042026-03-17T20:12:48.387Z Checking steno v0.4.1
25052026-03-17T20:12:48.387Z Compiling typify-impl v0.4.3
25062026-03-17T20:12:48.387Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25072026-03-17T20:12:48.417Z Checking utf-8 v0.7.6
25082026-03-17T20:12:48.417Z Checking filetime v0.2.27
25092026-03-17T20:12:48.542Z Checking arc-swap v1.8.2
25102026-03-17T20:12:48.863Z Checking xattr v1.6.1
25112026-03-17T20:12:49.067Z Checking tar v0.4.44
25122026-03-17T20:12:49.601Z Checking slog-scope v4.4.1
25132026-03-17T20:12:49.643Z Checking tungstenite v0.21.0
25142026-03-17T20:12:49.807Z Checking slog-stdlog v4.1.1
25152026-03-17T20:12:49.884Z Checking typeid v1.0.3
25162026-03-17T20:12:49.995Z Checking slog-envlogger v2.2.0
25172026-03-17T20:12:50.048Z Checking subprocess v0.2.15
25182026-03-17T20:12:50.215Z Checking headers-core v0.3.0
25192026-03-17T20:12:50.258Z Checking tokio-tungstenite v0.21.0
25202026-03-17T20:12:50.382Z Checking headers v0.4.1
25212026-03-17T20:12:50.456Z Compiling lzma-sys v0.1.20
25222026-03-17T20:12:50.641Z Compiling cargo_toml v0.22.3
25232026-03-17T20:12:50.646Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-03-17T20:12:51.050Z Checking yasna v0.5.2
25252026-03-17T20:12:51.275Z Checking xz2 v0.1.7
25262026-03-17T20:12:51.523Z Checking ron v0.12.0
25272026-03-17T20:12:51.594Z Checking rcgen v0.12.1
25282026-03-17T20:12:52.010Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25292026-03-17T20:12:52.053Z Checking base16ct v1.0.0
25302026-03-17T20:12:52.251Z Checking dropshot-api-manager-types v0.6.0
25312026-03-17T20:12:52.294Z Checking tagptr v0.2.0
25322026-03-17T20:12:52.520Z Checking moka v0.12.13
25332026-03-17T20:12:52.563Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25342026-03-17T20:12:52.606Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25352026-03-17T20:12:52.819Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25362026-03-17T20:12:52.862Z Compiling radium v0.7.0
25372026-03-17T20:12:53.358Z Compiling libefi-sys v0.1.0
25382026-03-17T20:12:53.486Z Checking hickory-resolver v0.25.2
25392026-03-17T20:12:53.536Z Compiling bitfield-struct v0.6.2
25402026-03-17T20:12:53.633Z Compiling typify-macro v0.4.3
25412026-03-17T20:12:53.679Z Compiling maybe-uninit v2.0.0
25422026-03-17T20:12:54.085Z Checking tap v1.0.1
25432026-03-17T20:12:54.257Z Checking wyz v0.5.1
25442026-03-17T20:12:54.417Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25452026-03-17T20:12:54.449Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462026-03-17T20:12:54.505Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25472026-03-17T20:12:54.591Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25482026-03-17T20:12:54.862Z Compiling zerocopy-derive v0.6.6
25492026-03-17T20:12:54.926Z Checking funty v2.0.0
25502026-03-17T20:12:55.004Z Compiling packed_struct v0.10.1
25512026-03-17T20:12:55.101Z Checking crc-catalog v2.4.0
25522026-03-17T20:12:55.262Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-17T20:12:55.416Z Checking bitvec v1.0.1
25542026-03-17T20:12:55.419Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-03-17T20:12:55.496Z Checking crc v3.4.0
25562026-03-17T20:12:55.775Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25572026-03-17T20:12:55.920Z Compiling packed_struct_codegen v0.10.1
25582026-03-17T20:12:55.979Z Compiling typify v0.4.3
25592026-03-17T20:12:56.022Z Compiling bitfield-macros v0.19.4
25602026-03-17T20:12:56.103Z Checking zerocopy v0.6.6
25612026-03-17T20:12:56.147Z Compiling progenitor-impl v0.10.0
25622026-03-17T20:12:56.546Z Compiling indexmap v1.9.3
25632026-03-17T20:12:56.848Z Checking nodrop v0.1.14
25642026-03-17T20:12:57.022Z Checking array-init v0.0.4
25652026-03-17T20:12:57.050Z Checking bitfield v0.19.4
25662026-03-17T20:12:57.311Z Checking smallvec v0.6.14
25672026-03-17T20:12:57.396Z Checking hashbrown v0.12.3
25682026-03-17T20:12:57.544Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25692026-03-17T20:12:57.611Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25702026-03-17T20:12:57.652Z Checking serde-hex v0.1.0
25712026-03-17T20:12:57.779Z Checking ron v0.8.1
25722026-03-17T20:12:58.496Z Checking hashbrown v0.13.2
25732026-03-17T20:12:58.539Z Checking crc-any v2.5.0
25742026-03-17T20:12:58.816Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25752026-03-17T20:12:58.869Z Checking path-slash v0.1.5
25762026-03-17T20:12:59.023Z Compiling xshell-macros v0.2.7
25772026-03-17T20:12:59.066Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25782026-03-17T20:12:59.109Z Checking object v0.30.4
25792026-03-17T20:12:59.112Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25802026-03-17T20:12:59.559Z Checking xshell v0.2.7
25812026-03-17T20:12:59.600Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-03-17T20:12:59.809Z Checking half v1.8.3
25832026-03-17T20:12:59.852Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25842026-03-17T20:12:59.941Z Compiling progenitor-macro v0.10.0
25852026-03-17T20:13:00.114Z Checking serde_cbor v0.11.2
25862026-03-17T20:13:00.475Z Compiling num-derive v0.3.3
25872026-03-17T20:13:00.670Z Compiling proc-macro-error-attr2 v2.0.0
25882026-03-17T20:13:00.816Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25892026-03-17T20:13:01.137Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25902026-03-17T20:13:01.229Z Compiling proc-macro-error2 v2.0.1
25912026-03-17T20:13:01.627Z Checking papergrid v0.17.0
25922026-03-17T20:13:01.669Z Compiling tabled_derive v0.11.0
25932026-03-17T20:13:01.710Z Checking libscf-sys v1.1.0
25942026-03-17T20:13:01.912Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25952026-03-17T20:13:02.219Z Checking testing_table v0.3.0
25962026-03-17T20:13:02.261Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25972026-03-17T20:13:02.389Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25982026-03-17T20:13:02.695Z Checking maplit v1.0.2
25992026-03-17T20:13:02.846Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26002026-03-17T20:13:02.889Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26012026-03-17T20:13:03.342Z Checking tabled v0.20.0
26022026-03-17T20:13:03.386Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26032026-03-17T20:13:03.430Z Checking crc8 v0.1.1
26042026-03-17T20:13:03.476Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-03-17T20:13:03.518Z Checking fxhash v0.2.1
26062026-03-17T20:13:03.587Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26072026-03-17T20:13:03.710Z Checking unicase v2.9.0
26082026-03-17T20:13:03.948Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26092026-03-17T20:13:04.267Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26102026-03-17T20:13:04.526Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26112026-03-17T20:13:04.609Z Checking kstat-rs v0.2.4
26122026-03-17T20:13:04.867Z Compiling diesel_derives v2.3.7
26132026-03-17T20:13:04.905Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26142026-03-17T20:13:04.947Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26152026-03-17T20:13:05.145Z Compiling parking_lot_core v0.8.6
26162026-03-17T20:13:05.195Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26172026-03-17T20:13:05.381Z Compiling git-stub v1.0.0
26182026-03-17T20:13:05.568Z Checking scheduled-thread-pool v0.2.7
26192026-03-17T20:13:05.613Z Compiling dsl_auto_type v0.2.0
26202026-03-17T20:13:05.743Z Compiling vergen-gitcl v1.0.8
26212026-03-17T20:13:05.791Z Compiling diesel_table_macro_syntax v0.3.0
26222026-03-17T20:13:06.101Z Checking r2d2 v0.8.10
26232026-03-17T20:13:06.146Z Compiling git-stub-vcs v0.1.0
26242026-03-17T20:13:06.188Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26252026-03-17T20:13:06.188Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26262026-03-17T20:13:06.367Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26272026-03-17T20:13:06.472Z Checking downcast-rs v2.0.2
26282026-03-17T20:13:06.617Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26292026-03-17T20:13:06.663Z Checking parking_lot v0.11.2
26302026-03-17T20:13:06.703Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26312026-03-17T20:13:06.790Z Checking prefix-trie v0.7.0
26322026-03-17T20:13:06.925Z Checking progenitor v0.10.0
26332026-03-17T20:13:06.967Z Checking nanorand v0.7.0
26342026-03-17T20:13:07.125Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26352026-03-17T20:13:07.187Z Compiling dirs-sys-next v0.1.2
26362026-03-17T20:13:07.259Z Compiling crunchy v0.2.4
26372026-03-17T20:13:07.262Z Checking hickory-server v0.25.2
26382026-03-17T20:13:07.474Z Compiling dirs-next v2.0.0
26392026-03-17T20:13:07.547Z Checking flume v0.11.1
26402026-03-17T20:13:07.601Z Checking sled v0.34.7
26412026-03-17T20:13:07.711Z Compiling clang-sys v1.8.1
26422026-03-17T20:13:07.768Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26432026-03-17T20:13:07.898Z Checking hickory-client v0.25.2
26442026-03-17T20:13:08.064Z Compiling tiny-keccak v2.0.2
26452026-03-17T20:13:08.401Z Compiling term v0.7.0
26462026-03-17T20:13:08.448Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-03-17T20:13:08.490Z Compiling salty v0.3.0
26482026-03-17T20:13:08.676Z Compiling bit-vec v0.6.3
26492026-03-17T20:13:08.906Z Compiling ascii-canvas v3.0.0
26502026-03-17T20:13:08.965Z Compiling bit-set v0.5.3
26512026-03-17T20:13:09.176Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-03-17T20:13:09.218Z Checking primeorder v0.13.6
26532026-03-17T20:13:09.262Z Compiling itertools v0.10.5
26542026-03-17T20:13:09.350Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26552026-03-17T20:13:09.600Z Compiling ena v0.14.4
26562026-03-17T20:13:09.887Z Compiling libloading v0.8.9
26572026-03-17T20:13:09.929Z Compiling diff v0.1.13
26582026-03-17T20:13:10.195Z Compiling bindgen v0.71.1
26592026-03-17T20:13:10.332Z Compiling regex-syntax v0.6.29
26602026-03-17T20:13:10.965Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-03-17T20:13:10.969Z Compiling cexpr v0.6.0
26622026-03-17T20:13:11.292Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26632026-03-17T20:13:11.745Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26642026-03-17T20:13:11.895Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-03-17T20:13:12.281Z Compiling lalrpop v0.19.12
26662026-03-17T20:13:12.626Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26672026-03-17T20:13:13.306Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26682026-03-17T20:13:13.533Z Compiling libxml v0.3.3
26692026-03-17T20:13:13.604Z Compiling fs-err v2.11.0
26702026-03-17T20:13:13.949Z Checking diesel v2.3.7
26712026-03-17T20:13:14.050Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26722026-03-17T20:13:14.089Z Checking p384 v0.13.1
26732026-03-17T20:13:14.458Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26742026-03-17T20:13:14.667Z Compiling strum_macros v0.24.3
26752026-03-17T20:13:16.185Z Compiling indoc v1.0.9
26762026-03-17T20:13:16.815Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26772026-03-17T20:13:17.287Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26782026-03-17T20:13:17.657Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-03-17T20:13:17.697Z Checking quick-xml v0.37.5
26802026-03-17T20:13:17.953Z Checking derive_builder v0.20.2
26812026-03-17T20:13:18.134Z Compiling oso-derive v0.27.3
26822026-03-17T20:13:18.296Z Compiling impl-trait-for-tuples v0.2.3
26832026-03-17T20:13:18.342Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26842026-03-17T20:13:18.624Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26852026-03-17T20:13:18.830Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26862026-03-17T20:13:18.956Z Compiling trait-variant v0.1.2
26872026-03-17T20:13:19.720Z Checking parse-size v1.1.0
26882026-03-17T20:13:19.916Z Checking openssl-probe v0.1.6
26892026-03-17T20:13:20.098Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26902026-03-17T20:13:20.506Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26912026-03-17T20:13:20.838Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26922026-03-17T20:13:20.991Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26932026-03-17T20:13:21.295Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26942026-03-17T20:13:21.406Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26952026-03-17T20:13:21.562Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-17T20:13:22.081Z Compiling progenitor-impl v0.11.2
26972026-03-17T20:13:22.408Z Checking assert_matches v1.5.0
26982026-03-17T20:13:22.654Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26992026-03-17T20:13:22.764Z Compiling mime_guess v2.0.5
27002026-03-17T20:13:23.063Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27012026-03-17T20:13:23.528Z Checking predicates-tree v1.0.13
27022026-03-17T20:13:23.709Z Checking progenitor-client v0.11.2
27032026-03-17T20:13:23.780Z Checking http-range v0.1.5
27042026-03-17T20:13:23.823Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27052026-03-17T20:13:23.977Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27062026-03-17T20:13:24.115Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27072026-03-17T20:13:24.764Z Checking atty v0.2.14
27082026-03-17T20:13:25.627Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-03-17T20:13:25.891Z Compiling progenitor-macro v0.11.2
27102026-03-17T20:13:26.152Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27112026-03-17T20:13:26.840Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27122026-03-17T20:13:27.588Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27132026-03-17T20:13:27.630Z Checking bb8 v0.8.6
27142026-03-17T20:13:27.893Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-03-17T20:13:28.025Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27162026-03-17T20:13:28.185Z Checking corncobs v0.1.4
27172026-03-17T20:13:28.227Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-03-17T20:13:28.386Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-17T20:13:28.760Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-03-17T20:13:29.224Z Checking hyper-staticfile v0.10.1
27212026-03-17T20:13:29.267Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27222026-03-17T20:13:29.626Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27232026-03-17T20:13:29.669Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27242026-03-17T20:13:29.753Z Checking ignore v0.4.25
27252026-03-17T20:13:29.970Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-17T20:13:30.338Z Checking signal-hook-tokio v0.3.1
27272026-03-17T20:13:30.535Z Checking secrecy v0.8.0
27282026-03-17T20:13:30.739Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27292026-03-17T20:13:31.093Z Checking globwalk v0.9.1
27302026-03-17T20:13:31.431Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27312026-03-17T20:13:31.564Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27322026-03-17T20:13:32.035Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-17T20:13:32.079Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27342026-03-17T20:13:32.168Z Checking nonempty v0.12.0
27352026-03-17T20:13:32.376Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27362026-03-17T20:13:32.460Z Checking camino-tempfile-ext v0.3.3
27372026-03-17T20:13:32.737Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27382026-03-17T20:13:32.780Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27392026-03-17T20:13:32.973Z Checking progenitor v0.11.2
27402026-03-17T20:13:33.194Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27412026-03-17T20:13:33.286Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27422026-03-17T20:13:33.698Z Checking async-bb8-diesel v0.2.1
27432026-03-17T20:13:33.823Z Checking diesel-dtrace v0.5.0
27442026-03-17T20:13:34.168Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27452026-03-17T20:13:34.211Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27462026-03-17T20:13:34.271Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27472026-03-17T20:13:34.776Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27482026-03-17T20:13:35.262Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27492026-03-17T20:13:35.313Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27502026-03-17T20:13:35.612Z Checking tungstenite v0.23.0
27512026-03-17T20:13:35.909Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27522026-03-17T20:13:36.208Z Checking tokio-tungstenite v0.23.1
27532026-03-17T20:13:36.390Z Checking void v1.0.2
27542026-03-17T20:13:36.565Z Checking lzss v0.8.2
27552026-03-17T20:13:36.606Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27562026-03-17T20:13:36.691Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27572026-03-17T20:13:36.843Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27582026-03-17T20:13:36.930Z Checking nix v0.27.1
27592026-03-17T20:13:37.516Z Checking serde_bytes v0.11.19
27602026-03-17T20:13:37.697Z Checking rand_seeder v0.4.0
27612026-03-17T20:13:37.790Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27622026-03-17T20:13:37.923Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27632026-03-17T20:13:38.429Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27642026-03-17T20:13:38.473Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27652026-03-17T20:13:38.685Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27662026-03-17T20:13:39.008Z Checking is_ci v1.2.0
27672026-03-17T20:13:39.172Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27682026-03-17T20:13:39.444Z Checking yansi v1.0.1
27692026-03-17T20:13:39.586Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27702026-03-17T20:13:39.754Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27712026-03-17T20:13:39.827Z Checking pretty_assertions v1.4.1
27722026-03-17T20:13:39.871Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27732026-03-17T20:13:40.038Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27742026-03-17T20:13:40.082Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27752026-03-17T20:13:40.398Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27762026-03-17T20:13:40.733Z Compiling darling_core v0.23.0
27772026-03-17T20:13:42.022Z Compiling indoc v2.0.7
27782026-03-17T20:13:42.080Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27792026-03-17T20:13:42.379Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27802026-03-17T20:13:42.502Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27812026-03-17T20:13:42.686Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-17T20:13:42.690Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-03-17T20:13:43.035Z Compiling instability v0.3.11
27842026-03-17T20:13:43.479Z Compiling libz-sys v1.1.24
27852026-03-17T20:13:43.530Z Checking castaway v0.2.4
27862026-03-17T20:13:43.708Z Checking compact_str v0.8.1
27872026-03-17T20:13:43.757Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-17T20:13:44.255Z Checking supports-color v3.0.2
27892026-03-17T20:13:44.371Z Compiling darling_macro v0.23.0
27902026-03-17T20:13:44.450Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27912026-03-17T20:13:44.750Z Checking unicode-truncate v1.1.0
27922026-03-17T20:13:44.979Z Checking lru v0.12.5
27932026-03-17T20:13:45.074Z Compiling darling v0.23.0
27942026-03-17T20:13:45.078Z Checking cassowary v0.3.0
27952026-03-17T20:13:45.326Z Compiling libgit2-sys v0.18.3+1.9.2
27962026-03-17T20:13:45.613Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27972026-03-17T20:13:46.094Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27982026-03-17T20:13:46.203Z Checking ratatui v0.29.0
27992026-03-17T20:13:47.194Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28002026-03-17T20:13:47.524Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-03-17T20:13:47.945Z Compiling vergen-git2 v1.0.7
28022026-03-17T20:13:48.082Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28032026-03-17T20:13:48.148Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28042026-03-17T20:13:48.303Z Checking colored v2.2.0
28052026-03-17T20:13:48.382Z Checking plotters-backend v0.3.7
28062026-03-17T20:13:48.482Z Compiling rustls v0.21.12
28072026-03-17T20:13:48.623Z Checking shell-words v1.1.1
28082026-03-17T20:13:48.678Z Checking plotters-svg v0.3.7
28092026-03-17T20:13:48.908Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-03-17T20:13:48.912Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-03-17T20:13:48.989Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-03-17T20:13:49.247Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28132026-03-17T20:13:49.294Z Checking sct v0.7.1
28142026-03-17T20:13:49.506Z Checking rustls-webpki v0.101.7
28152026-03-17T20:13:49.834Z Compiling nix v0.29.0
28162026-03-17T20:13:49.989Z Checking hex-literal v0.4.1
28172026-03-17T20:13:50.148Z Checking cast v0.3.0
28182026-03-17T20:13:50.189Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-17T20:13:50.389Z Checking criterion-plot v0.6.0
28202026-03-17T20:13:50.851Z Checking plotters v0.3.7
28212026-03-17T20:13:51.912Z Checking erased-serde v0.4.9
28222026-03-17T20:13:52.282Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28232026-03-17T20:13:52.482Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28242026-03-17T20:13:53.483Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28252026-03-17T20:13:54.472Z Checking tinytemplate v1.2.1
28262026-03-17T20:13:54.787Z Checking ordered-float v2.10.1
28272026-03-17T20:13:55.151Z Checking oorandom v11.1.5
28282026-03-17T20:13:55.338Z Checking anes v0.1.6
28292026-03-17T20:13:55.606Z Checking criterion v0.7.0
28302026-03-17T20:13:55.972Z Checking serde-value v0.7.0
28312026-03-17T20:13:56.286Z Checking serde-untagged v0.1.9
28322026-03-17T20:13:56.578Z Checking tokio-rustls v0.24.1
28332026-03-17T20:13:57.222Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-03-17T20:13:57.262Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352026-03-17T20:13:57.572Z Checking rustls-pemfile v1.0.4
28362026-03-17T20:13:57.780Z Checking twox-hash v2.1.2
28372026-03-17T20:13:58.243Z Checking unicode-xid v0.2.6
28382026-03-17T20:13:58.355Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28392026-03-17T20:13:58.397Z Checking cargo-util-schemas v0.8.2
28402026-03-17T20:13:58.442Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-17T20:13:58.658Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28422026-03-17T20:13:59.618Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28432026-03-17T20:13:59.853Z Checking fatfs v0.3.6
28442026-03-17T20:14:00.411Z Checking cargo-platform v0.2.0
28452026-03-17T20:14:00.503Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28462026-03-17T20:14:00.695Z Compiling petname v2.0.2
28472026-03-17T20:14:01.623Z Compiling seq-macro v0.3.6
28482026-03-17T20:14:02.317Z Checking cargo_metadata v0.21.0
28492026-03-17T20:14:02.487Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28502026-03-17T20:14:03.414Z Checking concurrent-queue v2.5.0
28512026-03-17T20:14:03.691Z Checking rtoolbox v0.0.3
28522026-03-17T20:14:03.804Z Checking parking v2.2.1
28532026-03-17T20:14:03.929Z Checking futures-timer v3.0.3
28542026-03-17T20:14:03.993Z Checking event-listener v5.4.1
28552026-03-17T20:14:04.119Z Checking rpassword v7.4.0
28562026-03-17T20:14:04.291Z Checking tui-tree-widget v0.23.1
28572026-03-17T20:14:04.330Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28582026-03-17T20:14:04.561Z Checking polyval v0.6.2
28592026-03-17T20:14:04.601Z Checking sapling-renderdag v0.1.0
28602026-03-17T20:14:04.713Z Checking sync-ptr v0.1.4
28612026-03-17T20:14:04.804Z Checking ghash v0.5.1
28622026-03-17T20:14:04.901Z Checking event-listener-strategy v0.5.4
28632026-03-17T20:14:04.956Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28642026-03-17T20:14:04.996Z Checking ctr v0.9.2
28652026-03-17T20:14:05.108Z Checking arrayref v0.3.9
28662026-03-17T20:14:05.236Z Checking constant_time_eq v0.4.2
28672026-03-17T20:14:05.276Z Checking arrayvec v0.7.6
28682026-03-17T20:14:05.378Z Checking aes-gcm v0.10.3
28692026-03-17T20:14:05.442Z Checking async-lock v3.4.2
28702026-03-17T20:14:05.561Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28712026-03-17T20:14:05.605Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28722026-03-17T20:14:05.695Z Compiling samael v0.0.19
28732026-03-17T20:14:05.997Z Checking ssh-encoding v0.2.0
28742026-03-17T20:14:06.278Z Checking blowfish v0.9.1
28752026-03-17T20:14:06.506Z Checking bcrypt-pbkdf v0.10.0
28762026-03-17T20:14:06.747Z Checking ssh-cipher v0.2.0
28772026-03-17T20:14:06.816Z Checking async-object-pool v0.2.0
28782026-03-17T20:14:07.013Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28792026-03-17T20:14:07.016Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-03-17T20:14:07.491Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28812026-03-17T20:14:07.866Z Checking serde_regex v1.1.0
28822026-03-17T20:14:08.110Z Checking password-hash v0.4.2
28832026-03-17T20:14:08.385Z Checking assert-json-diff v2.0.2
28842026-03-17T20:14:08.446Z Checking path-tree v0.8.3
28852026-03-17T20:14:08.636Z Checking gimli v0.32.3
28862026-03-17T20:14:08.729Z Compiling target-lexicon v0.13.3
28872026-03-17T20:14:09.303Z Checking stringmetrics v2.2.2
28882026-03-17T20:14:09.505Z Checking pbkdf2 v0.11.0
28892026-03-17T20:14:09.540Z Checking httpmock v0.8.3
28902026-03-17T20:14:09.746Z Checking ssh-key v0.6.7
28912026-03-17T20:14:10.826Z Checking addr2line v0.25.1
28922026-03-17T20:14:11.203Z Checking p521 v0.13.3
28932026-03-17T20:14:11.887Z Checking p256 v0.13.2
28942026-03-17T20:14:12.028Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28952026-03-17T20:14:12.255Z Checking russh-cryptovec v0.7.3
28962026-03-17T20:14:12.316Z Compiling guppy-workspace-hack v0.1.0
28972026-03-17T20:14:12.475Z Checking md5 v0.7.0
28982026-03-17T20:14:12.515Z Checking rustc-demangle v0.1.27
28992026-03-17T20:14:12.732Z Checking russh-keys v0.45.0
29002026-03-17T20:14:12.855Z Checking backtrace v0.3.76
29012026-03-17T20:14:13.011Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29022026-03-17T20:14:13.286Z Checking num-bigint v0.4.6
29032026-03-17T20:14:13.327Z Checking des v0.8.1
29042026-03-17T20:14:13.610Z Compiling blake3 v1.8.3
29052026-03-17T20:14:13.761Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-03-17T20:14:14.126Z Compiling target-spec v3.5.7
29072026-03-17T20:14:14.353Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-03-17T20:14:14.680Z Checking russh v0.45.0
29092026-03-17T20:14:15.072Z Checking backtrace-ext v0.2.1
29102026-03-17T20:14:15.137Z Checking cfg-expr v0.20.6
29112026-03-17T20:14:15.282Z Checking supports-color v2.1.0
29122026-03-17T20:14:15.372Z Checking textwrap v0.15.2
29132026-03-17T20:14:15.481Z Checking supports-hyperlinks v2.1.0
29142026-03-17T20:14:15.654Z Checking supports-unicode v2.1.0
29152026-03-17T20:14:15.696Z Checking hashbrown v0.14.5
29162026-03-17T20:14:15.699Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29172026-03-17T20:14:15.830Z Checking cargo-platform v0.3.2
29182026-03-17T20:14:16.010Z Checking socket2 v0.5.10
29192026-03-17T20:14:16.094Z Checking terminal_size v0.1.17
29202026-03-17T20:14:16.260Z Compiling miette-derive v5.10.0
29212026-03-17T20:14:16.342Z Checking internet-checksum v0.2.1
29222026-03-17T20:14:16.414Z Checking owo-colors v3.5.0
29232026-03-17T20:14:16.529Z Checking chumsky v0.9.3
29242026-03-17T20:14:17.188Z Checking cargo_metadata v0.23.1
29252026-03-17T20:14:17.802Z Checking miette v5.10.0
29262026-03-17T20:14:18.052Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29272026-03-17T20:14:18.247Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29282026-03-17T20:14:18.339Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29292026-03-17T20:14:18.472Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29302026-03-17T20:14:18.752Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29312026-03-17T20:14:18.816Z Checking httptest v0.16.4
29322026-03-17T20:14:19.051Z Compiling git2 v0.20.4
29332026-03-17T20:14:19.146Z Checking pathdiff v0.2.3
29342026-03-17T20:14:19.319Z Compiling knuffel-derive v3.2.0
29352026-03-17T20:14:19.360Z Checking nested v0.1.1
29362026-03-17T20:14:19.401Z Checking topological-sort v0.2.2
29372026-03-17T20:14:19.570Z Checking guppy v0.17.25
29382026-03-17T20:14:19.634Z Checking omicron-zone-package v0.12.2
29392026-03-17T20:14:19.901Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29402026-03-17T20:14:20.209Z Checking similar-asserts v1.7.0
29412026-03-17T20:14:20.442Z Compiling rstest_macros v0.25.0
29422026-03-17T20:14:20.810Z Compiling target-triple v1.0.0
29432026-03-17T20:14:20.856Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29442026-03-17T20:14:21.036Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29452026-03-17T20:14:21.076Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29462026-03-17T20:14:21.298Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29472026-03-17T20:14:21.407Z Checking knuffel v3.2.0
29482026-03-17T20:14:21.604Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29492026-03-17T20:14:22.474Z Checking toml_datetime v1.0.0+spec-1.1.0
29502026-03-17T20:14:22.799Z Compiling relative-path v1.9.3
29512026-03-17T20:14:23.147Z Compiling assert_cmd v2.1.2
29522026-03-17T20:14:23.256Z Checking escape8259 v0.5.3
29532026-03-17T20:14:23.464Z Checking libtest-mimic v0.8.1
29542026-03-17T20:14:23.577Z Checking toml v1.0.3+spec-1.1.0
29552026-03-17T20:14:23.979Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29562026-03-17T20:14:24.024Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29572026-03-17T20:14:24.193Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29582026-03-17T20:14:24.437Z Checking blake2b_simd v1.0.4
29592026-03-17T20:14:25.088Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29602026-03-17T20:14:25.129Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29612026-03-17T20:14:25.594Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29622026-03-17T20:14:25.662Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29632026-03-17T20:14:25.969Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29642026-03-17T20:14:26.281Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29652026-03-17T20:14:26.536Z Checking fancy-regex v0.14.0
29662026-03-17T20:14:26.832Z Checking serde_tokenstream v0.2.3
29672026-03-17T20:14:27.098Z Checking uzers v0.12.2
29682026-03-17T20:14:27.154Z Checking constant_time_eq v0.3.1
29692026-03-17T20:14:27.323Z Checking termcolor v1.4.1
29702026-03-17T20:14:27.483Z Compiling linkme-impl v0.3.35
29712026-03-17T20:14:27.743Z Checking trybuild v1.0.116
29722026-03-17T20:14:28.040Z Checking rust-argon2 v2.1.0
29732026-03-17T20:14:28.416Z Checking datatest-stable v0.3.3
29742026-03-17T20:14:28.633Z Checking rstest v0.25.0
29752026-03-17T20:14:28.992Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29762026-03-17T20:14:29.075Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29772026-03-17T20:14:29.398Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782026-03-17T20:14:29.457Z Checking support-bundle-viewer v0.1.2
29792026-03-17T20:14:29.806Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29802026-03-17T20:14:30.112Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29812026-03-17T20:14:30.155Z Compiling polar-core v0.27.3
29822026-03-17T20:14:30.285Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29832026-03-17T20:14:30.503Z Checking drift v0.1.3
29842026-03-17T20:14:30.724Z Checking rand_distr v0.5.1
29852026-03-17T20:14:30.993Z Checking multimap v0.10.1
29862026-03-17T20:14:31.268Z Checking approx v0.5.1
29872026-03-17T20:14:31.373Z Compiling linkme v0.3.35
29882026-03-17T20:14:31.483Z Checking dropshot-api-manager v0.6.0
29892026-03-17T20:14:32.907Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29902026-03-17T20:14:33.188Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29912026-03-17T20:14:33.392Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29922026-03-17T20:14:33.700Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29932026-03-17T20:14:33.889Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29942026-03-17T20:14:34.005Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29952026-03-17T20:14:34.257Z Checking partial-io v0.5.4
29962026-03-17T20:14:34.356Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29972026-03-17T20:14:34.569Z Checking cargo_toml v0.21.0
29982026-03-17T20:14:34.624Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29992026-03-17T20:14:34.670Z Checking termios v0.3.3
30002026-03-17T20:14:34.879Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30012026-03-17T20:14:34.924Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30022026-03-17T20:14:35.280Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30032026-03-17T20:14:35.767Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-03-17T20:14:37.574Z Checking oso v0.27.3
30052026-03-17T20:14:37.855Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30062026-03-17T20:14:40.216Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30072026-03-17T20:14:45.576Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30082026-03-17T20:14:48.529Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30092026-03-17T20:14:53.329Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30102026-03-17T20:14:55.033Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30112026-03-17T20:15:01.768Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30122026-03-17T20:15:06.184Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30132026-03-17T20:15:09.192Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30142026-03-17T20:15:09.890Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30152026-03-17T20:15:20.677Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30162026-03-17T20:17:14.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 31s
30172026-03-17T20:17:15.662Z
30182026-03-17T20:17:15.666Zreal 5:36.261383251
30192026-03-17T20:17:15.666Zuser 28:25.273450368
30202026-03-17T20:17:15.666Zsys 5:48.177797257
30212026-03-17T20:17:15.666Ztrap 0.739703847
30222026-03-17T20:17:15.666Ztflt 0.427252358
30232026-03-17T20:17:15.666Zdflt 0.180443370
30242026-03-17T20:17:15.666Zkflt 0.000980928
30252026-03-17T20:17:15.666Zlock 1:07:07.256761492
30262026-03-17T20:17:15.666Zslp 1:30:49.850122155
30272026-03-17T20:17:15.666Zlat 2:18.135829008
30282026-03-17T20:17:15.666Zstop 13:02.516468075
30292026-03-17T20:17:15.666Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30302026-03-17T20:17:15.666Z+ ptime -m cargo doc --workspace --no-deps
30312026-03-17T20:17:16.839Zwarning: output filename collision.
30322026-03-17T20:17:16.839ZThe 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)`.
30332026-03-17T20:17:16.839ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30342026-03-17T20:17:16.839ZThe targets should have unique names.
30352026-03-17T20:17:16.839ZThis is a known bug where multiple crates with the same name use
30362026-03-17T20:17:16.839Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
30372026-03-17T20:17:18.020Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-03-17T20:17:18.233Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30392026-03-17T20:17:18.265Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30402026-03-17T20:17:18.321Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30412026-03-17T20:17:18.356Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30422026-03-17T20:17:18.388Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30432026-03-17T20:17:18.392Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-03-17T20:17:18.586Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30452026-03-17T20:17:18.620Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30462026-03-17T20:17:18.668Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30472026-03-17T20:17:18.701Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30482026-03-17T20:17:18.866Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30492026-03-17T20:17:18.897Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30502026-03-17T20:17:18.926Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30512026-03-17T20:17:18.989Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30522026-03-17T20:17:19.096Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30532026-03-17T20:17:19.220Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30542026-03-17T20:17:19.279Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30552026-03-17T20:17:19.309Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30562026-03-17T20:17:19.346Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30572026-03-17T20:17:19.798Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30582026-03-17T20:17:20.204Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30592026-03-17T20:17:20.242Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30602026-03-17T20:17:20.275Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30612026-03-17T20:17:20.434Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30622026-03-17T20:17:20.698Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30632026-03-17T20:17:20.785Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30642026-03-17T20:17:20.846Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30652026-03-17T20:17:20.870Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30662026-03-17T20:17:20.897Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30672026-03-17T20:17:20.968Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30682026-03-17T20:17:21.092Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30692026-03-17T20:17:21.125Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30702026-03-17T20:17:21.326Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30712026-03-17T20:17:21.355Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30722026-03-17T20:17:21.580Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30732026-03-17T20:17:21.608Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30742026-03-17T20:17:21.781Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30752026-03-17T20:17:21.807Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30762026-03-17T20:17:22.130Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30772026-03-17T20:17:22.155Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30782026-03-17T20:17:22.305Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30792026-03-17T20:17:22.467Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30802026-03-17T20:17:22.680Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30812026-03-17T20:17:22.864Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30822026-03-17T20:17:22.890Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30832026-03-17T20:17:23.131Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30842026-03-17T20:17:23.208Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30852026-03-17T20:17:23.259Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30862026-03-17T20:17:23.348Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30872026-03-17T20:17:23.411Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30882026-03-17T20:17:23.526Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30892026-03-17T20:17:23.590Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30902026-03-17T20:17:23.656Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30912026-03-17T20:17:23.682Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30922026-03-17T20:17:23.796Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30932026-03-17T20:17:23.981Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30942026-03-17T20:17:24.007Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30952026-03-17T20:17:24.085Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30962026-03-17T20:17:24.151Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30972026-03-17T20:17:24.343Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30982026-03-17T20:17:24.372Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30992026-03-17T20:17:24.406Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31002026-03-17T20:17:24.621Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31012026-03-17T20:17:24.670Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31022026-03-17T20:17:24.705Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31032026-03-17T20:17:24.763Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31042026-03-17T20:17:24.854Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31052026-03-17T20:17:24.945Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31062026-03-17T20:17:25.166Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31072026-03-17T20:17:25.218Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31082026-03-17T20:17:25.222Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31092026-03-17T20:17:25.222Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31102026-03-17T20:17:25.716Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31112026-03-17T20:17:25.746Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31122026-03-17T20:17:25.951Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31132026-03-17T20:17:26.517Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31142026-03-17T20:17:26.783Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31152026-03-17T20:17:27.088Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31162026-03-17T20:17:27.117Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31172026-03-17T20:17:27.453Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31182026-03-17T20:17:27.615Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31192026-03-17T20:17:27.645Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31202026-03-17T20:17:27.746Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31212026-03-17T20:17:28.348Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31222026-03-17T20:17:28.717Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31232026-03-17T20:17:28.782Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-03-17T20:17:29.094Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31252026-03-17T20:17:29.545Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31262026-03-17T20:17:29.599Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-17T20:17:30.430Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31282026-03-17T20:17:30.481Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31292026-03-17T20:17:30.855Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31302026-03-17T20:17:31.008Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31312026-03-17T20:17:31.505Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31322026-03-17T20:17:31.767Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-03-17T20:17:32.917Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31342026-03-17T20:17:33.216Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31352026-03-17T20:17:33.292Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31362026-03-17T20:17:33.752Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31372026-03-17T20:17:33.776Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31382026-03-17T20:17:33.947Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31392026-03-17T20:17:34.187Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31402026-03-17T20:17:34.214Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31412026-03-17T20:17:34.270Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31422026-03-17T20:17:34.536Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31432026-03-17T20:17:34.746Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31442026-03-17T20:17:34.918Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31452026-03-17T20:17:35.022Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31462026-03-17T20:17:35.397Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31472026-03-17T20:17:35.425Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31482026-03-17T20:17:35.454Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31492026-03-17T20:17:35.930Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31502026-03-17T20:17:36.582Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31512026-03-17T20:17:37.001Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31522026-03-17T20:17:37.607Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31532026-03-17T20:17:37.725Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31542026-03-17T20:17:37.891Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31552026-03-17T20:17:38.224Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31562026-03-17T20:17:38.269Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-03-17T20:17:38.658Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31582026-03-17T20:17:38.780Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-17T20:17:39.353Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31602026-03-17T20:17:39.589Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31612026-03-17T20:17:39.769Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31622026-03-17T20:17:40.007Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31632026-03-17T20:17:40.275Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31642026-03-17T20:17:41.666Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31652026-03-17T20:17:41.749Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31662026-03-17T20:17:41.971Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-03-17T20:17:42.370Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31682026-03-17T20:17:43.007Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31692026-03-17T20:17:43.010Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702026-03-17T20:17:44.489Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31712026-03-17T20:17:45.464Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31722026-03-17T20:17:45.569Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-03-17T20:17:46.276Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31742026-03-17T20:17:46.636Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-03-17T20:17:46.671Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31762026-03-17T20:17:47.034Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31772026-03-17T20:17:47.206Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31782026-03-17T20:17:47.434Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31792026-03-17T20:17:47.465Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31802026-03-17T20:17:47.661Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31812026-03-17T20:17:49.153Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-03-17T20:17:49.746Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31832026-03-17T20:17:50.738Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31842026-03-17T20:17:51.350Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31852026-03-17T20:17:51.967Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31862026-03-17T20:17:52.286Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31872026-03-17T20:17:52.312Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31882026-03-17T20:17:55.472Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31892026-03-17T20:17:55.638Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31902026-03-17T20:17:56.609Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31912026-03-17T20:17:57.516Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31922026-03-17T20:17:58.048Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31932026-03-17T20:17:58.811Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31942026-03-17T20:17:58.841Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31952026-03-17T20:17:59.313Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31962026-03-17T20:17:59.810Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31972026-03-17T20:18:01.027Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31982026-03-17T20:18:01.920Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31992026-03-17T20:18:01.995Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32002026-03-17T20:18:02.344Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32012026-03-17T20:18:02.512Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32022026-03-17T20:18:02.884Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32032026-03-17T20:18:02.927Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32042026-03-17T20:18:03.138Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32052026-03-17T20:18:03.164Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32062026-03-17T20:18:03.677Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32072026-03-17T20:18:04.075Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32082026-03-17T20:18:04.301Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32092026-03-17T20:18:04.443Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32102026-03-17T20:18:05.124Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32112026-03-17T20:18:05.152Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32122026-03-17T20:18:05.734Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32132026-03-17T20:18:05.999Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32142026-03-17T20:18:06.028Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32152026-03-17T20:18:06.611Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32162026-03-17T20:18:07.644Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32172026-03-17T20:18:09.235Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32182026-03-17T20:18:10.067Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32192026-03-17T20:18:10.509Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32202026-03-17T20:18:14.468Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32212026-03-17T20:18:15.319Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32222026-03-17T20:18:16.246Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32232026-03-17T20:18:16.694Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32242026-03-17T20:18:18.676Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32252026-03-17T20:18:20.554Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32262026-03-17T20:18:22.229Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32272026-03-17T20:18:22.939Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32282026-03-17T20:18:23.416Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32292026-03-17T20:18:24.217Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32302026-03-17T20:18:27.911Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32312026-03-17T20:18:28.188Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32322026-03-17T20:18:29.120Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32332026-03-17T20:18:29.898Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32342026-03-17T20:18:30.569Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32352026-03-17T20:18:30.804Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-03-17T20:18:31.871Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32372026-03-17T20:18:33.880Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32382026-03-17T20:18:34.829Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32392026-03-17T20:18:39.104Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32402026-03-17T20:18:39.863Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32412026-03-17T20:18:40.672Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32422026-03-17T20:18:42.219Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32432026-03-17T20:18:43.073Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32442026-03-17T20:18:43.932Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32452026-03-17T20:18:45.153Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32462026-03-17T20:18:47.720Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32472026-03-17T20:18:48.509Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32482026-03-17T20:18:50.865Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32492026-03-17T20:18:51.167Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32502026-03-17T20:18:52.327Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32512026-03-17T20:18:52.957Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32522026-03-17T20:18:54.298Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32532026-03-17T20:18:55.656Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32542026-03-17T20:18:56.232Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32552026-03-17T20:18:57.507Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32562026-03-17T20:18:59.405Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32572026-03-17T20:19:00.144Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32582026-03-17T20:19:00.911Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32592026-03-17T20:19:02.097Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32602026-03-17T20:19:03.541Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32612026-03-17T20:19:06.163Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32622026-03-17T20:19:07.201Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32632026-03-17T20:19:08.558Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32642026-03-17T20:19:09.428Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32652026-03-17T20:19:10.609Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32662026-03-17T20:19:12.048Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32672026-03-17T20:19:14.417Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32682026-03-17T20:19:16.812Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32692026-03-17T20:19:17.614Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32702026-03-17T20:19:19.672Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32712026-03-17T20:19:21.315Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32722026-03-17T20:19:23.562Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32732026-03-17T20:19:25.304Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32742026-03-17T20:19:27.273Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32752026-03-17T20:19:29.124Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32762026-03-17T20:19:31.058Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32772026-03-17T20:19:33.006Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32782026-03-17T20:19:34.818Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32792026-03-17T20:19:39.643Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32802026-03-17T20:19:40.808Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32812026-03-17T20:19:41.959Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32822026-03-17T20:19:42.821Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32832026-03-17T20:19:44.948Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32842026-03-17T20:19:47.495Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32852026-03-17T20:19:49.312Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32862026-03-17T20:19:51.847Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32872026-03-17T20:19:53.943Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32882026-03-17T20:19:56.013Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32892026-03-17T20:19:58.601Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32902026-03-17T20:20:00.380Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32912026-03-17T20:20:02.501Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32922026-03-17T20:20:04.686Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32932026-03-17T20:20:06.773Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32942026-03-17T20:20:08.582Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32952026-03-17T20:20:11.005Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32962026-03-17T20:20:12.747Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32972026-03-17T20:20:14.926Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32982026-03-17T20:20:16.935Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32992026-03-17T20:20:19.235Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33002026-03-17T20:20:21.375Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33012026-03-17T20:20:23.456Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33022026-03-17T20:20:25.698Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33032026-03-17T20:20:27.786Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33042026-03-17T20:20:29.893Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33052026-03-17T20:20:32.024Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33062026-03-17T20:20:34.287Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33072026-03-17T20:20:36.404Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33082026-03-17T20:20:38.343Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33092026-03-17T20:20:40.480Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33102026-03-17T20:20:43.039Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33112026-03-17T20:20:45.310Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33122026-03-17T20:20:49.630Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33132026-03-17T20:20:50.082Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33142026-03-17T20:20:52.322Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33152026-03-17T20:20:54.529Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33162026-03-17T20:20:57.065Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33172026-03-17T20:20:59.542Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33182026-03-17T20:21:01.908Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33192026-03-17T20:21:04.393Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33202026-03-17T20:21:06.881Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33212026-03-17T20:21:09.305Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33222026-03-17T20:21:11.643Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33232026-03-17T20:21:14.139Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33242026-03-17T20:21:16.941Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33252026-03-17T20:21:18.976Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33262026-03-17T20:21:22.214Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33272026-03-17T20:21:24.059Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33282026-03-17T20:21:26.422Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33292026-03-17T20:21:28.906Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33302026-03-17T20:21:31.402Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33312026-03-17T20:21:33.718Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33322026-03-17T20:21:36.463Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33332026-03-17T20:21:38.848Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33342026-03-17T20:21:41.442Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33352026-03-17T20:21:43.797Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33362026-03-17T20:21:46.356Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33372026-03-17T20:21:48.885Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33382026-03-17T20:21:51.465Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33392026-03-17T20:21:53.911Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33402026-03-17T20:21:57.087Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33412026-03-17T20:21:59.295Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33422026-03-17T20:22:01.893Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33432026-03-17T20:22:04.362Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33442026-03-17T20:22:11.746Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33452026-03-17T20:22:13.406Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33462026-03-17T20:22:14.911Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33472026-03-17T20:22:17.986Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33482026-03-17T20:22:23.051Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33492026-03-17T20:22:25.464Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33502026-03-17T20:22:28.860Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33512026-03-17T20:22:32.395Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33522026-03-17T20:22:35.985Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33532026-03-17T20:22:39.494Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33542026-03-17T20:22:43.072Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33552026-03-17T20:22:46.526Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33562026-03-17T20:22:50.084Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33572026-03-17T20:22:53.669Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33582026-03-17T20:22:57.131Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33592026-03-17T20:23:00.716Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33602026-03-17T20:23:04.391Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33612026-03-17T20:23:07.811Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33622026-03-17T20:23:11.298Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33632026-03-17T20:23:14.807Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33642026-03-17T20:23:18.317Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33652026-03-17T20:23:21.850Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33662026-03-17T20:23:50.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 34s
33672026-03-17T20:23:50.605Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33682026-03-17T20:23:50.717Z
33692026-03-17T20:23:50.724Zreal 6:34.902863573
33702026-03-17T20:23:50.724Zuser 22:21.585304797
33712026-03-17T20:23:50.724Zsys 3:54.963435577
33722026-03-17T20:23:50.724Ztrap 0.422987411
33732026-03-17T20:23:50.724Ztflt 0.045108115
33742026-03-17T20:23:50.724Zdflt 0.041749494
33752026-03-17T20:23:50.726Zkflt 0.000019334
33762026-03-17T20:23:50.726Zlock 5:22:21.727135569
33772026-03-17T20:23:50.727Zslp 2:15:14.787546789
33782026-03-17T20:23:50.727Zlat 43.223028428
33792026-03-17T20:23:50.727Zstop 1:46.109993189
33802026-03-17T20:23:50.727Zprocess exited: duration 1114013 ms, exit code 0
 
33812026-03-17T20:23:50.746Zfound 0 output files