01KKX538EPN6435XRRFS82C4HA: clippy (helios)

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

Buildomat Job: 01KKX53N3K7GY4T27PEN2ZBD07

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-17T05:44:12.569Zjob assigned to worker 01KKX53QE68G43A9BA8D28WXM5 [factory aws, i-0a19ef97359b78c11] (queued for 59 s)
 
22026-03-17T05:44:20.667Zstarting task 0: "setup"
32026-03-17T05:44:20.671Z++ uname -s
42026-03-17T05:44:20.671Z+ kern=SunOS
52026-03-17T05:44:20.671Z+ build_user=build
62026-03-17T05:44:20.672Z+ build_uid=12345
72026-03-17T05:44:20.672Z+ work_dir=/work
82026-03-17T05:44:20.672Z+ input_dir=/input
92026-03-17T05:44:20.672Z+ [[ 0 == 12345 ]]
102026-03-17T05:44:20.672Z+ case "$kern" in
112026-03-17T05:44:20.672Z+ groupadd -g 12345 build
122026-03-17T05:44:20.672Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-17T05:44:22.924Z+ zfs create -o mountpoint=/work rpool/work
142026-03-17T05:44:22.959Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-17T05:44:22.959Z+ home_fs=zfs
162026-03-17T05:44:22.959Z+ [[ zfs == autofs ]]
172026-03-17T05:44:22.959Z+ mkdir -p /home/build
182026-03-17T05:44:22.959Z+ chown build:build /home/build /work
192026-03-17T05:44:24.800Z+ chmod 0700 /home/build /work
202026-03-17T05:44:24.806Zprocess exited: duration 4141 ms, exit code 0
 
212026-03-17T05:44:24.820Zstarting task 1: "rust-toolchain"
222026-03-17T05:44:24.825Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-17T05:44:24.825Z * rust toolchain channel = "1.94.0"
242026-03-17T05:44:24.825Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-17T05:44:24.825Z * rust toolchain profile = "default"
262026-03-17T05:44:24.825Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-17T05:44:24.825Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-17T05:44:24.828Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-17T05:44:24.828Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-17T05:44:25.158Zinfo: downloading installer
312026-03-17T05:44:26.857Zwarn: It looks like you have an existing installation of Rust at:
322026-03-17T05:44:26.857Zwarn: /opt/ooce/bin
332026-03-17T05:44:26.857Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-17T05:44:26.862Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-17T05:44:26.862Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-17T05:44:26.862Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-17T05:44:26.862Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-17T05:44:26.862Zerror: cannot install while Rust is installed
392026-03-17T05:44:26.862Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-17T05:44:26.862Zwarn: It looks like you have an existing rustup settings file at:
412026-03-17T05:44:26.862Zwarn: /home/build/.rustup/settings.toml
422026-03-17T05:44:26.862Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-17T05:44:26.862Zwarn: instead of the one inferred from the default host triple.
442026-03-17T05:44:26.872Zinfo: profile set to default
452026-03-17T05:44:26.872Zinfo: default host triple is x86_64-unknown-illumos
462026-03-17T05:44:26.878Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-17T05:44:27.027Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-17T05:44:27.035Zinfo: downloading 6 components
492026-03-17T05:44:42.630Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-17T05:44:42.630Z
512026-03-17T05:44:42.668Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-17T05:44:42.669Z
532026-03-17T05:44:42.677Z
542026-03-17T05:44:42.677ZRust is installed now. Great!
552026-03-17T05:44:42.677Z
562026-03-17T05:44:42.677ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-17T05:44:42.677Zenvironment variable. This has not been done automatically.
582026-03-17T05:44:42.677Z
592026-03-17T05:44:42.677ZTo configure your current shell, you need to source
602026-03-17T05:44:42.677Zthe corresponding env file under $HOME/.cargo.
612026-03-17T05:44:42.677Z
622026-03-17T05:44:42.677ZThis is usually done by running one of the following (note the leading DOT):
632026-03-17T05:44:42.677Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-17T05:44:42.677Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-17T05:44:42.677Zsource "~/.cargo/env.nu" # For nushell
662026-03-17T05:44:42.678Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-17T05:44:42.678Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-17T05:44:42.678Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-17T05:44:42.678Zwarn: no default linker (`cc`) was found in your PATH
702026-03-17T05:44:42.678Zwarn: many Rust crates require a system C toolchain to build
712026-03-17T05:44:42.778Z+ rustup --version
722026-03-17T05:44:42.786Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-17T05:44:42.790Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-17T05:44:42.812Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-17T05:44:42.816Z+ cargo --version
762026-03-17T05:44:42.832Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-17T05:44:42.836Z+ rustc --version
782026-03-17T05:44:42.861Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-17T05:44:42.871Zprocess exited: duration 18039 ms, exit code 0
 
802026-03-17T05:44:42.879Zstarting task 2: "authentication"
812026-03-17T05:44:42.914Zprocess exited: duration 19 ms, exit code 0
 
822026-03-17T05:44:42.926Zstarting task 3: "clone repository"
832026-03-17T05:44:42.929Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-17T05:44:42.933Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-17T05:44:42.978ZCloning into '/work/oxidecomputer/omicron'...
862026-03-17T05:44:52.990Z+ cd /work/oxidecomputer/omicron
872026-03-17T05:44:52.990Z+ git fetch origin 98e9742dc7ce3412b8eeda1c26b2ca24e0efa0cf
882026-03-17T05:44:53.328ZFrom https://github.com/oxidecomputer/omicron
892026-03-17T05:44:53.328Z * branch 98e9742dc7ce3412b8eeda1c26b2ca24e0efa0cf -> FETCH_HEAD
902026-03-17T05:44:53.339Z+ [[ -n zl/multicast-m2p-forwarding ]]
912026-03-17T05:44:53.342Z++ git branch --show-current
922026-03-17T05:44:53.345Z+ current=main
932026-03-17T05:44:53.345Z+ [[ main != zl/multicast-m2p-forwarding ]]
942026-03-17T05:44:53.345Z+ git branch -f zl/multicast-m2p-forwarding 98e9742dc7ce3412b8eeda1c26b2ca24e0efa0cf
952026-03-17T05:44:53.351Z+ git checkout -f zl/multicast-m2p-forwarding
962026-03-17T05:44:53.657ZSwitched to branch 'zl/multicast-m2p-forwarding'
972026-03-17T05:44:53.661Z+ git reset --hard 98e9742dc7ce3412b8eeda1c26b2ca24e0efa0cf
982026-03-17T05:44:53.725ZHEAD is now at 98e9742dc [multicast] M2P forwarding, OPTE port subscription, and sled-agent propagation
992026-03-17T05:44:53.728Zprocess exited: duration 10801 ms, exit code 0
 
1002026-03-17T05:44:53.734Zstarting task 4: "build"
1012026-03-17T05:44:53.738Z+ source ./env.sh
1022026-03-17T05:44:53.741Z++ OLD_SHELL_OPTS=ehxB
1032026-03-17T05:44:53.741Z++ set -o xtrace
1042026-03-17T05:44:53.741Z++++ dirname ./env.sh
1052026-03-17T05:44:53.745Z+++ readlink -f .
1062026-03-17T05:44:53.748Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-17T05:44:53.748Z++ 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-17T05:44:53.748Z++ 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-17T05:44:53.748Z++ 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-17T05:44:53.748Z++ 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-17T05:44:53.748Z++ 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-17T05:44:53.748Z++ 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-17T05:44:53.748Z++ 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-17T05:44:53.748Z++ 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-17T05:44:53.748Z++ case $OLD_SHELL_OPTS in
1162026-03-17T05:44:53.748Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-17T05:44:53.748Z+ source .github/buildomat/ci-env.sh
1182026-03-17T05:44:53.748Z++ export CARGO_TERM_COLOR=always
1192026-03-17T05:44:53.748Z++ CARGO_TERM_COLOR=always
1202026-03-17T05:44:53.748Z+ cargo --version
1212026-03-17T05:44:53.756Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-17T05:44:53.758Z+ rustc --version
1232026-03-17T05:44:53.783Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-17T05:44:53.786Z+ banner prerequisites
1252026-03-17T05:44:53.788Z
1262026-03-17T05:44:53.788Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-17T05:44:53.789Z # # # # # # # # # # # # # # #
1282026-03-17T05:44:53.789Z # # # # ##### # # ##### # # # # # #### #
1292026-03-17T05:44:53.789Z ##### ##### # ##### # # # # # # # # #
1302026-03-17T05:44:53.789Z # # # # # # # # # # # # # # #
1312026-03-17T05:44:53.789Z # # # ###### # # ###### ### # #### # #### #
1322026-03-17T05:44:53.789Z
1332026-03-17T05:44:53.789Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-17T05:45:03.675Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-17T05:45:13.270Z Startup: Caching catalogs ... Done
1362026-03-17T05:45:35.500ZPlanning: Solver setup ... Done (20.636s)
1372026-03-17T05:45:35.655ZPlanning: Running solver ... Done (0.149s)
1382026-03-17T05:45:35.828ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-17T05:45:36.972ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-17T05:45:37.098ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-17T05:45:37.143ZPlanning: Package planning ... Done (0.043s)
1422026-03-17T05:45:37.185ZPlanning: Merging actions ... Done (0.044s)
1432026-03-17T05:45:37.422ZPlanning: Checking for conflicting actions ... Done (0.238s)
1442026-03-17T05:45:37.432ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-17T05:45:38.291ZPlanning: Evaluating mediators ... Done (0.859s)
1462026-03-17T05:45:38.302ZPlanning: Planning completed in 24.88 seconds
1472026-03-17T05:45:38.313Z Packages to install: 4
1482026-03-17T05:45:38.316Z Mediators to change: 2
1492026-03-17T05:45:38.316Z Services to change: 1
1502026-03-17T05:45:38.316Z Estimated space available: 155.43 GB
1512026-03-17T05:45:38.316ZEstimated space to be consumed: 1.83 GB
1522026-03-17T05:45:38.316Z Create boot environment: No
1532026-03-17T05:45:38.316ZCreate backup boot environment: No
1542026-03-17T05:45:38.316Z Rebuild boot archive: No
1552026-03-17T05:45:38.316Z
1562026-03-17T05:45:38.317ZChanged mediators:
1572026-03-17T05:45:38.317Z mediator clang:
1582026-03-17T05:45:38.317Z version: None -> 15 (system default)
1592026-03-17T05:45:38.317Z
1602026-03-17T05:45:38.317Z mediator llvm:
1612026-03-17T05:45:38.317Z version: 14 (system default) -> 15 (system default)
1622026-03-17T05:45:38.317Z
1632026-03-17T05:45:38.317ZChanged packages:
1642026-03-17T05:45:38.317Zhelios-dev
1652026-03-17T05:45:38.317Z developer/build-essential
1662026-03-17T05:45:38.317Z None -> 11-2.0
1672026-03-17T05:45:38.317Z library/libxmlsec1
1682026-03-17T05:45:38.317Z None -> 1.2.35-2.0
1692026-03-17T05:45:38.317Z ooce/developer/clang-15
1702026-03-17T05:45:38.317Z None -> 15.0.7-2.0
1712026-03-17T05:45:38.317Z ooce/developer/llvm-15
1722026-03-17T05:45:38.317Z None -> 15.0.7-2.0
1732026-03-17T05:45:38.317Z
1742026-03-17T05:45:38.317ZServices:
1752026-03-17T05:45:38.317Z restart_fmri:
1762026-03-17T05:45:38.317Z svc:/system/update-man-index:default
1772026-03-17T05:45:38.362Z
1782026-03-17T05:45:38.362ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-17T05:45:43.387ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (16.9M/s)
1802026-03-17T05:45:48.393ZDownload: 2276/3290 items 119.5/212.6MB 56% complete (12.0M/s)
1812026-03-17T05:45:56.100ZDownload: 3245/3290 items 203.1/212.6MB 95% complete (15.9M/s)
1822026-03-17T05:45:59.737ZDownload: Completed 212.60 MB in 21.37 seconds (9.9M/s)
1832026-03-17T05:45:59.900Z Actions: 1/3689 actions (Installing new actions)
1842026-03-17T05:46:04.008Z Actions: Completed 3689 actions in 4.11 seconds.
1852026-03-17T05:46:04.382Z Done (0.369s)
1862026-03-17T05:46:04.383Z Done (0.000s)
1872026-03-17T05:46:05.382Z Done (0.999s)
1882026-03-17T05:46:09.335Z Done (3.612s)
1892026-03-17T05:46:09.420Z Done (0.018s)
1902026-03-17T05:46:09.423Z Done (0.000s)
1912026-03-17T05:46:09.634Z Done (0.000s)
1922026-03-17T05:46:10.602ZPlanning: Evaluating mediator changes ... Done
1932026-03-17T05:46:10.748ZPlanning: Checking for conflicting actions ... Done
1942026-03-17T05:46:10.751ZPlanning: Consolidating action changes ... Done
1952026-03-17T05:46:10.970ZPlanning: Evaluating mediators ... Done
1962026-03-17T05:46:10.973ZPlanning: Planning completed in 0.37 seconds
1972026-03-17T05:46:10.999Z Mediators to change: 2
1982026-03-17T05:46:11.000Z Create boot environment: No
1992026-03-17T05:46:11.002ZCreate backup boot environment: No
2002026-03-17T05:46:11.082Z Done
2012026-03-17T05:46:11.082Z Done
2022026-03-17T05:46:11.810Z Done
2032026-03-17T05:46:15.123Z Done
2042026-03-17T05:46:15.204Z Done
2052026-03-17T05:46:15.207Z Done
2062026-03-17T05:46:15.375Z Done
2072026-03-17T05:46:15.912ZPlanning: Evaluating mediator changes ... Done
2082026-03-17T05:46:15.915ZPlanning: Merging actions ... Done
2092026-03-17T05:46:16.084ZPlanning: Checking for conflicting actions ... Done
2102026-03-17T05:46:16.087ZPlanning: Consolidating action changes ... Done
2112026-03-17T05:46:16.305ZPlanning: Evaluating mediators ... Done
2122026-03-17T05:46:16.347ZPlanning: Planning completed in 0.64 seconds
2132026-03-17T05:46:16.378Z Packages to change: 1
2142026-03-17T05:46:16.378Z Mediators to change: 1
2152026-03-17T05:46:16.381Z Services to change: 1
2162026-03-17T05:46:16.381Z Create boot environment: No
2172026-03-17T05:46:16.381ZCreate backup boot environment: Yes
2182026-03-17T05:46:18.964Z Actions: 1/6 actions (Updating modified actions)
2192026-03-17T05:46:18.967Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-17T05:46:18.967Z Done
2212026-03-17T05:46:18.967Z Done
2222026-03-17T05:46:19.154Z Done
2232026-03-17T05:46:22.445Z Done
2242026-03-17T05:46:22.531Z Done
2252026-03-17T05:46:22.533Z Done
2262026-03-17T05:46:22.685Z Done
2272026-03-17T05:46:23.063ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-17T05:46:23.063Zclang system 15 system
2292026-03-17T05:46:23.063Zcsh system system illumos
2302026-03-17T05:46:23.063Zctags system system illumos
2312026-03-17T05:46:23.063Zfile system system illumos
2322026-03-17T05:46:23.063Zgcc vendor 12 vendor
2332026-03-17T05:46:23.063Zgcc system 10 system
2342026-03-17T05:46:23.064Zgcc system 7 system
2352026-03-17T05:46:23.064Zgo system 1.20 system
2362026-03-17T05:46:23.064Zgo system 1.19 system
2372026-03-17T05:46:23.064Zllvm system 15 system
2382026-03-17T05:46:23.064Zllvm system 14 system
2392026-03-17T05:46:23.064Zmariadb system 10.6 system
2402026-03-17T05:46:23.064Zmta vendor vendor dma
2412026-03-17T05:46:23.064Zopenjdk system 17 system
2422026-03-17T05:46:23.064Zopenjdk system 11 system
2432026-03-17T05:46:23.064Zopenjdk system 1.8 system
2442026-03-17T05:46:23.064Zopenssl vendor 3 vendor
2452026-03-17T05:46:23.064Zperl system 5.36 system
2462026-03-17T05:46:23.064Zpostgresql system 15 system
2472026-03-17T05:46:23.064Zpostgresql system 13 system
2482026-03-17T05:46:23.064Zpython vendor 3 vendor
2492026-03-17T05:46:23.064Zpython system 2 system
2502026-03-17T05:46:23.064Zpython3 system 3.11 system
2512026-03-17T05:46:23.064Zruby system 3.0 system
2522026-03-17T05:46:23.064Zwords vendor vendor american-english
2532026-03-17T05:46:23.064Zwords system system australian-english
2542026-03-17T05:46:23.064Zwords system system british-english
2552026-03-17T05:46:23.064Zwords system system canadian-english
2562026-03-17T05:46:23.064Zwords system system french
2572026-03-17T05:46:23.064Zwords system system italian
2582026-03-17T05:46:23.064Zwords system system ngerman
2592026-03-17T05:46:23.064Zwords system system ogerman
2602026-03-17T05:46:23.064Zwords system system spanish
2612026-03-17T05:46:23.364ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-17T05:46:23.364Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-17T05:46:29.278ZFMRI IFO
2642026-03-17T05:46:29.278Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-17T05:46:29.278Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-17T05:46:29.278Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-17T05:46:29.278Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-17T05:46:29.278Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-17T05:46:29.278Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-17T05:46:29.278Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-17T05:46:29.278Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-17T05:46:29.278Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-17T05:46:29.278Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-17T05:46:29.278Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-17T05:46:29.278Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-17T05:46:29.278Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-17T05:46:29.278Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-17T05:46:29.278Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-17T05:46:29.278Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-17T05:46:30.496Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-17T05:46:30.740Z Updating crates.io index
2822026-03-17T05:46:30.801Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-17T05:46:31.536Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-17T05:46:31.853Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-17T05:46:32.231Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-17T05:46:32.508Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-17T05:46:35.487Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-17T05:46:36.158Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-17T05:46:39.650Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-17T05:46:41.311Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-17T05:46:42.226Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-17T05:46:42.517Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-17T05:46:43.818Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-17T05:46:44.280Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-17T05:46:44.774Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-17T05:46:45.234Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-17T05:46:46.287Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-17T05:46:46.802Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-17T05:46:47.285Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-17T05:46:47.527Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-17T05:46:47.965Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-17T05:46:48.263Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-17T05:46:48.488Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-17T05:46:48.734Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-17T05:46:49.143Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-17T05:46:49.654Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-17T05:46:50.216Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-17T05:46:50.508Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-17T05:46:50.828Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-17T05:46:51.139Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-17T05:46:52.560Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-17T05:46:52.810Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-17T05:46:53.138Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-17T05:46:53.441Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-17T05:46:53.786Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-17T05:46:54.259Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-17T05:46:54.503Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-17T05:46:54.732Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-17T05:46:55.109Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-17T05:47:44.724Z Downloading crates ...
3212026-03-17T05:47:44.778Z Downloaded anstream v0.6.21
3222026-03-17T05:47:44.782Z Downloaded byteorder v1.5.0
3232026-03-17T05:47:44.785Z Downloaded num-traits v0.2.19
3242026-03-17T05:47:44.790Z Downloaded tempfile v3.25.0
3252026-03-17T05:47:44.790Z Downloaded litemap v0.8.1
3262026-03-17T05:47:44.799Z Downloaded fs-err v3.3.0
3272026-03-17T05:47:44.806Z Downloaded cargo_toml v0.21.0
3282026-03-17T05:47:44.810Z Downloaded generic-array v0.14.7
3292026-03-17T05:47:44.814Z Downloaded icu_collections v2.1.1
3302026-03-17T05:47:44.817Z Downloaded icu_properties v2.1.2
3312026-03-17T05:47:44.820Z Downloaded proc-macro-error-attr v1.0.4
3322026-03-17T05:47:44.820Z Downloaded heck v0.5.0
3332026-03-17T05:47:44.823Z Downloaded heck v0.4.1
3342026-03-17T05:47:44.823Z Downloaded sha2 v0.10.9
3352026-03-17T05:47:44.827Z Downloaded getrandom v0.4.1
3362026-03-17T05:47:44.832Z Downloaded memmap v0.7.0
3372026-03-17T05:47:44.835Z Downloaded form_urlencoded v1.2.2
3382026-03-17T05:47:44.835Z Downloaded cpufeatures v0.2.17
3392026-03-17T05:47:44.837Z Downloaded pretty-hex v0.4.1
3402026-03-17T05:47:44.840Z Downloaded plain v0.2.3
3412026-03-17T05:47:44.843Z Downloaded serde_spanned v0.6.9
3422026-03-17T05:47:44.843Z Downloaded scroll_derive v0.12.1
3432026-03-17T05:47:44.844Z Downloaded textwrap v0.16.2
3442026-03-17T05:47:44.847Z Downloaded zerofrom-derive v0.1.6
3452026-03-17T05:47:44.847Z Downloaded utf8_iter v1.0.4
3462026-03-17T05:47:44.850Z Downloaded potential_utf v0.1.4
3472026-03-17T05:47:44.850Z Downloaded unicode-linebreak v0.1.5
3482026-03-17T05:47:44.853Z Downloaded toml_datetime v0.6.11
3492026-03-17T05:47:44.856Z Downloaded thiserror-impl v2.0.18
3502026-03-17T05:47:44.856Z Downloaded cfg-if v1.0.4
3512026-03-17T05:47:44.859Z Downloaded usdt-attr-macro v0.5.0
3522026-03-17T05:47:44.861Z Downloaded yoke-derive v0.8.1
3532026-03-17T05:47:44.864Z Downloaded toml_write v0.1.2
3542026-03-17T05:47:44.864Z Downloaded serde-value v0.7.0
3552026-03-17T05:47:44.867Z Downloaded equivalent v1.0.2
3562026-03-17T05:47:44.867Z Downloaded tabled_derive v0.7.0
3572026-03-17T05:47:44.870Z Downloaded fnv v1.0.7
3582026-03-17T05:47:44.870Z Downloaded utf8parse v0.2.2
3592026-03-17T05:47:44.870Z Downloaded macaddr v1.0.1
3602026-03-17T05:47:44.872Z Downloaded proc-macro-error v1.0.4
3612026-03-17T05:47:44.872Z Downloaded usdt v0.5.0
3622026-03-17T05:47:44.875Z Downloaded thiserror v1.0.69
3632026-03-17T05:47:44.878Z Downloaded zmij v1.0.21
3642026-03-17T05:47:44.881Z Downloaded errno v0.3.14
3652026-03-17T05:47:44.881Z Downloaded zerofrom v0.1.6
3662026-03-17T05:47:44.881Z Downloaded thread-id v4.2.2
3672026-03-17T05:47:44.884Z Downloaded usdt-macro v0.5.0
3682026-03-17T05:47:44.884Z Downloaded typeid v1.0.3
3692026-03-17T05:47:44.884Z Downloaded itoa v1.0.17
3702026-03-17T05:47:44.884Z Downloaded dtrace-parser v0.2.0
3712026-03-17T05:47:44.884Z Downloaded terminal_size v0.4.3
3722026-03-17T05:47:44.887Z Downloaded fastrand v2.3.0
3732026-03-17T05:47:44.887Z Downloaded dof v0.3.0
3742026-03-17T05:47:44.887Z Downloaded cargo-platform v0.2.0
3752026-03-17T05:47:44.890Z Downloaded block-buffer v0.10.4
3762026-03-17T05:47:44.890Z Downloaded version_check v0.9.5
3772026-03-17T05:47:44.890Z Downloaded unicode-xid v0.2.6
3782026-03-17T05:47:44.893Z Downloaded percent-encoding v2.3.2
3792026-03-17T05:47:44.893Z Downloaded zerovec-derive v0.11.2
3802026-03-17T05:47:44.895Z Downloaded writeable v0.6.2
3812026-03-17T05:47:44.895Z Downloaded idna_adapter v1.2.1
3822026-03-17T05:47:44.895Z Downloaded tinystr v0.8.2
3832026-03-17T05:47:44.898Z Downloaded ordered-float v2.10.1
3842026-03-17T05:47:44.898Z Downloaded crypto-common v0.1.7
3852026-03-17T05:47:44.900Z Downloaded is_terminal_polyfill v1.70.2
3862026-03-17T05:47:44.903Z Downloaded toml v0.8.23
3872026-03-17T05:47:44.903Z Downloaded swrite v0.1.0
3882026-03-17T05:47:44.906Z Downloaded clap_lex v1.0.0
3892026-03-17T05:47:44.906Z Downloaded strsim v0.11.1
3902026-03-17T05:47:44.906Z Downloaded usdt-impl v0.5.0
3912026-03-17T05:47:44.909Z Downloaded anstyle-query v1.1.5
3922026-03-17T05:47:44.909Z Downloaded stable_deref_trait v1.2.1
3932026-03-17T05:47:44.909Z Downloaded smawk v0.3.2
3942026-03-17T05:47:44.913Z Downloaded yoke v0.8.1
3952026-03-17T05:47:44.913Z Downloaded digest v0.10.7
3962026-03-17T05:47:44.915Z Downloaded zerocopy-derive v0.7.35
3972026-03-17T05:47:44.918Z Downloaded ucd-trie v0.1.7
3982026-03-17T05:47:44.918Z Downloaded thiserror v2.0.18
3992026-03-17T05:47:44.920Z Downloaded unicode-ident v1.0.24
4002026-03-17T05:47:44.924Z Downloaded thiserror-impl v1.0.69
4012026-03-17T05:47:44.927Z Downloaded displaydoc v0.2.5
4022026-03-17T05:47:44.927Z Downloaded camino-tempfile v1.4.1
4032026-03-17T05:47:44.927Z Downloaded semver v1.0.27
4042026-03-17T05:47:44.930Z Downloaded erased-serde v0.4.9
4052026-03-17T05:47:44.930Z Downloaded colorchoice v1.0.4
4062026-03-17T05:47:44.933Z Downloaded cargo_metadata v0.21.0
4072026-03-17T05:47:44.933Z Downloaded anstyle-parse v0.2.7
4082026-03-17T05:47:44.936Z Downloaded synstructure v0.13.2
4092026-03-17T05:47:44.936Z Downloaded serde-untagged v0.1.9
4102026-03-17T05:47:44.939Z Downloaded autocfg v1.5.0
4112026-03-17T05:47:44.939Z Downloaded toml_edit v0.22.27
4122026-03-17T05:47:44.943Z Downloaded zerotrie v0.2.3
4132026-03-17T05:47:44.946Z Downloaded typenum v1.19.0
4142026-03-17T05:47:44.951Z Downloaded smallvec v1.15.1
4152026-03-17T05:47:44.951Z Downloaded scroll v0.12.0
4162026-03-17T05:47:44.954Z Downloaded pest_derive v2.8.6
4172026-03-17T05:47:44.954Z Downloaded url v2.5.8
4182026-03-17T05:47:44.954Z Downloaded once_cell v1.21.3
4192026-03-17T05:47:44.956Z Downloaded pest_generator v2.8.6
4202026-03-17T05:47:44.957Z Downloaded serde_tokenstream v0.2.3
4212026-03-17T05:47:44.962Z Downloaded zerovec v0.11.5
4222026-03-17T05:47:44.967Z Downloaded anstyle v1.0.13
4232026-03-17T05:47:44.970Z Downloaded quote v1.0.44
4242026-03-17T05:47:44.973Z Downloaded zerocopy v0.7.35
4252026-03-17T05:47:44.983Z Downloaded icu_provider v2.1.1
4262026-03-17T05:47:44.986Z Downloaded winnow v0.7.15
4272026-03-17T05:47:44.991Z Downloaded serde_core v1.0.228
4282026-03-17T05:47:44.994Z Downloaded papergrid v0.11.0
4292026-03-17T05:47:44.997Z Downloaded serde_derive v1.0.228
4302026-03-17T05:47:45.000Z Downloaded unicode-width v0.2.0
4312026-03-17T05:47:45.003Z Downloaded unicode-width v0.1.14
4322026-03-17T05:47:45.007Z Downloaded camino v1.2.2
4332026-03-17T05:47:45.010Z Downloaded proc-macro2 v1.0.106
4342026-03-17T05:47:45.013Z Downloaded log v0.4.29
4352026-03-17T05:47:45.013Z Downloaded icu_normalizer_data v2.1.1
4362026-03-17T05:47:45.016Z Downloaded icu_normalizer v2.1.1
4372026-03-17T05:47:45.019Z Downloaded idna v1.1.0
4382026-03-17T05:47:45.021Z Downloaded anyhow v1.0.102
4392026-03-17T05:47:45.022Z Downloaded clap_derive v4.5.55
4402026-03-17T05:47:45.025Z Downloaded pest_meta v2.8.6
4412026-03-17T05:47:45.027Z Downloaded memchr v2.8.0
4422026-03-17T05:47:45.030Z Downloaded serde v1.0.228
4432026-03-17T05:47:45.033Z Downloaded clap v4.5.60
4442026-03-17T05:47:45.036Z Downloaded cargo-util-schemas v0.8.2
4452026-03-17T05:47:45.039Z Downloaded icu_locale_core v2.1.1
4462026-03-17T05:47:45.042Z Downloaded bytecount v0.6.9
4472026-03-17T05:47:45.044Z Downloaded bitflags v2.11.0
4482026-03-17T05:47:45.059Z Downloaded indexmap v2.13.0
4492026-03-17T05:47:45.066Z Downloaded pest v2.8.6
4502026-03-17T05:47:45.075Z Downloaded hashbrown v0.16.1
4512026-03-17T05:47:45.083Z Downloaded serde_json v1.0.149
4522026-03-17T05:47:45.088Z Downloaded clap_builder v4.5.60
4532026-03-17T05:47:45.093Z Downloaded goblin v0.8.2
4542026-03-17T05:47:45.097Z Downloaded icu_properties_data v2.1.2
4552026-03-17T05:47:45.106Z Downloaded tabled v0.15.0
4562026-03-17T05:47:45.117Z Downloaded syn v1.0.109
4572026-03-17T05:47:45.130Z Downloaded syn v2.0.117
4582026-03-17T05:47:45.141Z Downloaded rustix v1.1.3
4592026-03-17T05:47:45.171Z Downloaded libc v0.2.180
4602026-03-17T05:47:45.255Z Compiling proc-macro2 v1.0.106
4612026-03-17T05:47:45.255Z Compiling unicode-ident v1.0.24
4622026-03-17T05:47:45.258Z Compiling quote v1.0.44
4632026-03-17T05:47:45.258Z Compiling serde_core v1.0.228
4642026-03-17T05:47:45.258Z Compiling libc v0.2.180
4652026-03-17T05:47:45.258Z Compiling version_check v0.9.5
4662026-03-17T05:47:45.258Z Compiling memchr v2.8.0
4672026-03-17T05:47:45.258Z Compiling serde v1.0.228
4682026-03-17T05:47:45.658Z Compiling stable_deref_trait v1.2.1
4692026-03-17T05:47:45.753Z Compiling zmij v1.0.21
4702026-03-17T05:47:45.957Z Compiling autocfg v1.5.0
4712026-03-17T05:47:46.004Z Compiling ucd-trie v0.1.7
4722026-03-17T05:47:46.049Z Compiling thiserror v1.0.69
4732026-03-17T05:47:46.406Z Compiling itoa v1.0.17
4742026-03-17T05:47:46.517Z Compiling pest v2.8.6
4752026-03-17T05:47:46.539Z Compiling litemap v0.8.1
4762026-03-17T05:47:46.598Z Compiling writeable v0.6.2
4772026-03-17T05:47:46.620Z Compiling icu_normalizer_data v2.1.1
4782026-03-17T05:47:46.647Z Compiling icu_properties_data v2.1.2
4792026-03-17T05:47:46.845Z Compiling rustix v1.1.3
4802026-03-17T05:47:46.891Z Compiling byteorder v1.5.0
4812026-03-17T05:47:47.142Z Compiling syn v2.0.117
4822026-03-17T05:47:47.235Z Compiling errno v0.3.14
4832026-03-17T05:47:47.257Z Compiling bitflags v2.11.0
4842026-03-17T05:47:47.341Z Compiling serde_json v1.0.149
4852026-03-17T05:47:47.547Z Compiling num-traits v0.2.19
4862026-03-17T05:47:47.712Z Compiling typeid v1.0.3
4872026-03-17T05:47:47.809Z Compiling smallvec v1.15.1
4882026-03-17T05:47:47.931Z Compiling hashbrown v0.16.1
4892026-03-17T05:47:48.053Z Compiling pest_meta v2.8.6
4902026-03-17T05:47:48.093Z Compiling equivalent v1.0.2
4912026-03-17T05:47:48.317Z Compiling thread-id v4.2.2
4922026-03-17T05:47:48.423Z Compiling usdt-impl v0.5.0
4932026-03-17T05:47:48.492Z Compiling proc-macro-error-attr v1.0.4
4942026-03-17T05:47:48.674Z Compiling indexmap v2.13.0
4952026-03-17T05:47:48.698Z Compiling winnow v0.7.15
4962026-03-17T05:47:48.721Z Compiling erased-serde v0.4.9
4972026-03-17T05:47:48.743Z Compiling syn v1.0.109
4982026-03-17T05:47:49.062Z Compiling toml_write v0.1.2
4992026-03-17T05:47:49.516Z Compiling proc-macro-error v1.0.4
5002026-03-17T05:47:49.600Z Compiling camino v1.2.2
5012026-03-17T05:47:49.747Z Compiling utf8_iter v1.0.4
5022026-03-17T05:47:49.935Z Compiling thiserror v2.0.18
5032026-03-17T05:47:50.007Z Compiling plain v0.2.3
5042026-03-17T05:47:50.146Z Compiling utf8parse v0.2.2
5052026-03-17T05:47:50.291Z Compiling getrandom v0.4.1
5062026-03-17T05:47:50.368Z Compiling percent-encoding v2.3.2
5072026-03-17T05:47:50.392Z Compiling log v0.4.29
5082026-03-17T05:47:50.620Z Compiling form_urlencoded v1.2.2
5092026-03-17T05:47:50.645Z Compiling ordered-float v2.10.1
5102026-03-17T05:47:50.677Z Compiling anstyle-parse v0.2.7
5112026-03-17T05:47:50.853Z Compiling terminal_size v0.4.3
5122026-03-17T05:47:50.906Z Compiling anstyle v1.0.13
5132026-03-17T05:47:51.002Z Compiling synstructure v0.13.2
5142026-03-17T05:47:51.025Z Compiling pest_generator v2.8.6
5152026-03-17T05:47:51.131Z Compiling colorchoice v1.0.4
5162026-03-17T05:47:51.195Z Compiling is_terminal_polyfill v1.70.2
5172026-03-17T05:47:51.276Z Compiling pretty-hex v0.4.1
5182026-03-17T05:47:51.300Z Compiling cfg-if v1.0.4
5192026-03-17T05:47:51.322Z Compiling anstyle-query v1.1.5
5202026-03-17T05:47:51.438Z Compiling anstream v0.6.21
5212026-03-17T05:47:51.463Z Compiling serde-untagged v0.1.9
5222026-03-17T05:47:51.672Z Compiling semver v1.0.27
5232026-03-17T05:47:51.816Z Compiling fs-err v3.3.0
5242026-03-17T05:47:51.850Z Compiling strsim v0.11.1
5252026-03-17T05:47:51.973Z Compiling heck v0.5.0
5262026-03-17T05:47:52.048Z Compiling fastrand v2.3.0
5272026-03-17T05:47:52.071Z Compiling bytecount v0.6.9
5282026-03-17T05:47:52.124Z Compiling unicode-xid v0.2.6
5292026-03-17T05:47:52.241Z Compiling clap_lex v1.0.0
5302026-03-17T05:47:52.284Z Compiling fnv v1.0.7
5312026-03-17T05:47:52.308Z Compiling heck v0.4.1
5322026-03-17T05:47:52.308Z Compiling anyhow v1.0.102
5332026-03-17T05:47:52.416Z Compiling unicode-width v0.1.14
5342026-03-17T05:47:52.542Z Compiling once_cell v1.21.3
5352026-03-17T05:47:52.679Z Compiling clap_builder v4.5.60
5362026-03-17T05:47:52.791Z Compiling papergrid v0.11.0
5372026-03-17T05:47:52.818Z Compiling tempfile v3.25.0
5382026-03-17T05:47:52.997Z Compiling memmap v0.7.0
5392026-03-17T05:47:53.028Z Compiling smawk v0.3.2
5402026-03-17T05:47:53.209Z Compiling unicode-width v0.2.0
5412026-03-17T05:47:53.234Z Compiling unicode-linebreak v0.1.5
5422026-03-17T05:47:53.316Z Compiling camino-tempfile v1.4.1
5432026-03-17T05:47:53.531Z Compiling serde_derive v1.0.228
5442026-03-17T05:47:53.556Z Compiling zerofrom-derive v0.1.6
5452026-03-17T05:47:53.578Z Compiling yoke-derive v0.8.1
5462026-03-17T05:47:53.624Z Compiling zerovec-derive v0.11.2
5472026-03-17T05:47:53.844Z Compiling displaydoc v0.2.5
5482026-03-17T05:47:54.791Z Compiling thiserror-impl v1.0.69
5492026-03-17T05:47:54.814Z Compiling zerocopy-derive v0.7.35
5502026-03-17T05:47:55.100Z Compiling pest_derive v2.8.6
5512026-03-17T05:47:55.139Z Compiling scroll_derive v0.12.1
5522026-03-17T05:47:55.455Z Compiling zerofrom v0.1.6
5532026-03-17T05:47:55.626Z Compiling yoke v0.8.1
5542026-03-17T05:47:55.629Z Compiling thiserror-impl v2.0.18
5552026-03-17T05:47:55.892Z Compiling zerovec v0.11.5
5562026-03-17T05:47:55.946Z Compiling zerotrie v0.2.3
5572026-03-17T05:47:55.995Z Compiling zerocopy v0.7.35
5582026-03-17T05:47:56.338Z Compiling scroll v0.12.0
5592026-03-17T05:47:56.574Z Compiling tinystr v0.8.2
5602026-03-17T05:47:56.616Z Compiling potential_utf v0.1.4
5612026-03-17T05:47:56.687Z Compiling dtrace-parser v0.2.0
5622026-03-17T05:47:56.776Z Compiling icu_collections v2.1.1
5632026-03-17T05:47:56.833Z Compiling icu_locale_core v2.1.1
5642026-03-17T05:47:56.856Z Compiling goblin v0.8.2
5652026-03-17T05:47:56.959Z Compiling tabled_derive v0.7.0
5662026-03-17T05:47:57.423Z Compiling clap_derive v4.5.55
5672026-03-17T05:47:57.652Z Compiling textwrap v0.16.2
5682026-03-17T05:47:57.764Z Compiling icu_provider v2.1.1
5692026-03-17T05:47:58.121Z Compiling icu_properties v2.1.2
5702026-03-17T05:47:58.160Z Compiling toml_datetime v0.6.11
5712026-03-17T05:47:58.215Z Compiling serde_spanned v0.6.9
5722026-03-17T05:47:58.240Z Compiling icu_normalizer v2.1.1
5732026-03-17T05:47:58.270Z Compiling dof v0.3.0
5742026-03-17T05:47:58.295Z Compiling serde_tokenstream v0.2.3
5752026-03-17T05:47:58.398Z Compiling toml_edit v0.22.27
5762026-03-17T05:47:58.510Z Compiling serde-value v0.7.0
5772026-03-17T05:47:58.801Z Compiling cargo-platform v0.2.0
5782026-03-17T05:47:58.964Z Compiling tabled v0.15.0
5792026-03-17T05:47:59.000Z Compiling macaddr v1.0.1
5802026-03-17T05:47:59.528Z Compiling idna_adapter v1.2.1
5812026-03-17T05:47:59.638Z Compiling usdt-macro v0.5.0
5822026-03-17T05:47:59.675Z Compiling idna v1.1.0
5832026-03-17T05:47:59.704Z Compiling usdt-attr-macro v0.5.0
5842026-03-17T05:47:59.722Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5852026-03-17T05:47:59.898Z Compiling clap v4.5.60
5862026-03-17T05:48:00.032Z Compiling swrite v0.1.0
5872026-03-17T05:48:00.153Z Compiling url v2.5.8
5882026-03-17T05:48:00.435Z Compiling toml v0.8.23
5892026-03-17T05:48:00.957Z Compiling cargo-util-schemas v0.8.2
5902026-03-17T05:48:01.154Z Compiling cargo_toml v0.21.0
5912026-03-17T05:48:01.289Z Compiling usdt v0.5.0
5922026-03-17T05:48:02.180Z Compiling cargo_metadata v0.21.0
5932026-03-17T05:48:03.493Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-17T05:48:06.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
5952026-03-17T05:48:06.600Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-17T05:48:07.329Z Downloading crates ...
5972026-03-17T05:48:07.443Z Downloaded adler2 v2.0.1
5982026-03-17T05:48:07.448Z Downloaded ahash v0.8.12
5992026-03-17T05:48:07.453Z Downloaded assert_matches v1.5.0
6002026-03-17T05:48:07.455Z Downloaded ciborium-io v0.2.2
6012026-03-17T05:48:07.456Z Downloaded bit-vec v0.8.0
6022026-03-17T05:48:07.458Z Downloaded bcs v0.1.6
6032026-03-17T05:48:07.463Z Downloaded convert_case v0.4.0
6042026-03-17T05:48:07.467Z Downloaded argon2 v0.5.3
6052026-03-17T05:48:07.471Z Downloaded cargo_metadata v0.19.2
6062026-03-17T05:48:07.474Z Downloaded async-trait v0.1.89
6072026-03-17T05:48:07.477Z Downloaded console v0.16.2
6082026-03-17T05:48:07.480Z Downloaded cobs v0.3.0
6092026-03-17T05:48:07.480Z Downloaded cstr-argument v0.1.2
6102026-03-17T05:48:07.480Z Downloaded crucible-workspace-hack v0.1.0
6112026-03-17T05:48:07.483Z Downloaded crunchy v0.2.4
6122026-03-17T05:48:07.483Z Downloaded chacha20 v0.10.0
6132026-03-17T05:48:07.486Z Downloaded bzip2 v0.6.1
6142026-03-17T05:48:07.486Z Downloaded csv-core v0.1.13
6152026-03-17T05:48:07.489Z Downloaded atty v0.2.14
6162026-03-17T05:48:07.489Z Downloaded foreign-types v0.5.0
6172026-03-17T05:48:07.492Z Downloaded crossbeam-epoch v0.9.18
6182026-03-17T05:48:07.495Z Downloaded base64 v0.21.7
6192026-03-17T05:48:07.499Z Downloaded crossbeam-deque v0.8.6
6202026-03-17T05:48:07.501Z Downloaded darling_core v0.21.3
6212026-03-17T05:48:07.504Z Downloaded castaway v0.2.4
6222026-03-17T05:48:07.507Z Downloaded bitfield-struct v0.6.2
6232026-03-17T05:48:07.507Z Downloaded critical-section v1.2.0
6242026-03-17T05:48:07.510Z Downloaded crossbeam-utils v0.8.21
6252026-03-17T05:48:07.510Z Downloaded base64ct v1.8.3
6262026-03-17T05:48:07.513Z Downloaded base16ct v0.2.0
6272026-03-17T05:48:07.514Z Downloaded bcrypt-pbkdf v0.10.0
6282026-03-17T05:48:07.517Z Downloaded bb8 v0.8.6
6292026-03-17T05:48:07.517Z Downloaded atomic-waker v1.1.2
6302026-03-17T05:48:07.521Z Downloaded ciborium-ll v0.2.2
6312026-03-17T05:48:07.524Z Downloaded ctr v0.9.2
6322026-03-17T05:48:07.524Z Downloaded darling v0.20.11
6332026-03-17T05:48:07.527Z Downloaded display-error-chain v0.2.2
6342026-03-17T05:48:07.530Z Downloaded crc-catalog v2.4.0
6352026-03-17T05:48:07.530Z Downloaded darling_macro v0.23.0
6362026-03-17T05:48:07.533Z Downloaded crc v3.4.0
6372026-03-17T05:48:07.533Z Downloaded bit-set v0.8.0
6382026-03-17T05:48:07.535Z Downloaded curve25519-dalek-derive v0.1.1
6392026-03-17T05:48:07.535Z Downloaded camino-tempfile-ext v0.3.3
6402026-03-17T05:48:07.538Z Downloaded bitflags v1.3.2
6412026-03-17T05:48:07.541Z Downloaded diesel_table_macro_syntax v0.3.0
6422026-03-17T05:48:07.541Z Downloaded dyn-clone v1.0.20
6432026-03-17T05:48:07.544Z Downloaded dunce v1.0.5
6442026-03-17T05:48:07.544Z Downloaded darling_macro v0.21.3
6452026-03-17T05:48:07.544Z Downloaded difflib v0.4.0
6462026-03-17T05:48:07.547Z Downloaded darling_macro v0.20.11
6472026-03-17T05:48:07.547Z Downloaded cargo-platform v0.1.9
6482026-03-17T05:48:07.549Z Downloaded dropshot-api-manager-types v0.6.0
6492026-03-17T05:48:07.549Z Downloaded deranged v0.5.8
6502026-03-17T05:48:07.549Z Downloaded cfg_aliases v0.2.1
6512026-03-17T05:48:07.552Z Downloaded data-encoding v2.10.0
6522026-03-17T05:48:07.552Z Downloaded base16ct v1.0.0
6532026-03-17T05:48:07.555Z Downloaded atomicwrites v0.4.4
6542026-03-17T05:48:07.555Z Downloaded async-stream v0.3.6
6552026-03-17T05:48:07.558Z Downloaded foreign-types-shared v0.3.1
6562026-03-17T05:48:07.558Z Downloaded debug-ignore v1.0.5
6572026-03-17T05:48:07.561Z Downloaded async-recursion v1.1.1
6582026-03-17T05:48:07.565Z Downloaded ascii-canvas v3.0.0
6592026-03-17T05:48:07.565Z Downloaded array-init v0.0.4
6602026-03-17T05:48:07.568Z Downloaded foreign-types v0.3.2
6612026-03-17T05:48:07.568Z Downloaded dirs-next v2.0.0
6622026-03-17T05:48:07.570Z Downloaded defmt v0.3.100
6632026-03-17T05:48:07.570Z Downloaded daft v0.1.5
6642026-03-17T05:48:07.576Z Downloaded defmt-parser v1.0.0
6652026-03-17T05:48:07.579Z Downloaded aead v0.5.2
6662026-03-17T05:48:07.582Z Downloaded futures-task v0.3.32
6672026-03-17T05:48:07.582Z Downloaded endian-type v0.1.2
6682026-03-17T05:48:07.582Z Downloaded downcast-rs v2.0.2
6692026-03-17T05:48:07.586Z Downloaded fs-err v2.11.0
6702026-03-17T05:48:07.586Z Downloaded bitfield v0.19.4
6712026-03-17T05:48:07.586Z Downloaded env_filter v1.0.0
6722026-03-17T05:48:07.589Z Downloaded fd-lock v4.0.4
6732026-03-17T05:48:07.592Z Downloaded foreign-types-shared v0.1.1
6742026-03-17T05:48:07.592Z Downloaded bitfield-macros v0.19.4
6752026-03-17T05:48:07.592Z Downloaded embedded-io v0.6.1
6762026-03-17T05:48:07.595Z Downloaded dof v0.4.0
6772026-03-17T05:48:07.595Z Downloaded cookie_store v0.22.1
6782026-03-17T05:48:07.599Z Downloaded float-ord v0.3.2
6792026-03-17T05:48:07.602Z Downloaded fixedbitset v0.4.2
6802026-03-17T05:48:07.602Z Downloaded dirs-sys-next v0.1.2
6812026-03-17T05:48:07.602Z Downloaded backon v1.6.0
6822026-03-17T05:48:07.605Z Downloaded foreign-types-macros v0.2.3
6832026-03-17T05:48:07.605Z Downloaded funty v2.0.0
6842026-03-17T05:48:07.608Z Downloaded futures-sink v0.3.32
6852026-03-17T05:48:07.608Z Downloaded drift v0.1.3
6862026-03-17T05:48:07.612Z Downloaded ghash v0.5.1
6872026-03-17T05:48:07.615Z Downloaded block-padding v0.3.3
6882026-03-17T05:48:07.615Z Downloaded float-cmp v0.10.0
6892026-03-17T05:48:07.618Z Downloaded embedded-io v0.4.0
6902026-03-17T05:48:07.618Z Downloaded flagset v0.4.7
6912026-03-17T05:48:07.621Z Downloaded git-stub v1.0.0
6922026-03-17T05:48:07.621Z Downloaded enum-as-inner v0.6.1
6932026-03-17T05:48:07.623Z Downloaded futures-macro v0.3.32
6942026-03-17T05:48:07.623Z Downloaded hash32 v0.2.1
6952026-03-17T05:48:07.626Z Downloaded hash32 v0.3.1
6962026-03-17T05:48:07.626Z Downloaded dtrace-parser v0.3.0
6972026-03-17T05:48:07.629Z Downloaded derive_builder_core v0.20.2
6982026-03-17T05:48:07.629Z Downloaded daft-derive v0.1.5
6992026-03-17T05:48:07.632Z Downloaded bit-set v0.5.3
7002026-03-17T05:48:07.634Z Downloaded futures-core v0.3.32
7012026-03-17T05:48:07.634Z Downloaded headers-core v0.3.0
7022026-03-17T05:48:07.637Z Downloaded hex-literal v0.4.1
7032026-03-17T05:48:07.637Z Downloaded hex v0.4.3
7042026-03-17T05:48:07.640Z Downloaded blowfish v0.9.1
7052026-03-17T05:48:07.640Z Downloaded arrayref v0.3.9
7062026-03-17T05:48:07.642Z Downloaded const_format_proc_macros v0.2.34
7072026-03-17T05:48:07.645Z Downloaded home v0.5.12
7082026-03-17T05:48:07.645Z Downloaded convert_case v0.10.0
7092026-03-17T05:48:07.648Z Downloaded fs_extra v1.3.0
7102026-03-17T05:48:07.648Z Downloaded cbc v0.1.2
7112026-03-17T05:48:07.686Z Downloaded cassowary v0.3.0
7122026-03-17T05:48:07.686Z Downloaded fixedbitset v0.5.7
7132026-03-17T05:48:07.686Z Downloaded ecdsa v0.16.9
7142026-03-17T05:48:07.686Z Downloaded crc32fast v1.5.0
7152026-03-17T05:48:07.687Z Downloaded chacha20 v0.9.1
7162026-03-17T05:48:07.687Z Downloaded erased-serde v0.3.31
7172026-03-17T05:48:07.687Z Downloaded document-features v0.2.12
7182026-03-17T05:48:07.687Z Downloaded console v0.15.11
7192026-03-17T05:48:07.687Z Downloaded ed25519 v2.2.3
7202026-03-17T05:48:07.687Z Downloaded hostname v0.4.2
7212026-03-17T05:48:07.687Z Downloaded derive_more v0.99.20
7222026-03-17T05:48:07.687Z Downloaded http-body v1.0.1
7232026-03-17T05:48:07.687Z Downloaded hyper-tls v0.6.0
7242026-03-17T05:48:07.687Z Downloaded hostname v0.3.1
7252026-03-17T05:48:07.691Z Downloaded indoc v1.0.9
7262026-03-17T05:48:07.694Z Downloaded indent_write v2.2.0
7272026-03-17T05:48:07.694Z Downloaded hubpack_derive v0.1.1
7282026-03-17T05:48:07.694Z Downloaded hubpack v0.1.2
7292026-03-17T05:48:07.697Z Downloaded httpdate v1.0.3
7302026-03-17T05:48:07.697Z Downloaded instant v0.1.13
7312026-03-17T05:48:07.697Z Downloaded git-stub-vcs v0.1.0
7322026-03-17T05:48:07.700Z Downloaded filetime v0.2.27
7332026-03-17T05:48:07.700Z Downloaded darling v0.21.3
7342026-03-17T05:48:07.705Z Downloaded is_ci v1.2.0
7352026-03-17T05:48:07.708Z Downloaded is-terminal v0.4.17
7362026-03-17T05:48:07.708Z Downloaded instability v0.3.11
7372026-03-17T05:48:07.708Z Downloaded colored v3.1.1
7382026-03-17T05:48:07.711Z Downloaded cookie v0.18.1
7392026-03-17T05:48:07.714Z Downloaded internet-checksum v0.2.1
7402026-03-17T05:48:07.714Z Downloaded futures-channel v0.3.32
7412026-03-17T05:48:07.717Z Downloaded des v0.8.1
7422026-03-17T05:48:07.717Z Downloaded ciborium v0.2.2
7432026-03-17T05:48:07.720Z Downloaded foldhash v0.1.5
7442026-03-17T05:48:07.720Z Downloaded ena v0.14.4
7452026-03-17T05:48:07.723Z Downloaded cargo_toml v0.22.3
7462026-03-17T05:48:07.723Z Downloaded cmake v0.1.57
7472026-03-17T05:48:07.726Z Downloaded keccak v0.1.6
7482026-03-17T05:48:07.726Z Downloaded lalrpop-util v0.19.12
7492026-03-17T05:48:07.729Z Downloaded humantime v2.3.0
7502026-03-17T05:48:07.729Z Downloaded der v0.7.10
7512026-03-17T05:48:07.732Z Downloaded lazy_static v1.5.0
7522026-03-17T05:48:07.735Z Downloaded lzss v0.8.2
7532026-03-17T05:48:07.737Z Downloaded http-body-util v0.1.3
7542026-03-17T05:48:07.737Z Downloaded linked-hash-map v0.5.6
7552026-03-17T05:48:07.742Z Downloaded libscf-sys v1.1.0
7562026-03-17T05:48:07.742Z Downloaded kstat-rs v0.2.4
7572026-03-17T05:48:07.747Z Downloaded hyper-staticfile v0.10.1
7582026-03-17T05:48:07.753Z Downloaded half v1.8.3
7592026-03-17T05:48:07.753Z Downloaded getrandom v0.2.17
7602026-03-17T05:48:07.753Z Downloaded bzip2 v0.4.4
7612026-03-17T05:48:07.753Z Downloaded memoffset v0.9.1
7622026-03-17T05:48:07.756Z Downloaded lru-cache v0.1.2
7632026-03-17T05:48:07.756Z Downloaded mime v0.3.17
7642026-03-17T05:48:07.756Z Downloaded md-5 v0.10.6
7652026-03-17T05:48:07.756Z Downloaded maplit v1.0.2
7662026-03-17T05:48:07.756Z Downloaded multimap v0.10.1
7672026-03-17T05:48:07.759Z Downloaded lru-slab v0.1.2
7682026-03-17T05:48:07.759Z Downloaded ingot-types v0.1.2
7692026-03-17T05:48:07.762Z Downloaded diff v0.1.13
7702026-03-17T05:48:07.762Z Downloaded indoc v2.0.7
7712026-03-17T05:48:07.765Z Downloaded impl-trait-for-tuples v0.2.3
7722026-03-17T05:48:07.768Z Downloaded newtype_derive v0.1.6
7732026-03-17T05:48:07.773Z Downloaded crc-any v2.5.0
7742026-03-17T05:48:07.773Z Downloaded const-oid v0.9.6
7752026-03-17T05:48:07.776Z Downloaded nibble_vec v0.1.0
7762026-03-17T05:48:07.776Z Downloaded ipnetwork v0.21.1
7772026-03-17T05:48:07.779Z Downloaded ipnet v2.11.0
7782026-03-17T05:48:07.779Z Downloaded newtype-uuid-macros v0.1.0
7792026-03-17T05:48:07.782Z Downloaded fatfs v0.3.6
7802026-03-17T05:48:07.782Z Downloaded hmac v0.12.1
7812026-03-17T05:48:07.785Z Downloaded hickory-client v0.25.2
7822026-03-17T05:48:07.788Z Downloaded derive_builder v0.20.2
7832026-03-17T05:48:07.791Z Downloaded nonempty v0.12.0
7842026-03-17T05:48:07.791Z Downloaded nodrop v0.1.14
7852026-03-17T05:48:07.794Z Downloaded libefi-sys v0.1.0
7862026-03-17T05:48:07.794Z Downloaded httparse v1.10.1
7872026-03-17T05:48:07.798Z Downloaded base64 v0.22.1
7882026-03-17T05:48:07.802Z Downloaded jobserver v0.1.34
7892026-03-17T05:48:07.802Z Downloaded opaque-debug v0.3.1
7902026-03-17T05:48:07.805Z Downloaded num_threads v0.1.7
7912026-03-17T05:48:07.805Z Downloaded libloading v0.8.9
7922026-03-17T05:48:07.805Z Downloaded num_enum_derive v0.5.11
7932026-03-17T05:48:07.808Z Downloaded num-conv v0.2.0
7942026-03-17T05:48:07.808Z Downloaded num-derive v0.4.2
7952026-03-17T05:48:07.808Z Downloaded libsw v3.5.0
7962026-03-17T05:48:07.812Z Downloaded num-derive v0.3.3
7972026-03-17T05:48:07.812Z Downloaded openssl-macros v0.1.1
7982026-03-17T05:48:07.815Z Downloaded iana-time-zone v0.1.65
7992026-03-17T05:48:07.815Z Downloaded managed v0.8.0
8002026-03-17T05:48:07.818Z Downloaded lock_api v0.4.14
8012026-03-17T05:48:07.818Z Downloaded num v0.4.3
8022026-03-17T05:48:07.818Z Downloaded openssl-probe v0.2.1
8032026-03-17T05:48:07.821Z Downloaded getrandom v0.3.4
8042026-03-17T05:48:07.824Z Downloaded futures v0.3.32
8052026-03-17T05:48:07.827Z Downloaded mime_guess v2.0.5
8062026-03-17T05:48:07.830Z Downloaded openssl-probe v0.1.6
8072026-03-17T05:48:07.830Z Downloaded ingot-macros v0.1.1
8082026-03-17T05:48:07.833Z Downloaded normalize-line-endings v0.3.0
8092026-03-17T05:48:07.833Z Downloaded packed_struct_codegen v0.10.1
8102026-03-17T05:48:07.836Z Downloaded ingot v0.1.1
8112026-03-17T05:48:07.836Z Downloaded oso-derive v0.27.3
8122026-03-17T05:48:07.836Z Downloaded derive-where v1.6.0
8132026-03-17T05:48:07.839Z Downloaded linear-map v1.2.0
8142026-03-17T05:48:07.842Z Downloaded parse-size v1.1.0
8152026-03-17T05:48:07.842Z Downloaded nanorand v0.7.0
8162026-03-17T05:48:07.845Z Downloaded compact_str v0.8.1
8172026-03-17T05:48:07.850Z Downloaded chacha20poly1305 v0.10.1
8182026-03-17T05:48:07.850Z Downloaded bytes v1.11.1
8192026-03-17T05:48:07.853Z Downloaded pbkdf2 v0.12.2
8202026-03-17T05:48:07.856Z Downloaded ar_archive_writer v0.5.1
8212026-03-17T05:48:07.859Z Downloaded phf_shared v0.12.1
8222026-03-17T05:48:07.859Z Downloaded peg-runtime v0.8.5
8232026-03-17T05:48:07.859Z Downloaded pbkdf2 v0.11.0
8242026-03-17T05:48:07.864Z Downloaded path-slash v0.1.5
8252026-03-17T05:48:07.864Z Downloaded parse-display v0.10.0
8262026-03-17T05:48:07.867Z Downloaded native-tls v0.2.18
8272026-03-17T05:48:07.867Z Downloaded const_format v0.2.35
8282026-03-17T05:48:07.870Z Downloaded olpc-cjson v0.1.4
8292026-03-17T05:48:07.870Z Downloaded num_enum_derive v0.7.5
8302026-03-17T05:48:07.873Z Downloaded phf_shared v0.13.1
8312026-03-17T05:48:07.873Z Downloaded phf_shared v0.11.3
8322026-03-17T05:48:07.873Z Downloaded clang-sys v1.8.1
8332026-03-17T05:48:07.876Z Downloaded pin-utils v0.1.0
8342026-03-17T05:48:07.876Z Downloaded num_enum v0.7.5
8352026-03-17T05:48:07.880Z Downloaded arc-swap v1.8.2
8362026-03-17T05:48:07.883Z Downloaded num_enum v0.5.11
8372026-03-17T05:48:07.886Z Downloaded num-iter v0.1.45
8382026-03-17T05:48:07.889Z Downloaded num-complex v0.4.6
8392026-03-17T05:48:07.889Z Downloaded flume v0.11.1
8402026-03-17T05:48:07.892Z Downloaded powerfmt v0.2.0
8412026-03-17T05:48:07.895Z Downloaded memmap2 v0.9.10
8422026-03-17T05:48:07.898Z Downloaded oxnet v0.1.4
8432026-03-17T05:48:07.898Z Downloaded predicates-core v1.0.10
8442026-03-17T05:48:07.901Z Downloaded oxide-tokio-rt v0.1.3
8452026-03-17T05:48:07.901Z Downloaded predicates-tree v1.0.13
8462026-03-17T05:48:07.903Z Downloaded owo-colors v4.3.0
8472026-03-17T05:48:07.904Z Downloaded multer v3.1.0
8482026-03-17T05:48:07.906Z Downloaded precomputed-hash v0.1.1
8492026-03-17T05:48:07.906Z Downloaded proc-macro-crate v3.4.0
8502026-03-17T05:48:07.909Z Downloaded headers v0.4.1
8512026-03-17T05:48:07.912Z Downloaded ignore v0.4.25
8522026-03-17T05:48:07.915Z Downloaded proc-macro-error-attr2 v2.0.0
8532026-03-17T05:48:07.918Z Downloaded proc-macro-crate v1.3.1
8542026-03-17T05:48:07.918Z Downloaded parking_lot_core v0.8.6
8552026-03-17T05:48:07.918Z Downloaded newtype-uuid v1.3.2
8562026-03-17T05:48:07.921Z Downloaded password-hash v0.4.2
8572026-03-17T05:48:07.923Z Downloaded progenitor-macro v0.11.2
8582026-03-17T05:48:07.923Z Downloaded progenitor-macro v0.13.0
8592026-03-17T05:48:07.923Z Downloaded flate2 v1.1.9
8602026-03-17T05:48:07.927Z Downloaded psl-types v2.0.11
8612026-03-17T05:48:07.929Z Downloaded peg-macros v0.8.5
8622026-03-17T05:48:07.932Z Downloaded progenitor-macro v0.10.0
8632026-03-17T05:48:07.932Z Downloaded progenitor-client v0.11.2
8642026-03-17T05:48:07.932Z Downloaded paste v1.0.15
8652026-03-17T05:48:07.935Z Downloaded peg v0.8.5
8662026-03-17T05:48:07.938Z Downloaded quick-error v1.2.3
8672026-03-17T05:48:07.940Z Downloaded phf v0.12.1
8682026-03-17T05:48:07.940Z Downloaded pin-project-internal v1.1.11
8692026-03-17T05:48:07.943Z Downloaded num-integer v0.1.46
8702026-03-17T05:48:07.943Z Downloaded radium v0.7.0
8712026-03-17T05:48:07.946Z Downloaded bitvec v1.0.1
8722026-03-17T05:48:07.955Z Downloaded pkcs8 v0.10.2
8732026-03-17T05:48:07.958Z Downloaded polyval v0.6.2
8742026-03-17T05:48:07.961Z Downloaded poly1305 v0.8.0
8752026-03-17T05:48:07.965Z Downloaded rand_chacha v0.3.1
8762026-03-17T05:48:07.965Z Downloaded omicron-zone-package v0.12.2
8772026-03-17T05:48:07.968Z Downloaded recursive v0.1.1
8782026-03-17T05:48:07.968Z Downloaded litrs v1.0.0
8792026-03-17T05:48:07.971Z Downloaded nu-ansi-term v0.50.3
8802026-03-17T05:48:07.971Z Downloaded pkg-config v0.3.32
8812026-03-17T05:48:07.973Z Downloaded postgres-protocol v0.6.10
8822026-03-17T05:48:07.976Z Downloaded indicatif v0.18.4
8832026-03-17T05:48:07.979Z Downloaded predicates v3.1.4
8842026-03-17T05:48:07.981Z Downloaded ref-cast v1.0.25
8852026-03-17T05:48:07.984Z Downloaded recursive-proc-macro-impl v0.1.1
8862026-03-17T05:48:07.984Z Downloaded rand_xorshift v0.4.0
8872026-03-17T05:48:07.987Z Downloaded proc-macro-error2 v2.0.1
8882026-03-17T05:48:07.990Z Downloaded parking_lot_core v0.9.12
8892026-03-17T05:48:07.990Z Downloaded ref-cast-impl v1.0.25
8902026-03-17T05:48:07.993Z Downloaded diesel_derives v2.3.7
8912026-03-17T05:48:07.998Z Downloaded progenitor v0.11.2
8922026-03-17T05:48:08.005Z Downloaded primeorder v0.13.6
8932026-03-17T05:48:08.005Z Downloaded ed25519-dalek v2.2.0
8942026-03-17T05:48:08.012Z Downloaded progenitor-client v0.10.0
8952026-03-17T05:48:08.012Z Downloaded progenitor-extras v0.1.1
8962026-03-17T05:48:08.012Z Downloaded progenitor v0.13.0
8972026-03-17T05:48:08.012Z Downloaded rtoolbox v0.0.3
8982026-03-17T05:48:08.012Z Downloaded derive_more-impl v2.1.1
8992026-03-17T05:48:08.018Z Downloaded progenitor v0.10.0
9002026-03-17T05:48:08.018Z Downloaded heapless v0.7.17
9012026-03-17T05:48:08.021Z Downloaded rfc6979 v0.4.0
9022026-03-17T05:48:08.021Z Downloaded rustc_version v0.1.7
9032026-03-17T05:48:08.021Z Downloaded rustc-hash v2.1.1
9042026-03-17T05:48:08.021Z Downloaded phf v0.13.1
9052026-03-17T05:48:08.021Z Downloaded rustc_version v0.4.1
9062026-03-17T05:48:08.024Z Downloaded r2d2 v0.8.10
9072026-03-17T05:48:08.024Z Downloaded russh-cryptovec v0.7.3
9082026-03-17T05:48:08.027Z Downloaded parking_lot v0.11.2
9092026-03-17T05:48:08.027Z Downloaded ppv-lite86 v0.2.21
9102026-03-17T05:48:08.031Z Downloaded rand_core v0.6.4
9112026-03-17T05:48:08.031Z Downloaded pkcs5 v0.7.1
9122026-03-17T05:48:08.034Z Downloaded postcard v1.1.3
9132026-03-17T05:48:08.038Z Downloaded oso v0.27.3
9142026-03-17T05:48:08.040Z Downloaded postgres-types v0.2.12
9152026-03-17T05:48:08.040Z Downloaded parking_lot v0.12.5
9162026-03-17T05:48:08.043Z Downloaded rand_seeder v0.4.0
9172026-03-17T05:48:08.046Z Downloaded scopeguard v1.2.0
9182026-03-17T05:48:08.046Z Downloaded sapling-renderdag v0.1.0
9192026-03-17T05:48:08.046Z Downloaded same-file v1.0.6
9202026-03-17T05:48:08.050Z Downloaded salsa20 v0.10.2
9212026-03-17T05:48:08.050Z Downloaded rand_core v0.10.0
9222026-03-17T05:48:08.053Z Downloaded rand_core v0.9.5
9232026-03-17T05:48:08.053Z Downloaded hickory-server v0.25.2
9242026-03-17T05:48:08.056Z Downloaded scheduled-thread-pool v0.2.7
9252026-03-17T05:48:08.059Z Downloaded scrypt v0.11.0
9262026-03-17T05:48:08.059Z Downloaded hickory-resolver v0.25.2
9272026-03-17T05:48:08.062Z Downloaded miniz_oxide v0.8.9
9282026-03-17T05:48:08.065Z Downloaded crossterm v0.29.0
9292026-03-17T05:48:08.068Z Downloaded psm v0.1.30
9302026-03-17T05:48:08.071Z Downloaded progenitor-client v0.13.0
9312026-03-17T05:48:08.074Z Downloaded serde-big-array v0.5.1
9322026-03-17T05:48:08.074Z Downloaded serde_bytes v0.11.19
9332026-03-17T05:48:08.077Z Downloaded serde_plain v1.0.2
9342026-03-17T05:48:08.077Z Downloaded seq-macro v0.3.6
9352026-03-17T05:48:08.080Z Downloaded resolv-conf v0.7.6
9362026-03-17T05:48:08.080Z Downloaded pin-project v1.1.11
9372026-03-17T05:48:08.088Z Downloaded quinn-udp v0.5.14
9382026-03-17T05:48:08.091Z Downloaded signal-hook-mio v0.2.5
9392026-03-17T05:48:08.095Z Downloaded sha1 v0.10.6
9402026-03-17T05:48:08.095Z Downloaded signal-hook-tokio v0.3.1
9412026-03-17T05:48:08.095Z Downloaded signature v2.2.0
9422026-03-17T05:48:08.098Z Downloaded expectorate v1.2.0
9432026-03-17T05:48:08.098Z Downloaded pkcs1 v0.7.5
9442026-03-17T05:48:08.101Z Downloaded serde_spanned v1.0.4
9452026-03-17T05:48:08.101Z Downloaded rustls-pemfile v1.0.4
9462026-03-17T05:48:08.104Z Downloaded jiff-static v0.2.21
9472026-03-17T05:48:08.105Z Downloaded hyper-util v0.1.20
9482026-03-17T05:48:08.109Z Downloaded shell-words v1.1.1
9492026-03-17T05:48:08.112Z Downloaded p256 v0.13.2
9502026-03-17T05:48:08.114Z Downloaded hickory-resolver v0.24.4
9512026-03-17T05:48:08.117Z Downloaded siphasher v1.0.2
9522026-03-17T05:48:08.117Z Downloaded rustls-pemfile v2.2.0
9532026-03-17T05:48:08.120Z Downloaded slog-bunyan v2.5.0
9542026-03-17T05:48:08.122Z Downloaded rustls-native-certs v0.8.3
9552026-03-17T05:48:08.122Z Downloaded slog-envlogger v2.2.0
9562026-03-17T05:48:08.125Z Downloaded schemars_derive v0.8.22
9572026-03-17T05:48:08.125Z Downloaded rustversion v1.0.22
9582026-03-17T05:48:08.128Z Downloaded rusty-fork v0.3.1
9592026-03-17T05:48:08.131Z Downloaded secrecy v0.8.0
9602026-03-17T05:48:08.131Z Downloaded semver v0.1.20
9612026-03-17T05:48:08.134Z Downloaded scroll_derive v0.13.1
9622026-03-17T05:48:08.134Z Downloaded papergrid v0.17.0
9632026-03-17T05:48:08.137Z Downloaded sigpipe v0.1.3
9642026-03-17T05:48:08.139Z Downloaded hashbrown v0.12.3
9652026-03-17T05:48:08.142Z Downloaded rand_chacha v0.9.0
9662026-03-17T05:48:08.145Z Downloaded packed_struct v0.10.1
9672026-03-17T05:48:08.145Z Downloaded scroll v0.13.0
9682026-03-17T05:48:08.147Z Downloaded hashbrown v0.13.2
9692026-03-17T05:48:08.150Z Downloaded dropshot-api-manager v0.6.0
9702026-03-17T05:48:08.153Z Downloaded serde-hex v0.1.0
9712026-03-17T05:48:08.156Z Downloaded bumpalo v3.20.2
9722026-03-17T05:48:08.156Z Downloaded progenitor-impl v0.10.0
9732026-03-17T05:48:08.159Z Downloaded sec1 v0.7.3
9742026-03-17T05:48:08.161Z Downloaded crc8 v0.1.1
9752026-03-17T05:48:08.161Z Downloaded http v1.4.0
9762026-03-17T05:48:08.165Z Downloaded serde_urlencoded v0.7.1
9772026-03-17T05:48:08.168Z Downloaded ssh-cipher v0.2.0
9782026-03-17T05:48:08.168Z Downloaded sqlparser_derive v0.5.0
9792026-03-17T05:48:08.168Z Downloaded ssh-encoding v0.2.0
9802026-03-17T05:48:08.171Z Downloaded serde_derive_internals v0.29.1
9812026-03-17T05:48:08.171Z Downloaded sct v0.7.1
9822026-03-17T05:48:08.173Z Downloaded russh-keys v0.45.0
9832026-03-17T05:48:08.176Z Downloaded slog-async v2.8.0
9842026-03-17T05:48:08.179Z Downloaded openssl-sys v0.9.111
9852026-03-17T05:48:08.182Z Downloaded pin-project-lite v0.2.17
9862026-03-17T05:48:08.186Z Downloaded serde_path_to_error v0.1.20
9872026-03-17T05:48:08.189Z Downloaded serde_repr v0.1.20
9882026-03-17T05:48:08.192Z Downloaded slab v0.4.12
9892026-03-17T05:48:08.192Z Downloaded sync_wrapper v1.0.2
9902026-03-17T05:48:08.195Z Downloaded strip-ansi-escapes v0.2.1
9912026-03-17T05:48:08.195Z Downloaded structmeta-derive v0.3.0
9922026-03-17T05:48:08.197Z Downloaded strum v0.26.3
9932026-03-17T05:48:08.197Z Downloaded num-rational v0.4.2
9942026-03-17T05:48:08.200Z Downloaded prefix-trie v0.7.0
9952026-03-17T05:48:08.203Z Downloaded mio v1.1.1
9962026-03-17T05:48:08.205Z Downloaded take_mut v0.2.2
9972026-03-17T05:48:08.208Z Downloaded tagptr v0.2.0
9982026-03-17T05:48:08.208Z Downloaded tabwriter v1.4.1
9992026-03-17T05:48:08.209Z Downloaded tabled_derive v0.11.0
10002026-03-17T05:48:08.211Z Downloaded sync-ptr v0.1.4
10012026-03-17T05:48:08.211Z Downloaded supports-color v3.0.2
10022026-03-17T05:48:08.214Z Downloaded smf v0.2.3
10032026-03-17T05:48:08.214Z Downloaded smallvec v0.6.14
10042026-03-17T05:48:08.217Z Downloaded slog-scope v4.4.1
10052026-03-17T05:48:08.217Z Downloaded subtle v2.6.1
10062026-03-17T05:48:08.220Z Downloaded simd-adler32 v0.3.8
10072026-03-17T05:48:08.220Z Downloaded serde_cbor v0.11.2
10082026-03-17T05:48:08.224Z Downloaded secrecy v0.10.3
10092026-03-17T05:48:08.226Z Downloaded strum v0.27.2
10102026-03-17T05:48:08.226Z Downloaded slog-json v2.6.1
10112026-03-17T05:48:08.229Z Downloaded time-core v0.1.8
10122026-03-17T05:48:08.229Z Downloaded thiserror-impl-no-std v2.0.2
10132026-03-17T05:48:08.229Z Downloaded testing_table v0.3.0
10142026-03-17T05:48:08.232Z Downloaded termtree v0.5.1
10152026-03-17T05:48:08.232Z Downloaded progenitor-impl v0.13.0
10162026-03-17T05:48:08.235Z Downloaded sqlformat v0.3.5
10172026-03-17T05:48:08.237Z Downloaded spki v0.7.3
10182026-03-17T05:48:08.237Z Downloaded slog-term v2.9.2
10192026-03-17T05:48:08.240Z Downloaded tinyvec_macros v0.1.1
10202026-03-17T05:48:08.244Z Downloaded static_assertions v1.1.0
10212026-03-17T05:48:08.244Z Downloaded stacker v0.1.23
10222026-03-17T05:48:08.247Z Downloaded thread-id v5.1.0
10232026-03-17T05:48:08.247Z Downloaded aes v0.8.4
10242026-03-17T05:48:08.249Z Downloaded rustls-platform-verifier v0.6.2
10252026-03-17T05:48:08.252Z Downloaded aes-gcm v0.10.3
10262026-03-17T05:48:08.255Z Downloaded support-bundle-viewer v0.1.2
10272026-03-17T05:48:08.258Z Downloaded ron v0.8.1
10282026-03-17T05:48:08.262Z Downloaded strum_macros v0.26.4
10292026-03-17T05:48:08.265Z Downloaded strum_macros v0.24.3
10302026-03-17T05:48:08.268Z Downloaded progenitor-impl v0.11.2
10312026-03-17T05:48:08.270Z Downloaded tap v1.0.1
10322026-03-17T05:48:08.270Z Downloaded structmeta v0.3.0
10332026-03-17T05:48:08.271Z Downloaded serde_with_macros v3.17.0
10342026-03-17T05:48:08.273Z Downloaded stringprep v0.1.5
10352026-03-17T05:48:08.276Z Downloaded string_cache v0.8.9
10362026-03-17T05:48:08.276Z Downloaded prettyplease v0.2.37
10372026-03-17T05:48:08.279Z Downloaded rustls-pki-types v1.14.0
10382026-03-17T05:48:08.282Z Downloaded itertools v0.10.5
10392026-03-17T05:48:08.287Z Downloaded strum_macros v0.27.2
10402026-03-17T05:48:08.290Z Downloaded qorb v0.4.1
10412026-03-17T05:48:08.293Z Downloaded nom v7.1.3
10422026-03-17T05:48:08.298Z Downloaded thiserror-no-std v2.0.2
10432026-03-17T05:48:08.301Z Downloaded termios v0.3.3
10442026-03-17T05:48:08.304Z Downloaded slog-stdlog v4.1.1
10452026-03-17T05:48:08.306Z Downloaded ryu v1.0.23
10462026-03-17T05:48:08.309Z Downloaded tower-layer v0.3.3
10472026-03-17T05:48:08.309Z Downloaded time-macros v0.2.27
10482026-03-17T05:48:08.312Z Downloaded try-lock v0.2.5
10492026-03-17T05:48:08.312Z Downloaded trait-variant v0.1.2
10502026-03-17T05:48:08.315Z Downloaded topological-sort v0.2.2
10512026-03-17T05:48:08.315Z Downloaded tiny-keccak v2.0.2
10522026-03-17T05:48:08.318Z Downloaded tower-service v0.3.3
10532026-03-17T05:48:08.318Z Downloaded iddqd v0.3.17
10542026-03-17T05:48:08.323Z Downloaded tls_codec v0.4.2
10552026-03-17T05:48:08.326Z Downloaded slog v2.8.2
10562026-03-17T05:48:08.329Z Downloaded tls_codec_derive v0.4.2
10572026-03-17T05:48:08.332Z Downloaded spin v0.9.8
10582026-03-17T05:48:08.334Z Downloaded unarray v0.1.4
10592026-03-17T05:48:08.335Z Downloaded typify-macro v0.6.1
10602026-03-17T05:48:08.337Z Downloaded thread_local v1.1.9
10612026-03-17T05:48:08.337Z Downloaded pretty_assertions v1.4.1
10622026-03-17T05:48:08.340Z Downloaded rcgen v0.12.1
10632026-03-17T05:48:08.343Z Downloaded slog-dtrace v0.3.0
10642026-03-17T05:48:08.343Z Downloaded iri-string v0.7.10
10652026-03-17T05:48:08.348Z Downloaded tokio-rustls v0.25.0
10662026-03-17T05:48:08.351Z Downloaded tokio-tungstenite v0.21.0
10672026-03-17T05:48:08.353Z Downloaded typify-macro v0.4.3
10682026-03-17T05:48:08.353Z Downloaded tokio-tungstenite v0.23.1
10692026-03-17T05:48:08.356Z Downloaded rand v0.8.5
10702026-03-17T05:48:08.358Z Downloaded usdt-macro v0.6.0
10712026-03-17T05:48:08.361Z Downloaded publicsuffix v2.3.0
10722026-03-17T05:48:08.361Z Downloaded itertools v0.13.0
10732026-03-17T05:48:08.367Z Downloaded untrusted v0.9.0
10742026-03-17T05:48:08.369Z Downloaded utf-8 v0.7.6
10752026-03-17T05:48:08.369Z Downloaded socket2 v0.6.2
10762026-03-17T05:48:08.372Z Downloaded socket2 v0.5.10
10772026-03-17T05:48:08.375Z Downloaded usdt-attr-macro v0.6.0
10782026-03-17T05:48:08.375Z Downloaded similar v2.7.0
10792026-03-17T05:48:08.378Z Downloaded rsa v0.9.10
10802026-03-17T05:48:08.384Z Downloaded usdt v0.6.0
10812026-03-17T05:48:08.387Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10822026-03-17T05:48:08.387Z Downloaded schemars v0.9.0
10832026-03-17T05:48:08.395Z Downloaded waitgroup v0.1.2
10842026-03-17T05:48:08.398Z Downloaded void v1.0.2
10852026-03-17T05:48:08.398Z Downloaded wait-timeout v0.2.1
10862026-03-17T05:48:08.398Z Downloaded toml_writer v1.0.6+spec-1.1.0
10872026-03-17T05:48:08.401Z Downloaded snafu-derive v0.8.9
10882026-03-17T05:48:08.401Z Downloaded rand v0.9.2
10892026-03-17T05:48:08.405Z Downloaded tui-tree-widget v0.23.1
10902026-03-17T05:48:08.409Z Downloaded aho-corasick v1.1.4
10912026-03-17T05:48:08.413Z Downloaded want v0.3.1
10922026-03-17T05:48:08.413Z Downloaded quinn v0.11.9
10932026-03-17T05:48:08.416Z Downloaded schemars v0.8.22
10942026-03-17T05:48:08.424Z Downloaded tokio-stream v0.1.18
10952026-03-17T05:48:08.427Z Downloaded xshell-macros v0.2.7
10962026-03-17T05:48:08.430Z Downloaded tar v0.4.44
10972026-03-17T05:48:08.430Z Downloaded num-bigint-dig v0.8.6
10982026-03-17T05:48:08.434Z Downloaded usdt-impl v0.6.0
10992026-03-17T05:48:08.436Z Downloaded term v0.7.0
11002026-03-17T05:48:08.439Z Downloaded unicase v2.9.0
11012026-03-17T05:48:08.442Z Downloaded toml_parser v1.0.9+spec-1.1.0
11022026-03-17T05:48:08.442Z Downloaded snafu v0.8.9
11032026-03-17T05:48:08.447Z Downloaded rayon-core v1.13.0
11042026-03-17T05:48:08.449Z Downloaded futures-util v0.3.32
11052026-03-17T05:48:08.459Z Downloaded zone_cfg_derive v0.3.1
11062026-03-17T05:48:08.461Z Downloaded zeroize_derive v1.4.3
11072026-03-17T05:48:08.461Z Downloaded walkdir v2.5.0
11082026-03-17T05:48:08.464Z Downloaded tinyvec v1.10.0
11092026-03-17T05:48:08.466Z Downloaded twox-hash v2.1.2
11102026-03-17T05:48:08.467Z Downloaded zone v0.3.1
11112026-03-17T05:48:08.469Z Downloaded libm v0.2.16
11122026-03-17T05:48:08.475Z Downloaded rustls-webpki v0.103.9
11132026-03-17T05:48:08.477Z Downloaded rand v0.10.0
11142026-03-17T05:48:08.480Z Downloaded itertools v0.14.0
11152026-03-17T05:48:08.488Z Downloaded unicode-properties v0.1.4
11162026-03-17T05:48:08.491Z Downloaded test-strategy v0.4.5
11172026-03-17T05:48:08.493Z Downloaded xattr v1.6.1
11182026-03-17T05:48:08.493Z Downloaded wyz v0.5.1
11192026-03-17T05:48:08.496Z Downloaded blake3 v1.8.3
11202026-03-17T05:48:08.500Z Downloaded xz2 v0.1.7
11212026-03-17T05:48:08.503Z Downloaded xshell v0.2.7
11222026-03-17T05:48:08.506Z Downloaded subprocess v0.2.15
11232026-03-17T05:48:08.509Z Downloaded whoami v1.6.1
11242026-03-17T05:48:08.509Z Downloaded vsss-rs v3.3.4
11252026-03-17T05:48:08.513Z Downloaded tracing-attributes v0.1.31
11262026-03-17T05:48:08.516Z Downloaded vergen-gitcl v1.0.8
11272026-03-17T05:48:08.516Z Downloaded vergen-git2 v1.0.7
11282026-03-17T05:48:08.516Z Downloaded uzers v0.12.2
11292026-03-17T05:48:08.520Z Downloaded vergen v9.0.6
11302026-03-17T05:48:08.523Z Downloaded zstd v0.13.3
11312026-03-17T05:48:08.523Z Downloaded zeroize v1.8.2
11322026-03-17T05:48:08.523Z Downloaded p521 v0.13.3
11332026-03-17T05:48:08.527Z Downloaded zstd-safe v7.2.4
11342026-03-17T05:48:08.530Z Downloaded vergen-lib v0.1.6
11352026-03-17T05:48:08.530Z Downloaded typify v0.4.3
11362026-03-17T05:48:08.533Z Downloaded tungstenite v0.21.0
11372026-03-17T05:48:08.535Z Downloaded tracing-core v0.1.36
11382026-03-17T05:48:08.538Z Downloaded tungstenite v0.23.0
11392026-03-17T05:48:08.541Z Downloaded schemars v1.2.1
11402026-03-17T05:48:08.551Z Downloaded whoami v2.1.0
11412026-03-17T05:48:08.553Z Downloaded toml v0.7.8
11422026-03-17T05:48:08.556Z Downloaded yasna v0.5.2
11432026-03-17T05:48:08.559Z Downloaded russh v0.45.0
11442026-03-17T05:48:08.562Z Downloaded zerocopy v0.6.6
11452026-03-17T05:48:08.564Z Downloaded unsafe-libyaml v0.2.11
11462026-03-17T05:48:08.567Z Downloaded toml v0.9.12+spec-1.1.0
11472026-03-17T05:48:08.570Z Downloaded rustyline v14.0.0
11482026-03-17T05:48:08.573Z Downloaded steno v0.4.1
11492026-03-17T05:48:08.577Z Downloaded h2 v0.4.13
11502026-03-17T05:48:08.582Z Downloaded ron v0.12.0
11512026-03-17T05:48:08.589Z Downloaded typify v0.6.1
11522026-03-17T05:48:08.592Z Downloaded tokio-postgres v0.7.16
11532026-03-17T05:48:08.596Z Downloaded rpassword v7.4.0
11542026-03-17T05:48:08.599Z Downloaded git2 v0.20.4
11552026-03-17T05:48:08.605Z Downloaded uuid v1.21.0
11562026-03-17T05:48:08.607Z Downloaded vte v0.14.1
11572026-03-17T05:48:08.610Z Downloaded aws-lc-rs v1.16.0
11582026-03-17T05:48:08.617Z Downloaded num-bigint v0.4.6
11592026-03-17T05:48:08.622Z Downloaded toml_edit v0.23.10+spec-1.0.0
11602026-03-17T05:48:08.625Z Downloaded hyper v1.8.1
11612026-03-17T05:48:08.629Z Downloaded zopfli v0.8.3
11622026-03-17T05:48:08.632Z Downloaded hkdf v0.12.4
11632026-03-17T05:48:08.635Z Downloaded unicode-bidi v0.3.18
11642026-03-17T05:48:08.638Z Downloaded ssh-key v0.6.7
11652026-03-17T05:48:08.641Z Downloaded yansi v1.0.1
11662026-03-17T05:48:08.644Z Downloaded unicode_categories v0.1.1
11672026-03-17T05:48:08.666Z Downloaded reedline v0.40.0
11682026-03-17T05:48:08.666Z Downloaded toml_edit v0.19.15
11692026-03-17T05:48:08.666Z Downloaded reqwest v0.13.2
11702026-03-17T05:48:08.670Z Downloaded zip v0.6.6
11712026-03-17T05:48:08.674Z Downloaded bstr v1.12.1
11722026-03-17T05:48:08.678Z Downloaded bindgen v0.71.1
11732026-03-17T05:48:08.684Z Downloaded rayon v1.11.0
11742026-03-17T05:48:08.691Z Downloaded unicode-segmentation v1.12.0
11752026-03-17T05:48:08.695Z Downloaded p384 v0.13.1
11762026-03-17T05:48:08.698Z Downloaded zerocopy-derive v0.8.40
11772026-03-17T05:48:08.705Z Downloaded lalrpop v0.19.12
11782026-03-17T05:48:08.713Z Downloaded tower v0.5.3
11792026-03-17T05:48:08.720Z Downloaded reqwest v0.12.28
11802026-03-17T05:48:08.724Z Downloaded x509-cert v0.2.5
11812026-03-17T05:48:08.729Z Downloaded salty v0.3.0
11822026-03-17T05:48:08.734Z Downloaded proptest v1.10.0
11832026-03-17T05:48:08.742Z Downloaded unicode-normalization v0.1.25
11842026-03-17T05:48:08.744Z Downloaded moka v0.12.13
11852026-03-17T05:48:08.750Z Downloaded portable-atomic v1.13.1
11862026-03-17T05:48:08.757Z Downloaded tough v0.20.0
11872026-03-17T05:48:08.763Z Downloaded zip v4.6.1
11882026-03-17T05:48:08.767Z Downloaded tokio-util v0.7.18
11892026-03-17T05:48:08.773Z Downloaded tower-http v0.6.8
11902026-03-17T05:48:08.779Z Downloaded curve25519-dalek v4.1.3
11912026-03-17T05:48:08.786Z Downloaded petname v2.0.2
11922026-03-17T05:48:08.790Z Downloaded goblin v0.10.5
11932026-03-17T05:48:08.798Z Downloaded rustls-webpki v0.101.7
11942026-03-17T05:48:08.808Z Downloaded typed-path v0.9.3
11952026-03-17T05:48:08.812Z Downloaded quick-xml v0.37.5
11962026-03-17T05:48:08.817Z Downloaded object v0.30.4
11972026-03-17T05:48:08.824Z Downloaded winnow v0.5.40
11982026-03-17T05:48:08.832Z Downloaded rustls-webpki v0.102.8
11992026-03-17T05:48:08.845Z Downloaded serde_with v3.17.0
12002026-03-17T05:48:08.855Z Downloaded radix_trie v0.2.1
12012026-03-17T05:48:08.858Z Downloaded winnow v0.6.26
12022026-03-17T05:48:08.865Z Downloaded quinn-proto v0.11.13
12032026-03-17T05:48:08.872Z Downloaded nix v0.27.1
12042026-03-17T05:48:08.879Z Downloaded openssl v0.10.75
12052026-03-17T05:48:08.887Z Downloaded tabled v0.20.0
12062026-03-17T05:48:08.901Z Downloaded polar-core v0.27.3
12072026-03-17T05:48:08.907Z Downloaded nix v0.29.0
12082026-03-17T05:48:08.916Z Downloaded time v0.3.47
12092026-03-17T05:48:08.926Z Downloaded smoltcp v0.9.1
12102026-03-17T05:48:08.934Z Downloaded vcpkg v0.2.15
12112026-03-17T05:48:08.965Z Downloaded zlib-rs v0.6.2
12122026-03-17T05:48:08.968Z Downloaded object v0.37.3
12132026-03-17T05:48:08.978Z Downloaded hickory-proto v0.24.4
12142026-03-17T05:48:08.989Z Downloaded webpki-roots v1.0.6
12152026-03-17T05:48:08.992Z Downloaded rustls v0.22.4
12162026-03-17T05:48:09.002Z Downloaded smoltcp v0.11.0
12172026-03-17T05:48:09.011Z Downloaded zerocopy v0.8.40
12182026-03-17T05:48:09.018Z Downloaded rustls v0.23.37
12192026-03-17T05:48:09.028Z Downloaded rustix v0.38.44
12202026-03-17T05:48:09.046Z Downloaded openapiv3 v2.2.0
12212026-03-17T05:48:09.055Z Downloaded diesel v2.3.7
12222026-03-17T05:48:09.071Z Downloaded regex-syntax v0.8.10
12232026-03-17T05:48:09.077Z Downloaded hickory-proto v0.25.2
12242026-03-17T05:48:09.088Z Downloaded regress v0.10.5
12252026-03-17T05:48:09.095Z Downloaded nix v0.31.1
12262026-03-17T05:48:09.105Z Downloaded sqlparser v0.61.0
12272026-03-17T05:48:09.115Z Downloaded rustls v0.21.12
12282026-03-17T05:48:09.123Z Downloaded regex-syntax v0.6.29
12292026-03-17T05:48:09.127Z Downloaded dropshot v0.16.7
12302026-03-17T05:48:09.144Z Downloaded typify-impl v0.6.1
12312026-03-17T05:48:09.154Z Downloaded typify-impl v0.4.3
12322026-03-17T05:48:09.166Z Downloaded sled v0.34.7
12332026-03-17T05:48:09.174Z Downloaded nix v0.28.0
12342026-03-17T05:48:09.184Z Downloaded tracing v0.1.44
12352026-03-17T05:48:09.200Z Downloaded regex-automata v0.4.14
12362026-03-17T05:48:09.211Z Downloaded ratatui v0.29.0
12372026-03-17T05:48:09.227Z Downloaded bzip2-sys v0.1.13+1.0.8
12382026-03-17T05:48:09.236Z Downloaded chrono v0.4.44
12392026-03-17T05:48:09.241Z Downloaded regex v1.12.3
12402026-03-17T05:48:09.246Z Downloaded zerocopy-derive v0.6.6
12412026-03-17T05:48:09.253Z Downloaded csv v1.4.0
12422026-03-17T05:48:09.270Z Downloaded jiff v0.2.21
12432026-03-17T05:48:09.284Z Downloaded tokio-rustls v0.26.4
12442026-03-17T05:48:09.288Z Downloaded petgraph v0.6.5
12452026-03-17T05:48:09.298Z Downloaded tokio-rustls v0.24.1
12462026-03-17T05:48:09.302Z Downloaded tokio-native-tls v0.3.1
12472026-03-17T05:48:09.302Z Downloaded samael v0.0.19
12482026-03-17T05:48:09.306Z Downloaded hashbrown v0.15.5
12492026-03-17T05:48:09.310Z Downloaded lzma-sys v0.1.20
12502026-03-17T05:48:09.335Z Downloaded chrono-tz v0.10.4
12512026-03-17T05:48:09.345Z Downloaded untrusted v0.7.1
12522026-03-17T05:48:09.347Z Downloaded universal-hash v0.5.1
12532026-03-17T05:48:09.348Z Downloaded unit-prefix v0.5.2
12542026-03-17T05:48:09.348Z Downloaded itertools v0.12.1
12552026-03-17T05:48:09.352Z Downloaded unicode-truncate v1.1.0
12562026-03-17T05:48:09.355Z Downloaded libz-sys v1.1.24
12572026-03-17T05:48:09.369Z Downloaded sha3 v0.10.8
12582026-03-17T05:48:09.373Z Downloaded petgraph v0.8.3
12592026-03-17T05:48:09.389Z Downloaded tokio-macros v2.6.0
12602026-03-17T05:48:09.392Z Downloaded term v1.2.1
12612026-03-17T05:48:09.396Z Downloaded libxml v0.3.3
12622026-03-17T05:48:09.399Z Downloaded signal-hook v0.3.18
12632026-03-17T05:48:09.399Z Downloaded tokio-dtrace v0.1.1
12642026-03-17T05:48:09.402Z Downloaded serde_yaml v0.9.34+deprecated
12652026-03-17T05:48:09.405Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12662026-03-17T05:48:09.416Z Downloaded tokio v1.49.0
12672026-03-17T05:48:09.445Z Downloaded signal-hook-registry v1.4.8
12682026-03-17T05:48:09.447Z Downloaded shlex v1.3.0
12692026-03-17T05:48:09.447Z Downloaded minimal-lexical v0.2.1
12702026-03-17T05:48:09.450Z Downloaded libbz2-rs-sys v0.2.2
12712026-03-17T05:48:09.453Z Downloaded pem-rfc7468 v0.7.0
12722026-03-17T05:48:09.453Z Downloaded pem v3.0.6
12732026-03-17T05:48:09.456Z Downloaded password-hash v0.5.0
12742026-03-17T05:48:09.456Z Downloaded parse-display-derive v0.10.0
12752026-03-17T05:48:09.456Z Downloaded cc v1.2.56
12762026-03-17T05:48:09.459Z Downloaded heapless v0.8.0
12772026-03-17T05:48:09.462Z Downloaded derive_more v2.1.1
12782026-03-17T05:48:09.469Z Downloaded indexmap v1.9.3
12792026-03-17T05:48:09.472Z Downloaded half v2.7.1
12802026-03-17T05:48:09.474Z Downloaded darling_core v0.23.0
12812026-03-17T05:48:09.477Z Downloaded allocator-api2 v0.2.21
12822026-03-17T05:48:09.480Z Downloaded libsw-core v0.3.2
12832026-03-17T05:48:09.483Z Downloaded hyper-rustls v0.27.7
12842026-03-17T05:48:09.483Z Downloaded cpufeatures v0.3.0
12852026-03-17T05:48:09.483Z Downloaded dropshot_endpoint v0.16.7
12862026-03-17T05:48:09.486Z Downloaded darling_core v0.20.11
12872026-03-17T05:48:09.490Z Downloaded newline-converter v0.3.0
12882026-03-17T05:48:09.493Z Downloaded encoding_rs v0.8.35
12892026-03-17T05:48:09.507Z Downloaded new_debug_unreachable v1.0.6
12902026-03-17T05:48:09.510Z Downloaded highway v1.3.0
12912026-03-17T05:48:09.511Z Downloaded elliptic-curve v0.13.8
12922026-03-17T05:48:09.513Z Downloaded md5 v0.7.0
12932026-03-17T05:48:09.513Z Downloaded maybe-uninit v2.0.0
12942026-03-17T05:48:09.513Z Downloaded match_cfg v0.1.0
12952026-03-17T05:48:09.513Z Downloaded lru v0.12.5
12962026-03-17T05:48:09.513Z Downloaded colored v2.2.0
12972026-03-17T05:48:09.516Z Downloaded inout v0.1.4
12982026-03-17T05:48:09.516Z Downloaded ident_case v1.0.1
12992026-03-17T05:48:09.519Z Downloaded http-range v0.1.5
13002026-03-17T05:48:09.519Z Downloaded group v0.13.0
13012026-03-17T05:48:09.519Z Downloaded globwalk v0.9.1
13022026-03-17T05:48:09.519Z Downloaded globset v0.4.18
13032026-03-17T05:48:09.522Z Downloaded glob v0.3.3
13042026-03-17T05:48:09.522Z Downloaded fxhash v0.2.1
13052026-03-17T05:48:09.522Z Downloaded futures-executor v0.3.32
13062026-03-17T05:48:09.524Z Downloaded foldhash v0.2.0
13072026-03-17T05:48:09.525Z Downloaded fallible-iterator v0.2.0
13082026-03-17T05:48:09.525Z Downloaded env_logger v0.11.9
13092026-03-17T05:48:09.528Z Downloaded either v1.15.0
13102026-03-17T05:48:09.528Z Downloaded corncobs v0.1.4
13112026-03-17T05:48:09.528Z Downloaded constant_time_eq v0.4.2
13122026-03-17T05:48:09.531Z Downloaded cexpr v0.6.0
13132026-03-17T05:48:09.531Z Downloaded buf-list v1.1.2
13142026-03-17T05:48:09.533Z Downloaded backoff v0.4.0
13152026-03-17T05:48:09.533Z Downloaded async-stream-impl v0.3.6
13162026-03-17T05:48:09.536Z Downloaded find-msvc-tools v0.1.9
13172026-03-17T05:48:09.536Z Downloaded darling v0.23.0
13182026-03-17T05:48:09.539Z Downloaded derive-ex v0.1.8
13192026-03-17T05:48:09.541Z Downloaded async-bb8-diesel v0.2.1
13202026-03-17T05:48:09.541Z Downloaded blake2 v0.10.6
13212026-03-17T05:48:09.544Z Downloaded bit-vec v0.6.3
13222026-03-17T05:48:09.544Z Downloaded diesel-dtrace v0.5.0
13232026-03-17T05:48:09.544Z Downloaded libgit2-sys v0.18.3+1.9.2
13242026-03-17T05:48:09.586Z Downloaded cancel-safe-futures v0.1.5
13252026-03-17T05:48:09.589Z Downloaded defmt v1.0.1
13262026-03-17T05:48:09.592Z Downloaded cipher v0.4.4
13272026-03-17T05:48:09.592Z Downloaded ff v0.13.1
13282026-03-17T05:48:09.594Z Downloaded cfg_aliases v0.1.1
13292026-03-17T05:48:09.594Z Downloaded gethostname v0.5.0
13302026-03-17T05:48:09.594Z Downloaded futures-io v0.3.32
13312026-03-17T05:48:09.594Z Downloaded der_derive v0.7.3
13322026-03-17T05:48:09.597Z Downloaded crypto-bigint v0.5.5
13332026-03-17T05:48:09.600Z Downloaded crossbeam-channel v0.5.15
13342026-03-17T05:48:09.603Z Downloaded defmt-macros v1.0.1
13352026-03-17T05:48:09.606Z Downloaded dsl_auto_type v0.2.0
13362026-03-17T05:48:09.606Z Downloaded crossterm v0.28.1
13372026-03-17T05:48:09.610Z Downloaded arrayvec v0.7.6
13382026-03-17T05:48:09.613Z Downloaded derive_builder_macro v0.20.2
13392026-03-17T05:48:09.738Z Downloaded ring v0.17.14
13402026-03-17T05:48:10.387Z Downloaded aws-lc-sys v0.37.1
13412026-03-17T05:48:10.715Z Compiling libc v0.2.180
13422026-03-17T05:48:10.717Z Compiling serde v1.0.228
13432026-03-17T05:48:10.717Z Compiling log v0.4.29
13442026-03-17T05:48:10.717Z Compiling shlex v1.3.0
13452026-03-17T05:48:10.889Z Compiling find-msvc-tools v0.1.9
13462026-03-17T05:48:10.893Z Compiling smallvec v1.15.1
13472026-03-17T05:48:10.919Z Compiling syn v2.0.117
13482026-03-17T05:48:10.936Z Compiling typenum v1.19.0
13492026-03-17T05:48:11.137Z Compiling generic-array v0.14.7
13502026-03-17T05:48:11.156Z Compiling subtle v2.6.1
13512026-03-17T05:48:11.181Z Compiling scopeguard v1.2.0
13522026-03-17T05:48:11.287Z Compiling lock_api v0.4.14
13532026-03-17T05:48:11.306Z Compiling portable-atomic v1.13.1
13542026-03-17T05:48:11.322Z Compiling const-oid v0.9.6
13552026-03-17T05:48:11.391Z Compiling critical-section v1.2.0
13562026-03-17T05:48:11.443Z Compiling zerocopy v0.8.40
13572026-03-17T05:48:11.533Z Compiling parking_lot_core v0.9.12
13582026-03-17T05:48:11.576Z Compiling serde_json v1.0.149
13592026-03-17T05:48:11.809Z Compiling pin-project-lite v0.2.17
13602026-03-17T05:48:11.920Z Compiling pkg-config v0.3.32
13612026-03-17T05:48:11.994Z Compiling bitflags v2.11.0
13622026-03-17T05:48:12.095Z Compiling getrandom v0.2.17
13632026-03-17T05:48:12.217Z Compiling jobserver v0.1.34
13642026-03-17T05:48:12.276Z Compiling rand_core v0.6.4
13652026-03-17T05:48:12.366Z Compiling errno v0.3.14
13662026-03-17T05:48:12.547Z Compiling cc v1.2.56
13672026-03-17T05:48:12.739Z Compiling once_cell v1.21.3
13682026-03-17T05:48:12.759Z Compiling signal-hook-registry v1.4.8
13692026-03-17T05:48:12.797Z Compiling parking_lot v0.12.5
13702026-03-17T05:48:12.817Z Compiling mio v1.1.1
13712026-03-17T05:48:12.857Z Compiling libm v0.2.16
13722026-03-17T05:48:13.012Z Compiling num-traits v0.2.19
13732026-03-17T05:48:13.125Z Compiling futures-core v0.3.32
13742026-03-17T05:48:13.306Z Compiling socket2 v0.6.2
13752026-03-17T05:48:13.325Z Compiling percent-encoding v2.3.2
13762026-03-17T05:48:13.463Z Compiling allocator-api2 v0.2.21
13772026-03-17T05:48:13.485Z Compiling futures-sink v0.3.32
13782026-03-17T05:48:13.570Z Compiling foldhash v0.2.0
13792026-03-17T05:48:13.589Z Compiling cpufeatures v0.2.17
13802026-03-17T05:48:13.617Z Compiling futures-channel v0.3.32
13812026-03-17T05:48:13.683Z Compiling futures-task v0.3.32
13822026-03-17T05:48:13.860Z Compiling hashbrown v0.16.1
13832026-03-17T05:48:13.878Z Compiling slab v0.4.12
13842026-03-17T05:48:13.908Z Compiling getrandom v0.4.1
13852026-03-17T05:48:13.911Z Compiling futures-io v0.3.32
13862026-03-17T05:48:13.946Z Compiling getrandom v0.3.4
13872026-03-17T05:48:14.123Z Compiling rustversion v1.0.22
13882026-03-17T05:48:14.173Z Compiling rand_core v0.10.0
13892026-03-17T05:48:14.639Z Compiling indexmap v2.13.0
13902026-03-17T05:48:14.688Z Compiling cmake v0.1.57
13912026-03-17T05:48:14.831Z Compiling form_urlencoded v1.2.2
13922026-03-17T05:48:14.948Z Compiling base64ct v1.8.3
13932026-03-17T05:48:15.055Z Compiling fs_extra v1.3.0
13942026-03-17T05:48:15.200Z Compiling synstructure v0.13.2
13952026-03-17T05:48:15.219Z Compiling ident_case v1.0.1
13962026-03-17T05:48:15.340Z Compiling dunce v1.0.5
13972026-03-17T05:48:15.374Z Compiling pem-rfc7468 v0.7.0
13982026-03-17T05:48:15.374Z Compiling flagset v0.4.7
13992026-03-17T05:48:15.412Z Compiling rand_core v0.9.5
14002026-03-17T05:48:15.447Z Compiling rustix v1.1.3
14012026-03-17T05:48:15.465Z Compiling aws-lc-sys v0.37.1
14022026-03-17T05:48:15.540Z Compiling iana-time-zone v0.1.65
14032026-03-17T05:48:15.558Z Compiling ring v0.17.14
14042026-03-17T05:48:15.755Z Compiling uuid v1.21.0
14052026-03-17T05:48:15.797Z Compiling rustc_version v0.4.1
14062026-03-17T05:48:15.802Z Compiling regex-syntax v0.8.10
14072026-03-17T05:48:16.064Z Compiling aws-lc-rs v1.16.0
14082026-03-17T05:48:16.174Z Compiling vcpkg v0.2.15
14092026-03-17T05:48:16.432Z Compiling tracing-core v0.1.36
14102026-03-17T05:48:16.669Z Compiling crossbeam-utils v0.8.21
14112026-03-17T05:48:17.062Z Compiling pest_generator v2.8.6
14122026-03-17T05:48:17.178Z Compiling openssl-sys v0.9.111
14132026-03-17T05:48:17.198Z Compiling serde_derive_internals v0.29.1
14142026-03-17T05:48:17.758Z Compiling serde_derive v1.0.228
14152026-03-17T05:48:17.889Z Compiling zeroize_derive v1.4.3
14162026-03-17T05:48:17.996Z Compiling zerofrom-derive v0.1.6
14172026-03-17T05:48:18.066Z Compiling yoke-derive v0.8.1
14182026-03-17T05:48:18.473Z Compiling zerocopy-derive v0.8.40
14192026-03-17T05:48:18.740Z Compiling zeroize v1.8.2
14202026-03-17T05:48:19.162Z Compiling zerovec-derive v0.11.2
14212026-03-17T05:48:19.602Z Compiling displaydoc v0.2.5
14222026-03-17T05:48:19.767Z Compiling crypto-common v0.1.7
14232026-03-17T05:48:19.907Z Compiling zerofrom v0.1.6
14242026-03-17T05:48:19.940Z Compiling block-buffer v0.10.4
14252026-03-17T05:48:20.064Z Compiling yoke v0.8.1
14262026-03-17T05:48:20.144Z Compiling digest v0.10.7
14272026-03-17T05:48:20.302Z Compiling tokio-macros v2.6.0
14282026-03-17T05:48:20.418Z Compiling futures-macro v0.3.32
14292026-03-17T05:48:20.464Z Compiling hmac v0.12.1
14302026-03-17T05:48:20.555Z Compiling zerotrie v0.2.3
14312026-03-17T05:48:20.610Z Compiling zerovec v0.11.5
14322026-03-17T05:48:20.660Z Compiling block-padding v0.3.3
14332026-03-17T05:48:20.859Z Compiling inout v0.1.4
14342026-03-17T05:48:20.945Z Compiling sha2 v0.10.9
14352026-03-17T05:48:21.072Z Compiling cipher v0.4.4
14362026-03-17T05:48:21.264Z Compiling tinystr v0.8.2
14372026-03-17T05:48:21.295Z Compiling potential_utf v0.1.4
14382026-03-17T05:48:21.410Z Compiling der_derive v0.7.3
14392026-03-17T05:48:21.479Z Compiling icu_locale_core v2.1.1
14402026-03-17T05:48:21.502Z Compiling icu_collections v2.1.1
14412026-03-17T05:48:21.524Z Compiling futures-util v0.3.32
14422026-03-17T05:48:22.134Z Compiling salsa20 v0.10.2
14432026-03-17T05:48:22.308Z Compiling icu_provider v2.1.1
14442026-03-17T05:48:22.436Z Compiling bytes v1.11.1
14452026-03-17T05:48:22.707Z Compiling icu_properties v2.1.2
14462026-03-17T05:48:22.742Z Compiling icu_normalizer v2.1.1
14472026-03-17T05:48:22.762Z Compiling der v0.7.10
14482026-03-17T05:48:22.841Z Compiling chrono v0.4.44
14492026-03-17T05:48:23.305Z Compiling tokio v1.49.0
14502026-03-17T05:48:23.453Z Compiling http v1.4.0
14512026-03-17T05:48:24.246Z Compiling idna_adapter v1.2.1
14522026-03-17T05:48:24.415Z Compiling idna v1.1.0
14532026-03-17T05:48:24.418Z Compiling spki v0.7.3
14542026-03-17T05:48:24.635Z Compiling ppv-lite86 v0.2.21
14552026-03-17T05:48:24.684Z Compiling pbkdf2 v0.12.2
14562026-03-17T05:48:24.684Z Compiling thiserror-impl v2.0.18
14572026-03-17T05:48:24.721Z Compiling cbc v0.1.2
14582026-03-17T05:48:24.739Z Compiling aes v0.8.4
14592026-03-17T05:48:24.819Z Compiling url v2.5.8
14602026-03-17T05:48:24.896Z Compiling scrypt v0.11.0
14612026-03-17T05:48:25.066Z Compiling rand_chacha v0.9.0
14622026-03-17T05:48:25.215Z Compiling rustls-pki-types v1.14.0
14632026-03-17T05:48:25.275Z Compiling tracing-attributes v0.1.31
14642026-03-17T05:48:25.811Z Compiling rand v0.9.2
14652026-03-17T05:48:25.858Z Compiling pkcs5 v0.7.1
14662026-03-17T05:48:25.934Z Compiling http-body v1.0.1
14672026-03-17T05:48:26.123Z Compiling httparse v1.10.1
14682026-03-17T05:48:26.176Z Compiling untrusted v0.7.1
14692026-03-17T05:48:26.327Z Compiling untrusted v0.9.0
14702026-03-17T05:48:26.462Z Compiling thiserror v2.0.18
14712026-03-17T05:48:26.480Z Compiling schemars v0.8.22
14722026-03-17T05:48:26.500Z Compiling openssl-probe v0.2.1
14732026-03-17T05:48:26.547Z Compiling base64 v0.22.1
14742026-03-17T05:48:26.592Z Compiling syn v1.0.109
14752026-03-17T05:48:26.779Z Compiling pkcs8 v0.10.2
14762026-03-17T05:48:26.814Z Compiling schemars_derive v0.8.22
14772026-03-17T05:48:26.952Z Compiling pest_derive v2.8.6
14782026-03-17T05:48:27.030Z Compiling scroll_derive v0.13.1
14792026-03-17T05:48:27.055Z Compiling tracing v0.1.44
14802026-03-17T05:48:27.395Z Compiling darling_core v0.20.11
14812026-03-17T05:48:27.474Z Compiling tower-layer v0.3.3
14822026-03-17T05:48:27.711Z Compiling tower-service v0.3.3
14832026-03-17T05:48:27.827Z Compiling tinyvec_macros v0.1.1
14842026-03-17T05:48:27.864Z Compiling atomic-waker v1.1.2
14852026-03-17T05:48:27.913Z Compiling dyn-clone v1.0.20
14862026-03-17T05:48:28.020Z Compiling rustls v0.23.37
14872026-03-17T05:48:28.087Z Compiling try-lock v0.2.5
14882026-03-17T05:48:28.106Z Compiling scroll v0.13.0
14892026-03-17T05:48:28.221Z Compiling want v0.3.1
14902026-03-17T05:48:28.240Z Compiling tinyvec v1.10.0
14912026-03-17T05:48:28.429Z Compiling tokio-util v0.7.18
14922026-03-17T05:48:29.084Z Compiling ipnet v2.11.0
14932026-03-17T05:48:29.192Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-17T05:48:29.676Z Compiling h2 v0.4.13
14952026-03-17T05:48:29.751Z Compiling spin v0.9.8
14962026-03-17T05:48:29.824Z Compiling aho-corasick v1.1.4
14972026-03-17T05:48:30.014Z Compiling num-conv v0.2.0
14982026-03-17T05:48:30.185Z Compiling openssl v0.10.75
14992026-03-17T05:48:30.313Z Compiling httpdate v1.0.3
15002026-03-17T05:48:30.472Z Compiling powerfmt v0.2.0
15012026-03-17T05:48:30.598Z Compiling time-core v0.1.8
15022026-03-17T05:48:30.675Z Compiling darling_macro v0.20.11
15032026-03-17T05:48:30.733Z Compiling foreign-types-shared v0.1.1
15042026-03-17T05:48:30.786Z Compiling pin-utils v0.1.0
15052026-03-17T05:48:30.837Z Compiling crc32fast v1.5.0
15062026-03-17T05:48:30.876Z Compiling foreign-types v0.3.2
15072026-03-17T05:48:30.965Z Compiling regex-automata v0.4.14
15082026-03-17T05:48:31.169Z Compiling tempfile v3.25.0
15092026-03-17T05:48:31.242Z Compiling time-macros v0.2.27
15102026-03-17T05:48:31.266Z Compiling darling v0.20.11
15112026-03-17T05:48:31.372Z Compiling deranged v0.5.8
15122026-03-17T05:48:32.162Z Compiling goblin v0.10.5
15132026-03-17T05:48:32.723Z Compiling openssl-macros v0.1.1
15142026-03-17T05:48:33.228Z Compiling thiserror-impl v1.0.69
15152026-03-17T05:48:33.396Z Compiling socket2 v0.5.10
15162026-03-17T05:48:33.935Z Compiling hyper v1.8.1
15172026-03-17T05:48:34.092Z Compiling wait-timeout v0.2.1
15182026-03-17T05:48:34.427Z Compiling quick-error v1.2.3
15192026-03-17T05:48:34.557Z Compiling num_threads v0.1.7
15202026-03-17T05:48:34.672Z Compiling siphasher v1.0.2
15212026-03-17T05:48:34.890Z Compiling either v1.15.0
15222026-03-17T05:48:34.920Z Compiling simd-adler32 v0.3.8
15232026-03-17T05:48:34.983Z Compiling usdt-impl v0.6.0
15242026-03-17T05:48:35.156Z Compiling native-tls v0.2.18
15252026-03-17T05:48:35.234Z Compiling bit-vec v0.8.0
15262026-03-17T05:48:35.277Z Compiling thiserror v1.0.69
15272026-03-17T05:48:35.403Z Compiling hyper-util v0.1.20
15282026-03-17T05:48:35.447Z Compiling time v0.3.47
15292026-03-17T05:48:35.532Z Compiling bit-set v0.8.0
15302026-03-17T05:48:35.737Z Compiling rusty-fork v0.3.1
15312026-03-17T05:48:36.057Z Compiling dof v0.4.0
15322026-03-17T05:48:36.663Z Compiling derive_builder_core v0.20.2
15332026-03-17T05:48:37.660Z Compiling unicode-normalization v0.1.25
15342026-03-17T05:48:37.680Z Compiling crossbeam-epoch v0.9.18
15352026-03-17T05:48:37.849Z Compiling dtrace-parser v0.3.0
15362026-03-17T05:48:37.870Z Compiling rustls-native-certs v0.8.3
15372026-03-17T05:48:38.114Z Compiling signature v2.2.0
15382026-03-17T05:48:38.149Z Compiling scroll_derive v0.12.1
15392026-03-17T05:48:38.251Z Compiling heapless v0.7.17
15402026-03-17T05:48:38.270Z Compiling rand_xorshift v0.4.0
15412026-03-17T05:48:38.332Z Compiling slog v2.8.2
15422026-03-17T05:48:38.469Z Compiling darling_core v0.21.3
15432026-03-17T05:48:38.545Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-03-17T05:48:38.563Z Compiling sync_wrapper v1.0.2
15452026-03-17T05:48:38.693Z Compiling thread-id v5.1.0
15462026-03-17T05:48:38.792Z Compiling cookie v0.18.1
15472026-03-17T05:48:38.884Z Compiling unarray v0.1.4
15482026-03-17T05:48:38.903Z Compiling anyhow v1.0.102
15492026-03-17T05:48:39.014Z Compiling unicode-properties v0.1.4
15502026-03-17T05:48:39.017Z Compiling zstd-safe v7.2.4
15512026-03-17T05:48:39.017Z Compiling unicode-segmentation v1.12.0
15522026-03-17T05:48:39.278Z Compiling adler2 v2.0.1
15532026-03-17T05:48:39.297Z Compiling rayon-core v1.13.0
15542026-03-17T05:48:39.301Z Compiling signal-hook v0.3.18
15552026-03-17T05:48:39.439Z Compiling unicode-bidi v0.3.18
15562026-03-17T05:48:39.511Z Compiling paste v1.0.15
15572026-03-17T05:48:39.570Z Compiling miniz_oxide v0.8.9
15582026-03-17T05:48:39.861Z Compiling stringprep v0.1.5
15592026-03-17T05:48:40.210Z Compiling scroll v0.12.0
15602026-03-17T05:48:40.265Z Compiling proptest v1.10.0
15612026-03-17T05:48:40.363Z Compiling tower v0.5.3
15622026-03-17T05:48:40.522Z Compiling crossbeam-deque v0.8.6
15632026-03-17T05:48:40.551Z Compiling derive_builder_macro v0.20.2
15642026-03-17T05:48:40.755Z Compiling ipnetwork v0.21.1
15652026-03-17T05:48:40.975Z Compiling http-body-util v0.1.3
15662026-03-17T05:48:41.055Z Compiling webpki-roots v1.0.6
15672026-03-17T05:48:41.075Z Compiling rand_chacha v0.3.1
15682026-03-17T05:48:41.112Z Compiling serde_tokenstream v0.2.3
15692026-03-17T05:48:41.204Z Compiling erased-serde v0.3.31
15702026-03-17T05:48:41.261Z Compiling serde_spanned v0.6.9
15712026-03-17T05:48:41.285Z Compiling toml_datetime v0.6.11
15722026-03-17T05:48:41.435Z Compiling md-5 v0.10.6
15732026-03-17T05:48:41.513Z Compiling zerocopy-derive v0.7.35
15742026-03-17T05:48:41.616Z Compiling curve25519-dalek v4.1.3
15752026-03-17T05:48:41.635Z Compiling vergen-lib v0.1.6
15762026-03-17T05:48:41.855Z Compiling num-integer v0.1.46
15772026-03-17T05:48:41.927Z Compiling hash32 v0.2.1
15782026-03-17T05:48:41.998Z Compiling darling_macro v0.21.3
15792026-03-17T05:48:42.023Z Compiling ff v0.13.1
15802026-03-17T05:48:42.099Z Compiling memoffset v0.9.1
15812026-03-17T05:48:42.169Z Compiling ref-cast v1.0.25
15822026-03-17T05:48:42.188Z Compiling base16ct v0.2.0
15832026-03-17T05:48:42.275Z Compiling fallible-iterator v0.2.0
15842026-03-17T05:48:42.331Z Compiling smoltcp v0.9.1
15852026-03-17T05:48:42.407Z Compiling litrs v1.0.0
15862026-03-17T05:48:42.555Z Compiling zlib-rs v0.6.2
15872026-03-17T05:48:42.595Z Compiling rustix v0.38.44
15882026-03-17T05:48:42.716Z Compiling cfg_aliases v0.2.1
15892026-03-17T05:48:42.743Z Compiling ryu v1.0.23
15902026-03-17T05:48:42.762Z Compiling psl-types v2.0.11
15912026-03-17T05:48:42.806Z Compiling num-bigint-dig v0.8.6
15922026-03-17T05:48:42.920Z Compiling iri-string v0.7.10
15932026-03-17T05:48:42.971Z Compiling serde_urlencoded v0.7.1
15942026-03-17T05:48:43.057Z Compiling publicsuffix v2.3.0
15952026-03-17T05:48:43.171Z Compiling document-features v0.2.12
15962026-03-17T05:48:43.205Z Compiling nix v0.31.1
15972026-03-17T05:48:43.290Z Compiling postgres-protocol v0.6.10
15982026-03-17T05:48:43.308Z Compiling zerocopy v0.7.35
15992026-03-17T05:48:43.693Z Compiling newtype-uuid v1.3.2
16002026-03-17T05:48:43.934Z Compiling darling v0.21.3
16012026-03-17T05:48:44.084Z Compiling sec1 v0.7.3
16022026-03-17T05:48:44.103Z Compiling group v0.13.0
16032026-03-17T05:48:44.122Z Compiling num-iter v0.1.45
16042026-03-17T05:48:44.363Z Compiling rand v0.8.5
16052026-03-17T05:48:44.433Z Compiling derive_builder v0.20.2
16062026-03-17T05:48:44.587Z Compiling tower-http v0.6.8
16072026-03-17T05:48:44.858Z Compiling oxnet v0.1.4
16082026-03-17T05:48:44.898Z Compiling proc-macro-error v1.0.4
16092026-03-17T05:48:45.104Z Compiling goblin v0.8.2
16102026-03-17T05:48:45.434Z Compiling tokio-native-tls v0.3.1
16112026-03-17T05:48:46.065Z Compiling heck v0.4.1
16122026-03-17T05:48:46.098Z Compiling phf_shared v0.13.1
16132026-03-17T05:48:46.208Z Compiling hubpack_derive v0.1.1
16142026-03-17T05:48:46.295Z Compiling regex v1.12.3
16152026-03-17T05:48:46.353Z Compiling lazy_static v1.5.0
16162026-03-17T05:48:46.416Z Compiling cargo-platform v0.1.9
16172026-03-17T05:48:46.464Z Compiling hkdf v0.12.4
16182026-03-17T05:48:46.668Z Compiling flate2 v1.1.9
16192026-03-17T05:48:46.740Z Compiling crypto-bigint v0.5.5
16202026-03-17T05:48:46.760Z Compiling async-trait v0.1.89
16212026-03-17T05:48:46.876Z Compiling ref-cast-impl v1.0.25
16222026-03-17T05:48:47.099Z Compiling daft-derive v0.1.5
16232026-03-17T05:48:47.220Z Compiling strum_macros v0.27.2
16242026-03-17T05:48:47.569Z Compiling curve25519-dalek-derive v0.1.1
16252026-03-17T05:48:48.086Z Compiling terminal_size v0.4.3
16262026-03-17T05:48:48.204Z Compiling vergen v9.0.6
16272026-03-17T05:48:48.256Z Compiling fs-err v3.3.0
16282026-03-17T05:48:48.434Z Compiling ahash v0.8.12
16292026-03-17T05:48:48.463Z Compiling bumpalo v3.20.2
16302026-03-17T05:48:48.488Z Compiling winnow v0.5.40
16312026-03-17T05:48:48.680Z Compiling libbz2-rs-sys v0.2.2
16322026-03-17T05:48:48.786Z Compiling bitflags v1.3.2
16332026-03-17T05:48:48.882Z Compiling managed v0.8.0
16342026-03-17T05:48:49.160Z Compiling object v0.37.3
16352026-03-17T05:48:49.503Z Compiling foldhash v0.1.5
16362026-03-17T05:48:49.617Z Compiling bzip2 v0.6.1
16372026-03-17T05:48:49.712Z Compiling hashbrown v0.15.5
16382026-03-17T05:48:49.878Z Compiling console v0.16.2
16392026-03-17T05:48:49.985Z Compiling strum v0.27.2
16402026-03-17T05:48:50.010Z Compiling clap_builder v4.5.60
16412026-03-17T05:48:50.142Z Compiling zopfli v0.8.3
16422026-03-17T05:48:50.417Z Compiling toml_edit v0.19.15
16432026-03-17T05:48:50.659Z Compiling dof v0.3.0
16442026-03-17T05:48:50.720Z Compiling elliptic-curve v0.13.8
16452026-03-17T05:48:51.036Z Compiling daft v0.1.5
16462026-03-17T05:48:51.348Z Compiling hubpack v0.1.2
16472026-03-17T05:48:51.418Z Compiling cargo_metadata v0.19.2
16482026-03-17T05:48:51.637Z Compiling zone_cfg_derive v0.3.1
16492026-03-17T05:48:52.456Z Compiling phf v0.13.1
16502026-03-17T05:48:52.696Z Compiling signal-hook-mio v0.2.5
16512026-03-17T05:48:53.340Z Compiling cookie_store v0.22.1
16522026-03-17T05:48:53.340Z Compiling hyper-tls v0.6.0
16532026-03-17T05:48:53.653Z Compiling rayon v1.11.0
16542026-03-17T05:48:54.217Z Compiling zstd v0.13.3
16552026-03-17T05:48:54.249Z Compiling bzip2 v0.4.4
16562026-03-17T05:48:54.417Z Compiling serde_with_macros v3.17.0
16572026-03-17T05:48:54.457Z Compiling postgres-types v0.2.12
16582026-03-17T05:48:54.558Z Compiling usdt-macro v0.6.0
16592026-03-17T05:48:54.578Z Compiling usdt-attr-macro v0.6.0
16602026-03-17T05:48:55.193Z Compiling ed25519 v2.2.3
16612026-03-17T05:48:55.537Z Compiling dtrace-parser v0.2.0
16622026-03-17T05:48:55.602Z Compiling itertools v0.12.1
16632026-03-17T05:48:55.926Z Compiling phf_shared v0.11.3
16642026-03-17T05:48:56.090Z Compiling bstr v1.12.1
16652026-03-17T05:48:56.110Z Compiling pkcs1 v0.7.5
16662026-03-17T05:48:56.174Z Compiling hex v0.4.3
16672026-03-17T05:48:56.363Z Compiling serde-big-array v0.5.1
16682026-03-17T05:48:56.530Z Compiling rfc6979 v0.4.0
16692026-03-17T05:48:56.548Z Compiling serde_repr v0.1.20
16702026-03-17T05:48:56.591Z Compiling clap_derive v4.5.55
16712026-03-17T05:48:56.649Z Compiling strum_macros v0.26.4
16722026-03-17T05:48:56.684Z Compiling enum-as-inner v0.6.1
16732026-03-17T05:48:56.979Z Compiling float-cmp v0.10.0
16742026-03-17T05:48:57.165Z Compiling memmap2 v0.9.10
16752026-03-17T05:48:57.231Z Compiling thread-id v4.2.2
16762026-03-17T05:48:57.271Z Compiling env_filter v1.0.0
16772026-03-17T05:48:57.324Z Compiling encoding_rs v0.8.35
16782026-03-17T05:48:57.343Z Compiling rustc-hash v2.1.1
16792026-03-17T05:48:57.443Z Compiling fixedbitset v0.4.2
16802026-03-17T05:48:57.496Z Compiling precomputed-hash v0.1.1
16812026-03-17T05:48:57.607Z Compiling jiff v0.2.21
16822026-03-17T05:48:57.704Z Compiling data-encoding v2.10.0
16832026-03-17T05:48:57.768Z Compiling difflib v0.4.0
16842026-03-17T05:48:58.539Z Compiling keccak v0.1.6
16852026-03-17T05:48:58.715Z Compiling mime v0.3.17
16862026-03-17T05:48:59.008Z Compiling unit-prefix v0.5.2
16872026-03-17T05:48:59.056Z Compiling new_debug_unreachable v1.0.6
16882026-03-17T05:48:59.075Z Compiling fixedbitset v0.5.7
16892026-03-17T05:48:59.108Z Compiling static_assertions v1.1.0
16902026-03-17T05:48:59.144Z Compiling normalize-line-endings v0.3.0
16912026-03-17T05:48:59.187Z Compiling whoami v2.1.0
16922026-03-17T05:48:59.206Z Compiling predicates-core v1.0.10
16932026-03-17T05:48:59.260Z Compiling toml_edit v0.22.27
16942026-03-17T05:48:59.392Z Compiling predicates v3.1.4
16952026-03-17T05:48:59.428Z Compiling petgraph v0.8.3
16962026-03-17T05:48:59.477Z Compiling tokio-postgres v0.7.16
16972026-03-17T05:48:59.653Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-17T05:48:59.686Z Compiling indicatif v0.18.4
16992026-03-17T05:49:00.263Z Compiling string_cache v0.8.9
17002026-03-17T05:49:00.556Z Compiling strum v0.26.3
17012026-03-17T05:49:00.716Z Compiling clap v4.5.60
17022026-03-17T05:49:00.819Z Compiling sha3 v0.10.8
17032026-03-17T05:49:00.839Z Compiling hickory-proto v0.25.2
17042026-03-17T05:49:01.401Z Compiling zip v4.6.1
17052026-03-17T05:49:02.071Z Compiling petgraph v0.6.5
17062026-03-17T05:49:02.421Z Compiling env_logger v0.11.9
17072026-03-17T05:49:02.697Z Compiling iddqd v0.3.17
17082026-03-17T05:49:02.925Z Compiling usdt v0.6.0
17092026-03-17T05:49:03.126Z Compiling usdt-impl v0.5.0
17102026-03-17T05:49:03.269Z Compiling zone v0.3.1
17112026-03-17T05:49:03.394Z Compiling similar v2.7.0
17122026-03-17T05:49:03.594Z Compiling ecdsa v0.16.9
17132026-03-17T05:49:03.904Z Compiling serde_with v3.17.0
17142026-03-17T05:49:04.102Z Compiling rsa v0.9.10
17152026-03-17T05:49:04.135Z Compiling crossterm v0.28.1
17162026-03-17T05:49:04.178Z Compiling ed25519-dalek v2.2.0
17172026-03-17T05:49:04.569Z Compiling zip v0.6.6
17182026-03-17T05:49:05.330Z Compiling toml v0.7.8
17192026-03-17T05:49:06.169Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-03-17T05:49:06.227Z Compiling itertools v0.13.0
17212026-03-17T05:49:06.254Z Compiling tokio-stream v0.1.18
17222026-03-17T05:49:06.258Z Compiling buf-list v1.1.2
17232026-03-17T05:49:06.628Z Compiling x509-cert v0.2.5
17242026-03-17T05:49:06.862Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-03-17T05:49:07.012Z Compiling openapiv3 v2.2.0
17262026-03-17T05:49:07.260Z Compiling sha1 v0.10.6
17272026-03-17T05:49:07.322Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-03-17T05:49:07.545Z Compiling peg-runtime v0.8.5
17292026-03-17T05:49:07.740Z Compiling lalrpop-util v0.19.12
17302026-03-17T05:49:07.920Z Compiling thread_local v1.1.9
17312026-03-17T05:49:07.990Z Compiling slog-async v2.8.0
17322026-03-17T05:49:07.993Z Compiling crossbeam-channel v0.5.15
17332026-03-17T05:49:08.246Z Compiling futures-executor v0.3.32
17342026-03-17T05:49:08.366Z Compiling filetime v0.2.27
17352026-03-17T05:49:08.398Z Compiling is-terminal v0.4.17
17362026-03-17T05:49:08.514Z Compiling xattr v1.6.1
17372026-03-17T05:49:08.583Z Compiling term v1.2.1
17382026-03-17T05:49:08.583Z Compiling take_mut v0.2.2
17392026-03-17T05:49:08.630Z Compiling futures v0.3.32
17402026-03-17T05:49:08.737Z Compiling tar v0.4.44
17412026-03-17T05:49:08.950Z Compiling slog-term v2.9.2
17422026-03-17T05:49:15.611Z Compiling rustls-webpki v0.103.9
17432026-03-17T05:49:19.622Z Compiling tokio-rustls v0.26.4
17442026-03-17T05:49:19.622Z Compiling rustls-platform-verifier v0.6.2
17452026-03-17T05:49:19.877Z Compiling hyper-rustls v0.27.7
17462026-03-17T05:49:20.135Z Compiling reqwest v0.13.2
17472026-03-17T05:49:20.151Z Compiling reqwest v0.12.28
17482026-03-17T05:49:23.167Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-03-17T05:49:23.441Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-03-17T05:49:27.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17512026-03-17T05:49:27.429Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-03-17T05:49:27.491ZMar 17 05:49:26.200 INFO Starting download, target: Console
17532026-03-17T05:49:27.491ZMar 17 05:49:26.200 INFO Starting download, target: DendriteStub
17542026-03-17T05:49:27.491ZMar 17 05:49:26.200 INFO Starting download, target: Cockroach
17552026-03-17T05:49:27.491ZMar 17 05:49:26.200 INFO Starting download, target: MaghemiteMgd
17562026-03-17T05:49:27.491ZMar 17 05:49:26.200 INFO Starting download, target: Clickhouse
17572026-03-17T05:49:27.494ZMar 17 05:49:26.200 INFO Starting download, target: TransceiverControl
17582026-03-17T05:49:27.494ZMar 17 05:49:26.200 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-17T05:49:27.494ZMar 17 05:49:26.200 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-17T05:49:27.494ZMar 17 05:49:26.200 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-03-17T05:49:27.494ZMar 17 05:49:26.200 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-03-17T05:49:27.494ZMar 17 05:49:26.200 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-17T05:49:27.494ZMar 17 05:49:26.200 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-03-17T05:49:28.121ZMar 17 05:49:26.826 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-03-17T05:49:28.466ZMar 17 05:49:27.174 INFO Download complete, target: TransceiverControl
17662026-03-17T05:49:28.649ZMar 17 05:49:27.356 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-03-17T05:49:29.020ZMar 17 05:49:27.726 INFO Download complete, target: Console
17682026-03-17T05:49:29.043ZMar 17 05:49:27.749 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-03-17T05:49:29.291ZMar 17 05:49:27.999 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-17T05:49:29.577ZMar 17 05:49:28.279 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-17T05:49:29.796ZMar 17 05:49:28.505 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-03-17T05:49:29.796ZMar 17 05:49:28.505 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-03-17T05:49:32.908ZMar 17 05:49:31.616 INFO Download complete, target: MaghemiteMgd
17742026-03-17T05:49:33.072ZMar 17 05:49:31.781 INFO Download complete, target: DendriteStub
17752026-03-17T05:49:37.522ZMar 17 05:49:36.230 INFO Checking that binary works, target: Cockroach
17762026-03-17T05:49:37.636ZMar 17 05:49:36.344 INFO Download complete, target: Cockroach
17772026-03-17T05:49:40.743ZMar 17 05:49:39.450 INFO Checking that binary works, target: Clickhouse
17782026-03-17T05:49:40.860ZMar 17 05:49:39.567 INFO Download complete, target: Clickhouse
17792026-03-17T05:49:40.877ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-03-17T05:49:40.881Z
17812026-03-17T05:49:40.881Zreal 4:47.045375406
17822026-03-17T05:49:40.881Zuser 10:20.977890777
17832026-03-17T05:49:40.881Zsys 1:48.046813823
17842026-03-17T05:49:40.881Ztrap 0.326381315
17852026-03-17T05:49:40.881Ztflt 0.600545937
17862026-03-17T05:49:40.881Zdflt 0.598253698
17872026-03-17T05:49:40.881Zkflt 0.020176538
17882026-03-17T05:49:40.881Zlock 30:44.053662338
17892026-03-17T05:49:40.881Zslp 30:48.393273541
17902026-03-17T05:49:40.881Zlat 57.379388038
17912026-03-17T05:49:40.881Zstop 2:41.398125267
17922026-03-17T05:49:40.881Z+ banner clippy
17932026-03-17T05:49:40.881Z
17942026-03-17T05:49:40.881Z #### # # ##### ##### # #
17952026-03-17T05:49:40.881Z # # # # # # # # # #
17962026-03-17T05:49:40.881Z # # # # # # # #
17972026-03-17T05:49:40.881Z # # # ##### ##### #
17982026-03-17T05:49:40.881Z # # # # # # #
17992026-03-17T05:49:40.881Z #### ###### # # # #
18002026-03-17T05:49:40.881Z
18012026-03-17T05:49:40.881Z+ export CARGO_INCREMENTAL=0
18022026-03-17T05:49:40.881Z+ CARGO_INCREMENTAL=0
18032026-03-17T05:49:40.881Z+ ptime -m cargo xtask clippy
18042026-03-17T05:49:41.572Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-03-17T05:49:41.842Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-03-17T05:49:44.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
18072026-03-17T05:49:44.417Z Running `target/debug/xtask clippy`
18082026-03-17T05:49:44.450Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18092026-03-17T05:49:45.220Z Downloading crates ...
18102026-03-17T05:49:45.484Z Downloaded futures-timer v3.0.3
18112026-03-17T05:49:45.491Z Downloaded rustc-demangle v0.1.27
18122026-03-17T05:49:45.494Z Downloaded async-lock v3.4.2
18132026-03-17T05:49:45.498Z Downloaded target-lexicon v0.13.3
18142026-03-17T05:49:45.519Z Downloaded textwrap v0.15.2
18152026-03-17T05:49:45.522Z Downloaded cast v0.3.0
18162026-03-17T05:49:45.522Z Downloaded backtrace-ext v0.2.1
18172026-03-17T05:49:45.525Z Downloaded assert_cmd v2.1.2
18182026-03-17T05:49:45.525Z Downloaded terminal_size v0.1.17
18192026-03-17T05:49:45.525Z Downloaded supports-hyperlinks v2.1.0
18202026-03-17T05:49:45.528Z Downloaded relative-path v1.9.3
18212026-03-17T05:49:45.528Z Downloaded miette-derive v5.10.0
18222026-03-17T05:49:45.528Z Downloaded plotters-svg v0.3.7
18232026-03-17T05:49:45.531Z Downloaded constant_time_eq v0.3.1
18242026-03-17T05:49:45.531Z Downloaded supports-color v2.1.0
18252026-03-17T05:49:45.531Z Downloaded concurrent-queue v2.5.0
18262026-03-17T05:49:45.534Z Downloaded async-object-pool v0.2.0
18272026-03-17T05:49:45.537Z Downloaded parking v2.2.1
18282026-03-17T05:49:45.544Z Downloaded assert-json-diff v2.0.2
18292026-03-17T05:49:45.547Z Downloaded path-tree v0.8.3
18302026-03-17T05:49:45.547Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18312026-03-17T05:49:45.550Z Downloaded supports-unicode v2.1.0
18322026-03-17T05:49:45.561Z Downloaded oorandom v11.1.5
18332026-03-17T05:49:45.564Z Downloaded addr2line v0.25.1
18342026-03-17T05:49:45.564Z Downloaded criterion-plot v0.6.0
18352026-03-17T05:49:45.571Z Downloaded serde_regex v1.1.0
18362026-03-17T05:49:45.574Z Downloaded plotters-backend v0.3.7
18372026-03-17T05:49:45.579Z Downloaded target-triple v1.0.0
18382026-03-17T05:49:45.582Z Downloaded rstest v0.25.0
18392026-03-17T05:49:45.585Z Downloaded linkme-impl v0.3.35
18402026-03-17T05:49:45.585Z Downloaded event-listener-strategy v0.5.4
18412026-03-17T05:49:45.588Z Downloaded blake2b_simd v1.0.4
18422026-03-17T05:49:45.591Z Downloaded nested v0.1.1
18432026-03-17T05:49:45.591Z Downloaded approx v0.5.1
18442026-03-17T05:49:45.591Z Downloaded escape8259 v0.5.3
18452026-03-17T05:49:45.591Z Downloaded cargo-platform v0.3.2
18462026-03-17T05:49:45.596Z Downloaded guppy-workspace-hack v0.1.0
18472026-03-17T05:49:45.605Z Downloaded partial-io v0.5.4
18482026-03-17T05:49:45.608Z Downloaded similar-asserts v1.7.0
18492026-03-17T05:49:45.611Z Downloaded anes v0.1.6
18502026-03-17T05:49:45.614Z Downloaded target-spec v3.5.7
18512026-03-17T05:49:45.614Z Downloaded httptest v0.16.4
18522026-03-17T05:49:45.617Z Downloaded datatest-stable v0.3.3
18532026-03-17T05:49:45.620Z Downloaded knuffel-derive v3.2.0
18542026-03-17T05:49:45.623Z Downloaded pathdiff v0.2.3
18552026-03-17T05:49:45.623Z Downloaded termcolor v1.4.1
18562026-03-17T05:49:45.627Z Downloaded rust-argon2 v2.1.0
18572026-03-17T05:49:45.627Z Downloaded owo-colors v3.5.0
18582026-03-17T05:49:45.630Z Downloaded linkme v0.3.35
18592026-03-17T05:49:45.630Z Downloaded libtest-mimic v0.8.1
18602026-03-17T05:49:45.630Z Downloaded stringmetrics v2.2.2
18612026-03-17T05:49:45.633Z Downloaded toml v1.0.3+spec-1.1.0
18622026-03-17T05:49:45.636Z Downloaded cargo_metadata v0.23.1
18632026-03-17T05:49:45.639Z Downloaded event-listener v5.4.1
18642026-03-17T05:49:45.642Z Downloaded knuffel v3.2.0
18652026-03-17T05:49:45.647Z Downloaded cfg-expr v0.20.6
18662026-03-17T05:49:45.650Z Downloaded tinytemplate v1.2.1
18672026-03-17T05:49:45.656Z Downloaded trybuild v1.0.116
18682026-03-17T05:49:45.659Z Downloaded fancy-regex v0.14.0
18692026-03-17T05:49:45.663Z Downloaded backtrace v0.3.76
18702026-03-17T05:49:45.666Z Downloaded criterion v0.7.0
18712026-03-17T05:49:45.671Z Downloaded rstest_macros v0.25.0
18722026-03-17T05:49:45.674Z Downloaded chumsky v0.9.3
18732026-03-17T05:49:45.677Z Downloaded rand_distr v0.5.1
18742026-03-17T05:49:45.681Z Downloaded plotters v0.3.7
18752026-03-17T05:49:45.687Z Downloaded miette v5.10.0
18762026-03-17T05:49:45.690Z Downloaded hashbrown v0.14.5
18772026-03-17T05:49:45.694Z Downloaded guppy v0.17.25
18782026-03-17T05:49:45.717Z Downloaded gimli v0.32.3
18792026-03-17T05:49:45.826Z Downloaded httpmock v0.8.3
18802026-03-17T05:49:47.993Z Checking cfg-if v1.0.4
18812026-03-17T05:49:48.400Z Checking libc v0.2.180
18822026-03-17T05:49:48.403Z Checking serde_core v1.0.228
18832026-03-17T05:49:48.493Z Checking memchr v2.8.0
18842026-03-17T05:49:48.540Z Checking smallvec v1.15.1
18852026-03-17T05:49:48.590Z Checking itoa v1.0.17
18862026-03-17T05:49:48.590Z Checking log v0.4.29
18872026-03-17T05:49:48.690Z Checking zeroize v1.8.2
18882026-03-17T05:49:48.742Z Checking libm v0.2.16
18892026-03-17T05:49:48.802Z Checking scopeguard v1.2.0
18902026-03-17T05:49:48.854Z Checking stable_deref_trait v1.2.1
18912026-03-17T05:49:48.909Z Checking zmij v1.0.21
18922026-03-17T05:49:48.964Z Checking zerofrom v0.1.6
18932026-03-17T05:49:49.012Z Checking lock_api v0.4.14
18942026-03-17T05:49:49.061Z Checking errno v0.3.14
18952026-03-17T05:49:49.061Z Checking getrandom v0.2.17
18962026-03-17T05:49:49.151Z Checking yoke v0.8.1
18972026-03-17T05:49:49.200Z Checking percent-encoding v2.3.2
18982026-03-17T05:49:49.249Z Checking litemap v0.8.1
18992026-03-17T05:49:49.249Z Checking writeable v0.6.2
19002026-03-17T05:49:49.339Z Checking subtle v2.6.1
19012026-03-17T05:49:49.384Z Checking icu_properties_data v2.1.2
19022026-03-17T05:49:49.431Z Checking zerovec v0.11.5
19032026-03-17T05:49:49.434Z Checking zerotrie v0.2.3
19042026-03-17T05:49:49.521Z Checking icu_normalizer_data v2.1.1
19052026-03-17T05:49:49.568Z Checking form_urlencoded v1.2.2
19062026-03-17T05:49:49.615Z Checking rand_core v0.6.4
19072026-03-17T05:49:49.618Z Checking portable-atomic v1.13.1
19082026-03-17T05:49:49.706Z Checking pin-project-lite v0.2.17
19092026-03-17T05:49:49.763Z Checking utf8_iter v1.0.4
19102026-03-17T05:49:49.811Z Checking num-traits v0.2.19
19112026-03-17T05:49:49.860Z Checking zerocopy v0.8.40
19122026-03-17T05:49:49.908Z Checking critical-section v1.2.0
19132026-03-17T05:49:49.955Z Checking parking_lot_core v0.9.12
19142026-03-17T05:49:50.003Z Checking rand_core v0.10.0
19152026-03-17T05:49:50.062Z Checking tinystr v0.8.2
19162026-03-17T05:49:50.105Z Checking potential_utf v0.1.4
19172026-03-17T05:49:50.224Z Checking getrandom v0.4.1
19182026-03-17T05:49:50.272Z Checking parking_lot v0.12.5
19192026-03-17T05:49:50.275Z Checking once_cell v1.21.3
19202026-03-17T05:49:50.360Z Checking icu_locale_core v2.1.1
19212026-03-17T05:49:50.363Z Checking icu_collections v2.1.1
19222026-03-17T05:49:50.456Z Checking signal-hook-registry v1.4.8
19232026-03-17T05:49:50.545Z Checking mio v1.1.1
19242026-03-17T05:49:50.599Z Checking typenum v1.19.0
19252026-03-17T05:49:50.649Z Checking serde v1.0.228
19262026-03-17T05:49:50.652Z Checking bitflags v2.11.0
19272026-03-17T05:49:50.740Z Checking serde_json v1.0.149
19282026-03-17T05:49:50.836Z Checking socket2 v0.6.2
19292026-03-17T05:49:50.957Z Checking thiserror v2.0.18
19302026-03-17T05:49:50.960Z Checking iana-time-zone v0.1.65
19312026-03-17T05:49:51.128Z Checking allocator-api2 v0.2.21
19322026-03-17T05:49:51.179Z Checking icu_provider v2.1.1
19332026-03-17T05:49:51.225Z Checking uuid v1.21.0
19342026-03-17T05:49:51.225Z Checking semver v1.0.27
19352026-03-17T05:49:51.317Z Checking bytes v1.11.1
19362026-03-17T05:49:51.364Z Checking generic-array v0.14.7
19372026-03-17T05:49:51.510Z Checking icu_properties v2.1.2
19382026-03-17T05:49:51.557Z Checking icu_normalizer v2.1.1
19392026-03-17T05:49:51.562Z Checking chrono v0.4.44
19402026-03-17T05:49:51.713Z Checking futures-core v0.3.32
19412026-03-17T05:49:51.774Z Checking equivalent v1.0.2
19422026-03-17T05:49:51.931Z Checking dyn-clone v1.0.20
19432026-03-17T05:49:51.931Z Checking const-oid v0.9.6
19442026-03-17T05:49:52.026Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19452026-03-17T05:49:52.029Z Checking tokio v1.49.0
19462026-03-17T05:49:52.067Z Checking crypto-common v0.1.7
19472026-03-17T05:49:52.158Z Checking foldhash v0.2.0
19482026-03-17T05:49:52.301Z Checking block-buffer v0.10.4
19492026-03-17T05:49:52.392Z Checking hashbrown v0.16.1
19502026-03-17T05:49:52.451Z Checking futures-sink v0.3.32
19512026-03-17T05:49:52.508Z Checking rustix v1.1.3
19522026-03-17T05:49:52.614Z Checking byteorder v1.5.0
19532026-03-17T05:49:52.676Z Checking idna_adapter v1.2.1
19542026-03-17T05:49:52.776Z Checking futures-channel v0.3.32
19552026-03-17T05:49:52.864Z Checking idna v1.1.0
19562026-03-17T05:49:52.921Z Checking futures-task v0.3.32
19572026-03-17T05:49:53.010Z Checking digest v0.10.7
19582026-03-17T05:49:53.065Z Checking slab v0.4.12
19592026-03-17T05:49:53.113Z Checking futures-io v0.3.32
19602026-03-17T05:49:53.159Z Checking cpufeatures v0.2.17
19612026-03-17T05:49:53.213Z Checking url v2.5.8
19622026-03-17T05:49:53.282Z Checking indexmap v2.13.0
19632026-03-17T05:49:53.328Z Checking thiserror v1.0.69
19642026-03-17T05:49:53.332Z Checking futures-util v0.3.32
19652026-03-17T05:49:53.332Z Checking getrandom v0.3.4
19662026-03-17T05:49:53.484Z Checking fnv v1.0.7
19672026-03-17T05:49:53.585Z Checking regex-syntax v0.8.10
19682026-03-17T05:49:53.637Z Checking http v1.4.0
19692026-03-17T05:49:53.710Z Checking tracing-core v0.1.36
19702026-03-17T05:49:53.811Z Checking schemars v0.8.22
19712026-03-17T05:49:53.861Z Checking ppv-lite86 v0.2.21
19722026-03-17T05:49:54.114Z Checking base64 v0.22.1
19732026-03-17T05:49:54.163Z Checking tracing v0.1.44
19742026-03-17T05:49:54.314Z Checking unicode-ident v1.0.24
19752026-03-17T05:49:54.459Z Checking ipnet v2.11.0
19762026-03-17T05:49:54.463Z Checking utf8parse v0.2.2
19772026-03-17T05:49:54.550Z Checking anstyle v1.0.13
19782026-03-17T05:49:54.553Z Checking proc-macro2 v1.0.106
19792026-03-17T05:49:54.665Z Checking untrusted v0.9.0
19802026-03-17T05:49:54.788Z Checking anstyle-parse v0.2.7
19812026-03-17T05:49:54.838Z Checking aho-corasick v1.1.4
19822026-03-17T05:49:54.841Z Checking ring v0.17.14
19832026-03-17T05:49:54.841Z Checking is_terminal_polyfill v1.70.2
19842026-03-17T05:49:55.016Z Checking colorchoice v1.0.4
19852026-03-17T05:49:55.065Z Checking quote v1.0.44
19862026-03-17T05:49:55.069Z Checking base64ct v1.8.3
19872026-03-17T05:49:55.178Z Checking anstyle-query v1.1.5
19882026-03-17T05:49:55.324Z Checking syn v2.0.117
19892026-03-17T05:49:55.370Z Checking anstream v0.6.21
19902026-03-17T05:49:55.435Z Checking block-padding v0.3.3
19912026-03-17T05:49:55.482Z Checking terminal_size v0.4.3
19922026-03-17T05:49:55.636Z Checking inout v0.1.4
19932026-03-17T05:49:55.683Z Checking rustls-pki-types v1.14.0
19942026-03-17T05:49:55.686Z Checking crossbeam-utils v0.8.21
19952026-03-17T05:49:55.790Z Checking regex-automata v0.4.14
19962026-03-17T05:49:55.848Z Checking httparse v1.10.1
19972026-03-17T05:49:56.041Z Checking cipher v0.4.4
19982026-03-17T05:49:56.147Z Checking strsim v0.11.1
19992026-03-17T05:49:56.198Z Checking clap_lex v1.0.0
20002026-03-17T05:49:56.198Z Checking sha2 v0.10.9
20012026-03-17T05:49:56.236Z Checking pem-rfc7468 v0.7.0
20022026-03-17T05:49:56.403Z Checking http-body v1.0.1
20032026-03-17T05:49:56.406Z Checking tokio-util v0.7.18
20042026-03-17T05:49:56.447Z Checking rand_core v0.9.5
20052026-03-17T05:49:56.548Z Checking clap_builder v4.5.60
20062026-03-17T05:49:56.600Z Checking atomic-waker v1.1.2
20072026-03-17T05:49:56.600Z Checking hmac v0.12.1
20082026-03-17T05:49:56.695Z Checking try-lock v0.2.5
20092026-03-17T05:49:56.743Z Checking httpdate v1.0.3
20102026-03-17T05:49:56.788Z Checking ryu v1.0.23
20112026-03-17T05:49:56.846Z Checking tower-service v0.3.3
20122026-03-17T05:49:56.892Z Checking want v0.3.1
20132026-03-17T05:49:56.958Z Checking tower-layer v0.3.3
20142026-03-17T05:49:57.006Z Checking flagset v0.4.7
20152026-03-17T05:49:57.009Z Checking pin-utils v0.1.0
20162026-03-17T05:49:57.094Z Checking rand_chacha v0.9.0
20172026-03-17T05:49:57.171Z Checking erased-serde v0.3.31
20182026-03-17T05:49:57.215Z Checking der v0.7.10
20192026-03-17T05:49:57.219Z Checking spin v0.9.8
20202026-03-17T05:49:57.319Z Checking h2 v0.4.13
20212026-03-17T05:49:57.390Z Checking rand v0.9.2
20222026-03-17T05:49:57.485Z Checking socket2 v0.5.10
20232026-03-17T05:49:57.766Z Checking slog v2.8.2
20242026-03-17T05:49:57.838Z Checking anyhow v1.0.102
20252026-03-17T05:49:58.040Z Checking powerfmt v0.2.0
20262026-03-17T05:49:58.130Z Checking num-conv v0.2.0
20272026-03-17T05:49:58.178Z Checking time-core v0.1.8
20282026-03-17T05:49:58.256Z Checking clap v4.5.60
20292026-03-17T05:49:58.307Z Checking deranged v0.5.8
20302026-03-17T05:49:58.310Z Checking num_threads v0.1.7
20312026-03-17T05:49:58.310Z Checking http-body-util v0.1.3
20322026-03-17T05:49:58.441Z Checking aws-lc-sys v0.37.1
20332026-03-17T05:49:58.444Z Checking untrusted v0.7.1
20342026-03-17T05:49:58.485Z Checking fastrand v2.3.0
20352026-03-17T05:49:58.576Z Checking openssl-probe v0.2.1
20362026-03-17T05:49:58.630Z Checking regex v1.12.3
20372026-03-17T05:49:58.707Z Checking spki v0.7.3
20382026-03-17T05:49:58.710Z Checking serde_urlencoded v0.7.1
20392026-03-17T05:49:58.798Z Checking pbkdf2 v0.12.2
20402026-03-17T05:49:58.802Z Checking aes v0.8.4
20412026-03-17T05:49:58.965Z Checking rand_chacha v0.3.1
20422026-03-17T05:49:59.013Z Checking unicode-width v0.2.0
20432026-03-17T05:49:59.063Z Checking pretty-hex v0.4.1
20442026-03-17T05:49:59.109Z Checking cbc v0.1.2
20452026-03-17T05:49:59.191Z Checking aws-lc-rs v1.16.0
20462026-03-17T05:49:59.248Z Checking salsa20 v0.10.2
20472026-03-17T05:49:59.295Z Checking rand v0.8.5
20482026-03-17T05:49:59.342Z Checking ipnetwork v0.21.1
20492026-03-17T05:49:59.389Z Checking tempfile v3.25.0
20502026-03-17T05:49:59.438Z Checking hex v0.4.3
20512026-03-17T05:49:59.483Z Checking scrypt v0.11.0
20522026-03-17T05:49:59.640Z Checking time v0.3.47
20532026-03-17T05:49:59.689Z Checking plain v0.2.3
20542026-03-17T05:49:59.692Z Checking rustls-native-certs v0.8.3
20552026-03-17T05:49:59.779Z Checking sync_wrapper v1.0.2
20562026-03-17T05:49:59.782Z Checking pkcs5 v0.7.1
20572026-03-17T05:49:59.870Z Checking camino v1.2.2
20582026-03-17T05:49:59.928Z Checking ucd-trie v0.1.7
20592026-03-17T05:49:59.977Z Checking tower v0.5.3
20602026-03-17T05:50:00.023Z Checking webpki-roots v1.0.6
20612026-03-17T05:50:00.130Z Checking pest v2.8.6
20622026-03-17T05:50:00.189Z Checking pkcs8 v0.10.2
20632026-03-17T05:50:00.236Z Checking iri-string v0.7.10
20642026-03-17T05:50:00.282Z Checking mime v0.3.17
20652026-03-17T05:50:00.371Z Checking rustls-webpki v0.103.9
20662026-03-17T05:50:00.454Z Checking either v1.15.0
20672026-03-17T05:50:00.553Z Checking openapiv3 v2.2.0
20682026-03-17T05:50:00.573Z Checking winnow v0.7.15
20692026-03-17T05:50:00.737Z Checking oxnet v0.1.4
20702026-03-17T05:50:00.903Z Checking hyper v1.8.1
20712026-03-17T05:50:00.958Z Checking rustls v0.23.37
20722026-03-17T05:50:01.080Z Checking lazy_static v1.5.0
20732026-03-17T05:50:01.228Z Checking foreign-types-shared v0.1.1
20742026-03-17T05:50:01.231Z Checking static_assertions v1.1.0
20752026-03-17T05:50:01.368Z Checking foreign-types v0.3.2
20762026-03-17T05:50:01.416Z Checking signature v2.2.0
20772026-03-17T05:50:01.493Z Checking openssl-sys v0.9.111
20782026-03-17T05:50:01.613Z Checking encoding_rs v0.8.35
20792026-03-17T05:50:01.660Z Checking simd-adler32 v0.3.8
20802026-03-17T05:50:01.722Z Checking tower-http v0.6.8
20812026-03-17T05:50:01.921Z Checking hubpack v0.1.2
20822026-03-17T05:50:02.124Z Checking adler2 v2.0.1
20832026-03-17T05:50:02.175Z Checking hyper-util v0.1.20
20842026-03-17T05:50:02.178Z Checking openssl v0.10.75
20852026-03-17T05:50:02.217Z Checking strum v0.26.3
20862026-03-17T05:50:02.312Z Checking miniz_oxide v0.8.9
20872026-03-17T05:50:02.315Z Checking sha1 v0.10.6
20882026-03-17T05:50:02.401Z Checking tinyvec_macros v0.1.1
20892026-03-17T05:50:02.449Z Checking data-encoding v2.10.0
20902026-03-17T05:50:02.522Z Checking tinyvec v1.10.0
20912026-03-17T05:50:02.590Z Checking serde_spanned v0.6.9
20922026-03-17T05:50:02.784Z Checking toml_datetime v0.6.11
20932026-03-17T05:50:02.832Z Checking num-integer v0.1.46
20942026-03-17T05:50:02.835Z Checking scroll v0.13.0
20952026-03-17T05:50:02.924Z Checking memmap2 v0.9.10
20962026-03-17T05:50:02.973Z Checking base16ct v0.2.0
20972026-03-17T05:50:03.057Z Checking bit-vec v0.8.0
20982026-03-17T05:50:03.167Z Checking dtrace-parser v0.3.0
20992026-03-17T05:50:03.170Z Checking sec1 v0.7.3
21002026-03-17T05:50:03.170Z Checking crossbeam-epoch v0.9.18
21012026-03-17T05:50:03.304Z Checking goblin v0.10.5
21022026-03-17T05:50:03.353Z Checking bit-set v0.8.0
21032026-03-17T05:50:03.492Z Checking crc32fast v1.5.0
21042026-03-17T05:50:03.553Z Checking ff v0.13.1
21052026-03-17T05:50:03.556Z Checking wait-timeout v0.2.1
21062026-03-17T05:50:03.643Z Checking thread-id v5.1.0
21072026-03-17T05:50:03.703Z Checking num-iter v0.1.45
21082026-03-17T05:50:03.751Z Checking group v0.13.0
21092026-03-17T05:50:03.798Z Checking bstr v1.12.1
21102026-03-17T05:50:03.801Z Checking hkdf v0.12.4
21112026-03-17T05:50:03.889Z Checking ahash v0.8.12
21122026-03-17T05:50:03.894Z Checking crypto-bigint v0.5.5
21132026-03-17T05:50:03.990Z Checking quick-error v1.2.3
21142026-03-17T05:50:04.058Z Checking rand_xorshift v0.4.0
21152026-03-17T05:50:04.155Z Checking rusty-fork v0.3.1
21162026-03-17T05:50:04.204Z Checking tokio-rustls v0.26.4
21172026-03-17T05:50:04.252Z Checking scroll v0.12.0
21182026-03-17T05:50:04.255Z Checking unarray v0.1.4
21192026-03-17T05:50:04.377Z Checking num-bigint-dig v0.8.6
21202026-03-17T05:50:04.425Z Checking pkcs1 v0.7.5
21212026-03-17T05:50:04.472Z Checking proptest v1.10.0
21222026-03-17T05:50:04.529Z Checking hyper-rustls v0.27.7
21232026-03-17T05:50:04.584Z Checking goblin v0.8.2
21242026-03-17T05:50:04.730Z Checking x509-cert v0.2.5
21252026-03-17T05:50:04.833Z Checking zerocopy v0.7.35
21262026-03-17T05:50:05.106Z Checking native-tls v0.2.18
21272026-03-17T05:50:05.257Z Checking elliptic-curve v0.13.8
21282026-03-17T05:50:05.368Z Checking tokio-native-tls v0.3.1
21292026-03-17T05:50:05.550Z Checking unicode-segmentation v1.12.0
21302026-03-17T05:50:05.597Z Checking psl-types v2.0.11
21312026-03-17T05:50:05.643Z Checking hyper-tls v0.6.0
21322026-03-17T05:50:05.690Z Checking zlib-rs v0.6.2
21332026-03-17T05:50:05.736Z Checking rsa v0.9.10
21342026-03-17T05:50:05.784Z Checking publicsuffix v2.3.0
21352026-03-17T05:50:05.890Z Checking reqwest v0.12.28
21362026-03-17T05:50:05.999Z Checking crossbeam-deque v0.8.6
21372026-03-17T05:50:06.046Z Checking dtrace-parser v0.2.0
21382026-03-17T05:50:06.261Z Checking cookie v0.18.1
21392026-03-17T05:50:06.390Z Checking rfc6979 v0.4.0
21402026-03-17T05:50:06.394Z Checking thread-id v4.2.2
21412026-03-17T05:50:06.528Z Checking dof v0.4.0
21422026-03-17T05:50:06.577Z Checking toml_write v0.1.2
21432026-03-17T05:50:06.582Z Checking ecdsa v0.16.9
21442026-03-17T05:50:06.666Z Checking cookie_store v0.22.1
21452026-03-17T05:50:06.834Z Checking toml_edit v0.22.27
21462026-03-17T05:50:06.924Z Checking flate2 v1.1.9
21472026-03-17T05:50:06.972Z Checking newtype-uuid v1.3.2
21482026-03-17T05:50:07.033Z Checking rustls-platform-verifier v0.6.2
21492026-03-17T05:50:07.114Z Checking toml_parser v1.0.9+spec-1.1.0
21502026-03-17T05:50:07.161Z Checking curve25519-dalek v4.1.3
21512026-03-17T05:50:07.210Z Checking dof v0.3.0
21522026-03-17T05:50:07.259Z Checking memoffset v0.9.1
21532026-03-17T05:50:07.262Z Checking rustix v0.38.44
21542026-03-17T05:50:07.360Z Checking env_filter v1.0.0
21552026-03-17T05:50:07.407Z Checking keccak v0.1.6
21562026-03-17T05:50:07.454Z Checking usdt-impl v0.6.0
21572026-03-17T05:50:07.576Z Checking env_logger v0.11.9
21582026-03-17T05:50:07.580Z Checking daft v0.1.5
21592026-03-17T05:50:07.672Z Checking sha3 v0.10.8
21602026-03-17T05:50:07.675Z Checking usdt-impl v0.5.0
21612026-03-17T05:50:07.842Z Checking usdt v0.6.0
21622026-03-17T05:50:07.888Z Checking reqwest v0.13.2
21632026-03-17T05:50:07.968Z Checking ed25519 v2.2.3
21642026-03-17T05:50:08.015Z Checking itertools v0.13.0
21652026-03-17T05:50:08.081Z Checking serde_with v3.17.0
21662026-03-17T05:50:08.129Z Checking bitflags v1.3.2
21672026-03-17T05:50:08.232Z Checking siphasher v1.0.2
21682026-03-17T05:50:08.281Z Checking unicode-normalization v0.1.25
21692026-03-17T05:50:08.284Z Checking ed25519-dalek v2.2.0
21702026-03-17T05:50:08.372Z Checking signal-hook v0.3.18
21712026-03-17T05:50:08.461Z Checking toml_datetime v0.7.5+spec-1.1.0
21722026-03-17T05:50:08.508Z Checking managed v0.8.0
21732026-03-17T05:50:08.648Z Checking winnow v0.5.40
21742026-03-17T05:50:08.695Z Checking nix v0.31.1
21752026-03-17T05:50:08.753Z Checking rayon-core v1.13.0
21762026-03-17T05:50:08.801Z Checking bzip2-sys v0.1.13+1.0.8
21772026-03-17T05:50:08.847Z Checking object v0.37.3
21782026-03-17T05:50:08.956Z Checking foldhash v0.1.5
21792026-03-17T05:50:09.047Z Checking bzip2 v0.4.4
21802026-03-17T05:50:09.170Z Checking hashbrown v0.15.5
21812026-03-17T05:50:09.230Z Checking signal-hook-mio v0.2.5
21822026-03-17T05:50:09.300Z Checking ref-cast v1.0.25
21832026-03-17T05:50:09.393Z Checking zstd-sys v2.0.16+zstd.1.5.7
21842026-03-17T05:50:09.460Z Checking zip v0.6.6
21852026-03-17T05:50:09.507Z Checking bumpalo v3.20.2
21862026-03-17T05:50:09.572Z Checking zstd-safe v7.2.4
21872026-03-17T05:50:09.794Z Checking libbz2-rs-sys v0.2.2
21882026-03-17T05:50:09.842Z Checking zstd v0.13.3
21892026-03-17T05:50:09.845Z Checking zopfli v0.8.3
21902026-03-17T05:50:09.931Z Checking crossterm v0.28.1
21912026-03-17T05:50:10.120Z Checking rayon v1.11.0
21922026-03-17T05:50:10.168Z Checking similar v2.7.0
21932026-03-17T05:50:10.171Z Checking fs-err v3.3.0
21942026-03-17T05:50:10.273Z Checking toml_edit v0.19.15
21952026-03-17T05:50:10.364Z Checking bzip2 v0.6.1
21962026-03-17T05:50:10.381Z Checking hash32 v0.2.1
21972026-03-17T05:50:10.582Z Checking serde-big-array v0.5.1
21982026-03-17T05:50:10.629Z Checking unicode-properties v0.1.4
21992026-03-17T05:50:10.674Z Checking unicode-bidi v0.3.18
22002026-03-17T05:50:10.720Z Checking predicates-core v1.0.10
22012026-03-17T05:50:10.785Z Checking jiff v0.2.21
22022026-03-17T05:50:10.904Z Checking heapless v0.7.17
22032026-03-17T05:50:10.951Z Checking hickory-proto v0.25.2
22042026-03-17T05:50:10.954Z Checking itertools v0.12.1
22052026-03-17T05:50:11.089Z Checking stringprep v0.1.5
22062026-03-17T05:50:11.324Z Checking tokio-stream v0.1.18
22072026-03-17T05:50:11.492Z Checking md-5 v0.10.6
22082026-03-17T05:50:11.699Z Checking float-cmp v0.10.0
22092026-03-17T05:50:11.748Z Checking toml v0.7.8
22102026-03-17T05:50:11.857Z Checking rustc-hash v2.1.1
22112026-03-17T05:50:11.906Z Checking normalize-line-endings v0.3.0
22122026-03-17T05:50:12.039Z Checking fallible-iterator v0.2.0
22132026-03-17T05:50:12.086Z Checking difflib v0.4.0
22142026-03-17T05:50:12.152Z Checking iddqd v0.3.17
22152026-03-17T05:50:12.200Z Checking smoltcp v0.9.1
22162026-03-17T05:50:12.247Z Checking phf_shared v0.11.3
22172026-03-17T05:50:12.349Z Checking predicates v3.1.4
22182026-03-17T05:50:12.397Z Checking phf_shared v0.13.1
22192026-03-17T05:50:12.444Z Checking postgres-protocol v0.6.10
22202026-03-17T05:50:12.491Z Checking console v0.16.2
22212026-03-17T05:50:12.695Z Checking buf-list v1.1.2
22222026-03-17T05:50:12.781Z Checking strum v0.27.2
22232026-03-17T05:50:12.896Z Checking fixedbitset v0.4.2
22242026-03-17T05:50:12.943Z Checking fixedbitset v0.5.7
22252026-03-17T05:50:12.989Z Checking precomputed-hash v0.1.1
22262026-03-17T05:50:12.992Z Checking new_debug_unreachable v1.0.6
22272026-03-17T05:50:13.081Z Checking unit-prefix v0.5.2
22282026-03-17T05:50:13.129Z Checking lalrpop-util v0.19.12
22292026-03-17T05:50:13.132Z Checking petgraph v0.6.5
22302026-03-17T05:50:13.219Z Checking string_cache v0.8.9
22312026-03-17T05:50:13.270Z Checking petgraph v0.8.3
22322026-03-17T05:50:13.273Z Checking indicatif v0.18.4
22332026-03-17T05:50:13.362Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22342026-03-17T05:50:13.408Z Checking postgres-types v0.2.12
22352026-03-17T05:50:13.472Z Checking phf v0.13.1
22362026-03-17T05:50:13.703Z Checking zone v0.3.1
22372026-03-17T05:50:13.789Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22382026-03-17T05:50:13.868Z Checking whoami v2.1.0
22392026-03-17T05:50:13.916Z Checking zip v4.6.1
22402026-03-17T05:50:14.162Z Checking peg-runtime v0.8.5
22412026-03-17T05:50:14.209Z Checking tokio-postgres v0.7.16
22422026-03-17T05:50:14.385Z Checking futures-executor v0.3.32
22432026-03-17T05:50:14.435Z Checking is-terminal v0.4.17
22442026-03-17T05:50:14.585Z Checking crossbeam-channel v0.5.15
22452026-03-17T05:50:14.632Z Checking futures v0.3.32
22462026-03-17T05:50:14.743Z Compiling structmeta-derive v0.3.0
22472026-03-17T05:50:14.793Z Checking thread_local v1.1.9
22482026-03-17T05:50:14.796Z Checking take_mut v0.2.2
22492026-03-17T05:50:14.951Z Checking term v1.2.1
22502026-03-17T05:50:15.001Z Compiling newtype-uuid-macros v0.1.0
22512026-03-17T05:50:15.047Z Compiling rustls v0.22.4
22522026-03-17T05:50:15.093Z Checking slog-async v2.8.0
22532026-03-17T05:50:15.272Z Checking slog-term v2.9.2
22542026-03-17T05:50:15.365Z Checking regress v0.10.5
22552026-03-17T05:50:15.424Z Compiling multer v3.1.0
22562026-03-17T05:50:15.561Z Compiling async-stream-impl v0.3.6
22572026-03-17T05:50:15.646Z Compiling dropshot v0.16.7
22582026-03-17T05:50:15.791Z Compiling dropshot_endpoint v0.16.7
22592026-03-17T05:50:15.894Z Checking match_cfg v0.1.0
22602026-03-17T05:50:16.021Z Checking hostname v0.3.1
22612026-03-17T05:50:16.070Z Checking slog-json v2.6.1
22622026-03-17T05:50:16.073Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-03-17T05:50:16.179Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-03-17T05:50:16.230Z Compiling structmeta v0.3.0
22652026-03-17T05:50:16.303Z Checking slog-bunyan v2.5.0
22662026-03-17T05:50:16.371Z Checking debug-ignore v1.0.5
22672026-03-17T05:50:16.488Z Checking serde_spanned v1.0.4
22682026-03-17T05:50:16.536Z Checking toml_writer v1.0.6+spec-1.1.0
22692026-03-17T05:50:16.584Z Compiling derive-ex v0.1.8
22702026-03-17T05:50:16.638Z Checking rustls-webpki v0.102.8
22712026-03-17T05:50:16.690Z Checking serde_path_to_error v0.1.20
22722026-03-17T05:50:16.690Z Checking progenitor-client v0.13.0
22732026-03-17T05:50:16.738Z Checking async-stream v0.3.6
22742026-03-17T05:50:16.859Z Checking toml v0.9.12+spec-1.1.0
22752026-03-17T05:50:17.070Z Checking waitgroup v0.1.2
22762026-03-17T05:50:17.117Z Checking rustls-pemfile v2.2.0
22772026-03-17T05:50:17.234Z Checking hostname v0.4.2
22782026-03-17T05:50:17.312Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-03-17T05:50:17.360Z Compiling parse-display-derive v0.10.0
22802026-03-17T05:50:17.363Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22812026-03-17T05:50:17.448Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22822026-03-17T05:50:17.528Z Checking itertools v0.14.0
22832026-03-17T05:50:17.577Z Checking macaddr v1.0.1
22842026-03-17T05:50:17.710Z Checking progenitor-client v0.10.0
22852026-03-17T05:50:17.845Z Checking instant v0.1.13
22862026-03-17T05:50:17.995Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22872026-03-17T05:50:17.998Z Checking backoff v0.4.0
22882026-03-17T05:50:18.088Z Checking backon v1.6.0
22892026-03-17T05:50:18.234Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22902026-03-17T05:50:18.352Z Checking progenitor-extras v0.1.1
22912026-03-17T05:50:18.355Z Checking heck v0.5.0
22922026-03-17T05:50:18.586Z Checking camino-tempfile v1.4.1
22932026-03-17T05:50:18.666Z Checking toml v0.8.23
22942026-03-17T05:50:18.882Z Compiling unsafe-libyaml v0.2.11
22952026-03-17T05:50:18.941Z Compiling test-strategy v0.4.5
22962026-03-17T05:50:19.033Z Compiling convert_case v0.4.0
22972026-03-17T05:50:19.164Z Checking secrecy v0.10.3
22982026-03-17T05:50:19.248Z Checking tokio-rustls v0.25.0
22992026-03-17T05:50:19.355Z Compiling toml_edit v0.23.10+spec-1.0.0
23002026-03-17T05:50:19.594Z Compiling derive_more v0.99.20
23012026-03-17T05:50:19.703Z Checking parse-display v0.10.0
23022026-03-17T05:50:19.929Z Compiling serde_yaml v0.9.34+deprecated
23032026-03-17T05:50:19.974Z Compiling crucible-workspace-hack v0.1.0
23042026-03-17T05:50:20.234Z Compiling proc-macro-crate v3.4.0
23052026-03-17T05:50:20.597Z Compiling typify-impl v0.6.1
23062026-03-17T05:50:21.072Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23072026-03-17T05:50:21.151Z Checking half v2.7.1
23082026-03-17T05:50:21.539Z Checking ciborium-io v0.2.2
23092026-03-17T05:50:21.601Z Checking glob v0.3.3
23102026-03-17T05:50:21.695Z Checking ciborium-ll v0.2.2
23112026-03-17T05:50:21.882Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122026-03-17T05:50:21.962Z Compiling heapless v0.8.0
23132026-03-17T05:50:22.009Z Checking ciborium v0.2.2
23142026-03-17T05:50:22.091Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23152026-03-17T05:50:22.240Z Compiling ingot-macros v0.1.1
23162026-03-17T05:50:22.545Z Checking tabwriter v1.4.1
23172026-03-17T05:50:22.620Z Checking hash32 v0.3.1
23182026-03-17T05:50:22.667Z Compiling smoltcp v0.11.0
23192026-03-17T05:50:22.713Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
23202026-03-17T05:50:22.763Z Compiling num_enum_derive v0.7.5
23212026-03-17T05:50:23.039Z Checking cobs v0.3.0
23222026-03-17T05:50:23.200Z Compiling foreign-types-macros v0.2.3
23232026-03-17T05:50:23.257Z Checking cpufeatures v0.3.0
23242026-03-17T05:50:23.292Z Checking foreign-types-shared v0.3.1
23252026-03-17T05:50:23.374Z Checking chacha20 v0.10.0
23262026-03-17T05:50:23.467Z Checking postcard v1.1.3
23272026-03-17T05:50:23.921Z Compiling proc-macro-crate v1.3.1
23282026-03-17T05:50:24.027Z Checking foreign-types v0.5.0
23292026-03-17T05:50:24.074Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=zl%2Ffilter-mcast-srcs#c570ac21)
23302026-03-17T05:50:24.166Z Checking cstr-argument v0.1.2
23312026-03-17T05:50:24.250Z Checking num_enum v0.7.5
23322026-03-17T05:50:24.363Z Checking sigpipe v0.1.3
23332026-03-17T05:50:24.411Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-03-17T05:50:24.455Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=zl%2Ffilter-mcast-srcs#c570ac21)
23352026-03-17T05:50:24.504Z Checking colored v3.1.1
23362026-03-17T05:50:24.549Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
23372026-03-17T05:50:24.814Z Compiling num_enum_derive v0.5.11
23382026-03-17T05:50:24.903Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
23392026-03-17T05:50:24.949Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-03-17T05:50:24.994Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412026-03-17T05:50:25.142Z Checking rand v0.10.0
23422026-03-17T05:50:25.191Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23432026-03-17T05:50:25.194Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=zl%2Ffilter-mcast-srcs#c570ac21)
23442026-03-17T05:50:25.280Z Checking indent_write v2.2.0
23452026-03-17T05:50:25.479Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23462026-03-17T05:50:25.621Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23472026-03-17T05:50:25.755Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23482026-03-17T05:50:25.809Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23492026-03-17T05:50:25.859Z Checking smf v0.2.3
23502026-03-17T05:50:26.080Z Compiling num-derive v0.4.2
23512026-03-17T05:50:26.128Z Checking ingot-types v0.1.2
23522026-03-17T05:50:26.220Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-03-17T05:50:26.266Z Checking num_enum v0.5.11
23542026-03-17T05:50:26.314Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23552026-03-17T05:50:26.442Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23562026-03-17T05:50:26.543Z Checking whoami v1.6.1
23572026-03-17T05:50:26.606Z Checking universal-hash v0.5.1
23582026-03-17T05:50:26.652Z Checking ingot v0.1.1
23592026-03-17T05:50:26.802Z Checking opaque-debug v0.3.1
23602026-03-17T05:50:26.805Z Checking aead v0.5.2
23612026-03-17T05:50:26.923Z Checking swrite v0.1.0
23622026-03-17T05:50:26.975Z Checking poly1305 v0.8.0
23632026-03-17T05:50:27.023Z Checking chacha20 v0.9.1
23642026-03-17T05:50:27.069Z Checking unicode-width v0.1.14
23652026-03-17T05:50:27.072Z Compiling typify-macro v0.6.1
23662026-03-17T05:50:27.161Z Compiling thiserror-impl-no-std v2.0.2
23672026-03-17T05:50:27.304Z Checking password-hash v0.5.0
23682026-03-17T05:50:27.351Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-03-17T05:50:27.356Z Checking blake2 v0.10.6
23702026-03-17T05:50:27.441Z Checking chacha20poly1305 v0.10.1
23712026-03-17T05:50:27.637Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23722026-03-17T05:50:27.640Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23732026-03-17T05:50:27.727Z Checking argon2 v0.5.3
23742026-03-17T05:50:27.731Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23752026-03-17T05:50:28.042Z Compiling usdt-attr-macro v0.5.0
23762026-03-17T05:50:28.092Z Compiling usdt-macro v0.5.0
23772026-03-17T05:50:28.137Z Checking memmap v0.7.0
23782026-03-17T05:50:28.204Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23792026-03-17T05:50:28.349Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23802026-03-17T05:50:28.665Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23812026-03-17T05:50:28.770Z Checking thiserror-no-std v2.0.2
23822026-03-17T05:50:28.969Z Checking vsss-rs v3.3.4
23832026-03-17T05:50:28.973Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=zl%2Ffilter-mcast-srcs#c570ac21)
23842026-03-17T05:50:29.122Z Compiling derive-where v1.6.0
23852026-03-17T05:50:29.172Z Checking usdt v0.5.0
23862026-03-17T05:50:29.219Z Checking atomicwrites v0.4.4
23872026-03-17T05:50:29.419Z Checking console v0.15.11
23882026-03-17T05:50:29.422Z Checking tokio-dtrace v0.1.1
23892026-03-17T05:50:29.522Z Compiling typify v0.6.1
23902026-03-17T05:50:29.696Z Compiling progenitor-impl v0.13.0
23912026-03-17T05:50:29.747Z Checking oxide-tokio-rt v0.1.3
23922026-03-17T05:50:29.837Z Checking newline-converter v0.3.0
23932026-03-17T05:50:29.974Z Checking bytecount v0.6.9
23942026-03-17T05:50:30.021Z Checking expectorate v1.2.0
23952026-03-17T05:50:30.068Z Compiling prettyplease v0.2.37
23962026-03-17T05:50:30.161Z Compiling owo-colors v4.3.0
23972026-03-17T05:50:30.222Z Compiling cancel-safe-futures v0.1.5
23982026-03-17T05:50:30.421Z Checking libsw-core v0.3.2
23992026-03-17T05:50:30.566Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=zl%2Ffilter-mcast-srcs#c570ac21)
24002026-03-17T05:50:30.659Z Checking libsw v3.5.0
24012026-03-17T05:50:30.752Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24022026-03-17T05:50:30.889Z Checking same-file v1.0.6
24032026-03-17T05:50:30.948Z Checking linear-map v1.2.0
24042026-03-17T05:50:31.047Z Checking num-rational v0.4.2
24052026-03-17T05:50:31.094Z Checking walkdir v2.5.0
24062026-03-17T05:50:31.140Z Checking num-complex v0.4.6
24072026-03-17T05:50:31.205Z Checking float-ord v0.3.2
24082026-03-17T05:50:31.337Z Checking gethostname v0.5.0
24092026-03-17T05:50:31.502Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24102026-03-17T05:50:31.588Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24112026-03-17T05:50:31.634Z Compiling async-recursion v1.1.1
24122026-03-17T05:50:31.679Z Checking num v0.4.3
24132026-03-17T05:50:31.815Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24142026-03-17T05:50:31.982Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=zl%2Ffilter-mcast-srcs#c570ac21)
24152026-03-17T05:50:32.729Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24162026-03-17T05:50:33.409Z Compiling progenitor-macro v0.13.0
24172026-03-17T05:50:33.952Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182026-03-17T05:50:35.204Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24192026-03-17T05:50:35.551Z Checking unicode-linebreak v0.1.5
24202026-03-17T05:50:35.603Z Checking smawk v0.3.2
24212026-03-17T05:50:35.786Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24222026-03-17T05:50:35.831Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24232026-03-17T05:50:35.991Z Checking globset v0.4.18
24242026-03-17T05:50:36.509Z Compiling convert_case v0.10.0
24252026-03-17T05:50:37.230Z Compiling slog-dtrace v0.3.0
24262026-03-17T05:50:37.506Z Checking resolv-conf v0.7.6
24272026-03-17T05:50:37.659Z Compiling derive_more-impl v2.1.1
24282026-03-17T05:50:37.988Z Compiling pin-project-internal v1.1.11
24292026-03-17T05:50:38.100Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24302026-03-17T05:50:38.104Z Checking pem v3.0.6
24312026-03-17T05:50:38.394Z Checking fd-lock v4.0.4
24322026-03-17T05:50:38.443Z Checking vte v0.14.1
24332026-03-17T05:50:38.588Z Checking display-error-chain v0.2.2
24342026-03-17T05:50:38.681Z Checking strip-ansi-escapes v0.2.1
24352026-03-17T05:50:38.766Z Checking derive_more v2.1.1
24362026-03-17T05:50:38.811Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24372026-03-17T05:50:38.859Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24382026-03-17T05:50:38.862Z Compiling snafu-derive v0.8.9
24392026-03-17T05:50:38.958Z Checking crossterm v0.29.0
24402026-03-17T05:50:39.030Z Checking termtree v0.5.1
24412026-03-17T05:50:39.253Z Checking linked-hash-map v0.5.6
24422026-03-17T05:50:39.518Z Checking nu-ansi-term v0.50.3
24432026-03-17T05:50:39.571Z Checking pin-project v1.1.11
24442026-03-17T05:50:39.704Z Checking lru-cache v0.1.2
24452026-03-17T05:50:39.750Z Checking textwrap v0.16.2
24462026-03-17T05:50:39.800Z Checking olpc-cjson v0.1.4
24472026-03-17T05:50:39.847Z Checking reedline v0.40.0
24482026-03-17T05:50:40.012Z Checking hickory-proto v0.24.4
24492026-03-17T05:50:40.068Z Checking serde_plain v1.0.2
24502026-03-17T05:50:40.300Z Compiling minimal-lexical v0.2.1
24512026-03-17T05:50:40.624Z Checking progenitor v0.13.0
24522026-03-17T05:50:40.671Z Checking typed-path v0.9.3
24532026-03-17T05:50:40.835Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24542026-03-17T05:50:41.441Z Compiling nom v7.1.3
24552026-03-17T05:50:41.642Z Checking snafu v0.8.9
24562026-03-17T05:50:41.802Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24572026-03-17T05:50:42.021Z Checking tough v0.20.0
24582026-03-17T05:50:42.458Z Checking nibble_vec v0.1.0
24592026-03-17T05:50:42.540Z Checking endian-type v0.1.2
24602026-03-17T05:50:42.659Z Checking hickory-resolver v0.24.4
24612026-03-17T05:50:42.745Z Checking radix_trie v0.2.1
24622026-03-17T05:50:43.054Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-03-17T05:50:43.299Z Compiling ar_archive_writer v0.5.1
24642026-03-17T05:50:43.634Z Checking humantime v2.3.0
24652026-03-17T05:50:43.680Z Checking qorb v0.4.1
24662026-03-17T05:50:43.847Z Checking csv-core v0.1.13
24672026-03-17T05:50:43.940Z Checking base64 v0.21.7
24682026-03-17T05:50:44.124Z Checking csv v1.4.0
24692026-03-17T05:50:44.294Z Compiling stacker v0.1.23
24702026-03-17T05:50:44.404Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24712026-03-17T05:50:44.451Z Compiling cfg_aliases v0.1.1
24722026-03-17T05:50:44.549Z Compiling psm v0.1.30
24732026-03-17T05:50:44.596Z Checking highway v1.3.0
24742026-03-17T05:50:44.709Z Compiling nix v0.28.0
24752026-03-17T05:50:44.768Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24762026-03-17T05:50:44.811Z Checking papergrid v0.11.0
24772026-03-17T05:50:44.934Z Compiling tabled_derive v0.7.0
24782026-03-17T05:50:45.218Z Checking home v0.5.12
24792026-03-17T05:50:45.372Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24802026-03-17T05:50:45.464Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24812026-03-17T05:50:45.467Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24822026-03-17T05:50:45.681Z Checking phf_shared v0.12.1
24832026-03-17T05:50:45.684Z Compiling recursive-proc-macro-impl v0.1.1
24842026-03-17T05:50:45.776Z Compiling semver v0.1.20
24852026-03-17T05:50:45.904Z Compiling chrono-tz v0.10.4
24862026-03-17T05:50:46.122Z Compiling rustc_version v0.1.7
24872026-03-17T05:50:46.217Z Checking phf v0.12.1
24882026-03-17T05:50:46.307Z Checking tabled v0.15.0
24892026-03-17T05:50:46.310Z Checking recursive v0.1.1
24902026-03-17T05:50:46.310Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24912026-03-17T05:50:46.447Z Compiling const_format_proc_macros v0.2.34
24922026-03-17T05:50:46.493Z Compiling peg-macros v0.8.5
24932026-03-17T05:50:46.540Z Checking winnow v0.6.26
24942026-03-17T05:50:46.585Z Compiling sqlparser_derive v0.5.0
24952026-03-17T05:50:47.346Z Checking unicode_categories v0.1.1
24962026-03-17T05:50:47.599Z Checking rustyline v14.0.0
24972026-03-17T05:50:47.602Z Checking const_format v0.2.35
24982026-03-17T05:50:47.687Z Checking sqlparser v0.61.0
24992026-03-17T05:50:48.111Z Checking sqlformat v0.3.5
25002026-03-17T05:50:48.355Z Checking peg v0.8.5
25012026-03-17T05:50:48.527Z Compiling newtype_derive v0.1.6
25022026-03-17T05:50:48.581Z Checking bcs v0.1.6
25032026-03-17T05:50:48.719Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25042026-03-17T05:50:48.987Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25052026-03-17T05:50:49.044Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-17T05:50:49.090Z Checking steno v0.4.1
25072026-03-17T05:50:49.415Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-03-17T05:50:49.478Z Compiling typify-impl v0.4.3
25092026-03-17T05:50:50.479Z Checking utf-8 v0.7.6
25102026-03-17T05:50:50.574Z Checking filetime v0.2.27
25112026-03-17T05:50:50.690Z Checking arc-swap v1.8.2
25122026-03-17T05:50:50.786Z Checking xattr v1.6.1
25132026-03-17T05:50:51.037Z Checking slog-scope v4.4.1
25142026-03-17T05:50:51.250Z Checking tar v0.4.44
25152026-03-17T05:50:51.796Z Checking slog-stdlog v4.1.1
25162026-03-17T05:50:51.892Z Checking tungstenite v0.21.0
25172026-03-17T05:50:51.987Z Checking slog-envlogger v2.2.0
25182026-03-17T05:50:52.216Z Checking typeid v1.0.3
25192026-03-17T05:50:52.350Z Checking subprocess v0.2.15
25202026-03-17T05:50:52.395Z Checking headers-core v0.3.0
25212026-03-17T05:50:52.485Z Checking tokio-tungstenite v0.21.0
25222026-03-17T05:50:52.565Z Checking headers v0.4.1
25232026-03-17T05:50:52.756Z Compiling lzma-sys v0.1.20
25242026-03-17T05:50:52.874Z Compiling cargo_toml v0.22.3
25252026-03-17T05:50:53.165Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25262026-03-17T05:50:53.235Z Checking yasna v0.5.2
25272026-03-17T05:50:53.531Z Checking xz2 v0.1.7
25282026-03-17T05:50:53.786Z Checking ron v0.12.0
25292026-03-17T05:50:53.833Z Checking rcgen v0.12.1
25302026-03-17T05:50:54.097Z Checking base16ct v1.0.0
25312026-03-17T05:50:54.298Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25322026-03-17T05:50:54.343Z Checking dropshot-api-manager-types v0.6.0
25332026-03-17T05:50:54.346Z Checking tagptr v0.2.0
25342026-03-17T05:50:54.599Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25352026-03-17T05:50:54.644Z Checking moka v0.12.13
25362026-03-17T05:50:54.853Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25372026-03-17T05:50:54.897Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25382026-03-17T05:50:55.073Z Compiling radium v0.7.0
25392026-03-17T05:50:55.470Z Compiling libefi-sys v0.1.0
25402026-03-17T05:50:55.581Z Checking hickory-resolver v0.25.2
25412026-03-17T05:50:55.646Z Compiling bitfield-struct v0.6.2
25422026-03-17T05:50:55.810Z Compiling maybe-uninit v2.0.0
25432026-03-17T05:50:55.899Z Compiling typify-macro v0.4.3
25442026-03-17T05:50:56.208Z Checking tap v1.0.1
25452026-03-17T05:50:56.399Z Checking wyz v0.5.1
25462026-03-17T05:50:56.537Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25472026-03-17T05:50:56.584Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25482026-03-17T05:50:56.949Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25492026-03-17T05:50:56.952Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-03-17T05:50:57.055Z Compiling zerocopy-derive v0.6.6
25512026-03-17T05:50:57.184Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-17T05:50:57.230Z Checking funty v2.0.0
25532026-03-17T05:50:57.318Z Compiling packed_struct v0.10.1
25542026-03-17T05:50:57.364Z Checking crc-catalog v2.4.0
25552026-03-17T05:50:57.526Z Checking crc v3.4.0
25562026-03-17T05:50:57.719Z Checking bitvec v1.0.1
25572026-03-17T05:50:57.782Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582026-03-17T05:50:57.828Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25592026-03-17T05:50:58.171Z Compiling packed_struct_codegen v0.10.1
25602026-03-17T05:50:58.216Z Compiling bitfield-macros v0.19.4
25612026-03-17T05:50:58.263Z Compiling indexmap v1.9.3
25622026-03-17T05:50:58.266Z Compiling typify v0.4.3
25632026-03-17T05:50:58.475Z Checking progenitor-impl v0.10.0
25642026-03-17T05:50:58.574Z Checking zerocopy v0.6.6
25652026-03-17T05:50:59.115Z Checking nodrop v0.1.14
25662026-03-17T05:50:59.268Z Checking bitfield v0.19.4
25672026-03-17T05:50:59.313Z Checking array-init v0.0.4
25682026-03-17T05:50:59.678Z Checking smallvec v0.6.14
25692026-03-17T05:50:59.725Z Checking hashbrown v0.12.3
25702026-03-17T05:50:59.768Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25712026-03-17T05:50:59.858Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25722026-03-17T05:50:59.974Z Checking serde-hex v0.1.0
25732026-03-17T05:51:00.019Z Checking ron v0.8.1
25742026-03-17T05:51:00.779Z Checking hashbrown v0.13.2
25752026-03-17T05:51:00.823Z Checking crc-any v2.5.0
25762026-03-17T05:51:01.102Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25772026-03-17T05:51:01.105Z Checking path-slash v0.1.5
25782026-03-17T05:51:01.356Z Compiling xshell-macros v0.2.7
25792026-03-17T05:51:01.359Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25802026-03-17T05:51:01.359Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25812026-03-17T05:51:01.490Z Checking object v0.30.4
25822026-03-17T05:51:01.878Z Checking xshell v0.2.7
25832026-03-17T05:51:01.949Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25842026-03-17T05:51:02.108Z Checking half v1.8.3
25852026-03-17T05:51:02.166Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25862026-03-17T05:51:02.230Z Compiling progenitor-macro v0.10.0
25872026-03-17T05:51:02.413Z Checking serde_cbor v0.11.2
25882026-03-17T05:51:02.837Z Compiling num-derive v0.3.3
25892026-03-17T05:51:02.981Z Compiling proc-macro-error-attr2 v2.0.0
25902026-03-17T05:51:03.142Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25912026-03-17T05:51:03.461Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25922026-03-17T05:51:03.524Z Compiling proc-macro-error2 v2.0.1
25932026-03-17T05:51:03.957Z Checking papergrid v0.17.0
25942026-03-17T05:51:04.004Z Compiling tabled_derive v0.11.0
25952026-03-17T05:51:04.048Z Checking libscf-sys v1.1.0
25962026-03-17T05:51:04.258Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25972026-03-17T05:51:04.555Z Checking testing_table v0.3.0
25982026-03-17T05:51:04.599Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25992026-03-17T05:51:04.709Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26002026-03-17T05:51:04.996Z Checking maplit v1.0.2
26012026-03-17T05:51:05.141Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26022026-03-17T05:51:05.188Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26032026-03-17T05:51:05.614Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-03-17T05:51:05.662Z Checking tabled v0.20.0
26052026-03-17T05:51:05.708Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26062026-03-17T05:51:05.754Z Checking crc8 v0.1.1
26072026-03-17T05:51:05.810Z Checking fxhash v0.2.1
26082026-03-17T05:51:05.912Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26092026-03-17T05:51:06.030Z Checking unicase v2.9.0
26102026-03-17T05:51:06.278Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26112026-03-17T05:51:06.350Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26122026-03-17T05:51:06.838Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26132026-03-17T05:51:06.883Z Checking kstat-rs v0.2.4
26142026-03-17T05:51:06.973Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26152026-03-17T05:51:07.062Z Compiling diesel_derives v2.3.7
26162026-03-17T05:51:07.161Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26172026-03-17T05:51:07.326Z Compiling parking_lot_core v0.8.6
26182026-03-17T05:51:07.466Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26192026-03-17T05:51:07.616Z Compiling git-stub v1.0.0
26202026-03-17T05:51:07.733Z Checking scheduled-thread-pool v0.2.7
26212026-03-17T05:51:07.837Z Compiling dsl_auto_type v0.2.0
26222026-03-17T05:51:07.953Z Compiling vergen-gitcl v1.0.8
26232026-03-17T05:51:08.000Z Compiling diesel_table_macro_syntax v0.3.0
26242026-03-17T05:51:08.293Z Checking r2d2 v0.8.10
26252026-03-17T05:51:08.338Z Compiling git-stub-vcs v0.1.0
26262026-03-17T05:51:08.437Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26272026-03-17T05:51:08.484Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26282026-03-17T05:51:08.530Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26292026-03-17T05:51:08.577Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26302026-03-17T05:51:08.682Z Checking downcast-rs v2.0.2
26312026-03-17T05:51:08.840Z Checking parking_lot v0.11.2
26322026-03-17T05:51:08.885Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26332026-03-17T05:51:09.048Z Checking prefix-trie v0.7.0
26342026-03-17T05:51:09.154Z Checking nanorand v0.7.0
26352026-03-17T05:51:09.202Z Checking progenitor v0.10.0
26362026-03-17T05:51:09.423Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26372026-03-17T05:51:09.469Z Compiling dirs-sys-next v0.1.2
26382026-03-17T05:51:09.518Z Compiling crunchy v0.2.4
26392026-03-17T05:51:09.607Z Checking hickory-server v0.25.2
26402026-03-17T05:51:09.672Z Checking flume v0.11.1
26412026-03-17T05:51:09.773Z Compiling dirs-next v2.0.0
26422026-03-17T05:51:09.884Z Checking sled v0.34.7
26432026-03-17T05:51:09.974Z Compiling clang-sys v1.8.1
26442026-03-17T05:51:10.031Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26452026-03-17T05:51:10.128Z Checking hickory-client v0.25.2
26462026-03-17T05:51:10.301Z Compiling tiny-keccak v2.0.2
26472026-03-17T05:51:10.606Z Compiling term v0.7.0
26482026-03-17T05:51:10.699Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26492026-03-17T05:51:10.759Z Compiling bit-vec v0.6.3
26502026-03-17T05:51:10.937Z Compiling salty v0.3.0
26512026-03-17T05:51:11.088Z Compiling bit-set v0.5.3
26522026-03-17T05:51:11.239Z Compiling ascii-canvas v3.0.0
26532026-03-17T05:51:11.386Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26542026-03-17T05:51:11.429Z Checking primeorder v0.13.6
26552026-03-17T05:51:11.588Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26562026-03-17T05:51:11.785Z Compiling itertools v0.10.5
26572026-03-17T05:51:11.908Z Compiling ena v0.14.4
26582026-03-17T05:51:12.071Z Compiling libloading v0.8.9
26592026-03-17T05:51:12.221Z Compiling regex-syntax v0.6.29
26602026-03-17T05:51:12.384Z Compiling bindgen v0.71.1
26612026-03-17T05:51:12.683Z Compiling diff v0.1.13
26622026-03-17T05:51:13.231Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26632026-03-17T05:51:13.274Z Compiling cexpr v0.6.0
26642026-03-17T05:51:13.530Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26652026-03-17T05:51:14.266Z Compiling lalrpop v0.19.12
26662026-03-17T05:51:14.419Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26672026-03-17T05:51:14.900Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26682026-03-17T05:51:15.153Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26692026-03-17T05:51:15.292Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-03-17T05:51:15.570Z Compiling libxml v0.3.3
26712026-03-17T05:51:15.893Z Compiling fs-err v2.11.0
26722026-03-17T05:51:16.157Z Checking diesel v2.3.7
26732026-03-17T05:51:16.245Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26742026-03-17T05:51:16.367Z Checking p384 v0.13.1
26752026-03-17T05:51:16.670Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26762026-03-17T05:51:16.961Z Compiling strum_macros v0.24.3
26772026-03-17T05:51:18.589Z Compiling indoc v1.0.9
26782026-03-17T05:51:19.224Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26792026-03-17T05:51:19.701Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e8a68118b5c2333f586d9bdcc4a1f63f2db98631#e8a68118)
26802026-03-17T05:51:19.895Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-03-17T05:51:19.941Z Checking quick-xml v0.37.5
26822026-03-17T05:51:20.114Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26832026-03-17T05:51:20.170Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26842026-03-17T05:51:20.829Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26852026-03-17T05:51:20.972Z Checking derive_builder v0.20.2
26862026-03-17T05:51:21.151Z Compiling oso-derive v0.27.3
26872026-03-17T05:51:21.196Z Compiling trait-variant v0.1.2
26882026-03-17T05:51:21.822Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-17T05:51:21.949Z Checking parse-size v1.1.0
26902026-03-17T05:51:22.149Z Checking openssl-probe v0.1.6
26912026-03-17T05:51:22.332Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26922026-03-17T05:51:22.510Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26932026-03-17T05:51:22.612Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26942026-03-17T05:51:23.436Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26952026-03-17T05:51:23.483Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e8a68118b5c2333f586d9bdcc4a1f63f2db98631#e8a68118)
26962026-03-17T05:51:23.632Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26972026-03-17T05:51:24.085Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26982026-03-17T05:51:24.234Z Compiling progenitor-impl v0.11.2
26992026-03-17T05:51:24.434Z Checking assert_matches v1.5.0
27002026-03-17T05:51:24.739Z Compiling mime_guess v2.0.5
27012026-03-17T05:51:25.143Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27022026-03-17T05:51:25.496Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27032026-03-17T05:51:25.554Z Checking predicates-tree v1.0.13
27042026-03-17T05:51:25.738Z Checking progenitor-client v0.11.2
27052026-03-17T05:51:25.892Z Checking http-range v0.1.5
27062026-03-17T05:51:26.088Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27072026-03-17T05:51:26.131Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-03-17T05:51:26.320Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27092026-03-17T05:51:26.996Z Checking atty v0.2.14
27102026-03-17T05:51:27.856Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-03-17T05:51:28.031Z Compiling progenitor-macro v0.11.2
27122026-03-17T05:51:28.393Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-03-17T05:51:29.013Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27142026-03-17T05:51:29.752Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27152026-03-17T05:51:29.804Z Checking bb8 v0.8.6
27162026-03-17T05:51:30.033Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-03-17T05:51:30.202Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27182026-03-17T05:51:30.330Z Checking corncobs v0.1.4
27192026-03-17T05:51:30.447Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-03-17T05:51:30.544Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-03-17T05:51:30.915Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27222026-03-17T05:51:31.390Z Checking hyper-staticfile v0.10.1
27232026-03-17T05:51:31.435Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27242026-03-17T05:51:31.813Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27252026-03-17T05:51:31.858Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27262026-03-17T05:51:32.119Z Checking ignore v0.4.25
27272026-03-17T05:51:32.164Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-17T05:51:32.697Z Checking signal-hook-tokio v0.3.1
27292026-03-17T05:51:32.895Z Checking secrecy v0.8.0
27302026-03-17T05:51:32.898Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27312026-03-17T05:51:33.255Z Checking globwalk v0.9.1
27322026-03-17T05:51:33.608Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27332026-03-17T05:51:34.063Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27342026-03-17T05:51:34.227Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-03-17T05:51:34.342Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27362026-03-17T05:51:34.581Z Checking nonempty v0.12.0
27372026-03-17T05:51:34.678Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27382026-03-17T05:51:34.799Z Checking camino-tempfile-ext v0.3.3
27392026-03-17T05:51:35.085Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27402026-03-17T05:51:35.130Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27412026-03-17T05:51:35.219Z Checking progenitor v0.11.2
27422026-03-17T05:51:35.437Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27432026-03-17T05:51:35.633Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27442026-03-17T05:51:35.944Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27452026-03-17T05:51:36.114Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27462026-03-17T05:51:36.554Z Checking diesel-dtrace v0.5.0
27472026-03-17T05:51:36.904Z Checking async-bb8-diesel v0.2.1
27482026-03-17T05:51:37.041Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27492026-03-17T05:51:37.393Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27502026-03-17T05:51:37.943Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27512026-03-17T05:51:38.073Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27522026-03-17T05:51:38.312Z Checking tungstenite v0.23.0
27532026-03-17T05:51:38.623Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27542026-03-17T05:51:38.672Z Checking void v1.0.2
27552026-03-17T05:51:38.849Z Checking lzss v0.8.2
27562026-03-17T05:51:38.930Z Checking tokio-tungstenite v0.23.1
27572026-03-17T05:51:39.132Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27582026-03-17T05:51:39.178Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27592026-03-17T05:51:39.316Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27602026-03-17T05:51:39.428Z Checking nix v0.27.1
27612026-03-17T05:51:40.040Z Checking serde_bytes v0.11.19
27622026-03-17T05:51:40.185Z Checking rand_seeder v0.4.0
27632026-03-17T05:51:40.313Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27642026-03-17T05:51:40.418Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-03-17T05:51:40.917Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27662026-03-17T05:51:40.963Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27672026-03-17T05:51:41.178Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27682026-03-17T05:51:41.414Z Checking is_ci v1.2.0
27692026-03-17T05:51:41.582Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27702026-03-17T05:51:41.963Z Checking yansi v1.0.1
27712026-03-17T05:51:42.142Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27722026-03-17T05:51:42.216Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27732026-03-17T05:51:42.331Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27742026-03-17T05:51:42.376Z Checking pretty_assertions v1.4.1
27752026-03-17T05:51:42.492Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27762026-03-17T05:51:42.645Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27772026-03-17T05:51:42.814Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27782026-03-17T05:51:43.139Z Compiling darling_core v0.23.0
27792026-03-17T05:51:43.870Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27802026-03-17T05:51:44.630Z Compiling indoc v2.0.7
27812026-03-17T05:51:44.894Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27822026-03-17T05:51:45.057Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27832026-03-17T05:51:45.182Z Compiling instability v0.3.11
27842026-03-17T05:51:45.343Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-03-17T05:51:45.521Z Compiling libz-sys v1.1.24
27862026-03-17T05:51:45.910Z Checking castaway v0.2.4
27872026-03-17T05:51:46.041Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-17T05:51:46.092Z Checking compact_str v0.8.1
27892026-03-17T05:51:46.480Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27902026-03-17T05:51:46.638Z Checking supports-color v3.0.2
27912026-03-17T05:51:46.838Z Compiling darling_macro v0.23.0
27922026-03-17T05:51:46.881Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27932026-03-17T05:51:47.168Z Checking unicode-truncate v1.1.0
27942026-03-17T05:51:47.439Z Checking lru v0.12.5
27952026-03-17T05:51:47.483Z Checking cassowary v0.3.0
27962026-03-17T05:51:47.529Z Compiling darling v0.23.0
27972026-03-17T05:51:47.816Z Compiling libgit2-sys v0.18.3+1.9.2
27982026-03-17T05:51:48.044Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27992026-03-17T05:51:48.692Z Checking ratatui v0.29.0
28002026-03-17T05:51:48.869Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-03-17T05:51:49.175Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-03-17T05:51:49.587Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-17T05:51:49.690Z Compiling vergen-git2 v1.0.7
28042026-03-17T05:51:50.032Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28052026-03-17T05:51:50.315Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28062026-03-17T05:51:50.595Z Compiling rustls v0.21.12
28072026-03-17T05:51:50.766Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-17T05:51:50.924Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-03-17T05:51:51.208Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-03-17T05:51:51.492Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28112026-03-17T05:51:51.538Z Checking colored v2.2.0
28122026-03-17T05:51:51.846Z Checking sct v0.7.1
28132026-03-17T05:51:52.030Z Checking rustls-webpki v0.101.7
28142026-03-17T05:51:52.075Z Compiling nix v0.29.0
28152026-03-17T05:51:52.122Z Checking plotters-backend v0.3.7
28162026-03-17T05:51:52.423Z Checking shell-words v1.1.1
28172026-03-17T05:51:52.613Z Checking plotters-svg v0.3.7
28182026-03-17T05:51:52.715Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-17T05:51:52.992Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28202026-03-17T05:51:54.318Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28212026-03-17T05:51:55.296Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28222026-03-17T05:51:56.306Z Checking cast v0.3.0
28232026-03-17T05:51:56.567Z Checking hex-literal v0.4.1
28242026-03-17T05:51:56.723Z Checking criterion-plot v0.6.0
28252026-03-17T05:51:56.767Z Checking tokio-rustls v0.24.1
28262026-03-17T05:51:57.062Z Checking plotters v0.3.7
28272026-03-17T05:51:57.435Z Checking erased-serde v0.4.9
28282026-03-17T05:51:57.994Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28292026-03-17T05:51:58.110Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28302026-03-17T05:51:58.392Z Checking rustls-pemfile v1.0.4
28312026-03-17T05:51:58.604Z Checking twox-hash v2.1.2
28322026-03-17T05:51:59.046Z Checking tinytemplate v1.2.1
28332026-03-17T05:51:59.049Z Checking ordered-float v2.10.1
28342026-03-17T05:51:59.370Z Checking oorandom v11.1.5
28352026-03-17T05:51:59.464Z Checking anes v0.1.6
28362026-03-17T05:51:59.554Z Checking serde-value v0.7.0
28372026-03-17T05:51:59.747Z Checking criterion v0.7.0
28382026-03-17T05:51:59.941Z Checking serde-untagged v0.1.9
28392026-03-17T05:52:00.233Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28402026-03-17T05:52:00.469Z Checking fatfs v0.3.6
28412026-03-17T05:52:01.001Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28422026-03-17T05:52:01.118Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28432026-03-17T05:52:01.276Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28442026-03-17T05:52:01.419Z Checking unicode-xid v0.2.6
28452026-03-17T05:52:01.595Z Compiling seq-macro v0.3.6
28462026-03-17T05:52:02.289Z Checking cargo-util-schemas v0.8.2
28472026-03-17T05:52:02.974Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-03-17T05:52:03.087Z Checking cargo-platform v0.2.0
28492026-03-17T05:52:03.361Z Compiling petname v2.0.2
28502026-03-17T05:52:03.520Z Checking cargo_metadata v0.21.0
28512026-03-17T05:52:04.268Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28522026-03-17T05:52:04.618Z Checking concurrent-queue v2.5.0
28532026-03-17T05:52:04.899Z Checking rtoolbox v0.0.3
28542026-03-17T05:52:05.111Z Checking parking v2.2.1
28552026-03-17T05:52:05.307Z Checking futures-timer v3.0.3
28562026-03-17T05:52:05.587Z Checking event-listener v5.4.1
28572026-03-17T05:52:05.921Z Checking rpassword v7.4.0
28582026-03-17T05:52:06.652Z Checking tui-tree-widget v0.23.1
28592026-03-17T05:52:06.727Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28602026-03-17T05:52:06.929Z Checking polyval v0.6.2
28612026-03-17T05:52:06.975Z Checking sapling-renderdag v0.1.0
28622026-03-17T05:52:07.181Z Checking sync-ptr v0.1.4
28632026-03-17T05:52:07.342Z Checking ghash v0.5.1
28642026-03-17T05:52:07.387Z Checking event-listener-strategy v0.5.4
28652026-03-17T05:52:07.533Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28662026-03-17T05:52:07.603Z Checking ctr v0.9.2
28672026-03-17T05:52:07.814Z Checking arrayref v0.3.9
28682026-03-17T05:52:07.864Z Checking arrayvec v0.7.6
28692026-03-17T05:52:07.951Z Checking constant_time_eq v0.4.2
28702026-03-17T05:52:08.151Z Checking aes-gcm v0.10.3
28712026-03-17T05:52:08.260Z Checking async-lock v3.4.2
28722026-03-17T05:52:08.389Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28732026-03-17T05:52:08.824Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28742026-03-17T05:52:08.868Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28752026-03-17T05:52:09.717Z Checking ssh-encoding v0.2.0
28762026-03-17T05:52:09.765Z Compiling samael v0.0.19
28772026-03-17T05:52:09.768Z Checking blowfish v0.9.1
28782026-03-17T05:52:09.999Z Checking ssh-cipher v0.2.0
28792026-03-17T05:52:10.043Z Checking bcrypt-pbkdf v0.10.0
28802026-03-17T05:52:10.254Z Checking async-object-pool v0.2.0
28812026-03-17T05:52:10.299Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28822026-03-17T05:52:10.433Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28832026-03-17T05:52:10.852Z Checking serde_regex v1.1.0
28842026-03-17T05:52:11.092Z Checking password-hash v0.4.2
28852026-03-17T05:52:11.139Z Checking assert-json-diff v2.0.2
28862026-03-17T05:52:11.397Z Checking path-tree v0.8.3
28872026-03-17T05:52:11.441Z Compiling target-lexicon v0.13.3
28882026-03-17T05:52:11.677Z Checking gimli v0.32.3
28892026-03-17T05:52:12.105Z Checking stringmetrics v2.2.2
28902026-03-17T05:52:12.333Z Checking httpmock v0.8.3
28912026-03-17T05:52:12.600Z Checking pbkdf2 v0.11.0
28922026-03-17T05:52:12.855Z Checking ssh-key v0.6.7
28932026-03-17T05:52:13.898Z Checking addr2line v0.25.1
28942026-03-17T05:52:14.297Z Checking p256 v0.13.2
28952026-03-17T05:52:14.673Z Checking p521 v0.13.3
28962026-03-17T05:52:15.356Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28972026-03-17T05:52:15.520Z Checking russh-cryptovec v0.7.3
28982026-03-17T05:52:15.648Z Checking md5 v0.7.0
28992026-03-17T05:52:15.732Z Compiling guppy-workspace-hack v0.1.0
29002026-03-17T05:52:15.850Z Checking rustc-demangle v0.1.27
29012026-03-17T05:52:15.916Z Checking russh-keys v0.45.0
29022026-03-17T05:52:16.189Z Checking backtrace v0.3.76
29032026-03-17T05:52:16.399Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29042026-03-17T05:52:16.444Z Checking num-bigint v0.4.6
29052026-03-17T05:52:16.619Z Checking des v0.8.1
29062026-03-17T05:52:16.858Z Compiling blake3 v1.8.3
29072026-03-17T05:52:16.994Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-03-17T05:52:17.357Z Compiling target-spec v3.5.7
29092026-03-17T05:52:17.563Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29102026-03-17T05:52:17.864Z Checking russh v0.45.0
29112026-03-17T05:52:18.366Z Checking backtrace-ext v0.2.1
29122026-03-17T05:52:18.444Z Checking cfg-expr v0.20.6
29132026-03-17T05:52:18.546Z Checking supports-color v2.1.0
29142026-03-17T05:52:18.622Z Checking textwrap v0.15.2
29152026-03-17T05:52:18.754Z Checking supports-unicode v2.1.0
29162026-03-17T05:52:18.935Z Checking supports-hyperlinks v2.1.0
29172026-03-17T05:52:18.979Z Checking hashbrown v0.14.5
29182026-03-17T05:52:19.025Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29192026-03-17T05:52:19.118Z Checking cargo-platform v0.3.2
29202026-03-17T05:52:19.326Z Checking terminal_size v0.1.17
29212026-03-17T05:52:19.393Z Compiling miette-derive v5.10.0
29222026-03-17T05:52:19.496Z Checking internet-checksum v0.2.1
29232026-03-17T05:52:19.676Z Checking owo-colors v3.5.0
29242026-03-17T05:52:19.719Z Checking chumsky v0.9.3
29252026-03-17T05:52:20.446Z Checking cargo_metadata v0.23.1
29262026-03-17T05:52:20.941Z Checking miette v5.10.0
29272026-03-17T05:52:21.231Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29282026-03-17T05:52:21.489Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29292026-03-17T05:52:21.558Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29302026-03-17T05:52:21.615Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29312026-03-17T05:52:21.951Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29322026-03-17T05:52:21.996Z Checking httptest v0.16.4
29332026-03-17T05:52:22.290Z Compiling git2 v0.20.4
29342026-03-17T05:52:22.337Z Checking pathdiff v0.2.3
29352026-03-17T05:52:22.513Z Compiling knuffel-derive v3.2.0
29362026-03-17T05:52:22.558Z Checking topological-sort v0.2.2
29372026-03-17T05:52:22.605Z Checking nested v0.1.1
29382026-03-17T05:52:22.772Z Checking omicron-zone-package v0.12.2
29392026-03-17T05:52:22.820Z Checking guppy v0.17.25
29402026-03-17T05:52:23.094Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29412026-03-17T05:52:23.399Z Checking similar-asserts v1.7.0
29422026-03-17T05:52:23.629Z Compiling rstest_macros v0.25.0
29432026-03-17T05:52:23.991Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29442026-03-17T05:52:24.037Z Compiling target-triple v1.0.0
29452026-03-17T05:52:24.197Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29462026-03-17T05:52:24.288Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29472026-03-17T05:52:24.514Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29482026-03-17T05:52:24.628Z Checking knuffel v3.2.0
29492026-03-17T05:52:25.034Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29502026-03-17T05:52:25.209Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29512026-03-17T05:52:26.047Z Checking toml_datetime v1.0.0+spec-1.1.0
29522026-03-17T05:52:26.377Z Checking escape8259 v0.5.3
29532026-03-17T05:52:26.422Z Compiling relative-path v1.9.3
29542026-03-17T05:52:26.569Z Compiling assert_cmd v2.1.2
29552026-03-17T05:52:26.613Z Checking libtest-mimic v0.8.1
29562026-03-17T05:52:26.968Z Checking toml v1.0.3+spec-1.1.0
29572026-03-17T05:52:27.173Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29582026-03-17T05:52:27.390Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29592026-03-17T05:52:27.561Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29602026-03-17T05:52:27.835Z Checking blake2b_simd v1.0.4
29612026-03-17T05:52:28.402Z Checking support-bundle-viewer v0.1.2
29622026-03-17T05:52:28.544Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29632026-03-17T05:52:28.741Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29642026-03-17T05:52:28.856Z Compiling polar-core v0.27.3
29652026-03-17T05:52:29.112Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29662026-03-17T05:52:29.344Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29672026-03-17T05:52:29.405Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29682026-03-17T05:52:29.703Z Checking fancy-regex v0.14.0
29692026-03-17T05:52:30.121Z Checking serde_tokenstream v0.2.3
29702026-03-17T05:52:30.236Z Checking multimap v0.10.1
29712026-03-17T05:52:30.456Z Checking uzers v0.12.2
29722026-03-17T05:52:30.510Z Checking termcolor v1.4.1
29732026-03-17T05:52:30.785Z Checking constant_time_eq v0.3.1
29742026-03-17T05:52:30.856Z Compiling linkme-impl v0.3.35
29752026-03-17T05:52:30.962Z Checking rust-argon2 v2.1.0
29762026-03-17T05:52:31.325Z Checking trybuild v1.0.116
29772026-03-17T05:52:31.386Z Checking datatest-stable v0.3.3
29782026-03-17T05:52:32.167Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29792026-03-17T05:52:32.170Z Checking rstest v0.25.0
29802026-03-17T05:52:32.442Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29812026-03-17T05:52:32.621Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29822026-03-17T05:52:32.663Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29832026-03-17T05:52:32.954Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29842026-03-17T05:52:33.345Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29852026-03-17T05:52:33.608Z Checking drift v0.1.3
29862026-03-17T05:52:33.654Z Checking rand_distr v0.5.1
29872026-03-17T05:52:34.063Z Checking approx v0.5.1
29882026-03-17T05:52:34.287Z Compiling linkme v0.3.35
29892026-03-17T05:52:34.332Z Checking dropshot-api-manager v0.6.0
29902026-03-17T05:52:35.736Z Checking oso v0.27.3
29912026-03-17T05:52:35.782Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29922026-03-17T05:52:36.264Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29932026-03-17T05:52:36.533Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29942026-03-17T05:52:36.751Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29952026-03-17T05:52:37.103Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29962026-03-17T05:52:37.171Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29972026-03-17T05:52:37.217Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29982026-03-17T05:52:37.451Z Checking partial-io v0.5.4
29992026-03-17T05:52:37.497Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30002026-03-17T05:52:37.541Z Checking cargo_toml v0.21.0
30012026-03-17T05:52:37.765Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30022026-03-17T05:52:37.814Z Checking termios v0.3.3
30032026-03-17T05:52:37.817Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30042026-03-17T05:52:38.421Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30052026-03-17T05:52:38.733Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30062026-03-17T05:52:40.260Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30072026-03-17T05:52:42.767Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30082026-03-17T05:52:48.036Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30092026-03-17T05:52:50.685Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30102026-03-17T05:52:55.416Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30112026-03-17T05:52:59.175Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30122026-03-17T05:53:02.610Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30132026-03-17T05:53:09.650Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30142026-03-17T05:53:12.238Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-03-17T05:53:13.052Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30162026-03-17T05:53:24.170Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30172026-03-17T05:55:26.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 42s
30182026-03-17T05:55:27.762Z
30192026-03-17T05:55:27.762Zreal 5:46.829272662
30202026-03-17T05:55:27.762Zuser 28:32.595439646
30212026-03-17T05:55:27.766Zsys 5:58.540333348
30222026-03-17T05:55:27.766Ztrap 0.709579891
30232026-03-17T05:55:27.766Ztflt 0.083109430
30242026-03-17T05:55:27.766Zdflt 0.180542919
30252026-03-17T05:55:27.766Zkflt 0.005362868
30262026-03-17T05:55:27.766Zlock 1:20:47.640502762
30272026-03-17T05:55:27.766Zslp 1:17:38.288082982
30282026-03-17T05:55:27.766Zlat 1:57.936922746
30292026-03-17T05:55:27.766Zstop 13:56.235289516
30302026-03-17T05:55:27.766Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30312026-03-17T05:55:27.766Z+ ptime -m cargo doc --workspace --no-deps
30322026-03-17T05:55:28.955Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30332026-03-17T05:55:28.955Z |
30342026-03-17T05:55:28.955Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30352026-03-17T05:55:28.955Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30362026-03-17T05:55:30.271Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-03-17T05:55:30.543Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-03-17T05:55:30.593Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30392026-03-17T05:55:30.677Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-03-17T05:55:30.860Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30412026-03-17T05:55:30.890Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30422026-03-17T05:55:30.920Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30432026-03-17T05:55:30.956Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-03-17T05:55:31.025Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30452026-03-17T05:55:31.135Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30462026-03-17T05:55:31.180Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30472026-03-17T05:55:31.225Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30482026-03-17T05:55:31.277Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30492026-03-17T05:55:31.312Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30502026-03-17T05:55:31.359Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30512026-03-17T05:55:31.414Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30522026-03-17T05:55:31.448Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30532026-03-17T05:55:31.478Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30542026-03-17T05:55:31.540Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30552026-03-17T05:55:31.615Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30562026-03-17T05:55:31.886Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30572026-03-17T05:55:32.201Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30582026-03-17T05:55:32.398Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30592026-03-17T05:55:32.478Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30602026-03-17T05:55:32.514Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30612026-03-17T05:55:32.695Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30622026-03-17T05:55:32.726Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30632026-03-17T05:55:32.936Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30642026-03-17T05:55:33.008Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30652026-03-17T05:55:33.097Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30662026-03-17T05:55:33.207Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30672026-03-17T05:55:33.241Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30682026-03-17T05:55:33.481Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30692026-03-17T05:55:33.678Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30702026-03-17T05:55:33.715Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30712026-03-17T05:55:33.744Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30722026-03-17T05:55:33.921Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30732026-03-17T05:55:34.017Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30742026-03-17T05:55:34.046Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30752026-03-17T05:55:34.340Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30762026-03-17T05:55:34.423Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30772026-03-17T05:55:34.748Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30782026-03-17T05:55:34.780Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30792026-03-17T05:55:34.842Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30802026-03-17T05:55:34.895Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30812026-03-17T05:55:34.992Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30822026-03-17T05:55:35.196Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30832026-03-17T05:55:35.228Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30842026-03-17T05:55:35.301Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30852026-03-17T05:55:35.450Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30862026-03-17T05:55:35.510Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30872026-03-17T05:55:35.550Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30882026-03-17T05:55:35.580Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30892026-03-17T05:55:35.863Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30902026-03-17T05:55:35.863Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30912026-03-17T05:55:35.918Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30922026-03-17T05:55:35.921Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30932026-03-17T05:55:36.174Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30942026-03-17T05:55:36.201Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30952026-03-17T05:55:36.230Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30962026-03-17T05:55:36.424Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30972026-03-17T05:55:36.512Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30982026-03-17T05:55:36.550Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30992026-03-17T05:55:36.604Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31002026-03-17T05:55:36.759Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31012026-03-17T05:55:36.803Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31022026-03-17T05:55:36.917Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31032026-03-17T05:55:37.186Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31042026-03-17T05:55:37.189Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-03-17T05:55:37.244Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31062026-03-17T05:55:37.274Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31072026-03-17T05:55:37.491Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31082026-03-17T05:55:37.982Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31092026-03-17T05:55:38.048Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31102026-03-17T05:55:38.946Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31112026-03-17T05:55:39.504Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31122026-03-17T05:55:39.727Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31132026-03-17T05:55:39.792Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31142026-03-17T05:55:39.918Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31152026-03-17T05:55:39.983Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31162026-03-17T05:55:40.251Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31172026-03-17T05:55:40.284Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31182026-03-17T05:55:40.621Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31192026-03-17T05:55:40.857Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31202026-03-17T05:55:41.282Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31212026-03-17T05:55:41.313Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31222026-03-17T05:55:41.418Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31232026-03-17T05:55:41.636Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31242026-03-17T05:55:41.750Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31252026-03-17T05:55:42.169Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-03-17T05:55:42.652Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31272026-03-17T05:55:42.894Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31282026-03-17T05:55:42.924Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31292026-03-17T05:55:43.241Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31302026-03-17T05:55:43.342Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31312026-03-17T05:55:44.077Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31322026-03-17T05:55:44.128Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31332026-03-17T05:55:45.035Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-17T05:55:45.286Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31352026-03-17T05:55:45.672Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31362026-03-17T05:55:46.411Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31372026-03-17T05:55:46.459Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31382026-03-17T05:55:46.789Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31392026-03-17T05:55:46.836Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31402026-03-17T05:55:47.055Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-03-17T05:55:47.195Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31422026-03-17T05:55:47.232Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31432026-03-17T05:55:47.340Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31442026-03-17T05:55:47.714Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31452026-03-17T05:55:47.717Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31462026-03-17T05:55:47.778Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31472026-03-17T05:55:47.815Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31482026-03-17T05:55:47.980Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31492026-03-17T05:55:48.321Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31502026-03-17T05:55:48.904Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31512026-03-17T05:55:48.939Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31522026-03-17T05:55:49.376Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31532026-03-17T05:55:50.052Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31542026-03-17T05:55:50.716Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31552026-03-17T05:55:50.763Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31562026-03-17T05:55:51.013Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31572026-03-17T05:55:51.053Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31582026-03-17T05:55:51.297Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-17T05:55:51.859Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31602026-03-17T05:55:52.347Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31612026-03-17T05:55:52.377Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31622026-03-17T05:55:52.432Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31632026-03-17T05:55:52.865Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31642026-03-17T05:55:53.991Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31652026-03-17T05:55:54.194Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31662026-03-17T05:55:54.582Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-03-17T05:55:54.692Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31682026-03-17T05:55:55.301Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31692026-03-17T05:55:55.631Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702026-03-17T05:55:56.787Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31712026-03-17T05:55:57.533Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31722026-03-17T05:55:57.771Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31732026-03-17T05:55:58.317Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31742026-03-17T05:55:59.090Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-03-17T05:55:59.314Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31762026-03-17T05:55:59.640Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31772026-03-17T05:56:00.654Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31782026-03-17T05:56:01.047Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31792026-03-17T05:56:02.228Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-17T05:56:03.512Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-03-17T05:56:03.541Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-03-17T05:56:04.266Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31832026-03-17T05:56:04.349Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31842026-03-17T05:56:05.188Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31852026-03-17T05:56:05.451Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31862026-03-17T05:56:07.771Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31872026-03-17T05:56:09.217Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31882026-03-17T05:56:09.427Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31892026-03-17T05:56:09.749Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31902026-03-17T05:56:10.610Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31912026-03-17T05:56:10.918Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31922026-03-17T05:56:11.212Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31932026-03-17T05:56:12.094Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31942026-03-17T05:56:13.161Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31952026-03-17T05:56:14.192Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31962026-03-17T05:56:14.221Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31972026-03-17T05:56:14.676Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31982026-03-17T05:56:14.679Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31992026-03-17T05:56:15.092Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32002026-03-17T05:56:15.186Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32012026-03-17T05:56:15.313Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32022026-03-17T05:56:15.495Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32032026-03-17T05:56:15.737Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32042026-03-17T05:56:16.363Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32052026-03-17T05:56:16.567Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32062026-03-17T05:56:17.185Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072026-03-17T05:56:17.305Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32082026-03-17T05:56:17.528Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32092026-03-17T05:56:17.820Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32102026-03-17T05:56:17.961Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32112026-03-17T05:56:18.414Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32122026-03-17T05:56:18.824Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32132026-03-17T05:56:19.160Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32142026-03-17T05:56:21.039Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32152026-03-17T05:56:22.898Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-03-17T05:56:22.936Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32172026-03-17T05:56:26.936Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32182026-03-17T05:56:28.360Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32192026-03-17T05:56:28.876Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32202026-03-17T05:56:29.756Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32212026-03-17T05:56:30.421Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32222026-03-17T05:56:33.348Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32232026-03-17T05:56:35.214Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32242026-03-17T05:56:36.006Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32252026-03-17T05:56:36.465Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32262026-03-17T05:56:37.368Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32272026-03-17T05:56:40.982Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32282026-03-17T05:56:41.490Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32292026-03-17T05:56:42.219Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32302026-03-17T05:56:42.794Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32312026-03-17T05:56:43.308Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32322026-03-17T05:56:44.360Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32332026-03-17T05:56:46.278Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32342026-03-17T05:56:47.250Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32352026-03-17T05:56:48.236Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32362026-03-17T05:56:51.978Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32372026-03-17T05:56:53.076Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32382026-03-17T05:56:54.261Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32392026-03-17T05:56:55.197Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32402026-03-17T05:56:56.175Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32412026-03-17T05:56:57.146Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32422026-03-17T05:56:58.095Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32432026-03-17T05:56:59.243Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32442026-03-17T05:57:00.780Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32452026-03-17T05:57:00.851Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32462026-03-17T05:57:02.736Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32472026-03-17T05:57:04.123Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32482026-03-17T05:57:07.517Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32492026-03-17T05:57:09.659Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32502026-03-17T05:57:11.188Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32512026-03-17T05:57:12.447Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32522026-03-17T05:57:13.155Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32532026-03-17T05:57:15.142Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32542026-03-17T05:57:15.890Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32552026-03-17T05:57:17.463Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32562026-03-17T05:57:20.872Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32572026-03-17T05:57:21.528Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32582026-03-17T05:57:22.884Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32592026-03-17T05:57:24.276Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32602026-03-17T05:57:25.932Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612026-03-17T05:57:29.165Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32622026-03-17T05:57:30.916Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32632026-03-17T05:57:32.427Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32642026-03-17T05:57:34.753Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32652026-03-17T05:57:36.772Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32662026-03-17T05:57:38.878Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32672026-03-17T05:57:41.511Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32682026-03-17T05:57:43.616Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-03-17T05:57:45.944Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32702026-03-17T05:57:50.747Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32712026-03-17T05:57:52.932Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32722026-03-17T05:57:53.157Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32732026-03-17T05:57:55.497Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32742026-03-17T05:57:57.949Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32752026-03-17T05:58:00.414Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32762026-03-17T05:58:02.837Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32772026-03-17T05:58:05.690Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32782026-03-17T05:58:08.123Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32792026-03-17T05:58:10.940Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32802026-03-17T05:58:13.073Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32812026-03-17T05:58:15.470Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32822026-03-17T05:58:17.907Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-03-17T05:58:20.315Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32842026-03-17T05:58:22.722Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32852026-03-17T05:58:24.960Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32862026-03-17T05:58:27.732Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32872026-03-17T05:58:29.867Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-03-17T05:58:32.308Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32892026-03-17T05:58:34.841Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32902026-03-17T05:58:37.367Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32912026-03-17T05:58:39.922Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32922026-03-17T05:58:42.894Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32932026-03-17T05:58:45.112Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32942026-03-17T05:58:47.711Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32952026-03-17T05:58:50.266Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32962026-03-17T05:58:52.919Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32972026-03-17T05:58:55.553Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32982026-03-17T05:59:02.564Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32992026-03-17T05:59:03.869Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33002026-03-17T05:59:06.697Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33012026-03-17T05:59:09.460Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33022026-03-17T05:59:10.762Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33032026-03-17T05:59:15.088Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33042026-03-17T05:59:17.829Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33052026-03-17T05:59:20.876Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33062026-03-17T05:59:23.587Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33072026-03-17T05:59:26.363Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33082026-03-17T05:59:29.212Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33092026-03-17T05:59:31.957Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33102026-03-17T05:59:35.103Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33112026-03-17T05:59:38.094Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33122026-03-17T05:59:40.363Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33132026-03-17T05:59:43.239Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33142026-03-17T05:59:45.945Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33152026-03-17T05:59:48.983Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33162026-03-17T05:59:51.689Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33172026-03-17T05:59:54.505Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33182026-03-17T05:59:57.360Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33192026-03-17T06:00:00.229Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33202026-03-17T06:00:03.501Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33212026-03-17T06:00:06.147Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33222026-03-17T06:00:09.171Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33232026-03-17T06:00:12.289Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33242026-03-17T06:00:15.248Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33252026-03-17T06:00:18.284Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33262026-03-17T06:00:21.240Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33272026-03-17T06:00:24.107Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33282026-03-17T06:00:27.160Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33292026-03-17T06:00:30.212Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33302026-03-17T06:00:33.308Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33312026-03-17T06:00:36.359Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33322026-03-17T06:00:39.627Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33332026-03-17T06:00:42.681Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33342026-03-17T06:00:45.752Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33352026-03-17T06:00:48.803Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33362026-03-17T06:00:51.833Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33372026-03-17T06:00:54.994Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33382026-03-17T06:00:58.165Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33392026-03-17T06:01:01.819Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33402026-03-17T06:01:04.683Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33412026-03-17T06:01:07.868Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33422026-03-17T06:01:11.011Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33432026-03-17T06:01:20.403Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33442026-03-17T06:01:20.443Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33452026-03-17T06:01:24.406Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33462026-03-17T06:01:28.548Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33472026-03-17T06:01:32.653Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33482026-03-17T06:01:36.779Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33492026-03-17T06:01:42.781Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33502026-03-17T06:01:46.306Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33512026-03-17T06:01:50.737Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33522026-03-17T06:01:55.357Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33532026-03-17T06:01:59.845Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33542026-03-17T06:02:04.363Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33552026-03-17T06:02:08.931Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33562026-03-17T06:02:13.601Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-03-17T06:02:18.013Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33582026-03-17T06:02:22.619Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33592026-03-17T06:02:27.081Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33602026-03-17T06:02:31.656Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33612026-03-17T06:02:36.126Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33622026-03-17T06:02:40.733Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33632026-03-17T06:02:45.346Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33642026-03-17T06:02:49.794Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33652026-03-17T06:03:26.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 58s
33662026-03-17T06:03:26.397Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33672026-03-17T06:03:26.515Z
33682026-03-17T06:03:26.519Zreal 7:58.590423382
33692026-03-17T06:03:26.519Zuser 23:21.542821386
33702026-03-17T06:03:26.519Zsys 4:26.232158291
33712026-03-17T06:03:26.519Ztrap 0.406208643
33722026-03-17T06:03:26.519Ztflt 0.025811160
33732026-03-17T06:03:26.519Zdflt 0.115485087
33742026-03-17T06:03:26.519Zkflt 0.000032122
33752026-03-17T06:03:26.519Zlock 7:11:28.742067667
33762026-03-17T06:03:26.519Zslp 2:38:49.761542659
33772026-03-17T06:03:26.519Zlat 34.406481026
33782026-03-17T06:03:26.519Zstop 1:56.581969656
33792026-03-17T06:03:26.519Zprocess exited: duration 1112621 ms, exit code 0
 
33802026-03-17T06:03:26.526Zfound 0 output files